/* 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;
	font-family: 'Josefin Sans', sans-serif;
	margin: 0;
	width: 100%;
	min-width: 1280px;
}
h1 {
	font-size: px;
	line-height: px;
	margin: 0;
}
h2 {
	font-size: 18px;
	line-height: 26px;
	margin: 0;
	color: #666;
}
h3 {
	font-size: px;
	line-height: px;
	margin: 0;
}
p {
	margin: 0 0 10px 0;
	color: #666;
	font-size: 18px;
	line-height: 24px;
}
p a {
	color: #0098BF;
}
blockquote p {
	line-height: 1.2;
}
a:hover, a:focus, a:active {
	text-decoration: none;
}
ul, ol {
	padding: 0;
	margin-left: 0;
}
/* access links need to be as wide as wrapper so 770px or 990px */
#accesslinks li, #accesslinks a:focus, #accesslinks a:active {
	width: 100%;
}
/* 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: 970px;
	margin: 0 auto;
}
#maindiv {
}
#secdiv {
}
/* header section of the design */
header {
	height: 225px;
	background-image: url(/img/logo_trans.png);
	background-repeat: no-repeat;
	background-position: left 8em bottom;
}
.head2 {
	width: 970px;
	margin: 30px auto 0;
	height: 150px;
	position: relative;
}
#logo {
	width: 360px;
	height: 90px;
	float: left;
}
/* navigation - horizontal with popups going below */
/* z-index are used to allow the popups go over the other elements */
#nav {
	position: relative;
	z-index: 3;
	background-color: #0098BF;
}
/* main list of navigation items */
#navsdw {
	width: 970px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
#navsdw img {
	position: absolute;
	top: -25px;
    width: 100%;
}
#nav ul {
	width: 970px;
	margin: 0 auto;
}
#nav li {
	list-style: none;
	float: left;
	text-align: left;
}
#nav li {
}
#nav li a {
	display: block;
	text-decoration: none;
	padding: 0 20px;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 40px;
}
#nav li a:hover, #nav li a:focus, #nav li a:active, #nav li a#sel, #nav li:hover a, #nav li.sfhover a {
	background-color: #007795;
	color: #fff;
}
/* navigation popup menus -affect both 1st and 2nd level popups */
#nav li ul {
	position: absolute;
	z-index: 4;
	width: 320px;
	left: -999em;
	margin: 0;
	background-color: rgba(0, 152, 191, 0.6) !important;
	padding: 0;
}
#nav li li {
	width: 100%;
}
#nav li li a {
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding: 0 0 0 25px;
	width: 295px;
	margin: 0;
	background-color: rgba(0, 152, 191, 0.6) !important;
}
#nav li li a:hover {
	text-decoration: none;
	background-color: rgba(0, 119, 149, 0.8) !important;
}
/* second levelnavigation popup menus specfic styles */
#nav li ul ul {
	width: 320px;
	margin: -40px 0 0 320px;
}
#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;
}
/*Banner styles*/
#banner {
	position: relative;
	top: -1px;
	width: 100%;
}
.slide-1 {
	background-image: url('/img/banner1.jpg');
	height: 580px;
	background-repeat: no-repeat;
	background-size: cover;
}
.slide-2 {
	background-image: url('/img/banner2.jpg');
	height: 580px;
	background-repeat: no-repeat;
	background-size: cover;
}
.slide-3 {
	background-image: url('/img/banner3.jpg');
	height: 580px;
	background-repeat: no-repeat;
	background-size: cover;
}
.slide-4 {
	background-image: url('/img/banner4.jpg');
	height: 580px;
	background-repeat: no-repeat;
	background-size: cover;
}
.ban_text {
	width: 845px;
	margin: 0 auto;
}
.ban_text span {
	color: #fff;
	font-size: 25px;
	position: absolute;
	font-weight: 600;
	bottom: 25px;
	line-height: 30px;
	width: 845px;
	text-align: center;
}
#home_info {
	color: #666666;
	text-align: center;
	font-weight: 600;
	font-size: 30px;
	/*padding: 35px 0 80px;*/
	padding: 40px 0;
}
#page_info {
	font-size: 30px;
	color: #666666;
	font-weight: 500;
	margin-bottom: 30px;
}
/* social media icons - email a friend, linkedin, twitter, facebook  */
#sharebox {
	background-color: #007795;
	padding: 30px 0 10px;
}
#sharebox p {
	text-align: center;
	font-size: 18px;
	color: #fff;
	line-height: 26px;
}
#sharebox p a {
	color: #FFFF00;
	font-size: 18px;
}
#shareme {
	width: 200px;
	margin: 0 auto 2px;
}
#shareme li {
	text-align: center;
	display: inline;
}
#shareme li#twitter {
	margin: 0 15px;
}
#shareme li a img {
	margin-left: 0;
}
/* newsletter is a button - delete if not required */
#newsletter {
}
/* newsletter is a form - delete if not required */
#newsletter p span {
	color: #007795;
	font-size: 18px;
	font-weight: 100;
	margin-right: 15px;
}
#newsletter {
	border: 0;
	width: 970px;
	margin: 0 auto 23px;
}
#newsletter input {
	border: 1px solid #007795;
	background-color: transparent;
	color: #007795;
	font-size: 18px;
	font-family: 'Josefin Sans', sans-serif;
	margin-right: 10px;
}
#newsletter input[type=submit] {
	background-color: #007795;
	border: 0;
	width: 100px;
	height: 26px;
	color: #fff;
	font-size: 18px;
	font-weight: 100;
	font-family: 'Josefin Sans', sans-serif;
	text-transform: uppercase;
	cursor: pointer;
}
#newsletter p {
	margin: 0;
}
/* 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 {
	float: right;
	font-size: 27px;
	color: #0098BF;
	font-weight: 100;
	margin-top: 45px;
}
#callnow img {
	margin-right: 10px;
}
/* request a callback button */
#callback {
}
/* site search box */
#sitesearch {
	width: 970px;
	margin: 0 auto;
}
#sitesearch p {
	text-align: center;
	padding-top: 15px;
}
#sitesearch input[type=text] {
	border: 0;
	border-radius: 0;
	padding: 8px 6px 2px 0;
	border-bottom: 1px solid #A2A2A2;
	background-color: transparent;
	font-size: 12px;
	color: #A3A3A3;
	width: 224px;
}
#sitesearch input[type=image] {
	cursor: pointer;
	border: 0;
	position: absolute;
	padding: 6px 0 2px;
	top: 16px;
	border-bottom: 1px solid #A2A2A2;
	background-color: transparent;
}
#sitesearch a {
	float: left;
	display: block;
}
.zoom_button {
	font-weight: bold;
	font-size: 16px;
	padding: 1px 20px;
	border: 0;
	background-color: #007795;
	color: #fff;
	font-family: 'Josefin Sans', sans-serif;
	cursor: pointer;
}
/* welcome message when user is logged in */
#log {
	font-size: 18px;
	width: 970px;
	margin: 0 auto;
	text-align: right;
	position: absolute;
	bottom: 20px;
}
/* free consultation */
p.freecons {
	margin: 0;
	height: px;
}
/* fixed quote */
p.fixedquo {
	margin: 0;
	height: px;
}
/* makemore button */
#makemore {
}
/*Home page Styles*/
.homecon {
	width: 919px;
	/*margin-bottom: 100px;*/
}
.homecon p {
	color: #666666;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	margin-bottom: 20px;
}
.box_bg {
	background-color: #0098BF;
	padding: 40px 0;
	display: block;
}
.threebox {
	width: 970px;
	margin: 0 auto;
}
.threebox h2 {
	color: #fff;
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 25px;
	text-align: center;
}
.threebox div {
	float: left;
	background-color: #1AA2C6;
	width: 315px;
	height: 360px;
	color: #fff;
	text-align: center;
	box-shadow: 0px 15px 20px -17px #000;
}
.threebox div.midbox {
	margin: 0 12px;
}
.threebox div figure {
	position: relative;
	margin: 0;
}
.threebox div h3 {
	position: absolute;
	bottom: 6px;
	font-size: 20px;
	font-weight: 300;
	text-align: center;
	width: 199px;
	left: 56px;
	line-height: 24px;
}
.threebox div p {
	font-size: 18px;
	text-align: center;
	line-height: 24px;
	width: 290px;
	margin: 5px auto 10px !important;
	font-weight: 100;
	color: #fff;
}
.threebox div a {
	color: #FFFF00 !important;
	font-size: 18px;
	font-weight: 200;
}
.threebox-text {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 180px;
}
.three_a {
	text-decoration: none;
	background-color: #007795;
	color: #fff !important;
	width: 315px;
	font-size: 18px;
	text-align: center;
	float: left;
	line-height: 24px;
	padding: 26px 0;
	box-shadow: 0px 15px 20px -17px #000;
}
.three_a1 {
	text-decoration: none;
	background-color: #EFA22C;
	color: #fff !important;
	width: 315px;
	font-size: 18px;
	text-align: center;
	float: left;
	line-height: 24px;
	padding: 26px 0;
	box-shadow: 0px 15px 20px -17px #000;
}
#mida,#mida1 {
	margin: 0 12px !important;
}
.three_a:hover {
	background-color: #EFA22C;
}
/* misc styles */
#breadcrumbs {
	color: #999999;
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 18px;
}
#breadcrumbs a {
	color: #999999;
}
#nstep {
	padding: 6px 12px;
	margin: 20px 0;
	color: #00495b;
	font-size: 18px;
	font-weight: 600;
}
/*Why us and pages styles*/
#title_p {
	margin-top: 20px;
	margin-bottom: 0;
	color: #fff;
	background-color: #0098BF;
	font-size: 18px;
	text-align: center;
	height: 40px;
	text-transform: uppercase;
	line-height: 40px;
}
#abt_list {
	background-color: #C1F2FF;
	padding: 12px 0 20px 12px;
	margin: 0 0 25px 0 !important;
}
.squarelist, .pro_list1 {
	margin-left: 0 !important;
	padding: 0;
}
#abt_list1{
	margin-left:0 !important;
	padding-left:12px;
}
#abt_list li, #abt_list1 li, .pro_list1 li, .squarelist li, .ollist ul li {
	list-style: none;
	color: #666;
	font-size: 18px;
	line-height: 26px;
}
#abt_list li:before, #abt_list1 li:before, .pro_list1 li:before, .squarelist li:before, .ollist ul li:before {
	content: '\25CF';
	color: #EFA22C;
	font-size: 18px;
	margin-right: 10px;
}
.collist li {
	margin-bottom: 8px;
	list-style: none;
	color: #666;
	font-size: 18px;
	line-height: 26px;
}
.collist li:before {
	content: '\25CF';
	color: #EFA22C;
	font-size: 18px;
	margin-right: 10px;
}
.reslist li:before {
	content: '';
	margin-right: 0;
}
#mid_p {
	margin-bottom: 25px;
}
.pro_list li, .ollist li {
	font-size: 18px;
	line-height: 26px;
	color: #666;
	margin-bottom: 10px;
}
.pro_list li a {
	color: #0098BF;
}
/* footer */
#footer {
	margin-top: 20px;
}
#footer p {
	margin: 0;
}
#footer li {
	display: inline;
	padding: 0;
	color: #007795;
}
#footer a:hover, #footer a:focus, #footer a:active {
	text-decoration: none;
}
div#fnav ul {
	list-style: none;
}
.foot2 {
	background-color: #00495B;
	padding: 40px 0;
	text-align: center;
}
.foot2 #address {
	color: #007795;
	font-size: 14px;
}
.foot2 ul {
	margin: 0;
}
.foot2 li a {
	color: #007795 !important;
	font-size: 14px;
	text-decoration: underline;
}
/* homepage lists and "boxes" */
#home .ticklist {
}
#home .ticklist li {
}
#home .homebox {
}
#home #taxnews {
}
#home #poll {
}
/* 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;
}
#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-size: 348px 66px;
	text-indent: -9999em;
	margin: 25px 0;
	min-height: 66px;
}
div.logon-box div.mainlogo.kashflow {
	background-size: 348px 66px;
	text-indent: -9999em;
	margin: 25px 0;
	min-height: 66px;
}
div.logon-box div.mainlogo.kashflowpayroll {
	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: 0 auto;
	background-color: rgba(0,119,149, 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(0,119,149, 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: 910px;
	border: 0;
	border-radius: 0;
}
.reglog {
	margin: 0 0 10px 0;
	padding: 20px;
	width: 930px;
	border: 0;
	border-radius: 0;
}
#loginform label {
	padding: 10px 0;
	width: 30%;
}
.reglog input, .reglog textarea {
	padding: 1px 3px;
	width: 60%;
	border: 0;
}
.linkslist li a {
	padding: 6px 5px 6px 20px;
	font-size: 18px;
	margin-bottom: 5px;
}
.faqq {
	padding: 5px 0;
	font-weight: 600;
	margin-bottom: 5px;
}
#altinfo {
	margin: 0 auto 10px;
	padding: 12px 0 5px;
}
ol, ul {
	margin: 0 0 10px 0;
}
.collist {
	background: none;
	width: 470px;
}
#contactform fieldset {
	margin-bottom: 20px;
	background-color: #ade9f9;
}
p.contact-form-title-master {
	margin: 20px 0;
}
col-xs-12.text-center p {
	color: #999;
}

#newsletter-modal-btn {
    background-color: #EFA22C;
    border: 0;
    padding: 15px 15px;
	margin: 12px 0 12px;
    color: #fff;
    font-size: 18px;
    font-weight: 100;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    cursor: pointer;
}

/* The Modal (background) */
.newsletter-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  padding-top: 160px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

/* Modal Content */
.newsletter-modal-content {
  border-radius: 4px;
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 30%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.newsletter-modal-close {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bold;
	transition: color ease-in-out 0.3s;
}

.newsletter-modal-close:hover,
.newsletter-modal-close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.newsletter-modal-header {
	padding: 8px 16px;
	background-color: #0098BF;
	color: white;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.newsletter-modal-header h2 {
	margin: 0;
	color: white;
}

.newsletter-modal-body {padding: 2px 16px;}

/* form-newsletter */
p.center-txt{margin: 20px 8px 10px 8px!important; }

#form-newsletter{ 
	border:0; 
	font-size:.8em; 
	padding: 15px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#form-newsletter p{ margin:.5em 0 0 0; line-height:normal; }
#form-newsletter #btn{ text-align:right; }
#form-newsletter button{ background:url("/img/signup.jpg") 0 0 no-repeat; border:0; height:22px; width:71px; }
#form-newsletter button span{ position:absolute; left:-999em; }
#form-newsletter label{ display:block; float:left; width:55px; }
#form-newsletter input{ width:200px; margin: 6px 0; padding: 10px;font-size: 16px;}

#form-newsletter input[type='submit']:enabled {
	background:#66CC00;
	border: 1px solid #66CC00;
	color:#fff;
	transition: 0.2s all;
	cursor:pointer;
}

#form-newsletter input[type='submit']:disabled {
	background: #00aeef!important;
	border: 1px solid #00aeef;
	cursor: not-allowed;
	color:#fff;
}

#maindiv #form-newsletter{ 
	border-width:1px; 
	border-style:solid; 
	font-size:1em; 
	margin:1em; 
}

.g-recaptcha {
	-webkit-transform: scale(0.73);
	transform: scale(0.73);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	margin-top: 10px;
	margin-left: 82px;
}