@font-face {
	font-family: 'gdt-mobile';
  src:  url('../fonts/gdt-mobile.eot?dp2hcj');
  src:  url('../fonts/gdt-mobile.eot?dp2hcj#iefix') format('embedded-opentype'),
    url('../fonts/gdt-mobile.ttf?dp2hcj') format('truetype'),
    url('../fonts/gdt-mobile.woff?dp2hcj') format('woff'),
    url('../fonts/gdt-mobile.svg?dp2hcj#gdt-mobile') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'gdt-mobile';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="gdt-icon-"] {
*/
.gdt-icon-menu, .gdt-icon-angle-left, .gdt-icon-angle-right, .gdt-icon-angle-down,
.gdt-icon-angle-up, .gdt-icon-scale, .gdt-icon-quality, .gdt-icon-summary,
.gdt-icon-preference-and-values, .gdt-icon-resources, .gdt-icon-home, .gdt-icon-search {
	font-family: 'gdt-mobile';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.gdt-icon-menu:before {
	content: "\e000";
}
.gdt-icon-angle-left:before {
	content: "\e001";
}
.gdt-icon-angle-right:before {
	content: "\e90a";
}
.gdt-icon-angle-down:before {
	content: "\f107";
}
.gdt-icon-angle-up:before {
	content: "\f106";
}
.gdt-icon-scale:before {
	content: "\e003";
}
.gdt-icon-quality:before {
  content: "\e004";
}
.gdt-icon-summary:before {
  content: "\e005";
}
.gdt-icon-preference-and-values:before {
  content: "\e006";
}
.gdt-icon-resources:before {
  content: "\e007";
}
.gdt-icon-home:before {
	content: "\e610";
}
.gdt-icon-search:before {
  content: "\e108";
}
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on June 10, 2013 11:35:50 AM America/New_York */
@font-face {
    font-family: 'LatoRegular';
    src: url('../fonts/Lato-Reg-webfont.woff') format('woff'),
         url('../fonts/Lato-Reg-webfont.ttf') format('truetype'),
         url('../fonts/Lato-Reg-webfont.svg#LatoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

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

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

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.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
.rateit {
    display: -moz-inline-box;
    display: inline-block;
    position: relative;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

.rateit .rateit-range
{
    position: relative;
    display: -moz-inline-box;
    display: inline-block;
    background: url(../images/star.gif);
    height: 16px;
    outline: none;
}

.rateit .rateit-range * {
    display:block;
}

/* for IE 6 */
* html .rateit, * html .rateit .rateit-range
{
    display: inline;
}

/* for IE 7 */
* + html .rateit, * + html .rateit .rateit-range
{
    display: inline;
}

.rateit .rateit-hover, .rateit .rateit-selected
{
    position: absolute;
    left: 0px;
}

.rateit .rateit-hover-rtl, .rateit .rateit-selected-rtl
{
    left: auto;
    right: 0px;
}

.rateit .rateit-hover
{
    background: url(../images/star.gif) left -32px;
}

.rateit .rateit-hover-rtl
{
    background-position: right -32px;
}

.rateit .rateit-selected
{
    background: url(../images/star.gif) left -16px;
}

.rateit .rateit-selected-rtl
{
    background-position: right -16px;
}

.rateit .rateit-preset
{
    background: url(../images/star.gif) left -48px;
}

.rateit .rateit-preset-rtl
{
    background: url(../images/star.gif) left -48px;
}

.rateit button.rateit-reset
{
    background: url(../images/delete.png) 0 0;
    width: 32px;
    height: 32px;
    display: -moz-inline-box;
    display: inline-block;
    float: left;
    outline: none;
    border:none;
    padding: 0;
}

div.bigstars div.rateit-range
{
    background: url(../images/star-white32.png);
    height: 32px;
}

div.bigstars div.rateit-hover
{
    background: url(../images/star-gold32.png);
}

div.bigstars div.rateit-selected
{
    background: url(../images/star-gold32.png);
}

div.bigstars div.rateit-reset
{
    background: url(../images/star-black32.png);
    width: 32px;
    height: 32px;
}

div.bigstars div.rateit-reset:hover
{
    background: url(../images/star-white32.png);
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  color: #000;
  height: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: 'LatoRegular', 'Verdana', 'Arial', sans-serif;
}
body {
  font-size: 12.5px;
  font-size: 1.25rem;
  background-color: #ebebeb;
}
a {
  -webkit-tap-highlight-color: rgba(0,0,0,0.1);
}
*:not(input):not(textarea) {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
.overthrow-enabled .overthrow {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#header-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.container {
  position: absolute;
  top: 4.3rem;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("/images/background.png");
}
.navigation-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.navigation-list li {
  display: block;
  -webkit-box-shadow: 1px 2px 6px rgba(0,0,0,0.3);
  box-shadow: 1px 2px 6px rgba(0,0,0,0.3);
  background: #a30c33;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 11px 22px;
}
.navigation-list li a {
  display: table;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0.75rem 0;
  width: 100%;
  height: 3.5rem;
}
.navigation-list li a,
.navigation-list li a:link,
.navigation-list li a:visited,
.navigation-list li a:hover,
.navigation-list li a:active {
  color: inherit;
  text-decoration: none;
}
.navigation-list li a span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0.75rem;
  text-align: center;
  color: #fff0c3;
  font-family: 'LatoRegular';
  font-size: 18px;
}
.navigation-list li a span:first-child {
  padding-left: 20px;
}
.navigation-list li a span.icon {
  font-size: 25px;
  font-size: 2.5rem;
  color: #808080;
  width: 1rem;
}
.background,
.definitions {
  display: block;
  margin: 1.6rem 0.9rem;
  padding: 1.2rem;
  word-break: break-word;
  background-color: #fff;
  border: 1px solid #a30c33;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 2px 6px rgba(0,0,0,0.3);
  box-shadow: 1px 2px 6px rgba(0,0,0,0.3);
}
.background button,
.definitions button {
  display: block;
  background-color: #a30c33;
  color: #fff;
  margin-top: 15px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: none;
  width: 100%;
  height: 3rem;
  line-height: 3rem;
}
.home-screen-view header,
.welcome-view header,
.guidelines-view header,
.supplemental-guidance-view header {
  text-align: center;
}
.home-screen-view header img,
.welcome-view header img,
.guidelines-view header img,
.supplemental-guidance-view header img {
  max-height: 190px;
  max-width: 100%;
  margin-top: 28px;
  margin-bottom: 34px;
}
.feedback-view form {
  display: block;
  background-color: #fff;
}
.feedback-view .fields {
  margin: 0 2rem 2rem 2rem;
}
.feedback-view .fields.success {
  padding: 2rem;
}
.feedback-view .error {
  margin: 2rem;
  color: #f00;
}
.feedback-view .validation-msg {
  color: #f00;
  display: inline;
}
.feedback-view .required-info {
  display: inline;
}
.feedback-view .rating-container {
  display: inline-block;
  font-weight: bold;
}
.feedback-view .rating-container .rateit-reset {
  display: none !important;
}
.feedback-view .rating-container .rating {
  margin-top: 2rem;
  height: 2rem;
}
.feedback-view .rating-container span {
  display: inline-block;
  min-width: 11rem;
}
.feedback-view label {
  display: block;
  margin-top: 2rem;
}
.feedback-view label span {
  display: inline-block;
  min-width: 11rem;
}
.feedback-view label input,
.feedback-view label select {
  height: 4rem;
  min-width: 28rem;
  font-size: 15px;
  font-size: 1.5rem;
}
.feedback-view label input:invalid,
.feedback-view label select:invalid {
  background: #fff;
}
.feedback-view label input.required-error,
.feedback-view label select.required-error {
  border-color: #f00;
}
.feedback-view label input {
  padding: 0;
}
.feedback-view textarea {
  margin-top: 1rem;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  min-height: 150px;
}
.feedback-view input[type=submit] {
  display: block;
  -webkit-box-shadow: 1px 2px 6px rgba(0,0,0,0.3);
  box-shadow: 1px 2px 6px rgba(0,0,0,0.3);
  background: #a30c33;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: none;
  background-color: #a30c33;
  color: #fff;
  width: 100%;
  height: 3rem;
  line-height: 3rem;
}
.citation {
  text-align: center;
  margin: 0 22px;
}
.recommendations-navigation-list,
.questions-navigation-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.recommendations-navigation-list li,
.questions-navigation-list li {
  margin: 8px;
  color: #000;
}
.recommendations-navigation-list a,
.questions-navigation-list a {
  display: table;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0.75rem 0;
  width: 100%;
  height: 3.5rem;
  background-color: #fff;
  border: 1px solid #a30c33;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 2px 6px rgba(0,0,0,0.3);
  box-shadow: 1px 2px 6px rgba(0,0,0,0.3);
  position: relative;
  text-align: center;
  color: #4d4d4d;
}
.recommendations-navigation-list a,
.questions-navigation-list a,
.recommendations-navigation-list a:link,
.questions-navigation-list a:link,
.recommendations-navigation-list a:visited,
.questions-navigation-list a:visited,
.recommendations-navigation-list a:hover,
.questions-navigation-list a:hover,
.recommendations-navigation-list a:active,
.questions-navigation-list a:active {
  color: inherit;
  text-decoration: none;
}
.recommendations-navigation-list a span,
.questions-navigation-list a span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0.75rem;
  text-align: center;
  color: #fff0c3;
  font-family: 'LatoRegular';
  font-size: 18px;
}
.recommendations-navigation-list a span:first-child,
.questions-navigation-list a span:first-child {
  padding-left: 20px;
}
.recommendations-navigation-list a span.icon,
.questions-navigation-list a span.icon {
  font-size: 25px;
  font-size: 2.5rem;
  color: #808080;
  width: 1rem;
}
.recommendations-navigation-list a span,
.questions-navigation-list a span {
  color: #4d4d4d;
}
.recommendations-navigation-list a div,
.questions-navigation-list a div {
  display: inline-grid;
  color: #4d4d4d;
}
.recommendations-navigation-list a div span,
.questions-navigation-list a div span {
  display: table-cell;
  color: #4d4d4d;
  font-size: 16px;
  font-family: Lato;
  padding-left: 20px;
}
.recommendations-navigation-list a div .icon,
.questions-navigation-list a div .icon {
  font-family: 'gdt-mobile';
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
}
.recommendations-navigation-list a div .icon:before,
.questions-navigation-list a div .icon:before {
  padding: 7.5px 0;
  font-size: 14px;
  display: block;
  line-height: 1rem;
  content: "\e90a";
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
}
.recommendations-navigation-list a div .recommendations-numbers,
.questions-navigation-list a div .recommendations-numbers {
  font-family: Lato;
  font-weight: bold;
  font-size: 12px;
  color: #663744;
  text-align: left;
}
#topbar {
  background: #a30c33;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 4.3rem;
  background-color: #a30c33;
  color: #fff;
  font-size: 17.5px;
  font-size: 1.75rem;
  padding-right: 16px;
}
#topbar span {
  display: table-cell;
  width: 100%;
  padding-top: 2px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
#topbar a {
  display: table-cell;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
  font-size: 25px;
  font-size: 2.5rem;
  padding: 0 1rem 0 1.75rem;
}
#topbar a,
#topbar a:link,
#topbar a:visited,
#topbar a:hover,
#topbar a:active {
  color: inherit;
  text-decoration: none;
}
#topbar a.back,
#topbar a.menu,
#topbar a.search {
  width: 36px;
}
#topbar.search-box {
  background: #fff;
}
#topbar.search-box input {
  display: table-cell;
  width: 100%;
  height: 4.3rem;
  border: none;
}
#topbar.search-box input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
#topbar.search-box a {
  color: #a30c33;
}
/*
 * Copyright © 2012 Synaway Sp. z o.o., All rights reserved.
 */
.question {
  margin: 0.9rem;
}
.question .question-text {
  margin: 0.5rem 0;
  padding-bottom: 1rem;
  color: #4f5894;
  font-family: Lato;
  font-size: 16px;
}
.question .content {
  padding-bottom: 0.5rem;
  padding-right: 0.9rem;
  position: fixed;
  bottom: 0;
  left: 0.9rem;
  right: 0;
}
.question .content section {
  display: block;
  box-shadow: 1px 2px 6px rgba(0,0,0,0.3);
  background: #fff;
  border-radius: 5px;
  border-color: #ffc0cb;
  border-style: groove;
  border-width: 3px;
  padding: 18px 5px 18px 0px;
  position: relative;
  max-height: 100px;
  overflow-y: hidden;
  border: 1px solid #a30c33;
}
.question .content section:not(:nth-child(2)) {
  box-shadow: 0 -3px 5px rgba(0,0,0,0.3), 1px 2px 6px rgba(0,0,0,0.3);
  padding: 18px 0px;
}
.question .content section > div:nth-child(2) {
  margin-left: 15px;
  padding-left: 5px;
  line-height: 20px;
  font-size: 16px;
  font-family: Lato Light;
}
.question .content section .icon {
  color: #ffa500;
  width: 86px;
  text-align: center;
  display: block;
  float: left;
  padding: 0px 8px;
}
.question .content section .icon:before {
  font-family: 'gdt-mobile';
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  display: block;
}
.question .content section .toggle-more {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 2px;
  background-color: rgba(163,12,51,0.75);
  color: #fff;
  height: 3rem;
  line-height: 3rem;
}
.question .content section .toggle-more:before,
.question .content section .toggle-more:after {
  font-family: 'gdt-mobile';
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "\f107";
  font-size: 15px;
  font-size: 1.5rem;
  padding: 0 0.5rem;
  float: left;
}
.question .content section .toggle-more:after {
  float: right;
}
.question .content section .toggle-more.less:before,
.question .content section .toggle-more.less:after {
  content: "\f106";
}
.question .content section.related-recommendation {
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}
.question .content section.related-recommendation .icon {
  width: 100%;
  display: flex;
  -webkit-box-pack: left;
  -moz-box-pack: left;
  -ms-flex-pack: left;
  -webkit-justify-content: left;
  justify-content: left;
  margin-bottom: 10px;
}
.question .content section.related-recommendation .icon span {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin-left: 15px;
}
.question .content section:hover .toggle-more {
  display: block;
}
.question .content section ul {
  padding-left: 6.8rem;
}
.question .content button {
  border: none;
  width: 100%;
  display: block;
  box-shadow: 1px 2px 6px rgba(0,0,0,0.3);
  background: #a30c33;
  border-radius: 5px;
  height: 3rem;
  line-height: 3rem;
}
.question .content button.vp-table {
  margin-top: 1.5rem;
}
.question .content button.sof-table {
  display: block;
  box-shadow: 1px 2px 6px rgba(0,0,0,0.3);
  background: #fff;
  border-radius: 5px;
  border-color: #ffc0cb;
  border-style: groove;
  border-width: 3px;
  padding: 18px 5px 18px 0px;
  position: relative;
  max-height: 100px;
  overflow-y: hidden;
  border: 1px solid #a30c33;
  font-family: 'gdt-mobile';
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  padding: 0px;
  background-color: #fff;
  margin-top: 22px;
  height: auto;
  padding: 12px;
}
.question .content button.sof-table .icon {
  float: left;
  margin-left: 18px;
}
.question .content button.sof-table span {
  font-size: 17px;
  font-family: Lato Light;
  font-style: italic;
}
.question .content button.full-report {
  box-shadow: 0 -3px 5px rgba(0,0,0,0.3), 1px 2px 6px rgba(0,0,0,0.3);
  padding: 18px 0px;
  height: 5rem;
  line-height: 5rem;
}
.question .content button.full-report span {
  font-size: 15px;
  font-size: 1.5rem;
  font-style: italic;
  color: #a30c33;
  position: relative;
}
.question .content button.full-report span:before {
  font-family: 'gdt-mobile';
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "\e005";
  font-size: 25px;
  font-size: 2.5rem;
  position: absolute;
  left: -3.5rem;
  top: -1.5rem;
}
.question .content button.full-report {
  margin-top: 10px;
}
.question .content button.additional-file {
  display: block;
  box-shadow: 1px 2px 6px rgba(0,0,0,0.3);
  background: #fff;
  border-radius: 5px;
  border-color: #ffc0cb;
  border-style: groove;
  border-width: 3px;
  padding: 18px 5px 18px 0px;
  position: relative;
  max-height: 100px;
  overflow-y: hidden;
  border: 1px solid #a30c33;
  font-family: 'gdt-mobile';
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  padding: 0px;
  background-color: #fff;
  margin-top: 22px;
  height: auto;
  padding: 12px;
}
.question .content button.additional-file .icon {
  float: left;
  margin-left: 18px;
}
.question .content button.additional-file span {
  font-size: 13px;
  font-family: Lato Light;
  font-style: italic;
}
.question .recommendations {
  padding: 0;
  margin-bottom: 22px;
  margin-top: 0;
}
.question .recommendations ul {
  list-style-type: disc;
}
.question .recommendations >li {
  display: block;
  box-shadow: 1px 2px 6px rgba(0,0,0,0.3);
  background: #a30c33;
  border-radius: 5px;
  min-height: 80px;
  display: table;
  padding: 0;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  border: 1px solid #a30c33;
}
.question .recommendations >li:not(:first-child) {
  box-shadow: 0 -3px 5px rgba(0,0,0,0.3), 1px 2px 6px rgba(0,0,0,0.3);
  padding: 18px 0px;
  padding: 0;
}
.question .recommendations >li > div {
  display: table-cell;
  vertical-align: middle;
}
.question .recommendations >li > div:first-child {
  font-size: 16px;
  font-family: Lato;
  padding: 1rem 1rem 0.8rem;
  background-color: #fff;
}
.question .recommendations >li .strength-label {
  font-size: 15px;
  font-size: 1.5rem;
  transform: rotate(-90deg);
  height: 4rem;
  width: 35px;
  text-align: center;
}
.question .recommendations >li .strength-label > div {
  display: block;
  width: 2.6rem;
  margin: 0 auto;
}
.question .recommendations >li.weak-recommendation {
  background-color: #ff0;
}
.question .recommendations >li.strong-recommendation {
  background-color: #008000;
}
.question .icon:before {
  margin-bottom: 10px;
}
.question .benefits-and-harms .icon:before {
  content: "\e900";
  font-size: 30px;
}
.question .confidence-in-effect .icon.very_low:before {
  content: "\e909";
}
.question .confidence-in-effect .icon.low:before {
  content: "\e903";
}
.question .confidence-in-effect .icon.moderate:before {
  content: "\e904";
}
.question .confidence-in-effect .icon.high:before {
  content: "\e902";
}
.question .preference-and-values .icon:before {
  content: "\e600";
}
.question .resources .icon:before {
  content: "\e007";
}
.question .rationale .icon:before {
  content: "\e906";
  font-size: 40px;
  font-size: 4rem;
}
.question .related-recommendation .icon:before {
  content: "\e90b";
  font-size: 40px;
  font-size: 4rem;
  display: inline !important;
  margin-bottom: 0;
}
.question button.sof-table .icon:before {
  content: "\e908";
  font-size: 20px;
  font-size: 2rem;
  color: #ffa500;
}
.question button.additional-file .icon:before {
  content: "\e908";
  font-size: 20px;
  font-size: 2rem;
  color: #ffa500;
}
.questions-group-title {
  display: block;
  background: #a30c33;
  height: 30px;
  background-color: #841232;
  color: #fff;
  font-size: 1.3rem;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.search-results ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
.search-results ol li {
  display: block;
  -webkit-box-shadow: 1px 2px 6px rgba(0,0,0,0.3);
  box-shadow: 1px 2px 6px rgba(0,0,0,0.3);
  background: #a30c33;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 10px;
  padding: 10px;
}
.search-results ol li:hover {
  cursor: pointer;
}
.search-results ol li:hover .question {
  text-decoration: underline;
}
.search-results ol li .guideline {
  color: #a30c33;
  font-weight: bold;
}
.search-results ol li .question {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
}
.search-results ol li .content {
  margin-top: 5px;
}
.search-results .filter {
  display: block;
  -webkit-box-shadow: 1px 2px 6px rgba(0,0,0,0.3);
  box-shadow: 1px 2px 6px rgba(0,0,0,0.3);
  background: #a30c33;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 10px;
  padding: 10px;
  color: #fff;
  background: #a30c33;
  font-size: 14px;
  font-size: 1.4rem;
}
.search-results .filter a {
  font-weight: bold;
}
.search-results .filter a,
.search-results .filter a:link,
.search-results .filter a:visited,
.search-results .filter a:hover,
.search-results .filter a:active {
  color: inherit;
  text-decoration: none;
}
.search-results .filter a:hover {
  text-decoration: underline;
}
.termsofuse {
  padding: 5%;
}
.termsofuse h2 {
  text-align: center;
}
.termsofuse p {
  margin: 10px 0;
}
.termsofuse ol {
  list-style-type: lower-alpha;
}
.termsofuse ol li {
  margin-bottom: 3px;
}
