@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 11, _normalize.scss */
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 30, _normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 41, _normalize.scss */
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 51, _normalize.scss */
[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 66, _normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 76, _normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 88, _normalize.scss */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 96, _normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 104, _normalize.scss */
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 118, _normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 127, _normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 135, _normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 144, _normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 152, _normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 162, _normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 171, _normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 183, _normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 191, _normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 199, _normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 207, _normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 215, _normalize.scss */
sup {
  top: -0.5em;
}

/* line 219, _normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 231, _normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 239, _normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 251, _normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 263, _normalize.scss */
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 274, _normalize.scss */
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 285, _normalize.scss */
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 299, _normalize.scss */
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 311, _normalize.scss */
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 324, _normalize.scss */
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 336, _normalize.scss */
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 346, _normalize.scss */
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 358, _normalize.scss */
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 370, _normalize.scss */
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 379, _normalize.scss */
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 390, _normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 403, _normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local("Lato Light"), local("Lato-Light"), url(http://themes.googleusercontent.com/static/fonts/lato/v7/kcf5uOXucLcbFOydGU24WALUuEpTyoUstqEm5AMlJo4.woff) format("woff");
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local("Lato Regular"), local("Lato-Regular"), url(http://themes.googleusercontent.com/static/fonts/lato/v7/qIIYRU-oROkIk8vfvxw6QvesZW2xOQ-xsNqO47m55DA.woff) format("woff");
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local("Lato Bold"), local("Lato-Bold"), url(http://themes.googleusercontent.com/static/fonts/lato/v7/qdgUG4U09HnJwhYI-uK18wLUuEpTyoUstqEm5AMlJo4.woff) format("woff");
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: local("Lato Italic"), local("Lato-Italic"), url(http://themes.googleusercontent.com/static/fonts/lato/v7/RYyZNoeFgb0l7W3Vu1aSWOvvDin1pK8aKteLpeZ5c0A.woff) format("woff");
}
@font-face {
  font-family: "afs";
  src: url("/fonts/afs.eot");
  src: url("/fonts/afs.eot?#iefix") format("embedded-opentype"), url("/fonts/afs.woff") format("woff"), url("/fonts/afs.ttf") format("truetype"), url("/fonts/afs.svg#afs") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Style Guide */
/* Colors */
/* Typeography */
/* line 5, _base.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 11, _base.scss */
html {
  background: #fff;
}
/* line 14, _base.scss */
html.logged-out {
  background: #ad1419;
}

/* line 17, _base.scss */
body {
  font: 400 14px/20px "Open Sans", sans-serif;
  color: #000000;
  padding: 59px 0 0 195px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/* line 25, _base.scss */
html.logged-out body {
  padding: 30px;
}
/* line 28, _base.scss */
html.logged-out body a {
  text-decoration: none;
}

/* line 34, _base.scss */
html.section-assess body {
  padding: 0;
}

/* line 38, _base.scss */
a {
  color: #194585;
  text-decoration: underline;
  -webkit-tap-highlight-color: transparent;
}

/* line 44, _base.scss */
a:hover {
  color: #112f5a;
  text-decoration: none;
}

/* line 49, _base.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 54, _base.scss */
a img {
  border: none;
}

/* line 58, _base.scss */
p, ul, ol, dl {
  margin: 0 0 15px 0;
}

/* line 62, _base.scss */
ul, ol {
  padding-left: 25px;
}

/* line 66, _base.scss */
ul {
  list-style-type: disc;
}

/* line 70, _base.scss */
ol {
  list-style-type: decimal;
}

/* line 74, _base.scss */
dt {
  font-weight: 700;
}

/* line 78, _base.scss */
dd {
  margin: 0 0 5px 25px;
}

/* line 82, _base.scss */
small {
  font-size: 75%;
}

/* line 86, _base.scss */
hr {
  background: none;
  border: none;
  border-top: 1px solid #d5d5d5;
  font-size: 0px;
  line-height: 0px;
  overflow: hidden;
  margin: 20px 0;
}

/* line 96, _base.scss */
blockquote {
  padding: 25px;
  margin: 0 0 25px 0;
}

/* line 101, _base.scss */
iframe {
  border: none;
}

/* line 105, _base.scss */
:focus, :active {
  outline: none;
}

/* line 109, _base.scss */
video {
  max-width: 100%;
  margin: 0 0 15px 0;
}

/* line 114, _base.scss */
audio {
  margin: 0 0 15px 0;
}

/* line 5, _typeography.scss */
h1, h2, h3, h4, h5 {
  color: #272f39;
  font-weight: 400;
}

/* line 10, _typeography.scss */
h1 {
  font-size: 24px;
  line-height: 30px;
}

/* line 15, _typeography.scss */
h2 {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 15px 0;
}

/* line 21, _typeography.scss */
h2 span {
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}

/* line 27, _typeography.scss */
h2 span i {
  margin: 0 5px;
}

/* line 31, _typeography.scss */
h3 {
  font-size: 18px;
  line-height: 22px;
  margin: 20px 0 5px 0;
}

/* line 37, _typeography.scss */
h4 {
  font-size: 14px;
  margin: 0 0 5px 0;
}

/* line 5, _forms.scss */
fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

/* line 11, _forms.scss */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="file"],
textarea,
select,
button {
  font: 400 14px/20px "Open Sans", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/* line 23, _forms.scss */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="file"],
textarea,
select {
  background: #fff;
  border: 1px solid #d5d5d5;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px 0px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px 0px inset;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px 0px inset;
  color: #6f747b;
  padding: 5px 10px;
  vertical-align: middle;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 37, _forms.scss */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  outline: 0;
  border-color: #db1a20;
}
/* line 42, _forms.scss */
input[type="text"].error,
input[type="email"].error,
input[type="password"].error,
input[type="file"].error,
textarea.error,
select.error {
  border-color: #da9696;
  background-color: #f5e9e9;
}

/* line 48, _forms.scss */
input[type="text"],
input[type="email"],
input[type="password"],
select {
  height: 39px;
}

/* line 55, _forms.scss */
input[type="file"] {
  font-size: 12px;
  line-height: 15px;
  padding-bottom: 10px;
  padding-top: 10px;
}

/* line 62, _forms.scss */
textarea {
  max-width: 100%;
  padding: 12px 15px;
}

/* line 67, _forms.scss */
optgroup {
  font-weight: 700;
}

/* line 71, _forms.scss */
input[disabled="disabled"] {
  background: #f6f6f6;
}

/* line 80, _forms.scss */
.error-message {
  background: #f5e9e9 url("../img/bg/error-message.png") 20px 20px no-repeat;
  border: 1px solid #3f3f3f;
  color: #3f3f3f;
  padding: 25px 20px 25px 65px;
  margin-bottom: 30px;
}

/* line 88, _forms.scss */
.error-message h2 {
  color: #3f3f3f;
  font-size: 14px;
  line-height: 20px;
}

/* line 99, _forms.scss */
.hasCustomSelect {
  z-index: 999;
}

/* line 103, _forms.scss */
.customSelect {
  background: #fff;
  border: 1px solid #d5d5d5;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px 0px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px 0px inset;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px 0px inset;
  color: #6f747b;
  line-height: 20px;
  padding: 10px 100px 10px 10px;
  position: relative;
  vertical-align: middle;
  z-index: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 118, _forms.scss */
.customSelect:after {
  content: "";
  border-left: 1px solid #d5d5d5;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) -1px 0 1px 1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) -1px 0 1px 1px;
  box-shadow: rgba(0, 0, 0, 0.1) -1px 0 1px 1px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 40px;
}

/* line 135, _forms.scss */
.customSelect.customSelectHover {
  /* Styles for when the select box is hovered */
}

/* line 139, _forms.scss */
.customSelect.customSelectOpen {
  /* Styles for when the select box is open */
}

/* line 143, _forms.scss */
.customSelect.customSelectFocus {
  /* Styles for when the select box is in focus */
}

/* line 147, _forms.scss */
.customSelect.customSelectDisabledOption {
  /* Styles for when the selected item is a disabled one */
}

/* line 151, _forms.scss */
.customSelect.customSelectDisabled {
  /* Styles for when the select box itself is disabled */
}

/* line 5, _buttons.scss */
.button {
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #8d877c;
  color: #fff;
  border: none;
  font-size: 13px;
  line-height: 22px;
  font-weight: 700;
  padding: 10px 25px;
  position: relative;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  white-space: nowrap;
}
/* line 23, _buttons.scss */
.button:hover {
  color: #fff;
  background: #ad1419;
}
/* line 28, _buttons.scss */
.button:active {
  background: #ad1419;
}
/* line 32, _buttons.scss */
.button:focus {
  outline: none;
}

/* line 37, _buttons.scss */
.button-alt {
  background: #db1a20;
}
/* line 40, _buttons.scss */
.button-alt:hover {
  color: #fff;
  background: #99938a;
}
/* line 45, _buttons.scss */
.button-alt:active {
  background: #807a6f;
}
/* line 49, _buttons.scss */
.button-alt:focus {
  outline: none;
}

/* line 54, _buttons.scss */
.button-link {
  background: #e1e1e1;
  color: #252e39;
}
/* line 58, _buttons.scss */
.button-link:hover {
  color: #252e39;
  background: #eeeeee;
}
/* line 63, _buttons.scss */
.button-link:active {
  background: #d4d4d4;
}
/* line 67, _buttons.scss */
.button-link:focus {
  outline: none;
}

/* line 72, _buttons.scss */
.button-small {
  font-size: 12px;
  line-height: 18px;
  padding: 6px 15px;
}

/* line 78, _buttons.scss */
.button[data-icon]:before {
  font-family: "afs" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  vertical-align: top;
}

/* line 5, _layout.scss */
#site-main {
  position: relative;
  min-width: 960px;
}

/* line 10, _layout.scss */
#site-main > .main {
  padding: 20px;
}
/* line 13, _layout.scss */
#site-main > .main.standout {
  background: #eee;
}

/* line 19, _layout.scss */
#main-header {
  border-bottom: 1px solid #dfdfdf;
  padding: 20px;
}

/* line 25, _layout.scss */
#main-footer p {
  margin-top: 15px;
  padding-left: 20px;
}

/* line 5, _masthead.scss */
#site-nav {
  background: #ad1419;
  list-style: none;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 195px;
  z-index: 9999;
}

/* line 16, _masthead.scss */
#site-nav li {
  margin: 0;
  position: relative;
}

/* line 21, _masthead.scss */
#site-nav li a {
  display: block;
  position: relative;
  text-decoration: none;
}

/* line 27, _masthead.scss */
#site-nav li.home a {
  background: #ad1419 url("/img/branding--face--medium.png") 50% 12px no-repeat;
  -moz-background-size: 45px 42px;
  -o-background-size: 45px 42px;
  -webkit-background-size: 45px 42px;
  background-size: 45px 42px;
  color: white;
  height: 106px;
  padding: 65px 30px 0 30px;
  font-size: 13px;
  line-height: 15px;
  font-weight: 700;
  text-align: center;
}

/* line 39, _masthead.scss */
#site-nav li.primary {
  border-bottom: 2px solid #ad1419;
}

/* line 44, _masthead.scss */
#site-nav li.primary > a {
  background: #db1a20;
  color: #f8e4c4;
  font-weight: bold;
  font-size: 13px;
  line-height: 17px;
  padding: 16px 15px;
}
/* line 52, _masthead.scss */
#site-nav li.primary > a:before {
  display: block;
  font-family: "afs";
  font-size: 18px;
  line-height: 20px;
  text-indent: 0;
  text-align: center;
  position: absolute;
  top: 27px;
  left: 0;
  width: 50px;
}

/* line 66, _masthead.scss */
#site-nav li.primary:hover > a,
#site-nav li.primary > a:hover {
  background: #c9181d;
  color: #fff;
}

/* line 72, _masthead.scss */
#site-nav li.primary .sub {
  background: #db1a20;
  border-left: none;
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 5px;
  position: absolute;
  left: 100%;
  top: -2px;
  width: 195px;
}

/* line 85, _masthead.scss */
#site-nav li.primary:hover .sub {
  display: block;
  margin: 0;
  padding: 0;
}

/* line 91, _masthead.scss */
#site-nav li.primary .sub li {
  margin: 0;
  border-bottom: 2px solid #ad1419;
}

/* line 96, _masthead.scss */
#site-nav li.primary .sub a {
  color: #f8e4c4;
  padding: 10px;
}
/* line 101, _masthead.scss */
#site-nav li.primary .sub a:hover {
  background: #c9181d;
  color: #fff;
}

/* line 115, _masthead.scss */
#site-utils {
  background: #fff;
  border-bottom: 1px solid #dfdfdf;
  position: fixed;
  top: 0;
  right: 0;
  left: 195px;
  height: 59px;
  padding: 20px;
  z-index: 9999;
}

/* line 127, _masthead.scss */
#site-utils p {
  font-size: 16px;
  font-weight: 700;
}

/* line 132, _masthead.scss */
#site-utils p span {
  font-weight: 400;
}

/* line 141, _masthead.scss */
#user-nav {
  background: #fff;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
}

/* line 149, _masthead.scss */
#user-nav li {
  border-left: 1px solid #dfdfdf;
  float: left;
  height: 58px;
}

/* Account */
/* line 157, _masthead.scss */
#user-nav li.account {
  font-size: 12px;
  padding: 12px 18px;
  line-height: 17px;
  position: relative;
}

/* line 164, _masthead.scss */
#user-nav li.account strong {
  display: block;
}

/* line 168, _masthead.scss */
#user-nav li.account a {
  color: #31363c;
  text-decoration: none;
}

/* Notify */
/* line 176, _masthead.scss */
#user-nav li.notify {
  width: 54px;
}

/* line 180, _masthead.scss */
#user-nav li.notify a {
  color: #22282e;
  text-align: left;
  text-indent: -12345px;
  overflow: hidden;
  display: block;
  height: 58px;
  position: relative;
}
/* line 187, _masthead.scss */
#user-nav li.notify a.active {
  background: #f7f7f7;
  height: 59px;
}
/* line 192, _masthead.scss */
#user-nav li.notify a:hover {
  background: #f7f7f7;
}
/* line 196, _masthead.scss */
#user-nav li.notify a:after {
  content: "b";
  display: block;
  font-family: "afs";
  font-size: 22px;
  line-height: 58px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 58px;
  text-indent: 0;
  z-index: 1;
}
/* line 212, _masthead.scss */
#user-nav li.notify a i {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #ee0024;
  color: #fff;
  display: block;
  font-size: 10px;
  font-weight: 700;
  font-style: normal;
  line-height: 13px;
  text-align: center;
  position: absolute;
  top: 20px;
  right: 10px;
  width: 13px;
  height: 13px;
  text-indent: 0;
  z-index: 2;
}

/* Logout */
/* line 235, _masthead.scss */
#user-nav li.logout {
  padding: 4px 6px;
  position: relative;
}

/* line 240, _masthead.scss */
#user-nav li.logout a {
  background: #db1a20;
  display: block;
  text-align: left;
  text-indent: -12345px;
  overflow: hidden;
  width: 50px;
  height: 50px;
  position: relative;
}
/* line 248, _masthead.scss */
#user-nav li.logout a:hover {
  background: #ad1419;
}
/* line 252, _masthead.scss */
#user-nav li.logout a:after {
  color: #fff;
  content: "c";
  display: block;
  font-family: "afs";
  font-size: 22px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  text-indent: 0;
}

/* line 5, _components.scss */
#notifications {
  background: #f7f7f7;
  border: 1px solid #dfdfdf;
  padding: 30px 20px;
  position: fixed;
  left: 164px;
  right: 0;
  top: -100%;
  -moz-transition: top 0.5s;
  -o-transition: top 0.5s;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
}
/* line 16, _components.scss */
#notifications.active {
  top: 58px;
}

/* line 22, _components.scss */
#notifications h2 {
  color: #000;
  margin: 0 0 15px 0;
}

/* line 27, _components.scss */
#notifications ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 31, _components.scss */
#notifications ul li {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 10px 0;
  padding: 10px 12px;
  position: relative;
}
/* line 39, _components.scss */
#notifications ul li.warning {
  background: #f4e4e4;
  border: 1px solid #e7c7c7;
  color: #db0f0f;
}
/* line 40, _components.scss */
#notifications ul li.important {
  background: #f5ece1;
  border: 1px solid #e2c297;
  color: #df8d00;
}

/* line 43, _components.scss */
#notifications ul li a {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 10px;
  padding: 6px 10px;
  position: absolute;
  top: 4px;
  right: 4px;
  text-decoration: none;
}
/* line 54, _components.scss */
#notifications ul li a:after {
  content: "i";
  font-family: "afs";
  line-height: inherit;
  margin-left: 5px;
}

/* line 63, _components.scss */
#notifications ul .warning a {
  background: #dd3a3a;
}
/* line 63, _components.scss */
#notifications ul .warning a:hover {
  background: #e15050;
}
/* line 64, _components.scss */
#notifications ul .important a {
  background: #e29b21;
}
/* line 64, _components.scss */
#notifications ul .important a:hover {
  background: #e5a538;
}

/* line 72, _components.scss */
.sortable-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-collapse: collapse;
  margin: 20px 0;
}

/* line 80, _components.scss */
.sortable-list ul li {
  background: #ffffff;
  border-top: 1px dotted #e1e1e1;
  color: #000;
  padding: 10px 110px 10px 55px;
  position: relative;
}
/* line 87, _components.scss */
.sortable-list ul li:first-of-type {
  border-top: none;
}
/* line 91, _components.scss */
.sortable-list ul li:before {
  color: #d4d4d4;
  content: "d";
  font-size: 18px;
  font-family: "afs";
  position: absolute;
  top: 10px;
  left: 15px;
}
/* line 101, _components.scss */
.sortable-list ul li:hover:before {
  color: #000;
}

/* line 106, _components.scss */
.sortable-list ul li:hover {
  background: #f1f1f1;
}

/* line 110, _components.scss */
.sortable-list ul li .action-edit,
.sortable-list ul li .action-delete,
.sortable-list ul li .action-view {
  display: block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: left;
  text-indent: -12345px;
  overflow: hidden;
  background: #fff;
  color: #333a45;
  position: absolute;
  top: 10px;
  width: 30px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}
/* line 125, _components.scss */
.sortable-list ul li .action-edit:before,
.sortable-list ul li .action-delete:before,
.sortable-list ul li .action-view:before {
  display: block;
  font-size: 18px;
  font-family: "afs" !important;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  width: 100%;
  height: 24px;
  top: 0;
  left: 0;
  text-indent: 0;
}
/* line 140, _components.scss */
.sortable-list ul li .action-edit:hover,
.sortable-list ul li .action-delete:hover,
.sortable-list ul li .action-view:hover {
  background: #fefefe;
}

/* line 143, _components.scss */
.sortable-list ul li .action-view {
  right: 80px;
}
/* line 146, _components.scss */
.sortable-list ul li .action-view:before {
  content: "g";
}

/* line 152, _components.scss */
.sortable-list ul li .action-edit {
  right: 45px;
}
/* line 155, _components.scss */
.sortable-list ul li .action-edit:before {
  content: "k";
}

/* line 161, _components.scss */
.sortable-list ul li .action-delete {
  right: 10px;
}
/* line 164, _components.scss */
.sortable-list ul li .action-delete:before {
  content: "j";
}

/* line 176, _components.scss */
.data-table table {
  background: #fff;
  border: 1px solid #e1e1e1;
  border-collapse: collapse;
  margin: 15px 0;
  width: 100%;
}

/* line 184, _components.scss */
.data-table table th,
.data-table table td {
  border: none;
  text-align: left;
  vertical-align: top;
}

/* line 191, _components.scss */
.data-table table thead th {
  background: #e1e1e1;
  font-weight: 700;
  padding: 5px 10px;
}

/* line 201, _components.scss */
.data-table table tbody td {
  padding: 10px;
}

/* Action buttons */
/* line 208, _components.scss */
.data-table .action a {
  display: block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: left;
  text-indent: -12345px;
  overflow: hidden;
  position: relative;
  width: 30px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}
/* line 218, _components.scss */
.data-table .action a:before {
  display: block;
  font-size: 40px;
  font-family: "afs" !important;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  width: 100%;
  height: 40px;
  top: 10px;
  left: -8px;
  text-indent: 0;
}

/* line 234, _components.scss */
.data-table .action .view {
  background: transparent url("../img/icons/icon-view-sent.png") no-repeat center center;
  color: #333a45;
}
/* line 238, _components.scss */
.data-table .action .view:hover {
  background: #fefefe url("../img/icons/icon-view-sent.png") no-repeat center center;
}
/* line 239, _components.scss */
.data-table .action .view:before {
  content: "";
}

/* line 244, _components.scss */
.data-table .action .send {
  background: transparent url("../img/icons/icon-send2.png") no-repeat center center;
  color: #333a45;
}
/* line 248, _components.scss */
.data-table .action .send:hover {
  background: #fefefe url("../img/icons/icon-send2.png") no-repeat center center;
}
/* line 249, _components.scss */
.data-table .action .send:before {
  content: "";
}

/* line 252, _components.scss */
.data-table .action .edit {
  background: #e1e1e1;
  color: #272f39;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 0 5px;
  text-indent: 0;
  text-decoration: none;
  width: auto;
}
/* line 261, _components.scss */
.data-table .action .edit:hover {
  background: #414d5c;
  color: #fff;
}

/* Intro */
/* line 272, _components.scss */
.schedules-intro {
  margin: 0 0 20px 0;
}

/* Detail */
/* line 279, _components.scss */
.schedule-detail {
  background: #252e39;
  padding: 12px;
  position: relative;
}

/* line 285, _components.scss */
.schedule-detail h3 {
  color: #fff;
  margin: 0;
}

/* line 290, _components.scss */
.schedule-detail h3 span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  color: #b7babd;
  font-weight: 400;
  margin-left: 20px;
}

/* line 297, _components.scss */
.schedule-detail a {
  color: #fff;
  position: absolute;
  top: 10px;
  right: 12px;
  text-decoration: none;
}
/* line 304, _components.scss */
.schedule-detail a:before {
  content: "k";
  font-family: "afs" !important;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
  vertical-align: top;
}

/* line 316, _components.scss */
#user-nav li.logout a
.primary-users > a:before {
  content: "a";
}

/* line 318, _components.scss */
.primary-companies > a:before {
  content: "f";
}

/* line 319, _components.scss */
.primary-risk > a:before {
  content: "e";
}

/* line 320, _components.scss */
.primary-schedule > a:before {
  content: "g";
}

/* line 321, _components.scss */
.primary-reports > a:before {
  content: "d";
}

/* Table */
/* line 326, _components.scss */
.schedule-table {
  margin: 0 0 20px 0;
}

/* line 330, _components.scss */
.schedule-table table {
  background: #fff;
  border: 1px solid #e1e1e1;
  border-collapse: collapse;
  margin: 0;
  width: 100%;
}

/* line 338, _components.scss */
.schedule-table table td {
  border: none;
  text-align: left;
  vertical-align: top;
}

/* line 344, _components.scss */
.schedule-table table tbody td {
  padding: 10px;
}

/* line 348, _components.scss */
.schedule-table table tbody td strong {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-right: 10px;
}

/* line 353, _components.scss */
.schedule-table table tbody .add-row {
  background: #eee;
  vertical-align: middle;
}

/* line 358, _components.scss */
.schedule-table table tbody .add-row td {
  vertical-align: middle;
}

/* line 362, _components.scss */
.schedule-table table tbody .add-row input {
  width: 60px;
}

/* Action buttons */
/* line 369, _components.scss */
.schedule-table .action a {
  display: block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: left;
  text-indent: -12345px;
  overflow: hidden;
  position: relative;
  width: 30px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}
/* line 379, _components.scss */
.schedule-table .action a:before {
  display: block;
  font-size: 18px;
  font-family: "afs" !important;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  width: 100%;
  height: 24px;
  top: 0;
  left: 0;
  text-indent: 0;
}

/* line 395, _components.scss */
.schedule-table .action .add-schedule {
  background: #5eb807;
  color: #fff;
}
/* line 399, _components.scss */
.schedule-table .action .add-schedule:hover {
  background: #6bd108;
}
/* line 400, _components.scss */
.schedule-table .action .add-schedule:before {
  content: "i";
}

/* line 403, _components.scss */
.schedule-table .action .delete-schedule {
  background: #fff;
  color: #333a45;
}
/* line 407, _components.scss */
.schedule-table .action .delete-schedule:hover {
  background: #fefefe;
}
/* line 408, _components.scss */
.schedule-table .action .delete-schedule:before {
  content: "j";
}

/* Actions */
/* line 6, _helpers.scss */
.schedule-actions:before, .schedule-actions:after {
  content: " ";
  display: table;
}
/* line 11, _helpers.scss */
.schedule-actions:after {
  clear: both;
}

/* line 6, _helpers.scss */
.table-actions:before, .table-actions:after {
  content: " ";
  display: table;
}
/* line 11, _helpers.scss */
.table-actions:after {
  clear: both;
}

/* line 432, _components.scss */
.pagination {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}
/* line 6, _helpers.scss */
.pagination:before, .pagination:after {
  content: " ";
  display: table;
}
/* line 11, _helpers.scss */
.pagination:after {
  clear: both;
}

/* line 438, _components.scss */
.pagination li {
  float: left;
  margin: 0 0 0 2px;
}

/* line 443, _components.scss */
.pagination li a {
  background: #e1e1e1;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: block;
  color: #272f39;
  font-size: 12px;
  line-height: 14px;
  padding: 7px 10px;
  text-decoration: none;
}

/* line 454, _components.scss */
.pagination li a:hover {
  background: #272f39;
  color: #fff;
}

/* line 465, _components.scss */
#main-header h1 {
  margin: 0;
}

/* line 469, _components.scss */
.header-actions {
  margin: 20px;
}

/* line 478, _components.scss */
.breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 6, _helpers.scss */
.breadcrumbs:before, .breadcrumbs:after {
  content: " ";
  display: table;
}
/* line 11, _helpers.scss */
.breadcrumbs:after {
  clear: both;
}

/* line 483, _components.scss */
.breadcrumbs li {
  float: left;
  margin: 0;
}

/* line 499, _components.scss */
.breadcrumbs li a {
  color: #22282e;
  font-size: 12px;
  line-height: 14px;
  text-decoration: none;
}

/* line 506, _components.scss */
.breadcrumbs li a:hover {
  color: #000;
}

/* line 515, _components.scss */
.form .form-row {
  margin: 0 0 20px 0;
}

/* line 6, _helpers.scss */
.form-cols .form-row:before, .form-cols .form-row:after {
  content: " ";
  display: table;
}
/* line 11, _helpers.scss */
.form-cols .form-row:after {
  clear: both;
}

/* line 523, _components.scss */
.form-cols ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 10px 0 20px;
}

/* line 528, _components.scss */
.form-cols textarea {
  margin-bottom: 20px;
}

/* line 532, _components.scss */
.form-cols .form-row .form-col {
  float: left;
  width: 50%;
}

/* line 537, _components.scss */
.form-row label {
  display: block;
  margin: 0 0 5px 0;
}

/* line 542, _components.scss */
.form-row input,
.form-row select {
  display: block;
  width: 95%;
}

/* line 548, _components.scss */
.form-cols input[type="checkbox"] {
  width: 25px;
  float: left;
  margin-top: 3px;
}

/* line 554, _components.scss */
.form-cols input[type="radio"] {
  margin-right: 0;
  width: 25px;
  float: left;
  margin-top: 3px;
}

/* line 561, _components.scss */
.col-date select {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 30%;
  max-width: 80px;
  margin-right: 1%;
}

/* line 568, _components.scss */
.form-actions .button {
  min-width: 150px;
}

/* Selector */
/* line 574, _components.scss */
.form-selector {
  position: relative;
  margin: 0 0 20px 0;
}
/* line 6, _helpers.scss */
.form-selector:before, .form-selector:after {
  content: " ";
  display: table;
}
/* line 11, _helpers.scss */
.form-selector:after {
  clear: both;
}

/* line 580, _components.scss */
.form-selector .select {
  width: 43%;
}
/* line 583, _components.scss */
.form-selector .select:first-of-type {
  float: left;
}
/* line 584, _components.scss */
.form-selector .select:last-of-type {
  float: right;
}

/* line 587, _components.scss */
.form-selector .select label {
  display: block;
}

/* line 591, _components.scss */
.form-selector .select select {
  width: 100%;
  height: 150px;
}

/* line 596, _components.scss */
.form-selector .actions {
  padding-top: 58px;
  position: absolute;
  top: 0;
  left: 43%;
  width: 14%;
  text-align: center;
}

/* line 605, _components.scss */
.form-selector .actions .button {
  font-family: "afs";
  width: 80%;
  margin: 2px auto;
}

/* line 616, _components.scss */
.data-cols {
  max-width: 800px;
}
/* line 6, _helpers.scss */
.data-cols:before, .data-cols:after {
  content: " ";
  display: table;
}
/* line 11, _helpers.scss */
.data-cols:after {
  clear: both;
}

/* line 621, _components.scss */
.data-cols .data-col {
  float: left;
  width: 50%;
}

/* line 626, _components.scss */
.data-col .data-row {
  margin: 10px 0;
}

/* line 630, _components.scss */
.data-col .data-row strong {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 136px;
}

/* line 642, _components.scss */
.intro-cols {
  display: table;
  width: 100%;
}

/* line 648, _components.scss */
.intro-cols .col {
  background: #eee;
  display: table-cell;
  vertical-align: top;
  text-align: left;
}

/* line 655, _components.scss */
.intro-cols .data {
  padding: 20px;
}

/* line 659, _components.scss */
.intro-cols .data .data-row {
  font-weight: 300;
  margin: 10px 0;
}

/* line 664, _components.scss */
.intro-cols .data .data-row strong {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 225px;
}

/* Aside */
/* line 672, _components.scss */
.intro-cols .col-aside {
  background: #dfdfdf;
  padding: 20px;
}

/* line 677, _components.scss */
.intro-cols .col-aside h3 {
  color: #b7b9ba;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}

/* line 686, _components.scss */
.intro-cols .col-aside .progress {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 690, _components.scss */
.intro-cols .col-aside .progress li {
  color: #252e39;
  font-weight: 700;
  margin: 10px 0;
  position: relative;
  padding: 0 0 0 20px;
}

/* line 698, _components.scss */
.intro-cols .col-aside .progress .inactive {
  color: #575d65;
  font-weight: 300;
}

/* line 703, _components.scss */
.intro-cols .col-aside .progress .current:before {
  background: #db1a20;
  content: "";
  width: 4px;
  top: 0;
  bottom: 0;
  position: absolute;
  left: -20px;
}

/* line 713, _components.scss */
.intro-cols .col-aside .progress strong {
  position: absolute;
  left: 0;
}

/* list */
/* line 725, _components.scss */
.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 30px 0 0 0;
}

/* line 730, _components.scss */
.comment-list > li {
  padding: 0 0 0 165px;
  position: relative;
  margin: 0 0 20px 0;
}

/* line 736, _components.scss */
.comment-list .user {
  font-size: 12px;
  font-weight: 300;
  position: absolute;
  left: 0;
  top: 15px;
  width: 125px;
}

/* line 745, _components.scss */
.comment-list .user strong {
  display: block;
}

/* line 749, _components.scss */
.comment-list .comment {
  background: #eeeeee;
  border: 1px solid #f1f1f1;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 20px;
  position: relative;
}
/* line 756, _components.scss */
.comment-list .comment:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-right: 20px solid #eee;
  border-bottom: 20px solid transparent;
  position: absolute;
  left: -19px;
  top: 20px;
}

/* line 765, _components.scss */
.comment-list .downloads {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #edf3fa;
  border: 1px solid #dce5ef;
  font-size: 13px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 8px 12px;
}

/* line 774, _components.scss */
.comment-list .downloads li {
  margin: 5px 0;
}

/* line 778, _components.scss */
.comment-list .downloads li a {
  color: #5e728a;
  font-weight: 700;
  text-decoration: none;
  padding-left: 26px;
  position: relative;
}
/* line 785, _components.scss */
.comment-list .downloads li a:before {
  content: "b";
  font-family: "afs";
  position: absolute;
  left: 0;
}
/* line 792, _components.scss */
.comment-list .downloads li a:hover {
  color: #272f39;
}
/* line 796, _components.scss */
.comment-list .downloads li a:hover:before {
  color: #db1a20;
}

/* line 801, _components.scss */
.comment-list .downloads li em {
  font-weight: 300;
  font-style: normal;
}

/* Add comment */
/* line 809, _components.scss */
.add-comment {
  background: #f1f1f1;
  padding: 20px;
}

/* line 814, _components.scss */
.add-comment .comment {
  margin: 0 0 20px 0;
}

/* line 818, _components.scss */
.add-comment textarea {
  height: 220px;
  width: 560px;
  max-width: 100%;
}

/* line 824, _components.scss */
.add-comment .file .upload-input {
  margin: 0 0 10px 0;
}

/* line 828, _components.scss */
.add-comment .uploaded-file {
  background: #dadada;
  color: #2f2f2f;
  font-size: 14px;
  margin: 10px 0 0 0;
  padding: 0 58px 0 60px;
  height: 58px;
  line-height: 58px;
  position: relative;
  width: 560px;
  max-width: 100%;
}
/* line 6, _helpers.scss */
.add-comment .uploaded-file:before, .add-comment .uploaded-file:after {
  content: " ";
  display: table;
}
/* line 11, _helpers.scss */
.add-comment .uploaded-file:after {
  clear: both;
}
/* line 841, _components.scss */
.file-library .add-comment .uploaded-file {
  padding-right: 97px;
}

/* line 846, _components.scss */
.add-comment .uploaded-file img {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 4px;
  left: 4px;
}

/* line 854, _components.scss */
.add-comment .uploaded-file .fileextension {
  background: #fff;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 4px;
  left: 4px;
  font-size: 12px;
  line-height: 50px;
  text-align: center;
}

/* line 866, _components.scss */
.add-comment .uploaded-file .filename {
  border-right: 1px solid #c5c5c5;
  display: block;
  height: 58px;
  float: left;
  padding: 0 20px;
  width: 80%;
}

/* line 875, _components.scss */
.add-comment .uploaded-file .filesize {
  border-right: 1px solid #c5c5c5;
  display: block;
  height: 58px;
  float: left;
  padding: 0 20px;
  width: 20%;
}

/* line 884, _components.scss */
.add-comment .uploaded-file .fileremove {
  background: #dd3a3a;
  display: block;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-align: left;
  text-indent: -12345px;
  overflow: hidden;
  position: absolute;
  top: 18px;
  right: 14px;
  width: 30px;
  height: 22px;
}

/* line 896, _components.scss */
.add-comment .uploaded-file .fileremove:hover {
  background-color: #e15050;
}

/**
 * ACTIVE
 */
/* line 907, _components.scss */
.active--active, .active--inactive {
  display: inline-block;
  font-size: 12px;
}

/* line 912, _components.scss */
.active--active {
  color: green;
}

/* line 916, _components.scss */
.active--inactive {
  color: #ededed;
}

/**
 * CLEAR
 */
/* line 926, _components.scss */
.clear {
  clear: both;
  height: 0;
}

/* line 5, pages/_dashboard.scss */
.quick-links {
  padding: 30px 0;
}

/* line 9, pages/_dashboard.scss */
.quick-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 940px;
}
/* line 6, _helpers.scss */
.quick-links ul:before, .quick-links ul:after {
  content: " ";
  display: table;
}
/* line 11, _helpers.scss */
.quick-links ul:after {
  clear: both;
}

/* line 15, pages/_dashboard.scss */
.quick-links ul li {
  float: left;
  margin: 0 0 20px 0;
  width: 20%;
  min-width: 140px;
}

/* line 22, pages/_dashboard.scss */
.quick-links ul li a {
  color: #909090;
  display: block;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  position: relative;
  width: 140px;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
/* line 32, pages/_dashboard.scss */
.quick-links ul li a:hover {
  color: #272f39;
}
/* line 36, pages/_dashboard.scss */
.quick-links ul li a:before {
  background: #f7f7f7;
  content: "f";
  color: #272f39;
  font-size: 52px;
  line-height: 120px;
  display: block;
  font-family: "afs" !important;
  width: 120px;
  height: 120px;
  -moz-border-radius: 120px;
  -webkit-border-radius: 120px;
  border-radius: 120px;
  margin: 0 auto 10px auto;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* line 51, pages/_dashboard.scss */
.quick-links ul li a:hover:before {
  -moz-box-shadow: #e1e1e1 0 0 0 5px;
  -webkit-box-shadow: #e1e1e1 0 0 0 5px;
  box-shadow: #e1e1e1 0 0 0 5px;
  color: #e1e1e1;
  font-size: 40px;
}

/* line 59, pages/_dashboard.scss */
.quick-links .quick-users a:before {
  content: "a";
}
/* line 60, pages/_dashboard.scss */
.quick-links .quick-companies a:before {
  content: "f";
}
/* line 61, pages/_dashboard.scss */
.quick-links .quick-risk a:before {
  content: "e";
}
/* line 62, pages/_dashboard.scss */
.quick-links .quick-calendar a:before {
  content: "g";
}
/* line 63, pages/_dashboard.scss */
.quick-links .quick-sent a:before {
  content: "d";
}
/* line 64, pages/_dashboard.scss */
.quick-links .quick-menuitems a:before {
  content: "d";
}
/* line 65, pages/_dashboard.scss */
.quick-links .quick-stores a:before {
  content: "i";
}

/* line 74, pages/_dashboard.scss */
.chart {
  padding: 20px 0;
}

/* line 5, pages/_logged-out.scss */
#logged-out {
  width: 640px;
  margin: 0 auto;
}

/* line 19, pages/_logged-out.scss */
#logged-out .header h1 {
  background: url("/img/branding--face--medium.png") center top no-repeat;
  color: #fff;
  text-align: center;
  padding-top: 138px;
}

/* line 26, pages/_logged-out.scss */
#logged-out .header h1 span {
  display: block;
  font-weight: 400;
}

/* line 36, pages/_logged-out.scss */
#logged-out > .main {
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 2px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 2px 2px;
  padding: 20px;
  margin-top: 30px;
}

/* line 49, pages/_logged-out.scss */
#logged-out .form-row {
  margin: 0 0 15px 0;
  position: relative;
}

/* line 54, pages/_logged-out.scss */
#logged-out .form-row label {
  color: #272f39;
  display: block;
  font-weight: 700;
  margin: 0 0 2px 0;
}

/* line 61, pages/_logged-out.scss */
#logged-out .form-row input {
  width: 100%;
}

/* line 65, pages/_logged-out.scss */
#logged-out .form-row input[type=checkbox] {
  width: auto !important;
  display: inline-block;
  margin-right: 3px;
}

/* line 71, pages/_logged-out.scss */
#logged-out .form-actions {
  position: relative;
}

/* line 75, pages/_logged-out.scss */
#logged-out .form-actions .button {
  width: 150px;
}

/* line 79, pages/_logged-out.scss */
#logged-out h3 {
  margin-bottom: 10px;
}

/* line 83, pages/_logged-out.scss */
#logged-out #main-header {
  margin-bottom: 10px;
}

/* line 85, pages/_logged-out.scss */
#logged-out .form-actions .link {
  font-size: 12px;
  position: absolute;
  top: 10px;
  right: 0;
}

/* line 5, pages/_assessment.scss */
#assess .header {
  background: #262f3a;
  color: #fff;
  padding: 40px 40px 40px 140px;
  position: relative;
}

/* line 12, pages/_assessment.scss */
#assess .header .logo {
  background: #21282e url("../img/site/logo.png") 50% 30px no-repeat;
  -moz-background-size: 52px 49px;
  -o-background-size: 52px 49px;
  -webkit-background-size: 52px 49px;
  background-size: 52px 49px;
  border-right: 1px solid #2f353a;
  text-align: left;
  text-indent: -12345px;
  overflow: hidden;
  width: 102px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

/* line 25, pages/_assessment.scss */
#assess .header h1 {
  color: #fff;
  font-weight: 300;
  margin: 0;
}

/* line 31, pages/_assessment.scss */
#assess .header p {
  font-weight: 300;
  margin: 5px 0 0 0;
}

/* line 41, pages/_assessment.scss */
#assess > .main {
  background: #fff;
  padding: 20px;
}

/* line 46, pages/_assessment.scss */
#assess .assess-panel {
  padding: 20px 0;
  position: relative;
}

/* line 51, pages/_assessment.scss */
#assess .assess-panel h2 {
  font-weight: 300;
}

/* line 55, pages/_assessment.scss */
#assess .assess-panel .assess-back {
  background: #e1e1e1;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #313a44;
  display: block;
  padding: 5px 20px;
  position: absolute;
  top: 15px;
  right: 0;
  text-decoration: none;
}
/* line 66, pages/_assessment.scss */
#assess .assess-panel .assess-back:hover {
  background: #eeeeee;
}

/* line 74, pages/_assessment.scss */
#assess .form-cols {
  background: #f1f1f1;
  padding: 20px;
  margin: 0 0 20px 0;
}

/* line 80, pages/_assessment.scss */
#assess .form-cols h3 {
  font-weight: 700;
  margin: 0 0 5px 0;
}

/* line 85, pages/_assessment.scss */
#assess .form-cols h4 {
  font-weight: 700;
}

/* line 89, pages/_assessment.scss */
#assess .form-cols h4 span {
  font-weight: 300;
}

/* line 93, pages/_assessment.scss */
#assess .form-cols p {
  font-weight: 300;
}

/* line 97, pages/_assessment.scss */
#assess .form-cols textarea {
  width: 100%;
  height: 200px;
}

/* line 102, pages/_assessment.scss */
#assess .assess-actions {
  text-align: right;
  margin: 20px 0 0 0;
}

/* line 107, pages/_assessment.scss */
#assess .assess-actions .button {
  font-family: "afs";
  margin-left: 10px;
}

/* line 117, pages/_assessment.scss */
.assess-options {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
}

/* line 123, pages/_assessment.scss */
.assess-options li {
  background: #e1e1e1;
  border-left: 1px solid #c7c7c7;
  color: #252e39;
  display: table-cell;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  width: 20%;
}
/* line 134, pages/_assessment.scss */
.assess-options li:first-of-type {
  border-left: none;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0 0 4px;
}
/* line 135, pages/_assessment.scss */
.assess-options li:last-of-type {
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
}
/* line 136, pages/_assessment.scss */
.assess-options li:hover {
  background: #d4d4d4;
}
/* line 138, pages/_assessment.scss */
.assess-options li.selected {
  background: #252e39;
  color: #fff;
}
/* line 139, pages/_assessment.scss */
.assess-options li.not-selected {
  color: #8d8d8d;
}

/* line 142, pages/_assessment.scss */
.assess-options li input {
  display: none;
}

/* line 153, pages/_assessment.scss */
.assess-options li label {
  cursor: pointer;
  line-height: 18px;
  display: block;
  padding: 10px;
  position: relative;
  z-index: 2;
}

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than whatÔÇÖs here.
 */
/* line 7, plugins/_pickadate.scss */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/**
 * The picker input element.
 */
/* line 22, plugins/_pickadate.scss */
.picker__input {
  cursor: default;
}

/**
 * When the picker is opened, the input element is ÔÇ£activatedÔÇØ.
 */
/* line 28, plugins/_pickadate.scss */
.picker__input.picker__input--active {
  border-color: #0089ec;
}

/**
 * The holder is the only ÔÇ£scrollableÔÇØ top-level container element.
 */
/* line 34, plugins/_pickadate.scss */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than whatÔÇÖs here.
 */
/**
 * Make the holder and frame fullscreen.
 */
/* line 50, plugins/_pickadate.scss */
.picker__holder,
.picker__frame {
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
}

/**
 * The holder should overlay the entire screen.
 */
/* line 60, plugins/_pickadate.scss */
.picker__holder {
  position: fixed;
  -webkit-transition: background 0.15s ease-out, top 0s 0.15s;
  -moz-transition: background 0.15s ease-out, top 0s 0.15s;
  transition: background 0.15s ease-out, top 0s 0.15s;
}

/**
 * The frame that bounds the box contents of the picker.
 */
/* line 69, plugins/_pickadate.scss */
.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  max-width: 666px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

@media (min-height: 33.875em) {
  /* line 84, plugins/_pickadate.scss */
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%;
  }
}
@media (min-height: 40.125em) {
  /* line 92, plugins/_pickadate.scss */
  .picker__frame {
    margin-bottom: 7.5%;
  }
}
/**
 * The wrapper sets the stage to vertically align the box contents.
 */
/* line 99, plugins/_pickadate.scss */
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}

@media (min-height: 33.875em) {
  /* line 105, plugins/_pickadate.scss */
  .picker__wrap {
    display: block;
  }
}
/**
 * The box contains all the picker contents.
 */
/* line 112, plugins/_pickadate.scss */
.picker__box {
  background: #ffffff;
  display: table-cell;
  vertical-align: middle;
}

@media (min-height: 26.5em) {
  /* line 118, plugins/_pickadate.scss */
  .picker__box {
    font-size: 1.25em;
  }
}
@media (min-height: 33.875em) {
  /* line 123, plugins/_pickadate.scss */
  .picker__box {
    display: block;
    font-size: 1.33em;
    border: 1px solid #777777;
    border-top-color: #898989;
    border-bottom-width: 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -webkit-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  }
}
@media (min-height: 40.125em) {
  /* line 138, plugins/_pickadate.scss */
  .picker__box {
    font-size: 1.5em;
    border-bottom-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
}
/**
 * When the picker opens...
 */
/* line 149, plugins/_pickadate.scss */
.picker--opened .picker__holder {
  top: 0;
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  -webkit-transition: background 0.15s ease-out;
  -moz-transition: background 0.15s ease-out;
  transition: background 0.15s ease-out;
}

/* line 159, plugins/_pickadate.scss */
.picker--opened .picker__frame {
  top: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

@media (min-height: 33.875em) {
  /* line 167, plugins/_pickadate.scss */
  .picker--opened .picker__frame {
    top: auto;
    bottom: 0;
  }
}
/**
 * For `large` screens, transform into an inline picker.
 */
/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
/* line 183, plugins/_pickadate.scss */
.picker__box {
  padding: 0 1em;
}

/**
 * The header containing the month and year stuff.
 */
/* line 189, plugins/_pickadate.scss */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}

/**
 * The month and year labels.
 */
/* line 197, plugins/_pickadate.scss */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}

/* line 204, plugins/_pickadate.scss */
.picker__year {
  color: #999999;
  font-size: .8em;
  font-style: italic;
}

/**
 * The month and year selectors.
 */
/* line 212, plugins/_pickadate.scss */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em;
}

@media (min-width: 24.5em) {
  /* line 221, plugins/_pickadate.scss */
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}
/* line 226, plugins/_pickadate.scss */
.picker__select--month {
  width: 35%;
}

/* line 229, plugins/_pickadate.scss */
.picker__select--year {
  width: 22.5%;
}

/* line 232, plugins/_pickadate.scss */
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}

/**
 * The month navigation buttons.
 */
/* line 239, plugins/_pickadate.scss */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  top: -0.25em;
}

@media (min-width: 24.5em) {
  /* line 248, plugins/_pickadate.scss */
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}
/* line 253, plugins/_pickadate.scss */
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}

@media (min-width: 24.5em) {
  /* line 258, plugins/_pickadate.scss */
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
/* line 262, plugins/_pickadate.scss */
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}

@media (min-width: 24.5em) {
  /* line 267, plugins/_pickadate.scss */
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
/* line 271, plugins/_pickadate.scss */
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}

/* line 282, plugins/_pickadate.scss */
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000;
}

/* line 286, plugins/_pickadate.scss */
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

/* line 292, plugins/_pickadate.scss */
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}

/**
 * The calendar table of dates
 */
/* line 304, plugins/_pickadate.scss */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}

@media (min-height: 33.875em) {
  /* line 315, plugins/_pickadate.scss */
  .picker__table {
    margin-bottom: .75em;
  }
}
/* line 319, plugins/_pickadate.scss */
.picker__table td {
  margin: 0;
  padding: 0;
}

/**
 * The weekday labels
 */
/* line 326, plugins/_pickadate.scss */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */
}

@media (min-height: 33.875em) {
  /* line 335, plugins/_pickadate.scss */
  .picker__weekday {
    padding-bottom: .5em;
  }
}
/**
 * The days on the calendar
 */
/* line 342, plugins/_pickadate.scss */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}

/* line 347, plugins/_pickadate.scss */
.picker__day--today {
  color: #0089ec;
  position: relative;
}

/* line 351, plugins/_pickadate.scss */
.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent;
}

/* line 361, plugins/_pickadate.scss */
.picker__day--selected,
.picker__day--selected:hover {
  border-color: #0089ec;
}

/* line 365, plugins/_pickadate.scss */
.picker__day--highlighted {
  background: #b1dcfb;
}

/* line 368, plugins/_pickadate.scss */
.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}

/* line 371, plugins/_pickadate.scss */
.picker__day--outfocus {
  color: #dddddd;
}

/* line 374, plugins/_pickadate.scss */
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

/* line 380, plugins/_pickadate.scss */
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  background: #0089ec;
  color: #ffffff;
}

/* line 385, plugins/_pickadate.scss */
.picker__day--disabled,
.picker__day--disabled:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}

/* line 392, plugins/_pickadate.scss */
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}

/**
 * The footer containing the "today" and "clear" buttons.
 */
/* line 399, plugins/_pickadate.scss */
.picker__footer {
  text-align: center;
}

/* line 402, plugins/_pickadate.scss */
.picker__button--today,
.picker__button--clear {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 50%;
  display: inline-block;
  vertical-align: bottom;
}

/* line 413, plugins/_pickadate.scss */
.picker__button--today:hover,
.picker__button--clear:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}

/* line 420, plugins/_pickadate.scss */
.picker__button--today:focus,
.picker__button--clear:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}

/* line 426, plugins/_pickadate.scss */
.picker__button--today:before,
.picker__button--clear:before {
  position: relative;
  display: inline-block;
  height: 0;
}

/* line 432, plugins/_pickadate.scss */
.picker__button--today:before {
  content: " ";
  margin-right: .45em;
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}

/* line 440, plugins/_pickadate.scss */
.picker__button--clear:before {
  content: "\D7";
  margin-right: .35em;
  top: -0.1em;
  color: #ee2200;
  vertical-align: top;
  font-size: 1.1em;
}

/* ==========================================================================
   $DEFAULT-DATE-PICKER
   ========================================================================== */
/* Magnific Popup CSS */
/* line 2, plugins/_magnific-popup.scss */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99991;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 14, plugins/_magnific-popup.scss */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

/* line 24, plugins/_magnific-popup.scss */
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 36, plugins/_magnific-popup.scss */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 42, plugins/_magnific-popup.scss */
.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 45, plugins/_magnific-popup.scss */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 99993;
}

/* line 53, plugins/_magnific-popup.scss */
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 450px;
  cursor: auto;
  background-color: white;
  padding: 30px;
}

/* line 61, plugins/_magnific-popup.scss */
.mfp-ajax-cur {
  cursor: progress;
}

/* line 64, plugins/_magnific-popup.scss */
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* line 69, plugins/_magnific-popup.scss */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* line 75, plugins/_magnific-popup.scss */
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 78, plugins/_magnific-popup.scss */
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 83, plugins/_magnific-popup.scss */
.mfp-loading.mfp-figure {
  display: none;
}

/* line 86, plugins/_magnific-popup.scss */
.mfp-hide {
  display: none !important;
}

/* line 89, plugins/_magnific-popup.scss */
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 99994;
}

/* line 99, plugins/_magnific-popup.scss */
.mfp-preloader a {
  color: #CCC;
}

/* line 101, plugins/_magnific-popup.scss */
.mfp-preloader a:hover {
  color: #FFF;
}

/* line 104, plugins/_magnific-popup.scss */
.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 107, plugins/_magnific-popup.scss */
.mfp-s-error .mfp-content {
  display: none;
}

/* line 110, plugins/_magnific-popup.scss */
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 122, plugins/_magnific-popup.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 126, plugins/_magnific-popup.scss */
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

/* line 142, plugins/_magnific-popup.scss */
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 145, plugins/_magnific-popup.scss */
.mfp-close:active {
  top: 1px;
}

/* line 148, plugins/_magnific-popup.scss */
.mfp-close-btn-in .mfp-close {
  color: #333;
}

/* line 151, plugins/_magnific-popup.scss */
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

/* line 158, plugins/_magnific-popup.scss */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

/* line 167, plugins/_magnific-popup.scss */
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

/* line 178, plugins/_magnific-popup.scss */
.mfp-arrow:active {
  margin-top: -54px;
}

/* line 180, plugins/_magnific-popup.scss */
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 183, plugins/_magnific-popup.scss */
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

/* line 194, plugins/_magnific-popup.scss */
.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

/* line 198, plugins/_magnific-popup.scss */
.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

/* line 203, plugins/_magnific-popup.scss */
.mfp-arrow-left {
  left: 0;
}

/* line 205, plugins/_magnific-popup.scss */
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

/* line 208, plugins/_magnific-popup.scss */
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

/* line 212, plugins/_magnific-popup.scss */
.mfp-arrow-right {
  right: 0;
}

/* line 214, plugins/_magnific-popup.scss */
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

/* line 217, plugins/_magnific-popup.scss */
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

/* line 220, plugins/_magnific-popup.scss */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 223, plugins/_magnific-popup.scss */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

/* line 227, plugins/_magnific-popup.scss */
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* line 230, plugins/_magnific-popup.scss */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

/* line 235, plugins/_magnific-popup.scss */
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
/* line 246, plugins/_magnific-popup.scss */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
/* line 259, plugins/_magnific-popup.scss */
.mfp-figure {
  line-height: 0;
}

/* line 261, plugins/_magnific-popup.scss */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

/* line 274, plugins/_magnific-popup.scss */
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

/* line 279, plugins/_magnific-popup.scss */
.mfp-figure figure {
  margin: 0;
}

/* line 282, plugins/_magnific-popup.scss */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 290, plugins/_magnific-popup.scss */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

/* line 297, plugins/_magnific-popup.scss */
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 300, plugins/_magnific-popup.scss */
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  /* line 307, plugins/_magnific-popup.scss */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 310, plugins/_magnific-popup.scss */
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  /* line 312, plugins/_magnific-popup.scss */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  /* line 315, plugins/_magnific-popup.scss */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  /* line 318, plugins/_magnific-popup.scss */
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 328, plugins/_magnific-popup.scss */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  /* line 330, plugins/_magnific-popup.scss */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  /* line 333, plugins/_magnific-popup.scss */
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  /* line 346, plugins/_magnific-popup.scss */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  /* line 350, plugins/_magnific-popup.scss */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  /* line 354, plugins/_magnific-popup.scss */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  /* line 358, plugins/_magnific-popup.scss */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* line 363, plugins/_magnific-popup.scss */
.mfp-ie7 .mfp-img {
  padding: 0;
}

/* line 365, plugins/_magnific-popup.scss */
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

/* line 371, plugins/_magnific-popup.scss */
.mfp-ie7 .mfp-container {
  padding: 0;
}

/* line 373, plugins/_magnific-popup.scss */
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

/* line 375, plugins/_magnific-popup.scss */
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
