/* import stylesheet with main features - do not edit */
 @import "construct.css";
/* import colour stylesheet - all the colours are set in this stylesheet nowhere else */
 @import "colours.css";
#cookie-container {
	position: fixed;
	width: 100%;
	z-index: 9999;
}
/* html tags that need to be changed (ex. font family of whole document, colour or image of body tag) */
body {
	font-size: px;
	line-height: px;
	min-width: 1020px;
	width: 100%;
}
h1 {
	font-size: px;
	line-height: px;
	margin: 0;
}
h2 {
	font-size: px;
	line-height: px;
	margin: 0;
	color: #293033;
	font-family: 'Lato', sans-serif;
}
h3 {
	font-size: px;
	line-height: px;
	margin: 0;
}
p {
	margin: 0 0 10px 0;
	color: #666666;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	line-height: 22px;
}
blockquote p {
	line-height: 1.2;
}
a:hover, a:focus, a:active {
	text-decoration: none;
}
/* access links need to be as wide as wrapper so 770px or 990px */
#accesslinks li, #accesslinks a:focus, #accesslinks a:active {
	width: 990px;
}
/* main divs */
#wrapper {
}
/* this is a 2 column design with a left col bar. I you want a 3 col design, call your right column thirdiv */
/* content is wrapping both secdiv and maindiv to apply a background image if needs be (css faux column) */
.content {
	width: 990px;
	margin: 0 auto;
	overflow-x: hidden;
}
.maindiv {
	width: 990px;
	margin: 24px auto -11px auto;
	min-height: calc(100vh - 747px);
	padding: 0 15px 40px 15px; 
}
.maindiv2 {
	width: 990px;
	margin: 0 auto;
	/*min-height: calc(100vh - 865px);*/
	height: 70px;
}

/*#secdiv {
	float: left;
}*/
.flexi {
	display: flex;
}
header {
	position: fixed;
	width: 100%;
	top: 0;
	left:0;
	z-index: 99;
}
/* header section of the design */
#logo {
	width: 560px;
	float: left;
	margin-left: 20px;
	margin-top: 5px;
}
.navigation {
	background-color: #293033;
	width: 100%;
}
.head2 {
	background-color: rgba(23,26,28,0.8);
	width: 100%;
	height: 120px;
}
.right_head {
	width: 410px;
}
#call {
	color: #999999;
	font-size: 18px;
	margin-top: 45px;
	margin-right: 10px;
	font-family: 'Open Sans', sans-serif;
}
.banner {
	margin-top: 40px;
	position: relative;
	z-index: 0;
}
div#slide-1 {
	background-image: url('/img/banner/walker_langford_bxslider1.jpg');
	background-repeat: no-repeat;
	height: 500px;
}
div#slide-2 {
	background-image: url('/img/banner/walker_langford_bxslider2.jpg');
	background-repeat: no-repeat;
	background-position: center;
	height: 500px;
}
div#slide-3 {
	background-image: url('/img/banner/walker_langford_bxslider3.jpg');
	background-repeat: no-repeat;
	background-position: center;
	height: 500px;
}
div#slide-4 {
	background-image: url('/img/banner/walker_langford_bxslider4.jpg');
	background-repeat: no-repeat;
	height: 500px;
}
.slider-text {
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	width: 100%;
	bottom: 0px;
	text-align: center;
}
.slider-text p {
	font-size: 27px;
	color: #999999;
	font-family: 'Lato', sans-serif;
	width: 990px;
	margin: 0 auto;
	padding: 15px 0;
}
.four_icons {
	background-color: #439EC0;
	height: 80px;
	padding: 15px 0;
}
.icons_4 {
	width: 700px;
	margin: 0 auto;
}
.icons_4 div {
	margin-right: 15px;
	text-align: center;
	width: 160px;
	line-height: 25px;
	font-family: 'Arial';
}
.icons_4 a {
	color: #fff !important;
	font-size: 14px;
	text-decoration: none;
	line-height: 25px;
	font-family: 'Arial';
	display: inline-block;
}
.icons_4 a h2 {
	color: #fff !important;
}
.icons_4 div img {
	height: 50px;
}
.home_info {
	font-size: 27px;
	color: #666666;
	font-family: 'Lato', sans-serif;
	line-height: 20px;
	padding: 26px 0;
	width: 890px;
	margin: 0 auto;
	font-weight: 500;
}
.page_info {
	font-size: 27px;
	color: #666666;
	font-family: 'Lato', sans-serif;
	line-height: 20px;
	padding: 15px 0;
	font-weight: 500;
}
.wel_para {
	width: 890px;
	font-family: 'Lato', sans-serif;
	line-height: 24px;
	font-size: 16px;
	color: #666666;
	margin: 0 auto;
	text-align: justify;
}
#quickbooks {
	margin-left: 22em;
	padding: 10px 0;
}
/* navigation - horizontal with popups going below */
/* z-index are used to allow the popups go over the other elements */
#nav {
	width: 990px;
	position: relative;
	z-index: 3;
	margin: 0 auto;
}
/* main list of navigation items */
#nav ul{margin: 0 auto; width: 984px;}
#nav li {
	list-style: none;
	float: left;
	margin: 0;
}
#nav li {
}
#nav li a {
	display: block;
	text-decoration: none;
	margin: 11px 3px 11px 15px;
	color: rgba(255,255,255,0.8);
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Arial';
	padding-right: 15px;
	border-right: 1px solid rgba(242,242,242,0.3);
}
#nav li.l a {
	border-right: 0;
}
#nav li a:hover, #nav li a:focus, #nav li a:active, #nav li a#sel, #nav li.sfhover a {
	text-decoration: underline;
}
/* navigation popup menus -affect both 1st and 2nd level popups */
#nav li ul {
	position: absolute;
	left: -999em;
	z-index: 4;
	width: 235px;
	padding: 4px;
}
#nav li li {
	width: 100%;
}
#nav li li a {
	width: 230px;
	padding: 2px 4px;
	margin: 0;
	border-right: 0;
	text-decoration: none;
	color: #ffffff;
}
#nav li li a:hover {
	text-decoration: underline;
	background-color: #ffffff;
}
/* second levelnavigation popup menus specfic styles */
#nav li ul ul {
	width: 235px;
	margin: 0 0 0 230px;
	top: 0;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}
/* social media icons - email a friend, linkedin, twitter, facebook  */
.shareme {
	text-align: right;
	margin: 0 auto;
	width: 105px;
	position: absolute;
	top: 10px;
	right: 12em;
	z-index: 9999;
}
.shareme li {
	text-align: center;
	display: inline-block;
	cursor: pointer;
}
.shareme li a img {
	margin-left: 0;
	cursor: pointer;
}
.mid_box {
	background-color: #439EC0;
	padding: 10px 0 5px 0;
}
.nl_sup {
	width: 215px;
	margin-right: 30px;
	text-align: center;
	padding-left: 47px;
}
.nl_sup h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	line-height: 22px;
	margin-bottom: 20px;
	text-align: center;
}
.keylist {
	width: 390px;
	margin-right: 30px;
}
.keylist h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	margin-bottom: 20px;
	text-align: center;
}
.keylist ul {
	width: 190px;
}
.keylist ul#first {
	margin-right: 20px;
}
.keylist li, .tax_news li a {
	color: #ffffff;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	line-height: 24px;
	list-style: none;
	text-decoration: none;
}
.keylist li:before, .tax_news li a:before {
	content: '\2022';
	color: #ffffff;
	font-size: 16px;
	font-weight: 800;
	padding-right: 10px;
}
.tax_news {width: 248px;}
.tax_news h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	line-height: 22px;
	margin-bottom: 8px;
	padding-left: 29px;
}
.tax_news p {
	font-size: 14px;
	margin: 0;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-weight: 200;
	padding-left: 35px;
}
.bbc_news {
	margin: 41px auto -12px 90px !important
}
#beebhead {
	background-color: #439EC0;
	padding: 5px;
	margin: 0;
	color: #ffffff;
	font-size: 16px;
	/*width: 170px;*/
	width: 146px;
	height: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	line-height:12px;
	text-align: center;
}
.abt_para {
	width: 860px;
}
.abt_para p {
	margin-bottom: 25px;
}
.team_mem p {
	line-height: 22px;
	color: #666666;
	margin-bottom: 25px;
	margin-right: -105px;
	text-align: justify;
}
.team_mem div div {
	width: 645px;
}
#head_para {
	margin-bottom: 0px;
}
.team_mem div h2 {
	color: #439EBF;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
}
.team_mem div img {
	margin-right: 20px;
	margin-bottom: 30px;
}
.team_mem .flexi {margin-bottom: 20px;}

.line {    width: 98.4%; border-bottom: 10px solid #449EC0; margin-bottom: 40px;}

/*div.flexi img {
	-webkit-filter: grayscale(100%);
filter: grayscale(100%);}*/
#team_para {
/*	width: 850px;
	padding-left: 21px;*/
	width: 874px;
}
.pro_list li {
	margin-bottom: 10px;
	line-height: 22px;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	color: #333333;
}
.squarelist li, .pro_list2 li {
	list-style: disc;
	color: #333333;
	font-size: 16px;
	line-height: 25px;
	font-family: 'Lato', sans-serif;
}
.acc_list li {
	list-style: disc;
	color: #333333;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	margin-bottom: 10px;
	line-height: 22px;
}
/* newsletter is a button - delete if not required */
#newsletter {
}
/* newsletter is a form - delete if not required */
#newsletter {
	border: 0;
}
#newsletter p {
	margin: 0 0 5px 0;
}
#newsletter label {
	float: left;
	display: block;
	width: 55px;
}
#newsletter input {
	padding: 3px;
	border: 0px;
	width: 166px;
	height: 19px;
	margin-bottom: 15px;
	color: #439EC0;
	font-size: 12px;
	font-family: 'Lato', sans-serif;
}
#newsletter input[type=submit] {
	background-color: #327690;
	font-family: 'Lato', sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
	width: 62px;
	height: 20px;
    text-align: center;
}
#newsletter p#btn {
	text-align: right;
}
/* how big is your business (dropdown) - deleted if not required */
#howbig {
}
#howbig select {
	width: px;
	border-style: solid;
	border-width: 1px;
}
/* how big is your business (images) - deleted if not required */
#howbig {
	height: px;
}
#youare li, #youare li a {
	float: left;
	display: block;
	height: px;
	width: px;
}
/* callnow image */
#callnow {
}
/* request a callback button */
#callback {
}
/* site search box */
#sitesearch {
	margin-top: 40px;
}
#sitesearch input[type=text] {
	padding: 1px 3px;
	border-width: 1px;
	border-style: solid;
	background-color: transparent;
	width: 190px;
	height: 27px;
	font-size: 11px;
	color: #999999;
}
#sitesearch input[type=image] {
	background-color: transparent;
	border: 0;
	position: relative;
	top: 3px;
	right: 25px;
}
#sitesearch a {
	float: left;
	display: block;
}
#sitesearch button {
	float: left;
}
/* welcome message when user is logged in */
#log {
}
/* free consultation */
p.freecons {
	margin: 0;
	height: px;
}
/* fixed quote */
p.fixedquo {
	margin: 0;
	height: px;
}
/* makemore button */
#makemore {
}
/* footer */
#footer {
	background-color: #333333;
	padding: 26px 0;
	/*margin-top: 60px;*/
	height: 25px;
}
#footer p {
	margin: 0;
}
#footer li {
	display: inline;
	padding: 0;
	font-size: 12px;
	color: #999999;
	font-family: 'Arial';
}
#footer a {
	text-decoration: underline;
	font-size: 12px;
	color: #999999;
	font-family: 'Arial';
}
#footer a:hover, #footer a:focus, #footer a:active {
	text-decoration: none;
}
div#fnav ul {
	list-style: none;
}
/* homepage lists and "boxes" */
#home .ticklist {
}
#home .ticklist li {
}
#home .homebox {
}
#home #taxnews {
}
/* these 2 style are used to make sure the list of non-scrolling news (taxtips or bbc) looks the same as otehr lists on the page */
#home div.homebox ul, #home div.homebox ul li, #home div.homebox ul li a {
	/*margin: 0;
	list-style: none;
	display: block;*/
	 margin: 0;
    list-style-type: none;
    list-style-position: outside;
    padding: 0px 0 0px 0px;
    text-indent: -1.3em;
}
/*#home div.homebox ul li a{ padding-left:20px; background-image:url("/img/tick.gif"); background-position:0 0; background-repeat:no-repeat; }*/

/* Login Box CSS */

.logon-box {
	background: rgba(255,255,255, 1.0);
	border: 1px solid rgba(224,224,224, 0.8);
	-moz-box-shadow: 1px 1px 10px 1px #ccc;
	-webkit-box-shadow: 1px 1px 10px 1px #ccc;
	box-shadow: 1px 1px 10px 1px #ccc;
	border-radius: 6px;
	max-width: 450px;
	margin: 20px auto;
}
div.logon-box div.mainlogo.openspace {
	background: url('/img/iris_openspace_logo.png') center no-repeat;
	background-size: 348px 66px;
	text-indent: -9999em;
	margin: 25px 0;
	min-height: 66px;
}
div.logon-box div.mainlogo.openbooks {
	background: url('/img/iris_openbooks_login_logo.png') center no-repeat;
	background-size: 348px 66px;
	text-indent: -9999em;
	margin: 25px 0;
	min-height: 66px;
}
div.logon-box div.mainlogo.kashflow {
	background: url('/img/iris_kashflow_logo.png') center no-repeat;
	background-size: 348px 66px;
	text-indent: -9999em;
	margin: 25px 0;
	min-height: 66px;
}
div.logon-box div.mainlogo.kashflowpayroll {
	background: url('/img/iris_kashflowpayroll_logo.png') center no-repeat;
	background-size: 348px 66px;
	text-indent: -9999em;
	margin: 25px 0;
	min-height: 66px;
}
.logon-box form {
	border: none;
	max-width: 450px;
}
.logon-box form fieldset {
	margin-bottom: 0;
}
.logon-box form label, .logon-box form input {
	float: left;
	margin: 10px 0;
	width: 140px;
}
.logon-box form label {
	color: #646464;
	text-align: right;
	width: 170px;
}
.logon-box form input {
	border: 1px solid rgba(224,224,224, 0.8);
	margin-left: 29px;
	padding: 3px;
}
.logon-box form label[for="Password"] {
	clear: both;
}
.logon-box form button[type="submit"] {
	display: block;
	padding: 0 10px;
	border: none;
	margin: 6px 0 0;
	background-color: rgba(73,77,86, 1.0);
	line-height: 2em;
	color: #fff;
	cursor: pointer;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-webkit-text-shadow: none;
	text-shadow: none;
	border-radius: 0;
	width: 120px;
	transition: background-color 0.8s ease;
	text-transform: uppercase;
}
.logon-box form button:hover[type="submit"] {
	background-color: rgba(73,77,86, 0.6);
	;
}
.logon-box form a {
	clear: both;
	color: rgba(100,100,100, 1.0);
	display: block;
	float: left;
	text-align: left;
	margin-left: 200px;
	padding: 5px 0;
	transition: color 0.8s ease;
	font-weight: normal!important;
}
.logon-box form a:hover {
	color: #ed1c24;
}
.form-actions {
	clear: both;
	padding: 19px 20px 20px;
	margin-top: 20px;
	background-color: #f5f5f5;
	border-top: 1px solid rgba(224,224,224, 0.8);
}
/* misc */

#contactform {
	margin: 20px 0;
	padding: 15px 30px 15px 30px;
	width: 930px;
	border: 0;
}
.reglog {
	margin: 0 0 10px 0;
	padding: 20px;
	width: 75%;
}
#loginform label {
	padding: 10px 0;
	width: 30%;
}
.reglog input, .reglog textarea {
	padding: 1px 3px;
	width: 55%;
}
.linkslist li a {
	padding: 5px 5px 5px 20px;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	color: #333333;
}
.faqq {
	padding: 5px 0;
	color: #333;
	font-weight: 600;
}
#altinfo {
	margin: 0 auto 10px;
	padding: 12px 0 5px;
}
ol, ul {
	margin: 0 0 10px 0;
}
.collist {
	background: none;
	width: 44%;
}
#contactform fieldset {
	margin-bottom: 20px;
}
p.contact-form-title-master {
	margin: 20px 0;
}

#home .maindiv ul, #home .maindiv ol, .maindiv .ticklist, #maindiv .linkslist, .maindiv .rates {
    margin-left: 90px;
}

.content ul{text-align: center;}

#taxdiv{min-height: 300px!important; height: 300px!important;}
#busdiv{min-height: 300px!important; height: 300px!important;margin-bottom: 30px;}

#scroller{width: 664px!important;}

.linkslist {
     margin-left: 0!important;
	 width: 100%; 
}

.linkslist1 {
     margin-left: 0!important; 
}



