/* This will override some of the responsiveBP styles*/

@import url("responsive.min.css");
/* Using a url */

/*https://type-scale.com/*/



html, font {
    font-size: 14px !important;
    height: 100%;
    box-sizing: border-box;
    min-height: 2000px;
    
}

body {
    background-color: white;
    font-weight: 400;
    line-height: 1.45;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", serif;
    color: #241f20;
    --color-textlink: #f73378;
}

p {
    margin-bottom: 1.3em;
    font-family:  -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", serif;
}

h1,
h2,
h3,
h4 {
    margin: 1.414em 0 0.5em;
    font-weight: inherit;
      font-family:  -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", serif !important;

    font-weight: bold;
}

h1 {
    margin-top: 0.5em;
    font-size: 2.441em;
    letter-spacing: 1px;
}

.larger-h1
{
       font-size: 4em;
        color: var(--color-textlink);
         font-family:  -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", serif;
}


h2 {
    font-size: 1.953em;
}

.larger-h2
{
      
        color:#ed1a37;

}

h3 {
    font-size: 1.563em;
    border-bottom: 1px solid #e6e3e3;
    padding-bottom: 10px;
}

h4 {
    font-size: 1.25em;
}

small,
.font_small {
    font-size: 0.8em;
}

a {
    outline: none;
    text-decoration: none;
    line-height: 1.45 !important;
    color: rgb(0, 0, 238);
;
}

a:hover,
a:focus {
    color: #69606b;
    text-decoration: underline;
}


label {
    font-weight: bold;
}

.pageHeader {
    font-size: 2.827em;
}

/*General Element Styles --------------*/

.navigationRow select, 
 .browseSearchtool input[type=checkbox], 
 .bibSearchtool input[type=checkbox], 
 .browseScreen input[type="text"], 
 .browseScreen select, 
 .bibScreen input[type="text"], 
 .bibScreen select
{
 display: inline-block !important;
    width: auto !important;
}



input[type="text"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="time"],
input[type="url"],
textarea, select {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 5px;
    border: 1px solid #ccc;
    color: #666;
    font-size: 14px;
   
}

input[type="text"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus {
    box-shadow: 0 0 5px #0c8ac3;
    border: 1px solid #0c8ac3;
}

input[type="submit"],
input[type="button"],
.btn {
    font-weight: bold;
    text-decoration: none;
    /* padding: 5px 25px 5px 25px; */
    border: 1px solid;
    border-radius: 2px;
    margin-bottom: 10px;
    display: inline-block;
    width: auto;
    background-color: #efefef;
    background-image: linear-gradient(#efefef, #d4d4d4);
    border: 1px solid #b2b2b2;
    border-radius: 1px;
    box-shadow: 1px 1px 3px #d4d4d4;
    height: auto !important;
}

input[type="submit"]:hover,
input[type="button"]:hover,
.btn:hover {
   box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;

}

input[name="SEARCH"] {
    border-radius: 0px;
}

.btn {
    display: inline-block;
    min-height: 2rem;
    touch-action: manipulation;
    text-decoration: none;
    background: #dadada;
    display: inline-block;
    min-height: 2rem;
    padding: 5px 1rem !important;
    max-width: none;
    width: auto;
}

.btn

dl input {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

dl label {
    margin: 10px auto;
}

td {
    font-family:  -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", serif !important;
    border: none;
    padding: 3px !important;
}


/*Navigation*/

.topnav-static {
    padding-top: 60px;
}

.static-topNav {
    margin-top: 80px;
}

.topnav {
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    z-index: 9999;
}

.topnav.light {
    overflow: hidden;
    padding: 10px 0 !important;
}

.topnav.dark,
.topnav.blue {
    padding: 10px;
    overflow: hidden;
}

.blue {
    background-color: #0055A6 !important;
}

.dark {
    background-color: #000 !important;
}


.dark .brand{
    float: left;
    display: block;
    color: #f2f2f2 !important;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
    margin-top: 8px;
}

.dark .brand:hover {
    text-decoration: underline;
}

.topnav .logo img {
    max-height: 40px;

}



.topnav .brand {
    font-size: 1rem;
    float: right;
    font-weight: 400;
    margin: 10px auto;
    max-height: 60px;
}


.topnav.ials{
    background-color: rgb(0, 69, 106);
    padding:  10px;

}

.topnav a{
    color: white !important;
}

.active {
   
    color: white;
}

.topnav .icon {
    display: none;
}

@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }
}


@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}



/*Colors and cards*/

.panel {
    margin: 1em auto;
    padding: 0;
}

.panel-title {
    color: inherit;
    margin-bottom: 0;
    padding: 15px 15px 7px;
    min-height: 48px;
}

.panel-body {
    color: inherit;
    padding: 15px 20px 20px 20px;
}

.panel-footer {
    color: inherit;
    border-top: 1px solid #e7eaec;
    font-size: 90%;
    background: #ffffff;
    padding: 10px 15px;
}

.blue {
    background-color: #0055A6 !important;
    color: #fff;
}

.blue a {
    color: #fff !important;
}

.blue-bordered {
    border-top: 1px solid #27ace4;
    margin-right: 10px;
}

.light-blue {
    background-color: #27ace4;
    color: #fff;
}

.light-blue a {
    color: #fff !important;
}

.light-blue-bordered {
    border-top: 1px solid #27ace4;
    margin-right: 10px;
}

.yellow {
    background-color: #f9e000;
    color: #333;
}

.yellow-title {

    /*color: #2e3842;*/
    background: url('../screens/content/images/overlay.png') repeat;
    background-color: #f9e000;
}

.teal {
    background-color: #0a9686;
    color: #fff;
}

.teal * {
    color: #fff;
}

.teal h2 {
    color: #fff !important;
}

.teal a {
    color: #fff !important;
}

.dark-blue {
    color: #fff;
    background-color: #0f465e !important;
}


.dark-blue select {
    color: #000;
}

.dark-blue h2 {
    color: #fff !important;
}

.dark-blue a {
    color: #fff !important;
}

.dark-blue-bordered {
    border-top: 1px solid #0f465e;
    margin-right: 10px;
}

.red {
    background-color: #ed1a37;
    color: #fff;
}

.red a {
    color: #fff !important;
}

.red-bordered {
    border-top: 1px solid #ed1a37;
    margin-right: 10px;
}

.dark-grey {
    background-color: #2e3842;
    color: #fff;
}

.cool-grey {
    background-color: #808385;
}

.cool-grey .panel-title {
    color: #fff;
}

.cool-grey .panel-body {
    background-color: #d1d2d4;
}

.light-grey {
    background: #d1d2d4 url('../screens/content/images/overlay.png') repeat;
}

.white-grey {
    background-color: #eee;
}

.white {
    background-color: #fff;

}

.card {
    border: none !important;
    margin-bottom: 10px;
}


/*CardDesigns*/

.card-1 {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.2s ease-in-out;
}

.card-1:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.card-2 {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.card-3 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.card-4 {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.card-5 {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}


/*From ULL Cat*/

/* @override http://catalogue.shl.lon.ac.uk/screens/ullcat.css */
/* @override http://catalogue.ulrls.lon.ac.uk/screens/ullcat.css */
/* @override http://193.63.81.241/screens/ullcat.css */



.ulrlsnav {
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 8px;
    COLOR: #efd694;
    FONT-FAMILY:   -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", Helvetica, sans-serif;
    BACKGROUND-COLOR: #006699;
    TEXT-ALIGN: left;
    font-weight: normal;
    height: 30px;
    border-left: solid #ccc 1px;
    background-image: url(bookback.gif);
    font-size: 10px;
}

.ulrlsnav A:link {
    COLOR: #ffffff;
    TEXT-DECORATION: none;
    font-weight: normal;
}

.ulrlsnav A:visited {
    COLOR: #FFFFFF;
    font-weight: normal;
}

.ulrlsnav A:hover {
    COLOR: #efd694;
    font-weight: normal;
    text-decoration: underline;
}

.header {
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 8px;
    COLOR: #efd694;
    BACKGROUND-COLOR: #006699;
    TEXT-ALIGN: left;
    font-weight: normal;
    height: 30px;
    border-left: solid #ccc 1px;
    background-image: url(bookback2.gif);
    border-top: solid #ccc 1px;
}

.header A:link {
    COLOR: #ffffff;
    TEXT-DECORATION: none;
    font-weight: normal;
}

.header A:visited {
    COLOR: #FFFFFF;
    font-weight: normal;
}

.header A:hover {
    COLOR: #efd694;
    font-weight: normal;
    text-decoration: underline;
}

.notices {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.footer {
 
    width: 100%;
    PADDING-RIGHT: 10px;
    BORDER-TOP: #cccccc 1px solid;
    PADDING-LEFT: 10px;
    PADDING-BOTTOM: 10px;
    PADDING-TOP: 10px;
    FONT-FAMILY: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", serif;
    BORDER-RIGHT-STYLE: none;
    BORDER-LEFT-STYLE: none;
    TEXT-ALIGN: center;
    background-color: #ffffff;
    box-shadow: 0 -5px 5px -5px #333;

}

.footer A:link {
    font-weight: normal;
}

.footer A:visited {
    font-weight: normal;
}

table {
    margin: 0 !important;
}

table td{
    padding: 3px 0 3px 0 !important;
}

.tablerow {
    BORDER-RIGHT: #cccccc 1px solid;
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    BORDER-LEFT: #cccccc 1px solid;
    PADDING-TOP: 0px;
    BORDER-BOTTOM: #cccccc 1px solid
}

.tableshadow {
    PADDING-RIGHT: 0px;
    BACKGROUND-IMAGE: url(/screens/topshadow.jpg);
    WIDTH: 100%;
    HEIGHT: 10px
}




TH {
    BORDER: #cccccc 1px solid;
    COLOR: #292e34;
    BACKGROUND-COLOR: #f6f6f6;
}


.navigationRow {
    margin: 0 0 20px 0;
    text-align: left;
}


.navigationRow a:link, .navigationRow a:visited {
    font-weight: bold;
    text-decoration: none;
    padding: 5px 15px 5px 15px;
    border: 1px solid;
    border-radius: 2px;
    margin: 10px 2px 10px 0;
    display: inline-block;
    width: auto;
    background-color: #efefef;
    background-image: linear-gradient(#efefef, #d4d4d4);
    border: 1px solid #b2b2b2;
    border-radius: 1px;
    box-shadow: 1px 1px 3px #d4d4d4;
    color: #000;
	
}

.navigationRow a:hover, .navigationRow a:focus {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
	
}

.navigationRow select {
    margin-top: 14px;
}

*/
.browseSearchtoolMessage {
    text-align: center !important;
}

TD.browsePager {
    text-align: center !important;
}

.briefCitMark {}

TABLE.browseScreen {
    BORDER-TOP-STYLE: none;
    BORDER-RIGHT-STYLE: none;
    BORDER-LEFT-STYLE: none;
    BACKGROUND-COLOR: #ffffff;
    BORDER-BOTTOM-STYLE: none;
}

TABLE.browseWidgit {
    FONT: 10pt, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", helvetica;
    BACKGROUND-COLOR: #ffffff;
}

TD.browseWidgit {
    BACKGROUND: #ffffff;
    COLOR: #000000;
    TEXT-ALIGN: center;
}

.browseSaveJump form {
      float: left;
}

TD.browseSaveJump {
    BACKGROUND: #ffffff;
    COLOR: #000000;
    TEXT-ALIGN: center;
    padding-top: 40px !important;
  
}

TABLE.browseList {
    BORDER-TOP-STYLE: none;
    BORDER-RIGHT-STYLE: none;
    BORDER-LEFT-STYLE: none;
    BACKGROUND-COLOR: #ffffff;
    BORDER-BOTTOM-STYLE: none;
    margin-bottom: 20px;
}

TR.browseHeader {
    BACKGROUND: #ffffff;
    FONT: 10pt  -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", Helvetica, sans-serif;
    VERTICAL-ALIGN: middle;
    COLOR: #000000;
    TEXT-ALIGN: center;
}

.browseHeader td {
    border: 0 !important;
    padding: 4px !important;
    margin: 20px 2px 0 2px;

}

TD.browseHeaderNum {
    WORD-SPACING: 2px;
    VERTICAL-ALIGN: middle;
    BACKGROUND-COLOR: #f6f6f6;
    TEXT-ALIGN: center;
    border: solid #ccc 1px;
}

TD.browseHeaderMark {
    WORD-SPACING: 2px;
    VERTICAL-ALIGN: middle;
    BACKGROUND-COLOR: #f6f6f6;
    TEXT-ALIGN: center;
    border: solid #ccc 1px;
}

TD.browseHeaderData {
    WORD-SPACING: 2px;
    VERTICAL-ALIGN: middle;
    BACKGROUND-COLOR: #f6f6f6;
    TEXT-ALIGN: center;
    border: solid #ccc 1px;
}

TD.browseHeaderMedia {
    WORD-SPACING: 2px;
    VERTICAL-ALIGN: middle;
    BACKGROUND-COLOR: #f6f6f6;
    TEXT-ALIGN: center;
    border: solid #ccc 1px;
}

TD.browseHeaderYear {
    WORD-SPACING: 2px;
    VERTICAL-ALIGN: middle;
    BACKGROUND-COLOR: #f6f6f6;
    TEXT-ALIGN: center;
    border: solid #ccc 1px;
}

TD.browseHeaderEntries {
    WORD-SPACING: 2px;
    VERTICAL-ALIGN: middle;
    BACKGROUND-COLOR: #f6f6f6;
    TEXT-ALIGN: center;
    border: solid #ccc 1px;
}

TD.browseHeaderRelevance {
    WORD-SPACING: 2px;
    VERTICAL-ALIGN: middle;
    BACKGROUND-COLOR: #f6f6f6;
    TEXT-ALIGN: center;
    border: solid #ccc 1px;
}

TR.browseSuperEntry {
    font: bold 10px;
    BACKGROUND-COLOR: #ffffff;
}

TR.browseEntry {
    BACKGROUND-COLOR: #ffffff;
}

.browseEntry td {

    padding: 3px !important;
}

TD.browseEntryNum {
    VERTICAL-ALIGN: top;
    TEXT-ALIGN: center;
    border-top: solid #ccc 1px;
}

TD.browseEntryMark {
    FONT-WEIGHT: normal;
    VERTICAL-ALIGN: top;
    TEXT-ALIGN: center;
    border-top: solid #ccc 1px;
    padding: 5px !important;
}

.browseEntryMark input[type=checkbox]
{
    margin: 10px auto;
}

TD.browseEntryData {
    VERTICAL-ALIGN: middle;
    border-top: solid #ccc 1px;
}

TD.browseEntryData strong {
    font-size: 75%;
}

TD.browseEntryMedia {
    VERTICAL-ALIGN: middle;
    TEXT-ALIGN: center;
    border-top: solid #ccc 1px;
}

TD.browseEntryYear {
    VERTICAL-ALIGN: top;
    TEXT-ALIGN: center;
    border-top: solid #ccc 1px;
}

TD.browseEntryEntries {
    TEXT-ALIGN: center;
    border-top: solid #ccc 1px;
}

TD.browseEntryRelevance {
    border-top: solid #ccc 1px;
}

TR.browseSubEntry {}

TD.browseSubEntryData {
    VERTICAL-ALIGN: middle;
    COLOR: #000000;
    TEXT-ALIGN: left;
    font-size: 80%;
}

TD.browseSubEntryMedia {}

TD.browseSubEntryYear {
    FONT: 8pt   -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", helvetica;
    VERTICAL-ALIGN: top;
    TEXT-ALIGN: center;
}

TD.browseSubEntryEntries {}

TD.browseSubEntryRelevance {}

TABLE.browseResourceTable {}

TD.browseResourceTable {}

TR.browseResourceTableEntry {}

TD.browseResourceTableEntry {}

Table.bibScreen {}

TABLE.bibWidgit {}

TABLE.bibInfo {}

TR.bibInfoEntry {}

TD.bibInfoEntry {}

TD.bibInfoLabel {
    BACKGROUND: #ffffff;
    color: #292e34;
}

TD.bibInfoData {}

TABLE.bibHoldings {}

TR.bibHoldingsHeader {}

TR.bibHoldingsData {}

TABLE.bibResourceTable {
    display: block;
}

TD.bibResourceTable {}

TR.bibResourceTableEntry {}

TD.bibResourceTableEntry {}

.rowshadow {
    BACKGROUND-IMAGE: url(/screens/topshadow.jpg);
    HEIGHT: 10px
}

TD.bibHoldingsEntry {
    padding-bottom: 10px;
}
.bibHoldings .bibHoldingsLabel {
    padding-right: 10px !important;
}

.holdingsDivider {
    color: #ccc;
    height: 1px;
}

.bibHoldingsLabel {
    font-weight: bold;
    color: #292e34;
}

.bibPager {
    font-weight: bold;

}

.bibPager a:link  {
    font-weight: bold;
    text-decoration: none;
    padding: 5px 25px 5px 25px;
    border: 1px solid;
    border-radius: 2px;
    margin: 10px 5px;
    display: inline-block;
    width: auto;


	
}

.bibSearchtool {
    word-spacing: 0px;
}

.bibInfoLabel {
    color: #292e34;
}

.bibLinks th, .bibLinks td {
    padding: 5px !important;
    font-family:    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", serif;
}
.bibResourceBrief th{
   padding: 5px !important;
}

 .bibResourceBrief td {
    padding: 5px !important;
    font-family:    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", serif;
}

.bibMain {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.briefCitRow {
    border-bottom-color: #ccc;
    border-top: 1px solid #ccc;
}

.briefCitRow .bibItems {
    margin-bottom: 0 !important;
}

.briefcitTitle{
    font-size: normal;
}

.briefcitDetail img{
    margin-left: 50%;
}
.briefcitactions {
    text-align: left;
}

.bibItems {
    border: 0px;
    margin-top: 1em !important;
    margin-left: 0 !important;
    margin-bottom: 40px !important;
}

.bibItems tbody {
width: 100%;

}

.briefCitRow table.bibItems {
    width: 100%;
    border: 0px;
    padding: 0 3px 15px 3px;
    margin: 0
}

.bibBookingsHeader {

    font-weight: bold;
    text-decoration: none;
    padding: 5px 25px 5px 25px;
    border: 1px solid;
    border-radius: 2px;
    margin: 10px 5px;
    display: inline-block;
    width: auto;
    background-color: #efefef;
    background-image: linear-gradient(#efefef, #d4d4d4);
    border: 1px solid #b2b2b2;
    border-radius: 1px;
    box-shadow: 1px 1px 3px #d4d4d4;

    font-weight: bold;
    text-decoration: none;
    padding: 5px 25px 5px 25px;
    border: 1px solid;
    border-radius: 2px;
    margin: 10px 5px;
    display: inline-block;
    width: auto;
    background-color: red;
    color: white;
    border: 1px solid #b2b2b2;
    border-radius: 1px;
    box-shadow: 1px 1px 3px #d4d4d4;

}



.bibItemsEntry {
    color: #000;
    text-align: left
}

.bibItemsEntry a {
    text-decoration: none
}

.bibItemsEntry a:hover {
    text-decoration: underline
}

.bibItemsEntry td {
    padding-top: 5px !important;

}

.bibItemsHeader {
    color: #0f465e;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    padding: 10px 0 10px 3px;
    font-family:  -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

th.bibItemsHeader {
    
    background-color: #fff;
}

.bibItemsLabel {}

.bibLicense {
    width: 100%
}

.bibLicenseEntry {
    color: #000;
    text-align: left;

}

.bibLicenseEntry td {
    border-bottom: 1px solid #EEEEEE;
}

.bibLicenseHeader th {
    color: #003366;
    font-weight: bold;
    text-align: left;
}

.bignotice {
    background-color: #FFCC66;
    color: #000000;
    font-size: 12pt;
    font-family:   -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", Helvetica, sans-serif;
    display: block;
    text-align: center;
    border: solid #ccc 1px;
}

.bignotice a:link {
    color: #000000;
    text-decoration: none;
    display: block;
    padding: 10px 10px 10px 10px;
}

.bignotice a:visited {
    color: #000000;
    text-decoration: none;
    display: block;
    padding: 10px 10px 10px 10px;
}

.bignotice a:hover {
    background-color: #CC0000;
    display: block;
    color: #FFCC66;
}

.butt a,
.butt a:visited {
    border: 1px solid #cccccc;
    background-color: #f6f6f6;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 10px;
    padding-left: 10px;
}

.butt a:hover {
    text-decoration: none;
    border: 1px solid #990000;
    background: url("/images/buttback.jpg");
}

.headtd {
    height: 30px;
    font-family:   -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", Helvetica, sans-serif;
    font-size: 90%;
}

.headtdmore a,
.headtdmore a:visited {
    color: #ffffff;
    background-image: url(buttbackblue.gif);
    height: 18px;
    font-size: x-small;
    font-family:   -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", Helvetica, sans-serif;
    border: 1px solid #cccccc;
    background-color: #006699;
    padding-top: 1px;
    padding-bottom: 2px;
    padding-right: 4px;
    padding-left: 5px;
}

.headtdmore a:hover {
    text-decoration: none;
    border: 1px solid #990000;
    color: #990000;
    background-color: #f6f6f6;
    background-image: url(buttback.gif);
}

.heading {
    font-family: Merriweather, Georgia, Helvetica, sans-serif;
    font-size: 90%;
    color: #000000;
    background-color: #f6f6f6;
    background-image: url(buttback.gif);
    background-repeat: repeat-x;
    font-weight: bolder;
}



.heading2 {
    font-family:   -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", Helvetica, sans-serif;
    font-size: 100%;
    font-weight: 700;
    color: #222;
    text-shadow: 1px 1px 0 #fff;
    background-color: #f6f6f6;
    background-image: url(buttback.gif);
    background-repeat: repeat-x;
    border: solid #ccc 1px;
    padding: 5px;
}

.menu {
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    border-left-color: #CCCCCC;
}

.qsearch {
    height: 50px;
    margin-top: 5px;
    margin-bottom: 0px;
}

hr {
    color: #cccccc;
}

.yourEntryWouldBeHere {
    background-color: #f6f6f6;
}

.yourEntryWouldBeHereData {
    border-top: solid #ccc 1px;
}

.wbpanelcategory {
    font-weight: bold;
    margin-top: 10px;
    border-bottom: solid #ccc 1px;
}

.wbcategory {
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom: solid #ccc 1px;
}

.wblinkfield {
    font-weight: normal;
}

.wbbody {
    margin: 10px;
}

html,
body {
    margin: 0;
    padding: 0
}

#header {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    border-bottom: 2px solid #ccc;
    height: 160px;
    vertical-align: text-bottom;
    background-color: #fff;
}

.scope {

    text-align: left;
    padding: 0px;
    bottom: 0px;
    margin-top: 0px;
    font-family: "Merriweather", Georgia, serif;
    font-size: 1.3em;
    color: #FFFFFF;
    font-weight: 400;
    white-space: nowrap;
}

.nav a {
    color: #0039a6;
    text-decoration: none;
}

.nav a:hover {
    color: #0c8ac3;
    text-decoration: underline;
}

.nav a:visited {
    color: #0039a6;
    text-decoration: none;
}

.nav {
    margin-top: 0px;
    margin-bottom: 0px;
    text-indent: 20px;
    padding-top: 40px;
    display: block;
    color: #fff;
}

.notice {
    background-color: #e6e6e6;
    border: 1px solid #ccc;
    width: 600px;
    padding: 10px;
}

.arrows {
    color: #999;
    font-weight: bold;
    font-family: "Courier New", Courier, mono;
    font-variant: small-caps;
}

.available {
    font-weight: bold;
    color: green;
}

.bookingsConfirmMsg {
    font-weight: bold;
    color: blue;
}

.bookingsErrorMsg {
    font-weight: bold;
    color: red;
}

.bookingsSelectCal {
    background-color: white;
}

.closed {
    font-weight: bold;
    color: purple;
}

.unavailable {
    font-weight: bold;
    color: black;
}

.rightcolumn {
    background-color: #e6e6e6;
    border: 1px solid #ccc;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: 20px;
    width: 278px;
    vertical-align: top;
}

.bibRecordLink {
    padding-bottom: 1em;
    padding-top: 1em;
    font-style: normal;
    padding-left: 6px;
    font-size: 80%;
}

.permaRecordLink {
    text-align: left;
    padding-top: 0.9em;
    font-size: 0.9em;
    /* font-style: italic; */

    width: 80%;
}

.permaRecordLink:last-of-type {

    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;


}



.holdingsDivider {
    display: none;
    border-bottom-width: 1em;
    border-left-width-value: 0;
    border-top-style: none;
    border-right-style-value: none;
    border-bottom-style: none;
    margin-bottom: 1em;
}

table.bibResourceBrief {
    width: 100%;

}

.bibHoldings {
    /* box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); */
    margin: 1em 0 1em 0;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 10px;
}

.bibResourceBrief {
   
    margin-bottom: 20px;
    padding: 0 0 20px 0;
}

/* #checkout_form ul li {
font-size: 3em;
font-weight: bold;
} */

#checkout_form h2 {
    font-size: 3em;
    font-weight: bold;
}

#checkout_form ul li {
    font-size: 3em;
    color: #ff0000;
    font-weight: bold;
}

.patFuncStatus em {
    font-size: 1.5em;
    color: #ff0000;
    font-weight: bold;
}

table.bibOrder {
    width: 45%;
    border: 0px;
    margin-bottom: 1em;
    margin-left: 3px;
}

tr.bibOrderEntry td {
    background-color: #FFFFCC;
    color: #145C82;
    font-weight: bold;
}

span.bibHolds {
    width: 45%;
    font-weight: bold;
    margin: 1em;
    padding: 2px;
    color: #145C82;
    font-weight: bold;
    font-family: inherit;
    font-size: 1em;
}

div.bibScreen span.bibHolds {}

div.bibScreen {}

div.resourceTableDiv {
    width: 20%;
    margin-right: 2%;
}


table.bibHoldings {
    width: 75%;
    margin: 20px 0 20px !important;
}

.bibScreen {
    text-align: left;
    padding: 0px;
}

.bibResourceTable,
.browseResourceTable {
    border-width: 0px;
    border-style: solid;
    border-color: #fff;
    /*box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);*/
}

TD.bibResourceTableEntry {
    float: left;
    text-align: left;
}

div.bibInfo,
div.bibScreenBooking,
table.bibLinks,
table.bibItems,
table.browseScreen tr {
    width: 75%;
}

.bibContent,
div.bibContent {
    margin-right: 0px;
    max-width: 78%;
}

table.bibLinks {
    margin-top: 1em !important;
     margin-bottom: 1em !important;
    border-color: #cccccc;
}

div.browseSearchtool {

    border: none;
    margin: 0 auto;
    padding: 0;
}

.browsePager{

    float: left;
    padding: 10px 0 10px 0;

}

.bibContent .bibItems {
    margin-bottom: 60px;
}


.bibDetail,
.navigationrow,
.bibsearchtool,
.navSearchHistory,
.bibpager,
.bibScreenBooking {
    text-align: left;
}



tr.bibResourceCaption {
    color: #292e34;
    background-color: #F6F6F6;
    border-width: 1px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    color: #292e34;
}

.bibResourceCaption td {
    border-width: 1px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
}

div.navSearchHistory {
    display: block;
}

div.bibImage {}

div.collegelogo {
    float: right;
}

td .opacnote {
    font-size: 75%;
}

.opacMenuList {
    list-style: none;
    margin: 10px;
}

.opacMenuList li {
    padding: 4px;
    list-style: none;
}

#loginImage {
    margin-top: 10px;
}

#keyword_search {
    margin: 20px auto;
}

#keyword_search input[type='text'],
#keyword_search select {
    color: #333333;
    margin: 5px 0 8px 2px;
    padding: 5px;
}

#keyword_search input[type='image'] {
    height: 32px;
}

#notice {
    font-size: smaller;
    width: 35%;
    z-index: 9999;
    position: fixed;
    bottom: 0;
    right: 0;

}
#notice-panel .panel-body{
       box-shadow: 0 19px 38px rgba(0, 0, 0, .3), 0 15px 12px rgba(0, 0, 0, .22)

}
#notice-panel .panel-body h2, #notice-panel .panel-body h3, #notice-panel .panel-body h1{
    margin-top: 0;
}
#notice-button {
    background: #ffcc01;
    color: black !important;
    border-radius: 2px;
    text-decoration: none;
    float: right;
    padding: 10px;
    margin-top: 0px;
    box-shadow: 0 19px 38px rgba(0, 0, 0, .3), 0 15px 12px rgba(0, 0, 0, .22)
}

.frontpage-notice {
    margin-bottom: 20px;
    box-shadow: 0 19px 38px rgba(0, 0, 0, .3), 0 15px 12px rgba(0, 0, 0, .22)
}


.warning-bad {
    background: url('/screens/Message-Warning.png') 20px center no-repeat #E63946;
    color: #fff !important;
    padding: 10px 5px 10px 100px !important;
    font-family: 'Segoe UI', Calibri, lucida Grande,   -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", Helvetica, sans-serif;
    display: block;
}

/* #01b9f0*/
.warning-good {
    background: url('/screens/Message-Warning.png') 20px center no-repeat #A8DADC;
    color: #1D3557;
    padding: 20px 5px 20px 100px !important;
    font-family: 'Segoe UI', Helvetica,   -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"sans-serif;
    display: block;
    text-align: left;
}

.warning-yellow {
    background: url('/screens/Message-Warning.png') left center no-repeat #f9e000;
    color: #1D3557;
    padding: 20px 5px 20px 51px !important;
    font-family: 'Segoe UI', Helvetica,   -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"sans-serif;
    display: block;
    text-align: left;
}

.warning-default {
    background: #fff;
    color: #333;
    padding: 20px 28px 20px 28px;
    font-family: 'Segoe UI', Helvetica Nue,   -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    display: block;
    text-align: left;
}

.warning-good a,
.warning-good a:link,
.warning-good a:visited {
    color: #E63946 !important;
    text-decoration: underline;
}

.warning-bad a,
.warning-bad a:link,
.warning-good a:visited {
    color: #FFFFFF !important;
    text-decoration: underline;
}

.warning-bad a:hover,
.warning-good a:hover {
    text-decoration: none;
}


.shl-background {
    background-size: cover;
    background: url('../screens/content/images/s1/senate-house-transparent-min.png') no-repeat center center;

}

.shl header {
    padding: 10px 0 10px;
    background-size: cover;
    background: url('../screens/content/images/senate-house-transparent-min.png')no-repeat center center;
    background-color: #0f465e;
}


.shl-overlay {
    background: url('../screens/content/images/overlay.png') repeat;
}

.shl-home h1 {
    margin: 20px auto;
}

.shl-home img {
    margin: 20px;
    height: 60px;
}

.dark {
    color: #fff !important;
}

.light {
    color: #333 !important;
}



section .container {
    padding: 15px 0 15px 0;
}

.pad-topandbottom {
    padding: 15px 0 15px 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.row-no-padding >
  [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }


.button {
    border-radius: 3px;
    background-color: #efefef;
    background-image: linear-gradient(centertop, #efefef 5%, #d4d4d4 100%);
    background-image: -moz-linear-gradient(centertop, #efefef 5%, #d4d4d4 100%);
    background-image: -webkit-linear-gradient(#efefef, #d4d4d4);
    border: 1px solid #b2b2b2;
    color: black;
    -webkit-box-shadow: 1px 1px 3px #d4d4d4;
    box-shadow: 1px 1px 3px #d4d4d4;
    cursor: pointer;
}

.button:hover {
    background-image: linear-gradient(centertop, #d4d4de 45%, #efefef 100%);
    background-image: -moz-linear-gradient(centertop, #d4d4de 45%, #efefef 100%);
    background-image: -webkit-linear-gradient(#d4d4d4, #efefef);
    color: black;
}

.panel {
    margin: 1em auto;
    padding: 0;
}

.panel-title {
    color: inherit;
    margin-bottom: 0;
    padding: 15px 15px 7px;
    min-height: 48px;
}

.panel-body {
    color: inherit;
    padding: 15px 20px 20px 20px;
}

.panel-footer {
    color: inherit;
    border-top: 1px solid #e7eaec;
    font-size: 90%;
    background: #ffffff;
    padding: 10px 15px;
}

.panel.panel-white {
    padding: 5px;
    background-color: white;
}

.panel.panel-yellow {
    padding: 5px;
    background-color: yellow;
}


.separator {
    height: 2vh;
}


.qrcode{
    margin: 20px 0;
    height: 120px;
    float: left;
   
}

.qrcode-container{

    
}

/*Large*/

@media(min-width: 75em) {
    .equal-420 .panel {
        height: 420px !important;
    }

    .equal-420 .panel .panel-body {
        height: 100%;
    }

    .small-h2 .panel-title h2 {}

    .nav {
        padding-top: 70px !important;
        width: 100%;

    }



}


/*Medium*/

@media(min-width: 62em) {
    .equal-420 .panel {
        height: 420px;
    }

    .equal-420 .panel.panel-body {
        height: 100%;
    }


}


/*Small*/

@media(min-width: 48em) {
    .equal-420.panel {
        height: auto;
    }

    .equal-420 .panel .panel-body {
        height: auto;
    }


}


/*Extrasmall*/

@media(max-width: 37.5em) {

    .nav {
        float: left !important;
        width: 100%;
    }


}


.exhibition {

    background-image: url('https://www.senatehouselibrary.ac.uk/sites/default/files/exhibitions/Reformation%20banner%20no%20text.jpg');
    height: 530px;

    padding: 20px;

}

.exhibition h1 {

    background: #D82422;

    color: #fff;

    float: right;


    padding: 10px;

    display: block;

    font-size: 7em;
    margin-top: 100px;

    font-family: 'Merriweather';

    font-weight: 300;

    -ms-transform: rotate(20deg);
    /* IE 9 */

    -webkit-transform: rotate(20deg);
    /* Safari */

    transform: rotate(20deg);

}

.exhibition p {

    float: left;

    background: #666;

    color: #fff;

    width: 70%;

    font-size: 16px;

    font-family: Courier New, Courier, monospace;

    -ms-transform: rotate(-2deg);
    /* IE 9 */

    -webkit-transform: rotate(-2deg);
    /* Safari */

    transform: rotate(-2deg);

    padding: 10px;

    margin-top: 150px;

}

.exhibition a {

    background: #2c3e50;

    color: yellow;

    float: right;

    padding: 20px;

    font-family: 'Merriweather';

    font-weight: bold;

    font-size: 1.8em;

    margin-top: 100px;

    -ms-transform: rotate(-10deg);
    /* IE 9 */

    -webkit-transform: rotate(-10deg);
    /* Safari */

    transform: rotate(-10deg);



}

.exhibition .link-container {

    display: block;

    margin-top: 170px;

    width: 100%;

}

.cta {
    color: #fff !important;
    width: auto !important;
    display: block !important;
    margin: 0 0 10px !important;
    padding-bottom: 10px !important;
    background: #0a9686 !important;
    border: 3px solid #0a9686 !important;
    padding: 2px 20px 5px 20px !important;
    font-weight: bold !important;
    border-radius: 2px !important;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;
    text-decoration: none;
    font-family:   -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    overflow: hidden !important;
    cursor: pointer !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14) !important;
}

.cta:hover {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
    background: #0f465e !important;
    border: 3px solid #0f465e !important;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;


}


.request-button {
    color: #fff !important;
    width: auto !important;
    display: block !important;
    margin: 0 0 10px !important;
    padding-bottom: 10px !important;
    background: #e22f24 !important;
    border: 3px solid #e22f24 !important;
    padding: 2px 15px 5px 20px !important;
    font-weight: bold !important;
    border-radius: 2px !important;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    text-align: center;
    transition-duration: 0.4s;
    text-decoration: none;
    font-family:   -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    overflow: hidden !important;
    cursor: pointer !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14) !important;
}

.request-button:hover {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
    background: #000000 !important;
    border: 3px solid #000 !important;
    color: #fff;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;
        text-decoration: none;


}


/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #0f465e;
    color: #fff;
    text-align: center;
    padding: 10px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooltip-top {
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
}

.tooltip-top2 {
    bottom: 115%;
    left: 50%;
    margin-left: -60px;
}

.tooltip-top::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #0f465e transparent transparent transparent;
}

/*Jquery Plugin */

#acquisitionParentContainer {
    width: 100%;
    margin: 0 auto;
    float: left;
}

#acquisitionItemContainer {

    width: 60%;
    margin: 30px auto;
    background: #0055A6;
    padding: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    color: white;
    min-height: 320px;
}

#acquisitionItemContainer .holder {
    padding: 30px;
}

#acquisitionItemContainer h3 {
    margin-top: 0 !important;
    border: none !important;
}

#acquisitionItemContainer a {
    color: yellow;
    font-weight: bold;
    float: right;
    font-size: larger;

}

#acquisitionItemContainer img {
    max-height: 260px;
    float: left;
    margin: 30px 30px 5px 30px;
}

.closeAcquisitionItemContainer {
    font-size: 30px;
    font-weight: bold;
    float: right;
    text-decoration: none;
}

.closeAcquisitionItemContainer a:hover {
    color: #ed435a;
}

.owl-container {
    padding: 20px;
    /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19); */
    margin: 10px auto;
}


/* Bookings form styles */

.bookingsSelect {
    width: 100% !important;
    margin-left: 0 !important;

}

.bookingsSelectTime {
    border: none;
}

.bookingsSelect, .bookingsSelectRepeat{
    width: 100%;
    display: block;
    float: left;

}

.bookingsSelectRepeat{
    margin-top: 20px;
}

.bookingsSelect fieldset, .bookingsSelectRepeat fieldset {
    width: 50%;
    float: left;
}
.bookingsSelect fieldset legend{
    font-weight: bold;
   float: left;
}

.bookingsSelect fieldset label, .bookingsSelectRepeat fieldset label{
    width: auto;
    float: left;
    margin-right: 20px;

}

.bookingsSelect fieldset select, .bookingsSelectRepeat fieldset select {
    width: auto;
    float: left;
    margin-right: 20px;
}

.bookingsSelectCal {
    width: 100% !important;
    margin: 10px 0 10px 0 !important;
    border: none !important;
}

.bookingsSelectCal .available:hover{
    background: grey;
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.m-0 {
    margin: 0 !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.m-1 {
    margin: .25rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.m-2 {
    margin: .5rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.m-3 {
    margin: 1rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.m-5 {
    margin: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.p-1 {
    padding: .25rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.p-2 {
    padding: .5rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.p-3 {
    padding: 1rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.p-5 {
    padding: 3rem !important
}

@media (min-width:768px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }

    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }
}

@media (min-width:992px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }

    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }
}

@media (min-width:1200px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }

    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
  font-style: italic;
  font-size: x-large;
  font-family: Georgia, 'Times New Roman', Times, serif;
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}


/*Springshare*/

.s-la-widget-header h1{
    font-size: 24px !important;
}