body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-color: #CCCCCC
}
.bottom{
height: 30px;
margin-right: auto;
margin-left: auto;
width: 880px;
background-color: #CCCCCC
}
.pageBase {
  background-color: #F8F8FF;
  width: 880px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px; margin-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
  border-bottom-width: 20px;
  font-size: 10pt;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  }
#inFont{
  font-family: Georgia, Times New Roman, Times;
  font-size: 10pt;

}
.tList{
  margin-right: auto;
  margin-left : auto;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align : left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  border: 1px #000000 solid;
}
#txttd{
  height: 19px;
  background-color: #FFFFFF;
  border: 1px #AAAAAA solid
}
#blktd{
  height: 19px;
}
#basket{
  background-color: #FFFFFF;
  margin-right: auto;
  margin-left : auto;
  width: 800px;
  text-align : left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  border: 1px #000000 solid

}
#basketQty{
  background-color: #FFFFFF;
  text-align : right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  border: 1px #AAAAAA solid

}
#basketTxt{
  background-color: #FFFFFF;
  text-align : left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  border: 1px #AAAAAA solid

}
#ordBtn{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
}
.header {
  width: 938px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2px;
  text-align: center;
}
.footer {
  width: 938px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  text-align: center;
  font-size: 8pt;
  font-family: Arial, Helvetica, sans-serif; 
  color: #999999
}
.contentFull {
  width: 840px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  padding: 5px; 
 background-color: #FFFFFF;
 border: 1px #AAAAAA solid

}
.contentHome {
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}
.contentIntro {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.contentCenter {
  margin-right: auto;
  margin-left: auto;
  width: 400px;
  text-align: left;
}
.contentPad {
  width: 800px;
  height: 400px;  
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-top:  30px;
}

.contentTitle{
  width: 830px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  background-color: #739DF7;
  text-align: center;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14pt;
  border: 1px #000000 solid
}
.searchLabel {
  width: 800px;
  margin-right: auto;
  margin-left: auto;
  border: 1px #AAAAAA solid

}
.searchData {
  width: 400px;
  margin-left: auto;
  margin-right: 0px;
  margin-top: 0px;
  border: 1px #000000 solid
}
.contentRight {
  width: 500px;
  top: 0;
  right: 0;
  border: 1px #000000 solid

}
.contentLeft {
  width: 250px;
  top: 0;
  left: 0;
  border: 1px #000000 solid

}
.titleList {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top:  30px;

}
.titleDetail {
  height: 170px;
  margin-left: auto;
  margin-right: auto;
}

#menu {
 float:left; 
/*  position: absolute;*/
  width: 850px;
  background-color: #FFFFFF;
/*  margin-right: auto;
  margin-left: auto;
*/
  margin-top: 3px;
  margin-bottom:3px;
  background-color:#eeeeee;
  border: 1px #AAAAAA solid;
}
.userLink{
  margin-right: auto;
  margin-left: auto;
  text-align: center
}

.loglink {
  background-color: #FFFFFF;
  width: 880px;
  text-align: right 
}
.txtTd{
 height: 15px;
}
.noscreen{
 display: none;
}

/* Memu Navigation */

/* Global Items */
#nav, #nav ul { /* all lists */
        padding: 0;
        margin: 0;
        list-style: none;
        line-height: 1;

}

#nav a {

        display: block;
        width: 95px;
        line-height: 1.5;
        font-size: 11pt;
        font-weight: 500;
        text-decoration: none;
        text-align:center;

}

#nav li { /* all list items */
        float: left;
        width: 90px; /* width needed or else Opera goes nuts */
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10pt;
        font-weight: 500;
        background-color:#eeeeee;

}


#nav a:link {
      color:#000000;
}

#nav a:visited{
      color:#000000;
}

#nav a:hover, #nav a.sfhover{
      background-color: #cccccc;
}

/* lists nested under hovered list items */

#nav li ul { /* second-level lists */
        position: absolute;
        width: 170px;
        border: 1px #AAAAAA solid;
        font-size: 10pt;
        text-align:left;
         line-height: 1.5;
        left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { 
        left: auto;
        margin-left: 30px;
}

#nav li ul li a{ /* lists nested under hovered list items */
      font-weight: 500;
      width:170px;
      font-size: 10pt;
      background-color:#eeeeee;
      text-align:left;
}




/* Simon's New Style Overrides */

body {
	background: #eeeeee;
	overflow-y: scroll;
	/* Prevents fonts from doing weird sizes on iOS mobile devices */
	-webkit-text-size-adjust: 100%;
}

a {
	color: #015294 !important;
}

/* Page Wrapper */

.pageBase {
	background: #eeeeee;
	border: 0;
	font-size: 11pt;
	margin: 0;
	padding: 0;
	width: 100%;
}

/* Facelift Typography styles */

.facelift h2 {
	/* background: red; */
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 26px;
	font-weight: bold;
}

.facelift h3 {
	/* background: red; */
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: 300;
}

.facelift,
.facelift p,
.facelift blockquote {
	/* background: red; */
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 2em;
	margin: 20px 0;
}

.facelift ul,
.facelift ul li {
	/* background: red; */
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 2em;
}

.facelift p.intro {
	/* background: red; */
	font-size: 20px;
	font-weight: normal;
	line-height: 1.5em;
	margin-top: 0;
}

.facelift p.disclaimer {
	font-style: italic;
}

.facelift p:last-child {
	margin-bottom: 0;
}

.facelift a {
	font-weight: bold;
}

.facelift blockquote {
	background: #f5f5f5;
	padding: 20px;
	font-style: italic;
}

/* Alerts */

.alert {
	background-color: #008cff;
    border-bottom: 4px solid #007ee6;
    border-radius: 4px;
    color: #fff;
    font-family: "Lato",Helvetica,Arial,sans-serif;
    line-height: 1.5em;
    margin: 20px 0;
    padding: 10px;
    position: relative;
}

/* Header */

.header {
	color: #ffffff !important;
	font-size: 100% !important;
	margin: 0 auto;
}

.header.banner {
	background: #015294;
	padding: 75px 0 20px 0;
	width: 100%;
}

.header.banner div {
	margin: 0 auto;
	width: 938px;
}

.header.banner div a {
	background-image: url('../img/logos/logo_v2_white-01.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    height: 100px;
	display: block;
	margin: 0 auto;
	width: 230px;
}

.header.banner img {
	display: none;
}

/* New Header Strip H1 */

div#mainHeader {
	background-color: #052441;
	color: #ffffff;
    text-align: center;
}

div#mainHeader div.content {
	margin: 0 auto;
	padding: 10px 0 12px 0;
	width: 938px;
}

div#mainHeader div.content h1 {
	color: #ffffff;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 28px;
	font-weight: 300;
	line-height: 2em;
	margin: 0;
}


/* Top Admin Bar */

.loglink {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#444444+0,0e0e0e+100 */
	background: #444444; /* Old browsers */
	background: -moz-linear-gradient(top, #444444 0%, #0e0e0e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #444444 0%,#0e0e0e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #444444 0%,#0e0e0e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-size: 10pt;
    color: #ffffff;
	position: fixed;
    top: 0;
	width: 100%;
	z-index: 999999999999999999999999999999;
}

.loglink a {
    color: #ffffff !important;
}

.regionFlag {
	/* height: 50px; */
	margin: 10px 0;
	overflow: hidden;
}

.regionFlag img {
	background: transparent;
	border: 1px solid #6d6d6d;
	float: left;
	padding: 4px;
	width: 35px;
}

.regionFlag span {
	float: left;
	margin: 10px;
}

/* Menu */

div#menu {
	background: transparent;
	border: 0;
	display: table;
	float: none;
	margin: 0 auto;
	width: 938px;
}

ul#nav {
	display: table-row;
}

#nav li {
	background: transparent;
	border-left: 1px solid #002b4e;
	display: table-cell;
	float: none;
	/* width: 97px; */
	width: auto;
}

#nav li:last-child {
	border-right: 1px solid #002b4e;
}

#nav li a {
	color: #ffffff !important;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 12pt;
	font-weight: 700;
	line-height: 2.5em;
	width: auto;
	-webkit-transition: background 0.6s ease;
    -moz-transition: background 0.6s ease;
    -ms-transition: background 0.6s ease;
    -o-transition: background 0.6s ease;
    transition: background 0.6s ease;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#nav li:hover ul,
#nav li.sfhover ul {
	margin-left: 0;
}

#nav a:hover,
#nav a.sfhover {
	background: #002b4e;
	-webkit-transition: background 0.6s ease;
    -moz-transition: background 0.6s ease;
    -ms-transition: background 0.6s ease;
    -o-transition: background 0.6s ease;
    transition: background 0.6s ease;
}

#nav li ul {
	border: 1px solid #002b4e;
}

#nav li ul li {
	float: left;
	border: 0;
	border-bottom: 1px solid #002b4e;
}

#nav li ul li a {
	background: #004277;
}

#nav li ul li:last-child  {
	border-right: 1px solid #002b4e;
}

/* Main Body Content */

.contentFull {
	background: #ffffff;
	border: 0;
	box-sizing: border-box;
	margin: 30px auto;
	padding: 30px;
	/*width: 878px;*/
  width: 938px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
}

.contentFull.transparent {
	background: transparent;
	box-shadow: none;
	padding: 0;
}

.contentIntro {
	background: #f5f5f5 !important;
	border: 1px solid #dddddd;
	border-radius: 10px;
	box-sizing: border-box;
	margin: 20px 0;
	padding: 20px 0;
	width: 100%;
}

.contentTitle {
	background: #f5f5f5 !important;
	border: 1px solid #dddddd;
	border-radius: 10px;
	box-sizing: border-box;
	color: #015294 !important;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 20px;
	width: 100%;
}

.contentCenter {
	width: auto;
}

.contentIntro font {
	color: #015294 !important;
}

table.titleList font {
	color: #015294 !important;
}

/* Catalogue Listing pages */

.titleList {
	width: 818px;
}

/* New Catalogue Listing Pages */

.catalogueList {
	/* background: red; */
	overflow: hidden;
    margin: 0 0 0 -1%;
    width: 102%;
}

.catalogueItem {
	/* background: blue; */
	/* border-bottom: 1px solid #dddddd; */
	float: left;
	margin: 0 0 4%;
	/* padding-bottom: 4%; */
	width: 25%;
}

.catalogueItem:nth-child(4n+5) {
	clear: both;
}

.catalogueItem a {
	display: block;
	text-decoration: none;
}

.catalogueItem div.text {
	/* background: #f5f5f5; */
	padding: 10px 1% 0 1%;
	text-align: center;
}

.catalogueItem div.text h3,
.catalogueItem div.text h4,
.catalogueItem div.text h5,
.catalogueItem div.text h6 {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #333;
    display: block;
    font-weight: normal;
    line-height: 1.4em;
    margin: 10px 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.catalogueItem div.text h3 {
	color: #015294;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    margin: 0;
    border-bottom: 1px solid rgba(192,192,192,0);
    display: inline;
    -webkit-transition: border 500ms ease;
    -moz-transition: border 500ms ease;
    -ms-transition: border 500ms ease;
    -o-transition: border 500ms ease;
    transition: border 500ms ease;
}

.catalogueItem div.text h4 {
	font-size: 14px;
    font-weight: normal;
    margin: 5px 0 10px 0;
}

.catalogueItem div.text h5 {
	font-size: 12px;
    font-weight: normal;
    margin: 5px 0;
}

.catalogueItem div.text h6 {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    margin: 10px 0 0;
}

.catalogueItem div.cover {
	/* background: #eeeeee; */
	display: table;
	width: 100%;
}

.catalogueItem div.cover span {
	/* background: purple; */
    display: table-cell;
    vertical-align: middle;
    height: 190px;
    text-align: center;
}

.catalogueItem div.cover img {
	background: #ffffff;
	border: 1px solid #dddddd;
	opacity: 1;
	padding: 4px;
	width: 110px;
	-webkit-transition: opacity 0.6s ease;
    -moz-transition: opacity 0.6s ease;
    -ms-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
}

.catalogueItem ul {
	background: red;
	list-style: none;
}

.catalogueItem ul li {
	background: yellow;
	list-style: none;
}

.catalogueItem:hover div.cover img {
	-webkit-transition: opacity 0.6s ease;
    -moz-transition: opacity 0.6s ease;
    -ms-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
    opacity: 0.7;
}

.catalogueItem:hover div.text h3 {
	-webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    border-bottom: 1px solid silver;
}

/* New Catalogue item details page */

.titleDetails {
	background: #f5f5f5;
	border: 1px solid #dddddd;
    border-radius: 10px;
	box-sizing: border-box;
	font-family: "Lato",Helvetica,Arial,sans-serif;
	overflow: hidden;
	padding: 30px;
	width: 100%;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.titleDetails .cover {
	float: left;
    padding: 0 30px 0 0;
    text-align: center;
    width: 20%;
}

.titleDetails .cover img {
	background-color: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 4px;
    height: auto;
    width: 100%;
}

.titleDetails .cover span a {
	background: #015192;
    color: #ffffff !important;
    display: block;
    padding: 10px;
    font-family: "Lato",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: bold;
    box-sizing: border-box;
    margin: 10px 0 0;
    width: 100%;
    text-decoration: none;
    border-radius: 4px;
    line-height: 1.3em;
    -webkit-transition: background 0.6s ease;
    -moz-transition: background 0.6s ease;
    -ms-transition: background 0.6s ease;
    -o-transition: background 0.6s ease;
    transition: background 0.6s ease;
}

.titleDetails .cover span a:hover {
	background: #052441;
	-webkit-transition: background 0.6s ease;
    -moz-transition: background 0.6s ease;
    -ms-transition: background 0.6s ease;
    -o-transition: background 0.6s ease;
    transition: background 0.6s ease;
    text-decoration: underline;
}

.titleDetails .itemDetails {
	float: left;
	width: calc(80% - 30px);
}

.titleDetails .itemDetails .infoBlockContainer {
	overflow: hidden;
}

.titleDetails .itemDetails .infoBlock {
	border-bottom: 1px dotted #ddd;
    float: left;
    margin: 0;
    padding: 8px 0;
    width: 100%;
}

.titleDetails .itemDetails .infoBlock h6,
.titleDetails .itemDetails .itemDescription h6 {
	font-size: 16px;
    font-family: "Lato",Helvetica,Arial,sans-serif;
    font-weight: bold;
    float: left;
    margin: 0;
    width: 25%;
}

.titleDetails .itemDetails .itemDescription h6 {
	margin: 10px 0;
	width: 100%;
}

.titleDetails .itemDetails .infoBlock h6 {
    line-height: 1.3em;
}

.titleDetails .itemDetails .infoBlock p {
	float: left;
	font-size: 16px;
    font-size: 1rem;
    line-height: 1.3em;
    margin: 0;
    width: 75%;
}

.titleDetails .itemDetails .itemDescription {
	clear: both;
	margin: 20px 0 0;
}

.titleDetails .itemDetails .itemDescription p {
	clear: both;
	font-size: 16px;
    font-size: 1rem;
    line-height: 1.7em;
    margin: 0;
}

.titleOrderForm {
	clear: both;
	float: right;
	line-height: 3em;
	margin: 20px 0 0;
	width: calc(80% - 30px);
}

div.wrap {
	clear: both;
}

.titleOrderForm div.wrap {
  background: #ffffff;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  padding: 0 10px;
  width: 100%;
}

.titleOrderForm form {}

.titleOrderForm form table {
	border: 0 !important;
	float: none !important;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 16px !important;
	font-weight: bold;
	padding: 0;
	width: 100% !important;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.titleOrderForm form table tr font {
	color: #000000 !important;
}

.titleOrderForm form table tr:nth-child(2) {
	/* background: green; */
	line-height: 1.5em;
	text-align: right;
	margin: 20px 0 0;
}

.titleOrderForm form table tr:nth-child(3) {
	/* background: green; */
	line-height: 2.5em;
}

.titleOrderForm form table tr:nth-child(3) td {
	vertical-align: top;
}

.titleOrderForm form table tr:nth-child(1) td:nth-child(1),
.titleOrderForm form table tr:nth-child(3) td:nth-child(1) {
	width: 100px;
}

.titleOrderForm form br {
	display: none;
}

.titleOrderForm form input[type=button] {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 18px !important;
	font-weight: bold;
	margin: 10px 0;
	width: 100%;
}

/* Additional select dropdown for purchasing model on title.php */

div.purchasingModel {
  border-bottom: 1px solid #ddd;
  margin: 0 0 30px;
  padding: 0 0 30px 0;
}

div.purchasingModel h3 {
  margin: 0;
}

div.purchasingModel select {
  font-size: 20px;
  background-color: #fff;
  border: 1px solid #bbb;
  border-radius: 4px;
  color: #000;
  cursor: pointer;
  font-family: "Lato",Helvetica,Arial,sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em;
  line-height: 50px;
  height: 50px;
  padding: 0 0 0 15px;
  width: 100%;
}

/* Additional select dropdown for purchasing model on titlelist.php */

table.titleList div.purchasingModel {
  display: block;
  float: right;
  margin: 0 0 20px;
  padding: 0 0 20px 0;
  width: 446px;
}

table.titleList div.purchasingModel h3 {
  text-align: left;
  margin: 0 0 10px 0;
}

table.titleList div.purchasingModel select {
  font-size: 18px;
  line-height: 40px;
  height: 40px;
}

/* Hide empty bottom div */

.bottom {
	display: none;
}

/* Homepage */

.contentHome {
	padding: 20px 40px;
}

/* Homepage - Sidebar */

.sidebarHome {
	border-radius: 10px;
	padding: 20px;
}

/* Related Content */

div.relatedContent {
	margin: 0 auto 30px auto;
	width: 938px;	
}

div.relatedContent h3 {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size: 26px;
  font-weight: 300;
  letter-spacing: -0.01em;
  margin: 30px 0;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div.relatedContent div.buttonRow {
	background: red;
	overflow: hidden;
}

div.relatedContent div.buttonRow a {
	background: #015194;
    border: 0;
    border-radius: 5px; 
    color: #ffffff !important;
    cursor:pointer;
    float: left;
    font-size: 11pt;
    margin: 0 5px;
    padding: 12px 20px;
    -webkit-transition: background 0.6s ease;
    -moz-transition: background 0.6s ease;
    -ms-transition: background 0.6s ease;
    -o-transition: background 0.6s ease;
    transition: background 0.6s ease;
}

/* Partners Page */

div.logosGroup {
	margin: 0 0 0 -1%;
	overflow: hidden;
	width: 101%;
}

div.logosGroup div.logo {
	background: #fff;
    border: 1px solid #ddd;
    float: left;
    margin: 0 1% 2%;
    width: 23%;
}

div.logosGroup div.logo.AssembledStories {
	background-color: #25441e;
}

div.logosGroup div.logo.Firsty {
	background-color: #f75b1d;
}

div.logosGroup div.logo:nth-child(4n+4) {
	margin-right: 0;
}

div.logosGroup div.logo a {
    display: block;
    line-height: 1em;
    padding: 20px 25px;
    -webkit-transition: opacity 0.6s ease;
    -moz-transition: opacity 0.6s ease;
    -ms-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
}

div.logosGroup div.logo a:hover {
    -webkit-transition: opacity 0.6s ease;
    -moz-transition: opacity 0.6s ease;
    -ms-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
    opacity: 0.6;
}

div.logosGroup div.logo img {
    width: 100%;
}

/* Main Footer */

div.footer {
	background: #015294;
	-webkit-box-shadow: inset 0px 2px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0px 2px 5px 0px rgba(0,0,0,0.2);
    box-shadow: inset 0px 2px 5px 0px rgba(0,0,0,0.2);
	color: #eeeeee;
	font-size: 10pt;
	margin: 0;
	padding: 30px 0;
	width: 100%;
}

div.footer p {
	color: #eeeeee;
	margin: 0 auto;
	width: 898px;
}

div.footer div {
	line-height: 1.1em;
	margin : 20px auto 0 auto;
	width: 898px;
}

div.footer a {
	border: 0;
	color: #ffffff !important;
}

div.footer .message {
	background: #052441;
	border-radius: 10px;
	box-sizing: border-box;
    font-size: 12pt;
    color: #ffffff;
    margin: 0 auto 20px auto;
    padding: 20px;
    width: 938px;
}

/* Footer Logos */

div.logoContainer {
	border-collapse: collapse;
	border-top: 1px solid #dddddd;
    display: table;
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
    /* width: 878px; */
    width: 100%;
}

div.logoRow {
	background: transparent;
    border: 0;
    /* display: table-row; */
    display: block;
    float: none;
    /* margin: 0; */
    margin: 0 auto;
    padding: 30px 0;
    overflow: initial;
    width: 938px;
}

div.logoRow div {
	display: table-cell;
    float: none;
    line-height: 0;
    padding: 0;
    vertical-align: middle;
    width: auto;
}

div.logoRow div a {
	display: block;
	-webkit-transition: opacity 0.6s ease;
    -moz-transition: opacity 0.6s ease;
    -ms-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
}

div.logoRow div a:hover,
div.logoRow div a:focus {
	opacity: 0.7;
	-webkit-transition: opacity 0.6s ease;
    -moz-transition: opacity 0.6s ease;
    -ms-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
}

div.logoRow div img {
	border: 0;
	height: auto;
    width: 65%;
}

/* Footer Social Icons */

div.socialStrip {
	/* background: red; */
	line-height: 1 !important;
	margin: -5px auto 15px auto !important;
}

div.iconsContainer {
	/* background: yellow; */
	margin: 0 auto !important;
	overflow: hidden;
	padding: 5px 0;
	width: 260px !important;
}

div.iconsContainer a {
	display: block;
	float: left;
	margin: 0 5px;
    height: 54px;
    width: 54px;
}

div.iconsContainer a img {
    width: 54px;
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

div.iconsContainer a:hover img {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
}

/* Debug Message */

div.debug {
	background: #ff0400;
    border-top: 4px solid #d70300;
    bottom: 0;
    box-sizing: border-box;
    -webkit-box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.2);
    font-weight: normal;
    color: #ffffff;
    left: 0;
    overflow-y: scroll;
    max-height: 250px;
    padding: 20px;
    position: fixed;
    width: 100%;
    z-index: 999999999999999999999999999999;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
}

/* Visually Hidden */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Section Break */

div.sectionBreak {
	border-top: 1px solid #ddd;
    margin: 20px auto 0;
    padding: 20px 0 0;
    width: 898px;
}
    
/* Select Your Region Modal Popup */

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 938px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

.modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.modal-body {padding: 110px 20px;}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

/* Modal Typography */

.modal {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	text-align: center;
}

.modal h3 {
	font-size: 32px;
	font-weight: bold;
	margin: 0;
}

.modal p {
	font-size: 17px;
	line-height: 1.3em;
	margin: 10px auto 20px auto;
	max-width: 350px;
}

.modal ul {
	list-style: none;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	width: 475px;
}

.modal ul li {
	float: left;
	margin: 0 5px;
}

.modal ul li:first-child {
	margin-left: 0;
}

.modal ul li:last-child {
	margin-right: 0;
}

.modal ul li a {
	display: block;
	line-height: 0;
	-webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -ms-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.modal ul li a:hover {
	-webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -ms-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
    opacity: 0.6;
}

.modal ul li a img {
	border: 1px solid #dddddd;
	padding: 4px;
	width: 60px;
}

/* Buttons */

input[type=button],
input[type=submit] {
    background: #015194;
    border: 0;
    border-radius: 5px; 
    color: #ffffff;
    cursor:pointer;
    font-size: 11pt;
    margin: 0 5px;
    padding: 12px 20px;
    -webkit-transition: background 0.6s ease;
    -moz-transition: background 0.6s ease;
    -ms-transition: background 0.6s ease;
    -o-transition: background 0.6s ease;
    transition: background 0.6s ease;
}

input[type=button]:first-child,
input[type=submit]:first-child {
	margin-left: 0;
}

input[type=button]:last-child,
input[type=submit]:last-child {
	margin-right: 0;
}

input[type=button]:hover,
input[type=submit]:hover {
    background: #052441;
    text-decoration: underline;
    -webkit-transition: background 0.6s ease;
    -moz-transition: background 0.6s ease;
    -ms-transition: background 0.6s ease;
    -o-transition: background 0.6s ease;
    transition: background 0.6s ease;
}

/* Button in old quick search on homepage sidebar */

form[name="qsearch"] select {
	width: 28%;
}

form[name="qsearch"] input[type=text] {
	float: right;
	width: 65%;
}

form[name="qsearch"] input[type=submit] {
	clear: both;
	margin: 0;
	width: 100%;
}

/* Forms */

form table {
	padding: 10px;
}

/* Warnings */

div.warning {
	background: red !important;
    border: 1px solid #dddddd;
    border-radius: 10px;
    box-sizing: border-box;
    color: #ffffff !important;
    font-size: 14pt;
    font-weight: bold;
    margin: 20px 0;
    padding: 20px 0;
    width: 100%;
}

div.advice {
	background: #f5f5f5 !important;
    border: 1px solid #dddddd;
    border-radius: 10px;
    box-sizing: border-box;
    margin: 20px 0;
    padding: 20px 0;
    width: 100%;
}

/* New Homepage Layout */

/* Home Search */

div#homeSearch {
	background-color: #052441;
	background-image: url('../img/homepage/homeSearchBg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	color: #ffffff;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	/* height: 490px; */
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	width: 100%;
}

div#homeSearch .content {
	margin: 0 auto;
	padding: 130px 0 240px;
	width: 938px;
}

div#homeSearch .content h3 {
	font-size: 44px;
	font-weight: 300;
	letter-spacing: -0.01em;
	margin: 0;
	text-align: center;
}

div#homeSearch .content .searchBox {
	background: transparent;
	display: block;
	margin: 0 auto;
	width: 560px;
}

div#homeSearch .content .searchBox form {
	margin: 20px 0;
}

div#homeSearch .content .searchBox form input.formField {
	border-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    box-sizing: border-box;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
    height: 50px;
    width: calc(100% - 50px);
    background-color: #ffffff;
    border: 0;
    margin: 0;
    padding: 0 15px;
    -webkit-appearance: none;
}

div#homeSearch .content .searchBox form .searchBtn {
    border: 0;
    box-shadow: none !important;
    color: #ffffff;
    cursor: pointer;
    border-radius: 3px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    background-clip: padding-box;
    background-color: #015294;
    background-image: url('../img/icons/arrowIcon_retina.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 40px;
    display: inline-block;
    height: 50px;
    line-height: 1.3;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 50px;
    -webkit-transition: background-color 0.6s ease;
    -moz-transition: background-color 0.6s ease;
    -ms-transition: background-color 0.6s ease;
    -o-transition: background-color 0.6s ease;
    transition: background-color 0.6s ease;
}

div#homeSearch .content .searchBox form .searchBtn:hover,
div#homeSearch .content .searchBox form .searchBtn:focus {
	background-color: #004984;
	-webkit-transition: background-color 0.6s ease;
    -moz-transition: background-color 0.6s ease;
    -ms-transition: background-color 0.6s ease;
    -o-transition: background-color 0.6s ease;
    transition: background-color 0.6s ease;
}

div#homeSearch .content .searchBox div.advancedSearchLink {
	font-size: 16px;
	padding-right: 30px;
	text-align: center;
}

div#homeSearch .content .searchBox div.advancedSearchLink a {
	color: #ffffff !important;
	font-weight: 900;
}

div#homeSearch .content .searchBox div.advancedSearchLink a:after {
	background-image: url('../img/icons/searchIcon_retina.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 90%;
    content: '';
    height: 19px;
    margin: 0 0 0 3px;
    position: absolute;
    width: 19px;
}

/* Box Links */

div#boxLinks {}

div#boxLinks.homepage {
	margin-bottom: 20px;
	margin-top: -116px;
}

div#boxLinks .content {
	background: #fff;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 30px;
	width: 938px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
}

div#boxLinks .content .boxLinksWrapper {
	/* background: yellow; */
    overflow: hidden;
    width: 102%;
    margin: 0 0 0 -1%;
}

div#boxLinks .content .boxLinksWrapper .box {
	background: #015294;
	border-radius: 4px;
    float: left;
    margin: 0% 1% 2% 1%;
    text-align: center;
    width: 31.33%;
    -webkit-transition: background 0.6s ease;
    -moz-transition: background 0.6s ease;
    -ms-transition: background 0.6s ease;
    -o-transition: background 0.6s ease;
    transition: background 0.6s ease;
}

div#boxLinks .content .boxLinksWrapper .box:hover,
div#boxLinks .content .boxLinksWrapper .box:focus {
	background: #004984;
	-webkit-transition: background 0.6s ease;
    -moz-transition: background 0.6s ease;
    -ms-transition: background 0.6s ease;
    -o-transition: background 0.6s ease;
    transition: background 0.6s ease;
}

div#boxLinks .content .boxLinksWrapper .box:nth-child(3n+4) {
	clear: both;
}

div#boxLinks .content .boxLinksWrapper .box:nth-last-child(-n+3) {
	margin-bottom: 0;
}

div#boxLinks .content .boxLinksWrapper .box a {
	color: #ffffff !important;
	display: table;
	height: 77px;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-size: 22px;
	font-weight: 700;
	letter-spacing: -0.01em;
	padding: 0;
	position: relative;
	text-align: left;
	text-decoration: none;
	width: 100%;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

div#boxLinks .content .boxLinksWrapper .box a span {
	background-color: #004984;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
	display: table-cell;
	/* float: left; */
	line-height: 0;
	/* padding: 0 9%; */
	text-align: center;
	vertical-align: middle;
	width: 75px;
	position: relative;
	-webkit-transition: background-color 0.6s ease;
    -moz-transition: background-color 0.6s ease;
    -ms-transition: background-color 0.6s ease;
    -o-transition: background-color 0.6s ease;
    transition: background-color 0.6s ease;
}

div#boxLinks .content .boxLinksWrapper .box:hover a span {
	background-color: #052441;
	-webkit-transition: background-color 0.6s ease;
    -moz-transition: background-color 0.6s ease;
    -ms-transition: background-color 0.6s ease;
    -o-transition: background-color 0.6s ease;
    transition: background-color 0.6s ease;
}

div#boxLinks .content .boxLinksWrapper .box a span img {
	border: 0;
	width: 30px;
	-webkit-transition: transform 0.6s ease;
    -moz-transition: transform 0.6s ease;
    -ms-transition: transform 0.6s ease;
    -o-transition: transform 0.6s ease;
    transition: transform 0.6s ease;
}

div#boxLinks .content .boxLinksWrapper .box:hover a span img {
	transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
}

div#boxLinks .content .boxLinksWrapper .box a em {
	display: table-cell;
    /* float: left; */
    font-style: normal;
    padding: 0 15px;
    /* width: 63%; */
    vertical-align: middle;
}

/* Base Owl Carousel Styles */
	
.owl-carousel .owl-wrapper:after{
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0
}

.owl-carousel {
    display:none;
    position:relative;
    width:100%;
    -ms-touch-action:pan-y
}

.owl-carousel .owl-wrapper {
    display:none;
    position:relative;
    -webkit-transform:translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper-outer {
    overflow:hidden;
    position:relative;
    width:100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition:height 500ms ease-in-out;
    -moz-transition:height 500ms ease-in-out;
    -ms-transition:height 500ms ease-in-out;
    -o-transition:height 500ms ease-in-out;
    transition:height 500ms ease-in-out
}

.owl-carousel .owl-item{
    float:left;
}

.owl-controls .owl-page,.owl-controls .owl-buttons div{
    cursor:pointer;
}

.owl-controls {
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-tap-highlight-color:transparent
}

.owl-carousel .owl-wrapper,.owl-carousel .owl-item {
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -webkit-transform:translate3d(0, 0, 0);
    -moz-transform:translate3d(0, 0, 0);
    -ms-transform:translate3d(0, 0, 0)
}

.owl-theme .owl-controls {
    margin-top:10px;
    text-align:center
}

.owl-theme .owl-controls .owl-buttons div {
    color:#FFF;
    display: block;
    margin:5px;
    opacity: 0.3;
    font-size:12px;
    background-position: center center;
    background-size: 50%;
    width: 56px;
    height: 56px;
    -webkit-transition: opacity 0.6s ease;
    -moz-transition: opacity 0.6s ease;
    -ms-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    opacity: 1;
    -webkit-transition: opacity 0.6s ease;
    -moz-transition: opacity 0.6s ease;
    -ms-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
}

.owl-prev {
    background-image: url('../img/icons/arrowLeft.png');
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: 130px;
}

.owl-next {
    background-image: url('../img/icons/arrowRight.png');
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    top:130px;
}

.owl-theme .owl-controls .owl-page{
    display:inline-block;
    zoom:1;
    *display:inline
}

.owl-theme .owl-controls .owl-page span {
    display:block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height:auto;
    width:auto;
    color:#FFF;
    padding:2px 10px;
    font-size:12px;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    border-radius:30px
}

.owl-item.loading {
    min-height:150px;
    /* background: url(AjaxLoader.gif) no-repeat center center; */
}

.owl-theme .owl-controls{
    margin:0
}

/* My Custom Owl Carousel Styles */

div#partnerLogos {
	/* background: red; */
	border-top: 1px solid #dddddd;
}

div#largePrint div.content,
div#audioBooks div.content,
div#partnerLogos div.content {
	margin: 0 auto;
    padding: 40px 0px;
    overflow: visible;
    width: 938px;
}

div#partnerLogos div.content {
    padding: 30px 0px;
}

div#largePrint div.buttons,
div#audioBooks div.buttons,
div#partnerLogos div.buttons {
    text-align:center;
}

div#largePrint h3,
div#audioBooks h3,
div#partnerLogos h3 {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-size: 26px;
	font-weight: 300;
	letter-spacing: -0.01em;
	margin: 0;
	text-align: center;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

div#largePrintCarousel,
div#audioBooksCarousel {
	margin-top: 30px;
}

div#partnerLogosCarousel {
	margin-top: 0;
}

.carouselItemWrapper {
    display: block;
    text-decoration: none;
    outline: none;
    position: relative;
}

.carouselItemWrapper .item {
    border: 0;
    color: #ffffff;
    margin: 0 20px;
    padding: 0;
    text-align:left;
}

.carouselItemWrapper .item .carouselImgContainer {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    line-height: 0;
    position: relative;
    width: 100%;
    overflow: hidden;
}

#largePrint .carouselItemWrapper .item .carouselImgContainer {
	/* background: blue; */
	min-height: 218px;
}

.carouselItemWrapper .item .carouselImgContainer img {
    background: #ffffff;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    padding: 4px;
    width: 100%;
}

div#partnerLogosCarousel .carouselItemWrapper .item .carouselImgContainer img {
	background: transparent;
	border: 0;
}

.carouselItemWrapper .item .description {
    background: transparent;
    border: 0;
    color: #020202;
    padding: 15px 0 0;
    text-align:center;
}

.carouselItemWrapper .item .description h4,
.carouselItemWrapper .item .description h5 {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-size: 17px;
    color: #333;
    font-weight: bold;
    line-height: 1.4em;
    margin-top: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.carouselItemWrapper .item .description h4 {
    border-bottom: 1px solid rgba(192,192,192,0);
    display: inline;
    -webkit-transition: border 500ms ease;
    -moz-transition: border 500ms ease;
    -ms-transition: border 500ms ease;
    -o-transition: border 500ms ease;
    transition: border 500ms ease;
}

.carouselItemWrapper .item .description h5 {
    font-size: 14px;
    display: block;
    font-weight: normal;
    margin: 10px 0 0;
}

.carouselItemWrapper .item .description p {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 1em;
    margin: 20px 0 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.carouselItemWrapper .item .description p em {
    font-size: 14px;
    display: block;
    font-style: normal;
    font-weight: normal;
    margin: 5px 0 0;
}

.carouselItemWrapper .item .description p em span {
    display: inline;
}

.carouselItemWrapper .item .description p em a {
    display: inline;
}

.carouselItemWrapper .item .description p em a:before{
    display: inline-block;
    content: '/';
    margin: 0 4px 0 2px;
    color: #333;
}

.carouselItemWrapper .item .description p em a:first-child:before{
    content: '';
    display: none;
}

.carouselItemWrapper .item .description div.button {
    border-top: 1px solid #eee;
    margin-top: 20px;
    padding-top: 20px;
}

.carouselItemWrapper:hover .carouselImgContainer {
    -webkit-transition:all 0.6s ease;
    -moz-transition:all 0.6s ease;
    -ms-transition:all 0.6s ease;
    -o-transition:all 0.6s ease;
    transition:all 0.6s ease;
    opacity:0.7
}

.carouselItemWrapper.noLink:hover .carouselImgContainer {
    opacity:1;
}

.carouselItemWrapper:hover .description h4 {
    -webkit-transition:all 0.6s ease;
    -moz-transition:all 0.6s ease;
    -ms-transition:all 0.6s ease;
    -o-transition:all 0.6s ease;
    transition:all 0.6s ease;
    border-bottom:1px solid silver
}

.carouselItemWrapper:hover .description .button a {
    background: #015294;
}

.carouselItemWrapper a.mainLink {
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.carouselItemWrapper a.mainLink:focus{
    outline: none;
}

div.owl-buttons {
    display: block;
    width: 100% !important;
    height: auto;
    top: 40%;
    width: auto;
}

@media only screen and (max-width: 1080px) {
    div.owl-buttons {
        display: none;
    }
}

#largePrintCarousel .owl-prev,
#largePrintCarousel .owl-next,
#audioBooksCarousel .owl-prev,
#audioBooksCarousel .owl-next,
#partnerLogosCarousel .owl-prev,
#partnerLogosCarousel .owl-next {
    display: block;
    font-size: 31px;
    height: 50px;
    margin:0;
    position: absolute;
    top: 35%;
    width: 50px;
}

#largePrintCarousel .owl-prev,
#audioBooksCarousel .owl-prev,
#partnerLogosCarousel .owl-prev {
    left: -60px;
    right: auto;
    top: 35%;
}

#largePrintCarousel .owl-next,
#audioBooksCarousel .owl-next,
#partnerLogosCarousel .owl-next {
    left: auto;
    right: -60px;
    top: 35%;
}

#partnerLogosCarousel .owl-prev {
    top: 22%;
}

#partnerLogosCarousel .owl-next {
    top: 22%;
}

div.owl-pagination {
    display: block;
    float: none;
    position: absolute;
    margin: 0px auto 0 auto;
    right: 0;
    text-align: center;
    top: -57px;
    z-index: 1;
}

.owl-theme .owl-controls .owl-page {
    border: 2px solid transparent;
    border-radius: 100%;
    margin: 0 0 0 2px;
    padding: 4px;
}
.owl-theme .owl-controls .owl-page.active {
    border: 2px solid #015294;
}
.owl-theme .owl-controls .owl-page span {
    -webkit-transition: opacity 0.6s ease;
    -moz-transition: opacity 0.6s ease;
    -ms-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
    background: #015294;
    margin: 0;
    opacity: 0.2;
    height: 12px;
    width: 12px
}
.owl-theme .owl-controls .owl-page span:hover {
    -webkit-transition: opacity 0.6s ease;
    -moz-transition: opacity 0.6s ease;
    -ms-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
    opacity: 1;
}

/* Title listings page */

table.titleList hr {
	border: 0;
    height: 1px;
    color: #dddddd;
    background-color: #dddddd;
	margin: 30px 0;
}

table.titleList tr:first-child hr {
	margin-top: 0;
}

/*

table.titleList img {
	border: 1px solid #dddddd;
	padding: 4px;
}

*/

/* Buttons on title details page */

table.titleList input[type=button] {
	font-size: 11pt !important;
	margin: 10px 0 0;
}

/* Basket Page */

table#basket {
	background: #f5f5f5;
	border: 1px solid #dddddd;
	border-radius: 10px;
	font-size: 9pt;
	margin: 20px 0 30px;
	width: 100%;
}

table#basket + div {
	margin: 20px 0;
}

table#basket tr {
	background: #f5f5f5 !important;
  line-height: 2em;
}

form[name="speed"] {
    border-bottom: 2px dotted #dddddd;
    border-radius: 10px;
    box-sizing: border-box;
    color: #015294 !important;
    font-size: 12pt;
    font-weight: bold;
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
}

form[name="speed"] font {
    color: #015294 !important;
}

form[name="speed"] input {
    font-size: 12pt;
}

form[name="speed"] input[type="text"] {
	margin: 0 0 0 10px;
    padding: 8px;
}

form[name="speed"] input[type="button"] {
    font-size: 11pt;
}

/* Web Orders page */

table.tList {
	width: 100%;
}

/* Purchasing model icon */

span.pur {
  display: inline-block;
  /* background: red; */
  line-height: 1em;
  margin: 0 0 0 5px;
  position: absolute;
}

span.pur:before {
  background-color: #015294;
  background-image: url('../img/icons/icon-simloans.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 18px;
  border-radius: 100%;
  /* border: 2px solid #dddddd; */
  /* outline: 2px solid blue; */
  content: ' ';
  height: 24px;
  width: 24px;
  line-height: 0;
  /* text-align: center; */
  display: block;
  position: relative;
  /* -webkit-box-shadow: 0px 0px 0px 5px #015294;
  -moz-box-shadow: 0px 0px 0px 5px #015294;
  box-shadow: 0px 0px 0px 2px #015294; */
}

span.pur.sima {

}

span.pur.ocol {
  display: none;
}

span.pur.ocol:before {
  background-image: url('../img/icons/icon-ocol.png');
}

div.key {
  padding: 5px 0 5px 35px;
  position: relative;
}

div.key span.pur {
  display: block;
  left: 0;
  top: 0;
}


/* Subscription Plans download file list */

div.subscriptionPlansList {
	background: #ffffff;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1em;
}

div.subscriptionPlansList a {
	border: 1px solid #dddddd;
	/* border-bottom: 4px solid #dddddd; */
    display: table;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.01em;
    margin: 20px 0 0;
    padding: 0;
    position: relative;
    text-align: left;
    text-decoration: none;
    width: 100%;
    -webkit-transition: background-color 0.6s ease;
    -moz-transition: background-color 0.6s ease;
    -ms-transition: background-color 0.6s ease;
    -o-transition: background-color 0.6s ease;
    transition: background-color 0.6s ease;
}

div.subscriptionPlansList a span {
	background-color: #f5f5f5;
	box-sizing: border-box;
	border-right: 1px solid #dddddd;
    display: table-cell;
    /* float: left; */
    line-height: 0;
    padding: 20px 5px 20px 0;
    text-align: center;
    vertical-align: middle;
    width: 90px;
    position: relative;
    -webkit-transition: background-color 0.6s ease;
    -moz-transition: background-color 0.6s ease;
    -ms-transition: background-color 0.6s ease;
    -o-transition: background-color 0.6s ease;
    transition: background-color 0.6s ease;
}

div.subscriptionPlansList a span img {
	width: 50px;
}

div.subscriptionPlansList a em {
	display: table-cell;
    /* float: left; */
    font-style: normal;
    padding: 0 15px;
    /* width: 63%; */
    vertical-align: middle;
}

div.subscriptionPlansList a:hover,
div.subscriptionPlansList a:focus {
	background-color: #f5f5f5;
	-webkit-transition: background-color 0.6s ease;
    -moz-transition: background-color 0.6s ease;
    -ms-transition: background-color 0.6s ease;
    -o-transition: background-color 0.6s ease;
    transition: background-color 0.6s ease;
    text-decoration: underline;
}

div.subscriptionPlansList a:hover span,
div.subscriptionPlansList a:focus span {
	background-color: #eeeeee;
	-webkit-transition: background-color 0.6s ease;
    -moz-transition: background-color 0.6s ease;
    -ms-transition: background-color 0.6s ease;
    -o-transition: background-color 0.6s ease;
    transition: background-color 0.6s ease;
}

div.contactInfoSmall p {
	margin: 0;
}

/* Embedded Vimeo video player styles */

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0;
	height: 0;
}

.videoWrapper iframe {
	border: 1px solid $color-lightgrey2;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

.videosWrapper,
.documentsWrapper {
	/* background: red; */
	margin: -10px 0 -2% -1%;
	overflow: hidden;
	padding: 10px 0;
	width: 102%;
}

.videosWrapper .video,
.documentsWrapper .document {
	background: #ffffff;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	border: 1px solid $color-lightgrey2;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05) !important;
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05) !important;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05) !important;
	margin: 0 1% 2%;
	position: relative;
	float: left;
	padding: 0;
	width: 31.33%;
}

.videosWrapper .video:nth-child(3n+4),
.documentsWrapper .document:nth-child(3n+4) {
	clear: both;
}

.videosWrapper .video a,
.documentsWrapper .document a {
	display: block;
	text-decoration: none;
}

.videosWrapper .video .thumbnail,
.documentsWrapper .document .thumbnail {
	line-height: 0;
}

.videosWrapper .video .thumbnail img,
.documentsWrapper .document .thumbnail img {
	width: 100%;
}

.videosWrapper .video .description,
.documentsWrapper .document .description {
	padding: 20px;
}

.videosWrapper .video .description h4,
.documentsWrapper .document .description h4 {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.4em;
    margin: 0 0 10px 0;
}

.videosWrapper .video .description p,
.documentsWrapper .document .description p {
	color: #737373;
	font-style: italic;
	font-weight: normal;
	margin: 0;
}

.videosWrapper .video a:hover h4,
.documentsWrapper .document a:hover h4 {
	text-decoration: underline;
}

/* Footer help icon */

div.footerHelp {
	background: transparent;
    bottom: 20px;
    color: #fff;
    position: fixed;
    right: 20px;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-size: 54px;
    font-weight: bold;
    line-height: 1em;
    /* width: 80px; */
    /* height: 80px; */
    text-align: center;
    text-decoration: none;
}

div.footerHelp a {
	background: #005294;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05) !important;
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05) !important;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1) !important;
	border: 5px solid #fff;
    border-radius: 100%;
	color: #ffffff !important;
	display: block;
	padding: 12px 25px;
    text-decoration: none;
   -webkit-transition: background-color 0.6s ease;
    -moz-transition: background-color 0.6s ease;
    -ms-transition: background-color 0.6s ease;
    -o-transition: background-color 0.6s ease;
    transition: background-color 0.6s ease;
}

div.footerHelp a:hover {
	background-color: #052441;
	-webkit-transition: background-color 0.6s ease;
    -moz-transition: background-color 0.6s ease;
    -ms-transition: background-color 0.6s ease;
    -o-transition: background-color 0.6s ease;
    transition: background-color 0.6s ease;
}

/* Vimeo embed player */

div.vimeoEmbed {
	position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
}
  
div.vimeoEmbed iframe {
	border: 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05) !important;
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05) !important;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05) !important;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}