@charset "UTF-8";
/* normalize-scss 3.0.2+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
 * Establish a vertical rhythm unit using $base-font-size, $base-line-height,
 * and $rhythm-unit variables. Also, correct text resizing oddly in IE 6/7 when
 * body `font-size` is set using `em` units.
 */
/* line 106, ../../../Ruby1.9.3/lib/ruby/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/typography/_vertical_rhythm.scss */
html {
  font-size: 100%;
  line-height: 1.5em;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 76, ../sass/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 88, ../sass/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 102, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 123, ../sass/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  *display: inline;
  *zoom: 1;
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 142, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 */
/* line 152, ../sass/_normalize.scss */
[hidden] {
  display: none;
}

/**
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 161, ../sass/_normalize.scss */
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 173, ../sass/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 182, ../sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 194, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 202, ../sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
/* line 212, ../sass/_normalize.scss */
blockquote {
  margin: 1.5em 40px;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 221, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 230, ../sass/_normalize.scss */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.5em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

/* line 245, ../sass/_normalize.scss */
h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 251, ../sass/_normalize.scss */
h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  margin-top: 1.28205em;
  margin-bottom: 1.28205em;
}

/* line 257, ../sass/_normalize.scss */
h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/* line 263, ../sass/_normalize.scss */
h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  margin-top: 1.80723em;
  margin-bottom: 1.80723em;
}

/* line 269, ../sass/_normalize.scss */
h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
  margin-top: 2.23881em;
  margin-bottom: 2.23881em;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 281, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
/* line 292, ../sass/_normalize.scss */
p,
pre {
  margin: 1.5em 0;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 302, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 310, ../sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 318, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 322, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
/* line 334, ../sass/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1.5em 0;
}

/* line 355, ../sass/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
/* line 363, ../sass/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
/* line 375, ../sass/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 390, ../sass/_normalize.scss */
img {
  border: 0;
  /* Improve image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 403, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 415, ../sass/_normalize.scss */
figure {
  margin: 1.5em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 424, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 433, ../sass/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 441, ../sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
/* line 465, ../sass/_normalize.scss */
form {
  margin: 0;
}

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Address `font-family` inconsistency between `textarea` and other form in IE 7
 * 5. Improve appearance and consistency with IE 6/7.
 */
/* line 479, ../sass/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
  *font-family: sans-serif;
  /* 4 */
  *vertical-align: middle;
  /* 5 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 497, ../sass/_normalize.scss */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 508, ../sass/_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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 523, ../sass/_normalize.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 538, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 547, ../sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 558, ../sass/_normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 573, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 590, ../sass/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 601, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
  /**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
}
/* line 611, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 621, ../sass/_normalize.scss */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.4625em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.9125em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.875em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 0.875em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 637, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 651, ../sass/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 660, ../sass/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 671, ../sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 676, ../sass/_normalize.scss */
td,
th {
  padding: 0;
}

/* Bitters 0.10.0
 * http://bitters.bourbon.io
 * Copyright 2013ΓÇô2014 thoughtbot, inc.
 * MIT License */
/*$sans-serif: $helvetica;
$serif: $georgia;*/
/* Font-face ripped from bourbon.
 * Order of the includes matters, and it is: normal, bold, italic, bold+italic.
 * Example: @include font-face(SourceSansPro, "/fonts/Source_Sans_Pro/SourceSansPro-Italic", normal, italic);
*/
/*CSS triangle
 *First direction ('u','d','l','r')
 *Color of triangle
 *one parameter for equilateral triangle
 *two for isocles
 *three all different
*/
/* line 1, ../sass/base/_buttons.scss */
button,
input[type="submit"] {
  /* @extend %button;*/
  /*@include appearance(none);*/
  border: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

/* line 1, ../sass/base/_basic.scss */
.floatLeft {
  float: left;
}

/* line 2, ../sass/base/_basic.scss */
.floatRight {
  float: right;
}

/* line 3, ../sass/base/_basic.scss */
a {
  outline: 0 !important;
}

/* line 4, ../sass/base/_basic.scss */
.rel {
  position: relative;
}

/* line 5, ../sass/base/_basic.scss */
.abs {
  position: absolute;
}

/* line 6, ../sass/base/_basic.scss */
.autoMargin {
  margin: auto;
}

/* line 7, ../sass/base/_basic.scss */
.bold {
  font-weight: bold;
}

/* line 8, ../sass/base/_basic.scss */
.center {
  text-align: center;
}

/* line 9, ../sass/base/_basic.scss */
.right {
  text-align: right;
}

/* line 10, ../sass/base/_basic.scss */
.uppercase {
  text-transform: uppercase;
}

/* line 11, ../sass/base/_basic.scss */
.hundred {
  width: 100%;
}

/* line 12, ../sass/base/_basic.scss */
.pointer {
  cursor: pointer;
}

/* line 13, ../sass/base/_basic.scss */
.clearfix:after, .home .projects .columns:after, .home .functionalities .inner:after, #act-header .guide .inner:after {
  content: "";
  display: table;
  clear: both;
}

/* line 18, ../sass/base/_basic.scss */
.cssTxt {
  text-indent: -10000px;
}

/* line 19, ../sass/base/_basic.scss */
.block {
  display: block;
}

/* line 22, ../sass/base/_basic.scss */
.blockLink {
  display: block;
  background-repeat: no-repeat;
  background-position: left top;
}
/* line 25, ../sass/base/_basic.scss */
.blockLink:hover {
  background-position: left bottom;
}

/* line 27, ../sass/base/_basic.scss */
a.blockLink:hover {
  background-position: left bottom;
}

/* line 28, ../sass/base/_basic.scss */
.clear {
  clear: both;
}

/* line 20, ../sass/partials/_scholastic.scss */
#universal4o {
  margin-bottom: 0 !important;
}

/* line 23, ../sass/partials/_scholastic.scss */
#schlPageContent, #schlMainContent, #schlContent, #schl3o {
  width: 100% !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
}

/* line 3, ../sass/_menu.scss */
#tafToolWrapper .white, #act-header .white {
  color: white;
}
/* line 6, ../sass/_menu.scss */
#tafToolWrapper .inner-width, #act-header .inner-width {
  width: 920px;
  margin: auto;
}
/* line 10, ../sass/_menu.scss */
#tafToolWrapper header.main-head, #act-header header.main-head {
  background: #006ac7;
  color: #26c0da;
  /*margin-bottom: 43px;*/
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  padding: 20px 0 15px;
}
/* line 16, ../sass/_menu.scss */
#tafToolWrapper header.main-head .inner-width, #act-header header.main-head .inner-width {
  height: 93px !important;
}
/* line 20, ../sass/_menu.scss */
#tafToolWrapper header.main-head a, #tafToolWrapper header.main-head nav, #act-header header.main-head a, #act-header header.main-head nav {
  color: white;
}
/* line 21, ../sass/_menu.scss */
#tafToolWrapper header.main-head h2, #act-header header.main-head h2 {
  font-size: 48px;
  line-height: .9;
  margin: 0;
}
/* line 25, ../sass/_menu.scss */
#tafToolWrapper header.main-head h2 .bigger, #act-header header.main-head h2 .bigger {
  font-size: 56px;
}
/* line 29, ../sass/_menu.scss */
#tafToolWrapper header.main-head .logo, #act-header header.main-head .logo {
  background: url("../images/logo.png") no-repeat center center ;
  display: inline-block;
  height: 49px;
  width: 179px;
}
/* line 35, ../sass/_menu.scss */
#tafToolWrapper header.main-head nav, #act-header header.main-head nav {
  display: inline-block;
}
/* line 37, ../sass/_menu.scss */
#tafToolWrapper header.main-head nav ul, #act-header header.main-head nav ul {
  font-size: 14px;
  margin: 0;
  padding: 13px 0 0;
}
/* line 41, ../sass/_menu.scss */
#tafToolWrapper header.main-head nav ul li, #act-header header.main-head nav ul li {
  float: left;
}
/* line 43, ../sass/_menu.scss */
#tafToolWrapper header.main-head nav ul li:first-child, #act-header header.main-head nav ul li:first-child {
  padding-left: 0;
}
/* line 45, ../sass/_menu.scss */
#tafToolWrapper header.main-head nav ul li:first-child:before, #act-header header.main-head nav ul li:first-child:before {
  opacity: 0;
}
/* line 49, ../sass/_menu.scss */
#tafToolWrapper header.main-head nav ul li:before, #act-header header.main-head nav ul li:before {
  content: '|';
  font-weight: bold;
  padding-left: 10px;
}

/* line 60, ../sass/_menu.scss */
#tafToolWrapper header.main-head {
  margin-bottom: 27px;
}

@font-face {
  font-family: 'Trebuchet MS';
  src: url("../fonts/Trebuchet MS.ttf");
}
/*$contentWidth: 900px; */
/* line 16, ../sass/_misc.scss */
.clearfix:after, .home .projects .columns:after, .home .functionalities .inner:after, #act-header .guide .inner:after {
  content: "";
  display: table;
  clear: both;
}

/* line 21, ../sass/_misc.scss */
.link {
  cursor: pointer;
}

/* line 24, ../sass/_misc.scss */
a, a:visited {
  color: inherit;
  text-decoration: inherit;
}

/* line 28, ../sass/_misc.scss */
.inner {
  width: 860px;
  margin: 0 auto;
  position: relative;
}

/* line 34, ../sass/_misc.scss */
.blue {
  color: #006ac7;
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* line 1, ../sass/_home.scss */
#home {
  min-width: 920px;
}
/* line 3, ../sass/_home.scss */
#home a {
  text-decoration: none;
}
/* line 4, ../sass/_home.scss */
#home a:hover {
  text-decoration: none !important;
}

/* line 8, ../sass/_home.scss */
.home {
  font-size: 16px;
  line-height: 1.5em;
}
/* line 11, ../sass/_home.scss */
.home .top {
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  background-color: #006ac7;
  color: white;
}
/* line 17, ../sass/_home.scss */
.home .top .logo img {
  margin: 40px auto 20px auto;
}
/* line 21, ../sass/_home.scss */
.home .top .intro-text {
  margin: 0 18px 30px 18px;
}
/* line 24, ../sass/_home.scss */
.home .top .illustration {
  overflow: hidden;
  position: relative;
}
/* line 27, ../sass/_home.scss */
.home .top .illustration img {
  display: block;
  position: relative;
  bottom: -20px;
  transition: all .4s;
}
/* line 38, ../sass/_home.scss */
.home.loaded .top .illustration img {
  bottom: 0;
}
/* line 45, ../sass/_home.scss */
.home .projects {
  background: white;
  text-align: center;
  border-bottom: 1px solid #26c0da;
}
/* line 50, ../sass/_home.scss */
.home .projects .link .img-holder {
  display: block;
  padding: 20px;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all .2s;
}
/* line 57, ../sass/_home.scss */
.home .projects .link .img-holder img {
  width: 100%;
  display: block;
}
/* line 63, ../sass/_home.scss */
.home .projects .link:hover .img-holder {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
/* line 70, ../sass/_home.scss */
.home .projects .label {
  color: white;
  font-size: 25px;
  font-family: "Trebuchet MS", Trebuchet, Arial, Sans-Serif;
  text-transform: uppercase;
  position: relative;
}
/* line 76, ../sass/_home.scss */
.home .projects .label:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -36px;
  bottom: -28px;
  width: 0;
  height: 0;
  border-left: 36px solid transparent;
  border-right: 36px solid transparent;
  border-top: 28px solid #26c0da;
}
/* line 89, ../sass/_home.scss */
.home .projects .columns {
  width: 860px;
  padding: 35px 0 50px 0;
  margin: 0 auto;
}
/* line 94, ../sass/_home.scss */
.home .projects .columns .col-1, .home .projects .columns .col-2, .home .projects .columns .col-3 {
  width: 33.33%;
  float: left;
}
/* line 99, ../sass/_home.scss */
.home .projects h3 {
  color: #c40a0a;
  font-family: "Trebuchet MS", Trebuchet, Arial, Sans-Serif;
  text-transform: uppercase;
  font-size: 22px;
  max-width: 250px;
  margin-top: 25px;
  margin: 0 auto;
}
/* line 108, ../sass/_home.scss */
.home .projects .label {
  background-color: #26c0da;
  padding: 15px 0;
}
/* line 114, ../sass/_home.scss */
.home .functionalities {
  background-color: #e5e6e8;
}
/* line 116, ../sass/_home.scss */
.home .functionalities .inner {
  padding: 20px;
}
/* line 120, ../sass/_home.scss */
.home .functionalities .col-1, .home .functionalities .col-2 {
  float: left;
  width: 50%;
}
/* line 124, ../sass/_home.scss */
.home .functionalities h3 {
  color: #006ac7;
  font-family: "Trebuchet MS", Trebuchet, Arial, Sans-Serif;
  text-transform: uppercase;
}
/* line 128, ../sass/_home.scss */
.home .functionalities h3 img {
  vertical-align: middle;
}
/* line 131, ../sass/_home.scss */
.home .functionalities h3 span {
  vertical-align: middle;
}
/* line 135, ../sass/_home.scss */
.home .functionalities p {
  margin: 20px 0 15px 0;
}
/* line 139, ../sass/_home.scss */
.home .functionalities .link {
  padding: 10px 20px 20px 20px;
  text-decoration: none !important;
}
/* line 143, ../sass/_home.scss */
.home .functionalities .link .go {
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 15px;
  color: #006ac7;
  text-transform: uppercase;
  font-weight: bold;
}
/* line 149, ../sass/_home.scss */
.home .functionalities .link .go b {
  text-indent: -9999px;
  overflow: hidden;
  display: inline-block;
  vertical-align: baseline;
  background-image: url(../images/arrow-right.png);
  width: 8px;
  height: 13px;
  position: relative;
  left: 0;
  transition: all .2s;
}
/* line 162, ../sass/_home.scss */
.home .functionalities .link:hover {
  text-decoration: none !important;
}
/* line 165, ../sass/_home.scss */
.home .functionalities .link:hover .go b {
  left: 5px;
}

/* line 3, ../sass/_menu.scss */
#tafToolWrapper .white, #act-header .white {
  color: white;
}
/* line 6, ../sass/_menu.scss */
#tafToolWrapper .inner-width, #act-header .inner-width {
  width: 920px;
  margin: auto;
}
/* line 10, ../sass/_menu.scss */
#tafToolWrapper header.main-head, #act-header header.main-head {
  background: #006ac7;
  color: #26c0da;
  /*margin-bottom: 43px;*/
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  padding: 20px 0 15px;
}
/* line 16, ../sass/_menu.scss */
#tafToolWrapper header.main-head .inner-width, #act-header header.main-head .inner-width {
  height: 93px !important;
}
/* line 20, ../sass/_menu.scss */
#tafToolWrapper header.main-head a, #tafToolWrapper header.main-head nav, #act-header header.main-head a, #act-header header.main-head nav {
  color: white;
}
/* line 21, ../sass/_menu.scss */
#tafToolWrapper header.main-head h2, #act-header header.main-head h2 {
  font-size: 48px;
  line-height: .9;
  margin: 0;
}
/* line 25, ../sass/_menu.scss */
#tafToolWrapper header.main-head h2 .bigger, #act-header header.main-head h2 .bigger {
  font-size: 56px;
}
/* line 29, ../sass/_menu.scss */
#tafToolWrapper header.main-head .logo, #act-header header.main-head .logo {
  background: url("../images/logo.png") no-repeat center center ;
  display: inline-block;
  height: 49px;
  width: 179px;
}
/* line 35, ../sass/_menu.scss */
#tafToolWrapper header.main-head nav, #act-header header.main-head nav {
  display: inline-block;
}
/* line 37, ../sass/_menu.scss */
#tafToolWrapper header.main-head nav ul, #act-header header.main-head nav ul {
  font-size: 14px;
  margin: 0;
  padding: 13px 0 0;
}
/* line 41, ../sass/_menu.scss */
#tafToolWrapper header.main-head nav ul li, #act-header header.main-head nav ul li {
  float: left;
}
/* line 43, ../sass/_menu.scss */
#tafToolWrapper header.main-head nav ul li:first-child, #act-header header.main-head nav ul li:first-child {
  padding-left: 0;
}
/* line 45, ../sass/_menu.scss */
#tafToolWrapper header.main-head nav ul li:first-child:before, #act-header header.main-head nav ul li:first-child:before {
  opacity: 0;
}
/* line 49, ../sass/_menu.scss */
#tafToolWrapper header.main-head nav ul li:before, #act-header header.main-head nav ul li:before {
  content: '|';
  font-weight: bold;
  padding-left: 10px;
}

/* line 60, ../sass/_menu.scss */
#tafToolWrapper header.main-head {
  margin-bottom: 27px;
}

/* line 1, ../sass/_guide.scss */
#act-header {
  min-width: 920px;
}
/* line 3, ../sass/_guide.scss */
#act-header .guide {
  background-color: #f4f4f4;
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 15px;
  font-weight: normal;
}
/* line 6, ../sass/_guide.scss */
#act-header .guide#tool .inner {
  padding-bottom: 120px;
}
/* line 10, ../sass/_guide.scss */
#act-header .guide .inner {
  background-color: white;
  width: 920px;
  padding: 0 100px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
/* line 16, ../sass/_guide.scss */
#act-header .guide .inner p, #act-header .guide .inner .inc {
  /*width: 884px;*/
  margin-left: auto !important;
  margin-right: auto !important;
}
/* line 23, ../sass/_guide.scss */
#act-header .guide h1, #act-header .guide h2, #act-header .guide h3 {
  color: #26c0da;
  text-transform: uppercase;
}
/* line 27, ../sass/_guide.scss */
#act-header .guide h1.orange, #act-header .guide h2.orange, #act-header .guide h3.orange {
  color: #f36f21;
}
/* line 30, ../sass/_guide.scss */
#act-header .guide h1.red, #act-header .guide h2.red, #act-header .guide h3.red {
  color: #e32822;
}
/* line 33, ../sass/_guide.scss */
#act-header .guide h1.green, #act-header .guide h2.green, #act-header .guide h3.green {
  color: #00c800;
}
/* line 37, ../sass/_guide.scss */
#act-header .guide h1 {
  font-family: 'Trebuchet MS', Trebuchet, Sans-Serif;
  font-size: 48px;
  font-weight: 100;
  position: relative;
  padding: 60px 0 30px 0;
  margin: 0;
  font-weight: bold;
}
/* line 43, ../sass/_guide.scss */
#act-header .guide h1:after {
  content: '';
  background-color: #006ac7;
  height: 2px;
  position: absolute;
  bottom: 30px;
  left: 0px;
  right: 0px;
}
/* line 52, ../sass/_guide.scss */
#act-header .guide h1 a {
  text-decoration: none;
  color: #006ac7;
  text-transform: uppercase;
  padding: 10px;
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 18px;
  font-weight: bold;
  float: right;
}
/* line 59, ../sass/_guide.scss */
#act-header .guide h1 a span, #act-header .guide h1 a img {
  vertical-align: middle;
}
/* line 64, ../sass/_guide.scss */
#act-header .guide h2 {
  font-family: 'Trebuchet MS', Trebuchet, Sans-Serif;
  font-size: 30px;
  font-weight: 100;
  padding: 40px 0 10px 0;
  margin: 0;
}
/* line 69, ../sass/_guide.scss */
#act-header .guide a {
  color: #0f00d4;
  text-decoration: underline;
}
/* line 72, ../sass/_guide.scss */
#act-header .guide a:hover {
  text-decoration: none;
}
/* line 76, ../sass/_guide.scss */
#act-header .guide p {
  padding: 15px 0;
  margin: 0;
}
/* line 80, ../sass/_guide.scss */
#act-header .guide ul {
  margin: 0;
}
/* line 83, ../sass/_guide.scss */
#act-header .guide li {
  list-style: none;
  position: relative;
  padding: 15px 0 15px 60px;
}
/* line 87, ../sass/_guide.scss */
#act-header .guide li:before {
  content: '';
  position: absolute;
  left: 10px;
  width: 10px;
  height: 10px;
  top: 23px;
  border-radius: 10px;
  background-color: #006ac7;
}
/* line 98, ../sass/_guide.scss */
#act-header .guide .explore {
  padding-left: 100px;
  padding-bottom: 120px;
}

/* line 2, ../sass/_answers.scss */
#act-header .answers {
  margin: 0 auto 10px;
  width: 100%;
}
/* line 5, ../sass/_answers.scss */
#act-header .answers .inner {
  padding-bottom: 230px;
}
/* line 8, ../sass/_answers.scss */
#act-header .answers .label {
  padding: 20px 19px;
  color: white;
  width: -webkit-calc(100% - 38px);
  width: calc(100% - 38px);
  font-family: 'Trebuchet MS', Trebuchet, Sans-Serif;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
/* line 16, ../sass/_answers.scss */
#act-header .answers .label:after {
  content: '';
  position: absolute;
  right: 20px;
  top: 17px;
  width: 38px;
  height: 25px;
  background-image: url("../images/arrow.png");
  background-repeat: no-repeat;
  transition: all .2s;
}
/* line 28, ../sass/_answers.scss */
#act-header .answers .content {
  height: 0;
  overflow: hidden;
  background-color: #f4f4f4;
}
/* line 32, ../sass/_answers.scss */
#act-header .answers .content h3 {
  margin: 0;
}
/* line 35, ../sass/_answers.scss */
#act-header .answers .content ul {
  margin: 0;
  padding: 0;
}
/* line 39, ../sass/_answers.scss */
#act-header .answers .content li {
  list-style: none;
  position: relative;
  padding: 2px 0 2px 30px;
  margin: 0;
}
/* line 44, ../sass/_answers.scss */
#act-header .answers .content li:before {
  content: '';
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  top: 10px;
  border-radius: 10px;
  background-color: #006ac7;
}
/* line 55, ../sass/_answers.scss */
#act-header .answers .content .answer {
  font-weight: bold;
}
/* line 58, ../sass/_answers.scss */
#act-header .answers .content .section {
  padding: 40px 20px;
}
/* line 60, ../sass/_answers.scss */
#act-header .answers .content .section:last-child {
  border-bottom: none !important;
}
/* line 68, ../sass/_answers.scss */
#act-header .answers.active .label:after {
  transform: rotate(180deg);
}
/* line 72, ../sass/_answers.scss */
#act-header .answers.active .content {
  height: auto;
}
/* line 77, ../sass/_answers.scss */
#act-header .answers.orange .label {
  background-color: #f36f21;
}
/* line 80, ../sass/_answers.scss */
#act-header .answers.orange h3 {
  color: #f36f21;
}
/* line 83, ../sass/_answers.scss */
#act-header .answers.orange .section {
  border-bottom: 3px solid #f36f21;
}
/* line 88, ../sass/_answers.scss */
#act-header .answers.orange .content li:before {
  background-color: #f36f21;
}
/* line 95, ../sass/_answers.scss */
#act-header .answers.green .label {
  background-color: #00c800;
}
/* line 98, ../sass/_answers.scss */
#act-header .answers.green h3 {
  color: #00c800;
}
/* line 101, ../sass/_answers.scss */
#act-header .answers.green .section {
  border-bottom: 3px solid #00c800;
}
/* line 106, ../sass/_answers.scss */
#act-header .answers.green .content li:before {
  background-color: #00c800;
}
/* line 113, ../sass/_answers.scss */
#act-header .answers.red .label {
  background-color: #e32822;
}
/* line 116, ../sass/_answers.scss */
#act-header .answers.red h3 {
  color: #e32822;
}
/* line 119, ../sass/_answers.scss */
#act-header .answers.red .section {
  border-bottom: 3px solid #e32822;
}
/* line 124, ../sass/_answers.scss */
#act-header .answers.red .content li:before {
  background-color: #e32822;
}

/*# sourceMappingURL=index.css.map */
