@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,600i|Slabo+27px&subset=latin-ext');

#left_div, #right_div {
    display: none;
}
#content_div.content_container.column_lx{
    width: 1290px;
    margin: 0;
    left: unset;
}

.subpage *{
font-family: 'Open Sans', sans-serif;
color:#555;
}

#page-footer *:not(a){
	color:#3c4242;
}

.subpage a{
	color:#2faaf0;
}

.subpage a:hover{
	color:#5ec5ff;
}

.subpage p{
	line-height:1.4;
}

#az-microsite{

}

.section-row{
margin-top: 30px;
}

ul.bullets li{
	position:relative;
	padding-left:30px;
	margin-bottom:18px;
	font-size: 15px;
	line-height: 1.4;
}

ul.bullets li:before{
	position:absolute;
	content:'';
	left:10px;
	top:5px;
	width:8px;
	height:8px;
	background-color:#8b034f;
}

#az-microsite *{
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

#az-microsite h3,
#az-microsite h4{
font-family: 'Slabo 27px', serif;
}

.subpage img{
	max-width:100%;
}

img.left{
	float:left;
	margin:0 15px 10px 0;
}

#page-header{
	background:#8b034f url('../image/medinfo/az-logo-white.png') no-repeat 95% 60%;
	height: 190px;
	margin-bottom: 10px;
}

#page-header .loading{
visibility:hidden;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;	
}

#page-header h3,
#page-header h4{
position: relative;
font-weight: normal;
color:#fff;
left: 80px;
}

#page-header h3{
	font-size: 54px;
	top: 60px;
    text-align: left;
}

#page-header h3.loading{
	top:60px;
}

#page-header h4{
    font-size: 30px;
    top: 60px;
}

#page-header h4.loading{
	left:30px;
}

section.content{
	padding:15px;
}

#astra-voucher-code{
height: 32px;
padding: 0 10px;
width: 160px;
border: 1px solid #aeaeae;
border-radius: 2px;
}

#astra-voucher-submit{
display: inline-block;
padding: 8px 14px;
background-color: #8b034f;
color: #f9b000;
font-size: 1.2em;
margin: 10px;
border-radius: 4px;
cursor:pointer;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

#astra-voucher-submit:hover{
	background-color: #c23785;
}

div.section-row:after{
	display:block;
	content:'';
	clear:both;
}

div.page-cnt{
	float:left;
	padding:0 10px;
	width:calc(100% - 283px);
}

div.right-column article,
div.page-cnt article{
	margin-bottom:40px;
}

div.right-column{
	float:left;
	width:280px;
	padding: 60px 0 0 3px;
}

#az-microsite a.claret-link-block{
display: block;
color: #fff;
font-size: 14px;
text-align: center;
line-height: 1.4;
background-color: #830051;
padding: 10px;
margin: 0 20px 20px;
}

a.claret-link-block span.high{
font-size: 22px;
color: #fff;
display: block;
}

#az-microsite h3.section-title{
	font-weight:normal;
	font-size:30px;
	line-height: 1.2;
	border:0;
	background:none;
}

h3.section-title span.new{
display: inline-block;
margin-left: 6px;
color: #ea0505;
text-transform: uppercase;
font-size: 0.8em;
}

li span.new{
display: inline-block;
color: #ea0505;
text-transform: uppercase;
font-weight:bold;
}

#az-microsite div.right-column h3.section-title{
text-align: left;
text-indent: -15px;
margin-left: 25px;
font-style: italic;
}

#az-microsite h3.section-title:before{
	content:'/ ';
	color:#8b034f;
}

p.small.grey{
font-size: 0.8em;
color: rgba(255,255,255,0.7);
margin: 0 0 15px;
}

div.video-box{
margin-bottom: 40px;
}

div.video-box div.video{
    position: relative;
    display: inline-block;
    border: 2px solid #d5d5d5;
    padding: 4px;
    background-color: #fff;
    -webkit-transition: opacity 0.4s linear;
    -moz-transition: opacity 0.4s linear;
    -ms-transition: opacity 0.4s linear;
    -o-transition: opacity 0.4s linear;
    transition: opacity 0.4s linear;
}

div.video-box div.video a.play {
    position: relative;
    display: block;
}

div.video-box div.video img{
    display: block;
}

div.video-box div.video a.play:before,
div.video-box div.video a.play:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

div.video-box div.video a.play:before{
    z-index: 2;
    background: url('../frameimage/bms/play.png') no-repeat center center;
}

div.video-box div.video a.play:after{
    z-index: 3;
    background: url('../frameimage/bms/play-hover.png') no-repeat center center;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.fadein,
div.video-box div.video a.play:not(:hover):after{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;

}

div.sglt2-links > ul{
	padding:20px 0 10px;
}

div.sglt2-links li{
	position:relative;
	padding-left:30px;
	font-size:14px;
	margin:0 0 18px;
	line-height:1.4;
}

div.sglt2-links li:before{
	position:absolute;
	content:'';
	left:10px;
	top:6px;
	width:8px;
	height:8px;
	background-color: #1b79bf;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

div.sglt2-links li:hover:before{
	background-color: #58c9e9;
}

ul.publication{
position:relative;
margin:0 3px;
padding:15px 0 0;
background-color:#f7f7f7;
border-top: 3px solid #eee;
border-bottom:2px solid #d9d9d9;
}

ul.publication:before{
    position: absolute;
    display: block;
    content: '';
    width: 17px;
    height: 11px;
    left: 50%;
    margin-left: -5px;
    top: -3px;
    background: url('../frameimage/bms/grey-triangle.png') no-repeat 0 0;
}

ul.publication li{
list-style:none;
font-size:16px;
font-weight:bold;
text-align:left;
padding-bottom:1px;
}

ul.publication li a{
display:block;
padding:10px;
color:#565656;
line-height:20px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

ul.publication li a span{
	color:#888;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

ul.publication li:not(:last-of-type){
margin:0 5px;
border-bottom:1px dashed #d9d9d9;
}

ul.publication li a:hover{
color:#1898c9;
background-color:#fff;
text-decoration:none;
}

ul.publication li a:hover span{
	color:#3ebbeb;
}

div.publication{
	font-size:15px;
	margin-bottom:50px;
}

div.publication h3{
font-size: 24px;
text-align: center;	
}

div.publication h3:after{
	display:block;
	content:'';
	width:80px;
	height:2px;
	background-color:#ccc;
	margin:15px auto 30px;
}

div.publication h4{
font-size: 17px;	
}

div.publication ul{
	padding-left:20px;
	margin:0 0 30px;
}

div.publication ul li{
	position:relative;
	padding-left:15px;
	margin:0 0 10px;
	line-height:1.4;
}

div.publication ul li:before {
	position:absolute;
	left:0;
	top:7px;
	width:6px;
	height:6px;
    content: '';
    background-color: #8b034f;
}

.products div.description > p > a,
.products div.description h5{
position:relative;
display:inline-block;
font-size:16px;
font-weight:bold;
color:#0061a1;
line-height:18px;
padding-left:12px;
cursor:pointer;
margin:0;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-ms-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

.products div.description > p > a:hover,
.products div.description h5:hover{
text-decoration:none;
color:#0988db;
}

.products div.description > p{
margin-bottom:7px;
}

.products div.description > p > a span {
	color:inherit;
    font-weight: normal;
}

.products div.description > p > a:first-of-type:before,
.products div.description h5:before{
position: absolute;
left: 0;
top: 0px;
font-family: 'FontAwesome';
content: "\f054";
font-size: 11px;
color: #70b3d4;
font-weight: normal;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.products div.description h5.highlight:before,
.products div.description > p > a:hover:before,
.products div.description h5:hover:before{
color: #ca428e;
}

.products div.description h5.highlight:before{
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.products div.description div.priceinfo{
display:none;
padding:10px 10px 10px 12px;
font-size:12px;
}

.products div.description div.priceinfo ul,
.products div.description div.priceinfo p{
font-size:12px;
margin:0 0 10px;
line-height:16px;
color:#7c7c7c;
}

.products div.description div.priceinfo ul li{
	position:relative;
	margin:0 0 6px 12px;
}

.products div.description div.priceinfo ul li:before{
	position:absolute;
	content:'';
	left:-11px;
	top:4px;
	height:6px;
	width:6px;
	background-color:#1898c9;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}

.products div.description div.priceinfo a{
color:#1898c9;
}

#page-footer .col-sm-3{
	padding-top:15px;
}

#page-footer img{
max-width: 100%;
}

/* Voucher */

#az-microsite.voucher{

}
#az-microsite.voucher .voucher-card{
	position:relative;
	width:400px;
	margin:0 auto;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.5);
	box-shadow: 0 5px 10px rgba(0,0,0,0.5);
}

#az-microsite.voucher .voucher-card:after{
	display:block;
	content:'';
	clear:both;
}

#az-microsite.voucher .voucher-card > div{
	float:left;
	height:150px;
}

#az-microsite.voucher .voucher-card label{
	font-family: 'Open Sans', sans-serif;
	display:inline-block;
	font-weight:300;
	font-size: 1.8em;
	color:#8b034f;
	margin-bottom: 15px;
}

#az-microsite.voucher .voucher-card input{
	margin:0;
	height:36px;
	width:100%;
	padding:0 10px;
	font-size: 1.4em;
	color: #446588;
	border:1px solid #ccc;
}

p.msg-box{
	margin:5px 0;
	font-size:1.1em;
	color: #990a0a;
	background-color: rgba(255,255,255,0.7);
	padding: 0 5px;
}

p.msg-box:empty{
	display:none;
}

#az-microsite.voucher .voucher-card .voucher-input{
	padding: 30px 40px;
	width:75%;
	background:url('../image/astrazeneca/voucher/images.jpg') no-repeat 50% 50%;
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#az-microsite.voucher .voucher-card .voucher-btn{
	vertical-align: middle;
	line-height: 150px;
	text-align:center;
	width:25%;
	background:#eca70a;
	cursor:pointer;
	-webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	-ms-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}

#az-microsite.voucher .voucher-card .voucher-btn:hover{
	background-color:#ffb816;
}

#az-microsite.voucher .voucher-card .voucher-btn:hover span:after{
animation: arrow_motion 1s infinite;
}

#az-microsite.voucher .voucher-card .voucher-btn span{
position:relative;
display: inline-block;
color: #8b034f;
font-size: 1.3em;
line-height: 1.2;
font-family: 'Open Sans', sans-serif;
font-weight: 400;
}

#az-microsite.voucher .voucher-card .voucher-btn span:after{
	position:relative;
	content:'';
	display:block;
	height:30px;
	background:url('../image/astrazeneca/voucher/arrow.png') no-repeat 20px 50%;
}

div.content_cnt_div{
	padding-bottom:0;
}

div.answer ul{
	padding-left:20px;
	margin:0 0 30px;
}

div.answer ul li{
	position:relative;
	padding-left:15px;
	margin:0 0 10px;
	line-height:1.4;
    border: 0;
    transition: all 0.3s ease; 
}
div.answer ul li:hover{
    border: 0;
    padding-left: 15px;
}


div.answer ul li:before {
	position:absolute;
	left:0;
	top:7px;
	width:6px;
	height:6px;
    content: '';
    background-color: #8b034f;
}  

div.answer a {
    word-wrap: break-word;
}

@keyframes arrow_motion{
	25%{
		background-position:17px 50%;
	}
	75%{
		background-position:23px 50%;
	}
}

.az-video-prev:hover {
	background-position-y: -382px!important;
}

.behuz{
	padding: 20px;
}
ul.pubs{
	padding-left: 5px;
	margin-left: 5px;
}
ul.pubs li{
	padding-left: 5px;
	margin-left: 5px;
	list-style: disc;
}