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

.copy-font-stack, .standard-copy, body {
  font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, "Arial", sans-serif;
}

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

.display-stack, .display-headline {
  font-family: "exempla_slab_mediumregular", "helvetica", "arial";
}

.display-headline {
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 2px;
}

.standard-copy, body {
  font-size: 12px;
  line-height: 1.4;
}

.small, .footer, #site-container #main #ads_container h3 {
  font-size: 10px;
}

.large-copy {
  font-size: 16px;
  line-height: 1.7;
}

h1, h2, h3 {
  font-weight: bold;
}

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

.unselectable, .small-action-button, .small-secondary-action-button, .small-disabled-action-button, .large-action-button {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@-webkit-keyframes spin {
  to {
    -moz-transform: rotate(1turn);
    -o-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-moz-keyframes spin {
  to {
    -moz-transform: rotate(1turn);
    -o-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-ms-keyframes spin {
  to {
    -moz-transform: rotate(1turn);
    -o-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes spin {
  to {
    -moz-transform: rotate(1turn);
    -o-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.standard-border-bottom, .page-section-head {
  border-bottom: solid 1px #ddd;
}

.standard-border-top, .page-section-head {
  border-top: solid 1px #ddd;
}

.page-section-head {
  padding: 15px 0px 15px 0px;
  background-color: #eee;
}

.standard-shadow, ul.dropdown-menu ul {
  -webkit-box-shadow: 2px 4px 6px 0px rgba(51, 51, 51, 0.1);
  -moz-box-shadow: 2px 4px 6px 0px rgba(51, 51, 51, 0.1);
  box-shadow: 2px 4px 6px 0px rgba(51, 51, 51, 0.1);
}

.clearfix:before, .footer:before, #site-container .header:before, #site-container .header .header-top:before, .clearfix:after, .footer:after, #site-container .header:after, #site-container .header .header-top:after {
  content: "";
  display: table;
}
.clearfix:after, .footer:after, #site-container .header:after, #site-container .header .header-top:after {
  clear: both;
}

.small-action-button {
  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;
}

.small-secondary-action-button {
  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;
}
.small-secondary-action-button:hover {
  background-color: #666;
  color: white;
}
.small-secondary-action-button:hover {
  background-color: #b3b3b3;
  color: white;
}

.small-disabled-action-button {
  cursor: pointer;
  text-decoration: none;
  background-color: #999;
  display: inline-block;
  color: #CCC;
  font-size: 12px;
  line-height: 1;
  padding: 8px 12px;
  font-weight: bold;
}
.small-disabled-action-button:hover {
  background-color: #666;
  color: white;
}
.small-disabled-action-button:hover {
  background-color: #b3b3b3;
  color: #CCC;
}

.large-action-button {
  cursor: pointer;
  text-decoration: none;
  background-color: #fde001;
  display: inline-block;
  color: black;
  font-size: 16px;
  line-height: 1;
  padding: 10px 16px;
  font-weight: bold;
}
.large-action-button:hover {
  background-color: #666;
  color: white;
}
.large-action-button:hover {
  background-color: #fee733;
  color: black;
}

.plain-inline-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.plain-inline-list li {
  display: inline;
}

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

.copy-font-stack, .standard-copy, body {
  font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, "Arial", sans-serif;
}

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

.display-stack, .display-headline {
  font-family: "exempla_slab_mediumregular", "helvetica", "arial";
}

.display-headline {
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 2px;
}

.standard-copy, body {
  font-size: 12px;
  line-height: 1.4;
}

.small, .footer, #site-container #main #ads_container h3 {
  font-size: 10px;
}

.large-copy {
  font-size: 16px;
  line-height: 1.7;
}

h1, h2, h3 {
  font-weight: bold;
}

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

.copy-font-stack, .standard-copy, body {
  font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, "Arial", sans-serif;
}

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

.display-stack, .display-headline {
  font-family: "exempla_slab_mediumregular", "helvetica", "arial";
}

.display-headline {
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 2px;
}

.standard-copy, body {
  font-size: 12px;
  line-height: 1.4;
}

.small, .footer, #site-container #main #ads_container h3 {
  font-size: 10px;
}

.large-copy {
  font-size: 16px;
  line-height: 1.7;
}

h1, h2, h3 {
  font-weight: bold;
}

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

.footer {
  width: 800px;
  color: #999;
  line-height: 1.4;
  margin-top: 8px;
  padding-bottom: 50px;
}
.footer li {
  display: inline;
}
.footer a {
  color: #CCC;
}

.footer-left {
  float: left;
}

.footer-right {
  float: right;
}
.footer-right img {
  padding-left: 3px;
  vertical-align: middle;
}

.copy-font-stack, .standard-copy, body {
  font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, "Arial", sans-serif;
}

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

.display-stack, .display-headline {
  font-family: "exempla_slab_mediumregular", "helvetica", "arial";
}

.display-headline {
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 2px;
}

.standard-copy, body {
  font-size: 12px;
  line-height: 1.4;
}

.small, .footer, #site-container #main #ads_container h3 {
  font-size: 10px;
}

.large-copy {
  font-size: 16px;
  line-height: 1.7;
}

h1, h2, h3 {
  font-weight: bold;
}

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

.unselectable, .small-action-button, .small-secondary-action-button, .small-disabled-action-button, .large-action-button {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@-webkit-keyframes spin {
  to {
    -moz-transform: rotate(1turn);
    -o-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-moz-keyframes spin {
  to {
    -moz-transform: rotate(1turn);
    -o-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-ms-keyframes spin {
  to {
    -moz-transform: rotate(1turn);
    -o-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes spin {
  to {
    -moz-transform: rotate(1turn);
    -o-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.standard-border-bottom, .page-section-head {
  border-bottom: solid 1px #ddd;
}

.standard-border-top, .page-section-head {
  border-top: solid 1px #ddd;
}

.page-section-head {
  padding: 15px 0px 15px 0px;
  background-color: #eee;
}

.standard-shadow, ul.dropdown-menu ul {
  -webkit-box-shadow: 2px 4px 6px 0px rgba(51, 51, 51, 0.1);
  -moz-box-shadow: 2px 4px 6px 0px rgba(51, 51, 51, 0.1);
  box-shadow: 2px 4px 6px 0px rgba(51, 51, 51, 0.1);
}

.clearfix:before, .footer:before, #site-container .header:before, #site-container .header .header-top:before, .clearfix:after, .footer:after, #site-container .header:after, #site-container .header .header-top:after {
  content: "";
  display: table;
}
.clearfix:after, .footer:after, #site-container .header:after, #site-container .header .header-top:after {
  clear: both;
}

.small-action-button {
  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;
}

.small-secondary-action-button {
  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;
}
.small-secondary-action-button:hover {
  background-color: #666;
  color: white;
}
.small-secondary-action-button:hover {
  background-color: #b3b3b3;
  color: white;
}

.small-disabled-action-button {
  cursor: pointer;
  text-decoration: none;
  background-color: #999;
  display: inline-block;
  color: #CCC;
  font-size: 12px;
  line-height: 1;
  padding: 8px 12px;
  font-weight: bold;
}
.small-disabled-action-button:hover {
  background-color: #666;
  color: white;
}
.small-disabled-action-button:hover {
  background-color: #b3b3b3;
  color: #CCC;
}

.large-action-button {
  cursor: pointer;
  text-decoration: none;
  background-color: #fde001;
  display: inline-block;
  color: black;
  font-size: 16px;
  line-height: 1;
  padding: 10px 16px;
  font-weight: bold;
}
.large-action-button:hover {
  background-color: #666;
  color: white;
}
.large-action-button:hover {
  background-color: #fee733;
  color: black;
}

.plain-inline-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.plain-inline-list li {
  display: inline;
}

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

ul.dropdown-menu li:hover ul {
  -moz-transition: 0s top;
  -o-transition: 0s top;
  -webkit-transition: 0s top;
  transition: 0s top;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

ul.dropdown-menu {
  list-style: none;
  margin: 0px;
}

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;
  transition: 0s background-color;
}

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

.big-button {
  display: inline-block;
  background-color: #fde001;
  color: #333;
  padding: 8px 12px 8px 12px;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
}
.big-button:hover {
  color: black;
}

.disabled {
  color: #999;
}
.disabled:hover {
  color: #999;
}

.copy-font-stack, .standard-copy, body {
  font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, "Arial", sans-serif;
}

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

.display-stack, .display-headline {
  font-family: "exempla_slab_mediumregular", "helvetica", "arial";
}

.display-headline {
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 2px;
}

.standard-copy, body {
  font-size: 12px;
  line-height: 1.4;
}

.small, .footer, #site-container #main #ads_container h3 {
  font-size: 10px;
}

.large-copy {
  font-size: 16px;
  line-height: 1.7;
}

h1, h2, h3 {
  font-weight: bold;
}

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

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

#site-container {
  width: 940px;
  min-width: 1060px;
  /* The width of the content */
  position: relative;
}
#site-container .header {
  width: 800px;
  padding-top: 25px;
  padding-bottom: 0px;
  z-index: 9;
}
#site-container .header .header-top {
  margin-bottom: 18px;
}
#site-container .header .header-top .logo {
  float: left;
}
#site-container .header .header-top .logo a {
  line-height: 0px;
}
#site-container .header .header-top #status {
  float: right;
  color: #CCC;
}
#site-container .header .header-top #status a {
  color: white;
}
#site-container .subhead {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #eee;
}
#site-container .subhead-content {
  width: 1020px;
  margin: 0px auto;
}
#site-container .subhead-content img {
  max-width: 800px;
}
#site-container #main {
  min-height: 350px;
  position: relative;
  background-color: white;
}
#site-container #main #ads_container {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 125px;
  height: auto;
  z-index: 9999;
  border: 1px solid #CCC;
  padding: 10px;
}
#site-container #main #ads_container h3 {
  color: #999;
  text-align: center;
}
#site-container #main .content {
  position: relative;
}
#site-container #main .content .page-headline {
  padding-bottom: 10px;
}
#site-container .footer {
  width: 1020px;
}
#site-container .footer .footer-wrapper {
  width: 800px;
}

body {
  background-color: #333;
}

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: linear-gradient(to right, #CCC, #CCC, #CCC);
}

.plain-text {
  line-height: 1.3;
  font-family: monospace;
  white-space: -moz-pre-wrap;
  /* Mozilla, supported since 1999 */
  white-space: -o-pre-wrap;
  /* Opera */
  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;
}

.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;
  -moz-animation: fade 0.5s ease-in 0.5s normal forwards, fade 0.5s ease-in 5s reverse backwards;
  -ms-animation: fade 0.5s ease-in 0.5s normal forwards, fade 0.5s ease-in 5s reverse backwards;
  -o-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;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.help.fs-icon:before {
  background-color: #CCC;
  font-size: 12px;
  padding: 1px 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
