/* line 93, ../scss/partials/_reset.scss */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%; }

/* line 101, ../scss/partials/_reset.scss */
html,
body {
  height: 100%; }

/* line 116, ../scss/partials/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block; }

/* line 126, ../scss/partials/_reset.scss */
b,
strong {
  font-weight: bold; }

/* line 133, ../scss/partials/_reset.scss */
img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic; }

/* line 143, ../scss/partials/_reset.scss */
ul,
ol {
  list-style: none; }

/* line 147, ../scss/partials/_reset.scss */
li {
  display: list-item; }

/* line 155, ../scss/partials/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 162, ../scss/partials/_reset.scss */
th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left; }

/* line 168, ../scss/partials/_reset.scss */
q {
  quotes: none; }

/* line 173, ../scss/partials/_reset.scss */
q:before,
q:after {
  content: "";
  content: none; }

/* line 180, ../scss/partials/_reset.scss */
sub,
sup,
small {
  font-size: 75%; }

/* line 185, ../scss/partials/_reset.scss */
sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 191, ../scss/partials/_reset.scss */
sub {
  bottom: -0.25em; }

/* line 195, ../scss/partials/_reset.scss */
sup {
  top: -0.5em; }

/* line 199, ../scss/partials/_reset.scss */
svg {
  overflow: hidden; }

/* line 9, ../scss/partials/_text.scss */
body {
  font: 13px / 1.5 "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif; }

/* line 14, ../scss/partials/_text.scss */
pre,
code {
  font-family: "DejaVu Sans Mono", Monaco, Consolas, monospace; }

/* line 18, ../scss/partials/_text.scss */
hr {
  border: 0 #b400ff solid;
  border-top-width: 1px;
  clear: both;
  height: 0; }

/* line 28, ../scss/partials/_text.scss */
h1 {
  font-size: 25px; }

/* line 32, ../scss/partials/_text.scss */
h2 {
  font-size: 23px; }

/* line 36, ../scss/partials/_text.scss */
h3 {
  font-size: 21px; }

/* line 40, ../scss/partials/_text.scss */
h4 {
  font-size: 19px; }

/* line 44, ../scss/partials/_text.scss */
h5 {
  font-size: 17px; }

/* line 48, ../scss/partials/_text.scss */
h6 {
  font-size: 15px; }

/* line 55, ../scss/partials/_text.scss */
ol {
  list-style: decimal; }

/* line 59, ../scss/partials/_text.scss */
ul {
  list-style: disc; }

/* line 63, ../scss/partials/_text.scss */
li {
  margin-left: 30px; }

/* line 82, ../scss/partials/_text.scss */
p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 16px; }

/* line 4, ../scss/partials/_site.scss */
html {
  overflow-y: scroll; }

/* line 8, ../scss/partials/_site.scss */
body {
  background: #101122;
  color: #111111; }

/* line 13, ../scss/partials/_site.scss */
img {
  max-width: 100%; }

/* line 17, ../scss/partials/_site.scss */
a {
  color: #0066cc; }

/* line 21, ../scss/partials/_site.scss */
a:hover {
  color: #b400ff; }

/* line 32, ../scss/partials/_site.scss */
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a {
  position: relative;
  color: #111111; }

/* line 39, ../scss/partials/_site.scss */
.align-center {
  text-align: center; }

/* line 44, ../scss/partials/_site.scss */
.mute,
.mute a {
  color: #999999; }

/* line 48, ../scss/partials/_site.scss */
.mute a:hover {
  color: #666666; }

/* line 53, ../scss/partials/_site.scss */
.grid-container > hr,
main[role="main"] > hr {
  margin-left: 10px;
  margin-right: 10px; }

/* line 58, ../scss/partials/_site.scss */
.gutter-top {
  margin-top: 20px; }

/* line 62, ../scss/partials/_site.scss */
.permalink {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  /* line 64, ../scss/partials/_site.scss */
  .permalink:hover {
    background: #DDDDDD; }

/* line 72, ../scss/partials/_site.scss */
#wrapper {
  min-height: 100%; }

/* line 79, ../scss/partials/_site.scss */
#brand {
  display: block;
  padding-bottom: 30px;
  text-align: center; }

/* line 85, ../scss/partials/_site.scss */
header[role="header"] {
  padding-top: 20px; }

/* line 92, ../scss/partials/_site.scss */
nav[role="navigation"] ul {
  background-color: #e5ddee;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEEDDFF', endColorstr='#FFDDDDDD');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZGRmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeddff), color-stop(100%, #dddddd));
  background-image: -webkit-linear-gradient(#eeddff, #dddddd);
  background-image: -moz-linear-gradient(#eeddff, #dddddd);
  background-image: -o-linear-gradient(#eeddff, #dddddd);
  background-image: linear-gradient(#eeddff, #dddddd);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 45px;
  overflow: hidden;
  text-shadow: rgba(255, 255, 255, 0.5) 0 -1px 0; }

/* line 101, ../scss/partials/_site.scss */
nav[role="navigation"] li {
  border-top: 1px solid white;
  list-style: none;
  margin: 0;
  text-align: center; }
  /* line 106, ../scss/partials/_site.scss */
  nav[role="navigation"] li:first-child {
    border: 0; }

/* line 111, ../scss/partials/_site.scss */
nav[role="navigation"] li a {
  color: black;
  display: block;
  padding: 0 20px;
  text-decoration: none; }
  /* line 116, ../scss/partials/_site.scss */
  nav[role="navigation"] li a:hover {
    text-decoration: underline;
    color: #b400ff; }

/* line 122, ../scss/partials/_site.scss */
nav[role="navigation"] .on > a {
  color: white;
  text-shadow: rgba(0, 0, 0, 0.5) 0 -1px 0;
  background-color: #8000b5;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF9000CC', endColorstr='#FF70009F');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkwMDBjYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzcwMDA5ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #9000cc), color-stop(100%, #70009f));
  background-image: -webkit-linear-gradient(#9000cc, #70009f);
  background-image: -moz-linear-gradient(#9000cc, #70009f);
  background-image: -o-linear-gradient(#9000cc, #70009f);
  background-image: linear-gradient(#9000cc, #70009f); }
  /* line 127, ../scss/partials/_site.scss */
  nav[role="navigation"] .on > a:hover {
    text-decoration: underline;
    color: white; }

/* line 133, ../scss/partials/_site.scss */
nav[role="navigation"] li:first-child a {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px; }

/* line 137, ../scss/partials/_site.scss */
nav[role="navigation"] li:last-child a {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/* line 144, ../scss/partials/_site.scss */
main[role="main"] {
  padding-bottom: 40px; }

/* line 151, ../scss/partials/_site.scss */
.button-big, .button {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #dddddd;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
  background-image: -webkit-linear-gradient(#eeeeee, #cccccc);
  background-image: -moz-linear-gradient(#eeeeee, #cccccc);
  background-image: -o-linear-gradient(#eeeeee, #cccccc);
  background-image: linear-gradient(#eeeeee, #cccccc);
  -webkit-box-shadow: inset white 0 1px 2px 0;
  -moz-box-shadow: inset white 0 1px 2px 0;
  box-shadow: inset white 0 1px 2px 0;
  border: 1px solid;
  border-color: #dddddd #cccccc #bbbbbb;
  color: #111111;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  text-shadow: white 0 1px 0;
  margin-bottom: 16px; }
  /* line 166, ../scss/partials/_site.scss */
  .button-big:hover, .button:hover {
    background-color: #d4d4d4;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEEEEEE', endColorstr='#FFBBBBBB');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JiYmJiYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #bbbbbb));
    background-image: -webkit-linear-gradient(#eeeeee, #bbbbbb);
    background-image: -moz-linear-gradient(#eeeeee, #bbbbbb);
    background-image: -o-linear-gradient(#eeeeee, #bbbbbb);
    background-image: linear-gradient(#eeeeee, #bbbbbb);
    color: black; }
  /* line 170, ../scss/partials/_site.scss */
  .button-big:active, .button:active {
    background-color: #cccccc;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFBBBBBB', endColorstr='#FFDDDDDD');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JiYmJiYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bbbbbb), color-stop(100%, #dddddd));
    background-image: -webkit-linear-gradient(#bbbbbb, #dddddd);
    background-image: -moz-linear-gradient(#bbbbbb, #dddddd);
    background-image: -o-linear-gradient(#bbbbbb, #dddddd);
    background-image: linear-gradient(#bbbbbb, #dddddd);
    -webkit-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
    -moz-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
    box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
    border-color: #aaaaaa #bbbbbb #cccccc; }

/* line 177, ../scss/partials/_site.scss */
.button {
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: 700;
  padding: 0px 2px; }

/* line 187, ../scss/partials/_site.scss */
code {
  background: #ffffee; }

/* line 191, ../scss/partials/_site.scss */
pre {
  overflow: auto;
  padding: 20px;
  *overflow-x: scroll;
  *overflow-y: hidden; }

/* line 199, ../scss/partials/_site.scss */
pre code {
  background: none;
  display: block;
  padding: 0 0 20px; }

/* line 209, ../scss/partials/_site.scss */
pre,
.definition {
  background: #ffffee;
  border: 1px solid;
  border-color: #eeeeee #dddddd #cccccc; }

/* line 216, ../scss/partials/_site.scss */
.definition {
  font-size: 16px;
  font-family: Georgia, "Times New Roman", serif;
  padding: 20px; }

/* line 222, ../scss/partials/_site.scss */
.definition dt {
  font-size: 180%; }

/* line 226, ../scss/partials/_site.scss */
.definition dd {
  padding-top: 20px; }

/* line 230, ../scss/partials/_site.scss */
.definition dd i {
  display: block;
  margin-bottom: 10px; }

/* line 235, ../scss/partials/_site.scss */
.equal-block {
  min-height: 215px; }

/* line 242, ../scss/partials/_site.scss */
.list-inline {
  font-size: 0;
  margin-left: -15px; }

/* line 247, ../scss/partials/_site.scss */
.list-inline li {
  display: inline-block;
  font-size: 13px;
  list-style: none;
  margin: 0;
  padding-left: 15px;
  *display: inline;
  *zoom: 1; }

/* line 258, ../scss/partials/_site.scss */
.list-spacing {
  margin: 0; }

/* line 262, ../scss/partials/_site.scss */
.list-spacing li {
  padding-bottom: 20px; }

/* line 269, ../scss/partials/_site.scss */
.pill {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  display: block;
  padding: 5px 15px; }
  /* line 273, ../scss/partials/_site.scss */
  .list-inline .pill {
    margin-left: -15px; }

/* line 278, ../scss/partials/_site.scss */
.on > .pill {
  background: #777777;
  color: white;
  text-decoration: none; }

/* line 287, ../scss/partials/_site.scss */
.example-block {
  background: #eeeeee;
  font-size: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 10px 0;
  text-align: center; }
  /* line 294, ../scss/partials/_site.scss */
  div[class*="push-"] .example-block {
    background: #ddeecc; }
  /* line 297, ../scss/partials/_site.scss */
  div[class*="pull-"] .example-block {
    background: #ffccdd; }

/* line 302, ../scss/partials/_site.scss */
.dynamic-px-width {
  display: block; }
  
/* line 309, ../scss/partials/_site.scss */
footer[role="footer"] {
  background-color: #e5ddee;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFDDDDDD', endColorstr='#FFEEDDFF');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZGRmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dddddd), color-stop(100%, #eeddff));
  background-image: -webkit-linear-gradient(#dddddd, #eeddff);
  background-image: -moz-linear-gradient(#dddddd, #eeddff);
  background-image: -o-linear-gradient(#dddddd, #eeddff);
  background-image: linear-gradient(#dddddd, #eeddff);
  font-size: 11px;
  line-height: 30px;
  text-align: center;
  padding: 12px 0px 12px 0px; }

/* line 321, ../scss/partials/_site.scss */
#table-of-contents {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #eeeeee;
  border: 1px solid;
  border-color: #eeeeee #dddddd #cccccc;
  display: none;
  overflow: hidden;
  text-shadow: white 0 1px 0;
  white-space: nowrap; }

/* line 333, ../scss/partials/_site.scss */
#table-of-contents a,
#table-of-contents dt {
  display: block;
  padding: 5px 10px; }

/* line 338, ../scss/partials/_site.scss */
#table-of-contents dt {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #e5e5e5;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFCCCCCC');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
  background-image: -webkit-linear-gradient(#ffffff, #cccccc);
  background-image: -moz-linear-gradient(#ffffff, #cccccc);
  background-image: -o-linear-gradient(#ffffff, #cccccc);
  background-image: linear-gradient(#ffffff, #cccccc);
  font-weight: bold; }

/* line 344, ../scss/partials/_site.scss */
#table-of-contents a {
  border-top: 1px solid white;
  color: #111111;
  text-decoration: none; }
  /* line 348, ../scss/partials/_site.scss */
  #table-of-contents a:hover {
    background: #dddddd; }

/* line 353, ../scss/partials/_site.scss */
#table-of-contents dd:last-child a {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/* line 357, ../scss/partials/_site.scss */
#table-of-contents .h2 a {
  padding-left: 20px; }

/* line 361, ../scss/partials/_site.scss */
#table-of-contents .h3 a {
  padding-left: 30px; }

/* line 365, ../scss/partials/_site.scss */
#table-of-contents .h4 a {
  padding-left: 40px; }

/* line 369, ../scss/partials/_site.scss */
#table-of-contents .h5 a {
  padding-left: 50px; }

/* line 373, ../scss/partials/_site.scss */
#table-of-contents .h6 a {
  padding-left: 60px; }

/* line 377, ../scss/partials/_site.scss */
.white-block {
  background: #fff;
  font-size: 12px;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 12px 15px 0px 15px; }

/* line 385, ../scss/partials/_site.scss */
.align-up {
  margin-top: -15px; }

/* line 388, ../scss/partials/_site.scss */
.align-right-up {
  text-align: right;
  margin-top: -15px; }

/* line 392, ../scss/partials/_site.scss */
.align-right {
  text-align: right; }

/* line 396, ../scss/partials/_site.scss */
.hidden {
  visibility: hidden; }

/* line 400, ../scss/partials/_site.scss */
.vertical-align {
  position: relative;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%); }

@media screen and (min-width: 768px) {
  /* line 4, ../scss/partials/_site-desktop.scss */
  nav[role="navigation"] ul {
    font-size: 13px;
    line-height: 35px; }

  /* line 9, ../scss/partials/_site-desktop.scss */
  nav[role="navigation"] li {
    border: 0;
    float: left; }

  /* line 14, ../scss/partials/_site-desktop.scss */
  nav[role="navigation"] li a {
    border-right: 1px solid #999999; }

  /* line 19, ../scss/partials/_site-desktop.scss */
  nav[role="navigation"] li:first-child a,
  nav[role="navigation"] li:last-child a {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px; }

  /* line 23, ../scss/partials/_site-desktop.scss */
  nav[role="navigation"] li:first-child a {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px; }

  /* line 27, ../scss/partials/_site-desktop.scss */
  nav[role="navigation"] .last {
    float: right; }
    /* line 29, ../scss/partials/_site-desktop.scss */
    nav[role="navigation"] .last a {
      border-right: 0px;
      border-left: 1px solid #999999; } }
