/* Minification failed. Returning unminified contents.
(674,31): run-time error CSS1055: Expected media-query expression, found 'only'
(4724,24): run-time error CSS1055: Expected media-query expression, found 'print'
(5203,1): run-time error CSS1019: Unexpected token, found '}'
(5355,43): run-time error CSS1019: Unexpected token, found ' '
(5355,43): run-time error CSS1034: Expected closing parenthesis, found ' '
(8746,1): run-time error CSS1019: Unexpected token, found '@charset'
(8746,10): run-time error CSS1019: Unexpected token, found '"utf-8"'
(8746,17): run-time error CSS1019: Unexpected token, found ';'
 */
/****************************/
/* Version 1.13 08 Oct 2013 */
/****************************/
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */

  -ms-text-size-adjust: 100%;
  /* 2 */

  -webkit-text-size-adjust: 100%;
  /* 2 */

  -webkit-font-smoothing: antialiased;
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  /* 2 */

}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */

  font-size: 100%;
  /* 2 */

  margin: 0;
  /* 3 */

}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: "Gill Sans W01 Book";
  src: url("/content/fonts/2cebe80c-b289-4ae0-a3b0-baa82c6c6e10.eot?#iefix");
  src: url("/content/fonts/2cebe80c-b289-4ae0-a3b0-baa82c6c6e10.eot?#iefix") format("eot"), url("/content/fonts/2bc69477-90c2-4415-a51f-36e36eee3d5e.woff") format("woff"), url("/content/fonts/33447d8d-d920-48e7-b0a9-1d3dda80d6a6.ttf") format("truetype"), url("/content/fonts/e49c440c-7653-44ce-96d2-f775947ba9fe.svg#e49c440c-7653-44ce-96d2-f775947ba9fe") format("svg");
}
@font-face {
  font-family: "Gill Sans W01 Medium";
  src: url("/content/fonts/beab4258-af94-4971-a0db-b7bc2bef74bc.eot?#iefix");
  src: url("/content/fonts/beab4258-af94-4971-a0db-b7bc2bef74bc.eot?#iefix") format("eot"), url("/content/fonts/cd5a93fc-2bb1-48df-8982-11119cd6e270.woff") format("woff"), url("/content/fonts/b6bdc93b-2720-4c92-b68d-48499456178e.ttf") format("truetype"), url("/content/fonts/944cce8d-20bf-41c1-ae29-2bc8199859db.svg#944cce8d-20bf-41c1-ae29-2bc8199859db") format("svg");
}
@font-face {
  font-family: "Gill Sans W01 Light";
  src: url("/content/fonts/acd8a043-828c-4c2c-98cb-b5224f5d4cdb.eot?#iefix");
  src: url("/content/fonts/acd8a043-828c-4c2c-98cb-b5224f5d4cdb.eot?#iefix") format("eot"), url("/content/fonts/c56da29d-9c5b-4d94-900f-770cde3dd317.woff") format("woff"), url("/content/fonts/378182d1-8021-4674-a814-cc8f01f9a937.ttf") format("truetype"), url("/content/fonts/d8851d95-478d-47a9-a0b0-a8d8e4ca127a.svg#d8851d95-478d-47a9-a0b0-a8d8e4ca127a") format("svg");
}
@font-face {
  font-family: "GillSansW04-BoldItalic";
  src: url("/content/fonts/20957fc9-6d45-4938-b81c-88cc1d176aec.eot?#iefix");
  src: url("/content/fonts/20957fc9-6d45-4938-b81c-88cc1d176aec.eot?#iefix") format("eot"), url("/content/fonts/d792cb1e-07a3-4091-9a6f-c6bf9c8e2149.woff") format("woff"), url("/content/fonts/f698e2d1-1a8a-4e0d-9e49-cd68c05a94e4.ttf") format("truetype"), url("/content/fonts/ad59b287-448f-4dd4-a3d3-22c445bbfff1.svg#ad59b287-448f-4dd4-a3d3-22c445bbfff1") format("svg");
}
@font-face {
  font-family: "Myriad W01 Regular";
  src: url("/content/fonts/2bd106a4-3872-4193-8627-d7af96dd4f7e.eot?#iefix");
  src: url("/content/fonts/2bd106a4-3872-4193-8627-d7af96dd4f7e.eot?#iefix") format("eot"), url("/content/fonts/c5b1c170-d8f7-41f9-85c2-0ab670780c6b.woff") format("woff"), url("/content/fonts/ba1ff8f6-0c27-4e7b-8be5-818b6c3dd801.ttf") format("truetype"), url("/content/fonts/a379413e-a0b8-44dc-b250-1e000e4092a4.svg#a379413e-a0b8-44dc-b250-1e000e4092a4") format("svg");
}
@font-face {
  font-family: "Myriad W01 SmBd";
  src: url("/content/fonts/f71415c0-f68d-42cd-a948-05af81548ea5.eot?#iefix");
  src: url("/content/fonts/f71415c0-f68d-42cd-a948-05af81548ea5.eot?#iefix") format("eot"), url("/content/fonts/c22866d7-ca67-4170-a113-cae280eea669.woff") format("woff"), url("/content/fonts/19ce9ea9-076e-4dcd-91a1-454f4830f120.ttf") format("truetype"), url("/content/fonts/18915124-98e4-4245-9e10-b921e09a6704.svg#18915124-98e4-4245-9e10-b921e09a6704") format("svg");
}
@font-face {
  font-family: "Myriad Pro 1166607";
  src: url("/content/fonts/337ca0ad-9d4d-4221-8de0-736d4727a907.eot?#iefix");
  src: url("/content/fonts/337ca0ad-9d4d-4221-8de0-736d4727a907.eot?#iefix") format("eot"), url("/content/fonts/9dd01b57-2acd-409e-a6b1-24a1f09cd5b8.woff") format("woff"), url("/content/fonts/9d36f96f-09f5-43fc-9ee5-243da6a7b82e.ttf") format("truetype"), url("/content/fonts/c4d9b3b4-63a6-45e6-b8a2-3e2f716fa601.svg#c4d9b3b4-63a6-45e6-b8a2-3e2f716fa601") format("svg");
}
@font-face {
  font-family: 'Entypo';
  src: url('/content/fonts/entypo.eot');
  src: url('/content/fonts/entypo.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
   url('/content/fonts/entypo.woff') format('woff'), /* Modern Browsers */
   url('/content/fonts/entypo.ttf') format('truetype'), /* Safari, Android, iOS */
   url('/content/fonts/entypo.svg#4260795ad0f81b1474d734fd38f51ff6') format('svg');
  font-style: normal;
  font-weight: 400;/* IE9 Compat Modes */
  /* Legacy iOS */
}
@media (max-width: 767px) {
  /* glue: 0.3 hash: 84c8b01808 */
  .ribbon-right,
  .icon-the-law-society,
  .icon-campaign,
  .icon-jury-hammer,
  .icon-total-accreditations,
  .icon-pro-search-large,
  .bg-ribbon,
  .icon-cell-phone,
  .icon-quick-search-large,
  .icon-accreditation-family-law-advanced,
  .icon-quick-search-menu-mobile,
  .icon-accreditation-conveyancing-quality,
  .icon-star,
  .icon-pro-search-menu-mobile,
  .icon-accreditation-personal-injury,
  .icon-accreditation-children-law,
  .facility-legal-aid,
  .facility-sign-language,
  .facility-hearing-induction,
  .facility-disabled-access,
  .icon-pro-search-small,
  .ribbon-left,
  .icon-quick-search-small,
  .checkbox-on,
  .checkbox-off,
  .radio-on,
  .radio-off,
  .icon-talk-man,
  .icon-remove-shortlist,
  .icon-add-shortlist,
  .icon-info,
  .icon-social-facebook,
  .icon-social-youtube,
  .icon-social-twitter,
  .icon-social-linkedin,
  .icon-award,
  .icon-check-circle,
  .icon-external,
  .sprite {
    background-image: url('/content/images/sprites/mobile.png?1');
    background-repeat: no-repeat;
  }
  .ribbon-right {
    background-position: 0px 0px;
    width: 95px;
    height: 23px;
  }
  .icon-the-law-society {
    background-position: 0px -23px;
    width: 78px;
    height: 51px;
  }
  .icon-campaign {
    background-position: -95px 0px;
    width: 71px;
    height: 62px;
  }
  .icon-jury-hammer {
    background-position: 0px -74px;
    width: 65px;
    height: 60px;
  }
  .icon-total-accreditations {
    background-position: -65px -74px;
    width: 62px;
    height: 26px;
  }
  .icon-pro-search-large {
    background-position: -165px 0px;
    width: 62px;
    height: 52px;
  }
  .bg-ribbon {
    background-position: -165px -52px;
    width: 61px;
    height: 60px;
  }
  .icon-cell-phone {
    background-position: 0px -134px;
    width: 53px;
    height: 59px;
  }
  .icon-quick-search-large {
    background-position: -53px -134px;
    width: 44px;
    height: 58px;
  }
  .icon-accreditation-family-law-advanced {
    background-position: -65px -100px;
    width: 56px;
    height: 27px;
  }
  .icon-quick-search-menu-mobile {
    background-position: -97px -134px;
    width: 42px;
    height: 55px;
  }
  .icon-accreditation-conveyancing-quality {
    background-position: -138px -134px;
    width: 55px;
    height: 28px;
  }
  .icon-star {
    background-position: -227px 0px;
    width: 52px;
    height: 50px;
  }
  .icon-pro-search-menu-mobile {
    background-position: -227px -50px;
    width: 41px;
    height: 49px;
  }
  .icon-accreditation-personal-injury {
    background-position: -227px -99px;
    width: 44px;
    height: 27px;
  }
  .icon-accreditation-children-law {
    background-position: -227px -126px;
    width: 44px;
    height: 27px;
  }
  .facility-legal-aid {
    background-position: -227px -153px;
    width: 27px;
    height: 27px;
  }
  .facility-sign-language {
    background-position: -121px -100px;
    width: 27px;
    height: 27px;
  }
  .facility-hearing-induction {
    background-position: -193px -134px;
    width: 26px;
    height: 27px;
  }
  .facility-disabled-access {
    background-position: -138px -161px;
    width: 26px;
    height: 27px;
  }
  .icon-pro-search-small {
    background-position: -165px -113px;
    width: 26px;
    height: 21px;
  }
  .ribbon-left {
    background-position: -268px -50px;
    width: 8px;
    height: 23px;
  }
  .icon-quick-search-small {
    background-position: -254px -153px;
    width: 18px;
    height: 23px;
  }
  .checkbox-on {
    background-position: -127px -74px;
    width: 23px;
    height: 23px;
  }
  .checkbox-off {
    background-position: -164px -161px;
    width: 23px;
    height: 23px;
  }
  .radio-on {
    background-position: -188px -161px;
    width: 20px;
    height: 20px;
  }
  .radio-off {
    background-position: 0px -193px;
    width: 20px;
    height: 20px;
  }
  .icon-talk-man {
    background-position: -191px -113px;
    width: 22px;
    height: 18px;
  }
  .icon-remove-shortlist {
    background-position: -227px -179px;
    width: 21px;
    height: 12px;
  }
  .icon-add-shortlist {
    background-position: -248px -179px;
    width: 21px;
    height: 12px;
  }
  .icon-info {
    background-position: -148px -100px;
    width: 17px;
    height: 17px;
  }
  .icon-social-facebook {
    background-position: -78px -23px;
    width: 16px;
    height: 17px;
  }
  .icon-social-youtube {
    background-position: -78px -40px;
    width: 16px;
    height: 16px;
  }
  .icon-social-twitter {
    background-position: -78px -56px;
    width: 16px;
    height: 16px;
  }
  .icon-social-linkedin {
    background-position: -150px -74px;
    width: 16px;
    height: 16px;
  }
  .icon-award {
    background-position: -213px -113px;
    width: 14px;
    height: 16px;
  }
  .icon-check-circle {
    background-position: -208px -161px;
    width: 13px;
    height: 14px;
  }
  .icon-external {
    background-position: -268px -73px;
    width: 11px;
    height: 11px;
  }
  .icon-tooltip {
    background-position: -72px -198px;
    width: 16px;
    height: 16px;
  }
  .checked.btn-radio i {
    background-position: -188px -161px;
    width: 20px;
    height: 20px;
  }
  input[type=radio]:checked + i {
    background-position: -188px -161px;
    width: 20px;
    height: 20px;
  }
  .btn-radio i {
    background-position: -23px -193px;
    width: 20px;
    height: 20px;
  }
  .btn-radio.focus.checked label i {
    background-position: 0px -193px;
    width: 20px;
    height: 20px;
  }
  .checked input[type=checkbox] + i {
    background-position: -127px -74px;
    width: 23px;
    height: 23px;
  }
  input[type=checkbox]:checked + i {
    background-position: -127px -74px;
    width: 23px;
    height: 23px;
  }
  input[type=checkbox] + i {
    background-position: -164px -161px;
    width: 23px;
    height: 23px;
  }
}
@media (max-width: 767px) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 767px) and only screen and (min--moz-device-pixel-ratio: 2), (max-width: 767px) and only screen and (-o-min-device-pixel-ratio: 200/100), (max-width: 767px) and only screen and (min-device-pixel-ratio: 2) {
  .ribbon-right,
  .icon-the-law-society,
  .icon-campaign,
  .icon-jury-hammer,
  .icon-total-accreditations,
  .icon-pro-search-large,
  .bg-ribbon,
  .icon-cell-phone,
  .icon-quick-search-large,
  .icon-accreditation-family-law-advanced,
  .icon-quick-search-menu-mobile,
  .icon-accreditation-conveyancing-quality,
  .icon-star,
  .icon-pro-search-menu-mobile,
  .icon-accreditation-personal-injury,
  .icon-accreditation-children-law,
  .facility-legal-aid,
  .facility-sign-language,
  .facility-hearing-induction,
  .facility-disabled-access,
  .icon-pro-search-small,
  .ribbon-left,
  .icon-quick-search-small,
  .checkbox-on,
  .checkbox-off,
  .radio-on,
  .radio-off,
  .icon-talk-man,
  .icon-remove-shortlist,
  .icon-add-shortlist,
  .icon-info,
  .icon-social-facebook,
  .icon-social-youtube,
  .icon-social-twitter,
  .icon-social-linkedin,
  .icon-award,
  .icon-check-circle,
  .icon-external {
    background-image: url('/content/images/sprites/mobile@2x.png?1');
    -webkit-background-size: 279px 214px;
    -moz-background-size: 279px 214px;
    background-size: 279px 214px;
  }
}
@media (min-width: 768px) {
    /* glue: 0.3 hash: cf68a387c1 */
    .ribbon-right,
    .bg-ribbon,
    .icon-total-accreditations,
    .icon-accreditation-family-law-advanced,
    .icon-accreditation-conveyancing-quality,
    .icon-the-law-society,
    .icon-accreditation-personal-injury,
    .icon-accreditation-children-law,
    .icon-jury-hammer,
    .icon-pro-search-large,
    .icon-campaign,
    .icon-quick-search-large,
    .icon-cell-phone,
    .icon-star,
    .facility-legal-aid,
    .facility-sign-language,
    .facility-hearing-induction,
    .facility-disabled-access,
    .icon-pro-search-small,
    .ribbon-left,
    .icon-quick-search-small,
    .icon-info,
    .icon-social-facebook,
    .icon-social-youtube,
    .icon-social-twitter,
    .icon-social-linkedin,
    .icon-award,
    .icon-talk-man,
    .icon-check-circle,
    .checkbox-on,
    .checkbox-off,
    .radio-on,
    .radio-off,
    .icon-remove-shortlist,
    .icon-external,
    .icon-add-shortlist,
    .sprite {
        background-image: url('/content/images/sprites/desktop.png?1');
        background-repeat: no-repeat;
    }

    .ribbon-right {
        background-position: 0px 0px;
        width: 185px;
        height: 42px;
    }

    .bg-ribbon {
        background-position: 0px 0px;
        width: 145px;
        height: 139px;
    }

    .icon-total-accreditations {
        background-position: -152px -49px;
        width: 120px;
        height: 48px;
    }

    .icon-the-law-society {
        background-position: -79px -138px;
        width: 87px;
        height: 58px;
    }

    .icon-jury-hammer {
        background-position: 0px -152px;
        width: 72px;
        height: 46px;
    }

    .icon-campaign {
        background-position: -251px -137px;
        width: 67px;
        height: 59px;
    }

    .icon-cell-phone {
        background-position: -176px -131px;
        width: 58px;
        height: 64px;
    }

    .icon-star {
        background-position: -305px -187px;
        width: 50px;
        height: 48px;
    }

    .ribbon-left {
        background-position: -353px -59px;
        width: 11px;
        height: 42px;
    }

    .icon-quick-search-small {
        background-position: -192px -217px;
        width: 32px;
        height: 42px;
    }

    .icon-pro-search-small {
        background-position: -80px -222px;
        width: 48px;
        height: 37px;
    }

    .icon-info {
        background-position: 0px -265px;
        width: 30px;
        height: 29px;
    }

    .icon-award {
        background-position: -164px -268px;
        width: 23px;
        height: 28px;
    }

    .icon-talk-man {
        background-position: -168px -297px;
        width: 27px;
        height: 21px;
    }

    .icon-check-circle {
        background-position: -144px -296px;
        width: 22px;
        height: 23px;
    }

    .icon-remove-shortlist {
        background-position: -224px -303px;
        width: 18px;
        height: 10px;
    }

    .icon-external {
        background-position: -355px -197px;
        width: 17px;
        height: 18px;
    }

    .icon-add-shortlist {
        background-position: -200px -303px;
        width: 18px;
        height: 10px;
    }

    .icon-social-facebook {
        background-position: -215px -148px;
        width: 27px;
        height: 29px;
    }

    .icon-social-youtube {
        background-position: -242px -148px;
        width: 28px;
        height: 28px;
    }

    .icon-social-twitter {
        background-position: -270px -148px;
        width: 27px;
        height: 28px;
    }

    .icon-social-linkedin {
        background-position: -146px -84px;
        width: 27px;
        height: 28px;
    }

    .btn-radio.checked.focus i {
        background-position: -72px -299px;
        width: 20px;
        height: 19px;
        outline: none;
    }

    .checked input[type=radio] + i {
        background-position: -48px -299px;
        width: 20px;
        height: 19px;
    }

    input[type=radio]:checked + i {
        background-position: -48px -299px;
        width: 20px;
        height: 19px;
    }

    .btn-radio i {
        background-position: 0px -299px;
        width: 20px;
        height: 19px;
    }

    /*
input[type=checkbox] {
	visibility: hidden;
}

*/

    .checked input[type=checkbox] + i {
        background-position: -120px -297px;
        width: 21px;
        height: 21px;
    }

    input[type=checkbox]:checked + i {
        background-position: -120px -297px;
        width: 21px;
        height: 21px;
    }

    input[type=checkbox] + i {
        background-position: -96px -297px;
        width: 21px;
        height: 21px;
    }
}

/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: 1px solid #484a48;
  outline-offset: -1px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */

  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */

  width: auto\9;
  /* IE7-8 need help adjusting responsive images */

  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */

  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
body {
  margin: 0;
  font-family: "Myriad W01 Regular", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #363636;
  background-color: #ffffff;
}
a {
  color: #268826;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #154c15;
  text-decoration: underline;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.row {
  margin-left: -40px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 40px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 960px;
}
.span4 {
  width: 960px;
}
.span3 {
  width: 710px;
}
.span2 {
  width: 460px;
}
.span1 {
  width: 210px;
}
.offset4 {
  margin-left: 1040px;
}
.offset3 {
  margin-left: 790px;
}
.offset2 {
  margin-left: 540px;
}
.offset1 {
  margin-left: 290px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 4.166666666666666%;
  *margin-left: 4.114583333333333%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 4.166666666666666%;
}
.row-fluid .span4 {
  width: 100%;
  *width: 99.94791666666667%;
}
.row-fluid .span3 {
  width: 73.95833333333333%;
  *width: 73.90625%;
}
.row-fluid .span2 {
  width: 47.916666666666664%;
  *width: 47.86458333333333%;
}
.row-fluid .span1 {
  width: 21.875%;
  *width: 21.822916666666668%;
}
.row-fluid .offset4 {
  margin-left: 108.33333333333333%;
  *margin-left: 108.22916666666667%;
}
.row-fluid .offset4:first-child {
  margin-left: 104.16666666666667%;
  *margin-left: 104.06250000000001%;
}
.row-fluid .offset3 {
  margin-left: 82.29166666666666%;
  *margin-left: 82.1875%;
}
.row-fluid .offset3:first-child {
  margin-left: 78.125%;
  *margin-left: 78.02083333333334%;
}
.row-fluid .offset2 {
  margin-left: 56.25%;
  *margin-left: 56.14583333333332%;
}
.row-fluid .offset2:first-child {
  margin-left: 52.08333333333333%;
  *margin-left: 51.97916666666666%;
}
.row-fluid .offset1 {
  margin-left: 30.208333333333332%;
  *margin-left: 30.104166666666668%;
}
.row-fluid .offset1:first-child {
  margin-left: 26.041666666666664%;
  *margin-left: 25.937500000000003%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 40px;
  padding-left: 40px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16.8px;
  font-weight: 200;
  line-height: 30px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999999;
}
a.muted:hover,
a.muted:focus {
  color: #808080;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}
.text-error {
  color: #ca3030;
}
a.text-error:hover,
a.text-error:focus {
  color: #a12626;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}
.text-success {
  color: #468847;
}
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: .5em 0;
  font-family: 'Gill Sans W01 Light';
  font-weight: normal;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  line-height: 1em;
}
h1 {
  font-size: 39.998000000000005px;
}
h2 {
  font-size: 30.001999999999995px;
}
h3 {
  font-size: 24.5px;
}
h4 {
  font-size: 17.5px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11.9px;
}
h1 small {
  font-size: 24.5px;
}
h2 small {
  font-size: 17.5px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #cecece;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #ffffff;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #cecece;
}
blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #cecece;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #363636;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #363636;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #999999;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #636363;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  vertical-align: middle;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */

  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}
select {
  width: 200px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 1px solid #484a48;
  outline-offset: -1px;
}
.uneditable-input,
.uneditable-textarea {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #ffffff;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 40px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 946px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 696px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 446px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 196px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #cecece;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #ca3030;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #ca3030;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #ca3030;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #a12626;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e17f7f;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e17f7f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e17f7f;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #ca3030;
  background-color: #f2dede;
  border-color: #ca3030;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #5c5c5c;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 0px 0px 0;
  -moz-border-radius: 0 0px 0px 0;
  border-radius: 0 0px 0px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #cecece;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #70d770;
  border-color: #268826;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 0px 0 0 0px;
  -moz-border-radius: 0px 0 0 0px;
  border-radius: 0px 0 0 0px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 0px 0 0 0px;
  -moz-border-radius: 0px 0 0 0px;
  border-radius: 0px 0 0 0px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 0px 0px 0;
  -moz-border-radius: 0 0px 0px 0;
  border-radius: 0 0px 0px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 0px 0px 0;
  -moz-border-radius: 0 0px 0px 0;
  border-radius: 0 0px 0px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 0px 0px 0;
  -moz-border-radius: 0 0px 0px 0;
  border-radius: 0 0px 0px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 0px 0 0 0px;
  -moz-border-radius: 0px 0 0 0px;
  border-radius: 0px 0 0 0px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 0px 0px 0;
  -moz-border-radius: 0 0px 0px 0;
  border-radius: 0 0px 0px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #363636;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #248024;
  background-image: -moz-linear-gradient(top, #268826, #207420);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#268826), to(#207420));
  background-image: -webkit-linear-gradient(top, #268826, #207420);
  background-image: -o-linear-gradient(top, #268826, #207420);
  background-image: linear-gradient(to bottom, #268826, #207420);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff268826', endColorstr='#ff207420', GradientType=0);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #248024;
  background-image: -moz-linear-gradient(top, #268826, #207420);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#268826), to(#207420));
  background-image: -webkit-linear-gradient(top, #268826, #207420);
  background-image: -o-linear-gradient(top, #268826, #207420);
  background-image: linear-gradient(to bottom, #268826, #207420);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff268826', endColorstr='#ff207420', GradientType=0);
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.well {
  min-height: 20px;
  padding: 13.333333333333334px 20px;
  margin-bottom: 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
  padding: 24px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #363636;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #ffffff;
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  background-image: -o-linear-gradient(top, #ffffff, #ffffff);
  background-image: linear-gradient(to bottom, #ffffff, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
  border-color: #ffffff #ffffff #d9d9d9;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ffffff;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #ffffff;
  *border: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  *margin-left: .3em;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #363636;
  background-color: #ffffff;
  *background-color: #f2f2f2;
}
.btn:active,
.btn.active {
  background-color: #e6e6e6 \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover,
.btn:focus {
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: 1px solid #484a48;
  outline-offset: -1px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 11px 19px;
  font-size: 16.002px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  color: #ffffff;
  text-shadow: none /*0 -1px 0 rgba(0,0,0,.25)*/;
  background-color: #268833;
  background-image: -moz-linear-gradient(top, #268826, #268847);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#268826), to(#268847));
  background-image: -webkit-linear-gradient(top, #268826, #268847);
  background-image: -o-linear-gradient(top, #268826, #268847);
  background-image: linear-gradient(to bottom, #268826, #268847);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff268826', endColorstr='#ff268847', GradientType=0);
  border-color: #268847 #268847 #154c28;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #268847;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #268847;
  *background-color: #20743c;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #1b6032 \9;
}
.btn-warning {
  color: #ffffff;
  text-shadow: none /*0 -1px 0 rgba(0,0,0,.25)*/;
  background-color: #e3b23a;
  background-image: -moz-linear-gradient(top, #ebbf50, #d7a018);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ebbf50), to(#d7a018));
  background-image: -webkit-linear-gradient(top, #ebbf50, #d7a018);
  background-image: -o-linear-gradient(top, #ebbf50, #d7a018);
  background-image: linear-gradient(to bottom, #ebbf50, #d7a018);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebbf50', endColorstr='#ffd7a018', GradientType=0);
  border-color: #d7a018 #d7a018 #926d10;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #d7a018;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #d7a018;
  *background-color: #c08f15;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #a97e13 \9;
}
.btn-danger {
  color: #ffffff;
  text-shadow: none /*0 -1px 0 rgba(0,0,0,.25)*/;
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #ffffff;
  text-shadow: none /*0 -1px 0 rgba(0,0,0,.25)*/;
  background-color: #289028;
  background-image: -moz-linear-gradient(top, #268826, #2c9c2c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#268826), to(#2c9c2c));
  background-image: -webkit-linear-gradient(top, #268826, #2c9c2c);
  background-image: -o-linear-gradient(top, #268826, #2c9c2c);
  background-image: linear-gradient(to bottom, #268826, #2c9c2c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff268826', endColorstr='#ff2c9c2c', GradientType=0);
  border-color: #2c9c2c #2c9c2c #1b601b;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2c9c2c;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #2c9c2c;
  *background-color: #268826;
}
.btn-success:active,
.btn-success.active {
  background-color: #207420 \9;
}
.btn-info {
  color: #ffffff;
  text-shadow: none /*0 -1px 0 rgba(0,0,0,.25)*/;
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: none /*0 -1px 0 rgba(0,0,0,.25)*/;
  background-color: #313431;
  background-image: -moz-linear-gradient(top, #444444, #141b14);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#141b14));
  background-image: -webkit-linear-gradient(top, #444444, #141b14);
  background-image: -o-linear-gradient(top, #444444, #141b14);
  background-image: linear-gradient(to bottom, #444444, #141b14);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff141b14', GradientType=0);
  border-color: #141b14 #141b14 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #141b14;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #141b14;
  *background-color: #090c09;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #000000 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #268826;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #154c15;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #363636;
  text-decoration: none;
}
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}
.btn-group > .btn-mini {
  font-size: 10.5px;
}
.btn-group > .btn-small {
  font-size: 11.9px;
}
.btn-group > .btn-large {
  font-size: 16.002px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #ffffff;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #268847;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #d7a018;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #2c9c2c;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #141b14;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 0px 0px 0 0;
  -moz-border-radius: 0px 0px 0 0;
  border-radius: 0px 0px 0 0;
}
.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 0px 0px;
  -moz-border-radius: 0 0 0px 0px;
  border-radius: 0 0 0px 0px;
}
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 0px 0px 0 0;
  -moz-border-radius: 0px 0px 0 0;
  border-radius: 0px 0px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 0px 0px;
  -moz-border-radius: 0 0 0px 0px;
  border-radius: 0 0 0px 0px;
}
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #cecece;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #268826;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #cecece #cecece #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #636363;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #268826;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #268826;
  border-bottom-color: #268826;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #154c15;
  border-bottom-color: #154c15;
}
/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #636363;
  border-bottom-color: #636363;
}
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #cecece #dddddd #cecece #cecece;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #cecece #cecece #cecece #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.nav > .disabled > a {
  color: #999999;
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.navbar {
  overflow: visible;
  margin-bottom: 20px;
  *position: relative;
  *z-index: 2;
}
.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777777;
}
.navbar-link {
  color: #777777;
}
.navbar-link:hover,
.navbar-link:focus {
  color: #363636;
}
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "Gill Sans W01 Book", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 960px;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  box-shadow: 0 1px 10px rgba(0,0,0,.1);
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  box-shadow: 0 -1px 10px rgba(0,0,0,.1);
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #363636;
  text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #636363;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.navbar .btn-navbar {
  display: none;
  float: left;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #ffffff;
  text-shadow: none /*0 -1px 0 rgba(0,0,0,.25)*/;
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e5e5e5;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cccccc \9;
}
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #ffffff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #363636;
  border-bottom-color: #363636;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e5e5e5;
  color: #636363;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #636363;
  border-bottom-color: #636363;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
  border-color: #252525;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #ffffff;
}
.navbar-inverse .brand {
  color: #999999;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #ffffff;
}
.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: #ffffff;
}
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #363636;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: none /*0 -1px 0 rgba(0,0,0,.25)*/;
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  border-color: #040404 #040404 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #040404;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}
.pagination {
  margin: 20px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 3px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: transparent;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 16.002px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
}
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
}
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}
.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: default;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -50%;
}
.modal.fade.in {
  top: 10%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #000000;
  text-align: center;
  text-decoration: none;
  background-color: #d8dcd5;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #d8dcd5;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #d8dcd5;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #d8dcd5;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #d8dcd5;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-title:empty {
  display: none;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
@media only screen {
  /*!
   * Bootstrap Responsive v2.3.2
   *
   * Copyright 2012 Twitter, Inc
   * Licensed under the Apache License v2.0
   * http://www.apache.org/licenses/LICENSE-2.0
   *
   * Designed and built with all the love in the world @twitter by @mdo and @fat.
   */
  @-ms-viewport {
    width: device-width;
  }
  .hidden {
    display: none;
    visibility: hidden;
  }
  .visible-phone {
    display: none !important;
  }
  .visible-tablet {
    display: none !important;
  }
  .hidden-desktop {
    display: none !important;
  }
  .visible-desktop {
    display: inherit !important;
  }
  .visible-print {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
@media only screen and print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  .row {
    margin-left: -40px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 40px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 960px;
  }
  .span4 {
    width: 960px;
  }
  .span3 {
    width: 710px;
  }
  .span2 {
    width: 460px;
  }
  .span1 {
    width: 210px;
  }
  .offset4 {
    margin-left: 1040px;
  }
  .offset3 {
    margin-left: 790px;
  }
  .offset2 {
    margin-left: 540px;
  }
  .offset1 {
    margin-left: 290px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 4.166666666666666%;
    *margin-left: 4.114583333333333%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 4.166666666666666%;
  }
  .row-fluid .span4 {
    width: 100%;
    *width: 99.94791666666667%;
  }
  .row-fluid .span3 {
    width: 73.95833333333333%;
    *width: 73.90625%;
  }
  .row-fluid .span2 {
    width: 47.916666666666664%;
    *width: 47.86458333333333%;
  }
  .row-fluid .span1 {
    width: 21.875%;
    *width: 21.822916666666668%;
  }
  .row-fluid .offset4 {
    margin-left: 108.33333333333333%;
    *margin-left: 108.22916666666667%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 104.16666666666667%;
    *margin-left: 104.06250000000001%;
  }
  .row-fluid .offset3 {
    margin-left: 82.29166666666666%;
    *margin-left: 82.1875%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 78.125%;
    *margin-left: 78.02083333333334%;
  }
  .row-fluid .offset2 {
    margin-left: 56.25%;
    *margin-left: 56.14583333333332%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 52.08333333333333%;
    *margin-left: 51.97916666666666%;
  }
  .row-fluid .offset1 {
    margin-left: 30.208333333333332%;
    *margin-left: 30.104166666666668%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 26.041666666666664%;
    *margin-left: 25.937500000000003%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 40px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 946px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 696px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 446px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 196px;
  }
  .thumbnails {
    margin-left: -40px;
  }
  .thumbnails > li {
    margin-left: 40px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 740px;
  }
  .span4 {
    width: 740px;
  }
  .span3 {
    width: 550px;
  }
  .span2 {
    width: 360px;
  }
  .span1 {
    width: 170px;
  }
  .offset4 {
    margin-left: 780px;
  }
  .offset3 {
    margin-left: 590px;
  }
  .offset2 {
    margin-left: 400px;
  }
  .offset1 {
    margin-left: 210px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.7027027027027026%;
    *margin-left: 2.650619369369369%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.7027027027027026%;
  }
  .row-fluid .span4 {
    width: 100.00000000000001%;
    *width: 99.94791666666668%;
  }
  .row-fluid .span3 {
    width: 74.32432432432433%;
    *width: 74.27224099099101%;
  }
  .row-fluid .span2 {
    width: 48.64864864864865%;
    *width: 48.59656531531532%;
  }
  .row-fluid .span1 {
    width: 22.972972972972975%;
    *width: 22.920889639639643%;
  }
  .row-fluid .offset4 {
    margin-left: 105.40540540540542%;
    *margin-left: 105.30123873873876%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 102.70270270270272%;
    *margin-left: 102.59853603603606%;
  }
  .row-fluid .offset3 {
    margin-left: 79.72972972972974%;
    *margin-left: 79.62556306306308%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 77.02702702702704%;
    *margin-left: 76.92286036036039%;
  }
  .row-fluid .offset2 {
    margin-left: 54.054054054054056%;
    *margin-left: 53.949887387387385%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 51.351351351351354%;
    *margin-left: 51.24718468468468%;
  }
  .row-fluid .offset1 {
    margin-left: 28.37837837837838%;
    *margin-left: 28.274211711711718%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 25.675675675675677%;
    *margin-left: 25.571509009009013%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 726px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 536px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 346px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 156px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
}
@media only screen and (max-width: 480px) {
  {
    /*.nav-collapse {
      -webkit-transform: translate3d(0, 0, 0); // activate the GPU
    }*/
  
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}
@media only screen and (max-width: 979px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #777777;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: #f2f2f2;
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999999;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #111111;
  }
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 979px + 1) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
.bootstrap-select.btn-group,
.bootstrap-select.btn-group[class*="span"] {
  float: none;
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 0;
}
.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.bootstrap-select.btn-group.pull-right,
.bootstrap-select.btn-group[class*="span"].pull-right,
.row-fluid .bootstrap-select.btn-group[class*="span"].pull-right {
  float: right;
}
.input-append .bootstrap-select.btn-group {
  margin-left: -1px;
}
.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px;
}
.bootstrap-select:not([class*="span"]) {
  width: 100%;
}
.bootstrap-select {
  width: 100%;
}
.bootstrap-select.plain {
  width: auto;
  float: left;
  background: transparent;
}
.bootstrap-select.plain .btn {
  background: transparent;
  border: none;
  padding: 0px 30px 0px 0;
}
.bootstrap-select > .btn {
  width: 100%;
}
.error .bootstrap-select .btn {
  border: 1px solid #b94a48;
}
.bootstrap-select.open > .btn {
  z-index: 1001;
}
.plain.bootstrap-select.open > .btn {
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select .btn:focus {
  outline: none;
}
.bootstrap-select.btn-group .btn .filter-option {
  overflow: hidden;
  position: absolute;
  left: 12px;
  right: 25px;
  text-align: left;
  color: #636363;
}
.plain.bootstrap-select.btn-group .btn .filter-option {
  color: #268826;
  font-family: "Myriad W01 Regular", Helvetica, Arial, sans-serif;
  position: static;
  left: auto;
  right: auto;
}
.bootstrap-select.btn-group .btn .caret-wrapper {
  background: url('/Content/images/bg-grad-mask-white-trans.png') repeat-y 0 0;
  position: absolute;
  right: 12px;
  top: 1px;
  padding-left: 60px;
  padding-bottom: 0;
}
.plain.bootstrap-select.btn-group .btn .caret-wrapper {
  background: transparent;
  top: -2px;
}
.bootstrap-select.btn-group .btn .caret-wrapper .caret {
  border-top: 8px solid #268826;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}
.plain.bootstrap-select.btn-group .btn .caret-wrapper .caret {
  border-top: 7px solid #268826;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.bootstrap-select.btn-group > .disabled,
.bootstrap-select.btn-group .dropdown-menu li.disabled > a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group[class*="span"] .btn {
  width: 100%;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
/** Umbrella nav **/
#tls-global-navigation-bar {
  overflow: hidden;
  width: 100%;
  background: #484a48;
}
#tls-global-navigation-bar .topNav {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#tls-global-navigation-bar .topNav li {
  float: left;
  height: 34px;
  margin: 0;
  background: transparent url(/Content/images/topNavBd.gif) no-repeat 100% 100%;
}
#tls-global-navigation-bar .topNav a,
#tls-global-navigation-bar .topNav span {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;
  color: #fefefe;
  float: left;
  font-size: 12px !important;
  height: 25px;
  margin: 0 1px 0 0;
  padding: 9px 13px 0 14px;
  text-decoration: none;
  line-height: normal;
}
#tls-global-navigation-bar .topNav a:hover,
#tls-global-navigation-bar .topNav a:focus {
  background-color: #2B2C2B;
  color: #BAFF58;
}
#tls-global-navigation-bar .topNav .sel,
#tls-global-navigation-bar .topNav .sel:hover,
#tls-global-navigation-bar .topNav span {
  background: transparent url(/Content/images/topNavSelBg.png) repeat-x 50% 0;
  height: 31px;
  margin-bottom: -6px;
}
body.page-home {
  background: url(/Content/images/bg-page-overlay-main.jpg) no-repeat 50% 40px;
}
.page-home h1 {
  margin-left: 20px;
}
.page-shortlist h1 {
  font-size: 30.001999999999995px;
}
.span1 h1,
.span1 h2,
.span1 h3,
.span1 label.heading {
  line-height: 24px;
  font-size: 20.02px;
  margin-top: 3px;
  margin-bottom: 10px;
  font-family: 'Gill Sans W01 Medium';
}
h1 strong,
h1 b,
h2 strong,
h2 b,
h3 strong,
h3 b,
h4 strong,
h4 b,
h5 strong,
h5 b {
  font-family: 'Gill Sans W01 Medium';
  font-weight: normal;
}
b,
strong {
  font-family: 'Gill Sans W01 Medium';
  font-weight: normal;
}
a {
  -webkit-transition: color linear 100ms;
  -moz-transition: color linear 100ms;
  -o-transition: color linear 100ms;
  transition: color linear 100ms;
}
a:hover {
  color: #154c15;
}
ul,
li {
  list-style: none;
  margin: 0;
}
.page-standard .main-content ul,
.page-standard .main-content ol {
  margin: 0 0 10px 25px;
}
.page-standard .main-content ul,
.page-standard .main-content ul li {
  list-style: disc;
}
.sprite {
  display: inline-block;
  text-indent: -100000px;
}
.icon {
  display: inline-block;
  font-size: 1.3em;
  vertical-align: -0.1em;
  padding: 0 3px;
  font-style: normal;
  font-family: 'Entypo', sans-serif;
}
.icon-tooltip {
  color: #268826;
  cursor: pointer;
}
.icon-tooltip:hover {
  color: #636363;
}
form input[type="text"],
form .btn.dropdown-toggle,
form textarea {
  border: 2px solid transparent;
  margin: 0;
}
form input[type="text"]:focus,
form .btn.dropdown-toggle:focus,
form textarea:focus {
  border: 1px solid #484a48;
}
form input[type="text"]:focus,
form textarea:focus {
  margin: 1px;
}
form .btn.dropdown-toggle:focus {
  margin: 1px 0;
}
form .btn.dropdown-toggle:focus .filter-option {
  left: 13px;
}
form .btn.dropdown-toggle:focus .caret-wrapper {
  right: 13px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
.expanded {
  overflow: visible;
}
/** Header **/
header.top {
  background: #141b14;
  height: 80px;
  clear: both;
  margin-bottom: 60px;
  width: 100%;
}
header.top .site-heading {
  position: relative;
}
header.top a.logo-fas {
  display: block;
  padding-top: 30px;
}
header.top a.logo-lawsociety {
  position: absolute;
  right: -6px;
  top: 0;
  z-index: 100;
}
header.top a.logo-lawsociety img {
  display: block;
  margin: 15px 0 0 13px;
}
/** Footer **/
footer {
  color: #ffffff;
  background: #484a48;
  margin-top: 80px;
  padding: 10px 0;
}
footer ul.inline {
  margin: 0;
}
footer ul.inline li {
  margin-bottom: 0;
}
footer ul.inline li + li:before {
  content: "  |  ";
}
footer ul.inline li,
footer a,
footer a:hover,
footer span {
  color: #ffffff;
  padding: 0;
  font-family: Arial, sans-serif;
  font-size: 12.6px;
}
form {
  font-family: 'Gill Sans W01 Medium';
}
form h3,
form h4,
form legend {
  margin-top: 3px;
  margin-bottom: 8px;
  font-size: 20.02px;
  line-height: 28px;
}
form legend {
  border: 0;
  float: left;
}
/** Article with icon in title **/
.article-brief {
  padding: 0 20px;
}
.article-brief h2 {
  padding-right: 120px;
  position: relative;
  margin-bottom: 20px;
  margin-top: 40px;
}
.article-brief h2 i.sprite {
  position: absolute;
  display: block;
  right: 10px;
  top: 50%;
  margin-top: -30px;
}
.article-brief p {
  font-family: "Myriad W01 Regular", Helvetica, Arial, sans-serif;
}
.article-brief a {
  font-size: 16.002px;
  font-family: "Gill Sans W01 Book", Helvetica, Arial, sans-serif;
}
/* Link list */
ul.links li {
  font-size: 16.8px;
  font-family: "Myriad W01 Regular", Helvetica, Arial, sans-serif;
  line-height: 1.1em;
  margin-bottom: 0.6em;
}
ul.links li a {
  font-size: inherit;
}
form label,
.form label {
  font-size: 16.002px;
}
form p,
.form p {
  margin-top: 0.5em;
}
.span1 form input[type=text],
.span1 .form input[type=text],
.span1 form textarea,
.span1 .form textarea {
  width: 185px;
}
.span1 form textarea,
.span1 .form textarea {
  height: 165px;
}
.span1 form .bootstrap-select .btn.dropdown-toggle,
.span1 .form .bootstrap-select .btn.dropdown-toggle {
  font-size: 14px;
}
.filter-panel form {
  margin-bottom: 10px;
}
.filter-panel .filter-controls {
  padding-bottom: 15px;
}
.filter-panel .filter-controls .clear {
  font-size: 13px;
  line-height: 22px;
  color: #942525;
}
.filter-panel .filter-section {
  background-color: #eaeee7;
  margin-bottom: 20px;
}
.filter-panel .filter-section > label {
  margin-top: 15px;
  margin-bottom: 6px;
  font-family: 'Gill Sans W01 Medium';
}
.filter-panel .filter-section > label:first-child {
  margin-top: 0;
}
.filter-panel .filter-section.last {
  margin-bottom: 0;
}
.ad {
  width: 180px;
  height: 150px;
  margin-bottom: 20px;
}
.toggle,
.accordion-toggle {
  font-size: 16.002px;
}
.toggle .icon,
.accordion-toggle .icon {
  font-style: normal;
  font-size: 16.002px;
}
.toggle .down,
.accordion-toggle .down {
  display: none;
}
.toggle .up,
.accordion-toggle .up {
  display: inline-block;
}
.toggle.collapsed .down,
.accordion-toggle.collapsed .down {
  display: inline-block;
}
.toggle.collapsed .up,
.accordion-toggle.collapsed .up {
  display: none;
}
/* Custom Radio / Checkbox */
.btn-checkbox {
  display: inline-block;
  border: 1px solid #c7c9c6;
  color: #ffffff;
  text-shadow: none /*0 -1px 0 rgba(0,0,0,.25)*/;
  background-color: #ebeee9;
  background-image: -moz-linear-gradient(top, #f3f6f1, #dfe3dc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f6f1), to(#dfe3dc));
  background-image: -webkit-linear-gradient(top, #f3f6f1, #dfe3dc);
  background-image: -o-linear-gradient(top, #f3f6f1, #dfe3dc);
  background-image: linear-gradient(to bottom, #f3f6f1, #dfe3dc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff3f6f1', endColorstr='#ffdfe3dc', GradientType=0);
  border-color: #dfe3dc #dfe3dc #b8c1b2;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #dfe3dc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  margin-bottom: 5px;
  margin-right: 1px;
  margin-top: 0;
  color: #363636;
  position: relative;
  text-align: left;
  width: auto;
  padding: 0;
}
.btn-checkbox:hover,
.btn-checkbox:focus,
.btn-checkbox:active,
.btn-checkbox.active,
.btn-checkbox.disabled,
.btn-checkbox[disabled] {
  color: #ffffff;
  background-color: #dfe3dc;
  *background-color: #d2d8ce;
}
.btn-checkbox:active,
.btn-checkbox.active {
  background-color: #c5ccc0 \9;
}
.btn-checkbox.multiline {
  white-space: normal;
}
.btn-checkbox label {
  line-height: 20px;
  font-size: 14px;
  display: inline-block;
  margin: 0;
  padding: 9px 9px 8px 36px;
}
.multiline.btn-checkbox label {
  white-space: normal;
}
.btn-checkbox label i,
.btn-checkbox label input[type="checkbox"] {
  position: absolute;
  top: 50%;
  left: 9px;
  margin-top: -11px;
}
.btn-checkbox label input[type="checkbox"] {
  margin-top: -6px;
  left: 12px;
}
.btn-checkbox:hover {
  color: #363636;
  text-shadow: none /*0 -1px 0 rgba(0,0,0,.25)*/;
  background-color: #d1d9cb;
  background-image: -moz-linear-gradient(top, #d8e2d2, #c5ccc0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d8e2d2), to(#c5ccc0));
  background-image: -webkit-linear-gradient(top, #d8e2d2, #c5ccc0);
  background-image: -o-linear-gradient(top, #d8e2d2, #c5ccc0);
  background-image: linear-gradient(to bottom, #d8e2d2, #c5ccc0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd8e2d2', endColorstr='#ffc5ccc0', GradientType=0);
  border-color: #c5ccc0 #c5ccc0 #9eaa95;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #c5ccc0;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-checkbox:hover:hover,
.btn-checkbox:hover:focus,
.btn-checkbox:hover:active,
.btn-checkbox:hover.active,
.btn-checkbox:hover.disabled,
.btn-checkbox:hover[disabled] {
  color: #363636;
  background-color: #c5ccc0;
  *background-color: #b8c1b2;
}
.btn-checkbox:hover:active,
.btn-checkbox:hover.active {
  background-color: #abb6a3 \9;
}
.btn-checkbox.disabled {
  color: #363636;
}
.btn-checkbox.active,
.btn-checkbox:active {
  border: 1px solid #bdbfbc;
  -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.20);
  -moz-box-shadow: inset 0 0 3px rgba(0,0,0,.20);
  box-shadow: inset 0 0 3px rgba(0,0,0,.20);
  background: #cdd3c9;
  color: #363636;
}
.btn-radio {
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 8px;
  padding: 0;
  background: transparent;
  border: none;
  position: relative;
  text-align: left;
  width: auto;
}
.btn-radio label {
  background: none;
  border: none;
  font-size: 16.8px;
  padding: 2px  11px 4px 30px;
}
.btn-radio label i,
.btn-radio label input[type=radio] {
  position: absolute;
  top: 2px;
  left: 2px;
}
.btn-radio label input[type=radio]:focus {
  outline: 0;
}
.btn-radio label input[type=radio] {
  margin-left: 2px;
}
.btn-radio:first-child {
  margin-right: 10px;
}
.btn-radio:hover {
  color: #363636;
  background: transparent;
}
.btn-radio.disabled {
  color: #363636;
}
.btn-radio.active,
.btn-radio:active {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: transparent;
}
.btn-checkbox.focus {
  border: 1px solid #484a48;
}
.btn-radio.focus.checked label i {
  outline: none;
}
.collapse input,
.collapse select,
.collapse .bootstrap-select {
  visibility: hidden;
}
.collapse.in input,
.collapse.in select,
.collapse.in .bootstrap-select {
  visibility: visible;
}
.btn-shortlist,
.btn-submit {
  text-shadow: none /*0 -1px 0 rgba(0,0,0,.25)*/;
  background-color: #299429;
  background-image: -moz-linear-gradient(top, #2c9c2c, #268826);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2c9c2c), to(#268826));
  background-image: -webkit-linear-gradient(top, #2c9c2c, #268826);
  background-image: -o-linear-gradient(top, #2c9c2c, #268826);
  background-image: linear-gradient(to bottom, #2c9c2c, #268826);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2c9c2c', endColorstr='#ff268826', GradientType=0);
  border-color: #268826 #268826 #154c15;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #268826;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: none;
  font-size: 15.400000000000002px;
  font-family: "Gill Sans W01 Book", Helvetica, Arial, sans-serif;
  color: #ffffff;
  padding-left: 15px;
  margin-bottom: 15px;
  padding-right: 15px;
  text-align: left;
}
.btn-shortlist:hover,
.btn-submit:hover,
.btn-shortlist:focus,
.btn-submit:focus,
.btn-shortlist:active,
.btn-submit:active,
.btn-shortlist.active,
.btn-submit.active,
.btn-shortlist.disabled,
.btn-submit.disabled,
.btn-shortlist[disabled],
.btn-submit[disabled] {
  color: #ffffff;
  background-color: #268826;
  *background-color: #207420;
}
.btn-shortlist:active,
.btn-submit:active,
.btn-shortlist.active,
.btn-submit.active {
  background-color: #1b601b \9;
}
.btn-block.btn-shortlist .sprite,
.btn-block.btn-submit .sprite {
  float: right;
  margin-top: 5px;
}
.btn-submit {
  font-size: 16.8px;
  text-align: center;
  margin-top: 10px;
  padding: 10px 20px;
  margin-bottom: 15px;
}
.btn-make-enqiry {
  color: #ffffff;
  text-shadow: none /*0 -1px 0 rgba(0,0,0,.25)*/;
  background-color: #7e817e;
  background-image: -moz-linear-gradient(top, #868885, #737673);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#868885), to(#737673));
  background-image: -webkit-linear-gradient(top, #868885, #737673);
  background-image: -o-linear-gradient(top, #868885, #737673);
  background-image: linear-gradient(to bottom, #868885, #737673);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff868885', endColorstr='#ff737673', GradientType=0);
  border-color: #737673 #737673 #4d4f4d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #737673;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  font-size: 19.599999999999998px;
  font-family: 'Gill Sans W01 Medium';
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 12px;
  padding-bottom: 14px;
  text-align: left;
}
.btn-make-enqiry:hover,
.btn-make-enqiry:focus,
.btn-make-enqiry:active,
.btn-make-enqiry.active,
.btn-make-enqiry.disabled,
.btn-make-enqiry[disabled] {
  color: #ffffff;
  background-color: #737673;
  *background-color: #666966;
}
.btn-make-enqiry:active,
.btn-make-enqiry.active {
  background-color: #5a5c5a \9;
}
.btn-make-enqiry.collapsed {
  color: #ffffff;
  text-shadow: none /*0 -1px 0 rgba(0,0,0,.25)*/;
  background-color: #299429;
  background-image: -moz-linear-gradient(top, #2c9c2c, #268826);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2c9c2c), to(#268826));
  background-image: -webkit-linear-gradient(top, #2c9c2c, #268826);
  background-image: -o-linear-gradient(top, #2c9c2c, #268826);
  background-image: linear-gradient(to bottom, #2c9c2c, #268826);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2c9c2c', endColorstr='#ff268826', GradientType=0);
  border-color: #268826 #268826 #154c15;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #268826;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-make-enqiry.collapsed:hover,
.btn-make-enqiry.collapsed:focus,
.btn-make-enqiry.collapsed:active,
.btn-make-enqiry.collapsed.active,
.btn-make-enqiry.collapsed.disabled,
.btn-make-enqiry.collapsed[disabled] {
  color: #ffffff;
  background-color: #268826;
  *background-color: #207420;
}
.btn-make-enqiry.collapsed:active,
.btn-make-enqiry.collapsed.active {
  background-color: #1b601b \9;
}
.btn-make-enqiry .icon {
  padding-left: 10px;
  color: #4f514f;
}
.collapsed.btn-make-enqiry .icon {
  color: #175917;
}
.btn-make-enqiry .icon-talk-man {
  float: right;
}
.btn-back {
  color: #ffffff;
  text-shadow: none /*0 -1px 0 rgba(0,0,0,.25)*/;
  background-color: #e7ebe3;
  background-image: -moz-linear-gradient(top, #eaeee7, #e2e8de);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eaeee7), to(#e2e8de));
  background-image: -webkit-linear-gradient(top, #eaeee7, #e2e8de);
  background-image: -o-linear-gradient(top, #eaeee7, #e2e8de);
  background-image: linear-gradient(to bottom, #eaeee7, #e2e8de);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeaeee7', endColorstr='#ffe2e8de', GradientType=0);
  border-color: #e2e8de #e2e8de #bbc8b1;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e2e8de;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: none;
  color: #207920;
  padding: 5px 15px 5px 4px;
  line-height: 1.5em;
  font-family: "Myriad W01 Regular", Helvetica, Arial, sans-serif;
}
.btn-back:hover,
.btn-back:focus,
.btn-back:active,
.btn-back.active,
.btn-back.disabled,
.btn-back[disabled] {
  color: #ffffff;
  background-color: #e2e8de;
  *background-color: #d5ddcf;
}
.btn-back:active,
.btn-back.active {
  background-color: #c8d3c0 \9;
}
.btn-back .icon {
  font-style: normal;
}
.btn-back:hover {
  color: #0c380c;
  text-shadow: none /*0 -1px 0 rgba(0,0,0,.25)*/;
  background-color: #d9ddd6;
  background-image: -moz-linear-gradient(top, #d8dcd5, #daded7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d8dcd5), to(#daded7));
  background-image: -webkit-linear-gradient(top, #d8dcd5, #daded7);
  background-image: -o-linear-gradient(top, #d8dcd5, #daded7);
  background-image: linear-gradient(to bottom, #d8dcd5, #daded7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd8dcd5', endColorstr='#ffdaded7', GradientType=0);
  border-color: #daded7 #daded7 #b3bbad;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #daded7;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-back:hover:hover,
.btn-back:hover:focus,
.btn-back:hover:active,
.btn-back:hover.active,
.btn-back:hover.disabled,
.btn-back:hover[disabled] {
  color: #0c380c;
  background-color: #daded7;
  *background-color: #cdd2c9;
}
.btn-back:hover:active,
.btn-back:hover.active {
  background-color: #c0c7bb \9;
}
.dropdown-menu {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.dropdown-menu dt {
  display: block;
  padding: 3px 20px;
  cursor: default;
}
.div-contain {
  overflow: hidden;
}
.dropdown-menu li {
  position: relative;
  margin: 0;
}
.dropdown-menu li > a.opt {
  padding-left: 35px;
}
.dropdown-menu li > a {
  min-height: 20px;
  cursor: pointer;
}
.dropdown-menu li > dt small {
  font-weight: normal;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
  display: inline-block;
  position: absolute;
  right: 15px;
  margin-top: 2.5px;
}
.dropdown-menu li a i.check-mark {
  display: none;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.dropdown-menu li small {
  padding-left: 0.5em;
}
.dropdown-menu li:not(.disabled) > a:hover small,
.dropdown-menu li:not(.disabled) > a:focus small {
  color: #64b1d8;
  color: rgba(255, 255, 255, 0.4);
}
/* Fix for long titles in IE8 */
.long.bootstrap-select.btn-group .dropdown-menu.inner {
  width: 300px;
}
.accordion {
  margin-top: 30px;
  border-bottom: 2px solid #d8dcd5;
}
.accordion .accordion-heading {
  border-top: 2px solid #d8dcd5;
}
.accordion .accordion-heading h2 {
  line-height: 33.6px;
  margin: 0;
  padding-bottom: 5px;
  font-family: "Myriad W01 SmBd", Helvetica, Arial, sans-serif;
}
.accordion .accordion-heading h2 a {
  font-size: 18.00008px;
  color: #363636;
}
.accordion .accordion-heading h2 .up,
.accordion .accordion-heading h2 .down {
  font-family: "Myriad W01 Regular", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #268826;
  padding-top: 5px;
}
.accordion .accordion-heading h2 .up:hover,
.accordion .accordion-heading h2 .down:hover {
  color: #154c15;
}
.ui-autocomplete {
  background: #ffffff;
}
.ui-autocomplete li.ui-menu-item a {
  padding: 2px 10px;
  width: auto;
  cursor: pointer;
  color: #000000;
}
.ui-autocomplete li.ui-menu-item a:hover {
  color: #ffffff;
}
.form {
  background: #eaeee7;
}
.make-enquiry {
  margin-bottom: 15px;
}
.make-enquiry form,
.make-enquiry .form {
  margin: 0;
}
.make-enquiry .btn-submit {
  margin: 20px 0 10px;
}
.span3 .make-enquiry form {
  *zoom: 1;
}
.span3 .make-enquiry form:before,
.span3 .make-enquiry form:after {
  display: table;
  content: "";
  line-height: 0;
}
.span3 .make-enquiry form:after {
  clear: both;
}
.span3 .make-enquiry form input,
.span3 .make-enquiry form textarea {
  width: 73%;
}
.span3 .make-enquiry form textarea {
  height: 160px;
}
.span3 .make-enquiry form .btn-submit {
  width: auto;
  padding-left: 40px;
  padding-right: 40px;
}
#recaptcha_area {
  margin: 15px 0;
}
#recaptcha_area input[type="text"] {
  border: none !important;
  margin-top: 5px;
}
#recaptcha_area a {
  color: #268826;
}
.validation-summary-errors {
  color: #ca3030;
  font-family: Arial, sans-serif;
}
.validation-summary-errors li {
  margin-bottom: .5em;
}
.input-validation-error {
  border: 2px solid #ca3030 !important;
}
.social-links {
  overflow: hidden;
}
.social-links strong {
  float: left;
  font-family: "Myriad Pro 1166607", Helvetica, Arial, sans-serif;
}
.accreditations {
  overflow: hidden;
}
.accreditations.well {
  padding-bottom: 0;
}
.span1 .accreditations {
  border-top: 3px solid #d8dcd5;
  margin: 0;
}
.accreditations h2 {
  font-family: 'Gill Sans W01 Medium';
}
.accreditations ul li a {
  display: inline-block;
  float: left;
  margin-bottom: 10px;
  height: 50px;
}
.facilities a {
  display: inline-block;
}
.awards {
  overflow: hidden;
}
.awards.well {
  padding-bottom: 0;
}
.span1 .awards {
  border-top: 3px solid #d8dcd5;
}
.awards h3 {
  font-family: 'Gill Sans W01 Medium';
}
.awards ul li {
  float: left;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 8px;
  padding: 0px 20px 10px 50px;
  border-bottom: 1px solid #d8dcd5;
  line-height: 15.400000000000002px;
  position: relative;
}
.awards ul li .icon-award {
  position: absolute;
  top: 0;
  left: 15px;
}
.report-problem {
  font-family: "Myriad W01 Regular", Helvetica, Arial, sans-serif;
}
.report-problem strong {
  font-family: "Myriad Pro 1166607", Helvetica, Arial, sans-serif;
}
.report-problem .icon {
  color: #942525;
}
#mapCanvas {
  height: 400px;
}
#mapCanvas img {
  max-width: none;
}
#results {
  position: relative;
}
.article .btn-back {
  margin-top: 30px;
  margin-bottom: 20px;
}
.article img {
  width: 100%;
  margin: 10px 0 20px 0;
}
.survey {
  position: absolute;
  right: 167px;
  top: 25px;
}
.survey span {
  color: #d7a018;
  font-family: "Gill Sans W01 Book", Helvetica, Arial, sans-serif;
  font-size: 18.00008px;
  vertical-align: middle;
}
.survey .btn {
  margin-left: 10px;
  font-size: 18.00008px;
  font-family: "Gill Sans W01 Book", Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-shadow: none /*0 -1px 0 rgba(0,0,0,.25)*/;
  background-color: #aa6c0c;
  background-image: -moz-linear-gradient(top, #a87e12, #ae5002);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a87e12), to(#ae5002));
  background-image: -webkit-linear-gradient(top, #a87e12, #ae5002);
  background-image: -o-linear-gradient(top, #a87e12, #ae5002);
  background-image: linear-gradient(to bottom, #a87e12, #ae5002);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa87e12', endColorstr='#ffae5002', GradientType=0);
  border-color: #ae5002 #ae5002 #622d01;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ae5002;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  padding: 6px 12px;
}
.survey .btn:hover,
.survey .btn:focus,
.survey .btn:active,
.survey .btn.active,
.survey .btn.disabled,
.survey .btn[disabled] {
  color: #ffffff;
  background-color: #ae5002;
  *background-color: #954402;
}
.survey .btn:active,
.survey .btn.active {
  background-color: #7c3901 \9;
}
.choose-location select,
.choose-location .bootstrap-select {
  width: 300px;
}
.choose-location select,
.choose-location .bootstrap-select .btn {
  border: 1px solid #cecece;
  margin: 1px;
}
.tooltip {
  font-family: "Myriad W01 Regular", Helvetica, Arial, sans-serif;
}
.search-panel {
  margin-top: -35px;
  position: relative;
}
body.page-home .search-panel {
  margin-top: 60px;
}
.search-panel .top-links {
  font-family: "Myriad W01 Regular", Helvetica, Arial, sans-serif;
  right: 160px;
  top: 10px;
  position: absolute;
}
body.page-home .search-panel .top-links {
  display: none;
}
.search-panel .nav-tabs {
  padding: 0;
  margin: 0;
  border: none;
  width: 100%;
}
.search-panel .nav-tabs > li {
  position: relative;
  padding: 0;
  margin: 0px;
  z-index: 0;
  width: 50%;
}
.search-panel .nav-tabs > li > a {
  display: block;
  position: relative;
  border: none;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  line-height: 20px;
  background: transparent url('/Content/images/sprite-tab.png') no-repeat 0 0;
  background-position: right -160px;
  height: 28px;
  margin-top: 10px;
}
body.page-home .search-panel .nav-tabs > li > a {
  height: 40px;
  margin-top: 18px;
}
.search-panel .nav-tabs > li > a:hover,
.search-panel .nav-tabs > li > a:focus {
  color: inherit;
  background-color: none;
}
.search-panel .nav-tabs > li > a > span {
  display: inline-block;
  color: #ffffff;
  font-family: 'Gill Sans W01 Medium';
  padding: 5px 0 0 20px;
  font-size: 16.002px;
  line-height: 16.8px;
}
body.page-home .search-panel .nav-tabs > li > a > span {
  padding: 9px 0 0 40px;
  line-height: 21px;
  font-size: 20.02px;
}
.search-panel .nav-tabs > li > a i {
  position: absolute;
  bottom: 7px;
  right: 20px;
}
body.page-home .search-panel .nav-tabs > li > a i.icon-quick-search-small {
  background-position: -137px -199px;
  width: 47px;
  height: 62px;
}
body.page-home .search-panel .nav-tabs > li > a i.icon-pro-search-small {
  background-position: -5px -204px;
  width: 68px;
  height: 55px;
}
.search-panel .nav-tabs > li > a.pro {
  margin-left: -45px;
}
.search-panel .nav-tabs > li > a.pro span {
  padding-left: 50px;
}
body.page-home .search-panel .nav-tabs > li > a.pro span {
  padding-left: 60px;
}
.search-panel .nav-tabs > li.active {
  margin: 0;
  padding: 0;
  border: none;
  z-index: 1;
}
.search-panel .nav-tabs > li.active > a,
.search-panel .nav-tabs > li.active > a:hover,
.search-panel .nav-tabs > li.active > a:focus {
  background-color: transparent;
  background-position: right -38px;
  margin-top: 0;
  padding: 0;
  border: none;
  height: 38px;
}
body.page-home .search-panel .nav-tabs > li.active > a,
body.page-home .search-panel .nav-tabs > li.active > a:hover,
body.page-home .search-panel .nav-tabs > li.active > a:focus {
  height: 58px;
  margin-top: 0;
}
.search-panel .nav-tabs > li.active > a span,
.search-panel .nav-tabs > li.active > a:hover span,
.search-panel .nav-tabs > li.active > a:focus span {
  color: #434343;
  padding: 10px 0 0 20px;
  font-size: 18.00008px;
  line-height: 21px;
}
body.page-home .search-panel .nav-tabs > li.active > a span,
body.page-home .search-panel .nav-tabs > li.active > a:hover span,
body.page-home .search-panel .nav-tabs > li.active > a:focus span {
  padding: 20px 0 0 35px;
  font-size: 23.8px;
  line-height: 23.8px;
}
.search-panel .nav-tabs > li.active > a.pro,
.search-panel .nav-tabs > li.active > a:hover.pro,
.search-panel .nav-tabs > li.active > a:focus.pro {
  margin-left: -10px;
}
.search-panel .tab-content .tab-pane {
  background: #eaeee7;
}
.search-panel .tab-content .tab-pane .main {
  position: relative;
  *zoom: 1;
}
.search-panel .tab-content .tab-pane .main:before,
.search-panel .tab-content .tab-pane .main:after {
  display: table;
  content: "";
  line-height: 0;
}
.search-panel .tab-content .tab-pane .main:after {
  clear: both;
}
.search-panel .tab-content .tab-pane .more-options-toggle {
  font-size: 16.002px;
}
body.page-home .search-panel .tab-content .tab-pane .more-options-toggle {
  font-size: 16.002px;
}
.search-panel .tab-content .tab-pane .more-options-toggle a .more {
  display: none;
}
.search-panel .tab-content .tab-pane .more-options-toggle a .less {
  display: block;
}
.search-panel .tab-content .tab-pane .more-options-toggle a.collapsed .more {
  display: block;
}
.search-panel .tab-content .tab-pane .more-options-toggle a.collapsed .less {
  display: none;
}
@media (min-width: 768px) {
  .search-panel {
    margin-bottom: 20px;
  }
  .search-panel .nav-tabs {
    width: 40%;
  }
  body.page-home .search-panel .nav-tabs {
    width: 50%;
  }
  .search-panel .tab-content .tab-pane form {
    margin: 0;
    color: #434343;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
  }
  body.page-home .search-panel .tab-content .tab-pane form {
    margin-bottom: 0px;
  }
  .search-panel .tab-content .tab-pane form fieldset {
    padding: 0;
  }
  .search-panel .tab-content .tab-pane form .btn-checkbox {
    width: auto;
    display: inline-block;
  }
  .search-panel .tab-content .tab-pane form .form-row {
    float: left;
    margin-right: 15px;
  }
  .search-panel .tab-content .tab-pane form .form-row.more-options-toggle {
    margin-right: 0;
    width: auto;
  }
  body.page-home .search-panel .tab-content .tab-pane form .form-row {
    margin-right: 24px;
  }
  .search-panel .tab-content .tab-pane form .form-row > label {
    float: none;
  }
  .search-panel .tab-content .tab-pane form .form-row > label,
  .search-panel .tab-content .tab-pane form .form-row fieldset .label {
    font-size: 16.002px;
    display: inline-block;
    margin-bottom: 5px;
    padding-left: 3px;
    margin-top: 0;
    padding-right: 8px;
    color: #434343;
  }
  body.page-home .search-panel .tab-content .tab-pane form .form-row > label,
  body.page-home .search-panel .tab-content .tab-pane form .form-row fieldset .label {
    font-size: 20.02px;
    line-height: 28px;
    display: block;
  }
  .search-panel .tab-content .tab-pane form .form-row input[type="text"],
  .search-panel .tab-content .tab-pane form .form-row select,
  .search-panel .tab-content .tab-pane form .form-row .bootstrap-select .btn.dropdown-toggle {
    font-style: italic;
    font-size: 14px;
  }
  body.page-home .search-panel .tab-content .tab-pane form .form-row input[type="text"],
  body.page-home .search-panel .tab-content .tab-pane form .form-row select,
  body.page-home .search-panel .tab-content .tab-pane form .form-row .bootstrap-select .btn.dropdown-toggle {
    font-size: 16.002px;
  }
  .search-panel .tab-content .tab-pane form .form-row input[type="text"],
  .search-panel .tab-content .tab-pane form .form-row .bootstrap-select .btn.dropdown-toggle {
    padding: 3px 8px;
  }
  body.page-home .search-panel .tab-content .tab-pane form .form-row input[type="text"],
  body.page-home .search-panel .tab-content .tab-pane form .form-row .bootstrap-select .btn.dropdown-toggle {
    padding: 8px 10px;
  }
  body.page-home .search-panel .tab-content .tab-pane form .form-row input[type="text"] .caret-wrapper,
  body.page-home .search-panel .tab-content .tab-pane form .form-row .bootstrap-select .btn.dropdown-toggle .caret-wrapper {
    top: 5px;
  }
  .search-panel .tab-content .tab-pane form .form-row input[type="text"] {
    width: 210px;
  }
  body.page-home .search-panel .tab-content .tab-pane form .form-row input[type="text"] {
    width: 310px;
  }
  .search-panel .tab-content .tab-pane form .form-row input[type="text"].input-small {
    width: 130px;
  }
  body.page-home .search-panel .tab-content .tab-pane form .form-row input[type="text"].input-small {
    width: 175px;
  }
  .search-panel .tab-content .tab-pane form .form-row .bootstrap-select,
  .search-panel .tab-content .tab-pane form .form-row select {
    width: 180px;
  }
  body.page-home .search-panel .tab-content .tab-pane form .form-row .bootstrap-select,
  body.page-home .search-panel .tab-content .tab-pane form .form-row select {
    width: 280px;
  }
  .search-panel .tab-content .tab-pane form .form-row select {
    height: 30px;
  }
  body.page-home .search-panel .tab-content .tab-pane form .form-row select {
    height: 40px;
  }
  .search-panel .tab-content .tab-pane form .form-row .btn-submit {
    margin-top: 0px;
    font-size: 16.8px;
    padding: 6px 55px;
  }
  body.page-home .search-panel .tab-content .tab-pane form .form-row .btn-submit {
    font-size: 21.98px;
    padding: 12px 55px;
  }
  .search-panel .tab-content .tab-pane form .form-row .btn-radio label {
    margin-bottom: 0;
  }
  .search-panel .tab-content .tab-pane form .form-row input#location {
    width: 310px;
  }
  .search-panel .tab-content .tab-pane form .form-row .btn-checkbox {
    width: 318px;
  }
  body.page-home .search-panel .tab-content .tab-pane form .form-row .btn-checkbox {
    width: 334px;
  }
  .search-panel .tab-content .tab-pane.quick {
    padding-bottom: 0px;
  }
  body.page-home .search-panel .tab-content .tab-pane.quick form {
    padding: 30px 60px;
  }
  .search-panel .tab-content .tab-pane.quick .collapse {
    *zoom: 1;
  }
  .search-panel .tab-content .tab-pane.quick .collapse:before,
  .search-panel .tab-content .tab-pane.quick .collapse:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .search-panel .tab-content .tab-pane.quick .collapse:after {
    clear: both;
  }
  .search-panel .tab-content .tab-pane.quick .collapse .left {
    margin-top: 20px;
    width: 599px;
    padding-bottom: 0;
    float: left;
    margin-right: 15px;
    border-right: 1px solid #cecece;
  }
  .search-panel .tab-content .tab-pane.quick .collapse .right {
    margin-top: 20px;
    float: left;
    width: 220px;
  }
  .search-panel .tab-content .tab-pane.quick .collapse .right > label {
    line-height: 28px;
    margin-bottom: 8px;
    margin-top: 3px;
  }
  .search-panel .tab-content .tab-pane.quick .collapse .right .bootstrap-select {
    width: 100%;
  }
  .search-panel .tab-content .tab-pane.quick .more-options-toggle {
    clear: none;
    margin-top: 5px;
  }
  body.page-home .search-panel .tab-content .tab-pane.quick .more-options-toggle {
    clear: both;
    margin-top: 1em;
  }
  .search-panel .tab-content .tab-pane.quick .btn-submit {
    position: absolute;
    right: 20px;
    top: 20px;
    padding-left: 60px;
    padding-right: 60px;
    z-index: 10;
  }
  body.page-home .search-panel .tab-content .tab-pane.quick .btn-submit {
    top: 60px;
    right: 70px;
  }
  .search-panel .tab-content .tab-pane.pro {
    width: 100%;
  }
  body.page-home .search-panel .tab-content .tab-pane.pro form {
    padding: 30px 50px;
  }
  .search-panel .tab-content .tab-pane.pro .form-row {
    margin-bottom: 0px;
    float: left;
    width: 100%;
    clear: both;
  }
  .search-panel .tab-content .tab-pane.pro .form-row label.btn {
    width: auto;
  }
  .search-panel .tab-content .tab-pane.pro .form-row > label,
  body.page-home .search-panel .tab-content .tab-pane.pro .form-row > label {
    display: inline-block;
  }
  .search-panel .tab-content .tab-pane.pro .btn-checkbox {
    margin-right: 10px;
  }
  body.page-home .search-panel .tab-content .tab-pane.pro .btn-checkbox {
    margin-left: 170px;
    float: left;
    margin-right: 25px;
  }
  .search-panel .tab-content .tab-pane.pro .left {
    float: left;
    width: 330px;
    margin-right: 10px;
  }
  body.page-home .search-panel .tab-content .tab-pane.pro .left {
    width: 525px;
    margin-right: 10px;
  }
  .search-panel .tab-content .tab-pane.pro .left .form-row {
    margin-bottom: 10px;
  }
  body.page-home .search-panel .tab-content .tab-pane.pro .left .form-row {
    margin-bottom: 12px;
  }
  .search-panel .tab-content .tab-pane.pro .left .form-row input[type=text] {
    width: 225px;
  }
  body.page-home .search-panel .tab-content .tab-pane.pro .left .form-row input[type=text] {
    width: 310px;
  }
  .search-panel .tab-content .tab-pane.pro .left .form-row > label {
    float: none;
  }
  .search-panel .tab-content .tab-pane.pro .left .form-row > label,
  .search-panel .tab-content .tab-pane.pro .left .form-row fieldset .label {
    width: 60px;
    padding-top: 5px;
  }
  body.page-home .search-panel .tab-content .tab-pane.pro .left .form-row > label,
  body.page-home .search-panel .tab-content .tab-pane.pro .left .form-row fieldset .label {
    width: 160px;
    float: left;
  }
  .search-panel .tab-content .tab-pane.pro .left .form-row .btn-radio label {
    font-size: 16.002px;
    padding-left: 28px;
  }
  .search-panel .tab-content .tab-pane.pro .right {
    float: left;
    border-left: 1px solid #cecece;
    width: 400px;
    padding-left: 20px;
    margin-bottom: 20px;
  }
  body.page-home .search-panel .tab-content .tab-pane.pro .right {
    float: right;
    padding-left: 30px;
    margin-bottom: 70px;
    width: 285px;
  }
  .search-panel .tab-content .tab-pane.pro .right .form-row {
    margin-bottom: 10px;
  }
  body.page-home .search-panel .tab-content .tab-pane.pro .right .form-row {
    margin-bottom: 12px;
    margin-right: 0;
  }
  .search-panel .tab-content .tab-pane.pro .right .form-row label {
    width: 180px;
    display: block;
    float: left;
  }
  body.page-home .search-panel .tab-content .tab-pane.pro .right .form-row label {
    float: none;
    padding-top: 4px;
    width: auto;
    display: block;
  }
  .search-panel .tab-content .tab-pane.pro .right .form-row.form-inline {
    margin-top: 0px;
  }
  body.page-home .search-panel .tab-content .tab-pane.pro .right .form-row.form-inline {
    margin-top: 12px;
  }
  .search-panel .tab-content .tab-pane.pro .right .form-row.form-inline label {
    width: 180px;
    margin-right: 0;
    /*float: left;*/
  
    padding-top: 8px;
  }
  body.page-home .search-panel .tab-content .tab-pane.pro .right .form-row.form-inline label {
    float: left;
    width: auto;
    margin-right: 10px;
    padding-left: 0;
  }
  .search-panel .tab-content .tab-pane.pro .right .bootstrap-select,
  .search-panel .tab-content .tab-pane.pro .right select {
    width: 200px;
  }
  body.page-home .search-panel .tab-content .tab-pane.pro .right .bootstrap-select,
  body.page-home .search-panel .tab-content .tab-pane.pro .right select {
    float: none;
    width: 285px;
  }
  .search-panel .tab-content .tab-pane.pro .right .more-options-toggle {
    margin-top: 20px;
    position: absolute;
    left: 365px;
    bottom: 10px;
  }
  body.page-home .search-panel .tab-content .tab-pane.pro .right .more-options-toggle {
    left: 3px;
    bottom: 40px;
    margin: 0;
  }
  .search-panel .tab-content .tab-pane.pro .btn-submit {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
  }
  body.page-home .search-panel .tab-content .tab-pane.pro .btn-submit {
    top: 298px;
    right: 50px;
  }
  .search-panel .tab-content .tab-pane.pro .collapse {
    position: relative;
    top: 0;
  }
  body.page-home .search-panel .tab-content .tab-pane.pro .collapse .btn-checkbox {
    margin-left: 0px;
    margin-right: 7px;
  }
  .search-panel .tab-content .tab-pane.pro .collapse .left {
    width: 380px;
    padding-bottom: 0;
    margin-top: 20px;
  }
  body.page-home .search-panel .tab-content .tab-pane.pro .collapse .left {
    width: 380px;
  }
  .search-panel .tab-content .tab-pane.pro .collapse .right {
    width: 250px;
    margin-bottom: 0;
    margin-top: 20px;
    border: none;
  }
  .search-panel .tab-content .tab-pane.pro .collapse .right > label {
    line-height: 28px;
    margin-bottom: 8px;
    margin-top: 1em;
  }
  .search-panel .tab-content .tab-pane.pro .collapse .right .bootstrap-select,
  .search-panel .tab-content .tab-pane.pro .collapse .right select {
    width: 100%;
  }
  body.page-home .search-panel .tab-content .tab-pane.pro .collapse .right {
    float: left;
    width: 250px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .search-panel .nav-tabs {
    width: 50%;
  }
  body.page-home .search-panel .nav-tabs {
    width: 80%;
  }
  .search-panel .tab-content .tab-pane form .form-row input[type="text"],
  .search-panel .tab-content .tab-pane form .form-row .bootstrap-select,
  .search-panel .tab-content .tab-pane form .form-row select {
    width: 160px;
  }
  body.page-home .search-panel .tab-content .tab-pane form .form-row input[type="text"],
  body.page-home .search-panel .tab-content .tab-pane form .form-row .bootstrap-select,
  body.page-home .search-panel .tab-content .tab-pane form .form-row select {
    width: 210px;
  }
  body.page-home .search-panel .tab-content .tab-pane.quick form {
    padding-right: 20px;
  }
  .search-panel .tab-content .tab-pane.quick .collapse .left,
  .search-panel .tab-content .tab-pane.quick .collapse .right {
    width: 280px;
  }
  body.page-home .search-panel .tab-content .tab-pane.quick .collapse .left,
  body.page-home .search-panel .tab-content .tab-pane.quick .collapse .right {
    width: 310px;
  }
  .search-panel .tab-content .tab-pane.quick .more-options-toggle {
    position: static;
    clear: both;
    float: right;
    margin-right: 20px;
    padding-top: 10px;
  }
  body.page-home .search-panel .tab-content .tab-pane.quick .more-options-toggle {
    float: left;
    padding: 0;
  }
  body.page-home .search-panel .tab-content .tab-pane.quick .btn-submit {
    right: 20px;
  }
  body.page-home .search-panel .tab-content .tab-pane.pro form {
    padding: 30px;
  }
  body.page-home .search-panel .tab-content .tab-pane.pro .left {
    width: 330px;
  }
  .search-panel .tab-content .tab-pane.pro .left .form-row > label,
  .search-panel .tab-content .tab-pane.pro .left .form-row fieldset > .label,
  body.page-home .search-panel .tab-content .tab-pane.pro .left .form-row > label,
  body.page-home .search-panel .tab-content .tab-pane.pro .left .form-row fieldset > .label {
    width: 80px ;
  }
  .search-panel .tab-content .tab-pane.pro .left .form-row .btn-checkbox {
    margin-left: 0;
  }
  .search-panel .tab-content .tab-pane.pro .left .form-row input[type="text"],
  .search-panel .tab-content .tab-pane.pro .left .form-row .bootstrap-select {
    width: 205px;
  }
  .search-panel .tab-content .tab-pane.pro .right {
    width: 280px;
  }
  .search-panel .tab-content .tab-pane.pro .right .more-options-toggle {
    margin-bottom: 0;
    bottom: 0;
  }
  body.page-home .search-panel .tab-content .tab-pane.pro .right {
    width: 280px;
  }
  body.page-home .search-panel .tab-content .tab-pane.pro .right .bootstrap-select {
    width: 100%;
  }
  body.page-home .search-panel .tab-content .tab-pane.pro .right .more-options-toggle {
    left: 370px;
    bottom: 15px;
  }
  .search-panel .tab-content .tab-pane.pro .btn-submit {
    top: 210px;
    margin-bottom: 20px;
  }
  body.page-home .search-panel .tab-content .tab-pane.pro .btn-submit {
    top: 285px;
    right: 30px;
  }
  .search-panel .tab-content .tab-pane.pro .collapse {
    top: 0;
  }
  .search-panel .tab-content .tab-pane.pro .collapse .left,
  .search-panel .tab-content .tab-pane.pro .collapse .right {
    width: 320px;
  }
  body.page-home .search-panel .tab-content .tab-pane.pro .collapse .right {
    width: 260px;
  }
}
@media (max-width: 767px) {
  .search-panel {
    display: none;
  }
  body.page-home .search-panel {
    display: block;
  }
  body.page-home .search-panel {
    margin-bottom: 15px;
  }
  body.page-home body.page-home .search-panel .top-links {
    display: none;
  }
  body.page-home .search-panel .nav-tabs {
    height: 65px;
  }
  body.page-home .search-panel .nav-tabs li {
    width: 50%;
  }
  body.page-home .search-panel .nav-tabs li a {
    background-position: right -145px;
    margin-top: 10px;
    height: 55px;
  }
  body.page-home .search-panel .nav-tabs li a span {
    margin-right: 70%;
    display: block;
    line-height: 1em;
    font-size: 18.00008px;
  }
  body.page-home .search-panel .nav-tabs li a i.icon-quick-search-small {
    background-position: -53px -134px;
    width: 44px;
    height: 58px;
  }
  body.page-home .search-panel .nav-tabs li a i.icon-pro-search-small {
    background-position: -165px 0px;
    width: 62px;
    height: 52px;
  }
  body.page-home .search-panel .nav-tabs li a.quick {
    background-position: left -125px;
  }
  body.page-home .search-panel .nav-tabs li a.quick span {
    padding: 10px 15px;
  }
  body.page-home .search-panel .nav-tabs li a.quick i {
    top: -18px;
    right: 15px;
  }
  body.page-home .search-panel .nav-tabs li a.pro span {
    padding-left: 50px;
  }
  body.page-home .search-panel .nav-tabs li a.pro i {
    top: -10px;
    right: 8px;
  }
  body.page-home .search-panel .nav-tabs li.active a,
  body.page-home .search-panel .nav-tabs li.active a:hover,
  body.page-home .search-panel .nav-tabs li.active a:focus {
    height: 66px;
    background-position: right -35px;
  }
  body.page-home .search-panel .nav-tabs li.active a span,
  body.page-home .search-panel .nav-tabs li.active a:hover span,
  body.page-home .search-panel .nav-tabs li.active a:focus span {
    padding: 10px 15px;
    line-height: 1em;
    font-size: 18.00008px;
  }
  body.page-home .search-panel .nav-tabs li.active a.quick span,
  body.page-home .search-panel .nav-tabs li.active a:hover.quick span,
  body.page-home .search-panel .nav-tabs li.active a:focus.quick span {
    padding: 10px 15px;
  }
  body.page-home .search-panel .nav-tabs li.active a.quick i,
  body.page-home .search-panel .nav-tabs li.active a:hover.quick i,
  body.page-home .search-panel .nav-tabs li.active a:focus.quick i {
    top: -7px;
    right: 20px;
  }
  body.page-home body.page-home .search-panel .tab-content .tab-pane {
    padding-bottom: 0px;
  }
  body.page-home .search-panel .tab-content .tab-pane form {
    margin: 0;
    padding: 15px;
  }
  body.page-home .search-panel .tab-content .tab-pane form fieldset {
    padding: 0;
  }
  body.page-home .search-panel .tab-content .tab-pane form .collapse .left,
  body.page-home .search-panel .tab-content .tab-pane form .collapse .right {
    margin-top: 15px;
  }
  body.page-home .search-panel .tab-content .tab-pane form .form-row {
    margin: 0;
  }
  body.page-home .search-panel .tab-content .tab-pane form .form-row.pull-right {
    float: none;
  }
  body.page-home .search-panel .tab-content .tab-pane form .form-row > label,
  body.page-home .search-panel .tab-content .tab-pane form .form-row fieldset > .label {
    font-family: 'Gill Sans W01 Medium';
    font-size: 18.00008px;
    padding-top: 10px;
    margin-bottom: 7px;
  }
  body.page-home .search-panel .tab-content .tab-pane form > div.right > label {
    margin-top: 1em;
  }
  body.page-home .search-panel .tab-content .tab-pane form label,
  body.page-home .search-panel .tab-content .tab-pane form input[type='text'],
  body.page-home .search-panel .tab-content .tab-pane form button {
    display: block;
  }
  body.page-home .search-panel .tab-content .tab-pane form input[type='text'],
  body.page-home .search-panel .tab-content .tab-pane form button {
    width: 100%;
    padding: 18px 0;
    padding-left: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
  }
  body.page-home .search-panel .tab-content .tab-pane form .more-options-toggle {
    margin-top: 1em;
  }
  body.page-home .search-panel .tab-content .tab-pane form .btn-checkbox {
    display: block;
    clear: both;
  }
  body.page-home .search-panel .tab-content .tab-pane form .form-row.submit .btn-submit {
    font-size: 22.008000000000002px;
    padding: 11px 0;
    margin-top: 1em;
    margin-bottom: 0;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.search-results-controls {
  margin-bottom: 12px;
}
.search-results-controls h1 {
  font-size: 20.02px;
  line-height: 1.3em;
  margin-bottom: 15px;
}
.search-results-controls h1 a {
  display: inline-block;
}
.search-results-controls .view-switch {
  margin-top: 10px;
}
.search-results-controls .view-switch li {
  margin: 0;
  line-height: 1.3em;
  padding: 0;
  padding-left: 20px;
}
.search-results-controls .view-switch li.active a {
  color: #000000;
}
.search-results-controls label {
  margin-right: 10px;
}
.search-results-controls select {
  width: 150px;
}
.search-results-controls .bootstrap-select {
  display: inline;
  padding-bottom: 10px;
}
.search-results-controls .bootstrap-select .btn {
  border: 1px solid #cecece;
  padding: 2px 3px;
  font-size: 12.6px;
  width: 150px;
  margin-right: 16px;
}
.search-results-controls .bootstrap-select .btn .caret-wrapper {
  right: 12px;
  top: 2px;
  padding-bottom: 0;
}
.search-results-controls .bootstrap-select .btn .caret-wrapper .caret {
  border-top: 7px solid #268826;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  margin-top: 7px;
}
.search-results-controls .bootstrap-select.input-small .btn {
  width: 150px;
}
.search-results-controls .pagination {
  margin: 0;
}
.search-results-controls .pagination li.active a {
  font-family: 'Gill Sans W01 Medium';
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .search-results-controls {
    margin: 0 -12px;
    padding: 0 20px;
  }
  .search-results-controls h5 {
    margin-top: 20px;
    *zoom: 1;
  }
  .search-results-controls h5:before,
  .search-results-controls h5:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .search-results-controls h5:after {
    clear: both;
  }
  .search-results-controls .mobile-controls {
    position: absolute;
    top: 50px;
    left: 0px;
    width: 100%;
    background: #edf1ea;
    font-family: "Gill Sans W01 Book", Helvetica, Arial, sans-serif;
  }
  .search-results-controls .mobile-controls .navbar {
    border-bottom: 1px solid #e0e4de;
    margin-bottom: 0;
  }
  .search-results-controls .mobile-controls .navbar .nav {
    float: none;
    width: 100%;
  }
  .search-results-controls .mobile-controls .navbar .nav li {
    width: 25%;
    margin: 0;
  }
  .search-results-controls .mobile-controls .navbar .nav li a {
    padding: 0;
    color: #207920;
  }
  .search-results-controls .mobile-controls .navbar .nav li a span {
    border-right: 1px solid #7b857b;
    height: 45px;
    font-size: 16.002px;
    line-height: 45px;
    display: block;
    text-align: center;
  }
  .search-results-controls .mobile-controls .navbar .nav :last-child a > span {
    border: none;
  }
  .search-results-controls .sort-form {
    margin: 0 -22px;
  }
  .search-results-controls .sort-form form {
    padding: 5px 20px 10px;
  }
  .search-results-controls .sort-form form > label {
    font-size: 21px;
    font-family: 'Gill Sans W01 Medium';
    margin-bottom: 15px;
  }
  .pagination {
    float: none;
    position: relative;
    text-align: center;
    margin: 0;
  }
  .pagination ul {
    display: block;
    text-align: center;
    *zoom: 1;
  }
  .pagination ul:before,
  .pagination ul:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .pagination ul:after {
    clear: both;
  }
  .pagination ul > li > a {
    font-size: 15.400000000000002px;
    padding: 0 10px;
    float: none;
  }
  .pagination ul > li.prev a,
  .pagination ul > li.next a {
    display: block;
    clear: both;
    width: 49%;
    position: absolute;
    bottom: -55px;
    text-shadow: none /*0 -1px 0 rgba(0,0,0,.25)*/;
    background-color: #289028;
    background-image: -moz-linear-gradient(top, #268826, #2c9c2c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#268826), to(#2c9c2c));
    background-image: -webkit-linear-gradient(top, #268826, #2c9c2c);
    background-image: -o-linear-gradient(top, #268826, #2c9c2c);
    background-image: linear-gradient(to bottom, #268826, #2c9c2c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff268826', endColorstr='#ff2c9c2c', GradientType=0);
    border-color: #2c9c2c #2c9c2c #1b601b;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #2c9c2c;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: none;
    font-size: 19.599999999999998px;
    font-family: 'Gill Sans W01 Medium';
    color: #ffffff;
    padding: 10px 0;
    text-align: center;
  }
  .pagination ul > li.prev a:hover,
  .pagination ul > li.next a:hover,
  .pagination ul > li.prev a:focus,
  .pagination ul > li.next a:focus,
  .pagination ul > li.prev a:active,
  .pagination ul > li.next a:active,
  .pagination ul > li.prev a.active,
  .pagination ul > li.next a.active,
  .pagination ul > li.prev a.disabled,
  .pagination ul > li.next a.disabled,
  .pagination ul > li.prev a[disabled],
  .pagination ul > li.next a[disabled] {
    color: #ffffff;
    background-color: #2c9c2c;
    *background-color: #268826;
  }
  .pagination ul > li.prev a:active,
  .pagination ul > li.next a:active,
  .pagination ul > li.prev a.active,
  .pagination ul > li.next a.active {
    background-color: #207420 \9;
  }
  .pagination ul > li.prev a:hover,
  .pagination ul > li.next a:hover {
    color: #ffffff;
    text-shadow: none /*0 -1px 0 rgba(0,0,0,.25)*/;
    background-color: #34c134;
    background-image: -moz-linear-gradient(top, #38cb38, #2fb32f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#38cb38), to(#2fb32f));
    background-image: -webkit-linear-gradient(top, #38cb38, #2fb32f);
    background-image: -o-linear-gradient(top, #38cb38, #2fb32f);
    background-image: linear-gradient(to bottom, #38cb38, #2fb32f);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff38cb38', endColorstr='#ff2fb32f', GradientType=0);
    border-color: #2fb32f #2fb32f #1f761f;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #2fb32f;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  }
  .pagination ul > li.prev a:hover:hover,
  .pagination ul > li.next a:hover:hover,
  .pagination ul > li.prev a:hover:focus,
  .pagination ul > li.next a:hover:focus,
  .pagination ul > li.prev a:hover:active,
  .pagination ul > li.next a:hover:active,
  .pagination ul > li.prev a:hover.active,
  .pagination ul > li.next a:hover.active,
  .pagination ul > li.prev a:hover.disabled,
  .pagination ul > li.next a:hover.disabled,
  .pagination ul > li.prev a:hover[disabled],
  .pagination ul > li.next a:hover[disabled] {
    color: #ffffff;
    background-color: #2fb32f;
    *background-color: #2a9f2a;
  }
  .pagination ul > li.prev a:hover:active,
  .pagination ul > li.next a:hover:active,
  .pagination ul > li.prev a:hover.active,
  .pagination ul > li.next a:hover.active {
    background-color: #248b24 \9;
  }
  .pagination ul > li.prev a:active,
  .pagination ul > li.next a:active,
  .pagination ul > li.prev a.active,
  .pagination ul > li.next a.active {
    color: #ffffff;
    text-shadow: none /*0 -1px 0 rgba(0,0,0,.25)*/;
    background-color: #2a982a;
    background-image: -moz-linear-gradient(top, #2da42d, #268526);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2da42d), to(#268526));
    background-image: -webkit-linear-gradient(top, #2da42d, #268526);
    background-image: -o-linear-gradient(top, #2da42d, #268526);
    background-image: linear-gradient(to bottom, #2da42d, #268526);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2da42d', endColorstr='#ff268526', GradientType=0);
    border-color: #268526 #268526 #154a15;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #268526;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  }
  .pagination ul > li.prev a:active:hover,
  .pagination ul > li.next a:active:hover,
  .pagination ul > li.prev a.active:hover,
  .pagination ul > li.next a.active:hover,
  .pagination ul > li.prev a:active:focus,
  .pagination ul > li.next a:active:focus,
  .pagination ul > li.prev a.active:focus,
  .pagination ul > li.next a.active:focus,
  .pagination ul > li.prev a:active:active,
  .pagination ul > li.next a:active:active,
  .pagination ul > li.prev a.active:active,
  .pagination ul > li.next a.active:active,
  .pagination ul > li.prev a:active.active,
  .pagination ul > li.next a:active.active,
  .pagination ul > li.prev a.active.active,
  .pagination ul > li.next a.active.active,
  .pagination ul > li.prev a:active.disabled,
  .pagination ul > li.next a:active.disabled,
  .pagination ul > li.prev a.active.disabled,
  .pagination ul > li.next a.active.disabled,
  .pagination ul > li.prev a:active[disabled],
  .pagination ul > li.next a:active[disabled],
  .pagination ul > li.prev a.active[disabled],
  .pagination ul > li.next a.active[disabled] {
    color: #ffffff;
    background-color: #268526;
    *background-color: #207120;
  }
  .pagination ul > li.prev a:active:active,
  .pagination ul > li.next a:active:active,
  .pagination ul > li.prev a.active:active,
  .pagination ul > li.next a.active:active,
  .pagination ul > li.prev a:active.active,
  .pagination ul > li.next a:active.active,
  .pagination ul > li.prev a.active.active,
  .pagination ul > li.next a.active.active {
    background-color: #1b5d1b \9;
  }
  .pagination ul > li.next a {
    right: 0;
  }
}
.solicitor {
  border-top: 3px solid #d8dcd5;
  *zoom: 1;
  padding-bottom: 2em;
  font-family: "Myriad W01 Regular", Helvetica, Arial, sans-serif;
  position: relative;
}
.solicitor:before,
.solicitor:after {
  display: table;
  content: "";
  line-height: 0;
}
.solicitor:after {
  clear: both;
}
.details.solicitor {
  border: none;
}
.solicitor-type-firm.solicitor {
  padding-right: 27%;
}
.details.solicitor {
  padding-right: 0;
}
.solicitor.last {
  border-bottom: 3px solid #d8dcd5;
  margin-bottom: 1em;
}
.solicitor.featured {
  background: #f4f6f2;
  padding-left: 1.5em;
}
.solicitor b,
.solicitor strong {
  font-family: "Myriad Pro 1166607", Helvetica, Arial, sans-serif;
}
.solicitor i,
.solicitor em {
  font-style: italic;
}
.solicitor ul,
.solicitor h4,
.solicitor h5 {
  font-size: 1em;
  line-height: 1.1em;
  margin-top: 0;
  margin-bottom: 1em;
}
.details.solicitor ul,
.details.solicitor h4,
.details.solicitor h5 {
  margin-bottom: 0;
}
.solicitor.details.solicitor-type-individual dl {
  margin-bottom: 5px;
}
.solicitor ul li {
  margin-bottom: 5px;
}
.solicitor ul.inline li {
  margin: 0;
  padding: 0 15px 0 0;
}
.solicitor dl {
  margin: 0;
  margin-bottom: 5px;
  *zoom: 1;
}
.solicitor dl:before,
.solicitor dl:after {
  display: table;
  content: "";
  line-height: 0;
}
.solicitor dl:after {
  clear: both;
}
.solicitor dt,
.solicitor dd {
  line-height: 16px;
  margin-left: 0;
}
.solicitor dt {
  line-height: 15px;
  font-family: "Myriad Pro 1166607", Helvetica, Arial, sans-serif;
  font-weight: normal;
  clear: both;
  margin-right: 5px;
  float: left;
}
.solicitor.details dt,
.solicitor.details dd {
  line-height: 20px;
  width: auto;
  float: left;
  margin-right: 0;
}
.solicitor.details dt {
  line-height: 19px;
}
.solicitor.details dd {
  margin-left: 5px;
  margin-bottom: 5px;
}
.solicitor dt.inline {
  clear: none;
  margin-left: 10px;
}
.solicitor dt.related {
  clear: none;
  margin-left: 5px;
}
.solicitor dt.feature {
  margin-bottom: 0;
}
.solicitor .related:before {
  content: " | ";
  font-family: "Myriad W01 Regular", Helvetica, Arial, sans-serif;
  margin: 0 3px;
}
.solicitor dd.feature {
  margin-bottom: 5px;
}
.solicitor .details dd.feature {
  margin-bottom: 0;
}
.solicitor dd.feature,
.solicitor dt.feature + dd {
  clear: both;
  margin-left: 0;
}
.solicitor.inline {
  display: inline-block;
}
.solicitor #main-details-accordion h3,
.solicitor header h3 {
  line-height: 1em;
  font-family: "Myriad W01 Regular", Helvetica, Arial, sans-serif;
  color: #363636;
}
.solicitor #main-details-accordion h3 strong,
.solicitor header h3 strong,
.solicitor #main-details-accordion h3 b,
.solicitor header h3 b {
  font-family: "Myriad W01 SmBd", Helvetica, Arial, sans-serif;
}
.solicitor-type-firm.solicitor #main-details-accordion h3,
.solicitor-type-firm.solicitor header h3 {
  font-size: 18.00008px;
  margin-top: 10px;
  margin-bottom: 12px;
}
.solicitor-type-individual.solicitor #main-details-accordion h3,
.solicitor-type-individual.solicitor header h3 {
  font-size: 14px;
  margin: 10px 0;
}
.details.solicitor-type-individual.solicitor #main-details-accordion h3,
.details.solicitor-type-individual.solicitor header h3 {
  margin-bottom: 20px;
}
.solicitor #main-details-accordion h3 .toggle .icon,
.solicitor header h3 .toggle .icon {
  padding-left: 10px;
}
.solicitor h4,
.solicitor h5 {
  font-family: "Myriad Pro 1166607", Helvetica, Arial, sans-serif;
  margin-bottom: 0.2em;
}
.solicitor-type-individual.solicitor h4,
.solicitor-type-individual.solicitor h5 {
  margin-bottom: 0;
}
.details.solicitor h4,
.details.solicitor h5 {
  line-height: 1.4em;
}
.details.solicitor h3 {
  line-height: 1.4em;
  margin: 0;
  font-family: "Myriad Pro 1166607", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.solicitor header {
  position: relative;
}
.details.solicitor header h1 {
  font-family: 'Gill Sans W01 Light';
  font-size: 40.012px;
  color: #484a48;
  margin-top: 0;
}
.details.solicitor header {
  margin-bottom: 20px;
}
.details.solicitor header h1 {
  margin-bottom: 5px;
}
.details.solicitor header p {
  margin-bottom: 0;
}
.solicitor header h2 {
  font-family: 'Gill Sans W01 Medium';
  font-size: 30.001999999999995px;
  color: #268826;
  margin-top: 17px;
  margin-bottom: 10px;
  clear: both;
  margin-right: 20%;
}
.featured.solicitor header h2 {
  margin-top: 50px;
}
.featured.solicitor header h2 sup {
  background: url(/Content/images/sprite-featured.png) no-repeat bottom left;
  position: absolute;
  left: -10px;
  top: 10px;
  float: left;
}
.featured.solicitor header h2 sup span {
  vertical-align: bottom;
  display: block;
  height: 42px;
  font-size: 18.2px;
  line-height: 32.199999999999996px;
  margin-left: 11px;
  font-family: "GillSansW04-BoldItalic", Helvetica, Arial, sans-serif;
  color: #ffffff;
  padding: 0px 40px 0px 30px;
  background: url(/Content/images/sprite-featured.png) no-repeat top right;
}
.solicitor header .distance {
  position: absolute;
  right: 0;
  top: 8px;
  font-size: 18.00008px;
}
.solicitor .panel-half {
  float: left;
  width: 45%;
  margin-right: 5%;
  margin-bottom: 20px;
}
.solicitor .panel-third {
  float: left;
  width: 30%;
  margin-right: 3%;
}
.solicitor .panel-full {
  clear: both;
  margin-bottom: 20px;
}
.solicitor .highlight {
  font-family: "Myriad W01 SmBd", Helvetica, Arial, sans-serif;
}
.solicitor-type-firm.solicitor aside {
  position: absolute;
  top: 0;
  right: 0;
  width: 23%;
}
.featured.solicitor-type-firm.solicitor aside {
  right: 1.5em;
  top: -1em;
}
.solicitor aside .btn-shortlist {
  margin-top: 20px;
}
.featured.solicitor aside .btn-shortlist {
  margin-top: 28px;
}
.solicitor aside .info {
  clear: both;
  padding-left: 45px;
  padding-top: 0px;
  padding-right: 0px;
  position: relative;
  color: #7d7d7d;
  font-size: 14px;
  line-height: 14px;
  font-family: "Myriad Pro 1166607", Helvetica, Arial, sans-serif;
}
.solicitor aside .info i.sprite {
  position: absolute;
  top: 0px;
  left: 0;
}
.solicitor .clear {
  clear: both;
  padding-top: 10px;
}
.solicitor .accreditations strong {
  padding-left: 10px;
}
.solicitor .accreditations img {
  padding-right: 4px;
  display: inline-block;
}
.solicitor .accreditations img.disabled {
  opacity: 0.2;
  -moz-opacity: 0.2;
  filter: alpha(opacity=20);
}
.solicitor .accreditations .icon-total-accreditations {
  vertical-align: bottom;
  position: relative;
  padding: 0;
}
.solicitor .accreditations .icon-total-accreditations em {
  display: block;
  width: 22px;
  text-align: right;
  font-style: normal;
  font-size: 20px;
  line-height: 20px;
  font-family: "Myriad W01 SmBd", Helvetica, Arial, sans-serif;
  position: absolute;
  top: 8px;
  left: 5px;
}
.solicitor .accordion {
  margin-top: 0;
}
.solicitor .accordion ul {
  padding-bottom: 20px;
  padding-top: 5px;
}
.solicitor .accordion .accordion-body {
  *zoom: 1;
}
.solicitor .accordion .accordion-body:before,
.solicitor .accordion .accordion-body:after {
  display: table;
  content: "";
  line-height: 0;
}
.solicitor .accordion .accordion-body:after {
  clear: both;
}
.solicitor .accordion #main-details-accordion .details {
  margin-bottom: 1em;
}
.solicitor .accordion #main-details-accordion .details h3 {
  margin-top: 1em;
  font-family: 'Gill Sans W01 Light';
  font-size: 28px;
}
.solicitor .accordion #main-details-accordion .details p {
  font-size: 14px;
}
.solicitor .accordion #main-details-accordion .details p strong {
  font-family: "Myriad Pro 1166607", Helvetica, Arial, sans-serif;
}
.solicitor .accordion #main-details-accordion .facilities {
  margin-bottom: 25px;
  *zoom: 1;
}
.solicitor .accordion #main-details-accordion .facilities:before,
.solicitor .accordion #main-details-accordion .facilities:after {
  display: table;
  content: "";
  line-height: 0;
}
.solicitor .accordion #main-details-accordion .facilities:after {
  clear: both;
}
.solicitor .accordion #main-details-accordion .facilities h2 {
  font-size: 18.00008px;
  font-family: "Myriad W01 SmBd", Helvetica, Arial, sans-serif;
}
.solicitor .accordion #main-details-accordion .facilities img {
  float: left;
  display: block;
  width: 48px;
  margin-right: 5px;
}
.solicitor .accordion #main-details-accordion ul {
  padding-bottom: 0px;
  padding-top: 0px;
}
.solicitor .accordion #main-details-accordion ul li {
  font-size: 14px;
  margin-bottom: 0;
}
.solicitor .accordion #main-details-accordion ul.collapse {
  margin: 0;
}
.solicitor .btn-back {
  margin-bottom: 20px;
}
.solicitor .trading-section {
  margin-bottom: 20px;
}
.solicitor #areas-of-practice-accordion ul li {
  font-size: 16.002px;
}
.solicitor #areas-of-practice-accordion ul li a {
  font-size: 14px;
  margin-left: 2px;
}
.solicitor #areas-of-practice-accordion ul li ul {
  padding: 0 0 10px 0;
}
.solicitor #areas-of-practice-accordion ul li ul li {
  padding-left: 15px;
  font-size: 14px;
  line-height: 14px;
}
.solicitor #areas-of-practice-accordion ul li ul li .icon-check-circle {
  top: 4px;
  position: relative;
}
.solicitor #areas-of-practice-accordion ul li ul li:before {
  content: " ";
  display: inline-block;
  width: 0;
  height: 0;
  color: #555;
  bottom: 3px;
  position: relative;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  margin-right: 4px;
}
.solicitor #people-and-structure-accordion ul li {
  font-size: 16.002px;
}
.solicitor #people-and-structure-accordion h4 {
  font-size: 18.2px;
  margin: 30px 0 10px 0;
  font-family: "Myriad W01 SmBd", Helvetica, Arial, sans-serif;
}
.solicitor #people-and-structure-accordion .icon-tooltip {
  margin-left: 3px;
  margin-bottom: -5px;
}
.solicitor #people-and-structure-accordion .featured-person {
  border-bottom: 1px solid #d8dcd5;
  padding: 15px 0;
  overflow: hidden;
}
.solicitor #people-and-structure-accordion .featured-person p {
  font-size: 14px;
}
.solicitor #people-and-structure-accordion .featured-person.last {
  border: none;
  margin-bottom: 30px;
}
.solicitor #people-and-structure-accordion .featured-person .info {
  width: 160px;
  float: left;
}
.solicitor #people-and-structure-accordion .featured-person .info a {
  font-family: "Myriad Pro 1166607", Helvetica, Arial, sans-serif;
  font-size: 16.8px;
  display: block;
  color: #268826;
  padding-top: 5px;
}
.solicitor #people-and-structure-accordion .featured-person .info small {
  color: #363636;
  font-size: 14px;
}
.solicitor #languages-spoken-accordion ul {
  *zoom: 1;
}
.solicitor #languages-spoken-accordion ul:before,
.solicitor #languages-spoken-accordion ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.solicitor #languages-spoken-accordion ul:after {
  clear: both;
}
.solicitor #languages-spoken-accordion ul li {
  float: left;
  margin: inherit 0;
  width: 25%;
}
.solicitor #accreditations-awards-accordion .accreditations {
  border-bottom: 3px solid #d8dcd5;
}
.solicitor #accreditations-awards-accordion .accreditations.well {
  padding: 0 0 15px 0;
}
.solicitor #accreditations-awards-accordion .accreditations ul li a {
  margin-right: 15px;
}
.solicitor #accreditations-awards-accordion .awards {
  overflow: hidden;
}
.solicitor #accreditations-awards-accordion .awards.well {
  padding: 0 0 20px 0;
}
.solicitor #accreditations-awards-accordion .awards h2 {
  font-family: 'Gill Sans W01 Medium';
}
.solicitor #accreditations-awards-accordion .awards ul li {
  line-height: 14px;
  font-size: 14px;
  padding-right: 30%;
  margin-top: 10px;
  border-bottom-width: 2px;
}
.solicitor #accreditations-awards-accordion .awards ul li:last-child {
  border: none;
}
.solicitor #accreditations-awards-accordion .awards ul li .icon-award {
  position: absolute;
  top: 0;
  left: 15px;
}
@media only screen and (min-width: 768px) {
  #main-details-accordion.accordion-body.collapse {
    height: auto !important;
  }
}
@media only screen and (max-width: 767px) {
  .solicitor {
    margin: 0 10px;
    padding-bottom: 10px;
  }
  #mapPoints .solicitor {
    margin: 0;
    border: none;
    padding: 0 15px;
  }
  #mapPoints .solicitor h2 {
    padding-right: 30px;
    font-size: 19.599999999999998px;
    line-height: 22.400000000000002px;
  }
  #mapPoints .solicitor h3 {
    font-size: 16.8px;
    line-height: 19.599999999999998px;
  }
  .solicitor-type-firm.solicitor {
    padding-right: 0;
  }
  .solicitor.featured {
    background: inherit;
    padding-left: inherit;
  }
  .details.solicitor {
    padding-top: 23px;
  }
  .solicitor a.btn-back {
    display: block;
  }
  .details.solicitor header h1 {
    font-size: 30.001999999999995px;
    padding-bottom: 10px;
  }
  .solicitor header h2 {
    margin-top: 10px;
    font-size: 24.01px;
  }
  .featured.solicitor header h2 {
    margin-top: 50px;
  }
  .featured.solicitor header h2 sup {
    background: none;
    left: -42px;
    top: 10px;
    float: left;
  }
  .featured.solicitor header h2 sup span {
    vertical-align: bottom;
    display: block;
    height: 42px;
    font-size: 18.2px;
    line-height: 32.199999999999996px;
    margin-left: 11px;
    font-family: "GillSansW04-BoldItalic", Helvetica, Arial, sans-serif;
    color: #ffffff;
    padding: 0px 40px 0px 30px;
    background: url(/Content/images/sprite-featured.png) no-repeat top right;
  }
  .solicitor .accordion {
    border-bottom: none;
  }
  .solicitor .accordion-heading {
    margin: 0 -22px;
    padding: 7px 22px;
  }
  .solicitor .accordion-heading h2 {
    line-height: 20px;
  }
  .solicitor .accordion-heading .text {
    display: inline-block;
    width: 75%;
    line-height: 20px;
  }
  .solicitor section:last-child .accordion-body {
    border-bottom: 2px solid #D8DCD5;
    margin: 0 -20px;
    padding: 0 20px;
  }
  .solicitor.solicitor-type-firm aside {
    float: none;
    width: auto;
    position: static;
  }
  .solicitor.solicitor-type-firm aside .btn {
    float: right;
    clear: none;
    margin: 0;
  }
  .solicitor.solicitor-type-firm aside .btn.btn-shortlist.remove {
    float: left;
    padding: 9px 15px;
    margin-right: 10px;
  }
  .solicitor #languages-spoken-accordion ul li {
    width: 50%;
  }
  .solicitor #people-and-structure-accordion .featured-person .info {
    width: auto;
    float: none;
  }
  .solicitor #people-and-structure-accordion .featured-person .info img {
    float: left;
    margin: 0 10px 10px 0;
  }
  .solicitor #people-and-structure-accordion .featured-person .info a {
    padding-top: 0;
  }
  .solicitor #people-and-structure-accordion .featured-person .info small {
    color: #363636;
    font-size: 14px;
  }
  .solicitor #people-and-structure-accordion .featured-person .details {
    clear: both;
  }
  .solicitor .panel-third,
  .solicitor .panel-half {
    float: none;
    width: auto;
  }
  .solicitor dt.inline {
    clear: both;
    margin-left: 0;
  }
  .solicitor .twin-buttons .btn-wrapper {
    width: 200px;
  }
  .solicitor .icon-add-shortlist {
    display: inline-block;
  }
  .span1 .accreditations {
    border: none;
    padding: 15px;
  }
  .icon-add-shortlist {
    display: none;
  }
}
@media only screen {
  
}
@media only screen and (max-width: 767px) {
  .wide-wrapper {
    width: auto;
  }
  body {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 50px;
  }
  header.top {
    margin: 0 -12px;
    height: 50px;
  }
  header.top .site-heading a.logo-fas {
    padding-top: 15px;
    float: none;
    text-align: center;
  }
  header.top .site-heading a.logo-fas img {
    width: 140px;
    vertical-align: top;
  }
  header.top .site-heading a.logo-lawsociety {
    right: 0;
  }
  header.top .site-heading a.logo-lawsociety img {
    display: block;
    width: 70%;
    height: auto;
    margin: 10px 0 0 10px;
  }
  header.top .btn.btn-navbar {
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    border: none;
    border-right: 1px solid #485a48;
    padding: 19px;
  }
  header.top .btn.btn-navbar .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #728e72;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 -1px 0 #000000;
    -moz-box-shadow: 0 -1px 0 #000000;
    box-shadow: 0 -1px 0 #000000;
  }
  header.top .btn.btn-navbar .icon-bar + .icon-bar {
    margin-top: 3px;
  }
  .filter-panel {
    margin: 46px -12px 0;
  }
  .filter-panel .filter-section {
    margin-bottom: 0;
  }
  .filter-panel .filter-section.last {
    padding-top: 0;
  }
  .filter-panel .btn-submit {
    width: 100%;
    margin-top: 30px;
  }
  .nav-collapse {
    margin: 0px -12px 0;
    position: relative;
    z-index: 10;
  }
  .nav-collapse .nav {
    margin: 0;
  }
  .nav-collapse .nav li {
    display: block;
    margin: 0;
  }
  .nav-collapse .nav li a,
  .nav-collapse .nav li a:hover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: block;
    background: #d8dcd5;
    margin: 0;
    font-size: 16.8px;
    font-family: "Myriad W01 SmBd", Helvetica, Arial, sans-serif;
    color: #363636;
    font-weight: normal;
    padding-left: 20px;
    border-bottom: 1px solid #ebefe8;
  }
  .nav-collapse .nav li:last-child a {
    border: none;
  }
  .nav-collapse .nav li.large a,
  .nav-collapse .nav li.large a:hover {
    border-bottom: none;
    border-top: 3px solid #d8dcd5;
    line-height: 50px;
    background: #ebefe8;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18.2px;
    width: auto;
  }
  .nav-collapse .nav li.large a .sprite,
  .nav-collapse .nav li.large a:hover .sprite {
    text-align: center;
    font-size: 21px;
  }
  .nav-collapse .shade {
    background: #d8dcd5;
    height: 10px;
    -webkit-box-shadow: inset 0 -6px 6px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 -6px 6px rgba(0,0,0,.05);
    box-shadow: inset 0 -6px 6px rgba(0,0,0,.05);
    margin: 0 -20px;
  }
  .inner-shade {
    background: #eaeee7;
  }
  .inner-shade form,
  .inner-shade fieldset {
    margin: 0;
  }
  .inner-shade:before {
    content: " ";
    background: #eaeee7;
    height: 10px;
    display: block;
    -webkit-box-shadow: inset 0 3px 3px rgba(0,0,0,.35);
    -moz-box-shadow: inset 0 3px 3px rgba(0,0,0,.35);
    box-shadow: inset 0 3px 3px rgba(0,0,0,.35);
  }
  .inner-shade:after {
    content: " ";
    background: #eaeee7;
    height: 10px;
    display: block;
    -webkit-box-shadow: inset 0 -6px 6px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 -6px 6px rgba(0,0,0,.05);
    box-shadow: inset 0 -6px 6px rgba(0,0,0,.05);
  }
  .bottom-overlay {
    width: 100%;
    margin: 0;
    border: none;
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    max-height: 160px;
    overflow: auto;
    *zoom: 1;
  }
  .bottom-overlay:before,
  .bottom-overlay:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .bottom-overlay:after {
    clear: both;
  }
  .span3 > .bottom-overlay {
    margin: 0 -12px !important;
  }
  .bottom-overlay.bottom-actions {
    background: #eaeee7;
    position: fixed;
    z-index: 10;
    -webkit-box-shadow: 0 0px 10px rgba(0,0,0,.45);
    -moz-box-shadow: 0 0px 10px rgba(0,0,0,.45);
    box-shadow: 0 0px 10px rgba(0,0,0,.45);
  }
  .bottom-overlay .close {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    background: #cecece;
    padding: 6px 12px;
    color: black;
  }
  select {
    display: block !important;
    width: 100%;
    padding: 0px;
    padding-left: 12px;
    height: 35px !important;
    margin: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fff;
    color: #888;
    border: none;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
  }
  .btn-group.bootstrap-select {
    display: none;
  }
  body.page-home h1 {
    margin: 20px 0;
    text-align: center;
    color: #363636;
    font-size: 21px;
    line-height: 1.2em;
  }
  body.page-home .search-panel {
    margin-top: 0;
  }
  .article-brief {
    padding: 0px 10px;
  }
  .article-brief h2 {
    font-size: 28px;
  }
  .article-brief p {
    font-size: 14px;
  }
  header.top {
    position: fixed !important;
    z-index: 100;
    width: 100%;
    top: 0;
  }
  footer {
    margin: 80px -12px 0;
    padding: 15px 25px;
    font-size: 9.799999999999999px;
  }
  footer .copyright {
    float: none;
    margin-top: 40px;
    text-align: center;
    display: block;
    clear: both;
  }
  footer ul.inline {
    overflow: hidden;
    margin: 0px 10px;
  }
  footer ul.inline li + li:before {
    content: "";
  }
  footer ul.inline li {
    display: block;
    margin-top: 5px;
    width: 33%;
    float: left;
  }
  .make-enquiry {
    width: 100%;
  }
  .span1 .make-enquiry {
    position: absolute;
    top: 28px;
    left: 0;
  }
  .page-shortlist .span1 .make-enquiry {
    top: 135px;
  }
  .make-enquiry .form,
  .make-enquiry form {
    margin-bottom: 60px;
  }
  .make-enquiry .form input[type=text],
  .make-enquiry form input[type=text],
  .make-enquiry .form textarea,
  .make-enquiry form textarea {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .make-enquiry .form textarea,
  .make-enquiry form textarea {
    height: 300px;
  }
  .twin-buttons {
    margin: 30px 0 15px;
    *zoom: 1;
  }
  .twin-buttons:before,
  .twin-buttons:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .twin-buttons:after {
    clear: both;
  }
  .bottom-actions .twin-buttons {
    padding: 0  20px 10px;
    margin: 15px 0 5px;
  }
  .twin-buttons .btn-wrapper {
    display: block;
    width: 50%;
    float: left;
    *zoom: 1;
  }
  .twin-buttons .btn-wrapper:before,
  .twin-buttons .btn-wrapper:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .twin-buttons .btn-wrapper:after {
    clear: both;
  }
  .page-shortlist .twin-buttons .btn-wrapper {
    width: 50%;
  }
  .twin-buttons .btn {
    float: none !important;
    padding: 0  !important;
    display: block;
    margin: 0 3px !important;
    height: 37px;
    line-height: 37px;
    border: 0;
    text-align: left;
    width: auto;
    font-family: "Gill Sans W01 Book", Helvetica, Arial, sans-serif;
  }
  .twin-buttons .btn .sprite {
    margin-right: 20px;
    margin-top: 10px;
    float: right;
  }
  .twin-buttons .btn.btn-checkbox label {
    display: block;
  }
  .twin-buttons .btn.btn-checkbox .sprite {
    margin: 0;
    margin-top: -11px;
  }
  .twin-buttons .btn.btn-back {
    padding-left: 20px !important;
  }
  .twin-buttons .btn.btn-shortlist,
  .twin-buttons .btn.btn-make-enqiry {
    padding-left: 20px !important;
    font-size: 18.2px;
    height: 37px;
  }
  .twin-buttons .btn.btn-shortlist .sprite {
    margin-top: 13px;
  }
  .twin-buttons .btn:last-child {
    float: right;
  }
  .twin-buttons .label {
    font-size: 15px;
    padding: 8px 11px 9px 37px;
  }
  .survey {
    display: none;
  }
  form legend {
    font-size: 18.00008px;
    line-height: 1.4em;
  }
}
@media only screen and (min-width: 768px) {
  .filter-panel {
    height: auto !important;
    overflow: visible;
  }
  .filter-panel input,
  .collapse select,
  .filter-panel .bootstrap-select {
    visibility: visible;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #tls-global-navigation-bar .topNav a,
  #tls-global-navigation-bar .topNav span {
    font-size: 11px !important;
  }
  .span1.left-sidebar,
  .span1.right-sidebar {
    width: 220px;
  }
  .span3.main-content {
    width: 500px;
  }
  .btn-checkbox-column {
    text-indent: -10000px;
    display: inline-block;
    float: right;
    clear: both;
    padding: 70px 18px;
  }
  header.top h1 a.logo-lawsociety {
    right: 0px;
  }
}
@media only screen and (min-width: 980px) {
  .span1.left-sidebar,
  .span1.right-sidebar {
    width: 240px;
  }
  .span3.main-content {
    width: 680px;
  }
}
.btn-submit {
  margin-bottom: 0px;
}
input[disabled],
select[disabled] {
  background: #FFF;
}
@media (max-width: 767px) {
  .search-results-controls.bottom {
    float: none;
    position: relative;
    text-align: center;
    margin: 0;
  }
}
.right-sidebar .accordion {
  margin-top: 0;
  border-bottom: none;
}
.right-sidebar .accordion-heading {
  margin: 0 -20px;
  padding: 0 30px;
  border: 0;
}
@media (max-width: 767px) {
  .solicitor.details {
    padding-bottom: 0;
  }
}
.nav-skip {
  display: block;
  position: absolute;
  left: -999em;
  top: 0;
}
.accreditation {
  display: inline-block;
  float: left;
  margin-bottom: 10px;
  height: 35px;
  width: 96px;
  margin-right: 4px;
}

@charset "utf-8";
/* CSS Document */

table,th,td
{
border:1px solid black;
border-collapse:collapse
}

th,td
{
padding:5px;
}

th {background-color:#EAEEE7;}


#rightBox {float:right; margin: 20px 0 10px 10px; padding: 0 15px 15px 15px; width: 250px; background-color:#EAEEE7;}

span.bold {font-weight:bold;}

