html,
body {
    height: 100%;
}

body {
  font-family: "ff-scala-sans-pro",sans-serif;
  font-size: 14px;
  color: #000;
  background-color:#fff;
}


h1 {
  color:#006895;
  font-size: 37px;
  font-weight:400;
}

h2 {
  color:#006895;
  font-size:29px;
  font-weight:400;
}

h3 {
  color:#006895;
  font-size:25px;
  font-weight:400;
}

h4 {font-size:20px}
h5 {font-size:18px}

hr.short{
  margin: 0 0 10px 0;
  font-size:20px;
  font-weight:700;
  width:75px;
  border-top:2px solid #006895;
}



.container{
  width:1250px;
  max-width:1250px;
  margin-right: auto;
  margin-left: auto;
  padding-left:0;
  padding-right:0;
}

.main-content{
  padding:40px 40px 60px 40px;
  overflow:auto;
}

.page-title-wrapper{
  margin-bottom:40px; 
}

/* HEADER */
ul#newtop {
    background-color: #c8e5e8 /*light blue*/;
    height: 39px;
    padding: 2px 0;
    display: block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    margin:0;
}
ul#newtop li:first-child {
    padding-left: 30px;
}
ul#newtop li {
    display: inline-block;
    margin: 0 0.8em 0 0;
}
ul#newtop li ul li:first-child {
    padding-right: 40px;
}
ul#newtop li.top-menu-right{
  float:right;
}
#header {
    height: 105px;
}
#header img#logo {
    padding: 10px 0 0 2em;
    position: relative;
    left: -2px;
    height: auto;
    max-width: 350px;
    max-height: 88px;
}
#menu {
    font-family: 'ff-scala-sans-pro', sans-serif;
    width: 100%;
    height: auto;
    z-index: 100;
    padding: 0;
    margin: 0;
    background-color: #006895 /*dark blue*/;
}
menu ul {
    background-color: #006895 /*dark blue*/;
}
#menu > ul {
    margin: 0 auto;
}
#menu ul {
    display: inline-block;
}
#menu ul {
    margin: 0;
    padding: 0 0 0 2em;
    list-style: none;
    white-space: nowrap;
    text-align: left;
}
#menu > ul > li {
    float: left;
    display: block;
    position: relative;
}
#menu li {
    margin: 0 20px 0 0;
    padding: 0;
    list-style: none;
}
#menu a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 3px 30px 0 0;
}

#menu ul ul {
    background-color: #006895 /*dark blue*/;
    position: absolute;
    left: 0;
    top: 1.4em;
    display: none;
    padding: 0.5em 0 0 0;
    z-index: 0;
}
#menu > ul > li > ul > li > a {
    padding: 0 0 0 0.5em;
}

#menu a{
  display:block;
  color:#fff;
  line-height:1.25em;
  text-decoration:none;
  padding:0 30px 0 0;
}

#menu ul ul a {
    line-height: 1.5em;
}

#menu > ul > li > a{
position: relative;
top: 0.25em;
float:left;
}

#menu > ul > li > ul > li > a{
padding:0 0 0 0.5em;
}

#menu ul li:hover > ul{
display:block;
}

#menu li:hover > a,
#menu ul li:hover > a.fly{
color:#c8e5e8 /*light blue*/;
}

#menu ul ul,
#menu ul ul ul,
#menu ul li.left > ul,
#menu ul li.left ul li > ul{
*left:-9999px;
*right:auto;
*display:block;
}

#menu ul li:hover{
*direction:ltr;
}

#menu ul li:hover > ul{
*left:0;
}

#menu ul ul li:hover > ul{
*left:100%;
}

#menu ul li.left:hover > ul{
*left:auto;
*right:0;
}

#menu ul li.left ul li:hover > ul{
*left:auto;
*right:100%;
}
/* Dont show responsive menu items when screen is wide */
#menu.topnav li.responsive {
  display: none;
}

/*
 * Menu formatting for when the window is narrow.
 *
 * Adjust the max-width to suit the number of top-level menu items.
 * NOTE - if the max-width value is changed here, it should also be changed 
 * in the script in topnav.tt 
 */

@media screen and (max-width: 950px) {
  #menu.topnav li:not(:first-child) {
    /* Hide display of all top-level menu items, except the first one */
    display: none;
  }
  #menu.topnav ul li.showmenu {
    /* Display the Show/Hide Menu link */
    display: block;
    position: absolute;
    right: 0;
  }

  #menu.topnav.responsive {
    position: relative;
  }
  #menu.topnav.responsive li.showmenu { 
    position: absolute;
    right: 0;
    top: 0;
  }
  #menu.topnav.responsive li {
    float: none;
    display: block;
    text-align: left;
  }

  #menu li:not(:first-child):not(.showmenu) a {
    line-height: 1.5em;
  }

  #menu.topnav.responsive ul {
    padding-bottom: 0.3em;
  }

  #menu.topnav.responsive ul li:hover > ul {
    /* Dont display sub-menu items on hover */
    display: none;
  }

  #menu.topnav.responsive ul li > ul.show {
    /* But DO display sub-menu items if they have the "show" class */
    display: block;
  }

  #menu.topnav.responsive ul ul {
    /* Adjust position of sub menu */
    position: relative;
    top: 0;
    padding-left: 1em;
  }

  #menu.topnav.responsive ul li > a {
    /* Ensure top-level menu items appear in correct place */
    float: none;
  }

  #menu.topnav ul li.showmenu a.icon:before {
    content: "Show ";
  }
  #menu.topnav.responsive ul li.showmenu a.icon:before {
    content: "Hide ";
  }

}


@media screen and (max-width: 750px) {
  #menu ul {
    padding-left: 1em;
  }    
}

@media screen and (max-width: 500px) {
  #menu ul {
    padding-left: 0.5em;
  }    
}

.i-none {
    width: 20px;
    height: 20px;
    padding: 3px;
}

.donate{
  opacity: 1;
}
.donate a{
  font-size:12px;
  font-weight:700;
  text-transform: uppercase;
  color:#006894;
}

.fa, .fas {
  color: #006894;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  font-size: 14px;
}
.fas.fa-long-arrow-alt-right{
  font-weight: 700;
  font-size: 16px;
  text-align:center
}

.btn-search{
  border: none;
  background-color: transparent;
  padding:0;
}
.search-box{
  width:150px;
  height:24px;
  padding:4px;
  border:none;
  font-size:12px;
  font-weight:700;
}
.search-list-info{
  height:120px;
}
.search-list-desc{
  margin-top:5px;
  height:60px;
  font-size:20px;
  font-weight: 700;
  color:#333;
  text-align:center;
}
.search-list-department{
  text-align:center;
  height:30px;
  font-size:14px;
  font-weight: 400;
  font-style:italic;
}
.search-list-price{
  font-size:20px;
  font-weight: 700;
  color:#333;
  text-align:center;
  margin-bottom:10px;
}
a.search-main-site:link, a.search-main-site:visited{
  font-size:24px;
  font-weight:700;
  color: #333;
  text-decoration: none;
  background-image: linear-gradient(to right, #333 33%, rgba(255,255,255,0) 0%);
  background-position: bottom;
  background-size: 6px 2px;
  background-repeat: repeat-x;
}
a.search-main-site:hover, a.search-main-site:active{
  color: #333;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #006894;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #006894;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #006894;
}
:-moz-placeholder { /* Firefox 18- */
  color: #006894;
}
a.menu-link{
  color: #006894;
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
}
a.checkout-link:link, a.checkout-link:visited, a.checkout-link:active, a.link:link, a.link:visited, a.ink:active {
  font-size:18px;
  color: #333;
  text-decoration: none;
  background-image: linear-gradient(to right, #333 33%, rgba(255,255,255,0) 0%);
  background-position: bottom;
  background-size: 6px 2px;
  background-repeat: repeat-x;
}
a.checkout-link:hover, a.link:hover {
    color: #006895;
}
.check-sa, .check-sa-label{
  display:inline;
}
.check-sa-label{
  font-size:16px;
  margin-left:10px;
}
.ssl{
  font-size:16px;
}

.separator{
  color: #006894;
  font-size:14px;
  font-weight:400;
}

#menu2 {
    font-family: 'ff-scala-sans-pro', sans-serif;
    width: 100%;
    height: 38px;
    z-index: 100;
    padding: 0;
    margin: 0;
    background-color: #C8E5E8 /* light blue*/;
}
menu2 ul {
    background-color: #C8E5E8 /* light blue*/;
}
#menu2 > ul {
    margin: 0 auto;
}
#menu2 ul {
    display: inline-block;
}
#menu2 ul {
    margin: 0;
    padding: 0 0 0 2em;
    list-style: none;
    white-space: nowrap;
    text-align: left;
}
#menu2 > ul > li {
    float: left;
    display: block;
    position: relative;
}
#menu2 li {
    margin: 0 24px 0 0;
    padding: 0;
    list-style: none;
}
#menu2 a {
    display: block;
    color: #006895;
    font-size:16px;
    font-weight:400;
    text-decoration: none;
    padding: 10px 0;
}

#menu2 ul ul {
    background-color: #006895 /*dark blue*/;
    position: absolute;
    left: 0;
    top: 1.4em;
    display: none;
    padding: 0.5em 0 0 0;
    z-index: 0;
}
#menu2 > ul > li > ul > li > a {
    padding: 0 0 0 0.5em;
}
#menu2 ul ul a {
    line-height: 1.5em;
}



#content {
    margin: 0.5em 2em 1em 2em;
    min-height: 500px;
}
#content > h1:first-child {
    margin-right: 10rem;
}
#content h1 {
    font-size: 1.8em;
    font-weight: normal;
    color: #006895 /*dark blue*/;
    margin-bottom: 0.2em;
    margin-top: 0.8em;
}
#content h2#subtitle, #content h1 + h2 {
    margin-top: 0.3em;
}
#content h2 {
    font-size: 1.4em;
    font-weight: normal;
    color: #006895 /*dark blue*/;
    margin-top: 1.2em;
    margin-bottom: 0.25em;
}


.test-site
{
    color:red;
    font-size:18px;
    font-weight:bold;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}



.left, .btn-left{
    float: left !important;
}

.right, .btn-right {
    float: right !important;
}
.center{
  margin:0 auto;
  text-align:center;
}



/* HOME PAGE*/
.home-content{
  padding:40px;
}
.home-banner-content{
  display:flex;
  flex-direction: row;
}
.home-45-percent{
  background-color:#F2F2F2;
  width:45%;
  padding-left:0;
  padding-right:0;
  display:flex;
  flex-direction: row;
}
.home-55-percent{
  width:55%;
  padding-left:0;
  padding-right:0;
  display:flex;
  flex-direction: row;
}
.home-left-card{
  background-color:#F2F2F2;
  width:43%;
  padding-left:0;
  padding-right:0;
  display:flex;
  flex-direction: row;
}
.home-right-card{
  width:57%;
  padding-left:0;
  padding-right:0;
  display:flex;
  flex-direction: row;
}

.banner-content{
  height: 100%;
  width:100%;
  align-self: center;
  display: flex;
}
.banner-content-centered-text{
  padding: 60px 20px;
}
.banner-image{
  width:207px;
  height:214px;
}
.home-card {
  color:#004762;
  font-size:23px;
  font-weight:400;
  text-align: center;
}
.home-card-bottom{
  color:#008D8A;
  font-size:23px;
  font-weight:400;
  text-align: center;
}

.home-arrow{
  color:#004762;
  text-align:center;
}
.top-bottom{
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  height: 94px;
}
a.home-link:hover{
  font-style: italic;
  text-decoration:none !important;
}

.sub-promo-input{
  font-size: 16px;
  width:140px;
  padding:2px 5px;
}



/* FOOTER */
.footer-iframe{
  width:100%;
  height: 520px;
  border: 0;
}



@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

@media screen and (min-device-width: 1400px){
  body {
    font-size: 20px;
  }
}

a.cookie-link:link, a.cookie-link:visited, a.cookie-link:active {
    font-size:12px;
    text-decoration: none;
    color: #000;
}
a.cookie-link:hover {
    color: #000;
}

/* COOKIE */

#cookies {
    width: 100%;
    height: auto;
    z-index: 999999;
    background: #212121;
}

#cookie_content{
  overflow:auto;
  margin: 0;
  padding: 20px 0;
}
#cookie-title{
  color:#fff;
  font-size:16px;
  font-weight: 700;
}
#cookie-body{
  font-size:14px;
  padding:10px 0;
  color:#fff;
  float:left;
}

.cookie_link a{
  font-size:14px;
  font-weight: normal;
  color:#fff;
  float:left;
  margin:0 20px 0 0;
  text-decoration:underline;
}


/* PRODUCT */
.product-list-item-container{
  margin-bottom:60px;
}
.product-list-item-desc{
  font-size:22px;
  font-weight: 700;
  color:#333;
  text-align:center;
  height:60px;
}

.product-list-item-2{
  font-size:14px;
  font-weight: 400;
  color:#676666;
  font-style:italic;
  text-align:center;
  height:30px;
}
.product-list-image{
  text-align: center;
  margin: 0 0 15px 0;
}
.product-list-image img{
  /*box-shadow: 0 1px #ccc*/;
}

.product-list-item-price, .product-price{
  font-size:20px;
  font-weight: 700;
  color:#333;
  text-align:center;
}
.product-list-item-addtobag{
  color:#fff;
  text-align:center;
  margin-top: 15px;
  height: 37px;
}
.product-price{
  text-align:left;
  font-style:italic;
  margin-right:20px;
}
.product-manufacturer, .issue-desc{
  font-size:29px;
  font-weight: 400;
  font-style:italic;
  color:#006895;
}
#product-image-main{
    height:100%;
    width:100%;
    background-color:#fff;
}
#issue-image-main{
    width:100%;
    background-color:#fff;
}
.product-image, .issue-image, .sub-image{
  margin: 0 auto;
  text-align: center;
  width:80%;
}
.form-add2bag{
  display:flex;
  flex-direction: row;
}

select.qty, select.format{
  font-size:18px;
  color:#333;
  height:40px;
  padding-left:10px;
  margin-bottom:10px;
}

/* ElevateZoom */
.elevatezoom-gallery{
  float:left;
  margin-top: 10px;
  width:100px;
}
.elevatethumb{
  margin:0 10px;
}
img.elevatethumb{
  width:100px;
  height:100px;
}

/* ISSUE */

.issue-list-item-container {
  margin-bottom:60px;
/*
  float:left;
  display:inline-block; 
  margin: 0 30px 60px 0;
  width:17.7%;
  */
}
/*
.issue-list-item-container.last-row{
  margin:0;
}
*/
.issue-list-image{
  text-align: center;
  margin: 0 0 15px 0;
}
.issue-list-info{
	height: 90px;
	width: 100%;
}
.issue-list-desc{
  font-size:22px;
  font-weight: 700;
  color:#333;
  text-align:center;
  height:50px;
}
.issue-list-desc2{
  font-size:14px;
  font-weight: 700;
  font-style:italic;
  color:#333;
  text-align:center;
  height:30px;
}
.issue-list-info-discount{
	height: 52px;
	width: 150px;
}
.issue-list-price{
  font-size:20px;
  font-weight: 700;
  color:#333;
  text-align:center;
  margin-bottom:10px;
}
.issue-list-more-info{
	float:right;
	margin:0px;
	padding:0 10px 0 0;
}
.price-small{
  font-size:14px;
  font-weight: 700;
  color:#333;
  font-style:italic;
  text-align:center;
}

.become-member{
  font-size:19px;
  color:#006895;
  border:1px solid #707070;
  padding:10px 15px 15px 15px;
}

.backissues-filter-top{
  color:#006895;
  font-size:18px;
  text-transform:uppercase;
  border-bottom:1px solid #006895;
  margin:20px 0;
}
.backissues-filter-bottom{
  color:#006895;
  font-size:18px;
  text-transform:uppercase;
  border-top:1px solid #006895;
  margin:20px 0;
}
.issue-free{
  white-space: nowrap;
}

#added,#added-offer{
  width:100%;
  height:auto;
  border:1px solid #006895;
  font-weight:bold;
  padding:10px;
  margin:20px auto;
  text-align:center;
}



ul.decade{
  margin:0;
  padding:0;
}
ul.decade li {
  display:inline-block;
  padding-right:30px;
}
ul.decade li:first-child{
  font-weight:700;
}
ul.decade li a.decade-link{
  color:#006895;
}
ul.decade li a.decade-link.active{
  color:#006895;
  font-weight:700;
}

.lucky-dip-bundle{
  margin-bottom:60px;
  background-color:#F2F2F2;
  padding:10px 30px;
}
.lucky-dip-title{
  font-size:29px;
  font-weight:700;
  color:#006895;
  margin:10px 0 10px;
}
.lucky-dip-desc{
  font-size:21px;
  font-weight:400;
  color:#333;
  margin:0 0 30px;
}
.lucky-dip-image{
  margin-left:60px;
  text-align:left;
}












.out-of-stock{
  font-size:20px;
  font-weight:700;
  color: red;
}


/* SUBSCRIPTION */
.subs-image{
  text-align:center;
}
.subs-image img{
  width:100%;
}

.subs-title{
  color: #006895;
  font-size:22px;
  font-weight:700;
  text-align:center;
  margin-bottom:10px;
}
.subs-desc{
  color: #006895;
  font-size:16px;
  font-weight:400;
  text-align:center;
  margin-bottom:10px;
  height:80px;
}
.subs-button{
  text-align:center;
}
.institutional-subscriptions{
  display:flex;
  flex-direction: row;
  border:1px solid #707070;
}
.institutional-subscriptions-right{
  padding:20px 40px;
}
.institutional-subscriptions-title{
  font-size:22px;
  font-weight:700;
  color:#006895;
  margin-bottom:10px;
}
.institutional-subscriptions-desc{
  font-size:19px;
  font-weight:400;
  margin-bottom:20px;
}
.institutional-subscriptions-benefits{
  font-size:16px;
  font-weight:400;
  color:#006895;
}
.institutional-subscriptions-button{
  padding-top: 25px;
}
#sub-offers{
  margin:20px 0 10px 0;
}


.offer{
  font-size:16px;
  font-weight:400;
  margin:10px 0;
}

.sub-for-heading,.sub-edition-heading{
  font-size:18px;
  width:35%;
  padding:13px 0;
  float:left;
}
.sub-for-checkboxes,.sub-edition-checkboxes{
  width:65%;
  padding: 0;
  float:left;
}
.sub-for-cb{
    float:right;
}
.sub-for-checked, .sub-for-unchecked{
  padding:15px;
}
.sub-delivery, .sub-offers-list, .sub-referral {
  margin: 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}
#subtext-for, #sub-delivery, #sub-start-issue{
  margin:10px 0;
}
.radio-offer{
    padding:5px 20px 5px 0 ;
}
.offer-right{
    float:right;
    text-align:right;
    padding:5px 4px 5px 0;
}
.offer-price-smaller{
  font-size:14px;
}

#sub-offers-heading{
    font-size:20px;
    font-weight:500;
}
.sub-type-checked{
    text-align:center;
    line-height:50px;
    border-left: 1px solid #006895;
    border-top: 1px solid #006895;
    border-right: 1px solid #006895;
    border-bottom: 5px solid #006895;
}
.sub-type-unchecked{
    text-align:center;
    line-height:50px;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 5px solid #ccc;
}
.sub-type{
  padding:14px 115px;
}




/* CHECKOUT */
.checkout-section{
  margin-bottom: 2em;
}
.checkout-payment{
  width:100%;
  margin:auto;
  padding:10px;
  border: 1px solid #cccccc;
}
.notes{
  margin:10px 0;
  font-size:16px;
}
.notes2{
  margin:10px 0;
  font-size:18px;
  text-align:center
}
.postcode{
  margin-top:28px;
}

.form-group{
  font-size:16px;
  margin-bottom:5px;
}
.control-label{
  font-size:14px;
  margin-bottom:0;
}

table.basket-view, table.review-order {
  color: #000;
  background-color: #fff;
  font-size: 16px;
  width: 100%;
}
.table td, .table th{
  padding: .5rem;
}

.checkbox-container{
  direction: ltr;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.checkbox-container2{
  float:left;
  direction: ltr;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right:15px;
}

.checkout-pref, .checkout-pref2{
    float:left;
}
.help-block{
  font-family:sans-serif;
  margin-top: 0px;
  clear: both;
  font-size: 12px;
  line-height: 1.2em;
  color: red;
  margin-bottom: 5px;
  white-space: nowrap;
}


.alpha{
    padding-left:0;
}
.beta{
    padding-left:0;
    padding-right:0;
}
.gamma{
    padding-left:15px;
    padding-right:15px;
}
.omega{
    padding-right:0;
}
.delta{
    padding-left:30px;
    padding-right:30px;
}


.alpha2{
    padding-left:0;
    padding-right:20px;
    margin-left:0;
    margin-right:0;
    margin-bottom: 10px;
}
.beta2{
    padding-left:10px;
    padding-right:10px;
    margin-left:0;
    margin-right:0;
    margin-bottom: 10px;
}
.omega2{
    padding-left:20px;
    padding-right:0;
    margin-left:0;
    margin-right:0;
    margin-bottom: 10px;
}
.delta2{
    padding-left:0px;
    padding-right:0px;
    margin-bottom: 10px;
}

.alpha3{
    padding-left:0;
    padding-right:30px;
    margin-left:0;
    margin-right:0;
}
.beta3{
    padding-left:5px;
    padding-right:25px;
    margin-left:0;
    margin-right:0;
}
.gamma3{
    padding-left:10px;
    padding-right:20px;
    margin-left:0;
    margin-right:0;
}
.omega3{
    padding-left:15px;
    padding-right:15px;
    margin-left:0;
    margin-right:0;
}
.alpha4{
    padding-right:10px;
}
.omega4{
    padding-left:10px;
}

.alpha5{
    padding-left:0;
    padding-right:20px;
    margin-left:0;
    margin-right:0;
}
.beta5{
    padding-left:10px;
    padding-right:10px;
    margin-left:0;
    margin-right:0;
}
.omega5{
    padding-left:20px;
    padding-right:0;
    margin-left:0;
    margin-right:0;
}

.form-control, .form-control2 {
  display: block;
  width: 100%;
  height: 40px;
  padding: 2px 5px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #000;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  margin:3px 0;
}
.form-control3 {
  display: block;
  width: 100%;
  height: 40px;
  padding: 2px 5px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #000;
  vertical-align: middle;
  background-color: #eee ;
  background-image: none;
  border: none;
  margin:3px 0;
}
.sub-form-control {
  display: block;
  width: 100%;
  height: 30px;
  padding: 2px 5px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #000;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  margin:3px 0;
}

select.form-control4 {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 2;
  border: 1px solid #ccc;
}
.row{
  margin-right: 0;
  margin-left: 0;
}
.recipient-radio{
  font-size:16px;
}
.recipient-radio label{
  margin:5px 15px 0 0;
}

form div.required label.control-label:after {
    content: " * ";
    color: red;
}
select.form-control4 option{
  padding:5px;
}


/* BUTTONS */
.button.btn-add2bag, a.button.btn-add2bag, a.button.btn-add2bag2, .button.btn-checkout, a.button.btn-checkout, .button.btn-submit, a.button.btn-submit, .button.btn-submit-long, a.button.btn-submit-long{
  text-align:center;
  text-transform:uppercase;
  color:#fff !important; background-color:#006895; height:40px;line-height:20px;font-size:16px; font-weight:400; border: 0;width: 170px;padding:11px 18px 10px 18px;
}
.button.btn-add2bag:hover, a.button.btn-add2bag:hover,a.button.btn-add2bag2:hover,.button.btn-checkout:hover, a.button.btn-checkout:hover, .button.btn-submit:hover, a.button.btn-submit:hover, .button.btn-submit-long:hover, a.button.btn-submit-long:hover,
.button.btn-add2bag:active, a.button.btn-add2bag:active, a.button.btn-add2bag2:active, .button.btn-checkout:active, a.button.btn-checkout:active, .button.btn-submit:active, a.button.btn-submit:active, .button.btn-submit-long:active, a.button.btn-submit-long:active,
.button.btn-add2bag:focus, a.button.btn-add2bag:focus, a.button.btn-add2bag2:focus, .button.btn-checkout:focus, a.button.btn-checkout:focus, .button.btn-submit:focus, a.button.btn-submit:focus, .button.btn-submit-long:focus, a.button.btn-submit-long:focus {
  color:#006895 !important;
  background-color:#C8E5E8;
  text-decoration:none;
 }

.button.btn-checkout, a.button.btn-checkout{
  width: 230px;
}

.button.btn-submit-long, a.button.btn-submit-long{
  width: 200px;
}

a.button.btn-add2bag2{
  padding:11px 27px 10px 27px;
}


.button.btn-join-now, a.button.btn-join-now{
  text-align:center;
  text-transform:uppercase;
  color:#fff !important; background-color:#006895; height:40px;line-height:20px;font-size:16px; font-weight:400; border: 0;width: 170px;padding:11px 20px 10px 20px;
}
.button.btn-join-now:hover, a.button.btn-join-now:hover,
.button.btn-join-now:active, a.button.btn-join-now:active,
.button.btn-join-now:focus, a.button.btn-join-now:focus{
  color:#006895 !important;
  background-color:#C8E5E8;
  text-decoration:none;
}

.button.btn-sm-red, a.button.btn-sm-red{
  text-align:center;
  text-transform:uppercase;
  color:#fff !important; background-color:#CE471F; height:24px;line-height:20px;font-size:12px; font-weight:400; border: 0;width: 75px;padding:1px 0 0 0;
}
.button.btn-sm-red:hover, a.button.btn-sm-red:hover,
.button.btn-sm-red:active, a.button.btn-sm-red:active,
.button.btn-sm-red:focus, a.button.btn-sm-red:focus{color:#fff !important; background-color:#CE471F;}

.button.btn-sm-postcode, a.button.btn-sm-postcode{
  text-align:center;
  text-transform:uppercase;
  color:#fff !important; background-color:#CE471F; height:38px;line-height:20px;font-size:12px; font-weight:400; border: 0;width: 120px;padding:11px 10px 10px 10px;
}
.button.btn-sm-postcode:hover, a.button.btn-sm-postcode:hover,
.button.btn-sm-postcode:active, a.button.btn-sm-postcode:active,
.button.btn-sm-postcode:focus, a.button.btn-sm-postcode:focus{color:#fff !important; background-color:#CE471F;}


.button.btn-lg-checkout-submit, .button.btn-lg-submit{
  text-align:center;
  text-transform:uppercase;
  color:#fff !important; background-color:#006895; height:50px;line-height:20px;font-size:20px; font-weight:400; border: 0;width: 100%;padding:11px 18px 10px 18px;
}
.button.btn-lg-checkout-submit:hover, .button.btn-lg-submit:hover,
.button.btn-lg-checkout-submit:active, .button.btn-lg-submit:active,
.button.btn-lg-checkout-submit:focus, .button.btn-lg-submit:focus {
  color:#006895 !important;
  background-color:#C8E5E8;
  text-decoration:none;
}

.button.btn-redeem{
  text-align:center;
  text-transform:uppercase;
  color:#fff !important; background-color:#006895; height:36px;line-height:18px;font-size:16px; font-weight:400; border: 0;width: 100px;padding:11px 18px 10px 18px;
}
.button.btn-redeem:hover,
.button.btn-redeem:active,
.button.btn-redeem:focus {
  color:#006895 !important;
  background-color:#C8E5E8;
  text-decoration:none;
}

.button.btn-green, a.button.btn-green{
  text-align:center;
  text-transform:uppercase;
  color:#fff !important; background-color:#00A197; height:40px;line-height:20px;font-size:16px; font-weight:400; border: 0;width: 170px;padding:11px 20px 10px 20px;
}
.button.btn-green:hover, a.button.btn-green:hover,
.button.btn-green:active, a.button.btn-green:active,
.button.btn-green:focus, a.button.btn-green:focus{color:#006895 !important; background-color:#CAFFFD;}

.button.btn-md-green, a.button.btn-md-green{
  text-align:center;
  text-transform:uppercase;
  color:#fff !important; background-color:#00A197; height:30px;line-height:20px;font-size:12px; font-weight:400; border: 0;width: 120px;padding:11px 10px 10px 10px;
}
.button.btn-md-green:hover, a.button.btn-md-green:hover,
.button.btn-md-green:active, a.button.btn-md-green:active,
.button.btn-md-green:focus, a.button.btn-md-green:focus{color:#006895 !important; background-color:#CAFFFD;}

.button.btn-md-blue, a.button.btn-md-blue{
  text-align:center;
  text-transform:uppercase;
  color:#fff !important; background-color:#006895; height:30px;line-height:20px;font-size:12px; font-weight:400; border: 0;width: 120px;padding:11px 10px 10px 10px;
}
.button.btn-md-blue:hover, a.button.btn-md-blue:hover,
.button.btn-md-blue:active, a.button.btn-md-blue:active,
.button.btn-md-blue:focus, a.button.btn-md-blue:focus{
  color:#006895 !important;
  background-color:#C8E5E8;
  text-decoration:none;
}

.button.btn-short-green, a.button.btn-short-green{
  text-align:center;
  text-transform:uppercase;
  color:#fff !important; background-color:#00A197; height:36px;line-height:20px;font-size:16px; font-weight:400; border: 0;width: 170px;padding:9px 20px 8px 20px;
}
.button.btn-short-green:hover, a.button.btn-short-green:hover,
.button.btn-short-green:active, a.button.btn-short-green:active,
.button.btn-short-green:focus, a.button.btn-short-green:focus{color:#006895 !important; background-color:#CAFFFD;}

.processing {
    /*height: 250px; 
    width: 130px;*/
    background-color: transparent;
    background: url('../images/icons/processing.gif');
    background-position:  center center;
    background-repeat: no-repeat;
    filter: alpha(opacity=100);
    opacity: 1;
}
.processing * {
    filter: alpha(opacity=60);
    opacity: .8;
}



/* PAGINATION */

.pagination {
    height: 40px;
    margin: 20px 0;
}
.pagination ul {
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
}
.pagination li {
    display: inline;
}
.pagination a, .pagination span {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-color: #DDDDDD;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    float: left;
    line-height: 38px;
    padding: 0 14px;
    text-decoration: none;
    color:#006895;
}
.pagination a:hover, .pagination .active a, .pagination .active span {
    background-color: #F5F5F5;
}
.pagination .active a, .pagination .active span {
    color: #999999;
    cursor: default;
}
.pagination .disabled span, .pagination .disabled a, .pagination .disabled a:hover {
    background-color: transparent;
    color: #999999;
    cursor: default;
}
.pagination li:first-child a, .pagination li:first-child span {
    border-left-width: 1px;
    border-radius: 3px 0 0 3px;
}
.pagination li:last-child a, .pagination li:last-child span {
    border-radius: 0 3px 3px 0;
}
.pagination-centered {
    text-align: center;
}
.pagination-right {
    text-align: right;
}




/* CHECKOUT */

@media screen and (min-width:0px) and (max-width: 599px)
{
  .basket-large-screen {display: none;}
}
@media screen and (min-width: 600px)
{
  .basket-small-screen  {display: none;}
}


/* FLASH */

div.flash-error, div.flash-notice, div.flash-success
{
    padding:.8em;
    margin-bottom:1em;
    border:2px solid #ddd;
    width:100%;
}

div.flash-error
{
    background:#FBE3E4;
    color:#ff0000;
    border:2px solid #ff0000;
}

div.flash-notice
{
    background:#FFF6BF;
    color:#514721;
    border-color:#FFD324;
}

div.flash-success
{
    background:#C8E5E8;
    color:#006895;
    border:2px solid #006895;
}

span.required
{
  color:red;
}








@media only screen and (min-width: 321px) and (max-width: 479px) {
  ul#newtop li{
    margin: 0 10px 0 0;
  }
  ul#newtop li:first-child{
    padding-left: 10px;
  }
  ul#newtop li.top-menu-right{
    float:left;
  }
  ul#newtop li ul{
    padding-left:15px;
  }

  .myaccount{
  
  }
  .basket{
  
  }
  #header img#logo{
    padding: 10px;
  }

  .footer-iframe{
    width:100%;
    height: 1520px;
    border: 0;
  }

  .main-content{
    padding:40px 20px;
  }
  .delta {
      padding-left: 0;
      padding-right: 0;
  }
  .col-sm-12{
  }
  .home-banner-content{
    margin-bottom:15px;
  }
  .banner-content-centered-text{
    padding: 48px 12px;
  }
  .banner-image{
    width:100%;
    height:auto;
  }
}

@media only screen and (min-device-width : 375px) and (max-device-width : 413px) {
  .home-banner-content{
    margin-bottom:15px;
  }
  .banner-content-centered-text{
    padding: 55px 12px;
  }
  .banner-image{
    width:100%;
    height:auto;
  }
}
@media only screen and (min-device-width : 414px) and (max-device-width : 479px) {
  .home-banner-content{
    margin-bottom:15px;
  }
  .banner-content-centered-text{
    padding: 60px 12px;
  }
  .banner-image{
    width:100%;
    height:auto;
  }
}

@media only screen and (min-width: 480px) and (max-width: 599px) {
  ul#newtop li{
    margin: 0 10px 0 0;
  }
  ul#newtop li:first-child{
    padding-left: 10px;
  }
  ul#newtop li.top-menu-right{
    float:left;
  }
  ul#newtop li ul li:first-child{
    padding-right:20px;
  }
  .search-box{
    width: 100px;
  }
  .home-banner-content{
    margin-bottom:15px;
  }
  .banner-content-centered-text{
    padding: 102px 47px;
  }
  .banner-image{
    width:100%;
    height:auto;
  }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
}

@media only screen and (min-width: 768px) and (max-width: 799px) {
  .home-card,.home-card-bottom{
    font-size: 12px;
  }
  .home-banner-content{
    margin-bottom:15px;
  }
  .banner-content-centered-text{
    padding: 18px 20px;
  }
  .banner-image{
    width:100%;
    height:auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .issue-list-desc{
    font-size:18px;
  }
  .product-list-item-desc{
    font-size:20px;
  }
}

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

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  #menu2 a{
    font-size:15px;
  }
  .home-content{
    padding:20px 0;
  }
  .home-card,.home-card-bottom{
    font-size: 17px;
  }
  .home-banner-content{
    margin-bottom:15px;
  }
  .banner-content-centered-text{
    padding: 45px 20px;
  }
  .banner-image{
    width:100%;
    height:auto;
  }
}

@media only screen and (min-width: 1200px) {
}



@media (max-width: 1199px) {
  .container{
    width:100%;
  }
  .lucky-dip-image{
    margin-top:20px;
    margin-left:0;
  }
  #sub-offers-heading {
    font-size: 18px;
    font-weight: 500;
  }
  .sub-type-checked, .sub-type-unchecked{
      line-height:47px;
  }
  .sub-type{
    padding:12px 88px;;
  }
}

@media (max-width: 1023px) {
  #menu2 a{
    font-size:14px;
  }
}

@media (max-width: 950px) {
  .main-content{
    padding:20px;
  }

  ul#newtop{
    height: 30px;
    padding: 4px 0;
  }
  ul#newtop li ul li.search{
    display:none;
  }
  #menu2{
    display:none;
  }
  .fas.fa-search.white{
    border: none;
    color:#fff;
    background-color: #006894;
    padding:0;
  }
  .btn-search{
    border:none;
    background-color: #006894;
  }
  .home-content{
    padding:20px 0;
  }
  .lucky-dip{
    width:100%;
  }
  #sub-offers-heading {
    font-size: 18px;
    font-weight: 500;
  }
  .sub-type-checked, .sub-type-unchecked{
      line-height:47px;
  }
  .sub-type{
    padding:12px 60px;;
  }

}

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

@media (max-width: 599px) {
  .alpha, .beta, .omega{
    padding-left:0;
    padding-right:0;
  }
  .button.btn-checkout, a.button.btn-checkout, .button.btn-redeem{
    font-size:14px; font-weight:400; border: 0;width:auto;padding:10px 15px;
  }
  .institutional-subscriptions{
    display:block;
    border:1px solid #707070;
  }
  .institutional-subscriptions-left{
    margin-bottom:20px;
  }
  .institutional-subscriptions-right{
  }
}

@media (max-width: 480px) {
  .checkout-pref, .checkout-pref2{
      float:none;
  }
  .checkout-pref{
      margin-bottom:10px;
  }
  .basket-voucher-input{
    width:120px;
  }
  .button.btn-checkout, a.button.btn-checkout, .button.btn-redeem{
    font-size:14px; font-weight:400; border: 0;width:auto;padding:10px;
  }
}

@media only screen and (max-width: 320px) {
  .main-content{
    padding:20px;
  }
  ul#newtop li{
    margin: 0 5px 0 0;
  }
  #header img#logo{
    padding: 10px;
  }
  .home-card,.home-card-bottom{
    font-size: 20px;
  }
  .home-banner-content{
    margin-bottom:15px;
  }
  .banner-content-centered-text{
    padding: 35px 12px;
  }
  .banner-image{
    width:100%;
    height:auto;
  }
  .button.btn-checkout, a.button.btn-checkout, .button.btn-redeem{
    font-size:12px; font-weight:400; border: 0;width:auto;padding:7px;
  }
}

@media only screen and (max-width: 280px) {
  .main-content{
    padding:20px;
  }
  ul#newtop li:first-child{
    padding-left: 10px;
  }
  .topmenu{
    width:180px;
  }
  .home-card,.home-card-bottom{
    font-size: 16px;
  }
  .home-banner-content{
    margin-bottom:15px;
  }
  .banner-content-centered-text{
    padding: 25px 12px;
  }
  .banner-image{
    width:100%;
    height:auto;
  }
  .button.btn-redeem{
    font-size:12px; font-weight:400; border: 0;width:auto;padding:7px;
  }
  .button.btn-checkout, a.button.btn-checkout{
    height:50px;font-size:12px; font-weight:400; border: 0;width:auto;padding:7px;
  }
}