.pageContent h2{
    margin:0 0 10px;
}

.pageContent p{
    margin:0 0 10px;
}

section.hero {
	background-image:url('/theme/www.bettergovernor.co.uk/img/banner_hottopic.jpg');
	background-position: center center;
	height: 208px;
	background-size: cover;
        margin-bottom:20px;
}

section.hero .strapLine {
	text-align: center;
}

section.hero .strapLine h1 {
	padding: 40px 0 0 0;
	font-size: 30px;
	line-height: 32px;
	color: #fff;
}

section.hero .strapLine.loggedIn h1 {
	padding: 63px 0 0 0;
	font-size: 30px;
        line-height: 32px;
}
 
section.hero .strapLine.loggedIn a {
	color: #ffffff;
	font-size: 24px;
	line-height: 25px;
	padding-top: 8px;
	display: block;
}

section.hero .heroButtons div {
	text-align: center;
	padding-top: 10px;
}

section.hero .heroButtons a {
	padding: 10px 25px 6px 25px;
	color: #fff;
	background-color: #89c731;
	font-size: 24px;
	display: inline-block;
	width: 280px;
	margin: 0 auto;
	margin-right: 20px;

}

section.subHeading {
	border-bottom: 1px solid #89C731; 
}

section.subHeading h2 {
	font-size: 18px;
	color: #666;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	line-height: 22px;
	padding: 16px 18px;
}

.betterClerking .pageContent ul{
    margin: 10px 0px 10px 15px;    
}

.betterClerking .pageContent ul > li{
    color:#8bc53e;
}

.betterClerking .pageContent ul > li span{
    color:#333333;
}

.betterClerking .pageContent ul li{
    padding:5px 0px;
}

.col-1 .moduleBoxTemplate.video{
    margin-bottom:20px !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    background-color:#89c731 !important;
    color:#ffffff !important;
    box-shadow: none;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    top: 38% !important;
    left: initial !important;
    right: 10px !important;
    margin-top: -2px !important;
}

.ui-accordion .ui-accordion-content {
    padding: 8px 15px !important;
    word-break: break-word;
    margin-top: -10px;
    margin-bottom: 10px;
}

.ui-accordion-content p{
    margin:5px 0px !important;
}

.ui-accordion-content ul{
    margin:5px 15px !important;

}
.ui-accordion-content ul li{
    padding:0px !important;
}

.ui-accordion-content .heading{
    font-size:14px;
    color:#0066b6;
    text-transform: uppercase;
}

.ui-widget-content{
    border:1px solid #8bc53e !important;
}

.ui-state-default .ui-icon{
    background-image:url('/theme/www.bettergovernor.co.uk/img/bc-ui-icon-plus.png') !important;
    background-position: -5px 0px !important;    
}

.ui-state-active .ui-icon{
    background-image:url('/theme/www.bettergovernor.co.uk/img/bc-ui-icon-minus.png') !important;
    background-position: 0px -8px !important;
}

.ui-accordion .ui-accordion-header{
    padding: 0.8em .5em .5em 1.2em !important;
    margin-bottom: 10px;
}

#ArticleView .buyBar.subscriberBlock {
    display: table;
    width: 48%;
    float: right;
    height: 55px;
    box-sizing: border-box;
}

#ArticleView .buyBar {
    background-color: #89c731;
    width: 100%;
    height: 72px;
    margin-top: 20px;
}

#ArticleView .buyBar.subscriberBlock .downloadTitle{
    height: auto;
    float: none;
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    background: #e55d2f;
    padding: 5px 20px;
    text-decoration: underline;
    color:#ffffff;
}

#ArticleView .buyBar.desktopAlt {
    display: table;
    width: 49%;
    float: left;
    height: 55px;
    box-sizing: border-box;
}

#ArticleView .buyBar {
    background-color: #0f68b3;
    width: 100%;
    height: 72px;
    margin-top: 15px;
    margin-bottom:20px;
    color: #ffffff;
}

#ArticleView .buyBar.desktopAlt .downloadTitle {
    height: auto;
    float: none;
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    padding: 5px 20px;
    color:#ffffff;
}

html.responsive .moduleBoxTemplate{
    float:none;
}

@media screen and (min-width: 768px) and (max-width: 1023px){
	html.responsive section.hero .strapLine h1 {
		font-size: 34px;
		line-height: 34px;
	}
	
	html.responsive section.hero .strapLine.loggedIn h1 {
		font-size: 30px;
	}

	html.responsive section.subHeading h2{
		width:768px;
	}
	
	html.responsive section.subHeading h2 br{
		display: none;
	}
        
        #ArticleView .buyBar.subscriberBlock .downloadTitle{
            font-size:15px;
        }
        
        #ArticleView .buyBar.desktopAlt .downloadTitle {
            font-size:15px;
        }
	
}

@media screen and (min-width: 480px) and (max-width: 767px){
	html.responsive section.hero .strapLine h1{
		font-size: 23px;
		line-height: 24px;
		padding: 10px 0 0 0;
		color: #fff;
	}
	
	html.responsive section.hero .strapLine.loggedIn h1 {
		font-size: 23px;
		line-height: 24px;
		padding: 30px 0 0 0;
	}
	
	html.responsive section.hero .strapLine.loggedIn a {
		font-size: 21px;
		line-height: 22px;
		padding: 10px 0 0 0;
	}
	
	html.responsive section.subHeading h2 br{
		display: none;
	}

	html.responsive section.hero .heroButtons a{
		width: 200px;
		font-size: 15px;

	}

	html.responsive section.subHeading h2{
		width:474px;
		font-size: 12px;
		line-height: 16px;
	}

	html.responsive section.hero{
		height: 135px;
		background-size: cover;
	}

        html.responsive .buyBar.desktopAlt,
        html.responsive .buyBar.subscriberBlock{
            float:none !important;
            width:100% !important;
        }
}

@media screen and (min-width: 320px) and (max-width: 479px) {
	html.responsive section.subHeading h2 br{
		display: none;
	}
	
	html.responsive section.hero .strapLine.loggedIn h1 {
		font-size: 18px;
		line-height: 24px;
		padding: 30px 0 0 0;
	}
	
	html.responsive section.hero .strapLine.loggedIn a {
		font-size: 17px;
		line-height: 20px;
		padding: 10px 0 0 0;
	}

	html.responsive section.threeColumns {
		margin-bottom: 0;
	}

	html.responsive section.hero .strapLine h1 {
		padding: 5px 0 0 0;
		font-size: 16px;
		line-height: 18px;
		color: #fff;
	}

	html.responsive section.hero .heroButtons a {
		font-size: 12px;
  		margin-bottom: 5px;
	}

	html.responsive section.hero{
		height: 135px;
		background-size: cover;
	}

	html.responsive section.hero .heroButtons div {
		padding-top: 5px;
	}

	html.responsive section.subHeading h2 {
		padding: 10px 5px;
		line-height: 14px;
		font-size: 12px;
	}

	html.responsive .buyBar.desktopAlt,
        html.responsive .buyBar.subscriberBlock{
            float:none !important;
            width:100% !important;
        }
}
