/**
 * @file
 * Bartik specific styling for the Book module.
 */

.book-navigation .menu {
  border-top: 1px solid #d6d6d6;
}
.book-navigation .book-pager {
  margin: 0;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}

/**
 * @file
 * Styles for Bartik's breadcrumbs.
 */

.breadcrumb {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.929em;
}
.region-breadcrumb {
  padding: 0 15px 0.25em;
}

/* -------------- Captions -------------- */
.caption {
  margin-bottom: 1.2em;
}
.caption > * {
  padding: 0.5ex;
  border: 1px solid #ccc;
  background: #f3f3f3;
}
.caption > figcaption {
  padding-top: 0.5ex;
  text-align: center;
  border: 1px solid #ccc;
  border-top: none;
  font-size: small;
}

/* Override Bartik's default blockquote and pre styles when captioned. */
.caption-pre > pre,
.caption-blockquote > blockquote {
  margin: 0;
}
.caption-blockquote > figcaption::before {
  content: "— ";
}
.caption-blockquote > figcaption {
  text-align: left; /* LTR */
}
[dir="rtl"] .caption-blockquote > figcaption {
  text-align: right;
}
/**
 * @file
 * Visual styles for comments in Bartik.
 */

/* This is required to win over specificity of #content h2 */
#content .comment-wrapper h2 {
  margin-bottom: 1em;
}
#content .comment-wrapper h2.comment-form__title {
  margin-bottom: 1em;
}
.field-node--comment {
  font-size: 0.934em;
}
.comment {
  display: table;
  margin-bottom: 19px;
  vertical-align: top;
}
[dir="rtl"] .comment {
  direction: rtl;
}

.comment__meta {
  padding: 0 30px 0 0; /* LTR */
  font-size: 1.071em;
}
[dir="rtl"] .comment__meta {
  padding: 0 0 0 30px;
}
.comment__attribution img {
  border: 1px solid #d3d7d9;
}
/* This is required to win over specificity of .field--type-image img */
.comment .field--name-user-picture img {
  margin: 0;
}
.comment__author .username {
  white-space: nowrap;
}
.comment__author {
  margin: 4px 0;
  line-height: 1.2;
}
.comment__time {
  margin-bottom: 4px;
  color: #68696b;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.733em;
  line-height: 1.2;
}
.comment__permalink {
  font-size: 0.733em;
  line-height: 1.2;
}
.comment__content {
  position: relative;
  display: table-cell;
  width: 100%;
  padding: 10px 25px 10px 25px;
  vertical-align: top;
  word-break: break-word;
  hyphens: auto;
  border: 1px solid #d3d7d9;
  font-size: 0.929em;
  line-height: 1.6;
}

.comment__content a {
  hyphens: none;
}

.comment__content:before {
  position: absolute;
  top: 20px;
  right: 100%; /* LTR */
  content: "";
  border-top: 20px solid transparent;
  border-right: 20px solid #d3d7d9; /* LTR */
  border-bottom: 20px solid transparent;
}
[dir="rtl"] .comment__content:before {
  right: auto;
  left: 100%;
  border-right: none;
  border-left: 20px solid #d3d7d9;
}
.comment__content:after {
  position: absolute;
  top: 20px;
  right: 100%; /* LTR */
  margin-right: -1px; /* LTR */
  content: "";
  border-top: 20px solid transparent;
  border-right: 20px solid #fff; /* LTR */
  border-bottom: 20px solid transparent;
}
[dir="rtl"] .comment__content:after {
  right: auto;
  left: 100%;
  margin-right: 0;
  margin-left: -1px;
  border-right: none;
  border-left: 20px solid #fff;
}
.comment__content h3 {
  margin-top: 0.94em;
  margin-bottom: 0.45em;
  font-size: 1.171em;
}
.indented {
  margin-left: 40px; /* LTR */
}
[dir="rtl"] .indented {
  margin-right: 40px;
  margin-left: 0;
}
.comment .links {
  padding: 0 0 0.25em 0;
}
.comment .links li {
  padding: 0 0.5em 0 0; /* LTR */
  font-size: 1.08em;
}
[dir="rtl"] .comment .links li {
  padding: 0 0 0 0.5em;
}
.comment--unpublished {
  margin-right: 5px; /* LTR */
  padding: 5px 2px 5px 5px; /* LTR */
  background: #fff4f4;
}
[dir="rtl"] .comment--unpublished {
  margin-right: 0;
  margin-left: 5px;
  padding: 5px 5px 5px 2px;
}

/**
 * @todo: unpublished nodes have class .node--unpublished.
 * change this to .comment--unpublished.
 */
.unpublished .comment-text .comment-arrow {
  border-right: 1px solid #fff4f4;
  border-left: 1px solid #fff4f4;
}
.unpublished {
  padding: 20px 15px 0;
}
.comment-footer {
  display: table-row;
}
.comment--unpublished .comment__text:after,
.node--unpublished .comment__text:after {
  border-right-color: #fff4f4; /* LTR */
}
[dir="rtl"] .comment--unpublished .comment__content:after,
[dir="rtl"] .node--unpublished .comment__content:after {
  border-left-color: #fff4f4;
}
/**
 * @file
 * Feed icon styles for Bartik.
 */

.feed-icon {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
}

.feed-icon:focus,
.feed-icon:hover {
  border-color: #018fe2;
}
/**
 * @file
 * Contextual links styles for Bartik.
 */

.contextual-links a {
  border-bottom: none;
  text-shadow: 0 0 0;
}
/**
 * @file
 * Visual styles for Bartik's block demonstration.
 */

.demo-block {
  margin: 5px;
  padding: 5px;
  text-align: center;
  color: #000;
  border: 1px dotted #9f9e00;
  background: #ff6;
  text-shadow: none;
  font: 90% "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}
.featured-top .demo-block {
  font-size: 0.55em;
}
/**
 * @file
 * Visual styles for Bartik's dropbutton component.
 */

.js .dropbutton-widget {
  overflow: hidden;
  margin: 0.125em 0;
  cursor: pointer;
  text-align: center;
  color: #3a3a3a;
  border: 1px solid;
  border-color: #e4e4e4 #d2d2d2 #b4b4b4 #d2d2d2;
  border-radius: 1em;
  background-color: #fff;
  background-image: -webkit-linear-gradient(top, #f3f3f3, #e8e8e8);
  background-image: linear-gradient(to bottom, #f3f3f3, #e8e8e8);
}
.js .dropbutton-widget:hover {
  border-color: #e4e4e4 #d2d2d2 #b4b4b4 #d2d2d2;
}
.js .dropbutton-widget .button {
  margin: 0;
  padding: 0.32em 1em;
  border: none;
  background: transparent none;
}
.js .dropbutton-multiple .dropbutton-widget,
.js[dir="rtl"] .dropbutton-multiple .dropbutton-widget {
  padding: 0;
}
.js .dropbutton-multiple .dropbutton-widget .dropbutton {
  position: relative;
  padding-right: 2em; /* LTR */
}
.js[dir="rtl"] .dropbutton-multiple .dropbutton-widget .dropbutton {
  padding-right: 0;
  padding-left: 2em;
}
.js .dropbutton-multiple .dropbutton-widget .dropbutton-action a {
  margin-right: 0; /* LTR */
}
[dir="rtl"].js .dropbutton-multiple .dropbutton-widget .dropbutton-action a {
  margin-left: 0;
}
.js .dropbutton .secondary-action {
  border-top-color: #ccc;
}
.js .dropbutton-toggle button {
  background-color: #e8e8e8;
  background-image: -webkit-linear-gradient(top, #e8e8e8, #d2d2d2);
  background-image: linear-gradient(to bottom, #e8e8e8, #d2d2d2);
}
.js .dropbutton-toggle .dropbutton-arrow:hover {
  background: #ccc;
}
.js .dropbutton a {
  color: #3a3a3a;
  border-bottom: 0 none;
}
.js .dropbutton .dropbutton-action:hover,
.js .dropbutton a:hover {
  border-bottom: 0 none;
  background: #dedede;
}
/**
* @file
* Visual styles for Bartik's featured bottom component.
*/

.featured-bottom {
  border-top: 1px solid #e7e7e7;
  background: rgba(30, 50, 10, 0.08);
}
.featured-bottom .region {
  padding: 0 20px;
}

@media all and (min-width: 560px) {
  .featured-bottom .region {
    position: relative;
    float: left; /* LTR */
    box-sizing: border-box;
    width: 33%;
    padding: 20px 15px 30px;
  }
  [dir="rtl"] .featured-bottom .region {
    float: right;
  }
}

@media all and (min-width: 851px) {
  .featured-bottom .region {
    padding: 0 20px;
  }
}
.featured-bottom h2 {
  margin-bottom: 0.6em;
  text-align: center;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  font-size: 1.4em;
  line-height: 1em;
}
.featured-bottom .block {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #dfdfdf;
  line-height: 1.3em;
}
.featured-bottom .block:last-child {
  border-bottom: none;
}
.featured-bottom ul,
.featured-bottom ol {
  padding-left: 0;
}
.featured-bottom ul li,
.featured-bottom ol li {
  list-style: none;
}
.featured-bottom input:not(.form-submit) {
  width: 185px;
}
.region-featured-bottom-third .feed-icon {
  float: right;
}
.region-featured-bottom-second .block-system-powered-by-block {
  text-align: center;
}
/**
 * @file
 * Visual styles for Bartik's featured top.
 */

.featured-top {
  margin: 0;
  padding: 20px 10px 45px;
  text-align: center;
  border-bottom: 1px solid #e7e7e7;
  background: #f0f0f0;
  background: rgba(30, 50, 10, 0.08);
  text-shadow: 1px 1px #fff;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.4;
}
.featured-top h2 {
  font-size: 1.2em;
  line-height: 1;
}
.featured-top p {
  margin: 0;
  padding: 0;
}
/**
 * @file
 * Styles for Bartik's messages.
 */

.messages__wrapper {
  padding: 0 0 0 8px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
[dir="rtl"] .messages__wrapper {
  padding: 0 8px 0 0;
}
.messages:first-child {
  margin-top: 28px;
}
.messages:last-child {
  margin-bottom: 13px;
}
/**
 * @file
 * Visual styles for forums in Bartik.
 */

.forum__name {
  font-size: 1.083em;
}
.forum__description {
  font-size: 1em;
}
/**
 * @file
 * Styles for the help block.
 */

.block-help {
  margin-bottom: 30px;
  padding: 0 1.5em;
  border: 1px solid #d3d7d9;
}
/**
 * @file
 * Styles for Bartik's highlighted component.
 */

.has-featured-top .region-highlighted {
  background: #f0f0f0;
  background: rgba(30, 50, 10, 0.08);
}
.region-highlighted {
  margin: 0 15px;
}
/**
 * @file
 * Styles for Bartik's image buttons.
 */

.image-button.is-disabled:hover,
.image-button.is-disabled:active,
.image-button.is-disabled:focus,
.image-button.is-disabled {
  cursor: default;
  opacity: 0.5;
  background: transparent;
}
/**
 * @file
 * Visual styles for Bartik's item list.
 */

.item-list ul {
  margin: 0 0 0.25em 0;
  padding: 0; /* LTR */
  list-style: none;
}
[dir="rtl"] .item-list ul {
  padding: 0;
}
.item-list ul li {
  /* This is needed to reset styles in item-list.theme.css */
  margin: 0;
  padding: 0.2em 0.5em 0 0; /* LTR */
}
[dir="rtl"] .item-list ul li {
  /* This is needed to reset [dir="rtl"] styles in item-list.theme.css */
  margin: 0;
  padding: 0.2em 0 0 0.5em;
}
.item-list .item-list__comma-list,
.item-list .item-list__comma-list li,
[dir="rtl"] .item-list .item-list__comma-list,
[dir="rtl"] .item-list .item-list__comma-list li {
  padding: 0;
}
/**
 * @file
 * Visual styles for Bartik's lists.
 */

ul.links {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #68696b;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.821em;
}
/**
 * @file
 * List group.
 * A list of links, grouped together.
 */

.list-group__link {
  padding: 7px 0 0;
  border-top: 1px solid #ccc;
}
.list-group__description {
  margin: 0 0 10px;
}
/**
 * @file
 * Visual styles for Bartik's main-content component.
 */

.main-content .section {
  padding: 0 15px;
}
.main-content h2 {
  margin-bottom: 2px;
  font-size: 1.429em;
  line-height: 1.4;
}

@media all and (min-width: 851px) {
  .main-content {
    position: relative;
    float: left; /* LTR */
  }
  [dir="rtl"] .main-content {
    float: right;
  }
  .layout-two-sidebars .main-content {
    width: 50%;
    margin-right: 25%;
    margin-left: 25%;
  }
  .layout-one-sidebar .main-content {
    width: 75%;
  }
  .layout-no-sidebars .main-content {
    width: 100%;
  }
  .layout-sidebar-first .main-content {
    margin-right: 0; /* LTR */
    margin-left: 25%; /* LTR */
  }
  [dir="rtl"] .layout-sidebar-first .main-content {
    margin-right: 25%;
    margin-left: 0;
  }
  .layout-sidebar-second .main-content {
    margin-right: 25%; /* LTR */
    margin-left: 0; /* LTR */
  }
  [dir="rtl"] .layout-sidebar-second .main-content {
    margin-right: 0;
    margin-left: 25%;
  }
}
/**
 * @file
 * Styles for menus in Bartik.
 */

/* This is needed to override ul.menu styles in menu.theme.css */
ul.menu {
  margin: 0;
  padding: 0 0 0.25em 1em;
}

/* This is needed to override [dir="rtl"] ul.menu styles in menu.theme.css */
[dir="rtl"] ul.menu {
  margin: 0;
}
/* ------------------ Sidebar ----------------- */

@media all and (min-width: 560px) {
  .sidebar {
    position: relative;
    float: left; /* LTR */
    width: 50%;
  }
  [dir="rtl"] .sidebar {
    float: right;
  }
  .layout-one-sidebar .sidebar {
    width: 100%;
  }
}

@media all and (min-width: 851px) {
  .layout-one-sidebar .sidebar {
    width: 25%;
  }
  #sidebar-first {
    width: 25%;
    margin-left: -100%; /* LTR */
  }
  [dir="rtl"] #sidebar-first {
    margin-right: -100%;
    margin-left: 0;
  }
  #sidebar-second {
    clear: none;
    width: 25%;
    margin-left: -25%; /* LTR */
  }
  [dir="rtl"] #sidebar-second {
    margin-right: -25%;
    margin-left: 0;
  }
}

.sidebar .section {
  padding: 10px 15px 0;
}
.sidebar .block {
  margin: 0 0 20px;
  padding: 15px 20px;
  border-width: 1px;
  border-style: solid;
}
.sidebar h2 {
  margin: 0 0 0.5em;
  padding-bottom: 5px;
  border-bottom: 1px solid #d6d6d6;
  text-shadow: 0 1px 0 #fff;
  font-size: 1.071em;
  line-height: 1.2;
}
.sidebar .block .content {
  font-size: 0.914em;
  line-height: 1.4;
}
.sidebar tbody {
  border: none;
}
.sidebar tr.even,
.sidebar tr.odd {
  border-bottom: 1px solid #d6d6d6;
  background: none;
}
/**
 * @file
 * Visual styles for Bartik's node component.
 */

.node__content {
  margin-top: 10px;
  font-size: 1.071em;
}

/* View mode teaser styles. */
.node--view-mode-teaser {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d3d7d9;
}
.node--view-mode-teaser h2 {
  margin-top: 0;
  padding-top: 0.5em;
}
.node--view-mode-teaser h2 a {
  color: #181818;
}
.node--view-mode-teaser.node--sticky {
  padding: 0 15px 15px;
  border: 1px solid #d3d7d9;
  background: #f9f9f9;
  background: rgba(0, 0, 0, 0.024);
}
.node--view-mode-teaser .node__content {
  clear: none;
  font-size: 1em;
  line-height: 1.6;
}

/* Node metadata styles. */
.node__meta {
  margin-bottom: -5px;
  color: #68696b;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.857em;
}
.node__meta .field--name-user-picture img {
  float: left; /* LTR */
  margin: 1px 20px 0 0; /* LTR */
}
[dir="rtl"] .node__meta .field--name-user-picture img {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}

/* Node links styles. */
.node__links {
  text-align: right; /* LTR */
  font-size: 0.93em;
}
[dir="rtl"] .node__links {
  text-align: left;
}

/* Unpublished node styles. */
.node--unpublished {
  padding: 20px 15px 0;
}
.node--unpublished .comment-text .comment-arrow {
  border-right: 1px solid #fff4f4;
  border-left: 1px solid #fff4f4;
}
.node-preview-container {
  position: fixed;
  z-index: 499;
  width: 100%;
  padding: 5px 10px;
  background: #d1e8f5;
  background-image: -webkit-linear-gradient(top, #d1e8f5, #d3e8f4);
  background-image: linear-gradient(to bottom, #d1e8f5, #d3e8f4);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3333);
  font-family: Arial, sans-serif;
}
.node-preview-backlink {
  display: inline-block;
  margin: 5px 10px 5px 0; /* LTR */
  padding: 4px 1em 4px 0.6em; /* LTR */
  color: #fff;
  border: 1px solid #0048c8;
  border-radius: 0.4em;
  background: url(../../../../misc/icons/000000/chevron-left.svg) left no-repeat, -webkit-linear-gradient(top, #419ff1, #1076d5);
  background: url(../../../../misc/icons/000000/chevron-left.svg) left no-repeat, linear-gradient(to bottom, #419ff1, #1076d5); /* LTR */
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  font-size: 0.9em;
  line-height: normal;
}
[dir="rtl"] .node-preview-backlink {
  float: right;
  margin: 5px 0 5px 10px;
  padding: 4px 0.6em 4px 1em;
  background: url(../../../../misc/icons/000000/chevron-right.svg) right no-repeat, -webkit-linear-gradient(top, #419ff1, #1076d5);
  background: url(../../../../misc/icons/000000/chevron-right.svg) right no-repeat, linear-gradient(to bottom, #419ff1, #1076d5);
}
.node-preview-backlink:focus,
.node-preview-backlink:hover {
  text-decoration: none;
  color: #fff;
  border: 1px solid #0048c8;
  background: url(../../../../misc/icons/000000/chevron-left.svg) left no-repeat, -webkit-linear-gradient(top, #59abf3, #2a90ef);
  background: url(../../../../misc/icons/000000/chevron-left.svg) left no-repeat, linear-gradient(to bottom, #59abf3, #2a90ef); /* LTR */
}
[dir="rtl"] .node-preview-backlink:focus,
[dir="rtl"] .node-preview-backlink:hover {
  background: url(../../../../misc/icons/000000/chevron-right.svg) right no-repeat, -webkit-linear-gradient(top, #59abf3, #2a90ef);
  background: url(../../../../misc/icons/000000/chevron-right.svg) right no-repeat, linear-gradient(to bottom, #59abf3, #2a90ef);
}
.node-preview-backlink:active {
  border: 1px solid #0048c8;
  background: url(../../../../misc/icons/000000/chevron-left.svg) left no-repeat, -webkit-linear-gradient(top, #0e69be, #2a93ef);
  background: url(../../../../misc/icons/000000/chevron-left.svg) left no-repeat, linear-gradient(to bottom, #0e69be, #2a93ef); /* LTR */
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
}
[dir="rtl"] .node-preview-backlink:active {
  background: url(../../../../misc/icons/000000/chevron-right.svg) right no-repeat, -webkit-linear-gradient(top, #0e69be, #2a93ef);
  background: url(../../../../misc/icons/000000/chevron-right.svg) right no-repeat, linear-gradient(to bottom, #0e69be, #2a93ef);
}
.node-preview-backlink::before {
  display: inline-block;
  width: 10px;
  content: "";
}
[dir="rtl"] .node-preview-backlink::after {
  display: inline-block;
  width: 10px;
  content: "";
}
.node-preview-container .form-item-view-mode {
  display: inline-block;
  margin: 5px 0;
}
[dir="rtl"] .node-preview-container .form-item-view-mode {
  margin-right: 0;
}
/**
 * @file
 * Visual styles for Bartik's page-title component.
 */

.page-title {
  font-size: 2em;
  line-height: 1em;
}
/**
 * @file
 * Panel styling. Panels are used to visually group items together.
 */

.panel {
  margin: 10px 0;
  padding: 0 5px 5px;
  border: 1px solid #ccc;
  background: #fbfbfb;
}
.panel__title {
  margin: 16px 7px;
}
.panel__content {
  padding: 0 4px 2px 8px; /* LTR */
}
[dir="rtl"] .panel__content {
  padding-right: 8px;
  padding-left: 4px;
}
/**
 * @file
 * Styles for password suggestions in Bartik.
 */

.password-suggestions {
  border: 0;
}
/**
 * @file
 * Visual styles for Bartik's search results.
 */

.search-results {
  padding: 0;
  list-style-position: inside;
}
.search-results li {
  margin-bottom: 0.5em;
  padding-bottom: 0.4285em;
  border-bottom: 1px solid #d3d7d9;
}
.search-results li:last-child {
  margin-bottom: 1em;
  padding-bottom: 0;
  border-bottom: none;
}
.search-result__title {
  font-weight: bold;
}
.search-result__snippet-info {
  padding-left: 0; /* LTR */
}
[dir="rtl"] .search-result__snippet-info {
  padding-right: 0;
}
/* --------------- Secondary Menu ------------ */

.region-secondary-menu .menu {
  margin: 0 10px;
  padding: 0;
  text-align: right; /* LTR */
  font-size: 0.929em;
}
[dir="rtl"] .region-secondary-menu .menu {
  margin-right: 10px; /* required to win over specificity of [dir="rtl"] ul.menu */
  margin-left: 10px;
  text-align: left;
}
.region-secondary-menu .menu-item {
  display: inline;
  margin: 0;
  padding: 0;
}
.region-secondary-menu .menu a {
  display: inline-block;
  padding: 0.8em;
}
.region-secondary-menu .menu a:hover,
.region-secondary-menu .menu a:focus {
  text-decoration: underline;
}
/**
 * @file
 * Visual styles for the Shortcut action link in Bartik.
 */

.shortcut-wrapper {
  margin: 2.2em 0 1.1em 0; /* Same as usual .page-title margin. */
}
.shortcut-wrapper .page-title {
  float: left; /* LTR */
  margin: 0;
}
[dir="rtl"] .shortcut-wrapper .page-title {
  float: right;
}
.shortcut-action {
  margin-left: 0.5em; /* LTR */
  padding-top: 0.35em;
  border-bottom: none;
}
[dir="rtl"] .shortcut-action {
  margin-right: 0.5em;
  margin-left: 0;
}
.shortcut-action:hover,
.shortcut-action:active,
.shortcut-action:focus {
  border-bottom: none;
}
/**
 * @file
 * Visual styles for the site branding block in Bartik.
 */

.site-branding__logo {
  display: inline-block;
  margin-right: 1em; /* LTR */
  margin-bottom: 0.286em;
  border-bottom: 0;
}
[dir="rtl"] .site-branding__logo {
  margin-right: 0;
  margin-left: 1em;
}
.site-branding__text {
  display: inline-block;
  vertical-align: top;
}

@media all and (min-width: 461px) {
  .site-branding__text {
    margin-bottom: 1.857em;
  }
}

@media all and (min-width: 901px) {
  .site-branding__text {
    padding: 1.286em 0 0;
  }
}
.site-branding__name {
  color: #686868;
  font-size: 1.6em;
  line-height: 1;
}

@media all and (min-width: 901px) {
  .site-branding__name {
    font-size: 1.821em;
  }
}
.site-branding__slogan {
  margin-top: 7px;
  word-spacing: 0.1em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.929em;
  font-style: italic;
}
/**
 * @file
 * Footer Styling.
 */

.site-footer {
  padding: 35px 0 30px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.site-footer .layout-container {
  padding: 0 15px;
}

@media all and (min-width: 560px) {
  .site-footer__top .region {
    position: relative;
    float: left; /* LTR */
    width: 50%;
  }
  [dir="rtl"] .site-footer__top .region {
    float: right;
  }
}

@media all and (min-width: 560px) and (max-width: 850px) {
  .site-footer .region {
    box-sizing: border-box;
  }
  .site-footer__top .region:nth-child(2n+1) {
    padding-right: 10px; /* LTR */
  }
  [dir="rtl"] .site-footer__top .region:nth-child(2n+1) {
    padding-right: 0;
    padding-left: 10px;
  }
  .site-footer__top .region:nth-child(2n) {
    padding-left: 10px; /* LTR */
  }
  [dir="rtl"] .site-footer__top .region:nth-child(2n) {
    padding-right: 10px;
    padding-left: 0;
  }
  .region-footer-third {
    clear: both;
  }
}

@media all and (min-width: 851px) {
  .site-footer__top .region {
    width: 24%;
    padding: 0 0.65%;
  }
  .site-footer__top .region:first-child {
    padding-left: 0; /* LTR */
  }
  [dir="rtl"] .site-footer__top .region:first-child {
    padding-right: 0;
    padding-left: 10px;
  }
  .site-footer__top .region:last-child {
    padding-right: 0; /* LTR */
  }
  [dir="rtl"] .site-footer__top .region:last-child {
    padding-right: 10px;
    padding-left: 0;
  }
}
.site-footer h2 {
  color: #c0c0c0;
  color: rgba(255, 255, 255, 0.65);
}
.site-footer blockquote {
  color: #555;
}
.site-footer .content {
  color: #c0c0c0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.857em;
}
.site-footer .menu-item {
  padding: 0;
}
.site-footer .content ol:not(.menu),
.site-footer .content ul:not(.menu) {
  padding-left: 1.4em; /* LTR */
}
[dir="rtl"] .site-footer .content ol:not(.menu),
[dir="rtl"] .site-footer .content ul:not(.menu) {
  padding-right: 1.4em;
  padding-left: 0;
}
.site-footer .content a,
.site-footer .content a.is-active {
  color: #fcfcfc;
  color: rgba(255, 255, 255, 0.8);
}
.site-footer .content a:hover,
.site-footer .content a:focus {
  color: #fefefe;
  color: rgba(255, 255, 255, 0.95);
}
.site-footer .block {
  margin: 20px 0;
  padding: 10px;
  border: 1px solid #444;
  border-color: rgba(255, 255, 255, 0.1);
}
.site-footer table {
  font-size: 1em;
}
.site-footer tr td,
.site-footer tr th {
  border-color: #555;
  border-color: rgba(255, 255, 255, 0.18);
}
.site-footer tr.odd {
  background-color: transparent;
}
.site-footer tr.even {
  background-color: #2c2c2c;
  background-color: rgba(0, 0, 0, 0.15);
}

/* Footer Top Styling. */
.site-footer__top h2 {
  margin-bottom: 0;
  padding-bottom: 3px;
  text-transform: uppercase;
  border-color: rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid #555;
  font-size: 1em;
}
.site-footer__top .content {
  margin-top: 0;
}
.site-footer__top p {
  margin-top: 1em;
}
.site-footer__top .content .menu {
  padding-left: 0; /* LTR */
}
[dir="rtl"] .site-footer__top .content .menu {
  padding-right: 0;
}
.site-footer__top .content li a {
  display: block;
  padding: 0.8em 2px 0.8em 20px; /* LTR */
  text-indent: -15px;
  border-color: rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid #555;
  line-height: 1.2;
}
[dir="rtl"] .site-footer__top .content li a {
  padding: 0.8em 20px 0.8em 2px;
}
.site-footer__top .content li a:hover,
.site-footer__top .content li a:focus {
  text-decoration: none;
  background-color: #1f1f21;
  background-color: rgba(255, 255, 255, 0.05);
}
.site-footer__top .block-menu,
.site-footer__bottom .block {
  margin: 0;
  padding: 0;
  border: none;
}

/* Footer Bottom Styling. */
.site-footer__bottom .block {
  margin: 0.5em 0;
}
.site-footer__bottom .content {
  margin-top: 0;
  padding: 0.5em 0;
}
.site-footer__bottom .block h2 {
  margin: 0;
}
.site-footer__bottom {
  margin-top: 30px;
  letter-spacing: 0.2px;
  border-color: rgba(255, 255, 255, 0.15);
  border-top: 1px solid #555;
}
.site-footer__bottom .region {
  margin-top: 20px;
}
.site-footer__bottom .block {
  clear: both;
}

/* We need to be specific to overwrite [dir="rtl"] .block ul in block.css. */
.site-footer__bottom .block .menu {
  padding: 0;
}
.site-footer__bottom .menu-item a {
  display: block;
  float: left; /* LTR */
  padding: 0 12px;
  border-color: rgba(255, 255, 255, 0.15);
  border-right: 1px solid #555; /* LTR */
}
[dir="rtl"] .site-footer__bottom .menu-item a {
  float: right;
  border-right: none;
  border-left: 1px solid #555;
}
.site-footer__bottom .menu-item:first-child a {
  padding-left: 0; /* LTR */
}
[dir="rtl"] .site-footer__bottom .menu-item:first-child a {
  padding-right: 0;
  padding-left: 12px;
}
.site-footer__bottom .menu-item:last-child a {
  padding-right: 0; /* LTR */
  border-right: none; /* LTR */
}
[dir="rtl"] .site-footer__bottom .menu-item:last-child a {
  padding-right: 12px;
  padding-left: 0;
  border-left: none;
}

/**
 * When the item is both first and last, :last-child overrides the right padding
 * when using [dir="rtl"]. We need this rule to remove the right padding.
 */
[dir="rtl"] .site-footer__bottom .menu-item:first-child:last-child a {
  padding-right: 0;
}
/**
 * @file
 * Styles for the skip link.
 */

.skip-link {
  z-index: 50;
  left: 50%;
  padding: 1px 10px 2px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-bottom-width: 0;
  border-radius: 0 0 10px 10px;
  outline: 0;
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.94em;
  line-height: 1.7em;
}
.skip-link.visually-hidden.focusable:focus {
  position: absolute !important;
  color: #fff;
}
/**
 * @file
 * Tablesort indicator styles.
 */

.tablesort {
  width: 14px;
  height: 14px;
  margin: 1px 0 0 5px;
  vertical-align: top;
}
.tablesort--asc {
  background-image: url(../../../../misc/icons/ffffff/twistie-down.svg);
}
.tablesort--desc {
  background-image: url(../../../../misc/icons/ffffff/twistie-up.svg);
}
/* --------------- System Tabs  --------------- */

div.tabs {
  margin-bottom: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.tabs ul.primary {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.tabs ul.primary li a {
  display: block;
  height: 1.8em;
  padding: 0 10px 3px;
  color: #000;
  border-width: 1px;
  border-style: solid solid none solid;
  border-color: #bbb;
  background-color: #ededed;
  text-shadow: 0 1px 0 #fff;
  font-size: 0.929em;
  line-height: 1.9;
}
.tabs ul.primary li.is-active a {
  border: 1px solid #bbb;
  background-color: #fff;
}

@media screen and (max-width: 37.5em) { /* 600px */
  .tabs ul.primary {
    border-bottom: 1px solid #bbb;
  }
  .tabs ul.primary li {
    display: block;
    margin: 0;
  }
  .tabs ul.primary li a {
    padding: 5px 10px;
  }
  .tabs ul.primary li.is-active a {
    border-bottom: none;
  }
}

@media screen and (min-width: 37.5em) { /* 600px */
  .tabs ul.primary {
    overflow: hidden;
    height: auto;
    margin: 0;
    padding: 0 3px;
    white-space: nowrap;
    border: none;
    border-collapse: collapse;
    background: transparent url(../../images/tabs-border.png) repeat-x left bottom;
    line-height: normal;
  }
  .tabs ul.primary li {
    display: block;
    float: left; /* LTR */
    margin: 0 5px 0 0; /* LTR */
    vertical-align: bottom;
  }
  [dir="rtl"] .tabs ul.primary li {
    float: right;
    margin: 0 0 0 5px;
  }
  .tabs ul.primary li a {
    float: left; /* not LTR */
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  .tabs ul.primary li.is-active a {
    border-bottom: 1px solid #fff;
  }
}
.tabs ul.secondary {
  overflow: hidden;
  margin: 5px;
  padding: 0.5em 0;
  border-bottom: none;
}
.tabs ul.secondary li {
  display: block;
  float: left; /* LTR */
  margin: 0;
  padding: 0 1em;
  border-right: 1px solid #ccc; /* LTR */
}
[dir="rtl"] .tabs ul.secondary li {
  float: right;
  border-right: none;
  border-left: 1px solid #ccc;
}
.tabs ul.secondary li:last-child {
  border-right: none; /* LTR */
}
[dir="rtl"] .tabs ul.secondary li:last-child {
  border-left: none;
}
.tabs ul.secondary li:first-child {
  padding-left: 0; /* LTR */
}
[dir="rtl"] .tabs ul.secondary li:first-child {
  padding-right: 0;
}
.tabs ul.secondary li a {
  display: inline;
  padding: 0.25em 0.5em;
  text-decoration: none;
}
.tabs ul.secondary li a.is-active {
  border-bottom: none;
  border-radius: 5px;
  background: #f2f2f2;
}
/**
 * @file
 *
 * Visual styles for Bartik's text-formatted component.
 */

.text-formatted ul,
.text-formatted ol {
  margin: 1em 0;
  padding: 0 0 0.25em 15px; /* LTR */
}
[dir="rtl"] .text-formatted ul,
[dir="rtl"] .text-formatted ol {
  padding: 0 15px 0.25em 0;
}
/**
 * @file
 * Toolbar module overrides for Bartik.
 */

.toolbar a {
  border-bottom: none;
}
.shepherd-cancel-icon {
  text-decoration: none;
  color: #0071b3;
  border-bottom: 1px dotted;
}

.shepherd-cancel-icon:hover,
.shepherd-cancel-icon:focus {
  color: #008ee2;
}
/**
 * @file
 * Visual styles for Bartik's ui-widget component.
 */

#page .ui-widget {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/**
 * @file
 * Styles for Bartik's modal windows
 */

.ui-widget-overlay {
  opacity: 0.7;
  background: #000;
}
.ui-dialog {
  border-radius: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ui-dialog input,
.ui-dialog select,
.ui-dialog textarea {
  font-size: 0.9em;
}
.ui-dialog .button {
  padding: 0.25em 1.063em;
  cursor: pointer;
  text-align: center;
  color: #3a3a3a;
  border: 1px solid #e4e4e4;
  border-right-color: #d2d2d2;
  border-bottom-color: #b4b4b4;
  border-left-color: #d2d2d2;
  border-radius: 1em;
  background-color: #fff;
  background-image: -webkit-linear-gradient(top, #f3f3f3, #e8e8e8);
  background-image: linear-gradient(to bottom, #f3f3f3, #e8e8e8);
  font-size: 0.929em;
  font-weight: normal;
}
/**
 * @file
 * Theme styling for user module.
 */

/* Visual styling for the Password strength indicator */
.password-strength__meter {
  margin-top: 0.5em;
  background-color: #ebeae4;
}
.password-strength__indicator {
  -webkit-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
  background-color: #77b259;
}
.password-strength__indicator.is-weak {
  background-color: #e62600;
}
.password-strength__indicator.is-fair {
  background-color: #e09600;
}
.password-strength__indicator.is-good {
  background-color: #0074bd;
}
.password-strength__indicator.is-strong {
  background-color: #77b259;
}

.password-confirm,
.password-field,
.password-strength,
.password-confirm-match {
  width: 55%;
}

.password-suggestions {
  max-width: 34.7em;
  margin: 0.7em 0;
  padding: 0.2em 0.5em;
  border: 1px solid #b4b4b4;
}
.password-suggestions ul {
  margin-bottom: 0;
}

.confirm-parent,
.password-parent {
  clear: left; /* LTR */
  overflow: hidden;
  max-width: 33em;
  margin: 0;
}
[dir="rtl"] .confirm-parent,
[dir="rtl"] .password-parent {
  clear: right;
}

/* Styling for the status indicator of the passwords match test.  */
.password-confirm-message .ok {
  color: #325e1c;
  font-weight: bold;
}
.password-confirm-message .error {
  color: #a51b00;
  font-weight: bold;
}
/**
 * @file
 * Vertical tabs component.
 */

/* Vertical Tabs Reset */
.vertical-tabs__menu {
  margin: -1px 0 -1px -15em; /* LTR */
  padding: 0;
}
[dir="rtl"] .vertical-tabs__menu {
  margin-right: -15em;
  margin-left: 0;
  /* This is required to win specificity over [dir="rtl"] .region-content ul */
  padding: 0;
}
/**
 * @file
 * Styling for Views in Bartik.
 */

/* Tab styles */
.views-displays .tabs .open > a {
  border-radius: 7px 7px 0 0;
}
.views-displays .tabs .open > a:hover,
.views-displays .tabs .open > a:focus {
  color: #0071b3;
}
.views-displays .secondary .form-submit {
  font-size: 0.846em;
}

/* Tabs action list styles */
.views-displays .tabs .action-list {
  padding: 0;
}

/* Contextual filter options styles */
.views-filterable-options .filterable-option:nth-of-type(even) .form-type-checkbox {
  background-color: #f9f9f9;
}

/* Views action dropbutton styles */
.views-ui-display-tab-actions .dropbutton .form-submit {
  color: #0071b3;
}

.views-ui-display-tab-actions .dropbutton .form-submit:hover,
.views-ui-display-tab-actions .dropbutton .form-submit:focus {
  color: #018fe2;
}

/**
 * Responsive grids.
 */
.views-view-grid .views-col {
  min-width: 100%;
}

@media all and (min-width: 640px) {
  .views-view-grid.vertical {
    margin: 0 -15px;
  }
  .views-view-grid .views-col {
    float: left;
    box-sizing: border-box;
    min-width: 0;
    padding: 0 15px;
  }
  .views-view-grid h2 {
    margin-top: 0;
  }
  .views-view-grid .node--view-mode-teaser {
    margin: 0;
    border-bottom: 0;
  }
  .views-view-grid .node--view-mode-teaser .node__title {
    padding-top: 0;
  }

  /* Horizontal grids. */
  .views-view-grid.horizontal .views-row {
    margin: 0 0 15px;
    padding: 15px 0;
    border-bottom: 1px solid #d3d7d9;
  }
  .views-view-grid.horizontal .views-col:first-child {
    padding-left: 0;
  }
  .views-view-grid.horizontal .views-col:last-child {
    padding-left: 0;
  }

  /* Vertical grids */
  .views-view-grid.vertical .views-col {
    border-right: 1px solid #d3d7d9;
  }
  .views-view-grid.vertical .views-col:last-child {
    border-right: 0;
  }
  .views-view-grid.vertical .views-row {
    border-bottom: 0 none;
  }
}
 