Table of content

- Common modules
	- Header
		- Top Menu
		- Domain Switcher
		- Vm Cart module
		- Top search module
		- Main menu
		- Mobile Main menu
	- Footer
		- Subscribe module
		- Social icons module
		- Footer menu

- Breadcrumbs
- Pagination
- Internal menu
- Link box
- Right module
- In article browse
- Featured Authors
- Custom book
- Custom promo
- Internal Article VMSS, mixed output module

*/

/* ==========================================================================
   Common modules
   ========================================================================== */

/* Top Menu
   ========================================================================== */

.top-menu li {
	float: left;
	/*margin-top: 3.786em;*/ /*53px*/
}

.top-menu li ~ li {
	margin-left: 2.500em; /*35px*/
}

.top-menu a {
	font-family: 'Helvetica', 'sans-serif';
	font-weight: normal;
	color: #004C6F;
	font-size: 1.143em; /* 16px */
}

/* Domain switcher
   ========================================================================== */
.moduletable.domain-switcher{
	float:right;
	border-left: solid 2px #ffffff;
	line-height:4.786em; /*67px*/
	height:4.786em; /*67px*/
}

.domain-switcher .selecter-selected { /* parent fontsize 16px */
	position: relative;
	display: block;
	border: 0;
	padding: 0;
	font-family: 'Helvetica', sans-serif;
	font-size: 1.143em; /* 16px */
	font-weight: normal;
	color: #004C6F;
	line-height:3.722em; /*67px*/
	background: transparent;
	text-align: center;
}

.domain-switcher .selecter-selected:after,
.lt-ie9 .domain-switcher .selecter-selected:after {
	position: absolute;
	content: '';
	margin: auto;
	top: 0;
	bottom: 0;
	right: 2px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	border-color: #004C6F transparent transparent transparent;
	background: none;
}

.domain-switcher .selecter-options {
	margin-top: 0.14286em; /* 2px */
}

.domain-switcher .selecter-options .selecter-item {
	display: block;
	padding: 0;
	text-align: center;
	width: 100%;
	font: normal 1.286em 'Helvetica', sans-serif; /* 18px */
	color: #004C6F;
	line-height:3.5em; /* 63px */
	background: #==;
	cursor: pointer;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	border: 0.1em solid #E8E2D6;
}

.domain-switcher .selecter-options .selecter-item:hover {
	text-decoration: none;
	background-color: #b3a99c;
}

.domain-switcher .selecter-options .selecter-item.selected {
	display: none;
}

.l-header .selecter.domain-switcher {
	width: 6em; /* 84px */
}

/* VM Cart module
   ========================================================================== */
.moduletable.logout{
	float: right;
	padding-top: 3.643em;
	box-sizing: border-box;
}
.moduletable.logout input[type=submit]{
	background: none;
	padding: 0;
	font: 700 1.286em 'Helvetica', sans-serif;
	margin-right: 1.778em;
}

.moduletable.my-bag{
	float: right;
	padding-top: 3.643em; /* 23px */
	box-sizing: border-box;
}

.vmCartModule .total_products {
	display: block;
	font-family: 'Helvetica', sans-serif;
	font-size: 1.143em; /* 16px */
	font-weight: normal;
	color: #004C6F;
	padding-left: 2.055em; /* 37px */
	text-decoration: none;
	margin-right: 3.882em;
}

.vmCartModule .total_products u{
	display: inline-block;
	text-decoration:none;
	background-color:#ffffff;
	color:#5e5969;
	margin-left:0.78em; /* 14px */
	padding:0 0.444em; /* 0 8px */
	font-size:0.833em; /* 15px */
	line-height: 1.533em; /* 23px */
	vertical-align: text-top;
}

.vmCartModule .show_cart {
  position: absolute;
  top: 1em;
  right: 0;
}

.vmCartModule .show_cart a {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  max-width: 100%;
  border: 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-border-radiu
  s: 0;
  border-radius: 0;
  padding: 0;
  line-height: 0;
  color: transparent;
  text-indent: -9999px;
  *font-size: 0px;
  vertical-align: top;
  height: 4.500em;
  width: 2.625em;
  background-color: #004C6F;
}

.vmCartModule .show_cart a:after {
  position: absolute;
  content: '';
  width: 25px;
  height: 20px;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 1.000em;
  background: url(images/icon/show-cart.svg) no-repeat left top;
  background-size: auto 100%;
}
/* Top search module
   ========================================================================== */

.top-search .vmss_search,
.top-search .advanced-search {
	float: left;
	margin-left: 20px;
}

.lt-ie9 .top-search .vmss_search {
	width: 460px;
}

.top-search .search label {
	float: left;
	display: inline-block;
	box-sizing: border-box;
	border: 3px solid #ffffff;
	border-right: 0;
	border-top: 0;
	background: #ffffff;
	padding: 0.750em 1.250em; /* 12px 20px */
	padding-right: 0;
	font-family: 'Helvetica', sans-serif;
	font-size: 1.143em; /* 16px */
	font-weight: bold;
	line-height:normal; /* 16px - 1.143em */
	height: 2.875em; /* 46px */
	color: #004C6F;
	margin: 0;
}

.top-search input[type=text] {
	min-width: 250px;
	border-right: 0 none;
	float: left;
	border-left: 0;
	border-top: 0;
	padding-left: 0.5em;
	height: 2.875em; /* 46px */
	line-height: normal;
	background: #ffffff;
	color: #004C6F;
	border-bottom: 3px solid #fff;
}

.top-search input[type=submit] {
	/* width: 4em; */ /* 64px */
	/* height: 3.313em; */ /* 53px */
	width: 3em; /* 48px */
	height: 2.875em; /* 46px */
	float: left;
	position: relative;
	font-weight: normal;
	background-image: url(images/icon/search.svg);
}

.top-search .button--icon-advanced-search:after {
	background: url(images/icon/advanced-search-w.png) no-repeat left center;
	background-size: 17px auto;
}
.top-search .button--icon-advanced-search:hover:after {
	background-image: url(images/icon/advanced-search-w.png);
}

.lt-ie9 .top-search .advanced-search {
	width: 230px;
}

/* Main menu
   ========================================================================== */

.main-menu {
	position: inherit;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #004C6F;	
}

.main-menu .menu {
	padding: 0;
	margin: 0;
}

.main-menu li > a,
.main-menu li > span {
	display: block;
	font-family: 'Helvetica', sans-serif;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}

.main-menu .level1 {
	float:left;
	margin: 0 3.4em; /* 0 35px */
}

.main-menu .level1 > span {
	line-height: 3.526em; /*67px*/
	box-sizing: border-box;
}

.main-menu .level1.active > a,
.main-menu .level1.active > span,
.main-menu .level1 > a:hover,
.main-menu .level1 > span:hover {
	border-bottom: solid 7px #e10600;
}

.main-menu .level1 > ul,
.main-menu .level2 > ul {
	display: none;
	position: absolute;
	z-index: 999;
	min-width: 18.571em; /*260px*/
	top: 100%;
}

.main-menu .level2 > ul{
	left: 18.571em; /*260px*/
	top:0;
}

.main-menu .level1.last > ul,
.main-menu .level2.last > ul {
	right: 0;
}

.main-menu .level1:hover > ul,
.main-menu .level2:hover > ul {
	display: block;
}

.main-menu .level2{
	position:relative;
}

.main-menu .level2 > a,
.main-menu .level2 > span,
.main-menu .level3 > a,
.main-menu .level3 > span {
	padding: 0.526em 0.526em 0.526em 1.316em; /* 10px 10px 25px 10px */
	font-size: 1.143em; /* 16px */
	border-bottom: 0.1em solid #E8E2D6;
	background-color: #004C6F;
}

.main-menu .level2 > a:hover,
.main-menu .level2 > span:hover {
	font-weight: bold;
}

.main-menu .level3 > a,
.main-menu .level3 > span {
	background-color: #f5c7b8;
}

.main-menu .level3 > a:hover,
.main-menu .level3 > span:hover {
	background-color:#d94507;
}

.main-menu .level2.last > a,
.main-menu .level2.last > span,
.main-menu .level3.last > a,
.main-menu .level3.last > span {
	border-bottom: 0.315em solid #ffffff; /* 6px */
}

/* Mobile main menu
   ========================================================================== */

.mobile-menu-label {
	position: absolute;
	right: 16px;
	top: 37px;
	width: 27px;
	height: 17px;
	padding: 10px;
	cursor: pointer;
	background: url(images/icon/burger-menu.png) no-repeat center center;
	background-size: auto 17px;
}

.mobile-main-menu li > a,
.mobile-main-menu li > span {
	position: relative;
	display: block;
	font-size: 15px;
	font-family: 'Helvetica', sans-serif;
	font-weight: 600;
	color: #004C6F;
	padding: 15px 6.667%;
	text-decoration: none;
	border-top: 3px solid #ffffff;
	-webkit-box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.15);
	-moz-box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.15);
	-o-box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.15);
	box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.15);
}

.mobile-top-menu .level1.last {
	border-bottom: 3px solid #ffffff;
	-webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.15);
	-moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.15);
	-o-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.15);
	box-shadow: 0 1px 0px rgba(255, 255, 255, 0.15);
}

.mobile-main-menu .parent > a,
.mobile-main-menu .parent > span {
	padding-right: 65px;
}

.mobile-main-menu .parent .icon-indicator {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 46px;
	height: 100%;
	background: #004C6F;
	border-left: 3px solid #ffffff;
	-webkit-box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.15);
	-moz-box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.15);
	-o-box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.15);
	box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.15);
}

.mobile-main-menu .parent .icon-indicator:after {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	width: 46px;
	height: 100%;
    background-image: url(images/icon/menu-mobile-arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 11px 7px;
}

.mobile-main-menu .parent > .open .icon-indicator:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.mobile-main-menu .level2.parent > a > .icon-indicator{
	background:#f59168;
}

.mobile-main-menu .level3.parent > a > .icon-indicator{
	background:#dd7a50;
}

.mobile-main-menu .current > a,
.mobile-main-menu .current > span {
	color: #37464e;
	background-color: #e5e5e5;
}

.mobile-main-menu .level1 li {
	background-color: #f5c7b8;
}

.mobile-main-menu .level2 li {
	background-color: #ce4005;
}

.mobile-main-menu .level3 li {
	background-color: #a13000;
}

.mobile-main-menu .level2 > a,
.mobile-main-menu .level2 > span { padding-left: 17%; }
.mobile-main-menu .level3 > a,
.mobile-main-menu .level3 > span { padding-left: 22%; }
.mobile-main-menu .level4 > a,
.mobile-main-menu .level4 > span { padding-left: 27%; }

.mobile-main-menu .level1 ul { display: none; }
.mobile-main-menu .active > ul { display: block; }

/* Subscribe module
   ========================================================================== */

.subscribe.moduletable {
	float: right;
	width: 30%; /*364px*/
}

.subscribe h3{
	font-size: 1.143em;
	color: #004C6F;
	font-weight: normal;
}

.subscribe label,
.subscribe input,
.subscribe button {
	float: left;
}

.subscribe input[type=text],
.subscribe input[type=email] {
	width: 74.5%;
	line-height: 140%;
	color: #5e5969;
	padding: 0.5em 1.428em; /* 8px 20px */ 
	background: #ffffff;
	border-color: #ffffff;
	border-right: none;
	box-sizing:border-box;
}

.subscribe input[type=submit], .subscribe button {
	width: 25.5%;
	padding: 0.6875em 0; /* 11px 0 */
}

.subscribe input[type=text], .subscribe input[type=email]
, .subscribe input[type=submit], .subscribe button {
	height: 44px;
	font-weight: normal;
}

/* Social icons module
   ========================================================================== */

.moduletable.social-icons {
	float: right;
	display: table;
}

.social-icons a {
	font-size: 1.375em; /* 22px */
	color: #1a4c6f;
	margin-left: 1em;
}
.col-inline {
    width: 100%;
    float: left;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
}
.social-icons a:hover{
	color: #1a4c6f;
	text-decoration:none;
	cursor:pointer;
}
.social-center {
    vertical-align: middle;
    display: flex;
    align-items: flex-end;
}
.social-icons .f {
	background: url(images/icon/f.svg) no-repeat center center;
	background-size: auto 22px;
}

.social-icons .t {
	background: url(images/icon/t.svg) no-repeat center center;
	background-size: auto 22px;
}

.social-icons .y {
	background: url(images/icon/y.svg) no-repeat center center;
	background-size: auto 22px;
}

.social-icons .g {
	background: url(images/icon/g.svg) no-repeat center center;
	background-size: auto 22px;
}

.social-icons .i {
	background: url(images/icon/i.svg) no-repeat center center;
	background-size: auto 22px;
}

.social-icons .p {
	background: url(images/icon/p.svg) no-repeat center center;
	background-size: auto 22px;
}

.no-svg .social-icons .f { background-image: url(images/icon/f.png); }
.no-svg .social-icons .t { background-image: url(images/icon/t.png); }
.no-svg .social-icons .y { background-image: url(images/icon/y.png); }
.no-svg .social-icons .g { background-image: url(images/icon/g.png); }
.no-svg .social-icons .i { background-image: url(images/icon/i.png); }
.no-svg .social-icons .p { background-image: url(images/icon/p.png); }

.social-icons a span {
	display: none;
}

/* Footer menu
   ========================================================================== */

.footer-menu .group.level1 {
	float: left;
	/*width: 19.167%; 230px*/
	width: auto;
	padding-right: 20px;
	box-sizing: border-box;
}

.footer-menu .item {
	padding-bottom:  8px;
}

.footer-menu a {
	color: #004C6F;
	font-weight: normal;	
	font-size: 1.143em; /* 16px */
}

/* ==========================================================================
   BreadCrumbs
   ========================================================================== */

.breadcrumbs {
	position: relative;
	width: 100%;
	padding: 1.786em 0; /* 25px 0*/
	border-bottom:solid 2px #cfcfcf;
	margin-bottom:2.857em; /*40 px */
}

.breadcrumbs a,
.breadcrumbs span {
	font-size: 0.8671em; /* 12px */
	color: #000000;
	font-weight:lighter;
	margin-right: 10px;
}

.breadcrumbs a{
	text-decoration:underline;
}

/* ==========================================================================
   Pagination
   ========================================================================== */

.pagination {
	text-align: center;
}

.pagination .counter {
	text-align: center;
	margin-top: 1.429em; /*20px*/
}

.pagination ul {
	padding: 0;
	margin: 2.143em 0 0 0; /*30px 0 0 0*/
}

.pagination li {
	display: inline-block;
	list-style: none none;
	margin-left: 0.714em; /*10px*/
}

.pagination li:first-child {
	margin-left: 0;
}

.pagination li a,
.pagination li span {
	display: block;
	box-sizing: border-box;
	padding:0.4375em 0.75em; /*7px 12px*/
	border: 0.143em solid #e1e1e1; /* 2px */
	color: #000;
	font-size:1.143em; /* 16px */
	text-decoration: none;
}

.pagination li a:hover {
	background: #eaeaea;
	color: #9c9696;
}

.pagination li span {
	background: #e1e1e1;
}

.pagination .pagination-start a,
.pagination .pagination-start span,
.pagination .pagination-prev a,
.pagination .pagination-prev span,
.pagination .pagination-next a,
.pagination .pagination-next span,
.pagination .pagination-end a,
.pagination .pagination-end span {
	border: 0 none;
	color: #fff;
	font-weight: bold;
	padding:0.5em 0.8125em; /*7px 13px*/
	background: #e84643;
}

.pagination .pagination-next a, .pagination .pagination-next span{
	position:relative;
	padding-right:2.85714em; /* 45px */
	padding-left:0.9375em; /* 15px */
}

.pagination .pagination-next a:before, .pagination .pagination-next span:before{
	position: absolute;
	content: '';
	background: url('images/icon/chevron-circle-right.png') no-repeat center center;
	background-size:1.1875em; /* 19px */
	right: 15px;
	width: 19px;
	height: 100%;
	top: 0;
}

.pagination .pagination-prev a, .pagination .pagination-prev span{
	position:relative;
	padding-left:2.85714em; /* 40px */
	padding-right:0.9375em; /* 15px */
}

.pagination .pagination-prev a:before, .pagination .pagination-prev span:before{
	position: absolute;
	content: '';
	background: url('images/icon/chevron-circle-left.png') no-repeat center center;
	background-size:1.1875em; /* 19px */
	left: 15px;
	width: 19px;
	height: 100%;
	top: 0;
}

.pagination .pagination-prev span:before,
.pagination .pagination-next span:before{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.pagination .pagination-start span,
.pagination .pagination-prev span,
.pagination .pagination-next span,
.pagination .pagination-end span {
	background: rgba(232,70,67,0.57);
}

.pagination .pagination-start a:hover,
.pagination .pagination-prev a:hover,
.pagination .pagination-next a:hover,
.pagination .pagination-end a:hover {
	background: #F50D09;
	color: #fff;
}


/* ==========================================================================
   Internal menu
   ========================================================================== */

.menu-internal ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.menu-internal li > a,
.menu-internal li > span {
	position: relative;
	display: block;
	font-size: 1.143em; /* 16px */
	line-height:1.25em; /* 20px */
	font-family: 'Helvetica', sans-serif;
	font-weight: lighter;
	color: #004C6F;
	text-decoration: none;
	padding: 0.85em 0;
	padding-left: 1.667em; /*25px*/
	padding-right: 2.667em; /*40px*/
	border-bottom: 1px solid #ffffff;
}

.menu-internal .level2 li > a{
	border-color:#f5c7b8;
	padding-top: 0.625em; /* 10px */
	padding-bottom: 0.625em; /* 10px */
}

.menu-internal--mobile li > a,
.menu-internal--mobile li > span {
	font-size: 15px;
	padding: 11px 20px;
	padding-right: 40px;
	border-top: 2px solid rgba(255, 255, 255, 0.4);
	border-bottom: 0;
}

.menu-internal--mobile a > span {
	position: relative;
}

.menu-internal--mobile .level2:first-child > a {
	border-top-color: transparent;
}

/* Hierarchical padding
   ========================================================================== */

.menu-internal .level2 li > a,
.menu-internal .level2 li > span { padding-left: 2.333em; } /*35*/
.menu-internal--mobile .level2 li > a,
.menu-internal--mobile .level2 li > span { padding-left: 35px; }
.menu-internal .level3 li > a,
.menu-internal .level3 li > span { padding-left: 3.50em; padding-right: 1.5em; } /*45*/
.menu-internal--mobile .level3 li > a,
.menu-internal--mobile .level3 li > span { padding-left: 50px; }

/* Arrow to indicate has child items
   ========================================================================== */

.menu-internal .level1 .parent > a:after,
.menu-internal .level1 .parent > span:after {
	content: '';
	display: block;
	position: absolute;
	right: 1.533em; /*23px*/
	top: 50%;
	margin-top: -2px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 5px;
	border-color: transparent transparent transparent #7f8214;
}

.menu-internal--mobile .level1 .parent > a:after,
.menu-internal--mobile .level1 .parent > span:after {
	right: 20px;
}

.menu-internal .level1 .parent.level2 > a:after,
.menu-internal .level1 .parent.level2 > span:after {
	border-color: transparent transparent transparent #7f8214;
}

.menu-internal .level1 .parent.active > a:after,
.menu-internal .level1 .parent.active > span:after {
	content: '';
	display: block;
	position: absolute;
	right: 1.600em; /*24px*/
	top: 50%;
	margin-top: -2px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	border-color: #7f8214 transparent transparent transparent;
}

.menu-internal--mobile .level1 .parent.active > a:after,
.menu-internal--mobile .level1 .parent.active > span:after {
	right: 19px;
}

/* Special level1 menu item override
   ========================================================================== */

.menu-internal .level1 > a,
.menu-internal .level1 > span {
	color: #fff;
	font-size: 1.286em; /*18px*/
	font-weight: 700;
	padding: 0.889em 1.389em; /*16px 25px*/
	border: none;
	background-color: #e10600;
}

.menu-internal--mobile .level1 > a,
.menu-internal--mobile .level1 > span {
	font-weight: 600;
	padding: 12px 20px;
	background-color: #D3CCBC;
}

.menu-internal--mobile .level1 > a:after,
.menu-internal--mobile .level1 > span:after {
	display: block;
	position: absolute;
	content: '';
	top: 50%;
	margin-top: -3.5px;
	right: 18px;
	width: 10.5px;
	height: 10.5px;
	background: url(images/icon/internal-menu-mobile-arrow.png) no-repeat left center;
	background-size: 5.5px auto;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}

.menu-internal--mobile .level1 > a.open:after,
.menu-internal--mobile .level1 > span.open:after {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

/* Item background color
   ========================================================================== */
/*.menu-internal .level1         { background-color: #a8aa22; }*/
.menu-internal .level2         { background-color: #f5c7b8; }
.menu-internal .level2.active  { background-color: #f5c7b8; }
.menu-internal .level3         { background-color: #f8dcd3; }
.menu-internal .level3.active  { background-color: #f5c7b8; }
.menu-internal .level4         { background-color: #f8dcd3; }
.menu-internal .level4.active  { background-color: #f5c7b8; }

.menu-internal .level1 li > a:hover,
.menu-internal .level1 li > span:hover { background-color: transparent; }


.menu-internal--mobile .level1 li > a:hover,
.menu-internal--mobile .level1 li > span:hover { background-color: transparent; }

/* Item Visiblity
   ========================================================================== */

.menu-internal .level1,
.menu-internal .level2 ul {
	display: none;
}

.menu-internal .level1.active.deeper,
.menu-internal .active > ul {
	display: block;
}

.menu-internal--mobile .level1 > ul {
	display: none;
}

/* ==========================================================================
   Link box
   http://www.butterflyinternet.com.au/design/view-new.php?version=allen%20and%20unwin/AandU-design-DK-V3-8
   (Design file main bottom location)
   ========================================================================== */

.moduletable.link-box {
	float: left;
	margin-top: 30px;
	width: 48.52%;
	height: 152px;
	color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
}

.moduletable.link-box--paper-clip { background-image: url(images/link-box/paper-clip.png); color: #4bc7c7; }
.moduletable.link-box--graduate { background-image: url(images/link-box/graduate.png); color: #4b85c7; }
.moduletable.link-box--book { background-image: url(images/link-box/book.png); color: #9ac74b; }
.moduletable.link-box--pen { background-image: url(images/link-box/pen.png); color: #72838d; }
.moduletable.link-box--question-mark { background-image: url(images/link-box/question-mark.png); color: #a8aa22; }
.moduletable.link-box--phone { background-image: url(images/link-box/phone.png); color: #4bc7c7; }
.moduletable.link-box--binoculars { background-image: url(images/link-box/binoculars.png); color: #72838d; }
.moduletable.link-box--search { background-image: url(images/link-box/search.png); color: #9ac74b; }
.moduletable.link-box--arrow { background-image: url(images/link-box/arrow.png); color: #4bc7c7; }
.moduletable.link-box--a-z { background-image: url(images/link-box/a-z.png); color: #4b85c7; }
.moduletable.link-box--paper { background-image: url(images/link-box/paper.png); color: #4bc7c7; }
.moduletable.link-box--dot { background-image: url(images/link-box/dot.png); color: #4b85c7; }
.moduletable.link-box--line-waves { background-image: url(images/link-box/line-waves.png); color: #9fcc50; }
.moduletable.link-box--diamond { background-image: url(images/link-box/diamond.png); color: #6e7f89; }
.moduletable.link-box--envelope { background-image: url(images/link-box/envelope.png); color: #a8aa22; }
.moduletable.link-box--map { background-image: url(images/link-box/map.png); color: #41525c; }

.moduletable.link-box:nth-child(even) {
	float: right;
}

.moduletable.link-box:first-child + .link-box,
.moduletable.link-box:first-child + .link-box + .link-box + .link-box,
.moduletable.link-box:first-child + .link-box + .link-box + .link-box + .link-box + .link-box,
.moduletable.link-box:first-child + .link-box + .link-box + .link-box + .link-box + .link-box + .link-box + .link-box {
	float: right;
}

.moduletable.link-box:first-child,
.moduletable.link-box:first-child + .link-box {
	margin-top: 0;
}

.custom.link-box {
	display: table;
	float: right;
	width: 100%;
	height: 100%;
}

.link-box__title,
.link-box__button-wrap {
	display: table-cell;
	vertical-align: middle;
}

.link-box__button-wrap {
	text-align: right;
}

.link-box__title {
	padding-left: 1.21em; /* 40px */
	padding-right: 10px; /* 10px */
	font: bold 2.36em 'Helvetica', sans-serif; /* 33px */
	line-height: 1.2;
	color: #fff;
}

.link-box__button {
	display: inline-block;
	text-align: left;
	font: bold 1.57em arial; /* 22px */
	color: #fff;
	padding: 0.68em 1.36em; /* 15px 30px */
	border: 3px solid #fff;
	border-right: 0;
	background: rgba(255, 255, 255, 0.3);
}

.link-box__button:hover {
	text-decoration: none;
	color: inherit;
	background: #fff;
}

/* ==========================================================================
   Right module
   http://www.butterflyinternet.com.au/design/view-new.php?version=allen%20and%20unwin/AandU-design-DK-V4-3
   ========================================================================== */

.r-mod {
	position: relative;
}

.r-mod__title {
	display: inline-block;
	font: bold 1.143em 'Helvetica', sans-serif; /*16px*/
	color: #fff;
	padding: 0.94em 1.563em 1em; /*15px 23px 16px*/
	margin-bottom: 1.312; /*21px*/
	background: #a8aa22;
}

.r-mod__title:before {
	display: block;
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	width: 100%;
	height: 0.688em; /*11px*/
	background: #a8aa22;
}

.r-mod--color-yellow .r-mod__title,
.r-mod--color-yellow .r-mod__title:before {
	background: #a8aa22;
}

.r-mod--color-grey .r-mod__title,
.r-mod--color-grey .r-mod__title:before {
	background: #72838d;
}

.r-mod--color-dark-grey .r-mod__title,
.r-mod--color-dark-grey .r-mod__title:before {
	background: #41525c;
}

.r-mod__div-wrap {
	padding-right: 2.500em; /*35px*/
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.r-mod__div--1 {
	margin-bottom: 1.643em; /*23px*/
}

.r-mod--two-cols .r-mod__div-wrap {
	display: table;
	width: 100%;
}

.r-mod--two-cols .r-mod__div {
	display: table-cell;
	vertical-align: top;
}

.r-mod--two-cols .r-mod__div--1 {
	width: 52.900%; /*149px*/
	padding-right: 7.600%; /*25px*/
	margin-bottom: 0;
}

.r-mod .button {
	font-size: 1em; /*14px*/
}

.r-mod .semi-bold {
	font-weight: 600;
}

/* ==========================================================================
   in-article browse
   http://www.butterflyinternet.com.au/design/view-new.php?version=allen%20and%20unwin/AandU-design-DK-V3-13
   (Browse all Children's Fiction)
   ========================================================================== */

.in-article-browse {
	overflow: hidden;
	display: table;
	width: 100%;
	color: #fff;
	font: bold 1.286em 'Helvetica', sans-serif; /*18px*/
	margin-top: 1.944em; /*35px*/
}

.in-article-browse a { color: inherit; }
.in-article-browse a:hover { text-decoration: none; }

.in-article-browse__title {
	display: table-cell;
	vertical-align: middle;
	width: 41.1%; /*198px*/
	padding: 0 1.111em; /*20px*/
	box-sizing: border-box;
	text-align: center;
	background: #72838d;
}

.in-article-browse__link-wrap {
	display: table-cell;
}

.in-article-browse__link {
	position: relative;
	display: block;
	padding: 0.944em 1.389em; /*17px 25px*/
	padding-right: 2.222em; /*40px*/
	background: #3badad;
}

.in-article-browse__link:first-child {
	background: #4bc7c7;
}

.in-article-browse__link:after {
	position: absolute;
	content: '';
	right: 1.611em; /*29px*/
	top: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.333em 0 0.333em 0.389em; /*6px 0 6px 7px*/
	border-color: transparent transparent transparent #ffffff;
}

a.in-article-browse__title:hover { background: #63717a; }
.in-article-browse__link:first-child:hover { background: #3cb2b2; }
.in-article-browse__link:hover { background: #2e9999; }

/* ==========================================================================
   Featured Authors
   ========================================================================== */

.moduletable.featured-authors {
	position: relative;
	z-index: 2;
	border-top: 0.786em solid #4bc7c7; /* 11px */
	background-color: #eaf5f5;
	background-image: url(images/bg/pattern5.png);
	background-repeat: repeat;
}

.moduletable.featured-authors > h3 {
	border-bottom: 0.524em solid #c8d4d6; /* 11px */
	padding: 1.000em 1.429em; /* 21px 30px */
	font-size: 1.500em; /* 21px */
	margin-bottom: 0;
	color: #41525c;
}

.l-left .moduletable.featured-authors > h3 {
	padding: 1.000em 1.190em; /* 21px 25px */
}

.custom.featured-authors {
	padding: 2.000em 0.714em 2.000em 1.786em; /*28px 10px 28px 25px*/
}

.featured-authors .item ~ .item {
	margin-top: 2.000em; /*28px*/
}

.featured-authors .image {
	float: left;
	width: 5.714em; /*80px*/
	margin-bottom: 0.857em; /*12px*/
	margin-right: 1.429em; /*20px*/
}

.featured-authors h5 {
	margin-bottom: 13px;
}

.featured-authors p {
	margin-bottom: 9px;
}

/* ==========================================================================
   Custom book
   ========================================================================== */

.custom-book__title {
	font-size: 1.286em; /*18px*/
	margin-bottom: 1.944em; /*35px*/
}

.custom-book__content {
	display: table;
}

.custom-book__image-wrap,
.custom-book__text-wrap {
	display: table-cell;
	vertical-align: top;
}

.custom-book__image-wrap {
	width: 10.643em; /*149px*/
	padding-right: 2.000em; /*28px*/
}

.custom-book__book-title {
	font-size: 1.143em; /*16px*/
	color: #41525c;
	margin-bottom: 0.429em; /*6px*/
}

.custom-book__book-author {
	font-size: 12px;
	color: #1f1f1f;
}

.custom-book .button {
	font-size: 1em;
	margin-top: 0.357em; /*5px*/
}

/* ==========================================================================
   Custom promo
   ========================================================================== */

.custom-promo {
	position: relative;
}

.custom-promo__content {
	position: absolute;
	text-align: center;
	top: 0;
	left: 0;
	color: #fff;
	width: 100%;
	height: 100%;
	font-family: 'Helvetica', sans-serif;
	font-weight: bold;
}

.custom-promo__content a {
	color: inherit;
	text-decoration: none;
}

.custom-promo__content svg {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.custom-promo__content .svg-fallback,
.no-svg .custom-promo__content .svg-container { display: none; }
.no-svg .custom-promo__content .svg-fallback { display: block; }

.custom-promo__heading {
	display: block;
	font-size: 29px;
	line-height: 1.2;
	margin-bottom: 25px;
	margin-top: 35px;
}

.custom-promo__readmore {
	display: block;
	font-size: 17px;
	margin-bottom: 0;
	color: inherit;
	text-decoration: none;
}

.custom-promo__readmore img {
	margin-right: 8px;
}

/* ==========================================================================
   Custom left style
   ========================================================================== */

.moduletable.custom-left-style {
	position: relative;
	background: #fff;
}

.moduletable.custom-left-style > h3 {
	display: inline-block;
	font: bold 1.143em 'Helvetica', sans-serif; /*16px*/
	color: #fff;
	padding: 0.688em 1.563em; /*11px 23px*/
	margin-bottom: 1.250em; /*20px*/
	background: #f68c42;
}

.moduletable.custom-left-style > h3:before {
	display: block;
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	width: 100%;
	height: 0.688em; /*11px*/
	background: inherit;
}

.custom.custom-left-style {
	padding: 1.429em; /*20px*/
	padding-top: 0;
}

/* ==========================================================================
   Internal Article VMSS, mixed output module
   ========================================================================== */
/*Prevent layout issues between article content and included modules of this type*/
.com_content .item-page .moduletable .blog.layout-set{
	overflow:hidden;
	width:100%;
}
/*Remove top border for adjacent modules of this type*/
.com_content .item-page .moduletable:nth-of-type(n + 2) .blog.layout-set > .items-row:first-child{
	border-top:none;
	padding-top:0;
}

/* ==========================================================================
   Responsive
   ========================================================================== */

/* Non-Desktop */
@media screen and (max-width: 1199px) {
	.moduletable.menu-internal {
		font-size: 12px;
	}

	.moduletable.link-box {
		font-size: 10px;
		height: 125px;
	}

	.moduletable.r-mod {
		font-size: 12px;
	}
	
	.subscribe input[type=text], .subscribe input[type=email]
	, .subscribe input[type=submit], .subscribe button { 
		height:37px;	
	}
}

/* Tablet */
@media screen and (min-width: 768px) and (max-width: 1200px) {
	.top-menu li ~ li {
		margin-left: 2.300em;
	}

	.vmCartModule .show_cart a:after {
		width: 22px;
		height: 17px;
	}

	.top-search .search label {
		font-size: 17px;
		padding: 0.917em 1.250em; /* 11px 15px */
		padding-right: 0;
		height: 52px;
	}

	.top-search input[type=text] {
		min-width: 210px;
		font-size: 15px;
		padding: 0.917em 1.250em; /* 11px 15px */
		padding-left: 0.5em;
		height: 52px;
	}

	.top-search input[type=submit] {
		width: 4em;
		height:2.916em; /* 40 px */
		background-size: 20px 20px;
	}

	.subscribe {

	}

	.social-icons {
		margin-left: 0;
	}

	.home .social-icons {
		float: right;
	}
}

@media screen and (max-width: 900px) {
	.vmCartModule .show_cart a:after {
		width: 19px;
		height: 16px;
	}

	.top-search .search label {
		font-size: 11px;
		line-height: 15px;
		padding: 1.000em 1.250em; /* 12px 15px */
		padding-right: 0;
		display: flex;
		align-items: center;
	}

	.top-search input[type=text] {
		min-width: 160px;
		font-size: 11px;
		line-height: 15px;
		padding: 1.000em 1.250em; /* 12px 15px */
		padding-left: 0.5em;
	}

	.l-header__navigation {
		font-size: 10px;
	}

	.main-menu .level1 > a {
		min-width: initial;
	}
	
	.subscribe input[type=text], .subscribe input[type=email] {
		width: 65.5%;
	}
	.subscribe input[type=submit], .subscribe button {
		width: 34.5%;
	}
}

/* Mobile */
@media screen and (max-width: 767px) {

	/* ==========================================================================
	   Top search
	   ========================================================================== */

	.top-search .vmss_search{
		margin:0;
		float:none;
	}

	.top-search .search label {
		width:100%;
		height:auto;
		font-family: 'Helvetica', 'sans-serif';
		font-weight: 600;
		font-size: 19px;
		/*color: #fff;*/
		margin-bottom: 18px;
		background: transparent;
		padding: 0;
		border: 0;
	}

	.top-search input[type=text] {
		float: left;
		height:	36px;
		width: 82%;
		min-width: initial;
		padding: 0 9px;
		border: 2px solid #ffffff;
		font-size: 13px;
		margin-bottom: 15px;
	}

	.top-search input[type=submit] {
		float: left;
		width: 18%;
		height: 36px;
		background-size: 18px 18px;
	}

	.top-search .advanced-search {
		margin: 0;
		width:100%;
	}

	.top-search .button--icon-advanced-search {
		font-size: 12px;
		padding-top: 0;`
		padding-bottom: 0;
		line-height: 36px;
		width: 100%;
		vertical-align: top;
		height: 36px;
	}

	.top-search .button--icon-advanced-search:after {
		display: inline-block;
		width: 14px;
		height: 100%;
		margin-left: 10px;
		background-image: url(images/icon/advanced-search.png);
		background-size: 12px auto;
		position: initial;
	}

	@media screen and (max-width: 767px) {
		.top-search .button--icon-advanced-search:after {
			float: right;
			margin-right: 67px;
		}
	}	

	.top-search .button--icon-advanced-search:hover:after {
		background-image: url(images/icon/advanced-search.png);
	}

	/* ==========================================================================
	   Domain switcher
	   ========================================================================== */

	.domain-switcher {
		margin-left: 22px;
	}

	.domain-switcher .selecter-selected {
		color: #fff;
		font-size: 12px;
		line-height: 36px;
		background: transparent;
	}

	.domain-switcher .selecter-selected:before {
		top: 0;
		bottom: 0;
		margin: auto;
	}

	.domain-switcher .selecter-selected:after {
		border-color: #fff transparent transparent transparent;
	}

	.domain-switcher .selecter-options .selecter-item {
		color: #fff;
		background: #41525c;
		border-color: #fff;
	}

	/* ==========================================================================
	   VM Cart module
	   ========================================================================== */

	.vmCartModule {
		position: relative;
		display: inline-block;
		clear: both;
		margin-top: 15px;
		background: #a8aa22;
		padding: 0 53px 0 1.563em;
	}

	.vmCartModule .total_products {
		font: 600 12px 'Helvetica', sans-serif;
		line-height: 36px;
		color: #37464e;
		margin: 0;
	}

	.vmCartModule .show_cart {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.vmCartModule .show_cart a {
		height: 100%;
		width: 100%;
		background-color: transparent;
	}

	.vmCartModule .show_cart a:after {
		right: 18px;
		left: auto;
		top: 0;
		bottom: 0;
		margin: auto;
	}

	.vmCartModule .show_cart a:hover { background-color: transparent; }
	.vmCartModule .show_cart a:hover:after { background-position: left top; }
	
	/* VM Cart module in Menu */
	.st-menu .vmCartModule {
		background: #fff;
		padding: 0 1.563em;
		float: right;
	}
	.st-menu .vmCartModule .total_products {
		/*color: #e84643;*/
		background: url(images/icon/my-bag_black.jpg) no-repeat left center transparent;
		background-size:17px 17px;
	}
	.st-menu .vmCartModule .total_products u {
		background-color: #e84643;
		color: #fff;
	}
	
	/* ==========================================================================
	   Logout module in Menu
	   ========================================================================== */
	   
	.st-menu .logout-button input[type=submit] {
		font-size: 12px;
		background-color: #ffffff;
		color: #e84643;
		margin-top: 15px;
		height: 36px;
		min-width:90px;
	}

	/* ==========================================================================
	   Subscribe module
	   ========================================================================== */

	.subscribe.moduletable{
		overflow: hidden;
		margin-bottom:50px;
	}

	.subscribe label,
	.subscribe input[type=text],
	.subscribe input[type=email],
	.subscribe input[type=submit],
	.subscribe button {
		/*font-size: 12px;*/
		padding: 13px 17px 12px;
		border-width: 2px;
	}

	.subscribe input[type=submit], .subscribe button {
		padding: 14px 0;
	}
	
	.subscribe input[type=text], .subscribe input[type=email]
	, .subscribe input[type=submit], .subscribe button { 
		height: 48px;
	}

	.subscribe label {
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}

	/* ==========================================================================
	   Social icons module
	   ========================================================================== */

	.social-icons {
		padding-top: 50px;
		text-align: center;
	}

	.social-icons a{
		font-size:1.833em; /* 22px */
		margin-left:8.6%;
	}

	.social-icons a:first-child{
		margin-left:0;
	}

	/* ==========================================================================
	   Footer menu
	   ========================================================================== */

	.footer-menu{
		margin-bottom: 20px;
		overflow: hidden;
	}

	.footer-menu a {
		font-size: 1em;
	}

	.footer-menu .group.level1 {
		width: 50%;
	}

	/* ==========================================================================
	   Link box
	   ========================================================================== */

	.moduletable.link-box {
		width: 100%;
		height: 92px;
		margin-top: 20px;
	}

	.moduletable.link-box:nth-child(n),
	.moduletable.link-box:first-child + .link-box {
		margin: 0;
		margin-top: 20px;
	}


	.moduletable.link-box:first-child {
		margin-top: 0;
	} 

	.link-box__title {
		font-size: 22.5px;
		padding-left: 25px;
	}

	.link-box__button{
		font-size: 14px;
	}

	/* ==========================================================================
	   Right module
	   ========================================================================== */

	.r-mod__title {
		margin-bottom: 20px;
		padding: 11px 17px;
		font-size: 15px;
	}

	.r-mod__title:before {
		height: 7px;
		left: 0;
		right: auto;
		width: 767px;
	}

	.r-mod__div-wrap {
		padding-right: 0;
	}

	.r-mod--two-cols .r-mod__div--1 {
		width: 114px;
		padding-right: 19px;
	}

	/* ==========================================================================
	   in-article browse
	   ========================================================================== */
	
	.in-article-browse {
		font-size: 13px;
		margin-top: 23px;
	}

	.in-article-browse__title {
		width: 36%;
		padding: 0 5px;
	}

	.in-article-browse__link {
		padding: 12px 11px;
		padding-right: 25px;
	}

	.in-article-browse__link:after {
		right: 15px;
	}

	/* ==========================================================================
	   Featured Authors
	   ========================================================================== */
	
	.custom.featured-authors {
		padding: 2.000em 1.786em; /*28px 25px*/
	}

	/* ==========================================================================
	   Pagination
	   ========================================================================== */
	
	.pagination li {
		display: none;
	}

	.pagination .pagination-prev {
		display: block;
		float: left;
	}

	.pagination .pagination-next {
		display: block;
		float: right;
	}

	.pagination .counter {
		display: block;
		line-height: 30px;
	}

	/* ==========================================================================
	   Custom left style
	   ========================================================================== */
	
	.moduletable.custom-left-style > h3 {
		margin-bottom: 20px;
		padding: 11px 17px;
		font-size: 15px;
	}

	.moduletable.custom-left-style > h3:before {
		height: 7px;
	}
}

/* Descale pattern background (DO NOT ADD STYLES HERE) */
@media screen and (max-width: 767px) {

	/*url(images/bg/pattern1.jpg)*/
  	.menu-internal--mobile .level1 > a,
	.menu-internal--mobile .level1 > span {
		background-size: 4px 4px;
	}

	/*url(images/bg/pattern5.png)*/
  	.menu-internal .level1 > a,
	.menu-internal .level1 > span,
	.menu-internal .level1 li > a:before,
	.menu-internal .level1 li > span:before,
	.moduletable.featured-authors {
		background-size: 4px 4px;
	}

}