
body {
	font-family: "myriad-pro",sans-serif;
	color: #7e8287;
}
h1,
h2,
h4,
h4,
h5,
h6,
.h1, 
.h2, 
.h3,
.h4,
.h5,
.h6 {
	font-weight: 700;
	color: #4c575f;
}
a {
	color: #7e8287;
	-webkit-transition: color 0.25s, background 0.25s;
  	-moz-transition: color 0.25s, background 0.25s;
  	-o-transition: color 0.25s, background 0.25s;
  	transition: color 0.25s, background 0.25s;
}

header {
	background-color: #4a4f55;
	padding: 15px 0 10px 0;
}
section {
	padding: 20px 0;
	@media (min-width: 768px) {
		padding: 40px 0;
	}
}
.hero {
	padding: 0;
}
header a {
	display: inline-block;
}
.phone {
	font-size: 21px;
	color: #FFF;
	padding-top: 9px;
}
.phone span {
	color: #b5bec4;
}
.logo {
	width: 225px;
	padding-top: 10px;
	@media (min-width: 768px) {
		padding-top: 0;
		width: 336px;
	}
}
.mini-logo {
	max-width: 200px;
}
nav a {
	color: #FFF;
	text-transform: uppercase;
	font-size: 12px;
	margin-right: 10px;
	padding: 15px 0 15px 5px;
}
nav .list-inline li {
	padding-left: 0;
}
nav a:hover, nav a:focus {
	color: #929da4;
	text-decoration: none;
}
.coloured-col {
	height: 10px;
	padding: 0;
	margin: 0;
	background-color: #4a4f54;
}
.red-col, .accounts-hdr {
	background-color: #c1002b;
	color: #FFF;
}
.red-col h1 {
	color: #FFF;
}
.orange-col, .grants-hdr {
	background-color: #f09100;
}
.green-col, .tax-hdr {
	background-color: #51a025;
}
.orange-col a {
	color: #FFF;
}
.orange-col .main-intro {
	line-height: 30px;
	margin-top: 30px;
}
.info-box {
	border-radius: 10px;
	padding: 20px;
	margin-top: 30px;
}
.orange-col .info-box--title {
	color: #FFF;
}
.orange-col .info-box {
	background-color: #ffae33;
}
.service-hdr h1 {
	color: #FFF;
	margin: 0;
	font-weight: 400;
}
.services-intro {
	font-size: 20px;
	color: #FFF;
	margin: 10px 0;
	font-weight: 300;
}
#site-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#site-canvas {
  width: 100%;
  height: 100%;
  position: relative;
  
  -webkit-transform: translateX(0);
  transform: translateX(0);
  
  -webkit-transform: translate3d(0, 0, 0);
  
  -webkit-transition: 300ms ease all;
  transition: 300ms ease all;
 
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#site-menu {
  width: 300px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -300px;
  background: none repeat scroll 0 0 rgb(61, 61, 61);
 	border: medium none;
  box-shadow: -7px 0 5px -5px rgb(0, 0, 0) inset;
  padding: 15px 0 15px 10px;
}
#site-canvas {
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);

    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);

    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);

    -moz-transition: 300ms ease all;
    -ms-transition: 300ms ease all;
    -o-transition: 300ms ease all;
    -webkit-transition: 300ms ease all;
    transition: 300ms ease all;

    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.show-nav #site-canvas {
    -moz-transform: translateX(300px);
    -ms-transform: translateX(300px);
    -o-transform: translateX(300px);
    -webkit-transform: translateX(300px);
    transform: translateX(300px);

    -moz-transform: translate3d(300px, 0, 0);
    -ms-transform: translate3d(300px, 0, 0);
    -o-transform: translate3d(300px, 0, 0);
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
}
span.icon-bar {
	color: #FFF;
	background-color: #FFF;
}


#site-menu a {
	color: #FFF;
	display: block;
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #454545;
	border-top: 1px solid #333;
	font-size: 18px;
	margin: 0;
	
}
#site-menu a.dropdown-toggle {
	box-shadow: -7px 0 5px -5px rgb(0, 0, 0) inset;
}
#site-menu a:hover, #site-menu a:focus {
	background-color: #4a4f55;
	text-decoration: none;
	box-shadow: -7px 0 5px -5px rgb(0, 0, 0) inset;
}
#site-menu a.last {
	border-bottom:  none;
}
#site-menu a.first {
	border-top: none;
}
#site-menu .first:hover, #site-menu .first:focus {
	background-color: rgb(61,61,61);
}
#site-menu .dropdown-menu {
	padding-left: 0;
	padding-right: 0;
	top: 46px;

}
#site-menu .dropdown-menu li a {
	border-bottom: none;
	box-shadow: -7px 0 5px -5px rgb(0, 0, 0) inset;
}
#site-menu .dropdown-menu li.tax-hdr a:hover, #site-menu .dropdown-menu li.tax-hdr a:focus  {
	background-color: #61b432;
}

#site-menu .dropdown-menu li.accounts-hdr a:hover, #site-menu .dropdown-menu li.accounts-hdr a:focus {
	background-color: #dc0031;
}

#site-menu .dropdown-menu li.grants-hdr a:hover, #site-menu .dropdown-menu li.grants-hdr a:focus {
	background-color: #fda621;
}
#site-menu .call a {
	border: none;
	display: inline-block;
}
#site-menu .call a:hover, #site-menu .call a:focus {
	background-color: rgb(61, 61, 61);
	box-shadow: none;
}

.slide {
	height: 400px;
		
}
.item hgroup {
	margin-top: 20px;
}
.item h1, .item h2, .item p {
	color: #FFF;
	font-weight: 300;
	text-align: center;
	margin: 0;
}
.item h1 {
	font-size: 35px;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-weight: 400;
	margin: 10px 0;
}
.item h2 {
	font-size: 20px;
}
.item p {
	font-size: 16px;
	margin: 0 auto;
	line-height: 24px;
}
.item .btn {
	margin: 90px auto;
}
.slide-one {
	background: url(/img/sliders/slide-one-sm.jpg) no-repeat center top;
	background-size: cover; 
	height: 400px;
}
.slide-two {
	background: url(/img/sliders/slide-two.jpg) no-repeat center top;
	background-size: cover;
}
.slide-three {
	background: url(/img/sliders/slide-three.jpg) no-repeat center top;
	background-size: cover;
}
.slide-four {
	background: url(/img/sliders/slide-four.jpg) no-repeat center top;
	background-size: cover;
}

.btn {
	color: #FFF;
	border-radius: 0;
	border: 1px solid #FFF;
	font-weight: 300;
	padding-left: 50px;
	padding-right: 50px;
}
.btn-green {
	background-color: #51a025;
}
.btn-red {
 	background-color: #c1002b;
}
.btn-orange {
	background-color: #f09100;
}
.btn-white {
	background-color: #FFFFFF;
	color: rgb(126, 130, 135);
}
.desaturate {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
	opacity: 0.8;
		
	
}
.team-member img:hover, .team-member img:focus {
	-webkit-filter: none;
	filter: none;
	opacity: 1;
	
}
blockquote {
	font-style: italic;
}
.main-heading {
	font-size: 26px;
	font-weight: 400;
	color: #4c575f;
}
.main-heading span {
	color: rgb(181, 190, 196);
}
.main-intro {
	font-size: 18px;	
	line-height: 30px;
}
.sub-intro {
	font-size: 16px;
	line-height: 30px;
}
.about {
	padding-top: 20px;
	padding-bottom: 20px;
	
}
.service {
	background: url(/img/about-icons.png) no-repeat  top;
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 30px;
	border-bottom: 1px dotted #d9dbdb;
}
.accounting {
	background-position: center -429px;
}
.grants {
	background-position: center -810px;
}
.tax {
	border-left: none;
}
.service .btn {
	margin-top: 10px;
	margin-bottom: 20px;
	@media (min-width: 768px) {
		margin-top: 20px;
	}
}
.reason {
	padding-left: 70px;
	background: url(/img/why-icons.png) no-repeat 15px 0;
	margin-bottom: 15px;
	margin-top: 15px;
}
.reason h3 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 24px;
}
.reason-one {
	background-position: 15px 0;
}
.reason-two {
	background-position: 15px -462px;
}
.reason-three {
	background-position: 0 -1045px;
}
.reason-four {
	background-position: 0 -1609px;
}
.background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: 50% 50% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: 20;
  filter: alpha(opacity=2000);
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.content-35 {
  position: relative;
  color: #FFF;
  overflow: hidden;
  background-color: #4c575f;
}
.content-35 .main-heading {
	color: #FFF;
	font-size: 35px;
	line-height: 40px;
}
.content-35 p {
	color: #b5bec4;
	font-size: 16px;
}
.content-35 .container {
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 675px;
   position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .content-35 .container {
    min-height: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.content-35 .bx-viewport {
  border-radius: 0!important;
  box-shadow: none!important;
  border: none!important;
  background: none!important;
}
.content-35 > * {
  position: relative;
}

@media (max-width: 767px) {
  .content-35 .columns .col-sm-6:not(:first-child) {
    margin-top: 60px;
  }
}
.content-35 .background {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.content-35 .background > .container {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .content-35 .background > .container {
    height: 250px;
    margin-bottom: 60px;
  }
}
.content-35 .background.bread .col-sm-4 > div {
  background: none;
}
.content-35 .background.doc .col-sm-4 > div {
  background: #d5e3e0;
}
.content-35 .background .col-sm-4 {
  position: absolute;
  height: 100%;
}
.content-35 .background .col-sm-4 > div {
  position: absolute;
  right: 0;
  height: 100%;
  width: 1000px;
  background: #f3f3f3;
  margin: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (max-width: 767px) {
  .content-35 .background .col-sm-4 > div {
    position: static;
    width: 100%;
    overflow: hidden;
  }
}
.content-35 .background .col-sm-4 > div img {
  height: 100% !important;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .content-35 .background .col-sm-4 > div img {
    height: auto;
    min-height: 250px;
  }
}
@media (max-width: 767px) {
  .content-35 .background .col-sm-4 {
    left: 0;
    right: 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .content-35 .background {
    visibility: hidden;
  }
}
@media (max-width: 767px) {
  .content-35 {
    padding-top: 0;
  }
}
.content-35 .background .col-sm-4 > div {
  background: #e9e8e6;
}

.last {
	border-bottom: none;
}

.contact {
	background: url(/img/contact-bg.jpg) no-repeat top left;
	background-size: cover;
}
.contact label {
	color: #FFF;
}
.contact .main-heading {
	color: #FFF;
}
.contact input, .contact textarea {
	background: rgba(181,190,196, 0.7);
	border: none;
	color: #FFF;
}

footer {
	background-color: #2e3439;
	color: #929da4;
}
footer .h3 {
	color: #FFF;
}
.dropdown-menu {
	top: 35px;
	border-radius: 0;
	background-color: #4a4f55;
	color: #FFF;
	padding: 25px 14px;
	width: 100%;
	box-shadow: -7px 0 5px -5px rgb(0, 0, 0) inset;
	border: none;
}
#site-menu .dropdown-menu {
	padding-top: 0;
	padding-bottom: 0;
}
#site-menu .dropdown-menu li a {
	color: #FFF;
	text-transform: none;
}
#site-menu .dropdown-menu li a:hover, #site-menu .dropdown-menu li a:focus {
	background-image: none;
}
#site-menu .dropdown-menu li.first a {
	border-top: 0;
}
#site-menu .dropdown-menu li.last a {
	border-bottom: 0;
}
.team {
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}
.home .team {
	padding-top: 0;
}
.team img {
	padding: 0;
}
.map-section {
	padding-top: 0;
	padding-bottom: 0;
}
.map {
	padding: 0;
}

.content-23 {
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: white;
  overflow: hidden;
  background-color: #1B1F23;
}
.content-23 .holder {
  height: 570px;
}
.content-23.custom-bg, .content-23.how-we-help-bg {
  background-image: url(/img/accounting-bg.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.content-23 .main-heading {
	color: #FFF;
}
content-23.how-we-help-bg {
	background-image: 
}
.box {
	padding: 20px 25px;
	background-color: #eee;
	border-radius: 5px;
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.box ul {
	margin: 20px 0;
}
.box li {
	font-size: 16px;
}
.content-intro {
	font-size: 20px;
	padding-top: 20px;
}
.address-details {
	padding: 20px 0;
}
.team-intro {
	padding-bottom: 40px;
}
.login {
	background: #4c575f url(/img/backgrounds/login-sml.jpg) no-repeat top left;
	background-size: cover;

}
.login .contact {
	background: none;
}
.login main {
	min-height: 400px;
}
.login h1 {
	color: #FFF;
	font-weight: 400;
	padding-bottom: 20px;
}
.login label {
	color: #FFF;
	text-transform: uppercase;
	text-align: right;
}
.login form {
	padding-bottom: 40px;
}
.login-title {
	max-width: 300px;
}

.team-member {
	margin-bottom: 10px;
}
.team-name {
	font-size: 16px;
	color: #646f77;
	margin-top: 10px;
	padding-top: 30px;
}
.team-member a:hover .team-member a:focus {
	text-decoration: none;
}
.team-member img {
	max-width: 100px;
}
.team-member p {
	margin: 0;
}
.team-modal {
	max-width: 150px;
	margin-bottom: 10px;
}
.alert {
	margin-bottom: 0;
	border-radius: 0;
}
.underline {
	text-decoration: underline;
}
.social-btns {
  white-space: nowrap;
  
}
.social-btns > * {
  display: inline-block;
  margin-left: 15px;
  font-size: 20px;
  font-weight: normal;
  color: #FFF;
  width: 20px;
  height: 25px;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 480px) {
.social-btns > * {
    margin-top: 15px;
    margin-bottom: 7px;
  }
}
.social-btns > *:first-child {
  margin-left: 0;
}
.social-btns > * > * {
  display: block;
  position: relative;
  top: 0;
  -webkit-transition: 0.25s top;
  -moz-transition: 0.25s top;
  -o-transition: 0.25s top;
  transition: 0.25s top;
}
.footer-6 .social-btns > * > *:first-child {
  color: #bdc3c7;
}
.social-btns .fui-twitter:first-child {
  margin-top: 2px;
}


.footer-6 {
  padding-top: 110px;
  padding-bottom: 110px;
  color: #7f8c8d;
  background-color: #333;
}
.footer-6 a {
  font-weight: normal;
}
.footer-6 .brand img {
	width: 130px;
	
}
@media (max-width: 480px) {
  .footer-6 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.footer-6 .brand {
text-align: center;
 	display: block;
  margin-bottom: 12px;
  font-size: 25px;
  font-weight: normal;
  color: #34495e;
  font-weight: 500;
  line-height: 18px;
}
.footer-6 .brand:hover,
.footer-6 .brand:focus {
  color: #1abc9c;
}
.footer-6 h6 {
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: normal;
  color: #FFF;
  text-transform: none;
}
@media (max-width: 767px) {
  .footer-6 h6 {
    margin: 0 0 5px;
  }
}
.footer-6 nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  color: inherit;
}
.footer-6 nav ul li {
  margin-bottom: 8px;
}
.footer-6 nav ul li a {
  color: #B6B6B6;
  padding: 0;
}
.footer-6 nav ul li a:hover,
.footer-6 nav ul li a:focus {
  color: #FFFFFF;
}
@media (max-width: 480px) {
  .footer-6 nav h6 {
    margin: 0 0 12px;
  }
}
@media (max-width: 767px) {
  .footer-6 nav {
    *zoom: 1;
  }
  .footer-6 nav:before,
  .footer-6 nav:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  .footer-6 nav:after {
    clear: both;
  }
  .footer-6 nav:before,
  .footer-6 nav:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .footer-6 nav:after {
    clear: both;
  }
  .footer-6 nav .col-sm-2 {
    float: left;
    width: 30%;
    margin-left: 5%;
  }
  .footer-6 nav .col-sm-2:first-child {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .footer-6 nav {
    margin-bottom: 20px;
  }
}
.footer-6 .input-group {
  margin-bottom: 20px;
}
.footer-6 .input-group input[type="text"] {
  width: 168px;
  -webkit-transition: background-color 0.25s, border-color 0.25s;
  -moz-transition: background-color 0.25s, border-color 0.25s;
  -o-transition: background-color 0.25s, border-color 0.25s;
  transition: background-color 0.25s, border-color 0.25s;
}
@media (min-width: 1200px) {
  .footer-6 .input-group input[type="text"] {
    width: 218px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-6 .input-group input[type="text"] {
    width: 113px;
  }
}
@media (max-width: 767px) {
  .footer-6 .input-group input[type="text"] {
    width: 100%;
  }
}
.footer-6 .input-group input[type="text"]:hover {
  border-color: #cacfd2;
}
.footer-6 .input-group input[type="text"]:focus {
  border-color: #50b4cb;
}
.footer-6 .social-btns {
  white-space: nowrap;
  
}
.footer-6 .social-btns > * {
  display: inline-block;
  margin-left: 15px;
  font-size: 20px;
  font-weight: normal;
  color: #a9ae2f;
  width: 20px;
  height: 25px;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 480px) {
  .footer-6 .social-btns > * {
    margin-top: 15px;
    margin-bottom: 7px;
  }
}
.footer-6 .social-btns > *:first-child {
  margin-left: 0;
}
.footer-6 .social-btns > * > * {
  display: block;
  position: relative;
  top: 0;
  -webkit-transition: 0.25s top;
  -moz-transition: 0.25s top;
  -o-transition: 0.25s top;
  transition: 0.25s top;
}
.footer-6 .social-btns > * > *:first-child {
  color: #bdc3c7;
}
.footer-6 .social-btns > *:hover > * {
  top: -100%;
}
.footer-6 .social-btns .fui-twitter:first-child {
  margin-top: 2px;
}
@media (max-width: 767px) {
  .footer-6 [class*="col-sm-"] {
    margin-top: 15px;
  }
  .footer-6 .row:first-child {
    margin-top: -15px;
  }
}
@media (max-width: 480px) {
  .footer-6 .input-group {
    margin-bottom: 0;
  }
}
.content-4,
.footer-6 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.legal {
	background-color: #000;
	color: #FFF;
}
.sectors {
	padding: 0;
}
.partner-details {
	border-bottom: 1px dotted #ccc;
	padding: 10px 15px;
}
.partner-name {
	font-size: 20px;
	margin: 0;
	color: #000;
}
.partner-url {
	display: block;
	font-size: 16px; 
}
.partner-logo img:hover, .partner-logo img:focus  {
	filter: none;
    opacity: 1;
}
.g-recaptcha {
	margin: 5px 0;
}





/* Small devices (tablets, 500px and up) */
@media (min-width: 500px) { 
	.main-heading {
		font-size: 30px;
	}
	.reason {
		width: 400px;
	}
	.team-member img {
		margin: 0 auto;
	}
	
	
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
	
	section {
		padding: 40px 0;
	}
	.main-heading {
		font-size: 30px;
	}
	.main-intro {
		font-size: 23px;
		line-height: 30px;
	}
	.sub-intro {
		font-size: 18px;
		line-height: 24px;
	}
	.about {
		padding-bottom: 80px;
		padding-top: 40px;
	}
	.service {
		border-left: 1px dotted #d9dbdb;
		border-bottom: none;
		min-height: 300px;	
	}
	.first {
		border-left: none;
	}
	.slide {
		height: 590px;
	}
	.slide-one {
		padding-top: 30px;
		max-width: 1280px;
		margin: 0 auto;
		background: url(/img/sliders/slide.jpg) no-repeat center top;
		background-size: cover; 

	}
	.item hgroup {
		margin-top: 70px;
	}
	.item h1, .item h2, .item p {
		color: #FFF;
		font-weight: 300;
		text-align: center;
		margin: 0;
	}
	.item h1 {
		font-size: 68px;
		text-transform: uppercase;
		letter-spacing: 15px;
		font-weight: 400;
		margin: 10px 0;
	}
	.item h2 {
		font-size: 30px;
	}
	.item p {
		font-size: 18px;
		max-width: 768px;
		margin: 0 auto;
		line-height: 35px;
	}
	.item .btn {
		margin: 90px auto;
	}
	.service .h4 {
		font-size: 16px;
	}
	.service p {
		min-height: 150px;
	}
	.reason {
		padding-top: 40px;
		margin-bottom: 15px;
		margin-top: 15px;
		padding-left: 0;
		background-position: 0 0;
		width: auto;
		min-height: 210px;
	}
	
	.reason-two {
		background-position: 0 -462px;
	}
	.reason-three {
		background-position: 0 -1045px;
	}
	.reason-four {
		background-position: 0 -1609px;
	}
	.dropdown-menu {
		top: 35px;
		border-radius: 0;
		background-color: #4a4f55;

		padding: 14px;
		width: auto;
		box-shadow: none;
	}
	.dropdown-menu li a {
		border-top: 0;
		color: #FFF;
		padding-top: 10px;
		padding-bottom: 10px;
		margin: 0;
	}
	.dropdown-menu li a.green-col:hover,.dropdown-menu li a.green-col:focus {
		background-color: #61b432;
		background-image: none;
		color: #FFF;
	}
	.dropdown-menu li a.red-col:hover,.dropdown-menu li a.red-col:focus {
		background-color: #dc0031;
		background-image: none;
		color: #FFF;
	}
	.dropdown-menu li a.orange-col:hover,.dropdown-menu li a.orange-col:focus {
		background-color: #fda621;
		background-image: none;
		color: #FFF;
	}
	.map {
		padding: 0; 
	}
	.accounts-hdr {
		background-image: url(/img/backgrounds/accounting.jpg);
		background-repeat: no-repeat;
		background-position: center right;
	}
	.tax-hdr {
		background-image: url(/img/backgrounds/tax.jpg);
		background-repeat: no-repeat;
		background-position: center right;
	}
	.grants-hdr {
		background-image: url(/img/backgrounds/grants.jpg);
		background-repeat: no-repeat;
		background-position: center right;
	}
	.expertise {
		margin-top: 20px;
	}
	.expertise li {
		padding-bottom: 15px;
		font-size: 16px;
		color: rgb(181, 190, 196);
	}
	.address-details {
		padding: 15px 0;
	}
	.team-intro {
		padding-bottom: 30px;
		overflow: hidden;
	}
	.login {
		background-image: url(/img/backgrounds/login.jpg);
		background-size: cover;

	}
	.login main {
		min-height: 600px;
		padding-top: 60px;
	}
	.login-title {
		max-width: 400px;
	}
	.team-member img {
		max-width: none;
		
	}
	.team-member {
		margin-bottom: 20px;
	}
	.team-member p {
		text-align: center;
		
	}
	.team-name {
		font-size: 20px;
		padding-top: 10px;
	}
	.partner-details {
		text-align: center;
		
	}
	.partner-name {
		margin: 15px 0 0 0;
	}
	.partner-logo {
		text-align: center;
		display: block;
	}
	
	


}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.reason {
		min-height: 170px;
	}
	.contact .btn {
		width: auto;
	}
	.slide {
		height: 700px;
	}
	.main-heading {
		font-size: 46px;
	}
	.service .h4 {
		font-size: 18px;
	}
	.service p {
		min-height: 110px;
	}
	.team-name {
		font-size: 20px;
	}

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

	.service p {
		min-height: 90px;
	}

}













