/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************
Site Name: 
Author:  

Stylesheet: Main Stylesheet
 
Here's where the magic happens. Here, you'll see we are calli ng in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after   that we call the rest
of the styles inside media queri es.
 
Helpful articles on Sass file organization:  
http://thesassway.com/advanced/modular-css-naming-conventi ons

****************** ************ ********* ******** ************ *******/
/*********************   
IMPORTING PARTIALS    
These files are needed a t the beginning  so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.  
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 23, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 33, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/normalize */
audio, canvas, video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 42, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/normalize */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
/* line 53, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/normalize */
[hidden], template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 67, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/normalize */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
/* line 77, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/normalize */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/normalize */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 97, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/normalize */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 106, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/normalize */
a:active, a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 119, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/normalize */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 128, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/normalize */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 138, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/normalize */
b, strong, .strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 148, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/normalize */
dfn, em, .em {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
/* line 156, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/normalize */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
/* line 166, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/normalize */
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

/*
 * Addresses margins set differently in IE6/7.
 */
/* line 177, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/normalize */
pre {
  margin: 0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 188, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/normalize */
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 197, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/normalize */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
/* line 205, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/normalize */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 213, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/normalize */
q:before, q:after {
  content: '';
  content: none; }

/* line 218, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/normalize */
small, .small {
  font-size: 75%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 227, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/normalize */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 234, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/normalize */
sup {
  top: -0.5em; }

/* line 238, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/normalize */
sub {
  bottom: -0.25em; }

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
/* line 253, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/normalize */
dl, menu, ol, ul {
  margin: 1em 0; }

/* line 257, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/normalize */
dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
/* line 265, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/normalize */
menu {
  padding: 0 0 0 40px; }

/* line 270, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/normalize */
ol, ul {
  padding: 0;
  list-style-type: none; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
/* line 280, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/normalize */
nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 293, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/normalize */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 301, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/normalize */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 313, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/normalize */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 325, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/normalize */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 336, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/normalize */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 350, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/normalize */
button, input, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 362, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/normalize */
button, input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 374, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/normalize */
button, select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 389, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/normalize */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
/* line 399, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/normalize */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 409, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/normalize */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 420, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/normalize */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 433, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/normalize */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 442, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/normalize */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 452, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/normalize */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 465, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/normalize */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 472, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/normalize */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 480, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/normalize */
.image-replacement, .ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/* line 487, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/normalize */
.clearfix, .cf {
  zoom: 1; }
  /* line 489, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/normalize */
  .clearfix:before, .clearfix:after, .cf:before, .cf:after {
    content: "";
    display: table; }
  /* line 490, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/normalize */
  .clearfix:after, .cf:after {
    clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
/* line 497, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/normalize */
span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif !important;
  font-style: italic; }

/******************************************************************
Site Name:
Author:

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Typography

Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid. Or not.
Do whatever you want to...GOSH!

Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline

******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
/*  To embed your own fonts, use this syntax
  and place your fonts inside the
  library/fonts folder. For more information
  on embedding fonts, go to:
  http://www.fontsquirrel.com/
  Be sure to remove the comment brackets.
*/
/*  @font-face {
      font-family: 'Font Name';
      src: url('library/fonts/font-name.eot');
      src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
      font-weight: normal;
      font-style: normal;
  }
*/
@font-face {
  font-family: 'MuseoSans300';
  src: url('../fonts/MuseoSans_300-webfont.eot');
  src: url('../fonts/MuseoSans_300-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/MuseoSans_300-webfont.woff') format('woff'), url('../fonts/MuseoSans_300-webfont.ttf') format('truetype'), url('../fonts/MuseoSans_300-webfont.svg#MuseoSans300') format('svg');
  font-weight: normal;
  font-style: normal; }

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

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

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

/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
/*
 i imported this one in the functions file so bones would look sweet.
 don't forget to remove it for your site.
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
/* line 114, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/typography */
p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig"; }

/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.scss stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://susy.oddbird.net/ - Grids using Compass. Very elegant.
http://gridpak.com/ - Create your own responsive grid.
https://github.com/dope/lemonade - Neat lightweight grid.


The grid below is a custom built thingy I modeled a bit after
Gridset. It's VERY basic and probably shouldn't be used on
your client projects. The idea is you learn how to roll your
own grids. It's better in the long run and allows you full control
over your project's layout.

******************************************************************/
/* line 35, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/grid */
.last-col {
  float: right;
  padding-right: 0 !important; }

/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/
@media (max-width: 767px) {
  /* line 49, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/grid */
  .m-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0; }

  /* line 55, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/grid */
  .m-1of2 {
    float: left;
    width: 50%; }

  /* line 60, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/grid */
  .m-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%; }

  /* line 65, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/grid */
  .m-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%; }

  /* line 70, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/grid */
  .m-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%; }

  /* line 75, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/grid */
  .m-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%; }
 }

/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  /* line 86, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/grid */
  .t-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0; }

  /* line 92, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/grid */
  .t-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%; }

  /* line 97, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/grid */
  .t-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%; }

  /* line 102, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/grid */
  .t-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%; }

  /* line 107, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/grid */
  .t-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%; }

  /* line 112, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/grid */
  .t-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%; }

  /* line 117, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/grid */
  .t-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%; }

  /* line 122, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/grid */
  .t-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%; }

  /* line 127, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/grid */
  .t-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%; }

  /* line 132, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/grid */
  .t-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%; }
 }

/* Landscape to small desktop */
@media (min-width: 1030px) {
  /* line 142, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/grid */
  .d-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0; }

  /* line 148, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/grid */
  .d-regular {
    margin: auto;
    width: 1250px;
    padding: 0; }

  /* line 154, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/grid */
  .d-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%; }

  /* line 159, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/grid */
  .d-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%; }

  /* line 164, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/grid */
  .d-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%; }

  /* line 169, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/grid */
  .d-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%; }

  /* line 174, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/grid */
  .d-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%; }

  /* line 179, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/grid */
  .d-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%; }

  /* line 184, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/grid */
  .d-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%; }

  /* line 189, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/grid */
  .d-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%; }

  /* line 194, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/grid */
  .d-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%; }

  /* line 199, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/grid */
  .d-1of6 {
    float: left;
    padding-right: 0.75em;
    width: 16.66667%; }

  /* line 204, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/grid */
  .d-1of7 {
    float: left;
    padding-right: 0.75em;
    width: 14.28571%; }

  /* line 209, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/grid */
  .d-2of7 {
    float: left;
    padding-right: 0.75em;
    width: 28.57143%; }

  /* line 214, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/grid */
  .d-3of7 {
    float: left;
    padding-right: 0.75em;
    width: 42.85714%; }

  /* line 219, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/grid */
  .d-4of7 {
    float: left;
    padding-right: 0.75em;
    width: 57.14286%; }

  /* line 224, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/grid */
  .d-5of7 {
    float: left;
    padding-right: 0.75em;
    width: 71.42857%; }

  /* line 229, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/grid */
  .d-6of7 {
    float: left;
    padding-right: 0.75em;
    width: 85.71429%; }

  /* line 234, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/grid */
  .d-1of8 {
    float: left;
    padding-right: 0.75em;
    width: 12.5%; }

  /* line 239, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/grid */
  .d-1of9 {
    float: left;
    padding-right: 0.75em;
    width: 11.11111%; }

  /* line 244, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/grid */
  .d-1of10 {
    float: left;
    padding-right: 0.75em;
    width: 10%; }

  /* line 249, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/grid */
  .d-1of11 {
    float: left;
    padding-right: 0.75em;
    width: 9.09091%; }

  /* line 254, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/grid */
  .d-1of12 {
    float: left;
    padding-right: 0.75em;
    width: 8.33%; }
 }

/********************* 
IMPORTING MODULES   
Modules are reusable blocks or elements we use throughout t he project.
We can break them up as much as  we want or just keep them all  in one.
I mean, you ca n do whatever you  want. The world is your oyster. Unless
you hate oysters, then the worl d is your peanut butter & jelly sandwich.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Alert Styles

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet.

******************************************************************/
/* line 15, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/modules/alerts */
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

/* line 21, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/modules/alerts */
.alert-help {
  border-color: #e8dc59;
  background: #ebe16f; }

/* line 27, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/modules/alerts */
.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8; }

/* line 33, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/modules/alerts */
.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4; }

/* line 39, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/modules/alerts */
.alert-success {
  border-color: #deeaae;
  background: #e6efc2; }

/******************************************************************
Site Name:
Author:

Stylesheet: Button Styles

Buttons are a pretty important part of your site's style, so it's
important to have a consistent baseline for them. Use this stylesheet
to create all kinds of buttons.

Helpful Links:
http://galp.in/blog/2011/08/02/the-ui-guide-part-1-buttons/

******************************************************************/
/*********************
BUTTON DEFAULTS
We're gonna use a placeholder selector here
so we can use common styles. We then use this
to load up the defaults in all our buttons.

Here's a quick video to show how it works:
http://www.youtube.com/watch?v=hwdVpKiJzac

*********************/
/* line 27, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/modules/buttons */
.blue-btn {
  display: inline-block;
  position: relative;
  font-family: "MuseoSans300", Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 0.9em;
  font-size: 34px;
  line-height: 34px;
  font-weight: normal;
  padding: 0 24px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out; }
  /* line 44, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/modules/buttons */
  .blue-btn:hover, .blue-btn:focus {
    color: #fff;
    text-decoration: none; }
  /* line 50, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/modules/buttons */
  .blue-btn:active {
    top: 1px; }

/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
/* line 61, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/modules/buttons */
.blue-btn {
  background-color: #00b3be; }
  /* line 66, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/modules/buttons */
  .blue-btn:hover, .blue-btn:focus {
    background-color: #00a0aa; }
  /* line 70, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/modules/buttons */
  .blue-btn:active {
    background-color: #009ba5; }

/******************************************************************
Site Name:
Author:

Stylesheet: Form Styles

We put all the form and button styles in here to setup a consistent
look. If we need to customize them, we can do this in the main
stylesheets and just override them. Easy Peasy.

You're gonna see a few data-uri thingies down there. If you're not
sure what they are, check this link out:
http://css-tricks.com/data-uris/
If you want to create your own, use this helpful link:
http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/

******************************************************************/
/*********************
INPUTS
*********************/
/* line 23, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/modules/forms */
.spcial-input {
  margin: 10px 10px 10px 4px !important; }

/* line 42, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/modules/forms */
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"], select, textarea, .field {
  display: block;
  padding: 0 12px;
  margin: 14px 10px 10px 4px;
  text-align: center;
  color: #00B3BE;
  font-size: 1.5em;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  width: 100%;
  background-color: #eaedf2;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out; }
  /* line 59, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/modules/forms */
  input[type="text"]:focus, input[type="text"]:active, input[type="password"]:focus, input[type="password"]:active, input[type="datetime"]:focus, input[type="datetime"]:active, input[type="datetime-local"]:focus, input[type="datetime-local"]:active, input[type="date"]:focus, input[type="date"]:active, input[type="month"]:focus, input[type="month"]:active, input[type="time"]:focus, input[type="time"]:active, input[type="week"]:focus, input[type="week"]:active, input[type="number"]:focus, input[type="number"]:active, input[type="email"]:focus, input[type="email"]:active, input[type="url"]:focus, input[type="url"]:active, input[type="search"]:focus, input[type="search"]:active, input[type="tel"]:focus, input[type="tel"]:active, input[type="color"]:focus, input[type="color"]:active, select:focus, select:active, textarea:focus, textarea:active, .field:focus, .field:active {
    background-color: #FFFFFF;
    outline: none;
    border: 1px solid #989898; }
  /* line 67, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/modules/forms */
  input[type="text"][disabled], input[type="text"].is-disabled, input[type="password"][disabled], input[type="password"].is-disabled, input[type="datetime"][disabled], input[type="datetime"].is-disabled, input[type="datetime-local"][disabled], input[type="datetime-local"].is-disabled, input[type="date"][disabled], input[type="date"].is-disabled, input[type="month"][disabled], input[type="month"].is-disabled, input[type="time"][disabled], input[type="time"].is-disabled, input[type="week"][disabled], input[type="week"].is-disabled, input[type="number"][disabled], input[type="number"].is-disabled, input[type="email"][disabled], input[type="email"].is-disabled, input[type="url"][disabled], input[type="url"].is-disabled, input[type="search"][disabled], input[type="search"].is-disabled, input[type="tel"][disabled], input[type="tel"].is-disabled, input[type="color"][disabled], input[type="color"].is-disabled, select[disabled], select.is-disabled, textarea[disabled], textarea.is-disabled, .field[disabled], .field.is-disabled {
    cursor: not-allowed;
    border-color: #cfcfcf;
    opacity: 0.6; }
    /* line 73, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/modules/forms */
    input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active, input[type="password"][disabled]:focus, input[type="password"][disabled]:active, input[type="password"].is-disabled:focus, input[type="password"].is-disabled:active, input[type="datetime"][disabled]:focus, input[type="datetime"][disabled]:active, input[type="datetime"].is-disabled:focus, input[type="datetime"].is-disabled:active, input[type="datetime-local"][disabled]:focus, input[type="datetime-local"][disabled]:active, input[type="datetime-local"].is-disabled:focus, input[type="datetime-local"].is-disabled:active, input[type="date"][disabled]:focus, input[type="date"][disabled]:active, input[type="date"].is-disabled:focus, input[type="date"].is-disabled:active, input[type="month"][disabled]:focus, input[type="month"][disabled]:active, input[type="month"].is-disabled:focus, input[type="month"].is-disabled:active, input[type="time"][disabled]:focus, input[type="time"][disabled]:active, input[type="time"].is-disabled:focus, input[type="time"].is-disabled:active, input[type="week"][disabled]:focus, input[type="week"][disabled]:active, input[type="week"].is-disabled:focus, input[type="week"].is-disabled:active, input[type="number"][disabled]:focus, input[type="number"][disabled]:active, input[type="number"].is-disabled:focus, input[type="number"].is-disabled:active, input[type="email"][disabled]:focus, input[type="email"][disabled]:active, input[type="email"].is-disabled:focus, input[type="email"].is-disabled:active, input[type="url"][disabled]:focus, input[type="url"][disabled]:active, input[type="url"].is-disabled:focus, input[type="url"].is-disabled:active, input[type="search"][disabled]:focus, input[type="search"][disabled]:active, input[type="search"].is-disabled:focus, input[type="search"].is-disabled:active, input[type="tel"][disabled]:focus, input[type="tel"][disabled]:active, input[type="tel"].is-disabled:focus, input[type="tel"].is-disabled:active, input[type="color"][disabled]:focus, input[type="color"][disabled]:active, input[type="color"].is-disabled:focus, input[type="color"].is-disabled:active, select[disabled]:focus, select[disabled]:active, select.is-disabled:focus, select.is-disabled:active, textarea[disabled]:focus, textarea[disabled]:active, textarea.is-disabled:focus, textarea.is-disabled:active, .field[disabled]:focus, .field[disabled]:active, .field.is-disabled:focus, .field.is-disabled:active {
      background-color: #d5edf8; }

/* line 82, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/modules/forms */
input[type="password"] {
  letter-spacing: 0.3em; }

/* line 87, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/modules/forms */
textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em; }

/********************* 
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
/* line 17, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
html {
  height: 100%; }

/* line 18, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
body {
  background: #00b3be;
  font-family: "MuseoSans300", Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #898989;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 29, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
body:after {
  display: none;
  content: url(../images/ar-ourpillars.jpg) url(../images/ar-speciallity.jpg) url(../images/ar-funding.jpg) url(../images/ar-group-photo.jpg); }

/* line 34, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
.parallax-window {
  min-height: 400px;
  background: transparent; }

/* line 39, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
.overflow {
  overflow: hidden; }

/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
LAYOUT & GRID STYLES
*********************/
/* line 88, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
.wrap {
  width: 96%;
  margin: 0 auto; }

/*********************
LINK STYLES
*********************/
/* line 98, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
a, a:visited {
  color: #45D9E2;
  /* on hover */
  /* on click */
  /* mobile tap color */ }
  /* line 102, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
  a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: #45D9E2; }
  /* line 112, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
  a:link, a:visited:link {
    /*
		this highlights links on iPhones/iPads.
		so it basically works like the :hover selector
		for mobile devices.
		*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
/* line 126, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: 500;
  /*
	if you're going to use webfonts, be sure to check your weights
	http://css-tricks.com/watch-your-font-weight/
	*/
  /* removing text decoration from all headline links */ }
  /* line 135, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none; }

/* line 140, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
h1, .h1 {
  font-size: 2.5em;
  line-height: 1.333em; }

/* line 145, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
h2, .h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em; }

/* line 151, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
h3, .h3 {
  font-size: 1.125em; }

/* line 155, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
h4, .h4 {
  font-size: 1.1em;
  font-family: "MuseoSans300", Arial, sans-serif; }

/* line 160, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px; }

/*********************
HEADER STYLES
*********************/
/* line 171, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
.header {
  background-color: #FFFFFF;
  position: fixed;
  width: 100%;
  max-height: 70px;
  padding: 5px;
  z-index: 50;
  border-bottom: 1px solid #dedede; }

/* line 181, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
.logo {
  float: left; }
  /* line 184, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
  .logo img {
    float: left;
    height: 42px;
    margin: 8px; }
  /* line 190, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
  .logo h2 {
    float: left;
    font-size: 14px;
    margin: 20px 0;
    font-weight: 900; }
    /* line 196, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
    .logo h2 span {
      color: #00b3be; }

/*********************
NAVIGATION STYLES
*********************/
/* line 206, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
.nav {
  border-bottom: none;
  float: right;
  margin: 20px 0 17px;
  font-size: 13px;
  /* end .menu ul li */
  /* highlight current page */
  /* end current highlighters */ }
  /* line 211, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
  .nav li {
    float: left;
    position: relative;
    /* showing sub-menus */ }
    /* line 214, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
    .nav li a {
      display: block;
      color: #898989;
      text-decoration: none;
      padding: 0 5px;
      margin: 0;
      border-bottom: 4px solid white;
      -webkit-transition: all 0.1s linear;
      -moz-transition: all 0.1s linear;
      transition: all 0.1s linear; }
      /* line 224, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
      .nav li a:hover, .nav li a:focus {
        color: #00b3be;
        border-bottom: 4px solid #00b3be; }
    /* line 233, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
    .nav li ul.sub-menu, .nav li ul.children {
      margin-top: -4px;
      background: #fff;
      color: #898989;
      border: 1px solid #d2d2d2;
      border-top: 5px solid #00b3be;
      padding: 5px 7px 10px 7px;
      position: absolute;
      visibility: hidden;
      z-index: 8999;
      -webkit-border-radius: 0 0 5px 5px;
      border-radius: 0 0 5px 5px;
      /* highlight sub-menu current page */ }
      /* line 245, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
      .nav li ul.sub-menu li, .nav li ul.children li {
        /*
				if you need to go deeper, go nuts
				just remember deeper menus suck
				for usability. k, bai.
				*/ }
        /* line 246, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
        .nav li ul.sub-menu li a, .nav li ul.children li a {
          border-right: 0;
          display: block;
          padding: 4px;
          width: 180px;
          -webkit-transition: none;
          -moz-transition: none;
          transition: none;
          -webkit-border-radius: 2px;
          border-radius: 2px; }
          /* line 257, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
          .nav li ul.sub-menu li a:hover, .nav li ul.sub-menu li a:focus, .nav li ul.children li a:hover, .nav li ul.children li a:focus {
            border: none;
            background: #F0F0F0; }
        /* line 270, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
        .nav li ul.sub-menu li:last-child a, .nav li ul.children li:last-child a {
          border-bottom: 0; }
        /* line 280, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
        .nav li ul.sub-menu li ul, .nav li ul.children li ul {
          top: 0;
          left: 100%; }
      /* line 293, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
      .nav li ul.sub-menu:hover > main-li, .nav li ul.children:hover > main-li {
        border-bottom: 4px solid #00b3be; }
    /* line 299, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
    .nav li:hover > ul {
      top: auto;
      visibility: visible; }

/* end .nav */
/* line 317, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
#mobilenav .slicknav_menu {
  background: #ffffff;
  border-bottom: 1px solid #f8f9fa; }
/* line 318, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
#mobilenav .slicknav_btn {
  background: #00b3be; }
/* line 319, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
#mobilenav .slicknav_menu .slicknav_menutxt {
  text-shadow: none; }
/* line 320, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
#mobilenav .slicknav_nav {
  font-size: 0.8em; }
  /* line 322, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
  #mobilenav .slicknav_nav a {
    margin: 2px 0px;
    text-decoration: none;
    color: #898989; }

/*********************
POSTS & CONTENT STYLES
*********************/
/* line 335, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
.languages a {
  text-align: center;
  margin: auto;
  display: block;
  border: 1px solid #C1C1C1;
  padding: 50px 20px;
  font-size: 1.5em;
  text-decoration: none;
  font-weight: bold; }
  /* line 345, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
  .languages a:hover, .languages a:focus {
    background: #DAFDFF !important; }
/* line 350, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
.languages h2 {
  margin: 0 0 15px 0; }

/* line 354, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
#content {
  margin-top: 1.5em; }

/* line 358, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
.hentry {
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 1.5em;
  border: 1px solid #ccc; }
  /* line 364, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
  .hentry header {
    border-bottom: 1px solid #f8f9fa;
    padding: 1.5em; }
  /* line 371, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
  .hentry footer p {
    margin: 0; }

/* end .hentry */
/* line 380, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
.single-title, .page-title, .entry-title {
  margin: 0; }

/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
/* line 403, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
.byline {
  color: #9fa6b4;
  font-style: italic;
  margin: 0; }

/* entry content */
/* line 412, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
.entry-content {
  padding: 1.5em 1.5em 0;
  /*
			image alignment on a screen this size may be
			a bit difficult. It's set to start aligning
			and floating images at the next breakpoint,
			but it's up to you. Feel free to change it up.
			*/ }
  /* line 415, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
  .entry-content p {
    margin: 0 0 1.5em; }
  /* line 440, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
  .entry-content table {
    width: 100%;
    border: 1px solid #eaedf2;
    margin-bottom: 1.5em; }
    /* line 445, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
    .entry-content table caption {
      margin: 0 0 7px;
      font-size: 0.75em;
      color: #9fa6b4;
      text-transform: uppercase;
      letter-spacing: 1px; }
  /* line 454, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
  .entry-content tr {
    border-bottom: 1px solid #eaedf2; }
    /* line 457, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
    .entry-content tr:nth-child(even) {
      background-color: #f8f9fa; }
  /* line 462, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
  .entry-content td {
    padding: 7px;
    border-right: 1px solid #eaedf2; }
    /* line 466, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
    .entry-content td:last-child {
      border-right: 0; }
  /* line 471, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
  .entry-content th {
    background-color: #f8f9fa;
    border-bottom: 1px solid #eaedf2;
    border-right: 1px solid #eaedf2; }
    /* line 476, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
    .entry-content th:last-child {
      border-right: 0; }
  /* line 481, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
  .entry-content blockquote {
    margin: 0 0 1.5em 0.75em;
    padding: 0 0 0 0.75em;
    border-left: 3px solid #00b3be;
    font-style: italic;
    color: #9fa6b4; }
  /* line 496, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
  .entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em; }
  /* line 503, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
  .entry-content img {
    margin: 0 0 1.5em 0;
    max-width: 100%;
    height: auto; }
  /* line 523, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
  .entry-content .size-auto, .entry-content .size-full, .entry-content .size-large, .entry-content .size-medium, .entry-content .size-thumbnail {
    max-width: 100%;
    height: auto; }
  /* line 528, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
  .entry-content pre {
    background: #323944;
    color: #f8f9fa;
    font-size: 0.9em;
    padding: 1.5em;
    margin: 0 0 1.5em;
    border-radius: 3px; }

/* end .entry-content */
/* line 539, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */ }
  /* line 545, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  /* line 551, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/* line 585, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
.tags {
  margin: 0; }

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
/* line 594, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
.pagination, .wp-prev-next {
  margin: 1.5em 0; }

/* line 597, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
.pagination {
  text-align: center; }
  /* line 600, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
  .pagination ul {
    display: inline-block;
    background-color: #fff;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border-radius: 3px; }
  /* line 609, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
  .pagination li {
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden;
    border-right: 1px solid #eaedf2; }
  /* line 618, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
  .pagination a, .pagination span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1em;
    font-size: 1em;
    font-weight: normal;
    padding: 0.75em;
    min-width: 1em;
    display: block;
    color: #00b3be; }
    /* line 630, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
    .pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
      background-color: #00b3be;
      color: #fff; }
  /* line 636, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
  .pagination .current {
    cursor: default;
    color: #898989; }
    /* line 640, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
    .pagination .current:hover, .pagination .current:focus {
      background-color: #fff;
      color: #898989; }

/* end .bones_page_navi */
/* fallback previous & next links */
/* line 653, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
.wp-prev-next .prev-link {
  float: left; }
/* line 657, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
.wp-prev-next .next-link {
  float: right; }

/* end .wp-prev-next */
/******************************************************************
NDSD WORDMARK
******************************************************************/
/* line 667, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
.ndsd-mark {
  margin: 0;
  color: #Fff;
  text-shadow: none;
  font-size: 0.97em; }

/* line 674, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
.subtitle {
  display: block;
  background: #fff;
  padding: 5px;
  font-size: 0.85em;
  text-align: center;
  width: 250px;
  color: #00b3be; }

/* line 684, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
.french-subtitle {
  width: 342px !important; }

/* line 686, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
.br-quote {
  position: fixed;
  z-index: -5;
  opacity: 0.1;
  bottom: 11%;
  right: 23%; }

/******************************************************************
General Styles
******************************************************************/
/* line 697, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
.logo-header {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 50px; }
  /* line 703, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
  .logo-header .container {
    max-width: 1200px;
    width: 85%;
    margin: auto; }

/* line 710, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
#screenForm {
  background: none;
  height: 100%; }

/* line 711, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
#entrance, .ui-page {
  background: none;
  padding-top: 0;
  height: auto !important;
  width: 100%;
  position: relative;
  margin: 0 0 50px 0; }

/* line 720, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
.ui-content {
  width: 85%;
  padding: 25px;
  position: relative;
  margin: 200px auto 0 auto;
  max-width: 1200px;
  background: #fff;
  webkit-box-shadow: 5px 5px 0 0 #008f98;
  box-shadow: 5px 5px 0 0 #008f98; }

/* line 731, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
p {
  text-shadow: none; }

/* line 742, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
.ui-page-theme-a .ui-btn, html .ui-bar-a .ui-btn, html .ui-body-a .ui-btn, html body .ui-group-theme-a .ui-btn, html head + body .ui-btn.ui-btn-a, .ui-page-theme-a .ui-btn:visited, html .ui-bar-a .ui-btn:visited, html .ui-body-a .ui-btn:visited, html body .ui-group-theme-a .ui-btn:visited, html head + body .ui-btn.ui-btn-a:visited {
  background-color: #fff;
  border: none;
  font-size: 1em;
  text-align: center;
  color: #424242;
  text-shadow: none;
  border: 1px solid #C1C1C1; }
  /* line 751, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
  .ui-page-theme-a .ui-btn:hover, .ui-page-theme-a .ui-btn:focus, html .ui-bar-a .ui-btn:hover, html .ui-bar-a .ui-btn:focus, html .ui-body-a .ui-btn:hover, html .ui-body-a .ui-btn:focus, html body .ui-group-theme-a .ui-btn:hover, html body .ui-group-theme-a .ui-btn:focus, html head + body .ui-btn.ui-btn-a:hover, html head + body .ui-btn.ui-btn-a:focus, .ui-page-theme-a .ui-btn:visited:hover, .ui-page-theme-a .ui-btn:visited:focus, html .ui-bar-a .ui-btn:visited:hover, html .ui-bar-a .ui-btn:visited:focus, html .ui-body-a .ui-btn:visited:hover, html .ui-body-a .ui-btn:visited:focus, html body .ui-group-theme-a .ui-btn:visited:hover, html body .ui-group-theme-a .ui-btn:visited:focus, html head + body .ui-btn.ui-btn-a:visited:hover, html head + body .ui-btn.ui-btn-a:visited:focus {
    background: #ebebeb;
    text-shadow: none !important; }

/* line 757, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
.nxt-btn {
  margin: 50px 1% 0 0; }
  /* line 759, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
  .nxt-btn .next {
    width: 24% !important;
    background: #00b3be !important;
    color: #fff !important;
    box-shadow: none !important;
    border: none !important; }
    /* line 765, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
    .nxt-btn .next:hover, .nxt-btn .next:focus {
      background: #03D5E2 !important;
      text-shadow: none !important; }

/* line 772, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
.pcontent {
  width: 85%;
  padding: 0;
  position: relative;
  margin: 200px auto 0 auto;
  max-width: 1200px;
  background: #fff;
  webkit-box-shadow: 5px 5px 0 0 #008f98;
  box-shadow: 5px 5px 0 0 #008f98;
  border: 1px solid white; }
  /* line 783, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
  .pcontent .pcontainer {
    padding: 25px;
    border-top: 1px solid #D0D0D0; }
  /* line 784, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
  .pcontent .main-question {
    margin: 0;
    font-size: 1.8em;
    padding: 20px;
    text-align: Center;
    background: #D3F5F7; }
  /* line 791, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
  .pcontent .pquest {
    border-top: 1px solid #D0D0D0;
    color: #000;
    padding: 35px 25px; }
    /* line 795, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
    .pcontent .pquest h4 {
      margin: 0;
      text-shadow: none;
      text-align: center;
      font-size: 1.3em; }
    /* line 801, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
    .pcontent .pquest .ui-select {
      width: 24%;
      margin: 25px auto 0 auto;
      float: none; }
  /* line 807, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
  .pcontent .nxt-btn {
    padding: 35px 0 0 0;
    border-top: 1px solid #D0D0D0;
    margin: 25px; }
  /* line 832, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
  .pcontent input[type="text"], .pcontent input[type="password"], .pcontent input[type="datetime"], .pcontent input[type="datetime-local"], .pcontent input[type="date"], .pcontent input[type="month"], .pcontent input[type="time"], .pcontent input[type="week"], .pcontent input[type="number"], .pcontent input[type="email"], .pcontent input[type="url"], .pcontent input[type="search"], .pcontent input[type="tel"], .pcontent input[type="color"], .pcontent select, .pcontent textarea, .pcontent .field {
    margin: auto; }
  /* line 835, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
  .pcontent .ui-controlgroup-horizontal .ui-controlgroup-controls {
    width: 100%; }

/* line 839, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
.ui-yes {
  width: 50%;
  margin: 25px auto 0 auto;
  float: none; }
  /* line 843, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
  .ui-yes .ui-radio {
    width: 49%;
    margin: 0 1% 0 0; }
  /* line 847, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
  .ui-yes input {
    border: 1px solid #C1C1C1 !important; }

/* line 851, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
.ui-controlgroup-controls {
  width: 100%; }

/* line 855, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
.text-area {
  width: 25%;
  margin: 26px auto 0; }

/* line 860, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
.ui-btn {
  border-radius: 5px !important; }

/***** - BUTTONS - *****/
/* line 863, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
.exp {
  height: 20px;
  opacity: 0.5;
  display: none;
  margin: auto; }

/* line 870, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
.expt {
  display: block; }

/* line 871, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
.expand-exp {
  display: block; }

/* line 872, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
.expand-expt {
  display: none; }

/******************************************************************
HOMEPAGE CSS
******************************************************************/
/* line 878, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
.home-thanks {
  font-size: 1.4em;
  text-shadow: none; }

/* line 883, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
.home-p {
  width: 70%; }

/******************************************************************
QUESTION CSS
******************************************************************/
/* line 891, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
.sub-question, .main-question {
  margin: 15px auto;
  text-shadow: none;
  font-size: 1.2em; }

/* line 897, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
.sub-question {
  margin: 0 0 20px 0;
  background: #EFEFEF;
  padding: 50px;
  text-align: center;
  font-size: 2em;
  font-family: "MuseoSans700", Arial, sans-serif; }

/* line 906, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
.main-question {
  margin: 0;
  font-size: 1.8em; }

/* line 912, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
.radio-buttons .ui-radio, .radio-buttons .ui-select, .radio-buttons .ui-checkbox {
  width: 24%;
  margin: 1% 1% 0 0;
  float: left; }
  /* line 916, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
  .radio-buttons .ui-radio label, .radio-buttons .ui-select label, .radio-buttons .ui-checkbox label {
    float: none; }
/* line 920, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
.radio-buttons h4 {
  margin: 0;
  text-shadow: none; }
/* line 924, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
.radio-buttons #language_details {
  margin: -2px 0 0 0;
  width: 350px;
  float: left; }

/* line 936, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
.ui-body-a, .ui-page-theme-a .ui-body-inherit, html .ui-bar-a .ui-body-inherit, html .ui-body-a .ui-body-inherit, html body .ui-group-theme-a .ui-body-inherit, html .ui-panel-page-container-a {
  background: none;
  border: none;
  text-shadow: none;
  box-shadow: none; }

/*********************
RESULTS PAGE
*********************/
/* line 947, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
.result {
  background: #fff; }
  /* line 950, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
  .result p {
    margin: 2px;
    color: black; }

/* line 956, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
.score_blue {
  color: #00B3BE;
  text-shadow: none;
  margin: 0; }

/* line 962, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
.score_orange {
  color: #FF8800;
  text-shadow: none;
  margin: 0; }

/* line 968, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
.score_red {
  color: #FF0000;
  text-shadow: none;
  margin: 0; }

/* line 974, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
.ccclink {
  background: #fff;
  padding: 10px;
  /* display: block; */
  /* width: auto; */
  /* float: right; */
  margin: 10px 0 0 0; }

/* line 983, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
.score-sheet {
  background: #fff;
  padding: 25px; }
  /* line 987, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
  .score-sheet ol {
    list-style-type: decimal;
    margin: 0 0 17px 45px; }
  /* line 989, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
  .score-sheet .guidelines {
    margin: 0 0 15px 0; }
  /* line 991, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
  .score-sheet .bottom-note {
    margin: 15px 0 0 0; }
    /* line 994, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
    .score-sheet .bottom-note p {
      color: #000;
      font-size: 0.8em; }
    /* line 999, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
    .score-sheet .bottom-note .copyright {
      font-size: 0.7em;
      margin: 15px 0 30px 0; }
  /* line 1005, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
  .score-sheet .ccclogo {
    float: right;
    margin: 12px 0 0 0; }
  /* line 1009, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
  .score-sheet .cccinfo {
    text-align: center; }

/*********************
FOOTER STYLES
*********************/
/* line 1017, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/base */
.footer-info {
  height: 17%;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #fff;
  min-height: 120px;
  padding: 1.8%;
  text-align: center;
  font-size: 0.8em; }

/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly ful l screen viewers.
*********************/
/*********************
DESKTOP
This is the average viewing window. So  Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles. 
*********************/
@media all and (max-width: 1080px) and (min-width: 0px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Desktop Stylsheet

This is the desktop size. It's larger than an iPad so it will only
be seen on the Desktop.

******************************************************************/
  /* line 12, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/1030up */
  .wrap {
    width: 1040px; }

  /* line 16, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/1030up */
  .generic .hsContainer {
    min-height: 800px; }

  /* line 22, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/1030up */
  .center .article-container {
    width: 95% !important; }
    /* line 25, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/1030up */
    .center .article-container article {
      max-width: 1000px; }

  /*************************************
********* COMMUNITY SECTION **********
*************************************/
  /* line 35, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/1030up */
  .com-section {
    height: 350px; }
    /* line 37, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/1030up */
    .com-section .white {
      width: 60%; }
      /* line 39, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/1030up */
      .com-section .white span {
        padding: 0 25px 0 45px !important; }
    /* line 41, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/1030up */
    .com-section img {
      height: 350px; }

  /* line 43, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/1030up */
  .top-coms {
    margin: 0; }

  /* line 44, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/1030up */
  .com-right {
    width: 40%; }

  /* line 45, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/1030up */
  .com-text {
    min-height: 350px;
    line-height: 350px; }
    /* line 48, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/1030up */
    .com-text span {
      font-size: 14px; }

  /* line 51, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/1030up */
  .directors ul li {
    width: 50%; }

  /* line 52, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/1030up */
  .directors ul li h3 {
    font-size: 13px; }

  /* line 53, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/1030up */
  .directors ul li h4 {
    font-size: 12px; }

  /* IE9 SVG, needs conditional override of 'filter' to 'none' */ }

@media all and (max-width: 900px) and (min-width: 0px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Tablet & Small Desktop Stylesheet

Here's where you can start getting into the good stuff.
This size will work on iPads, other tablets, and desktops.
So you can start working with more styles, background images,
and other resources. You'll also notice the grid starts to
come into play. Have fun!

******************************************************************/
  /*********************
  RADIO BUTTONS
*********************/
  /* line 18, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/900up */
  .radio-buttons {
    width: 100%; }

  /* line 24, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/900up */
  .radio-buttons .ui-radio, .radio-buttons .ui-select, .radio-buttons .ui-checkbox {
    width: 100%;
    margin: 10px 0 0 0; }

  /* line 31, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/900up */
  .radio-buttons .ui-radio label, .radio-buttons .ui-select label, .radio-buttons .ui-checkbox label {
    width: 100%;
    font-size: 1em;
    font-weight: 100; }

  /* line 46, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/900up */
  .ui-page-theme-a .ui-btn, html .ui-bar-a .ui-btn, html .ui-body-a .ui-btn, html body .ui-group-theme-a .ui-btn, html head + body .ui-btn.ui-btn-a, .ui-page-theme-a .ui-btn:visited, html .ui-bar-a .ui-btn:visited, html .ui-body-a .ui-btn:visited, html body .ui-group-theme-a .ui-btn:visited, html head + body .ui-btn.ui-btn-a:visited {
    width: 99%;
    float: left; }

  /* line 51, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/900up */
  .ui-controlgroup-horizontal .ui-controlgroup-controls {
    width: 100%; }

  /*********************
     QUESTIONS
*********************/
  /* line 58, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/900up */
  .nxt-btn .next {
    width: 100% !important; }

  /* line 60, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/900up */
  .main-question {
    font-size: 1.3em;
    text-align: Center; }

  /*********************
  HOMEPAGE TEXT
*********************/
  /* line 68, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/900up */
  .home-p {
    width: 100%; }
 }

/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media all and (max-width: 768px) and (min-width: 0px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Tablet & Small Desktop Stylesheet

Here's where you can start getting into the good stuff.
This size will work on iPads, other tablets, and desktops.
So you can start working with more styles, background images,
and other resources. You'll also notice the grid starts to
come into play. Have fun!

******************************************************************/
  /*********************
     HEADER SIZE
*********************/
  /* line 20, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/768up */
  .logo-header {
    top: 10px; }
    /* line 22, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/768up */
    .logo-header .container {
      width: 95%; }
      /* line 24, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/768up */
      .logo-header .container img {
        width: 100%;
        max-width: 250px; }
    /* line 29, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/768up */
    .logo-header .subtitle {
      width: 100%;
      max-width: 350px;
      margin: auto; }
    /* line 34, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/768up */
    .logo-header .ndsd-mark {
      width: 100%;
      margin: 0;
      text-align: center; }

  /* line 41, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/768up */
  .m-1of3 {
    width: 100%;
    text-align: center; }

  /* line 46, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/768up */
  .m-2of3 {
    width: 100%;
    padding-right: 0; }

  /* line 51, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/768up */
  .ui-content {
    margin: 155px auto 0 auto !important; }

  /*********************
 HOMEPAGE MOVE AROUND
*********************/
  /* line 55, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/768up */
  .ui-content {
    margin: 155px auto 0 auto !important;
    width: 98%; }

  /* line 56, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/768up */
  #entrance, .ui-page {
    height: auto !important; }

  /* line 57, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/768up */
  .footer-info {
    display: none; }

  /*********************
    TEST QUESTIONS
*********************/
  /* line 64, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/768up */
  .twoWeeks {
    text-align: center; }

  /* line 65, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/768up */
  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"], select, textarea, .field {
    width: 97%;
    max-width: none; }

  /* line 71, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/768up */
  .sub-question {
    font-size: 1.5em !important; }

  /* line 72, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/768up */
  .main-question {
    font-size: 1.2em !important; }

  /* line 73, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/768up */
  .text-area {
    width: 100%; }

  /* line 74, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/768up */
  .pcontent .pquest .ui-select {
    width: 100%; }
 }

@media all and (max-width: 550px) and (min-width: 0px) {
  /* line 116, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/style.scss */
  .radio-buttons .ui-radio, .radio-buttons .ui-select, .radio-buttons .ui-checkbox {
    width: 99%; }
 }

/********* ************  
LARGER MOBILE DEVICES  
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet . Let's call them
tweeners.  
*********************/
@media all and (max-width: 481px) and (min-width: 0px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: 530x and Up Stylesheet

This stylesheet is loaded for larger devices. It's set to
481px because at 530px it would load on a landscaped iPhone.
This isn't ideal because then you would be loading all those
extra styles on that same mobile connection.

A word of warning. This size COULD be a larger mobile device,
so you still want to keep it pretty light and simply expand
upon your base.scss styles.

******************************************************************/
  /*********************
     HEADER SIZE
*********************/
  /* line 22, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/481up */
  .logo-header {
    top: 10px; }
    /* line 24, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/481up */
    .logo-header .container {
      width: 95%; }
      /* line 26, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/481up */
      .logo-header .container img {
        width: 100%;
        max-width: 250px; }
    /* line 31, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/481up */
    .logo-header .subtitle {
      width: 100%; }
    /* line 32, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/481up */
    .logo-header .ndsd-mark {
      width: 100%;
      margin: 0; }

  /* line 38, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/481up */
  .m-1of3 {
    width: 100%;
    text-align: center; }

  /* line 43, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/481up */
  .m-2of3 {
    width: 100%;
    padding-right: 0; }

  /*********************
 HOMEPAGE MOVE AROUND
*********************/
  /* line 51, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/481up */
  .start {
    position: absolute;
    top: 0;
    float: none; }

  /* line 56, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/481up */
  .home-thanks {
    margin: 85px 0 0 0; }

  /* line 57, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/481up */
  .logo-header .container img {
    width: 150px !important; }

  /*********************
    TEST QUESTIONS
*********************/
  /* line 62, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/481up */
  .sub-question {
    padding: 24px; }

  /* line 63, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/481up */
  .nxt-btn {
    margin: 25px 1% 0 0; }

  /* line 64, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/481up */
  .ui-yes {
    width: 100%; }

  /* line 65, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/481up */
  .ui-content {
    margin: 130px auto 0 auto !important; }
 }

@media all and (max-width: 300px) and (min-width: 0px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: 299px and Up Stylesheet

This stylesheet is loaded for larger devices. It's set to
481px because at 480px it would load on a landscaped iPhone.
This isn't ideal because then you would be loading all those
extra styles on that same mobile connection.

A word of warning. This size COULD be a larger mobile device,
so you still want to keep it pretty light and simply expand
upon your base.scss styles.

******************************************************************/
  /*
IMPORTANT NOTE ABOUT SASS 3.3 & UP
You can't use @extend within media queries
anymore, so just be aware that if you drop
them in here, they won't work.
*/
  /*********************
NAVIGATION STYLES
*********************/
  /* line 30, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/299up */
  .header {
    padding: 0;
    max-height: 55px; }

  /* line 35, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/299up */
  .nav {
    display: none; }

  /* .menu is clearfixed inside mixins.scss */
  /* line 38, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/299up */
  .menu {
    /* end .menu ul */ }
    /* line 39, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/299up */
    .menu ul {
      /* end .menu ul li */
      /* highlight current page */
      /* end current highlighters */ }
      /* line 40, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/299up */
      .menu ul li {
        /*
				plan your menus and drop-downs wisely.
				*/ }
        /* line 41, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/299up */
        .menu ul li a {
          /*
					you can use hover styles here even though this size
					has the possibility of being a mobile device.
					*/ }

  /* end .menu */
  /* line 82, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/299up */
  .logo img {
    width: 120px;
    margin: 7px 8px; }
  /* line 87, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/299up */
  .logo h2 {
    display: none; }

  /*********************
POSTS & CONTENT STYLES
*********************/
  /*********************'
    Generic Script
*********************/
  /* line 98, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/299up */
  .shadow-image, .shadow-image-right {
    display: none; }

  /* line 101, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/299up */
  .generic .hsContainer {
    min-height: 600px; }
  /* line 102, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/299up */
  .generic .messages {
    width: 100%; }
    /* line 104, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/299up */
    .generic .messages .article-container {
      width: 100%; }
    /* line 105, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/299up */
    .generic .messages .finance-article {
      padding: 25px 8px; }
    /* line 106, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/299up */
    .generic .messages .finance {
      font-size: 0.8em; }
      /* line 108, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/299up */
      .generic .messages .finance .number {
        text-align: center; }
    /* line 111, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/299up */
    .generic .messages article {
      margin: 0;
      padding: 10px;
      width: 100%; }
      /* line 116, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/299up */
      .generic .messages article h2 {
        text-align: center; }
    /* line 118, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/299up */
    .generic .messages .sidebar {
      width: 100%;
      margin: 0 0 0 0; }
    /* line 122, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/299up */
    .generic .messages .quote .center-container {
      padding: 20px;
      width: 100%; }
  /* line 127, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/299up */
  .generic .mid-break {
    width: 100%;
    margin: auto; }
    /* line 130, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/299up */
    .generic .mid-break img {
      margin: 0; }

  /* line 135, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/299up */
  .divider {
    margin: 25px 0; }

  /* line 137, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/299up */
  .team ul li {
    width: 116px;
    margin: 8px 8px; }

  /* line 142, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/299up */
  .ourpeople p {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1; }

  /* entry content */
  /* line 150, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/299up */
  .entry-content {
    /* at this larger size, we can start to align images */ }
    /* line 153, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/299up */
    .entry-content .alignleft, .entry-content img.alignleft {
      margin-right: 1.5em;
      display: inline;
      float: left; }
    /* line 158, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/299up */
    .entry-content .alignright, .entry-content img.alignright {
      margin-left: 1.5em;
      display: inline;
      float: right; }
    /* line 163, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/breakpoints/299up */
    .entry-content .aligncenter, .entry-content img.aligncenter {
      margin-right: auto;
      margin-left: auto;
      display: block;
      clear: both; }

  /* end .entry-content */
  /*********************
FOOTER STYLES
*********************/
  /*
check your menus here. do they look good?
do they need tweaking?
*/

  /* end .footer-links */ }

/*********************
    HEIGHT SIZES!  
*********************/
@media all and (max-height: 800px) and (min-height: 0px) {
  /* line 148, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/style.scss */
  .footer-info {
    bottom: -121px; }

  /* line 149, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/style.scss */
  .ui-content {
    margin: 225px auto 0 auto; }
 }

@media all and (max-height: 700px) and (min-height: 0px) {
  /*********************
     HEADER SIZE 
*********************/
  /* line 158, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/style.scss */
  .logo-header {
    top: 10px; }
    /* line 160, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/style.scss */
    .logo-header .container {
      width: 95%; }
      /* line 162, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/style.scss */
      .logo-header .container img {
        width: 100%;
        max-width: 250px; }
    /* line 167, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/style.scss */
    .logo-header .subtitle {
      width: 100%;
      max-width: 350px;
      margin: auto; }
    /* line 172, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/style.scss */
    .logo-header .ndsd-mark {
      width: 100%;
      margin: 0;
      text-align: center; }

  /* line 179, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/style.scss */
  .m-1of3 {
    width: 100%;
    text-align: center; }

  /* line 184, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/style.scss */
  .m-2of3 {
    width: 100%;
    padding-right: 0; }

  /* line 189, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/style.scss */
  .footer-info {
    display: none; }

  /* line 190, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/style.scss */
  #entrance, .ui-page {
    height: auto !important; }
 }

@media all and (max-height: 600px) and (min-height: 0px) {
  /*********************
 HOMEPAGE MOVE AROUND 
*********************/
  /* line 200, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/style.scss */
  .start {
    position: absolute;
    top: 0;
    float: none; }

  /* line 205, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/style.scss */
  .home-thanks {
    margin: 85px 0 0 0; }
 }

/********************* 
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts. 
*********************/
/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************
Site Name:
Author:

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
  /* line 13, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/print */
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  /* line 21, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/print */
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    /* line 26, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/print */
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    /* line 31, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/print */
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }

  /* line 38, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/print */
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  /* line 42, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/print */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /* line 47, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/print */
  thead {
    display: table-header-group; }

  /* line 51, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/print */
  tr, img {
    page-break-inside: avoid; }

  /* line 55, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/print */
  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  /* line 63, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/print */
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  /* line 69, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/print */
  h2, h3 {
    page-break-after: avoid; }

  /* line 78, G:/Communications/Events/National Depression Screening Day/Online Screening Test/NDSD Test 2015 - With French/scss/partials/print */
  .sidebar, .page-navigation, .wp-prev-next, .respond-form, nav {
    display: none; }
 }

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