@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

blockquote, q {
  quotes: none; }

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: none;
  cursor: help; }

a abbr[title] {
  cursor: inherit; }

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */
body {
  font: 15px/1.5 sans-serif;
  *font-size: small; }

/* Hack retained to preserve specificity */
select, input, textarea, button {
  font: 99% sans-serif; }

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp {
  font-family: monospace, sans-serif; }

/**
 * Minimal base styles.
 */
/* Always force a scrollbar in non-IE */
html {
  overflow-y: scroll; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {
  outline: none; }

ul, ol {
  margin-left: 2em; }

ol {
  list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li {
  margin: 0;
  list-style: none;
  list-style-image: none; }

small {
  font-size: 85%; }

strong, th, b {
  font-weight: bold; }

em, i {
  font-style: italic; }

td {
  vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 15px; }

textarea {
  overflow: auto; }

/* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
.lt-ie8 legend {
  margin-left: -7px; }

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"].chk {
  vertical-align: bottom; }

.lt-ie8 input[type="checkbox"] {
  vertical-align: baseline; }

.lt-ie8.lt-ie7 input {
  vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button {
  cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0; }

/* Colors for form validity */
input:invalid, textarea:invalid {
  border-radius: 1px;
  -moz-box-shadow: 0px 0px 5px red;
  -webkit-box-shadow: 0px 0px 5px red;
  box-shadow: 0px 0px 5px red; }

.no-boxshadow input:invalid, .no-boxshadow textarea:invalid {
  background-color: #f0dddd; }

/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301 */
::-moz-selection {
  background: #de3c10;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #de3c10;
  color: #fff;
  text-shadow: none; }

/* j.mp/webkit-tap-highlight-color */
a:link {
  -webkit-tap-highlight-color: #de3c10; }

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {
  width: auto;
  overflow: visible; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.lt-ie8 img {
  -ms-interpolation-mode: bicubic; }

/* End Reset */
/* makin' a circle.. */
.circle {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  /* set your own damn widths, you crazy kids */
  /* protip: if the height != the width, you'll end up with an elipse. */ }

/* 
	faux tables for image/text display 
	- the 'flag' object with a different name: 
	   http://csswizardry.com/2013/05/the-flag-object/ 
*/
.faux {
  display: table;
  width: 100%; }

.faux--mid {
  text-align: center; }

.faux__image,
.faux__img,
.faux__body {
  display: table-cell;
  vertical-align: middle; }

.faux--top .faux__image,
.faux--top .faux__img,
.faux--top .faux__body {
  vertical-align: top; }

.faux--bottom .faux__image,
.faux--bottom .faux__img,
.faux--bottom .faux__body {
  vertical-align: bottom; }

.faux--mid .faux__image,
.faux--mid .faux__img,
.faux--mid .faux__body {
  display: inline-table; }

.faux__image, .faux__img {
  padding-right: 0.5em; }

.faux__image > img, .faux__img > img {
  display: block;
  max-width: none; }

.faux--rev .faux__image,
.faux--rev .faux__img {
  padding-right: 0;
  padding-left: 0.5em; }

.faux__body {
  width: 100%; }

.faux--mid .faux__body {
  width: auto;
  text-align: left; }

/*
    the media object
    - http://www.stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code/
*/
.media {
  display: block; }

.media__img {
  float: left;
  margin-right: 0.5em; }

.media__img--rev {
  float: right;
  margin-left: 0.5em; }

.media__img img,
.media__img--rev img {
  display: block; }

.media__body {
  overflow: hidden; }

/*
    Media Query Mixin

    Large (l) and Extra-Large (xl) are 'min-width' media queries,
    meaning they'll only appear on screens that are big enough.
    
    Medium (m), Small (s), and Extra-Small (xs) are max-width queries,
    meaning that they only appear on screens that are small enough.
    
    The 'density' queries are kind of heavy-duty, so use extra-sparingly. :)
    
    For high pixel-density images, you can use (retinahd), (retina) or (hdpi).
    
    
    Usage:  @include media-query(size){ [styles here] }
*/
/*
    DuckDuckGo Icons!
    
    Requires that you compile the icon font yourself and
    serve it via @font-face under the name 'ddg-serp-icons'
*/
.modal-trig {
  max-height: 100%;
  position: relative;
  display: inline-block; }

.modal {
  pointer-events: none;
  text-align: center;
  font-weight: 400;
  line-height: 1.2; }
  .modal.is-showing {
    pointer-events: auto; }
  .modal h1, .modal h2, .modal h3, .modal h4, .modal h5 {
    padding: 0; }
  .modal p {
    padding: 0.5em 0 0; }

.modal__overlay {
  position: absolute;
  margin: auto;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  display: none;
  height: 100%;
  width: 100%;
  z-index: 0; }

.modal__box {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: #ffffff;
  color: #333333;
  min-width: 160px;
  white-space: normal; }

.modal__close {
  font-family: 'ddg-serp-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  text-decoration: none !important;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 1;
  line-height: 1;
  display: block;
  text-align: center;
  position: absolute;
  right: 1em;
  top: 1em;
  font-size: 14px;
  color: #8f8f8f; }
  .modal__close:hover {
    color: #000;
    text-decoration: none; }

.modal__header,
.modal__footer {
  padding: 1em;
  background: #f7f7f7;
  border-bottom: 1px solid #e0e0e0; }

.modal__header {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px; }

.modal__footer {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }

.modal__header__title {
  font-weight: 600; }

.modal__body {
  padding: 1em;
  position: relative;
  display: block; }

.modal__list {
  padding: 0; }

.modal__list__link {
  display: block;
  color: #666666;
  text-decoration: none;
  cursor: pointer; }
  .modal__list__link:visited, .modal__list__link:focus {
    color: #666666; }
  .modal__list__link:active, .modal__list__link:hover, .modal__list__link.is-highlighted {
    color: #666666;
    background-color: #f7f7f7;
    text-decoration: none; }
  .modal__list__link.is-selected {
    color: #de5833; }
    .modal__list__link.is-selected:hover, .modal__list__link.is-selected:active {
      color: #de5833;
      background-color: transparent; }
  .modal__list__link.is-disabled {
    color: #aaaaaa;
    background-color: inherit; }

.modal--popout {
  position: absolute;
  margin: auto;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  display: block;
  height: 0;
  width: 0; }
  .modal--popout .modal__box {
    -webkit-transition: opacity 0.15s ease-out, -webkit-transform 0.15s ease-out;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition: opacity 0.15s ease-out false, -moz-transform 0.15s ease-out false;
    -o-transition: opacity 0.15s ease-out false, -o-transform 0.15s ease-out false;
    transition: opacity 0.15s ease-out false, transform 0.15s ease-out false;
    -webkit-box-shadow: 0 0 0.2px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0.2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0.2px 1px rgba(0, 0, 0, 0.1);
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
    font-size: 16px;
    font-size: 1rem;
    width: 200px;
    position: absolute;
    display: block;
    bottom: auto;
    right: auto;
    left: auto;
    top: auto;
    visibility: hidden;
    opacity: 0; }
    .modal--popout .modal__box:before, .modal--popout .modal__box:after {
      font-family: 'ddg-serp-icons' !important;
      speak: none;
      font-style: normal;
      font-weight: normal !important;
      font-variant: normal;
      text-transform: none;
      text-decoration: none !important;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      display: block;
      line-height: 24px;
      font-size: 24px;
      height: 24px;
      width: 24px; }
    .modal--popout .modal__box:before {
      color: #e0e0e0; }
    .modal--popout .modal__box:after {
      color: #ffffff; }
  .modal--popout.is-showing .modal__box {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    z-index: 250;
    opacity: 1; }

.modal--popout--top,
.modal--popout--bottom,
.modal--popout--bottom-left,
.modal--popout--bottom-right {
  height: 100%; }

.modal--popout--left,
.modal--popout--right {
  width: 100%; }

.modal--popout--sm .modal__box {
  width: 160px; }

.modal--popout--lg .modal__box {
  width: 230px; }

.modal--popout--top .modal__box,
.modal--popout--bottom .modal__box {
  left: -100px; }

.modal--popout--top.modal--popout--sm .modal__box,
.modal--popout--bottom.modal--popout--sm .modal__box {
  left: -80px; }

.modal--popout--top.modal--popout--lg .modal__box,
.modal--popout--bottom.modal--popout--lg .modal__box {
  left: -115px; }

.modal--popout--top .modal__box {
  margin-bottom: 8px;
  bottom: 100%; }
  .modal--popout--top .modal__box:before, .modal--popout--top .modal__box:after {
    content: "\25bc";
    bottom: -17px;
    margin-left: -12px;
    left: 50%; }
  .modal--popout--top .modal__box:after {
    margin-bottom: 1px; }

.modal--popout--left .modal__box {
  margin-right: 12px;
  right: 100%;
  top: -14px; }
  .modal--popout--left .modal__box:before, .modal--popout--left .modal__box:after {
    content: "\25b6";
    right: -17px;
    top: 4px; }
  .modal--popout--left .modal__box:after {
    margin-right: 1px; }

.modal--popout--right .modal__box {
  margin-left: 12px;
  left: 100%;
  top: -14px; }
  .modal--popout--right .modal__box:before, .modal--popout--right .modal__box:after {
    content: "\25c0";
    left: -17px;
    top: 4px; }
  .modal--popout--right .modal__box:after {
    margin-left: 1px; }

.modal--popout--bottom .modal__box,
.modal--popout--bottom-right .modal__box,
.modal--popout--bottom-left .modal__box {
  margin-top: 8px;
  top: 100%; }
  .modal--popout--bottom .modal__box:before, .modal--popout--bottom .modal__box:after,
  .modal--popout--bottom-right .modal__box:before,
  .modal--popout--bottom-right .modal__box:after,
  .modal--popout--bottom-left .modal__box:before,
  .modal--popout--bottom-left .modal__box:after {
    content: "\25b2";
    top: -17px;
    margin-left: -12px;
    left: 50%; }
  .modal--popout--bottom .modal__box:after,
  .modal--popout--bottom-right .modal__box:after,
  .modal--popout--bottom-left .modal__box:after {
    margin-top: 1px; }

.modal--popout--bottom.has-header .modal__box:after,
.modal--popout--bottom-right.has-header .modal__box:after,
.modal--popout--bottom-left.has-header .modal__box:after {
  color: #f7f7f7; }

.modal--popout--bottom-left .modal__box {
  right: -23px;
  left: auto; }
  .modal--popout--bottom-left .modal__box:before, .modal--popout--bottom-left .modal__box:after {
    left: auto;
    margin-left: 0;
    right: 10px; }

.modal--popout--bottom-right .modal__box {
  left: -23px; }
  .modal--popout--bottom-right .modal__box:before, .modal--popout--bottom-right .modal__box:after {
    left: 10px;
    margin-left: 0; }

/*
@font-face {
    font-family: 'varelaregular';
    src: url('/National_Library/20181105034639oe_/https://duck.co/static/fonts/varela-regular.eot');
    src: url('/National_Library/20181105034639oe_/https://duck.co/static/fonts/varela-regular.eot#iefix') format('embedded-opentype'),
         url('/National_Library/20181105034639oe_/https://duck.co/static/fonts/varela-regular.woff') format('woff'),
         url('/National_Library/20181105034639oe_/https://duck.co/static/fonts/varela-regular.ttf') format('truetype'),
         url('/National_Library/20181105034639oe_/https://duck.co/static/fonts/varela-regular.svg#varelaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nevis';
    src: url('/National_Library/20181105034639oe_/https://duck.co/static/fonts/nevis.eot');
    src: url('/National_Library/20181105034639oe_/https://duck.co/static/fonts/nevis.eot#iefix') format('embedded-opentype'),
         url('/National_Library/20181105034639oe_/https://duck.co/static/fonts/nevis.woff') format('woff'),
         url('/National_Library/20181105034639oe_/https://duck.co/static/fonts/nevis.ttf') format('truetype'),
         url('/National_Library/20181105034639oe_/https://duck.co/static/fonts/nevis.svg#nevis') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
@font-face {
  font-family: 'familiar_probold';
  src: url("/National_Library/20181105034639oe_/https://duck.co/static/fonts/Familiar_Pro-Bold-webfont.eot");
  src: url("/National_Library/20181105034639oe_/https://duck.co/static/fonts/Familiar_Pro-Bold-webfont.eot#iefix") format("embedded-opentype"), url("/National_Library/20181105034639oe_/https://duck.co/static/fonts/Familiar_Pro-Bold-webfont.woff") format("woff"), url("/National_Library/20181105034639oe_/https://duck.co/static/fonts/Familiar_Pro-Bold-webfont.ttf") format("truetype"), url("/National_Library/20181105034639oe_/https://duck.co/static/fonts/Familiar_Pro-Bold-webfont.svg#familiar_probold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'FontAwesome';
  src: url("/National_Library/20181105034639oe_/https://duck.co/static/fonts/fontawesome-webfont.eot");
  src: url("/National_Library/20181105034639oe_/https://duck.co/static/fonts/fontawesome-webfont.eot#iefix") format("embedded-opentype"), url("/National_Library/20181105034639oe_/https://duck.co/static/fonts/fontawesome-webfont.woff") format("woff"), url("/National_Library/20181105034639oe_/https://duck.co/static/fonts/fontawesome-webfont.ttf") format("truetype"), url("/National_Library/20181105034639oe_/https://duck.co/static/fonts/fontawesome-webfont.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'dukgo-icons';
  src: url("/National_Library/20181105034639oe_/https://duck.co/static/fonts/dukgo-icons.eot");
  src: url("/National_Library/20181105034639oe_/https://duck.co/static/fonts/dukgo-icons.eot#iefix") format("embedded-opentype"), url("/National_Library/20181105034639oe_/https://duck.co/static/fonts/dukgo-icons.woff") format("woff"), url("/National_Library/20181105034639oe_/https://duck.co/static/fonts/dukgo-icons.ttf") format("truetype"), url("/National_Library/20181105034639oe_/https://duck.co/static/fonts/dukgo-icons.svg#dukgo-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

/*  
Font Awesome - http://fortawesome.github.com/Font-Awesome
*/
/* 
	@font-face declarations moved to font-face.css
*/
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none; }

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em; }

/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline; }

/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: 0.2857142857142857em; }

[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714285714286em; }

.icons-ul {
  margin-left: 2.142857142857143em;
  list-style-type: none; }

.icons-ul > li {
  position: relative; }

.icons-ul .icon-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  text-align: center;
  line-height: inherit; }

[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none; }

.icon-muted {
  color: #eeeeee; }

.icon-light {
  color: #ffffff; }

.icon-dark {
  color: #333333; }

.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.icon-2x {
  font-size: 2em; }

.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.icon-3x {
  font-size: 3em; }

.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.icon-4x {
  font-size: 4em; }

.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.icon-5x {
  font-size: 5em; }

.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em; }

[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em; }

/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0; }

/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none; }

/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em; }

.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block; }

.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em; }

.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em; }

.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em; }

.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em; }

.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0; }

.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em; }

.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em; }

.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em; }

/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit; }

/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%; }

.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em; }

.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em; }

/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(359deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); }

.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); }

.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }

.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000"; }

.icon-music:before {
  content: "\f001"; }

.icon-search:before {
  content: "\f002"; }

.icon-envelope-alt:before {
  content: "\f003"; }

.icon-heart:before {
  content: "\f004"; }

.icon-star:before {
  content: "\f005"; }

.icon-star-empty:before {
  content: "\f006"; }

.icon-user:before {
  content: "\f007"; }

.icon-film:before {
  content: "\f008"; }

.icon-th-large:before {
  content: "\f009"; }

.icon-th:before {
  content: "\f00a"; }

.icon-th-list:before {
  content: "\f00b"; }

.icon-ok:before {
  content: "\f00c"; }

.icon-remove:before {
  content: "\f00d"; }

.icon-zoom-in:before {
  content: "\f00e"; }

.icon-zoom-out:before {
  content: "\f010"; }

.icon-power-off:before,
.icon-off:before {
  content: "\f011"; }

.icon-signal:before {
  content: "\f012"; }

.icon-gear:before,
.icon-cog:before {
  content: "\f013"; }

.icon-trash:before {
  content: "\f014"; }

.icon-home:before {
  content: "\f015"; }

.icon-file-alt:before {
  content: "\f016"; }

.icon-time:before {
  content: "\f017"; }

.icon-road:before {
  content: "\f018"; }

.icon-download-alt:before {
  content: "\f019"; }

.icon-download:before {
  content: "\f01a"; }

.icon-upload:before {
  content: "\f01b"; }

.icon-inbox:before {
  content: "\f01c"; }

.icon-play-circle:before {
  content: "\f01d"; }

.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e"; }

.icon-refresh:before {
  content: "\f021"; }

.icon-list-alt:before {
  content: "\f022"; }

.icon-lock:before {
  content: "\f023"; }

.icon-flag:before {
  content: "\f024"; }

.icon-headphones:before {
  content: "\f025"; }

.icon-volume-off:before {
  content: "\f026"; }

.icon-volume-down:before {
  content: "\f027"; }

.icon-volume-up:before {
  content: "\f028"; }

.icon-qrcode:before {
  content: "\f029"; }

.icon-barcode:before {
  content: "\f02a"; }

.icon-tag:before {
  content: "\f02b"; }

.icon-tags:before {
  content: "\f02c"; }

.icon-book:before {
  content: "\f02d"; }

.icon-bookmark:before {
  content: "\f02e"; }

.icon-print:before {
  content: "\f02f"; }

.icon-camera:before {
  content: "\f030"; }

.icon-font:before {
  content: "\f031"; }

.icon-bold:before {
  content: "\f032"; }

.icon-italic:before {
  content: "\f033"; }

.icon-text-height:before {
  content: "\f034"; }

.icon-text-width:before {
  content: "\f035"; }

.icon-align-left:before {
  content: "\f036"; }

.icon-align-center:before {
  content: "\f037"; }

.icon-align-right:before {
  content: "\f038"; }

.icon-align-justify:before {
  content: "\f039"; }

.icon-list:before {
  content: "\f03a"; }

.icon-indent-left:before {
  content: "\f03b"; }

.icon-indent-right:before {
  content: "\f03c"; }

.icon-facetime-video:before {
  content: "\f03d"; }

.icon-picture:before {
  content: "\f03e"; }

.icon-pencil:before {
  content: "\f040"; }

.icon-map-marker:before {
  content: "\f041"; }

.icon-adjust:before {
  content: "\f042"; }

.icon-tint:before {
  content: "\f043"; }

.icon-edit:before {
  content: "\f044"; }

.icon-share:before {
  content: "\f045"; }

.icon-check:before {
  content: "\f046"; }

.icon-move:before {
  content: "\f047"; }

.icon-step-backward:before {
  content: "\f048"; }

.icon-fast-backward:before {
  content: "\f049"; }

.icon-backward:before {
  content: "\f04a"; }

.icon-play:before {
  content: "\f04b"; }

.icon-pause:before {
  content: "\f04c"; }

.icon-stop:before {
  content: "\f04d"; }

.icon-forward:before {
  content: "\f04e"; }

.icon-fast-forward:before {
  content: "\f050"; }

.icon-step-forward:before {
  content: "\f051"; }

.icon-eject:before {
  content: "\f052"; }

.icon-chevron-left:before {
  content: "\f053"; }

.icon-chevron-right:before {
  content: "\f054"; }

.icon-plus-sign:before {
  content: "\f055"; }

.icon-minus-sign:before {
  content: "\f056"; }

.icon-remove-sign:before {
  content: "\f057"; }

.icon-ok-sign:before {
  content: "\f058"; }

.icon-question-sign:before {
  content: "\f059"; }

.icon-info-sign:before {
  content: "\f05a"; }

.icon-screenshot:before {
  content: "\f05b"; }

.icon-remove-circle:before {
  content: "\f05c"; }

.icon-ok-circle:before {
  content: "\f05d"; }

.icon-ban-circle:before {
  content: "\f05e"; }

.icon-arrow-left:before {
  content: "\f060"; }

.icon-arrow-right:before {
  content: "\f061"; }

.icon-arrow-up:before {
  content: "\f062"; }

.icon-arrow-down:before {
  content: "\f063"; }

.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064"; }

.icon-resize-full:before {
  content: "\f065"; }

.icon-resize-small:before {
  content: "\f066"; }

.icon-plus:before {
  content: "\f067"; }

.icon-minus:before {
  content: "\f068"; }

.icon-asterisk:before {
  content: "\f069"; }

.icon-exclamation-sign:before {
  content: "\f06a"; }

.icon-gift:before {
  content: "\f06b"; }

.icon-leaf:before {
  content: "\f06c"; }

.icon-fire:before {
  content: "\f06d"; }

.icon-eye-open:before {
  content: "\f06e"; }

.icon-eye-close:before {
  content: "\f070"; }

.icon-warning-sign:before {
  content: "\f071"; }

.icon-plane:before {
  content: "\f072"; }

.icon-calendar:before {
  content: "\f073"; }

.icon-random:before {
  content: "\f074"; }

.icon-comment:before {
  content: "\f075"; }

.icon-magnet:before {
  content: "\f076"; }

.icon-chevron-up:before {
  content: "\f077"; }

.icon-chevron-down:before {
  content: "\f078"; }

.icon-retweet:before {
  content: "\f079"; }

.icon-shopping-cart:before {
  content: "\f07a"; }

.icon-folder-close:before {
  content: "\f07b"; }

.icon-folder-open:before {
  content: "\f07c"; }

.icon-resize-vertical:before {
  content: "\f07d"; }

.icon-resize-horizontal:before {
  content: "\f07e"; }

.icon-bar-chart:before {
  content: "\f080"; }

.icon-twitter-sign:before {
  content: "\f081"; }

.icon-facebook-sign:before {
  content: "\f082"; }

.icon-camera-retro:before {
  content: "\f083"; }

.icon-key:before {
  content: "\f084"; }

.icon-gears:before,
.icon-cogs:before {
  content: "\f085"; }

.icon-comments:before {
  content: "\f086"; }

.icon-thumbs-up-alt:before {
  content: "\f087"; }

.icon-thumbs-down-alt:before {
  content: "\f088"; }

.icon-star-half:before {
  content: "\f089"; }

.icon-heart-empty:before {
  content: "\f08a"; }

.icon-signout:before {
  content: "\f08b"; }

.icon-linkedin-sign:before {
  content: "\f08c"; }

.icon-pushpin:before {
  content: "\f08d"; }

.icon-external-link:before {
  content: "\f08e"; }

.icon-signin:before {
  content: "\f090"; }

.icon-trophy:before {
  content: "\f091"; }

.icon-github-sign:before {
  content: "\f092"; }

.icon-upload-alt:before {
  content: "\f093"; }

.icon-lemon:before {
  content: "\f094"; }

.icon-phone:before {
  content: "\f095"; }

.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096"; }

.icon-bookmark-empty:before {
  content: "\f097"; }

.icon-phone-sign:before {
  content: "\f098"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-facebook:before {
  content: "\f09a"; }

.icon-github:before {
  content: "\f09b"; }

.icon-unlock:before {
  content: "\f09c"; }

.icon-credit-card:before {
  content: "\f09d"; }

.icon-rss:before {
  content: "\f09e"; }

.icon-hdd:before {
  content: "\f0a0"; }

.icon-bullhorn:before {
  content: "\f0a1"; }

.icon-bell:before {
  content: "\f0a2"; }

.icon-certificate:before {
  content: "\f0a3"; }

.icon-hand-right:before {
  content: "\f0a4"; }

.icon-hand-left:before {
  content: "\f0a5"; }

.icon-hand-up:before {
  content: "\f0a6"; }

.icon-hand-down:before {
  content: "\f0a7"; }

.icon-circle-arrow-left:before {
  content: "\f0a8"; }

.icon-circle-arrow-right:before {
  content: "\f0a9"; }

.icon-circle-arrow-up:before {
  content: "\f0aa"; }

.icon-circle-arrow-down:before {
  content: "\f0ab"; }

.icon-globe:before {
  content: "\f0ac"; }

.icon-wrench:before {
  content: "\f0ad"; }

.icon-tasks:before {
  content: "\f0ae"; }

.icon-filter:before {
  content: "\f0b0"; }

.icon-briefcase:before {
  content: "\f0b1"; }

.icon-fullscreen:before {
  content: "\f0b2"; }

.icon-group:before {
  content: "\f0c0"; }

.icon-link:before {
  content: "\f0c1"; }

.icon-cloud:before {
  content: "\f0c2"; }

.icon-beaker:before {
  content: "\f0c3"; }

.icon-cut:before {
  content: "\f0c4"; }

.icon-copy:before {
  content: "\f0c5"; }

.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6"; }

.icon-save:before {
  content: "\f0c7"; }

.icon-sign-blank:before {
  content: "\f0c8"; }

.icon-reorder:before {
  content: "\f0c9"; }

.icon-list-ul:before {
  content: "\f0ca"; }

.icon-list-ol:before {
  content: "\f0cb"; }

.icon-strikethrough:before {
  content: "\f0cc"; }

.icon-underline:before {
  content: "\f0cd"; }

.icon-table:before {
  content: "\f0ce"; }

.icon-magic:before {
  content: "\f0d0"; }

.icon-truck:before {
  content: "\f0d1"; }

.icon-pinterest:before {
  content: "\f0d2"; }

.icon-pinterest-sign:before {
  content: "\f0d3"; }

.icon-google-plus-sign:before {
  content: "\f0d4"; }

.icon-google-plus:before {
  content: "\f0d5"; }

.icon-money:before {
  content: "\f0d6"; }

.icon-caret-down:before {
  content: "\f0d7"; }

.icon-caret-up:before {
  content: "\f0d8"; }

.icon-caret-left:before {
  content: "\f0d9"; }

.icon-caret-right:before {
  content: "\f0da"; }

.icon-columns:before {
  content: "\f0db"; }

.icon-sort:before {
  content: "\f0dc"; }

.icon-sort-down:before {
  content: "\f0dd"; }

.icon-sort-up:before {
  content: "\f0de"; }

.icon-envelope:before {
  content: "\f0e0"; }

.icon-linkedin:before {
  content: "\f0e1"; }

.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2"; }

.icon-legal:before {
  content: "\f0e3"; }

.icon-dashboard:before {
  content: "\f0e4"; }

.icon-comment-alt:before {
  content: "\f0e5"; }

.icon-comments-alt:before {
  content: "\f0e6"; }

.icon-bolt:before {
  content: "\f0e7"; }

.icon-sitemap:before {
  content: "\f0e8"; }

.icon-umbrella:before {
  content: "\f0e9"; }

.icon-paste:before {
  content: "\f0ea"; }

.icon-lightbulb:before {
  content: "\f0eb"; }

.icon-exchange:before {
  content: "\f0ec"; }

.icon-cloud-download:before {
  content: "\f0ed"; }

.icon-cloud-upload:before {
  content: "\f0ee"; }

.icon-user-md:before {
  content: "\f0f0"; }

.icon-stethoscope:before {
  content: "\f0f1"; }

.icon-suitcase:before {
  content: "\f0f2"; }

.icon-bell-alt:before {
  content: "\f0f3"; }

.icon-coffee:before {
  content: "\f0f4"; }

.icon-food:before {
  content: "\f0f5"; }

.icon-file-text-alt:before {
  content: "\f0f6"; }

.icon-building:before {
  content: "\f0f7"; }

.icon-hospital:before {
  content: "\f0f8"; }

.icon-ambulance:before {
  content: "\f0f9"; }

.icon-medkit:before {
  content: "\f0fa"; }

.icon-fighter-jet:before {
  content: "\f0fb"; }

.icon-beer:before {
  content: "\f0fc"; }

.icon-h-sign:before {
  content: "\f0fd"; }

.icon-plus-sign-alt:before {
  content: "\f0fe"; }

.icon-double-angle-left:before {
  content: "\f100"; }

.icon-double-angle-right:before {
  content: "\f101"; }

.icon-double-angle-up:before {
  content: "\f102"; }

.icon-double-angle-down:before {
  content: "\f103"; }

.icon-angle-left:before {
  content: "\f104"; }

.icon-angle-right:before {
  content: "\f105"; }

.icon-angle-up:before {
  content: "\f106"; }

.icon-angle-down:before {
  content: "\f107"; }

.icon-desktop:before {
  content: "\f108"; }

.icon-laptop:before {
  content: "\f109"; }

.icon-tablet:before {
  content: "\f10a"; }

.icon-mobile-phone:before {
  content: "\f10b"; }

.icon-circle-blank:before {
  content: "\f10c"; }

.icon-quote-left:before {
  content: "\f10d"; }

.icon-quote-right:before {
  content: "\f10e"; }

.icon-spinner:before {
  content: "\f110"; }

.icon-circle:before {
  content: "\f111"; }

.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112"; }

.icon-github-alt:before {
  content: "\f113"; }

.icon-folder-close-alt:before {
  content: "\f114"; }

.icon-folder-open-alt:before {
  content: "\f115"; }

.icon-expand-alt:before {
  content: "\f116"; }

.icon-collapse-alt:before {
  content: "\f117"; }

.icon-smile:before {
  content: "\f118"; }

.icon-frown:before {
  content: "\f119"; }

.icon-meh:before {
  content: "\f11a"; }

.icon-gamepad:before {
  content: "\f11b"; }

.icon-keyboard:before {
  content: "\f11c"; }

.icon-flag-alt:before {
  content: "\f11d"; }

.icon-flag-checkered:before {
  content: "\f11e"; }

.icon-terminal:before {
  content: "\f120"; }

.icon-code:before {
  content: "\f121"; }

.icon-reply-all:before {
  content: "\f122"; }

.icon-mail-reply-all:before {
  content: "\f122"; }

.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123"; }

.icon-location-arrow:before {
  content: "\f124"; }

.icon-crop:before {
  content: "\f125"; }

.icon-code-fork:before {
  content: "\f126"; }

.icon-unlink:before {
  content: "\f127"; }

.icon-question:before {
  content: "\f128"; }

.icon-info:before {
  content: "\f129"; }

.icon-exclamation:before {
  content: "\f12a"; }

.icon-superscript:before {
  content: "\f12b"; }

.icon-subscript:before {
  content: "\f12c"; }

.icon-eraser:before {
  content: "\f12d"; }

.icon-puzzle-piece:before {
  content: "\f12e"; }

.icon-microphone:before {
  content: "\f130"; }

.icon-microphone-off:before {
  content: "\f131"; }

.icon-shield:before {
  content: "\f132"; }

.icon-calendar-empty:before {
  content: "\f133"; }

.icon-fire-extinguisher:before {
  content: "\f134"; }

.icon-rocket:before {
  content: "\f135"; }

.icon-maxcdn:before {
  content: "\f136"; }

.icon-chevron-sign-left:before {
  content: "\f137"; }

.icon-chevron-sign-right:before {
  content: "\f138"; }

.icon-chevron-sign-up:before {
  content: "\f139"; }

.icon-chevron-sign-down:before {
  content: "\f13a"; }

.icon-html5:before {
  content: "\f13b"; }

.icon-css3:before {
  content: "\f13c"; }

.icon-anchor:before {
  content: "\f13d"; }

.icon-unlock-alt:before {
  content: "\f13e"; }

.icon-bullseye:before {
  content: "\f140"; }

.icon-ellipsis-horizontal:before {
  content: "\f141"; }

.icon-ellipsis-vertical:before {
  content: "\f142"; }

.icon-rss-sign:before {
  content: "\f143"; }

.icon-play-sign:before {
  content: "\f144"; }

.icon-ticket:before {
  content: "\f145"; }

.icon-minus-sign-alt:before {
  content: "\f146"; }

.icon-check-minus:before {
  content: "\f147"; }

.icon-level-up:before {
  content: "\f148"; }

.icon-level-down:before {
  content: "\f149"; }

.icon-check-sign:before {
  content: "\f14a"; }

.icon-edit-sign:before {
  content: "\f14b"; }

.icon-external-link-sign:before {
  content: "\f14c"; }

.icon-share-sign:before {
  content: "\f14d"; }

.icon-compass:before {
  content: "\f14e"; }

.icon-collapse:before {
  content: "\f150"; }

.icon-collapse-top:before {
  content: "\f151"; }

.icon-expand:before {
  content: "\f152"; }

.icon-euro:before,
.icon-eur:before {
  content: "\f153"; }

.icon-gbp:before {
  content: "\f154"; }

.icon-dollar:before,
.icon-usd:before {
  content: "\f155"; }

.icon-rupee:before,
.icon-inr:before {
  content: "\f156"; }

.icon-yen:before,
.icon-jpy:before {
  content: "\f157"; }

.icon-renminbi:before,
.icon-cny:before {
  content: "\f158"; }

.icon-won:before,
.icon-krw:before {
  content: "\f159"; }

.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a"; }

.icon-file:before {
  content: "\f15b"; }

.icon-file-text:before {
  content: "\f15c"; }

.icon-sort-by-alphabet:before {
  content: "\f15d"; }

.icon-sort-by-alphabet-alt:before {
  content: "\f15e"; }

.icon-sort-by-attributes:before {
  content: "\f160"; }

.icon-sort-by-attributes-alt:before {
  content: "\f161"; }

.icon-sort-by-order:before {
  content: "\f162"; }

.icon-sort-by-order-alt:before {
  content: "\f163"; }

.icon-thumbs-up:before {
  content: "\f164"; }

.icon-thumbs-down:before {
  content: "\f165"; }

.icon-youtube-sign:before {
  content: "\f166"; }

.icon-youtube:before {
  content: "\f167"; }

.icon-xing:before {
  content: "\f168"; }

.icon-xing-sign:before {
  content: "\f169"; }

.icon-youtube-play:before {
  content: "\f16a"; }

.icon-dropbox:before {
  content: "\f16b"; }

.icon-stackexchange:before {
  content: "\f16c"; }

.icon-instagram:before {
  content: "\f16d"; }

.icon-flickr:before {
  content: "\f16e"; }

.icon-adn:before {
  content: "\f170"; }

.icon-bitbucket:before {
  content: "\f171"; }

.icon-bitbucket-sign:before {
  content: "\f172"; }

.icon-tumblr:before {
  content: "\f173"; }

.icon-tumblr-sign:before {
  content: "\f174"; }

.icon-long-arrow-down:before {
  content: "\f175"; }

.icon-long-arrow-up:before {
  content: "\f176"; }

.icon-long-arrow-left:before {
  content: "\f177"; }

.icon-long-arrow-right:before {
  content: "\f178"; }

.icon-apple:before {
  content: "\f179"; }

.icon-windows:before {
  content: "\f17a"; }

.icon-android:before {
  content: "\f17b"; }

.icon-linux:before {
  content: "\f17c"; }

.icon-dribbble:before {
  content: "\f17d"; }

.icon-skype:before {
  content: "\f17e"; }

.icon-foursquare:before {
  content: "\f180"; }

.icon-trello:before {
  content: "\f181"; }

.icon-female:before {
  content: "\f182"; }

.icon-male:before {
  content: "\f183"; }

.icon-gittip:before {
  content: "\f184"; }

.icon-sun:before {
  content: "\f185"; }

.icon-moon:before {
  content: "\f186"; }

.icon-archive:before {
  content: "\f187"; }

.icon-bug:before {
  content: "\f188"; }

.icon-vk:before {
  content: "\f189"; }

.icon-weibo:before {
  content: "\f18a"; }

.icon-renren:before {
  content: "\f18b"; }

/* dukgo custom icons from icomoon - they go last to override the fontawesome ones */
.icon-search, .icon-browser-window, .icon-globe, .icon-tools, .icon-bubble, .icon-bubbles, .icon-bubbles-2, .icon-spam, .icon-close, .icon-globe-2, .icon-earth, .icon-cog, .icon-github, .icon-facebook, .icon-twitter, .icon-reddit, .icon-feed, .icon-console, .icon-info, .icon-cancel-circle, .icon-user, .icon-users, .icon-tag, .icon-tags, .icon-bullhorn, .icon-share, .icon-arrow-up, .icon-arrow-down, .icon-rocket, .icon-lab, .icon-spinner, .icon-spinner-2, .icon-deviantart, .icon-steam, .icon-wordpress, .icon-picassa, .icon-dribbble, .icon-forrst, .icon-flickr, .icon-flickr-2, .icon-lanyrd, .icon-blogger, .icon-tumblr, .icon-yahoo, .icon-soundcloud, .icon-skype, .icon-lastfm, .icon-delicious, .icon-stumbleupon, .icon-pinterest, .icon-xing, .icon-flattr, .icon-foursquare, .icon-yelp, .icon-instagram, .icon-settings, .icon-paperclip, .icon-comment2, .icon-email, .icon-camera, .icon-calendar, .icon-book, .icon-enter, .icon-atom, .icon-syringe, .icon-health, .icon-pill, .icon-bones, .icon-lab-2, .icon-graph, .icon-image, .icon-cube, .icon-chart, .icon-vectortuts-pirate-panda, .icon-ian-yates-y-fronts, .icon-justin-burns-skull, .icon-ilias-ismanalijev-batman, .icon-joshua-barker-landscape, .icon-quin-robinson-casual-shoe, .icon-danis-lou-joystick, .icon-matt-hakes-moustache, .icon-jj-moi-kneel, .icon-aleks-dorohovich-triforce, .icon-patrik-larsson-pokemon, .icon-michael-howarth-tardis, .icon-rdio, .icon-qq, .icon-dropbox, .icon-evernote, .icon-renren, .icon-sina-weibo, .icon-mixi, .icon-behance, .icon-vk, .icon-circles, .icon-network {
  font-family: 'dukgo-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.icon-search:before {
  content: "\e000"; }

.icon-browser-window:before {
  content: "\e001"; }

.icon-globe:before {
  content: "\e002"; }

.icon-tools:before {
  content: "\e003"; }

.icon-bubble:before {
  content: "\e004"; }

.icon-bubbles:before {
  content: "\e005"; }

.icon-bubbles-2:before {
  content: "\e006"; }

.icon-spam:before {
  content: "\e007"; }

.icon-close:before {
  content: "\e008"; }

.icon-globe-2:before {
  content: "\e009"; }

.icon-earth:before {
  content: "\e00a"; }

.icon-cog:before {
  content: "\e00b"; }

.icon-github:before {
  content: "\e00c"; }

.icon-facebook:before {
  content: "\e00d"; }

.icon-twitter:before {
  content: "\e00e"; }

.icon-reddit:before {
  content: "\e00f"; }

.icon-feed:before {
  content: "\e010"; }

.icon-console:before {
  content: "\e011"; }

.icon-info:before {
  content: "\e012"; }

.icon-cancel-circle:before {
  content: "\e013"; }

.icon-user:before {
  content: "\e014"; }

.icon-users:before {
  content: "\e015"; }

.icon-tag:before {
  content: "\e016"; }

.icon-tags:before {
  content: "\e017"; }

.icon-bullhorn:before {
  content: "\e018"; }

.icon-share:before {
  content: "\e019"; }

.icon-arrow-up:before {
  content: "\e01a"; }

.icon-arrow-down:before {
  content: "\e01b"; }

.icon-rocket:before {
  content: "\e01c"; }

.icon-lab:before {
  content: "\e01d"; }

.icon-spinner:before {
  content: "\e01e"; }

.icon-spinner-2:before {
  content: "\e01f"; }

.icon-deviantart:before {
  content: "\e020"; }

.icon-steam:before {
  content: "\e021"; }

.icon-wordpress:before {
  content: "\e022"; }

.icon-picassa:before {
  content: "\e023"; }

.icon-dribbble:before {
  content: "\e024"; }

.icon-forrst:before {
  content: "\e025"; }

.icon-flickr:before {
  content: "\e026"; }

.icon-flickr-2:before {
  content: "\e027"; }

.icon-lanyrd:before {
  content: "\e028"; }

.icon-blogger:before {
  content: "\e029"; }

.icon-tumblr:before {
  content: "\e02a"; }

.icon-yahoo:before {
  content: "\e02b"; }

.icon-soundcloud:before {
  content: "\e02c"; }

.icon-skype:before {
  content: "\e02d"; }

.icon-lastfm:before {
  content: "\e02e"; }

.icon-delicious:before {
  content: "\e02f"; }

.icon-stumbleupon:before {
  content: "\e032"; }

.icon-pinterest:before {
  content: "\e030"; }

.icon-xing:before {
  content: "\e031"; }

.icon-flattr:before {
  content: "\e033"; }

.icon-foursquare:before {
  content: "\e034"; }

.icon-yelp:before {
  content: "\e035"; }

.icon-instagram:before {
  content: "\e036"; }

.icon-settings:before {
  content: "\e037"; }

.icon-paperclip:before {
  content: "\e038"; }

.icon-comment2:before {
  content: "\e039"; }

.icon-email:before {
  content: "\e03a"; }

.icon-camera:before {
  content: "\e03b"; }

.icon-calendar:before {
  content: "\e03c"; }

.icon-book:before {
  content: "\e03d"; }

.icon-enter:before {
  content: "\e03e"; }

.icon-atom:before {
  content: "\e03f"; }

.icon-syringe:before {
  content: "\e040"; }

.icon-health:before {
  content: "\e041"; }

.icon-pill:before {
  content: "\e042"; }

.icon-bones:before {
  content: "\e043"; }

.icon-lab-2:before {
  content: "\e044"; }

.icon-graph:before {
  content: "\e045"; }

.icon-image:before {
  content: "\e046"; }

.icon-cube:before {
  content: "\e047"; }

.icon-chart:before {
  content: "\e048"; }

.icon-vectortuts-pirate-panda:before {
  content: "\e049"; }

.icon-ian-yates-y-fronts:before {
  content: "\e04a"; }

.icon-justin-burns-skull:before {
  content: "\e04b"; }

.icon-ilias-ismanalijev-batman:before {
  content: "\e04c"; }

.icon-joshua-barker-landscape:before {
  content: "\e04d"; }

.icon-quin-robinson-casual-shoe:before {
  content: "\e04e"; }

.icon-danis-lou-joystick:before {
  content: "\e04f"; }

.icon-matt-hakes-moustache:before {
  content: "\e050"; }

.icon-jj-moi-kneel:before {
  content: "\e051"; }

.icon-aleks-dorohovich-triforce:before {
  content: "\e052"; }

.icon-patrik-larsson-pokemon:before {
  content: "\e053"; }

.icon-michael-howarth-tardis:before {
  content: "\e054"; }

.icon-rdio:before {
  content: "\e055"; }

.icon-qq:before {
  content: "\e056"; }

.icon-dropbox:before {
  content: "\e057"; }

.icon-evernote:before {
  content: "\e058"; }

.icon-renren:before {
  content: "\e059"; }

.icon-sina-weibo:before {
  content: "\e05a"; }

.icon-mixi:before {
  content: "\e05b"; }

.icon-behance:before {
  content: "\e05c"; }

.icon-vk:before {
  content: "\e05d"; }

.icon-circles:before {
  content: "\e05e"; }

.icon-network:before {
  content: "\e05f"; }

/*
 * Linkbox 
 * The help 'categories' and 'search results' both use this 'linkbox' construction,
 * with modifiers based on what is being displayed.
 */
.linkbox {
  display: table;
  vertical-align: middle;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  color: #8d8c8c;
  background-color: #fff;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.linkbox:active {
  top: 1px; }

.linkbox:hover {
  -webkit-box-shadow: inset 1px 1px 0px 0px rgba(255, 255, 255, 0.9), 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 0px 0px rgba(255, 255, 255, 0.9), 1px 1px 3px 0px rgba(0, 0, 0, 0.1); }

.linkbox__icon {
  display: block;
  text-align: center;
  vertical-align: middle;
  color: #d7d7d7;
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  z-index: 3;
  pointer-events: none;
  font-size: 1em;
  width: 1.65em; }

.linkbox__icon:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.45em; }

.linkbox__body {
  position: relative;
  z-index: 2;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  max-width: 100%;
  text-align: left;
  padding: 13px 18px 13px 1.65em;
  border: none;
  background: none;
  line-height: 1.1;
  line-height: 1.1; }

.linkbox__title {
  color: #3363b3;
  margin-bottom: 5px; }

/* 'Category' Linkboxes */
.linkbox--category {
  background-color: #fff;
  border-color: #d6d6d6; }

.linkbox--category:hover {
  border-color: #afcdff; }

.linkbox--category .linkbox__icon {
  font-size: 42px; }

.linkbox--category .linkbox__title {
  font-size: 30px; }

.linkbox--category .linkbox__body {
  font-size: 17px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 67px; }

/* 'Result' Linkboxes */
.linkbox--result {
  background-color: transparent; }

.linkbox--result:hover {
  background-color: #fff;
  border-color: #d6d6d6; }

.linkbox--result .linkbox__icon {
  font-size: 1.25em;
  left: 6px; }

.linkbox--result .linkbox__title {
  font-size: 21px; }

.linkbox--result .linkbox__body {
  padding: 17px 20px 17px 2.5em;
  font-size: 15px; }

/*--------------------------------------------------
Notices
-------------------------------------------------- */
.notice {
  display: block;
  position: relative;
  border: 1px solid #ddd;
  background: #eee;
  color: #bbb;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 8px 30px 9px 47px;
  margin: 0 auto 21px;
  font-size: 1.1em; }

.notice--pad-v-none,
.notice--wizard {
  padding-top: 0;
  padding-bottom: 0; }

.notice h2, .notice h3, .notice h4 {
  margin: 0;
  padding: 0.25em 0;
  font-weight: bold;
  display: inline-block; }

.notice h2 + h3, .notice h2 + h4, .notice h3 + h4 {
  display: block; }

.notice p, .notice ul {
  margin-bottom: 0; }

.notice__content {
  margin-left: -40px; }

.notice .checks {
  margin-top: 10px; }

.notice__list {
  margin-left: -25px;
  padding-top: 0.5em; }

.notice__list li {
  margin-right: 5px; }

.notice__buttons {
  margin-top: -10px;
  margin-right: -30px;
  float: right;
  position: relative;
  top: 5px; }

.notice__content .notice__buttons {
  margin-right: -60px; }

.notice.warning {
  border-color: #feeabe;
  color: #f0a300;
  background: #fdf5d5; }

.notice.error {
  border-color: #E5BFBF;
  background: #F6D4D4;
  color: #C01300; }

.notice.success {
  border-color: #cdf2a8;
  background: #e8fcd4;
  color: #9fd06d; }

.notice.info {
  border-color: #b4e3f2;
  background: #d4f2fc;
  color: #6eb3ca; }

.notice.supererror {
  border-color: #951102;
  background: #C01300;
  color: #fff;
  font-weight: bold;
  font-size: 1.4em; }

.notice.contrast {
  border-color: #d7d7d7;
  background-color: #f5f5f5;
  color: #5b5f68; }

.notice .icn, .notice .close {
  position: absolute;
  top: 0;
  display: block;
  height: 43px;
  line-height: 43px;
  text-align: center; }

.notice .icn {
  left: 0;
  width: 47px;
  font-size: 1.1em; }

.notice .icn--large {
  font-size: 1.6em;
  top: 3px; }

.notice.warning .icn {
  color: #fcd269; }

.notice .close {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: alpha(opacity=40);
  width: 35px;
  font-size: 1em; }

.notice .close:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

.notice .account-actions {
  padding-left: 1em;
  border: none; }

.notice .account-actions a {
  padding: 0 10px;
  line-height: 1;
  display: inline-block;
  border-left: 1px solid #d6d0b1;
  border-color: rgba(155, 155, 155, 0.3); }

.notice .account-actions a.first {
  border-left: none; }

/*--------------------------------------------------
Top Message
-------------------------------------------------- */
.topmsg {
  font-size: 14px;
  width: 165px;
  padding: 13px 55px;
  line-height: 1.1;
  color: #2d2d2d;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  display: block;
  position: absolute;
  top: 38px;
  right: -64px;
  z-index: 100;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
  background: #fecd57;
  background: -moz-linear-gradient(left, #fecd57 0%, #fcd767 50%, #fecd57 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fecd57), color-stop(50%, #fcd767), color-stop(100%, #fecd57));
  background: -webkit-linear-gradient(left, #fecd57 0%, #fcd767 50%, #fecd57 100%);
  background: -o-linear-gradient(left, #fecd57 0%, #fcd767 50%, #fecd57 100%);
  background: -ms-linear-gradient(left, #fecd57 0%, #fcd767 50%, #fecd57 100%);
  background: linear-gradient(to right, #fecd57 0%, #fcd767 50%, #fecd57 100%);
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  -ms-transform: rotate(45deg);
  /* IE9 */
  -moz-transform: rotate(45deg);
  /* FF3.5/3.6 */
  -o-transform: rotate(45deg);
  /* Opera 10.5 */
  -webkit-transform: rotate(45deg);
  /* Saf3.1+ */
  transform: rotate(45deg);
  /* Newer browsers */ }

.lt-ie9 .topmsg {
  top: -44px;
  right: -86px;
  border-bottom: 2px solid #BEBEBE;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)";
  /* IE8 */ }

.lt-ie8 .topmsg {
  display: none; }

/*--------------------------------------------------
Tooltip
-------------------------------------------------- */
.tooltip {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFFFAF;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  color: #333;
  display: none;
  font-size: 12px;
  padding: 5px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 55; }

.tooltip h6 {
  margin-bottom: 16px; }

.content-box .tooltip {
  top: 35px;
  margin: 0 8px; }

.modal-tooltip.reveal-modal {
  background-color: #FFFFAF;
  border-color: #ffde85; }

.modal-tooltip.reveal-modal .close-modal {
  color: #ffde85; }

.modal-tooltip h4 {
  text-align: center;
  margin-bottom: 30px; }

/*--------------------------------------------------
Reveal Modals
-------------------------------------------------- */
.reveal-modal-bg {
  position: fixed;
  zoom: 1;
  height: 100%;
  width: 100%;
  background: rgba(49, 54, 66, 0.6);
  -pie-background: rgba(49, 54, 66, 0.6);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 5em; }

.reveal-modal {
  visibility: hidden;
  line-height: 1.5;
  top: -100%;
  left: 50%;
  margin-left: -191px;
  /* width /2 + horiz padding + border-width */
  width: 330px;
  background: #fff;
  border: 4px solid #dcdcdc;
  position: fixed;
  z-index: 101;
  padding: 26px 22px 30px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }

@media only screen and (max-width: 380px) {
  .reveal-modal {
    /* 
				by sticking to a fixed width we cause ourselves some problems.
				much of this could probably be re-written to work better on mobile, 
				but this is the lesser of two evils at the moment.
			*/
    width: 280px;
    margin-left: -155px;
    padding-left: 11px;
    padding-right: 11px; } }

.reveal-modal.small {
  width: 200px;
  margin-left: -152px; }

.reveal-modal.medium {
  width: 400px;
  margin-left: -252px; }

.reveal-modal.large {
  width: 600px;
  margin-left: -352px; }

.reveal-modal.xlarge {
  left: 0;
  right: 0;
  margin: auto;
  width: 95%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.reveal-modal--img {
  top: -200%;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  margin: auto; }

.reveal-modal i.close-modal {
  font-size: 22px;
  line-height: .5;
  position: absolute;
  top: 12px;
  right: 12px;
  color: #aaa;
  text-shadow: 0 -1px 1px rbga(0, 0, 0, 0.6);
  font-weight: bold;
  cursor: pointer; }

/*--------------------------------------------------
Default Form Styling
-------------------------------------------------- */
form .input-wrap {
  width: 100%;
  display: block;
  background: #f2f2f2;
  padding: 5px 6px 5px 5px;
  position: relative;
  left: -5px;
  margin: 0 auto 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px; }

form input[type="password"], form input[type="email"], form input[type="text"], form textarea {
  width: 100%;
  display: block;
  padding: 7px 9px;
  background: #fff;
  border: 1px solid #cccccc;
  position: relative;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

form input[type="password"]:focus, form input[type="email"]:focus, form input[type="text"]:focus {
  background: #fff;
  outline: medium none;
  border: 1px solid #59a1ed;
  -moz-box-shadow: 0 0 5px #59a1ed;
  -webkit-box-shadow: 0 0 5px #59a1ed;
  box-shadow: 0 0 5px #59a1ed; }

form input[type="password"][disabled="disabled"], form input[type="email"][disabled="disabled"], form input[type="text"][disabled="disabled"] {
  background: #f5f5f5; }

select {
  color: #61646d;
  background: #fafafa;
  border: 1px solid #c6c6c6;
  height: 29px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.no-js select {
  padding: 3px; }

form input.inline {
  display: inline-block;
  width: auto;
  border: none;
  border-bottom: 1px solid #444;
  border-radius: 0;
  padding: 4px 4px;
  vertical-align: middle;
  background: none;
  top: -1px; }

.form-label {
  line-height: 29px; }

.button.inline-form {
  height: 29px;
  padding-top: 0;
  padding-bottom: 0; }

.half .input-wrap {
  width: 95%;
  left: -10px; }

.third .input-wrap {
  width: 93%;
  left: -10px; }

.twothird .input-wrap {
  width: 95%;
  left: -10px; }

.half .half .input-wrap {
  left: -5px; }

.input-wrap .button, .input-wrap a.button, .input-wrap input.button {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.input-wrap .button-group .button {
  width: auto; }

::-webkit-input-placeholder {
  color: #909092; }

::-moz-placeholder {
  color: #909092; }

:-ms-input-placeholder {
  color: #909092; }

input:-moz-placeholder {
  color: #909092; }

/*--------------------------------------------------
Login/Signup Forms
-------------------------------------------------- */
.account-form h2, .account-form h4 {
  font-weight: bold; }

.account-items {
  margin-bottom: -8px; }

.account-links p {
  margin: 10px 0 5px; }

.agree-terms {
  font-size: 80%;
  line-height: 1;
  padding-top: 9px; }

.agree-terms input {
  margin-right: 6px; }

.account-form form input[type="password"], .account-form form input[type="email"], .account-form form input[type="text"],
.form-wrap form input[type="password"], .form-wrap form input[type="email"], .form-wrap form input[type="text"] {
  color: #bbb;
  padding: 6px 9px;
  background: #fff;
  border: 1px solid #cccccc;
  position: relative;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.account-form form input[type="password"]:focus, .account-form form input[type="email"]:focus, .account-form form input[type="text"]:focus,
.form-wrap form input[type="password"]:focus, .form-wrap form input[type="email"]:focus, .form-wrap form input[type="text"]:focus {
  color: #000;
  background: #fff;
  outline: medium none;
  border: 1px solid #59a1ed;
  -moz-box-shadow: 0 0 5px #59a1ed;
  -webkit-box-shadow: 0 0 5px #59a1ed;
  box-shadow: 0 0 5px #59a1ed; }

.account-form form input[type="password"][disabled="disabled"], .account-form form input[type="email"][disabled="disabled"], .account-form form input[type="text"][disabled="disabled"] {
  background: #f9f9f9; }

.robo-blaster-wrap {
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 19px 15px 18px;
  width: 90%;
  position: relative;
  left: -5px; }

.robo-blaster-wrap .input-wrap {
  background: #ececec; }

.captcha {
  float: left;
  width: 34%;
  margin-right: 6%; }

.captcha img {
  display: block;
  margin: 0 auto;
  max-height: 42px; }

.captcha-validate {
  float: left;
  width: 60%; }

.account-form form .captcha-validate .input-wrap {
  margin: 0 auto;
  width: 101%; }

.account-form .placeholder {
  color: #bbb;
  padding-top: 5px; }

/*--------------------------------------------------
Feedback Form Elements
-------------------------------------------------- */
.fb-step input[type="password"], .fb-step input[type="email"], .fb-step input[type="text"], .fb-step textarea {
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

/*--------------------------------------------------
Static Forms
-------------------------------------------------- */
.form-border {
  background: #e1e1e1;
  padding: 5px 6px 5px 5px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin: 0 auto 21px; }

.form-wrap {
  overflow: hidden;
  padding: 20px 25px;
  position: relative;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  outline: medium none;
  border: 1px solid #59a1ed;
  -moz-box-shadow: 0 0 5px #59a1ed;
  -webkit-box-shadow: 0 0 5px #59a1ed;
  box-shadow: 0 0 5px #59a1ed; }

.form-wrap.halves {
  padding: 20px 5px 20px 25px; }

.form-wrap h2 {
  color: #4c5461;
  font-size: 20px;
  margin: 0;
  padding-bottom: 20px; }

.form-wrap hr {
  width: 150%;
  margin-left: -25%; }

.form-wrap .button {
  height: 28px;
  line-height: 20px; }

/*--------------------------------------------------
Modal Forms
-------------------------------------------------- */
.modal-form h4 {
  margin: 0 0 20px;
  line-height: 1;
  text-align: center;
  font-size: 20px;
  letter-spacing: -0.07em; }

.modal-form form {
  width: 97%;
  margin: 0 auto; }

.modal-form form .buttons {
  margin: 40px auto 0;
  position: relative; }

.modal-form .buttons .button {
  height: 34px;
  line-height: 20px;
  padding: 0; }

.modal-form .buttons a.button {
  line-height: 34px; }

.modal-form .buttons .half .button {
  width: 95%;
  max-width: 140px;
  float: left;
  font-size: 16px;
  margin: 0; }

.modal-form .buttons .half + .half .button {
  float: right; }

.modal-form .account-links .half {
  font-size: 70%;
  margin: 30px 0 0; }

.modal-form .account-links .half + .half {
  text-align: right; }

/*--------------------------------------------------
One-Fielded Function Forms
-------------------------------------------------- */
.one-field {
  position: relative; }

.one-field input.text, .one-field .button {
  height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.one-field input.text {
  padding-right: 32px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }

.one-field--leftbtn input.text {
  padding-left: 36px;
  padding-right: 6px; }

.one-field .button {
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  min-width: 32px;
  line-height: 31px;
  color: #606166;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #eaeaea;
  padding: 0 4px; }

.one-field--leftbtn .button {
  right: auto;
  left: 0;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px; }

.lt-ie9 .one-field--leftbtn .button {
  padding-left: 0;
  padding-right: 0; }

.one-field .button.icon-search {
  line-height: 1; }

/*--------------------------------------------------
Crazy Combinations
-------------------------------------------------- */
.has-bbcode, .has-button {
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px; }

.has-bbcode + .comment-controls, .has-button + .button {
  margin-top: -1px; }

.has-button + .button {
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px; }

/*--------------------------------------------------
Column Forms
-------------------------------------------------- */
.column-form label {
  color: #8f8f8f;
  display: inline-block;
  padding-top: 6px; }

.column-form p {
  margin: 8px 0 0; }

.column-form .url {
  color: #8f8f8f; }

/*--------------------------------------------------
Buttons/Tags
-------------------------------------------------- */
.button-group {
  position: relative;
  display: inline-block;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle; }

.button, .tag, input.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
  padding: 4px 12px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border: 1px solid #babec9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 0 1px 1px #fff;
  background-color: #f8f8f8;
  color: #474747;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box; }

.button {
  cursor: pointer;
  font-weight: bold; }

.tag {
  margin-bottom: 4px; }

.button .icon, .tag .icon {
  padding-right: 6px; }

.button__label {
  padding-left: 8px; }

.half > .button, .third > .button, .twothird > .button, .quarter > .button, .sixth > .button {
  width: 100%;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0; }

.input-wrap .button {
  width: 100%;
  margin: 0 auto;
  padding: 0; }

.button.media {
  /* the media block means we're going to have icons or images in the button, so kill the line height */
  display: block;
  line-height: 1; }

.button-floaters > .button {
  float: left;
  margin-right: 6px; }

.button-group > .button {
  font-size: 14px;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.button-group > .button + .button,
.button-group > .radio + .button {
  margin-left: -1px; }

.button-group > .radio {
  display: none; }

.button-group > .button:first-child,
.button-group > .radio:first-child + .button {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px; }

.button-group > .button:last-child {
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px; }

.button.disabled, a.button.disabled, input.button.disabled {
  cursor: default; }

.button.disabled {
  opacity: 0.5; }

.button.disabled:hover, .button.disabled:active {
  background-color: #f8f8f8; }

.button-nav-current.disabled {
  opacity: 1; }

.button:hover {
  background-color: #fff; }

.input-wrap .button:hover {
  border: 1px solid #59a1ed;
  -moz-box-shadow: 0 0 5px #59a1ed;
  -webkit-box-shadow: 0 0 5px #59a1ed;
  box-shadow: 0 0 5px #59a1ed; }

.button:active {
  background-color: #eee; }

.button[disabled="disabled"], .button[disabled="disabled"]:hover, .button[disabled="disabled"]:active {
  background-color: #f8f8f8;
  cursor: default; }

.button.big, .tag.big {
  font-size: 1.1em;
  font-weight: bold;
  padding: 0 19px;
  height: 35px;
  line-height: 34px; }

.button.text-big {
  font-size: 1.25em; }

.button.full, .tag.full,
.button.full--l, .tag.full--l,
.button.full--r, .tag.full--r {
  display: block; }

.button.full--l, .tag.full--l {
  text-align: left; }

.button.full--r, .tag.full--r {
  text-align: right; }

.button.h-tall, .tag.h-tall {
  padding-top: 6px;
  padding-bottom: 6px; }

.button.tall, .tag.tall {
  padding-top: 13px;
  padding-bottom: 13px; }

.button.x-tall, .tag.x-tall {
  padding-top: 24px;
  padding-bottom: 24px; }

/* light/pastel colors */
.button.lightyellow, .tag.lightyellow,
.button.lightblue, .tag.lightblue,
.button.lightteal, .tag.lightteal,
.button.lightgreen, .tag.lightgreen,
.button.pink, .tag.pink,
.button.lightred, .tag.lightred,
.button.teal, .tag.teal,
.button.purple, .tag.purple {
  text-shadow: 1px 0 0 rgba(255, 255, 255, 0.1); }

.button.lightyellow, .tag.lightyellow {
  border-color: #feeabe;
  color: #f0a300;
  background-color: #fdf5d5; }

.button.lightyellow:hover {
  background-color: #fcf7e3; }

.button.lightteal, .tag.lightteal {
  border-color: #b4e3f2;
  background-color: #d4f2fc;
  color: #6eb3ca; }

.button.lightteal:hover {
  background-color: #edfafe; }

.button.lightgreen, .tag.lightgreen {
  border-color: #cdf2a8;
  background-color: #e8fcd4;
  color: #9fd06d; }

.button.lightgreen:hover {
  background-color: #f0fae6; }

.button.pink, .tag.pink,
.button.lightred, .tag.lightred {
  border-color: #E5BFBF;
  background-color: #F6D4D4;
  color: #C01300; }

.button.pink:hover, .button.lightred:hover {
  background-color: #f4e6e6; }

.button.lightblue, .tag.lightblue {
  border-color: #ABC2FF;
  background-color: #D2DEFF;
  color: #5175D9; }

.button.lightblue:hover {
  background-color: #e3eafd; }

.button.teal, .tag.teal {
  background-color: #ABFFE8;
  border-color: #85FFDE;
  color: #0ebe8e; }

.button.teal:hover {
  background-color: #d6fdf2; }

.button.purple, .tag.purple {
  background-color: #E8ABFF;
  border-color: #DE85FF;
  color: #B451D9; }

.button.purple:hover {
  background-color: #f4dcfd; }

/* colors with dark text */
.button.lime, .tag.lime,
.button.neon, .tag.neon,
.button.yellow, .tag.yellow,
.button.paleyellow, .tag.paleyellow,
.button.ghostyellow, .tag.ghostyellow,
.button.rose, .tag.rose,
.button.cyan, .tag.cyan,
.button.violet, .tag.violet,
.button.peach, .tag.peach,
.button.paleblue, .tag.paleblue,
.button.ghostblue, .tag.ghostblue {
  color: #484438;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.25); }

.button.lime, .tag.lime {
  background-color: #E3FF85;
  border-color: #CFFF85; }

.button.lime:hover {
  background-color: #efffbb; }

.button.neon, .tag.neon {
  background-color: #F7FF85;
  border-color: #E3FF85; }

.button.neon:hover {
  background-color: #fcffd1; }

.button.cyan, .tag.cyan {
  background-color: #c5e6f7;
  border-color: #a6c2d0; }

.button.cyan:hover {
  background-color: #e0eff7; }

.button.violet, .tag.violet {
  background-color: #F2D1FF;
  border-color: #E8ABFF; }

.button.violet:hover {
  background-color: #f7e6fd; }

.button.rose, .tag.rose {
  background-color: #ff85b3; }

.button.peach, .tag.peach {
  background-color: #FFCA85;
  border-color: #FFB5A5; }

.button.peach:hover {
  background-color: #fed49c; }

.button.paleblue, .tag.paleblue {
  background-color: #D2DEFF;
  border-color: #ABC2FF; }

.button.paleblue:hover {
  background-color: #F8FAFF; }

.button.ghostblue, .tag.ghostblue {
  background-color: #F8FAFF;
  border-color: #D2DEFF; }

.button.ghostblue:hover {
  background-color: #fff; }

.button.yellow, .tag.yellow {
  background-color: #ffde85;
  border-color: #d8be74; }

.button.yellow:hover {
  background-color: #f7d26c; }

.button.paleyellow, .tag.paleyellow {
  background-color: #FFF3D2;
  border-color: #ffde85; }

.button.paleyellow:hover {
  background-color: #fff6dd; }

.button.ghostyellow, .tag.ghostyellow {
  background-color: #fff6dd;
  border-color: #ffde85; }

.button.ghostyellow:hover {
  background-color: #FFF3D2; }

/* colors with white text */
.button.black, .tag.black,
.button.green, .tag.green,
.button.red, .tag.red,
.button.darkblue, .tag.darkblue,
.button.blue, .tag.blue,
.button.charcoal, .tag.charcoal,
.button-nav-current,
.radio:checked + label.button {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1); }

.button.black, .tag.black {
  background-color: #444;
  border-color: #000; }

.button.black:hover {
  background-color: #000; }

.button.charcoal, .tag.charcoal,
.button.button-nav-current, .button.button-nav-current:hover,
.radio:checked + label.button, .radio:checked + label.button:hover {
  background-color: #5b5f68;
  border-color: #444; }

.button.charcoal:hover {
  background-color: #42464d; }

.button.green, .tag.green {
  background-color: #48af04;
  border-color: #3b9202; }

.button.green:hover {
  background-color: #51c207; }

.button.red, .tag.red {
  background-color: #d84736;
  border-color: #ae2419; }

.button.red:hover {
  background-color: #c43429; }

.button.darkblue, .tag.darkblue {
  background-color: #6b7b94;
  border-color: #395c72; }

.button.blue, .tag.blue {
  background-color: #4b8df8;
  border-color: #2c478f;
  text-shadow: 0 1px 1px #3769b8; }

.button.blue.fb, .tag.blue.fb {
  background-color: #3e5499; }

.button.blue.tw, .tag.blue.tw {
  background-color: #2fa9ef;
  border-color: #1c8ac9; }

.button.blue:hover, .button.darkblue:hover {
  background-color: #277adb;
  border-color: #2c478f; }

.input-wrap .button.blue:hover, .input-wrap .button.darkblue:hover {
  border-color: #2c478f;
  -moz-box-shadow: 0 0 5px #666;
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666; }

.button-nav-current {
  /* extended from another color */
  -moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.5), inset -1px 0 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.5), inset -1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.5), inset -1px 0 0 rgba(0, 0, 0, 0.1); }

/* pale colors */
.button.fb-like, .tag.fb-like {
  background-color: #ebedf4;
  border-color: #cbd3e7;
  color: #485599;
  font-weight: normal; }

/*
    Voting
*/
.vote-wrap {
  display: block; }

.vote {
  display: inline-block;
  border: 1px solid #c6c6c6;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 28px;
  background: #fdfdfd;
  position: relative; }

.vote__button {
  float: none;
  height: 28px;
  margin: 0;
  padding: 0 3px;
  border-right: 1px solid #c6c6c6;
  position: relative;
  top: -3px;
  left: -1px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

.vote__button--first {
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px; }

.vote__button, .vote__icon {
  color: #999; }

.vote__button:hover,
.vote__check:hover,
.vote__button:hover .vote__check,
.vote__check.checked {
  color: #2d76dd; }

.vote__button[disabled="disabled"] .vote__check, .vote__check--disabled {
  color: #eee !important; }

.vote__check {
  font-size: 1.5em;
  position: relative;
  top: 2px; }

.vote__tally {
  color: #464541;
  height: 28px;
  line-height: 28px;
  font-size: 1.2em;
  padding-right: 9px;
  min-width: 26px;
  text-align: right;
  display: inline-block; }

.vote-wrap .loading-image {
  position: absolute;
  top: 50%;
  right: 10px;
  padding: 7px 0;
  margin-top: -12px;
  background: #fff; }

/* 
	Media Queries
*/
@media only screen and (max-width: 40em) {
  /* Same width as when the grid is broken up in main.css */
  .button__label {
    display: none; }
  .form-wrap.halves {
    padding: 20px 25px; }
  .form-wrap .third {
    margin-right: auto; }
  .half .input-wrap, .third .input-wrap, .twothird .input-wrap, .robo-blaster-wrap {
    width: 100%;
    left: -5px; }
  .agree-terms {
    padding-top: 15px; }
  .agree-terms input {
    float: left;
    margin-bottom: 14px; }
  .robo-blaster-wrap {
    padding: 10px 5px; }
  .captcha {
    width: 75%;
    float: none;
    margin: 0 auto 14px; }
  .captcha img {
    max-height: auto; }
  .captcha-validate {
    width: 90%;
    margin: 0 auto;
    float: none; } }

/* 
 * DuckDuckGo Feedback Guide
 * Styling for the DuckDuckGo Feedback System
 */
@font-face {
  font-family: 'ddg-feedback';
  src: url("/National_Library/20181105034639oe_/https://duck.co/static/fonts/ddg-feedback.eot");
  src: url("/National_Library/20181105034639oe_/https://duck.co/static/fonts/ddg-feedback.eot#iefix") format("embedded-opentype"), url("/National_Library/20181105034639oe_/https://duck.co/static/fonts/ddg-feedback.woff") format("woff"), url("/National_Library/20181105034639oe_/https://duck.co/static/fonts/ddg-feedback.ttf") format("truetype"), url("/National_Library/20181105034639oe_/https://duck.co/static/fonts/ddg-feedback.svg#ddg-feedback") 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: 'ddg-feedback';
  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*="ddgi-"] {
*/
.ddgi-tools, .ddgi-search, .ddgi-sad-search, .ddgi-bang, .ddgi-windows, .ddgi-user, .ddgi-trash, .ddgi-sun, .ddgi-print, .ddgi-phone, .ddgi-newspaper, .ddgi-map, .ddgi-mail, .ddgi-inbox, .ddgi-home, .ddgi-heart, .ddgi-globe, .ddgi-folder, .ddgi-convo, .ddgi-coffee, .ddgi-cloud, .ddgi-clock, .ddgi-chat, .ddgi-camera, .ddgi-calendar, .ddgi-browser, .ddgi-arrow, .ddgi-bug, .ddgi-embed, .ddgi-code, .ddgi-tux, .ddgi-apple, .ddgi-finder, .ddgi-android, .ddgi-windows-2, .ddgi-windows8, .ddgi-chrome, .ddgi-firefox, .ddgi-IE, .ddgi-opera, .ddgi-safari, .ddgi-spinner, .ddgi-arrow-up, .ddgi-arrow-right, .ddgi-arrow-left, .ddgi-arrow-down, .ddgi-browser-window, .ddgi-globe-2, .ddgi-ddg-phone, .ddgi-dax, .ddgi-ddg-browser, .ddgi-history {
  font-family: 'ddg-feedback';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.ddgi-tools:before {
  content: "\e003"; }

.ddgi-search:before {
  content: "\e004"; }

.ddgi-sad-search:before {
  content: "\e005"; }

.ddgi-bang:before {
  content: "\e006"; }

.ddgi-windows:before {
  content: "\e007"; }

.ddgi-user:before {
  content: "\e008"; }

.ddgi-trash:before {
  content: "\e009"; }

.ddgi-sun:before {
  content: "\e00a"; }

.ddgi-print:before {
  content: "\e00b"; }

.ddgi-phone:before {
  content: "\e00c"; }

.ddgi-newspaper:before {
  content: "\e00d"; }

.ddgi-map:before {
  content: "\e00e"; }

.ddgi-mail:before {
  content: "\e00f"; }

.ddgi-inbox:before {
  content: "\e010"; }

.ddgi-home:before {
  content: "\e011"; }

.ddgi-heart:before {
  content: "\e012"; }

.ddgi-globe:before {
  content: "\e013"; }

.ddgi-folder:before {
  content: "\e014"; }

.ddgi-convo:before {
  content: "\e015"; }

.ddgi-coffee:before {
  content: "\e016"; }

.ddgi-cloud:before {
  content: "\e017"; }

.ddgi-clock:before {
  content: "\e018"; }

.ddgi-chat:before {
  content: "\e019"; }

.ddgi-camera:before {
  content: "\e01a"; }

.ddgi-calendar:before {
  content: "\e01b"; }

.ddgi-browser:before {
  content: "\e01c"; }

.ddgi-arrow:before {
  content: "\e01d"; }

.ddgi-bug:before {
  content: "\e01e"; }

.ddgi-embed:before {
  content: "\e01f"; }

.ddgi-code:before {
  content: "\e020"; }

.ddgi-tux:before {
  content: "\e021"; }

.ddgi-apple:before {
  content: "\e022"; }

.ddgi-finder:before {
  content: "\e023"; }

.ddgi-android:before {
  content: "\e024"; }

.ddgi-windows-2:before {
  content: "\e025"; }

.ddgi-windows8:before {
  content: "\e026"; }

.ddgi-chrome:before {
  content: "\e027"; }

.ddgi-firefox:before {
  content: "\e028"; }

.ddgi-IE:before {
  content: "\e029"; }

.ddgi-opera:before {
  content: "\e02a"; }

.ddgi-safari:before {
  content: "\e02b"; }

.ddgi-spinner:before {
  content: "\e02c"; }

.ddgi-arrow-up:before {
  content: "\e001"; }

.ddgi-arrow-right:before {
  content: "\e002"; }

.ddgi-arrow-left:before {
  content: "\e02d"; }

.ddgi-arrow-down:before {
  content: "\e02e"; }

.ddgi-browser-window:before {
  content: "\e030"; }

.ddgi-globe-2:before {
  content: "\e031"; }

.ddgi-ddg-phone:before {
  content: "\e032"; }

.ddgi-dax:before {
  content: "\e000"; }

.ddgi-ddg-browser:before {
  content: "\e02f"; }

.ddgi-history:before {
  content: "\e033"; }

/* end font icons */
/* interaction styling starts here */
.feedback-title {
  font-size: 2em; }

.feedback-wrap {
  max-width: 655px; }

.feedback-wrap, .feedback-form {
  margin: 0 auto 30px; }

.fb-step, .fb-answer {
  margin: 0 auto 10px; }

.fb-step {
  display: table;
  vertical-align: middle;
  width: 100%;
  position: relative;
  color: #b0b0b0;
  background-color: #f5f5f5;
  border: 1px solid #d6d6d6;
  -webkit-box-shadow: inset 1px 1px 0px 0px rgba(255, 255, 255, 0.9);
  box-shadow: inset 1px 1px 0px 0px rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.fb-step--back:active,
.fb-step--active:active,
.fb-step--text:active,
.fb-step--submit:active {
  top: 1px; }

.fb-step--active {
  color: #7e7e7e;
  background-color: #fefefe; }

.fb-step--error {
  color: #e16843;
  background-color: #f9ede9; }

.fb-step--info {
  border-color: #aeaeae; }

.fb-step--answer {
  background-color: #fff; }

.fb-step--submit {
  font-weight: bold;
  color: #fff;
  background-color: #0e7290;
  -webkit-box-shadow: inset 1px 1px 0px 0px rgba(255, 255, 255, 0.1);
  box-shadow: inset 1px 1px 0px 0px rgba(255, 255, 255, 0.1); }

.fb-step--submit:hover {
  background-color: #1184a6;
  -webkit-box-shadow: inset 1px 1px 0px 0px rgba(255, 255, 255, 0.1), 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 1px 1px 0px 0px rgba(255, 255, 255, 0.1), 0px 0px 5px 0px rgba(0, 0, 0, 0.3); }

.fb-step--submit .fb-step__icon, .fb-step--submit .fb-step__arrow {
  color: inherit; }

.fb-step--error .fb-step__warning {
  display: block; }

.fb-step--error .fb-step__arrow {
  display: none; }

.fb-step--error .fb-step__icon, .fb-step--error .fb-step__warning {
  color: inherit !important; }

.fb-step--active:hover, .fb-step--text:hover {
  -webkit-box-shadow: inset 1px 1px 0px 0px rgba(255, 255, 255, 0.9), 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 1px 1px 0px 0px rgba(255, 255, 255, 0.9), 0px 0px 5px 0px rgba(0, 0, 0, 0.3); }

.fb-step__icon, .fb-step__arrow, .fb-step__warning {
  display: block;
  text-align: center;
  vertical-align: middle;
  color: #d7d7d7;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none; }

.fb-step__icon {
  right: auto;
  left: 15px;
  font-size: 2.2em; }

.fb-step__icon:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.5em; }

.fb-step__arrow, .fb-step__warning {
  left: auto;
  right: 24px;
  font-size: 1.25em; }

.fb-step__warning {
  display: none; }

.fb-step__arrow:before, .fb-step__warning:before {
  position: absolute;
  bottom: 17px;
  right: -4px; }

.fb-step--active:hover .fb-step__arrow,
.fb-step--text:hover .fb-step__arrow,
.fb-step--text:hover .fb-step__icon {
  color: #7e7e7e; }

.fb-step--active:hover .fb-step__icon {
  color: #e16843; }

.fb-step__body {
  position: relative;
  z-index: 2;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  max-width: 100%;
  text-align: left;
  padding: 13px 67px 13px 63px;
  border: none;
  background: none; }

.fb-step__body,
.fb-step {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.fb-step__body--btn {
  font-size: 17px;
  font-weight: inherit;
  color: inherit;
  padding-top: 17px;
  padding-bottom: 17px;
  white-space: normal; }

/* in case we use an 'a' tag... */
.fb-step__body--btn:hover {
  text-decoration: none; }

.fb-step__body--btn:visited {
  color: inherit; }

.fb-step__body--info {
  color: #494949;
  font-size: 16px;
  padding-top: 26px;
  padding-bottom: 26px; }

.fb-step--active .fb-step__body--btn {
  background-color: #fff; }

.fb-step--active .fb-step__body--btn:hover {
  background-color: transparent; }

.fb-step__body b {
  font-size: 17px; }

.fb-step__body p, .fb-step__body label {
  color: #7e7e7e; }

.fb-step__body p {
  margin-bottom: 0; }

.fb-step__textarea {
  height: 76px; }

.fb-step__toggle {
  max-height: 1000px;
  overflow: hidden;
  transition-property: max-height;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  transition-duration: 0.1s; }

.fb-step__toggle--hide {
  max-height: 0;
  visibility: hidden; }

/* 
 * experimental css-only optional field hiding 
 * this should trigger all optional fields to hide when in the presence of a required (active) field
 * only set to trigger if javascript is active
 */
/* not due to bad UX - cool idea though
 .js .fb-step--active ~ .fb-step--optional {
	height: 0;
	display: block;
	overflow: hidden;
	margin-top: -10px;
	visibility: hidden;
 }
 */
/* Content Styling */
.content {
  word-wrap: break-word;
  /* these containers often have user input, so don't let users break stuff */ }

.content h1 {
  font-weight: bold;
  text-align: left;
  letter-spacing: auto; }

.content h3, .content h4, .content h5, .content blockquote, .content .block, .content .p, .content p {
  margin-bottom: 1.4em; }

.content p, .content .p {
  font-size: 1.05em;
  line-height: 1.55; }

.content .block {
  display: block;
  padding: 7px;
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.content img.mid {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.content ul, .content ol {
  font-size: 1.05em;
  line-height: 1.3;
  margin-bottom: 0.9em; }

.content li {
  padding-left: 18px;
  position: relative;
  padding-bottom: 0.5em; }

.content ul li {
  list-style: none; }

.content ul li:before {
  position: absolute;
  top: 0.35em;
  left: 2px;
  content: "";
  display: block;
  border: 4px solid transparent;
  border-left: 5px solid #d9d9d9;
  border-right: none; }

/* 
 *  _litestrap 
 *
 * Utility Classes to control site width, columns, floats, clears, and fixes
 *
 */
/* ok this isn't a class, but it's good */
img {
  max-width: 100%; }

/* here are the classes... */
.site-wrapper {
  width: 100%;
  overflow: hidden; }

.content-wrap {
  margin: 0 auto;
  position: relative; }

.text-center, .text-mid {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

/* .r- rules */
.r-block {
  display: block; }

.r-inline {
  display: inline; }

.r-inline-block, .r-iblock {
  display: inline-block; }

/* vertical alignment for inline-block and table elements */
.r-valign--top {
  vertical-align: top; }

.r-valign--mid {
  vertical-align: middle; }

.r-valign--bottom {
  vertical-align: bottom; }

/* border-box sizing */
.r-border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.r-content-box, .r-grid-pad {
  /* for when you *intentionally* want to break the grid with padding */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box; }

/* grid sizes */
.whole, .half, .third, .twothird, .twothirds, .quarter, .threequarter, .threequarters, .sixth, .eighth, .ninety, .eighty, .seventy, .sixty, .fifty, .forty, .thirty, .twenty, .ten {
  float: left;
  position: relative;
  /* Just in case someone tries to get cute and add padding to grid elements... */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.whole {
  width: 100%; }

.half, .fifty {
  width: 50%; }

.third {
  width: 33.3%; }

.twothird, .twothirds {
  width: 66.6%; }

.quarter {
  width: 25%; }

.threequarter, .threequarters {
  width: 75%; }

.sixth {
  width: 16.6%; }

.eighth {
  width: 12.5%; }

.ninety {
  width: 90%; }

.eighty {
  width: 80%; }

.seventy {
  width: 70%; }

.sixty {
  width: 60%; }

.forty {
  width: 40%; }

.thirty {
  width: 30%; }

.twenty {
  width: 20%; }

.ten {
  width: 10%; }

/* grid spacing */
.gw {
  margin-left: -1em;
  /* letter-spacing fix for inline-block grid elements borrowed from @csswizardry grids */
  letter-spacing: -0.31em; }

.g {
  padding-left: 1em;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  /* reset the default floating behaviour on grid widths */
  float: none;
  /* border-box sizing in case you don't use a standard grid width */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

/* half-spacing grid */
.gw--h {
  margin-left: -0.5em; }

.gw--h .g {
  padding-left: 0.5em; }

/* after grids so that you can apply it and it should kill/apply the float */
.block-mid {
  margin-left: auto;
  margin-right: auto;
  display: block;
  float: none; }

.pull-left, .fl, .float--left {
  float: left; }

.pull-right, .fr, .float--right {
  float: right; }

.pull-none, .killfloat {
  float: none; }

.clear, .r-clear {
  clear: both; }

.hide, .r-hide {
  display: none; }

.hide--important {
  display: none !important; }

/* now I'm f'ing serious!! */
.allcaps {
  text-transform: uppercase; }

/* basic clearfix - comes in many flavours! */
.clearfix:after, .fix:after, .group:after, .row:after, .gw:after, .media:after {
  content: "";
  display: block;
  clear: both; }

/* responsive stuff.  snip here if you don't want to go down this rabbit hole */
@media only screen and (min-width: 1079px) {
  /* (l) trigger classes */
  .hide--screen-l {
    display: none; }
  .show--screen-l, .r-block--screen-l {
    display: block; }
  .block-mid--screen-l {
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none; }
  .pull-left--screen-l, .fl--screen-l {
    float: left; }
  .pull-right--screen-l, .fr--screen-l {
    float: right; }
  .pull-none--screen-l, .killfloat--screen-l {
    float: none; }
  .whole--screen-l {
    width: 100%; }
  .ninety--screen-l {
    width: 90%; }
  .eighty--screen-l {
    width: 80%; }
  .seventy--screen-l {
    width: 70%; }
  .sixty--screen-l {
    width: 60%; }
  .half--screen-l, .fifty--screen-l {
    width: 50%; }
  .forty--screen-l {
    width: 40%; }
  .thirty--screen-l {
    width: 30%; }
  .quarter--screen-l {
    width: 25%; }
  .twenty--screen-l {
    width: 20%; }
  .ten--screen-l {
    width: 10%; } }

@media only screen and (min-width: 1440px) {
  /* (xl) trigger classes */
  .hide--screen-xl {
    display: none; }
  .show--screen-xl, .r-block--screen-xl {
    display: block; }
  .block-mid--screen-xl {
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none; }
  .pull-left--screen-xl, .fl--screen-xl {
    float: left; }
  .pull-right--screen-xl, .fr--screen-xl {
    float: right; }
  .pull-none--screen-xl, .killfloat--screen-xl {
    float: none; }
  .whole--screen-xl {
    width: 100%; }
  .ninety--screen-xl {
    width: 90%; }
  .eighty--screen-xl {
    width: 80%; }
  .seventy--screen-xl {
    width: 70%; }
  .sixty--screen-xl {
    width: 60%; }
  .half--screen-xl, .fifty--screen-xl {
    width: 50%; }
  .forty--screen-xl {
    width: 40%; }
  .thirty--screen-xl {
    width: 30%; }
  .quarter--screen-xl {
    width: 25%; }
  .twenty--screen-xl {
    width: 20%; }
  .ten--screen-xl {
    width: 10%; } }

@media only screen and (max-width: 864px) {
  /* 'portrait mode' (m) trigger classes */
  .port-half, .half--screen-m {
    width: 50%;
    float: left;
    clear: none; }
  .block-mid--screen-m {
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none; }
  .port-hide, .hide--screen-m {
    display: none; }
  .port-block, .show--screen-m, .r-block--screen-m {
    display: block; }
  .port-clear, .clear--screen-m, .r-clear--screen-m {
    clear: both; }
  .port-killfloat, .port-pull-none, .port-float--none,
  .pull-none--screen-m, .killfloat--screen-m {
    float: none; }
  .whole--screen-m {
    width: 100%; }
  .ninety--screen-m {
    width: 90%; }
  .eighty--screen-m {
    width: 80%; }
  .seventy--screen-m {
    width: 70%; }
  .sixty--screen-m {
    width: 60%; }
  .half--screen-m, .fifty--screen-m {
    width: 50%; }
  .forty--screen-m {
    width: 40%; }
  .thirty--screen-m {
    width: 30%; }
  .quarter--screen-m {
    width: 25%; }
  .twenty--screen-m {
    width: 20%; }
  .ten--screen-m {
    width: 10%; } }

@media only screen and (max-width: 634px) {
  html {
    min-width: initial; }
  /* death to floating columns on mobile! */
  .whole, .half, .third, .twothird, .twothirds, .quarter, .threequarter, .threequarters, .sixth, .eighth, .ninety, .eighty, .seventy, .sixty, .fifty, .forty, .thirty, .twenty, .ten {
    width: 100%;
    margin: 0 auto; }
  /* just in-case silly people apply the grids to images and it breaks things... */
  img.half, img.third, img.twothird, img.quarter, img.threequarter, img.sixth {
    width: auto; }
  .palm-half, .half--screen-s {
    width: 50%;
    float: left;
    clear: none; }
  /* mobile-only (s) trigger classes */
  .block-mid--screen-s {
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none; }
  .palm-hide, .hide--screen-s {
    display: none; }
  .palm-block, .show--screen-s, .r-block--screen-s {
    display: block; }
  .palm-clear, .clear--screen-s, .r-clear--screen-s {
    clear: both; }
  .palm-killfloat, .palm-pull-none, .palm-float--none,
  .killfloat-s, .pull-none--screen-s {
    float: none; }
  .whole--screen-s {
    width: 100%; }
  .ninety--screen-s {
    width: 90%; }
  .eighty--screen-s {
    width: 80%; }
  .seventy--screen-s {
    width: 70%; }
  .sixty--screen-s {
    width: 60%; }
  .half--screen-s, .fifty--screen-s {
    width: 50%; }
  .forty--screen-s {
    width: 40%; }
  .thirty--screen-s {
    width: 30%; }
  .quarter--screen-s {
    width: 25%; }
  .twenty--screen-s {
    width: 20%; }
  .ten--screen-s {
    width: 10%; } }

@media only screen and (max-width: 425px) {
  /* (xs) trigger classes */
  .half--screen-xs {
    width: 50%;
    float: left;
    clear: none; }
  .hide--screen-xs {
    display: none; }
  .show--screen-xs, .r-block--screen-xs {
    display: block; }
  .clear--screen-xs, .r-clear--screen-xs {
    clear: both; }
  .killfloat-xs, .pull-none--screen-xs {
    float: none; }
  .whole--screen-xs {
    width: 100%; }
  .ninety--screen-xs {
    width: 90%; }
  .eighty--screen-xs {
    width: 80%; }
  .seventy--screen-xs {
    width: 70%; }
  .sixty--screen-xs {
    width: 60%; }
  .half--screen-xs, .fifty--screen-xs {
    width: 50%; }
  .forty--screen-xs {
    width: 40%; }
  .thirty--creen-xs {
    width: 30%; }
  .quarter--screen-xs {
    width: 25%; }
  .twenty--screen-xs {
    width: 20%; }
  .ten--screen-xs {
    width: 10%; } }

/* Global Fonts & Colours */
body, select, input, textarea, button {
  font-size: 0.9em; }

body {
  color: #444;
  background: #fff; }

body.texture, body.texture-nohighlight, body.texture-ducksymbol {
  background: #f2f2f2; }

body, h2, h3, h4, h5, h6, select, input, textarea, button, .sans, .feedback-title, .thread-title h1, .idea-title h1, .content h1 {
  font-family: "Helvetica Neue","HelveticaNeueLT Std","Segoe UI","Nimbus Sans L","Liberation Sans","Open Sans",FreeSans,Helvetica,Arial,sans-serif; }

.topmsg {
  font-family: 'Arial Black', sans-serif; }

body.texture:before, body.texture:after, body.texture-ducksymbol:before {
  display: block;
  position: absolute;
  width: 100%;
  content: "";
  height: 100%;
  z-index: -2;
  left: 0; }

body.texture:before {
  bottom: 200px;
  background-image: -moz-radial-gradient(50% 50%, ellipse contain, white 0%, rgba(255, 255, 255, 0) 99%);
  background-image: -webkit-radial-gradient(50% 50%, ellipse contain, white 0%, rgba(255, 255, 255, 0) 99%);
  background-image: -o-radial-gradient(50% 50%, ellipse contain, white 0%, rgba(255, 255, 255, 0) 99%);
  background-image: -ms-radial-gradient(50% 50%, ellipse contain, white 0%, rgba(255, 255, 255, 0) 99%);
  background-image: radial-gradient(20% 20%, ellipse contain, white 0%, rgba(255, 255, 255, 0) 99%); }

body.texture:after {
  right: 0;
  top: 0;
  bottom: 0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%); }

.ducksymbol, body.texture-ducksymbol:before {
  /* The hero that DukGo deserves... but not the one it needs right now. */
  background: url("/National_Library/20181105034639oe_/https://duck.co/static/img/ducksymbol-spotlight.png") 100% 0 no-repeat; }

body.texture-ducksymbol:before {
  top: 25px; }

a, .fakelink {
  color: #3363b3;
  text-decoration: none; }

/*	a:hover { color: #3e77d5; }
	a:visited { color: #6933b3; }
*/
/* 
	Global Elements 
*/
#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative; }

h1, h2, h3, h4, h5, h6 {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  position: relative;
  display: block;
  font-weight: normal;
  line-height: 1; }

h1, .headfont {
  font-family: "Proxima Nova",ProximaNova,'familiar_probold',Segoe,Segoe UI,Frutiger,"Frutiger Linotype","Myriad Pro",Myriad,Univers,Tahoma,"Gill Sans","Gill Sans MT","DejaVu Sans Condensed","Liberation Sans","Nimbus Sans L",Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: bold; }

h1, .h1 {
  font-size: 36px;
  color: #48505b;
  letter-spacing: -0.025em;
  text-align: center; }

h2, .h2 {
  font-size: 24px; }

h3, .h3 {
  font-size: 20px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 16px; }

h6, .h6 {
  font-size: 14px;
  font-weight: normal; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 auto 10px; }

h1 {
  margin: 30px auto 40px; }

p, ul {
  margin: 0 auto 18px; }

img {
  max-width: 100%; }

hr {
  border: none;
  background: #e8e8e8;
  display: block;
  height: 1px;
  margin: 18px auto; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none; }

pre, tt, code {
  font-family: Consolas, ‘Andale Mono WT’, ‘Andale Mono’, ‘Lucida Console’, ‘Lucida Sans Typewriter’, ‘DejaVu Sans Mono’, ‘Bitstream Vera Sans Mono’, Monaco, ‘Courier New’, monospace; }

pre, tt {
  color: #fafafa;
  background: #333;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.5);
  text-shadow: 0 -1px 0 #000; }

tt {
  padding: 0 3px 1px; }

pre {
  display: block;
  max-width: 100%;
  position: relative;
  margin: 0 0 18px 0;
  overflow: auto;
  padding: 11px;
  -moz-tab-size: 1;
  -o-tab-size: 1;
  tab-size: 1;
  -ms-word-break: normal;
  word-break: normal;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  word-wrap: normal; }

pre code {
  background: none;
  white-space: pre;
  overflow: hidden; }

.duckduckhack-docs pre {
  padding: 0; }

.duckduckhack-docs pre code {
  font-size: 12px; }

.duckduckhack-docs p > code {
  background: #e1e1e1;
  padding: 2px 3px;
  border-radius: 2px; }

/* For syntax highlighting in code blocks */
code > .synComment {
  color: lightblue; }

code > .synConstant {
  color: lightgreen; }

code > .synIdentifier {
  color: aqua; }

code > .synStatement {
  color: yellow; }

code > .synPreProc {
  color: #f8f; }

code > .synType {
  color: lime; }

code > .synSpecial {
  color: #f8f; }

code > .synUnderlined {
  color: #f8f;
  text-decoration: underline; }

code > .synError {
  background-color: red;
  color: white;
  font-weight: bold; }

code > .synTodo {
  background-color: yellow;
  color: black; }

code > .Linenum {
  color: yellow; }

blockquote {
  padding: 0 0 0 28px;
  position: relative; }

blockquote p {
  color: #828487;
  position: relative;
  z-index: 1; }

blockquote:before {
  font-family: Georgia, serif;
  content: "\201C";
  font-size: 14em;
  line-height: 1;
  margin-top: 0;
  float: left;
  color: #666;
  opacity: 0.1;
  position: absolute;
  top: -30px;
  left: 0;
  z-index: 0; }

.lt-ie9 blockquote:before {
  color: #f2f2f2; }

/* 	
	Semantic Helper Classes 
*/
.left {
  float: left; }

.right {
  float: right; }

.mid, .intro-message {
  text-align: center; }

.no-js .no-js-hide, .js .js-hide {
  display: none !important; }

.header-pad {
  padding: 18px 0; }

.text-light {
  color: #e9e9e9; }

.text-enormous {
  font-size: 12em; }

.row--floated {
  /* a row that needs to play nice with a neighboring float */
  display: table-cell;
  width: 10000px; }

.banner-list li {
  display: inline-block; }

a.fill {
  display: block;
  height: 100%; }

/* grid spacing classes */
.gw, .grid-wrap {
  margin-left: -18px; }

.g, .grid {
  padding-left: 18px; }

.gw--sm, .gw--10 {
  margin-left: -10px; }

.gw--sm > .g, .gw--10 > .g {
  padding-left: 10px; }

.sortby {
  display: block;
  position: relative;
  color: inherit; }

.sortby:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2px;
  border: 5px solid transparent;
  border-bottom-color: transparent; }

.sortby:hover:after {
  border-top-color: #444; }

/*
    special note: .content-wrap is removed in the single IA Page (e.g. duck.co/ia/view/airlines) and Dev Pipeline (duck.co/ia/dev/pipeline).
    see the following files: src/ia/js/IAPage.js and src/ia/js/IADevPipeline.js
*/
.content-wrap {
  width: 100%;
  min-width: 600px;
  max-width: 960px;
  margin: auto;
  position: relative; }

/* 
	nav stylin' 
*/
.nav {
  /* navs are usually 'ul's, so we're going to reset them sum-bitches */
  margin: 0;
  list-style: none;
  /* and that's pretty much all we need for now */ }

.nav-item {
  display: block; }

.nav-item__link, .nav-item__title {
  display: block;
  cursor: pointer; }

.nav--panels {
  /* ok now we know what kind of nav this is, so we're going to go ahead and style it */
  background-color: #f5f5f5;
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 10px; }

.nav--panels .nav-item {
  border-top: 1px solid #d7d7d7;
  min-height: 2.9em;
  overflow: hidden; }

.nav--panels .nav-item:first-child {
  border-top: none; }

.nav--panels .nav-item:first-child .nav-item__title {
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0; }

.nav--panels .nav-item:last-child .nav-item__title {
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px; }

.nav-item__title {
  color: inherit;
  font-weight: bold;
  padding: 0.7em 1.25em;
  line-height: 1.75;
  background-color: #fff;
  position: relative;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: -1px; }

.nav-item__link:hover {
  background-color: #fcfcfc; }

.nav-item__link:active {
  background-color: #f7f7f7; }

.nav-item--active .nav-item__title {
  color: #fff;
  background-color: #6b7b94;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.9); }

.nav-item--active .nav-item__title:active {
  background-color: #277adb; }

.nav--sub {
  overflow: hidden; }

.sub-item:first-child {
  padding-top: 0.75em; }

.sub-item:last-child {
  padding-bottom: 0.75em; }

.sub-item__title {
  display: block;
  padding: 0.5em 1.5em; }

.sub-item--active {
  font-weight: bold; }

.sub-item--active .sub-item__title,
.sub-item__link:hover {
  background-color: #efefef;
  color: inherit;
  box-shadow: inset 0 1px 1px #ddd; }

/* 
		 * this animation could work one of two ways.  
		 * either it's slow to open, or it's slow to close.
		 * Max-height makes it slow to close, margin-top makes it slow to open.  
		 * I've combined the two and now it's pretty snappy!
		 */
.nav--sub.is-open {
  margin-top: 0;
  max-height: 1000px;
  -webkit-transition: max-height 1s ease-in-out, margin-top 0.5s ease-in-out;
  -moz-transition: max-height 1s ease-in-out, margin-top 0.5s ease-in-out;
  -o-transition: max-height 1s ease-in-out, margin-top 0.5s ease-in-out;
  transition: max-height 1s ease-in-out, margin-top 0.5s ease-in-out; }

.nav--sub.is-closed {
  max-height: 0px;
  margin-top: -1000%;
  -webkit-transition: margin-top 1s ease-in-out, max-height 0.5s ease-in-out;
  -moz-transition: margin-top 1s ease-in-out, max-height 0.5s ease-in-out;
  -o-transition: margin-top 1s ease-in-out, max-height 0.5s ease-in-out;
  transition: margin-top 1s ease-in-out, max-height 0.5s ease-in-out; }

.lt-ie8 .nav--sub.is-open {
  display: block; }

.lt-ie8 .nav--sub.is-closed {
  display: none; }

/* clearfix */
.group:after, .wrap:after, .breadcrumb-nav:after, .content-box .head:after, .comment_reply:after,
.row:after, .one-field:after, .author-info:after, .comment-foot:after, .nav:after, .nav-item:after, .forum-item:after, .account-actions:after {
  content: "";
  display: table;
  clear: both; }

/* 
	Header
*/
.site-header {
  position: relative;
  overflow: initial;
  min-height: 65px;
  width: 100%;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  z-index: 3; }

.site-header {
  border-top: 4px #60a5da solid;
  background: white; }

.lt-ie9 .site-header {
  background: #e2e2e2; }

.site-header .content-wrap {
  overflow: initial; }

.header-logo {
  float: left; }

.header-logo__logo {
  width: 46px;
  height: 46px;
  padding: 13px 19px 0 0;
  float: left; }

.header-logo__text {
  overflow: hidden; }

.header-logo h2, .header-logo h3 {
  line-height: 1.25;
  margin: 0;
  text-align: left;
  position: relative;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.header-logo h2 {
  color: #4c4c4c;
  font-weight: bold;
  font-size: 21px;
  padding-top: 8px;
  left: -1px; }

.header-logo h2 i {
  font-style: normal;
  color: #48af04; }

.header-logo h3 {
  color: #a2a2a2;
  font-weight: normal;
  padding-top: 0;
  font-size: 12px; }

.header-account-info {
  padding-top: 17px;
  line-height: 1;
  float: right;
  padding-left: 22px;
  position: relative; }

.header-account-info .user-notifications {
  position: absolute;
  top: 11px;
  left: 22px; }

.user-notifications {
  position: relative;
  overflow: hidden; }

.user-notifications__num {
  display: block;
  position: relative;
  font-weight: bold;
  background: #CB2202;
  color: #fff;
  text-align: center;
  z-index: 5;
  -moz-animation-name: dropNotice;
  -moz-animation-iteration-count: once;
  -moz-animation-timing-function: ease-in;
  -moz-animation-duration: 0.5s;
  -webkit-animation-name: dropNotice;
  -webkit-animation-iteration-count: once;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-duration: 0.5s; }

/* animate notification numbers... because it's fun! */
@-moz-keyframes dropNotice {
  0% {
    top: -40px; }
  100% {
    top: 0; } }

@-webkit-keyframes dropNotice {
  0% {
    top: -40px; }
  100% {
    top: 0; } }

.user-avatar, .user-notifications, .user-notifications__num {
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.user-avatar {
  float: left;
  position: relative;
  line-height: 36px;
  text-align: center;
  color: #64656a; }

.user-avatar img {
  position: absolute;
  top: -1px;
  left: -1px;
  border: 1px solid #fff;
  -webkit-border-radius: 3px;
  border-radius: 50%;
  z-index: 2; }

.header-account-info .user-notifications {
  width: 33px;
  height: 33px;
  line-height: 33px; }

.header-account-info .user-avatar {
  margin: 0 11px 0 0;
  width: 31px;
  height: 31px;
  line-height: 36px;
  font-size: 140%; }

.header-account-info .user-name {
  color: #606060;
  padding: 2px 0;
  display: block;
  float: left;
  height: 1em;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-overflow: ellipsis;
  padding-top: 9px;
  cursor: pointer; }
  .header-account-info .user-name a {
    color: #111;
    font-weight: 500; }
  .header-account-info .user-name a:hover, .header-account-info .user-name a:active {
    color: #60a5da; }

.header-account-info .account-links {
  display: block;
  text-shadow: 0 1px 0 #fff;
  padding-top: 6px; }

.header-account-info .account-links a {
  border-left: 1px solid #c1c1c1;
  padding: 0 10px;
  font-size: 12px;
  display: block;
  float: left;
  color: #111;
  font-weight: 500; }

.header-account-info .account-links a:hover {
  color: #60a5da; }

.header-account-info .account-links a.first {
  border-left: none;
  padding-left: 0; }

.header-login {
  float: right; }

.account-actions {
  padding-top: 22px;
  display: inline-block;
  white-space: nowrap;
  word-wrap: break-word; }

.account-actions a {
  color: #111;
  font-weight: 500;
  text-transform: capitalize;
  padding: 0 0 9px 22px; }

.account-actions a:hover {
  color: #60a5da; }

.page-signup .header-login .nav-signup {
  display: none;
  padding: 0 22px 9px; }

.page-signup .header-login .nav-login {
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.header-notice {
  overflow: hidden;
  margin-top: 7px; }

.header-notice .notice {
  margin-bottom: 0; }

.header-nav {
  float: left;
  text-align: center; }

.header-nav ul {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
  /*
			border-left: 1px solid #d5d5d5;
			border-right: 1px solid #f3f3f3;		
			*/ }

.header-nav li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 0 0 -1px;
  float: left; }

.header-nav a {
  display: block;
  color: #111;
  font-weight: 500;
  padding: 26px 15px 21px;
  line-height: 1; }

.header-nav .active a, .header-nav a:hover, .header-nav ul li:first-child a:hover, .page-home li.nav-home a, .page-blog li.nav-blog a, .page-translate li.nav-translate a, .page-develop li.nav-develop a, .page-forums li.nav-forums a, .page-help li.nav-help a {
  color: #60a5da; }

.page-home .header-nav ul {
  border-left-color: #c3c3c3; }

/* 
	Site Content
*/
.site-main {
  min-width: 85%;
  margin-bottom: 5em;
  position: relative;
  overflow: hidden;
  padding: 15px 0; }

.intro-message {
  max-width: 95%;
  line-height: 1.38;
  margin: -30px auto 40px; }

h1 + .intro, .intro--mg {
  margin-top: -20px; }

.page-home .intro-message {
  max-width: 85%; }

.disclaimer {
  padding: 0 17px;
  margin: 28px auto; }

.disclaimer h6, .disclaimer p {
  font-size: 0.8em;
  line-height: 1.52;
  margin: 0; }

.breadcrumb-nav {
  padding-bottom: 10px;
  min-height: 26px; }

.breadcrumb-nav + h1, .breadcrumb-right + h1 {
  margin-top: 0; }

.breadcrumbs {
  float: left;
  font-size: 0.9em; }

.breadcrumbs a {
  border-bottom: 1px solid #3262b4; }

.breadcrumbs a:hover {
  border-bottom-color: transparent; }

.language_nav {
  float: right;
  margin-top: -5px; }

.language_nav .button {
  float: right;
  padding: 4px;
  margin-left: 4px;
  font-weight: normal; }

.language_nav .select2-container, .language_nav select {
  height: 29px; }

.language_nav .select2-container {
  font-size: 0.9em;
  min-width: 200px; }

.language_nav .select2-default span {
  color: #3364b3;
  font-weight: bold; }

.breadcrumb-right {
  float: right;
  padding-bottom: 10px;
  margin-top: -42px; }

.content-box {
  position: relative;
  margin: 0 auto 18px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

.content-box-toggleclick .head {
  cursor: pointer; }

.content-box .head, .content-box__head {
  background: #ffde85;
  color: #484438;
  border: 1px solid #d8be74;
  padding: 9px 8px 9px;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: -1px;
  position: relative; }

.content-box .head--round, .content-box.is-closed .head {
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.content-box .head.head--grey, .head--grey {
  border-color: #cacaca;
  background-color: #f3f3f3; }

.content-box .head h2,
.content-box .head h3,
.content-box .head h4,
.content-box .head h5,
.content-box__head__title {
  display: inline-block;
  margin: 0;
  padding: 3px 0 2px 7px;
  font-weight: normal;
  line-height: 20px; }

.content-box .head h2,
.content-box__head__title {
  font-size: 20px; }

.content-box .head h3 {
  font-size: 18px; }

.content-box .head h4 {
  font-size: 16px; }

.content-box .head h5 {
  font-size: 14px; }

.content-box .head h2 a,
.content-box .head h3 a,
.content-box .head h4 a,
.content-box .head h5 a {
  color: inherit; }

.content-box .head .icn--sup,
.content-box .head .icn {
  text-shadow: -1px 0 1px rgba(255, 255, 255, 0.1);
  color: #be9c43;
  position: relative; }

.content-box .head .icn {
  font-size: 20px; }

.content-box .head .icn--sup {
  padding-left: 8px;
  font-size: 90%;
  top: -2px; }

.icn--pulled {
  top: 3px;
  right: 8px; }

.content-box .head .userpic {
  position: absolute;
  top: 7px;
  left: 9px; }

.content-box .head .userpic + h2 {
  padding-left: 42px; }

.content-box .head .button {
  margin: -2px auto; }

.content-box .head .button + .button {
  margin-left: 4px; }

/* oh my god specificity nightmare - don't try this at home */
.content-box .head .button-group .button + .button {
  margin-left: -1px; }

.content-box .head .button.disabled {
  opacity: 1; }

.content-box .head .admin-badge {
  margin: -6px auto;
  position: relative;
  top: 3px; }

.content-box .head .toggle-icons {
  font-size: 18px;
  padding-right: 8px; }

.toggle-icon {
  display: none;
  opacity: 0.3; }

.toggle-icon:hover {
  opacity: 0.4; }

.toggle-icon:active {
  opacity: 0.5; }

.is-open .toggle-icon--closed,
.is-closed .toggle-icon--opened {
  display: none !important; }

.is-open .toggle-icon--opened {
  display: inline-block; }

.is-closed .toggle-icon--closed {
  display: inline-block; }

.content-box .body, .content-box__body {
  color: #48505b;
  background: #fff;
  border: 1px solid #d7d7d7;
  border-top: none;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

.content-box .body--round, .body--round {
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.content-box .body--round > .row:first-child {
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0; }

.content-box .row {
  clear: both;
  border-top: 1px solid #d7d7d7;
  padding: 8px 8px 8px 18px;
  position: relative; }

.content-box .row .row {
  padding: 8px 0;
  border: none; }

.content-box .row.half {
  clear: none; }

.content-box .row.mid {
  padding-left: 8px; }

.content-box .button {
  height: 28px;
  line-height: 28px;
  padding-top: 0;
  padding-bottom: 0; }

.content-box input.button {
  line-height: 18px; }

.user-info-box .icn, .user-info-box .flag {
  margin-left: -10px;
  margin-right: 5px;
  color: #bbb; }

.comment-meta .user-info {
  display: inline-block; }

.userpic {
  vertical-align: middle; }

/*
	Site Bottom
*/
.site-bottom {
  z-index: 2;
  padding: 50px 0 20px 0;
  overflow: hidden; }

.site-bottom .nav-col {
  padding-left: 25px; }

.site-bottom h4 {
  margin: 0 0 16px;
  color: #E1E5E8;
  font-size: 1.2em;
  font-weight: 500; }

.site-bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.90em; }

.site-bottom li {
  list-style: none;
  margin: 0 0 6px;
  padding: 0;
  line-height: 1; }

.site-bottom a {
  color: #E1E5E8;
  text-decoration: none; }

.site-bottom a:hover {
  color: white; }

/* 
	Site Footer
*/
.site-footer {
  z-index: 2;
  background: #2b2b2b;
  color: #c3c3c3;
  padding: 12px 0 25px;
  overflow: hidden; }

.site-footer a {
  color: #93beff; }

.site-footer a:hover {
  color: #c5dcff; }

.site-footer p {
  margin-bottom: 0;
  padding-left: 25px; }

.footer-nav a {
  display: inline-block;
  padding-right: 16px; }

/* 
	Margin Helpers
	At the bottom of this file to be more helpful :)
*/
.mg-top {
  margin-top: 10px; }

.mg-top--base {
  margin-top: 18px; }

.mg-top--big {
  margin-top: 30px; }

.mg-top--double {
  margin-top: 20px; }

.mg-top--small {
  margin-top: 5px; }

.mg-top--none {
  margin-top: 0; }

.mg-bottom {
  margin-bottom: 10px; }

.mg-bottom--base {
  margin-bottom: 18px; }

.mg-bottom--big {
  margin-bottom: 30px; }

.mg-bottom--double {
  margin-bottom: 20px; }

.mg-bottom--small {
  margin-bottom: 5px; }

.mg-bottom--none {
  margin-bottom: 0; }

/* 
	Fun fun Rotation!
*/
.rotate {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); }

.rotate--ccw {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }

.rotate--180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); }

/* 
	Media Queries
*/
@media only screen and (min-width: 1000px) {
  /* keep the footer at the bottom for larger screens where the height is known */
  html, body {
    height: 100%;
    min-height: 100%; }
  #wrapper {
    min-height: 100%; }
  .site-main {
    padding-bottom: 200px; }
  .site-footer, .site-bottom {
    position: absolute;
    left: 0;
    width: 100%; }
  .site-bottom {
    position: absolute;
    bottom: 50px;
    margin-top: -320px; }
  .site-footer {
    bottom: 0;
    left: 0; } }

@media only screen and (max-width: 1060px) {
  .topmsg + .content-wrap h1 {
    max-width: 85%; } }

@media only screen and (max-width: 930px) {
  .header-logo.wide {
    width: 300px; }
  .header-account-info {
    position: absolute;
    top: 0;
    right: 0; } }

@media only screen and (max-width: 830px) {
  .site-header .user-avatar {
    visibility: hidden; } }

@media only screen and (max-width: 788px) {
  .site-main .content-wrap {
    min-width: 100%; }
  .topmsg {
    zoom: 0.85; }
  .site-header .user-avatar {
    visibility: visible; }
  .header-notice {
    padding-bottom: 4px; } }

@media only screen and (max-width: 60em) {
  body, .content-wrap {
    min-width: 320px; }
  .head.group .pull-left,
  .head.group .pull-right {
    float: none;
    margin: auto;
    padding: 4px 0; }
  .language_nav {
    margin-top: 6px; } }

@media only screen and (max-width: 430px) {
  /*
	.loggedin .header-logo, .header-account-info { float: none; clear: both; margin: 0 auto; }
		.loggedin .header-logo { width: 14.8em; }
		.header-account-info { width: 13em; }
			.header-account-info .user-avatar { margin-right: 19px; }
*/
  .header-account-info .user-avatar, .header-account-info .user-notifications {
    visibility: hidden; }
  .breadcrumb-right {
    margin-top: 0; } }

@media only screen and (max-width: 375px) {
  .header-logo__logo {
    padding-right: 9px; }
  .header-logo h2 {
    font-size: 18px;
    padding-top: 10px; }
  .header-account-info {
    margin-right: -5px; } }

@font-face {
  font-family: 'ddg-serp-icons';
  src: url("/National_Library/20181105034639oe_/https://duck.co/static/fonts/ddg-serp-icons.eot?-275i7f");
  src: url("/National_Library/20181105034639oe_/https://duck.co/static/fonts/ddg-serp-icons.eot#iefix-275i7f") format("embedded-opentype"), url("/National_Library/20181105034639oe_/https://duck.co/static/fonts/ddg-serp-icons.ttf?-275i7f") format("truetype"), url("/National_Library/20181105034639oe_/https://duck.co/static/fonts/ddg-serp-icons.woff?-275i7f") format("woff"), url("/National_Library/20181105034639oe_/https://duck.co/static/fonts/ddg-serp-icons.svg?-275i7f#ddg-serp-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="ddgsi-"], [class*=" ddgsi-"] {
  font-family: 'ddg-serp-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ddgsi-cloudsave:before {
  content: "\63"; }

.ddgsi-check:before {
  content: "\2713"; }

.ddgsi-heart:before {
  content: "\2665"; }

.ddgsi-icon_pause:before {
  content: "\2551"; }

.ddgsi-icon_play:before {
  content: "\25ba"; }

.ddgsi-right-big:before {
  content: "\203a"; }

.ddgsi-left-big:before {
  content: "\2039"; }

.ddgsi-loupe:before {
  content: "\53"; }

.ddgsi-warning:before {
  content: "\77"; }

.ddgsi-info-sign:before {
  content: "\49"; }

.ddgsi-t-up:before {
  content: "\25b2"; }

.ddgsi-t-right:before {
  content: "\25b6"; }

.ddgsi-t-left:before {
  content: "\25c0"; }

.ddgsi-t-down:before {
  content: "\25bc"; }

.ddgsi-upload:before {
  content: "\2912"; }

.ddgsi-users:before {
  content: "\55"; }

.ddgsi-download:before {
  content: "\2913"; }

.ddgsi-clock:before {
  content: "\43"; }

.ddgsi-arrow-top:before {
  content: "\2b06"; }

.ddgsi-alert:before {
  content: "\21"; }

.ddgsi-music-note:before {
  content: "\266b"; }

.ddgsi-left-sign:before {
  content: "\25c1"; }

.ddgsi-more-sign:before {
  content: "\2295"; }

.ddgsi-right-sign:before {
  content: "\25b7"; }

.ddgsi-less-sign:before {
  content: "\229d"; }

.ddgsi-menu:before {
  content: "\21f6"; }

.ddgsi-minus:before {
  content: "\2d"; }

.ddgsi-plus:before {
  content: "\2b"; }

.ddgsi-swap:before {
  content: "\21a9"; }

.ddgsi-close:before {
  content: "\58"; }

.ddgsi-home:before {
  content: "\2302"; }

.ddgsi-down:before {
  content: "\76"; }

.ddgsi-more:before {
  content: "\2026"; }

.ddgsi-up:before {
  content: "\5e"; }

.ddgsi-move:before {
  content: "\2629"; }

.ddgsi-user:before {
  content: "\75"; }

.ddgsi-star:before {
  content: "\2605"; }

.ddgsi-grid:before {
  content: "\47"; }

.ddgsi-check-sign:before {
  content: "\2611"; }

.ddgsi-eye:before {
  content: "\69"; }

.ddgsi-region:before {
  content: "\2637"; }

.ddgsi-cry:before {
  content: "\2639"; }

.ddgsi-uploaded:before {
  content: "\21d1"; }

.ddgsi-prev:before {
  content: "\ab"; }

.ddgsi-next:before {
  content: "\bb"; }

.ddgsi-close-bold:before {
  content: "\d7"; }

.ddgsi-left:before {
  content: "\3c"; }

.ddgsi-right:before {
  content: "\3e"; }

.ddgsi-marker:before {
  content: "\40"; }

.ddgsi-comment:before {
  content: "\4f"; }

.site-bottom {
  bottom: 0;
  background-color: #434A50; }
  .site-bottom .nav-col {
    text-align: center; }

.footer-tagline {
  font-size: 0.9em;
  color: #E1E5E8;
  text-align: center;
  border-top: 1px solid rgba(136, 136, 136, 0.18);
  margin-top: 2em;
  padding-top: 20px; }

#wrapper .third {
  width: 33.3333%; }

#wrapper .quarter {
  width: 25%; }

.ddgsi-comment.notification {
  float: right;
  font-size: 1.2em;
  padding-left: 30px;
  padding-top: 7px;
  position: relative;
  color: #aaaaaa; }

.ddgsi-comment.has-notification:after {
  visibility: visible; }

.ddgsi-comment:after {
  content: ' ';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #60a5da;
  border-radius: 50%;
  position: absolute;
  bottom: 12px;
  right: -2px;
  border: 1px solid white;
  visibility: hidden; }

.desktop .ddgsi-comment:after {
  bottom: 9px; }

.modal--popout--bottom.modal--popout--sm .modal__box {
  left: -60px; }

.modal--popout .modal__box {
  font-size: 14.4px; }

.modal__box {
  min-width: 85px;
  text-align: left; }
  .modal__box .modal__body > div {
    padding-bottom: 1em; }
    .modal__box .modal__body > div:last-child {
      padding-bottom: 0; }

.modal--popout--sm .modal__box {
  width: 85px; }
