@charset "UTF-8";
/**
  * Libs
  *
  * Reset:         A reset to remove margins.
  *
  */
/*!
* ress.css • v1.2.2
* MIT License
* github.com/filipelinhares/ress
*/
/* # =================================================================
# Global selectors
# ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */ }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
# General elements
# ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

summary {
  display: list-item;
  /* Add the correct display in all browsers */ }

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden],
template {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* # =================================================================
# Forms
# ================================================================= */
input {
  border-radius: 0; }

/* Apply cursor pointer to button elements */
button,
[type='button'],
[type='reset'],
[type='submit'],
[role='button'] {
  cursor: pointer; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

[type='number'] {
  width: auto;
  /* Firefox 36+ */ }

[type='search'] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

[type='search'] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

/* # =================================================================
# Specify media element style
# ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
  display: inline-block;
  vertical-align: top; }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* Responsive media elements so that images and embeds scale with the browser width */
img,
embed,
object,
audio,
video {
  height: auto;
  max-width: 100%; }

/* # =================================================================
# Accessibility
# ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~='screen'] {
    display: inherit; }
  [hidden~='screen']:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

/* Specify the progress cursor of updating elements */
[aria-busy='true'] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
# Selection
# ================================================================= */
/* Specify text selection background color and omit drop shadow */

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

.red {
  color: #e82c2a; }

/**
  * Base
  *
  * Theme styling
  *
  */
/*===============================
=            COLOURS            =
===============================*/
/*==============================
=            GLOBAL            =
==============================*/
/*================================
=            HEADINGS            =
================================*/
ul.primary {
  margin: 0 -5px;
  padding: 0 10px 15px;
  white-space: inherit; }
  @media only screen and (max-width: 62.667em) {
    ul.primary {
      display: flex;
      flex-wrap: wrap; } }
  ul.primary li {
    display: inline-block; }
    @media only screen and (max-width: 62.667em) {
      ul.primary li {
        display: block;
        width: 33.333%; } }
    @media only screen and (max-width: 40em) {
      ul.primary li {
        width: 50%; } }
    @media only screen and (max-width: 30em) {
      ul.primary li {
        width: 100%; } }
    ul.primary li a {
      background-color: transparent;
      border: 1px solid #878788;
      margin: 0;
      padding: 8px 15px;
      transition: all 0.15s ease-in-out; }
      @media only screen and (max-width: 62.667em) {
        ul.primary li a {
          height: 100%; } }
      ul.primary li a:after {
        display: none; }
      ul.primary li a.is-active {
        background-color: #e82c2a;
        color: #fff;
        border-color: #e82c2a;
        cursor: default; }
        ul.primary li a.is-active:hover {
          background-color: #e82c2a;
          color: #fff;
          border-color: #e82c2a; }
      ul.primary li a:hover {
        background-color: #878788;
        color: #fff;
        border-color: #878788; }

/* Add style for admin only - when editing panels (this needs to be here!) */
.panels-ipe-editing .modal-default {
  /**
     * Skip link.
     */
  /**
     * Branding.
     */
  /**
     * Help.
     */
  /**
     * Page title.
     */
  /**
     * Console.
     */
  /**
     * Tabs.
     */
  /**
     * Page layout.
     */
  /**
     * Tables.
     */
  /**
     * Force browsers to calculate the width of a 'select all' TH element.
     */
  /**
     * Exception for webkit bug with the right border of the last cell
     * in some tables, since it's webkit only, we can use :last-child
     */
  /**
     * Fieldsets.
     *
     * Fieldset legends are displayed like containers in Seven. However, several
     * browsers do not support styling of LEGEND elements. To achieve the desired
     * styling:
     * - All fieldsets use 'position: relative'.
     * - All legend labels are wrapped in a single span.fieldset-legend that uses
     *   'position: absolute', which means that the LEGEND element itself is not
     *   rendered by browsers.
     * - Due to using 'position: absolute', collapsed fieldsets do not have a
     *   height; the fieldset requires a 'padding-top' to make the absolute
     *   positioned .fieldset-legend appear as though it would have a height.
     * - Various browsers are positioning the legend differently if there is a
     *   'padding-left'/'padding-right' applied on a fieldset and inherit the
     *   positioning even to absolute positioned elements within; we therefore have
     *   to apply all padding to the inner .fieldset-wrapper instead.
     */
  /**
     * Form elements.
     */
  /* Filter */
  /* Exceptions */
  /**
     * System.
     */
  /* admin/appearance */
  /* Update options. */
  /* Update status */
  /* Maintenance theming */
  /* Overlay theming */
  /* Shortcut theming */
  /* Dashboard */
  /* Field UI */
  /* Recent content block */
  /* User login block */
  /* Disable overlay message */ }
  .panels-ipe-editing .modal-default .block ul,
  .panels-ipe-editing .modal-default .item-list ul {
    list-style-type: disc;
    list-style-image: none;
    margin: 0.25em 0 0.25em 1.5em;
    /* LTR */ }
  .panels-ipe-editing .modal-default .item-list .pager li {
    padding: 0.5em; }
  .panels-ipe-editing .modal-default .item-list ul li,
  .panels-ipe-editing .modal-default li.leaf,
  .panels-ipe-editing .modal-default ul.menu li {
    list-style-type: disc;
    list-style-image: none; }
  .panels-ipe-editing .modal-default ul.menu li {
    margin: 0; }
  .panels-ipe-editing .modal-default ol {
    list-style-type: decimal;
    margin: 0.25em 0 0.25em 2em;
    /* LTR */ }
  .panels-ipe-editing .modal-default .item-list ul li.collapsed,
  .panels-ipe-editing .modal-default ul.menu li.collapsed {
    list-style-image: url(../../misc/menu-collapsed.png);
    list-style-type: disc; }
  .panels-ipe-editing .modal-default .item-list ul li.expanded,
  .panels-ipe-editing .modal-default ul.menu li.expanded {
    list-style-image: url(../../misc/menu-expanded.png);
    list-style-type: circle; }
  .panels-ipe-editing .modal-default #skip-link {
    margin-top: 0;
    position: absolute;
    left: 50%;
    /* LTR */
    margin-left: -5.25em;
    /* LTR */
    width: auto;
    z-index: 50; }
  .panels-ipe-editing .modal-default #skip-link a,
  .panels-ipe-editing .modal-default #skip-link a:link,
  .panels-ipe-editing .modal-default #skip-link a:visited {
    display: block;
    background: #444;
    color: #fff;
    font-size: 0.94em;
    padding: 1px 10px 2px 10px;
    /* LTR */
    text-decoration: none;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-radius: 0 0 10px 10px; }
  .panels-ipe-editing .modal-default #skip-link a:hover,
  .panels-ipe-editing .modal-default #skip-link a:focus,
  .panels-ipe-editing .modal-default #skip-link a:active {
    outline: 0; }
  .panels-ipe-editing .modal-default #branding {
    overflow: hidden;
    padding: 20px 20px 0 20px;
    /* LTR */
    position: relative;
    background-color: #e0e0d8; }
  .panels-ipe-editing .modal-default #branding div.breadcrumb {
    font-size: 0.846em;
    padding-bottom: 5px; }
  .panels-ipe-editing .modal-default #branding div.block {
    position: relative;
    float: right;
    /* LTR */
    width: 240px;
    padding-left: 10px;
    /* LTR */
    background: #333; }
  .panels-ipe-editing .modal-default #branding div.block form label {
    display: none; }
  .panels-ipe-editing .modal-default #branding div.block form div.form-item {
    float: left;
    /* LTR */
    border: 0;
    margin: 0;
    padding: 0; }
  .panels-ipe-editing .modal-default #branding div.block form input.form-text {
    width: 140px;
    margin-right: 10px;
    /* LTR */ }
  .panels-ipe-editing .modal-default #branding div.block form input.form-submit {
    text-align: center;
    width: 80px; }
  .panels-ipe-editing .modal-default #help {
    font-size: 0.923em;
    margin-top: 1em; }
  .panels-ipe-editing .modal-default #help p {
    margin: 0 0 10px; }
  .panels-ipe-editing .modal-default #help div.more-help-link {
    text-align: right;
    /* LTR */ }
  .panels-ipe-editing .modal-default #page-title {
    background: #333;
    padding-top: 20px; }
  .panels-ipe-editing .modal-default #branding h1.page-title {
    color: #000;
    margin: 0;
    padding-bottom: 10px;
    font-size: 1.385em;
    font-weight: normal;
    float: left;
    /* LTR */ }
  .panels-ipe-editing .modal-default #console {
    margin: 9px 0 10px; }
  .panels-ipe-editing .modal-default ul.primary {
    float: right;
    /* LTR */
    border-bottom: none;
    text-transform: uppercase;
    font-size: 0.923em;
    height: 2.60em;
    margin: 0;
    padding-top: 0; }
  .panels-ipe-editing .modal-default ul.primary li {
    float: left;
    /* LTR */
    list-style: none;
    margin: 0 2px; }
  .panels-ipe-editing .modal-default ul.primary li a:link,
  .panels-ipe-editing .modal-default ul.primary li a.active,
  .panels-ipe-editing .modal-default ul.primary li a:active,
  .panels-ipe-editing .modal-default ul.primary li a:visited,
  .panels-ipe-editing .modal-default ul.primary li a:hover,
  .panels-ipe-editing .modal-default ul.primary li.active a {
    display: block;
    float: left;
    /* LTR */
    height: 2.60em;
    line-height: 2.60em;
    padding: 0 18px 8px;
    background-color: #a6a7a2;
    color: #000;
    font-weight: bold;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #a6a7a2;
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    border-radius: 8px 8px 0 0; }
  .panels-ipe-editing .modal-default ul.primary li.active a,
  .panels-ipe-editing .modal-default ul.primary li.active a.active,
  .panels-ipe-editing .modal-default ul.primary li.active a:active,
  .panels-ipe-editing .modal-default ul.primary li.active a:visited {
    background-color: #fff;
    border-color: #c9cac4; }
  .panels-ipe-editing .modal-default ul.primary li a:hover {
    color: #fff; }
  .panels-ipe-editing .modal-default ul.primary li.active a:hover {
    color: #000; }
  .panels-ipe-editing .modal-default .tabs-secondary {
    clear: both; }
  .panels-ipe-editing .modal-default ul.secondary {
    float: right;
    /* LTR */
    font-size: 0.923em;
    padding: 0 3px 5px;
    line-height: 1.385em;
    overflow: hidden;
    background-color: #fff; }
  .panels-ipe-editing .modal-default ul.secondary li {
    margin: 0 5px;
    float: none;
    /* LTR */ }
  .panels-ipe-editing .modal-default ul.secondary li a {
    background-color: #ddd;
    color: #000;
    display: inline-block; }
  .panels-ipe-editing .modal-default ul.secondary li a,
  .panels-ipe-editing .modal-default ul.secondary li a:hover,
  .panels-ipe-editing .modal-default ul.secondary li.active a,
  .panels-ipe-editing .modal-default ul.secondary li.active a.active {
    padding: 2px 10px;
    border-radius: 7px; }
  .panels-ipe-editing .modal-default ul.secondary li a:hover,
  .panels-ipe-editing .modal-default ul.secondary li.active a,
  .panels-ipe-editing .modal-default ul.secondary li.active a.active {
    color: #fff;
    background: #666; }
  .panels-ipe-editing .modal-default #content {
    clear: left; }
  .panels-ipe-editing .modal-default #page {
    padding: 20px 0 40px 0;
    /* LTR */
    margin-right: 40px;
    /* LTR */
    margin-left: 40px;
    /* LTR */
    background: #fff;
    position: relative;
    color: #333; }
  .panels-ipe-editing .modal-default #secondary-links ul.links li {
    padding: 0 10px 10px 0;
    /* LTR */ }
  .panels-ipe-editing .modal-default #secondary-links ul.links li a {
    font-size: 0.923em;
    background: #777;
    color: #fff;
    text-align: center;
    padding: 5px;
    height: 55px;
    width: 80px;
    overflow: hidden;
    border-radius: 5px; }
  .panels-ipe-editing .modal-default #secondary-links ul.links li a:hover {
    background: #999; }
  .panels-ipe-editing .modal-default ul.links li,
  .panels-ipe-editing .modal-default ul.inline li {
    padding-right: 1em;
    /* LTR */ }
  .panels-ipe-editing .modal-default ul.inline li {
    display: inline; }
  .panels-ipe-editing .modal-default #secondary-links ul.links li.active-trail a,
  .panels-ipe-editing .modal-default #secondary-links ul.links li a.active {
    background: #333; }
  .panels-ipe-editing .modal-default ul.admin-list li {
    position: relative;
    padding-left: 30px;
    /* LTR */
    padding-top: 9px;
    border-top: 1px solid #ccc;
    margin-left: 0;
    /* LTR */
    margin-bottom: 10px;
    background: url(images/list-item.png) no-repeat 0 11px;
    /* LTR */
    list-style-type: none;
    list-style-image: none; }
  .panels-ipe-editing .modal-default .admin-panel .item-list ul,
  .panels-ipe-editing .modal-default ul.admin-list {
    margin: 0;
    padding: 0; }
  .panels-ipe-editing .modal-default .admin-panel .item-list ul,
  .panels-ipe-editing .modal-default ul.admin-list.compact {
    margin: 8px 0; }
  .panels-ipe-editing .modal-default .admin-panel .item-list li,
  .panels-ipe-editing .modal-default ul.admin-list.compact li {
    border: none;
    background: none;
    margin: 0 0 0.75em;
    line-height: 1;
    padding: 0; }
  .panels-ipe-editing .modal-default ul.admin-list li:last-child {
    border-bottom: none; }
  .panels-ipe-editing .modal-default ul.admin-list li a {
    margin-left: -30px;
    /* LTR */
    padding: 0 0 4px 30px;
    /* LTR */
    min-height: 0; }
  .panels-ipe-editing .modal-default ul.admin-list.compact li a {
    margin-left: 0;
    /* LTR */
    padding: 0; }
  .panels-ipe-editing .modal-default ul.admin-list li div.description a {
    margin-left: 0;
    /* LTR */
    padding: 0;
    min-height: inherit; }
  .panels-ipe-editing .modal-default div.submitted {
    color: #898989; }
  .panels-ipe-editing .modal-default table {
    width: 100%;
    font-size: 0.923em;
    margin: 0 0 10px;
    border: 1px solid #bebfb9; }
  .panels-ipe-editing .modal-default table td,
  .panels-ipe-editing .modal-default table th {
    vertical-align: middle;
    padding: 8px 10px;
    border: 0;
    color: #000; }
  .panels-ipe-editing .modal-default tr.even,
  .panels-ipe-editing .modal-default tr.odd {
    border-width: 0 1px 0 1px;
    border-style: solid;
    border-color: #bebfb9;
    background: #f3f4ee; }
  .panels-ipe-editing .modal-default tr.odd {
    background: #fff; }
  .panels-ipe-editing .modal-default tr.drag {
    background: #fe7; }
  .panels-ipe-editing .modal-default tr.drag-previous {
    background: #ffb; }
  .panels-ipe-editing .modal-default table th {
    text-transform: uppercase;
    background: #e1e2dc;
    font-weight: normal;
    border-width: 1px;
    border-style: solid;
    border-color: #bebfb9;
    padding: 3px 10px; }
  .panels-ipe-editing .modal-default table th.select-all {
    width: 1px; }
  .panels-ipe-editing .modal-default table th.active {
    background: #bdbeb9; }
  .panels-ipe-editing .modal-default table th a {
    display: block;
    position: relative; }
  .panels-ipe-editing .modal-default table th.active a {
    padding: 0 25px 0 0;
    /* LTR */ }
  .panels-ipe-editing .modal-default table th.active img {
    position: absolute;
    top: 3px;
    right: 3px;
    /* LTR */ }
  .panels-ipe-editing .modal-default table td.active {
    background: #e9e9dd; }
  .panels-ipe-editing .modal-default table tr.odd td.active {
    background: #f3f4ee; }
  .panels-ipe-editing .modal-default table tr.selected td.active,
  .panels-ipe-editing .modal-default table tr.selected td {
    background: #ffc;
    border-color: #eeb; }
  .panels-ipe-editing .modal-default table.system-status-report tr {
    border-bottom: 1px solid #ccc; }
  .panels-ipe-editing .modal-default table.system-status-report tr.ok {
    color: #255b1e;
    background-color: #e5ffe2; }
  .panels-ipe-editing .modal-default table.system-status-report tr.info {
    color: #040f37;
    background-color: #bdf; }
  .panels-ipe-editing .modal-default table.system-status-report tr.warning {
    color: #840;
    background-color: #fffce5; }
  .panels-ipe-editing .modal-default table.system-status-report tr.error {
    color: #8c2e0b;
    background-color: #fef5f1; }
  .panels-ipe-editing .modal-default tr td:last-child {
    border-right: 1px solid #bebfb9;
    /* LTR */ }
  .panels-ipe-editing .modal-default fieldset {
    border: 1px solid #ccc;
    padding: 2.5em 0 0 0;
    /* LTR */
    position: relative;
    margin: 1em 0; }
  .panels-ipe-editing .modal-default fieldset .fieldset-legend {
    margin-top: 0.5em;
    padding-left: 15px;
    /* LTR */
    position: absolute;
    text-transform: uppercase; }
  .panels-ipe-editing .modal-default fieldset .fieldset-wrapper {
    padding: 0 13px 13px 15px;
    /* LTR */ }
  .panels-ipe-editing .modal-default fieldset.collapsed {
    background-color: transparent; }
  .panels-ipe-editing .modal-default html.js fieldset.collapsed {
    border-width: 1px;
    height: auto; }
  .panels-ipe-editing .modal-default fieldset fieldset {
    background-color: #fff; }
  .panels-ipe-editing .modal-default fieldset fieldset fieldset {
    background-color: #f8f8f8; }
  .panels-ipe-editing .modal-default .form-item {
    padding: 9px 0;
    margin: 0 0 10px; }
  .panels-ipe-editing .modal-default .filter-wrapper .form-item,
  .panels-ipe-editing .modal-default div.teaser-checkbox .form-item,
  .panels-ipe-editing .modal-default .form-item .form-item {
    padding: 5px 0;
    margin: 0;
    border: 0; }
  .panels-ipe-editing .modal-default .form-type-checkbox {
    padding: 0; }
  .panels-ipe-editing .modal-default .text-format-wrapper .form-item {
    padding-bottom: 0; }
  .panels-ipe-editing .modal-default .form-item label {
    margin: 0;
    padding: 0; }
  .panels-ipe-editing .modal-default .form-item label.option {
    font-size: 0.923em;
    text-transform: none; }
  .panels-ipe-editing .modal-default .form-item label.option input {
    vertical-align: middle; }
  .panels-ipe-editing .modal-default .form-disabled input.form-autocomplete,
  .panels-ipe-editing .modal-default .form-disabled input.form-text,
  .panels-ipe-editing .modal-default .form-disabled input.form-file,
  .panels-ipe-editing .modal-default .form-disabled textarea.form-textarea,
  .panels-ipe-editing .modal-default .form-disabled select.form-select {
    background-color: #eee;
    color: #777; }
  .panels-ipe-editing .modal-default .filter-wrapper {
    border-top: 0;
    padding: 10px 2px; }
  .panels-ipe-editing .modal-default .filter-wrapper .fieldset-wrapper {
    padding: 0 6px; }
  .panels-ipe-editing .modal-default .filter-wrapper .form-item,
  .panels-ipe-editing .modal-default .filter-wrapper .filter-guidelines,
  .panels-ipe-editing .modal-default .filter-wrapper .filter-help {
    font-size: 0.923em;
    padding: 2px 0 0 0;
    /* LTR */ }
  .panels-ipe-editing .modal-default ul.tips,
  .panels-ipe-editing .modal-default div.description,
  .panels-ipe-editing .modal-default .form-item div.description {
    margin: 5px 0;
    line-height: 1.231em;
    font-size: 0.923em;
    color: #666; }
  .panels-ipe-editing .modal-default ul.tips li {
    margin: 0.25em 0 0.25em 1.5em;
    /* LTR */ }
  .panels-ipe-editing .modal-default body div.form-type-radio div.description,
  .panels-ipe-editing .modal-default body div.form-type-checkbox div.description {
    margin-left: 1.5em;
    /* LTR */ }
  .panels-ipe-editing .modal-default input.form-submit,
  .panels-ipe-editing .modal-default a.button {
    cursor: pointer;
    padding: 4px 17px;
    margin-bottom: 1em;
    margin-right: 1em;
    /* LTR */
    color: #5a5a5a;
    text-align: center;
    font-weight: normal;
    font-size: 1.077em;
    font-family: "Lucida Grande", Verdana, sans-serif;
    border: 1px solid #e4e4e4;
    border-bottom: 1px solid #b4b4b4;
    border-left-color: #d2d2d2;
    border-right-color: #d2d2d2;
    background: url(images/buttons.png) 0 0 repeat-x;
    border-radius: 20px; }
  .panels-ipe-editing .modal-default a.button:link,
  .panels-ipe-editing .modal-default a.button:visited,
  .panels-ipe-editing .modal-default a.button:hover,
  .panels-ipe-editing .modal-default a.button:active {
    text-decoration: none;
    color: #5a5a5a; }
  .panels-ipe-editing .modal-default input.form-submit:active {
    background: #666;
    color: #fff;
    border-color: #555;
    text-shadow: #222 0 -1px 0; }
  .panels-ipe-editing .modal-default input.form-button-disabled,
  .panels-ipe-editing .modal-default input.form-button-disabled:active {
    background: #eee none;
    border-color: #eee;
    text-shadow: none;
    color: #999; }
  .panels-ipe-editing .modal-default input.form-autocomplete,
  .panels-ipe-editing .modal-default input.form-text,
  .panels-ipe-editing .modal-default input.form-file,
  .panels-ipe-editing .modal-default textarea.form-textarea,
  .panels-ipe-editing .modal-default select.form-select {
    padding: 2px;
    border: 1px solid #ccc;
    border-top-color: #999;
    background: #fff;
    color: #333; }
  .panels-ipe-editing .modal-default input.form-text:focus,
  .panels-ipe-editing .modal-default input.form-file:focus,
  .panels-ipe-editing .modal-default textarea.form-textarea:focus,
  .panels-ipe-editing .modal-default select.form-select:focus {
    color: #000;
    border-color: #ace; }
  .panels-ipe-editing .modal-default ul.action-links {
    margin: 1em 0;
    padding: 0 20px 0 20px;
    /* LTR */
    list-style-type: none;
    overflow: hidden; }
  .panels-ipe-editing .modal-default ul.action-links li {
    float: left;
    /* LTR */
    margin: 0 1em 0 0;
    /* LTR */ }
  .panels-ipe-editing .modal-default ul.action-links a {
    padding-left: 15px;
    /* LTR */
    background: transparent url(images/add.png) no-repeat 0 center;
    line-height: 30px; }
  .panels-ipe-editing .modal-default #diff-inline-form select,
  .panels-ipe-editing .modal-default div.filter-options select {
    padding: 0; }
  .panels-ipe-editing .modal-default div.admin .right,
  .panels-ipe-editing .modal-default div.admin .left {
    width: 49%;
    margin: 0; }
  .panels-ipe-editing .modal-default div.admin-panel,
  .panels-ipe-editing .modal-default div.admin-panel .body {
    padding: 0;
    clear: left; }
  .panels-ipe-editing .modal-default div.admin-panel {
    margin: 0 0 20px;
    padding: 9px;
    background: #f8f8f8;
    border: 1px solid #ccc; }
  .panels-ipe-editing .modal-default div.admin-panel h3 {
    font-size: 0.923em;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 9px; }
  .panels-ipe-editing .modal-default #system-themes-page h2 {
    font-weight: normal;
    text-transform: uppercase; }
  .panels-ipe-editing .modal-default .theme-selector h3 {
    font-weight: normal; }
  .panels-ipe-editing .modal-default .theme-default h3 {
    font-weight: bold; }
  .panels-ipe-editing .modal-default .system-themes-list-enabled .theme-selector h3 {
    margin-top: 0; }
  .panels-ipe-editing .modal-default div.admin-options {
    background: #f8f8f8;
    line-height: 30px;
    height: 30px;
    padding: 9px;
    border: 1px solid #ccc;
    margin: 0 0 10px; }
  .panels-ipe-editing .modal-default div.admin-options label {
    text-transform: uppercase;
    font: 0.846em/1.875em Lucida Grande, Lucida Sans Unicode, sans-serif; }
  .panels-ipe-editing .modal-default div.admin-options label,
  .panels-ipe-editing .modal-default div.admin-options div.form-item {
    margin-right: 10px;
    /* LTR */
    float: left;
    /* LTR */ }
  .panels-ipe-editing .modal-default div.admin-options div.form-item {
    padding: 0;
    border: 0; }
  .panels-ipe-editing .modal-default .versions table.version {
    border: none; }
  .panels-ipe-editing .modal-default body.in-maintenance #sidebar-first {
    float: left;
    /* LTR */
    width: 200px; }
  .panels-ipe-editing .modal-default body.in-maintenance #content {
    float: right;
    /* LTR */
    width: 550px;
    padding-right: 20px;
    /* LTR */
    clear: none; }
  .panels-ipe-editing .modal-default body.in-maintenance #page {
    overflow: auto;
    width: 770px;
    margin: 0 auto;
    padding-top: 2em; }
  .panels-ipe-editing .modal-default body.in-maintenance #branding h1 {
    width: 770px;
    margin: 0 auto;
    float: none; }
  .panels-ipe-editing .modal-default body.in-maintenance .form-radios .form-type-radio {
    padding: 2px 0; }
  .panels-ipe-editing .modal-default body.in-maintenance div.form-item:after {
    content: "";
    display: none;
    clear: none; }
  .panels-ipe-editing .modal-default body.in-maintenance .form-submit {
    display: block; }
  .panels-ipe-editing .modal-default body.in-maintenance #logo {
    margin-bottom: 1.5em;
    max-width: 180px; }
  .panels-ipe-editing .modal-default ol.task-list {
    margin-left: 0;
    /* LTR */
    list-style-type: none;
    list-style-image: none; }
  .panels-ipe-editing .modal-default ol.task-list li {
    padding: 0.5em 1em 0.5em 20px;
    /* LTR */
    color: #adadad; }
  .panels-ipe-editing .modal-default ol.task-list li.active {
    background: transparent url(images/task-item.png) no-repeat 3px 50%;
    /* LTR */
    padding: 0.5em 1em 0.5em 20px;
    /* LTR */
    color: #000; }
  .panels-ipe-editing .modal-default ol.task-list li.done {
    background: transparent url(images/task-check.png) no-repeat 0 50%;
    color: green; }
  .panels-ipe-editing .modal-default .overlay #branding {
    background-color: #fff;
    padding-top: 15px; }
  .panels-ipe-editing .modal-default .overlay #branding h1.page-title,
  .panels-ipe-editing .modal-default .overlay #left,
  .panels-ipe-editing .modal-default .overlay #footer {
    display: none; }
  .panels-ipe-editing .modal-default .overlay #page {
    margin: 0;
    padding: 0 20px; }
  .panels-ipe-editing .modal-default .overlay #branding div.breadcrumb {
    float: left;
    /* LTR */
    position: relative;
    z-index: 10; }
  .panels-ipe-editing .modal-default #overlay-tabs {
    bottom: -1px;
    font-size: 1.54em;
    line-height: 1.54em;
    margin: 0; }
  .panels-ipe-editing .modal-default #overlay-tabs li {
    margin: 0 -2px; }
  .panels-ipe-editing .modal-default .overlay ul.secondary {
    background: transparent none;
    margin: -1.4em 0 0.3em 0;
    /* LTR */
    overflow: visible; }
  .panels-ipe-editing .modal-default .overlay #content {
    padding: 0; }
  .panels-ipe-editing .modal-default h1#overlay-title {
    font-weight: normal; }
  .panels-ipe-editing .modal-default div.add-or-remove-shortcuts {
    float: left;
    /* LTR */
    padding-top: 6px;
    padding-left: 6px;
    /* LTR */ }
  .panels-ipe-editing .modal-default #dashboard .dashboard-region div.block h2 {
    background: #E0E0D8; }
  .panels-ipe-editing .modal-default #dashboard div.block h2 {
    margin: 0;
    font-size: 1em;
    padding: 3px 10px; }
  .panels-ipe-editing .modal-default #dashboard div.block div.content {
    padding: 10px 5px 5px 5px;
    /* LTR */ }
  .panels-ipe-editing .modal-default #dashboard div.block div.content ul.menu {
    margin-left: 20px;
    /* LTR */ }
  .panels-ipe-editing .modal-default #dashboard .dashboard-region .block {
    border: #ccc 1px solid; }
  .panels-ipe-editing .modal-default #field-display-overview input.field-formatter-settings-edit {
    margin: 0;
    padding: 1px 8px; }
  .panels-ipe-editing .modal-default #field-display-overview tr.field-formatter-settings-changed {
    background: #FFFFBB; }
  .panels-ipe-editing .modal-default #field-display-overview tr.drag {
    background: #FFEE77; }
  .panels-ipe-editing .modal-default #field-display-overview tr.field-formatter-settings-editing {
    background: #D5E9F2; }
  .panels-ipe-editing .modal-default #field-display-overview .field-formatter-settings-edit-form .form-item {
    margin: 10px 0; }
  .panels-ipe-editing .modal-default #field-display-overview .field-formatter-settings-edit-form .form-submit {
    margin-bottom: 0; }
  .panels-ipe-editing .modal-default #dashboard div#block-node-recent div.content {
    padding: 0; }
  .panels-ipe-editing .modal-default #block-node-recent table,
  .panels-ipe-editing .modal-default #block-node-recent tr {
    border: none; }
  .panels-ipe-editing .modal-default #block-node-recent .more-link {
    padding: 0 5px 5px 0;
    /* LTR */ }
  .panels-ipe-editing .modal-default #user-login-form .openid-links {
    margin-left: 0;
    /* LTR */ }
  .panels-ipe-editing .modal-default #user-login-form .openid-links .user-link {
    margin-left: 1.5em;
    /* LTR */ }
  .panels-ipe-editing .modal-default #overlay-disable-message {
    background-color: #addafc; }
  .panels-ipe-editing .modal-default #overlay-disable-message a,
  .panels-ipe-editing .modal-default #overlay-disable-message a:visited {
    color: #000; }
  .panels-ipe-editing .modal-default #overlay-disable-message a:focus,
  .panels-ipe-editing .modal-default #overlay-disable-message a:active {
    outline: none;
    text-decoration: underline; }
  .panels-ipe-editing .modal-default .overlay-disable-message-focused a {
    padding: 0.4em 0.6em; }
  .panels-ipe-editing .modal-default .overlay-disable-message-focused #overlay-dismiss-message {
    background-color: #59a0d8;
    color: #fff;
    border-radius: 8px; }
  .panels-ipe-editing .modal-default .content-type-button div, .panels-ipe-editing .modal-default .content-type-button span {
    line-height: 30px; }

#user-login, #user-pass {
  display: block;
  max-width: 300px;
  width: 100%;
  padding: 0;
  margin: 50px auto 60px;
  background-color: #27282a;
  padding: 10px 20px;
  color: #fff;
  border-radius: 4px; }
  #user-login p .placeholder, #user-pass p .placeholder {
    word-wrap: break-word; }
  #user-login .description, #user-pass .description {
    display: none; }
  #user-login .url-textfield, #user-pass .url-textfield {
    display: none; }
  #user-login label, #user-pass label {
    font-weight: 100;
    margin-bottom: 5px; }
  #user-login input[type="text"],
  #user-login input[type="password"], #user-pass input[type="text"],
  #user-pass input[type="password"] {
    background-color: #fff;
    padding: 10px;
    width: 100%;
    border-radius: 2px;
    outline: none;
    color: #000;
    transition: all 0.15s ease-in-out; }
    #user-login input[type="text"]:focus,
    #user-login input[type="password"]:focus, #user-pass input[type="text"]:focus,
    #user-pass input[type="password"]:focus {
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.6); }
  #user-login input[type="submit"], #user-pass input[type="submit"] {
    display: inline-block;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    font-size: 1.333em;
    padding: 6px 8px 4px 10px;
    position: relative;
    border: none;
    background-color: transparent;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    clear: both;
    text-align: center;
    cursor: pointer;
    border: 2px solid #e82c2a;
    transition: all 0.15s ease-in-out; }
    #user-login input[type="submit"]:focus, #user-pass input[type="submit"]:focus {
      outline: none; }
    #user-login input[type="submit"]:before, #user-login input[type="submit"]:after, #user-pass input[type="submit"]:before, #user-pass input[type="submit"]:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 2px solid #e82c2a;
      background: none;
      content: '';
      border-radius: 5px; }
    #user-login input[type="submit"]:after, #user-pass input[type="submit"]:after {
      border-color: #e82c2a;
      background: none;
      opacity: 0;
      top: 0;
      background: none;
      transform: translateY(-7px) translateX(6px); }
    #user-login input[type="submit"]:hover:before, #user-login input[type="submit"]:focus:before, #user-pass input[type="submit"]:hover:before, #user-pass input[type="submit"]:focus:before {
      opacity: 0;
      transform: translateY(5px) translateX(-5px); }
    #user-login input[type="submit"]:hover:after, #user-login input[type="submit"]:focus:after, #user-pass input[type="submit"]:hover:after, #user-pass input[type="submit"]:focus:after {
      opacity: 1;
      height: 100%;
      transform: translateY(0px) translateX(0px); }
    #user-login input[type="submit"]:hover, #user-pass input[type="submit"]:hover {
      background-color: #e82c2a; }

.forgotten-password a {
  color: #b9bbc1;
  font-size: 12px;
  font-weight: 300; }
  .forgotten-password a:hover {
    text-decoration: underline; }

.page-user .breadcrumb {
  background-color: #000;
  position: relative;
  left: auto;
  top: auto; }
  .page-user .breadcrumb > div, .page-user .breadcrumb > a {
    display: inline;
    float: none;
    color: #fff; }

.logged-in .donate-cta {
  top: auto; }

.header-buttons {
  float: right;
  display: flex;
  flex-wrap: wrap; }

.social-nav {
  margin-right: 5px; }

.header-buttons-mobile {
  display: none; }
  @media only screen and (max-width: 62.667em) {
    .header-buttons-mobile {
      display: block; } }

.donate-cta {
  position: relative;
  padding-right: 0;
  width: auto;
  display: inline-block; }
  .donate-cta a {
    padding: 14px 10px 13px; }
  @media only screen and (max-width: 62.667em) {
    .donate-cta {
      position: fixed;
      display: block;
      width: 100%; } }

.login-button {
  position: relative;
  display: inline-block; }
  @media only screen and (max-width: 62.667em) {
    .login-button {
      display: none; } }
  .login-button a {
    display: block;
    background-color: #005776;
    background-image: url("../images/icon_login.svg");
    background-position: center left 13px;
    background-repeat: no-repeat;
    padding-left: 35px;
    padding-right: 15px;
    width: auto;
    height: 41px;
    line-height: 41px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.15s ease-in-out; }
    .login-button a:hover {
      background-color: #0c89b2; }
    @media only screen and (max-width: 62.667em) {
      .login-button a {
        width: 34px;
        height: 34px;
        text-indent: -99999px;
        background-color: #c72322;
        background-position: center center;
        overflow: hidden;
        border-radius: 5px; }
        .login-button a:hover {
          background-color: #c72322; } }
  .login-button.logout-link a {
    background-color: #129dbf;
    background-image: none;
    padding-left: 15px; }
    .login-button.logout-link a:hover {
      background-color: #0c89b2; }
    @media only screen and (max-width: 62.667em) {
      .login-button.logout-link a {
        background-image: url("../images/icon_logout.png");
        background-size: 20px 20px; } }

@media only screen and (max-width: 62.667em) {
  .header-buttons-mobile .login-button {
    display: inline-block;
    position: absolute;
    right: 100px;
    top: 10px;
    z-index: 9999999; }
    .header-buttons-mobile .login-button.logged-in {
      right: 140px; }
    .header-buttons-mobile .login-button a {
      padding-right: 0; } }

.header-buttons-mobile .login-button.logout-link {
  right: 100px; }
  .header-buttons-mobile .login-button.logout-link a {
    background-color: #c72322; }

@media only screen and (max-width: 40em) {
  .logo a {
    max-width: 115px;
    width: 115px;
    height: 23px;
    top: 15px;
    background-size: 115px 23px; } }

/**
  * Panels
  *
  * Theme styling
  *
  */
.pane-bundle-highlight-content-block-and-cta {
  position: relative;
  background-color: #2c2d2f;
  padding-bottom: 60px;
  padding-top: 90px; }
  @media only screen and (max-width: 62.667em) {
    .pane-bundle-highlight-content-block-and-cta {
      padding-top: 60px; } }
  .pane-bundle-highlight-content-block-and-cta .pane-title {
    color: #fff;
    padding-top: 0;
    text-align: center;
    border-bottom: none; }
  .pane-bundle-highlight-content-block-and-cta .pane-title + .fieldable-panels-pane {
    margin-top: 30px; }
  .pane-bundle-highlight-content-block-and-cta .field-name-field-highlight-cta-link {
    margin-top: 20px; }
    .pane-bundle-highlight-content-block-and-cta .field-name-field-highlight-cta-link a {
      display: inline-block;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 20px;
      font-size: 1.333em;
      padding: 6px 8px 4px 10px;
      position: relative;
      border: none;
      background-color: transparent;
      text-transform: uppercase;
      color: #fff;
      text-decoration: none;
      clear: both;
      text-align: center;
      cursor: pointer;
      background-color: #e82c2a;
      padding-left: 30px;
      padding-right: 30px;
      border-radius: 5px; }
      .pane-bundle-highlight-content-block-and-cta .field-name-field-highlight-cta-link a:focus {
        outline: none; }
      .pane-bundle-highlight-content-block-and-cta .field-name-field-highlight-cta-link a:before, .pane-bundle-highlight-content-block-and-cta .field-name-field-highlight-cta-link a:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 2px solid #fff;
        background: none;
        content: '';
        border-radius: 5px; }
      .pane-bundle-highlight-content-block-and-cta .field-name-field-highlight-cta-link a:after {
        border-color: #fff;
        background: none;
        opacity: 0;
        top: 0;
        background: none;
        transform: translateY(-7px) translateX(6px); }
      .pane-bundle-highlight-content-block-and-cta .field-name-field-highlight-cta-link a:hover:before, .pane-bundle-highlight-content-block-and-cta .field-name-field-highlight-cta-link a:focus:before {
        opacity: 0;
        transform: translateY(5px) translateX(-5px); }
      .pane-bundle-highlight-content-block-and-cta .field-name-field-highlight-cta-link a:hover:after, .pane-bundle-highlight-content-block-and-cta .field-name-field-highlight-cta-link a:focus:after {
        opacity: 1;
        height: 100%;
        transform: translateY(0px) translateX(0px); }
  .pane-bundle-highlight-content-block-and-cta .fieldable-panels-pane {
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    width: 100%;
    width: 100%;
    max-width: 1270px;
    margin-left: auto;
    margin-right: auto; }
    .pane-bundle-highlight-content-block-and-cta .fieldable-panels-pane .field-group-div {
      width: calc(50% - 100px);
      margin-left: 50px;
      margin-right: 50px; }
      .pane-bundle-highlight-content-block-and-cta .fieldable-panels-pane .field-group-div > h3 {
        display: none; }
      @media only screen and (max-width: 62.667em) {
        .pane-bundle-highlight-content-block-and-cta .fieldable-panels-pane .field-group-div {
          width: calc(100% - 20px);
          margin-left: 10px;
          margin-right: 10px; } }
    .pane-bundle-highlight-content-block-and-cta .fieldable-panels-pane .group-left img {
      display: block;
      width: 100%;
      height: auto;
      box-shadow: 0 7px 15px rgba(0, 0, 0, 0.15); }
      @media only screen and (max-width: 62.667em) {
        .pane-bundle-highlight-content-block-and-cta .fieldable-panels-pane .group-left img {
          max-width: 200px; } }
    .pane-bundle-highlight-content-block-and-cta .fieldable-panels-pane .group-left .field-group-format-wrapper {
      display: flex !important;
      flex-wrap: wrap; }
      @media only screen and (max-width: 62.667em) {
        .pane-bundle-highlight-content-block-and-cta .fieldable-panels-pane .group-left .field-group-format-wrapper {
          max-width: 400px;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 20px; } }
      .pane-bundle-highlight-content-block-and-cta .fieldable-panels-pane .group-left .field-group-format-wrapper > div {
        width: 50%; }
        .pane-bundle-highlight-content-block-and-cta .fieldable-panels-pane .group-left .field-group-format-wrapper > div.field-name-field-image-1 {
          position: relative;
          z-index: 1;
          margin-right: -5%;
          margin-top: -5%; }
    .pane-bundle-highlight-content-block-and-cta .fieldable-panels-pane .group-right {
      font-family: "Roboto Condensed", sans-serif;
      text-align: left; }
      @media only screen and (max-width: 62.667em) {
        .pane-bundle-highlight-content-block-and-cta .fieldable-panels-pane .group-right {
          text-align: center; } }
      .pane-bundle-highlight-content-block-and-cta .fieldable-panels-pane .group-right ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        .pane-bundle-highlight-content-block-and-cta .fieldable-panels-pane .group-right ul li {
          font-weight: 400; }
          .pane-bundle-highlight-content-block-and-cta .fieldable-panels-pane .group-right ul li a {
            color: #fff; }

.pane-bundle-primary-cta-block {
  position: relative;
  background-color: #1faa96;
  color: #fff;
  padding-bottom: 60px;
  padding-top: 60px; }
  .pane-bundle-primary-cta-block a, .pane-bundle-primary-cta-block .pane-title {
    color: #fff; }
  .pane-bundle-primary-cta-block .pane-title {
    padding: 0;
    text-align: center;
    border: 0; }
  .pane-bundle-primary-cta-block .field-type-entityreference {
    margin-top: 20px; }
    .pane-bundle-primary-cta-block .field-type-entityreference a {
      display: inline-block;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 20px;
      font-size: 1.333em;
      padding: 6px 8px 4px 10px;
      position: relative;
      border: none;
      background-color: transparent;
      text-transform: uppercase;
      color: #fff;
      text-decoration: none;
      clear: both;
      text-align: center;
      cursor: pointer;
      display: block;
      padding: 10px 25px;
      max-width: 270px; }
      .pane-bundle-primary-cta-block .field-type-entityreference a:focus {
        outline: none; }
      .pane-bundle-primary-cta-block .field-type-entityreference a:before, .pane-bundle-primary-cta-block .field-type-entityreference a:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 2px solid #fff;
        background: none;
        content: '';
        border-radius: 5px; }
      .pane-bundle-primary-cta-block .field-type-entityreference a:after {
        border-color: #fff;
        background: none;
        opacity: 0;
        top: 0;
        background: none;
        transform: translateY(-7px) translateX(6px); }
      .pane-bundle-primary-cta-block .field-type-entityreference a:hover:before, .pane-bundle-primary-cta-block .field-type-entityreference a:focus:before {
        opacity: 0;
        transform: translateY(5px) translateX(-5px); }
      .pane-bundle-primary-cta-block .field-type-entityreference a:hover:after, .pane-bundle-primary-cta-block .field-type-entityreference a:focus:after {
        opacity: 1;
        height: 100%;
        transform: translateY(0px) translateX(0px); }
  .pane-bundle-primary-cta-block .fieldable-panels-pane {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1222px;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 85.4em) {
      .pane-bundle-primary-cta-block .fieldable-panels-pane {
        max-width: 800px; } }
    .pane-bundle-primary-cta-block .fieldable-panels-pane > div {
      display: flex;
      flex-direction: row;
      align-items: flex-end;
      text-align: center;
      width: calc(25% - 50px);
      margin-left: 25px;
      margin-right: 25px; }
      @media only screen and (max-width: 85.4em) {
        .pane-bundle-primary-cta-block .fieldable-panels-pane > div {
          width: calc(50% - 50px); }
          .pane-bundle-primary-cta-block .fieldable-panels-pane > div > div {
            margin: 25px auto; } }
      @media only screen and (max-width: 62.667em) {
        .pane-bundle-primary-cta-block .fieldable-panels-pane > div {
          margin-left: 10px;
          margin-right: 10px;
          width: calc(100% - 20px); } }
      .pane-bundle-primary-cta-block .fieldable-panels-pane > div > h3 {
        display: none; }

.pane-bundle-large-hero {
  display: flex;
  align-items: center;
  min-height: 500px;
  background-size: cover;
  background-position: center center; }
  .pane-bundle-large-hero.align-center {
    justify-content: center; }
    .pane-bundle-large-hero.align-center .group-hero-box {
      text-align: center; }
  .pane-bundle-large-hero.align-left {
    justify-content: flex-start; }
  .pane-bundle-large-hero.align-right {
    justify-content: flex-end; }
  .pane-bundle-large-hero.align-center-bottom {
    justify-content: center;
    align-items: flex-end; }
    .pane-bundle-large-hero.align-center-bottom .group-hero-box {
      text-align: center;
      margin-bottom: 60px; }
  .pane-bundle-large-hero .field-name-field-large-hero-desc {
    font-weight: 100;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 24px;
    font-family: "Roboto Condensed", sans-serif; }
  .pane-bundle-large-hero .field-name-field-hero-image,
  .pane-bundle-large-hero .field-name-field-title-position,
  .pane-bundle-large-hero .field-name-field-full-width-hero-image,
  .pane-bundle-large-hero .field-name-field-hero-background-color {
    display: none; }
  .pane-bundle-large-hero .pane-title {
    display: none;
    margin: 0;
    padding: 0; }
  .pane-bundle-large-hero .field-name-field-hero-content-link {
    margin-top: 30px; }
    .pane-bundle-large-hero .field-name-field-hero-content-link a {
      display: inline-block;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 20px;
      font-size: 1.333em;
      padding: 6px 8px 4px 10px;
      position: relative;
      border: none;
      background-color: transparent;
      text-transform: uppercase;
      color: #fff;
      text-decoration: none;
      clear: both;
      text-align: center;
      cursor: pointer; }
      .pane-bundle-large-hero .field-name-field-hero-content-link a:focus {
        outline: none; }
      .pane-bundle-large-hero .field-name-field-hero-content-link a:before, .pane-bundle-large-hero .field-name-field-hero-content-link a:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 2px solid #fff;
        background: none;
        content: '';
        border-radius: 5px; }
      .pane-bundle-large-hero .field-name-field-hero-content-link a:after {
        border-color: #fff;
        background: none;
        opacity: 0;
        top: 0;
        background: none;
        transform: translateY(-7px) translateX(6px); }
      .pane-bundle-large-hero .field-name-field-hero-content-link a:hover:before, .pane-bundle-large-hero .field-name-field-hero-content-link a:focus:before {
        opacity: 0;
        transform: translateY(5px) translateX(-5px); }
      .pane-bundle-large-hero .field-name-field-hero-content-link a:hover:after, .pane-bundle-large-hero .field-name-field-hero-content-link a:focus:after {
        opacity: 1;
        height: 100%;
        transform: translateY(0px) translateX(0px); }
  .pane-bundle-large-hero .fieldable-panels-pane {
    display: inline-block; }
  .pane-bundle-large-hero .group-hero-box {
    display: block;
    background-color: #e82c2a;
    color: #fff;
    padding: 30px;
    margin-left: 50px;
    margin-right: 50px;
    max-width: 660px; }
    @media only screen and (max-width: 62.667em) {
      .pane-bundle-large-hero .group-hero-box {
        margin-left: 20px;
        margin-right: 20px; } }
    @media only screen and (max-width: 40em) {
      .pane-bundle-large-hero .group-hero-box {
        margin-right: 10px;
        margin-left: 10px; } }
    .pane-bundle-large-hero .group-hero-box > h3 {
      display: none; }
    .pane-bundle-large-hero .group-hero-box a {
      color: #fff; }
    .pane-bundle-large-hero .group-hero-box .pane-title {
      display: inline-block;
      color: #fff;
      text-align: left; }

.view-mode-filterable_listing_results .resource-free-status-ico {
  position: absolute;
  right: 15px;
  top: 16px; }

.view-mode-filterable_listing_results .resource-is-not-free {
  display: block;
  background: url(../images/icon_locked.svg) no-repeat center left;
  background-size: 20px 24px;
  padding-bottom: 0;
  height: 24px;
  width: 20px;
  line-height: 40px; }

.view-mode-filterable_listing_results .resource-is-free {
  border: 2px solid #e82c2a;
  padding: 3px 5px; }
  .view-mode-filterable_listing_results .resource-is-free:before {
    content: 'FREE'; }

.pane-resource-filterable-list-resource-filter-pane,
.pane-resource-filterable-list-panel-pane-1 {
  position: relative;
  background-color: #2c2d2f;
  padding-top: 60px;
  padding-bottom: 60px; }
  .pane-resource-filterable-list-resource-filter-pane .pane-title,
  .pane-resource-filterable-list-panel-pane-1 .pane-title {
    color: #fff;
    padding-top: 0;
    font-weight: 500;
    font-size: 38px; }
    @media only screen and (max-width: 62.667em) {
      .pane-resource-filterable-list-resource-filter-pane .pane-title,
      .pane-resource-filterable-list-panel-pane-1 .pane-title {
        font-size: 30px; } }
  .pane-resource-filterable-list-resource-filter-pane p.no-results,
  .pane-resource-filterable-list-panel-pane-1 p.no-results {
    text-align: center;
    color: #b9bbc1;
    font-size: 20px; }
  .pane-resource-filterable-list-resource-filter-pane .show-me,
  .pane-resource-filterable-list-panel-pane-1 .show-me {
    padding: 0;
    background: none; }
    .pane-resource-filterable-list-resource-filter-pane .show-me .label,
    .pane-resource-filterable-list-panel-pane-1 .show-me .label {
      display: none; }
  .pane-resource-filterable-list-resource-filter-pane .default-item,
  .pane-resource-filterable-list-panel-pane-1 .default-item {
    background: unset; }
    .pane-resource-filterable-list-resource-filter-pane .default-item .flag-outer,
    .pane-resource-filterable-list-panel-pane-1 .default-item .flag-outer {
      position: absolute;
      right: 15px;
      bottom: 10px; }
      .pane-resource-filterable-list-resource-filter-pane .default-item .flag-outer .flag-throbber,
      .pane-resource-filterable-list-panel-pane-1 .default-item .flag-outer .flag-throbber {
        position: absolute; }
      .pane-resource-filterable-list-resource-filter-pane .default-item .flag-outer span.flag-wrapper a,
      .pane-resource-filterable-list-panel-pane-1 .default-item .flag-outer span.flag-wrapper a {
        background-image: url("../images/icon_flag.png");
        background-size: 50px;
        background-repeat: no-repeat;
        background-position: center;
        display: block;
        width: 26px;
        height: 46px;
        text-decoration: none;
        cursor: pointer;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        border: none; }
        .pane-resource-filterable-list-resource-filter-pane .default-item .flag-outer span.flag-wrapper a:hover,
        .pane-resource-filterable-list-panel-pane-1 .default-item .flag-outer span.flag-wrapper a:hover {
          background-image: url("../images/icon_flag_hover.png"); }
      .pane-resource-filterable-list-resource-filter-pane .default-item .flag-outer span.flag-wrapper.state-flagged a,
      .pane-resource-filterable-list-panel-pane-1 .default-item .flag-outer span.flag-wrapper.state-flagged a {
        background-image: url("../images/icon_flag_hover.png"); }
    .pane-resource-filterable-list-resource-filter-pane .default-item .group-link-wrapper,
    .pane-resource-filterable-list-panel-pane-1 .default-item .group-link-wrapper {
      padding-top: 20px; }
    .pane-resource-filterable-list-resource-filter-pane .default-item h3,
    .pane-resource-filterable-list-panel-pane-1 .default-item h3 {
      display: none; }
    .pane-resource-filterable-list-resource-filter-pane .default-item h2,
    .pane-resource-filterable-list-panel-pane-1 .default-item h2 {
      text-align: left;
      font-size: 1.333em;
      letter-spacing: 2px;
      line-height: 24px;
      padding: 0;
      margin-bottom: 25px; }
      .pane-resource-filterable-list-resource-filter-pane .default-item h2 a,
      .pane-resource-filterable-list-panel-pane-1 .default-item h2 a {
        float: none;
        padding: 0 0 12px;
        border: none; }
    .pane-resource-filterable-list-resource-filter-pane .default-item .file,
    .pane-resource-filterable-list-panel-pane-1 .default-item .file {
      display: block;
      width: 100%; }
      .pane-resource-filterable-list-resource-filter-pane .default-item .file a,
      .pane-resource-filterable-list-panel-pane-1 .default-item .file a {
        width: auto;
        height: auto;
        border-bottom: 0; }
      .pane-resource-filterable-list-resource-filter-pane .default-item .file .file-size,
      .pane-resource-filterable-list-panel-pane-1 .default-item .file .file-size {
        display: inline-block;
        margin-top: 30px;
        margin-left: 10px; }
      .pane-resource-filterable-list-resource-filter-pane .default-item .file img,
      .pane-resource-filterable-list-panel-pane-1 .default-item .file img {
        float: left;
        margin-top: 20px;
        width: auto; }
  .pane-resource-filterable-list-resource-filter-pane .wrapper-node-resources,
  .pane-resource-filterable-list-panel-pane-1 .wrapper-node-resources {
    display: flex;
    flex-wrap: wrap; }
    .pane-resource-filterable-list-resource-filter-pane .wrapper-node-resources > div,
    .pane-resource-filterable-list-panel-pane-1 .wrapper-node-resources > div {
      position: relative;
      padding-bottom: 20px;
      width: 50%;
      background: #f6f6f6; }
      .pane-resource-filterable-list-resource-filter-pane .wrapper-node-resources > div:after,
      .pane-resource-filterable-list-panel-pane-1 .wrapper-node-resources > div:after {
        content: "";
        position: absolute;
        left: 10%;
        bottom: 0;
        height: 1px;
        width: 80%;
        border-bottom: 1px solid #fff; }
      @media only screen and (max-width: 40em) {
        .pane-resource-filterable-list-resource-filter-pane .wrapper-node-resources > div,
        .pane-resource-filterable-list-panel-pane-1 .wrapper-node-resources > div {
          width: 100%; } }
      .pane-resource-filterable-list-resource-filter-pane .wrapper-node-resources > div:hover,
      .pane-resource-filterable-list-panel-pane-1 .wrapper-node-resources > div:hover {
        background: #fff; }
      .pane-resource-filterable-list-resource-filter-pane .wrapper-node-resources > div .group-link-wrapper, .pane-resource-filterable-list-resource-filter-pane .wrapper-node-resources > div .view-mode-filterable_listing_results,
      .pane-resource-filterable-list-panel-pane-1 .wrapper-node-resources > div .group-link-wrapper,
      .pane-resource-filterable-list-panel-pane-1 .wrapper-node-resources > div .view-mode-filterable_listing_results {
        position: unset; }
  .pane-resource-filterable-list-resource-filter-pane .pager,
  .pane-resource-filterable-list-panel-pane-1 .pager {
    text-align: center; }
    .pane-resource-filterable-list-resource-filter-pane .pager li,
    .pane-resource-filterable-list-panel-pane-1 .pager li {
      display: inline-block;
      color: #b9bbc1;
      background: none;
      font-size: 20px;
      margin-top: 60px; }
      .pane-resource-filterable-list-resource-filter-pane .pager li a,
      .pane-resource-filterable-list-panel-pane-1 .pager li a {
        color: #b9bbc1; }
        .pane-resource-filterable-list-resource-filter-pane .pager li a:hover,
        .pane-resource-filterable-list-panel-pane-1 .pager li a:hover {
          color: #e82c2a; }
  .pane-resource-filterable-list-resource-filter-pane form,
  .pane-resource-filterable-list-panel-pane-1 form {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px; }
    @media only screen and (max-width: 40em) {
      .pane-resource-filterable-list-resource-filter-pane form,
      .pane-resource-filterable-list-panel-pane-1 form {
        padding-left: 10px;
        padding-right: 10px; } }
    .pane-resource-filterable-list-resource-filter-pane form .form-submit,
    .pane-resource-filterable-list-panel-pane-1 form .form-submit {
      display: inline-block;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 20px;
      font-size: 1.333em;
      padding: 6px 8px 4px 10px;
      position: relative;
      border: none;
      background-color: transparent;
      text-transform: uppercase;
      color: #fff;
      text-decoration: none;
      clear: both;
      text-align: center;
      cursor: pointer;
      border: 2px solid #e82c2a;
      border-radius: 5px;
      margin-left: auto;
      margin-right: auto; }
      .pane-resource-filterable-list-resource-filter-pane form .form-submit:focus,
      .pane-resource-filterable-list-panel-pane-1 form .form-submit:focus {
        outline: none; }
      .pane-resource-filterable-list-resource-filter-pane form .form-submit:before, .pane-resource-filterable-list-resource-filter-pane form .form-submit:after,
      .pane-resource-filterable-list-panel-pane-1 form .form-submit:before,
      .pane-resource-filterable-list-panel-pane-1 form .form-submit:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 2px solid #e82c2a;
        background: none;
        content: '';
        border-radius: 5px; }
      .pane-resource-filterable-list-resource-filter-pane form .form-submit:after,
      .pane-resource-filterable-list-panel-pane-1 form .form-submit:after {
        border-color: #e82c2a;
        background: none;
        opacity: 0;
        top: 0;
        background: none;
        transform: translateY(-7px) translateX(6px); }
      .pane-resource-filterable-list-resource-filter-pane form .form-submit:hover:before, .pane-resource-filterable-list-resource-filter-pane form .form-submit:focus:before,
      .pane-resource-filterable-list-panel-pane-1 form .form-submit:hover:before,
      .pane-resource-filterable-list-panel-pane-1 form .form-submit:focus:before {
        opacity: 0;
        transform: translateY(5px) translateX(-5px); }
      .pane-resource-filterable-list-resource-filter-pane form .form-submit:hover:after, .pane-resource-filterable-list-resource-filter-pane form .form-submit:focus:after,
      .pane-resource-filterable-list-panel-pane-1 form .form-submit:hover:after,
      .pane-resource-filterable-list-panel-pane-1 form .form-submit:focus:after {
        opacity: 1;
        height: 100%;
        transform: translateY(0px) translateX(0px); }
    .pane-resource-filterable-list-resource-filter-pane form .views-exposed-widget,
    .pane-resource-filterable-list-panel-pane-1 form .views-exposed-widget {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      width: 100%; }
      .pane-resource-filterable-list-resource-filter-pane form .views-exposed-widget label,
      .pane-resource-filterable-list-panel-pane-1 form .views-exposed-widget label {
        font-family: "Roboto Condensed", sans-serif;
        color: #b9bbc1;
        width: 47%;
        font-size: 26px;
        font-weight: normal;
        text-align: right;
        padding-right: 20px; }
        @media only screen and (max-width: 40em) {
          .pane-resource-filterable-list-resource-filter-pane form .views-exposed-widget label,
          .pane-resource-filterable-list-panel-pane-1 form .views-exposed-widget label {
            width: 100%;
            margin-bottom: 10px;
            font-size: 20px;
            padding-right: 0;
            text-align: left; } }
      .pane-resource-filterable-list-resource-filter-pane form .views-exposed-widget .views-widget,
      .pane-resource-filterable-list-panel-pane-1 form .views-exposed-widget .views-widget {
        width: 53%; }
        @media only screen and (max-width: 40em) {
          .pane-resource-filterable-list-resource-filter-pane form .views-exposed-widget .views-widget,
          .pane-resource-filterable-list-panel-pane-1 form .views-exposed-widget .views-widget {
            width: 100%; } }
    .pane-resource-filterable-list-resource-filter-pane form .form-type-select,
    .pane-resource-filterable-list-panel-pane-1 form .form-type-select {
      display: block !important; }
    .pane-resource-filterable-list-resource-filter-pane form .ui-selectmenu-button,
    .pane-resource-filterable-list-panel-pane-1 form .ui-selectmenu-button {
      border-color: #878788;
      width: 100% !important; }
      .pane-resource-filterable-list-resource-filter-pane form .ui-selectmenu-button span.ui-icon,
      .pane-resource-filterable-list-panel-pane-1 form .ui-selectmenu-button span.ui-icon {
        border-top-color: #878788;
        top: 18px; }
      .pane-resource-filterable-list-resource-filter-pane form .ui-selectmenu-button span.ui-selectmenu-text,
      .pane-resource-filterable-list-panel-pane-1 form .ui-selectmenu-button span.ui-selectmenu-text {
        color: #878788;
        font-size: 16px;
        padding: 10px 15px; }

.pane-bundle-top-employer-quote {
  background-color: #fff;
  padding: 10px 0;
  font-family: "Roboto Condensed", sans-serif; }
  .pane-bundle-top-employer-quote > .pane-title {
    display: none; }
  .pane-bundle-top-employer-quote .fieldable-panels-pane {
    display: flex;
    flex-wrap: wrap; }
    .pane-bundle-top-employer-quote .fieldable-panels-pane > div {
      width: 50%; }
      .pane-bundle-top-employer-quote .fieldable-panels-pane > div.group-right-column {
        padding: 60px; }
        @media only screen and (max-width: 62.667em) {
          .pane-bundle-top-employer-quote .fieldable-panels-pane > div.group-right-column {
            padding: 30px; } }
      .pane-bundle-top-employer-quote .fieldable-panels-pane > div > h3 {
        display: none; }
      @media only screen and (max-width: 62.667em) {
        .pane-bundle-top-employer-quote .fieldable-panels-pane > div {
          width: 100%; } }
  .pane-bundle-top-employer-quote .field-name-field-quote-image {
    display: none; }
  .pane-bundle-top-employer-quote .group-quote-left-column {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 62.667em) {
      .pane-bundle-top-employer-quote .group-quote-left-column {
        min-height: 300px; } }
  .pane-bundle-top-employer-quote .group-right-column .pane-title {
    font-weight: 500;
    font-size: 38px;
    color: #000;
    letter-spacing: 0;
    line-height: 40px;
    border-bottom: 0;
    margin: 0 0 5px;
    padding: 0;
    text-align: left; }
    @media only screen and (max-width: 62.667em) {
      .pane-bundle-top-employer-quote .group-right-column .pane-title {
        font-size: 28px;
        line-height: 30px; } }
  .pane-bundle-top-employer-quote .group-quote-wrapper {
    background: url("../images/icon_quote.png") no-repeat top 15px left;
    background-size: 33px 27px;
    padding-left: 45px; }
    .pane-bundle-top-employer-quote .group-quote-wrapper h3 {
      display: none; }
  .pane-bundle-top-employer-quote .field-name-field-company {
    font-weight: 500;
    font-size: 26px;
    color: #e82c2a;
    letter-spacing: 0;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 40px; }
    @media only screen and (max-width: 62.667em) {
      .pane-bundle-top-employer-quote .field-name-field-company {
        font-size: 20px;
        line-height: 24px; } }
  .pane-bundle-top-employer-quote .field-name-field-quote {
    font-size: 32px;
    color: #000;
    letter-spacing: 0;
    line-height: 42px;
    margin-bottom: 30px;
    max-width: 770px;
    width: 100%; }
    @media only screen and (max-width: 62.667em) {
      .pane-bundle-top-employer-quote .field-name-field-quote {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px; } }
  .pane-bundle-top-employer-quote .field-name-field-quote-author {
    display: inline;
    font-weight: 500;
    font-size: 22px;
    color: #000;
    letter-spacing: 0;
    line-height: 33px; }
    .pane-bundle-top-employer-quote .field-name-field-quote-author div {
      display: inline; }
    @media only screen and (max-width: 62.667em) {
      .pane-bundle-top-employer-quote .field-name-field-quote-author {
        font-size: 16px;
        line-height: 19px; } }
  .pane-bundle-top-employer-quote .field-name-field-quote-author:before {
    content: '- '; }
  .pane-bundle-top-employer-quote .field-name-field-quote-link {
    margin-top: 10px; }
    .pane-bundle-top-employer-quote .field-name-field-quote-link a {
      display: inline-block;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 20px;
      font-size: 1.333em;
      padding: 6px 8px 4px 10px;
      position: relative;
      border: none;
      background-color: transparent;
      text-transform: uppercase;
      color: #000;
      text-decoration: none;
      clear: both;
      text-align: center;
      cursor: pointer;
      padding-left: 15px;
      padding-right: 15px; }
      .pane-bundle-top-employer-quote .field-name-field-quote-link a:focus {
        outline: none; }
      .pane-bundle-top-employer-quote .field-name-field-quote-link a:before, .pane-bundle-top-employer-quote .field-name-field-quote-link a:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 2px solid #e82c2a;
        background: none;
        content: '';
        border-radius: 5px; }
      .pane-bundle-top-employer-quote .field-name-field-quote-link a:after {
        border-color: #e82c2a;
        background: none;
        opacity: 0;
        top: 0;
        background: none;
        transform: translateY(-7px) translateX(6px); }
      .pane-bundle-top-employer-quote .field-name-field-quote-link a:hover:before, .pane-bundle-top-employer-quote .field-name-field-quote-link a:focus:before {
        opacity: 0;
        transform: translateY(5px) translateX(-5px); }
      .pane-bundle-top-employer-quote .field-name-field-quote-link a:hover:after, .pane-bundle-top-employer-quote .field-name-field-quote-link a:focus:after {
        opacity: 1;
        height: 100%;
        transform: translateY(0px) translateX(0px); }

section[class*="pane-related-blogs-"],
.pane-related-blogs {
  background-color: #fff;
  padding: 60px 40px; }
  @media only screen and (max-width: 62.667em) {
    section[class*="pane-related-blogs-"],
    .pane-related-blogs {
      padding: 30px 20px; } }
  section[class*="pane-related-blogs-"] .pane-title,
  .pane-related-blogs .pane-title {
    text-align: center;
    color: #e82c2a;
    border-bottom: 0;
    font-size: 40px;
    letter-spacing: 0;
    line-height: 48px; }
  section[class*="pane-related-blogs-"] .item-list,
  .pane-related-blogs .item-list {
    width: 100%;
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto; }
    section[class*="pane-related-blogs-"] .item-list ul,
    .pane-related-blogs .item-list ul {
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      margin: 0;
      padding: 0; }
      section[class*="pane-related-blogs-"] .item-list ul li,
      .pane-related-blogs .item-list ul li {
        position: relative;
        text-align: center;
        background: transparent;
        width: calc(33.333% - 40px);
        margin: 20px;
        padding: 30px;
        border-radius: 4px; }
        @media only screen and (max-width: 85.4em) {
          section[class*="pane-related-blogs-"] .item-list ul li,
          .pane-related-blogs .item-list ul li {
            width: calc(50% - 40px);
            padding: 0; } }
        @media only screen and (max-width: 62.667em) {
          section[class*="pane-related-blogs-"] .item-list ul li,
          .pane-related-blogs .item-list ul li {
            width: calc(100% - 40px); } }
  section[class*="pane-related-blogs-"] .views-field-field-image,
  .pane-related-blogs .views-field-field-image {
    margin-bottom: 25px; }
  section[class*="pane-related-blogs-"] .views-field-title,
  .pane-related-blogs .views-field-title {
    font-size: 26px;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 15px; }
    section[class*="pane-related-blogs-"] .views-field-title a,
    .pane-related-blogs .views-field-title a {
      color: #000; }
  section[class*="pane-related-blogs-"] .views-field-created,
  section[class*="pane-related-blogs-"] .views-field-field-author,
  .pane-related-blogs .views-field-created,
  .pane-related-blogs .views-field-field-author {
    display: inline;
    font-size: 18px;
    color: #878788;
    letter-spacing: 0;
    line-height: 28px;
    text-transform: uppercase; }
  section[class*="pane-related-blogs-"] .views-field-field-author .field-content:after,
  .pane-related-blogs .views-field-field-author .field-content:after {
    content: ', '; }
  section[class*="pane-related-blogs-"] .views-field-body,
  .pane-related-blogs .views-field-body {
    margin-top: 20px;
    margin-bottom: 20px; }
    section[class*="pane-related-blogs-"] .views-field-body a,
    .pane-related-blogs .views-field-body a {
      color: #e82c2a; }
      section[class*="pane-related-blogs-"] .views-field-body a:hover,
      .pane-related-blogs .views-field-body a:hover {
        color: #c72322; }
    section[class*="pane-related-blogs-"] .views-field-body h3,
    .pane-related-blogs .views-field-body h3 {
      font-size: 18px;
      color: #000;
      letter-spacing: 0;
      text-align: center;
      line-height: 24px;
      font-family: "Roboto", sans-serif; }
  section[class*="pane-related-blogs-"] .views-field-view-node a,
  .pane-related-blogs .views-field-view-node a {
    display: inline-block;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    font-size: 1.333em;
    padding: 6px 8px 4px 10px;
    position: relative;
    border: none;
    background-color: transparent;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    clear: both;
    text-align: center;
    cursor: pointer; }
    section[class*="pane-related-blogs-"] .views-field-view-node a:focus,
    .pane-related-blogs .views-field-view-node a:focus {
      outline: none; }
    section[class*="pane-related-blogs-"] .views-field-view-node a:before, section[class*="pane-related-blogs-"] .views-field-view-node a:after,
    .pane-related-blogs .views-field-view-node a:before,
    .pane-related-blogs .views-field-view-node a:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 2px solid #e82c2a;
      background: none;
      content: '';
      border-radius: 5px; }
    section[class*="pane-related-blogs-"] .views-field-view-node a:after,
    .pane-related-blogs .views-field-view-node a:after {
      border-color: #e82c2a;
      background: none;
      opacity: 0;
      top: 0;
      background: none;
      transform: translateY(-7px) translateX(6px); }
    section[class*="pane-related-blogs-"] .views-field-view-node a:hover:before, section[class*="pane-related-blogs-"] .views-field-view-node a:focus:before,
    .pane-related-blogs .views-field-view-node a:hover:before,
    .pane-related-blogs .views-field-view-node a:focus:before {
      opacity: 0;
      transform: translateY(5px) translateX(-5px); }
    section[class*="pane-related-blogs-"] .views-field-view-node a:hover:after, section[class*="pane-related-blogs-"] .views-field-view-node a:focus:after,
    .pane-related-blogs .views-field-view-node a:hover:after,
    .pane-related-blogs .views-field-view-node a:focus:after {
      opacity: 1;
      height: 100%;
      transform: translateY(0px) translateX(0px); }
  section[class*="pane-related-blogs-"] .views-field-field-author > div,
  .pane-related-blogs .views-field-field-author > div {
    display: inline; }

.pane-bundle-benefits-cta {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff; }
  @media only screen and (max-width: 62.667em) {
    .pane-bundle-benefits-cta {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .pane-bundle-benefits-cta .pane-title {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 745px;
    width: 100%;
    font-size: 40px;
    color: #000;
    letter-spacing: 0;
    text-align: center;
    line-height: 48px;
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 0;
    padding-top: 0;
    border-bottom: 0; }
    @media only screen and (max-width: 62.667em) {
      .pane-bundle-benefits-cta .pane-title {
        font-size: 30px;
        line-height: 38px; } }
  .pane-bundle-benefits-cta .field-items {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto; }
    .pane-bundle-benefits-cta .field-items > div {
      width: calc(25% - 60px);
      margin: 30px; }
      @media only screen and (max-width: 85.4em) {
        .pane-bundle-benefits-cta .field-items > div {
          width: calc(50% - 60px); } }
      @media only screen and (max-width: 62.667em) {
        .pane-bundle-benefits-cta .field-items > div {
          width: calc(100% - 30px);
          margin: 15px; } }
  .pane-bundle-benefits-cta .field-type-link-field .field-item {
    text-align: center; }
  .pane-bundle-benefits-cta .field-type-link-field a {
    display: block;
    font-size: 28px;
    color: #000;
    letter-spacing: 0;
    line-height: 34px;
    position: relative;
    padding-bottom: 70px;
    transition: all 0.15s ease-in-out; }
    @media only screen and (max-width: 62.667em) {
      .pane-bundle-benefits-cta .field-type-link-field a {
        font-size: 20px;
        line-height: 26px;
        padding-bottom: 54px; } }
    .pane-bundle-benefits-cta .field-type-link-field a:hover {
      color: #e82c2a; }
    .pane-bundle-benefits-cta .field-type-link-field a:after {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      content: '';
      display: block;
      width: 48px;
      height: 38px;
      background: url("../images/arrows_down.svg") no-repeat;
      background-size: 48px 38px; }
      @media only screen and (max-width: 62.667em) {
        .pane-bundle-benefits-cta .field-type-link-field a:after {
          background-size: 24px 19px; } }

.pane-bundle-related-content {
  padding-top: 20px;
  padding-bottom: 20px; }
  .pane-bundle-related-content .pane-title {
    color: #e82c2a;
    text-align: center;
    border-bottom: 0;
    font-size: 40px;
    letter-spacing: 0;
    line-height: 48px; }
    @media only screen and (max-width: 62.667em) {
      .pane-bundle-related-content .pane-title {
        font-size: 30px;
        line-height: 38px; } }
  .pane-bundle-related-content .field-name-field-related-content-lp > .field-items {
    display: flex;
    flex-wrap: wrap; }
    .pane-bundle-related-content .field-name-field-related-content-lp > .field-items > .field-item {
      position: relative;
      padding-left: 35px;
      padding-bottom: 10px;
      width: calc(50% - 30px); }
      .pane-bundle-related-content .field-name-field-related-content-lp > .field-items > .field-item:hover {
        background-color: #fff; }
        .pane-bundle-related-content .field-name-field-related-content-lp > .field-items > .field-item:hover.field-item {
          background-color: #fff; }
      .pane-bundle-related-content .field-name-field-related-content-lp > .field-items > .field-item:after {
        content: "";
        position: absolute;
        left: 10%;
        bottom: 0;
        height: 1px;
        width: 80%;
        border-bottom: 1px solid #fff; }
      @media only screen and (max-width: 62.667em) {
        .pane-bundle-related-content .field-name-field-related-content-lp > .field-items > .field-item {
          width: calc(100% - 30px); } }
  .pane-bundle-related-content .view-mode-related_content_fpp h2.node-title {
    color: #000;
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 0;
    line-height: 32px;
    padding: 15px 15px;
    text-align: left;
    border-bottom: none; }
    @media only screen and (max-width: 62.667em) {
      .pane-bundle-related-content .view-mode-related_content_fpp h2.node-title {
        font-size: 20px;
        line-height: 24px; } }
  .pane-bundle-related-content .view-mode-related_content_fpp .field-items {
    color: #000;
    padding: 0 15px; }
  .pane-bundle-related-content .view-mode-related_content_fpp .field-item, .pane-bundle-related-content .view-mode-related_content_fpp .field-item p {
    font-size: 16px;
    color: #000;
    letter-spacing: 0;
    font-weight: 300;
    line-height: 20px; }
  .pane-bundle-related-content .view-mode-related_content_fpp .field-item p a {
    color: #000; }
  @media only screen and (max-width: 62.667em) {
    .pane-bundle-related-content .view-mode-related_content_fpp .field-item p {
      font-size: 16px;
      line-height: 20px; } }

/**
  * Blocks
  *
  * Theme styling
  */
.block-paid-resources, .resource-paid-limited {
  background-color: #fff; }

.resource-paid-limited .field-name-field-body.field-type-text-with-summary {
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 20px 0; }
  .resource-paid-limited .field-name-field-body.field-type-text-with-summary p:last-of-type {
    margin-bottom: 0; }

.resource-paid-limited .no-access-wrapper {
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 60px; }
  .resource-paid-limited .no-access-wrapper:before {
    content: '';
    display: block;
    height: 80px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
    margin: -80px 0 35px;
    position: relative; }
  .resource-paid-limited .no-access-wrapper h3 {
    position: relative;
    background: url("../images/icon_locked.svg") no-repeat center left;
    background-size: 30px 40px;
    padding-left: 45px;
    min-height: 40px;
    line-height: 40px;
    border-bottom: 0;
    margin-bottom: 32px; }
    .resource-paid-limited .no-access-wrapper h3:after {
      position: absolute;
      bottom: -12px;
      left: 0;
      right: 0;
      display: block;
      content: '';
      width: 100%;
      height: 2px;
      background-color: #eee;
      margin-top: 5px; }

.resource-login-form-wrapper {
  background-color: #f6f6f6;
  border-top: 1px solid #e8e8e8; }
  .resource-login-form-wrapper .resource-block-text {
    width: 100%;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px; }
    .resource-login-form-wrapper .resource-block-text h3 {
      position: relative;
      background: url("../images/icon_locked.svg") no-repeat center left;
      background-size: 30px 40px;
      padding-left: 45px;
      min-height: 40px;
      line-height: 40px;
      border-bottom: 0;
      margin-bottom: 32px; }
      .resource-login-form-wrapper .resource-block-text h3:after {
        position: absolute;
        bottom: -12px;
        left: 0;
        right: 0;
        display: block;
        content: '';
        width: 100%;
        height: 2px;
        background-color: #eee;
        margin-top: 5px; }
  .resource-login-form-wrapper #user-login {
    margin-bottom: 0;
    padding: 0 20px;
    margin: 40px auto 20px;
    background-color: #f6f6f6;
    color: #000;
    max-width: 400px; }
    .resource-login-form-wrapper #user-login label {
      font-weight: 400;
      width: 100px;
      text-align: right;
      padding-right: 15px; }
      @media only screen and (max-width: 40em) {
        .resource-login-form-wrapper #user-login label {
          width: 100%;
          padding-right: 0;
          text-align: left; } }
    .resource-login-form-wrapper #user-login input[type="text"],
    .resource-login-form-wrapper #user-login input[type="password"] {
      width: calc(100% - 100px); }
      @media only screen and (max-width: 40em) {
        .resource-login-form-wrapper #user-login input[type="text"],
        .resource-login-form-wrapper #user-login input[type="password"] {
          width: 100%; } }
    .resource-login-form-wrapper #user-login input[type="submit"] {
      color: #000;
      padding-left: 15px;
      padding-right: 15px; }
      .resource-login-form-wrapper #user-login input[type="submit"]:hover {
        color: #fff; }
    .resource-login-form-wrapper #user-login .forgotten-password {
      text-align: right; }
    .resource-login-form-wrapper #user-login .form-actions {
      text-align: right; }
      @media only screen and (max-width: 40em) {
        .resource-login-form-wrapper #user-login .form-actions {
          text-align: center; } }
    .resource-login-form-wrapper #user-login .form-item {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }

.login-form-footer {
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 60px 20px; }
  .login-form-footer, .login-form-footer p {
    font-size: 20px;
    line-height: 28px; }
  @media only screen and (max-width: 62.667em) {
    .login-form-footer {
      font-size: 17px;
      line-height: 22px; } }
  .login-form-footer a {
    color: #e82c2a; }
    .login-form-footer a:hover {
      color: #c72322; }

.user-login-welcome {
  max-width: 700px;
  text-align: center;
  margin: 50px auto;
  padding: 0 20px; }

.pane-feature-profile-profile-text-block,
.pane-bundle-profile-text-block {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px; }
  @media only screen and (max-width: 62.667em) {
    .pane-feature-profile-profile-text-block,
    .pane-bundle-profile-text-block {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (max-width: 40em) {
    .pane-feature-profile-profile-text-block,
    .pane-bundle-profile-text-block {
      padding: 30px 10px; } }
  .pane-feature-profile-profile-text-block .pane-title,
  .pane-bundle-profile-text-block .pane-title {
    display: none; }
  .pane-feature-profile-profile-text-block a,
  .pane-bundle-profile-text-block a {
    color: #e82c2a; }
    .pane-feature-profile-profile-text-block a:hover,
    .pane-bundle-profile-text-block a:hover {
      color: #c72322; }
  .pane-feature-profile-profile-text-block p:last-of-type,
  .pane-bundle-profile-text-block p:last-of-type {
    margin-bottom: 0; }

.pane-feature-profile-profile-hero {
  display: flex;
  align-items: flex-start;
  min-height: 500px;
  background-size: cover;
  background-position: center center; }
  .pane-feature-profile-profile-hero .field-name-field-profile-hero-image {
    display: none; }
  .pane-feature-profile-profile-hero .profile-hero-title {
    display: flex;
    align-items: center;
    background-color: #e82c2a;
    color: #fff;
    padding: 30px;
    margin-left: 50px;
    margin-right: 50px;
    max-width: 660px;
    margin-top: 60px; }
    .pane-feature-profile-profile-hero .profile-hero-title h2 {
      color: #fff;
      border-bottom: 0;
      padding-right: 35px;
      padding-bottom: 0;
      margin-bottom: 0; }
      .pane-feature-profile-profile-hero .profile-hero-title h2.group-wrapper {
        padding-right: 0; }
        .pane-feature-profile-profile-hero .profile-hero-title h2.group-wrapper a {
          padding-left: 15px;
          padding-right: 15px; }
    .pane-feature-profile-profile-hero .profile-hero-title a {
      display: inline-block;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 20px;
      font-size: 1.333em;
      padding: 6px 8px 4px 10px;
      position: relative;
      border: none;
      background-color: transparent;
      text-transform: uppercase;
      color: #fff;
      text-decoration: none;
      clear: both;
      text-align: center;
      cursor: pointer;
      font-size: 15px; }
      .pane-feature-profile-profile-hero .profile-hero-title a:focus {
        outline: none; }
      .pane-feature-profile-profile-hero .profile-hero-title a:before, .pane-feature-profile-profile-hero .profile-hero-title a:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 2px solid #fff;
        background: none;
        content: '';
        border-radius: 5px; }
      .pane-feature-profile-profile-hero .profile-hero-title a:after {
        border-color: #fff;
        background: none;
        opacity: 0;
        top: 0;
        background: none;
        transform: translateY(-7px) translateX(6px); }
      .pane-feature-profile-profile-hero .profile-hero-title a:hover:before, .pane-feature-profile-profile-hero .profile-hero-title a:focus:before {
        opacity: 0;
        transform: translateY(5px) translateX(-5px); }
      .pane-feature-profile-profile-hero .profile-hero-title a:hover:after, .pane-feature-profile-profile-hero .profile-hero-title a:focus:after {
        opacity: 1;
        height: 100%;
        transform: translateY(0px) translateX(0px); }
    @media only screen and (max-width: 62.667em) {
      .pane-feature-profile-profile-hero .profile-hero-title {
        margin-left: 20px;
        margin-right: 20px; } }
    @media only screen and (max-width: 40em) {
      .pane-feature-profile-profile-hero .profile-hero-title {
        margin-right: 10px;
        margin-left: 10px; } }

/**
  * Nodes
  */
@media screen and (min-width: 62.667em) {
  .node-type-resource .breadcrumb {
    position: relative;
    top: auto;
    left: auto;
    display: flex; } }

.node-resource header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 25px auto;
  background-color: #fff;
  max-width: 85.4em;
  padding: 15px 0;
  flex-direction: column;
  padding-right: 66px;
  padding-left: 66px; }
  @media only screen and (max-width: 62.667em) {
    .node-resource header {
      padding-left: 40px;
      padding-right: 40px; } }
  @media only screen and (max-width: 40em) {
    .node-resource header {
      padding-right: 20px;
      padding-left: 20px;
      width: 100%; } }
  .node-resource header h1, .node-resource header h2 {
    margin: 0;
    border-bottom: 0; }
  .node-resource header .custom-published-date-resource {
    margin-bottom: 10px; }
  .node-resource header .flag-outer {
    position: absolute;
    right: 10px;
    top: 20px; }
    @media only screen and (max-width: 40em) {
      .node-resource header .flag-outer {
        position: relative;
        right: auto;
        top: auto;
        margin-top: 20px; } }
    .node-resource header .flag-outer .flag-throbber {
      position: absolute; }
    .node-resource header .flag-outer span.flag-wrapper a {
      background-image: url("../images/icon_flag.png");
      background-size: 44px 44px;
      background-repeat: no-repeat;
      background-position: center;
      display: block;
      width: 44px;
      height: 44px;
      text-decoration: none;
      cursor: pointer;
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap; }
      .node-resource header .flag-outer span.flag-wrapper a:hover {
        background-image: url("../images/icon_flag_hover.png"); }
    .node-resource header .flag-outer span.flag-wrapper.state-flagged a {
      background-image: url("../images/icon_flag_hover.png"); }

body.node-type-panelized .panelizer-view-mode .pane-entity-view.pane-node {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding: 20px 15px; }
  @media (min-width: 40em) {
    body.node-type-panelized .panelizer-view-mode .pane-entity-view.pane-node {
      padding: 30px 15px; } }
  .non-responsive body.node-type-panelized .panelizer-view-mode .pane-entity-view.pane-node,
  .lt-ie9 body.node-type-panelized .panelizer-view-mode .pane-entity-view.pane-node {
    padding: 30px 15px; }
  body.node-type-panelized .panelizer-view-mode .pane-entity-view.pane-node article header {
    display: none; }
  body.node-type-panelized .panelizer-view-mode .pane-entity-view.pane-node article h1 {
    padding: 0;
    background: none; }

/**
  * Pages
  */
.page-user .user-full > h2 {
  border-bottom: 0;
  margin: 25px 0 30px 60px;
  padding: 0;
  font-size: 40px; }

.page-user .pane-resources-user-bookmarks {
  margin-bottom: 20px; }
  .page-user .pane-resources-user-bookmarks .pane-title {
    border: 0;
    padding-left: 60px;
    text-transform: uppercase;
    margin-top: 60px;
    text-align: center; }

.page-user .wrapper-node-resources {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .page-user .wrapper-node-resources > div.views-row {
    position: relative;
    width: 50%;
    background: #f6f6f6; }
    @media only screen and (max-width: 40em) {
      .page-user .wrapper-node-resources > div.views-row {
        width: 100%; } }
    .page-user .wrapper-node-resources > div.views-row:after {
      content: "";
      position: absolute;
      left: 10%;
      bottom: 0;
      height: 1px;
      width: 80%;
      border-bottom: 1px solid #fff; }
    .page-user .wrapper-node-resources > div.views-row .default-item {
      background: unset; }
    .page-user .wrapper-node-resources > div.views-row:hover {
      background: #fff; }
    .page-user .wrapper-node-resources > div.views-row .group-link-wrapper, .page-user .wrapper-node-resources > div.views-row .view-mode-filterable_listing_results {
      position: unset; }
    .page-user .wrapper-node-resources > div.views-row h2 {
      border: 0;
      padding-right: 0; }
      .page-user .wrapper-node-resources > div.views-row h2 a {
        border: none; }
    .page-user .wrapper-node-resources > div.views-row .view-mode-filterable_listing_results {
      padding-top: 0;
      padding-bottom: 10px; }
    .page-user .wrapper-node-resources > div.views-row .flag-outer {
      position: absolute;
      right: 15px;
      bottom: 10px; }
      .page-user .wrapper-node-resources > div.views-row .flag-outer .flag-throbber {
        position: absolute; }
      .page-user .wrapper-node-resources > div.views-row .flag-outer span.flag-wrapper a {
        background-image: url("../images/icon_flag.png");
        background-size: 50px;
        background-repeat: no-repeat;
        background-position: center;
        display: block;
        width: 26px;
        height: 46px;
        text-decoration: none;
        cursor: pointer;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        border: none; }
        .page-user .wrapper-node-resources > div.views-row .flag-outer span.flag-wrapper a:hover {
          background-image: url("../images/icon_flag_hover.png"); }
      .page-user .wrapper-node-resources > div.views-row .flag-outer span.flag-wrapper.state-flagged a {
        background-image: url("../images/icon_flag_hover.png"); }

.page-user .panel-display {
  background-color: #fff; }

.page-user .pane-feature-profile-profile-user-edit {
  margin-bottom: 30px;
  position: relative; }

.page-user .sw-profile-form--trigger {
  border: 2px solid #e8e8e8;
  color: #e82c2a;
  cursor: pointer;
  text-align: left;
  outline: none;
  font-size: 24px;
  padding: 15px 60px; }
  .page-user .sw-profile-form--trigger:after {
    content: '+';
    color: #fff;
    font-weight: bold;
    background: #000;
    padding: 0 9px;
    border-radius: 50%;
    font-size: 28px;
    position: absolute;
    right: 60px;
    top: 14px; }
  @media only screen and (max-width: 40em) {
    .page-user .sw-profile-form--trigger {
      font-size: 16px;
      padding: 15px 10px; }
      .page-user .sw-profile-form--trigger:after {
        right: 10px;
        top: 7px; } }

.page-user .sw-profile-form.active .sw-profile-form--trigger {
  border-bottom: none; }
  .page-user .sw-profile-form.active .sw-profile-form--trigger:after {
    content: "-";
    padding: 0 12px; }

.page-user .sw-profile-form form {
  padding: 20px 60px 0;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
  /* label color */ }
  .page-user .sw-profile-form form .password-strength, .page-user .sw-profile-form form .password-suggestions {
    display: none; }
  .page-user .sw-profile-form form .password-suggestions.description {
    margin-bottom: 25px; }
  .page-user .sw-profile-form form .password-suggestions + .description {
    margin-top: -20px; }
  .page-user .sw-profile-form form input::-webkit-input-placeholder, .page-user .sw-profile-form form button {
    font-family: 'roboto', sans-serif;
    transition: all 0.3s ease-in-out; }
  .page-user .sw-profile-form form .form-type-textfield, .page-user .sw-profile-form form .form-type-password, .page-user .sw-profile-form form .form-type-password-confirm {
    margin-bottom: 30px; }
    .page-user .sw-profile-form form .form-type-textfield input, .page-user .sw-profile-form form .form-type-password input, .page-user .sw-profile-form form .form-type-password-confirm input {
      margin: 0px 0px 5px 0;
      max-width: 500px;
      width: 100%;
      display: block;
      border: none;
      padding: 10px 0px;
      transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #e82c2a 4%); }
      .page-user .sw-profile-form form .form-type-textfield input:focus, .page-user .sw-profile-form form .form-type-password input:focus, .page-user .sw-profile-form form .form-type-password-confirm input:focus {
        box-shadow: none;
        outline: none;
        background-position: 0 0; }
        .page-user .sw-profile-form form .form-type-textfield input:focus::-webkit-input-placeholder, .page-user .sw-profile-form form .form-type-password input:focus::-webkit-input-placeholder, .page-user .sw-profile-form form .form-type-password-confirm input:focus::-webkit-input-placeholder {
          color: #e82c2a;
          font-size: 11px;
          transform: translateY(-20px);
          visibility: visible !important; }
  .page-user .sw-profile-form form .password-confirm {
    margin-top: 0;
    width: auto; }
  .page-user .sw-profile-form form input[type="submit"] {
    border: 2px solid #e82c2a;
    background: none !important;
    border-radius: 5px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    font-size: 1.333em;
    padding: 6px 10px;
    position: relative;
    background-color: transparent;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    clear: both;
    text-align: center;
    cursor: pointer; }
    .page-user .sw-profile-form form input[type="submit"]:hover {
      background: #e82c2a !important;
      color: #fff; }
  .page-user .sw-profile-form form .password-confirm {
    width: 12.6em; }
  .page-user .sw-profile-form form .form-wrapper {
    max-width: 800px; }

.page-user .sw-profile-form.active form {
  display: block; }

.page-user #user-pass-reset {
  /* label color */
  display: block;
  max-width: 500px;
  width: 100%;
  margin: 60px auto 30px;
  background-color: #27282a;
  padding: 10px 20px;
  color: #fff;
  border-radius: 4px; }
  .page-user #user-pass-reset .password-strength, .page-user #user-pass-reset .password-suggestions {
    display: none; }
  .page-user #user-pass-reset .password-suggestions.description {
    margin-bottom: 25px; }
  .page-user #user-pass-reset .password-suggestions + .description {
    margin-top: -20px; }
  .page-user #user-pass-reset input::-webkit-input-placeholder, .page-user #user-pass-reset button {
    font-family: 'roboto', sans-serif;
    transition: all 0.3s ease-in-out; }
  .page-user #user-pass-reset .form-type-textfield, .page-user #user-pass-reset .form-type-password, .page-user #user-pass-reset .form-type-password-confirm {
    margin-bottom: 30px; }
    .page-user #user-pass-reset .form-type-textfield input, .page-user #user-pass-reset .form-type-password input, .page-user #user-pass-reset .form-type-password-confirm input {
      margin: 0px 0px 5px 0;
      max-width: 500px;
      width: 100%;
      display: block;
      border: none;
      padding: 10px 0px;
      transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #e82c2a 4%); }
      .page-user #user-pass-reset .form-type-textfield input:focus, .page-user #user-pass-reset .form-type-password input:focus, .page-user #user-pass-reset .form-type-password-confirm input:focus {
        box-shadow: none;
        outline: none;
        background-position: 0 0; }
        .page-user #user-pass-reset .form-type-textfield input:focus::-webkit-input-placeholder, .page-user #user-pass-reset .form-type-password input:focus::-webkit-input-placeholder, .page-user #user-pass-reset .form-type-password-confirm input:focus::-webkit-input-placeholder {
          color: #e82c2a;
          font-size: 11px;
          transform: translateY(-20px);
          visibility: visible !important; }
  .page-user #user-pass-reset .password-confirm {
    margin-top: 0;
    width: auto; }
  .page-user #user-pass-reset input[type="submit"] {
    border: 2px solid #e82c2a;
    background: none !important;
    border-radius: 5px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    font-size: 1.333em;
    padding: 6px 10px;
    position: relative;
    background-color: transparent;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    clear: both;
    text-align: center;
    cursor: pointer; }
    .page-user #user-pass-reset input[type="submit"]:hover {
      background: #e82c2a !important;
      color: #fff; }
  .page-user #user-pass-reset .confirm-parent, .page-user #user-pass-reset .password-parent, .page-user #user-pass-reset div.form-item div.password-suggestions {
    width: 100%; }
  .page-user #user-pass-reset .form-type-textfield input, .page-user #user-pass-reset .form-type-password input, .page-user #user-pass-reset .form-type-password-confirm input {
    padding: 10px 0 10px 10px;
    background: #fff;
    color: #000;
    border-radius: 2px; }
  .page-user #user-pass-reset input[type="submit"] {
    color: #fff; }
  .page-user #user-pass-reset .password-confirm .ok {
    color: #62ED21 !important; }
  .page-user #user-pass-reset .password-suggestions {
    display: none !important; }
    .page-user #user-pass-reset .password-suggestions + .description {
      display: none !important; }

.page-user .paragraphs-items-field-paragraph-action-block h2.sw-take-action__title {
  padding: 0 5%; }
  @media only screen and (max-width: 40em) {
    .page-user .paragraphs-items-field-paragraph-action-block h2.sw-take-action__title {
      padding: 0 15%; } }
  @media only screen and (max-width: 30em) {
    .page-user .paragraphs-items-field-paragraph-action-block h2.sw-take-action__title {
      padding: 0 0;
      text-align: center; } }

/**
  * Components
  *
  */
@media (min-width: 1025px) {
  .sw-take-action--cta:hover .sw-take-action--content {
    width: 100%; } }

/**
  * Forms
  */
form#tfa-basic-setup-form, #tfa-basic-overview {
  width: 100%;
  padding: 20px 30px; }
  form#tfa-basic-setup-form .form-item, #tfa-basic-overview .form-item {
    margin-bottom: 30px; }
    form#tfa-basic-setup-form .form-item input, #tfa-basic-overview .form-item input {
      margin: 0px 0px 5px 0;
      max-width: 500px;
      width: 100%;
      display: block;
      border: none;
      padding: 10px 0px;
      transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #e82c2a 4%); }
      form#tfa-basic-setup-form .form-item input:focus, #tfa-basic-overview .form-item input:focus {
        box-shadow: none;
        outline: none;
        background-position: 0 0; }
        form#tfa-basic-setup-form .form-item input:focus::-webkit-input-placeholder, #tfa-basic-overview .form-item input:focus::-webkit-input-placeholder {
          color: #e82c2a;
          font-size: 11px;
          transform: translateY(-20px);
          visibility: visible !important; }
  form#tfa-basic-setup-form input[type="submit"], #tfa-basic-overview input[type="submit"] {
    border: 2px solid #e82c2a;
    background: none !important;
    border-radius: 5px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.333em;
    padding: 6px 10px;
    position: relative;
    background-color: transparent;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    clear: both;
    text-align: center;
    cursor: pointer;
    margin-right: 10px; }
    form#tfa-basic-setup-form input[type="submit"]:hover, #tfa-basic-overview input[type="submit"]:hover {
      background: #e82c2a !important;
      color: #fff; }

/*# sourceMappingURL=stonewall-manifesto.css.map */
