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; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

@keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

/*
 Default layout, 800px centred
 Always included
*/
.guttered-content, .fs-subhead__wrapper, .fs-header, .fs-footer {
  padding-left: 20px;
  padding-right: 20px; }

.fs-site-container {
  width: 940px;
  min-width: 1060px;
  /* The width of the content */
  position: relative; }

.fs-subhead {
  width: 1020px;
  margin: 0px auto; }
  .fs-subhead img {
    max-width: 800px; }
  .fs-subhead__wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #eee; }

.fs-header {
  width: 800px;
  padding-top: 25px;
  padding-bottom: 0px;
  z-index: 9; }
  .fs-header:before, .fs-header:after {
    content: "";
    display: table; }
  .fs-header:after {
    clear: both; }
  .fs-header__top {
    margin-bottom: 18px; }
    .fs-header__top:before, .fs-header__top:after {
      content: "";
      display: table; }
    .fs-header__top:after {
      clear: both; }
  .fs-header__logo {
    float: left; }
    .fs-header__logo a {
      line-height: 0px; }
  .fs-header__status {
    float: right;
    color: #CCC; }
    .fs-header__status a {
      color: white; }
      .fs-header__status a:hover {
        color: #fde001; }

.fs-main {
  min-height: 350px;
  position: relative;
  background-color: white; }

.fs-content {
  position: relative; }
  .fs-content .page-headline {
    padding-bottom: 10px; }

.fs-footer {
  width: 1020px; }
  .fs-footer__wrapper {
    width: 800px; }

.fs-ads {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 125px;
  height: auto;
  z-index: 9999;
  border: 1px solid #CCC;
  padding: 10px; }
  .fs-ads h3 {
    color: #999;
    font-size: 10px;
    text-align: center; }

.fs-footer {
  font-size: 10px;
  width: 800px;
  color: #999;
  line-height: 1.4;
  margin-top: 8px;
  padding-bottom: 50px; }
  .fs-footer li {
    display: inline; }
  .fs-footer a {
    color: #CCC; }
    .fs-footer a:hover {
      color: #fde001; }
  .fs-footer span {
    position: relative;
    top: 2px; }
  .fs-footer:before, .fs-footer:after {
    content: "";
    display: table; }
  .fs-footer:after {
    clear: both; }
  .fs-footer__left {
    float: left; }
  .fs-footer__right {
    float: right; }
    .fs-footer__right img {
      padding-left: 3px;
      vertical-align: middle; }

.fs-small-logo {
  width: 78px;
  height: 19px;
  vertical-align: middle;
  padding-right: 5px; }

ul.dropdown-menu {
  list-style: none;
  margin: 0px; }
  ul.dropdown-menu li:hover ul {
    -webkit-transition: 0s top;
    transition: 0s top;
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s; }
  ul.dropdown-menu li {
    float: left; }
    ul.dropdown-menu li:hover ul {
      top: auto;
      z-index: 1000; }
  ul.dropdown-menu ul {
    position: absolute;
    top: -10000px;
    -webkit-transition: 0s background-color;
    transition: 0s background-color;
    box-shadow: 2px 4px 6px 0px rgba(51, 51, 51, 0.1); }

.fs-main-menu > li {
  margin-right: 2px; }
  .fs-main-menu > li > a {
    text-decoration: none;
    color: white;
    font-weight: bold; }
  .fs-main-menu > li:hover {
    background-color: white; }
    .fs-main-menu > li:hover > a {
      color: black; }

.fs-main-menu > li.current > a {
  background-color: #eee;
  color: black; }
  .fs-main-menu > li.current > a:hover {
    background-color: white; }

.fs-main-menu li {
  background-color: #999;
  width: 131px;
  cursor: pointer; }
  .fs-main-menu li:hover ul {
    top: 110px; }
  .fs-main-menu li a {
    display: block;
    padding: 0px;
    padding-left: 15px;
    line-height: 26px; }
  .fs-main-menu li ul {
    width: 131px;
    background-color: white;
    padding-bottom: 10px; }
    .fs-main-menu li ul li {
      background-color: white; }
      .fs-main-menu li ul li a {
        font-weight: normal;
        text-decoration: underline;
        white-space: nowrap; }
    .fs-main-menu li ul li.current a {
      color: black;
      font-weight: bold;
      text-decoration: none; }

.fs-main-menu li:first-child ul, .fs-main-menu li:last-child ul {
  width: 151px; }

.fs-button {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  padding: 5px 10px; }
  .fs-button:hover {
    color: black; }
  .fs-button--secondary {
    color: white;
    background-color: #CCC; }
  .fs-button--primary {
    color: #333;
    background-color: #fde001; }
  .fs-button--important {
    color: white;
    background-color: #ff7878; }
  .fs-button--important2 {
    color: #333;
    background-color: #fde001; }
  .fs-button--small {
    display: inline-block;
    padding: 6px 12px 6px 12px;
    font-size: 12px; }
  .fs-button--medium {
    display: inline-block;
    padding: 8px 12px 8px 12px;
    font-size: 14px; }
  .fs-button--big {
    display: inline-block;
    padding: 8px 12px 8px 12px;
    font-size: 18px; }
  .fs-button--disabled {
    color: #999;
    pointer-events: none;
    cursor: default; }
    .fs-button--disabled:hover {
      color: #999; }
  .fs-button--disabled-clickable {
    pointer-events: auto; }
  .fs-button--iconed:before {
    font-family: 'fontstruct';
    display: inline-block;
    vertical-align: text-top;
    margin-right: 3px;
    padding: 0;
    font-size: 14px;
    line-height: 14px;
    width: 14px;
    height: 14px;
    text-align: center; }
  .fs-button--loading:before {
    content: '';
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    top: 50%;
    margin-top: -6px;
    display: inline-block;
    -webkit-animation: spin 400ms infinite linear;
            animation: spin 400ms infinite linear;
    border-radius: 50%;
    border: 2px solid #cccccc;
    border-right-color: #333333;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-right-color: #333333;
    margin-right: 6px; }

.adblock:before {
  content: 'Advertising revenue helps pay for this free site. Our ads are moderated and unobtrusive. Please consider disabling your ad blocker for FontStruct.com. Thanks!';
  position: fixed;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 8px 0;
  line-height: 24px;
  background-color: #cc0000;
  color: white;
  text-align: center;
  z-index: 9999; }

.fs-notification {
  position: fixed;
  padding: 10px;
  text-align: center;
  background-color: #fde001;
  color: black;
  width: 100%;
  z-index: 9999;
  bottom: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px -4px 4px; }

.cc_banner-wrapper {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
  background: white;
  padding: 10px 10px 40px 10px;
  box-shadow: 2px 4px 6px 0px rgba(51, 51, 51, 0.1);
  border: solid #eee 1px;
  max-width: 200px; }

.cc_logo {
  display: none; }

.cc_btn {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  text-decoration: none;
  background-color: #999;
  display: inline-block;
  color: white;
  font-size: 12px;
  line-height: 1;
  padding: 8px 12px;
  font-weight: bold;
  position: absolute;
  bottom: 10px; }
  .cc_btn:hover {
    background-color: #666;
    color: white; }
  .cc_btn:hover {
    background-color: #b3b3b3;
    color: white; }

.fs-flash-notice {
  color: black;
  padding: 10px;
  background-color: #eee;
  display: inline-block;
  opacity: 0;
  -webkit-animation: fade 0.5s ease-in 0.5s normal forwards, fade 0.5s ease-in 5s reverse backwards;
          animation: fade 0.5s ease-in 0.5s normal forwards, fade 0.5s ease-in 5s reverse backwards; }

.fs-help.fs-icon:before {
  background-color: #CCC;
  font-size: 12px;
  padding: 1px 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  background-color: #333;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, "Arial", sans-serif;
  font-size: 12px;
  line-height: 1.4; }

p {
  padding: 4px 0px; }

a {
  color: #3399CC; }
  a:hover {
    color: black; }

b, strong {
  font-weight: bold; }

em {
  font-style: italic; }

hr {
  border: 0;
  height: 1px;
  background: #CCC;
  background-image: -webkit-linear-gradient(left, #CCC, #CCC, #CCC);
  background-image: linear-gradient(to right, #CCC, #CCC, #CCC); }

h1 {
  font-size: 18px;
  line-height: 1.4; }

h1, h2, h3 {
  font-family: "Helvetica", "Arial", sans-serif, "Lucida Sans Unicode", "Lucida Grande";
  font-weight: bold; }

.plain-text {
  line-height: 1.3;
  font-family: monospace;
  white-space: pre-wrap;
  /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
  word-wrap: break-word;
  /* IE 5.5+ */ }

.highlight-area {
  padding: 10px;
  background-color: #fff9cc; }

.error-block {
  background-color: #ffe8e8;
  padding: 10px; }

.small-loader {
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  top: 50%;
  margin-top: -6px;
  display: inline-block;
  -webkit-animation: spin 400ms infinite linear;
          animation: spin 400ms infinite linear;
  border-radius: 50%;
  border: 2px solid #cccccc;
  border-right-color: #333333; }

.small-action-button {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  text-decoration: none;
  background-color: #fde001;
  display: inline-block;
  color: black;
  font-size: 12px;
  line-height: 1;
  padding: 8px 12px;
  font-weight: bold; }
  .small-action-button:hover {
    background-color: #666;
    color: white; }
  .small-action-button:hover {
    background-color: #fee733;
    color: black; }

.standard-copy {
  font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, "Arial", sans-serif;
  font-size: 12px;
  line-height: 1.4; }

.small {
  font-size: 10px; }
