/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

b, strong {
  font-weight: 700; }

em, i {
  font-style: italic; }

.center {
  text-align: center; }

* {
  font-family: Helvetica, Arial, Sans-Serif;
  outline: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

/*-------------------------------------------------- Global styles --------------------------------------------------*/
body {
  background: #fff;
  font-family: Helvetica, Arial, Sans-Serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #333; }

.clear {
  clear: both; }

.clear-left {
  clear: left; }

.clear-right {
  clear: right; }

.float-left {
  float: left;
  margin: 0 15px 15px 0; }

.float-right {
  float: right;
  margin: 0 0 15px 15px; }

.margin-zero {
  margin: 0; }

.mobile {
  display: none; }

.centered {
  text-align: center; }

abbr {
  border-bottom: 1px dotted #aaa; }

i.uarr {
  display: inline-block;
  width: 0;
  height: 0;
  text-indent: -99999px;
  vertical-align: middle;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid #333;
  content: ""; }

i.darr {
  display: inline-block;
  width: 0;
  height: 0;
  text-indent: -99999px;
  vertical-align: middle;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #333;
  content: ""; }

i.rarr {
  display: inline-block;
  width: 0;
  height: 0;
  text-indent: -99999px;
  vertical-align: middle;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #333;
  content: ""; }

i.larr {
  display: inline-block;
  width: 0;
  height: 0;
  text-indent: -99999px;
  vertical-align: middle;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 7px solid #333;
  content: ""; }

a {
  color: #e85a15;
  outline: 0;
  text-decoration: none;
  transition: 0.2s; }

a:hover {
  text-decoration: underline; }

p {
  margin: 0 0 15px; }

p.large {
  margin-bottom: 20px;
  font-size: 17px;
  color: #777; }

p.large.planning {
  margin-bottom: 7px; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Varela Round', sans-serif;
  font-weight: 700;
  margin: 0 0 15px; }

h1 {
  font-size: 32px;
  line-height: 36px;
  color: #e85a15; }

h2 {
  font-size: 24px;
  line-height: 30px;
  color: #e85a15; }

h3 {
  font-size: 20px;
  line-height: 24px; }

h3.bar {
  background: #eee;
  border-left: 4px solid #777;
  padding: 5px 12px;
  font-size: 18px;
  text-transform: uppercase; }

h4 {
  font-size: 18px;
  line-height: 22px; }

h5 {
  font-size: 16px;
  line-height: 20px; }

h6 {
  font-size: 15px;
  line-height: 18px;
  margin: 0; }

@media only screen and (max-width: 840px) {
  h1 {
    font-size: 24px;
    line-height: 30px; }

  h2 {
    font-size: 20px;
    line-height: 26px; } }
.btn, input[type=submit] {
  display: inline-block;
  background-color: #e85a15;
  border: 1px rgba(0, 0, 0, 0.2);
  line-height: 38px;
  padding: 0 12px;
  font-family: 'Varela Round', sans-serif;
  font-weight: 400;
  color: #fff;
  text-transform: none;
  font-size: 16px;
  position: relative;
  cursor: pointer;
  transition: 0.2s; }

.btn.secondary {
  background: rgba(88, 88, 88, 0.75); }

.btn i {
  border: 0;
  display: inline-block;
  background: url(/img/sprite.png) 0 -120px no-repeat;
  background-size: 1000px 1000px;
  width: 9px;
  height: 14px;
  position: relative;
  top: 2px;
  margin-left: 5px; }

.btn:hover, input[type=submit]:hover {
  opacity: 0.75;
  text-decoration: none;
  box-shadow: none; }

@media only screen and (max-width: 640px) {
  .btn {
    font-size: 15px; } }
.wrap {
  max-width: 990px;
  position: relative;
  margin: 0 auto; }

@media only screen and (max-width: 1024px) {
  .wrap {
    width: 90%; } }
#left-col {
  width: auto;
  float: left;
  margin: 0 320px 20px 0; }

#right-col {
  width: 300px;
  float: left;
  margin: 0 0 20px -300px; }

#right-col h2 {
  margin: 0 0 10px;
  font-size: 18px; }

@media only screen and (max-width: 900px) {
  #left-col,
  #right-col {
    width: 100%;
    float: none;
    margin: 0 0 20px; }

  #right-col {
    max-width: 400px; } }
#skip {
  display: none; }

.back-to-top {
  margin-bottom: 20px;
  font-size: 12px;
  text-align: right;
  clear: both; }

.hide {
  display: none; }

.scripts {
  position: absolute;
  bottom: 0;
  left: 0; }

form {
  background: #eee;
  border: 1px solid #ddd;
  margin: 0 0 20px;
  padding: 20px; }

form legend {
  margin: 0 0 15px; }

form .input {
  margin: 0 0 5px; }

form label {
  float: left;
  width: 100px;
  padding-top: 7px;
  font-weight: 700; }

form label.small {
  width: auto;
  font-size: 12px;
  font-weight: 400; }

form input[type=text],
form input[type=email],
form input[type=password],
form textarea {
  min-width: 300px;
  border: 1px solid #ccc;
  padding: 5px;
  font-size: 14px; }

form input[type=radio],
form input[type=checkbox] {
  min-width: 1px;
  border: 0;
  padding: 0; }

form input:focus {
  border-color: #aaa; }

form input[type=submit] {
  margin: 10px 0 0 102px;
  -webkit-appearance: none; }

form .error-message {
  width: 100%;
  margin-left: 102px;
  padding: 5px 0;
  font-weight: 700;
  color: #c00; }

@media only screen and (max-width: 520px) {
  form input[type=text],
  form input[type=email],
  form input[type=password],
  form textarea {
    min-width: 100px; } }
.message {
  background: #fdd;
  border: 1px solid #c00;
  color: #c00;
  padding: 7px 10px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px; }

header {
  height: 140px;
  margin-bottom: 20px;
  position: relative;
  z-index: 100; }

header .main {
  height: 100px; }

header .logo {
  display: block;
  float: left;
  width: 380px;
  height: 60px;
  background: url(/img/sprite.png) 0 0 no-repeat;
  background-size: 1000px 1000px;
  margin: 21px 0 0;
  text-indent: -9999px;
  position: absolute; }

header .right {
  float: right; }

header .right ul {
  float: right;
  margin: 12px 0 17px;
  padding-right: 50px;
  font-size: 12px;
  line-height: 12px;
  overflow: hidden; }

header .right li {
  float: left;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #777; }

header .right li:first-child {
  border: 0;
  padding: 0; }

header .right li a {
  color: #777; }

header .right li.location {
  display: block;
  background: #eee;
  border: 1px solid #ddd;
  padding: 4px;
  border-radius: 3px;
  position: absolute;
  margin-top: -6px;
  right: 0;
  z-index: 100; }

header .right li.location i {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #aaa;
  margin-left: 5px;
  content: ""; }

header .right li.location span.uk {
  display: block;
  width: 16px;
  height: 11px;
  background: url(/img/uk.png) 0 0;
  text-indent: -9999px;
  float: left; }

header .right li.location span.us {
  display: block;
  width: 16px;
  height: 11px;
  background: url(/img/us.png) 0 0;
  text-indent: -9999px;
  float: left; }

header .right li.location a {
  display: none;
  border-top: 1px solid #ccc;
  margin-top: 5px;
  padding-top: 5px; }

header .right li.location:hover a {
  display: block; }

header .right .tagline {
  float: right;
  font-family: 'Varela Round', sans-serif;
  font-size: 18px;
  color: #e85a15;
  clear: both; }

header nav {
  background: #6c6c6c;
  background: rgba(90, 90, 90, 0.85);
  height: 44px;
  line-height: 44px;
  font-family: 'Varela Round', sans-serif;
  font-size: 16px; }

header nav li {
  width: 50%;
  display: block;
  float: left;
  border-left: 1px solid #ccc;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center; }

.lte8 header nav li {
  border: 0; }

header nav li.home {
  display: none; }

/*header nav li.timeframes { width: 33%; }*/
/*header nav li.resources { width: 39%; border-right: 1px solid #ccc; border-right: 1px solid rgba(255,255,255,0.5); }*/
/*.lte8 header nav li.resources { width: 38.5%; }*/
header nav li.resources {
  border-right: 1px solid #ccc;
  border-left: 1px solid rgba(255, 255, 255, 0.5); }

.lte8 header nav li.resources {
  border: 0; }

header nav li a {
  display: block;
  padding: 0 15px;
  color: #fff; }

header nav li a:hover {
  background: rgba(0, 0, 0, 0.5);
  text-decoration: none; }

header nav li.sub {
  display: none; }

@media only screen and (max-width: 840px) {
  header, header .main {
    height: auto; }

  header nav {
    font-size: 14px; }

  header .right {
    float: none;
    border-bottom: 1px solid #ddd;
    text-align: left; }

  header .right ul {
    float: none;
    margin: 10px 0;
    padding: 0; }

  header .right li,
  header .right li:first-child {
    margin-left: 0;
    padding-right: 10px; }

  header .right li.location {
    margin-top: -5px; }

  header .right .tagline {
    display: none; }

  header .logo {
    float: none;
    margin: 20px 0;
    position: relative; }

  header nav .wrap {
    width: 100%; }

  header nav {
    height: auto;
    line-height: 36px;
    clear: both; }

  header nav li {
    width: 100%;
    float: none;
    border: 0;
    border-bottom: 1px solid #ccc; }

  header nav li.resources {
    border: 0; }

  .mobile {
    display: block; } }
@media only screen and (max-width: 640px) {
  header .logo {
    float: none;
    width: 270px;
    height: 50px;
    background-size: 700px 700px;
    margin: 20px 0 10px; } }
@media only screen and (max-width: 600px) {
  header .right li.articles,
  header .right li.advertising {
    display: none; } }
@media only screen and (max-width: 360px) {
  header .logo {
    float: none;
    width: 240px;
    height: 45px;
    background-size: 600px 600px; }

  div.location {
    top: 5px; }

  header .desktop {
    display: none; } }
@media only screen and (max-width: 420px) {
  header .right li,
  header .right li:first-child {
    border: 0;
    margin-left: 0;
    padding-right: 0;
    font-size: 11px; } }
@media only screen and (max-width: 940px) {
  header nav.scroll-to-fixed-fixed {
    position: static !important; } }
@media only screen and (min-width: 941px) {
  header nav.scroll-to-fixed-fixed {
    background: rgba(30, 30, 30, 0.9); }

  header nav.scroll-to-fixed-fixed ul {
    text-align: right; }

  header nav.scroll-to-fixed-fixed li,
  header nav.scroll-to-fixed-fixed li.sub {
    display: inline-block;
    float: none;
    width: auto;
    border: 0;
    border-right: 1px solid #aaa;
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    margin-top: 14px; }

  header nav.scroll-to-fixed-fixed li a {
    margin: 0 10px;
    padding: 0;
    transition: none; }

  header nav.scroll-to-fixed-fixed li a:hover {
    background-color: transparent;
    border-bottom: 4px solid #e85a15;
    padding-bottom: 10px; }

  header nav.scroll-to-fixed-fixed li.home {
    display: block;
    float: left;
    height: 44px;
    border: 0;
    margin: 0;
    padding: 9px 0 0;
    border-left: 0; }

  header nav.scroll-to-fixed-fixed li.home a {
    display: block;
    width: 173px;
    height: 27px;
    background: url(/img/sprite.png) -660px 0 no-repeat;
    margin: 0;
    text-indent: -9999px; }

  header nav.scroll-to-fixed-fixed li.home a:hover {
    border: 0; }

  header nav.scroll-to-fixed-fixed li.timeframes {
    border-left: 0; }

  header nav.scroll-to-fixed-fixed li.last {
    border-right: 0; }

  header nav.scroll-to-fixed-fixed li.last a {
    margin-right: 0; } }
header #toggle-nav {
  display: none; }

.advertising.header {
  background: #eee;
  border-bottom: 1px solid #ddd;
  margin: 0 0 10px;
  padding: 10px 0 5px;
  text-align: center; }

.advertising.header div {
  width: 728px;
  height: 90px;
  margin: 0 auto; }

.resource-advert {
  width: 48.5%;
  float: left;
  margin: 10px 3% 20px 0; }

.resource-adverts > .resource-advert:last-child {
  margin: 10px 0 20px; }

.resource-advert h4 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px; }

@media only screen and (max-width: 800px) {
  .advertising.header img {
    max-width: 728px;
    width: 90%;
    height: auto; } }
@media only screen and (max-width: 640px) {
  .resource-advert {
    width: 100%;
    margin: 0 0 20px;
    text-align: center; }

  .resource-advert {
    text-align: left; } }
footer {
  background: #333;
  padding: 20px 0 15px;
  font-size: 13px;
  color: #fff;
  clear: both;
  overflow: hidden; }

footer a {
  color: #fff; }

footer li {
  float: left;
  border-right: 1px solid #fff;
  line-height: 14px;
  margin-right: 10px;
  padding-right: 10px; }

footer li:last-child {
  border: 0; }

footer nav li {
  margin-bottom: 20px; }

footer .left {
  float: left; }

footer .right {
  float: right;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 16px; }

footer .logo {
  display: block;
  width: 236px;
  height: 36px;
  background: url(/img/sprite.png) -400px 0 no-repeat;
  background-size: 1000px 1000px;
  margin: 0 0 5px -38px;
  text-indent: -9999px; }

footer .bottom {
  border-top: 1px solid #fff;
  padding: 15px 0 0;
  font-size: 12px;
  line-height: 18px;
  clear: both;
  text-align: right; }

footer .bottom p {
  float: right;
  margin: 0; }

footer .bottom ul {
  float: left;
  margin: 0;
  text-align: left; }

footer ul.social {
  clear: left; }

ul.social li {
  border: 0;
  margin: 0 10px 0 0;
  padding: 0; }

ul.social li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #fff url(/img/sprite.png) 8px -161px no-repeat;
  background-size: 1000px 1000px;
  text-indent: -9999px;
  border-radius: 100%; }

ul.social li a:hover {
  opacity: 0.75; }

ul.social li a.twitter {
  background-position: -28px -161px; }

ul.social li a.linkedin {
  background-position: -64px -161px; }

ul.social li a.youtube {
  background-position: -98px -161px; }

@media only screen and (max-width: 1024px) {
  footer .left,
  footer .right {
    float: none;
    margin: 0 0 20px; }

  footer ul.social {
    margin: 0 0 50px;
    padding-top: 10px; }

  footer .logo {
    margin: 0 0 10px; }

  footer nav li,
  footer .bottom li {
    margin-bottom: 10px; } }
@media only screen and (max-width: 980px) {
  footer .bottom p {
    float: none;
    text-align: left;
    clear: both; } }
.jump-links {
  height: 40px;
  line-height: 40px;
  margin: 0 0 10px;
  overflow: hidden; }

.jump-links li {
  display: block;
  float: left;
  border-right: 1px solid #aaa;
  line-height: 14px;
  margin: 13px 10px 0 0;
  padding-right: 10px; }

.jump-links li:first-child,
.jump-links li:last-child {
  border: 0;
  padding: 0; }

.jump-links li a {
  transition: none; }

.jump-links.scroll-to-fixed-fixed {
  width: 100% !important;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #ddd;
  left: 0 !important; }

.jump-links.scroll-to-fixed-fixed ul {
  width: 990px;
  margin: 0 auto; }

.jump-links.scroll-to-fixed-fixed li a.active {
  border-bottom: 4px solid #e85a15;
  padding-bottom: 7px;
  color: #333; }

.jump-links.scroll-to-fixed-fixed li a.active:hover {
  text-decoration: none; }

@media only screen and (max-width: 940px) {
  .jump-links {
    display: none; } }
#planning-stages .guides {
  clear: both; }

#lead {
  background: #b5c6d6 url(/img/lead-img.jpg) top center no-repeat;
  margin: -60px 0 0;
  padding: 75px 0 25px;
  position: relative;
  z-index: 1; }

#lead h1 {
  width: 550px;
  margin: 0 0 20px;
  font-size: 29px;
  line-height: 36px;
  color: #333; }

#lead p.lead-intro {
  width: 535px;
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
  margin: 0 0 25px;
  padding: 15px 17px;
  font-size: 17px;
  line-height: 22px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); }

#lead .btn {
  margin-right: 10px; }

@media only screen and (max-width: 640px) {
  #lead {
    background-size: 2560px 770px;
    margin-top: -92px;
    padding-top: 100px;
    padding-bottom: 2px; }

  #lead h1,
  #lead p.lead-intro {
    width: auto; }

  #lead h1 {
    font-size: 22px;
    line-height: 28px; }

  #lead p.lead-intro {
    font-size: 14px;
    line-height: 18px; }

  #lead .btn {
    margin-bottom: 10px; } }
@media only screen and (max-width: 480px) {
  #lead .btn {
    display: block;
    margin-right: 0;
    text-align: center; } }
#lead-bullets {
  margin-bottom: 20px; }

#lead-bullets ul {
  border-bottom: 1px solid #ddd;
  height: 60px;
  line-height: 60px;
  color: #777;
  font-size: 16px; }

#lead-bullets li {
  display: block;
  float: left;
  margin-right: 25px; }

#lead-bullets li:last-child {
  margin: 0; }

#lead-bullets li i {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(/img/sprite.png) 0 -80px no-repeat;
  background-size: 1000px 1000px;
  margin-right: 5px;
  position: relative;
  top: 3px; }

@media only screen and (max-width: 1024px) {
  #lead-bullets ul {
    font-size: 14px; } }
@media only screen and (max-width: 980px) {
  #lead-bullets ul {
    font-size: 13px; } }
@media only screen and (max-width: 940px) {
  #lead-bullets ul {
    height: auto;
    border: 0;
    padding-top: 2px; }

  #lead-bullets li {
    width: 100%;
    float: none;
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: 12px 0 8px;
    line-height: 18px;
    clear: left; }

  #lead-bullets li i {
    display: block;
    float: left;
    margin: -2px 10px 5px 0;
    top: auto; } }
.testimonial {
  width: 230px; }

.testimonial.right {
  float: right;
  margin: 0 0 20px 25px; }

.testimonial.left {
  float: left;
  margin: 0 20px 20px 0; }

.testimonial p.quote {
  margin: 0 0 10px;
  font-family: 'Varela Round', sans-serif;
  font-size: 20px;
  line-height: 26px;
  color: #777; }

.testimonial p.author {
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  text-align: right; }

.testimonial p.author span {
  color: #e85a15; }

#right-col .guides li.testimonial {
  border: 0;
  border-top: 1px solid #ddd;
  margin: 0;
  padding: 20px 0; }

#right-col .guides li.testimonial:hover {
  box-shadow: none; }

@media only screen and (max-width: 840px) {
  .testimonial p.quote {
    font-size: 16px;
    line-height: 22px; } }
@media only screen and (max-width: 640px) {
  .testimonial.right {
    display: none; }

  .text-block .testimonial.right {
    display: block;
    width: 100%;
    float: none;
    margin: 0 0 20px; }

  .testimonial p.author {
    text-align: left; } }
.guides {
  clear: both;
  overflow: hidden; }

.guides.grey {
  background: #eee;
  margin-bottom: 20px;
  padding: 20px 0 0;
  box-shadow: inset 0 0 5px #ddd; }

.guides li {
  display: block;
  float: left;
  width: 23.5%;
  min-height: 370px;
  background: #fff;
  border: 1px solid #ddd;
  margin: 0 2% 20px 0;
  position: relative;
  transition: 0.2s; }

.lte8 .guides li {
  margin: 0 0.6% 15px; }

.guides.grey li {
  border: 1px solid #fff;
  box-shadow: 0 0 5px #ddd; }

.guides li:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); }

.guides li:nth-child(4n+4) {
  margin-right: 0; }

.guides li:nth-child(4n+5) {
  clear: left; }

.guides li .thumb {
  height: 120px;
  text-align: center;
  overflow: hidden; }

#right-col .guides li .thumb {
  height: 100px; }

#right-col .guides li .thumb.promo {
  height: 130px; }

.guides li .thumb img {
  min-width: 300px;
  height: auto;
  margin-bottom: 10px; }

.guides li h4 {
  font-family: Helvetica, Arial, Sans-Serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin: 15px 15px 10px; }

.guides li h4 a {
  color: #333; }

.guides li p {
  font-size: 12px;
  line-height: 16px;
  margin: 0 15px 15px; }

.guides li .btn {
  width: 140px;
  height: 32px;
  padding: 0;
  line-height: 34px;
  font-size: 15px;
  text-align: center;
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -70px; }

.directory-advert img {
  width: 100%;
  height: auto;
  max-width: 300px; }

@media only screen and (max-width: 940px) {
  .guides li {
    width: 48.5%;
    min-height: 300px;
    margin: 0 3% 20px 0; }

  .guides li:nth-child(even) {
    margin-right: 0; }

  .guides li .thumb img {
    width: 100%;
    height: auto; } }
@media only screen and (max-width: 767px) {
  .guides li {
    min-height: 320px; } }
@media only screen and (max-width: 640px) {
  .guides li {
    min-height: 360px; } }
@media only screen and (max-width: 520px) {
  .guides li {
    width: 100%;
    margin: 0 0 20px;
    min-height: 1px;
    padding-bottom: 45px; } }
#right-col .guides li {
  width: 100%;
  min-height: 1px;
  height: auto;
  margin: 0 0 20px; }

#right-col .guides li .btn {
  position: relative;
  margin-top: 15px; }

#right-col .guides li .thumb {
  background: #eee; }

#right-col .guides li .thumb img {
  max-width: 400px; }

.text-block {
  margin: 0 0 20px; }

.text-block ul,
.text-block ol {
  margin: 0 0 15px 40px; }

.text-block ul li {
  background: url(/img/bullet.png) 0 4px no-repeat;
  list-style: none outside;
  margin: 0 0 7px;
  padding-left: 15px; }

.text-block ol li {
  list-style: decimal outside;
  margin: 0 0 7px; }

.overview {
  background: #eee;
  border: 1px solid #ddd;
  border-left: 4px solid #777;
  margin: 25px 0;
  padding: 30px; }

.overview img.thumb {
  float: right;
  width: 15%;
  height: auto;
  max-width: 120px;
  min-width: 30px;
  margin: 0 0 20px 20px; }

.overview p {
  color: #333; }

@media only screen and (max-width: 520px) {
  .overview {
    padding: 20px; }

  .overview p {
    font-size: 14px;
    line-height: 18px; }

  .overview .btn {
    display: block;
    font-size: 14px;
    text-align: center; }

  .overview .btn span {
    display: none; }

  .text-block .btn {
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    white-space: normal; } }
div.register.vertical {
  padding: 20px 0;
  overflow: hidden; }

.signup {
  width: 100%;
  float: left;
  background: #fff;
  padding: 17px 20px 15px;
  border: 1px solid #ccc;
  position: relative;
  z-index: 2; }

.lte7 .signup {
  width: 310px; }

.signup form {
  background: none;
  border: 0;
  margin: 0;
  padding: 0; }

.signup form input {
  width: 100%;
  border: 1px solid #ccc;
  margin: 0 0 10px;
  padding: 7px;
  font-size: 14px; }

.signup form input:focus {
  border-color: #aaa; }

.signup form input.btn {
  display: block;
  width: 230px;
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 16px;
  position: relative;
  clear: left; }
  @media only screen and (max-width: 520px) {
    .signup form input.btn {
      line-height: 38px; } }

.signup .steps {
  margin-bottom: 20px; }

.signup .steps li {
  margin: 0 0 10px 35px; }

.signup .steps li i {
  display: block;
  float: left;
  background: #e85a15;
  width: 22px;
  height: 22px;
  line-height: 22px;
  margin: 0 10px 5px -35px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  text-align: center;
  border-radius: 100%; }

.signup .inputs {
  border-top: 1px solid #ddd;
  padding-top: 20px; }

.signup .inputs div {
  width: 49%;
  float: left;
  margin: 0 1% 0 0; }

.signup .inputs div.email {
  margin: 0 0 0 1%; }

.signup .inputs div label {
  float: left;
  width: 15%; }

.signup .inputs div input {
  width: 85%;
  margin-bottom: 20px; }

.signup p {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700; }

.signup p.login {
  float: right;
  margin-top: -45px;
  font-size: 12px;
  font-weight: 400; }

.signup .timeframes {
  padding: 5px 0; }

.signup .timeframes div {
  float: left;
  width: 12.83%;
  margin: 0 0 5px; }

.signup .timeframes div.label {
  width: 23%;
  font-weight: 700; }

.signup .timeframes input {
  position: relative;
  float: left;
  min-width: 1px;
  width: auto;
  border: 0;
  margin: 0 5px 0 0;
  padding: 0;
  top: 3px; }

.signup .timeframes label {
  width: auto;
  padding: 0;
  font-size: 14px;
  font-weight: 400; }

.signup p.terms input {
  float: left;
  width: auto;
  margin: 10px 7px 20px 0;
  clear: both; }

.signup form .error-message {
  width: 100%;
  margin: -15px 0 10px 0px;
  padding: 0; }

.signup #terms {
  display: none;
  width: 100%;
  height: 200px;
  background: #eee;
  border: 1px solid #ccc;
  margin: 15px 0 5px;
  padding: 15px;
  overflow-y: scroll;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2); }

.signup #terms h3 {
  font-family: Helvetica, sans-serif;
  margin: 0 0 10px;
  padding-top: 5px;
  line-height: 22px;
  font-size: 18px;
  font-weight: 700; }

.signup #terms p,
.signup #terms li {
  font-size: 12px;
  font-weight: 400; }

.signup.vertical h2 {
  font-size: 21px; }
.signup.vertical p {
  margin: 0 0 15px;
  font-weight: 400;
  font-size: 15px; }
.signup.vertical .instructions {
  float: right;
  width: 50%;
  margin-top: 32px;
  padding-left: 20px; }
  .signup.vertical .instructions ul {
    margin-left: 0; }
  @media only screen and (max-width: 600px) {
    .signup.vertical .instructions {
      display: none; } }
.signup.vertical ul.steps {
  margin-bottom: 30px; }
  .signup.vertical ul.steps li {
    background: #eee;
    border: 1px solid #ddd;
    margin: 0 0 15px;
    padding: 12px 15px;
    font-size: 14px; }
    .signup.vertical ul.steps li b {
      display: block;
      color: #e85a15; }
.signup.vertical .form {
  float: left;
  width: 50%;
  padding-right: 20px; }
  @media only screen and (max-width: 600px) {
    .signup.vertical .form {
      width: 100%;
      padding: 0; } }
.signup.vertical .inputs {
  border: 0;
  padding: 0; }
  .signup.vertical .inputs div {
    float: none;
    width: 100%;
    margin: 0 0 10px !important; }
    .signup.vertical .inputs div label {
      float: none;
      width: 100%;
      display: block;
      margin-bottom: 5px; }
    .signup.vertical .inputs div input {
      min-width: 1px;
      width: 100%;
      margin: 0; }
.signup.vertical .timeframes div {
  float: none;
  width: 100%;
  margin-bottom: 5px;
  padding-left: 2px;
  overflow: hidden; }
.signup.vertical .timeframes div.label {
  float: none;
  width: 100%;
  margin: 0 0 10px !important;
  padding: 0; }
.signup.vertical .testimonial {
  width: 100%;
  color: #777;
  font-family: 'Varela Round', sans-serif;
  text-align: center; }
  .signup.vertical .testimonial p {
    font-size: 20px;
    text-align: center; }
    .signup.vertical .testimonial p.author {
      font-size: 12px;
      font-family: Helvetica, Arial, Sans-Serif; }

.complete label {
  width: 160px; }

.complete form input[type=submit] {
  margin-left: 162px; }

@media only screen and (max-width: 1024px) {
  .signup .timeframes div {
    width: 33.33%; }

  .signup .timeframes div.label {
    width: 100%; } }
@media only screen and (max-width: 767px) {
  .signup .steps li {
    font-size: 14px; }

  .signup .inputs div,
  .signup .inputs div.email {
    width: 100%;
    margin: 0; }

  .signup p.login {
    float: none;
    margin-top: 15px; } }
@media only screen and (max-width: 520px) {
  .signup .timeframes {
    padding-top: 10px;
    clear: both; }

  .signup .timeframes div {
    width: 100%; }

  .signup .inputs div input {
    min-width: 1px;
    width: 100%;
    margin-bottom: 10px; }

  .signup p.terms label,
  .signup p.terms input {
    display: inline;
    float: none;
    margin-bottom: 0; } }
.register .right {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-left: 0;
  width: 638px;
  float: left;
  margin: 17px 0 0;
  padding: 15px 15px 5px; }

.lte7 .register .right {
  width: 598px; }

.register .right h3 {
  font-size: 18px; }

.register .right h4 {
  color: #e85a15; }

.register .right ul {
  margin-bottom: 20px; }

.register .right li {
  margin: 0 0 7px; }

.register .right li i {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(/img/sprite.png) 0 -80px no-repeat;
  background-size: 1000px 1000px;
  margin-right: 5px;
  position: relative;
  top: 4px; }

.register .stats {
  height: 100px;
  margin: 0 0 30px 100px;
  padding-top: 30px;
  clear: both; }

.register .stats div {
  width: 33%;
  float: left;
  font-size: 32px;
  color: #e85a15; }

.register .stats div span {
  display: block;
  padding-top: 5px;
  font-size: 12px;
  color: #777; }

.register .stats div i {
  display: block;
  float: left;
  background: url(/img/sprite.png) no-repeat;
  background-size: 1000px 1000px;
  margin: -5px 10px 10px 0; }

.register .stats div i.users {
  width: 55px;
  height: 28px;
  background-position: 0 -206px; }

.register .stats div i.company {
  width: 28px;
  height: 34px;
  background-position: 0 -250px; }

.register .stats div i.guides {
  width: 21px;
  height: 33px;
  background-position: 0 -308px; }

@media only screen and (max-width: 940px) {
  .register .stats {
    margin-left: 0; } }
@media only screen and (max-width: 767px) {
  .signup {
    margin-bottom: 20px; }

  .register .stats {
    display: none; } }
.overlay {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998; }

#register-modal {
  width: 940px;
  position: fixed;
  top: 50%;
  margin-top: -300px;
  left: 50%;
  margin-left: -470px;
  z-index: 9999; }

#register-modal .close {
  position: absolute;
  top: 15px;
  right: 20px;
  color: #777;
  font-size: 24px;
  z-index: 9999; }

#register-modal .close:hover {
  color: #e85a15;
  text-decoration: none; }

.article {
  border-bottom: 1px solid #ddd;
  margin: 0 0 15px;
  clear: left;
  overflow: hidden; }

.article .thumb {
  float: left;
  width: 150px;
  height: 100px;
  margin: 0 15px 15px 0;
  overflow: hidden; }

.article .thumb img {
  min-width: 150px;
  height: auto; }

.article h3 {
  font-size: 18px;
  margin: 0 0 5px; }

.article p.summary {
  font-size: 14px; }

.paging {
  min-height: 30px;
  overflow: hidden; }

.paging span {
  display: block;
  float: left;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  background: #eee;
  border: 1px solid #ddd;
  margin: 0 5px 5px 0;
  text-align: center;
  transition: none; }

.paging a {
  display: block;
  padding: 0 10px; }

.paging span:hover {
  background: #e85a15;
  border-color: rgba(0, 0, 0, 0.2); }

.paging span:hover a {
  color: #fff;
  text-decoration: none; }

.paging span.current {
  background: #fff; }

.paging .disabled {
  display: none; }

.contact-left {
  width: 67%;
  float: left;
  margin-right: 3%; }

.contact-left form label {
  display: block;
  float: none;
  width: 100%; }

.contact-left form textarea {
  width: 100%;
  height: 200px; }

.contact-left form input[type=submit] {
  margin-left: 0; }

.contact-right {
  width: 30%;
  float: left; }

.contact-right h3 {
  color: #e85a15;
  border-bottom: 1px solid #ddd; }

.underlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998; }

#ouibounce-modal .modal {
  background: #fff;
  width: 740px;
  position: fixed;
  top: 50%;
  margin-top: -220px;
  left: 50%;
  margin-left: -370px;
  z-index: 9999;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }

.lte8 #ouibounce-modal .modal {
  border: 1px solid #ccc; }

#ouibounce-modal .modal .modal-title {
  padding: 20px; }

#ouibounce-modal .modal .modal-title img {
  float: left;
  width: auto;
  height: 115px;
  margin: 0 25px 25px 0;
  opacity: 1; }

#ouibounce-modal .modal h2 {
  margin: 5px 0 10px;
  font-size: 18px;
  line-height: 18px;
  color: #333; }

#ouibounce-modal .modal h3 {
  margin: 0;
  font-size: 32px;
  line-height: 40px;
  color: #e85a15; }

#ouibounce-modal .modal .modal-body {
  padding: 0 20px 10px;
  position: relative;
  clear: both; }

#ouibounce-modal .modal .modal-body li {
  background: url(/img/bullet.png) 0 4px no-repeat;
  list-style: none outside;
  margin: 0 0 7px;
  padding-left: 15px;
  margin: 0 50px 12px;
  font-size: 16px;
  font-weight: 600;
  text-align: left; }

#ouibounce-modal .modal .modal-body .btn {
  height: 40px;
  line-height: 42px;
  margin: 15px 0 10px;
  padding: 0 15px;
  font-size: 20px; }

#ouibounce-modal .modal .modal-body .btn i {
  top: 0; }

#ouibounce-modal .modal .modal-body p.sub {
  margin: 0 40px 15px;
  font-size: 14px;
  font-weight: 400;
  color: #e85a15;
  text-align: center; }

#ouibounce-modal .modal .modal-footer {
  background: #eee;
  border-top: 1px solid #ddd;
  padding: 12px 20px;
  text-align: center; }

#ouibounce-modal .modal .modal-footer a {
  font-size: 12px;
  color: #555; }

@media only screen and (max-width: 767px) {
  #ouibounce-modal .modal {
    width: 90%;
    top: 5%;
    margin-left: 0;
    margin-top: 0;
    left: 5%; }

  #ouibounce-modal .modal .modal-title img {
    display: none; }

  #ouibounce-modal .modal .modal-body li {
    margin: 0 0 12px;
    font-size: 15px; }

  #ouibounce-modal .modal .modal-body .btn {
    font-size: 15px; } }
@media only screen and (max-width: 767px) {
  .contact-left,
  .contact-right {
    width: 100%;
    margin: 0 0 20px; }

  form input[type=text],
  form input[type=password],
  form input[type=email] {
    width: 100%; }

  .login form input[type=submit] {
    margin-left: 0; } }
@media only screen and (max-width: 480px) {
  form input {
    width: 100%; } }
#debug-kit-toolbar {
  top: 50% !important; }

div.directory.add-listing form > button[type=reset] {
  float: right; }

div.directory.add-listing form div.input {
  min-height: 57px;
  clear: both; }

div.directory.add-listing form div.input div.error-message {
  float: left;
  margin: 0; }

div.directory.add-listing form div.submit input {
  margin: 0; }

div.directory.add-listing form div.input label {
  width: auto; }

div.directory.add-listing form div.input label span {
  font-size: 12px;
  font-weight: normal;
  color: #777; }

div.directory.add-listing form div.input input,
div.directory.add-listing form div.input textarea {
  width: 100%;
  float: left;
  clear: left; }

#DirectoryListingListingContent {
  margin-bottom: 10px; }

#EmailDirectoryListingContent {
  height: 200px;
  margin-bottom: 10px; }

#reset-listing-content {
  float: right; }

#debug-kit-toolbar {
  top: 50% !important; }

.directory-search {
  background: #b5c6d6 url(/img/lead-img.jpg) center center no-repeat;
  margin: -60px 0 20px;
  padding: 75px 0 20px;
  position: relative;
  z-index: 1; }

.directory-search h1 {
  max-width: 600px;
  color: #111; }

.directory-search p {
  max-width: 600px; }

.directory-search .select {
  float: left;
  width: 290px;
  background: #fff;
  border: 2px solid #ccc;
  height: 40px;
  font-family: 'SUN3', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #777;
  position: relative;
  cursor: pointer;
  overflow: hidden; }

.directory-search .select:before {
  content: "";
  background: #e85a15 url(/img/darr.png) center center no-repeat;
  background-size: 14px 14px;
  width: 38px;
  height: 37px;
  position: absolute;
  top: 0;
  right: 0; }

.directory-search .select:hover {
  border-color: #e85a15; }

.directory-search .select select {
  width: 115%;
  height: 40px;
  background: none;
  border: 0;
  outline: 0;
  font-size: 16px;
  color: #777;
  position: relative;
  left: 12px;
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-appearance: window;
  appearance: none; }

.directory-search .select select::-ms-expand {
  display: none; }

.lte8 .directory-search .select select {
  top: -10px; }

@media only screen and (max-width: 420px) {
  .directory-search form {
    padding: 5px 5px 0; }

  .directory-search .input input {
    width: 160px;
    font-size: 15px !important; }

  .directory-search .input.submit input {
    width: auto; } }
.directory .locations {
  float: left;
  width: 590px; }

.directory .map {
  float: left;
  width: 400px;
  position: relative; }

.directory h2 {
  font-size: 22px; }

.directory .map img {
  width: 100%;
  height: auto; }

.directory .map ul li {
  list-style: none;
  background: none;
  font-size: 10px;
  font-weight: 600;
  line-height: 10px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0; }

.directory .map ul li a {
  color: #111; }

.directory .map ul li.east-midlands {
  top: 270px;
  left: 275px; }

.directory .map ul li.east-anglia {
  top: 310px;
  left: 325px; }

.directory .map ul li.greater-london {
  top: 345px;
  left: 305px; }

.directory .map ul li.north-east {
  top: 165px;
  left: 252px; }

.directory .map ul li.north-west {
  top: 190px;
  left: 221px; }

.directory .map ul li.northern-ireland {
  top: 200px;
  left: 72px; }

.directory .map ul li.republic-of-ireland {
  top: 260px;
  left: 55px; }

.directory .map ul li.scotland {
  top: 90px;
  left: 177px; }

.directory .map ul li.south-east {
  top: 370px;
  left: 300px; }

.directory .map ul li.south-west {
  top: 375px;
  left: 205px; }

.directory .map ul li.wales {
  top: 325px;
  left: 188px; }

.directory .map ul li.west-midlands {
  top: 297px;
  left: 232px; }

.directory .map ul li.yorkshire-humber {
  top: 215px;
  left: 262px; }

.directory ul li {
  display: block;
  margin-bottom: 30px; }

/*.lte8 .directory ul li { float: left; width: 33%; }*/
/*.lte8 .directory ul li ul li { width: 100%; clear: left; }*/
@media only screen and (max-width: 640px) {
  .directory .locations ul li {
    width: 100%; }

  .directory .locations ul li:nth-child(3n+1) {
    clear: none; }

  .directory .locations ul li:nth-child(odd) {
    clear: left; }

  .directory-list div {
    width: 100% !important; } }
@media only screen and (max-width: 480px) {
  .directory .map {
    display: none; } }
.directory ul li h4 {
  margin-bottom: 15px; }

.directory ul li ul li {
  background: url(/img/bullet.png) 0 3px no-repeat;
  list-style: none outside;
  margin: 0 0 10px;
  padding-left: 15px; }

#right-col.wide {
  width: 73%; }

#left-col.narrow {
  width: 24%; }

.types-intro {
  margin: 0 0 25px; }

.business-types h3 {
  margin-bottom: 0; }

.business-types li {
  background: url(/img/bullet.png) 0 13px no-repeat;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  list-style: none outside;
  margin: 0 0 7px;
  padding-left: 15px; }

@media only screen and (max-width: 640px) {
  #right-col.wide,
  #left-col.narrow {
    width: 100%; } }
.directory-listings {
  padding-top: 5px; }

.directory-listings li {
  border: 1px solid #ddd;
  margin: 0 0 20px;
  padding: 15px 0 0; }

.directory-listings li .approved {
  float: right;
  width: 60px;
  height: auto;
  margin: 0 15px 15px; }

.directory-listings li h4 {
  margin: 0 15px; }

.directory-listings li h4 a {
  color: #111; }

.directory-listings li p {
  margin: -5px 100px 15px 15px;
  font-size: 14px;
  line-height: 18px; }

.directory-listings li .listing-type {
  margin-top: 0;
  font-size: 12px;
  color: #777; }

.directory-listings li .listing-card div {
  float: left; }

.directory-listings li .listing-card a {
  color: #111; }

.directory-listings li .listing-card {
  border-top: 1px solid #ddd;
  margin: 0 15px;
  padding: 15px 0;
  font-size: 14px;
  position: relative;
  overflow: hidden; }

.directory-listings li .listing-card span {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #e85a15 url(/img/directory-icons.png) 0 0 no-repeat;
  position: relative;
  margin: 0 3px 0 0;
  top: -1px;
  text-indent: -9999px;
  border-radius: 100%; }

.directory-listings li .listing-card span.website {
  background-position: 0 -20px;
  margin-left: 20px; }

.directory-listings li .listing-card .btn {
  position: absolute;
  top: 10px;
  right: 0;
  height: 30px;
  padding: 0 10px;
  line-height: 32px;
  font-size: 14px;
  color: #fff; }

@media only screen and (max-width: 840px) {
  .directory-listings li .listing-card .btn {
    position: relative;
    right: auto;
    top: auto;
    float: left;
    margin: 10px 0 0;
    clear: left; } }
@media only screen and (max-width: 480px) {
  .directory-listings li p {
    margin-right: 0; }

  .directory-listings li .listing-card div {
    margin: 0 0 10px;
    clear: left; }

  .directory-listings li .listing-card span.website {
    margin-left: 0; }

  .directory-listings li .listing-card .btn {
    margin-top: 0; } }
#directory-listing .contact-btn {
  margin-top: 15px; }

#directory-listing ul {
  margin-left: 0; }

#directory-listing h3 {
  border-top: 1px solid #ddd;
  margin-bottom: 10px;
  padding-top: 15px;
  clear: right; }

h2.subheading {
  font-size: 22px;
  color: #777; }

.card {
  float: right;
  width: 370px;
  border: 1px solid #ddd;
  margin: 0 0 20px 20px;
  padding: 15px 5px 10px 20px;
  box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.1); }

.card img {
  display: block;
  width: auto;
  max-height: 60px;
  margin: 0 0 20px; }

.card p {
  margin: 0 0 7px;
  font-size: 13px;
  clear: left; }

.card p span {
  display: inline-block;
  float: left;
  width: 75px;
  margin-bottom: 7px;
  font-weight: bold; }

.card p.address span {
  margin-bottom: 45px; }

@media only screen and (max-width: 767px) {
  .card {
    float: none;
    margin: 0 0 20px; } }
.advertise-here {
  background: #fff;
  border: 1px solid #ddd;
  border-top: 4px solid #3B6982;
  margin-bottom: 20px;
  padding: 15px;
  text-align: center; }

.advertise-here h3 {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 28px; }

.advertise-here h3 span {
  color: #3B6982; }

.advertise-here .btn {
  background-color: #3B6982; }

#right-col .box.refine h2 {
  margin-bottom: 5px; }

.box.refine ul {
  margin-bottom: 20px; }

.box.refine ul li {
  margin: 0 0 7px; }

.box.refine ul li:last-child {
  border: 0;
  padding-bottom: 0; }

.box.refine ul li input {
  display: none; }

.box.refine ul li label {
  display: block;
  background: #eee;
  border: 1px solid #ddd;
  color: #777;
  font-size: 13px;
  font-weight: 600;
  padding: 7px 7px;
  position: relative;
  border-radius: 0px; }

.box.refine ul li label:hover {
  opacity: 0.85;
  cursor: pointer; }

.box.refine ul li input:checked + label {
  background: #393939;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #fff; }

.box.refine ul li label:after {
  content: "";
  display: block;
  width: 15px;
  height: 12px;
  background: url(/img/tick-cross-filter.png) 15px 12px;
  background-size: 30px 24px;
  position: absolute;
  top: 11px;
  right: 10px; }

.box.refine ul li input:checked + label:after {
  background-position: 0 0; }

/*# sourceMappingURL=global.css.map */
