@charset "UTF-8";


/*************** Body ****************/
body {
    padding: 0;
    margin: 0;
    line-height:1.3;
	color: #111;
	background-color: white;
}

@media print {
    body {
        background-color: white;
        color: black;
        padding: 0;
        margin: 0;
    }
}


/*************** changes from bootstrap 4 to 5 - this is here to make work like bootstrap4 ****************/
.row>* {
    padding: 0px;
    flex-shrink:1 ;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.product-list--basket .row{
    margin: 0px;
}


.product-list--basket .col-sm{
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.product-list--price .col-sm-6{
    padding-right: 0px;
    padding-left: 0px;
    
}

/*if < 576px */
@media (min-width: 576px) {
    .product-list--price .col-sm-6{
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 50%;
        width: 50%;
    }
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0;
}

.zz-navbar .input-group-text{
    border-radius:  5px 0px 0px 5px;
}

.zz-navbar #search_btn{
    border-radius:  0px 5px 5px 0px;
}

.zz-navbar #_whoami{
    padding: 6px 28px 6px 12px;
    border-radius: 0px 5px 5px 0px;
    border-width: 1px;
    border-color: rgb(206, 212, 218);
    
}

#basket-counter{
    border-radius: 50%;
}

.licence-label{
    max-width: 95%;
    vertical-align: top;
}


/*************** Headings ****************/
h1 {	
	font-size: 1.9em;
}
h1.printheader {
    color:black;
    font-size:20pt;
}
.subject_head h1 {
	margin: 0px;
}

h2 {
    font-size: 1.7em;
}
aside h2 {
    font-size: 14pt;
}

h3 {
    font-size: 1.5em;
}
aside h3 {
    font-size: 12pt;
}

h4 {
    font-size: 1.3em;
}

h5 {
    font-size: 1.1em;
}

/*************** links ****************/
a {
    word-break: break-word;/* needed to wrap long links */
}
/* a:link, a:visited {
    text-decoration:none;
} */
a {
    /* color:#2684c4; */
    text-decoration:none;
}
/* a:visited {
    color:#502ebd;
    text-decoration:none;
} */
a:hover {
    text-decoration:underline;
    /* color:#102C6D; */
}

a.btn:hover {
    text-decoration: none;
}

/*************** Bullets & Lists ****************/
ul.subject_chooser > li {
    width:140px !important;
    background-color:#eee !important;
    font-weight:600;
    color: #2989BC;
    box-shadow:2px 2px 1px #CCC;
    margin:8px 8px 0px 0px !important;
}

ul.subject_chooser > li a {
    color: #2989BC;
}

ul.subject_chooser > li a:active {
    text-decoration: none;
    box-shadow: 0 2px 2px #CCC inset;
    top:2px;
}

ul.subject_chooser > li a:hover {
    text-decoration: none;
    cursor:hand;
}

li.odd a{
    background-color: #fff;
}

li.even a{
    background-color: #e3f0f7;
}


/*************** Dividers ****************/
hr {
	margin: 5pt 0;
    border: none;
    background-color: #CCC;
	height: 1px;
}


/*************** Tables ****************/
tr.dark {
    background-color: #EFEFFB;
}

tr.light {
    background-color: #FFFFFF;
}


table.alternate {
    border: solid 1pt #CECEF6;
    border-collapse:collapse;
    float:left;
    font-size: 11pt;
}
table.alternate th {
    background-color: #000000;
    padding: 2px 0px 3px 5px;
    color: #FFFFFF;
    font-size: 12pt;
}
table.alternate td {
    padding: 3px;
}


table.small {
    border-collapse: collapse;
    border: 1px solid #102C6D;
    font-family: arial narrow, arial;
    font-size: 10pt;
    background-color: #ffffff;
}
table.small td {
    padding: 0.3em;
}
table.small th {
    background-color: #102C6D;
    color: #ffffff;
}

table.black {
    border-collapse: collapse;
    border: 2px solid black;
    padding: 0;
    font-family: "arial narrow", arial;
    background-color: #ffffff;
}
table.black td, table.black th {
    border: solid 1px black;
    padding: 0.3em;
}


/* Table of specification information, used in synopse pages. */
table.specinfo	{
    border: solid 2pt black;
    background: white;
    border-collapse: collapse;
    font-size: 9pt;
    width: 100%;
}
table.specinfo th	{
    background:	black;
    color: white;
    border: solid 1pt white;
}
table.specinfo td	{
    background: white;
    border: solid 1pt black;
    border-collapse: collapse;
    font-size: 8pt;
}

table.box	{
    width:			90%;
    background:		#ffff99;
    border:			1px solid #000000;
    font-size:		11pt;
    font-family:	'arial narrow', arial, sans-serif;
    color:			#000000
}

/*************** Fieldset ****************/

fieldset {
    margin: 1em 0em;
    padding:0px 10px 10px 10px;
    display:inline;
}



/* Contains whole webpage */
div#container {
	display: flex;
	flex-direction: column;

	width: 100%;
	/*max-width: 1400px;*/

	margin: 0 auto;
}

#sticky-footer-wrapper {
    min-height: 86vh;
    display: grid;
    grid-template-rows: auto 1fr auto;
}

@media print {
    div#container {
        display: block;
    }
}


/* Wrapper for aligning content... */
.wrap, .page {
	margin: 0 auto;
	width: 100%;
    max-width: 1220px;
}
.page {
    padding: 0 10px;
}

/* Contains page (not header, header-nav, and footer) */
.page {
	background-color: white;
}
@media print {
    .page {
        display: block;
    }
}

main {
    max-width: 100%;
}



/* Styles for navigation */

nav.navbar {
    border-bottom: none !important;
}

@media print {
	.navbar {
		display: none;
	}
} */

ul.links {
    float: right;
    font-size: 14px;
}


ul.links--admin {
    background-color: rgba(255,0,0, 0.25);
    padding: 5pt 10pt;
}

ul.links > li {
    display: inline-block;
	padding: 2.5pt 5pt;
}

ul.links a {
    /* color: #2684C4; */
    color: white;
}

ul.links li > a:hover {
    /* color: #3556A4; */
	text-decoration: underline;
}



/* Sidebar (subjects/categories) */
.sidebar {
	flex: 0 0 185pt;
    order: -1;
    z-index: 1000;
    margin: 12px 10px 0px 0px;
}

@media print {
	.sidebar {
		display: none;
	}
}

.sidebar ul {
    font-size: 0.98em;
    list-style:none;
    text-align:left;
    padding: 0;
    margin: 0;
}

.sidebar ul ul ul {
    margin-left:10px;
}

.sidebar ul ul ul li a::before {
    content:"– ";
    
}

.sidebar ul a:hover {
    text-decoration:none;

}

.sidebar ul > li > ul > li > ul > li {
    font-size: 12px;
}

.sidebar li {
	display: inline-block;
	width: 100%;
	line-height: 1em;
    margin: 0;
    padding: 0;
}

ul.nav#side-menu > li {
    margin: 0 0 10pt 0;
    border-radius: 6px;
    border:1px solid #2989BC;

}

.sidebar li > span > a,
.sidebar li > span > span {
	display: block;
	margin: 0;
	padding: 2px 8px;
}

.sidebar li > span.heading > span,
.sidebar li > span.heading > a {
    display: block;
    margin: 0;
    background:#2989BC;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
    color:#FFF;
    font-weight: bold;
    padding-left:7px;
}

.sidebar li:last-child a:hover, .sidebar li:last-child a:focus {
    border-bottom-right-radius:6px;
    border-bottom-left-radius:6px;
}

.sidebar li > span.heading > a:hover,
.sidebar li > span.heading > a.active {
	/* background-color: #2684C4; */
	/* color: white; */
}

.sidebar li a {
	
	color: #103F6D;
    
    text-decoration:none;
    font-weight:normal;
}

.sidebar li a:hover,
.sidebar li a:focus {
	color: #2684C4;
	background-color: #EFEFEF;
	
}

.sidebar li a.active {
    background-color: #c2e6ffaa;
}

.sidebar-nav #side-menu form {
	margin-top: 0px;
    padding:0;
}

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active > a > .fa.arrow:before {
    content: "\f107";
}

.navbar-collapse {
    border: none;
    padding: 0;
}

/* END of navigation styles */



/* header */

header {
    padding: 0;
    margin: 0;
    width: 100%; 
    background: linear-gradient(white, #fdfdfd);
}
header > .wrap {
    position: relative;
}

@media print {
	header {
		display: none;
	}
}

/* Cookie banner in header */
header > #cookie-banner {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;

    padding: 5pt 0;
    margin-bottom: 10pt;
    background-color: #333;
    box-shadow: 0 0 5px #0005;
}
header > #cookie-banner p {
    margin: 5pt;
    color: white;
}
header > #cookie-banner a {
    color: white;
    text-decoration: underline;
}

header > #header {
    display: flex;
    flex-wrap: wrap;
}

header .company {
	display: block;
    font-size: 26px;
    line-height: 38px;
    margin: 0;
    padding: 0;
    color: #2989BC;
    font-family: 'Montserrat', Arial, sans-serif;
}

header .company_strapline {
	display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight:normal;
    padding: 0;
    margin: 0;
    color: #333a;
}


header .zz-navbar {
    background-color: #2989BC;
    border-bottom: 1px solid #335263;
}

header nav.navbar a.nav-link:not(:hover):not(:focus):not(:active) {
    color: #ffffff;
}
header nav.navbar a.nav-link {
    color: #ffffffee;
}



.dropdown-heading {
    font-size: .7rem;
    color: #757575;
    letter-spacing: 1px;
    /* text-transform: uppercase; */
    /* text-align: center; */
    margin: -0.25rem 0 0 0;
    padding: 0.25rem 1.5rem;
}

.dropdown-item:hover {
    background-color: transparent;
}


/* Product listing */
span.new_stamp {
	background-color: #d40000;
	color: white;
    border-radius: 2pt;
    margin: 0 5px;
	padding: 0 4px;
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
}


/* Action status styles (e.g. success, error) */
.error {
	color: red;
	font-weight: bold;
}
.success {
	color: green;
	font-weight: bold;
}


    /* FAQ */

    .faq {
        cursor: pointer;
        cursor: pointer;
        border: 1px solid #CCC;
        width: 760px;
        margin-top: 15px;
        padding: 5px 8px;
        color:#333;
        position: relative;
		padding-right: 50px; /* Make space for the button */
		min-height: 38px;
    }
    .faq_ans { 
        font-size:0.95em; 
        display:none;
        margin-top:7px;
    }

	.faq .faq_ans {
		position: relative;
	}

	.faq .copy-btn {
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
	}


/* lightbox */

div.lightbox {	
    margin: 5px 0px;		
    text-align:center;
}		

div.lightbox img {	
    border: 1px solid #888;	
    margin:5px;
    -moz-box-shadow: 5px 5px 5px #888;
    -webkit-box-shadow: 5px 5px 5px #888;
    box-shadow: 2px 2px 2px #888;
}


/* Payment method links in Select Payment Method in checkout process */
#paymentlinks {
    font-family: Arial, Helvetica, sans-serif;	
    width:100%;

}

#paymentlinks ul {
    list-style:none;
    margin:0;
    padding:0;
    float:left;
}

#paymentlinks  li {
    display:inline;
}

#paymentlinks li > a:hover {
    color: #3556A4;
	text-decoration: underline;
}

#paymentlinks a {
    width: 200px;
    margin-right: 10px;
    margin-bottom: 10px;
    min-height: 104px;
    font-size: 11pt;
    display: block;
    float:left;
    display:inline;
    font-weight:bold;
    color:#ffffff;
    padding:10px;
    text-decoration:none;
    border-radius:8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
}
/* end of payment links */



footer.footer {
	clear: both; /* just in case...? */
}

@media print {
	footer.footer {
		display: none;
	}
}

footer.footer p {
	font-size: 11pt;
	color: #999;
	max-width: none;
	text-align: center;
}


div.blog {
    width:500px;
}


/* Bootstrap Carousel arrow contrast against background */
.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: #495057;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
    background-size: 50% 50%;
}



/**
 * Styles for subject product-list pages, and group-synopsis pages.
 */

h2.subject,
h2.subject-split,
h3.subject-category,
h4.subject-range {
	color: #5E2D79;
}

h2.subject,
h2.subject-split {
    font-style: italic;
    /*
	font-size: 16pt;
    
    border-radius: 10pt;
    margin-top:0;
    margin-bottom:10px;
    padding: 5pt 15pt;*/
}

h3.subject-category {
    font-weight: normal;
}
h4.subject-range {
    font-weight: normal;
    margin-left: 1em;
}


.cat-heading {
    color: #5E2D79;
    font-weight: 500;
    margin: 0.8em 0 0.4em 0;
}
h1.cat-heading, .cat-heading--l1 {
    font-size: 1.6em;
    background:#5E2D79;
    color:#FFF;
    padding:1px 10px 2px 8px;
    border-top-right-radius:15px;
    border-bottom-right-radius:15px
    
}
h2.cat-heading, .cat-heading--l2 {
    font-size: 1.4em;
    background:#5E2D79;
    color:#FFF;
    padding:1px 10px 2px 8px;
    border-top-right-radius:15px;
    border-bottom-right-radius:15px
}
h3.cat-heading, .cat-heading--l3 {
    font-size: 1.4em;
}
h4.cat-heading, .cat-heading--l4 {
    font-size: 1.2em;
}
h5.cat-heading, .cat-heading--l5 {
    font-size: 1.1em;
    margin-left: 1.4em;
}
h6.cat-heading, .cat-heading--l6 {
    font-size: 1em;
    font-weight: normal;
    margin-left: 1.6em;
}
.cat-heading--l4::before {
    content: "– ";
}

tr.cat-see-includes > td > div{
    position: relative;
    margin: 1.75em 0.5em -0.75em 0em;
    color: #5E2D7999;
    font-size: 1em;
    font-style: oblique;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1pt;
}

.catButton{
    background-color: white;
}
table.orderinfo {
	width: 100%;
    font-size: 1em;
    border-collapse: collapse;
    margin: 0;
}


table.orderinfo td {
    font-size: 1.0em;
    padding: 0;
}
table.orderinfo tr.product-row td {
    padding: 1px 5px;
    border-bottom: 1px solid #CCC3;
}

table.orderinfo tr.product-row:hover {
	background-color: #CCC3;
}

.advertcode, .pid {
    font-size: 10pt;
}

.product-list--code,
.product-list--group-price,
.product-list--price,
.product-list--basket {
    width: 1%;
    white-space: nowrap;
}

/* if greater than 576  */
@media (min-width: 577px) {
    .product-list--price{
        min-width: 164px;
    }

    .product-list--preview-and-basket{
        min-width: 90px;
    }
    
    .product-list--price--min{
        min-width:80px;
    }
    
    .product-list--group-price{
        padding-left: 30px;
    }
    
    .product-list--sample .dropdown-item .nav-item{
        padding-right: 20px;
    }
}

/* if less than 576  */
@media (max-width: 576px) {
    .product-list--price{
        max-width: 0px;

    }

    .product-list--preview-and-basket{
        min-width: 113px;
    }
    
    .product-list--price--min{

    }
    
    .product-list--group-price{

    }
}


/* .product-list--title {
    width: 99%;
} */



div.sampleDiv {
    font-size: 1em;
    padding: 5px;
    border-radius: 10px;
    line-height: 1.5em;
    border: 1px solid #007bff;
    background-color:cornsilk;
    text-align:center;
}

/* Ebooks link on some subject pages */
div.ibooks {
	background-color: #EEE;
	border:1px solid #DDD;
	padding:4px;
}

div.ibooks a {
	color: #C00;
	font-weight: bold;
}

div.ibooks a:hover {
	text-decoration: underline;
}



.bordered-box {
    display: block;
    margin: 10pt 0;
    padding: 0pt 10pt;
    border: 1px solid #CCC;
}


/* For subscribing to a subject's mailing list. */
.subscribe_to_subject_emails {
    font-size: 10pt;
    float: left;
    background:white;
}


/* For requesting a publication, appears under subject list. */
div.request_a_publication {
    clear:both;
    margin:0 auto;
    width:85%;
    margin-top:25px;
    border-radius: 5pt;
    box-shadow: 0 1pt 2pt rgba(0,0,0,0.5);
    text-align:center;
    padding:10pt 5pt;	
    font-size: 0.9em;
}





/* Electronic copies are available for most products... Used on subject pages. */
.electronic_copies_background,
.upgrade_to_electronic_copies
{
    background-image: url('../images/cd.png');
    background-repeat: no-repeat;
    background-position: right bottom; 
}
div.upgrade_to_electronic_copies{
    font-size:10pt;
    display:inline-block;
    border:1px solid #CCC;
    margin-top:10px;
    margin-right:15px;
    padding:5pt;
    border-radius: 5pt;
    background-color:#FFF8DC;
}
div.upgrade_to_electronic_copies a{
    font-weight: bold;
}
div.upgrade_to_electronic_copies p{
    margin:5px;
}
div.upgrade_to_electronic_copies table{
    margin:2px;
    padding:5px;
}
div.upgrade_to_electronic_copies td {
    padding: 2px 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}




/* Breadcrumb navigation. */
/* A list of links, looks a bit like this:
      Home > Subjects > English > English Literature > Poetry
*/
ul.zbreadcrumb {
	margin: 0;
	padding: 0;
	font-size:0.9em;
	display: inline-block;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
}
ul.zbreadcrumb > li {
	display: inline;
	list-style: none;
}
ul.zbreadcrumb > li:after {
	content: '>';
	font-weight: bold;
	color: #555;
	padding: 0 5pt;
}
ul.zbreadcrumb > li:last-child:after {
	content: none;
}



.btn.subject_map:hover,
.btn.subject_map:focus {
    background-color: white;
    border: 1px solid #007bff;
    color: #007bff;
}



/* List with no bullets */
ul.nobullet {
    list-style-type: none;
}

/* List with no margin. */
ul.zeromargin {
    margin-left: 0;
}


/* E.g. ul.break-inside-avoid > li */
.break-inside-avoid > * {
    break-inside: avoid;
}


ul.buttons > li {
    margin: 10pt 0;
}


/* If <strong> has a tooltip (title attribute), make it look like a link. */
strong[title] {
    color: #0071c1;
}



/* Highlight title differences between products in a synopsis. Useful as titles often share substrings */
.product-title-common {
    font-weight: normal;
    /* border: 1px solid green; */
}
.product-title-diff {
    font-weight: bold;
    /* border: 1px solid red; */
}


.synopse-wrapper p,
.synopse-wrapper blockquote.blue,
.synopse-wrapper ul,
.synopse-wrapper ol {
    /* https://ux.stackexchange.com/a/108803 */
    max-width: 40rem !important;
}

/* .synopsis-products {
    background-color: white;
    border: #d70021 solid 2px;
    box-shadow: .125rem .25rem 0 #d7002155;
} */


/* Products on synopse page. */

.product_cards > li.product_card {
	flex: 0 1 100%;
	display: inline-block;
}

.product_card {
    color: #000;
    background-color: cornsilk;
    margin: 0.8rem 0rem!important    
}

.product_card.highlight {
    border: 2px solid orange !important;
}

.product_card .product_name {
    font-size: 14px;
}
.product_card .product_description {
    font-size: 12px;
}

.product_card ul.product_samples {
	font-size: 11pt;
    margin: 7.5pt 0;
}
.preview_sample {
    display: inline-block;
    background-color: #007bff;
    padding: 2pt;
}
.preview_sample > a:link,
.preview_sample > a:visited {
    padding: 2pt;
    padding-left: 18pt;
    background-image: url(/theme/images/pdf-icon-free.svg);
    background-repeat: no-repeat;
    background-size: 14pt;
    background-position: 0px;
    font-family: 'Tw Cen MT';
    color: #FFF;
    text-transform:uppercase;
    font-weight: bold;
}

.preview_sample > a:hover,
.preview_sample > a:focus {
    color: white;
    filter: brightness(.9);
    text-decoration: none;
}
.preview_sample:hover {
    background-color: #285888;
}


.product_availability.available_now {
	color: green;
}
.product_availability.available_soon {
	color: blue;
}
.product_availability.available_preorder {
	color: blue;
}


.synopse-wrapper {
    overflow: visible;
}



/* Quotes controlled */

.synopsis-quotes > .columns {
    column-count: 2;
}
.quote {
    break-inside: avoid-column;
    font-size: 1rem;
}
.quote > p {
    font-size: 1rem;
    line-height: 1.3;
    margin-bottom: 0;
}
.quote-short > p:first-of-type:before,
.quote-long > p:first-of-type:before {
    content: "\201C";
}
.quote-short > p:last-of-type:after,
.quote-long > p:last-of-type:after {
    content: "\201D";
}
/* .quote-headline > p {
    font-size: 1.5rem;
    line-height: 1.3;
} */
.quote-short {
    margin-bottom: 2rem;
}
.quote-short > p {
    color: #127f2b;
    font-size: 0.95rem;
    line-height: 1.15;
    text-align: center;
}
.quote > p + p {
    margin-top: 0.75rem;
}
.quote span.ellipsis {
    line-height: 0;
    font-size: 125%;
}
.quote-short span.ellipsis {
    font-size: 200%;
}
.quote > footer,
blockquote cite {
    font-size: 11px;
    color: #999;
    font-style: normal;
}
.quote > footer {
    line-height: 1rem;
}
.quote > footer:before {
    content: none;
}


/* Quotes in synopsis body */

blockquote cite,
blockquote footer {
    display: block;
    margin-top: .125rem;
}


blockquote.blue,
.synopse-wrapper blockquote:not(.style1),
.keyword-wrapper blockquote:not(.style1),
.quote-headline {
    margin: 10px;
    padding: 0 .35rem;
    color: #0071c1;
    font-size: .9rem;
    font-weight: 700;
    text-align: center;
    border-left: 4px solid #0071c1;
    border-right: 4px solid #0071c1;
}
blockquote.blue strong,
.synopse-wrapper blockquote:not(.style1) strong,
.keyword-wrapper blockquote:not(.style1) strong,
.quote-headline strong {
    font-weight: unset;
}
blockquote.blue > cite,
.synopse-wrapper blockquote:not(.style1) > cite,
.synopse-wrapper blockquote:not(.style1) > footer.blockquote-footer,
.keyword-wrapper blockquote:not(.style1) > cite,
.keyword-wrapper blockquote:not(.style1) > footer.blockquote-footer,
.quote-headline > footer.blockquote-footer {
    color: #0071c1;
    font-weight: 500;
}

.blockquote-footer{
    margin-top: .125rem;
}




blockquote.style1 {
    font-family:"Georgia",Times New Roman,Serif;
    padding: 5px 25px;
    border-top: 1px solid #e1cc89;
    border-bottom: 1px solid #e1cc89;
    margin: 10px 5px;
    background-image: url("/theme/images/openquote1.gif"), url("/theme/images/closequote1.gif");
    background-position: top left, bottom right;
    background-repeat: no-repeat;
    background-color: #FFFFCC;
    font-size: 10pt;
    color: gray;
}

blockquote.style1 p {
    margin: 0px 0px 5px 0px;
    font-size: 10pt;
    color: black;
}

blockquote.style1 span {
    display: block;
    text-align: center;
}

.keyquotes {
    background:#D8E2FA;
    text-align:center;
    width:90%;
    margin:0 5%;
}

.quotes {
    margin: 1em 0;
    width: 100%;
    border: 2px solid #dd4814a3;
    border-radius: 12px;
}

.quotes th {
    font-size: 1.1em;
    padding: 3px;
    color: #dd4814;
    background-color: transparent;
}

.quotes td {
    font-size: 0.   9em;
    color:#404040;
    font-style: normal;	
    border-top: 1px dashed #dd4814a3;
    padding: 10px;
}



.quote-long > p {
    color: #127f2b;
    font-size: .9rem;
}
.quote-long > footer {
    color: #595959;
}




.keywords-list {
    display: flex;
    flex-wrap: wrap;
}
.keywords-list > li {
    display: inline-block;
}
.keywords-list > li a {
    font-size: .9rem;
}




/* Information for ordering, appears within Order Details in synopse page. */
div.order_info {
    padding: 5pt;
}   
div.order_info ul {
    margin-top:3px; 
    margin-bottom:5px; 
}


/* Products Information, appears in synopse pages. */
div.products_info {
    font-size: 1.05em;
    margin:3px;
    padding:2px 6px;
    background-color:#fefefe;
    border-radius:8px;	
    -moz-border-radius:8px;	
    -webkit-border-radius:8px;
    -o-border-radius:8px;
}

div.productinfotrial {	
    margin:15px 3px;
    padding:2px 6px;
    background:#FFD8D5;
}

a.productpreview, a.preview, a.boxlink{
    font-size: 11pt;
    color:#FFFFFF;
    background-color:#408CD8;
    padding:0px 5px;
    border-radius:5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    line-height:1.5em;

}

a.productpreview:hover, a.preview:hover {
    background:#285888;
    text-decoration:none;
    color:#ffffff;
}


p.product_suggestions_header {
    font-size: 16pt;
    margin-bottom: 0.2em;
}

.product_suggestions {
    margin: 0 -1rem;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product_suggestions > li {
    box-sizing: border-box;
    flex: 1 0 20%;
    min-width: 240px;
    padding: 10px;
    margin: 1rem;
    /* background-color: #fbf4ff; */
    /* border: 1px solid #0002; */
    background-color: white;
    border: #ff8f00 solid 2px;
    border-radius: .5rem;
    box-shadow: .125rem .25rem 0 #d7002155;
}

/*
.product_suggestion {
    transition: all 0.5s;
    border-radius: 4px;
}
.product_suggestion:hover {
    box-shadow: 0 1px 5px 0 #0003;
}
*/


.btn.erevision {
    background-color: #FFE000;
    border-color: black;
    color: black;
    font-size: 1.1rem;
    padding: 1rem;
    border-width: 2px;
    border-radius: .5rem;
}


table.form {
    border-collapse: collapse;
    margin: 10pt 0;
}
table.form th {
    text-align: right;
    font-weight: bold;
    background-color: transparent;
}



table.menu {
    width: 100%;
    border: 2px solid #DDD;
    border-collapse: collapse;
}

table.menu th, table.menu td {
    border-top: 1px solid #CCC;
}

table.menu th {
    text-align: left;
    font-weight: bold;
}

table.menu td {
    background-color: #FBFBFB;
}

table.menu tr:hover td {
    background-color: white;
}


table.menu tfoot td {
    background-color: #EEE;
}
table.menu tfoot tr:hover td {
    background-color: #EEE;
}

table.menu--compact {
    width: auto;
}


#print-header {
    height: 20pt;
}

.cleardetails {
    font-size:9pt;
    margin:50px 0 0 0;
    padding:0;
}



aside {
    flex: 0;
}


div.loginbox h3 {
    margin:0;
}

span.underline {
    text-decoration:underline;
}


.social-btns {
    display: inline-block;
    margin: 0 .25em;
}
.social-btns > a > i {
    font-size: 1.4em;
}

.social-btns > a {
    display: inline-block;
    margin-right: 5px;
    text-decoration: none;
    opacity: .8;
}

.social-btns > a.wide {
    font-size: 10pt;
    padding: 1px 5px;
    border-radius: 2px;
}

.social-btns > a:focus,
.social-btns > a:hover {
    opacity: 1;
    transition: all .1s;
}


fieldset {
    border: 2px solid #103f6d85;
    border-radius: 12px;
}
fieldset > legend {
    width: auto;
}

legend{
    max-width: 100%;
    display: block;
    white-space: normal;
    float: none;
}

/* forms */

form {
    display: inline-block;
}

.invalid {
    outline: 1px red solid;
}


textarea {
	width: 100%;
}

input.outlined, textarea.outlined {
    font-family: calibri, 'gill sans', arial, sans-serif;
    font-size: 11pt;
    border:1px solid #3E62D6;
}

select, input.normal {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10pt;
    padding: 2px;
    white-space: nowrap;
}


input.hidden {
    font-family: Arial, Helvetica, sans-serif; 
    border:none;
    background:#DBF0F7;
    color: #000;
    font-size: 0.95em;
    font-weight: bold;
    margin: 5px 0px;
    padding: 2px;
}


.submit {
    font-family: calibri, 'gill sans', arial, sans-serif;
    font-size: 11pt;
    background:#ffffff;
    border:1px solid #3E62D6;
}

.submit:hover {
    background:#DDE6FB;
}

#orderlinks form {
    display:inline;
}

div.loginbox form, div.loginbox label {
    color:white;
}


/* multi-column layout
     using flexbox
*/

.flex {
	display: flex;
	position: relative;
}

.flex > .col {
	flex: 0 1 50%;
}



.nowrap {
	white-space: nowrap;
}


/* tables */


table.menu td, table.menu th {
	padding: 5pt 5pt;
}

table.menu th {
    background-color: #EEE;
	color: #333;
	font-weight: normal;
}


.highlight_rows > tr:hover {
    background-color: #EEE;
    box-shadow: 2pt 2pt 0 #DDD;
}


/* additional divs */

div.callout-tl {
    background:url(../images/callout-tl.gif) 0 0 no-repeat #D8E2FA;
    text-align:center;
    font-size:10pt;
    margin:0;
}

div.callout-tr {
    background:url(../images/callout-tr.gif) 100% 0 no-repeat;
    margin:0;
}

div.callout-bl {
    background:url(../images/callout-bl.gif) 0 100% no-repeat;
    margin:0;
}

div.callout-br {
    background:url(../images/callout-br.gif) 100% 100% no-repeat;
    padding:1px 5px;
    margin:0;
}

div.callout-b {
    background:url(../images/callout-b.gif) 50px 0 no-repeat;
    height:18px;
    margin:0;
}

div.callout-b-left {
    background:url(../images/callout-b-left.gif) 10px 0 no-repeat;
    height:18px;
    margin:0;
}



.textboxyellow  {
    display:inline-block;
    font-size:0.85em; 
    margin: 1rem; 
    padding: .5rem; 
    border-radius: 10px; 
    border-style: solid; 
    border-width: 2px;	
    border-color: #FFCC99; 
    Background: #FFFFCC; 
}
.textboxyellow > :first-child {
    margin-top: 0;
}
.textboxyellow > :last-child {
    margin-bottom: 0;
}

.textboxyellow ul li,
.textboxyellow ol li {	 
    padding:0px; 	 
}


.textbox  {
    border: 1px solid #888;
    border-radius: .25rem;
    padding: .75rem;
    margin: 1rem;
}
.textbox > :first-child {
    margin-top: 0;
}
.textbox > :last-child {
    margin-bottom: 0;
}

.textbox td{
    vertical-align:top;
}

div.infobox  {
    border:1px solid #888;
    padding:5px;
    padding-left:50px;
    margin:10px 0px;
    min-height:45px;
    background: url(/graphics/info.png);
    background-color:#FFF8DC;
    background-repeat:no-repeat;
    background-position: 10px 10px;
}

div.infobox p{
    margin:5px;
}

div.infobox td{
    vertical-align:top;
}

div.box-bl {
	background: #f2f2f2 none repeat scroll 0 0;
	border: 1px solid #cccccc;
	border-radius: 10px;
	margin: 10px 5px;
	padding: 15px;
	position:relative; margin-top:-150px;
}
.my-sub-heading { background:#4B628B; padding:5px; border-radius:5px; color:#fff;}
div.box-bl  p{
    margin:0px;	
}


div.endorsement {
    border:1px solid #888;
    float:right;
    clear:both;
    max-width:250px;
    padding:4px;
    margin:15px 0px 15px 15px;
    text-align:center;
    -moz-box-shadow: 2px 2px 2px #888;
    -webkit-box-shadow: 2px 2px 2px #888;
    box-shadow: 1px 1px 1px #888;
    border-radius:15px;
}

div.endorsement p{
    color:#555555;
    font-size: 8pt;	
    margin:4px 1px;
}


p.paddedParagraph {
    padding: 0px 0px 0px 15px;
}


div.floatLeft{
    float: left;
    width: 65%;
}


div.floatRight{
    float: right;
    width: 30%;
}


.feedbackBox{
    width: 100%;
}


/* lists */
ul.star, ul.star > li > ul {
    list-style-image: url(../images/star.png);
}

ul.check, ul.tick {
    list-style-image: url(../images/check.png);
}

ul.odd {
    list-style-image: url(../images/disc.png);
}




ul.dash {
    list-style: url(../images/dash.gif) disc;
}


ul.arrow {
    list-style: url(../images/arrow.gif) disc;
}



ul.button-panel {
    list-style-type: none;
    padding: 0;
    margin: 5pt 0;
    display: flex;
}
ul.button-panel > li {
    display: block;
    margin: 5pt;
}
ul.button-panel > li.spacer {
    flex: 1 0 0;
}
ul.button-panel > li > a {
    display: inline-block;
    padding: 5px 10px 3px 10px;
}


.button, .add_to_basket, .checkout_button, .checkout_button_minor, .finance_button {
    cursor: pointer;
}

.add_to_basket a{
    color: white;
}

.button, a.button {
    font-size: 16px;
    padding: 3px 8px 1px 8px;
    color: black;
    background-color: #EEE;
    border: 2px solid transparent;
    border-radius: 3px;
    font-family: inherit;
    display: inline-block;
}
.button:hover, a.button:hover {
    border: 2px solid rgba(0,0,0,0.25);
    box-shadow: 0 1px 2px rgba(0,0,0,0.125);
    text-decoration: none;
    color: inherit;
    transition: 0.125s box-shadow;
}
.dark .button:hover, .dark a.button:hover {
    border: 2px solid #FFF9;
}
.button--primary, a.button--primary {
    color: white !important;
    background-color: #4CBAE0;
    text-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.button--success, a.button--success {
    color: white !important;
    background-color: #33cc66;
    text-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.button--warning, a.button--warning {
    color: black !important;
    background-color: #EAD12A;
    text-shadow: none;
}
.button--danger, a.button--danger {
    color: white !important;
    background-color: #D26845;
    text-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.button--small, a.button--small {
    font-size: 15px;
    padding: 2px 5px 1px 5px;
}


.add_to_basket, .checkout_button, .checkout_button_minor {
    color: white;
    background-color: #FF9900;
    border-color: transparent;
    border-radius: .25rem;
}
.add_to_basket:hover, .checkout_button:hover {
    background:#FF7700;
    color: white;
}


.checkout_button, .checkout_button_minor, .continue_button {
    font-size: 14pt;
    padding: 5pt 15pt;
}

.checkout_button_minor {
    background-color: #6e9ba5;
}
.checkout_button_minor:hover {
    background-color: #63848c;
    text-decoration:none;
}

.continue_button{
    background-color: #0d6efd;
    color: white;
    border-color: transparent;
    border-radius: .25rem;
}

.continue_button:hover {
    background-color: #0b5ed7;
    text-decoration:none;
}

.checkout_button:hover{
    text-decoration:none;
}


/* Remove from Basket buttons */
a.remove_from_basket {
    display:block;
    width:18px;
    height:18px;
    background:url(/graphics/box.gif) 0 0 no-repeat;
}
a.remove_from_basket:hover {
    background:url(/graphics/cross-box.gif) 0 0 no-repeat;
}


/* text styles */

p {
    /* max-width: 45em; */
}

p.tagline, p.samantha {
    font-style:italic;
    color: #666;
    margin-top:8px;
    font-weight: normal;
}


.info {
    border: 2px solid red; padding: 0 10pt;
}

span.highlight {
    background:#000000;
    color:#ffffff;
    font-weight:bold;
    padding:0 2px;
}

span.highlight_blue {
    background:#285888;
    color:#ffffff;
    padding:0 3px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

span.highlight_green {
    background:#5FA08D;
    color:#ffffff;
    padding:0 3px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}


#divfrmUnsubscribe .submit{
	background:#2050c0;
	float:right;
}

#divfrmUnsubscribe .submit:hover{
background:#4676e6;
}

#paymentlinks ul li:first-child a{ background:#4B628B;}
#paymentlinks ul li a{ background:#666;}
#paymentlinks ul li:last-child a{ background:#2684C4;}


div.clearfix {
    clear: both;
}

.synopsisAttributions{
    font-size: 0.9em;
    color: #666;
    margin: 0;
    padding: 5px;
    border: 2px solid #DDD;

}



@media(min-width: 1000px) {
	.col-right {
		flex: 0 0 180pt;
	}
}


@media(max-width: 999px) {
    
    .sidebar {
        order: 10 !important;
    }
}


.vacancies-about {
    background: #87AFC7;
    color: white;
}
.vacancies-about img.logo {
    width: 30%;
    text-align: right;
    float: right;
    margin: 5pt;
}


/* Sets differences when printing pages */
#printonly {
    display: none;
}

@media print {

    #printonly {
        display: block;
    }
	
    .noprint {
        display: none;
    }

    #breadcrumb {
        display:none;
    }

    a {
        color:black;
        font-weight:bold;
        text-decoration:underline;
    }
    a.preview {
        display:none;
    }
    a.moreinfo {
        display:none;
    }
    a.basket {
        display:none;
    }

    #searchbar {
        display:none;
    }

    #left-side {
        display:none;
    }
    #main-content {
        margin:0;
    }

}
#paymentlinks ul li:first-child a{ background:#4B628B;}
#paymentlinks ul li a{ background:#666;}
#paymentlinks ul li:last-child a{ background:#2684C4;}


div.clearfix {
    clear: both;
}



@media(min-width: 1000px) {
	.col-right {
		flex: 0 0 180pt;
	}
}


@media(max-width: 999px) {
    
    .sidebar {
        order: 10 !important;
    }
}


.vacancies-about {
    background: #87AFC7;
    color: white;
}
.vacancies-about img.logo {
    width: 30%;
    text-align: right;
    float: right;
    margin: 5pt;
}

#basket_table td{
    border-top: 1pt solid rgb(221, 221, 221);
}

.download-btn-loading {
    position: relative;
    pointer-events: none;
    opacity: 0.7;
}

.download-btn-loading .btn-text {
    visibility: hidden;
}

.download-btn-loading::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    border-top-color: transparent;
    animation: spinner 0.6s linear infinite;
}

@keyframes spinner {
    to { transform: rotate(360deg); }
}