@charset "UTF-8";
/*!
* BMJ Core
*/
/* bmj-mixins

Adding the BOOTSTRAP MIXINS here so that the BMJ-CORE is Bootstrap Agnostic

*/
@font-face {
  font-family: 'interfaceregular';
  src: url("../fonts/if_std_rg-webfont.eot");
  src: url("../fonts/if_std_rg-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/if_std_rg-webfont.woff") format("woff"), url("../fonts/if_std_rg-webfont.ttf") format("truetype"), url("../fonts/if_std_rg-webfont.svg#interfaceregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'interfaceitalic';
  src: url("../fonts/if_std_it-webfont.eot");
  src: url("../fonts/if_std_it-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/if_std_it-webfont.woff") format("woff"), url("../fonts/if_std_it-webfont.ttf") format("truetype"), url("../fonts/if_std_it-webfont.svg#interfaceitalic") format("svg");
  font-weight: normal;
  font-style: italic;
}

/* line 17, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
/*! normalize.css v1.1.0 | HTML5 Display Definitions | MIT License | git.io/normalize */
/* line 20, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/compass-normalize-1.4.3/stylesheets/normalize/_html5.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/* line 28, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/compass-normalize-1.4.3/stylesheets/normalize/_html5.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 39, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/compass-normalize-1.4.3/stylesheets/normalize/_html5.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 46, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/compass-normalize-1.4.3/stylesheets/normalize/_html5.scss */
[hidden] {
  display: none;
}

/*! normalize.css v1.1.0 | Base | MIT License | git.io/normalize */
/* line 13, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/compass-normalize-1.4.3/stylesheets/normalize/_base.scss */
html {
  font-size: 100%;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 30, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/compass-normalize-1.4.3/stylesheets/normalize/_base.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/* line 37, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/compass-normalize-1.4.3/stylesheets/normalize/_base.scss */
body {
  font-family: "interfaceregular", Helvetica, Arial, sans-serif;
  margin: 0;
}

a {
	color: #2a6ebb;	
	text-decoration: none;
}

/*! normalize.css v1.1.0 | Links | MIT License | git.io/normalize */
/* line 9, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/compass-normalize-1.4.3/stylesheets/normalize/_links.scss */
a:focus {
  outline: thin dotted;
}

/* line 16, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/compass-normalize-1.4.3/stylesheets/normalize/_links.scss */
a:active,
a:hover {
  outline: 0;
}

/*! normalize.css v1.1.0 | Typography | MIT License | git.io/normalize */
/* line 13, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/compass-normalize-1.4.3/stylesheets/normalize/_typography.scss */
h1 {
  font-size: 2em;
  margin: 0.67rem 0;
}

/* line 19, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/compass-normalize-1.4.3/stylesheets/normalize/_typography.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83rem 0;
}

/* line 24, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/compass-normalize-1.4.3/stylesheets/normalize/_typography.scss */
h3 {
  font-size: 1.17em;
  margin: 1rem 0;
}

/* line 29, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/compass-normalize-1.4.3/stylesheets/normalize/_typography.scss */
h4 {
  font-size: 1em;
  margin: 1.33rem 0;
}

/* line 34, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/compass-normalize-1.4.3/stylesheets/normalize/_typography.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67rem 0;
}

/* line 39, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/compass-normalize-1.4.3/stylesheets/normalize/_typography.scss */
h6 {
  font-size: 0.67em;
  margin: 2.33rem 0;
}

/* line 47, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/compass-normalize-1.4.3/stylesheets/normalize/_typography.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 54, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/compass-normalize-1.4.3/stylesheets/normalize/_typography.scss */
b,
strong {
  font-weight: bold;
}

/* line 59, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/compass-normalize-1.4.3/stylesheets/normalize/_typography.scss */
blockquote {
  margin: 1em 40px;
}

/* line 66, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/compass-normalize-1.4.3/stylesheets/normalize/_typography.scss */
dfn {
  font-style: italic;
}

/* line 73, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/compass-normalize-1.4.3/stylesheets/normalize/_typography.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 81, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/compass-normalize-1.4.3/stylesheets/normalize/_typography.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 90, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/compass-normalize-1.4.3/stylesheets/normalize/_typography.scss */
p,
pre {
  margin: 1em 0;
}

/* line 100, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/compass-normalize-1.4.3/stylesheets/normalize/_typography.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/* line 110, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/compass-normalize-1.4.3/stylesheets/normalize/_typography.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 118, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/compass-normalize-1.4.3/stylesheets/normalize/_typography.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* line 127, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/compass-normalize-1.4.3/stylesheets/normalize/_typography.scss */
q {
  quotes: none;
}

/* line 132, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/compass-normalize-1.4.3/stylesheets/normalize/_typography.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/* line 140, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/compass-normalize-1.4.3/stylesheets/normalize/_typography.scss */
small {
  font-size: 80%;
}

/* line 147, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/compass-normalize-1.4.3/stylesheets/normalize/_typography.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 154, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/compass-normalize-1.4.3/stylesheets/normalize/_typography.scss */
sup {
  top: -0.5em;
}

/* line 158, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/compass-normalize-1.4.3/stylesheets/normalize/_typography.scss */
sub {
  bottom: -0.25em;
}

/* line 11, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/compass-normalize-1.4.3/stylesheets/normalize/_lists.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 15, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/compass-normalize-1.4.3/stylesheets/normalize/_lists.scss */
dd {
  margin: 0 0 0 40px;
}

/* line 23, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/compass-normalize-1.4.3/stylesheets/normalize/_lists.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/* line 30, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/compass-normalize-1.4.3/stylesheets/normalize/_lists.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/*! normalize.css v1.1.0 | Embedded Content | MIT License | git.io/normalize */
/* line 9, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/compass-normalize-1.4.3/stylesheets/normalize/_embeds.scss */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* line 18, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/compass-normalize-1.4.3/stylesheets/normalize/_embeds.scss */
svg:not(:root) {
  overflow: hidden;
}

/*! normalize.css v1.1.0 | Figures | MIT License | git.io/normalize */
/* line 9, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/compass-normalize-1.4.3/stylesheets/normalize/_figures.scss */
figure {
  margin: 0;
}

/*! normalize.css v1.1.0 | Forms | MIT License | git.io/normalize */
/* line 10, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/compass-normalize-1.4.3/stylesheets/normalize/_forms.scss */
form {
  margin: 0;
}

/* line 17, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/compass-normalize-1.4.3/stylesheets/normalize/_forms.scss */
/* fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
} */

/* line 30, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/compass-normalize-1.4.3/stylesheets/normalize/_forms.scss */
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

/* line 49, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/compass-normalize-1.4.3/stylesheets/normalize/_forms.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/* line 63, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/compass-normalize-1.4.3/stylesheets/normalize/_forms.scss */
button,
input {
  line-height: normal;
}

/* line 73, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/compass-normalize-1.4.3/stylesheets/normalize/_forms.scss */
button,
select {
  text-transform: none;
}

/* line 90, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/compass-normalize-1.4.3/stylesheets/normalize/_forms.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

/* line 101, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/compass-normalize-1.4.3/stylesheets/normalize/_forms.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 113, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/compass-normalize-1.4.3/stylesheets/normalize/_forms.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

/* line 126, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/compass-normalize-1.4.3/stylesheets/normalize/_forms.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 137, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/compass-normalize-1.4.3/stylesheets/normalize/_forms.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 144, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/compass-normalize-1.4.3/stylesheets/normalize/_forms.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 152, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/compass-normalize-1.4.3/stylesheets/normalize/_forms.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

/*! normalize.css v1.1.0 | Tables | MIT License | git.io/normalize */
/* line 9, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/compass-normalize-1.4.3/stylesheets/normalize/_tables.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 21, ../sass/_bmj-layout.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* @fontbase = 14
@line-height-base = 20
*/
/* line 12, ../sass/_bmj-base.scss */
html {
  font-size: 62.5%;
  /* Sets up the Base 10 stuff */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 27, ../sass/_bmj-base.scss */
html, button, input, select, textarea {
  font-family: "Helvetica Neue", helvetica, Arial, sans-serif;
  color: #333333;
}

/* line 32, ../sass/_bmj-base.scss */
code {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
/* line 58, ../sass/_bmj-base.scss */
H1, H2, H3 {
  line-height: 1.428;
  /* $line-height-base ÷ $fontbase */
  font-weight: bold;
}

/* line 71, ../sass/_bmj-base.scss */
body {
  margin: 0;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.1rem;
  font-family: "interfaceregular", Helvetica, Arial, sans-serif;
  letter-spacing: 0.03em;
}

/* line 78, ../sass/_bmj-base.scss */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.3em;
  font-family: "interfaceregular", Helvetica, Arial, sans-serif;
  word-wrap: break-word;
  -webkit-text-size-adjust: none;
}
@media (min-width: 768px) {
  /* line 78, ../sass/_bmj-base.scss */
  h1, h2, h3, h4, h5, h6 {
    word-wrap: none;
  }
}
/* line 133, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/breakpoint-2.0.6/stylesheets/_breakpoint.scss */
.no-mqs h1, .no-mqs h2, .no-mqs h3, .no-mqs h4, .no-mqs h5, .no-mqs h6 {
  word-wrap: none;
}

/* line 89, ../sass/_bmj-base.scss */
h1.page-title {
  font-size: 27px;
  line-height: 30px;
  font-size: 2.7rem;
  line-height: 3rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-weight: normal;
}

/* line 97, ../sass/_bmj-base.scss */
h1 {
  font-size: 30px;
  line-height: 25px;
  font-size: 3rem;
  line-height: 2.5rem;
  margin-top: 2rem;
  margin-bottom: 0.35rem;
}

/* line 104, ../sass/_bmj-base.scss */
h2 {
  font-size: 24px;
  line-height: 30px;
  font-size: 2.4rem;
  line-height: 3rem;
  margin-top: 2rem;
  margin-bottom: 0.35rem;
}

/* line 111, ../sass/_bmj-base.scss */
h3 {
  font-size: 22px;
  line-height: 30px;
  font-size: 2.2rem;
  line-height: 3rem;
  margin-top: 2rem;
  margin-bottom: 0.35rem;
}

/* line 118, ../sass/_bmj-base.scss */
h4 {
  font-size: 21px;
  line-height: 25px;
  font-size: 2.1rem;
  line-height: 2.5rem;
}

/* line 123, ../sass/_bmj-base.scss */
h5 {
  font-size: 19px;
  line-height: 25px;
  font-size: 1.9rem;
  line-height: 2.5rem;
}

/* line 128, ../sass/_bmj-base.scss */
h6 {
  font-size: 18px;
  line-height: 25px;
  font-size: 1.8rem;
  line-height: 2.5rem;
}

/* line 133, ../sass/_bmj-base.scss */
p, ul, ol {
  font-size: 16px;
  line-height: 25px;
  font-size: 1.6rem;
  line-height: 2.5rem;
  margin-bottom: 0.8rem;
}

/*Added by AA */
.dl-horizontal:before, .dl-horizontal:after {
    content: "";
    display: table;
    line-height: 0;
}
.dl-horizontal:after {
    clear: both;
}
.dl-horizontal dt {
    clear: left;
    float: left;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 160px;
}
.dl-horizontal dd {
    margin-left: 180px;
}


/* line 139, ../sass/_bmj-base.scss */
table {
  line-height: 30px;
  line-height: 3rem;
}

/* line 145, ../sass/_bmj-base.scss */
small, aside {
  font-size: 16px;
  line-height: 30px;
  font-size: 1.6rem;
  line-height: 3rem;
}

/* line 156, ../sass/_bmj-base.scss */
H1:first-child,
H2:first-child,
H3:first-child,
div + H1,
div + H2,
div + H3 {
  margin-top: 0;
}

/* Article lists */
/* line 162, ../sass/_bmj-base.scss */
article ul {
  list-style: none outside none;
  padding-left: 0;
  text-indent: -15px;
  margin-left: 18px;
}

/* line 170, ../sass/_bmj-base.scss */
article ul li,
article ol li {
  padding: 1% 0;
}

/* line 174, ../sass/_bmj-base.scss */
article ul li {
  list-style-type: none;
}

/* line 178, ../sass/_bmj-base.scss */
article ul li:before {
  color: #999999;
  content: "\2666";
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.1rem;
  padding-right: 10px;
  padding-bottom: 5px;
  vertical-align: middle;
}

/* Aside */
/* line 193, ../sass/_bmj-base.scss */
small h1,
aside h1 {
  font-size: 28px;
  line-height: 42px;
  font-size: 2.8rem;
  line-height: 4.2rem;
}
/* line 196, ../sass/_bmj-base.scss */
small h2,
aside h2 {
  font-size: 26px;
  line-height: 39px;
  font-size: 2.6rem;
  line-height: 3.9rem;
}
/* line 199, ../sass/_bmj-base.scss */
small h3,
aside h3 {
  font-size: 24px;
  line-height: 36px;
  font-size: 2.4rem;
  line-height: 3.6rem;
}
/* line 202, ../sass/_bmj-base.scss */
small h4,
aside h4 {
  font-size: 22px;
  line-height: 33px;
  font-size: 2.2rem;
  line-height: 3.3rem;
}
/* line 205, ../sass/_bmj-base.scss */
small h5,
aside h5 {
  font-size: 20px;
  line-height: 30px;
  font-size: 2rem;
  line-height: 3rem;
}
/* line 208, ../sass/_bmj-base.scss */
small h6,
aside h6 {
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.7rem;
}
/* line 211, ../sass/_bmj-base.scss */
small p, small ul,
aside p,
aside ul {
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.1rem;
}

/* line 3, ../sass/_bmj-header.scss */
header {
  *z-index: 9999;
  *position: relative;
}
@media (min-width: 980px) {
  /* line 7, ../sass/_bmj-header.scss */
  header nav {
    clear: both;
  }
}
/* line 133, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/breakpoint-2.0.6/stylesheets/_breakpoint.scss */
.no-mqs header nav {
  clear: both;
}
@media (min-width: 980px) {
  /* line 13, ../sass/_bmj-header.scss */
  header .navbar .search {
    display: none;
  }
}
/* line 133, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/breakpoint-2.0.6/stylesheets/_breakpoint.scss */
.no-mqs header .navbar .search {
  display: none;
}
/* line 19, ../sass/_bmj-header.scss */
header .brand {
  width: 30%;
  float: left;
  margin-bottom: 3.5%;
  margin-top: 3%;
}
@media (min-width: 768px) {
  /* line 19, ../sass/_bmj-header.scss */
  header .brand {
    width: 50%;
    margin-bottom: 24px;
    margin-top: 22px;
  }
}
/* line 133, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/breakpoint-2.0.6/stylesheets/_breakpoint.scss */
.no-mqs header .brand {
  width: 50%;
  margin-bottom: 24px;
  margin-top: 22px;
}
/* line 31, ../sass/_bmj-header.scss */
header .site-header-togglers {
  width: 50%;
  float: right;
  margin-top: 20px;
}
@media (min-width: 768px) {
  /* line 31, ../sass/_bmj-header.scss */
  header .site-header-togglers {
    width: 6%;
  }
}
/* line 133, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/breakpoint-2.0.6/stylesheets/_breakpoint.scss */
.no-mqs header .site-header-togglers {
  width: 6%;
}
@media (min-width: 980px) {
  /* line 31, ../sass/_bmj-header.scss */
  header .site-header-togglers {
    display: none;
    margin-top: 32px;
  }
}
/* line 133, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/breakpoint-2.0.6/stylesheets/_breakpoint.scss */
.no-mqs header .site-header-togglers {
  display: none;
  margin-top: 32px;
}
/* line 44, ../sass/_bmj-header.scss */
header .searchbar {
  *z-index: 9999;
  *position: absolute;
}
@media (min-width: 768px) {
  /* line 44, ../sass/_bmj-header.scss */
  header .searchbar {
    float: right;
    margin-top: 20px;
  }
}
/* line 133, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/breakpoint-2.0.6/stylesheets/_breakpoint.scss */
.no-mqs header .searchbar {
  float: right;
  margin-top: 20px;
}
@media (min-width: 980px) {
  /* line 44, ../sass/_bmj-header.scss */
  header .searchbar {
    margin-top: 32px;
  }
}
/* line 133, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/breakpoint-2.0.6/stylesheets/_breakpoint.scss */
.no-mqs header .searchbar {
  margin-top: 32px;
}
/* line 55, ../sass/_bmj-header.scss */
header .searchbar div.in {
  width: 100%;
  clear: both;
  float: none;
}
@media (min-width: 768px) {
  /* line 61, ../sass/_bmj-header.scss */
  header .searchbar .collapse {
    overflow: visible;
  }
}
/* line 133, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/breakpoint-2.0.6/stylesheets/_breakpoint.scss */
.no-mqs header .searchbar .collapse {
  overflow: visible;
}
/* line 68, ../sass/_bmj-header.scss */
header .navbar-inner {
  background-image: none;
  background-color: transparent;
  border: 0;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
@media (min-width: 980px) {
  /* line 68, ../sass/_bmj-header.scss */
  header .navbar-inner {
    background-color: #2a6ebb;
  }
}
/* line 133, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/breakpoint-2.0.6/stylesheets/_breakpoint.scss */
.no-mqs header .navbar-inner {
  background-color: #2a6ebb;
}
/* line 79, ../sass/_bmj-header.scss */
header .navbar-inner div {
  display: block;
}
/* line 84, ../sass/_bmj-header.scss */
header button.search {
  float: right;
}
@media (min-width: 768px) {
  /* line 84, ../sass/_bmj-header.scss */
  header button.search {
    display: none;
  }
}
/* line 133, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/breakpoint-2.0.6/stylesheets/_breakpoint.scss */
.no-mqs header button.search {
  display: none;
}
/* line 91, ../sass/_bmj-header.scss */
header button.menu-button {
  float: right;
  margin: 0 0 0 2px;
}

/* HERO */
/* line 4, ../sass/_bmj-hero-promo.scss */
.hero-wrapper {
  height: 100%;
  position: relative;
  top: 0;
  width: 100%;
}
@media (min-width: 768px) {
  /* line 4, ../sass/_bmj-hero-promo.scss */
  .hero-wrapper {
    position: absolute;
    width: 50%;
  }
}
/* line 133, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/breakpoint-2.0.6/stylesheets/_breakpoint.scss */
.no-mqs .hero-wrapper {
  position: absolute;
  width: 50%;
}

@media (min-width: 768px) {
  /* line 15, ../sass/_bmj-hero-promo.scss */
  .hero-content {
    background-color: rgba(81, 81, 81, 0.65);
    border-radius: 0 3px 3px 0;
    padding: 15px;
    color: #FFFFFF;
    text-align: left;
    position: relative;
    text-shadow: 0 0 12px #333333;
  }
  /* line 25, ../sass/_bmj-hero-promo.scss */
  .hero-content a {
    color: #FFFFFF;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
  }
  /* line 33, ../sass/_bmj-hero-promo.scss */
  .hero-content a:hover {
    text-shadow: 0 0 6px rgba(255, 255, 255, 0.6);
    text-decoration: none;
  }
  /* line 39, ../sass/_bmj-hero-promo.scss */
  .hero-content .btn {
    margin: 3% 0 0;
  }
}
/* line 133, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/breakpoint-2.0.6/stylesheets/_breakpoint.scss */
.no-mqs .hero-content {
  background-color: rgba(81, 81, 81, 0.65);
  border-radius: 0 3px 3px 0;
  padding: 15px;
  color: #FFFFFF;
  text-align: left;
  position: relative;
  text-shadow: 0 0 12px #333333;
}
/* line 25, ../sass/_bmj-hero-promo.scss */
.no-mqs .hero-content a {
  color: #FFFFFF;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
}
/* line 33, ../sass/_bmj-hero-promo.scss */
.no-mqs .hero-content a:hover {
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
/* line 39, ../sass/_bmj-hero-promo.scss */
.no-mqs .hero-content .btn {
  margin: 3% 0 0;
}
/* line 44, ../sass/_bmj-hero-promo.scss */
.hero-content h1 {
  font-size: 21px;
  line-height: 27px;
  font-size: 2.1rem;
  line-height: 2.7rem;
}
@media (min-width: 768px) {
  /* line 44, ../sass/_bmj-hero-promo.scss */
  .hero-content h1 {
    font-size: 19px;
    line-height: 25px;
    font-size: 1.9rem;
    line-height: 2.5rem;
    font-weight: 200;
    margin: 0 0 1%;
  }
}
/* line 133, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/breakpoint-2.0.6/stylesheets/_breakpoint.scss */
.no-mqs .hero-content h1 {
  font-size: 19px;
  line-height: 25px;
  font-size: 1.9rem;
  line-height: 2.5rem;
  font-weight: 200;
  margin: 0 0 1%;
}
@media (min-width: 980px) {
  /* line 44, ../sass/_bmj-hero-promo.scss */
  .hero-content h1 {
    font-size: 26px;
    line-height: 33px;
    font-size: 2.6rem;
    line-height: 3.3rem;
  }
}
/* line 133, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/breakpoint-2.0.6/stylesheets/_breakpoint.scss */
.no-mqs .hero-content h1 {
  font-size: 26px;
  line-height: 33px;
  font-size: 2.6rem;
  line-height: 3.3rem;
}
@media (min-width: 1170px) {
  /* line 44, ../sass/_bmj-hero-promo.scss */
  .hero-content h1 {
    font-size: 32px;
    line-height: 37px;
    font-size: 3.2rem;
    line-height: 3.7rem;
  }
}
/* line 133, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/breakpoint-2.0.6/stylesheets/_breakpoint.scss */
.no-mqs .hero-content h1 {
  font-size: 32px;
  line-height: 37px;
  font-size: 3.2rem;
  line-height: 3.7rem;
}
@media (min-width: 768px) {
  /* line 62, ../sass/_bmj-hero-promo.scss */
  .hero-content p {
    font-size: 17px;
    line-height: 24px;
    font-size: 1.7rem;
    line-height: 2.4rem;
  }
}
/* line 133, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/breakpoint-2.0.6/stylesheets/_breakpoint.scss */
.no-mqs .hero-content p {
  font-size: 17px;
  line-height: 24px;
  font-size: 1.7rem;
  line-height: 2.4rem;
}
@media (min-width: 980px) {
  /* line 62, ../sass/_bmj-hero-promo.scss */
  .hero-content p {
    font-size: 21px;
    line-height: 28px;
    font-size: 2.1rem;
    line-height: 2.8rem;
  }
}
/* line 133, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/breakpoint-2.0.6/stylesheets/_breakpoint.scss */
.no-mqs .hero-content p {
  font-size: 21px;
  line-height: 28px;
  font-size: 2.1rem;
  line-height: 2.8rem;
}
@media (min-width: 1170px) {
  /* line 62, ../sass/_bmj-hero-promo.scss */
  .hero-content p {
    font-size: 26px;
    line-height: 36px;
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
/* line 133, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/breakpoint-2.0.6/stylesheets/_breakpoint.scss */
.no-mqs .hero-content p {
  font-size: 26px;
  line-height: 36px;
  font-size: 2.6rem;
  line-height: 3.6rem;
}
@media (min-width: 980px) {
  /* line 74, ../sass/_bmj-hero-promo.scss */
  .hero-content .pull-down {
    width: 24.4681%;
  }
  /* line 77, ../sass/_bmj-hero-promo.scss */
  .hero-content .pull-down p {
    font-size: 20px;
    line-height: 26px;
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
/* line 133, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/breakpoint-2.0.6/stylesheets/_breakpoint.scss */
.no-mqs .hero-content .pull-down {
  width: 24.4681%;
}
/* line 77, ../sass/_bmj-hero-promo.scss */
.no-mqs .hero-content .pull-down p {
  font-size: 20px;
  line-height: 26px;
  font-size: 2rem;
  line-height: 2.6rem;
}
@media (min-width: 1170px) {
  /* line 74, ../sass/_bmj-hero-promo.scss */
  .hero-content .pull-down {
    width: 24.35895%;
  }
  /* line 84, ../sass/_bmj-hero-promo.scss */
  .hero-content .pull-down p {
    font-size: 24px;
    line-height: 30px;
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
/* line 133, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/breakpoint-2.0.6/stylesheets/_breakpoint.scss */
.no-mqs .hero-content .pull-down {
  width: 24.35895%;
}
/* line 84, ../sass/_bmj-hero-promo.scss */
.no-mqs .hero-content .pull-down p {
  font-size: 24px;
  line-height: 30px;
  font-size: 2.4rem;
  line-height: 3rem;
}

@media (min-width: 980px) {
  /* line 91, ../sass/_bmj-hero-promo.scss */
  .hero {
    margin-bottom: 24px;
  }
}
/* line 133, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/breakpoint-2.0.6/stylesheets/_breakpoint.scss */
.no-mqs .hero {
  margin-bottom: 24px;
}
@media (min-width: 1170px) {
  /* line 91, ../sass/_bmj-hero-promo.scss */
  .hero {
    margin-bottom: 32px;
  }
}
/* line 133, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/breakpoint-2.0.6/stylesheets/_breakpoint.scss */
.no-mqs .hero {
  margin-bottom: 32px;
}

/* PROMO */
/* line 102, ../sass/_bmj-hero-promo.scss */
.promo {
  position: relative;
}
@media (min-width: 768px) {
  /* line 102, ../sass/_bmj-hero-promo.scss */
  .promo {
    margin-bottom: 18px;
    height: 85px;
    position: relative;
    height: 100%;
  }
}
/* line 133, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/breakpoint-2.0.6/stylesheets/_breakpoint.scss */
.no-mqs .promo {
  margin-bottom: 18px;
  height: 85px;
  position: relative;
  height: 100%;
}
@media (min-width: 980px) {
  /* line 102, ../sass/_bmj-hero-promo.scss */
  .promo {
    margin-bottom: 24px;
  }
}
/* line 133, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/breakpoint-2.0.6/stylesheets/_breakpoint.scss */
.no-mqs .promo {
  margin-bottom: 24px;
}
@media (min-width: 1170px) {
  /* line 102, ../sass/_bmj-hero-promo.scss */
  .promo {
    margin-bottom: 32px;
  }
}
/* line 133, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/breakpoint-2.0.6/stylesheets/_breakpoint.scss */
.no-mqs .promo {
  margin-bottom: 32px;
}

/* line 118, ../sass/_bmj-hero-promo.scss */
.promo-wrapper {
  position: relative;
}
@media (min-width: 768px) {
  /* line 118, ../sass/_bmj-hero-promo.scss */
  .promo-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
  }
}
/* line 133, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/breakpoint-2.0.6/stylesheets/_breakpoint.scss */
.no-mqs .promo-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 127, ../sass/_bmj-hero-promo.scss */
.promo-content {
  margin-bottom: 36px;
  padding-bottom: 18px;
  position: relative;
}
@media (min-width: 768px) {
  /* line 127, ../sass/_bmj-hero-promo.scss */
  .promo-content {
    color: white;
    margin-bottom: 0;
    background-color: rgba(101, 101, 101, 0.8);
    width: 50%;
    padding: 1% 4%;
    height: 90px;
    position: absolute;
    top: 0;
    text-shadow: 0 0 5px #333333;
  }
  /* line 142, ../sass/_bmj-hero-promo.scss */
  .promo-content a {
    color: #FFFFFF;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
  }
  /* line 150, ../sass/_bmj-hero-promo.scss */
  .promo-content a:hover {
    text-shadow: 0 0 6px rgba(255, 255, 255, 0.6);
    text-decoration: none;
  }
}
/* line 133, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/breakpoint-2.0.6/stylesheets/_breakpoint.scss */
.no-mqs .promo-content {
  color: white;
  margin-bottom: 0;
  background-color: rgba(101, 101, 101, 0.8);
  width: 50%;
  padding: 1% 4%;
  height: 90px;
  position: absolute;
  top: 0;
  text-shadow: 0 0 5px #333333;
}
/* line 142, ../sass/_bmj-hero-promo.scss */
.no-mqs .promo-content a {
  color: #FFFFFF;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
}
/* line 150, ../sass/_bmj-hero-promo.scss */
.no-mqs .promo-content a:hover {
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
@media (min-width: 980px) {
  /* line 127, ../sass/_bmj-hero-promo.scss */
  .promo-content {
    height: 119px;
  }
}
/* line 133, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/breakpoint-2.0.6/stylesheets/_breakpoint.scss */
.no-mqs .promo-content {
  height: 119px;
}
@media (min-width: 1170px) {
  /* line 127, ../sass/_bmj-hero-promo.scss */
  .promo-content {
    height: 147px;
  }
}
/* line 133, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/breakpoint-2.0.6/stylesheets/_breakpoint.scss */
.no-mqs .promo-content {
  height: 147px;
}
/* line 164, ../sass/_bmj-hero-promo.scss */
.promo-content h2 {
  font-size: 24px;
  line-height: 28px;
  font-size: 2.4rem;
  line-height: 2.8rem;
  margin-bottom: 1%;
}
@media (min-width: 768px) {
  /* line 164, ../sass/_bmj-hero-promo.scss */
  .promo-content h2 {
    font-size: 16px;
    line-height: 17px;
    font-size: 1.6rem;
    line-height: 1.7rem;
    font-weight: bold;
    margin: 3% 0 2%;
  }
}
/* line 133, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/breakpoint-2.0.6/stylesheets/_breakpoint.scss */
.no-mqs .promo-content h2 {
  font-size: 16px;
  line-height: 17px;
  font-size: 1.6rem;
  line-height: 1.7rem;
  font-weight: bold;
  margin: 3% 0 2%;
}
@media (min-width: 980px) {
  /* line 164, ../sass/_bmj-hero-promo.scss */
  .promo-content h2 {
    font-size: 15px;
    line-height: 16px;
    font-size: 1.5rem;
    line-height: 1.6rem;
  }
}
/* line 133, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/breakpoint-2.0.6/stylesheets/_breakpoint.scss */
.no-mqs .promo-content h2 {
  font-size: 15px;
  line-height: 16px;
  font-size: 1.5rem;
  line-height: 1.6rem;
}
@media (min-width: 1170px) {
  /* line 164, ../sass/_bmj-hero-promo.scss */
  .promo-content h2 {
    font-size: 18px;
    line-height: 23px;
    font-size: 1.8rem;
    line-height: 2.3rem;
  }
}
/* line 133, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/breakpoint-2.0.6/stylesheets/_breakpoint.scss */
.no-mqs .promo-content h2 {
  font-size: 18px;
  line-height: 23px;
  font-size: 1.8rem;
  line-height: 2.3rem;
}
/* line 180, ../sass/_bmj-hero-promo.scss */
.promo-content p {
  font-size: 16px;
  line-height: 23px;
  font-size: 1.6rem;
  line-height: 2.3rem;
}
@media (min-width: 768px) {
  /* line 180, ../sass/_bmj-hero-promo.scss */
  .promo-content p {
    margin: 0;
  }
}
/* line 133, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/breakpoint-2.0.6/stylesheets/_breakpoint.scss */
.no-mqs .promo-content p {
  margin: 0;
}
@media (min-width: 980px) {
  /* line 180, ../sass/_bmj-hero-promo.scss */
  .promo-content p {
    font-size: 16px;
    line-height: 18px;
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}
/* line 133, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/breakpoint-2.0.6/stylesheets/_breakpoint.scss */
.no-mqs .promo-content p {
  font-size: 16px;
  line-height: 18px;
  font-size: 1.6rem;
  line-height: 1.8rem;
}
@media (min-width: 1170px) {
  /* line 180, ../sass/_bmj-hero-promo.scss */
  .promo-content p {
    font-size: 18px;
    line-height: 23px;
    font-size: 1.8rem;
    line-height: 2.3rem;
  }
}
/* line 133, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/breakpoint-2.0.6/stylesheets/_breakpoint.scss */
.no-mqs .promo-content p {
  font-size: 18px;
  line-height: 23px;
  font-size: 1.8rem;
  line-height: 2.3rem;
}
/* line 193, ../sass/_bmj-hero-promo.scss */
.promo-content .pull-down {
  display: none;
}
@media (min-width: 768px) {
  /* line 193, ../sass/_bmj-hero-promo.scss */
  .promo-content .pull-down {
    display: block;
    bottom: 10px;
    left: 10px;
  }
  /* line 199, ../sass/_bmj-hero-promo.scss */
  .promo-content .pull-down .btn {
    height: 23px;
  }
}
/* line 133, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/breakpoint-2.0.6/stylesheets/_breakpoint.scss */
.no-mqs .promo-content .pull-down {
  display: block;
  bottom: 10px;
  left: 10px;
}
/* line 199, ../sass/_bmj-hero-promo.scss */
.no-mqs .promo-content .pull-down .btn {
  height: 23px;
}

/* line 1, ../sass/_bmj-related.scss */
.related {
  margin-bottom: 18px;
  border-radius: 2px;
}
@media (min-width: 768px) {
  /* line 1, ../sass/_bmj-related.scss */
  .related {
    margin-bottom: 36px;
  }
}
/* line 133, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/breakpoint-2.0.6/stylesheets/_breakpoint.scss */
.no-mqs .related {
  margin-bottom: 36px;
}
/* line 9, ../sass/_bmj-related.scss */
.related h2 {
  font-size: 16px;
  line-height: 23px;
  font-size: 1.6rem;
  line-height: 2.3rem;
  margin-top: 0;
  font-weight: normal;
}
@media (min-width: 768px) {
  /* line 9, ../sass/_bmj-related.scss */
  .related h2 {
    font-size: 17px;
    line-height: 25px;
    font-size: 1.7rem;
    line-height: 2.5rem;
  }
}
/* line 133, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/breakpoint-2.0.6/stylesheets/_breakpoint.scss */
.no-mqs .related h2 {
  font-size: 17px;
  line-height: 25px;
  font-size: 1.7rem;
  line-height: 2.5rem;
}
@media (min-width: 980px) {
  /* line 9, ../sass/_bmj-related.scss */
  .related h2 {
    font-size: 20px;
    line-height: 28px;
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
/* line 133, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/breakpoint-2.0.6/stylesheets/_breakpoint.scss */
.no-mqs .related h2 {
  font-size: 20px;
  line-height: 28px;
  font-size: 2rem;
  line-height: 2.8rem;
}
@media (min-width: 1170px) {
  /* line 9, ../sass/_bmj-related.scss */
  .related h2 {
    font-size: 24px;
    line-height: 34px;
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
/* line 133, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/breakpoint-2.0.6/stylesheets/_breakpoint.scss */
.no-mqs .related h2 {
  font-size: 24px;
  line-height: 34px;
  font-size: 2.4rem;
  line-height: 3.4rem;
}
/* line 28, ../sass/_bmj-related.scss */
.related h3 {
  margin: 0;
}
/* line 32, ../sass/_bmj-related.scss */
.related ul {
  margin: 0;
  list-style-type: none;
}
@media (min-width: 768px) {
  /* line 36, ../sass/_bmj-related.scss */
  .related ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  /* line 39, ../sass/_bmj-related.scss */
  .related ul li li:last-child {
    border-bottom: none;
  }
}
/* line 133, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/breakpoint-2.0.6/stylesheets/_breakpoint.scss */
.no-mqs .related ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 39, ../sass/_bmj-related.scss */
.no-mqs .related ul li li:last-child {
  border-bottom: none;
}
/* line 45, ../sass/_bmj-related.scss */
.related ul li a {
  background-color: #eaf1fa;
  display: block;
  margin: 2px 0;
  padding: 2%;
  width: 96%;
}
@media (min-width: 768px) {
  /* line 45, ../sass/_bmj-related.scss */
  .related ul li a {
    background-color: transparent;
    display: block;
    margin: 0;
    padding: 2% 0;
    width: 100%;
  }
}
/* line 133, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/breakpoint-2.0.6/stylesheets/_breakpoint.scss */
.no-mqs .related ul li a {
  background-color: transparent;
  display: block;
  margin: 0;
  padding: 2% 0;
  width: 100%;
}

/* line 1, ../sass/_bmj-navbar.scss */
nav {
  *z-index: 1;
}

/* line 3, ../sass/_bmj-navbar.scss */
.navbar > .container {
  background: #2a6ebb;
  margin-top: 0;
}
/* line 5, ../sass/_bmj-navbar.scss */
.navbar.navbar-fixed-top > .container {
  margin-top: 6px;
}
/* line 7, ../sass/_bmj-navbar.scss */
.navbar .navbar-brand {
  color: white;
  padding-top: 7px;
  padding-bottom: 7px;
}
/* line 9, ../sass/_bmj-navbar.scss */
.navbar .navbar-collapse.collapse.in {
  max-height: inherit;
}

@media (max-width: 480px) {
  /* line 12, ../sass/_bmj-navbar.scss */
  .nav {
    margin: 0 -15px;
  }
}
@media (max-width: 767px) {
  /* line 12, ../sass/_bmj-navbar.scss */
  .nav {
    margin: 0 -15px;
  }
}
/* line 16, ../sass/_bmj-navbar.scss */
.nav li.active, .nav li.active a {
  background: white;
  color: #2a6ebb;
}
/* line 17, ../sass/_bmj-navbar.scss */
.nav li a {
  color: white;
}
/* line 18, ../sass/_bmj-navbar.scss */
.nav li a:hover {
  color: #2a6ebb;
}
@media (max-width: 480px) {
  /* line 19, ../sass/_bmj-navbar.scss */
  .nav li a.dropdown-toggle:focus {
    color: #2a6ebb;
  }
}
@media (max-width: 767px) {
  /* line 19, ../sass/_bmj-navbar.scss */
  .nav li a.dropdown-toggle:focus {
    color: #2a6ebb;
  }
}

/* line 27, ../sass/_bmj-navbar.scss */
.navbar-default {
  background-color: transparent;
  border: none;
}
/* line 29, ../sass/_bmj-navbar.scss */
.navbar-default .nav li {
  *border-top: none;
}
/* line 30, ../sass/_bmj-navbar.scss */
.navbar-default .nav li.active a, .navbar-default .nav li.active a:hover {
  background-color: #3b7bc3;
  color: white;
}
/* line 31, ../sass/_bmj-navbar.scss */
.navbar-default .nav li a {
  line-height: 1.352941176;
  padding: 0.75rem;
  color: white;
}
/* line 32, ../sass/_bmj-navbar.scss */
.navbar-default .nav li a:hover {
  background-color: #3b7bc3;
  color: white;
}
@media (max-width: 480px) {
  /* line 33, ../sass/_bmj-navbar.scss */
  .navbar-default .nav li a.dropdown-toggle:focus {
    color: white;
  }
}
@media (max-width: 767px) {
  /* line 33, ../sass/_bmj-navbar.scss */
  .navbar-default .nav li a.dropdown-toggle:focus {
    color: white;
  }
}
/* line 40, ../sass/_bmj-navbar.scss */
.navbar-default .nav .open {
  color: white;
}
/* line 41, ../sass/_bmj-navbar.scss */
.navbar-default .nav .open a.dropdown-toggle {
  background-color: #3b7bc3;
  color: white;
}
/* line 43, ../sass/_bmj-navbar.scss */
.navbar-default .nav .open .dropdown-menu li a {
  line-height: 1.352941176;
  padding: 3px 20px;
}
@media (max-width: 480px) {
  /* line 43, ../sass/_bmj-navbar.scss */
  .navbar-default .nav .open .dropdown-menu li a {
    color: white;
  }
}
@media (max-width: 767px) {
  /* line 43, ../sass/_bmj-navbar.scss */
  .navbar-default .nav .open .dropdown-menu li a {
    color: white;
  }
}
@media (max-width: 480px) {
  /* line 46, ../sass/_bmj-navbar.scss */
  .navbar-default .nav .open .dropdown-menu li a:hover {
    background-color: #3b7bc3;
    color: white;
  }
}
@media (max-width: 767px) {
  /* line 46, ../sass/_bmj-navbar.scss */
  .navbar-default .nav .open .dropdown-menu li a:hover {
    background-color: #3b7bc3;
    color: white;
  }
}
/* line 54, ../sass/_bmj-navbar.scss */
.navbar-default .nav .open li a {
  color: #2a6ebb;
}
/* line 55, ../sass/_bmj-navbar.scss */
.navbar-default .nav .open li a:hover {
  color: white;
}
@media (max-width: 480px) {
  /* line 58, ../sass/_bmj-navbar.scss */
  .navbar-default .nav .open .dropdown-header {
    background: #2a6ebb;
    color: white;
  }
}
@media (max-width: 767px) {
  /* line 58, ../sass/_bmj-navbar.scss */
  .navbar-default .nav .open .dropdown-header {
    background: #2a6ebb;
    color: white;
  }
}
/* line 64, ../sass/_bmj-navbar.scss */
.navbar-default .nav a.dropdown-toggle:active {
  color: white;
}

/* line 74, ../sass/_bmj-navbar.scss */
.navbar-inverse {
  background-color: transparent;
  border: none;
}
/* line 75, ../sass/_bmj-navbar.scss */
.navbar-inverse > .container {
  background-color: white;
  box-shadow: none;
  border-bottom: 1px solid #c0d7f1;
}
/* line 77, ../sass/_bmj-navbar.scss */
.navbar-inverse .navbar-header {
  /*        @media (max-width: @screen-xs) {border-bottom: 1px solid lighten(@bmjBlueLight, 30%);}
          @media (max-width: @screen-sm) {border-bottom: 1px solid lighten(@bmjBlueLight, 30%);}*/
}
/* line 83, ../sass/_bmj-navbar.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a.dropdown-toggle {
  background-color: white;
}
/* line 84, ../sass/_bmj-navbar.scss */
.navbar-inverse .navbar-nav .open a:focus, .navbar-inverse > .open .navbar-inverse > a:hover {
  background: #2a6ebb;
  color: white;
}
@media (max-width: 480px) {
  /* line 84, ../sass/_bmj-navbar.scss */
  .navbar-inverse .navbar-nav .open a:focus, .navbar-inverse > .open .navbar-inverse > a:hover {
    background-color: #2a6ebb;
  }
}
@media (max-width: 767px) {
  /* line 84, ../sass/_bmj-navbar.scss */
  .navbar-inverse .navbar-nav .open a:focus, .navbar-inverse > .open .navbar-inverse > a:hover {
    background-color: #2a6ebb;
  }
}
/* line 89, ../sass/_bmj-navbar.scss */
.navbar-inverse .navbar-brand, .navbar-inverse .nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  color: #2a6ebb;
}
@media (max-width: 480px) {
  /* line 89, ../sass/_bmj-navbar.scss */
  .navbar-inverse .navbar-brand, .navbar-inverse .nav > li > a {
    text-shadow: none;
  }
}
@media (max-width: 767px) {
  /* line 89, ../sass/_bmj-navbar.scss */
  .navbar-inverse .navbar-brand, .navbar-inverse .nav > li > a {
    text-shadow: none;
  }
}
@media (max-width: 480px) {
  /* line 94, ../sass/_bmj-navbar.scss */
  .navbar-inverse .navbar-collapse {
    border: none;
  }
}
@media (max-width: 767px) {
  /* line 94, ../sass/_bmj-navbar.scss */
  .navbar-inverse .navbar-collapse {
    border: none;
  }
}
/* line 98, ../sass/_bmj-navbar.scss */
.navbar-inverse .dropdown {
  background-color: transparent;
  border-bottom: none;
}
/* line 99, ../sass/_bmj-navbar.scss */
.navbar-inverse .dropdown.open {
  background-color: transparent;
  border-bottom: none;
}
@media (max-width: 480px) {
  /* line 99, ../sass/_bmj-navbar.scss */
  .navbar-inverse .dropdown.open {
    background-color: #2a6ebb;
  }
}
@media (max-width: 767px) {
  /* line 99, ../sass/_bmj-navbar.scss */
  .navbar-inverse .dropdown.open {
    background-color: #2a6ebb;
  }
}
@media (max-width: 480px) {
  /* line 102, ../sass/_bmj-navbar.scss */
  .navbar-inverse .dropdown.open a.dropdown-toggle:focus {
    color: white;
  }
}
@media (max-width: 767px) {
  /* line 102, ../sass/_bmj-navbar.scss */
  .navbar-inverse .dropdown.open a.dropdown-toggle:focus {
    color: white;
  }
}
@media (max-width: 480px) {
  /* line 106, ../sass/_bmj-navbar.scss */
  .navbar-inverse .dropdown.open .dropdown-menu li a {
    color: white;
  }
}
@media (max-width: 767px) {
  /* line 106, ../sass/_bmj-navbar.scss */
  .navbar-inverse .dropdown.open .dropdown-menu li a {
    color: white;
  }
}
/* line 109, ../sass/_bmj-navbar.scss */
.navbar-inverse .dropdown.open .dropdown-menu li a:hover, .navbar-inverse .dropdown.open .dropdown-menu li a:focus {
  color: #173d68;
  background-color: #eeeeee;
}
@media (max-width: 480px) {
  /* line 109, ../sass/_bmj-navbar.scss */
  .navbar-inverse .dropdown.open .dropdown-menu li a:hover, .navbar-inverse .dropdown.open .dropdown-menu li a:focus {
    color: white;
    background-color: #3b7bc3;
  }
}
@media (max-width: 767px) {
  /* line 109, ../sass/_bmj-navbar.scss */
  .navbar-inverse .dropdown.open .dropdown-menu li a:hover, .navbar-inverse .dropdown.open .dropdown-menu li a:focus {
    color: white;
    background-color: #3b7bc3;
  }
}
/* line 118, ../sass/_bmj-navbar.scss */
.navbar-inverse .navbar-nav {
  margin-bottom: -0.15rem;
}
@media (max-width: 480px) {
  /* line 120, ../sass/_bmj-navbar.scss */
  .navbar-inverse .navbar-nav li {
    background-color: #2a6ebb;
    color: white;
  }
}
@media (max-width: 767px) {
  /* line 120, ../sass/_bmj-navbar.scss */
  .navbar-inverse .navbar-nav li {
    background-color: #2a6ebb;
    color: white;
  }
}
/* line 124, ../sass/_bmj-navbar.scss */
.navbar-inverse .navbar-nav li a {
  color: #2a6ebb;
}
@media (max-width: 480px) {
  /* line 124, ../sass/_bmj-navbar.scss */
  .navbar-inverse .navbar-nav li a {
    color: white;
  }
}
@media (max-width: 767px) {
  /* line 124, ../sass/_bmj-navbar.scss */
  .navbar-inverse .navbar-nav li a {
    color: white;
  }
}
/* line 127, ../sass/_bmj-navbar.scss */
.navbar-inverse .navbar-nav li a:hover, .navbar-inverse .navbar-nav li a:focus {
  color: #173d68;
}
@media (max-width: 480px) {
  /* line 127, ../sass/_bmj-navbar.scss */
  .navbar-inverse .navbar-nav li a:hover, .navbar-inverse .navbar-nav li a:focus {
    color: white;
    background-color: #3b7bc3;
  }
}
@media (max-width: 767px) {
  /* line 127, ../sass/_bmj-navbar.scss */
  .navbar-inverse .navbar-nav li a:hover, .navbar-inverse .navbar-nav li a:focus {
    color: white;
    background-color: #3b7bc3;
  }
}
/* line 134, ../sass/_bmj-navbar.scss */
.navbar-inverse .navbar-nav .open a, .navbar-inverse .navbar-nav .open a:focus {
  background: transparent;
  color: #173d68;
}
@media (max-width: 480px) {
  /* line 134, ../sass/_bmj-navbar.scss */
  .navbar-inverse .navbar-nav .open a, .navbar-inverse .navbar-nav .open a:focus {
    background-color: #2a6ebb;
    color: white;
  }
}
@media (max-width: 767px) {
  /* line 134, ../sass/_bmj-navbar.scss */
  .navbar-inverse .navbar-nav .open a, .navbar-inverse .navbar-nav .open a:focus {
    background-color: #2a6ebb;
    color: white;
  }
}
/* line 140, ../sass/_bmj-navbar.scss */
.navbar-inverse .nav > .active {
  border: 1px solid #c0d7f1;
  border-bottom: 1px solid white;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
@media (max-width: 480px) {
  /* line 140, ../sass/_bmj-navbar.scss */
  .navbar-inverse .nav > .active {
    border: none;
  }
}
@media (max-width: 767px) {
  /* line 140, ../sass/_bmj-navbar.scss */
  .navbar-inverse .nav > .active {
    border: none;
  }
}
/* line 143, ../sass/_bmj-navbar.scss */
.navbar-inverse .nav > .active a, .navbar-inverse .nav > .active a:hover, .navbar-inverse .nav > .active a:focus {
  background-color: white;
  color: #173d68;
}
@media (max-width: 480px) {
  /* line 143, ../sass/_bmj-navbar.scss */
  .navbar-inverse .nav > .active a, .navbar-inverse .nav > .active a:hover, .navbar-inverse .nav > .active a:focus {
    background-color: #3b7bc3;
    color: white;
    border: none;
  }
}
@media (max-width: 767px) {
  /* line 143, ../sass/_bmj-navbar.scss */
  .navbar-inverse .nav > .active a, .navbar-inverse .nav > .active a:hover, .navbar-inverse .nav > .active a:focus {
    background-color: #3b7bc3;
    color: white;
    border: none;
  }
}

/* line 151, ../sass/_bmj-navbar.scss */
.dropdown-menu {
  top: 94%;
}
@media (max-width: 767px) {
  /* line 152, ../sass/_bmj-navbar.scss */
  .dropdown-menu .divider {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 155, ../sass/_bmj-navbar.scss */
  .dropdown-menu .dropdown-header {
    background: #eeeeee;
  }
}

/* line 162, ../sass/_bmj-navbar.scss */
.caret {
  -webkit-transform: rotate(-45);
  -moz-transform: rotate(-45);
  -ms-transform: rotate(-45);
  -o-transform: rotate(-45);
  transform: rotate(-45);
}

/* line 167, ../sass/_bmj-navbar.scss */
.navbar .nav .dropdown .caret {
  color: white;
}
@media (max-width: 480px) {
  /* line 167, ../sass/_bmj-navbar.scss */
  .navbar .nav .dropdown .caret {
    color: white;
    position: absolute;
    right: 10px;
  }
}
@media (max-width: 767px) {
  /* line 167, ../sass/_bmj-navbar.scss */
  .navbar .nav .dropdown .caret {
    color: white;
    position: absolute;
    right: 10px;
  }
}

/* line 171, ../sass/_bmj-navbar.scss */
.navbar .nav .dropdown:hover .caret {
  margin-top: 17px;
  -webkit-transform: rotate(-45);
  -moz-transform: rotate(-45);
  -ms-transform: rotate(-45);
  -o-transform: rotate(-45);
  transform: rotate(-45);
  color: white;
}
@media (max-width: 480px) {
  /* line 171, ../sass/_bmj-navbar.scss */
  .navbar .nav .dropdown:hover .caret {
    color: #2a6ebb;
  }
}
@media (max-width: 767px) {
  /* line 171, ../sass/_bmj-navbar.scss */
  .navbar .nav .dropdown:hover .caret {
    color: #2a6ebb;
  }
}

/* line 178, ../sass/_bmj-navbar.scss */
.navbar-inverse .nav .dropdown .caret, .navbar-inverse .nav .dropdown:hover .caret {
  color: #2a6ebb;
}
@media (max-width: 480px) {
  /* line 178, ../sass/_bmj-navbar.scss */
  .navbar-inverse .nav .dropdown .caret, .navbar-inverse .nav .dropdown:hover .caret {
    color: white;
  }
}
@media (max-width: 767px) {
  /* line 178, ../sass/_bmj-navbar.scss */
  .navbar-inverse .nav .dropdown .caret, .navbar-inverse .nav .dropdown:hover .caret {
    color: white;
  }
}

/* line 1, ../sass/_bmj-buttons.scss */
.btn {
  border-radius: 2px;
}

/* line 5, ../sass/_bmj-buttons.scss */
.btn-default {
  border-color: #4387d5;
  color: #333333;
}

/* line 10, ../sass/_bmj-buttons.scss */
.btn-primary {
  border-color: #285e8e;
  color: white;
}

/* line 15, ../sass/_bmj-buttons.scss */
.btn-warning {
  border-color: #f0ab00;
  color: white;
}

/* line 20, ../sass/_bmj-buttons.scss */
.btn-danger {
  border-color: #cd202c;
  color: white;
}

/* line 25, ../sass/_bmj-buttons.scss */
.btn-success {
  border-color: #69be28;
  color: white;
}

/* line 30, ../sass/_bmj-buttons.scss */
.btn-info {
  border-color: #82afe3;
  color: white;
}

/* line 36, ../sass/_bmj-buttons.scss */
.navbar-default .navbar-toggle {
  background: #2a6ebb;
  border-color: #2a6ebb;
  color: white;
}

/* ------ ADDED BY AA -------- */

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #225896;

}

/* line 41, ../sass/_bmj-buttons.scss */
.navbar-default .navbar-toggle .icon-bar {
  background: white;
}

/* line 54, ../sass/_bmj-buttons.scss */
.navbar-inverse .navbar-toggle {
  background: white;
  border-color: white;
  color: #2a6ebb;
}
/* line 59, ../sass/_bmj-buttons.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background: #2a6ebb;
}

/* line 72, ../sass/_bmj-buttons.scss */
.btn-large [class^="glyphicon-"],
.btn-large [class*=" glyphicon-"] {
  margin-top: 6px;
}

/* line 77, ../sass/_bmj-buttons.scss */
.btn-small [class^="glyphicon-"],
.btn-small [class*=" glyphicon-"] {
  margin-top: 2px;
}

/* line 82, ../sass/_bmj-buttons.scss */
.btn-mini [class^="glyphicon-"],
.btn-mini [class*=" glyphicon-"] {
  margin-top: 0;
}

/* line 18, ../sass/_bmj-forms.scss */
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 {
  border-color: #6da2de;
  -webkit-box-shadow: "inset 0 0 5px rgba(82,168,236,.3), 0 0 8px rgba(82,168,236,.15)";
  -moz-box-shadow: "inset 0 0 5px rgba(82,168,236,.3), 0 0 8px rgba(82,168,236,.15)";
  box-shadow: "inset 0 0 5px rgba(82,168,236,.3), 0 0 8px rgba(82,168,236,.15)";
}



/* line 27, ../sass/_bmj-forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 0 0 0;
}

/* line 31, ../sass/_bmj-forms.scss */
.checkbox input[type="checkbox"] {
  margin-top: 0.176rem;
}

/* line 35, ../sass/_bmj-forms.scss */
.forgot {
  font-size: 0.7rem;
}

/* line 1, ../sass/_bmj-footer.scss */
footer {
  margin-bottom: 36px;
  margin-top: 18px;
  overflow: hidden;
}

/* Inline list styles */
/* line 9, ../sass/_bmj-footer.scss */
ul.inline-list {
  list-style-type: none;
  margin: 0;
  width: 100%;
}
@media (min-width: 768px) {
  /* line 9, ../sass/_bmj-footer.scss */
  ul.inline-list {
    margin-left: 0;
    text-align: right;
  }
}
/* line 133, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/breakpoint-2.0.6/stylesheets/_breakpoint.scss */
.no-mqs ul.inline-list {
  margin-left: 0;
  text-align: right;
}
@media (min-width: 768px) {
  /* line 18, ../sass/_bmj-footer.scss */
  ul.inline-list li {
    display: inline;
  }
}
/* line 133, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/breakpoint-2.0.6/stylesheets/_breakpoint.scss */
.no-mqs ul.inline-list li {
  display: inline;
}
/* line 23, ../sass/_bmj-footer.scss */
ul.inline-list li .divider-vertical {
  display: none;
}
@media (min-width: 768px) {
  /* line 23, ../sass/_bmj-footer.scss */
  ul.inline-list li .divider-vertical {
    border-left: 1px solid #dadada;
    display: inline;
    height: 16px;
    margin: 0 9px;
  }
}
/* line 133, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/breakpoint-2.0.6/stylesheets/_breakpoint.scss */
.no-mqs ul.inline-list li .divider-vertical {
  border-left: 1px solid #dadada;
  display: inline;
  height: 16px;
  margin: 0 9px;
}
/* line 33, ../sass/_bmj-footer.scss */
ul.inline-list li .copyright {
  float: none;
}
/* line 38, ../sass/_bmj-footer.scss */
ul.inline-list li a {
  background-color: rgba(0, 0, 0, 0.05);
  display: block;
  margin: 2px 0;
  padding: 2%;
  width: 96%;
}
@media (min-width: 768px) {
  /* line 38, ../sass/_bmj-footer.scss */
  ul.inline-list li a {
    background-color: transparent;
    width: inherit;
    margin: 0;
    display: inline;
    padding: 0;
  }
}
/* line 133, ../../../../../../Users/paulcostan/.rvm/gems/ruby-2.0.0-p247/gems/breakpoint-2.0.6/stylesheets/_breakpoint.scss */
.no-mqs ul.inline-list li a {
  background-color: transparent;
  width: inherit;
  margin: 0;
  display: inline;
  padding: 0;
}

/* line 2, ../sass/_bmj-navs.scss */
.nav-tabs > li > a {
  border-radius: 0px;
  color: #2a6ebb;
}

/* line 8, ../sass/_bmj-navs.scss */
.nav-pills > li > a {
  border-radius: 0px;
  color: #2a6ebb;
}

/* line 13, ../sass/_bmj-navs.scss */
.tabs-below > .nav-tabs > li > a {
  border-radius: 0px;
}

/* line 17, ../sass/_bmj-navs.scss */
.nav-tabs.nav-stacked > li:first-child > a {
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
}

/* line 21, ../sass/_bmj-navs.scss */
.nav-tabs.nav-stacked > li:last-child > a {
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

/* line 2, ../sass/_bmj-modals.scss */
.modal {
  background-color: white;
  border: 1px solid white;
  *border: 1px solid white;
  /* IE6-7 */
  border-radius: 0px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* line 11, ../sass/_bmj-modals.scss */
.modal-footer {
  background-color: white;
  border-top: 0;
  border-radius: 0;
}

/* line 1, ../sass/_bmj-breadcrumb.scss */
.breadcrumb {
  padding: 0;
  background-color: transparent;
  margin: 0 0 0.676470588;
}

/* line 1, ../sass/_bmj-button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  box-shadow: none;
  *padding-top: 5px;
  *padding-bottom: 5px;
  border-left-color: rgba(255, 255, 255, 0.3);
}

/* line 1, ../sass/_bmj-wells.scss */
.well {
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
}

/* line 1, ../sass/_bmj-dropdowns.scss */
.dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
/* line 6, ../sass/_bmj-dropdowns.scss */
.dropdown-menu ul {
  *margin-left: 0;
}

/* line 11, ../sass/_bmj-dropdowns.scss */
.dropdown-menu {
  padding: 10px;
}
/* line 14, ../sass/_bmj-dropdowns.scss */
.dropdown-menu form input {
  margin-bottom: 1.2rem;
  padding: 6px;
}

/* line 18, ../sass/_bmj-dropdowns.scss */
.navbar-nav .dropdown-menu {
  padding: 10px 0;
}

/* line 24, ../sass/_bmj-dropdowns.scss */
.nav-pills .dropdown-menu ul {
  padding-left: 0;
}
/* line 28, ../sass/_bmj-dropdowns.scss */
.nav-pills .dropdown-menu a {
  color: #2a6ebb;
  font-size: 0.7rem;
}
/* line 33, ../sass/_bmj-dropdowns.scss */
.nav-pills .dropdown-menu li {
  list-style-type: none;
}
/* line 35, ../sass/_bmj-dropdowns.scss */
.nav-pills .dropdown-menu li a {
  color: #2a6ebb;
}

/* line 1, ../sass/_bmj-sprites.scss */
.icon-chevron-top {
  background-position: -194px -169px;
}

/* line 5, ../sass/_bmj-sprites.scss */
.icon-chevron-right {
  background-position: -169px -169px;
}

/* line 9, ../sass/_bmj-sprites.scss */
.icon-chevron-bottom {
  background-position: -217px -170px;
}

/* line 13, ../sass/_bmj-sprites.scss */
.icon-chevron-left {
  background-position: -145px -169px;
}

/* line 17, ../sass/_bmj-sprites.scss */
.icon-chevron-top-sml {
  background-position: -265px -169px;
}

/* line 21, ../sass/_bmj-sprites.scss */
.icon-chevron-right-sml {
  background-position: -313px -169px;
}

/* line 25, ../sass/_bmj-sprites.scss */
.icon-chevron-bottom-sml {
  background-position: -289px -169px;
}

/* line 29, ../sass/_bmj-sprites.scss */
.icon-chevron-left-sml {
  background-position: -241px -169px;
}

/* line 33, ../sass/_bmj-sprites.scss */
.icon-drop-arrow {
  background-position: -433px -169px;
}

/* line 37, ../sass/_bmj-sprites.scss */
.icon-arrow-top-sml {
  background-position: -409px -169px;
}

/* line 41, ../sass/_bmj-sprites.scss */
.icon-arrow-right-sml {
  background-position: -361px -169px;
}

/* line 45, ../sass/_bmj-sprites.scss */
.icon-arrow-bottom-sml {
  background-position: -385px -169px;
}

/* line 49, ../sass/_bmj-sprites.scss */
.icon-arrow-left-sml {
  background-position: -337px -169px;
}

/* line 54, ../sass/_bmj-sprites.scss */
[class^="icon-"],
[class*=" icon-"] {
  margin-top: 3px;
}

/* line 1, ../sass/_bmj-alerts.scss */
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  border: none !important;
  border-radius: 0;
}

/* line 1, ../sass/_bmj-progress-bars.scss */
.progress .bar {
  background-image: -webkit-linear-gradient(top, #2a6ebb 0%, #2a6ebb 100%);
  background-image: linear-gradient(to bottom, #2a6ebb 0%, #2a6ebb 100%);
  background-repeat: repeat-x;
}

/* line 6, ../sass/_bmj-progress-bars.scss */
.progress-striped .bar {
  background-image: -webkit-linear-gradient(45deg, #2a6ebb 25%, transparent 25%, transparent 50%, #2a6ebb 50%, #2a6ebb 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, #2a6ebb 25%, transparent 25%, transparent 50%, #2a6ebb 50%, #2a6ebb 75%, transparent 75%, transparent);
}

/* line 4, ../sass/_bmj-list-groups.scss */
ul .list-group {
  margin-top: 0;
}
