/* normalize.css v1.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 25, ../scss/screen.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 35, ../scss/screen.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 46, ../scss/screen.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
/* line 56, ../scss/screen.scss */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 71, ../scss/screen.scss */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 86, ../scss/screen.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
/* line 94, ../scss/screen.scss */
body {
  margin: 0;
  color: #000;
  font-family: "Droid Sans", sans-serif;
  min-width: 1000px; }

/* line 101, ../scss/screen.scss */
a {
  text-decoration: none;
  color: #0b397c; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 111, ../scss/screen.scss */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 120, ../scss/screen.scss */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/* line 134, ../scss/screen.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* line 139, ../scss/screen.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

/* line 144, ../scss/screen.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0; }

/* line 149, ../scss/screen.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0; }

/* line 154, ../scss/screen.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

/* line 159, ../scss/screen.scss */
h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
/* line 168, ../scss/screen.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
/* line 177, ../scss/screen.scss */
b,
strong {
  font-weight: bold; }

/* line 181, ../scss/screen.scss */
blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 189, ../scss/screen.scss */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
/* line 198, ../scss/screen.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
/* line 208, ../scss/screen.scss */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
/* line 218, ../scss/screen.scss */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 229, ../scss/screen.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 239, ../scss/screen.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
/* line 249, ../scss/screen.scss */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
/* line 258, ../scss/screen.scss */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 267, ../scss/screen.scss */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 276, ../scss/screen.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 283, ../scss/screen.scss */
sup {
  top: -0.5em; }

/* line 287, ../scss/screen.scss */
sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
/* line 302, ../scss/screen.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
  list-style: none; }

/* line 307, ../scss/screen.scss */
dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
/* line 317, ../scss/screen.scss */
menu,
ol,
ul {
  padding: 0 0 0 0; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
/* line 326, ../scss/screen.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
/* line 340, ../scss/screen.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 349, ../scss/screen.scss */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
/* line 361, ../scss/screen.scss */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
/* line 373, ../scss/screen.scss */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
/* line 381, ../scss/screen.scss */
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 393, ../scss/screen.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
/* line 410, ../scss/screen.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 423, ../scss/screen.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 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 435, ../scss/screen.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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 452, ../scss/screen.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
/* line 463, ../scss/screen.scss */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 475, ../scss/screen.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 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 488, ../scss/screen.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 501, ../scss/screen.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
/* line 510, ../scss/screen.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 520, ../scss/screen.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 533, ../scss/screen.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* line 565, ../scss/screen.scss */
html,
button,
input,
select,
textarea {
  color: #000; }

/* line 569, ../scss/screen.scss */
body {
  font-size: 1em;
  line-height: 1.4;
  color: #000; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
/* line 581, ../scss/screen.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

/* line 586, ../scss/screen.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
/* line 595, ../scss/screen.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
/* line 608, ../scss/screen.scss */
img {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
/* line 616, ../scss/screen.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
/* line 626, ../scss/screen.scss */
textarea {
  resize: vertical; }

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
/* line 634, ../scss/screen.scss */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* Variables =================================================== */
/* line 74, sprite/*.png */
.sprite-sprite, .sprite-facebook, .sprite-logo, .sprite-rps_logo, .sprite-twitter, .sprite-zoom {
  background: url('img/sprite-sb88676e04a.png') no-repeat; }

/* line 60, ../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.sprite-facebook {
  background-position: 0 -111px; }

/* line 60, ../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.sprite-logo {
  background-position: 0 0; }

/* line 60, ../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.sprite-rps_logo {
  background-position: 0 -37px; }

/* line 60, ../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.sprite-twitter {
  background-position: 0 -77px; }

/* line 60, ../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.sprite-zoom {
  background-position: 0 -92px; }

/* line 27, ../scss/_custome_styles.scss */
.main_wrapper {
  width: 970px;
  margin: 0 auto; }

/* line 29, ../scss/_custome_styles.scss */
.logo {
  display: block;
  width: 238px;
  height: 37px; }
  /* line 31, ../scss/_custome_styles.scss */
  .logo:hover {
    opacity: 0.8; }

/* ================= button styles ===================*/
/* line 37, ../scss/_custome_styles.scss */
.button {
  text-align: center;
  -webkit-border-radius: 6px 6px;
  -moz-border-radius: 6px / 6px;
  border-radius: 6px / 6px;
  color: #fff;
  background: #193d7d;
  border-bottom: 6px solid #0a215a;
  display: inline-block;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2e569c), color-stop(100%, #193d7d));
  background-image: -webkit-linear-gradient(#2e569c, #193d7d);
  background-image: -moz-linear-gradient(#2e569c, #193d7d);
  background-image: -o-linear-gradient(#2e569c, #193d7d);
  background-image: linear-gradient(#2e569c, #193d7d); }
  /* line 39, ../scss/_custome_styles.scss */
  .button:hover {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #193d7d), color-stop(100%, #2e569c));
    background-image: -webkit-linear-gradient(#193d7d, #2e569c);
    background-image: -moz-linear-gradient(#193d7d, #2e569c);
    background-image: -o-linear-gradient(#193d7d, #2e569c);
    background-image: linear-gradient(#193d7d, #2e569c); }

/* line 43, ../scss/_custome_styles.scss */
.main_download {
  text-transform: uppercase;
  padding: 17px 50px;
  font-family: "Lato", sans-serif;
  font-size: 22px;
  margin-top: 20px;
  letter-spacing: 2px; }
  /* line 45, ../scss/_custome_styles.scss */
  .main_download:hover {
    top: 2px;
    border-width: 6px;
    position: relative; }

/* line 49, ../scss/_custome_styles.scss */
.call_to_action {
  font-size: 14px;
  padding: 10px 15px;
  border-width: 4px;
  margin-top: 20px; }
  /* line 51, ../scss/_custome_styles.scss */
  .call_to_action:hover {
    top: 2px;
    border-width: 2px;
    position: relative; }

/* =======================================================*/
/* line 57, ../scss/_custome_styles.scss */
.header {
  background: #f2f2f2;
  padding-top: 10px; }
  /* line 59, ../scss/_custome_styles.scss */
  .header #search_nav {
    position: relative; }
  /* line 61, ../scss/_custome_styles.scss */
  .header #search_list {
    position: absolute;
    right: 0;
    top: 23px;
    z-index: 10000; }
    /* line 63, ../scss/_custome_styles.scss */
    .header #search_list #search_input {
      display: none; }
    /* line 65, ../scss/_custome_styles.scss */
    .header #search_list #search_link {
      background: url("img/zoom.png") center center no-repeat;
      -webkit-border-radius: 6px 6px;
      -moz-border-radius: 6px / 6px;
      border-radius: 6px / 6px;
      cursor: default;
      text-indent: -9999px;
      margin: 1px 0px 0 0;
      display: inline-block;
      line-height: 1;
      width: 30px;
      height: 29px;
      float: right;
      padding: 5px; }
      /* line 67, ../scss/_custome_styles.scss */
      .header #search_list #search_link.active {
        background: url("img/zoom.png") center center no-repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2e569c), color-stop(100%, #193d7d));
        background: url("img/zoom.png") center center no-repeat, -webkit-linear-gradient(#2e569c, #193d7d);
        background: url("img/zoom.png") center center no-repeat, -moz-linear-gradient(#2e569c, #193d7d);
        background: url("img/zoom.png") center center no-repeat, -o-linear-gradient(#2e569c, #193d7d);
        background: url("img/zoom.png") center center no-repeat, linear-gradient(#2e569c, #193d7d);
        cursor: pointer; }
    /* line 71, ../scss/_custome_styles.scss */
    .header #search_list #search {
      height: 30px;
      overflow: hidden;
      background: #bbb;
      -webkit-border-radius: 6px 6px;
      -moz-border-radius: 6px / 6px;
      border-radius: 6px / 6px;
      padding: 3px 5px 3px 0px;
      width: 35px; }
      /* line 73, ../scss/_custome_styles.scss */
      .header #search_list #search input[type='text'] {
        font-family: "Droid Sans", sans-serif;
        color: #000;
        background: #f2f2f2;
        border: none;
        width: 0px;
        font-size: 14px;
        padding: 6px 0 6px 6px;
        margin: 1px 0 0 0; }
        /* line 4, ../scss/_custome_styles.scss */
        .header #search_list #search input[type='text'].placeholder {
          color: black;
          font-size: 14px;
          font-family: "Droid Sans", sans-serif; }
        /* line 9, ../scss/_custome_styles.scss */
        .header #search_list #search input[type='text']:-moz-placeholder {
          color: black;
          font-size: 14px;
          font-family: "Droid Sans", sans-serif; }
        /* line 14, ../scss/_custome_styles.scss */
        .header #search_list #search input[type='text']::-webkit-input-placeholder {
          color: black;
          font-size: 14px;
          font-family: "Droid Sans", sans-serif; }
        /* line 75, ../scss/_custome_styles.scss */
        .header #search_list #search input[type='text']:focus {
          background: #fff; }

/* line 85, ../scss/_custome_styles.scss */
h1 {
  float: left; }

/* line 87, ../scss/_custome_styles.scss */
#main_menu {
  float: right;
  padding-top: 23px;
  position: relative;
  left: -50px;
  z-index: 10000; }
  /* line 91, ../scss/_custome_styles.scss */
  #main_menu li a {
    color: #000;
    padding: 7px 12px 6px 12px; }

/* line 97, ../scss/_custome_styles.scss */
.hero_wrapper {
  background: #f2f2f2; }

/* line 99, ../scss/_custome_styles.scss */
.hero {
  overflow: hidden;
  position: relative;
  max-width: 1120px;
  margin: auto; }
  /* line 101, ../scss/_custome_styles.scss */
  .hero .main_wrapper {
    position: relative;
    height: 512px;
    margin-top: 30px; }
  /* line 103, ../scss/_custome_styles.scss */
  .hero .intro_home {
    width: 420px;
    float: left; }
  /* line 107, ../scss/_custome_styles.scss */
  .hero .gallery {
    background: url(img/monitor.png) no-repeat right bottom;
    width: 560px;
    height: 460px;
    position: absolute;
    bottom: 0;
    right: 0; }
  /* line 109, ../scss/_custome_styles.scss */
  .hero img {
    margin: 27px 0 0 25px; }
  /* line 111, ../scss/_custome_styles.scss */
  .hero h2 {
    font-family: "Lato", sans-serif;
    font-weight: normal;
    font-size: 48px;
    line-height: 1.1; }
  /* line 113, ../scss/_custome_styles.scss */
  .hero p {
    font-size: 14px;
    color: #5d5d5d;
    line-height: 1.8;
    padding-right: 30px; }
  /* line 115, ../scss/_custome_styles.scss */
  .hero .main_download {
    margin-bottom: 30px; }

/* line 119, ../scss/_custome_styles.scss */
.features {
  background: #0b397c;
  overflow: hidden; }
  /* line 121, ../scss/_custome_styles.scss */
  .features .feature_container, .features .featurette_container {
    color: #fff;
    width: 270px;
    text-align: center;
    margin-right: 80px;
    float: left;
    padding: 45px 0 25px 0; }
    /* line 123, ../scss/_custome_styles.scss */
    .features .feature_container.last, .features .featurette_container.last {
      margin-right: 0; }
  /* line 127, ../scss/_custome_styles.scss */
  .features h3 {
    font-family: "Lato", sans-serif;
    font-size: 21px;
    margin: 40px 0 0 0; }
  /* line 129, ../scss/_custome_styles.scss */
  .features p {
    font-size: 14px; }
  /* line 131, ../scss/_custome_styles.scss */
  .features .analyse {
    background: url(img/analyse.png) no-repeat center 32px; }
  /* line 133, ../scss/_custome_styles.scss */
  .features .risk {
    background: url(img/risk.png) no-repeat center 32px; }
  /* line 135, ../scss/_custome_styles.scss */
  .features .structure {
    background: url(img/structure.png) no-repeat center 32px; }
  /* line 137, ../scss/_custome_styles.scss */
  .features .featurette_container {
    padding: 0 0 40px 0; }

/* line 141, ../scss/_custome_styles.scss */
.more_features {
  background: #0a215a;
  display: block;
  padding: 20px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center; }

/* line 143, ../scss/_custome_styles.scss */
.add_content {
  background: #f2f2f2;
  overflow: hidden;
  padding: 40px 0 75px 0; }
  /* line 145, ../scss/_custome_styles.scss */
  .add_content .add_content_container {
    width: 270px;
    text-align: left;
    margin-right: 80px;
    float: left; }
    /* line 147, ../scss/_custome_styles.scss */
    .add_content .add_content_container.last {
      margin-right: 0; }
  /* line 151, ../scss/_custome_styles.scss */
  .add_content h4 {
    font-family: "Lato", sans-serif;
    font-size: 28px;
    color: #0a215a;
    margin-bottom: 10px; }
  /* line 153, ../scss/_custome_styles.scss */
  .add_content h5 {
    font-size: 16px;
    font-weight: normal; }
  /* line 155, ../scss/_custome_styles.scss */
  .add_content p {
    font-size: 13px;
    color: #888; }
  /* line 157, ../scss/_custome_styles.scss */
  .add_content li {
    border-bottom: 1px solid #bbbbbb;
    padding: 13px 0;
    line-height: 1; }
    /* line 159, ../scss/_custome_styles.scss */
    .add_content li a {
      color: #0b397c;
      font-size: 14px; }
  /* line 163, ../scss/_custome_styles.scss */
  .add_content .social {
    color: #848484;
    font-size: 13px; }
    /* line 165, ../scss/_custome_styles.scss */
    .add_content .social a {
      display: inline-block;
      color: inherit;
      margin-left: 10px;
      font-size: 15px; }

/* line 171, ../scss/_custome_styles.scss */
footer {
  font-size: 11px;
  color: #999;
  margin: 30px 0;
  overflow: hidden; }
  /* line 173, ../scss/_custome_styles.scss */
  footer .rps_footer {
    width: 220px;
    float: left;
    margin-top: 10px; }
    /* line 175, ../scss/_custome_styles.scss */
    footer .rps_footer a {
      width: 78px;
      height: 45px;
      display: inline-block;
      float: left;
      margin-right: 10px;
      margin-top: -5px; }
  /* line 179, ../scss/_custome_styles.scss */
  footer .bylink {
    float: right; }

/* line 183, ../scss/_custome_styles.scss */
form .error {
  font-size: 12px;
  color: red;
  font-family: "Droid Sans", sans-serif; }

/* line 185, ../scss/_custome_styles.scss */
#honeepot {
  display: block !important;
  left: -9999px !important;
  position: absolute !important; }

/* line 187, ../scss/_custome_styles.scss */
table {
  width: 100%;
  font-size: 14px; }
  /* line 189, ../scss/_custome_styles.scss */
  table td {
    padding: 10px; }
  /* line 191, ../scss/_custome_styles.scss */
  table th {
    background: #0b397c;
    color: #fff;
    padding: 10px;
    font-family: "Lato", sans-serif;
    text-align: left; }
  /* line 193, ../scss/_custome_styles.scss */
  table .grey td {
    background: #f2f2f2; }
  /* line 195, ../scss/_custome_styles.scss */
  table td a {
    border-bottom: none;
    margin-right: 5px;
    font-size: 12px; }

/* line 198, ../scss/_custome_styles.scss */
.event_table-date {
  width: 85px; }

/* line 200, ../scss/_custome_styles.scss */
.event_table td .button {
  padding: 7px 13px; }

/* line 202, ../scss/_custome_styles.scss */
.event_table .button:hover {
  color: #fff; }

/* line 204, ../scss/_custome_styles.scss */
.register-links a {
  display: inline-block; }

/* line 206, ../scss/_custome_styles.scss */
.news_panel {
  border-bottom: 1px solid #0b397c;
  overflow: hidden; }
  /* line 208, ../scss/_custome_styles.scss */
  .news_panel .entry_date {
    font-size: 12px;
    color: #5d5d5d; }
  /* line 210, ../scss/_custome_styles.scss */
  .news_panel.last {
    border: none; }

/* line 214, ../scss/_custome_styles.scss */
.breadcrumbs {
  height: 25px;
  display: block; }
  /* line 216, ../scss/_custome_styles.scss */
  .breadcrumbs a {
    color: #5d5d5d; }

/* line 220, ../scss/_custome_styles.scss */
#software_page #main {
  background-image: none; }

/* line 222, ../scss/_custome_styles.scss */
.main_content ul li {
  list-style-type: disc;
  margin-left: 20px; }

/* line 223, ../scss/_custome_styles.scss */
.main_content ol li {
  list-style-type: decimal;
  margin-left: 20px; }

/* line 226, ../scss/_custome_styles.scss */
.main_content .button {
  padding: 10px; }

/* line 231, ../scss/_custome_styles.scss */
.excerpt {
  display: block;
  padding: 20px 0; }

/* line 234, ../scss/_custome_styles.scss */
.customer_logos li {
  width: 120px;
  display: inline-block;
  float: left; }
/* line 235, ../scss/_custome_styles.scss */
.customer_logos img {
  max-width: 100%;
  height: auto; }

/* line 238, ../scss/_custome_styles.scss */
.feature_box {
  padding: 10px 25px;
  border: 1px solid #dddddd;
  background-color: #f2f2f2; }

/* line 4, ../scss/_sub_page.scss */
.page_intro {
  background: #f2f2f2;
  padding: 30px 0; }
  /* line 6, ../scss/_sub_page.scss */
  .page_intro .page_header {
    width: 720px;
    float: left; }
    /* line 8, ../scss/_sub_page.scss */
    .page_intro .page_header h1 {
      margin-top: 0;
      padding-top: 0;
      font-family: "Lato", sans-serif;
      font-size: 48px; }
    /* line 10, ../scss/_sub_page.scss */
    .page_intro .page_header span {
      color: #aaa;
      font-size: 15px; }
  /* line 14, ../scss/_sub_page.scss */
  .page_intro .button {
    float: right;
    width: 200px;
    padding-left: 0;
    padding-right: 0;
    margin-top: 25px; }

/* line 19, ../scss/_sub_page.scss */
#main {
  padding: 40px 0 80px 0;
  position: relative;
  background: url("img/monitor_subpage.jpg") center bottom no-repeat;
  min-height: 700px; }

/* line 22, ../scss/_sub_page.scss */
.main_content {
  width: 720px;
  float: left;
  min-height: 370px; }
  /* line 24, ../scss/_sub_page.scss */
  .main_content h2 {
    font-size: 35px;
    color: #0b397c;
    font-weight: normal;
    font-family: "Lato", sans-serif;
    line-height: 1.5; }
  /* line 26, ../scss/_sub_page.scss */
  .main_content h3 {
    color: #0b397c;
    font-size: 30px;
    font-weight: normal;
    font-family: "Lato", sans-serif; }
  /* line 28, ../scss/_sub_page.scss */
  .main_content p {
    font-size: 15px;
    line-height: 1.8; }
  /* line 30, ../scss/_sub_page.scss */
  .main_content a {
    border-bottom: 1px solid #0b397c; }
    /* line 32, ../scss/_sub_page.scss */
    .main_content a:hover {
      color: #000;
      border-color: #000; }
  /* line 36, ../scss/_sub_page.scss */
  .main_content img {
    float: right;
    margin: 20px; }

/* line 40, ../scss/_sub_page.scss */
.sidebar {
  width: 200px;
  float: right;
  padding-top: 25px; }
  /* line 42, ../scss/_sub_page.scss */
  .sidebar a {
    display: block;
    padding: 10px 0px; }
  /* line 44, ../scss/_sub_page.scss */
  .sidebar .main a {
    font-size: 17px;
    color: #000;
    border-bottom: 1px solid black; }
  /* line 46, ../scss/_sub_page.scss */
  .sidebar .list_header {
    border-bottom: 1px solid black;
    font-size: 17px;
    padding-bottom: 10px;
    display: block; }
  /* line 48, ../scss/_sub_page.scss */
  .sidebar .secondary a {
    font-size: 15px;
    color: #0b397c;
    border-color: #e4e4e4; }
    /* line 52, ../scss/_sub_page.scss */
    .sidebar .secondary a:hover {
      color: #000;
      border-color: #000; }

/* line 59, ../scss/_sub_page.scss */
.footer_content {
  background: #0b397c;
  padding: 20px 0 50px 0;
  color: #fff; }
  /* line 62, ../scss/_sub_page.scss */
  .footer_content h3 {
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 5px;
    font-family: "Lato", sans-serif; }
  /* line 64, ../scss/_sub_page.scss */
  .footer_content .panel {
    width: 200px;
    float: left;
    margin-right: 180px; }
    /* line 66, ../scss/_sub_page.scss */
    .footer_content .panel .call_to_action {
      margin-top: 7px; }
    /* line 68, ../scss/_sub_page.scss */
    .footer_content .panel p {
      font-size: 14px; }
    /* line 70, ../scss/_sub_page.scss */
    .footer_content .panel .main_download {
      margin-top: 10px; }
  /* line 75, ../scss/_sub_page.scss */
  .footer_content .software {
    float: right;
    margin-right: 0;
    height: 180px; }
    /* line 77, ../scss/_sub_page.scss */
    .footer_content .software .button {
      padding-left: 0;
      padding-right: 0;
      display: block; }

/*-------------------------------------------
FORM
-------------------------------------------*/
/* line 5, ../scss/_form.scss */
form {
  margin: 0; }

/* line 6, ../scss/_form.scss */
fieldset {
  border: 0;
  margin: 0;
  /*padding: 0;*/ }

/* line 7, ../scss/_form.scss */
label {
  cursor: pointer; }

/* line 8, ../scss/_form.scss */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal; }

/* line 9, ../scss/_form.scss */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

/* line 10, ../scss/_form.scss */
button, input {
  line-height: normal; }

/* line 11, ../scss/_form.scss */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

/* line 12, ../scss/_form.scss */
button[disabled], input[disabled] {
  cursor: default; }

/* line 13, ../scss/_form.scss */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px; }

/* line 14, ../scss/_form.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

/* line 15, ../scss/_form.scss */
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

/* line 16, ../scss/_form.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* line 17, ../scss/_form.scss */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/* line 19, ../scss/_form.scss */
input:invalid, textarea:invalid {
  background-color: #f0dddd; }

/* line 21, ../scss/_form.scss */
form {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: normal;
  width: 520px; }

/* line 28, ../scss/_form.scss */
form p {
  margin: 0; }

/* line 30, ../scss/_form.scss */
form br {
  clear: left; }

/* line 32, ../scss/_form.scss */
fieldset {
  margin-bottom: 10px; }

/* line 34, ../scss/_form.scss */
legend, #software_download label {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 28px;
  color: #0b397c;
  margin-bottom: 15px; }

/* line 42, ../scss/_form.scss */
label {
  display: block;
  padding: 6px 10px 0px 2px; }

/* line 52, ../scss/_form.scss */
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  font-family: "Droid Sans", sans-serif;
  width: 100%;
  font-size: 15px;
  outline: none;
  color: #303030;
  margin: 0;
  /*width: 210px;*/
  max-width: 100%;
  display: block;
  margin-bottom: 5px;
  border: none;
  background: #f2f2f2;
  padding: 10px;
  -webkit-border-radius: 6px 6px;
  -moz-border-radius: 6px / 6px;
  border-radius: 6px / 6px; }

/* line 70, ../scss/_form.scss */
textarea {
  min-height: 60px; }

/* line 72, ../scss/_form.scss */
input[type="checkbox"] {
  display: inline; }

/* line 78, ../scss/_form.scss */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  line-height: normal;
  border-left: none;
  border-right: none;
  border-top: none; }

/* line 93, ../scss/_form.scss */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus {
  background: #eaeaea; }

/* line 112, ../scss/_form.scss */
.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center; }

/* line 120, ../scss/_form.scss */
.form-comment,
.form-error {
  font-size: 12px;
  font-style: italic;
  padding: 5px 0;
  color: #C00; }

/* line 127, ../scss/_form.scss */
.registration_page h2 {
  font-size: 32px; }

/* line 129, ../scss/_form.scss */
.custom_dropdown {
  height: 38px; }

/* line 131, ../scss/_form.scss */
#registration {
  min-height: 800px; }

/* line 134, ../scss/_form.scss */
#request_quote_form {
  min-height: 800px; }

/* line 136, ../scss/_form.scss */
#contact_form {
  min-height: 800px; }

/* Variables =================================================== */
/* fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
/* line 12, ../scss/_fancybox.scss */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

/* line 20, ../scss/_fancybox.scss */
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

/* line 27, ../scss/_fancybox.scss */
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

/* line 37, ../scss/_fancybox.scss */
.fancybox-opened {
  z-index: 8030; }

/* line 41, ../scss/_fancybox.scss */
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

/* line 47, ../scss/_fancybox.scss */
.fancybox-outer, .fancybox-inner {
  position: relative; }

/* line 51, ../scss/_fancybox.scss */
.fancybox-inner {
  overflow: hidden; }

/* line 55, ../scss/_fancybox.scss */
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

/* line 59, ../scss/_fancybox.scss */
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

/* line 67, ../scss/_fancybox.scss */
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

/* line 73, ../scss/_fancybox.scss */
.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

/* line 78, ../scss/_fancybox.scss */
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("img/fancybox_sprite.png"); }

/* line 82, ../scss/_fancybox.scss */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

/* line 94, ../scss/_fancybox.scss */
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("img/fancybox_loading.gif") center center no-repeat; }

/* line 100, ../scss/_fancybox.scss */
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

/* line 110, ../scss/_fancybox.scss */
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("img/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

/* line 122, ../scss/_fancybox.scss */
.fancybox-prev {
  left: 0; }

/* line 126, ../scss/_fancybox.scss */
.fancybox-next {
  right: 0; }

/* line 130, ../scss/_fancybox.scss */
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

/* line 141, ../scss/_fancybox.scss */
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

/* line 146, ../scss/_fancybox.scss */
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

/* line 151, ../scss/_fancybox.scss */
.fancybox-nav:hover span {
  visibility: visible; }

/* line 155, ../scss/_fancybox.scss */
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
/* line 167, ../scss/_fancybox.scss */
.fancybox-lock {
  overflow: hidden; }

/* line 171, ../scss/_fancybox.scss */
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("img/fancybox_overlay.png"); }

/* line 181, ../scss/_fancybox.scss */
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

/* line 187, ../scss/_fancybox.scss */
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
/* line 194, ../scss/_fancybox.scss */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

/* line 202, ../scss/_fancybox.scss */
.fancybox-opened .fancybox-title {
  visibility: visible; }

/* line 206, ../scss/_fancybox.scss */
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

/* line 216, ../scss/_fancybox.scss */
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

/* line 232, ../scss/_fancybox.scss */
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

/* line 238, ../scss/_fancybox.scss */
.fancybox-title-inside-wrap {
  padding-top: 10px; }

/* line 242, ../scss/_fancybox.scss */
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*** ESSENTIAL STYLES ***/
/* line 3, ../scss/_suckerfish.scss */
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 100;
  position: relative; }

/* line 10, ../scss/_suckerfish.scss */
.sf-menu li {
  position: relative; }

/* line 13, ../scss/_suckerfish.scss */
.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99; }
  /* line 20, ../scss/_suckerfish.scss */
  .sf-menu ul a {
    color: #0b397c !important; }
    /* line 22, ../scss/_suckerfish.scss */
    .sf-menu ul a:hover {
      color: #000!important; }

/* line 29, ../scss/_suckerfish.scss */
.sf-menu > li {
  float: left;
  font-size: 17px; }

/* line 36, ../scss/_suckerfish.scss */
.sf-menu > li > a:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  background: #fff; }

/* line 43, ../scss/_suckerfish.scss */
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block; }

/* line 47, ../scss/_suckerfish.scss */
.sf-menu a {
  display: block;
  position: relative; }

/* line 51, ../scss/_suckerfish.scss */
.sf-menu ul ul {
  top: 0;
  left: 100%; }

/*** DEMO SKIN ***/
/* line 58, ../scss/_suckerfish.scss */
.sf-menu > li {
  position: relative; }

/* line 62, ../scss/_suckerfish.scss */
.sf-menu ul {
  position: absolute;
  left: -67px;
  /*only apllies to the hover effect of the links with subnav*/
  background: #fff;
  padding: 30px 30px;
  font-size: 14px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 4px 4px 6px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 4px 4px 6px;
  box-shadow: rgba(0, 0, 0, 0.4) 4px 4px 6px;
  width: 200px;
  /* allow long menu items to determine submenu width */
  *width: 12em;
  /* no auto sub width for IE7, see white-space comment below */ }

/* line 74, ../scss/_suckerfish.scss */
#services ul {
  left: -72px!important; }

/* line 78, ../scss/_suckerfish.scss */
#software_dropdown ul {
  padding-right: 0;
  padding-left: 50px;
  width: 630px;
  margin-left: -80px; }
  /* line 85, ../scss/_suckerfish.scss */
  #software_dropdown ul .software_group {
    width: 33%;
    float: left; }
    /* line 86, ../scss/_suckerfish.scss */
    #software_dropdown ul .software_group a {
      padding-left: 0; }
  /* line 91, ../scss/_suckerfish.scss */
  #software_dropdown ul .group2 {
    width: 20%; }
  /* line 92, ../scss/_suckerfish.scss */
  #software_dropdown ul .group3 {
    width: 40%; }

/* line 97, ../scss/_suckerfish.scss */
.sf-menu li {
  *white-space: normal;
  /* ...unless you support IE7 (let it wrap) */
  -webkit-transition: background 0.2s;
  transition: background 0.2s; }

/* line 103, ../scss/_suckerfish.scss */
.sf-menu li.sfHover {
  background: #fff;
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  /* only transition out, not in */
  -webkit-transition: none;
  transition: none; }

/* line 3, ../scss/_ie.scss */
.lt-ie9 .button {
  background: #2e569c!important; }
/* line 5, ../scss/_ie.scss */
.lt-ie9 .sf-menu ul {
  border-right: 2px #f2f2f2 solid !important;
  border-bottom: 2px #f2f2f2 solid !important; }

	/* ==========================================================================
   ie fixes
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
/* line 683, ../scss/screen.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

/* line 691, ../scss/screen.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 702, ../scss/screen.scss */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 711, ../scss/screen.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/* line 728, ../scss/screen.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
/* line 741, ../scss/screen.scss */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 758, ../scss/screen.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

/* line 763, ../scss/screen.scss */
.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 772, ../scss/screen.scss */
.clearfix {
  *zoom: 1; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /* line 799, ../scss/screen.scss */
  * {
    background: transparent !important;
    color: black !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  /* line 807, ../scss/screen.scss */
  a,
  a:visited {
    text-decoration: underline; }

  /* line 811, ../scss/screen.scss */
  a[href]:after {
    content: " (" attr(href) ")"; }

  /* line 815, ../scss/screen.scss */
  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  /* line 825, ../scss/screen.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  /* line 830, ../scss/screen.scss */
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }

  /* line 835, ../scss/screen.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  /* line 840, ../scss/screen.scss */
  tr,
  img {
    page-break-inside: avoid; }

  /* line 844, ../scss/screen.scss */
  img {
    max-width: 100% !important; } }
