/* 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" /> */
/* line 5, ../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* **************************************************************** */
/* MIXINS                                     */
/* **************************************************************** */
/* **************************************************************** */
/* Grid Settings                                      */
/* **************************************************************** */
/* Sample Grid System */
/* line 9, ../sass/_grid.scss */
main header {
  height: 100px;
  background: #2F94B2;
  margin-bottom: 10px;
}
/* line 15, ../sass/_grid.scss */
main .hero {
  height: 100px;
  margin-bottom: 10px;
}
/* line 18, ../sass/_grid.scss */
main .hero h3, main .hero h2 {
  margin: 10px;
}
/* line 21, ../sass/_grid.scss */
main .hero .one {
  background: #FF739C;
  height: 100%;
}
/* line 25, ../sass/_grid.scss */
main .hero .two {
  height: 100%;
}
/* line 27, ../sass/_grid.scss */
main .hero .two div {
  height: 100%;
  background: #CCC136;
}
/* line 35, ../sass/_grid.scss */
main .content h3 {
  margin: 10px;
}
/* line 38, ../sass/_grid.scss */
main .content div {
  height: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 43, ../sass/_grid.scss */
main .content div:nth-child(3n) {
  background: #2F94B2;
}
/* line 46, ../sass/_grid.scss */
main .content div:nth-child(3n+1) {
  background: #FF7311;
}
/* line 49, ../sass/_grid.scss */
main .content div:nth-child(3n+2) {
  background: #5DD9FF;
}

/* line 59, ../sass/_grid.scss */
main {
  max-width: 1018px;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../../../Ruby193/lib/ruby/gems/1.9.1/gems/susy-2.1.3/sass/susy/output/support/_clearfix.scss */
main:after {
  content: " ";
  display: block;
  clear: both;
}

/* line 63, ../sass/_grid.scss */
header {
  max-width: 1018px;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../../../Ruby193/lib/ruby/gems/1.9.1/gems/susy-2.1.3/sass/susy/output/support/_clearfix.scss */
header:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 66, ../sass/_grid.scss */
header #top-navigation {
  width: 65.21739%;
  float: left;
  margin-right: 4.34783%;
}
/* line 69, ../sass/_grid.scss */
header #sub-navigation {
  width: 30.43478%;
  float: right;
  margin-right: 0;
}

/* line 74, ../sass/_grid.scss */
.hero {
  clear: both;
}
/* line 76, ../sass/_grid.scss */
.hero .one {
  width: 30.43478%;
  float: left;
  margin-right: 4.34783%;
}
/* line 79, ../sass/_grid.scss */
.hero .two {
  width: 65.21739%;
  float: right;
  margin-right: 0;
}
/* line 81, ../sass/_grid.scss */
.hero .two div:nth-child(4n+1) {
  clear: both;
  width: 20%;
  float: left;
  margin-right: 6.66667%;
}
/* line 85, ../sass/_grid.scss */
.hero .two div:nth-child(4n+2) {
  width: 20%;
  float: left;
  margin-right: 6.66667%;
}
/* line 88, ../sass/_grid.scss */
.hero .two div:nth-child(4n+3) {
  width: 20%;
  float: left;
  margin-right: 6.66667%;
}
/* line 91, ../sass/_grid.scss */
.hero .two div:nth-child(4n) {
  width: 20%;
  float: right;
  margin-right: 0;
}
/* line 94, ../sass/_grid.scss */
.hero .two div:nth-child(4) {
  width: 20%;
  float: right;
  margin-right: 0;
}

/* line 102, ../sass/_grid.scss */
main header nav {
  width: 100%;
  float: left;
  margin-right: 4.34783%;
}

/* line 109, ../sass/_grid.scss */
.content div {
  width: 30.43478%;
  float: left;
}
/* line 66, ../../../Ruby193/lib/ruby/gems/1.9.1/gems/susy-2.1.3/sass/susy/language/susy/_gallery.scss */
.content div:nth-child(3n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
/* line 66, ../../../Ruby193/lib/ruby/gems/1.9.1/gems/susy-2.1.3/sass/susy/language/susy/_gallery.scss */
.content div:nth-child(3n + 2) {
  margin-left: 34.78261%;
  margin-right: -100%;
  clear: none;
}
/* line 66, ../../../Ruby193/lib/ruby/gems/1.9.1/gems/susy-2.1.3/sass/susy/language/susy/_gallery.scss */
.content div:nth-child(3n + 3) {
  margin-left: 69.56522%;
  margin-right: -100%;
  clear: none;
}

/* line 114, ../sass/_grid.scss */
#footer {
  width: 100%;
  float: left;
  margin-right: 4.34783%;
}
/* line 117, ../sass/_grid.scss */
#footer .content {
  max-width: 1018px;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../../../Ruby193/lib/ruby/gems/1.9.1/gems/susy-2.1.3/sass/susy/output/support/_clearfix.scss */
#footer .content:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 119, ../sass/_grid.scss */
#footer .content .address-box {
  width: 39.13043%;
  float: left;
  margin-right: 4.34783%;
}
/* line 120, ../sass/_grid.scss */
#footer .content .footerlogo {
  width: 13.04348%;
  float: right;
  margin-right: 0;
  margin-right: 20px;
}

/* line 10, ../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/layout/_sticky-footer.scss */
html, body {
  height: 100%;
}

/* line 12, ../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/layout/_sticky-footer.scss */
#wrap {
  clear: both;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -150px;
}
/* line 18, ../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/layout/_sticky-footer.scss */
#wrap #layout_footer {
  height: 150px;
}

/* line 20, ../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/layout/_sticky-footer.scss */
#footer {
  clear: both;
  position: relative;
  height: 150px;
}

/* **************************************************************** */
/* Font Settings                                       */
/* **************************************************************** */
/* line 16, ../sass/_typography.scss */
h1 {
  font-size: 1.8em;
  font-family: "NeoSansRegular",helvetica,Arial,sans-serif;
  color: #373737;
  margin: 5px 0px;
  clear: left;
  line-height: 1.4em;
}

/* line 25, ../sass/_typography.scss */
h2 {
  line-height: 49px;
  font-size: 1.2em;
  font-weight: normal;
}

/* line 31, ../sass/_typography.scss */
h3 {
  line-height: 49px;
  font-size: 1.06667em;
  font-weight: normal;
  color: #373737;
}

/* line 42, ../sass/_typography.scss */
.hidden {
  display: none;
}

@font-face {
  font-family: "NeoSansRegular";
  src: url('/stylesheets/fonts/neosan-webfont.eot?1422967506');
  src: url('/stylesheets/fonts/neosan-webfont.eot?&1422967506#iefix') format('embedded-opentype'), url('/stylesheets/fonts/neosan-webfont.woff?1422967519') format('woff'), url('/stylesheets/fonts/neosan-webfont.ttf?1422967533') format('truetype');
}
/* line 26, ../sass/screen.scss */
body {
  background-color: #fff;
  background-image: url("../images/bg-body.png");
  margin-top: 35px;
  font-family: arial, helvetica, sans-serif;
  font-size: 15px;
  color: #494949;
  line-height: 1.4em;
}

/* line 38, ../sass/screen.scss */
header h1 {
  display: none;
}
/* line 40, ../sass/screen.scss */
header #top_navigation {
  font-family: "NeoSansRegular", Verdana, sans-serif;
}
/* line 42, ../sass/screen.scss */
header #top_navigation ul {
  margin: 0px;
  padding: 0px;
  float: left;
  list-style-position: inside;
}
/* line 48, ../sass/screen.scss */
header #top_navigation ul li {
  float: left;
  list-style: outside none none;
  margin-right: 4px;
  line-height: 1.4em;
}
/* line 54, ../sass/screen.scss */
header #top_navigation ul li a {
  float: left;
  line-height: 34px;
  font-size: 0.93333em;
  color: #003C7E;
  padding: 0px 26px;
  border-width: 1px 1px medium;
  border-style: solid solid none;
  border-color: #D3D3D3 #D3D3D3 -moz-use-text-color;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  border-top-right-radius: 0.3em;
  border-top-left-radius: 0.3em;
  background: url("../images/bg-top-navigation.png") repeat-x scroll 0% 0% transparent;
  text-decoration: none;
}
/* line 72, ../sass/screen.scss */
header #top_navigation ul li a :focus {
  outline: 0px none;
}
/* line 77, ../sass/screen.scss */
header #top_navigation ul li.first a {
  width: 39px;
  height: 34px;
  text-indent: -10000px;
  padding: 0px;
  background: url("../images/bg-top-navigation-home2.png") no-repeat scroll 0% 0% transparent;
}
/* line 90, ../sass/screen.scss */
header #sub-navigation ul {
  float: right;
}
/* line 91, ../sass/screen.scss */
header #sub-navigation ul li {
  float: left;
  f: outside none none;
  padding: 0px 6px 0px 0px;
  margin-right: 6px;
  border-right: 1px solid #AFAFAF;
}
/* line 97, ../sass/screen.scss */
header #sub-navigation ul li a {
  color: #5F5F5F;
  text-decoration: none;
}
/* line 101, ../sass/screen.scss */
header #sub-navigation ul li a:hover {
  text-decoration: underline;
}

/* line 111, ../sass/screen.scss */
main {
  padding: 14px 18px;
  margin-bottom: 20px;
  border: 1px solid #E1E1E1;
  border-radius: 0.3em;
  box-shadow: 0px 0px 4px #D6D6D6;
  background-color: #FFF;
}
/* line 119, ../sass/screen.scss */
main header {
  background: #fff;
}
/* line 120, ../sass/screen.scss */
main header .logo {
  padding: 25px;
}
/* line 125, ../sass/screen.scss */
main header nav {
  display: none;
  background-color: #2BB1D4;
}
/* line 128, ../sass/screen.scss */
main header nav ul {
  float: left;
  margin: 0px;
  padding: 0px;
}
/* line 132, ../sass/screen.scss */
main header nav ul li {
  list-style-position: outside none none;
  line-height: 1.4em;
  display: inline;
}
/* line 136, ../sass/screen.scss */
main header nav ul li a {
  background: none repeat scroll 0% 0% #2BB1D4 !important;
  border-right: 1px solid #FFF;
  float: left;
  line-height: 51px;
  font-size: 16px;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  padding: 0px 37px;
  text-decoration: none;
}
/* line 148, ../sass/screen.scss */
main header nav ul li a:hover {
  text-decoration: underline;
}
/* line 155, ../sass/screen.scss */
main article {
  margin: 10px 0px;
  min-height: 100px;
}
/* line 158, ../sass/screen.scss */
main article ol, main article li {
  list-style-type: initial;
  margin-left: 15px;
}
/* line 161, ../sass/screen.scss */
main article ol li, main article li li {
  margin: 5px 0px;
}

/* line 168, ../sass/screen.scss */
footer {
  background: none repeat scroll 0% 0% #2BB0D4;
}
/* line 170, ../sass/screen.scss */
footer .content {
  margin-top: 35px;
  font-size: 0.8em;
}
/* line 174, ../sass/screen.scss */
footer .content .address-box {
  color: #fff;
  margin-left: 20px;
}
/* line 177, ../sass/screen.scss */
footer .content .address-box a {
  color: #fff;
  text-decoration: none;
}
/* line 180, ../sass/screen.scss */
footer .content .address-box li {
  padding-bottom: 4px;
  list-style-position: outside;
  line-height: 1.4em;
}
/* line 186, ../sass/screen.scss */
footer .content .footerimage {
  margin-top: 0px;
}

#introduction .banner {
  width: 980px;
  padding: 0 18px;
  margin-bottom: 40px;
}
#introduction .banner img {
  align: center;
  width: 980px;
}
#introduction table {
    margin-left: 66px;
}
.single-download img {
  margin: 80px 0;
  float: left;
}