@charset "UTF-8";
/**
* Main.scss main file this is the main
* Testing some more
*/
/**
 * @file
 * SASS variables for modifying Resolute for customizing the theme
 *
 * To load the Libre Franklin'' Google fonts the following code is loaded into the library.yml file:
 * fonts:
 * css:
 *  theme:
 *   '//fonts.googleapis.com/css?family=Libre+Franklin:600,600i,900i': {type: external}
 *
 * The Alternate fonts for the theme are in '_form.scss':
 *
 * input, textarea,select: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
 * .comment-form label .node-form .form-wrapper .label: "Helvetica Neue", Helvetica, Arial, sans-serif;
 * save the changes
 */
/**
 * @file
 * Visual styles for Resolute's blocks.
 */
/* Block has its own content wrapper. */
/* line 7, ../sass/components/_block.scss */
.block .content {
  margin-top: 10px;
}

/**
 * @file
 * Resolute specific styling for the Book module.
 */
/* line 6, ../sass/components/_book.scss */
.book-navigation .menu {
  border-top: 1px solid #d6d6d6;
}

/* line 9, ../sass/components/_book.scss */
.book-navigation .book-pager {
  margin: 0;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}

/**
 * @file
 * Styles for Resolute's breadcrumbs.
 */
/* line 6, ../sass/components/_breadcrumb.scss */
.breadcrumb {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.929em;
}

/* line 10, ../sass/components/_breadcrumb.scss */
.region-breadcrumb {
  padding: 0 15px 0.25em;
}

/**
 * @file
 * Styles for Resolute's buttons.
 */
/* line 6, ../sass/components/_buttons.scss */
.button {
  display: inline-block;
  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-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 0.929em;
  font-weight: normal;
  line-height: normal;
}

/* line 25, ../sass/components/_buttons.scss */
.button:hover,
.button:active,
.button:focus {
  text-decoration: none;
  color: #5a5a5a;
  background: #dedede;
}

/* line 32, ../sass/components/_buttons.scss */
.button.is-disabled:hover,
.button.is-disabled:active,
.button.is-disabled:focus,
.button.is-disabled {
  cursor: default;
  color: #717171;
  border-color: #bbb;
  background: #ededed;
}

/* -------------- Captions -------------- */
/* line 2, ../sass/components/_captions.scss */
.caption {
  margin-bottom: 1.2em;
}

/* line 5, ../sass/components/_captions.scss */
.caption > * {
  padding: 0.5ex;
  border: 1px solid #ccc;
  background: #f3f3f3;
}

/* line 10, ../sass/components/_captions.scss */
.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. */
/* line 19, ../sass/components/_captions.scss */
.caption-pre > pre,
.caption-blockquote > blockquote {
  margin: 0;
}

/* line 23, ../sass/components/_captions.scss */
.caption-blockquote > figcaption::before {
  content: "ΓÇö ";
}

/* line 26, ../sass/components/_captions.scss */
.caption-blockquote > figcaption {
  text-align: left;
  /* LTR */
}

/* line 29, ../sass/components/_captions.scss */
[dir="rtl"] .caption-blockquote > figcaption {
  text-align: right;
}

/**
 * @file
 * Visual styles for comments in Resolute.
 */
/* This is required to win over specificity of #content h2 */
/* line 7, ../sass/components/_comments.scss */
#content .comment-wrapper h2 {
  margin-bottom: 1em;
}

/* line 10, ../sass/components/_comments.scss */
#content .comment-wrapper h2.comment-form__title {
  margin-bottom: 1em;
}

/* line 13, ../sass/components/_comments.scss */
.field-node--comment {
  font-size: 0.934em;
}

/* line 16, ../sass/components/_comments.scss */
.comment {
  display: table;
  margin-bottom: 19px;
  vertical-align: top;
}

/* line 21, ../sass/components/_comments.scss */
[dir="rtl"] .comment {
  direction: rtl;
}

/* line 25, ../sass/components/_comments.scss */
.comment__meta {
  padding: 0 30px 0 0;
  /* LTR */
  font-size: 1.071em;
}

/* line 29, ../sass/components/_comments.scss */
[dir="rtl"] .comment__meta {
  padding: 0 0 0 30px;
}

/* line 32, ../sass/components/_comments.scss */
.comment__attribution img {
  border: 1px solid #d3d7d9;
}

/* This is required to win over specificity of .field--type-image img */
/* line 36, ../sass/components/_comments.scss */
.comment .field--name-user-picture img {
  margin: 0;
}

/* line 39, ../sass/components/_comments.scss */
.comment__author .username {
  white-space: nowrap;
}

/* line 42, ../sass/components/_comments.scss */
.comment__author {
  margin: 4px 0;
  line-height: 1.2;
}

/* line 46, ../sass/components/_comments.scss */
.comment__time {
  margin-bottom: 4px;
  color: #68696b;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.733em;
  line-height: 1.2;
}

/* line 53, ../sass/components/_comments.scss */
.comment__permalink {
  font-size: 0.733em;
  line-height: 1.2;
}

/* line 57, ../sass/components/_comments.scss */
.comment__content {
  position: relative;
  display: table-cell;
  width: 100%;
  padding: 10px 25px 10px 25px;
  vertical-align: top;
  word-break: break-all;
  border: 1px solid #d3d7d9;
  font-size: 0.929em;
  line-height: 1.6;
}

/* line 69, ../sass/components/_comments.scss */
.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;
}

/* line 78, ../sass/components/_comments.scss */
[dir="rtl"] .comment__content:before {
  right: auto;
  left: 100%;
  border-right: none;
  border-left: 20px solid #d3d7d9;
}

/* line 84, ../sass/components/_comments.scss */
.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;
}

/* line 94, ../sass/components/_comments.scss */
[dir="rtl"] .comment__content:after {
  right: auto;
  left: 100%;
  margin-right: 0;
  margin-left: -1px;
  border-right: none;
  border-left: 20px solid #fff;
}

/* line 102, ../sass/components/_comments.scss */
.comment__content h3 {
  margin-top: 0.94em;
  margin-bottom: 0.45em;
  font-size: 1.171em;
}

/* line 107, ../sass/components/_comments.scss */
.indented {
  margin-left: 40px;
  /* LTR */
}

/* line 110, ../sass/components/_comments.scss */
[dir="rtl"] .indented {
  margin-right: 40px;
  margin-left: 0;
}

/* line 114, ../sass/components/_comments.scss */
.comment .links {
  padding: 0 0 0.25em 0;
}

/* line 117, ../sass/components/_comments.scss */
.comment .links li {
  padding: 0 0.5em 0 0;
  /* LTR */
  font-size: 1.08em;
}

/* line 121, ../sass/components/_comments.scss */
[dir="rtl"] .comment .links li {
  padding: 0 0 0 0.5em;
}

/* line 124, ../sass/components/_comments.scss */
.comment--unpublished {
  margin-right: 5px;
  /* LTR */
  padding: 5px 2px 5px 5px;
  /* LTR */
  background: #fff4f4;
}

/* line 129, ../sass/components/_comments.scss */
[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.
 */
/* line 139, ../sass/components/_comments.scss */
.unpublished .comment-text .comment-arrow {
  border-right: 1px solid #fff4f4;
  border-left: 1px solid #fff4f4;
}

/* line 143, ../sass/components/_comments.scss */
.unpublished {
  padding: 20px 15px 0;
}

/* line 146, ../sass/components/_comments.scss */
.comment-footer {
  display: table-row;
}

/* line 149, ../sass/components/_comments.scss */
.comment--unpublished .comment__text:after,
.node--unpublished .comment__text:after {
  border-right-color: #fff4f4;
  /* LTR */
}

/* line 153, ../sass/components/_comments.scss */
[dir="rtl"] .comment--unpublished .comment__content:after,
[dir="rtl"] .node--unpublished .comment__content:after {
  border-left-color: #fff4f4;
}

/**
 * @file
 * Contextual links styles for Resolute.
 */
/* line 6, ../sass/components/_contextual.scss */
.contextual-links a {
  border-bottom: none;
  text-shadow: 0 0 0;
}

/**
 * @file
 * Visual styles for Resolute's block demonstration.
 */
/* line 6, ../sass/components/_demo-block.scss */
.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;
}

/* line 16, ../sass/components/_demo-block.scss */
.featured-top .demo-block {
  font-size: 0.55em;
}

/**
 * @file
 * Visual styles for Resolute's dropbutton component.
 */
/* line 6, ../sass/components/_dropbutton.component.scss */
.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);
}

/* line 19, ../sass/components/_dropbutton.component.scss */
.js .dropbutton-widget:hover {
  border-color: #e4e4e4 #d2d2d2 #b4b4b4 #d2d2d2;
}

/* line 22, ../sass/components/_dropbutton.component.scss */
.js .dropbutton-widget .button {
  margin: 0;
  padding: 0.32em 1em;
  border: none;
  background: transparent none;
}

/* line 28, ../sass/components/_dropbutton.component.scss */
.js .dropbutton-multiple .dropbutton-widget,
.js[dir="rtl"] .dropbutton-multiple .dropbutton-widget {
  padding: 0;
}

/* line 32, ../sass/components/_dropbutton.component.scss */
.js .dropbutton-multiple .dropbutton-widget .dropbutton {
  position: relative;
  padding-right: 2em;
  /* LTR */
}

/* line 36, ../sass/components/_dropbutton.component.scss */
.js[dir="rtl"] .dropbutton-multiple .dropbutton-widget .dropbutton {
  padding-right: 0;
  padding-left: 2em;
}

/* line 40, ../sass/components/_dropbutton.component.scss */
.js .dropbutton-multiple .dropbutton-widget .dropbutton-action a {
  margin-right: 0;
  /* LTR */
}

/* line 43, ../sass/components/_dropbutton.component.scss */
[dir="rtl"].js .dropbutton-multiple .dropbutton-widget .dropbutton-action a {
  margin-left: 0;
}

/* line 46, ../sass/components/_dropbutton.component.scss */
.js .dropbutton .secondary-action {
  border-top-color: #ccc;
}

/* line 49, ../sass/components/_dropbutton.component.scss */
.js .dropbutton-toggle button {
  background-color: #e8e8e8;
  background-image: -webkit-linear-gradient(top, #e8e8e8, #d2d2d2);
  background-image: linear-gradient(to bottom, #e8e8e8, #d2d2d2);
}

/* line 54, ../sass/components/_dropbutton.component.scss */
.js .dropbutton-toggle .dropbutton-arrow:hover {
  background: #ccc;
}

/* line 57, ../sass/components/_dropbutton.component.scss */
.js .dropbutton a {
  color: #3a3a3a;
  border-bottom: 0 none;
}

/* line 61, ../sass/components/_dropbutton.component.scss */
.js .dropbutton .dropbutton-action:hover,
.js .dropbutton a:hover {
  border-bottom: 0 none;
  background: #dedede;
}

/**
* @file
* Visual styles for Resolute's featured bottom component.
*/
/* line 6, ../sass/components/_featured-bottom.scss */
.featured-bottom {
  border-top: 1px solid #e7e7e7;
  background: rgba(30, 50, 10, 0.08);
}

/* line 10, ../sass/components/_featured-bottom.scss */
.featured-bottom .region {
  padding: 0 20px;
}

@media all and (min-width: 560px) {
  /* line 15, ../sass/components/_featured-bottom.scss */
  .featured-bottom .region {
    position: relative;
    float: left;
    /* LTR */
    box-sizing: border-box;
    width: 33%;
    padding: 20px 15px 30px;
  }

  /* line 22, ../sass/components/_featured-bottom.scss */
  [dir="rtl"] .featured-bottom .region {
    float: right;
  }
}
@media all and (min-width: 851px) {
  /* line 28, ../sass/components/_featured-bottom.scss */
  .featured-bottom .region {
    padding: 0 20px;
  }
}
/* line 32, ../sass/components/_featured-bottom.scss */
.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;
}

/* line 40, ../sass/components/_featured-bottom.scss */
.featured-bottom .block {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #dfdfdf;
  line-height: 1.3em;
}

/* line 46, ../sass/components/_featured-bottom.scss */
.featured-bottom .block:last-child {
  border-bottom: none;
}

/* line 49, ../sass/components/_featured-bottom.scss */
.featured-bottom ul,
.featured-bottom ol {
  padding-left: 0;
}

/* line 53, ../sass/components/_featured-bottom.scss */
.featured-bottom ul li,
.featured-bottom ol li {
  list-style: none;
}

/* line 57, ../sass/components/_featured-bottom.scss */
.featured-bottom input:not(.form-submit) {
  width: 185px;
}

/* line 60, ../sass/components/_featured-bottom.scss */
.region-featured-bottom-third .feed-icon {
  float: right;
}

/* line 63, ../sass/components/_featured-bottom.scss */
.region-featured-bottom-second .block-system-powered-by-block {
  text-align: center;
}

/**
 * @file
 * Visual styles for Resolute's featured top.
 */
/* line 6, ../sass/components/_featured-top.scss */
.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;
}

/* line 18, ../sass/components/_featured-top.scss */
.featured-top h2 {
  font-size: 1.2em;
  line-height: 1;
}

/* line 22, ../sass/components/_featured-top.scss */
.featured-top p {
  margin: 0;
  padding: 0;
}

/**
 * @file
 * Feed icon styles for Resolute.
 */
/* line 6, ../sass/components/_feed-icon.scss */
.feed-icon {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
}

/* line 12, ../sass/components/_feed-icon.scss */
.feed-icon:focus,
.feed-icon:hover {
  border-color: #018fe2;
}

/**
 * @file
 * Visual styles for Resolute's field components.
 */
/* line 6, ../sass/components/_field.scss */
.field--type-entity-reference {
  margin: 0 0 1.2em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 11, ../sass/components/_field.scss */
.field--type-entity-reference .field__label {
  margin: 0;
  padding-right: 5px;
  /* LTR */
  font-weight: normal;
}

/* line 18, ../sass/components/_field.scss */
[dir="rtl"] .field--type-entity-reference .field__label {
  padding-right: 0;
  padding-left: 5px;
}

/* line 23, ../sass/components/_field.scss */
.field--type-entity-reference .field__label,
.field--type-entity-reference ul.links {
  font-size: 0.8em;
}

/* line 28, ../sass/components/_field.scss */
.node--view-mode-teaser .field--type-entity-reference .field__label,
.node--view-mode-teaser .field--type-entity-reference ul.links {
  font-size: 0.821em;
}

/* line 33, ../sass/components/_field.scss */
.field--type-entity-reference ul.links {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* This is required to win over specificity of [dir="rtl"] .region-content ul */
/* line 42, ../sass/components/_field.scss */
[dir="rtl"] .field--type-entity-reference ul.links {
  padding: 0;
}

/* line 46, ../sass/components/_field.scss */
.field--type-entity-reference ul.links li {
  float: left;
  /* LTR */
  padding: 0 1em 0 0;
  /* LTR */
  white-space: nowrap;
}

/* line 54, ../sass/components/_field.scss */
[dir="rtl"] .field--type-entity-reference ul.links li {
  float: right;
  padding: 0 0 0 1em;
}

@media all and (min-width: 560px) {
  /* line 60, ../sass/components/_field.scss */
  .node .field--type-image {
    float: left;
    /* LTR */
    margin: 0 1em 0 0;
    /* LTR */
  }

  /* line 66, ../sass/components/_field.scss */
  [dir="rtl"] .node .field--type-image {
    float: right;
    margin: 0 0 0 1em;
  }

  /* line 70, ../sass/components/_field.scss */
  .node .field--type-image + .field--type-image {
    clear: both;
  }
}
/* line 75, ../sass/components/_field.scss */
.field--type-image img,
.field--name-user-picture img {
  margin: 0 0 1em;
}

/* line 80, ../sass/components/_field.scss */
.field--type-image a {
  border-bottom: none;
}

/* line 84, ../sass/components/_field.scss */
.field--name-field-tags {
  margin: 0 0 1.2em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 89, ../sass/components/_field.scss */
.field--name-field-tags .field__label {
  margin: 0;
  padding-right: 5px;
  /* LTR */
  font-weight: normal;
}

/* line 96, ../sass/components/_field.scss */
[dir="rtl"] .field--name-field-tags .field__label {
  padding-right: 0;
  padding-left: 5px;
}

/* line 101, ../sass/components/_field.scss */
.field--name-field-tags .field__label,
.field--name-field-tags ul.links {
  font-size: 0.8em;
}

/* line 106, ../sass/components/_field.scss */
.node--view-mode-teaser .field--name-field-tags .field__label,
.node--view-mode-teaser .field--name-field-tags ul.links {
  font-size: 0.821em;
}

/* line 111, ../sass/components/_field.scss */
.field--name-field-tags ul.links {
  margin: 0;
  padding: 0;
}

/* line 116, ../sass/components/_field.scss */
.field--name-field-tags ul.links li {
  float: left;
  /* LTR */
  padding: 0 1em 0 0;
  /* LTR */
  white-space: nowrap;
}

/* line 124, ../sass/components/_field.scss */
[dir="rtl"] .field--name-field-tags ul.links li {
  float: right;
  padding: 0 0 0 1em;
}

/* line 130, ../sass/components/_field.scss */
.field--name-field-hero-image.field--type-image {
  margin: auto;
}

/**
 * @file
 * Visual styles for Resolute's forms.
 */
/* Password field. */
/* line 7, ../sass/components/_form.scss */
.password-field {
  margin: 0;
}

/* Form elements. */
/* line 12, ../sass/components/_form.scss */
form {
  margin: 0;
  padding: 0;
}

/* line 16, ../sass/components/_form.scss */
fieldset {
  min-width: 0;
  margin: 1em 0;
}

/**
 * We've temporarily added this Firefox specific rule here to fix fieldset
 * widths.
 * @todo remove once this Mozilla bug is fixed.
 * See https://bugzilla.mozilla.org/show_bug.cgi?id=504622
 */
@media (min--moz-device-pixel-ratio: 0) {
  /* line 27, ../sass/components/_form.scss */
  fieldset {
    display: table-cell;
  }
}
/* line 31, ../sass/components/_form.scss */
details,
fieldset,
.filter-wrapper {
  border-radius: 4px;
}

/* line 36, ../sass/components/_form.scss */
.filter-wrapper {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 40, ../sass/components/_form.scss */
.filter-help a {
  font-size: 0.857em;
}

/* line 43, ../sass/components/_form.scss */
.filter-wrapper .form-item label {
  margin-right: 10px;
  /* LTR */
}

/* line 46, ../sass/components/_form.scss */
[dir="rtl"] .filter-wrapper .form-item label {
  margin-right: 0;
  margin-left: 10px;
}

/* line 50, ../sass/components/_form.scss */
summary {
  color: #3b3b3b;
  background: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
}

/* line 55, ../sass/components/_form.scss */
details summary a {
  color: #3b3b3b;
}

/* line 58, ../sass/components/_form.scss */
details summary a:hover,
details summary a:active,
details summary a:focus {
  color: #000;
}

/* line 63, ../sass/components/_form.scss */
details .details-description {
  font-style: italic;
}

/* line 66, ../sass/components/_form.scss */
label {
  display: table;
  font-weight: bold;
}

/* line 70, ../sass/components/_form.scss */
label[for] {
  cursor: pointer;
}

/* line 73, ../sass/components/_form.scss */
input,
textarea,
select {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}

/* line 78, ../sass/components/_form.scss */
input {
  box-sizing: border-box;
  /* Keep form elements from overflowing their containers. */
  max-width: 100%;
  margin: 2px 0;
  padding: 4px;
}

/* line 85, ../sass/components/_form.scss */
input,
textarea {
  font-size: 0.929em;
}

/**
 * Make the font slightly bigger in mobile
 * @todo: check the correct font-size
 */
@media screen and (max-width: 60em) {
  /* 920px */
  /* line 95, ../sass/components/_form.scss */
  input,
  textarea {
    font-size: 16px;
  }
}
/* line 100, ../sass/components/_form.scss */
textarea {
  line-height: 1.5;
}

/* line 103, ../sass/components/_form.scss */
textarea.form-textarea {
  padding: 4px;
}

/* line 106, ../sass/components/_form.scss */
input.form-text,
input.form-tel,
input.form-email,
input.form-url,
input.form-search,
input.form-file,
input.form-number,
input.form-color,
textarea.form-textarea {
  color: #3b3b3b;
  border: 1px solid #ccc;
}

/* line 118, ../sass/components/_form.scss */
input.form-submit:hover,
input.form-submit:focus {
  background: #dedede;
}

/* line 122, ../sass/components/_form.scss */
.password-suggestions ul li {
  margin-left: 1.2em;
  /* LTR */
}

/* line 125, ../sass/components/_form.scss */
[dir="rtl"] .password-suggestions ul li {
  margin-right: 1.2em;
  margin-left: 0;
}

/* line 129, ../sass/components/_form.scss */
.form-item label,
.form-wrapper .label {
  font-size: 0.929em;
}

/* line 133, ../sass/components/_form.scss */
.form-wrapper .field-multiple-table .label {
  font-size: inherit;
}

/* line 136, ../sass/components/_form.scss */
.form-type-radio label,
.form-type-checkbox label {
  margin-left: 4px;
  /* LTR */
}

/* line 140, ../sass/components/_form.scss */
[dir="rtl"] .form-type-radio label,
[dir="rtl"] .form-type-checkbox label {
  margin-right: 4px;
  margin-left: 0;
}

/* line 145, ../sass/components/_form.scss */
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2px;
  /* LTR */
}

/* line 149, ../sass/components/_form.scss */
[dir="rtl"] .form-type-radio .description,
[dir="rtl"] .form-type-checkbox .description {
  margin-right: 2px;
  margin-left: 0;
}

/* line 154, ../sass/components/_form.scss */
.form-actions {
  padding-top: 10px;
}

/* Node Form */
/* line 159, ../sass/components/_form.scss */
#edit-body {
  margin-bottom: 2em;
}

/* line 162, ../sass/components/_form.scss */
.node-form label,
.node-form .description,
.node-form .form-wrapper .label {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 167, ../sass/components/_form.scss */
.node-form .form-wrapper .field-multiple-table .label {
  font-family: inherit;
}

/* line 170, ../sass/components/_form.scss */
.node-form .form-wrapper {
  margin-bottom: 2em;
}

/* line 173, ../sass/components/_form.scss */
.node-form .entity-content-form-footer,
.node-form .field--name-status {
  margin-bottom: 0;
}

/* line 177, ../sass/components/_form.scss */
.node-form .form-actions {
  margin-top: 0;
  padding-top: 0;
}

/* Contact Form */
/* line 183, ../sass/components/_form.scss */
.contact-form #edit-name {
  width: 75%;
  border-radius: 4px;
}

/* line 187, ../sass/components/_form.scss */
.contact-form #edit-mail {
  width: 75%;
  border-radius: 4px;
}

/* line 191, ../sass/components/_form.scss */
.contact-form #edit-subject {
  width: 75%;
  border-radius: 4px;
}

/* line 195, ../sass/components/_form.scss */
.contact-form #edit-message {
  width: 76.3%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* Disabled form elements */
/* line 202, ../sass/components/_form.scss */
.form-disabled input,
.form-disabled select,
.form-disabled textarea {
  color: #717171;
  border-color: #bbb;
  background: #ededed;
}

/* line 209, ../sass/components/_form.scss */
.form-disabled label {
  color: #717171;
}

/* Comment form */
/* line 214, ../sass/components/_form.scss */
.comment-form label {
  float: left;
  /* LTR */
  width: 120px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.929em;
}

/* line 220, ../sass/components/_form.scss */
[dir="rtl"] .comment-form label {
  float: right;
}

/* line 223, ../sass/components/_form.scss */
.comment-form input,
.comment-form .form-select {
  margin: 0;
  border-radius: 4px;
}

/* line 228, ../sass/components/_form.scss */
.comment-form .form-type-textarea label {
  float: none;
}

/* line 231, ../sass/components/_form.scss */
.comment-form .form-item,
.comment-form .form-radios,
.comment-form .form-type-checkbox,
.comment-form .form-select {
  overflow: hidden;
  margin-bottom: 10px;
}

/* line 238, ../sass/components/_form.scss */
.comment-form .form-type-checkbox,
.comment-form .form-radios {
  margin-left: 120px;
  /* LTR */
}

/* line 242, ../sass/components/_form.scss */
[dir="rtl"] .comment-form .form-type-checkbox,
[dir="rtl"] .comment-form .form-radios,
[dir="rtl"] .comment-form .form-item .description {
  margin-right: 120px;
  margin-left: 0;
}

/* line 248, ../sass/components/_form.scss */
.comment-form .form-type-checkbox label,
.comment-form .form-radios label {
  float: none;
  margin-top: 0;
}

/* line 253, ../sass/components/_form.scss */
.comment-form input.form-file {
  width: auto;
}

/* line 256, ../sass/components/_form.scss */
.layout-no-sidebars .comment-form .form-text {
  width: 800px;
}

/* line 259, ../sass/components/_form.scss */
.layout-one-sidebar .comment-form .form-text {
  width: 500px;
}

/* line 262, ../sass/components/_form.scss */
.layout-two-sidebars .comment-form .form-text {
  width: 320px;
}

/* line 265, ../sass/components/_form.scss */
.comment-form .form-item .description {
  margin-left: 120px;
  /* LTR */
  font-size: 0.786em;
  line-height: 1.2;
}

/* line 270, ../sass/components/_form.scss */
.comment-form .form-textarea {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 274, ../sass/components/_form.scss */
.comment-form details.filter-wrapper .details-wrapper,
.comment-form .text-format-wrapper .form-item {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 279, ../sass/components/_form.scss */
.filter-wrapper label {
  float: none;
  width: auto;
}

/* line 283, ../sass/components/_form.scss */
.filter-wrapper .form-select {
  min-width: 120px;
}

/* line 286, ../sass/components/_form.scss */
.comment-form details.filter-wrapper .tips {
  font-size: 0.786em;
}

/* line 289, ../sass/components/_form.scss */
#comment-body-add-more-wrapper .form-type-textarea label {
  margin-bottom: 0.4em;
}

/* line 292, ../sass/components/_form.scss */
#edit-actions input {
  margin-right: 0.6em;
  /* LTR */
}

/* line 295, ../sass/components/_form.scss */
[dir="rtl"] #edit-actions input {
  margin-right: 0;
  margin-left: 0.6em;
}

/* Form error styles. */
/* line 301, ../sass/components/_form.scss */
.form-item textarea.error + .cke {
  border: 2px solid red;
}

/* Form error message styles. */
/* line 306, ../sass/components/_form.scss */
.form-item--error-message {
  color: #e32700;
}

/**
 * Improve form element usability on narrow devices.
 */
@media all and (max-width: 600px) {
  /* line 314, ../sass/components/_form.scss */
  .form-actions .button {
    display: block;
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 10px 0 0;
    padding-bottom: 6px;
  }

  /* line 325, ../sass/components/_form.scss */
  .js .dropbutton .dropbutton-action > input,
  .js .dropbutton .dropbutton-action > a,
  .js .dropbutton .dropbutton-action > button {
    padding-left: 3em;
    text-align: center;
  }
}
/**
 * @file
 * Visual styles for forums in Resolute.
 */
/* line 6, ../sass/components/_forum.scss */
.forum__name {
  font-size: 1.083em;
}

/* line 9, ../sass/components/_forum.scss */
.forum__description {
  font-size: 1em;
}

/**
 * @file
 * Header styles for Resolute
 */
/* line 6, ../sass/components/_header.scss */
#header {
  font-family: "Libre Franklin", sans-serif;
}

/* line 9, ../sass/components/_header.scss */
.header .section {
  position: relative;
}

/* line 12, ../sass/components/_header.scss */
.region-header {
  padding: 0.357em 15px 0;
}

/* line 15, ../sass/components/_header.scss */
.region-header a {
  color: #0c97ed !important;
}

/* line 18, ../sass/components/_header.scss */
.region-header .site-branding {
  margin-top: 0.429em;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

@media all and (min-width: 461px) {
  /* line 26, ../sass/components/_header.scss */
  .region-header .block {
    float: right;
    /* LTR */
    margin-top: 0.357em;
  }

  /* line 30, ../sass/components/_header.scss */
  [dir="rtl"] .region-header .block {
    /*float: left;*/
  }

  /*.region-header .site-branding {*/
  /*  float: left; !* LTR *!*/
  /*  !* margin-bottom: 1.857em; *!*/
  /*}*/
  /* line 37, ../sass/components/_header.scss */
  [dir="rtl"] .region-header .site-branding {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 460px) {
  /* line 45, ../sass/components/_header.scss */
  .region-header {
    padding-bottom: 0.357em;
  }
}
/* Region header blocks. */
/* line 50, ../sass/components/_header.scss */
.region-header .block:not(.site-branding) {
  clear: right;
  margin: 0 0 1em;
  font-size: 0.857em;
}

@media all and (min-width: 901px) {
  /* line 57, ../sass/components/_header.scss */
  .region-header .block:not(.site-branding) {
    margin: 1.167em 0 1em;
  }
}
/* line 61, ../sass/components/_header.scss */
.region-header .block > h2 {
  /* @extend .visually-hidden */
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
}

/* line 68, ../sass/components/_header.scss */
.header .block .content {
  margin: 0;
  padding: 0;
}

/* line 72, ../sass/components/_header.scss */
.region-header .block ul {
  padding: 0;
}

/* line 75, ../sass/components/_header.scss */
.region-header .block li {
  padding: 0;
  list-style: none;
  list-style-image: none;
}

/* line 80, ../sass/components/_header.scss */
.region-header .branding {
  font-size: 1em;
}

/* line 83, ../sass/components/_header.scss */
.region-header .form-text {
  width: 120px;
  margin-right: 2px;
  /* LTR */
  border-color: #ccc;
  border-color: rgba(255, 255, 255, 0.3);
  background: #fefefe;
  background: rgba(255, 255, 255, 0.7);
}

/* line 91, ../sass/components/_header.scss */
[dir="rtl"] .region-header .form-text {
  margin-right: 0;
  margin-left: 2px;
}

/* line 95, ../sass/components/_header.scss */
.region-header .form-text:hover,
.region-header .form-text:focus,
.region-header .form-text:active {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
}

/* line 101, ../sass/components/_header.scss */
.region-header .form-required:after {
  background-image: url(../../images/required.svg);
}

/* Region header block menus. */
/* line 105, ../sass/components/_header.scss */
.region-header .block-menu {
  width: 208px;
  padding: 0;
  border: 1px solid;
  border-color: #eee;
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 112, ../sass/components/_header.scss */
.region-header .block-menu li a {
  display: block;
  padding: 3px 7px;
  border-bottom: 1px solid;
  border-bottom-color: #eee;
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

/* line 119, ../sass/components/_header.scss */
.region-header .block-menu li a:hover,
.region-header .block-menu li a:focus,
.region-header .block-menu li a:active {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.15);
}

/* line 125, ../sass/components/_header.scss */
.region-header .block-menu li:last-child a {
  border-bottom: 0;
}

/* User Login block in the header region. */
/* line 129, ../sass/components/_header.scss */
.region-header #block-user-login {
  width: auto;
}

/* line 132, ../sass/components/_header.scss */
.region-header #block-user-login .content {
  margin-top: 2px;
}

/* line 135, ../sass/components/_header.scss */
.region-header #block-user-login .form-item {
  float: left;
  /* LTR */
  margin: 0;
  padding: 0;
}

/* line 140, ../sass/components/_header.scss */
.region-header #block-user-login div.item-list,
.region-header #block-user-login div.description {
  margin: 0;
  font-size: 0.916em;
}

/* line 145, ../sass/components/_header.scss */
.region-header #block-user-login div.item-list {
  clear: both;
}

/* line 148, ../sass/components/_header.scss */
.region-header #block-user-login div.description {
  display: inline;
}

/* line 151, ../sass/components/_header.scss */
.region-header #block-user-login .item-list ul {
  padding: 0;
  line-height: 1;
}

/* line 155, ../sass/components/_header.scss */
.region-header #block-user-login .item-list li {
  float: left;
  /* LTR */
  padding: 3px 0 1px;
  list-style: none;
}

/* line 160, ../sass/components/_header.scss */
.region-header #block-user-login .item-list li:last-child {
  padding-left: 0.5em;
  /* LTR */
}

/* line 163, ../sass/components/_header.scss */
[dir="rtl"] .region-header #block-user-login .item-list li:last-child {
  padding-right: 0.5em;
  padding-left: 0;
}

/* line 167, ../sass/components/_header.scss */
.region-header #block-user-login .form-actions {
  clear: both;
  margin: 4px 0 0;
  padding: 0;
}

/* line 172, ../sass/components/_header.scss */
.region-header #block-user-login input.form-submit {
  margin: 4px 0;
  padding: 3px 8px;
  border: 1px solid;
  border-color: #ccc;
  border-color: rgba(255, 255, 255, 0.5);
  background: #eee;
  background: rgba(255, 255, 255, 0.7);
}

/* line 181, ../sass/components/_header.scss */
.region-header #block-user-login input.form-submit:hover,
.region-header #block-user-login input.form-submit:focus {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
}

/* Search block in header region. */
/* line 187, ../sass/components/_header.scss */
.region-header #block-search-form {
  width: 208px;
}

/* line 190, ../sass/components/_header.scss */
.region-header #block-search-form .form-text {
  width: 154px;
}

/* line 193, ../sass/components/_header.scss */
.region-header .search-block-form {
  float: right;
  /* LTR */
}

/* line 196, ../sass/components/_header.scss */
[dir="rtl"] .region-header .search-block-form {
  float: left;
}

/* Language switcher block in header region. */
/* line 201, ../sass/components/_header.scss */
.region-header .block-locale ul li {
  display: inline;
  padding: 0 0.5em;
}

/* line 205, ../sass/components/_header.scss */
[role*=banner] a {
  border-bottom: none;
}

/* line 209, ../sass/components/_header.scss */
[dir="rtl"] .branding,
[dir="rtl"] .site-logo,
[dir="rtl"] .site-branding-text,
[dir="rtl"] .region-header #block-user-login .form-item,
[dir="rtl"] .region-header #block-user-login .item-list li {
  float: right;
}

/**
 * @file
 * Styles for the help block.
 */
/* line 6, ../sass/components/_help.scss */
.block-help {
  margin-bottom: 30px;
  padding: 0 1.5em;
  border: 1px solid #d3d7d9;
}

/**
 * @file
 * Styles for Resolute's highlighted component.
 */
/* line 6, ../sass/components/_highlighted.scss */
.has-featured-top .region-highlighted {
  background: #f0f0f0;
  background: rgba(30, 50, 10, 0.08);
}

/* line 10, ../sass/components/_highlighted.scss */
.region-highlighted {
  margin: 0 15px;
}

/**
 * @file
 * Styles for Resolute's image buttons.
 */
/* line 6, ../sass/components/_image-button.scss */
.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 Resolute's item list.
 */
/* line 6, ../sass/components/_item-list.scss */
.item-list ul {
  margin: 0 0 0.25em 0;
  padding: 0;
  /* LTR */
  list-style: none;
}

/* line 11, ../sass/components/_item-list.scss */
[dir="rtl"] .item-list ul {
  padding: 0;
}

/* line 14, ../sass/components/_item-list.scss */
.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 */
}

/* line 19, ../sass/components/_item-list.scss */
[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;
}

/* line 24, ../sass/components/_item-list.scss */
.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 Resolute's lists.
 */
/* line 6, ../sass/components/_list.scss */
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.
 */
/* line 7, ../sass/components/_list-group.scss */
.list-group__link {
  padding: 7px 0 0;
  border-top: 1px solid #ccc;
}

/* line 11, ../sass/components/_list-group.scss */
.list-group__description {
  margin: 0 0 10px;
}

/**
 * @file
 * Visual styles for Resolute's main-content component.
 */
/* line 6, ../sass/components/_main-content.scss */
.main-content .section {
  padding: 0 15px;
}

/* line 9, ../sass/components/_main-content.scss */
.main-content h2 {
  margin-bottom: 2px;
  font-size: 1.429em;
  line-height: 1.4;
  font-weight: 400;
  color: #1d1d1d;
}

@media all and (min-width: 851px) {
  /* line 18, ../sass/components/_main-content.scss */
  .main-content {
    position: relative;
    float: left;
    /* LTR */
  }

  /* line 22, ../sass/components/_main-content.scss */
  [dir="rtl"] .main-content {
    float: right;
  }

  /* line 25, ../sass/components/_main-content.scss */
  .layout-two-sidebars .main-content {
    width: 50%;
    margin-right: 25%;
    margin-left: 25%;
  }

  /* line 30, ../sass/components/_main-content.scss */
  .layout-one-sidebar .main-content {
    width: 75%;
  }

  /* line 33, ../sass/components/_main-content.scss */
  .layout-no-sidebars .main-content {
    width: 100%;
  }

  /* line 36, ../sass/components/_main-content.scss */
  .layout-sidebar-first .main-content {
    margin-right: 0;
    /* LTR */
    margin-left: 25%;
    /* LTR */
  }

  /* line 40, ../sass/components/_main-content.scss */
  [dir="rtl"] .layout-sidebar-first .main-content {
    margin-right: 25%;
    margin-left: 0;
  }

  /* line 44, ../sass/components/_main-content.scss */
  .layout-sidebar-second .main-content {
    margin-right: 25%;
    /* LTR */
    margin-left: 0;
    /* LTR */
  }

  /* line 48, ../sass/components/_main-content.scss */
  [dir="rtl"] .layout-sidebar-second .main-content {
    margin-right: 0;
    margin-left: 25%;
  }
}
/**
 * @file
 * Styles for menus in Resolute.
 */
/* This is needed to override ul.menu styles in menu.theme.css */
/* line 7, ../sass/components/_menu.scss */
ul.menu {
  margin: 0;
  padding: 0 0 0.25em 1em;
}

/* This is needed to override [dir="rtl"] ul.menu styles in menu.theme.css */
/* line 13, ../sass/components/_menu.scss */
[dir="rtl"] ul.menu {
  margin: 0;
}

/**
 * @file
 * Styles for Resolute's messages.
 */
/* line 6, ../sass/components/_messages.scss */
.messages__wrapper {
  padding: 0 0 0 8px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 10, ../sass/components/_messages.scss */
[dir="rtl"] .messages__wrapper {
  padding: 0 8px 0 0;
}

/* line 13, ../sass/components/_messages.scss */
.messages:first-child {
  margin-top: 28px;
}

/* line 16, ../sass/components/_messages.scss */
.messages:last-child {
  margin-bottom: 13px;
}

/**
 * @file
 * Visual styles for Resolute's node component.
 */
/* line 6, ../sass/components/_node.scss */
.node__content {
  margin-top: 10px;
  font-size: 1.071em;
}

/* View mode teaser styles. */
/* line 12, ../sass/components/_node.scss */
.node--view-mode-teaser {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d3d7d9;
}

/* line 17, ../sass/components/_node.scss */
.node--view-mode-teaser h2 {
  margin-top: 0;
  padding-top: 0.5em;
  color: #1d1d1d;
  font-weight: 400;
}

/* line 23, ../sass/components/_node.scss */
.node--view-mode-teaser h2 a {
  color: #40739e;
  font-size: 1.5em;
  text-decoration: none;
}

/* line 28, ../sass/components/_node.scss */
.node--view-mode-teaser h2 a:hover {
  background-color: #dadada;
  text-decoration: none;
}

/* line 32, ../sass/components/_node.scss */
.node--view-mode-teaser.node--sticky {
  padding: 0 15px 15px;
  border: 1px solid #d3d7d9;
  background: #f9f9f9;
  background: rgba(0, 0, 0, 0.024);
}

/* line 38, ../sass/components/_node.scss */
.node--view-mode-teaser .node__content {
  clear: none;
  font-size: 1em;
  line-height: 1.6;
}

/* Node metadata styles. */
/* line 45, ../sass/components/_node.scss */
.node__meta {
  margin-bottom: -5px;
  color: #68696b;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.857em;
}

/* line 51, ../sass/components/_node.scss */
.node__meta .field--name-user-picture img {
  float: left;
  /* LTR */
  margin: 1px 20px 0 0;
  /* LTR */
}

/* line 55, ../sass/components/_node.scss */
[dir="rtl"] .node__meta .field--name-user-picture img {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}

/* Node links styles. */
/* line 62, ../sass/components/_node.scss */
.node__links {
  text-align: right;
  /* LTR */
  font-size: 0.93em;
}

/* line 66, ../sass/components/_node.scss */
[dir="rtl"] .node__links {
  text-align: left;
}

/* Unpublished node styles. */
/* line 71, ../sass/components/_node.scss */
.node--unpublished {
  padding: 20px 15px 0;
}

/* line 74, ../sass/components/_node.scss */
.node--unpublished .comment-text .comment-arrow {
  border-right: 1px solid #fff4f4;
  border-left: 1px solid #fff4f4;
}

/* line 1, ../sass/components/_node-previews.scss */
.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;
}

/* line 12, ../sass/components/_node-previews.scss */
.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(../../../core/misc/icons/000000/chevron-left.svg) left no-repeat, -webkit-linear-gradient(top, #419ff1, #1076d5);
  background: url(../../../core/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;
}

/* line 26, ../sass/components/_node-previews.scss */
[dir="rtl"] .node-preview-backlink {
  float: right;
  margin: 5px 0 5px 10px;
  padding: 4px 0.6em 4px 1em;
  background: url(../../../core/misc/icons/000000/chevron-right.svg) right no-repeat, -webkit-linear-gradient(top, #419ff1, #1076d5);
  background: url(../../../core/misc/icons/000000/chevron-right.svg) right no-repeat, linear-gradient(to bottom, #419ff1, #1076d5);
}

/* line 33, ../sass/components/_node-previews.scss */
.node-preview-backlink:focus,
.node-preview-backlink:hover {
  text-decoration: none;
  color: #fff;
  border: 1px solid #0048c8;
  background: url(../../../core/misc/icons/000000/chevron-left.svg) left no-repeat, -webkit-linear-gradient(top, #59abf3, #2a90ef);
  background: url(../../../core/misc/icons/000000/chevron-left.svg) left no-repeat, linear-gradient(to bottom, #59abf3, #2a90ef);
  /* LTR */
}

/* line 41, ../sass/components/_node-previews.scss */
[dir="rtl"] .node-preview-backlink:focus,
[dir="rtl"] .node-preview-backlink:hover {
  background: url(../../../core/misc/icons/000000/chevron-right.svg) right no-repeat, -webkit-linear-gradient(top, #59abf3, #2a90ef);
  background: url(../../../corre/misc/icons/000000/chevron-right.svg) right no-repeat, linear-gradient(to bottom, #59abf3, #2a90ef);
}

/* line 46, ../sass/components/_node-previews.scss */
.node-preview-backlink:active {
  border: 1px solid #0048c8;
  background: url(../../../core/misc/icons/000000/chevron-left.svg) left no-repeat, -webkit-linear-gradient(top, #0e69be, #2a93ef);
  background: url(../../../core/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);
}

/* line 52, ../sass/components/_node-previews.scss */
[dir="rtl"] .node-preview-backlink:active {
  background: url(../../../core/misc/icons/000000/chevron-right.svg) right no-repeat, -webkit-linear-gradient(top, #0e69be, #2a93ef);
  background: url(../../../core/misc/icons/000000/chevron-right.svg) right no-repeat, linear-gradient(to bottom, #0e69be, #2a93ef);
}

/* line 56, ../sass/components/_node-previews.scss */
.node-preview-backlink::before {
  display: inline-block;
  width: 10px;
  content: "";
}

/* line 61, ../sass/components/_node-previews.scss */
[dir="rtl"] .node-preview-backlink::after {
  display: inline-block;
  width: 10px;
  content: "";
}

/* line 66, ../sass/components/_node-previews.scss */
.node-preview-container .form-item-view-mode {
  display: inline-block;
  margin: 5px 0;
}

/* line 70, ../sass/components/_node-previews.scss */
[dir="rtl"] .node-preview-container .form-item-view-mode {
  margin-right: 0;
}

/**
 * @file
 * Visual styles for Resolute's page-title component.
 */
/* line 6, ../sass/components/_page-title.scss */
.page-title {
  font-size: 2em;
  line-height: 1em;
  font-weight: 600;
}

/**
 * @file
 * Styles for Bartik's pagination.
 */
/* Using .pager selector on the first one to override .region-content ul. */
/* line 7, ../sass/components/_pager.scss */
.pager .pager__items {
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 11, ../sass/components/_pager.scss */
.pager__item {
  padding: 10px 15px;
  font-size: 0.929em;
}

/* line 15, ../sass/components/_pager.scss */
.pager__item a {
  display: inline-block;
}

/* line 18, ../sass/components/_pager.scss */
.pager__item.is-active a {
  color: #3b3b3b;
  border-bottom: 0;
}

/* line 22, ../sass/components/_pager.scss */
.pager__item--first,
.pager__item--previous {
  padding: 10px 10px 10px 0;
  /* LTR */
}

/* line 26, ../sass/components/_pager.scss */
[dir="rtl"] .pager__item--first,
[dir="rtl"] .pager__item--previous {
  padding-right: 0;
  padding-left: 10px;
}

/* line 31, ../sass/components/_pager.scss */
.pager__item--ellipsis {
  padding: 10px 0;
}

/* line 34, ../sass/components/_pager.scss */
.pager__item--last,
.pager__item--next {
  padding: 10px 0 10px 10px;
  /* LTR */
}

/* line 38, ../sass/components/_pager.scss */
[dir="rtl"] .pager__item--last,
[dir="rtl"] .pager__item--next {
  padding-right: 10px;
  padding-left: 0;
}

/**
 * @file
 * Panel styling. Panels are used to visually group items together.
 */
/* line 6, ../sass/components/_panel.scss */
.panel {
  margin: 10px 0;
  padding: 0 5px 5px;
  border: 1px solid #ccc;
  background: #fbfbfb;
}

/* line 12, ../sass/components/_panel.scss */
.panel__title {
  margin: 16px 7px;
}

/* line 15, ../sass/components/_panel.scss */
.panel__content {
  padding: 0 4px 2px 8px;
  /* LTR */
}

/* line 18, ../sass/components/_panel.scss */
[dir="rtl"] .panel__content {
  padding-right: 8px;
  padding-left: 4px;
}

/**
 * @file
 * Styles for password suggestions in Resolute.
 */
/* line 6, ../sass/components/_password-suggestions.scss */
.password-suggestions {
  border: 0;
}

/* --------------- Primary Menu ------------ */
/* line 3, ../sass/components/_primary-menu.scss */
.region-primary-menu {
  clear: both;
}

/* line 6, ../sass/components/_primary-menu.scss */
.region-primary-menu .menu {
  margin: 0 5px;
  padding: 0;
  text-align: left;
  /* LTR */
  font-size: 0.929em;
}

/* line 12, ../sass/components/_primary-menu.scss */
[dir="rtl"] .region-primary-menu .menu {
  margin-right: 5px;
  /* This is required to win over specificity of [dir="rtl"] ul.menu */
  margin-left: 5px;
  /* This is required to win over specificity of [dir="rtl"] ul.menu */
  text-align: right;
}

/* line 17, ../sass/components/_primary-menu.scss */
.region-primary-menu .menu-item {
  float: none;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 25, ../sass/components/_primary-menu.scss */
.region-primary-menu .menu a {
  display: block;
  float: none;
  margin: 4px 0;
  padding: 0.9em 0 0.9em 10px;
  /* LTR */
  text-decoration: none;
  color: #333;
  border-radius: 8px;
  background: #ccc;
  background: rgba(255, 255, 255, 0.7);
  text-shadow: 0 1px #eee;
}

/* line 37, ../sass/components/_primary-menu.scss */
[dir="rtl"] .region-primary-menu .menu a {
  padding: 0.9em 10px 0.9em 0;
}

/* line 40, ../sass/components/_primary-menu.scss */
.region-primary-menu .menu a:hover,
.region-primary-menu .menu a:focus {
  background: #f6f6f2;
  background: rgba(255, 255, 255, 0.95);
}

/* line 45, ../sass/components/_primary-menu.scss */
.region-primary-menu .menu a:active {
  background: #b3b3b3;
  background: white;
}

/* line 49, ../sass/components/_primary-menu.scss */
.region-primary-menu .menu-item a.is-active {
  border-bottom: none;
}

/* ---------- Primary Menu Toggle ----------- */
/* Hide the toggle by default. */
/* line 55, ../sass/components/_primary-menu.scss */
.menu-toggle,
.menu-toggle-target {
  display: none;
}

/* Unhide it for the primary menu. */
/* line 60, ../sass/components/_primary-menu.scss */
.region-primary-menu .menu-toggle-target {
  position: fixed;
  top: 0;
  display: inherit;
}

/* line 65, ../sass/components/_primary-menu.scss */
.region-primary-menu .menu-toggle {
  display: none;
}

/* line 68, ../sass/components/_primary-menu.scss */
body:not(:target) .region-primary-menu .menu-toggle {
  z-index: 1000;
  display: block;
  float: none;
  padding: 0.9em 10px 0.9em 10px;
  text-decoration: none;
  color: #333;
  background: #ccc;
  background: rgba(255, 255, 255, 0.7);
  text-shadow: 0 1px #eee;
  font-size: 0.929em;
}

/* line 80, ../sass/components/_primary-menu.scss */
body:not(:target) .region-primary-menu .menu-toggle:after {
  position: absolute;
  right: 10px;
  /* LTR */
  display: inline-block;
  width: 22px;
  height: 22px;
  content: "";
  background: url(../../../../misc/icons/ffffff/hamburger.svg) no-repeat;
  background-size: contain;
}

/* line 90, ../sass/components/_primary-menu.scss */
[dir="rtl"] body:not(:target) .region-primary-menu .menu-toggle:after {
  right: initial;
  left: 10px;
}

/* line 94, ../sass/components/_primary-menu.scss */
body:not(:target) .region-primary-menu .menu-toggle-target-show:target ~ .menu-toggle,
body:not(:target) .region-primary-menu .menu-toggle--hide {
  display: none;
}

/* line 98, ../sass/components/_primary-menu.scss */
body:not(:target) .region-primary-menu .menu-toggle-target-show:target ~ .menu-toggle--hide {
  display: block;
}

/* line 102, ../sass/components/_primary-menu.scss */
body:not(:target) .region-primary-menu .menu-item {
  overflow: hidden;
  height: 0;
}

/* line 106, ../sass/components/_primary-menu.scss */
body:not(:target) .region-primary-menu .menu-toggle-target-show:target ~ .menu .menu-item {
  overflow: visible;
  height: auto;
}

/**
 * Media queries for primary menu.
 */
@media all and (min-width: 461px) and (max-width: 900px) {
  /* line 115, ../sass/components/_primary-menu.scss */
  .region-primary-menu .menu {
    margin: 0 5px;
    padding: 0;
    text-align: center;
  }

  /* This is required to win over specificity of the global [dir="rtl"] .region-primary-menu .menu */
  /* line 121, ../sass/components/_primary-menu.scss */
  [dir="rtl"] .region-primary-menu .menu {
    text-align: center;
  }

  /* line 124, ../sass/components/_primary-menu.scss */
  .region-primary-menu .menu-item,
  body:not(:target) .region-primary-menu .menu-item {
    display: inline-block;
    float: left;
    /* LTR */
    overflow: visible;
    width: 32.75%;
    height: auto;
    margin-right: 5px;
    /* LTR */
    padding: 0;
  }

  /* line 134, ../sass/components/_primary-menu.scss */
  [dir="rtl"] .region-primary-menu .menu-item,
  [dir="rtl"] body:not(:target) .region-primary-menu .menu-item {
    float: right;
    margin-right: 0;
    margin-left: 5px;
  }

  /* line 140, ../sass/components/_primary-menu.scss */
  .region-primary-menu .menu-item:nth-child(3n) {
    margin-right: -5px;
    /* LTR */
  }

  /* line 143, ../sass/components/_primary-menu.scss */
  [dir="rtl"] .region-primary-menu .menu-item:nth-child(3n) {
    margin-right: 0;
    margin-left: -5px;
  }

  /* line 147, ../sass/components/_primary-menu.scss */
  .region-primary-menu .menu a {
    display: block;
    float: none;
    margin-bottom: 5px;
    padding: 0.9em 5px;
    border-radius: 8px;
  }

  /* This is required to win over specificity of the global [dir="rtl"] .region-primary-menu .menu a */
  /* line 155, ../sass/components/_primary-menu.scss */
  [dir="rtl"] .region-primary-menu .menu a {
    padding: 0.9em 5px;
  }

  /* line 158, ../sass/components/_primary-menu.scss */
  body:not(:target) .region-primary-menu .menu-toggle {
    display: none;
  }
}
@media all and (min-width: 901px) {
  /* line 164, ../sass/components/_primary-menu.scss */
  .region-primary-menu .block-menu .menu {
    margin: 0;
    padding: 0 15px;
    font-size: 0.929em;
  }

  /* line 169, ../sass/components/_primary-menu.scss */
  .region-primary-menu .menu-item,
  body:not(:target) .region-primary-menu .menu-item {
    float: left;
    /* LTR */
    overflow: visible;
    width: auto;
    height: auto;
    margin: 0 1px;
    padding: 0 1px;
    list-style: none;
  }

  /* line 179, ../sass/components/_primary-menu.scss */
  [dir="rtl"] .region-primary-menu .menu-item,
  [dir="rtl"] body:not(:target) .region-primary-menu .menu-item {
    float: right;
  }

  /* line 183, ../sass/components/_primary-menu.scss */
  .region-primary-menu .menu a {
    float: left;
    /* LTR */
    margin-bottom: 0;
    padding: 0.7em 0.8em;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  /* line 190, ../sass/components/_primary-menu.scss */
  [dir="rtl"] .region-primary-menu .menu a {
    float: right;
    padding: 0.7em 0.8em;
  }

  /* line 194, ../sass/components/_primary-menu.scss */
  .featured .region-primary-menu .menu-item a:active,
  .featured .region-primary-menu .menu-item a.is-active {
    background: #f0f0f0;
    background: #f0f0f0;
  }

  /* line 199, ../sass/components/_primary-menu.scss */
  body:not(:target) .region-primary-menu .menu-toggle {
    display: none;
  }
}
/**
 * Ensures that the open mobile menu hides when the screen dimensions become
 * 461px or wider.
 */
@media all and (min-width: 461px) {
  /* line 209, ../sass/components/_primary-menu.scss */
  body:not(:target) .region-primary-menu .menu-toggle-target-show:target ~ .menu-toggle--hide {
    display: none;
  }
}
/**
 * @file
 * The visual styles for Resolute's search form(s).
 * Modified the search box:
 *  .search-form float right
 *  remove button and search box background and modified button
 *  out line and background.
 */
/* line 10, ../sass/components/_search-form.scss */
.search-form {
  font-size: 0.875rem;
  float: right;
}

/* line 15, ../sass/components/_search-form.scss */
.search-form .form-search {
  margin: 10px 5px;
  padding: 4px;
  border-radius: 20px;
  border: solid 2px #000000;
  background-color: transparent;
}

/* line 23, ../sass/components/_search-form.scss */
[dir="rtl"] .search-form .form-search {
  margin-right: 0;
  margin-left: 5px;
}

/* line 28, ../sass/components/_search-form.scss */
.button.search-form__submit,
.search-form__submit {
  position: relative;
  overflow: hidden;
  width: 34px;
  height: 26px;
  margin: 0 0 0 0;
  padding: 0;
  cursor: pointer;
  text-indent: -9999px;
  direction: ltr;
  background: url(../../../core/misc/icons/000000/loupe.svg) no-repeat center;
  border: none;
  background-size: 26px 26px;
}

/* line 45, ../sass/components/_search-form.scss */
.button.search-form__submit {
  position: relative;
  margin: 12px 0 0 0;
}

/* line 50, ../sass/components/_search-form.scss */
.button.search-form__submit:hover,
.search-form__submit:hover,
.button.search-form__submit:focus,
.search-form__submit:focus {
  background: url(../../../core/misc/icons/424242/loupe.svg) no-repeat center;
  border: none;
  background-size: 26px 26px;
}

/* line 60, ../sass/components/_search-form.scss */
.search-form .form-item-keys label {
  display: block;
}

/* line 64, ../sass/components/_search-form.scss */
.search-block-form h2 {
  text-indent: -9999px;
  font-size: 0.75px;
}

/**
 * @file
 * Visual styles for Resolute's search results.
 */
/* line 6, ../sass/components/_search-results.scss */
.search-results {
  padding: 0;
  list-style-position: inside;
}

/* line 10, ../sass/components/_search-results.scss */
.search-results li {
  margin-bottom: 0.5em;
  padding-bottom: 0.4285em;
  border-bottom: 1px solid #d3d7d9;
}

/* line 15, ../sass/components/_search-results.scss */
.search-results li:last-child {
  margin-bottom: 1em;
  padding-bottom: 0;
  border-bottom: none;
}

/* line 20, ../sass/components/_search-results.scss */
.search-result__title {
  font-weight: bold;
}

/* line 23, ../sass/components/_search-results.scss */
.search-result__snippet-info {
  padding-left: 0;
  /* LTR */
}

/* line 26, ../sass/components/_search-results.scss */
[dir="rtl"] .search-result__snippet-info {
  padding-right: 0;
}

/* --------------- Secondary Menu ------------ */
/* line 3, ../sass/components/_secondary-menu.scss */
.region-secondary-menu .menu {
  margin: 0 10px;
  padding: 0;
  text-align: right;
  /* LTR */
  font-size: 0.929em;
  color: #000000 !important;
}

/* line 10, ../sass/components/_secondary-menu.scss */
[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;
}

/* line 15, ../sass/components/_secondary-menu.scss */
.region-secondary-menu .menu-item {
  display: inline;
  margin: 0;
  padding: 0;
}

/* line 20, ../sass/components/_secondary-menu.scss */
.region-secondary-menu .menu a {
  display: inline-block;
  padding: 0.8em;
  margin-top: 5px;
}

/* line 25, ../sass/components/_secondary-menu.scss */
.region-secondary-menu .menu a:hover,
.region-secondary-menu .menu a:focus {
  text-decoration: underline;
}

/**
 * @file
 * Visual styles for the Shortcut action link in Resolute.
 */
/* line 6, ../sass/components/_shortcut.scss */
.shortcut-wrapper {
  margin: 2.2em 0 1.1em 0;
  /* Same as usual .page-title margin. */
}

/* line 9, ../sass/components/_shortcut.scss */
.shortcut-wrapper .page-title {
  float: left;
  /* LTR */
  margin: 0;
}

/* line 13, ../sass/components/_shortcut.scss */
[dir="rtl"] .shortcut-wrapper .page-title {
  float: right;
}

/* line 16, ../sass/components/_shortcut.scss */
.shortcut-action {
  margin-left: 0.5em;
  /* LTR */
  padding-top: 0.35em;
  border-bottom: none;
}

/* line 21, ../sass/components/_shortcut.scss */
[dir="rtl"] .shortcut-action {
  margin-right: 0.5em;
  margin-left: 0;
}

/* line 25, ../sass/components/_shortcut.scss */
.shortcut-action:hover,
.shortcut-action:active,
.shortcut-action:focus {
  border-bottom: none;
}

/* ------------------ Sidebar ----------------- */
@media all and (min-width: 560px) {
  /* line 4, ../sass/components/_sidebar.scss */
  .sidebar {
    position: relative;
    float: left;
    /* LTR */
    width: 50%;
  }

  /* line 9, ../sass/components/_sidebar.scss */
  [dir="rtl"] .sidebar {
    float: right;
  }

  /* line 12, ../sass/components/_sidebar.scss */
  .layout-one-sidebar .sidebar {
    width: 100%;
  }
}
@media all and (min-width: 851px) {
  /* line 18, ../sass/components/_sidebar.scss */
  .layout-one-sidebar .sidebar {
    width: 25%;
  }

  /* line 21, ../sass/components/_sidebar.scss */
  #sidebar-first {
    width: 25%;
    margin-left: -100%;
    /* LTR */
  }

  /* line 25, ../sass/components/_sidebar.scss */
  [dir="rtl"] #sidebar-first {
    margin-right: -100%;
    margin-left: 0;
  }

  /* line 29, ../sass/components/_sidebar.scss */
  #sidebar-second {
    clear: none;
    width: 25%;
    margin-left: -25%;
    /* LTR */
  }

  /* line 34, ../sass/components/_sidebar.scss */
  [dir="rtl"] #sidebar-second {
    margin-right: -25%;
    margin-left: 0;
  }
}
/* line 40, ../sass/components/_sidebar.scss */
.sidebar .section {
  padding: 10px 15px 0;
}

/* line 43, ../sass/components/_sidebar.scss */
.sidebar .block {
  margin: 0 0 20px;
  padding: 15px 20px;
  border-width: 1px;
  border-style: solid;
}

/* line 49, ../sass/components/_sidebar.scss */
.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;
}

/* line 57, ../sass/components/_sidebar.scss */
.sidebar .block .content {
  font-size: 0.914em;
  line-height: 1.4;
}

/* line 61, ../sass/components/_sidebar.scss */
.sidebar tbody {
  border: none;
}

/* line 64, ../sass/components/_sidebar.scss */
.sidebar tr.even,
.sidebar tr.odd {
  border-bottom: 1px solid #d6d6d6;
  background: none;
}

/**
 * @file
 * Visual styles for the site branding block in Resolute.
 */
/* line 6, ../sass/components/_site-branding.scss */
.site-branding__logo {
  display: inline-block;
  margin-right: 1em;
  /* LTR */
  margin-bottom: 0.286em;
  border-bottom: 0;
}

/* line 12, ../sass/components/_site-branding.scss */
[dir="rtl"] .site-branding__logo {
  margin-right: 0;
  margin-left: 1em;
}

/* line 16, ../sass/components/_site-branding.scss */
.site-branding__logo img {
  margin-top: 100px;
  width: 65%;
  height: auto;
}

/* line 21, ../sass/components/_site-branding.scss */
.site-branding__text {
  width: 100%;
  height: 200px;
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
  vertical-align: top;
}

/* line 29, ../sass/components/_site-branding.scss */
.site-branding__name {
  background-image: url("../../../sites/default/files/lightning-bolt.svg");
  background-repeat: no-repeat;
  background-position: 550px;
  height: 100%;
  width: 100%;
  text-align: center;
}

/* line 37, ../sass/components/_site-branding.scss */
.site-branding__font {
  position: relative;
  font-style: italic;
  line-height: 2.5em;
  top: -10px;
  font-weight: 900;
  font-size: 5em;
  text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

/* line 53, ../sass/components/_site-branding.scss */
a:hover.site-branding__font {
  background-color: transparent;
}

/* line 56, ../sass/components/_site-branding.scss */
.site-branding__slogan {
  font-family: "Raleway", sans-serif;
  word-spacing: 0.1em;
  font-size: 1.5em;
  font-style: italic;
  color: #000000;
  position: relative;
  top: -50px;
  font-style: italic;
  font-weight: 600;
}

@media all and (max-width: 1100px) {
  /* line 68, ../sass/components/_site-branding.scss */
  .site-branding__name {
    background-position: 400px;
  }
}
@media all and (max-width: 974px) {
  /* line 73, ../sass/components/_site-branding.scss */
  .site-branding__font {
    top: -17px;
    position: relative;
  }

  /* line 77, ../sass/components/_site-branding.scss */
  .site-branding__slogan {
    top: -50px;
  }
}
@media all and (max-width: 817px) {
  /* line 82, ../sass/components/_site-branding.scss */
  .site-branding__text {
    padding: 1.286em 0 0;
  }

  /* line 85, ../sass/components/_site-branding.scss */
  .site-branding__font {
    line-height: 1em;
  }

  /* line 88, ../sass/components/_site-branding.scss */
  .site-branding__name {
    background-position: 200px -50px;
  }

  /* line 91, ../sass/components/_site-branding.scss */
  .site-branding__slogan {
    top: -10px;
    margin-left: 0px;
  }
}
@media all and (max-width: 760px) {
  /* line 97, ../sass/components/_site-branding.scss */
  .block-system-branding-block {
    margin: auto;
  }

  /* line 100, ../sass/components/_site-branding.scss */
  .site-branding__font {
    position: relative;
    top: 10px;
    font-size: 4em;
  }

  /* line 105, ../sass/components/_site-branding.scss */
  .site-branding__name {
    background-position: 200px -40px;
  }

  /* line 108, ../sass/components/_site-branding.scss */
  .site-branding__slogan {
    top: 5px;
    line-height: 1em;
    margin-left: 0px;
  }
}
@media all and (max-width: 0px) {
  /* line 115, ../sass/components/_site-branding.scss */
  .site-branding__font {
    font-size: 4em;
  }
}
@media all and (max-width: 460px) {
  /* line 120, ../sass/components/_site-branding.scss */
  .site-branding__name {
    background-position: 100px -40px;
  }

  /* line 123, ../sass/components/_site-branding.scss */
  .site-branding__slogan {
    visibility: hidden;
  }
}
/**
 * @file
 * Footer Styling.
 */
/* line 6, ../sass/components/_site-footer.scss */
.site-footer {
  padding: 35px 0 30px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 10, ../sass/components/_site-footer.scss */
.site-footer .layout-container {
  padding: 0 15px;
}

@media all and (min-width: 560px) {
  /* line 15, ../sass/components/_site-footer.scss */
  .site-footer__top .region {
    position: relative;
    float: left;
    /* LTR */
    width: 50%;
  }

  /* line 20, ../sass/components/_site-footer.scss */
  [dir="rtl"] .site-footer__top .region {
    float: right;
  }
}
@media all and (min-width: 560px) and (max-width: 850px) {
  /* line 26, ../sass/components/_site-footer.scss */
  .site-footer .region {
    box-sizing: border-box;
  }

  /* line 29, ../sass/components/_site-footer.scss */
  .site-footer__top .region:nth-child(2n+1) {
    padding-right: 10px;
    /* LTR */
  }

  /* line 32, ../sass/components/_site-footer.scss */
  [dir="rtl"] .site-footer__top .region:nth-child(2n+1) {
    padding-right: 0;
    padding-left: 10px;
  }

  /* line 36, ../sass/components/_site-footer.scss */
  .site-footer__top .region:nth-child(2n) {
    padding-left: 10px;
    /* LTR */
  }

  /* line 39, ../sass/components/_site-footer.scss */
  [dir="rtl"] .site-footer__top .region:nth-child(2n) {
    padding-right: 10px;
    padding-left: 0;
  }

  /* line 43, ../sass/components/_site-footer.scss */
  .region-footer-third {
    clear: both;
  }
}
@media all and (min-width: 851px) {
  /* line 49, ../sass/components/_site-footer.scss */
  .site-footer__top .region {
    width: 24%;
    padding: 0 0.65%;
  }

  /* line 53, ../sass/components/_site-footer.scss */
  .site-footer__top .region:first-child {
    padding-left: 0;
    /* LTR */
  }

  /* line 56, ../sass/components/_site-footer.scss */
  [dir="rtl"] .site-footer__top .region:first-child {
    padding-right: 0;
    padding-left: 10px;
  }

  /* line 60, ../sass/components/_site-footer.scss */
  .site-footer__top .region:last-child {
    padding-right: 0;
    /* LTR */
  }

  /* line 63, ../sass/components/_site-footer.scss */
  [dir="rtl"] .site-footer__top .region:last-child {
    padding-right: 10px;
    padding-left: 0;
  }
}
/* line 68, ../sass/components/_site-footer.scss */
.site-footer h2 {
  color: #c0c0c0;
  color: rgba(255, 255, 255, 0.65);
}

/* line 72, ../sass/components/_site-footer.scss */
.site-footer blockquote {
  color: #555;
}

/* line 75, ../sass/components/_site-footer.scss */
.site-footer .content {
  color: #c0c0c0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.857em;
}

/* line 80, ../sass/components/_site-footer.scss */
.site-footer .menu-item {
  padding: 0;
}

/* line 83, ../sass/components/_site-footer.scss */
.site-footer .content ol:not(.menu),
.site-footer .content ul:not(.menu) {
  padding-left: 1.4em;
  /* LTR */
}

/* line 87, ../sass/components/_site-footer.scss */
[dir="rtl"] .site-footer .content ol:not(.menu),
[dir="rtl"] .site-footer .content ul:not(.menu) {
  padding-right: 1.4em;
  padding-left: 0;
}

/* line 92, ../sass/components/_site-footer.scss */
.site-footer .content a,
.site-footer .content a.is-active {
  color: #fcfcfc;
  color: rgba(255, 255, 255, 0.8);
}

/* line 97, ../sass/components/_site-footer.scss */
.site-footer .content a:hover,
.site-footer .content a:focus {
  color: #fefefe;
  color: rgba(255, 255, 255, 0.95);
}

/* line 102, ../sass/components/_site-footer.scss */
.site-footer .block {
  margin: 20px 0;
  padding: 10px;
  border: 1px solid #444;
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 108, ../sass/components/_site-footer.scss */
.site-footer table {
  font-size: 1em;
}

/* line 111, ../sass/components/_site-footer.scss */
.site-footer tr td,
.site-footer tr th {
  border-color: #555;
  border-color: rgba(255, 255, 255, 0.18);
}

/* line 116, ../sass/components/_site-footer.scss */
.site-footer tr.odd {
  background-color: transparent;
}

/* line 119, ../sass/components/_site-footer.scss */
.site-footer tr.even {
  background-color: #2c2c2c;
  background-color: rgba(0, 0, 0, 0.15);
}

/* Footer Top Styling. */
/* line 125, ../sass/components/_site-footer.scss */
.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;
}

/* line 133, ../sass/components/_site-footer.scss */
.site-footer__top .content {
  margin-top: 0;
}

/* line 136, ../sass/components/_site-footer.scss */
.site-footer__top p {
  margin-top: 1em;
}

/* line 139, ../sass/components/_site-footer.scss */
.site-footer__top .content .menu {
  padding-left: 0;
  /* LTR */
}

/* line 142, ../sass/components/_site-footer.scss */
[dir="rtl"] .site-footer__top .content .menu {
  padding-right: 0;
}

/* line 145, ../sass/components/_site-footer.scss */
.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;
}

/* line 153, ../sass/components/_site-footer.scss */
[dir="rtl"] .site-footer__top .content li a {
  padding: 0.8em 20px 0.8em 2px;
}

/* line 156, ../sass/components/_site-footer.scss */
.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);
}

/* line 162, ../sass/components/_site-footer.scss */
.site-footer__top .block-menu,
.site-footer__bottom .block {
  margin: 0;
  padding: 0;
  border: none;
}

/* Footer Bottom Styling. */
/* line 170, ../sass/components/_site-footer.scss */
.site-footer__bottom .block {
  margin: 0.5em 0;
}

/* line 173, ../sass/components/_site-footer.scss */
.site-footer__bottom .content {
  margin-top: 0;
  padding: 0.5em 0;
}

/* line 177, ../sass/components/_site-footer.scss */
.site-footer__bottom .block h2 {
  margin: 0;
}

/* line 180, ../sass/components/_site-footer.scss */
.site-footer__bottom {
  margin-top: 30px;
  letter-spacing: 0.2px;
  border-color: rgba(255, 255, 255, 0.15);
  border-top: 1px solid #555;
}

/* line 186, ../sass/components/_site-footer.scss */
.site-footer__bottom .region {
  margin-top: 20px;
}

/* line 189, ../sass/components/_site-footer.scss */
.site-footer__bottom .block {
  clear: both;
}

/* We need to be specific to overwrite [dir="rtl"] .block ul in block.css. */
/* line 194, ../sass/components/_site-footer.scss */
.site-footer__bottom .block .menu {
  padding: 0;
}

/* line 197, ../sass/components/_site-footer.scss */
.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 */
}

/* line 204, ../sass/components/_site-footer.scss */
[dir="rtl"] .site-footer__bottom .menu-item a {
  float: right;
  border-right: none;
  border-left: 1px solid #555;
}

/* line 209, ../sass/components/_site-footer.scss */
.site-footer__bottom .menu-item:first-child a {
  padding-left: 0;
  /* LTR */
}

/* line 212, ../sass/components/_site-footer.scss */
[dir="rtl"] .site-footer__bottom .menu-item:first-child a {
  padding-right: 0;
  padding-left: 12px;
}

/* line 216, ../sass/components/_site-footer.scss */
.site-footer__bottom .menu-item:last-child a {
  padding-right: 0;
  /* LTR */
  border-right: none;
  /* LTR */
}

/* line 220, ../sass/components/_site-footer.scss */
[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.
 */
/* line 230, ../sass/components/_site-footer.scss */
[dir="rtl"] .site-footer__bottom .menu-item:first-child:last-child a {
  padding-right: 0;
}

/**
 * @file
 * Styles for the skip link.
 */
/* line 6, ../sass/components/_skip-link.scss */
.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;
}

/* line 22, ../sass/components/_skip-link.scss */
.skip-link.visually-hidden.focusable:focus {
  position: absolute !important;
  color: #fff;
}

/**
 * @file
 * Styles for Resolute's tables.
 */
/* line 6, ../sass/components/_table.scss */
table {
  width: 100%;
  margin: 10px 0;
  border-spacing: 0;
  border: 0;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 0.857em;
}

/* line 14, ../sass/components/_table.scss */
table table {
  font-size: 1em;
}

/* line 17, ../sass/components/_table.scss */
tr {
  padding: 0.1em 0.6em;
  border-bottom: 1px solid #ccc;
  background: #efefef;
  background: rgba(0, 0, 0, 0.063);
}

/* line 23, ../sass/components/_table.scss */
thead > tr {
  border-bottom: 1px solid #000;
}

/* line 26, ../sass/components/_table.scss */
tr.odd {
  background: #e4e4e4;
  background: rgba(0, 0, 0, 0.105);
}

/* line 30, ../sass/components/_table.scss */
table tr th {
  border-bottom-style: none;
  background: #757575;
  background: rgba(0, 0, 0, 0.51);
}

/* line 35, ../sass/components/_table.scss */
table tr th,
table tr th a,
table tr th a:hover,
table tr th a:focus {
  color: #fff;
  font-weight: bold;
}

/* line 42, ../sass/components/_table.scss */
table tbody tr th {
  vertical-align: top;
}

/* line 45, ../sass/components/_table.scss */
tr td,
tr th {
  padding: 4px 9px;
  text-align: left;
  /* LTR */
  border: 1px solid #fff;
}

/* line 51, ../sass/components/_table.scss */
.tabledrag-handle:hover,
.tabledrag-handle {
  border: none;
}

/* line 55, ../sass/components/_table.scss */
[dir="rtl"] tr td,
[dir="rtl"] tr th {
  text-align: right;
}

/**
 * Responsive tables.
 */
@media screen and (max-width: 37.5em) {
  /* 600px */
  /* line 64, ../sass/components/_table.scss */
  th.priority-low,
  td.priority-low,
  th.priority-medium,
  td.priority-medium {
    display: none;
  }
}
@media screen and (max-width: 60em) {
  /* 920px */
  /* line 73, ../sass/components/_table.scss */
  th.priority-low,
  td.priority-low {
    display: none;
  }
}
/**
 * @file
 * Tablesort indicator styles.
 */
/* line 6, ../sass/components/_tablesort-indicator.scss */
.tablesort {
  width: 14px;
  height: 14px;
  margin: 1px 0 0 5px;
  vertical-align: top;
}

/* line 12, ../sass/components/_tablesort-indicator.scss */
.tablesort--asc {
  background-image: url(../../../core/misc/icons/ffffff/twistie-down.svg);
}

/* line 15, ../sass/components/_tablesort-indicator.scss */
.tablesort--desc {
  background-image: url(../../../core/misc/icons/ffffff/twistie-up.svg);
}

/* --------------- System Tabs  --------------- */
/* line 3, ../sass/components/_tabs.scss */
div.tabs {
  margin-bottom: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 8, ../sass/components/_tabs.scss */
.tabs ul.primary {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 12, ../sass/components/_tabs.scss */
.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;
}

/* line 26, ../sass/components/_tabs.scss */
.tabs ul.primary li.is-active a {
  border: 1px solid #bbb;
  background-color: #fff;
}

@media screen and (max-width: 37.5em) {
  /* 600px */
  /* line 33, ../sass/components/_tabs.scss */
  .tabs ul.primary {
    border-bottom: 1px solid #bbb;
  }

  /* line 36, ../sass/components/_tabs.scss */
  .tabs ul.primary li {
    display: block;
    margin: 0;
  }

  /* line 40, ../sass/components/_tabs.scss */
  .tabs ul.primary li a {
    padding: 5px 10px;
  }

  /* line 43, ../sass/components/_tabs.scss */
  .tabs ul.primary li.is-active a {
    border-bottom: none;
  }
}
@media screen and (min-width: 37.5em) {
  /* 600px */
  /* line 50, ../sass/components/_tabs.scss */
  .tabs ul.primary {
    overflow: hidden;
    height: auto;
    margin: 0;
    padding: 0 3px;
    white-space: nowrap;
    border: none;
    border-collapse: collapse;
    background: transparent url(../../Resolute/images/tabs-border.png) repeat-x left bottom;
    line-height: normal;
  }

  /* line 61, ../sass/components/_tabs.scss */
  .tabs ul.primary li {
    display: block;
    float: left;
    /* LTR */
    margin: 0 5px 0 0;
    /* LTR */
    vertical-align: bottom;
  }

  /* line 69, ../sass/components/_tabs.scss */
  [dir="rtl"] .tabs ul.primary li {
    float: right;
    margin: 0 0 0 5px;
  }

  /* line 73, ../sass/components/_tabs.scss */
  .tabs ul.primary li a {
    float: left;
    /* not LTR */
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }

  /* line 79, ../sass/components/_tabs.scss */
  .tabs ul.primary li.is-active a {
    border-bottom: 1px solid #ffffff;
  }
}
/* line 84, ../sass/components/_tabs.scss */
.tabs ul.secondary {
  overflow: hidden;
  margin: 5px;
  padding: 0.5em 0;
  border-bottom: none;
}

/* line 91, ../sass/components/_tabs.scss */
.tabs ul.secondary li {
  display: block;
  float: left;
  /* LTR */
  margin: 0;
  padding: 0 1em;
  border-right: 1px solid #ccc;
  /* LTR */
}

/* line 101, ../sass/components/_tabs.scss */
[dir="rtl"] .tabs ul.secondary li {
  float: right;
  border-right: none;
  border-left: 1px solid #ccc;
}

/* line 107, ../sass/components/_tabs.scss */
.tabs ul.secondary li:last-child {
  border-right: none;
  /* LTR */
}

/* line 112, ../sass/components/_tabs.scss */
[dir="rtl"] .tabs ul.secondary li:last-child {
  border-left: none;
}

/* line 116, ../sass/components/_tabs.scss */
.tabs ul.secondary li:first-child {
  padding-left: 0;
  /* LTR */
}

/* line 121, ../sass/components/_tabs.scss */
[dir="rtl"] .tabs ul.secondary li:first-child {
  padding-right: 0;
}

/* line 125, ../sass/components/_tabs.scss */
.tabs ul.secondary li a {
  display: inline;
  padding: 0.25em 0.5em;
  text-decoration: none;
}

/* line 131, ../sass/components/_tabs.scss */
.tabs ul.secondary li a.is-active {
  border-bottom: none;
  border-radius: 5px;
  background: #f2f2f2;
}

/**
 * @file
 *
 * Visual styles for Resolute's text-formatted component.
 */
/* line 7, ../sass/components/_text-formatted.scss */
.text-formatted ul,
.text-formatted ol {
  margin: 1em 0;
  padding: 0 0 0.25em 15px;
  /* LTR */
}

/* line 12, ../sass/components/_text-formatted.scss */
[dir="rtl"] .text-formatted ul,
[dir="rtl"] .text-formatted ol {
  padding: 0 15px 0.25em 0;
}

/**
 * @file
 * Toolbar module overrides for Resolute.
 */
/* line 6, ../sass/components/_toolbar.scss */
.toolbar a {
  border-bottom: none;
}

/**
 * @file
 * Visual styles for Bartik's ui-widget component.
 */
/* line 6, ../sass/components/_ui.widget.scss */
#page .ui-widget {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/**
 * @file
 * Styles for Resolute's modal windows
 */
/* line 6, ../sass/components/_ui-dialog.scss */
.ui-widget-overlay {
  opacity: 0.7;
  background: #000;
}

/* line 10, ../sass/components/_ui-dialog.scss */
.ui-dialog {
  border-radius: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 14, ../sass/components/_ui-dialog.scss */
.ui-dialog input,
.ui-dialog select,
.ui-dialog textarea {
  font-size: 0.9em;
}

/* line 19, ../sass/components/_ui-dialog.scss */
.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
 * Vertical tabs component.
 */
/* Vertical Tabs Reset */
/* line 7, ../sass/components/_vertical-tabs.component.scss */
.vertical-tabs__menu {
  margin: -1px 0 -1px -15em;
  /* LTR */
  padding: 0;
}

/* line 11, ../sass/components/_vertical-tabs.component.scss */
[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 Resolute.
 */
/* Tab styles */
/* line 7, ../sass/components/_views.scss */
.views-displays .tabs .open > a {
  border-radius: 7px 7px 0 0;
}

/* line 10, ../sass/components/_views.scss */
.views-displays .tabs .open > a:hover,
.views-displays .tabs .open > a:focus {
  color: #0071b3;
}

/* line 14, ../sass/components/_views.scss */
.views-displays .secondary .form-submit {
  font-size: 0.846em;
}

/* Tabs action list styles */
/* line 19, ../sass/components/_views.scss */
.views-displays .tabs .action-list {
  padding: 0;
}

/* Contextual filter options styles */
/* line 24, ../sass/components/_views.scss */
.views-filterable-options .filterable-option:nth-of-type(even) .form-type-checkbox {
  background-color: #f9f9f9;
}

/* Views action dropbutton styles */
/* line 29, ../sass/components/_views.scss */
.views-ui-display-tab-actions .dropbutton .form-submit {
  color: #0071b3;
}

/* line 32, ../sass/components/_views.scss */
.views-ui-display-tab-actions .dropbutton .form-submit:hover,
.views-ui-display-tab-actions .dropbutton .form-submit:focus {
  color: #018fe2;
}
