/* line 10, ../library/bootstrap/sass/bootstrap/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

/* line 26, ../library/bootstrap/sass/bootstrap/_reset.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 37, ../library/bootstrap/sass/bootstrap/_reset.scss */
audio:not([controls]) {
  display: none;
}

/* line 44, ../library/bootstrap/sass/bootstrap/_reset.scss */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 50, ../library/bootstrap/sass/bootstrap/_reset.scss */
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 54, ../library/bootstrap/sass/bootstrap/_reset.scss */
a:hover,
a:active {
  outline: 0;
}

/* line 62, ../library/bootstrap/sass/bootstrap/_reset.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 69, ../library/bootstrap/sass/bootstrap/_reset.scss */
sup {
  top: -0.5em;
}

/* line 72, ../library/bootstrap/sass/bootstrap/_reset.scss */
sub {
  bottom: -0.25em;
}

/* line 79, ../library/bootstrap/sass/bootstrap/_reset.scss */
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;
}

/* line 91, ../library/bootstrap/sass/bootstrap/_reset.scss */
#map_canvas img,
.google-maps img {
  max-width: none;
}

/* line 100, ../library/bootstrap/sass/bootstrap/_reset.scss */
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

/* line 108, ../library/bootstrap/sass/bootstrap/_reset.scss */
button,
input {
  *overflow: visible;
  line-height: normal;
}

/* line 113, ../library/bootstrap/sass/bootstrap/_reset.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 118, ../library/bootstrap/sass/bootstrap/_reset.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 125, ../library/bootstrap/sass/bootstrap/_reset.scss */
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

/* line 135, ../library/bootstrap/sass/bootstrap/_reset.scss */
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

/* line 139, ../library/bootstrap/sass/bootstrap/_reset.scss */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 143, ../library/bootstrap/sass/bootstrap/_reset.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

@media print {
  /* line 155, ../library/bootstrap/sass/bootstrap/_reset.scss */
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  /* line 162, ../library/bootstrap/sass/bootstrap/_reset.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 167, ../library/bootstrap/sass/bootstrap/_reset.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 171, ../library/bootstrap/sass/bootstrap/_reset.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 176, ../library/bootstrap/sass/bootstrap/_reset.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 182, ../library/bootstrap/sass/bootstrap/_reset.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 188, ../library/bootstrap/sass/bootstrap/_reset.scss */
  thead {
    display: table-header-group;
  }

  /* line 192, ../library/bootstrap/sass/bootstrap/_reset.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 197, ../library/bootstrap/sass/bootstrap/_reset.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 205, ../library/bootstrap/sass/bootstrap/_reset.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 212, ../library/bootstrap/sass/bootstrap/_reset.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* line 9, ../library/bootstrap/sass/bootstrap/_scaffolding.scss */
body {
  margin: 0;
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #333;
  background-color: #f0f0f2;
}

/* line 22, ../library/bootstrap/sass/bootstrap/_scaffolding.scss */
a {
  color: #6f2c8a;
  text-decoration: none;
}

/* line 26, ../library/bootstrap/sass/bootstrap/_scaffolding.scss */
a:hover {
  color: #401a50;
  text-decoration: underline;
}

/* line 36, ../library/bootstrap/sass/bootstrap/_scaffolding.scss */
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 41, ../library/bootstrap/sass/bootstrap/_scaffolding.scss */
.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);
}

/* line 50, ../library/bootstrap/sass/bootstrap/_scaffolding.scss */
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}

/* line 550, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.row, #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu,
#footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu, .region-header {
  margin-left: -30px;
  *zoom: 1;
}
/* line 14, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.row:before, #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu:before,
#footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu:before, .region-header:before, .row:after, #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu:after,
#footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu:after, .region-header:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.row:after, #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu:after,
#footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu:after, .region-header:after {
  clear: both;
}

/* line 555, ../library/bootstrap/sass/bootstrap/_mixins.scss */
[class*="span"], #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu > li,
#footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu > li {
  float: left;
  min-height: 1px;
  margin-left: 30px;
}

/* line 562, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 942px;
}

/* line 576, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.span12 {
  width: 942px;
}

/* line 576, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.span11 {
  width: 861px;
}

/* line 576, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.span10 {
  width: 780px;
}

/* line 576, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.span9 {
  width: 699px;
}

/* line 576, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.span8 {
  width: 618px;
}

/* line 576, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.span7 {
  width: 537px;
}

/* line 576, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.span6 {
  width: 456px;
}

/* line 576, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.span5 {
  width: 375px;
}

/* line 576, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.span4 {
  width: 294px;
}

/* line 576, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.span3 {
  width: 213px;
}

/* line 576, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.span2, #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu > li,
#footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu > li {
  width: 132px;
}

/* line 576, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.span1 {
  width: 51px;
}

/* line 583, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.offset12 {
  margin-left: 1002px;
}

/* line 583, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.offset11 {
  margin-left: 921px;
}

/* line 583, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.offset10 {
  margin-left: 840px;
}

/* line 583, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.offset9 {
  margin-left: 759px;
}

/* line 583, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.offset8 {
  margin-left: 678px;
}

/* line 583, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.offset7 {
  margin-left: 597px;
}

/* line 583, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.offset6 {
  margin-left: 516px;
}

/* line 583, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.offset5 {
  margin-left: 435px;
}

/* line 583, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.offset4 {
  margin-left: 354px;
}

/* line 583, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.offset3 {
  margin-left: 273px;
}

/* line 583, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.offset2 {
  margin-left: 192px;
}

/* line 583, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.offset1 {
  margin-left: 111px;
}

/* line 599, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.row-fluid {
  width: 100%;
  *zoom: 1;
}
/* line 14, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.row-fluid:after {
  clear: both;
}
/* line 602, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.row-fluid [class*="span"], .row-fluid #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu > li, #footer-top .block-menu-block-main-menu .row-fluid .menu-block-wrapper > .menu > li,
.row-fluid #footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu > li,
#footer-top .block-menu-block-menu-main-menu---french .row-fluid .menu-block-wrapper > .menu > li {
  display: block;
  width: 100%;
  min-height: 34px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 3.18471%;
  *margin-left: 3.13163%;
}
/* line 608, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.row-fluid [class*="span"]:first-child, .row-fluid #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu > li:first-child, #footer-top .block-menu-block-main-menu .row-fluid .menu-block-wrapper > .menu > li:first-child,
.row-fluid #footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu > li:first-child,
#footer-top .block-menu-block-menu-main-menu---french .row-fluid .menu-block-wrapper > .menu > li:first-child {
  margin-left: 0;
}
/* line 613, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.row-fluid .controls-row [class*="span"] + [class*="span"], .row-fluid .controls-row #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu > li + [class*="span"], #footer-top .block-menu-block-main-menu .row-fluid .controls-row .menu-block-wrapper > .menu > li + [class*="span"],
.row-fluid .controls-row #footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu > li + [class*="span"],
#footer-top .block-menu-block-menu-main-menu---french .row-fluid .controls-row .menu-block-wrapper > .menu > li + [class*="span"], .row-fluid .controls-row #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu > [class*="span"] + li, #footer-top .block-menu-block-main-menu .row-fluid .controls-row .menu-block-wrapper > .menu > [class*="span"] + li, .row-fluid .controls-row #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu > li + li, #footer-top .block-menu-block-main-menu .row-fluid .controls-row .menu-block-wrapper > .menu > li + li,
.row-fluid .controls-row #footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu > [class*="span"] + li,
#footer-top .block-menu-block-menu-main-menu---french .row-fluid .controls-row .menu-block-wrapper > .menu > [class*="span"] + li,
.row-fluid .controls-row #footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu > li + li,
#footer-top .block-menu-block-menu-main-menu---french .row-fluid .controls-row .menu-block-wrapper > .menu > li + li {
  margin-left: 3.18471%;
}
/* line 625, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.row-fluid .span12 {
  width: 100%;
  *width: 99.94692%;
}
/* line 625, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.row-fluid .span11 {
  width: 91.40127%;
  *width: 91.3482%;
}
/* line 625, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.row-fluid .span10 {
  width: 82.80255%;
  *width: 82.74947%;
}
/* line 625, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.row-fluid .span9 {
  width: 74.20382%;
  *width: 74.15074%;
}
/* line 625, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.row-fluid .span8 {
  width: 65.6051%;
  *width: 65.55202%;
}
/* line 625, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.row-fluid .span7 {
  width: 57.00637%;
  *width: 56.95329%;
}
/* line 625, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.row-fluid .span6 {
  width: 48.40764%;
  *width: 48.35456%;
}
/* line 625, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.row-fluid .span5 {
  width: 39.80892%;
  *width: 39.75584%;
}
/* line 625, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.row-fluid .span4 {
  width: 31.21019%;
  *width: 31.15711%;
}
/* line 625, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.row-fluid .span3 {
  width: 22.61146%;
  *width: 22.55839%;
}
/* line 625, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.row-fluid .span2, .row-fluid #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu > li, #footer-top .block-menu-block-main-menu .row-fluid .menu-block-wrapper > .menu > li,
.row-fluid #footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu > li,
#footer-top .block-menu-block-menu-main-menu---french .row-fluid .menu-block-wrapper > .menu > li {
  width: 14.01274%;
  *width: 13.95966%;
}
/* line 625, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.row-fluid .span1 {
  width: 5.41401%;
  *width: 5.36093%;
}
/* line 632, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.row-fluid .offset12 {
  margin-left: 106.36943%;
  *margin-left: 106.26327%;
}
/* line 633, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.row-fluid .offset12:first-child {
  margin-left: 103.18471%;
  *margin-left: 103.07856%;
}
/* line 632, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.row-fluid .offset11 {
  margin-left: 97.7707%;
  *margin-left: 97.66454%;
}
/* line 633, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.row-fluid .offset11:first-child {
  margin-left: 94.58599%;
  *margin-left: 94.47983%;
}
/* line 632, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.row-fluid .offset10 {
  margin-left: 89.17197%;
  *margin-left: 89.06582%;
}
/* line 633, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.row-fluid .offset10:first-child {
  margin-left: 85.98726%;
  *margin-left: 85.8811%;
}
/* line 632, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.row-fluid .offset9 {
  margin-left: 80.57325%;
  *margin-left: 80.46709%;
}
/* line 633, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.row-fluid .offset9:first-child {
  margin-left: 77.38854%;
  *margin-left: 77.28238%;
}
/* line 632, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.row-fluid .offset8 {
  margin-left: 71.97452%;
  *margin-left: 71.86837%;
}
/* line 633, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.row-fluid .offset8:first-child {
  margin-left: 68.78981%;
  *margin-left: 68.68365%;
}
/* line 632, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.row-fluid .offset7 {
  margin-left: 63.3758%;
  *margin-left: 63.26964%;
}
/* line 633, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.row-fluid .offset7:first-child {
  margin-left: 60.19108%;
  *margin-left: 60.08493%;
}
/* line 632, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.row-fluid .offset6 {
  margin-left: 54.77707%;
  *margin-left: 54.67091%;
}
/* line 633, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.row-fluid .offset6:first-child {
  margin-left: 51.59236%;
  *margin-left: 51.4862%;
}
/* line 632, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.row-fluid .offset5 {
  margin-left: 46.17834%;
  *margin-left: 46.07219%;
}
/* line 633, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.row-fluid .offset5:first-child {
  margin-left: 42.99363%;
  *margin-left: 42.88747%;
}
/* line 632, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.row-fluid .offset4 {
  margin-left: 37.57962%;
  *margin-left: 37.47346%;
}
/* line 633, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.row-fluid .offset4:first-child {
  margin-left: 34.3949%;
  *margin-left: 34.28875%;
}
/* line 632, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.row-fluid .offset3 {
  margin-left: 28.98089%;
  *margin-left: 28.87473%;
}
/* line 633, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.row-fluid .offset3:first-child {
  margin-left: 25.79618%;
  *margin-left: 25.69002%;
}
/* line 632, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.row-fluid .offset2 {
  margin-left: 20.38217%;
  *margin-left: 20.27601%;
}
/* line 633, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.row-fluid .offset2:first-child {
  margin-left: 17.19745%;
  *margin-left: 17.0913%;
}
/* line 632, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.row-fluid .offset1 {
  margin-left: 11.78344%;
  *margin-left: 11.67728%;
}
/* line 633, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.row-fluid .offset1:first-child {
  margin-left: 8.59873%;
  *margin-left: 8.49257%;
}

/* line 13, ../library/bootstrap/sass/bootstrap/_grid.scss */
[class*="span"].hide, #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu > li.hide,
#footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu > li.hide,
.row-fluid [class*="span"].hide,
.row-fluid #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu > li.hide,
#footer-top .block-menu-block-main-menu .row-fluid .menu-block-wrapper > .menu > li.hide,
.row-fluid #footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu > li.hide,
#footer-top .block-menu-block-menu-main-menu---french .row-fluid .menu-block-wrapper > .menu > li.hide {
  display: none;
}

/* line 18, ../library/bootstrap/sass/bootstrap/_grid.scss */
[class*="span"].pull-right, #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu > li.pull-right,
#footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu > li.pull-right,
.row-fluid [class*="span"].pull-right,
.row-fluid #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu > li.pull-right,
#footer-top .block-menu-block-main-menu .row-fluid .menu-block-wrapper > .menu > li.pull-right,
.row-fluid #footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu > li.pull-right,
#footer-top .block-menu-block-menu-main-menu---french .row-fluid .menu-block-wrapper > .menu > li.pull-right {
  float: right;
}

/* line 7, ../library/bootstrap/sass/bootstrap/_layouts.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
/* line 14, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.container:before, .container:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.container:after {
  clear: both;
}

/* line 12, ../library/bootstrap/sass/bootstrap/_layouts.scss */
.container-fluid {
  padding-right: 30px;
  padding-left: 30px;
  *zoom: 1;
}
/* line 14, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.container-fluid:after {
  clear: both;
}

/* line 9, ../library/bootstrap/sass/bootstrap/_type.scss */
p {
  margin: 0 0 12px;
}

/* line 12, ../library/bootstrap/sass/bootstrap/_type.scss */
.lead {
  margin-bottom: 24px;
  font-size: 22.5px;
  font-weight: 200;
  line-height: 36px;
}

/* line 24, ../library/bootstrap/sass/bootstrap/_type.scss */
small {
  font-size: 85%;
}

/* line 26, ../library/bootstrap/sass/bootstrap/_type.scss */
strong {
  font-weight: bold;
}

/* line 27, ../library/bootstrap/sass/bootstrap/_type.scss */
em {
  font-style: italic;
}

/* line 28, ../library/bootstrap/sass/bootstrap/_type.scss */
cite {
  font-style: normal;
}

/* line 31, ../library/bootstrap/sass/bootstrap/_type.scss */
.muted {
  color: #c3c3c3;
}

/* line 32, ../library/bootstrap/sass/bootstrap/_type.scss */
a.muted:hover {
  color: #aaaaaa;
}

/* line 34, ../library/bootstrap/sass/bootstrap/_type.scss */
.text-warning {
  color: #c09853;
}

/* line 35, ../library/bootstrap/sass/bootstrap/_type.scss */
a.text-warning:hover {
  color: #a47e3c;
}

/* line 37, ../library/bootstrap/sass/bootstrap/_type.scss */
.text-error {
  color: #b94a48;
}

/* line 38, ../library/bootstrap/sass/bootstrap/_type.scss */
a.text-error:hover {
  color: #953b39;
}

/* line 40, ../library/bootstrap/sass/bootstrap/_type.scss */
.text-info {
  color: #3a87ad;
}

/* line 41, ../library/bootstrap/sass/bootstrap/_type.scss */
a.text-info:hover {
  color: #2d6987;
}

/* line 43, ../library/bootstrap/sass/bootstrap/_type.scss */
.text-success {
  color: #468847;
}

/* line 44, ../library/bootstrap/sass/bootstrap/_type.scss */
a.text-success:hover {
  color: #356635;
}

/* line 50, ../library/bootstrap/sass/bootstrap/_type.scss */
h1, h2, h3, h4, #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu > li > a,
#footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu > li > a, h5, h6 {
  margin: 12px 0;
  font-family: "Montreal Serial", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 24px;
  color: #6f2c8a;
  text-rendering: optimizelegibility;
}
/* line 57, ../library/bootstrap/sass/bootstrap/_type.scss */
h1 small, h2 small, h3 small, h4 small, #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu > li > a small,
#footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu > li > a small, h5 small, h6 small {
  font-weight: normal;
  line-height: 1;
  color: #c3c3c3;
}

/* line 64, ../library/bootstrap/sass/bootstrap/_type.scss */
h1,
h2,
h3 {
  line-height: 48px;
}

/* line 68, ../library/bootstrap/sass/bootstrap/_type.scss */
h1 {
  font-size: 41.25px;
}

/* line 69, ../library/bootstrap/sass/bootstrap/_type.scss */
h2 {
  font-size: 33.75px;
}

/* line 70, ../library/bootstrap/sass/bootstrap/_type.scss */
h3 {
  font-size: 26.25px;
}

/* line 71, ../library/bootstrap/sass/bootstrap/_type.scss */
h4, #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu > li > a,
#footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu > li > a {
  font-size: 18.75px;
}

/* line 72, ../library/bootstrap/sass/bootstrap/_type.scss */
h5 {
  font-size: 15px;
}

/* line 73, ../library/bootstrap/sass/bootstrap/_type.scss */
h6 {
  font-size: 12.75px;
}

/* line 75, ../library/bootstrap/sass/bootstrap/_type.scss */
h1 small {
  font-size: 26.25px;
}

/* line 76, ../library/bootstrap/sass/bootstrap/_type.scss */
h2 small {
  font-size: 18.75px;
}

/* line 77, ../library/bootstrap/sass/bootstrap/_type.scss */
h3 small {
  font-size: 15px;
}

/* line 78, ../library/bootstrap/sass/bootstrap/_type.scss */
h4 small, #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu > li > a small,
#footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu > li > a small {
  font-size: 15px;
}

/* line 84, ../library/bootstrap/sass/bootstrap/_type.scss */
.page-header {
  padding-bottom: 11px;
  margin: 24px 0 36px;
  border-bottom: 1px solid #f0f0f2;
}

/* line 96, ../library/bootstrap/sass/bootstrap/_type.scss */
ul, ol {
  padding: 0;
  margin: 0 0 12px 25px;
}

/* line 100, ../library/bootstrap/sass/bootstrap/_type.scss */
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

/* line 106, ../library/bootstrap/sass/bootstrap/_type.scss */
li {
  line-height: 24px;
}

/* line 111, ../library/bootstrap/sass/bootstrap/_type.scss */
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

/* line 118, ../library/bootstrap/sass/bootstrap/_type.scss */
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
/* line 122, ../library/bootstrap/sass/bootstrap/_type.scss */
ul.inline > li,
ol.inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 130, ../library/bootstrap/sass/bootstrap/_type.scss */
dl {
  margin-bottom: 24px;
}

/* line 133, ../library/bootstrap/sass/bootstrap/_type.scss */
dt,
dd {
  line-height: 24px;
}

/* line 137, ../library/bootstrap/sass/bootstrap/_type.scss */
dt {
  font-weight: bold;
}

/* line 140, ../library/bootstrap/sass/bootstrap/_type.scss */
dd {
  margin-left: 12px;
}

/* line 144, ../library/bootstrap/sass/bootstrap/_type.scss */
.dl-horizontal {
  *zoom: 1;
}
/* line 14, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.dl-horizontal:before, .dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.dl-horizontal:after {
  clear: both;
}
/* line 146, ../library/bootstrap/sass/bootstrap/_type.scss */
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 153, ../library/bootstrap/sass/bootstrap/_type.scss */
.dl-horizontal dd {
  margin-left: 180px;
}

/* line 162, ../library/bootstrap/sass/bootstrap/_type.scss */
hr {
  margin: 24px 0;
  border: 0;
  border-top: 1px solid #f0f0f2;
  border-bottom: 1px solid #fff;
}

/* line 170, ../library/bootstrap/sass/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #c3c3c3;
}

/* line 176, ../library/bootstrap/sass/bootstrap/_type.scss */
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 182, ../library/bootstrap/sass/bootstrap/_type.scss */
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 24px;
  border-left: 5px solid #f0f0f2;
}
/* line 186, ../library/bootstrap/sass/bootstrap/_type.scss */
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}
/* line 190, ../library/bootstrap/sass/bootstrap/_type.scss */
blockquote small {
  display: block;
  line-height: 24px;
  color: #c3c3c3;
}
/* line 194, ../library/bootstrap/sass/bootstrap/_type.scss */
blockquote small:before {
  content: '\2014 \00A0';
}
/* line 200, ../library/bootstrap/sass/bootstrap/_type.scss */
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #f0f0f2;
  border-left: 0;
}
/* line 206, ../library/bootstrap/sass/bootstrap/_type.scss */
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
/* line 211, ../library/bootstrap/sass/bootstrap/_type.scss */
blockquote.pull-right small:before {
  content: '';
}
/* line 214, ../library/bootstrap/sass/bootstrap/_type.scss */
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

/* line 222, ../library/bootstrap/sass/bootstrap/_type.scss */
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

/* line 230, ../library/bootstrap/sass/bootstrap/_type.scss */
address {
  display: block;
  margin-bottom: 24px;
  font-style: normal;
  line-height: 24px;
}

/* line 7, ../library/bootstrap/sass/bootstrap/_code.scss */
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 13px;
  color: #666;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 17, ../library/bootstrap/sass/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}

/* line 26, ../library/bootstrap/sass/bootstrap/_code.scss */
pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 24px;
  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: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
/* line 42, ../library/bootstrap/sass/bootstrap/_code.scss */
pre.prettyprint {
  margin-bottom: 24px;
}
/* line 47, ../library/bootstrap/sass/bootstrap/_code.scss */
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

/* line 58, ../library/bootstrap/sass/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, ../library/bootstrap/sass/bootstrap/_forms.scss */
form {
  margin: 0 0 24px;
}

/* line 14, ../library/bootstrap/sass/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 21, ../library/bootstrap/sass/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 22.5px;
  line-height: 48px;
  color: #666;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
/* line 33, ../library/bootstrap/sass/bootstrap/_forms.scss */
legend small {
  font-size: 18px;
  color: #c3c3c3;
}

/* line 40, ../library/bootstrap/sass/bootstrap/_forms.scss */
label,
input,
button,
select,
textarea {
  font-size: 15px;
  font-weight: normal;
  line-height: 24px;
}

/* line 47, ../library/bootstrap/sass/bootstrap/_forms.scss */
input,
button,
select,
textarea {
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 55, ../library/bootstrap/sass/bootstrap/_forms.scss */
label {
  display: block;
  margin-bottom: 5px;
}

/* line 64, ../library/bootstrap/sass/bootstrap/_forms.scss */
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: 24px;
  padding: 4px 6px;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 24px;
  color: #bbbbbb;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  vertical-align: middle;
}

/* line 94, ../library/bootstrap/sass/bootstrap/_forms.scss */
input,
textarea,
.uneditable-input {
  width: 206px;
}

/* line 100, ../library/bootstrap/sass/bootstrap/_forms.scss */
textarea {
  height: auto;
}

/* line 104, ../library/bootstrap/sass/bootstrap/_forms.scss */
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: #fff;
  border: 1px solid #f0f0f2;
  -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);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
/* line 126, ../library/bootstrap/sass/bootstrap/_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: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

/* line 135, ../library/bootstrap/sass/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}

/* line 144, ../library/bootstrap/sass/bootstrap/_forms.scss */
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

/* line 155, ../library/bootstrap/sass/bootstrap/_forms.scss */
select,
input[type="file"] {
  height: 34px;
  /* 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: 34px;
}

/* line 163, ../library/bootstrap/sass/bootstrap/_forms.scss */
select {
  width: 220px;
  border: 1px solid #f0f0f2;
  background-color: #fff;
}

/* line 170, ../library/bootstrap/sass/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 176, ../library/bootstrap/sass/bootstrap/_forms.scss */
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 188, ../library/bootstrap/sass/bootstrap/_forms.scss */
.uneditable-input,
.uneditable-textarea {
  color: #c3c3c3;
  background-color: #fcfcfc;
  border-color: #f0f0f2;
  -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;
}

/* line 198, ../library/bootstrap/sass/bootstrap/_forms.scss */
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

/* line 204, ../library/bootstrap/sass/bootstrap/_forms.scss */
.uneditable-textarea {
  width: auto;
  height: auto;
}

/* line 83, ../library/bootstrap/sass/bootstrap/_mixins.scss */
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #c3c3c3;
}
/* line 86, ../library/bootstrap/sass/bootstrap/_mixins.scss */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #c3c3c3;
}
/* line 89, ../library/bootstrap/sass/bootstrap/_mixins.scss */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #c3c3c3;
}

/* line 224, ../library/bootstrap/sass/bootstrap/_forms.scss */
.radio,
.checkbox {
  min-height: 24px;
  padding-left: 20px;
}

/* line 229, ../library/bootstrap/sass/bootstrap/_forms.scss */
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

/* line 236, ../library/bootstrap/sass/bootstrap/_forms.scss */
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

/* line 243, ../library/bootstrap/sass/bootstrap/_forms.scss */
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 250, ../library/bootstrap/sass/bootstrap/_forms.scss */
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

/* line 261, ../library/bootstrap/sass/bootstrap/_forms.scss */
.input-mini {
  width: 60px;
}

/* line 262, ../library/bootstrap/sass/bootstrap/_forms.scss */
.input-small {
  width: 90px;
}

/* line 263, ../library/bootstrap/sass/bootstrap/_forms.scss */
.input-medium {
  width: 150px;
}

/* line 264, ../library/bootstrap/sass/bootstrap/_forms.scss */
.input-large {
  width: 210px;
}

/* line 265, ../library/bootstrap/sass/bootstrap/_forms.scss */
.input-xlarge {
  width: 270px;
}

/* line 266, ../library/bootstrap/sass/bootstrap/_forms.scss */
.input-xxlarge {
  width: 530px;
}

/* line 269, ../library/bootstrap/sass/bootstrap/_forms.scss */
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
#footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu > li.uneditable-input,
#footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu > li.uneditable-input,
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu > li.uneditable-input,
#footer-top .block-menu-block-main-menu .row-fluid .menu-block-wrapper > .menu > li.uneditable-input,
.row-fluid #footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu > li.uneditable-input,
#footer-top .block-menu-block-menu-main-menu---french .row-fluid .menu-block-wrapper > .menu > li.uneditable-input {
  float: none;
  margin-left: 0;
}

/* line 282, ../library/bootstrap/sass/bootstrap/_forms.scss */
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-append #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu > li.uneditable-input,
#footer-top .block-menu-block-main-menu .input-append .menu-block-wrapper > .menu > li.uneditable-input,
.input-append #footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu > li.uneditable-input,
#footer-top .block-menu-block-menu-main-menu---french .input-append .menu-block-wrapper > .menu > li.uneditable-input,
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.input-prepend #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu > li.uneditable-input,
#footer-top .block-menu-block-main-menu .input-prepend .menu-block-wrapper > .menu > li.uneditable-input,
.input-prepend #footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu > li.uneditable-input,
#footer-top .block-menu-block-menu-main-menu---french .input-prepend .menu-block-wrapper > .menu > li.uneditable-input,
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu > li.uneditable-input,
#footer-top .block-menu-block-main-menu .row-fluid .menu-block-wrapper > .menu > li.uneditable-input,
.row-fluid #footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu > li.uneditable-input,
#footer-top .block-menu-block-menu-main-menu---french .row-fluid .menu-block-wrapper > .menu > li.uneditable-input,
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-prepend #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu > li,
#footer-top .block-menu-block-main-menu .row-fluid .input-prepend .menu-block-wrapper > .menu > li,
.row-fluid .input-prepend #footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu > li,
#footer-top .block-menu-block-menu-main-menu---french .row-fluid .input-prepend .menu-block-wrapper > .menu > li,
.row-fluid .input-append [class*="span"],
.row-fluid .input-append #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu > li,
#footer-top .block-menu-block-main-menu .row-fluid .input-append .menu-block-wrapper > .menu > li,
.row-fluid .input-append #footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu > li,
#footer-top .block-menu-block-menu-main-menu---french .row-fluid .input-append .menu-block-wrapper > .menu > li {
  display: inline-block;
}

/* line 656, ../library/bootstrap/sass/bootstrap/_mixins.scss */
input,
textarea,
.uneditable-input {
  margin-left: 0;
}

/* line 663, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.controls-row [class*="span"] + [class*="span"], .controls-row #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu > li + [class*="span"], #footer-top .block-menu-block-main-menu .controls-row .menu-block-wrapper > .menu > li + [class*="span"],
.controls-row #footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu > li + [class*="span"],
#footer-top .block-menu-block-menu-main-menu---french .controls-row .menu-block-wrapper > .menu > li + [class*="span"], .controls-row #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu > [class*="span"] + li, #footer-top .block-menu-block-main-menu .controls-row .menu-block-wrapper > .menu > [class*="span"] + li, .controls-row #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu > li + li, #footer-top .block-menu-block-main-menu .controls-row .menu-block-wrapper > .menu > li + li,
.controls-row #footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu > [class*="span"] + li,
#footer-top .block-menu-block-menu-main-menu---french .controls-row .menu-block-wrapper > .menu > [class*="span"] + li,
.controls-row #footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu > li + li,
#footer-top .block-menu-block-menu-main-menu---french .controls-row .menu-block-wrapper > .menu > li + li {
  margin-left: 30px;
}

/* line 673, ../library/bootstrap/sass/bootstrap/_mixins.scss */
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 928px;
}

/* line 673, ../library/bootstrap/sass/bootstrap/_mixins.scss */
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 847px;
}

/* line 673, ../library/bootstrap/sass/bootstrap/_mixins.scss */
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}

/* line 673, ../library/bootstrap/sass/bootstrap/_mixins.scss */
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 685px;
}

/* line 673, ../library/bootstrap/sass/bootstrap/_mixins.scss */
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 604px;
}

/* line 673, ../library/bootstrap/sass/bootstrap/_mixins.scss */
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 523px;
}

/* line 673, ../library/bootstrap/sass/bootstrap/_mixins.scss */
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 442px;
}

/* line 673, ../library/bootstrap/sass/bootstrap/_mixins.scss */
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 361px;
}

/* line 673, ../library/bootstrap/sass/bootstrap/_mixins.scss */
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 280px;
}

/* line 673, ../library/bootstrap/sass/bootstrap/_mixins.scss */
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 199px;
}

/* line 673, ../library/bootstrap/sass/bootstrap/_mixins.scss */
input.span2,
textarea.span2,
.uneditable-input.span2,
#footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu > li.uneditable-input,
#footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu > li.uneditable-input {
  width: 118px;
}

/* line 673, ../library/bootstrap/sass/bootstrap/_mixins.scss */
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 37px;
}

/* line 304, ../library/bootstrap/sass/bootstrap/_forms.scss */
.controls-row {
  *zoom: 1;
}
/* line 14, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.controls-row:before, .controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.controls-row:after {
  clear: both;
}

/* line 309, ../library/bootstrap/sass/bootstrap/_forms.scss */
.controls-row [class*="span"], .controls-row #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu > li, #footer-top .block-menu-block-main-menu .controls-row .menu-block-wrapper > .menu > li,
.controls-row #footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu > li,
#footer-top .block-menu-block-menu-main-menu---french .controls-row .menu-block-wrapper > .menu > li,
.row-fluid .controls-row [class*="span"],
.row-fluid .controls-row #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu > li,
#footer-top .block-menu-block-main-menu .row-fluid .controls-row .menu-block-wrapper > .menu > li,
.row-fluid .controls-row #footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu > li,
#footer-top .block-menu-block-menu-main-menu---french .row-fluid .controls-row .menu-block-wrapper > .menu > li {
  float: left;
}

/* line 315, ../library/bootstrap/sass/bootstrap/_forms.scss */
.controls-row .checkbox[class*="span"], .controls-row #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu > li.checkbox, #footer-top .block-menu-block-main-menu .controls-row .menu-block-wrapper > .menu > li.checkbox,
.controls-row #footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu > li.checkbox,
#footer-top .block-menu-block-menu-main-menu---french .controls-row .menu-block-wrapper > .menu > li.checkbox,
.controls-row .radio[class*="span"],
.controls-row #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu > li.radio,
#footer-top .block-menu-block-main-menu .controls-row .menu-block-wrapper > .menu > li.radio,
.controls-row #footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu > li.radio,
#footer-top .block-menu-block-menu-main-menu---french .controls-row .menu-block-wrapper > .menu > li.radio {
  padding-top: 5px;
}

/* line 327, ../library/bootstrap/sass/bootstrap/_forms.scss */
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #c3c3c3;
}

/* line 337, ../library/bootstrap/sass/bootstrap/_forms.scss */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

/* line 162, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
/* line 168, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
/* line 175, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.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);
}
/* line 180, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.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;
}
/* line 186, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

/* line 162, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
/* line 168, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
/* line 175, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -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);
}
/* line 180, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
/* line 186, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

/* line 162, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
/* line 168, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
/* line 175, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.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);
}
/* line 180, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.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;
}
/* line 186, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

/* line 162, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
/* line 168, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
/* line 175, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.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);
}
/* line 180, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.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;
}
/* line 186, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

/* line 369, ../library/bootstrap/sass/bootstrap/_forms.scss */
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
/* line 374, ../library/bootstrap/sass/bootstrap/_forms.scss */
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;
}

/* line 385, ../library/bootstrap/sass/bootstrap/_forms.scss */
.form-actions {
  padding: 23px 20px 24px;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
/* line 14, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.form-actions:before, .form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.form-actions:after {
  clear: both;
}

/* line 399, ../library/bootstrap/sass/bootstrap/_forms.scss */
.help-block,
.help-inline {
  color: #595959;
}

/* line 404, ../library/bootstrap/sass/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-bottom: 12px;
}

/* line 409, ../library/bootstrap/sass/bootstrap/_forms.scss */
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}

/* line 422, ../library/bootstrap/sass/bootstrap/_forms.scss */
.input-append,
.input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
}
/* line 429, ../library/bootstrap/sass/bootstrap/_forms.scss */
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-append .dropdown-menu,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input,
.input-prepend .dropdown-menu {
  font-size: 15px;
}
/* line 436, ../library/bootstrap/sass/bootstrap/_forms.scss */
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
/* line 445, ../library/bootstrap/sass/bootstrap/_forms.scss */
.input-append input:focus,
.input-append select:focus,
.input-append .uneditable-input:focus,
.input-prepend input:focus,
.input-prepend select:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
/* line 449, ../library/bootstrap/sass/bootstrap/_forms.scss */
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 24px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 15px;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #f0f0f2;
  border: 1px solid #ccc;
}
/* line 463, ../library/bootstrap/sass/bootstrap/_forms.scss */
.input-append .add-on,
.input-append .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .add-on,
.input-prepend .btn,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 469, ../library/bootstrap/sass/bootstrap/_forms.scss */
.input-append .active,
.input-prepend .active {
  background-color: #d9d573;
  border-color: #8d8926;
}

/* line 476, ../library/bootstrap/sass/bootstrap/_forms.scss */
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
/* line 480, ../library/bootstrap/sass/bootstrap/_forms.scss */
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}

/* line 488, ../library/bootstrap/sass/bootstrap/_forms.scss */
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}
/* line 492, ../library/bootstrap/sass/bootstrap/_forms.scss */
.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 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
/* line 496, ../library/bootstrap/sass/bootstrap/_forms.scss */
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
/* line 501, ../library/bootstrap/sass/bootstrap/_forms.scss */
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}

/* line 510, ../library/bootstrap/sass/bootstrap/_forms.scss */
.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;
}
/* line 514, ../library/bootstrap/sass/bootstrap/_forms.scss */
.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 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
/* line 518, ../library/bootstrap/sass/bootstrap/_forms.scss */
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}
/* line 523, ../library/bootstrap/sass/bootstrap/_forms.scss */
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
/* line 528, ../library/bootstrap/sass/bootstrap/_forms.scss */
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}

/* line 539, ../library/bootstrap/sass/bootstrap/_forms.scss */
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 */
/* line 549, ../library/bootstrap/sass/bootstrap/_forms.scss */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 553, ../library/bootstrap/sass/bootstrap/_forms.scss */
.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;
}

/* line 556, ../library/bootstrap/sass/bootstrap/_forms.scss */
.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;
}

/* line 559, ../library/bootstrap/sass/bootstrap/_forms.scss */
.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;
}

/* line 562, ../library/bootstrap/sass/bootstrap/_forms.scss */
.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;
}

/* line 578, ../library/bootstrap/sass/bootstrap/_forms.scss */
.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
/* line 591, ../library/bootstrap/sass/bootstrap/_forms.scss */
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

/* line 595, ../library/bootstrap/sass/bootstrap/_forms.scss */
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}

/* line 602, ../library/bootstrap/sass/bootstrap/_forms.scss */
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}

/* line 609, ../library/bootstrap/sass/bootstrap/_forms.scss */
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 618, ../library/bootstrap/sass/bootstrap/_forms.scss */
.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;
}

/* line 629, ../library/bootstrap/sass/bootstrap/_forms.scss */
.control-group {
  margin-bottom: 12px;
}

/* line 634, ../library/bootstrap/sass/bootstrap/_forms.scss */
legend + .control-group {
  margin-top: 24px;
  -webkit-margin-top-collapse: separate;
}

/* line 644, ../library/bootstrap/sass/bootstrap/_forms.scss */
.form-horizontal .control-group {
  margin-bottom: 24px;
  *zoom: 1;
}
/* line 14, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.form-horizontal .control-group:before, .form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.form-horizontal .control-group:after {
  clear: both;
}
/* line 649, ../library/bootstrap/sass/bootstrap/_forms.scss */
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
/* line 656, ../library/bootstrap/sass/bootstrap/_forms.scss */
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
/* line 663, ../library/bootstrap/sass/bootstrap/_forms.scss */
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
/* line 668, ../library/bootstrap/sass/bootstrap/_forms.scss */
.form-horizontal .help-block {
  margin-bottom: 0;
}
/* line 678, ../library/bootstrap/sass/bootstrap/_forms.scss */
.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: 12px;
}
/* line 683, ../library/bootstrap/sass/bootstrap/_forms.scss */
.form-horizontal .form-actions {
  padding-left: 180px;
}

/* line 9, ../library/bootstrap/sass/bootstrap/_tables.scss */
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 19, ../library/bootstrap/sass/bootstrap/_tables.scss */
.table {
  width: 100%;
  margin-bottom: 24px;
}
/* line 23, ../library/bootstrap/sass/bootstrap/_tables.scss */
.table th,
.table td {
  padding: 8px;
  line-height: 24px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
/* line 31, ../library/bootstrap/sass/bootstrap/_tables.scss */
.table th {
  font-weight: bold;
}
/* line 35, ../library/bootstrap/sass/bootstrap/_tables.scss */
.table thead th {
  vertical-align: bottom;
}
/* line 39, ../library/bootstrap/sass/bootstrap/_tables.scss */
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
/* line 48, ../library/bootstrap/sass/bootstrap/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #ddd;
}
/* line 53, ../library/bootstrap/sass/bootstrap/_tables.scss */
.table .table {
  background-color: #f0f0f2;
}

/* line 64, ../library/bootstrap/sass/bootstrap/_tables.scss */
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

/* line 74, ../library/bootstrap/sass/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
/* line 80, ../library/bootstrap/sass/bootstrap/_tables.scss */
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}
/* line 85, ../library/bootstrap/sass/bootstrap/_tables.scss */
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
/* line 97, ../library/bootstrap/sass/bootstrap/_tables.scss */
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child {
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
}
/* line 101, ../library/bootstrap/sass/bootstrap/_tables.scss */
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child {
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
}
/* line 106, ../library/bootstrap/sass/bootstrap/_tables.scss */
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child {
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px;
}
/* line 111, ../library/bootstrap/sass/bootstrap/_tables.scss */
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child {
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
}
/* line 118, ../library/bootstrap/sass/bootstrap/_tables.scss */
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
/* line 121, ../library/bootstrap/sass/bootstrap/_tables.scss */
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
/* line 127, ../library/bootstrap/sass/bootstrap/_tables.scss */
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
}
/* line 133, ../library/bootstrap/sass/bootstrap/_tables.scss */
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
}

/* line 151, ../library/bootstrap/sass/bootstrap/_tables.scss */
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

/* line 164, ../library/bootstrap/sass/bootstrap/_tables.scss */
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #f5f5f5;
}

/* line 176, ../library/bootstrap/sass/bootstrap/_tables.scss */
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}

/* line 189, ../library/bootstrap/sass/bootstrap/_tables.scss */
.table td.span1,
.table th.span1 {
  float: none;
  width: 35px;
  margin-left: 0;
}
/* line 189, ../library/bootstrap/sass/bootstrap/_tables.scss */
.table td.span2,
.table th.span2 {
  float: none;
  width: 116px;
  margin-left: 0;
}
/* line 189, ../library/bootstrap/sass/bootstrap/_tables.scss */
.table td.span3,
.table th.span3 {
  float: none;
  width: 197px;
  margin-left: 0;
}
/* line 189, ../library/bootstrap/sass/bootstrap/_tables.scss */
.table td.span4,
.table th.span4 {
  float: none;
  width: 278px;
  margin-left: 0;
}
/* line 189, ../library/bootstrap/sass/bootstrap/_tables.scss */
.table td.span5,
.table th.span5 {
  float: none;
  width: 359px;
  margin-left: 0;
}
/* line 189, ../library/bootstrap/sass/bootstrap/_tables.scss */
.table td.span6,
.table th.span6 {
  float: none;
  width: 440px;
  margin-left: 0;
}
/* line 189, ../library/bootstrap/sass/bootstrap/_tables.scss */
.table td.span7,
.table th.span7 {
  float: none;
  width: 521px;
  margin-left: 0;
}
/* line 189, ../library/bootstrap/sass/bootstrap/_tables.scss */
.table td.span8,
.table th.span8 {
  float: none;
  width: 602px;
  margin-left: 0;
}
/* line 189, ../library/bootstrap/sass/bootstrap/_tables.scss */
.table td.span9,
.table th.span9 {
  float: none;
  width: 683px;
  margin-left: 0;
}
/* line 189, ../library/bootstrap/sass/bootstrap/_tables.scss */
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
/* line 189, ../library/bootstrap/sass/bootstrap/_tables.scss */
.table td.span11,
.table th.span11 {
  float: none;
  width: 845px;
  margin-left: 0;
}
/* line 189, ../library/bootstrap/sass/bootstrap/_tables.scss */
.table td.span12,
.table th.span12 {
  float: none;
  width: 926px;
  margin-left: 0;
}

/* line 200, ../library/bootstrap/sass/bootstrap/_tables.scss */
.table tbody tr.success td {
  background-color: #dff0d8;
}
/* line 203, ../library/bootstrap/sass/bootstrap/_tables.scss */
.table tbody tr.error td {
  background-color: #f2dede;
}
/* line 206, ../library/bootstrap/sass/bootstrap/_tables.scss */
.table tbody tr.warning td {
  background-color: #fcf8e3;
}
/* line 209, ../library/bootstrap/sass/bootstrap/_tables.scss */
.table tbody tr.info td {
  background-color: #d9edf7;
}

/* line 216, ../library/bootstrap/sass/bootstrap/_tables.scss */
.table-hover tbody tr.success:hover td {
  background-color: #d0e9c6;
}
/* line 219, ../library/bootstrap/sass/bootstrap/_tables.scss */
.table-hover tbody tr.error:hover td {
  background-color: #ebcccc;
}
/* line 222, ../library/bootstrap/sass/bootstrap/_tables.scss */
.table-hover tbody tr.warning:hover td {
  background-color: #faf2cc;
}
/* line 225, ../library/bootstrap/sass/bootstrap/_tables.scss */
.table-hover tbody tr.info:hover td {
  background-color: #c4e3f3;
}

/* line 6, ../library/bootstrap/sass/bootstrap/_component-animations.scss */
.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;
}
/* line 9, ../library/bootstrap/sass/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 14, ../library/bootstrap/sass/bootstrap/_component-animations.scss */
.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;
}
/* line 19, ../library/bootstrap/sass/bootstrap/_component-animations.scss */
.collapse.in {
  height: auto;
}

/* line 6, ../library/bootstrap/sass/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  color: #000;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/* line 14, ../library/bootstrap/sass/bootstrap/_close.scss */
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* line 25, ../library/bootstrap/sass/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 10, ../library/bootstrap/sass/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #666;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #6f2c8a;
  background-image: -moz-linear-gradient(top, #6f2c8a, #6f2c8a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6f2c8a), to(#6f2c8a));
  background-image: -webkit-linear-gradient(top, #6f2c8a, #6f2c8a);
  background-image: -o-linear-gradient(top, #6f2c8a, #6f2c8a);
  background-image: linear-gradient(to bottom, #6f2c8a, #6f2c8a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF6F2C8A', endColorstr='#FF6F2C8A', GradientType=0);
  border-color: #6f2c8a #6f2c8a #401a50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #6f2c8a;
  /* 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 #6f2c8a;
  *border: 0;
  border-bottom-color: #502063;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 496, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
  color: #666;
  background-color: #6f2c8a;
  *background-color: #5f2677;
}
/* line 503, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.btn:active, .btn.active {
  background-color: #502063 \9;
}
/* line 61, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.btn:first-child {
  *margin-left: 0;
}
/* line 29, ../library/bootstrap/sass/bootstrap/_buttons.scss */
.btn:hover {
  color: #666;
  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;
}
/* line 40, ../library/bootstrap/sass/bootstrap/_buttons.scss */
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 45, ../library/bootstrap/sass/bootstrap/_buttons.scss */
.btn.active, .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 53, ../library/bootstrap/sass/bootstrap/_buttons.scss */
.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;
}

/* line 69, ../library/bootstrap/sass/bootstrap/_buttons.scss */
.btn-large {
  padding: 11px 19px;
  font-size: 18.75px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 74, ../library/bootstrap/sass/bootstrap/_buttons.scss */
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

/* line 80, ../library/bootstrap/sass/bootstrap/_buttons.scss */
.btn-small {
  padding: 2px 10px;
  font-size: 12.75px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 85, ../library/bootstrap/sass/bootstrap/_buttons.scss */
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

/* line 89, ../library/bootstrap/sass/bootstrap/_buttons.scss */
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

/* line 95, ../library/bootstrap/sass/bootstrap/_buttons.scss */
.btn-mini {
  padding: 0px 6px;
  font-size: 11.25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 105, ../library/bootstrap/sass/bootstrap/_buttons.scss */
.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;
}

/* line 114, ../library/bootstrap/sass/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 122, ../library/bootstrap/sass/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 133, ../library/bootstrap/sass/bootstrap/_buttons.scss */
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active,
#footer-bottom .block-webform .active.btn-primary {
  color: rgba(255, 255, 255, 0.75);
}

/* line 144, ../library/bootstrap/sass/bootstrap/_buttons.scss */
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}

/* line 149, ../library/bootstrap/sass/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #6f2c8a;
  background-image: -moz-linear-gradient(top, #6f2c8a, #6f2c8a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6f2c8a), to(#6f2c8a));
  background-image: -webkit-linear-gradient(top, #6f2c8a, #6f2c8a);
  background-image: -o-linear-gradient(top, #6f2c8a, #6f2c8a);
  background-image: linear-gradient(to bottom, #6f2c8a, #6f2c8a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF6F2C8A', endColorstr='#FF6F2C8A', GradientType=0);
  border-color: #6f2c8a #6f2c8a #401a50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #6f2c8a;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/* line 496, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  color: #fff;
  background-color: #6f2c8a;
  *background-color: #5f2677;
}
/* line 503, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.btn-primary:active, .btn-primary.active {
  background-color: #502063 \9;
}

/* line 153, ../library/bootstrap/sass/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #edc859;
  background-image: -moz-linear-gradient(top, #eecb62, #EBC34B);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eecb62), to(#EBC34B));
  background-image: -webkit-linear-gradient(top, #eecb62, #EBC34B);
  background-image: -o-linear-gradient(top, #eecb62, #EBC34B);
  background-image: linear-gradient(to bottom, #eecb62, #ebc34b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEECB62', endColorstr='#FFEBC34B', GradientType=0);
  border-color: #EBC34B #EBC34B #d2a317;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #EBC34B;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/* line 496, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  color: #fff;
  background-color: #EBC34B;
  *background-color: #e8bb34;
}
/* line 503, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.btn-warning:active, .btn-warning.active {
  background-color: #e6b41d \9;
}

/* line 157, ../library/bootstrap/sass/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #e13335;
  background-image: -moz-linear-gradient(top, #e23c3e, #df2628);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e23c3e), to(#df2628));
  background-image: -webkit-linear-gradient(top, #e23c3e, #df2628);
  background-image: -o-linear-gradient(top, #e23c3e, #df2628);
  background-image: linear-gradient(to bottom, #e23c3e, #df2628);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE23C3E', endColorstr='#FFDF2628', GradientType=0);
  border-color: #df2628 #df2628 #a11819;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #df2628;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/* line 496, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  color: #fff;
  background-color: #df2628;
  *background-color: #cd1e20;
}
/* line 503, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.btn-danger:active, .btn-danger.active {
  background-color: #b71b1d \9;
}

/* line 161, ../library/bootstrap/sass/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999529;
  background-image: -moz-linear-gradient(top, #a19d2b, #8d8926);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a19d2b), to(#8d8926));
  background-image: -webkit-linear-gradient(top, #a19d2b, #8d8926);
  background-image: -o-linear-gradient(top, #a19d2b, #8d8926);
  background-image: linear-gradient(to bottom, #a19d2b, #8d8926);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFA19D2B', endColorstr='#FF8D8926', GradientType=0);
  border-color: #8d8926 #8d8926 #514e16;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #8d8926;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/* line 496, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  color: #fff;
  background-color: #8d8926;
  *background-color: #797521;
}
/* line 503, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.btn-success:active, .btn-success.active {
  background-color: #65621b \9;
}

/* line 165, ../library/bootstrap/sass/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #8d8926;
  background-image: -moz-linear-gradient(top, #8d8926, #8d8926);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8d8926), to(#8d8926));
  background-image: -webkit-linear-gradient(top, #8d8926, #8d8926);
  background-image: -o-linear-gradient(top, #8d8926, #8d8926);
  background-image: linear-gradient(to bottom, #8d8926, #8d8926);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF8D8926', endColorstr='#FF8D8926', GradientType=0);
  border-color: #8d8926 #8d8926 #514e16;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #8d8926;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/* line 496, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  color: #fff;
  background-color: #8d8926;
  *background-color: #797521;
}
/* line 503, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.btn-info:active, .btn-info.active {
  background-color: #65621b \9;
}

/* line 169, ../library/bootstrap/sass/bootstrap/_buttons.scss */
.btn-inverse, #footer-bottom .block-webform .btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, white, #ececec);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#ececec));
  background-image: -webkit-linear-gradient(top, white, #ececec);
  background-image: -o-linear-gradient(top, white, #ececec);
  background-image: linear-gradient(to bottom, #ffffff, #ececec);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFECECEC', GradientType=0);
  border-color: #ececec #ececec #c6c6c6;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ececec;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/* line 496, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.btn-inverse:hover, #footer-bottom .block-webform .btn-primary:hover, .btn-inverse:active, #footer-bottom .block-webform .btn-primary:active, .btn-inverse.active, #footer-bottom .block-webform .active.btn-primary, .btn-inverse.disabled, #footer-bottom .block-webform .disabled.btn-primary, .btn-inverse[disabled], #footer-bottom .block-webform [disabled].btn-primary {
  color: #fff;
  background-color: #ececec;
  *background-color: #dfdfdf;
}
/* line 503, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.btn-inverse:active, #footer-bottom .block-webform .btn-primary:active, .btn-inverse.active, #footer-bottom .block-webform .active.btn-primary {
  background-color: lightgray \9;
}

/* line 177, ../library/bootstrap/sass/bootstrap/_buttons.scss */
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
/* line 181, ../library/bootstrap/sass/bootstrap/_buttons.scss */
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/* line 190, ../library/bootstrap/sass/bootstrap/_buttons.scss */
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
/* line 194, ../library/bootstrap/sass/bootstrap/_buttons.scss */
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
/* line 198, ../library/bootstrap/sass/bootstrap/_buttons.scss */
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

/* line 209, ../library/bootstrap/sass/bootstrap/_buttons.scss */
.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;
}

/* line 216, ../library/bootstrap/sass/bootstrap/_buttons.scss */
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #6f2c8a;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 222, ../library/bootstrap/sass/bootstrap/_buttons.scss */
.btn-link:hover {
  color: #401a50;
  text-decoration: underline;
  background-color: transparent;
}

/* line 227, ../library/bootstrap/sass/bootstrap/_buttons.scss */
.btn-link[disabled]:hover {
  color: #666;
  text-decoration: none;
}

/* line 9, ../library/bootstrap/sass/bootstrap/_alerts.scss */
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 24px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/* line 17, ../library/bootstrap/sass/bootstrap/_alerts.scss */
.alert,
.alert h4,
.alert #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu > li > a,
#footer-top .block-menu-block-main-menu .alert .menu-block-wrapper > .menu > li > a,
.alert #footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu > li > a,
#footer-top .block-menu-block-menu-main-menu---french .alert .menu-block-wrapper > .menu > li > a {
  color: #c09853;
}

/* line 22, ../library/bootstrap/sass/bootstrap/_alerts.scss */
.alert h4, .alert #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu > li > a, #footer-top .block-menu-block-main-menu .alert .menu-block-wrapper > .menu > li > a,
.alert #footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu > li > a,
#footer-top .block-menu-block-menu-main-menu---french .alert .menu-block-wrapper > .menu > li > a {
  margin: 0;
}

/* line 27, ../library/bootstrap/sass/bootstrap/_alerts.scss */
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 24px;
}

/* line 38, ../library/bootstrap/sass/bootstrap/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}

/* line 43, ../library/bootstrap/sass/bootstrap/_alerts.scss */
.alert-success h4, .alert-success #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu > li > a, #footer-top .block-menu-block-main-menu .alert-success .menu-block-wrapper > .menu > li > a,
.alert-success #footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu > li > a,
#footer-top .block-menu-block-menu-main-menu---french .alert-success .menu-block-wrapper > .menu > li > a {
  color: #468847;
}

/* line 46, ../library/bootstrap/sass/bootstrap/_alerts.scss */
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

/* line 52, ../library/bootstrap/sass/bootstrap/_alerts.scss */
.alert-danger h4, .alert-danger #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu > li > a, #footer-top .block-menu-block-main-menu .alert-danger .menu-block-wrapper > .menu > li > a,
.alert-danger #footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu > li > a,
#footer-top .block-menu-block-menu-main-menu---french .alert-danger .menu-block-wrapper > .menu > li > a,
.alert-error h4,
.alert-error #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu > li > a,
#footer-top .block-menu-block-main-menu .alert-error .menu-block-wrapper > .menu > li > a,
.alert-error #footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu > li > a,
#footer-top .block-menu-block-menu-main-menu---french .alert-error .menu-block-wrapper > .menu > li > a {
  color: #b94a48;
}

/* line 56, ../library/bootstrap/sass/bootstrap/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}

/* line 61, ../library/bootstrap/sass/bootstrap/_alerts.scss */
.alert-info h4, .alert-info #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu > li > a, #footer-top .block-menu-block-main-menu .alert-info .menu-block-wrapper > .menu > li > a,
.alert-info #footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu > li > a,
#footer-top .block-menu-block-menu-main-menu---french .alert-info .menu-block-wrapper > .menu > li > a {
  color: #3a87ad;
}

/* line 69, ../library/bootstrap/sass/bootstrap/_alerts.scss */
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

/* line 73, ../library/bootstrap/sass/bootstrap/_alerts.scss */
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

/* line 77, ../library/bootstrap/sass/bootstrap/_alerts.scss */
.alert-block p + p {
  margin-top: 5px;
}

/* line 6, ../library/bootstrap/sass/bootstrap/_pagination.scss */
.pagination {
  margin: 24px 0;
}

/* line 10, ../library/bootstrap/sass/bootstrap/_pagination.scss */
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 21, ../library/bootstrap/sass/bootstrap/_pagination.scss */
.pagination ul > li {
  display: inline;
}

/* line 24, ../library/bootstrap/sass/bootstrap/_pagination.scss */
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 24px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0;
}

/* line 34, ../library/bootstrap/sass/bootstrap/_pagination.scss */
.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

/* line 39, ../library/bootstrap/sass/bootstrap/_pagination.scss */
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #c3c3c3;
  cursor: default;
}

/* line 44, ../library/bootstrap/sass/bootstrap/_pagination.scss */
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  color: #c3c3c3;
  background-color: transparent;
  cursor: default;
}

/* line 51, ../library/bootstrap/sass/bootstrap/_pagination.scss */
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px;
}

/* line 56, ../library/bootstrap/sass/bootstrap/_pagination.scss */
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
}

/* line 65, ../library/bootstrap/sass/bootstrap/_pagination.scss */
.pagination-centered {
  text-align: center;
}

/* line 68, ../library/bootstrap/sass/bootstrap/_pagination.scss */
.pagination-right {
  text-align: right;
}

/* line 78, ../library/bootstrap/sass/bootstrap/_pagination.scss */
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 18.75px;
}
/* line 83, ../library/bootstrap/sass/bootstrap/_pagination.scss */
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
/* line 87, ../library/bootstrap/sass/bootstrap/_pagination.scss */
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

/* line 96, ../library/bootstrap/sass/bootstrap/_pagination.scss */
.pagination-mini ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > a,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
/* line 100, ../library/bootstrap/sass/bootstrap/_pagination.scss */
.pagination-mini ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > a,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}

/* line 108, ../library/bootstrap/sass/bootstrap/_pagination.scss */
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 12.75px;
}

/* line 116, ../library/bootstrap/sass/bootstrap/_pagination.scss */
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0px 6px;
  font-size: 11.25px;
}

/* line 6, ../library/bootstrap/sass/bootstrap/_pager.scss */
.pager {
  margin: 24px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
/* line 14, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.pager:before, .pager:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.pager:after {
  clear: both;
}

/* line 12, ../library/bootstrap/sass/bootstrap/_pager.scss */
.pager li {
  display: inline;
}

/* line 15, ../library/bootstrap/sass/bootstrap/_pager.scss */
.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;
}

/* line 23, ../library/bootstrap/sass/bootstrap/_pager.scss */
.pager li > a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 27, ../library/bootstrap/sass/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 31, ../library/bootstrap/sass/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 35, ../library/bootstrap/sass/bootstrap/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #c3c3c3;
  background-color: #fff;
  cursor: default;
}

/* line 7, ../library/bootstrap/sass/bootstrap/_accordion.scss */
.accordion {
  margin-bottom: 24px;
}

/* line 12, ../library/bootstrap/sass/bootstrap/_accordion.scss */
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/* line 17, ../library/bootstrap/sass/bootstrap/_accordion.scss */
.accordion-heading {
  border-bottom: 0;
}

/* line 20, ../library/bootstrap/sass/bootstrap/_accordion.scss */
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

/* line 26, ../library/bootstrap/sass/bootstrap/_accordion.scss */
.accordion-toggle {
  cursor: pointer;
}

/* line 31, ../library/bootstrap/sass/bootstrap/_accordion.scss */
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

/* line 7, ../library/bootstrap/sass/bootstrap/_utilities.scss */
.pull-right {
  float: right;
}

/* line 10, ../library/bootstrap/sass/bootstrap/_utilities.scss */
.pull-left {
  float: left;
}

/* line 15, ../library/bootstrap/sass/bootstrap/_utilities.scss */
.hide {
  display: none;
}

/* line 18, ../library/bootstrap/sass/bootstrap/_utilities.scss */
.show {
  display: block;
}

/* line 23, ../library/bootstrap/sass/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 28, ../library/bootstrap/sass/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

/* line 33, ../library/bootstrap/sass/bootstrap/_utilities.scss */
.clearfix {
  *zoom: 1;
}
/* line 14, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.clearfix:after {
  clear: both;
}

/* line 38, ../library/bootstrap/sass/bootstrap/_utilities.scss */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 43, ../library/bootstrap/sass/bootstrap/_utilities.scss */
.input-block-level {
  display: block;
  width: 100%;
  min-height: 34px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@-ms-viewport {
  width: device-width;
}
/* line 7, ../library/bootstrap/sass/bootstrap/_responsive-utilities.scss */
.clearfix {
  *zoom: 1;
}
/* line 14, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.clearfix:after {
  clear: both;
}

/* line 12, ../library/bootstrap/sass/bootstrap/_responsive-utilities.scss */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 17, ../library/bootstrap/sass/bootstrap/_responsive-utilities.scss */
.input-block-level {
  display: block;
  width: 100%;
  min-height: 34px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 23, ../library/bootstrap/sass/bootstrap/_responsive-utilities.scss */
.hidden {
  display: none;
  visibility: hidden;
}

/* line 31, ../library/bootstrap/sass/bootstrap/_responsive-utilities.scss */
.visible-phone {
  display: none !important;
}

/* line 32, ../library/bootstrap/sass/bootstrap/_responsive-utilities.scss */
.visible-tablet {
  display: none !important;
}

/* line 35, ../library/bootstrap/sass/bootstrap/_responsive-utilities.scss */
.hidden-desktop {
  display: none !important;
}

/* line 36, ../library/bootstrap/sass/bootstrap/_responsive-utilities.scss */
.visible-desktop {
  display: inherit !important;
}

@media (min-width: 768px) and (max-width: 979px) {
  /* line 41, ../library/bootstrap/sass/bootstrap/_responsive-utilities.scss */
  .hidden-desktop {
    display: inherit !important;
  }

  /* line 42, ../library/bootstrap/sass/bootstrap/_responsive-utilities.scss */
  .visible-desktop {
    display: none !important;
  }

  /* line 44, ../library/bootstrap/sass/bootstrap/_responsive-utilities.scss */
  .visible-tablet {
    display: inherit !important;
  }

  /* line 46, ../library/bootstrap/sass/bootstrap/_responsive-utilities.scss */
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  /* line 52, ../library/bootstrap/sass/bootstrap/_responsive-utilities.scss */
  .hidden-desktop {
    display: inherit !important;
  }

  /* line 53, ../library/bootstrap/sass/bootstrap/_responsive-utilities.scss */
  .visible-desktop {
    display: none !important;
  }

  /* line 55, ../library/bootstrap/sass/bootstrap/_responsive-utilities.scss */
  .visible-phone {
    display: inherit !important;
  }

  /* line 57, ../library/bootstrap/sass/bootstrap/_responsive-utilities.scss */
  .hidden-phone {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  /* line 550, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .row, #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu,
  #footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu, .region-header {
    margin-left: -20px;
    *zoom: 1;
  }
  /* line 14, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .row:before, #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu:before,
  #footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu:before, .region-header:before, .row:after, #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu:after,
  #footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu:after, .region-header:after {
    display: table;
    content: "";
    line-height: 0;
  }
  /* line 22, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .row:after, #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu:after,
  #footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu:after, .region-header:after {
    clear: both;
  }

  /* line 555, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  [class*="span"], #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu > li,
  #footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu > li {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }

  /* line 562, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }

  /* line 576, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .span12 {
    width: 724px;
  }

  /* line 576, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .span11 {
    width: 662px;
  }

  /* line 576, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .span10 {
    width: 600px;
  }

  /* line 576, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .span9 {
    width: 538px;
  }

  /* line 576, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .span8 {
    width: 476px;
  }

  /* line 576, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .span7 {
    width: 414px;
  }

  /* line 576, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .span6 {
    width: 352px;
  }

  /* line 576, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .span5 {
    width: 290px;
  }

  /* line 576, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .span4 {
    width: 228px;
  }

  /* line 576, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .span3 {
    width: 166px;
  }

  /* line 576, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .span2, #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu > li,
  #footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu > li {
    width: 104px;
  }

  /* line 576, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .span1 {
    width: 42px;
  }

  /* line 583, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .offset12 {
    margin-left: 764px;
  }

  /* line 583, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .offset11 {
    margin-left: 702px;
  }

  /* line 583, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .offset10 {
    margin-left: 640px;
  }

  /* line 583, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .offset9 {
    margin-left: 578px;
  }

  /* line 583, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .offset8 {
    margin-left: 516px;
  }

  /* line 583, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .offset7 {
    margin-left: 454px;
  }

  /* line 583, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .offset6 {
    margin-left: 392px;
  }

  /* line 583, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .offset5 {
    margin-left: 330px;
  }

  /* line 583, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .offset4 {
    margin-left: 268px;
  }

  /* line 583, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .offset3 {
    margin-left: 206px;
  }

  /* line 583, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .offset2 {
    margin-left: 144px;
  }

  /* line 583, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .offset1 {
    margin-left: 82px;
  }

  /* line 599, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  /* line 14, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  /* line 22, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .row-fluid:after {
    clear: both;
  }
  /* line 602, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .row-fluid [class*="span"], .row-fluid #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu > li, #footer-top .block-menu-block-main-menu .row-fluid .menu-block-wrapper > .menu > li,
  .row-fluid #footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu > li,
  #footer-top .block-menu-block-menu-main-menu---french .row-fluid .menu-block-wrapper > .menu > li {
    display: block;
    width: 100%;
    min-height: 34px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.76243%;
    *margin-left: 2.70935%;
  }
  /* line 608, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .row-fluid [class*="span"]:first-child, .row-fluid #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu > li:first-child, #footer-top .block-menu-block-main-menu .row-fluid .menu-block-wrapper > .menu > li:first-child,
  .row-fluid #footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu > li:first-child,
  #footer-top .block-menu-block-menu-main-menu---french .row-fluid .menu-block-wrapper > .menu > li:first-child {
    margin-left: 0;
  }
  /* line 613, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .row-fluid .controls-row [class*="span"] + [class*="span"], .row-fluid .controls-row #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu > li + [class*="span"], #footer-top .block-menu-block-main-menu .row-fluid .controls-row .menu-block-wrapper > .menu > li + [class*="span"],
  .row-fluid .controls-row #footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu > li + [class*="span"],
  #footer-top .block-menu-block-menu-main-menu---french .row-fluid .controls-row .menu-block-wrapper > .menu > li + [class*="span"], .row-fluid .controls-row #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu > [class*="span"] + li, #footer-top .block-menu-block-main-menu .row-fluid .controls-row .menu-block-wrapper > .menu > [class*="span"] + li, .row-fluid .controls-row #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu > li + li, #footer-top .block-menu-block-main-menu .row-fluid .controls-row .menu-block-wrapper > .menu > li + li,
  .row-fluid .controls-row #footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu > [class*="span"] + li,
  #footer-top .block-menu-block-menu-main-menu---french .row-fluid .controls-row .menu-block-wrapper > .menu > [class*="span"] + li,
  .row-fluid .controls-row #footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu > li + li,
  #footer-top .block-menu-block-menu-main-menu---french .row-fluid .controls-row .menu-block-wrapper > .menu > li + li {
    margin-left: 2.76243%;
  }
  /* line 625, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94692%;
  }
  /* line 625, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .row-fluid .span11 {
    width: 91.43646%;
    *width: 91.38339%;
  }
  /* line 625, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .row-fluid .span10 {
    width: 82.87293%;
    *width: 82.81985%;
  }
  /* line 625, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .row-fluid .span9 {
    width: 74.30939%;
    *width: 74.25631%;
  }
  /* line 625, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .row-fluid .span8 {
    width: 65.74586%;
    *width: 65.69278%;
  }
  /* line 625, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .row-fluid .span7 {
    width: 57.18232%;
    *width: 57.12924%;
  }
  /* line 625, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .row-fluid .span6 {
    width: 48.61878%;
    *width: 48.56571%;
  }
  /* line 625, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .row-fluid .span5 {
    width: 40.05525%;
    *width: 40.00217%;
  }
  /* line 625, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .row-fluid .span4 {
    width: 31.49171%;
    *width: 31.43863%;
  }
  /* line 625, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .row-fluid .span3 {
    width: 22.92818%;
    *width: 22.8751%;
  }
  /* line 625, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .row-fluid .span2, .row-fluid #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu > li, #footer-top .block-menu-block-main-menu .row-fluid .menu-block-wrapper > .menu > li,
  .row-fluid #footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu > li,
  #footer-top .block-menu-block-menu-main-menu---french .row-fluid .menu-block-wrapper > .menu > li {
    width: 14.36464%;
    *width: 14.31156%;
  }
  /* line 625, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .row-fluid .span1 {
    width: 5.8011%;
    *width: 5.74803%;
  }
  /* line 632, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .row-fluid .offset12 {
    margin-left: 105.52486%;
    *margin-left: 105.4187%;
  }
  /* line 633, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .row-fluid .offset12:first-child {
    margin-left: 102.76243%;
    *margin-left: 102.65627%;
  }
  /* line 632, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .row-fluid .offset11 {
    margin-left: 96.96133%;
    *margin-left: 96.85517%;
  }
  /* line 633, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .row-fluid .offset11:first-child {
    margin-left: 94.1989%;
    *margin-left: 94.09274%;
  }
  /* line 632, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .row-fluid .offset10 {
    margin-left: 88.39779%;
    *margin-left: 88.29163%;
  }
  /* line 633, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .row-fluid .offset10:first-child {
    margin-left: 85.63536%;
    *margin-left: 85.5292%;
  }
  /* line 632, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .row-fluid .offset9 {
    margin-left: 79.83425%;
    *margin-left: 79.7281%;
  }
  /* line 633, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .row-fluid .offset9:first-child {
    margin-left: 77.07182%;
    *margin-left: 76.96567%;
  }
  /* line 632, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .row-fluid .offset8 {
    margin-left: 71.27072%;
    *margin-left: 71.16456%;
  }
  /* line 633, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .row-fluid .offset8:first-child {
    margin-left: 68.50829%;
    *margin-left: 68.40213%;
  }
  /* line 632, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .row-fluid .offset7 {
    margin-left: 62.70718%;
    *margin-left: 62.60103%;
  }
  /* line 633, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .row-fluid .offset7:first-child {
    margin-left: 59.94475%;
    *margin-left: 59.83859%;
  }
  /* line 632, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .row-fluid .offset6 {
    margin-left: 54.14365%;
    *margin-left: 54.03749%;
  }
  /* line 633, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .row-fluid .offset6:first-child {
    margin-left: 51.38122%;
    *margin-left: 51.27506%;
  }
  /* line 632, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .row-fluid .offset5 {
    margin-left: 45.58011%;
    *margin-left: 45.47395%;
  }
  /* line 633, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .row-fluid .offset5:first-child {
    margin-left: 42.81768%;
    *margin-left: 42.71152%;
  }
  /* line 632, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .row-fluid .offset4 {
    margin-left: 37.01657%;
    *margin-left: 36.91042%;
  }
  /* line 633, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .row-fluid .offset4:first-child {
    margin-left: 34.25414%;
    *margin-left: 34.14799%;
  }
  /* line 632, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .row-fluid .offset3 {
    margin-left: 28.45304%;
    *margin-left: 28.34688%;
  }
  /* line 633, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .row-fluid .offset3:first-child {
    margin-left: 25.69061%;
    *margin-left: 25.58445%;
  }
  /* line 632, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .row-fluid .offset2 {
    margin-left: 19.8895%;
    *margin-left: 19.78335%;
  }
  /* line 633, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .row-fluid .offset2:first-child {
    margin-left: 17.12707%;
    *margin-left: 17.02091%;
  }
  /* line 632, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .row-fluid .offset1 {
    margin-left: 11.32597%;
    *margin-left: 11.21981%;
  }
  /* line 633, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .row-fluid .offset1:first-child {
    margin-left: 8.56354%;
    *margin-left: 8.45738%;
  }

  /* line 656, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }

  /* line 663, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  .controls-row [class*="span"] + [class*="span"], .controls-row #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu > li + [class*="span"], #footer-top .block-menu-block-main-menu .controls-row .menu-block-wrapper > .menu > li + [class*="span"],
  .controls-row #footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu > li + [class*="span"],
  #footer-top .block-menu-block-menu-main-menu---french .controls-row .menu-block-wrapper > .menu > li + [class*="span"], .controls-row #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu > [class*="span"] + li, #footer-top .block-menu-block-main-menu .controls-row .menu-block-wrapper > .menu > [class*="span"] + li, .controls-row #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu > li + li, #footer-top .block-menu-block-main-menu .controls-row .menu-block-wrapper > .menu > li + li,
  .controls-row #footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu > [class*="span"] + li,
  #footer-top .block-menu-block-menu-main-menu---french .controls-row .menu-block-wrapper > .menu > [class*="span"] + li,
  .controls-row #footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu > li + li,
  #footer-top .block-menu-block-menu-main-menu---french .controls-row .menu-block-wrapper > .menu > li + li {
    margin-left: 20px;
  }

  /* line 673, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px;
  }

  /* line 673, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px;
  }

  /* line 673, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px;
  }

  /* line 673, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px;
  }

  /* line 673, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px;
  }

  /* line 673, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px;
  }

  /* line 673, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px;
  }

  /* line 673, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px;
  }

  /* line 673, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px;
  }

  /* line 673, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px;
  }

  /* line 673, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  input.span2,
  textarea.span2,
  .uneditable-input.span2,
  #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu > li.uneditable-input,
  #footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu > li.uneditable-input {
    width: 90px;
  }

  /* line 673, ../library/bootstrap/sass/bootstrap/_mixins.scss */
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px;
  }
}
@media (max-width: 767px) {
  /* line 9, ../library/bootstrap/sass/bootstrap/_responsive-767px-max.scss */
  body {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* line 14, ../library/bootstrap/sass/bootstrap/_responsive-767px-max.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }

  /* line 21, ../library/bootstrap/sass/bootstrap/_responsive-767px-max.scss */
  .container-fluid {
    padding: 0;
  }

  /* line 29, ../library/bootstrap/sass/bootstrap/_responsive-767px-max.scss */
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  /* line 35, ../library/bootstrap/sass/bootstrap/_responsive-767px-max.scss */
  .dl-horizontal dd {
    margin-left: 0;
  }

  /* line 43, ../library/bootstrap/sass/bootstrap/_responsive-767px-max.scss */
  .container {
    width: auto;
  }

  /* line 47, ../library/bootstrap/sass/bootstrap/_responsive-767px-max.scss */
  .row-fluid {
    width: 100%;
  }

  /* line 51, ../library/bootstrap/sass/bootstrap/_responsive-767px-max.scss */
  .row, #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu,
  #footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu, .region-header,
  .thumbnails {
    margin-left: 0;
  }

  /* line 55, ../library/bootstrap/sass/bootstrap/_responsive-767px-max.scss */
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }

  /* line 60, ../library/bootstrap/sass/bootstrap/_responsive-767px-max.scss */
  [class*="span"], #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu > li,
  #footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu > li,
  .uneditable-input[class*="span"],
  #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu > li.uneditable-input,
  #footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu > li.uneditable-input,
  .row-fluid [class*="span"],
  .row-fluid #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu > li,
  #footer-top .block-menu-block-main-menu .row-fluid .menu-block-wrapper > .menu > li,
  .row-fluid #footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu > li,
  #footer-top .block-menu-block-menu-main-menu---french .row-fluid .menu-block-wrapper > .menu > li {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 69, ../library/bootstrap/sass/bootstrap/_responsive-767px-max.scss */
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 74, ../library/bootstrap/sass/bootstrap/_responsive-767px-max.scss */
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }

  /* line 81, ../library/bootstrap/sass/bootstrap/_responsive-767px-max.scss */
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 34px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 91, ../library/bootstrap/sass/bootstrap/_responsive-767px-max.scss */
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }

  /* line 98, ../library/bootstrap/sass/bootstrap/_responsive-767px-max.scss */
  .controls-row [class*="span"] + [class*="span"], .controls-row #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu > li + [class*="span"], #footer-top .block-menu-block-main-menu .controls-row .menu-block-wrapper > .menu > li + [class*="span"],
  .controls-row #footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu > li + [class*="span"],
  #footer-top .block-menu-block-menu-main-menu---french .controls-row .menu-block-wrapper > .menu > li + [class*="span"], .controls-row #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu > [class*="span"] + li, #footer-top .block-menu-block-main-menu .controls-row .menu-block-wrapper > .menu > [class*="span"] + li, .controls-row #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu > li + li, #footer-top .block-menu-block-main-menu .controls-row .menu-block-wrapper > .menu > li + li,
  .controls-row #footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu > [class*="span"] + li,
  #footer-top .block-menu-block-menu-main-menu---french .controls-row .menu-block-wrapper > .menu > [class*="span"] + li,
  .controls-row #footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu > li + li,
  #footer-top .block-menu-block-menu-main-menu---french .controls-row .menu-block-wrapper > .menu > li + li {
    margin-left: 0;
  }

  /* line 103, ../library/bootstrap/sass/bootstrap/_responsive-767px-max.scss */
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  /* line 110, ../library/bootstrap/sass/bootstrap/_responsive-767px-max.scss */
  .modal.fade {
    top: -100px;
  }
  /* line 111, ../library/bootstrap/sass/bootstrap/_responsive-767px-max.scss */
  .modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  /* line 124, ../library/bootstrap/sass/bootstrap/_responsive-767px-max.scss */
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }

  /* line 129, ../library/bootstrap/sass/bootstrap/_responsive-767px-max.scss */
  .page-header h1 small {
    display: block;
    line-height: 24px;
  }

  /* line 135, ../library/bootstrap/sass/bootstrap/_responsive-767px-max.scss */
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }

  /* line 142, ../library/bootstrap/sass/bootstrap/_responsive-767px-max.scss */
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  /* line 149, ../library/bootstrap/sass/bootstrap/_responsive-767px-max.scss */
  .form-horizontal .controls {
    margin-left: 0;
  }
  /* line 153, ../library/bootstrap/sass/bootstrap/_responsive-767px-max.scss */
  .form-horizontal .control-list {
    padding-top: 0;
  }
  /* line 157, ../library/bootstrap/sass/bootstrap/_responsive-767px-max.scss */
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* line 165, ../library/bootstrap/sass/bootstrap/_responsive-767px-max.scss */
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }

  /* line 172, ../library/bootstrap/sass/bootstrap/_responsive-767px-max.scss */
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }

  /* line 178, ../library/bootstrap/sass/bootstrap/_responsive-767px-max.scss */
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }

  /* line 183, ../library/bootstrap/sass/bootstrap/_responsive-767px-max.scss */
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }

  /* line 189, ../library/bootstrap/sass/bootstrap/_responsive-767px-max.scss */
  .carousel-caption {
    position: static;
  }
}
@media (max-width: 979px) {
  /* line 13, ../library/bootstrap/sass/bootstrap/_responsive-navbar.scss */
  body {
    padding-top: 0;
  }

  /* line 17, ../library/bootstrap/sass/bootstrap/_responsive-navbar.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }

  /* line 21, ../library/bootstrap/sass/bootstrap/_responsive-navbar.scss */
  .navbar-fixed-top {
    margin-bottom: 24px;
  }

  /* line 24, ../library/bootstrap/sass/bootstrap/_responsive-navbar.scss */
  .navbar-fixed-bottom {
    margin-top: 24px;
  }

  /* line 27, ../library/bootstrap/sass/bootstrap/_responsive-navbar.scss */
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }

  /* line 31, ../library/bootstrap/sass/bootstrap/_responsive-navbar.scss */
  .navbar .container {
    width: auto;
    padding: 0;
  }

  /* line 36, ../library/bootstrap/sass/bootstrap/_responsive-navbar.scss */
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }

  /* line 45, ../library/bootstrap/sass/bootstrap/_responsive-navbar.scss */
  .nav-collapse {
    clear: both;
  }

  /* line 49, ../library/bootstrap/sass/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav {
    float: none;
    margin: 0 0 12px;
  }

  /* line 53, ../library/bootstrap/sass/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav > li {
    float: none;
  }

  /* line 56, ../library/bootstrap/sass/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }

  /* line 59, ../library/bootstrap/sass/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }

  /* line 62, ../library/bootstrap/sass/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav .nav-header {
    color: #50656b;
    text-shadow: none;
  }

  /* line 67, ../library/bootstrap/sass/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #50656b;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }

  /* line 75, ../library/bootstrap/sass/bootstrap/_responsive-navbar.scss */
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }

  /* line 80, ../library/bootstrap/sass/bootstrap/_responsive-navbar.scss */
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }

  /* line 83, ../library/bootstrap/sass/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .dropdown-menu a:hover {
    background-color: #ffffff;
  }

  /* line 87, ../library/bootstrap/sass/bootstrap/_responsive-navbar.scss */
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #c3c3c3;
  }

  /* line 91, ../library/bootstrap/sass/bootstrap/_responsive-navbar.scss */
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover {
    background-color: #111111;
  }

  /* line 96, ../library/bootstrap/sass/bootstrap/_responsive-navbar.scss */
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }

  /* line 101, ../library/bootstrap/sass/bootstrap/_responsive-navbar.scss */
  .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;
  }

  /* line 115, ../library/bootstrap/sass/bootstrap/_responsive-navbar.scss */
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }

  /* line 119, ../library/bootstrap/sass/bootstrap/_responsive-navbar.scss */
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }

  /* line 123, ../library/bootstrap/sass/bootstrap/_responsive-navbar.scss */
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }

  /* line 127, ../library/bootstrap/sass/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav > li > .dropdown-menu:before, .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }

  /* line 133, ../library/bootstrap/sass/bootstrap/_responsive-navbar.scss */
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 12px 15px;
    margin: 12px 0;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  /* line 142, ../library/bootstrap/sass/bootstrap/_responsive-navbar.scss */
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }

  /* line 148, ../library/bootstrap/sass/bootstrap/_responsive-navbar.scss */
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }

  /* line 153, ../library/bootstrap/sass/bootstrap/_responsive-navbar.scss */
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }

  /* line 159, ../library/bootstrap/sass/bootstrap/_responsive-navbar.scss */
  .navbar .btn-navbar {
    display: block;
  }

  /* line 165, ../library/bootstrap/sass/bootstrap/_responsive-navbar.scss */
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 980px) {
  /* line 180, ../library/bootstrap/sass/bootstrap/_responsive-navbar.scss */
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
/* line 9, ../sass/_nav_tabs.scss */
.nav {
  margin-left: 0;
  margin-bottom: 24px;
  list-style: none;
}

/* line 16, ../sass/_nav_tabs.scss */
.nav > li > a {
  display: block;
}

/* line 22, ../sass/_nav_tabs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 27, ../sass/_nav_tabs.scss */
.nav > .pull-right {
  float: right;
}

/* line 32, ../sass/_nav_tabs.scss */
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 24px;
  color: #c3c3c3;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

/* line 43, ../sass/_nav_tabs.scss */
.nav li + .nav-header {
  margin-top: 9px;
}

/* line 52, ../sass/_nav_tabs.scss */
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
/* line 14, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.nav-tabs:before, .nav-tabs:after,
.nav-pills:before,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

/* line 56, ../sass/_nav_tabs.scss */
.nav-tabs > li,
.nav-pills > li {
  float: left;
}

/* line 60, ../sass/_nav_tabs.scss */
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

/* line 72, ../sass/_nav_tabs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 76, ../sass/_nav_tabs.scss */
.nav-tabs > li {
  margin-bottom: -1px;
}

/* line 80, ../sass/_nav_tabs.scss */
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 24px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
/* line 86, ../sass/_nav_tabs.scss */
.nav-tabs > li > a:hover {
  border-color: #f0f0f2 #f0f0f2 #ddd;
}

/* line 91, ../sass/_nav_tabs.scss */
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #bbbbbb;
  background-color: #f0f0f2;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 105, ../sass/_nav_tabs.scss */
.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;
}

/* line 114, ../sass/_nav_tabs.scss */
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #fff;
  background-color: #6f2c8a;
}

/* line 126, ../sass/_nav_tabs.scss */
.nav-stacked > li {
  float: none;
}

/* line 129, ../sass/_nav_tabs.scss */
.nav-stacked > li > a {
  margin-right: 0;
}

/* line 134, ../sass/_nav_tabs.scss */
.nav-tabs.nav-stacked {
  border-bottom: 0;
}

/* line 137, ../sass/_nav_tabs.scss */
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 141, ../sass/_nav_tabs.scss */
.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;
}

/* line 144, ../sass/_nav_tabs.scss */
.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;
}

/* line 147, ../sass/_nav_tabs.scss */
.nav-tabs.nav-stacked > li > a:hover {
  border-color: #ddd;
  z-index: 2;
}

/* line 153, ../sass/_nav_tabs.scss */
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

/* line 156, ../sass/_nav_tabs.scss */
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

/* line 169, ../sass/_nav_tabs.scss */
.tabbable {
  *zoom: 1;
}
/* line 14, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.tabbable:before, .tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.tabbable:after {
  clear: both;
}

/* line 172, ../sass/_nav_tabs.scss */
.tab-content {
  overflow: auto;
}

/* line 177, ../sass/_nav_tabs.scss */
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

/* line 184, ../sass/_nav_tabs.scss */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

/* line 188, ../sass/_nav_tabs.scss */
.tab-content > .active,
.pill-content > .active {
  display: block;
}

/* line 197, ../sass/_nav_tabs.scss */
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

/* line 200, ../sass/_nav_tabs.scss */
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

/* line 204, ../sass/_nav_tabs.scss */
.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;
}
/* line 206, ../sass/_nav_tabs.scss */
.tabs-below > .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}

/* line 211, ../sass/_nav_tabs.scss */
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}

/* line 220, ../sass/_nav_tabs.scss */
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

/* line 224, ../sass/_nav_tabs.scss */
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

/* line 232, ../sass/_nav_tabs.scss */
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

/* line 237, ../sass/_nav_tabs.scss */
.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;
}

/* line 241, ../sass/_nav_tabs.scss */
.tabs-left > .nav-tabs > li > a:hover {
  border-color: #f0f0f2 #ddd #f0f0f2 #f0f0f2;
}

/* line 244, ../sass/_nav_tabs.scss */
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #fff;
}

/* line 251, ../sass/_nav_tabs.scss */
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

/* line 256, ../sass/_nav_tabs.scss */
.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;
}

/* line 260, ../sass/_nav_tabs.scss */
.tabs-right > .nav-tabs > li > a:hover {
  border-color: #f0f0f2 #f0f0f2 #f0f0f2 #ddd;
}

/* line 263, ../sass/_nav_tabs.scss */
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #fff;
}

/* line 275, ../sass/_nav_tabs.scss */
.nav > .disabled > a {
  color: #c3c3c3;
}

/* line 279, ../sass/_nav_tabs.scss */
.nav > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}

/**
 * The skip-link link will be completely hidden until a user tabs to the link.
 * See the element-focusable rule in system.base.css.
 */
/* line 14, ../sass/_modules_default.scss */
#skip-link {
  margin: 0;
}
/* line 17, ../sass/_modules_default.scss */
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

/**
 * List of links generated by theme_links()
 */
/* line 31, ../sass/_modules_default.scss */
ul.inline {
  display: inline;
  padding: 0;
}
/* line 35, ../sass/_modules_default.scss */
ul.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
  /* LTR */
}

/**
 * =Images
 */
/* line 45, ../sass/_modules_default.scss */
.borderedimage {
  border: 1px solid #C8C8C8;
  padding: 10px;
  background-color: white;
  text-align: center;
}

/* line 51, ../sass/_modules_default.scss */
img.borderedimage {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 57, ../sass/_modules_default.scss */
.captionimage {
  font-size: 10px;
  margin-top: -15px;
}

/**
 * =Blocks
 */
/* line 65, ../sass/_modules_default.scss */
.block {
  margin-bottom: 1.5em;
}

/**
 * =Form Styling
 * Drupal specific form styling, from the Zen theme
 */
/* line 73, ../sass/_modules_default.scss */
.form-item {
  /* Wrapper for a form element (or group of form elements) and its label */
}
/* line 75, ../sass/_modules_default.scss */
.form-item .form-required {
  /* The part of the label that indicates a required field */
  color: #b94a48;
}
/* line 79, ../sass/_modules_default.scss */
.form-item .description {
  /* The descriptive help text (separate from the label) */
  font-size: 0.85em;
}
/* line 83, ../sass/_modules_default.scss */
.form-checkboxes .form-item, .form-radios .form-item {
  /* Pack groups of checkboxes and radio buttons closer together */
  margin: 0;
  /* Drupal core uses "0.4em 0" */
}

/* line 89, ../sass/_modules_default.scss */
html.js fieldset.collapsed {
  height: auto;
}

/* line 93, ../sass/_modules_default.scss */
.form-submit {
  /* The submit button */
}

/* line 97, ../sass/_modules_default.scss */
.container-inline div,
.container-inline label {
  /* Inline labels and form divs */
  display: inline;
}

/* line 103, ../sass/_modules_default.scss */
.tips {
  /* Tips for Drupal's input formats */
}

/* line 106, ../sass/_modules_default.scss */
a.button {
  /* Buttons used by contrib modules like Media */
  -moz-appearance: button;
  -webkit-appearance: button;
}

/**
 * Password confirmation
 */
/* line 113, ../sass/_modules_default.scss */
.password-parent,
.confirm-parent {
  margin: 0;
}

/**
 * Search (search-block-form.tpl.php)
 */
/* line 121, ../sass/_modules_default.scss */
#block-search-form {
  /* Wrapper for the search form */
}

/**
 * Drupal's default login form block
 */
/* line 127, ../sass/_modules_default.scss */
#user-login-form {
  text-align: left;
  /**
   * OpenID
   *
   * The default styling for the OpenID login link seems to assume Garland's
   * styling of list items.
   */
}
/* line 136, ../sass/_modules_default.scss */
#user-login-form ul {
  /* OpenID creates a new ul above the login form's links. */
  margin-bottom: 0;
  /* Position OpenID's ul next to the rest of the links. */
}
/* line 140, ../sass/_modules_default.scss */
html.js #user-login-form li.openid-link,
#user-login-form li.openid-link {
  /* The "Log in using OpenID" link. */
  margin-top: 1.5em;
  margin-left: -20px;
  /* Un-do some of the padding on the ul list. */
}
/* line 146, ../sass/_modules_default.scss */
#user-login-form li.user-link {
  /* The "Cancel OpenID login" link. */
  margin-top: 1.5em;
}

/* line 151, ../sass/_modules_default.scss */
#user-login ul {
  margin: 1.5em 0;
}

/**
 * Drupal admin tables
 *
 * We overrode these styles in normalize.css, but restore them for the admin
 * section of the site.
 */
/* line 162, ../sass/_modules_default.scss */
form th {
  text-align: left;
  padding-right: 1em;
  border-bottom: 3px solid #ccc;
}
/* line 168, ../sass/_modules_default.scss */
form tbody {
  border-top: 1px solid #ccc;
}
/* line 172, ../sass/_modules_default.scss */
form tr.even {
  background-color: #fff;
}
/* line 176, ../sass/_modules_default.scss */
form table .item-list ul {
  margin: 0;
}

/* line 184, ../sass/_modules_default.scss */
.lt-ie8 tr.even th,
.lt-ie8 tr.even td,
.lt-ie8 tr.odd th,
.lt-ie8 tr.odd td {
  border-bottom: 1px solid #ccc;
  /* IE doesn't display borders on table rows */
}

/**
 * Drupal core wrongly puts this in system.menus.css. Since we override that, add it back.
 */
/* line 194, ../sass/_modules_default.scss */
td.menu-disabled {
  background: #ccc;
}

/* line 198, ../sass/_modules_default.scss */
.breadcrumb ol {
  margin-left: 0;
}

/**
 * =Twitter documentation styles
 */
/* line 205, ../sass/_modules_default.scss */
.bs-docs-example {
  position: relative;
  margin: 15px 0;
  padding: 39px 19px 14px;
  background-color: white;
  border: 1px solid #DDD;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 216, ../sass/_modules_default.scss */
.bs-docs-example::after {
  content: "Example";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  background-color: whiteSmoke;
  border: 1px solid #DDD;
  color: #9DA0A4;
  -webkit-border-radius: 4px 0 4px 0;
  -moz-border-radius: 4px 0 4px 0;
  border-radius: 4px 0 4px 0;
}

/**
 * Fix the way Drupal .warning and .error styles override .control-group.error and .control-group.warning
 */
/* line 235, ../sass/_modules_default.scss */
div.control-group.error, table tr.control-group.error,
div.control-group.warning, table tr.control-group.warning {
  background: transparent none;
}

@font-face {
  font-family: 'Montreal Serial';
  src: url("../fonts/montreal_serial-regular-webfont.eot");
  src: url("../fonts/montreal_serial-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montreal_serial-regular-webfont.woff") format("woff"), url("../fonts/montreal_serial-regular-webfont.ttf") format("truetype"), url("../fonts/montreal_serial-regular-webfont.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Montreal Serial';
  src: url("../fonts/montreal_serial-bold-webfont.eot");
  src: url("../fonts/montreal_serial-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montreal_serial-bold-webfont.woff") format("woff"), url("../fonts/montreal_serial-bold-webfont.ttf") format("truetype"), url("../fonts/montreal_serial-bold-webfont.svg") format("svg");
  font-weight: 700;
  font-style: bold;
}
/* line 31, ../sass/_type.scss */
body {
  -webkit-font-smoothing: antialiased;
}

/* line 35, ../sass/_type.scss */
body#tinymce {
  background-color: #fff;
}

/* line 39, ../sass/_type.scss */
h1, h2, h3, h4, #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu > li > a,
#footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu > li > a, h5, h6 {
  line-height: 1.4em;
}

/* line 43, ../sass/_type.scss */
h1 {
  font-size: 40px;
  color: #8d8926;
}

/* line 48, ../sass/_type.scss */
h2 {
  font-size: 26px;
}

/* line 52, ../sass/_type.scss */
h3 {
  font-size: 18px;
}

/* line 56, ../sass/_type.scss */
h4, #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu > li > a,
#footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu > li > a {
  font-size: 18px;
  color: #8d8926;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  /* line 63, ../sass/_type.scss */
  h1 {
    font-size: 28px;
  }

  /* line 67, ../sass/_type.scss */
  h2 {
    font-size: 24px;
  }
}
/* line 72, ../sass/_type.scss */
.subtitle {
  font-family: "Montreal Serial", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #6f2c8a;
}

/* line 78, ../sass/_type.scss */
p {
  margin-bottom: 24px;
}

/* line 82, ../sass/_type.scss */
hr {
  border-bottom: 1px solid #d2d2d2;
  -moz-box-shadow: 0 1px 0 0 #fff;
  -webkit-box-shadow: 0 1px 0 0 #fff;
  box-shadow: 0 1px 0 0 #fff;
}

/* line 87, ../sass/_type.scss */
table {
  margin-bottom: 24px;
}

/* line 91, ../sass/_type.scss */
th,
td {
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #333;
  vertical-align: top;
  padding: 8px;
  line-height: 24px;
  text-align: left;
  border-top: 1px solid #ddd;
}

/* line 105, ../sass/_type.scss */
th {
  font-weight: bold;
}

/* line 110, ../sass/_type.scss */
thead th {
  vertical-align: bottom;
}

/* line 115, ../sass/_type.scss */
caption + thead tr:first-child th,
caption + thead tr:first-child td,
colgroup + thead tr:first-child th,
colgroup + thead tr:first-child td,
thead:first-child tr:first-child th,
thead:first-child tr:first-child td {
  border-top: 0;
}

/* line 125, ../sass/_type.scss */
tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 131, ../sass/_type.scss */
.textcenter {
  text-align: center;
}

/* line 135, ../sass/_type.scss */
.textright {
  text-align: right;
}

/* line 139, ../sass/_type.scss */
.textleft {
  text-align: left;
}

@media (max-width: 767px) {
  /* line 144, ../sass/_type.scss */
  .textcenter-mobile {
    text-align: center;
  }
  /* line 147, ../sass/_type.scss */
  .textcenter-mobile .btn {
    margin-left: auto;
    margin-right: auto;
  }

  /* line 153, ../sass/_type.scss */
  .textright-mobile {
    text-align: right;
  }

  /* line 157, ../sass/_type.scss */
  .textleft-mobile {
    text-align: left;
  }
}
/* line 9, ../sass/_blocks.scss */
.block-block {
  margin-bottom: 30px;
}

/* line 13, ../sass/_blocks.scss */
.block-title {
  margin-bottom: 5px;
}

/* line 19, ../sass/_blocks.scss */
#sidebar-first .block-block {
  line-height: 1.1em;
}
/* line 22, ../sass/_blocks.scss */
#sidebar-first .block-block .block-title {
  font-size: 22px;
  line-height: 1.1363636363636365;
  margin-bottom: 12px;
}
/* line 28, ../sass/_blocks.scss */
#sidebar-first .block-block .btn {
  margin: 0 auto;
  padding: 7px 28px;
  -moz-box-shadow: 0 4px 2px #d8d8d8;
  -webkit-box-shadow: 0 4px 2px #d8d8d8;
  box-shadow: 0 4px 2px #d8d8d8;
}
/* line 34, ../sass/_blocks.scss */
#sidebar-first .block-block p {
  margin-bottom: 18px;
}

/* line 42, ../sass/_blocks.scss */
#footer-top .block {
  margin-bottom: 20px;
}

/* line 49, ../sass/_blocks.scss */
#footer-bottom .block {
  margin-bottom: 30px;
  color: white;
}
/* line 53, ../sass/_blocks.scss */
#footer-bottom .block h2 {
  margin-top: 0;
}
/* line 58, ../sass/_blocks.scss */
#footer-bottom .block-title {
  color: inherit;
}
/* line 63, ../sass/_blocks.scss */
#footer-bottom .block-webform input {
  margin-bottom: 0;
}
/* line 67, ../sass/_custom.scss */
#footer-bottom .block-webform input[type="text"],
#footer-bottom .block-webform input[type="password"],
#footer-bottom .block-webform input[type="datetime"],
#footer-bottom .block-webform input[type="datetime-local"],
#footer-bottom .block-webform input[type="date"],
#footer-bottom .block-webform input[type="month"],
#footer-bottom .block-webform input[type="time"],
#footer-bottom .block-webform input[type="week"],
#footer-bottom .block-webform input[type="number"],
#footer-bottom .block-webform input[type="email"],
#footer-bottom .block-webform input[type="url"],
#footer-bottom .block-webform input[type="search"],
#footer-bottom .block-webform input[type="tel"],
#footer-bottom .block-webform input[type="color"],
#footer-bottom .block-webform textarea {
  border-color: #6f2c8a;
}
/* line 78, ../sass/_blocks.scss */
#footer-bottom .block-webform label {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
/* line 82, ../sass/_blocks.scss */
#footer-bottom .block-webform input {
  width: 100%;
  height: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 89, ../sass/_blocks.scss */
#footer-bottom #webform-component-first-name {
  width: 47.5%;
  float: left;
}
/* line 94, ../sass/_blocks.scss */
#footer-bottom #webform-component-last-name {
  width: 47.5%;
  float: right;
}
/* line 99, ../sass/_blocks.scss */
#footer-bottom #webform-component-email-address {
  clear: both;
}

/* line 106, ../sass/_blocks.scss */
.lt-ie8 #footer-bottom #block-webform-client-block-5460 label {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

/* line 113, ../sass/_blocks.scss */
.block-twitter,
.block-twitter-pull {
  font-size: 13px;
  line-height: 1.4em;
  margin-top: 36px;
}
/* line 119, ../sass/_blocks.scss */
.block-twitter .block-title,
.block-twitter-pull .block-title {
  font-size: 20px;
  color: #8d8926;
  text-transform: uppercase;
  height: 5px;
  line-height: 1em;
  background-color: #c2b434;
  margin-top: 7.5px;
  margin-bottom: 19.5px;
  margin: 50px 0 30px 0;
}
/* line 129, ../sass/_custom.scss */
.block-twitter .block-title span,
.block-twitter-pull .block-title span {
  position: relative;
  top: -0.5em;
  background-color: #f0f0f2;
  padding-right: 10px;
}
/* line 124, ../sass/_blocks.scss */
.block-twitter li,
.block-twitter-pull li {
  line-height: inherit;
}
/* line 128, ../sass/_blocks.scss */
.block-twitter .tweets-pulled-listing,
.block-twitter-pull .tweets-pulled-listing {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  border: none;
}
/* line 132, ../sass/_blocks.scss */
.block-twitter .tweet-authorphoto,
.block-twitter-pull .tweet-authorphoto {
  display: none;
}
/* line 136, ../sass/_blocks.scss */
.block-twitter .tweet-author,
.block-twitter-pull .tweet-author {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
/* line 140, ../sass/_blocks.scss */
.block-twitter .tweet-text,
.block-twitter-pull .tweet-text {
  display: block;
  margin-bottom: 5px;
}
/* line 145, ../sass/_blocks.scss */
.block-twitter .tweet-meta,
.block-twitter-pull .tweet-meta {
  background: transparent url("../images/tweet-border.png") top left no-repeat;
  padding-top: 7px;
  padding-bottom: 14px;
}
/* line 151, ../sass/_blocks.scss */
.block-twitter .tweet-time,
.block-twitter-pull .tweet-time {
  background: transparent url("../images/tweet-bird.png") top left no-repeat;
  padding-left: 30px;
  line-height: 18px;
  float: left;
  *display: inline;
}
/* line 159, ../sass/_blocks.scss */
.block-twitter .tweet-controls,
.block-twitter-pull .tweet-controls {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  border: none;
  float: right;
  *display: inline;
}
/* line 164, ../sass/_blocks.scss */
.block-twitter .tweet-controls li,
.block-twitter-pull .tweet-controls li {
  float: left;
  padding-left: 5px;
}
/* line 168, ../sass/_blocks.scss */
.block-twitter .tweet-controls li.first,
.block-twitter-pull .tweet-controls li.first {
  padding-left: 0;
}
/* line 173, ../sass/_blocks.scss */
.block-twitter .tweet-controls a,
.block-twitter-pull .tweet-controls a {
  display: inline-block;
  background: transparent url("../images/tweet-controls.png") center center no-repeat;
  width: 18px;
  height: 18px;
  overflow: hidden;
  text-indent: -9999px;
}
/* line 177, ../sass/_blocks.scss */
.block-twitter .tweet-controls a.tweet-reply,
.block-twitter-pull .tweet-controls a.tweet-reply {
  background-position: 0 0;
}
/* line 181, ../sass/_blocks.scss */
.block-twitter .tweet-controls a.tweet-retweet,
.block-twitter-pull .tweet-controls a.tweet-retweet {
  background-position: -18px 0;
}
/* line 185, ../sass/_blocks.scss */
.block-twitter .tweet-controls a.tweet-favorite,
.block-twitter-pull .tweet-controls a.tweet-favorite {
  background-position: -36px 0;
}
/* line 191, ../sass/_blocks.scss */
.block-twitter .tweet-profile,
.block-twitter-pull .tweet-profile {
  border-top: 1px solid #d2d2d2;
  padding-top: 10px;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  text-align: right;
}

@media (max-width: 767px) {
  /* line 198, ../sass/_blocks.scss */
  .block-twitter-pull {
    display: none;
  }
}
/* line 204, ../sass/_blocks.scss */
#block-views-post-listings-block-1, #block-views-post-listings-block-2 {
  font-size: 13px;
  line-height: 1.4em;
  margin-top: 36px;
}
/* line 209, ../sass/_blocks.scss */
#block-views-post-listings-block-1 .block-title, #block-views-post-listings-block-2 .block-title {
  font-size: 20px;
  color: #8d8926;
  text-transform: uppercase;
  height: 5px;
  line-height: 1em;
  background-color: #c2b434;
  margin-top: 7.5px;
  margin-bottom: 19.5px;
  margin: 50px 0 30px 0;
}
/* line 129, ../sass/_custom.scss */
#block-views-post-listings-block-1 .block-title span, #block-views-post-listings-block-2 .block-title span {
  position: relative;
  top: -0.5em;
  background-color: #f0f0f2;
  padding-right: 10px;
}
/* line 214, ../sass/_blocks.scss */
#block-views-post-listings-block-1 .node-title, #block-views-post-listings-block-2 .node-title {
  clear: both;
}
/* line 218, ../sass/_blocks.scss */
#block-views-post-listings-block-1 .field-name-field-image, #block-views-post-listings-block-2 .field-name-field-image {
  display: none;
}
/* line 222, ../sass/_blocks.scss */
#block-views-post-listings-block-1 ul.links, #block-views-post-listings-block-2 ul.links {
  margin-bottom: 0;
}

/* line 228, ../sass/_blocks.scss */
.block-bean {
  margin: 0;
  padding: 0;
  border: none;
  overflow: hidden;
}
/* line 232, ../sass/_blocks.scss */
.block-bean .block-title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
/* line 236, ../sass/_blocks.scss */
.block-bean .span5.offset7 {
  width: 420px;
  margin-left: 552px;
}

/* line 244, ../sass/_blocks.scss */
#block-views-post-listings-block-posts-home .block-title {
  font-size: 20px;
  color: #8d8926;
  text-transform: uppercase;
  height: 5px;
  line-height: 1em;
  background-color: #c2b434;
  margin-top: 7.5px;
  margin-bottom: 19.5px;
}
/* line 129, ../sass/_custom.scss */
#block-views-post-listings-block-posts-home .block-title span {
  position: relative;
  top: -0.5em;
  background-color: #f0f0f2;
  padding-right: 10px;
}

/* line 255, ../sass/_blocks.scss */
.subsite-front .portal_login_badge, .subsite-no-front .portal_login_badge {
  display: none;
}

/* line 11, ../sass/_modules.scss */
.row-fluid .span-one-fifth {
  width: 17.45223%;
}

/* line 15, ../sass/_modules.scss */
.alignleft,
.alignright {
  margin-bottom: 5px;
  max-width: 60%;
}

/* line 21, ../sass/_modules.scss */
.alignleft {
  float: left;
  margin-right: 20px;
}

/* line 26, ../sass/_modules.scss */
.alignright {
  float: right;
  margin-left: 20px;
}

/* line 31, ../sass/_modules.scss */
.more-link,
ul li.node-readmore {
  font-size: 14px;
  background: transparent url("../images/more_arrow.png") no-repeat 0 50%;
  padding-left: 18px;
  font-weight: bold;
}

/* line 39, ../sass/_modules.scss */
.date-box {
  border-left: 3px solid #c2b434;
  padding-left: 7px;
  line-height: 1em;
  text-align: center;
  width: 42px;
  font-family: "Montreal Serial", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 47, ../sass/_modules.scss */
.date-box .month,
.date-box .day,
.date-box .year {
  display: block;
  color: #666;
  line-height: 1em;
}
/* line 55, ../sass/_modules.scss */
.date-box .month {
  font-size: 18px;
  text-transform: uppercase;
}
/* line 60, ../sass/_modules.scss */
.date-box .day {
  font-size: 32px;
  border-bottom: 1px solid #c2b434;
  margin-bottom: 4px;
  padding-bottom: 2px;
}
/* line 67, ../sass/_modules.scss */
.date-box .year {
  font-size: 13px;
  color: #8d8926;
  font-weight: bold;
}

/* line 75, ../sass/_modules.scss */
.btn {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 2px 38px;
  color: #fff;
  text-shadow: none;
}
/* line 82, ../sass/_modules.scss */
.btn:hover {
  color: #fff;
  text-shadow: none;
}

/* line 88, ../sass/_modules.scss */
.btn.btn-large {
  padding: 12px 45px;
}

/* line 92, ../sass/_modules.scss */
.btn-info {
  text-transform: uppercase;
}
/* line 95, ../sass/_modules.scss */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-color: #a09c39;
  background-position: 0 0;
  background-image: none;
}

/* line 104, ../sass/_modules.scss */
.btn-action:hover, .btn-action:active, .btn-action.active, .btn-action.disabled, .btn-action[disabled] {
  background-color: #3e1350;
  background-position: 0 0;
  background-image: none;
}

/* line 111, ../sass/_modules.scss */
.btn-inverse, #footer-bottom .block-webform .btn-primary,
.btn-inverse:hover,
#footer-bottom .block-webform .btn-primary:hover {
  color: #6f2c8a;
  text-shadow: none;
  border-bottom-color: #ececec;
}

/* line 120, ../sass/_modules.scss */
.view h2, .view h3 {
  color: #6f2c8a;
  font-size: 18px;
  line-height: 1.2em;
  margin-bottom: 6px;
}
/* line 127, ../sass/_modules.scss */
.view .views-row {
  margin-bottom: 24px;
}
/* line 131, ../sass/_modules.scss */
.view .more-link {
  text-align: right;
  background: transparent none;
  padding: 6px 0 0 0;
  display: block;
  border-top: 1px solid #fff;
  -moz-box-shadow: 0 -1px 0 0 #d2d2d2;
  -webkit-box-shadow: 0 -1px 0 0 #d2d2d2;
  box-shadow: 0 -1px 0 0 #d2d2d2;
}

/* line 144, ../sass/_modules.scss */
.view-id-post_listings h2, .view-id-post_listings h3 {
  margin-top: 0;
}
/* line 150, ../sass/_modules.scss */
.view-id-post_listings.view-display-id-grid h2, .view-id-post_listings.view-display-id-grid h3, .view-id-post_listings.view-display-id-block_posts_home h2, .view-id-post_listings.view-display-id-block_posts_home h3 {
  clear: left;
}
/* line 155, ../sass/_modules.scss */
.view-id-post_listings p {
  margin-bottom: 6px;
}
/* line 159, ../sass/_modules.scss */
.view-id-post_listings p:last-child {
  margin-bottom: 0;
}
/* line 163, ../sass/_modules.scss */
.view-id-post_listings ul.links {
  margin-top: 6px;
  display: block;
}
/* line 168, ../sass/_modules.scss */
.view-id-post_listings .date-box,
.view-id-post_listings .field-name-field-date {
  float: left;
  display: inline;
}
/* line 174, ../sass/_modules.scss */
.view-id-post_listings .right-side {
  margin-left: 68px;
}
/* line 178, ../sass/_modules.scss */
.view-id-post_listings .field-name-field-date,
.view-id-post_listings .field-name-field-category {
  font-family: "Montreal Serial", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1em;
  margin-bottom: 4px;
}
/* line 186, ../sass/_modules.scss */
.view-id-post_listings .field-name-field-date {
  color: #666;
}
/* line 190, ../sass/_modules.scss */
.view-id-post_listings .date {
  color: #666;
}
/* line 194, ../sass/_modules.scss */
.view-id-post_listings .field-name-field-category {
  float: left;
  display: inline;
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px solid #b0b0b1;
}
/* line 201, ../sass/_modules.scss */
.view-id-post_listings .field-name-field-category, .view-id-post_listings .field-name-field-category a {
  color: #5b2472;
}
/* line 208, ../sass/_modules.scss */
.view-id-post_listings.view-display-id-landing_2col h2 {
  font-size: 20px;
  color: #8d8926;
  text-transform: uppercase;
  height: 5px;
  line-height: 1em;
  background-color: #c2b434;
  margin-top: 7.5px;
  margin-bottom: 19.5px;
}
/* line 129, ../sass/_custom.scss */
.view-id-post_listings.view-display-id-landing_2col h2 span {
  position: relative;
  top: -0.5em;
  background-color: #f0f0f2;
  padding-right: 10px;
}
/* line 212, ../sass/_modules.scss */
.view-id-post_listings.view-display-id-landing_2col .views-row-first {
  border-bottom: 1px solid #d2d2d2;
  -moz-box-shadow: 0 1px 0 0 #fff;
  -webkit-box-shadow: 0 1px 0 0 #fff;
  box-shadow: 0 1px 0 0 #fff;
}
/* line 215, ../sass/_modules.scss */
.view-id-post_listings.view-display-id-landing_2col .views-row-first h3 {
  font-size: 26px;
}
/* line 221, ../sass/_modules.scss */
.view-id-post_listings .node {
  margin-bottom: 24px;
}

/* line 227, ../sass/_modules.scss */
.view-display-id-block_posts_home .attachment {
  margin-bottom: 24px;
}
/* line 230, ../sass/_modules.scss */
.view-display-id-block_posts_home .attachment h2, .view-display-id-block_posts_home .attachment h3 {
  font-size: 26px;
}
/* line 234, ../sass/_modules.scss */
.view-display-id-block_posts_home .attachment .field-name-field-image {
  margin-bottom: 0;
}
/* line 238, ../sass/_modules.scss */
.view-display-id-block_posts_home .attachment .field-name-field-category,
.view-display-id-block_posts_home .attachment .field-name-field-date {
  font-size: 18px;
}

@media (max-width: 767px) {
  /* line 246, ../sass/_modules.scss */
  .view-display-id-block_posts_home .attachment .field-name-field-image {
    margin-bottom: 24px;
  }
}
/* line 252, ../sass/_modules.scss */
.masthead {
  position: relative;
  margin-bottom: 24px;
  min-height: 300px;
}
/* line 257, ../sass/_modules.scss */
.masthead h1 {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 30px;
  color: #fff;
  float: left;
  max-width: 100%;
  background-color: #6f2c8a;
  background-color: rgba(111, 44, 138, 0.85);
  font-size: 40px;
  padding: 24px 26px 24px 26px;
}

/* line 274, ../sass/_modules.scss */
.lt-ie8 .masthead h1 {
  background: transparent url("../images/masthead-bg.png") top left repeat;
}

@media (max-width: 767px) {
  /* line 280, ../sass/_modules.scss */
  .masthead h1 {
    font-size: 28px;
  }
}
/* line 285, ../sass/_modules.scss */
blockquote,
.blockquote,
.blockquote-alt {
  font-size: 18px;
  padding: 16px 60px;
  margin-bottom: 4px;
  color: #6c3289;
  font-family: "Montreal Serial", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #f4f4f4;
  -moz-box-shadow: 0px 1px 2px 0px #bababa ;
  -webkit-box-shadow: 0px 1px 2px 0px #bababa ;
  box-shadow: 0px 1px 2px 0px #bababa ;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: none;
  position: relative;
}
/* line 299, ../sass/_modules.scss */
blockquote p,
.blockquote p,
.blockquote-alt p {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}
/* line 304, ../sass/_modules.scss */
blockquote + p,
.blockquote + p,
.blockquote-alt + p {
  padding-right: 74px;
  text-align: right;
}
/* line 309, ../sass/_modules.scss */
blockquote::after,
.blockquote::after,
.blockquote-alt::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -20px;
  right: 32px;
  width: 34px;
  height: 20px;
  background: transparent url("../images/blockquote_tri.png") no-repeat 0 0;
}

/* line 321, ../sass/_modules.scss */
.blockquote-alt {
  color: #fff;
  background-color: #c2b434;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 326, ../sass/_modules.scss */
.blockquote-alt::after {
  width: 33px;
  height: 14px;
  bottom: -13px;
  background: transparent url("../images/blockquote_alt_tri.png") no-repeat 0 0;
}

/* line 334, ../sass/_modules.scss */
.pullquote {
  padding: 0;
  color: #8d8926;
  margin-bottom: 24px;
  background-color: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 342, ../sass/_modules.scss */
.pullquote + p {
  padding-right: 0;
  text-align: left;
}
/* line 347, ../sass/_modules.scss */
.pullquote::before {
  display: block;
  content: '';
  width: 48px;
  height: 39px;
  background: transparent url("../images/pullquote.png") no-repeat scroll 0 0;
  float: left;
  padding-right: 12px;
  margin-top: 6px;
}
/* line 358, ../sass/_modules.scss */
.pullquote::after {
  display: inline;
  position: static;
  background: transparent none;
  width: auto;
  height: auto;
}

/* line 367, ../sass/_modules.scss */
.date-title-wrap {
  margin-bottom: 24px;
  margin-top: 8px;
}
/* line 371, ../sass/_modules.scss */
.date-title-wrap .date-box {
  float: left;
  display: inline;
  margin-top: 8px;
}
/* line 377, ../sass/_modules.scss */
.date-title-wrap h1 {
  margin-left: 72px;
  margin-bottom: 0;
  line-height: 1em;
}

/* line 384, ../sass/_modules.scss */
.field-name-field-image {
  margin-bottom: 24px;
}

/* line 388, ../sass/_modules.scss */
.lead {
  font-size: 32px;
  line-height: 1.2em;
  color: #6f2c8a;
}

@media (max-width: 767px) {
  /* line 395, ../sass/_modules.scss */
  .lead {
    font-size: 24px;
  }
}
/* line 401, ../sass/_modules.scss */
.block-search {
  float: right;
  margin-top: 8px;
  margin-right: 14px;
}
/* line 406, ../sass/_modules.scss */
.block-search .controls {
  display: inline;
}
/* line 410, ../sass/_modules.scss */
.block-search button,
.block-search .form-text {
  vertical-align: top;
}
/* line 415, ../sass/_modules.scss */
.block-search .form-text {
  font-size: 14px;
  line-height: 20px;
  height: 1em;
  width: 110px !important;
  background-color: #fff;
  -moz-border-radius-topright: 20px;
  -webkit-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  -webkit-border-bottom-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top: 1px solid #a3a1a1;
  border-right: 1px solid #a3a1a1;
  border-bottom: 1px solid #a3a1a1;
  border-left: 0;
  margin-bottom: 0;
}
/* line 430, ../sass/_modules.scss */
.block-search button {
  border: none;
  width: 26px;
  height: 22px;
  overflow: hidden;
  text-indent: -99999em;
  margin: 0;
  padding: 0;
  margin-right: -6px;
  background: #fff url("../images/search.png") no-repeat 50% 50%;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -moz-border-radius-topleft: 20px;
  -webkit-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
  -moz-border-radius-bottomleft: 20px;
  -webkit-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top: 1px solid #a3a1a1;
  border-left: 1px solid #a3a1a1;
  border-bottom: 1px solid #a3a1a1;
}
/* line 448, ../sass/_modules.scss */
.block-search form {
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 979px) {
  /* line 454, ../sass/_modules.scss */
  .block-search {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 460, ../sass/_modules.scss */
  .block-search {
    display: none;
  }

  /* line 464, ../sass/_modules.scss */
  .visible-phone .block-search {
    display: block;
    float: none;
    text-align: center;
    margin: 0;
    padding: 30px 0 14px 0;
  }
  /* line 471, ../sass/_modules.scss */
  .visible-phone .block-search button {
    background-image: url("../images/search-mobile.png");
    height: 35px;
  }
  /* line 476, ../sass/_modules.scss */
  .visible-phone .block-search input.form-text {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 80%;
    height: 27px;
    -webkit-appearance: none;
  }
}
/* line 486, ../sass/_modules.scss */
.pagination-centered {
  text-align: left;
}

/* line 490, ../sass/_modules.scss */
.pagination {
  -moz-box-shadow: inset 0 1px 0 white;
  -webkit-box-shadow: inset 0 1px 0 white;
  box-shadow: inset 0 1px 0 white;
  border-top: 1px solid #C8C8C8;
}
/* line 494, ../sass/_modules.scss */
.pagination ul {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 5px 0;
}
/* line 500, ../sass/_modules.scss */
.pagination ul > li > a {
  border: none;
  background-color: transparent;
  color: #333;
}
/* line 506, ../sass/_modules.scss */
.pagination ul > li.pager-current > a {
  color: #6f2c8a;
}
/* line 510, ../sass/_modules.scss */
.pagination ul > li.pager-previous > a,
.pagination ul > li.pager-first > a {
  padding-left: 20px;
  background: transparent url("../images/pagingation-prev.png") 0 -60px no-repeat;
}
/* line 515, ../sass/_modules.scss */
.pagination ul > li.pager-previous > a:hover,
.pagination ul > li.pager-first > a:hover {
  background-position: 0 7px;
}
/* line 520, ../sass/_modules.scss */
.pagination ul > li.pager-next > a,
.pagination ul > li.pager-last > a {
  padding-right: 20px;
  background: transparent url("../images/pagination-next.png") 100% -60px no-repeat;
}
/* line 525, ../sass/_modules.scss */
.pagination ul > li.pager-next > a:hover,
.pagination ul > li.pager-last > a:hover {
  background-position: 100% 7px;
}

/* line 532, ../sass/_modules.scss */
.pod-likes {
  border-top: 1px solid #d2d2d2;
  padding-top: 10px;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  margin-top: 20px;
}
/* line 536, ../sass/_modules.scss */
.pod-likes .pod-likes-title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
/* line 540, ../sass/_modules.scss */
.pod-likes .pod-likes-item {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 544, ../sass/_modules.scss */
.pod-likes .pod-likes-facebook {
  margin-top: 2px;
}

/* line 550, ../sass/_modules.scss */
.flickr-photoset {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  border: none;
}
/* line 554, ../sass/_modules.scss */
.flickr-photoset li {
  float: left;
  margin-right: 30px;
  margin-bottom: 12px;
}
/* line 561, ../sass/_modules.scss */
.flickr-photoset.flickr-thumb-s li:nth-child(6n + 6) {
  margin-right: 0;
}
/* line 565, ../sass/_modules.scss */
.flickr-photoset.flickr-thumb-s li:nth-child(6n + 7) {
  clear: left;
}
/* line 571, ../sass/_modules.scss */
.flickr-photoset.flickr-thumb-q li:nth-child(4n + 4) {
  margin-right: 0;
}
/* line 575, ../sass/_modules.scss */
.flickr-photoset.flickr-thumb-q li:nth-child(4n + 5) {
  clear: left;
}

@media (min-width: 768px) and (max-width: 979px) {
  /* line 585, ../sass/_modules.scss */
  .flickr-photoset.flickr-thumb-q li:nth-child(4n + 4) {
    margin-right: 30px;
  }
  /* line 589, ../sass/_modules.scss */
  .flickr-photoset.flickr-thumb-q li:nth-child(4n + 5) {
    clear: none;
  }
  /* line 593, ../sass/_modules.scss */
  .flickr-photoset.flickr-thumb-q li:nth-child(3n + 3) {
    margin-right: 0;
  }
  /* line 597, ../sass/_modules.scss */
  .flickr-photoset.flickr-thumb-q li:nth-child(3n + 4) {
    clear: left;
  }
  /* line 603, ../sass/_modules.scss */
  .flickr-photoset.flickr-thumb-s li:nth-child(6n + 6) {
    margin-right: 30px;
  }
  /* line 607, ../sass/_modules.scss */
  .flickr-photoset.flickr-thumb-s li:nth-child(6n + 7) {
    clear: none;
  }
  /* line 611, ../sass/_modules.scss */
  .flickr-photoset.flickr-thumb-s li:nth-child(5n + 5) {
    margin-right: 0;
  }
  /* line 615, ../sass/_modules.scss */
  .flickr-photoset.flickr-thumb-s li:nth-child(5n + 6) {
    clear: left;
  }
}
@media (max-width: 767px) {
  /* line 628, ../sass/_modules.scss */
  .flickr-photoset.flickr-thumb-q li:nth-child(4n + 4),
  .flickr-photoset.flickr-thumb-q li:nth-child(3n + 3) {
    margin-right: 30px;
  }
  /* line 633, ../sass/_modules.scss */
  .flickr-photoset.flickr-thumb-q li:nth-child(4n + 5),
  .flickr-photoset.flickr-thumb-q li:nth-child(3n + 4) {
    clear: none;
  }
  /* line 642, ../sass/_modules.scss */
  .flickr-photoset.flickr-thumb-s li:nth-child(6n + 6),
  .flickr-photoset.flickr-thumb-s li:nth-child(5n + 5) {
    margin-right: 30px;
  }
  /* line 647, ../sass/_modules.scss */
  .flickr-photoset.flickr-thumb-s li:nth-child(6n + 7),
  .flickr-photoset.flickr-thumb-s li:nth-child(5n + 6) {
    clear: none;
  }
}
/* line 655, ../sass/_modules.scss */
.alert ul p {
  margin-bottom: 0;
}

/* line 662, ../sass/_modules.scss */
.donate-block-alternate {
  background-color: #8d8926;
  padding: 12px;
  margin-bottom: 24px;
}
/* line 667, ../sass/_modules.scss */
.donate-block-alternate h1, .donate-block-alternate h2, .donate-block-alternate h3, .donate-block-alternate h4, .donate-block-alternate #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu > li > a, #footer-top .block-menu-block-main-menu .donate-block-alternate .menu-block-wrapper > .menu > li > a,
.donate-block-alternate #footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu > li > a,
#footer-top .block-menu-block-menu-main-menu---french .donate-block-alternate .menu-block-wrapper > .menu > li > a, .donate-block-alternate h5, .donate-block-alternate h6 {
  color: #fff;
}
/* line 671, ../sass/_modules.scss */
.donate-block-alternate .block-title {
  margin-top: 0;
}
/* line 675, ../sass/_modules.scss */
#sidebar-first .donate-block-alternate .btn {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  text-transform: uppercase;
}

/* line 687, ../sass/_modules.scss */
#content img.hover-opacity:hover,
#content img.hover-opacity:focus {
  opacity: 0.8;
}

/* line 693, ../sass/_modules.scss */
.tittm-ad {
  background-color: #a3d869;
  max-width: 480px;
  text-align: center;
  padding-bottom: 6px;
}
/* line 699, ../sass/_modules.scss */
.tittm-ad p.first {
  margin-bottom: 10px !important;
}
/* line 703, ../sass/_modules.scss */
.tittm-ad img {
  width: 100%;
  max-width: 480px;
}
/* line 707, ../sass/_modules.scss */
.tittm-ad img.borderedimage {
  background: transparent;
  border: none;
  max-width: 190px;
}
/* line 714, ../sass/_modules.scss */
.tittm-ad img.tittm-ad-slogan {
  width: auto;
}
/* line 718, ../sass/_modules.scss */
.tittm-ad a.btn {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  color: #a3d869;
  margin-left: auto;
  margin-right: auto;
}

/* line 727, ../sass/_modules.scss */
.survivor-ad {
  background-color: #d9d18a;
}
/* line 729, ../sass/_modules.scss */
.survivor-ad .survivor-body {
  padding: 15px 5px;
  line-height: 1.4;
}
/* line 733, ../sass/_modules.scss */
.survivor-ad a {
  color: #FFF !important;
}

@media (min-width: 768px) and (max-width: 979px) {
  /* line 739, ../sass/_modules.scss */
  .tittm-ad img.tittm-ad-slogan {
    max-width: 150px;
  }
}
/* line 745, ../sass/_modules.scss */
.date-title-wrap .date-box .year:before {
  content: " ";
}

/**
 * @todo may or may not be helpful for lfc
 */
/**
 * Blog Styling
 */
/* line 10, ../sass/_blog.scss */
.view-blog.view-blog-recent {
  margin-top: 20px;
  border-top: 1px solid #f0f0f2;
  padding-top: 10px;
}

/* line 16, ../sass/_blog.scss */
.view-blog {
  margin-top: 0;
  border-top: 0;
  padding-top: 0;
}

/* line 22, ../sass/_blog.scss */
.view-blog .align-left,
.view-blog .align-right {
  float: none;
  margin: 0;
}

/* line 28, ../sass/_blog.scss */
.view-blog .block-title {
  font-weight: normal;
  margin-top: 0;
}

/* line 33, ../sass/_blog.scss */
.view-blog .block-title small {
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 37, ../sass/_blog.scss */
.view-blog .field-name-field-featured-image .field-label {
  display: none;
}

/* line 41, ../sass/_blog.scss */
.view-blog .field-name-field-tags {
  display: none;
}

/* line 45, ../sass/_blog.scss */
.view-blog .node-blog {
  border-bottom: 1px solid #f0f0f2;
  padding: 20px 0;
}

/* line 50, ../sass/_blog.scss */
.view-blog .node-blog h2 {
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 33px;
  font-weight: normal;
  margin: 0;
  line-height: 1em;
}

/* line 58, ../sass/_blog.scss */
.view-blog .node-blog h2 a {
  color: #666;
}

/* line 62, ../sass/_blog.scss */
.view-blog .node-blog .submitted {
  font-size: 12px;
  font-weight: 500;
  color: #535F66;
}

/* line 68, ../sass/_blog.scss */
.view-blog .node-blog .field-name-body {
  font-size: 14px;
  margin-bottom: 10px;
}

/* line 73, ../sass/_blog.scss */
.view-blog .node-blog .field-name-field-featured-image {
  border: 1px solid #bbbbbb;
  padding: 2px;
}

/* line 78, ../sass/_blog.scss */
.view-blog .node-blog .field-name-field-featured-image img {
  width: 100%;
  height: auto;
  float: none;
}

/* line 84, ../sass/_blog.scss */
#content .view-blog .node-blog .field-name-field-featured-image img.alignleft,
#content .view-blog .node-blog .field-name-field-featured-image img.alignright {
  float: none;
  margin: 0 0 0 0;
}

/* line 90, ../sass/_blog.scss */
.view-blog .node-blog .links {
  font-size: 14px;
  font-weight: bold;
  text-shadow: none;
}

/* line 96, ../sass/_blog.scss */
.view-blog .node-blog p {
  font-size: 14px;
}

/* line 100, ../sass/_blog.scss */
.view-blog .node-blog iframe {
  width: 100%;
}

/* line 104, ../sass/_blog.scss */
.view-blog .views-row-first .node-blog {
  padding-top: 0;
}

/* line 108, ../sass/_blog.scss */
.view-blog .views-row-last .node-blog {
  border-bottom: none;
  padding-bottom: none;
}

/* line 113, ../sass/_blog.scss */
.field-name-field-additional-details {
  border-top: 1px solid #d2d2d2;
  padding-top: 10px;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  margin-top: 8px;
}

@media (max-width: 767px) {
  /* line 119, ../sass/_blog.scss */
  .view-blog .block-title {
    font-size: 24px;
  }

  /* line 123, ../sass/_blog.scss */
  .view-blog .block-title small {
    font-size: 22px;
  }

  /* line 127, ../sass/_blog.scss */
  .view-blog .node-blog {
    font-size: 22px;
  }

  /* line 131, ../sass/_blog.scss */
  .view-blog .node-blog h2 {
    font-size: 28px;
    line-height: 1.6 em;
  }

  /* line 136, ../sass/_blog.scss */
  .view-blog .node-blog .links li,
  .view-blog .node-blog .submitted {
    font-size: 22px;
  }

  /* line 141, ../sass/_blog.scss */
  .view-blog .node-blog .field-name-body p {
    font-size: 26px;
    line-height: 1.2em;
  }

  /* line 146, ../sass/_blog.scss */
  .view-blog .node-blog .field-name-field-featured-image {
    margin-bottom: 28px;
  }
}
/* line 8, ../sass/_flexslider.scss */
.flexslider {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  border: none;
  height: 400px;
  overflow: hidden;
  z-index: 1;
  background-color: transparent;
}
/* line 16, ../sass/_flexslider.scss */
.flexslider .flext-control-paging {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
/* line 20, ../sass/_flexslider.scss */
.flexslider .flex-direction-nav a {
  background: transparent url("../images/flex-direction-nav.png") center center no-repeat;
  width: 49px;
  height: 65px;
  overflow: hidden;
  text-indent: -9999px;
  background-position: 0 0;
  margin-top: -49px;
}
/* line 25, ../sass/_flexslider.scss */
.flexslider .flex-direction-nav a.flex-prev {
  background-position: -55px;
}
/* line 31, ../sass/_flexslider.scss */
.flexslider:hover .flex-next {
  right: 0;
}
/* line 34, ../sass/_flexslider.scss */
.flexslider:hover .flex-prev {
  left: 0;
}

/* line 41, ../sass/_flexslider.scss */
.slides {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  border: none;
}
/* line 43, ../sass/_flexslider.scss */
.slides img {
  margin: 0;
  padding: 0;
  border: none;
}

/* line 50, ../sass/_flexslider.scss */
article.slide-image .slide-text {
  background-color: #8d8926;
  background-color: rgba(141, 137, 38, 0.8);
  height: 320px;
  padding: 40px 20px;
  margin-bottom: 0;
  font-size: 18px;
  color: #fff;
  letter-spacing: -1px;
}
/* line 60, ../sass/_flexslider.scss */
article.slide-image .slide-text .slide-title {
  font-size: 31.875px;
  font-weight: bold;
  line-height: 1.1em;
  margin-bottom: 15px;
  text-transform: uppercase;
}
/* line 68, ../sass/_flexslider.scss */
article.slide-image .slide-text .btn {
  -moz-box-shadow: 0 4px 2px #5c5d28;
  -webkit-box-shadow: 0 4px 2px #5c5d28;
  box-shadow: 0 4px 2px #5c5d28;
  background-image: url("../images/btn-arrow.png");
  background-position: center right;
  background-repeat: no-repeat;
  font-size: 22px;
  float: right;
  margin-top: 15px;
  padding: 17px 50px;
  padding-right: 70px;
}

/* line 83, ../sass/_flexslider.scss */
.lt-ie8 article.slide-image .slide-text {
  background: transparent url("../images/flex-bg.png") top left repeat;
}

@media (min-width: 768px) and (max-width: 979px) {
  /* line 89, ../sass/_flexslider.scss */
  #block-bean-banner {
    margin-top: 20px;
  }

  /* line 94, ../sass/_flexslider.scss */
  article.slide-image .span5.offset7 {
    margin-left: 324px;
  }
}
@media (max-width: 767px) {
  /* line 101, ../sass/_flexslider.scss */
  #block-bean-banner {
    margin: 20px -20px;
    margin-bottom: 0;
  }

  /* line 106, ../sass/_flexslider.scss */
  .flexslider {
    background-color: #f0f0f2;
    height: 360px !important;
    font-size: 14px;
  }
  /* line 111, ../sass/_flexslider.scss */
  .flexslider .flex-direction-nav {
    width: 87px;
    margin: 15px auto;
  }
  /* line 116, ../sass/_flexslider.scss */
  .flexslider .flex-direction-nav li {
    display: inline-block;
  }
  /* line 120, ../sass/_flexslider.scss */
  .flexslider .flex-direction-nav a {
    background: transparent url("../images/flex-direction-nav-mobile.png") center center no-repeat;
    width: 35px;
    height: 37px;
    overflow: hidden;
    text-indent: -9999px;
    background-position: -35px 0;
    position: relative;
    margin-top: 0;
  }
  /* line 126, ../sass/_flexslider.scss */
  .flexslider .flex-direction-nav a.flex-prev {
    background-position: 0;
    margin-right: 17px;
  }

  /* line 134, ../sass/_flexslider.scss */
  article.slide-image .slide-image {
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    position: relative;
    height: 300px;
  }
  /* line 140, ../sass/_flexslider.scss */
  article.slide-image .slide-text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    margin: 0;
    padding-top: 30px;
    width: auto;
    height: auto;
    font-size: 16px;
    line-height: 1.2em;
  }
  /* line 153, ../sass/_flexslider.scss */
  article.slide-image .slide-text .slide-title {
    font-size: 18px;
  }
  /* line 157, ../sass/_flexslider.scss */
  article.slide-image .slide-text .btn {
    background-image: url("../images/btn-arrow-mobile.png");
    font-size: 18px;
    padding: 8px 50px 8px 30px;
    line-height: 1.1em;
  }
}
@media (max-width: 480px) {
  /* line 169, ../sass/_flexslider.scss */
  article.slide-image .slide-text {
    font-size: 12px;
  }
  /* line 172, ../sass/_flexslider.scss */
  article.slide-image .slide-text .slide-title {
    font-size: 14px;
  }
  /* line 176, ../sass/_flexslider.scss */
  article.slide-image .slide-text .btn {
    background-image: url("../images/btn-arrow-mobile-portrait.png");
    padding: 12px 30px 12px 10px;
    font-size: 12px;
  }
}
/* line 8, ../sass/_forms.scss */
.lt-ie8 .webform-component-textfield label,
.lt-ie8 .webform-component-textarea label,
.lt-ie8 .webform-component-email label {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

/* line 67, ../sass/_custom.scss */
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"],
textarea {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: none;
  outline: none;
  -webkit-appearance: none;
}

/* line 67, ../sass/_custom.scss */
#content input[type="text"],
#content input[type="password"],
#content input[type="datetime"],
#content input[type="datetime-local"],
#content input[type="date"],
#content input[type="month"],
#content input[type="time"],
#content input[type="week"],
#content input[type="number"],
#content input[type="email"],
#content input[type="url"],
#content input[type="search"],
#content input[type="tel"],
#content input[type="color"],
#content textarea {
  -moz-box-shadow: 0 1px 2px #c8c8c8;
  -webkit-box-shadow: 0 1px 2px #c8c8c8;
  box-shadow: 0 1px 2px #c8c8c8;
}

/* line 29, ../sass/_forms.scss */
.control-group input {
  margin-bottom: 0;
}

/* line 34, ../sass/_forms.scss */
.resizable-textarea .grippie {
  display: none;
}

/* line 38, ../sass/_forms.scss */
select {
  color: #333;
}

/* line 42, ../sass/_forms.scss */
.file img.file-icon {
  display: none;
}

/* line 46, ../sass/_forms.scss */
.recaptchatable .recaptcha_image_cell {
  background-color: transparent !important;
}

/* line 50, ../sass/_forms.scss */
#recaptcha_response_field {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0 1px 2px #c8c8c8;
  -webkit-box-shadow: 0 1px 2px #c8c8c8;
  box-shadow: 0 1px 2px #c8c8c8;
  border-color: transparent !important;
  width: 288px !important;
}

/* line 57, ../sass/_forms.scss */
.recaptchatable #recaptcha_privacy a {
  color: #6f2c8a;
}
/* line 60, ../sass/_forms.scss */
.recaptchatable #recaptcha_privacy a:hover {
  color: #502063;
  text-decoration: underline;
}

/* line 67, ../sass/_forms.scss */
#user-pass-reset .password-strength {
  display: none !important;
}
/* line 71, ../sass/_forms.scss */
#user-pass-reset > div > p {
  display: none !important;
}

/* line 20, ../sass/_navigation.scss */
#navigation .navbar .nav,
#footer-top .navbar .nav {
  margin-bottom: 0;
  position: relative;
  z-index: 500;
}
/* line 26, ../sass/_navigation.scss */
#navigation .navbar .nav > li,
#footer-top .navbar .nav > li {
  float: left;
}
/* line 30, ../sass/_navigation.scss */
#navigation .navbar .nav li,
#footer-top .navbar .nav li {
  position: relative;
  z-index: 501;
}
/* line 34, ../sass/_navigation.scss */
#navigation .navbar .nav li a:hover,
#navigation .navbar .nav li a:focus,
#footer-top .navbar .nav li a:hover,
#footer-top .navbar .nav li a:focus {
  text-decoration: none;
}
/* line 40, ../sass/_navigation.scss */
#navigation .navbar .nav > li > a,
#footer-top .navbar .nav > li > a {
  color: #fff;
  text-shadow: none;
  text-transform: uppercase;
  font-family: "Montreal Serial", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 16px;
}
/* line 50, ../sass/_navigation.scss */
#navigation .navbar .nav > li.expanded > a,
#footer-top .navbar .nav > li.expanded > a {
  padding: 10px 16px 10px 28px;
  background: url("../images/menu_bar_arrows.png") no-repeat 14px 18px;
}
/* line 55, ../sass/_navigation.scss */
#navigation .navbar .nav > li:hover > a,
#navigation .navbar .nav > li:focus > a,
#footer-top .navbar .nav > li:hover > a,
#footer-top .navbar .nav > li:focus > a {
  background-color: #3e1350;
}
/* line 61, ../sass/_navigation.scss */
#navigation .navbar .nav > li ul,
#footer-top .navbar .nav > li ul {
  position: absolute;
  left: -99999em;
  z-index: 10000;
  width: 210px;
  background-color: #fff;
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  border: none;
  -moz-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.5) ;
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.5) ;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.5) ;
}
/* line 70, ../sass/_navigation.scss */
#navigation .navbar .nav > li ul a,
#footer-top .navbar .nav > li ul a {
  display: block;
  color: #333;
  font-size: 14px;
  line-height: 15.75px;
  padding: 7px 26px 7px 10px;
}
/* line 79, ../sass/_navigation.scss */
#navigation .navbar .nav > li > ul,
#footer-top .navbar .nav > li > ul {
  padding-top: 10px;
  top: 40px;
}
/* line 85, ../sass/_navigation.scss */
#navigation .navbar .nav > li > ul > li:hover > a, #navigation .navbar .nav > li > ul > li:focus > a,
#footer-top .navbar .nav > li > ul > li:hover > a,
#footer-top .navbar .nav > li > ul > li:focus > a {
  color: #fff;
  background-color: #6f2c8a;
}
/* line 97, ../sass/_navigation.scss */
#navigation .navbar .nav > li > ul > li.expanded > a,
#footer-top .navbar .nav > li > ul > li.expanded > a {
  background-image: url("../images/menu_bar_arrows.png");
  background-repeat: no-repeat;
  background-position: 100% -86px;
}
/* line 103, ../sass/_navigation.scss */
#navigation .navbar .nav > li > ul > li.expanded:hover a,
#footer-top .navbar .nav > li > ul > li.expanded:hover a {
  background-position: 100% -36px;
}
/* line 108, ../sass/_navigation.scss */
#navigation .navbar .nav > li:hover > ul,
#footer-top .navbar .nav > li:hover > ul {
  left: 0;
}
/* line 113, ../sass/_navigation.scss */
#navigation .navbar .nav > li > ul > li > ul,
#footer-top .navbar .nav > li > ul > li > ul {
  top: 0;
  width: 210px;
}
/* line 119, ../sass/_navigation.scss */
#navigation .navbar .nav > li > ul > li > ul > li:hover > a, #navigation .navbar .nav > li > ul > li > ul > li:focus > a,
#footer-top .navbar .nav > li > ul > li > ul > li:hover > a,
#footer-top .navbar .nav > li > ul > li > ul > li:focus > a {
  color: #fff;
  background-color: #6f2c8a;
}
/* line 132, ../sass/_navigation.scss */
#navigation .navbar .nav > li > ul > li:hover > ul,
#footer-top .navbar .nav > li > ul > li:hover > ul {
  left: 210px;
}
/* line 142, ../sass/_navigation.scss */
#navigation .navbar .nav > li.mega-sub-menu,
#footer-top .navbar .nav > li.mega-sub-menu {
  position: static;
}
/* line 146, ../sass/_navigation.scss */
#navigation .navbar .nav > li.mega-sub-menu > ul,
#footer-top .navbar .nav > li.mega-sub-menu > ul {
  width: 100%;
  padding-top: 0;
  border-top: 4px solid #3e1350;
  background: #3e1350 url("../images/mega_nav_strip.png") repeat-y 0 0;
  min-height: 375px;
}
/* line 154, ../sass/_navigation.scss */
#navigation .navbar .nav > li.mega-sub-menu > ul li,
#footer-top .navbar .nav > li.mega-sub-menu > ul li {
  position: static;
}
/* line 158, ../sass/_navigation.scss */
#navigation .navbar .nav > li.mega-sub-menu > ul li a,
#footer-top .navbar .nav > li.mega-sub-menu > ul li a {
  color: #333;
  font-size: 14px;
  font-weight: normal;
  padding: 3px 8px;
}
/* line 164, ../sass/_navigation.scss */
#navigation .navbar .nav > li.mega-sub-menu > ul li a:hover, #navigation .navbar .nav > li.mega-sub-menu > ul li a:focus,
#footer-top .navbar .nav > li.mega-sub-menu > ul li a:hover,
#footer-top .navbar .nav > li.mega-sub-menu > ul li a:focus {
  color: #6f2c8a;
  text-decoration: underline;
}
/* line 171, ../sass/_navigation.scss */
#navigation .navbar .nav > li.mega-sub-menu > ul > li.expanded a,
#footer-top .navbar .nav > li.mega-sub-menu > ul > li.expanded a {
  background-image: none;
}
/* line 175, ../sass/_navigation.scss */
#navigation .navbar .nav > li.mega-sub-menu > ul > li,
#footer-top .navbar .nav > li.mega-sub-menu > ul > li {
  float: left;
  width: 178px;
  margin-left: 5px;
  margin-top: 12px;
}
/* line 181, ../sass/_navigation.scss */
#navigation .navbar .nav > li.mega-sub-menu > ul > li:hover > a, #navigation .navbar .nav > li.mega-sub-menu > ul > li:focus > a,
#footer-top .navbar .nav > li.mega-sub-menu > ul > li:hover > a,
#footer-top .navbar .nav > li.mega-sub-menu > ul > li:focus > a {
  color: #fff;
  background-color: transparent;
}
/* line 191, ../sass/_navigation.scss */
#navigation .navbar .nav > li.mega-sub-menu > ul > li > a,
#footer-top .navbar .nav > li.mega-sub-menu > ul > li > a {
  color: #fff;
  background-color: #6f2c8a;
  padding: 0 8px;
  font-weight: bold;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 8px;
}
/* line 203, ../sass/_navigation.scss */
#navigation .navbar .nav > li.mega-sub-menu > ul > li:hover > a, #navigation .navbar .nav > li.mega-sub-menu > ul > li:focus > a,
#footer-top .navbar .nav > li.mega-sub-menu > ul > li:hover > a,
#footer-top .navbar .nav > li.mega-sub-menu > ul > li:focus > a {
  color: #fff;
  text-decoration: none;
  background-color: #6f2c8a;
}
/* line 212, ../sass/_navigation.scss */
#navigation .navbar .nav > li.mega-sub-menu > ul > li.first,
#footer-top .navbar .nav > li.mega-sub-menu > ul > li.first {
  width: 350px;
  padding: 12px;
  margin: 0 7px 0 0;
  position: relative;
}
/* line 219, ../sass/_navigation.scss */
#navigation .navbar .nav > li.mega-sub-menu > ul > li.first a,
#footer-top .navbar .nav > li.mega-sub-menu > ul > li.first a {
  color: #fff;
}
/* line 223, ../sass/_navigation.scss */
#navigation .navbar .nav > li.mega-sub-menu > ul > li.first > a,
#footer-top .navbar .nav > li.mega-sub-menu > ul > li.first > a {
  background-color: transparent;
  padding: 0;
  margin-bottom: 8px;
}
/* line 230, ../sass/_navigation.scss */
#navigation .navbar .nav > li.mega-sub-menu > ul > li.last,
#footer-top .navbar .nav > li.mega-sub-menu > ul > li.last {
  width: 544px;
  margin-bottom: 12px;
}
/* line 236, ../sass/_navigation.scss */
#navigation .navbar .nav > li.mega-sub-menu > ul > li ul,
#footer-top .navbar .nav > li.mega-sub-menu > ul > li ul {
  position: static;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  width: auto;
}
/* line 245, ../sass/_navigation.scss */
#navigation .navbar .nav > li.mega-sub-menu > ul > li > ul > li:hover a, #navigation .navbar .nav > li.mega-sub-menu > ul > li > ul > li:focus a,
#footer-top .navbar .nav > li.mega-sub-menu > ul > li > ul > li:hover a,
#footer-top .navbar .nav > li.mega-sub-menu > ul > li > ul > li:focus a {
  background-color: transparent;
  color: #6f2c8a;
}
/* line 253, ../sass/_navigation.scss */
#navigation .navbar .nav > li.mega-sub-menu > ul > li.first > ul > li,
#footer-top .navbar .nav > li.mega-sub-menu > ul > li.first > ul > li {
  width: 175px;
  margin-bottom: 20px;
}
/* line 258, ../sass/_navigation.scss */
#navigation .navbar .nav > li.mega-sub-menu > ul > li.first > ul > li.last,
#footer-top .navbar .nav > li.mega-sub-menu > ul > li.first > ul > li.last {
  position: absolute;
  top: 42px;
  left: 187px;
}
/* line 264, ../sass/_navigation.scss */
#navigation .navbar .nav > li.mega-sub-menu > ul > li.first > ul > li > a,
#footer-top .navbar .nav > li.mega-sub-menu > ul > li.first > ul > li > a {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  padding: 0;
  margin-bottom: 8px;
}
/* line 274, ../sass/_navigation.scss */
#navigation .navbar .nav > li.mega-sub-menu > ul > li.first > ul > li:hover a, #navigation .navbar .nav > li.mega-sub-menu > ul > li.first > ul > li:focus a,
#footer-top .navbar .nav > li.mega-sub-menu > ul > li.first > ul > li:hover a,
#footer-top .navbar .nav > li.mega-sub-menu > ul > li.first > ul > li:focus a {
  background-color: transparent;
  color: #fff;
}
/* line 282, ../sass/_navigation.scss */
#navigation .navbar .nav > li.mega-sub-menu > ul > li.last > ul > li,
#footer-top .navbar .nav > li.mega-sub-menu > ul > li.last > ul > li {
  width: 178px;
  float: left;
}
/* line 287, ../sass/_navigation.scss */
#navigation .navbar .nav > li.mega-sub-menu > ul > li.last > ul > li:nth-child(3n + 1),
#footer-top .navbar .nav > li.mega-sub-menu > ul > li.last > ul > li:nth-child(3n + 1) {
  clear: left;
}
/* line 292, ../sass/_navigation.scss */
#navigation .navbar .nav > li.mega-sub-menu > ul > li > ul > li > ul,
#footer-top .navbar .nav > li.mega-sub-menu > ul > li > ul > li > ul {
  display: none;
}
/* line 297, ../sass/_navigation.scss */
#navigation .navbar .nav > li.mega-sub-menu > ul > li.first > ul > li > ul,
#footer-top .navbar .nav > li.mega-sub-menu > ul > li.first > ul > li > ul {
  display: block;
}
/* line 302, ../sass/_navigation.scss */
#navigation .navbar .nav > li.mega-sub-menu > ul > li.first > ul > li > ul a:hover, #navigation .navbar .nav > li.mega-sub-menu > ul > li.first > ul > li > ul a:focus,
#footer-top .navbar .nav > li.mega-sub-menu > ul > li.first > ul > li > ul a:hover,
#footer-top .navbar .nav > li.mega-sub-menu > ul > li.first > ul > li > ul a:focus {
  color: #c2b434;
}

/* line 317, ../sass/_navigation.scss */
body.i18n-fr #navigation .navbar .nav > li > a {
  font-size: 15px;
  padding: 10px 14px;
}
/* line 322, ../sass/_navigation.scss */
body.i18n-fr #navigation .navbar .nav > li.expanded a {
  background-position: 100% -86px;
}
/* line 327, ../sass/_navigation.scss */
body.i18n-fr #navigation .navbar .nav > li.mega-sub-menu > ul {
  min-height: 454px;
}

@media (min-width: 768px) and (max-width: 979px) {
  /* line 343, ../sass/_navigation.scss */
  #navigation .navbar .nav > li > a {
    padding: 10px 24px;
    height: 40px;
  }
  /* line 348, ../sass/_navigation.scss */
  #navigation .navbar .nav > li.expanded > a {
    padding: 10px 8px 10px 24px;
  }
  /* line 352, ../sass/_navigation.scss */
  #navigation .navbar .nav > li.about-us > a {
    width: 52px;
  }
  /* line 356, ../sass/_navigation.scss */
  #navigation .navbar .nav > li.lymphoma > a {
    width: 84px;
  }
  /* line 360, ../sass/_navigation.scss */
  #navigation .navbar .nav > li.get-involved > a {
    width: 74px;
  }
  /* line 364, ../sass/_navigation.scss */
  #navigation .navbar .nav > li.research > a {
    width: 74px;
  }
  /* line 368, ../sass/_navigation.scss */
  #navigation .navbar .nav > li.news-events > a {
    width: 64px;
  }
  /* line 373, ../sass/_navigation.scss */
  #navigation .navbar .nav > li > ul {
    top: 60px;
  }
  /* line 384, ../sass/_navigation.scss */
  #navigation .navbar .nav > li.mega-sub-menu > ul {
    background-image: url("../images/mega_nav_strip_768.png");
    width: 724px;
  }
  /* line 388, ../sass/_navigation.scss */
  #navigation .navbar .nav > li.mega-sub-menu > ul > li {
    width: 140px;
  }
  /* line 392, ../sass/_navigation.scss */
  #navigation .navbar .nav > li.mega-sub-menu > ul > li.first {
    width: 246px;
  }
  /* line 396, ../sass/_navigation.scss */
  #navigation .navbar .nav > li.mega-sub-menu > ul > li.last {
    width: 430px;
  }
  /* line 402, ../sass/_navigation.scss */
  #navigation .navbar .nav > li.mega-sub-menu > ul > li.first > ul > li {
    width: 123px;
  }
  /* line 406, ../sass/_navigation.scss */
  #navigation .navbar .nav > li.mega-sub-menu > ul > li.first > ul > li.last {
    left: 135px;
  }
  /* line 410, ../sass/_navigation.scss */
  #navigation .navbar .nav > li.mega-sub-menu > ul > li.last > ul > li {
    width: 140px;
  }
}
/* line 419, ../sass/_navigation.scss */
#navigation .block-title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
/* line 423, ../sass/_navigation.scss */
#navigation .block {
  margin-bottom: 0;
}

/* line 432, ../sass/_navigation.scss */
#mobile-navigation h2 {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #6f2c8a url("../images/toggle.png") 16px 26px no-repeat;
  color: white;
  cursor: pointer;
  font-size: 30px;
  padding: 13px 16px 13px 65px;
  border-bottom: 1px solid #512168;
}
/* line 441, ../sass/_navigation.scss */
#mobile-navigation h2.nav-expanded {
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px;
  border-radius: 3px 3px 0 0;
  background-position: 16px -56px;
}
/* line 447, ../sass/_navigation.scss */
#mobile-navigation .block-title {
  margin: 0;
}
/* line 451, ../sass/_navigation.scss */
#mobile-navigation .block {
  margin-bottom: 0;
}
/* line 456, ../sass/_navigation.scss */
#mobile-navigation .closed {
  display: none;
}
/* line 460, ../sass/_navigation.scss */
#mobile-navigation .nav {
  margin-bottom: 0;
}
/* line 464, ../sass/_navigation.scss */
#mobile-navigation .nav ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  border: none;
}
/* line 468, ../sass/_navigation.scss */
#mobile-navigation .nav li {
  position: relative;
  overflow: hidden;
}
/* line 473, ../sass/_navigation.scss */
#mobile-navigation .nav-toggle {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
  text-indent: -9999px;
}
/* line 484, ../sass/_navigation.scss */
#mobile-navigation .nav li a {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  display: block;
  padding: 10px 12px 10px 65px;
}
/* line 492, ../sass/_navigation.scss */
#mobile-navigation .nav > li.has-children > a {
  background: #6f2c8a url("../images/toggle-light.png") 20px 24px no-repeat;
}
/* line 496, ../sass/_navigation.scss */
#mobile-navigation .nav > li.has-children.nav-expanded > a {
  background-color: #2D0942;
  background-position: 20px -68px;
}
/* line 501, ../sass/_navigation.scss */
#mobile-navigation .nav > li > a {
  background: #6f2c8a;
  border-top-color: #773791;
  border-bottom-color: #512168;
  color: white;
  font-size: 24px;
  padding: 16px 12px 16px 65px;
  -moz-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  -webkit-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
/* line 512, ../sass/_navigation.scss */
#mobile-navigation .nav > li > ul > li.has-children > a {
  background: #f4f4f4 url("../images/toggle-dark.png") 20px 5px no-repeat;
}
/* line 516, ../sass/_navigation.scss */
#mobile-navigation .nav > li > ul > li.has-children.nav-expanded > a {
  background-color: white;
  background-position: 20px -62px;
}
/* line 521, ../sass/_navigation.scss */
#mobile-navigation .nav > li > ul > li > a {
  background: #f4f4f4;
  border-top-color: white;
  border-bottom-color: #d2d2d2;
  font-size: 18px;
  -moz-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  -webkit-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
/* line 530, ../sass/_navigation.scss */
#mobile-navigation .nav > li > ul > li > ul > li.has-children > a {
  background: #f4f4f4 url("../images/toggle-dark.png") 20px 5px no-repeat;
}
/* line 534, ../sass/_navigation.scss */
#mobile-navigation .nav > li > ul > li > ul > li.has-children.nav-expanded > a {
  background-color: white;
  background-position: 20px -62px;
}
/* line 539, ../sass/_navigation.scss */
#mobile-navigation .nav > li > ul > li > ul > li > a {
  background-color: #f4f4f4;
  border-top-color: white;
  border-bottom-color: #d2d2d2;
  -moz-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  -webkit-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
/* line 547, ../sass/_navigation.scss */
#mobile-navigation .nav > li > ul > li > ul > li > ul > li > a {
  background-color: #f4f4f4;
  border-top-color: white;
  border-bottom-color: #d2d2d2;
}

/* line 557, ../sass/_navigation.scss */
.nav-list {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  border: none;
  background-color: #f4f4f4;
  border-left: 1px solid #dededf;
  border-right: 1px solid #dededf;
  border-bottom: 1px solid #e2e2e4;
  font-family: "Montreal Serial", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
/* line 567, ../sass/_navigation.scss */
.nav-list a {
  color: #333;
  display: block;
  line-height: 1.2em;
  padding: 8px 18px;
  border-bottom: 1px solid #d2d2d2;
  -moz-box-shadow: 0 1px 0 0 #fff;
  -webkit-box-shadow: 0 1px 0 0 #fff;
  box-shadow: 0 1px 0 0 #fff;
}
/* line 580, ../sass/_navigation.scss */
.nav-list a.active-trail {
  background-color: #6f2c8a;
  color: #fff;
}
/* line 585, ../sass/_navigation.scss */
.nav-list li.collapsed a {
  background-image: url("../images/menu_arrows.png");
  background-repeat: no-repeat;
  background-position: 100% 14px;
}
/* line 591, ../sass/_navigation.scss */
.nav-list > li.expanded > a {
  background-image: url("../images/menu_arrows.png");
  background-repeat: no-repeat;
  background-position: 100% -106px;
  background-color: #6f2c8a;
}
/* line 598, ../sass/_navigation.scss */
.nav-list > li.last a {
  border-bottom: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #dededf;
}
/* line 604, ../sass/_navigation.scss */
.nav-list ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  border: none;
}
/* line 608, ../sass/_navigation.scss */
.nav-list ul a {
  padding-left: 26px;
}
/* line 614, ../sass/_navigation.scss */
.nav-list > li > ul > li > a {
  background-color: #e2d8e5;
  border-bottom: 1px solid #f4eff5;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 620, ../sass/_navigation.scss */
.nav-list > li > ul > li.last > a {
  border-bottom: none;
}
/* line 624, ../sass/_navigation.scss */
.nav-list > li > ul > li.expanded > a {
  background-image: url("../images/menu_arrows.png");
  background-repeat: no-repeat;
  background-position: 100% -106px;
}
/* line 632, ../sass/_navigation.scss */
.nav-list ul ul a {
  padding-left: 26px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
}
/* line 643, ../sass/_navigation.scss */
.nav-list > li > ul > li > ul > li > a {
  background-color: #fff;
}
/* line 647, ../sass/_navigation.scss */
.nav-list > li > ul > li > ul > li > a.active-trail {
  background-color: #c2b434;
}
/* line 651, ../sass/_navigation.scss */
.nav-list > li > ul > li > ul > li.first > a {
  padding-top: 8px;
}
/* line 655, ../sass/_navigation.scss */
.nav-list > li > ul > li > ul > li.last > a {
  padding-bottom: 8px;
}
/* line 659, ../sass/_navigation.scss */
.nav-list > li > ul > li > ul > li.expanded > a {
  padding-bottom: 3px;
}
/* line 663, ../sass/_navigation.scss */
.nav-list > li > ul > li > ul > li.expanded > a.active-trail {
  background-image: url("../images/menu_arrows.png");
  background-repeat: no-repeat;
  background-position: 100% -112px;
}
/* line 669, ../sass/_navigation.scss */
.nav-list > li > ul > li > ul > li.collapsed > a {
  background-position: 100% 8px;
}
/* line 677, ../sass/_navigation.scss */
.nav-list > li > ul > li > ul > li > ul > li > a {
  background-color: #f2f1c9;
}

/* line 684, ../sass/_navigation.scss */
#sidebar-first .block-menu-block h2 {
  font-family: "Montreal Serial", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #333;
  margin: 0;
  background-color: #f4f4f4;
  line-height: 1.2em;
  padding: 0;
  border-left: 1px solid #dededf;
  border-right: 1px solid #dededf;
  border-bottom: 1px solid #fff;
  -moz-box-shadow: inset 0 -1px 0 0 #d2d2d2;
  -webkit-box-shadow: inset 0 -1px 0 0 #d2d2d2;
  box-shadow: inset 0 -1px 0 0 #d2d2d2;
}
/* line 697, ../sass/_navigation.scss */
#sidebar-first .block-menu-block h2 a {
  color: #333;
  display: block;
  padding: 8px 18px;
}
/* line 703, ../sass/_navigation.scss */
#sidebar-first .block-menu-block h2 a.active {
  background-color: #6f2c8a;
  color: #fff;
}

/* line 713, ../sass/_navigation.scss */
#header .block-menu-block-menu-social-links {
  position: absolute;
  right: 0;
  bottom: 0;
}

/* line 719, ../sass/_navigation.scss */
.block-menu-block-menu-social-links {
  margin: 0 0 10px 0;
}
/* line 722, ../sass/_navigation.scss */
.block-menu-block-menu-social-links .menu {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  border: none;
  *zoom: 1;
}
/* line 14, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.block-menu-block-menu-social-links .menu:before, .block-menu-block-menu-social-links .menu:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../library/bootstrap/sass/bootstrap/_mixins.scss */
.block-menu-block-menu-social-links .menu:after {
  clear: both;
}
/* line 727, ../sass/_navigation.scss */
.block-menu-block-menu-social-links .menu li {
  float: left;
}
/* line 730, ../sass/_navigation.scss */
.block-menu-block-menu-social-links .menu li a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background: transparent url("../images/social_sprite.png") center center no-repeat;
  width: 32px;
  height: 32px;
  overflow: hidden;
  text-indent: -9999px;
  margin-right: 6px;
}
/* line 735, ../sass/_navigation.scss */
.block-menu-block-menu-social-links .menu li a.facebook {
  background-position: 0 0;
}
/* line 739, ../sass/_navigation.scss */
.block-menu-block-menu-social-links .menu li a.twitter {
  background-position: -1px -40px;
}
/* line 743, ../sass/_navigation.scss */
.block-menu-block-menu-social-links .menu li a.google-plus {
  background-position: 0 -80px;
}
/* line 747, ../sass/_navigation.scss */
.block-menu-block-menu-social-links .menu li a.flickr {
  background-position: 0 -120px;
}
/* line 751, ../sass/_navigation.scss */
.block-menu-block-menu-social-links .menu li a.youtube {
  background-position: 0 -160px;
}
/* line 755, ../sass/_navigation.scss */
.block-menu-block-menu-social-links .menu li a.linkedin {
  background-position: 0 -395px;
}
/* line 759, ../sass/_navigation.scss */
.block-menu-block-menu-social-links .menu li a.instagram {
  background-position: 0 -430px;
}

/* line 766, ../sass/_navigation.scss */
#header .block-menu-block-menu-social-links .block-title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

@media (max-width: 767px) {
  /* line 771, ../sass/_navigation.scss */
  #header .block-menu-block-menu-social-links {
    display: none;
  }
}
/* line 777, ../sass/_navigation.scss */
#footer .block-menu-block-menu-social-links {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
/* line 781, ../sass/_navigation.scss */
#footer .block-menu-block-menu-social-links h2 {
  color: #8d8926;
  border-bottom: 1px solid #d4d4d4;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 0;
  padding-bottom: 3px;
  margin-bottom: 12px;
}
/* line 791, ../sass/_navigation.scss */
#footer .block-menu-block-menu-social-links ul.menu {
  *zoom: 1;
}
/* line 14, ../library/bootstrap/sass/bootstrap/_mixins.scss */
#footer .block-menu-block-menu-social-links ul.menu:before, #footer .block-menu-block-menu-social-links ul.menu:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../library/bootstrap/sass/bootstrap/_mixins.scss */
#footer .block-menu-block-menu-social-links ul.menu:after {
  clear: both;
}
/* line 794, ../sass/_navigation.scss */
#footer .block-menu-block-menu-social-links ul.menu li {
  float: left;
}
/* line 798, ../sass/_navigation.scss */
#footer .block-menu-block-menu-social-links ul.menu a {
  display: block;
  width: 21px;
  height: 21px;
  margin-right: 1px;
}
/* line 804, ../sass/_navigation.scss */
#footer .block-menu-block-menu-social-links ul.menu a.facebook {
  background-position: 0 -200px;
}
/* line 808, ../sass/_navigation.scss */
#footer .block-menu-block-menu-social-links ul.menu a.twitter {
  background-position: 0 -227px;
}
/* line 812, ../sass/_navigation.scss */
#footer .block-menu-block-menu-social-links ul.menu a.google-plus {
  background-position: 0 -254px;
}
/* line 816, ../sass/_navigation.scss */
#footer .block-menu-block-menu-social-links ul.menu a.flickr {
  background-position: 0 -280px;
}
/* line 820, ../sass/_navigation.scss */
#footer .block-menu-block-menu-social-links ul.menu a.youtube {
  background-position: 0 -306px;
}
/* line 824, ../sass/_navigation.scss */
#footer .block-menu-block-menu-social-links ul.menu a.linkedin {
  background-position: 0px -331px;
}
/* line 828, ../sass/_navigation.scss */
#footer .block-menu-block-menu-social-links ul.menu a.instagram {
  background-position: 0px -357px;
}
/* line 833, ../sass/_navigation.scss */
#footer .block-menu-block-menu-social-links ul.menu li.last a {
  margin-right: 0;
}

@media (min-width: 768px) and (max-width: 979px) {
  /* line 844, ../sass/_navigation.scss */
  #footer .block-menu-block-menu-social-links h2 {
    font-size: 14px;
  }

  /* line 851, ../sass/_navigation.scss */
  body.i18n-fr #footer h2 {
    min-height: 39.2px;
  }
}
@media (max-width: 767px) {
  /* line 859, ../sass/_navigation.scss */
  #footer .block-menu-block-menu-social-links .block-title {
    position: static !important;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
    display: block;
    color: #8d8926;
    text-transform: uppercase;
    margin-top: 0;
  }
  /* line 867, ../sass/_navigation.scss */
  #footer .block-menu-block-menu-social-links .menu {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
    border: none;
    padding-top: 20px;
    width: 190px;
  }
  /* line 873, ../sass/_navigation.scss */
  #footer .block-menu-block-menu-social-links .menu li {
    float: left;
  }
  /* line 876, ../sass/_navigation.scss */
  #footer .block-menu-block-menu-social-links .menu li a {
    display: inline-block;
    background: transparent url("../images/social_sprite.png") center center no-repeat;
    width: 32px;
    height: 32px;
    overflow: hidden;
    text-indent: -9999px;
    margin-right: 6px;
  }
  /* line 881, ../sass/_navigation.scss */
  #footer .block-menu-block-menu-social-links .menu li a.facebook {
    background-position: 0 0;
  }
  /* line 885, ../sass/_navigation.scss */
  #footer .block-menu-block-menu-social-links .menu li a.twitter {
    background-position: 0 -40px;
  }
  /* line 889, ../sass/_navigation.scss */
  #footer .block-menu-block-menu-social-links .menu li a.google-plus {
    background-position: 0 -80px;
  }
  /* line 893, ../sass/_navigation.scss */
  #footer .block-menu-block-menu-social-links .menu li a.flickr {
    background-position: 0 -120px;
  }
  /* line 897, ../sass/_navigation.scss */
  #footer .block-menu-block-menu-social-links .menu li a.youtube {
    background-position: 0 -160px;
  }
}
/* line 910, ../sass/_navigation.scss */
#footer-top .block-menu-block-main-menu .menu,
#footer-top .block-menu-block-menu-main-menu---french .menu {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  border: none;
}
/* line 915, ../sass/_navigation.scss */
#footer-top .block-menu-block-main-menu ul.menu li, #footer-top .block-menu-block-main-menu ul.menu a,
#footer-top .block-menu-block-menu-main-menu---french ul.menu li,
#footer-top .block-menu-block-menu-main-menu---french ul.menu a {
  display: block;
  color: #666;
}
/* line 921, ../sass/_navigation.scss */
#footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu,
#footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu {
  margin-left: 0;
}
/* line 928, ../sass/_navigation.scss */
#footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu > li.first,
#footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu > li.first {
  margin-left: 0;
}
/* line 932, ../sass/_navigation.scss */
#footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu > li > a,
#footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu > li > a {
  color: #8d8926;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 3px;
  margin-top: 0;
}
/* line 940, ../sass/_navigation.scss */
#footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu > li .menu,
#footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu > li .menu {
  margin-bottom: 20px;
}
/* line 943, ../sass/_navigation.scss */
#footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu > li .menu li,
#footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu > li .menu li {
  line-height: 1.3em;
}

/* line 957, ../sass/_navigation.scss */
#footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu > li > a {
  min-height: 2.8em;
}

@media (min-width: 768px) and (max-width: 979px) {
  /* line 969, ../sass/_navigation.scss */
  #footer-top .block-menu-block-main-menu .menu-block-wrapper > .menu > li > a,
  #footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu > li > a {
    font-size: 14px;
  }

  /* line 978, ../sass/_navigation.scss */
  #footer-top .block-menu-block-menu-main-menu---french .menu-block-wrapper > .menu > li > a {
    min-height: 39.2px;
  }
}
@media (max-width: 767px) {
  /* line 991, ../sass/_navigation.scss */
  #footer-top .block-menu-block-main-menu {
    display: none;
  }

  /* line 995, ../sass/_navigation.scss */
  #block-menu-block-4 {
    display: none;
  }
}
/**********************************************************************************************************************
 * Node - Page
 *********************************************************************************************************************/
/**
 * @file
 * Page Styling
 *
 * Style the markup found in page.tpl.php.
 *
 * @todo finess for lfc
 */
@media (max-width: 767px) {
  /* line 19, ../sass/_page.scss */
  #main {
    padding: 0;
  }

  /* line 23, ../sass/_page.scss */
  #skip-link {
    display: none;
  }
}
/* line 35, ../sass/_page.scss */
#header .container {
  position: relative;
}

/* line 39, ../sass/_page.scss */
.region-header {
  background-color: #f4f4f4;
  border-left: 1px solid #e2e2e4;
  border-right: 1px solid #e2e2e4;
  border-bottom: 1px solid #c8c8c8;
  margin-left: 0;
  padding-top: 8px;
  padding-bottom: 10px;
  width: auto;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0;
  border-radius: 0 0 3px 3px;
  -moz-box-shadow: 0 1px 1px #e2e2e4;
  -webkit-box-shadow: 0 1px 1px #e2e2e4;
  box-shadow: 0 1px 1px #e2e2e4;
}
/* line 52, ../sass/_page.scss */
.region-header .menu {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  border: none;
  height: auto;
}
/* line 56, ../sass/_page.scss */
.region-header .menu li {
  display: inline-block;
}
/* line 61, ../sass/_page.scss */
.region-header ul.language-switcher-locale-url {
  margin: 0 0 0 10px;
}
/* line 65, ../sass/_page.scss */
.region-header .block-locale {
  float: left;
  margin-bottom: 0;
  height: 34px;
}
/* line 70, ../sass/_page.scss */
.region-header .block-locale .block-title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
/* line 74, ../sass/_page.scss */
.region-header .block-locale .language-switcher-locale-url li {
  display: block;
  float: left;
}
/* line 78, ../sass/_page.scss */
.region-header .block-locale .language-switcher-locale-url li a {
  display: block;
  background: transparent url("../images/toggle-lang.png") center center no-repeat;
  width: 35px;
  height: 38px;
  overflow: hidden;
  text-indent: -9999px;
}
/* line 84, ../sass/_page.scss */
.region-header .block-locale .language-switcher-locale-url li.en a {
  background-position: -35px 0;
}
/* line 87, ../sass/_page.scss */
.region-header .block-locale .language-switcher-locale-url li.en a.active {
  background-position: -35px -40px;
}
/* line 94, ../sass/_page.scss */
.region-header .block-locale .language-switcher-locale-url li.fr a {
  background-position: 0 -40px;
}
/* line 97, ../sass/_page.scss */
.region-header .block-locale .language-switcher-locale-url li.fr a.active {
  background-position: 0 0;
}
/* line 105, ../sass/_page.scss */
.region-header .menu-name-menu-top-menu,
.region-header .menu-name-menu-top-menu---french {
  float: right;
  margin-bottom: 0;
}
/* line 110, ../sass/_page.scss */
.region-header .menu-name-menu-top-menu .menu li,
.region-header .menu-name-menu-top-menu---french .menu li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  border-left: 1px solid #d3d3d6;
}
/* line 114, ../sass/_page.scss */
.region-header .menu-name-menu-top-menu .menu li a,
.region-header .menu-name-menu-top-menu---french .menu li a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 5px 13px;
  text-transform: uppercase;
}
/* line 120, ../sass/_page.scss */
.region-header .menu-name-menu-top-menu .menu li.last,
.region-header .menu-name-menu-top-menu---french .menu li.last {
  border-left: none;
}
/* line 123, ../sass/_page.scss */
.region-header .menu-name-menu-top-menu .menu li.last a,
.region-header .menu-name-menu-top-menu---french .menu li.last a {
  background-color: #8d8926;
  color: white;
  margin: -10px -1px -16px 0;
  padding: 16px 18px 16px 17px;
  -moz-box-shadow: 0 4px 2px #bbbbbb;
  -webkit-box-shadow: 0 4px 2px #bbbbbb;
  box-shadow: 0 4px 2px #bbbbbb;
}
/* line 130, ../sass/_page.scss */
.region-header .menu-name-menu-top-menu .menu li.last a:hover, .region-header .menu-name-menu-top-menu .menu li.last a:active, .region-header .menu-name-menu-top-menu .menu li.last a:focus,
.region-header .menu-name-menu-top-menu---french .menu li.last a:hover,
.region-header .menu-name-menu-top-menu---french .menu li.last a:active,
.region-header .menu-name-menu-top-menu---french .menu li.last a:focus {
  background-color: #c3bb0c;
  background-position: 0 0;
  background-image: none;
  text-decoration: none;
}

.badges{
  display: block;
  padding-top: 16px;
  overflow: hidden;
}
.badges.visible-desktop{
  text-align: right;
}
.badges ul li {
  display: inline;
  list-style-type: none;
  padding: 0 8px;
}

.badges .badge img {
  width: 88px;
}

/* line 143, ../sass/_page.scss */
.lt-ie8 .region-header .block-locale {
  margin-top: 5px;
}

@media (min-width: 768px) and (max-width: 979px) {
  /* line 153, ../sass/_page.scss */
  .region-header .menu-name-menu-top-menu .menu li,
  .region-header .menu-name-menu-top-menu---french .menu li {
    font-size: 12px;
  }
  /* line 156, ../sass/_page.scss */
  .region-header .menu-name-menu-top-menu .menu li a,
  .region-header .menu-name-menu-top-menu---french .menu li a {
    padding-left: 7px;
    padding-right: 7px;
  }
  /* line 161, ../sass/_page.scss */
  .region-header .menu-name-menu-top-menu .menu li.last a,
  .region-header .menu-name-menu-top-menu---french .menu li.last a {
    padding-left: 8px;
    padding-right: 7px;
  }
}
@media (max-width: 767px) {
  /* line 171, ../sass/_page.scss */
  .region-header .menu-block-3 .menu li {
    border-left: none;
  }

  /* line 182, ../sass/_page.scss */
  .region-header .menu-name-menu-top-menu .menu li.last,
  .region-header .menu-name-menu-top-menu---french .menu li.last {
    display: none;
  }
}
/* line 193, ../sass/_page.scss */
#site-name {
  background: transparent url("../logo.png") center center no-repeat;
  width: 264px;
  height: 108px;
  overflow: hidden;
  text-indent: -9999px;
  margin: 25px 0;
}

/* line 198, ../sass/_page.scss */
body.i18n-fr #site-name {
  background-image: url("../images/logo_fr.png");
  width: 261px;
  height: 108px;
}

/* line 204, ../sass/_page.scss */
#alt-site-name {
  background: transparent url("../images/logo-mobile.png") center center no-repeat;
  width: 301px;
  height: 124px;
  overflow: hidden;
  text-indent: -9999px;
  margin: 40px auto 15px auto;
}

@media (max-width: 480px) {
  /* line 210, ../sass/_page.scss */
  #alt-site-name {
    background: transparent url("../images/logo-mobile-portrait.png") center center no-repeat;
    width: 260px;
    height: 107px;
    overflow: hidden;
    text-indent: -9999px;
  }
}
/* line 218, ../sass/_page.scss */
#main-menu {
  background-color: #6f2c8a;
  *zoom: 1;
}
/* line 14, ../library/bootstrap/sass/bootstrap/_mixins.scss */
#main-menu:before, #main-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../library/bootstrap/sass/bootstrap/_mixins.scss */
#main-menu:after {
  clear: both;
}

/**
 * Footer Region
 */
/* line 227, ../sass/_page.scss */
#footer-top {
  background-color: white;
  padding: 23px 0 0 0;
  font-size: 14px;
}
/* line 234, ../sass/_page.scss */
#footer-top .block-menu-block-main-menu .block-title,
#footer-top .block-menu-block-menu-main-menu---french .block-title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
/* line 239, ../sass/_page.scss */
#footer-top a {
  color: #c3c3c3;
}

/* line 244, ../sass/_page.scss */
#footer-bottom {
  background-color: #6f2c8a;
  padding-top: 25px;
}
/* line 248, ../sass/_page.scss */
#footer-bottom .block-title {
  color: white;
}
/* line 252, ../sass/_page.scss */
#footer-bottom p {
  margin-bottom: 13px;
}
/* line 256, ../sass/_page.scss */
#footer-bottom a {
  color: #8d8926;
}
/* line 260, ../sass/_page.scss */
#footer-bottom a.btn {
  color: #fff;
}

@media (max-width: 767px) {
  /* line 265, ../sass/_page.scss */
  #footer-top {
    padding: 25px 20px 25px 20px;
    margin: 0 -20px;
  }

  /* line 270, ../sass/_page.scss */
  #footer-bottom {
    padding: 25px 20px 5px 20px;
    margin: 0 -20px;
  }
}
/* line 279, ../sass/_page.scss */
.breadcrumb {
  padding: 8px 0;
  margin: 0 0 1px 0;
  list-style: none;
  font-size: 12px;
  line-height: 14px;
}
/* line 286, ../sass/_page.scss */
.breadcrumb > li {
  display: inline-block;
  line-height: 14px;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
/* line 291, ../sass/_page.scss */
.breadcrumb > li > .divider {
  padding: 0 2px;
}

/* line 297, ../sass/_page.scss */
nav.breadcrumb {
  border-bottom: 1px solid #d2d2d2;
  -moz-box-shadow: 0 1px 0 0 #fff;
  -webkit-box-shadow: 0 1px 0 0 #fff;
  box-shadow: 0 1px 0 0 #fff;
  padding-bottom: 0;
  padding-top: 0;
}

/* line 306, ../sass/_page.scss */
#page-title {
  margin-top: 0;
}

/* line 311, ../sass/_page.scss */
body.page-node-6083 #page-title,
body.page-node-6084 #page-title,
body.page-node-6085 #page-title,
body.page-node-6086 #page-title,
body.page-node-6088 #page-title,
body.page-node-6089 #page-title,
body.page-node-6090 #page-title,
body.page-node-6091 #page-title,
body.page-node-6121 #page-title,
body.page-node-6136 #page-title,
body.page-node-6137 #page-title {
  background: transparent url("../images/donation_icons.png") no-repeat 0 0;
  line-height: 40px;
  padding-left: 98px;
  margin-bottom: 20px;
}

/* line 329, ../sass/_page.scss */
body.page-node-6083 #page-title,
body.page-node-6088 #page-title {
  padding-top: 50px;
}

/* line 334, ../sass/_page.scss */
body.page-node-6084 #page-title,
body.page-node-6089 #page-title {
  padding-top: 32px;
  background-position: 0 -200px;
}

/* line 340, ../sass/_page.scss */
body.page-node-6085 #page-title,
body.page-node-6090 #page-title {
  padding-top: 47px;
  background-position: 0 -400px;
}

/* line 346, ../sass/_page.scss */
body.page-node-6086 #page-title,
body.page-node-6091 #page-title {
  padding-top: 34px;
  padding-left: 108px;
  background-position: 0 -800px;
}

/* line 354, ../sass/_page.scss */
body.page-node-6121 #page-title,
body.page-node-6136 #page-title,
body.page-node-6137 #page-title {
  padding-top: 32px;
  background-position: 0 -600px;
}

/* line 364, ../sass/_page.scss */
#masthead {
  margin-bottom: 20px;
}

/* line 371, ../sass/_page.scss */
#banner {
  margin: 0;
}

/* line 378, ../sass/_page.scss */
#content {
  margin-top: 16px;
  margin-bottom: 40px;
}

/* line 386, ../sass/_page.scss */
#page-bottom {
  padding: 25px 0;
}
/* line 389, ../sass/_page.scss */
#page-bottom .symbol {
  display: block;
  background: transparent url("../images/symbol.png") center center no-repeat;
  width: 68px;
  height: 68px;
  overflow: hidden;
  text-indent: -9999px;
  margin-right: -18px;
}
/* line 395, ../sass/_page.scss */
#page-bottom p {
  font-size: 14px;
  line-height: 1.3em;
  margin-bottom: 0;
}
/* line 401, ../sass/_page.scss */
#page-bottom small {
  font-size: 12px;
}
/* line 405, ../sass/_page.scss */
#page-bottom .block {
  margin-bottom: 0px;
}
/* line 410, ../sass/_page.scss */
#page-bottom .block-menu-block .block-title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
/* line 415, ../sass/_page.scss */
#page-bottom .menu {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  border: none;
  margin-top: 3px;
}
/* line 419, ../sass/_page.scss */
#page-bottom .menu li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 0 6px 0 0;
  border-right: 1px solid #6f2c8a;
  margin-right: 6px;
  font-size: 18px;
  line-height: 1em;
}
/* line 427, ../sass/_page.scss */
#page-bottom .menu li.first {
  padding-left: 0;
}
/* line 431, ../sass/_page.scss */
#page-bottom .menu li.last {
  border-right: none;
}

@media (min-width: 768px) and (max-width: 979px) {
  /* line 440, ../sass/_page.scss */
  #page-bottom > .container > .row > .span11 > *, #footer-top .block-menu-block-main-menu #page-bottom > .menu-block-wrapper.container > .menu > .span11 > *,
  #footer-top .block-menu-block-menu-main-menu---french #page-bottom > .menu-block-wrapper.container > .menu > .span11 > *, #page-bottom > .container > .region-header > .span11 > * {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  /* line 447, ../sass/_page.scss */
  #page-bottom {
    padding: 25px 0;
  }
  /* line 450, ../sass/_page.scss */
  #page-bottom > .container > .row, #footer-top .block-menu-block-main-menu #page-bottom > .menu-block-wrapper.container > .menu,
  #footer-top .block-menu-block-menu-main-menu---french #page-bottom > .menu-block-wrapper.container > .menu, #page-bottom > .container > .region-header {
    position: relative;
  }
  /* line 454, ../sass/_page.scss */
  #page-bottom > .container > .row > .span1, #footer-top .block-menu-block-main-menu #page-bottom > .menu-block-wrapper.container > .menu > .span1,
  #footer-top .block-menu-block-menu-main-menu---french #page-bottom > .menu-block-wrapper.container > .menu > .span1, #page-bottom > .container > .region-header > .span1 {
    width: 68px;
    position: absolute;
    top: 0;
    left: 0;
  }
  /* line 461, ../sass/_page.scss */
  #page-bottom > .container > .row > .span11, #footer-top .block-menu-block-main-menu #page-bottom > .menu-block-wrapper.container > .menu > .span11,
  #footer-top .block-menu-block-menu-main-menu---french #page-bottom > .menu-block-wrapper.container > .menu > .span11, #page-bottom > .container > .region-header > .span11 {
    padding-left: 78px;
  }
}
@media (max-width: 767px) {
  /* line 472, ../sass/_page.scss */
  .page-node-5466 .alignright {
    display: block;
    float: none;
    margin-left: 0;
    max-width: 100%;
  }
}
/* line 484, ../sass/_page.scss */
html.lt-ie8 {
  overflow-x: hidden;
}

/* line 489, ../sass/_page.scss */
.image-404 {
  margin-bottom: -32px;
}

/* line 493, ../sass/_page.scss */
body.page-404 article.node-page {
  background: transparent url("../images/404_arrow.png") no-repeat scroll 360px 6px;
}

/* line 497, ../sass/_page.scss */
body.i18n-fr.page-404 article.node-page {
  background-position: 470px 6px;
}

@media (max-width: 767px) {
  /* line 502, ../sass/_page.scss */
  body.page-404 article.node-page {
    background: transparent none;
  }
}
@media (max-width: 979px) {
  /* line 508, ../sass/_page.scss */
  body.i18n-fr.page-404 article.node-page {
    background: transparent none;
  }
}
/* line 513, ../sass/_page.scss */
.portal_login_badge {
  text-align: right;
}
/* line 515, ../sass/_page.scss */
.portal_login_badge img {
  float: right;
}

@media screen and (max-width: 767px) {
  /* line 521, ../sass/_page.scss */
  .footer_address {
    padding-left: 84px;
  }

  /* line 525, ../sass/_page.scss */
  .portal_login_badge {
    text-align: left;
    margin-top: 10px;
  }
  /* line 528, ../sass/_page.scss */
  .portal_login_badge img {
    float: none;
  }
}
