/* $Id: drupal.css,v 1.101.2.2 2005-05-31 23:24:18 unconed Exp $ */

/*
** HTML elements
*/
fieldset {
  margin-bottom: 1em;
  padding: .5em;
}
form {
  margin: 0;
  padding: 0;
}
hr {
  height: 1px;
  border: 1px solid gray;
}
img {
  border: 0;
}
table {
  border-collapse: collapse;
}
th {
  text-align: left;
  padding-right: 1em;
  border-bottom: 3px solid #ccc;
  white-space: nowrap;
}
th.active img {
  display: inline;
}
tr.dark, tr.light {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
}
tr.dark, tr.light {
  padding: 0.1em 0.6em;
}
td.active {
  background-color: #ddd;
}

/*
** Menu styles
*/
.menu {
  padding: 0 0 0 0.5em;
}
.menu ul {
  list-style: none;
  border: none;
  text-align:left;
}
.menu li a {
  width: 100%;
  text-decoration: none;
}
li.expanded {
  list-style-type: circle;
  list-style-image: url(menu-expanded.png);
  padding: 0.2em 0.5em 0 0;
  margin: 0;
}
li.collapsed {
  list-style-type: disc;
  list-style-image: url(menu-collapsed.png);
  padding: 0.2em 0.5em 0 0;
  margin: 0;
}
li.leaf {
  list-style-type: square;
  list-style-image: url(menu-leaf.png);
  padding: 0.2em 0.5em 0 0;
  margin: 0;
}
li a.active {
  color: #000;
}
td.menu-disabled {
  background: #ccc;
}

/*
** Other common styles
*/
.breadcrumb {
  padding-bottom: .5em
}
.block ul {
  margin: 0;
  padding: 0 0 0.25em 1em;
}
br.clear {
  clear: both;
  height: 0px;
}
.container-inline div {
  display: inline;
}
.container-inline .form-submit {
  margin: 0;
}
.error {
  color: red;
}
.item-list .icon {
  color: #555;
  float: right;
  padding-left: 0.25em;
  clear: right;
}
.item-list .icon a {
  color: #000;
  text-decoration: none;
}
.item-list .icon a:hover {
  color: #000;
  text-decoration: none;
}
.item-list .title {
  font-weight: bold;
}
.item-list ul {
  margin: 0 0 0.75em 0;
  padding: 0;
}
.item-list ul li {
  margin: 0 0 0.25em 1.5em;
  padding: 0;
  list-style: disc;
}
.form-item {
  margin-top: 1em;
  margin-bottom: 1em;
}
tr.light .form-item, tr.dark .form-item {
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
}
.form-item input.error, .form-item textarea.error {
  border: 2px solid red;
}
.form-item .description {
  font-size: 0.85em;
}
.form-item label {
  font-weight: bold;
}
.form-item label.option {
  font-weight: normal;
}
.form-submit {
  margin: 0.5em 0;
}
.marker, .form-required {
  color: #f00;
}
.more-link {
  text-align: right;
}
.node-form .form-text {
  display: block;
  width: 95%;
}
.node-form .standard {
  clear: both;
}
.node-form textarea {
  display: block;
  width: 95%;
}
* html .node-form fieldset {
/* Note: IE-only CSS due to "* html" escape. Sadly required for fieldsets to appear correctly. */
  display: inline;
}
.node-form .admin .form-item .title {
  margin-top: 0;
}
.node-form .admin .authored .form-item {
  margin-bottom: 1.1em;
}
.node-form .admin .authored .form-text  {
  width: auto;
}
.node-form .admin .authored, .node-form .admin .options, .node-form .admin .extra {
  float: left;
  margin-right: 2em;
  margin-bottom: 1em;
}
.node-form .attachments fieldset {
  float: none;
  display: block;
}
.ok {
  color: #080;
}
#pager {
  clear: both;
  text-align: center;
}
#pager div {
  padding: 0.5em;
}
.path {
  padding-bottom: 0.7em;
  font-size: 1.1em;
}

/*
** Module specific styles
*/
#aggregator .feed img {
  float: right;
}
#aggregator .news-item {
  clear: both;
  padding-bottom: 1em;
}
#aggregator .news-item .date {
  float: left;
}
#aggregator .news-item .body {
  margin-top: 1em;
  margin-left: 4em;
}
#aggregator .news-item .body .feed {
  font-size: 0.9em;
}
#aggregator .news-item .title {
  float: left;
}
#aggregator .news-item .description {
  clear: both;
}
#aggregator td {
  vertical-align: bottom;
}
#aggregator td.categorize-item {
  white-space: nowrap;
}
#aggregator .categorize-item .news-item .body {
  margin-top: 0;
}
#aggregator .categorize-item h3 {
  margin-bottom: 1em;
  margin-top: 0;
}
.book {
  margin: 1em 0 1em 0;
}
.book .title {
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom:1em;
}
.book .tree {
  padding-top:1em;
  border-top: 1px solid #888;
  padding-bottom: 1em;
}
.book .name {
  padding-top:1em;
  font-weight: bold;
  font-size: 1em;
}
.book .nav {
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  padding-bottom: 3em;
  padding-top: 1em;
  clear: both;
}
.book .nav .links {
  clear: both;
}
.book .nav .titles {
  clear: both;
}
.book .nav .prev {
  float: left;
  text-align: left;
  width: 45%;
}
.book .nav .next {
  float: right;
  text-align: right;
  width: 45%;
}
.book .nav .up {
  text-align: center;
}
.calendar .row-week td a {
  display: block;
}
.calendar .row-week td a:hover {
  background-color: #888; color: #fff;
}
.calendar a {
  text-decoration: none;
}
.calendar a:hover {
  text-decoration: none;
}
.calendar table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #000;
}
.calendar td, .calendar th {
  text-align: center;
  border: 1px solid #000;
  padding: 1px;
  margin: 0;
  font-size: 0.8em;
}
.calendar td.day-blank {
  border: 0;
}
.tips {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.9em;
}
#forum .description {
  font-size: 0.9em;
  margin: 0.5em;
}
#forum td.created, #forum td.posts, #forum td.topics, #forum td.last-reply, #forum td.replies, #forum td.pager {
  white-space: nowrap;
}
#forum td.posts, #forum td.topics, #forum td.replies, #forum td.pager {
  text-align: center;
}

#node-admin-filter ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  width: 100%;
}
#node-admin-buttons {
  float: left;
  margin-left: 0.5em;
  clear: right;
}
dl.multiselect dd.b, dl.multiselect dd.b .form-item, dl.multiselect dd.b select {
  font-family: inherit;
  font-size: inherit;
  width: 14em;
}
dl.multiselect dd.a, dl.multiselect dd.a .form-item {
  width: 8em;
}
dl.multiselect dt, dl.multiselect dd {
  float: left;
  line-height: 1.75em;
  padding: 0px;
  margin: 0px 1em 0px 0px;
}
dl.multiselect .form-item {
  height: 1.75em;
  margin: 0px;
}
#permissions td.module, #blocks td.region {
  font-weight: bold;
}
#permissions td.permission, #blocks td.block {
  padding-left: 2em;
}
#access-rules .access-type, #access-rules .rule-type {
  margin-right: 1em;
  float: left;
}
#access-rules .access-type .form-item, #access-rules .rule-type .form-item {
  margin-top: 0;
}
#access-rules .mask {
  clear: both;
}
.poll .bar {
  height: 1em;
  margin: 1px 0;
  background-color: #ddd;
}
.poll .bar .foreground {
  background-color: #000;
  height: 1em;
  clear: left;
  float: left;
}
.poll .links {
  text-align: center;
}
.poll .percent {
  text-align: right;
}
.poll .total {
  text-align: center;
}
.poll .vote-form {
  text-align: center;
}
.poll .vote-form .choices {
  text-align: left;
  margin: 0 auto;
  display: table;
}
.profile {
  clear: both;
  margin: 1em 0 1em 0;
}
.profile .picture {
  float: right;
  margin: 0 1em 1em 0;
}
.node-form .poll-form fieldset {
  display: block;
}
img.screenshot {
  border: 1px solid #808080;
  display: block;
  margin: 2px;
}
.search-form {
  margin-bottom: 1em;
}
.search-form p {
  margin-top: 0;
  margin-bottom: 0.2em;
  padding-top: 0;
  padding-bottom: 0;
}
.search-form input {
  margin-top: 0;
  margin-bottom: 0;
}
.search-results p {
  margin-top: 0;
}
.search-results dt {
  font-size: 1.1em;
}
.search-results dd {
  margin-bottom: 1em;
}
.search-results .search-info {
  font-size: 0.85em;
}
.tips table {
  margin-top: 1em;
  margin-bottom: 1em;
}
#tracker td.replies {
  text-align: center;
}
#tracker table {
  width: 100%;
}
.user-login-block {
  text-align: center;
}
.more-help-link {
  font-size: 0.85em;
  text-align: right;
}
tr.watchdog-user {
  background: #ffd;
}
tr.watchdog-user .active {
  background: #eed;
}
tr.watchdog-content {
  background: #ddf;
}
tr.watchdog-content .active {
  background: #cce;
}
tr.watchdog-page-not-found, tr.watchdog-access-denied {
  background: #dfd;
}
tr.watchdog-page-not-found .active, tr.watchdog-access-denied .active {
  background: #cec;
}
tr.watchdog-error {
  background: #ffc9c9;
}
tr.watchdog-error .active {
  background: #eeb9b9;
}
.comment .links .form-item {
  display: inline;
  white-space: nowrap;
}
.comment .links .form-item br {
  display: none;
}
#comment-moderation-button {
  text-align: center;
}

/* Tab navigation */
ul.primary {
  border-collapse: collapse;
  padding: 0 0 0 1em;
  white-space: nowrap;
  list-style: none;
  margin: 5px;
  height: auto;
  line-height: normal;
  border-bottom: 1px solid #bbb;
}
ul.primary li {
  display: inline;
}
ul.primary li a {
  background-color: #ddd;
  border-color: #bbb;
  border-width: 1px;
  border-style: solid solid none solid;
  height: auto;
  margin-right: 0.5em;
  padding: 0 1em;
  text-decoration: none;
}
ul.primary li.active a {
  background-color: #fff;
  border: 1px solid #bbb;
  border-bottom: #fff 1px solid;
}
ul.primary li a:hover {
  background-color: #eee;
  border-color: #ccc;
  border-bottom-color: #eee;
}
ul.secondary {
  border-bottom: 1px solid #bbb;
  padding: 0.5em 1em 0.5em 1em;
  margin: 5px;
}
ul.secondary li {
  display: inline;
  padding: 0 1em;
  border-right: 1px solid #ccc;
}
ul.secondary a {
  padding: 0;
  text-decoration: none;
}
ul.secondary a.active {
  border-bottom: 4px solid #999;
}

/*
 * Layout
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  background: #CBE1E8;
  margin: 0;
  padding: 0;
}
body,
input,
select,
option,
legend,
fieldset {
  font-family: Tahoma, Arial, sans-serif;
}
#sidebar-left {
  float: left;
  position: relative;
  width: 161px;
  margin-right: -161px;
  background-color: #f0f0f0;
  box-shadow: inset 0px 0px 3px 1px #c2c2c2;
  z-index: 20;
  transform: translate(-161px, 0);
  transition: transform 0.3s ease-out;
}
#sidebar-left.open {
  transform: translate(0, 0);
}
@media all and (min-width: 918px) {
  #sidebar-left {
    transform: translate(0, 0);
  }
}
.content-wrap {
  position: relative;
  width: 100%;
}
.main-wrap-left,
.main-wrap-both {
  float: left;
  width: auto;
  margin-right: 0;
  margin-left: 0;
}
@media all and (min-width: 918px) {
  .main-wrap-left,
  .main-wrap-both {
    margin-left: 161px;
  }
}
/*
 * Style
 */
/* Page */
html,
body {
  min-height: 100%;
}
#body-wrap {
  margin: 0 8px;
  background: #fff;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 0px 8px 4px #7e8ca1;
}
@media all and (min-width: 990px) {
  #body-wrap {
    width: 990px;
  }
}
/* Header */
#header {
  width: 100%;
  background: #486e98 url(header-m50.png) repeat-x 0 0;
}
#header form {
  padding: 0;
  margin: 0;
}
#site-name {
  position: relative;
  padding-left: 0;
  padding-top: 0;
  margin: 0;
  line-height: 1;
  font-size: 1.8em;
  letter-spacing: -1px;
}
#site-name.with-slogan {
  top: 15px;
}
#site-name a {
  font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.site-name-sm {
  font-size: 0.4em;
  font-weight: normal;
}
#site-slogan {
  position: absolute;
  left: 27px;
  top: 63px;
  margin: 0;
  padding: 0;
  font-size: 1em;
  color: #8baec9;
  font-weight: bold;
  text-decoration: none;
}
#top-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-left: -3px;
}
#top-nav ul#primary {
  position: absolute;
  top: 22px;
  right: 150px;
}
#top-nav ul#primary li {
  float: left;
  position: relative;
}
#top-nav ul#secondary {
  position: absolute;
  right: 9px;
  top: 8px;
  width: 100%;
}
#top-nav ul#secondary li {
  float: right;
  position: relative;
}
#top-nav ul li {
  position: relative;
}
#top-nav ul li a {
  color: #8baec9;
  font-size: 0.8em;
  font-weight: bold;
  text-decoration: none;
  display: block;
  position: relative;
  white-space: nowrap;
  margin-right: 5px;
}
#top-nav ul li a .lw1 {
  display: block;
  position: relative;
  background: url(nav-right.png) no-repeat 100% -100px;
}
#top-nav ul li a .lw2 {
  padding: 2px 5px;
  display: block;
  position: relative;
  cursor: pointer;
  background: url(nav-left.png) no-repeat 0% -100px;
}
#top-nav ul li a:hover {
  color: #fff;
}
#top-nav ul li a:hover .lw1 {
  background: url(nav-right.png) no-repeat 100% 0px;
}
#top-nav ul li a:hover .lw2 {
  background: url(nav-left.png) no-repeat 0% 0px;
}
ul#secondary li a {
  color: #a7cde2;
  margin-right: 0px;
  margin-left: 5px;
}
ul#secondary li a .lw1 {
  background: url(nav2-right.png) no-repeat 100% -100px;
}
ul#secondary li a .lw2 {
  background: url(nav2-left.png) no-repeat 0% -100px;
}
ul#secondary li a:hover .lw1 {
  background: url(nav2-right.png) no-repeat 100% 0px;
}
ul#secondary li a:hover .lw2 {
  background: url(nav2-left.png) no-repeat 0% 0px;
}
#search {
  position: absolute;
  right: 0;
  top: 87px;
}
#search .form-text,
#search .form-submit {
  margin: 0px;
  padding: 0px;
  display: block;
  float: left;
  font-size: 0.8em;
  margin-right: 9px;
}
#search input.form-text {
  border-width: 0px;
  width: 112px;
  padding: 2px 2px;
  color: #223756;
  background: url(search-box.png) no-repeat 0px 0px;
}
#search input.form-submit {
  border-width: 0px;
  height: 19px;
  line-height: 18px;
  width: 60px;
  text-align: center;
  color: #223756;
  background: url(search-button.png) no-repeat 0px 0px;
}
#search .form-submit:hover {
  color: #fff;
}
/* Generic */
blockquote {
  margin: 10px 0 0 17px;
  padding: 0 35px 0 9px;
  border-left: 5px solid #ddd;
  font-style: italic;
}
.form-item .description {
  font-size: 0.9em;
  font-style: italic;
  color: #455970;
  padding-bottom: 0.5em;
}
li.expanded,
li.collapsed,
li.leaf,
li.expanded-tl,
li.collapsed-tl,
li.leaf-tl {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
li.expanded-tl a,
li.collapsed-tl a,
li.leaf-tl a,
li.expanded a,
li.collapsed a,
li.leaf a {
  margin: 0;
  padding: 2px 0 2px 4px;
  border: 1px solid #dcdcdc;
  display: block;
  background-position: 1px 5px !important;
}
li.expanded a,
li.collapsed a,
li.leaf a {
  padding-left: 10px;
  border: 1px solid #f0f0f0;
}
li.expanded a {
  background: url(sidebar-bullet-min.png) no-repeat 0 9px;
}
li.collapsed a {
  background: url(sidebar-bullet-plus.png) no-repeat 0 9px;
}
li.leaf a {
  background: url(sidebar-bullet-dot.png) no-repeat 0 9px;
}
li.expanded-tl a,
li.collapsed-tl a,
li.leaf-tl a {
  background-color: #dcdcdc;
}
li.expanded a,
li.collapsed a,
li.leaf a {
  background-color: transparent;
}
li.expanded a:hover,
li.collapsed a:hover,
li.leaf a:hover,
li.expanded-tl a:hover,
li.collapsed-tl a:hover,
li.leaf-tl a:hover {
  background-color: #fafafa;
  border: 1px solid #ccc;
}
.menu {
  padding: 0;
}
.block ul {
  padding: 0 0 0 0;
}
.block ul ul {
  padding: 0 0 0 0.5em;
}
.block li a {
  width: auto;
}
.more-link {
  display: block;
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
.more-link a {
  padding: 3px 5px 3px 5px;
  display: block;
}
.more-link a:hover {
  background-color: #fafafa;
  padding: 2px 4px 2px 4px;
  border: 1px solid #ccc;
}
/* Fancy pre code boxes */
.pre {
  width: 100%;
  padding: 10px 0px 15px;
}
pre {
  clear: both;
  float: left;
  overflow: auto;
  background: #f8fbfc;
  margin: 0;
  padding: 8px 5px 18px;
  min-height: 3em;
  width: 95%;
  border: 1px solid #bfd0d9;
}
pre,
tt,
code {
  font-family: "Bitstream Vera Sans Mono", Courier New, monospace;
  font-size: 1em;
}
/* Tables */
table {
  margin: 0.5em 0 1em;
}
table td {
  padding: 3px;
}
li {
  margin: 0.2em 0;
}
tr {
  border-bottom: 1px solid #bfd0d9;
}
tr.light {
  background: #e4edf2;
  border-bottom: 0;
}
tr.light td.active {
  background: #c5d6df;
  border-bottom: 0;
}
tr.dark {
  background: #f8fbfc;
  border-bottom: 0;
}
tr.dark td.active {
  background: #d6e4ea;
  border-bottom: 0;
}
tr.watchdog-user {
  background: #ffd;
}
tr.watchdog-user td.active {
  background: #eed;
}
tr.watchdog-content {
  background: #ddf;
}
tr.watchdog-content td.active {
  background: #cce;
}
tr.watchdog-warning {
  background: #fda;
}
tr.watchdog-warning td.active {
  background: #ec9;
}
tr.watchdog-pagenotfound,
tr.watchdog-accessdenied {
  background: #dfd;
}
tr.watchdog-pagenotfound td.active,
tr.watchdog-accessdenied td.active {
  background: #cec;
}
tr.watchdog-error {
  background: #ffc9c9;
}
tr.watchdog-error td.active {
  background: #eeb9b9;
}
th {
  border-bottom: 2px solid #919eaf;
}
/* Messages */
#message {
  margin: 15px 0 5px;
}
#message .messages {
  background: #e0ffe0;
  border-top: 1px solid #f7fff7;
  border-bottom: 1px solid #cfc;
  padding: 3px 6px;
  margin-bottom: 4px;
}
#message .error {
  background: #ffe5e5;
  border-top: 1px solid #f7f7f7;
  border-bottom: 1px solid #efb5b5;
  padding: 3px 6px;
  color: #dc0024;
}
#message .error li {
  background: url(sidebar-bullet-dot-2.png) no-repeat 4px 5px;
}
#message ul {
  margin: 0;
  padding: 0;
}
#message ul li {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 3px 1px 3px 20px;
  background: url(sidebar-bullet-dot.png) no-repeat 4px 5px;
}
/* Content */
#content {
  font-size: 1em;
  box-shadow: inset 0px 0px 3px 1px #7e8ca1;
}
/* Main */
#main {
  margin: 0;
  height: auto;
  color: #0b2645;
  width: 100%;
}
#main .mw1 {
  padding: 10px 4px;
  width: 100%;
}
#main h1 {
  margin: 0;
  padding: 8px 4px 4px 4px;
  font-size: 18px;
  font-weight: bold;
  color: #CF094A;
}
#main h2 {
  margin: 0;
  padding: 1px 0 1px;
  font-size: 18px;
  color: #CF094A;
}
#main h3 {
  margin: 0;
  padding: 6px 0 1px;
  font-size: 1.1em;
  color: #485c74;
}
#main a {
  color: #e60a53;
  font-weight: bold;
  text-decoration: none;
}
#main a:hover {
  text-decoration: underline;
}
#main a:visited {
  color: #ac083e;
}
#main .node h1.title,
#main h1.main-title,
#main h1.nodetitle {
  font-size: 1.3em;
  font-weight: bold;
}
#main .node h1.title,
#main h1.main-title {
  padding-left: 10px;
}
#main .node h1.title,
#main h1.main-title,
#main h1.nodetitle,
#main .node h1.title a {
  color: #CF094A;
  font-weight: bold;
  text-decoration: none;
}
#main .node h1.title a {
  letter-spacing: inherit;
}
#main .node {
  margin: 1em 0;
  padding: 0 10px;
  line-height: 1.6;
}
#main .node p {
  margin: 0 0 1em;
}
#main .node h2 {
  margin: 1.5em 0 0.5em;
}
#main .info,
#main .links,
#main .terms {
  padding: 2px 0 0 17px;
  color: #6c90ac;
  background: url(main-bullet.png) no-repeat 0 4px;
}
#main .info a,
#main .links a,
#main .terms a,
#main .info a:visited,
#main .links a:visited,
#main .terms a:visited {
  color: #485c74;
}
#main .comment {
  padding: 10px 0 15px;
  margin: 0;
  border-top: 1px solid #ccc;
}
#main .comment h3.title {
  font-size: 1.41em;
  letter-spacing: -0.5px;
  font-style: normal;
  margin-top: 0;
  padding-top: 0;
}
#main .comment h3.title,
#main .comment h3.title a {
  font-weight: normal;
  color: #CF094A;
}
#main .comment-new .new {
  float: right;
  color: #6c90ac;
  position: relative;
  top: -0.2em;
  font-weight: bold;
}
#main .box {
  margin-bottom: 1em;
}
#main tr td a.active {
  background-color: inherit;
}
.node-figure {
  margin: 0;
}
.node-description {
  margin: 8px 0 4px;
  font-size: 14px;
  line-height: 1.45;
  text-align: left;
}
#center h1.nodetitle,
#right h1.nodetitle {
  font-size: 1.3em;
  font-weight: bold;
  color: #CF094A;
  text-decoration: none;
}
body #main .comment-new {
  background: #f3f3f3;
  border-top: 1px solid #f7f7f7;
  border-bottom: 1.8px solid #ccc;
  padding: 10px 10px 15px;
  margin-top: 3px;
  margin-bottom: -1px;
}
/* Pager */
#pager {
  display: inline-block;
  padding: 4px 0 3px;
  margin: 2px auto;
  width: 100%;
  position: relative;
  z-index: 1;
}
#pager div {
  padding: 0;
}
#pager strong,
#pager a {
  padding: 2px 6px 2px 5px;
  margin: 0 0.25em 0 0.25em;
  background: #e7f0f8;
  border: 1px solid #a6c1d6;
  border-radius: 3px;
}
#pager a:hover {
  text-decoration: none;
  background: #fff;
}
#pager strong {
  background: #485c74;
  color: #fff;
}
/* Form styles */
.form-text,
.form-password,
.form-select {
  border: 1px solid #919eaf;
  padding: 1px;
  margin: 1px;
}
.form-text:focus,
.form-password:focus,
.form-select:focus {
  border: 2px solid #919eaf;
  border-radius: 3px;
  margin: 0;
}
.node-form .admin .authored,
.node-form .admin .options,
.node-form .admin .extra {
  margin-top: 5px;
  margin-right: 10px;
  width: auto;
  clear: none;
}
/* Fieldset styling (only for IE and Mozilla as the rest seem to mess up) */
fieldset {
  padding: 4px;
}
html:not([dummy]) fieldset {
  border: 1px solid #ccc;
  clear: left;
}
legend {
  background: transparent;
  font-weight: bold;
  color: #5a6c83;
}
/* Mission */
#mission {
  background: #e7f0f8 url(mission-top-left.png) no-repeat 0 0;
}
#mission .sw1 {
  background: url(mission-top-right.png) no-repeat 100% 0;
}
#mission .sw2 {
  background: url(mission-bottom-left.png) no-repeat 0 100%;
}
#mission .sw3 {
  background: url(mission-bottom-right.png) no-repeat 100% 100%;
  padding: 10px;
}
/* Sidebars */
.sidebar {
  margin: 0;
  padding: 4px 0 5px;
}
.sidebar .block {
  margin-bottom: 1em;
}
.sidebar .block h2 {
  color: #204058;
  line-height: 19px;
  font-size: 1.1em;
  margin: 0 0 3px;
  padding: 0 5px;
}
.sidebar .block h2.first {
  line-height: 13px;
  height: 15px;
}
.sidebar .block .content {
  padding-left: 7px;
  padding-right: 7px;
}
.sidebar .block a {
  color: #255fb7;
  font-weight: normal;
  font-size: 12px;
  text-decoration: none;
}
.sidebar .block a:visited {
  color: #2e5084;
}
#sidebar-left .block h2 {
  background: url(sidebar-left-title.png) repeat-y 0 0;
}
#sidebar-right .block h2 {
  background: url(sidebar-right-title.png) repeat-y 0 0;
}
/* Tab navigation */
ul.primary {
  margin: 0;
  padding: 0 0 0 10px;
  white-space: nowrap;
  list-style: none;
  height: 24px;
  background: url(tab-bar.png) repeat-x 0 100%;
  border-width: 0;
}
ul.primary li {
  margin: 0;
  padding: 0;
  float: left;
}
ul.primary li a {
  margin: 0;
  padding: 0;
  display: block;
  background: url(tab-right.png) no-repeat 100% -38px;
  border-width: 0;
  height: 24px;
  text-decoration: none;
}
ul.primary li a .lw1 {
  margin: 0;
  padding: 4px 15px 0;
  display: block;
  background: url(tab-left.png) no-repeat 0% -38px;
  border-width: 0;
  height: 20px;
  text-decoration: none;
  line-height: 20px;
  cursor: pointer;
}
#main ul.primary li a:hover {
  background: url(tab-right.png) no-repeat 100% -76px;
  border-width: 0;
  text-decoration: none;
}
#main ul.primary li a:hover .lw1 {
  background: url(tab-left.png) no-repeat 0% -76px;
  border-width: 0;
}
#main ul.primary li.active a,
#main ul.primary li.active a:hover {
  background: url(tab-right.png) no-repeat 100% 0;
  border-width: 0;
  color: #000;
}
#main ul.primary li.active a .lw1,
#main ul.primary li.active a:hover .lw1 {
  background: url(tab-left.png) no-repeat 0 0;
  border-width: 0;
  color: #000;
}
ul.secondary li a.active {
  border-width: 0;
}
/* Aggregator */
#aggregator .source {
  clear: left;
}
/* Footer */
#footer {
  margin-top: 3em;
  padding: 5px 10px 0;
  color: #666;
  border: solid;
  border-width: 1px 0;
  border-color: #f2f2f2 #eee #ddd;
  margin-bottom: -10px;
  text-align: center;
  font-size: 11px;
}
/* CSS tricks */
.clear {
  clear: both;
  height: 1px;
  margin-bottom: -1px;
  line-height: 0;
  display: block;
  font-size: 0;
}
.breadcrumb {
  padding: 1px 10px;
  margin: 0;
  background-color: #fff;
}
/* ads */
#ad-top {
  position: absolute;
  left: 445px;
  top: 10px;
  margin: 0;
  padding: 0;
}
#ad-ct-g,
#ad-nb-g,
#ad-nb-gg,
#ad-nb1,
#ad-pic-g,
#ad-ico-g,
#ad-pic-gg,
#ad-ico-gg,
#ad-on-g,
#ad-pic-g-bottom,
#ad-ico-g-bottom,
#ad-on-g-bottom,
#ad-homepage {
  float: left;
  clear: none;
  padding: 0;
  overflow: hidden;
}
#ad-pic-g,
#ad-ico-g,
#ad-pic-gg,
#ad-ico-gg,
#ad-on-g,
#ad-pic-g-bottom,
#ad-ico-g-bottom,
#ad-on-g-bottom,
#ad-homepage {
  margin: 2px;
}
#ad-ico {
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
}
ul.gtext-font {
  display: inline-block;
  list-style-type: none;
  margin: -4px;
  padding: 0;
  font-size: 0;
}
ul.gtext-font li {
  display: inline-block;
  width: 63px;
  height: 63px;
  margin: 4px;
  border: 1px #ccc dotted;
  text-align: center;
  vertical-align: top;
  transform-style: preserve-3d;
}
ul.gtext-font li a {
  display: block;
  width: 100%;
  height: 100%;
}
ul.gtext-font li img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
p#gtext-top {
  margin: 4px;
}
.gtex-bottom-wrap {
  width: 100%;
}
#gtext-bottom {
  width: 320px;
  margin: 0 auto;
}
#gtext-bottom p {
  margin: 4px;
}
#gtext-bottom textarea {
  width: 100%;
}
@media all and (min-width: 728px) {
  #gtext-bottom {
    width: 728px;
  }
}
.gtext-code-wrap {
  width: 320px;
  margin: 0 auto;
}
.gtext-code-wrap textarea {
  width: 100%;
}
@media all and (min-width: 728px) {
  .gtext-code-wrap {
    width: 728px;
    margin: 4px;
  }
}
@media all and (min-width: 728px) {
  ul.gtext-font {
    margin: -4px 0;
  }
}
@media all and (max-width: 328px) {
  #main .mw1 {
    padding-left: 0;
    padding-right: 0;
  }
}
#ad-top2 {
  position: absolute;
  left: 250px;
  top: 5px;
  margin: 0;
  padding: 0;
}
.ghelp,
.ghelp-p,
.phelp {
  font-size: 11px;
  font-family: Tahoma, Arial, sans-serif;
  border: dotted 1px;
  background: #ffffcc;
}
.ghelp,
.ghelp-p {
  padding: 3px 3px 3px 15px;
  position: absolute;
  top: 36px;
  width: 400px;
}
.ghelp {
  left: 481px;
}
.ghelp-p {
  left: 495px;
}
.phelp {
  margin-top: 2px;
  padding: 3px 15px 3px 15px;
  text-align: center;
}
div#codebox {
  margin: 4px 0;
}
div.bookmark {
  padding-top: 30px;
  text-align: right;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
}
div.bookmark a,
div.bookmark a:visited {
  color: #fff;
  text-decoration: none;
}
div.bookmark a:hover {
  text-decoration: underline;
}
.form-item {
  margin-top: 0.1em;
  margin-bottom: 0.5em;
}
div#csebox {
  box-sizing: content-box;
  padding-right: 2px;
  padding-left: 2px;
  text-align: right;
  white-space: nowrap;
}
div#csebox input {
  font-size: 10px;
}
.social-bar {
  padding: 0;
  margin: 4px 0 4px 0;
}
.social-bar li {
  display: inline-block;
  vertical-align: top;
  margin-right: 6px;
}
.social-bar .twit a {
  background: #1da1f2;
}
.social-bar .twit a:hover {
  background: #0d8ddb;
}
.social-bar .pinit a {
  background: #e60023;
}
.social-bar .pinit a:hover {
  background: #ad081b;
}
ul.social-bar {
  list-style-type: none;
  display: inline-block;
}
.social-bar a,
.fbshare_btn {
  display: inline-block;
  padding: 3px 8px;
  font-size: 11px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 16px;
  border-radius: 3px;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
}
.fbshare_btn {
  background: #1877f2;
}
.fbshare_btn:hover {
  background: #166fe5;
}
.fbshare_btn .fbshare_btn_text {
  color: #fff;
}
.fsimg {
  cursor: pointer;
}
div.galcont {
  line-height: 0.5;
  text-align: center;
}
ul.images,
ul.np {
  list-style-type: none;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  line-height: 0.5;
}
ul.galleries {
  list-style-type: none;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
}
ul.galleries li {
  margin: 3px;
  padding: 0;
  width: 100px;
  display: inline-block;
  border: 1px #ccc dotted;
  text-align: center;
  overflow: hidden;
  height: 121px;
}
ul.galleries li > div {
  height: 100px;
}
ul.galleries li > div > a {
  transform-style: preserve-3d;
}
ul.galleries li h3 a,
ul.galleries li p {
  padding: 1px;
  font-size: 9px;
  font-style: normal;
}
ul.images,
ul.galleries {
  font-size: 0;
  width: 320px;
  overflow: hidden;
}
@media all and (min-width: 728px) {
  ul.images,
  ul.galleries {
    width: 100%;
  }
}
#main ul.galleries li h3 {
  margin: -1px 0 0 0;
  padding: 1px;
}
ul.images li,
ul.np > li > div {
  margin: 3px;
  padding: 0;
  width: 100px;
  display: inline-block;
  border: 1px #ccc dotted;
  text-align: center;
  overflow: hidden;
  height: 100px;
  transform-style: preserve-3d;
}
ul.images li img,
ul.galleries li img,
ul.np > li img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
ul.images li a,
ul.galleries li a,
ul.np li a {
  display: block;
  width: 100%;
  height: 100%;
}
.gwrap {
  display: inline-block;
  width: 326px;
  margin: 0 -3px;
  padding: 0;
}
@media all and (min-width: 728px) {
  .gwrap {
    width: 740px;
    margin: 0 -4px;
  }
}
@media all and (min-width: 728px) {
  .topnodes-wrap {
    margin: 0 -4px;
  }
}
@media all and (min-width: 728px) {
  ul.images li,
  ul.galleries li,
  ul.np > li > div {
    margin: 4px;
    width: 114px;
  }
  ul.images li,
  ul.np > li > div {
    height: 110px;
  }
  ul.galleries li {
    height: 131px;
  }
  ul.galleries li h3 a,
  ul.galleries li p {
    font-size: 11px;
  }
}
ul.np {
  width: 240px;
  height: 132px;
  margin: 4px;
  line-height: 1;
}
ul.np > li {
  display: inline-block;
  margin: 6px;
  width: 102px;
  height: 122px;
  border: 0;
}
ul.np li div {
  margin: 0;
  padding: 0;
  display: inline-block;
  border: 1px #ccc dotted;
  width: 100px;
  height: 100px;
  overflow: hidden;
}
ul.np li div img {
  margin: 0;
  padding: 0;
}
.ad-lb {
  display: inline-block;
  width: 320px;
  height: 100px;
  line-height: 1;
}
@media all and (min-width: 728px) {
  .ad-lb {
    width: 728px;
    height: 90px;
  }
}
.ad-separated {
  display: block;
  margin: 8px auto;
  text-align: center;
}
.ad-label {
  display: block;
  font-size: 10px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
li + .ad-lb {
  margin-left: 0;
}
@media all and (min-width: 728px) {
  li + .ad-lb {
    margin-left: 4px;
  }
}
div.topnodes {
  display: inline-block;
  width: 320px;
  text-align: center;
}
@media all and (min-width: 728px) {
  div.topnodes {
    width: 728px;
  }
}
#main .topnodes h1 {
  font-size: 16px;
}
@media all and (min-width: 728px) {
  #main .topnodes h1 {
    font-size: 18px;
  }
}
.header-row {
  display: flex;
  align-items: center;
  padding: 6px 0;
}
.menubtn {
  color: #fff;
  padding: 12px 8px;
  cursor: pointer;
  flex: 0 0 auto;
}
.menu-icon {
  display: block;
  width: 24px;
  height: 3px;
  background: #fff;
  position: relative;
}
.menu-icon::before,
.menu-icon::after {
  content: '';
  display: block;
  width: 24px;
  height: 3px;
  background: #fff;
  position: absolute;
}
.menu-icon::before {
  top: -7px;
}
.menu-icon::after {
  top: 7px;
}
.site-name-wrap {
  padding: 0;
  flex: 0 0 auto;
}
div#csebox {
  flex: 1 1 0%;
  min-width: 0;
  margin-left: 8px;
}
div.bookmark {
  display: none;
  padding-top: 0;
  padding-right: 10px;
  margin-left: 8px;
  white-space: nowrap;
  flex: 0 0 auto;
}
@media all and (min-width: 768px) {
  div.bookmark {
    display: block;
  }
}
@media all and (min-width: 918px) {
  .menubtn {
    display: none;
  }
  .site-name-wrap {
    padding: 0 10px;
  }
}
dialog#exitModal {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 20px 24px;
  max-width: 440px;
  width: 90%;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
dialog#exitModal::backdrop {
  background: rgba(0, 0, 0, 0.5);
}
dialog#exitModal h5 {
  margin: 0 0 12px;
  font-size: 16px;
  color: #333;
}
dialog#exitModal ul {
  margin: 0 0 16px;
  padding: 0 0 0 20px;
}
dialog#exitModal .dialog-close {
  display: block;
  margin: 0 0 0 auto;
  padding: 6px 18px;
  background: #486e98;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}
dialog#exitModal .dialog-close:hover {
  background: #3a5a7e;
}
@media all and (max-width: 768px) {
  #site-name {
    padding: 0;
    line-height: 1;
    transform: translateY(-3px);
  }
  #site-name p,
  #site-name a {
    font-size: 19px;
    letter-spacing: 0;
  }
  .site-name-wrap {
    flex: 0 0 auto;
    width: auto;
    display: flex;
    align-items: center;
    white-space: nowrap;
  }
  div #csebox {
    flex: 1 1 0%;
    min-width: 0;
    width: auto;
    padding: 0 8px 0 0;
    transform: translateY(-2px);
    white-space: normal;
  }
  #csebox div {
    padding: 0;
    text-align: right;
    display: flex;
    justify-content: flex-end;
  }
  #csebox input[type="text"] {
    flex: 1 1 auto;
    min-width: 60px;
    max-width: 160px;
    width: auto;
  }
  #csebox input[type="submit"] {
    display: none;
  }
}
.l2wrap {
  width: 320px;
  margin: 2px auto 0 auto;
  text-align: center;
}
@media all and (min-width: 728px) {
  .l2wrap {
    width: 728px;
  }
}
.l2npwrap {
  display: inline-block;
  width: 250px;
  height: 116px;
  padding: 0;
  margin: -10px 2px 20px 2px;
}
.l2codewrap {
  display: inline-block;
  width: 316px;
  padding: 0;
  margin: 2px;
}
.l2codewrap textarea {
  width: 100%;
}
@media all and (min-width: 728px) {
  .l2codewrap {
    width: 430px;
  }
}
img.fsimg {
  width: auto;
  max-width: 100%;
  height: auto;
}
div.toplist {
  display: inline-block;
  width: 312px;
  padding: 4px;
  border: 1px dotted;
  margin: 0 4px;
}
@media all and (min-width: 728px) {
  div.toplist {
    margin: 0 8px;
    width: 352px;
  }
}
ol.toplist {
  margin: 0;
  padding-left: 30px;
}
ol.toplist li {
  font-size: 12px;
}
ol.toplist li a {
  line-height: 14px;
  display: block;
}
.tl-wrap {
  display: inline-block;
}
.tl-wrap > * {
  vertical-align: top;
}
.ad-tl {
  display: inline-block;
  width: 320px;
  height: 100px;
}
@media all and (min-width: 728px) {
  .ad-tl {
    width: 352px;
    height: 280px;
  }
}
.h-wrap {
  width: 320px;
  margin: 0 auto;
}
@media all and (min-width: 728px) {
  .h-wrap {
    width: 728px;
  }
}
.share-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 8px 0 4px;
}
.share-row .sbtn {
  display: inline-block;
  padding: 6px 14px;
  font: bold 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border-radius: 4px;
  border: 1px solid #c9d6e2;
  background: #f3f7fb;
  color: #0b2645;
  cursor: pointer;
  text-decoration: none;
}
.share-row .sbtn:hover {
  background: #e4edf5;
  text-decoration: none;
}
.share-row .sbtn.primary {
  background: #e60a53;
  border-color: #e60a53;
  color: #fff;
}
.share-row .sbtn.primary:hover {
  background: #ac083e;
}
.share-row .sbtn.pin {
  background: #e60023;
  border-color: #e60023;
  color: #fff;
}
.share-row .sbtn.pin:hover {
  background: #ad081b;
}
.share-row .share-status {
  font-size: 12px;
  color: #6c90ac;
}
details.embed {
  margin: 10px 0;
  padding: 6px 10px;
  border: 1px solid #dfe7ee;
  border-radius: 4px;
  background: #fafcfe;
}
details.embed summary {
  cursor: pointer;
  font-weight: bold;
  color: #485c74;
}
details.embed label {
  display: inline-block;
  margin-top: 8px;
  font-size: 12px;
  color: #6c90ac;
}
details.embed textarea {
  width: 100%;
}
#content .share-row a.sbtn,
#content .share-row a.sbtn:visited {
  color: #0b2645;
  text-decoration: none;
}
#content .share-row a.sbtn.pin,
#content .share-row a.sbtn.pin:visited,
#content .share-row a.sbtn.pin:hover {
  color: #fff;
}
.related {
  margin: 12px 0 4px;
}
.related h2 {
  font-size: 15px;
  margin: 10px 0 6px;
  color: #485c74;
}
.related h2 a {
  color: #485c74;
}
.related ul.images {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
.related ul.images li {
  margin: 0;
}
.inplace {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin: 4px 0 8px;
  padding: 8px 10px;
  border: 1px dashed #c9d6e2;
  border-radius: 6px;
  background: #fbfcfe;
  font: 12px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-align: left;
}
.inplace .inplace-label {
  color: #6c90ac;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.inplace input[type=text],
.inplace select {
  font: 13px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding: 4px 7px;
  border: 1px solid #c9d6e2;
  border-radius: 4px;
  background: #fff;
}
.inplace .ip-title {
  flex: 1 1 220px;
  min-width: 160px;
}
.inplace .ip-pub {
  white-space: nowrap;
}
.inplace .ip-tags {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 4px;
}
.inplace .ip-tag {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 1px 4px 1px 9px;
  border-radius: 999px;
  background: #e9f0f7;
  color: #0b2645;
}
.inplace .ip-x {
  border: 0;
  background: transparent;
  padding: 0 4px;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  color: inherit;
}
.inplace .ip-x:hover {
  color: #b00;
}
.inplace .tagfield {
  position: relative;
  display: inline-block;
}
.inplace .ip-tagfield {
  width: 220px;
}
.inplace .ip-reason {
  font-size: 12px;
  padding: 3px 8px;
  width: 150px;
}
.inplace .ip-save {
  padding: 4px 12px;
  font: bold 12px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border-radius: 4px;
  border: 1px solid #e60a53;
  background: #e60a53;
  color: #fff;
  cursor: pointer;
}
.inplace .ip-save[disabled] {
  opacity: 0.45;
  cursor: default;
}
.inplace .ip-status {
  color: #6c90ac;
}
.inplace .autocomplete-dropdown {
  position: absolute;
  z-index: 30;
  left: 0;
  right: 0;
  max-height: 240px;
  overflow: auto;
  background: #fff;
  border: 1px solid #c9d6e2;
  border-radius: 6px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  text-align: left;
}
.inplace .autocomplete-item {
  padding: 5px 9px;
  cursor: pointer;
}
.inplace .autocomplete-item.ac-active,
.inplace .autocomplete-item:hover {
  background: #e9f0f7;
}
.tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin: 6px 0 2px;
  font: 12px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.tags .tags-label {
  color: #6c90ac;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-right: 2px;
}
.tags a.tag {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 999px;
  border: 1px solid #c9d6e2;
  background: #f3f7fb;
  color: #0b2645;
  text-decoration: none;
}
.tags a.tag:hover {
  background: #e4edf5;
  text-decoration: none;
}
.swipe-hint {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin: 2px 0 0;
  font: 12px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #6c90ac;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.swipe-hint a,
.swipe-hint .hint-off {
  font-size: 22px;
  line-height: 22px;
  text-decoration: none;
  padding: 0 10px;
}
.swipe-hint a,
.swipe-hint a:visited {
  color: #485c74;
}
.swipe-hint .hint-off {
  color: #c9d6e2;
}
@media (hover: none) and (pointer: coarse) {
  .swipe-hint {
    display: flex;
  }
}
#content .swipe-hint a,
#content .swipe-hint a:visited {
  color: #485c74;
  text-decoration: none;
}
.gpager {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 10px 0 6px;
  font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.gpager .gp-btn {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 6px;
  border: 1px solid #a6c1d6;
  background: #e7f0f8;
  color: #0b2645;
  text-decoration: none;
  font-weight: bold;
}
.gpager .gp-btn:hover {
  background: #fff;
  text-decoration: none;
}
.gpager .gp-btn.off {
  color: #9db2c5;
  background: #f3f7fb;
  border-color: #dfe7ee;
}
.gpager .gp-form {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 44px;
}
.gpager .gp-form label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #6c90ac;
}
.gpager .gp-form input {
  width: 5.5em;
  min-height: 36px;
  padding: 0 6px;
  font: inherit;
  text-align: center;
  border: 1px solid #919eaf;
  border-radius: 4px;
}
.gpager .gp-of {
  color: #6c90ac;
  white-space: nowrap;
}
.gpager .gp-go {
  min-height: 36px;
  padding: 0 12px;
  border-radius: 4px;
  border: 1px solid #a6c1d6;
  background: #e7f0f8;
  color: #0b2645;
  font: inherit;
  cursor: pointer;
}
@media all and (max-width: 728px) {
  .gpager .gp-prev,
  .gpager .gp-next {
    flex: 1 1 40%;
    justify-content: center;
  }
  .gpager .gp-form {
    flex: 1 1 100%;
    justify-content: center;
    order: 3;
  }
}
#content .gpager a.gp-btn,
#content .gpager a.gp-btn:visited {
  color: #0b2645;
}
ul.images li.has-fav {
  position: relative;
}
button.fav {
  position: absolute;
  right: 4px;
  top: 4px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #c9d6e2;
  background: rgba(255, 255, 255, 0.9);
  color: #9db2c5;
  font: 16px/26px Arial, sans-serif;
  text-align: center;
  cursor: pointer;
  padding: 0;
}
button.fav[aria-pressed="true"] {
  color: #e60a53;
  border-color: #e60a53;
}
button.fav.fav-big {
  position: static;
  width: auto;
  height: auto;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 4px;
  font-size: 18px;
}
.recent-strip {
  margin: 0 0 12px;
}
.recent-title {
  font-size: 15px;
  margin: 8px 0 6px;
  color: #485c74;
}
.recent-title .recent-more {
  font-size: 12px;
  font-weight: normal;
  margin-left: 10px;
}
.recent-grid,
.fav-grid,
.pick-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.recent-grid li,
.fav-grid li,
.pick-grid li {
  margin: 0;
}
.favorites .fav-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 8px 0 12px;
}
.pick .pick-foot {
  margin: 12px 0;
}
.header-row .fav-link {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  margin: 0 10px 0 6px;
  padding: 4px 6px;
  border-radius: 12px;
  color: #fff;
  font: bold 16px/18px Arial, sans-serif;
  text-decoration: none;
  position: relative;
  z-index: 2;
}
.header-row .fav-link:hover {
  background: rgba(255, 255, 255, 0.15);
  text-decoration: none;
}
.header-row .fav-link .fav-count {
  font: bold 11px/16px Arial, sans-serif;
  min-width: 16px;
  padding: 0 4px;
  border-radius: 8px;
  background: #e60a53;
  color: #fff;
  text-align: center;
}
#header .fav-link,
#header .fav-link:visited {
  color: #fff;
}
