@charset "UTF-8";
/**
 * variables > _colors
 */
/**
 * Breakpoint variables
 */
/**
 * Spacing variables
 */
/**
 * variables > _typography
 */
@font-face {
  font-family: 'Aleo';
  src: url("../fonts/Aleo-Bold-webfont.eot");
  src: url("../fonts/Aleo-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Aleo-Regular-webfont.woff") format("woff"), url("../fonts/Aleo-Regular-webfont.ttf") format("truetype"), url("../fonts/Aleo-Regular-webfont.svg#aleoregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Aleo';
  src: url("../fonts/Aleo-Italic-webfont.eot");
  src: url("../fonts/Aleo-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Aleo-Italic-webfont.woff") format("woff"), url("../fonts/Aleo-Italic-webfont.ttf") format("truetype"), url("../fonts/Aleo-Italic-webfont.svg#aleoregular") format("svg");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'Aleo';
  src: url("../fonts/Aleo-Bold-webfont.eot");
  src: url("../fonts/Aleo-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Aleo-Bold-webfont.woff") format("woff"), url("../fonts/Aleo-Bold-webfont.ttf") format("truetype"), url("../fonts/Aleo-Bold-webfont.svg#aleoregular") format("svg");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Aleo';
  src: url("../fonts/Aleo-BoldItalic-webfont.eot");
  src: url("../fonts/Aleo-BoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Aleo-BoldItalic-webfont.woff") format("woff"), url("../fonts/Aleo-BoldItalic-webfont.ttf") format("truetype"), url("../fonts/Aleo-BoldItalic-webfont.svg#aleoregular") format("svg");
  font-weight: 600;
  font-style: italic; }
@font-face {
  font-family: 'FiraSansCondensed';
  src: url("../fonts/FiraSansCondensed-Regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'FiraSansCondensed';
  src: url("../fonts/FiraSansCondensed-Medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'FiraSansCondensed';
  src: url("../fonts/FiraSansCondensed-Bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal; }
/**
 * Buttons
 */
/* line 5, ../sass/base/_buttons.scss */
.button,
.print-pdf,
.print-page {
  background: #9da374;
  display: inline-block;
  padding: 8px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  border-radius: 3px; }

/* line 18, ../sass/base/_buttons.scss */
.button:hover,
.print-pdf:hover,
.print-page:hover {
  background: #1a2c3f;
  color: #fff; }

/* line 25, ../sass/base/_buttons.scss */
.add .button {
  margin-bottom: 1em; }

/* line 29, ../sass/base/_buttons.scss */
.print_html,
.print_pdf {
  margin: 0 1em 0 0; }

/* line 34, ../sass/base/_buttons.scss */
.print-pdf,
.print-page {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  text-transform: capitalize; }

/* line 41, ../sass/base/_buttons.scss */
.print-pdf:before {
  content: "";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  padding-right: .3em; }

/* line 45, ../sass/base/_buttons.scss */
.print-page:before {
  content: "";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  padding-right: .3em; }

/**
 * Forms
 */
/* line 5, ../sass/base/_forms.scss */
form .messages {
  background: #ffb;
  margin: 10px 0 15px;
  padding: 10px;
  border-color: #bac0ad; }

/* line 12, ../sass/base/_forms.scss */
fieldset.required-fields .fieldset-legend:after {
  /*
    content: ' *';
    color: #f00;
  */ }

/* line 19, ../sass/base/_forms.scss */
fieldset legend {
  padding: 0 6px;
  font-weight: 600; }

/* line 24, ../sass/base/_forms.scss */
input[type="submit"] {
  background: #9da374;
  padding: 7px 12px;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  border: none;
  border-radius: 3px; }

/* line 32, ../sass/base/_forms.scss */
input[type="submit"]:hover {
  background: #1a2c3f; }

/* line 36, ../sass/base/_forms.scss */
.form-actions {
  margin: 20px 0 10px; }
  /* line 39, ../sass/base/_forms.scss */
  .form-actions input[type="submit"] {
    font-weight: 600; }

/* line 45, ../sass/base/_forms.scss */
input[type="file"] {
  font-size: 14px;
  font-size: 0.875rem; }

/* line 49, ../sass/base/_forms.scss */
.field-type-list-text,
.field-type-text-long,
.field-type-text-with-summary,
.field-group-fieldset,
.field-type-field-collection,
.field-type-number-integer,
.field-type-file,
.field-type-link-field {
  margin-bottom: 26px; }

/* line 60, ../sass/base/_forms.scss */
.form-item label {
  margin-bottom: 3px; }

/* line 64, ../sass/base/_forms.scss */
.form-text,
.form-select,
select {
  padding: 4px;
  border: 1px solid #bac0ad; }

/* line 71, ../sass/base/_forms.scss */
html.js .form-autocomplete {
  background-position: 100% 7px; }

/* line 74, ../sass/base/_forms.scss */
html.js .throbbing {
  background-position: 100% -13px; }

/* line 78, ../sass/base/_forms.scss */
.form-item .description,
.fieldset-description,
.fieldset-description p,
.form-item .label-description,
.text-format-wrapper .label-description,
.form-item .label-description p,
.text-format-wrapper .label-description p {
  margin: 0 0 10px;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #6b7e8d;
  line-height: 1.4; }

/* line 90, ../sass/base/_forms.scss */
.form-item .description.fc-help {
  margin-top: 10px;
  margin-bottom: 0; }

/* line 95, ../sass/base/_forms.scss */
tr .form-item .description {
  white-space: normal; }

/* line 99, ../sass/base/_forms.scss */
.link-field-title .description {
  display: none; }

/**
 * Draggable Tables
 */
/* line 112, ../sass/base/_forms.scss */
.tabledrag-toggle-weight-wrapper {
  display: none; }

/* line 114, ../sass/base/_forms.scss */
tbody tr.draggable:hover,
tbody tr.drag,
tbody tr.drag-previous,
tbody tr.drag-previous td {
  background: #d8eaf7; }

/* line 121, ../sass/base/_forms.scss */
.draggable .field-multiple-drag + td {
  padding: 10px 20px 15px 0px; }

/* line 125, ../sass/base/_forms.scss */
.draggable a.tabledrag-handle {
  cursor: move;
  float: left;
  height: 1.7em;
  margin-left: -1em;
  overflow: hidden;
  text-decoration: none; }

/* line 133, ../sass/base/_forms.scss */
a.tabledrag-handle .handle {
  background-position: 6px 9px;
  width: 26px;
  height: 24px;
  margin: -0.4em 0.5em;
  padding: 0.42em 0.5em; }

/* line 141, ../sass/base/_forms.scss */
.field-multiple-drag {
  width: 15px;
  padding: 0 4px !important; }

/* line 145, ../sass/base/_forms.scss */
.field-multiple-drag .tabledrag-changed {
  display: block;
  text-align: center; }

/* line 149, ../sass/base/_forms.scss */
.tabledrag-changed-warning {
  background: #ffb;
  margin: 20px 0 0;
  padding: 10px;
  border-color: #bac0ad; }

/**
 * Fieldsets
 */
/* line 163, ../sass/base/_forms.scss */
.field-group-fieldset,
.field-type-entityreference fieldset {
  margin: 0 0 26px;
  padding: 10px 20px 0; }
  /* line 168, ../sass/base/_forms.scss */
  .field-group-fieldset legend,
  .field-type-entityreference fieldset legend {
    margin-left: -10px; }
  /* line 171, ../sass/base/_forms.scss */
  .field-group-fieldset .field-type-file legend,
  .field-type-entityreference fieldset .field-type-file legend {
    margin-left: 0; }
  /* line 175, ../sass/base/_forms.scss */
  .field-group-fieldset .fieldset-legend,
  .field-type-entityreference fieldset .fieldset-legend {
    padding: 0 8px;
    font-weight: 600; }
  /* line 180, ../sass/base/_forms.scss */
  .field-group-fieldset fieldset legend,
  .field-type-entityreference fieldset fieldset legend {
    font-size: 14px;
    font-size: 0.875rem; }
  /* line 184, ../sass/base/_forms.scss */
  .field-group-fieldset label,
  .field-type-entityreference fieldset label {
    font-size: 14px;
    font-size: 0.875rem; }

/* line 189, ../sass/base/_forms.scss */
.field-type-entityreference fieldset {
  padding-bottom: 20px; }

/**
 * Field Collections / Link - Multi-field
 */
/* line 200, ../sass/base/_forms.scss */
.field-type-field-collection,
.field-type-link-field {
  position: relative;
  padding: 5px 15px 15px;
  border: 1px solid #bac0ad; }
  /* line 206, ../sass/base/_forms.scss */
  .field-type-field-collection .form-item,
  .field-type-link-field .form-item {
    margin: 0; }
  /* line 208, ../sass/base/_forms.scss */
  .field-type-field-collection table,
  .field-type-link-field table {
    width: 100%;
    border: none; }
  /* line 213, ../sass/base/_forms.scss */
  .field-type-field-collection .sticky-header,
  .field-type-link-field .sticky-header {
    z-index: 1; }
  /* line 217, ../sass/base/_forms.scss */
  .field-type-field-collection thead,
  .field-type-link-field thead {
    height: 1.1em;
    display: block; }
  /* line 221, ../sass/base/_forms.scss */
  .field-type-field-collection .sticky-header thead,
  .field-type-link-field .sticky-header thead {
    height: auto;
    margin-left: -1px;
    border: 1px solid #bac0ad; }
  /* line 227, ../sass/base/_forms.scss */
  .field-type-field-collection th.field-label,
  .field-type-link-field th.field-label {
    position: absolute;
    top: -0.8em;
    left: 10px;
    background: #fff;
    padding: 0 8px;
    white-space: nowrap;
    color: #1a2c3f;
    font-size: 1em;
    border: none; }
  /* line 238, ../sass/base/_forms.scss */
  .field-type-field-collection .sticky-header th.field-label,
  .field-type-link-field .sticky-header th.field-label {
    position: relative;
    top: 0;
    left: 0;
    background: #fff;
    padding: 0 8px;
    white-space: nowrap; }
  /* line 252, ../sass/base/_forms.scss */
  .field-type-field-collection tbody tr,
  .field-type-link-field tbody tr {
    border: 1px solid #bac0ad; }
  /* line 255, ../sass/base/_forms.scss */
  .field-type-field-collection tbody tr.odd,
  .field-type-link-field tbody tr.odd {
    background: #eee; }
  /* line 258, ../sass/base/_forms.scss */
  .field-type-field-collection tbody tr.even,
  .field-type-link-field tbody tr.even {
    background: #fff; }
  /* line 261, ../sass/base/_forms.scss */
  .field-type-field-collection tbody td,
  .field-type-link-field tbody td {
    padding: 10px 20px 20px 10px;
    border: none; }
  /* line 266, ../sass/base/_forms.scss */
  .field-type-field-collection tbody td .form-wrapper,
  .field-type-link-field tbody td .form-wrapper {
    margin-bottom: 20px; }
  /* line 270, ../sass/base/_forms.scss */
  .field-type-field-collection tbody td label,
  .field-type-link-field tbody td label {
    font-size: 14px;
    font-size: 0.875rem; }
  /* line 275, ../sass/base/_forms.scss */
  .field-type-field-collection .field-multiple-table + div.clearfix,
  .field-type-link-field .field-multiple-table + div.clearfix {
    margin: 15px 15px 15px 0; }

/* line 280, ../sass/base/_forms.scss */
.field-type-field-collection {
  margin-top: 40px; }

/* line 283, ../sass/base/_forms.scss */
fieldset .field-type-field-collection {
  margin-top: 10px; }

/* line 286, ../sass/base/_forms.scss */
.field-type-field-collection .field-type-link-field {
  padding: 0;
  border: none; }

/* line 290, ../sass/base/_forms.scss */
.field-type-link-field tbody td {
  padding: 10px 20px 5px 10px; }

/**
 * Hierarchical Select
 */
/* line 301, ../sass/base/_forms.scss */
.hierarchical-select-wrapper .dropbox table {
  border-color: #bac0ad; }
/* line 305, ../sass/base/_forms.scss */
.hierarchical-select-wrapper .dropbox-title {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #6b7e8d;
  text-align: left; }
/* line 311, ../sass/base/_forms.scss */
.hierarchical-select-wrapper .dropbox-entry {
  background: none !important;
  border-color: #bac0ad !important; }
/* line 316, ../sass/base/_forms.scss */
.hierarchical-select-wrapper .dropbox-entry td {
  padding: 5px;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #1a2c3f;
  border: none; }
/* line 323, ../sass/base/_forms.scss */
.hierarchical-select-wrapper td.dropbox-remove {
  padding-left: 30px; }
  /* line 326, ../sass/base/_forms.scss */
  .hierarchical-select-wrapper td.dropbox-remove a:link,
  .hierarchical-select-wrapper td.dropbox-remove a:visited {
    color: #68869e;
    text-decoration: underline; }

/**
 * Document - Multi-field
 */
/* line 342, ../sass/base/_forms.scss */
.field-type-file table {
  width: 100%; }
/* line 344, ../sass/base/_forms.scss */
.field-type-file th {
  display: none; }
/* line 347, ../sass/base/_forms.scss */
.field-type-file tbody tr {
  border: 1px solid #bac0ad; }
/* line 348, ../sass/base/_forms.scss */
.field-type-file tbody tr.odd {
  background: #eee; }
/* line 349, ../sass/base/_forms.scss */
.field-type-file tbody tr.even {
  background: #fff; }
/* line 351, ../sass/base/_forms.scss */
.field-type-file tbody td:first-child {
  width: 75%;
  padding: 10px 0; }
/* line 355, ../sass/base/_forms.scss */
.field-type-file tbody td:last-child {
  padding-right: 20px;
  text-align: right; }
/* line 360, ../sass/base/_forms.scss */
.field-type-file .file-widget input[type="file"] {
  margin-right: 20px; }
/* line 361, ../sass/base/_forms.scss */
.field-type-file .file-widget img {
  display: inline;
  vertical-align: middle; }

/**
 * Entity Reference field
 */
/* line 375, ../sass/base/_forms.scss */
.field-type-entityreference .ief-entity-table {
  margin-bottom: 10px; }
/* line 381, ../sass/base/_forms.scss */
.field-type-entityreference .ief-entity-table .ief-entity-operations input[type="submit"] {
  background: none;
  display: inline;
  color: #68869e;
  text-decoration: underline; }
  /* line 387, ../sass/base/_forms.scss */
  .field-type-entityreference .ief-entity-table .ief-entity-operations input[type="submit"]:hover {
    color: #737c5f; }
/* line 392, ../sass/base/_forms.scss */
.field-type-entityreference .ief-entity-table .ief-row-form .form-wrapper {
  margin-top: 6px; }
/* line 396, ../sass/base/_forms.scss */
.field-type-entityreference .ief-entity-table .ief-row-form input[type="submit"] {
  margin-right: 10px; }

/**
 * Save as draft / Submit for approval
 */
/* line 409, ../sass/base/_forms.scss */
.form-actions .form-submit {
  margin-right: 10px; }

/* SD Entry form */
/* line 420, ../sass/base/_forms.scss */
form.node-fip_sd_entry_form-form .group-social-summary-fields .field-name-field-ss-last-assessment-date,
form.node-fip_sd_entry_form-form .group-social-summary-fields .field-name-field-ss-workplan-components {
  display: none; }
/* line 426, ../sass/base/_forms.scss */
form.node-fip_sd_entry_form-form .field-name-field-assessment-type,
form.node-fip_sd_entry_form-form .field-name-field-additional-files,
form.node-fip_sd_entry_form-form .field-name-field-extension-due-date {
  display: none; }
/* line 433, ../sass/base/_forms.scss */
form.node-fip_sd_entry_form-form .field-name-field-sd-ef-ra .field-name-field-assessment-type {
  display: block; }
/* line 439, ../sass/base/_forms.scss */
form.node-fip_sd_entry_form-form .field-name-field-sd-ef-ra-ext .field-name-field-additional-files,
form.node-fip_sd_entry_form-form .field-name-field-sd-ef-ra-ext .field-name-field-extension-due-date {
  display: block; }
/* line 444, ../sass/base/_forms.scss */
form.node-fip_sd_entry_form-form .field-name-field-sd-ef-ra-ext .field-name-field-sd-next-due-date,
form.node-fip_sd_entry_form-form .field-name-field-sd-ef-ra-ext .field-name-field-sd-date-completed {
  display: none; }

/**
 *  List styles
 */
/* line 9, ../sass/base/_lists.scss */
.field__item ul {
  padding-left: 2em; }
  /* line 12, ../sass/base/_lists.scss */
  .field__item ul li {
    position: relative;
    padding-bottom: .6em;
    list-style: none;
    line-height: 1.2; }
    /* line 18, ../sass/base/_lists.scss */
    .field__item ul li .fa-li {
      top: 6px;
      top: .4rem;
      left: -2.5em;
      color: #fca448;
      font-size: 6px;
      font-size: 0.375rem; }

/* line 29, ../sass/base/_lists.scss */
dt {
  color: #1a2c3f;
  font-family: "Aleo", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.13;
  margin: .3em 0 .3em; }
  /* line 37, ../sass/base/_lists.scss */
  dt a {
    color: #1a2c3f; }

/* line 42, ../sass/base/_lists.scss */
dd {
  margin: 0 0 1em 10px; }
  /* line 45, ../sass/base/_lists.scss */
  dd p {
    margin-bottom: .5em; }

/* line 1, ../sass/base/_media.scss */
img, media {
  max-width: 100%;
  display: table-cell;
  vertical-align: bottom; }

/**
 * Panels Base Styles and Overrides
 */
/* line 5, ../sass/base/_panels.scss */
.panel-3col-33-stacked .panel-col-top .inside,
.panel-3col-33-stacked .panel-col-first .inside,
.panel-3col-33-stacked .panel-col .inside,
.panel-3col-33-stacked .panel-col-last .inside {
  margin: 0; }

/**
 * Tables
 */
/* line 5, ../sass/base/_tables.scss */
table {
  border: 1px solid #bac0ad; }
  /* line 7, ../sass/base/_tables.scss */
  table th {
    background-color: #9da374;
    padding: 3px 6px;
    font-size: 13px;
    font-size: 0.8125rem;
    color: #fff;
    font-weight: 600;
    border-right: 1px solid #bac0ad; }
  /* line 15, ../sass/base/_tables.scss */
  table th a.active {
    display: inline-block;
    position: relative;
    padding-right: 16px;
    color: #fff;
    text-decoration: none;
    background: url("../images/table/table-sort-default.svg") center right no-repeat; }
  /* line 23, ../sass/base/_tables.scss */
  table th.active img {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8px;
    vertical-align: middle; }
  /* line 30, ../sass/base/_tables.scss */
  table tr.odd,
  table tr:nth-child(odd) {
    background-color: #eee; }
  /* line 34, ../sass/base/_tables.scss */
  table tr.even,
  table tr:nth-child(even) {
    background-color: #fff; }
  /* line 38, ../sass/base/_tables.scss */
  table td {
    padding: 6px 6px;
    font-size: 13px;
    font-size: 0.8125rem;
    border-right: 1px solid #bac0ad;
    border-bottom: 1px solid transparent; }
  /* line 44, ../sass/base/_tables.scss */
  table td p {
    font-size: 13px;
    font-size: 0.8125rem; }
  /* line 47, ../sass/base/_tables.scss */
  table tr:last-child td {
    border-bottom: 1px solid #bac0ad; }
  /* line 50, ../sass/base/_tables.scss */
  table td.active {
    background-color: #ddd; }
  /* line 53, ../sass/base/_tables.scss */
  table tr.even td.active {
    background-color: #eee; }
  /* line 56, ../sass/base/_tables.scss */
  table td.red {
    background-color: #ef4035;
    color: #fff;
    border-bottom: 1px solid rgba(186, 192, 173, 0.5); }
  /* line 61, ../sass/base/_tables.scss */
  table td.yellow {
    background-color: #e99619;
    color: #fff;
    border-bottom: 1px solid rgba(186, 192, 173, 0.5); }
  /* line 66, ../sass/base/_tables.scss */
  table td.green {
    background-color: #008a5f;
    color: #fff;
    border-bottom: 1px solid rgba(186, 192, 173, 0.5); }
  /* line 71, ../sass/base/_tables.scss */
  table td.blue {
    background-color: #27abff;
    color: #fff;
    border-bottom: 1px solid rgba(186, 192, 173, 0.5); }
  /* line 76, ../sass/base/_tables.scss */
  table td.na,
  table td.gray {
    background-color: #999;
    color: #fff;
    border-bottom: 1px solid rgba(186, 192, 173, 0.5); }
  /* line 87, ../sass/base/_tables.scss */
  table td.red a,
  table td.yellow a,
  table td.green a,
  table td.na a,
  table td.gray a {
    color: #fff; }

/* line 93, ../sass/base/_tables.scss */
.view-social-fip-directory table tr:nth-child(even) {
  background-color: transparent !important; }
/* line 96, ../sass/base/_tables.scss */
.view-social-fip-directory table tr:nth-child(odd) {
  background-color: #eee !important; }
/* line 101, ../sass/base/_tables.scss */
.view-social-fip-directory table td:not(.views-field-title-1) {
  text-align: center;
  font-weight: bold; }
/* line 106, ../sass/base/_tables.scss */
.view-social-fip-directory table th {
  position: relative;
  padding-right: 18px; }
  /* line 109, ../sass/base/_tables.scss */
  .view-social-fip-directory table th:not(.views-field-title-1) {
    text-align: center; }
  /* line 112, ../sass/base/_tables.scss */
  .view-social-fip-directory table th:before, .view-social-fip-directory table th:after {
    border: 5px solid transparent;
    content: "";
    display: block;
    height: 0;
    right: 5px;
    top: 50%;
    position: absolute;
    width: 0; }
  /* line 123, ../sass/base/_tables.scss */
  .view-social-fip-directory table th:before {
    border-bottom-color: #fff;
    margin-top: -12px; }
  /* line 127, ../sass/base/_tables.scss */
  .view-social-fip-directory table th:after {
    border-top-color: #fff;
    margin-top: 1px; }
  /* line 131, ../sass/base/_tables.scss */
  .view-social-fip-directory table th:hover {
    cursor: pointer; }

/**
 * Primary Tabs
 */
/* line 13, ../sass/base/_tabs.scss */
.responsive .tabs--primary {
  display: none; }

/* line 16, ../sass/base/_tabs.scss */
.tabs--primary,
.block--menu-menu-fip-directory-menu .menu {
  margin: 0 0 -2px;
  border: none; }
  /* line 21, ../sass/base/_tabs.scss */
  .tabs--primary li,
  .block--menu-menu-fip-directory-menu .menu li {
    float: left;
    margin-right: 4px;
    list-style-image: none;
    list-style-type: none; }
  /* line 28, ../sass/base/_tabs.scss */
  .tabs--primary li a,
  .block--menu-menu-fip-directory-menu .menu li a {
    background: #9da374;
    padding: 3px 8px 1px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    border: 2px solid #bac0ad;
    border-bottom: 2px solid #9da374;
    border-radius: 5px 5px 0px 0px; }
  /* line 38, ../sass/base/_tabs.scss */
  .tabs--primary li a:hover,
  .tabs--primary li a:focus,
  .block--menu-menu-fip-directory-menu .menu li a:hover,
  .block--menu-menu-fip-directory-menu .menu li a:focus {
    background: #fff;
    color: #1a2c3f;
    text-decoration: none; }
  /* line 44, ../sass/base/_tabs.scss */
  .tabs--primary li.active a,
  .tabs--primary li a.active,
  .block--menu-menu-fip-directory-menu .menu li.active a,
  .block--menu-menu-fip-directory-menu .menu li a.active {
    background: #fff;
    color: #1a2c3f;
    text-decoration: none;
    border-bottom: 2px solid #fff; }

/* line 60, ../sass/base/_tabs.scss */
.page-node-edit.node-type-fip-profile .tabs--primary li:nth-child(2),
.page-node-indicators .tabs--primary li:nth-child(2),
.page-node-actions .tabs--primary li:nth-child(2),
.page-node-opportunities .tabs--primary li:nth-child(2),
.page-node-social-performance-edit .tabs--primary li:nth-child(2) {
  display: none; }

/* line 68, ../sass/base/_tabs.scss */
.tabs--secondary {
  background: #fff;
  margin: 0;
  padding: 10px 20px 0;
  border: 2px solid #bac0ad;
  border-bottom: none; }
  /* line 75, ../sass/base/_tabs.scss */
  .tabs--secondary li {
    margin-right: 8px; }
  /* line 79, ../sass/base/_tabs.scss */
  .tabs--secondary li a {
    background: #eee;
    padding: 3px 10px 1px;
    font-weight: normal;
    color: #1a2c3f;
    border: 1px solid #ddd;
    border-radius: 3px; }
  /* line 87, ../sass/base/_tabs.scss */
  .tabs--secondary li a:hover,
  .tabs--secondary li a:focus {
    background: #fff;
    color: #1a2c3f;
    text-decoration: none; }
  /* line 93, ../sass/base/_tabs.scss */
  .tabs--secondary li.active a {
    background: #fff;
    color: #1a2c3f;
    text-decoration: none; }

/* line 101, ../sass/base/_tabs.scss */
.tabs--secondary + .content-inner {
  border-top: none !important; }

@media only screen and (min-width: 57em) {
  /* line 116, ../sass/base/_tabs.scss */
  .responsive .tabs--primary {
    display: block; } }
/* line 1, ../sass/base/_tooltips.scss */
.qtip {
  max-width: 350px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3; }
  /* line 5, ../sass/base/_tooltips.scss */
  .qtip label {
    display: block;
    padding-bottom: .5em;
    font-weight: 600; }
  /* line 10, ../sass/base/_tooltips.scss */
  .qtip ul {
    margin: 0;
    padding: 0;
    padding-left: 1.5em; }
  /* line 15, ../sass/base/_tooltips.scss */
  .qtip li {
    padding-bottom: .5em; }
  /* line 18, ../sass/base/_tooltips.scss */
  .qtip p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.3; }
  /* line 22, ../sass/base/_tooltips.scss */
  .qtip p:last-child {
    margin-bottom: 0; }

/* line 27, ../sass/base/_tooltips.scss */
.node-type-fip-profile #qtip-9.qtip b {
  display: block;
  margin-bottom: 0.5em; }
/* line 31, ../sass/base/_tooltips.scss */
.node-type-fip-profile #qtip-9.qtip ul {
  margin-bottom: 1.2em; }

/* line 35, ../sass/base/_tooltips.scss */
.node-type-fip-profile #qtip-11.qtip {
  font-size: 12px;
  font-size: 0.75rem; }
  /* line 37, ../sass/base/_tooltips.scss */
  .node-type-fip-profile #qtip-11.qtip p {
    font-size: 12px;
    font-size: 0.75rem; }

/**
 * base > _typography
 */
/* line 6, ../sass/base/_typography.scss */
html {
  font-family: Arial, Helvetica, sans-serif;
  color: #1a2c3f; }

/* line 11, ../sass/base/_typography.scss */
body {
  font-size: 1em;
  line-height: 1.5; }

/* line 16, ../sass/base/_typography.scss */
a {
  color: #68869e; }

/* line 19, ../sass/base/_typography.scss */
a:focus {
  outline: thin dotted; }

/* line 20, ../sass/base/_typography.scss */
a:hover {
  color: #737c5f; }

/*
.field--type-text-long a {text-decoration: underline;}
.field--type-text-long a:hover {color: $c_bodyText;}
*/
/* line 27, ../sass/base/_typography.scss */
a.fancy-link {
  text-decoration: none;
  font-family: "Aleo", Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1; }
  /* line 32, ../sass/base/_typography.scss */
  a.fancy-link:after {
    content: " ";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    color: #fca448; }
  /* line 36, ../sass/base/_typography.scss */
  a.fancy-link:hover {
    text-decoration: underline; }

/* line 39, ../sass/base/_typography.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1a2c3f;
  font-family: "Aleo", Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.13;
  margin: .3em 0 .3em; }
  /* line 51, ../sass/base/_typography.scss */
  h1 a,
  h1 a:visited,
  h2 a,
  h2 a:visited,
  h3 a,
  h3 a:visited,
  h4 a,
  h4 a:visited,
  h5 a,
  h5 a:visited,
  h6 a,
  h6 a:visited {
    text-decoration: none; }
  /* line 55, ../sass/base/_typography.scss */
  h1 a:hover,
  h2 a:hover,
  h3 a:hover,
  h4 a:hover,
  h5 a:hover,
  h6 a:hover {
    text-decoration: underline; }

/* line 61, ../sass/base/_typography.scss */
h1 {
  font-size: 36px;
  font-size: 2.25rem;
  margin-top: 0;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: .6em; }

/* line 68, ../sass/base/_typography.scss */
h2 {
  font-size: 24px;
  font-size: 1.5rem; }

/* line 71, ../sass/base/_typography.scss */
h3 {
  font-size: 20px;
  font-size: 1.25rem; }

/* line 74, ../sass/base/_typography.scss */
h4 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600; }

/* line 78, ../sass/base/_typography.scss */
h5 {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 600; }

/* line 82, ../sass/base/_typography.scss */
h6 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600; }

/* line 87, ../sass/base/_typography.scss */
p {
  font-size: 16px;
  font-size: 1rem;
  margin: 0 0 1.2em;
  line-height: 1.5; }

/* line 94, ../sass/base/_typography.scss */
.field--name-body strong,
.field--name-body b {
  font-weight: 600 !important; }

/* line 99, ../sass/base/_typography.scss */
.field--name-body li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0;
  padding-bottom: .6em; }

/* line 106, ../sass/base/_typography.scss */
.faux-link {
  color: #68869e;
  text-decoration: underline;
  cursor: pointer; }

/**
 * Add or Update a FIP (FIP Dashboard)
 */
/* line 8, ../sass/components/_add-update-fip.scss */
.page-user-fip-dashboard ul.tabs--primary {
  display: none; }
/* line 12, ../sass/components/_add-update-fip.scss */
.page-user-fip-dashboard h2 {
  background: #1a2c3f;
  margin-left: -20px;
  margin-right: -20px;
  padding: .5em 20px .3em;
  font-family: "Aleo", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 600; }
/* line 23, ../sass/components/_add-update-fip.scss */
.page-user-fip-dashboard .cols-2 {
  float: none; }
/* line 27, ../sass/components/_add-update-fip.scss */
.page-user-fip-dashboard .new-fip-block,
.page-user-fip-dashboard .profiles-controls {
  margin-bottom: 20px; }
/* line 33, ../sass/components/_add-update-fip.scss */
.page-user-fip-dashboard .profiles-controls table {
  width: 100%; }
  /* line 36, ../sass/components/_add-update-fip.scss */
  .page-user-fip-dashboard .profiles-controls table td a {
    padding: 0 5px; }
/* line 41, ../sass/components/_add-update-fip.scss */
.page-user-fip-dashboard .profiles-controls div {
  margin-bottom: 10px; }

/**
 * Admin Styles Tweaks
 */
/* line 8, ../sass/components/_admin.scss */
.not-front.page-admin table {
  width: 100%; }
  /* line 11, ../sass/components/_admin.scss */
  .not-front.page-admin table td {
    border: none; }
/* line 16, ../sass/components/_admin.scss */
.not-front.page-admin .tabledrag-toggle-weight-wrapper {
  display: block; }
/* line 19, ../sass/components/_admin.scss */
.not-front.page-admin .views-ui-display-tab-actions .ctools-button-processed li a,
.not-front.page-admin .views-ui-display-tab-actions .ctools-button-processed input,
.not-front.page-admin .views-displays .secondary .action-list input.form-submit {
  color: #1a2c3f; }
/* line 25, ../sass/components/_admin.scss */
.not-front.page-admin .ctools-content ul {
  padding: 0; }
/* line 28, ../sass/components/_admin.scss */
.not-front.page-admin td.ctools-export-ui-operations .ctools-dropbutton {
  right: 60px; }

/* line 2, ../sass/components/_allegation.scss */
.not-front.page-allegation-case-details .content-inner {
  min-height: 0px;
  padding: 20px 20px 20px; }

/* line 9, ../sass/components/_allegation.scss */
.views-view-fields--fip-sd-allegation-details table {
  width: 100%; }
  /* line 10, ../sass/components/_allegation.scss */
  .views-view-fields--fip-sd-allegation-details table tr.even {
    background-color: #FFFFFF; }
  /* line 14, ../sass/components/_allegation.scss */
  .views-view-fields--fip-sd-allegation-details table tr.odd {
    background-color: #eeeeee; }
  /* line 18, ../sass/components/_allegation.scss */
  .views-view-fields--fip-sd-allegation-details table .allegation-subtitle {
    font-family: "Aleo", Arial, Helvetica, sans-serif;
    font-size: 24px;
    display: inline-block;
    font-size: 1.5rem;
    color: #fff; }
  /* line 26, ../sass/components/_allegation.scss */
  .views-view-fields--fip-sd-allegation-details table .allegation-info {
    content: url("../images/infobubble_white_info.png");
    width: 24px;
    display: inline-block;
    float: right;
    margin-top: 8px; }
  /* line 36, ../sass/components/_allegation.scss */
  .views-view-fields--fip-sd-allegation-details table div {
    padding-bottom: 2px; }
  /* line 40, ../sass/components/_allegation.scss */
  .views-view-fields--fip-sd-allegation-details table .field-content {
    display: inline-block;
    padding-bottom: 0px;
    margin-bottom: -5px; }
/* line 47, ../sass/components/_allegation.scss */
.views-view-fields--fip-sd-allegation-details table.case-closed {
  border-color: red;
  border-width: 5px; }
  /* line 51, ../sass/components/_allegation.scss */
  .views-view-fields--fip-sd-allegation-details table.case-closed th {
    background-color: red; }
/* line 57, ../sass/components/_allegation.scss */
.views-view-fields--fip-sd-allegation-details .allegation-fip-case-row div {
  display: inline; }

/* line 64, ../sass/components/_allegation.scss */
.view-fip-sd-allegation-tracker table {
  width: 100%; }

/* line 72, ../sass/components/_allegation.scss */
.view-display-id-fip_view_allegation_details_profile_block .allegation-fip-profile-row {
  display: none; }

/**
 * Bottom Menu (Main)
 */
/* line 11, ../sass/components/_bottom.scss */
.l-bottom {
  background: #1a2c3f;
  padding: 10px 0 0;
  color: #fff; }
  /* line 15, ../sass/components/_bottom.scss */
  .l-bottom a {
    color: #fff; }
  /* line 17, ../sass/components/_bottom.scss */
  .l-bottom .l-region--bottom {
    display: none; }

@media only screen and (min-width: 48em) {
  /* line 33, ../sass/components/_bottom.scss */
  .l-bottom {
    background: #1a2c3f;
    color: #fff; }
    /* line 36, ../sass/components/_bottom.scss */
    .l-bottom a {
      color: #fff; }
    /* line 38, ../sass/components/_bottom.scss */
    .l-bottom .l-region--bottom {
      display: none; }
    /* line 43, ../sass/components/_bottom.scss */
    .l-bottom .block--menu-block-1 ul {
      margin: 0;
      padding: 0;
      list-style: none;
      height: 165px; }
      /* line 49, ../sass/components/_bottom.scss */
      .l-bottom .block--menu-block-1 ul li {
        float: left;
        max-width: 185px;
        padding-right: 15px;
        font-size: .8em;
        list-style: none; }
        /* line 56, ../sass/components/_bottom.scss */
        .l-bottom .block--menu-block-1 ul li a {
          display: inline-block;
          padding-bottom: .8em;
          text-decoration: none;
          line-height: 1.2; }
      /* line 63, ../sass/components/_bottom.scss */
      .l-bottom .block--menu-block-1 ul li.expanded {
        padding-right: 0; }
    /* line 68, ../sass/components/_bottom.scss */
    .l-bottom .block--menu-block-1 .menu-mlid-219,
    .l-bottom .block--menu-block-1 .menu-mlid-643,
    .l-bottom .block--menu-block-1 .menu-mlid-996 {
      display: none; }
    /* line 74, ../sass/components/_bottom.scss */
    .l-bottom .block--menu-block-1 .menu-block-wrapper > ul > li.last {
      padding-right: 0; }
    /* line 75, ../sass/components/_bottom.scss */
    .l-bottom .block--menu-block-1 .menu-block-wrapper > ul > li > a {
      font-weight: bold; } }
@media only screen and (min-width: 57em) {
  /* line 97, ../sass/components/_bottom.scss */
  .l-bottom {
    padding: 28px 0; }
    /* line 100, ../sass/components/_bottom.scss */
    .l-bottom .l-region--bottom {
      display: block; }
    /* line 104, ../sass/components/_bottom.scss */
    .l-bottom .block--menu-block-1 .menu-mlid-219,
    .l-bottom .block--menu-block-1 .menu-mlid-643 {
      display: block; } }
/* line 127, ../sass/components/_bottom.scss */
.not-responsive .l-bottom {
  background: #1a2c3f;
  padding: 28px 0;
  color: #fff; }
  /* line 131, ../sass/components/_bottom.scss */
  .not-responsive .l-bottom a {
    color: #fff; }
  /* line 135, ../sass/components/_bottom.scss */
  .not-responsive .l-bottom .block--menu-block-1 ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    /* line 140, ../sass/components/_bottom.scss */
    .not-responsive .l-bottom .block--menu-block-1 ul li {
      float: left;
      max-width: 185px;
      padding-right: 15px;
      font-size: .8em;
      list-style: none; }
      /* line 147, ../sass/components/_bottom.scss */
      .not-responsive .l-bottom .block--menu-block-1 ul li a {
        display: inline-block;
        padding-bottom: .8em;
        text-decoration: none;
        line-height: 1.2; }
    /* line 154, ../sass/components/_bottom.scss */
    .not-responsive .l-bottom .block--menu-block-1 ul li.expanded {
      padding-right: 0; }
  /* line 159, ../sass/components/_bottom.scss */
  .not-responsive .l-bottom .block--menu-block-1 .menu-mlid-219,
  .not-responsive .l-bottom .block--menu-block-1 .menu-mlid-643 {
    display: block; }
  /* line 164, ../sass/components/_bottom.scss */
  .not-responsive .l-bottom .block--menu-block-1 .menu-block-wrapper > ul > li.last {
    padding-right: 0; }
  /* line 165, ../sass/components/_bottom.scss */
  .not-responsive .l-bottom .block--menu-block-1 .menu-block-wrapper > ul > li > a {
    font-weight: bold; }

/**
 * FIP Directory
 */
/* line 13, ../sass/components/_directory.scss */
.page-directory .content-inner,
.page-directory-map .content-inner {
  position: relative;
  margin-top: 1em; }
/* line 19, ../sass/components/_directory.scss */
.page-directory .block--menu-menu-fip-directory-menu,
.page-directory-map .block--menu-menu-fip-directory-menu {
  position: absolute;
  top: -1.58em;
  left: -42px; }
/* line 27, ../sass/components/_directory.scss */
.page-directory .views-exposed-widgets .views-widget-filter-field_species_tid,
.page-directory .views-exposed-widgets .views-widget-filter-field_gear_type_tid,
.page-directory .views-exposed-widgets .views-widget-filter-field_fao_major_fishing_area_tid,
.page-directory .views-exposed-widgets .views-widget-filter-title,
.page-directory-map .views-exposed-widgets .views-widget-filter-field_species_tid,
.page-directory-map .views-exposed-widgets .views-widget-filter-field_gear_type_tid,
.page-directory-map .views-exposed-widgets .views-widget-filter-field_fao_major_fishing_area_tid,
.page-directory-map .views-exposed-widgets .views-widget-filter-title {
  width: 32%; }
/* line 34, ../sass/components/_directory.scss */
.page-directory .views-exposed-widgets .chosen-container-single.form-select,
.page-directory-map .views-exposed-widgets .chosen-container-single.form-select {
  border: none; }
/* line 38, ../sass/components/_directory.scss */
.page-directory .views-exposed-widgets .chosen-single,
.page-directory .views-exposed-widgets .views-widget-filter-title input,
.page-directory-map .views-exposed-widgets .chosen-single,
.page-directory-map .views-exposed-widgets .views-widget-filter-title input {
  width: 270px; }
/* line 43, ../sass/components/_directory.scss */
.page-directory .views-exposed-widgets #autocomplete,
.page-directory-map .views-exposed-widgets #autocomplete {
  border: 1px solid #ddd;
  width: auto !important; }
/* line 48, ../sass/components/_directory.scss */
.page-directory .views-exposed-widgets .reference-autocomplete,
.page-directory-map .views-exposed-widgets .reference-autocomplete {
  padding: 2px; }
/* line 55, ../sass/components/_directory.scss */
.page-directory .view-content,
.page-directory-map .view-content {
  margin-top: 2em; }
  /* line 58, ../sass/components/_directory.scss */
  .page-directory .view-content .views-row,
  .page-directory-map .view-content .views-row {
    margin-bottom: .5em; }
/* line 64, ../sass/components/_directory.scss */
.page-directory .attachment-before .view-header,
.page-directory-map .attachment-before .view-header {
  margin-top: 2em;
  margin-bottom: -1em; }
/* line 69, ../sass/components/_directory.scss */
.page-directory .attachment-before .view-content,
.page-directory-map .attachment-before .view-content {
  margin-top: 0; }
/* line 75, ../sass/components/_directory.scss */
.page-directory .view-directory-map,
.page-directory-map .view-directory-map {
  display: flex;
  flex-direction: column; }
  /* line 79, ../sass/components/_directory.scss */
  .page-directory .view-directory-map .view-content,
  .page-directory-map .view-directory-map .view-content {
    order: 0;
    margin-top: 1em; }
  /* line 84, ../sass/components/_directory.scss */
  .page-directory .view-directory-map .attachment-before,
  .page-directory-map .view-directory-map .attachment-before {
    order: 1; }
  /* line 88, ../sass/components/_directory.scss */
  .page-directory .view-directory-map .view-filters,
  .page-directory-map .view-directory-map .view-filters {
    order: 2; }
  /* line 92, ../sass/components/_directory.scss */
  .page-directory .view-directory-map .attachment-after,
  .page-directory-map .view-directory-map .attachment-after {
    order: 3; }
  /* line 97, ../sass/components/_directory.scss */
  .page-directory .view-directory-map .leaflet-popup-content a,
  .page-directory-map .view-directory-map .leaflet-popup-content a {
    color: #68869e;
    font-size: 14px;
    font-size: 0.875rem; }
  /* line 102, ../sass/components/_directory.scss */
  .page-directory .view-directory-map .leaflet-popup-content p,
  .page-directory-map .view-directory-map .leaflet-popup-content p {
    margin-top: 8px;
    font-size: 14px;
    font-size: 0.875rem; }
  /* line 108, ../sass/components/_directory.scss */
  .page-directory .view-directory-map .leaflet-popup-close-button,
  .page-directory-map .view-directory-map .leaflet-popup-close-button {
    display: block;
    top: -4px;
    right: -4px;
    height: 24px;
    width: 24px;
    padding: 4px;
    border: 1px solid #ddd;
    background: #fff; }
  /* line 120, ../sass/components/_directory.scss */
  .page-directory .view-directory-map .leaflet-pin__icon:before,
  .page-directory .view-directory-map .legend-items .comprehensive:before,
  .page-directory-map .view-directory-map .leaflet-pin__icon:before,
  .page-directory-map .view-directory-map .legend-items .comprehensive:before {
    content: url("../images/fip-pin/comprehensive.svg"); }
  /* line 125, ../sass/components/_directory.scss */
  .page-directory .view-directory-map .leaflet-pin__icon.basic:before,
  .page-directory .view-directory-map .legend-items .basic:before,
  .page-directory-map .view-directory-map .leaflet-pin__icon.basic:before,
  .page-directory-map .view-directory-map .legend-items .basic:before {
    content: url("../images/fip-pin/basic.svg"); }
  /* line 130, ../sass/components/_directory.scss */
  .page-directory .view-directory-map .leaflet-pin__icon.prospective_fip:before,
  .page-directory .view-directory-map .legend-items .prospective:before,
  .page-directory-map .view-directory-map .leaflet-pin__icon.prospective_fip:before,
  .page-directory-map .view-directory-map .legend-items .prospective:before {
    content: url("../images/fip-pin/prospective.svg"); }
  /* line 135, ../sass/components/_directory.scss */
  .page-directory .view-directory-map .leaflet-pin__icon.archived_complete:before,
  .page-directory .view-directory-map .legend-items .completed:before,
  .page-directory-map .view-directory-map .leaflet-pin__icon.archived_complete:before,
  .page-directory-map .view-directory-map .legend-items .completed:before {
    content: url("../images/fip-pin/completed.svg"); }
  /* line 140, ../sass/components/_directory.scss */
  .page-directory .view-directory-map .leaflet-pin__icon.archived_stalled:before,
  .page-directory .view-directory-map .legend-items .inactive:before,
  .page-directory-map .view-directory-map .leaflet-pin__icon.archived_stalled:before,
  .page-directory-map .view-directory-map .legend-items .inactive:before {
    content: url("../images/fip-pin/inactive.svg"); }
  /* line 146, ../sass/components/_directory.scss */
  .page-directory .view-directory-map .view-footer,
  .page-directory-map .view-directory-map .view-footer {
    background: #bac0ad;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    margin: 0;
    padding: 8px 16px; }
    @media only screen and (min-width: 48em) {
      /* line 146, ../sass/components/_directory.scss */
      .page-directory .view-directory-map .view-footer,
      .page-directory-map .view-directory-map .view-footer {
        flex-direction: row; } }
    @media only screen and (min-width: 57em) {
      /* line 146, ../sass/components/_directory.scss */
      .page-directory .view-directory-map .view-footer,
      .page-directory-map .view-directory-map .view-footer {
        align-items: center; } }
  /* line 162, ../sass/components/_directory.scss */
  .page-directory .view-directory-map .legend-label,
  .page-directory-map .view-directory-map .legend-label {
    width: 100%;
    font-weight: 700; }
    @media only screen and (min-width: 48em) {
      /* line 162, ../sass/components/_directory.scss */
      .page-directory .view-directory-map .legend-label,
      .page-directory-map .view-directory-map .legend-label {
        width: auto;
        margin-right: 32px; } }
  /* line 172, ../sass/components/_directory.scss */
  .page-directory .view-directory-map .legend-items,
  .page-directory-map .view-directory-map .legend-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none; }
    /* line 179, ../sass/components/_directory.scss */
    .page-directory .view-directory-map .legend-items li,
    .page-directory-map .view-directory-map .legend-items li {
      width: 50%;
      position: relative;
      margin: 8px 0;
      padding-left: 32px;
      font-size: 14px;
      font-size: 0.875rem; }
      @media only screen and (min-width: 48em) {
        /* line 179, ../sass/components/_directory.scss */
        .page-directory .view-directory-map .legend-items li,
        .page-directory-map .view-directory-map .legend-items li {
          width: 33%; } }
      @media only screen and (min-width: 57em) {
        /* line 179, ../sass/components/_directory.scss */
        .page-directory .view-directory-map .legend-items li,
        .page-directory-map .view-directory-map .legend-items li {
          width: auto;
          margin: 0 32px 0 0; } }
      /* line 194, ../sass/components/_directory.scss */
      .page-directory .view-directory-map .legend-items li:before,
      .page-directory-map .view-directory-map .legend-items li:before {
        position: absolute;
        top: -0.2em;
        left: 0; }
  /* line 206, ../sass/components/_directory.scss */
  .page-directory .view-directory-map .view-filters,
  .page-directory-map .view-directory-map .view-filters {
    margin-top: 24px;
    /*
     .views-submit-button {
      @media (min-width: 768px) {
        grid-column: 3;
        grid-row: 4;
        input {
          width: 100%;
        }
      }
      @media (min-width: 1024px) {
        grid-column: 5;
        grid-row: 2;
        display: flex;
        align-items: flex-end;
      }
    }
    .views-reset-button {
      @media (min-width: 768px) {
        grid-column: 4;
        grid-row: 4;
        input {
          width: 100%;
        }
      }
      @media (min-width: 1024px) {
        grid-column: 6;
        grid-row: 2;
        display: flex;
        align-items: flex-end;
      }
    }
    */
    /*
      STOPGAP CSS
     */ }
    /* line 209, ../sass/components/_directory.scss */
    .page-directory .view-directory-map .view-filters .filters-label,
    .page-directory-map .view-directory-map .view-filters .filters-label {
      padding: 8px 16px;
      font-family: "Aleo", Arial, Helvetica, sans-serif;
      font-size: 20px;
      font-size: 1.25rem;
      color: #fff;
      background: #9da374; }
    /* line 217, ../sass/components/_directory.scss */
    .page-directory .view-directory-map .view-filters .views-exposed-widgets,
    .page-directory-map .view-directory-map .view-filters .views-exposed-widgets {
      display: grid;
      position: relative;
      padding: 8px 16px 60px;
      border: 1px solid #bac0ad; }
      @media (min-width: 768px) {
        /* line 217, ../sass/components/_directory.scss */
        .page-directory .view-directory-map .view-filters .views-exposed-widgets,
        .page-directory-map .view-directory-map .view-filters .views-exposed-widgets {
          grid-template-columns: 1fr 1fr 1fr 1fr;
          grid-row-gap: 15px; } }
      @media (min-width: 1024px) {
        /* line 217, ../sass/components/_directory.scss */
        .page-directory .view-directory-map .view-filters .views-exposed-widgets,
        .page-directory-map .view-directory-map .view-filters .views-exposed-widgets {
          grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
          padding-bottom: 16px; } }
      /* line 239, ../sass/components/_directory.scss */
      .page-directory .view-directory-map .view-filters .views-exposed-widgets .views-exposed-widget input + label,
      .page-directory-map .view-directory-map .view-filters .views-exposed-widgets .views-exposed-widget input + label {
        font-size: 14px;
        font-weight: normal; }
    @media (min-width: 768px) {
      /* line 246, ../sass/components/_directory.scss */
      .page-directory .view-directory-map .view-filters #edit-title-wrapper,
      .page-directory-map .view-directory-map .view-filters #edit-title-wrapper {
        grid-column: 1 / span 2; } }
    @media (min-width: 768px) {
      /* line 255, ../sass/components/_directory.scss */
      .page-directory .view-directory-map .view-filters #edit-field-species-tid-wrapper,
      .page-directory-map .view-directory-map .view-filters #edit-field-species-tid-wrapper {
        grid-column: 3 / span 2; } }
    @media (min-width: 768px) {
      /* line 264, ../sass/components/_directory.scss */
      .page-directory .view-directory-map .view-filters #edit-field-country-value-wrapper,
      .page-directory-map .view-directory-map .view-filters #edit-field-country-value-wrapper {
        grid-column: 1 / span 2;
        grid-row: 2; } }
    @media (min-width: 1024px) {
      /* line 264, ../sass/components/_directory.scss */
      .page-directory .view-directory-map .view-filters #edit-field-country-value-wrapper,
      .page-directory-map .view-directory-map .view-filters #edit-field-country-value-wrapper {
        grid-column: 5 / span 2;
        grid-row: 1; } }
    /* line 274, ../sass/components/_directory.scss */
    .page-directory .view-directory-map .view-filters #edit-field-country-value-wrapper select#edit-field-country-value,
    .page-directory-map .view-directory-map .view-filters #edit-field-country-value-wrapper select#edit-field-country-value {
      width: 100%;
      max-width: 100%; }
    @media (min-width: 768px) {
      /* line 280, ../sass/components/_directory.scss */
      .page-directory .view-directory-map .view-filters #edit-field-listing-status-value-wrapper,
      .page-directory-map .view-directory-map .view-filters #edit-field-listing-status-value-wrapper {
        grid-column: 1;
        grid-row: 3; } }
    @media (min-width: 1024px) {
      /* line 280, ../sass/components/_directory.scss */
      .page-directory .view-directory-map .view-filters #edit-field-listing-status-value-wrapper,
      .page-directory-map .view-directory-map .view-filters #edit-field-listing-status-value-wrapper {
        grid-column: 1;
        grid-row: 2; } }
    @media (min-width: 768px) {
      /* line 291, ../sass/components/_directory.scss */
      .page-directory .view-directory-map .view-filters #edit-field-fip-type-value-1-wrapper,
      .page-directory-map .view-directory-map .view-filters #edit-field-fip-type-value-1-wrapper {
        grid-column: 2;
        grid-row: 3; } }
    @media (min-width: 1024px) {
      /* line 291, ../sass/components/_directory.scss */
      .page-directory .view-directory-map .view-filters #edit-field-fip-type-value-1-wrapper,
      .page-directory-map .view-directory-map .view-filters #edit-field-fip-type-value-1-wrapper {
        grid-column: 2;
        grid-row: 2; } }
    @media (min-width: 768px) {
      /* line 302, ../sass/components/_directory.scss */
      .page-directory .view-directory-map .view-filters #edit-field-fip-progress-rating-value-wrapper,
      .page-directory-map .view-directory-map .view-filters #edit-field-fip-progress-rating-value-wrapper {
        grid-row: 3;
        grid-column: 3 / span 2; } }
    @media (min-width: 1024px) {
      /* line 302, ../sass/components/_directory.scss */
      .page-directory .view-directory-map .view-filters #edit-field-fip-progress-rating-value-wrapper,
      .page-directory-map .view-directory-map .view-filters #edit-field-fip-progress-rating-value-wrapper {
        grid-column: 3 / span 2;
        grid-row: 2; } }
    @media (min-width: 768px) {
      /* line 313, ../sass/components/_directory.scss */
      .page-directory .view-directory-map .view-filters #edit-field-participant-org-name-value-wrapper,
      .page-directory-map .view-directory-map .view-filters #edit-field-participant-org-name-value-wrapper {
        grid-column: 3 / span 2;
        grid-row: 2; } }
    @media (min-width: 1024px) {
      /* line 313, ../sass/components/_directory.scss */
      .page-directory .view-directory-map .view-filters #edit-field-participant-org-name-value-wrapper,
      .page-directory-map .view-directory-map .view-filters #edit-field-participant-org-name-value-wrapper {
        grid-column: 5 / span 2;
        grid-row: 2; } }
    /* line 324, ../sass/components/_directory.scss */
    .page-directory .view-directory-map .view-filters .fip-type-status-wrapper,
    .page-directory .view-directory-map .view-filters .views-widget-filter-field_fip_progress_rating_value,
    .page-directory-map .view-directory-map .view-filters .fip-type-status-wrapper,
    .page-directory-map .view-directory-map .view-filters .views-widget-filter-field_fip_progress_rating_value {
      position: relative; }
      /* line 328, ../sass/components/_directory.scss */
      .page-directory .view-directory-map .view-filters .fip-type-status-wrapper .bef-toggle,
      .page-directory .view-directory-map .view-filters .views-widget-filter-field_fip_progress_rating_value .bef-toggle,
      .page-directory-map .view-directory-map .view-filters .fip-type-status-wrapper .bef-toggle,
      .page-directory-map .view-directory-map .view-filters .views-widget-filter-field_fip_progress_rating_value .bef-toggle {
        position: absolute;
        top: .75em;
        font-size: 14px;
        font-size: 0.875rem; }
    /* line 335, ../sass/components/_directory.scss */
    .page-directory .view-directory-map .view-filters .fip-type-status-wrapper,
    .page-directory-map .view-directory-map .view-filters .fip-type-status-wrapper {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
      /* line 340, ../sass/components/_directory.scss */
      .page-directory .view-directory-map .view-filters .fip-type-status-wrapper .views-exposed-widget,
      .page-directory-map .view-directory-map .view-filters .fip-type-status-wrapper .views-exposed-widget {
        width: auto;
        padding-right: 2em; }
    /* line 346, ../sass/components/_directory.scss */
    .page-directory .view-directory-map .view-filters .views-widget-filter-field_fip_type_value .bef-toggle,
    .page-directory-map .view-directory-map .view-filters .views-widget-filter-field_fip_type_value .bef-toggle {
      left: 5.5em; }
    /* line 350, ../sass/components/_directory.scss */
    .page-directory .view-directory-map .view-filters .views-widget-filter-field_fip_progress_rating_value .bef-toggle,
    .page-directory-map .view-directory-map .view-filters .views-widget-filter-field_fip_progress_rating_value .bef-toggle {
      left: 10em; }
    /* line 354, ../sass/components/_directory.scss */
    .page-directory .view-directory-map .view-filters .views-widget-filter-field_listing_status_value_1 .bef-toggle,
    .page-directory-map .view-directory-map .view-filters .views-widget-filter-field_listing_status_value_1 .bef-toggle {
      left: 6.5em; }
    /* line 358, ../sass/components/_directory.scss */
    .page-directory .view-directory-map .view-filters .form-type-bef-checkbox label,
    .page-directory-map .view-directory-map .view-filters .form-type-bef-checkbox label {
      font-weight: 400;
      font-size: 14px;
      font-size: 0.875rem; }
    /* line 402, ../sass/components/_directory.scss */
    .page-directory .view-directory-map .view-filters .views-submit-button,
    .page-directory-map .view-directory-map .view-filters .views-submit-button {
      position: absolute;
      right: 5em;
      bottom: 16px; }
    /* line 408, ../sass/components/_directory.scss */
    .page-directory .view-directory-map .view-filters .views-reset-button,
    .page-directory-map .view-directory-map .view-filters .views-reset-button {
      position: absolute;
      right: 0;
      bottom: 16px; }
    /* line 414, ../sass/components/_directory.scss */
    .page-directory .view-directory-map .view-filters .form-item-edit-field-fip-type-value-comprehensive,
    .page-directory-map .view-directory-map .view-filters .form-item-edit-field-fip-type-value-comprehensive {
      width: max-content; }
  /* line 424, ../sass/components/_directory.scss */
  .page-directory .view-directory-map .view-display-id-attachment_1,
  .page-directory-map .view-directory-map .view-display-id-attachment_1 {
    margin-top: 16px; }
    /* line 427, ../sass/components/_directory.scss */
    .page-directory .view-directory-map .view-display-id-attachment_1 .view-header,
    .page-directory-map .view-directory-map .view-display-id-attachment_1 .view-header {
      font-family: "Aleo", Arial, Helvetica, sans-serif;
      font-size: 20px;
      font-size: 1.25rem; }
      /* line 431, ../sass/components/_directory.scss */
      .page-directory .view-directory-map .view-display-id-attachment_1 .view-header .results-highlight,
      .page-directory-map .view-directory-map .view-display-id-attachment_1 .view-header .results-highlight {
        font-weight: 700; }
    /* line 436, ../sass/components/_directory.scss */
    .page-directory .view-directory-map .view-display-id-attachment_1 .view-content,
    .page-directory-map .view-directory-map .view-display-id-attachment_1 .view-content {
      margin-top: .5em; }
    /* line 440, ../sass/components/_directory.scss */
    .page-directory .view-directory-map .view-display-id-attachment_1 table,
    .page-directory-map .view-directory-map .view-display-id-attachment_1 table {
      width: 100%; }
      /* line 443, ../sass/components/_directory.scss */
      .page-directory .view-directory-map .view-display-id-attachment_1 table td.active,
      .page-directory-map .view-directory-map .view-display-id-attachment_1 table td.active {
        background-color: transparent; }
      /* line 447, ../sass/components/_directory.scss */
      .page-directory .view-directory-map .view-display-id-attachment_1 table tr.even td.active,
      .page-directory-map .view-directory-map .view-display-id-attachment_1 table tr.even td.active {
        background-color: transparent; }
      /* line 451, ../sass/components/_directory.scss */
      .page-directory .view-directory-map .view-display-id-attachment_1 table .views-field-field-fip-type,
      .page-directory .view-directory-map .view-display-id-attachment_1 table .views-field-field-fip-progress-rating,
      .page-directory-map .view-directory-map .view-display-id-attachment_1 table .views-field-field-fip-type,
      .page-directory-map .view-directory-map .view-display-id-attachment_1 table .views-field-field-fip-progress-rating {
        display: none; }
        @media only screen and (min-width: 48em) {
          /* line 451, ../sass/components/_directory.scss */
          .page-directory .view-directory-map .view-display-id-attachment_1 table .views-field-field-fip-type,
          .page-directory .view-directory-map .view-display-id-attachment_1 table .views-field-field-fip-progress-rating,
          .page-directory-map .view-directory-map .view-display-id-attachment_1 table .views-field-field-fip-type,
          .page-directory-map .view-directory-map .view-display-id-attachment_1 table .views-field-field-fip-progress-rating {
            display: table-cell; } }
  /* line 465, ../sass/components/_directory.scss */
  .page-directory .view-directory-map #edit-field-risk-asmt-complete-bool-value-wrapper,
  .page-directory-map .view-directory-map #edit-field-risk-asmt-complete-bool-value-wrapper {
    float: right;
    width: 33%;
    order: 9; }
/* line 477, ../sass/components/_directory.scss */
.page-directory #block-block-11,
.page-directory-map #block-block-11 {
  display: flex;
  align-items: center;
  border: 1px solid #5b9bd5;
  padding: 1em;
  margin-bottom: 1em; }
  /* line 484, ../sass/components/_directory.scss */
  .page-directory #block-block-11 h2,
  .page-directory-map #block-block-11 h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: bold;
    margin-right: 5px; }
  /* line 491, ../sass/components/_directory.scss */
  .page-directory #block-block-11 span.tooltip-trigger,
  .page-directory-map #block-block-11 span.tooltip-trigger {
    margin-right: 5px; }
  /* line 495, ../sass/components/_directory.scss */
  .page-directory #block-block-11 p,
  .page-directory-map #block-block-11 p {
    margin: 0; }
    /* line 498, ../sass/components/_directory.scss */
    .page-directory #block-block-11 p:before,
    .page-directory-map #block-block-11 p:before {
      display: inline-block;
      content: ': ';
      margin-right: 5px; }
  /* line 505, ../sass/components/_directory.scss */
  .page-directory #block-block-11 span.icon.question,
  .page-directory-map #block-block-11 span.icon.question {
    background-color: #5b9bd5;
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: text-top;
    line-height: 1.25em;
    text-align: center;
    color: white;
    font-size: 0.8em;
    border-radius: 50%;
    padding-top: 1px;
    padding-right: 1px; }

/* line 527, ../sass/components/_directory.scss */
.view-inactive-fip-directory-map .leaflet-popup-close-button {
  display: block;
  top: -4px;
  right: -4px;
  height: 24px;
  width: 24px;
  padding: 4px;
  border: 1px solid #ddd;
  background: #fff; }
/* line 539, ../sass/components/_directory.scss */
.view-inactive-fip-directory-map .leaflet-pin__icon:before,
.view-inactive-fip-directory-map .legend-items .comprehensive:before {
  content: url("../images/fip-pin/comprehensive.svg"); }
/* line 544, ../sass/components/_directory.scss */
.view-inactive-fip-directory-map .leaflet-pin__icon.basic:before,
.view-inactive-fip-directory-map .legend-items .basic:before {
  content: url("../images/fip-pin/basic.svg"); }
/* line 549, ../sass/components/_directory.scss */
.view-inactive-fip-directory-map .leaflet-pin__icon.prospective_fip:before,
.view-inactive-fip-directory-map .legend-items .prospective:before {
  content: url("../images/fip-pin/prospective.svg"); }
/* line 554, ../sass/components/_directory.scss */
.view-inactive-fip-directory-map .leaflet-pin__icon.archived_complete:before,
.view-inactive-fip-directory-map .legend-items .completed:before {
  content: url("../images/fip-pin/completed.svg"); }
/* line 559, ../sass/components/_directory.scss */
.view-inactive-fip-directory-map .leaflet-pin__icon.archived_stalled:before,
.view-inactive-fip-directory-map .legend-items .inactive:before {
  content: url("../images/fip-pin/inactive.svg"); }
/* line 564, ../sass/components/_directory.scss */
.view-inactive-fip-directory-map table {
  width: 100%; }
/* line 569, ../sass/components/_directory.scss */
.view-inactive-fip-directory-map.view-display-id-page > form#views-exposed-form-inactive-fip-directory-map-page {
  border: 1px solid #9da374;
  margin-top: 2em;
  margin-bottom: 1em; }
  /* line 574, ../sass/components/_directory.scss */
  .view-inactive-fip-directory-map.view-display-id-page > form#views-exposed-form-inactive-fip-directory-map-page:before {
    content: 'Filter Options';
    display: block;
    padding: 8px 16px;
    font-family: "Aleo", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    color: #fff;
    background: #9da374; }
  /* line 585, ../sass/components/_directory.scss */
  .view-inactive-fip-directory-map.view-display-id-page > form#views-exposed-form-inactive-fip-directory-map-page .views-exposed-form {
    padding: 20px 10px; }
    /* line 588, ../sass/components/_directory.scss */
    .view-inactive-fip-directory-map.view-display-id-page > form#views-exposed-form-inactive-fip-directory-map-page .views-exposed-form .views-exposed-widgets {
      display: flex;
      justify-content: flex-start; }
      /* line 592, ../sass/components/_directory.scss */
      .view-inactive-fip-directory-map.view-display-id-page > form#views-exposed-form-inactive-fip-directory-map-page .views-exposed-form .views-exposed-widgets > div {
        flex: 0 0 auto;
        align-items: center; }
        /* line 596, ../sass/components/_directory.scss */
        .view-inactive-fip-directory-map.view-display-id-page > form#views-exposed-form-inactive-fip-directory-map-page .views-exposed-form .views-exposed-widgets > div .form-submit {
          margin-top: 0; }
      /* line 601, ../sass/components/_directory.scss */
      .view-inactive-fip-directory-map.view-display-id-page > form#views-exposed-form-inactive-fip-directory-map-page .views-exposed-form .views-exposed-widgets > div#edit-field-reason-for-inactivity-value-wrapper {
        display: flex;
        flex-grow: 1; }
        /* line 605, ../sass/components/_directory.scss */
        .view-inactive-fip-directory-map.view-display-id-page > form#views-exposed-form-inactive-fip-directory-map-page .views-exposed-form .views-exposed-widgets > div#edit-field-reason-for-inactivity-value-wrapper > * {
          flex: 0 0 auto;
          margin-right: 10px; }
        /* line 610, ../sass/components/_directory.scss */
        .view-inactive-fip-directory-map.view-display-id-page > form#views-exposed-form-inactive-fip-directory-map-page .views-exposed-form .views-exposed-widgets > div#edit-field-reason-for-inactivity-value-wrapper > .views-widget {
          flex-grow: 1; }
          /* line 613, ../sass/components/_directory.scss */
          .view-inactive-fip-directory-map.view-display-id-page > form#views-exposed-form-inactive-fip-directory-map-page .views-exposed-form .views-exposed-widgets > div#edit-field-reason-for-inactivity-value-wrapper > .views-widget select#edit-field-reason-for-inactivity-value {
            width: 100%; }
/* line 624, ../sass/components/_directory.scss */
.view-inactive-fip-directory-map.view-display-id-attachment_1 .view-header {
  text-align: right;
  padding: 1em 0; }
/* line 630, ../sass/components/_directory.scss */
.view-inactive-fip-directory-map.view-display-id-attachment_1 table th, .view-inactive-fip-directory-map.view-display-id-attachment_1 table td {
  width: 33%; }
/* line 634, ../sass/components/_directory.scss */
.view-inactive-fip-directory-map.view-display-id-attachment_1 table td.active {
  background-color: transparent; }
/* line 638, ../sass/components/_directory.scss */
.view-inactive-fip-directory-map.view-display-id-attachment_1 table tr.even td.active {
  background-color: white; }

/**
 * Footer (Global)
 */
/* line 12, ../sass/components/_footer.scss */
.l-footer {
  background: #68869e;
  padding: 20px 0;
  color: #fff; }
  /* line 16, ../sass/components/_footer.scss */
  .l-footer a {
    color: #fff; }
  /* line 19, ../sass/components/_footer.scss */
  .l-footer .block--block-3 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1; }
  /* line 25, ../sass/components/_footer.scss */
  .l-footer .block--menu-block-2 {
    display: none; }

@media only screen and (min-width: 48em) {
  /* line 42, ../sass/components/_footer.scss */
  .l-footer .block--menu-block-2 {
    display: block;
    float: right;
    font-size: 14px;
    font-size: 0.875rem; }
    /* line 47, ../sass/components/_footer.scss */
    .l-footer .block--menu-block-2 ul {
      margin: 0;
      padding: 0; }
      /* line 51, ../sass/components/_footer.scss */
      .l-footer .block--menu-block-2 ul li {
        float: left;
        list-style: none; }
        /* line 55, ../sass/components/_footer.scss */
        .l-footer .block--menu-block-2 ul li a {
          display: block;
          margin-left: 14px;
          padding-left: 14px;
          line-height: 1;
          text-decoration: none;
          border-left: 1px solid #bac0ad; }
      /* line 64, ../sass/components/_footer.scss */
      .l-footer .block--menu-block-2 ul li.expanded {
        padding-right: 0; }
    /* line 68, ../sass/components/_footer.scss */
    .l-footer .block--menu-block-2 .menu-block-wrapper > ul > li.first a {
      margin-left: 0;
      padding-left: 0;
      border-left: none; }
    /* line 73, ../sass/components/_footer.scss */
    .l-footer .block--menu-block-2 .menu-block-wrapper > ul > li.last a {
      display: none; } }
@media only screen and (min-width: 57em) {
  /* line 100, ../sass/components/_footer.scss */
  .l-footer .block--menu-block-2 .menu-block-wrapper > ul > li.last a {
    display: block; } }
/* line 125, ../sass/components/_footer.scss */
.not-responsive .l-footer .block--menu-block-2 {
  display: block;
  float: right;
  font-size: 14px;
  font-size: 0.875rem; }
  /* line 130, ../sass/components/_footer.scss */
  .not-responsive .l-footer .block--menu-block-2 ul {
    margin: 0;
    padding: 0; }
    /* line 134, ../sass/components/_footer.scss */
    .not-responsive .l-footer .block--menu-block-2 ul li {
      float: left;
      list-style: none; }
      /* line 138, ../sass/components/_footer.scss */
      .not-responsive .l-footer .block--menu-block-2 ul li a {
        display: block;
        margin-left: 14px;
        padding-left: 14px;
        line-height: 1;
        text-decoration: none;
        border-left: 1px solid #bac0ad; }
    /* line 147, ../sass/components/_footer.scss */
    .not-responsive .l-footer .block--menu-block-2 ul li.expanded {
      padding-right: 0; }
  /* line 151, ../sass/components/_footer.scss */
  .not-responsive .l-footer .block--menu-block-2 .menu-block-wrapper > ul > li.first a {
    margin-left: 0;
    padding-left: 0;
    border-left: none; }
  /* line 156, ../sass/components/_footer.scss */
  .not-responsive .l-footer .block--menu-block-2 .menu-block-wrapper > ul > li.last a {
    display: block; }

/**
 * Front/Homepage
 */
/* line 13, ../sass/components/_front.scss */
.pane-views-homepage-slideshow-block {
  display: none; }

/* line 20, ../sass/components/_front.scss */
.front .l-content {
  position: relative; }
/* line 26, ../sass/components/_front.scss */
.front .panel-col-top .pane-uuid-6ac46d45-49e8-494c-8a9c-dc83842ed013 {
  background: url("../images/bg-tint-home-intro.png");
  width: 100%;
  margin: 15px 0;
  padding: 20px 25px;
  color: #fff; }
  /* line 33, ../sass/components/_front.scss */
  .front .panel-col-top .pane-uuid-6ac46d45-49e8-494c-8a9c-dc83842ed013 .pane-title {
    margin: 0 0 .5em;
    color: #fff;
    font-size: 34px;
    font-size: 2.125rem;
    font-style: italic;
    line-height: 1; }
  /* line 41, ../sass/components/_front.scss */
  .front .panel-col-top .pane-uuid-6ac46d45-49e8-494c-8a9c-dc83842ed013 .field--name-field-text p {
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: 600; }
  /* line 46, ../sass/components/_front.scss */
  .front .panel-col-top .pane-uuid-6ac46d45-49e8-494c-8a9c-dc83842ed013 .field--name-field-link a {
    font-family: "Aleo", Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    color: #fff;
    font-weight: 600;
    line-height: 1;
    text-decoration: none; }
    /* line 54, ../sass/components/_front.scss */
    .front .panel-col-top .pane-uuid-6ac46d45-49e8-494c-8a9c-dc83842ed013 .field--name-field-link a:after {
      content: " ";
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      color: #fca448; }
    /* line 59, ../sass/components/_front.scss */
    .front .panel-col-top .pane-uuid-6ac46d45-49e8-494c-8a9c-dc83842ed013 .field--name-field-link a:hover {
      text-decoration: underline; }
/* line 68, ../sass/components/_front.scss */
.front .center-wrapper .panel-panel {
  position: relative;
  z-index: 5;
  background: #fff;
  float: none;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border: 2px solid #9da374; }
  /* line 78, ../sass/components/_front.scss */
  .front .center-wrapper .panel-panel .pane-title {
    background: #1a2c3f;
    width: 100%;
    margin: 0;
    padding: 12px 16px;
    color: #fff; }
  /* line 86, ../sass/components/_front.scss */
  .front .center-wrapper .panel-panel .field--name-field-image {
    display: none; }
  /* line 90, ../sass/components/_front.scss */
  .front .center-wrapper .panel-panel .field--name-field-text {
    padding: 10px 16px 0; }
  /* line 94, ../sass/components/_front.scss */
  .front .center-wrapper .panel-panel .field--name-field-link {
    clear: both;
    padding: 16px; }
    /* line 98, ../sass/components/_front.scss */
    .front .center-wrapper .panel-panel .field--name-field-link a {
      font-family: "Aleo", Arial, Helvetica, sans-serif;
      font-size: 21px;
      font-size: 1.3125rem;
      text-decoration: none; }
      /* line 103, ../sass/components/_front.scss */
      .front .center-wrapper .panel-panel .field--name-field-link a:after {
        content: " ";
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        color: #fca448; }
      /* line 108, ../sass/components/_front.scss */
      .front .center-wrapper .panel-panel .field--name-field-link a:hover {
        text-decoration: underline; }
  /* line 114, ../sass/components/_front.scss */
  .front .center-wrapper .panel-panel .fuseiq-custom-fip-list-autocomplete-form {
    margin-bottom: .5em; }
    /* line 13, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/toolkit-2.10.2/stylesheets/toolkit/_clearfix.scss */
    .front .center-wrapper .panel-panel .fuseiq-custom-fip-list-autocomplete-form:after {
      content: "";
      display: table;
      clear: both; }
    /* line 121, ../sass/components/_front.scss */
    .front .center-wrapper .panel-panel .fuseiq-custom-fip-list-autocomplete-form input[type="submit"] {
      display: none; }
    /* line 125, ../sass/components/_front.scss */
    .front .center-wrapper .panel-panel .fuseiq-custom-fip-list-autocomplete-form label {
      float: left;
      margin-left: 10px; }
    /* line 130, ../sass/components/_front.scss */
    .front .center-wrapper .panel-panel .fuseiq-custom-fip-list-autocomplete-form i.fa-search {
      background: #9da374;
      padding: 7px 12px;
      color: #fff;
      font-size: 14px;
      font-size: 0.875rem;
      border: none;
      border-radius: 3px;
      cursor: pointer; }
    /* line 140, ../sass/components/_front.scss */
    .front .center-wrapper .panel-panel .fuseiq-custom-fip-list-autocomplete-form i.fa-search:hover {
      background: #1a2c3f; }
    /* line 144, ../sass/components/_front.scss */
    .front .center-wrapper .panel-panel .fuseiq-custom-fip-list-autocomplete-form .form-text {
      width: 77%;
      float: left; }
    /* line 149, ../sass/components/_front.scss */
    .front .center-wrapper .panel-panel .fuseiq-custom-fip-list-autocomplete-form .form-submit {
      float: left;
      margin-left: 10px; }
    /* line 154, ../sass/components/_front.scss */
    .front .center-wrapper .panel-panel .fuseiq-custom-fip-list-autocomplete-form #autocomplete {
      width: 600px !important;
      padding: 5px 10px; }
/* line 165, ../sass/components/_front.scss */
.front .center-wrapper .panel-col-first {
  z-index: 6; }
/* line 172, ../sass/components/_front.scss */
.front .panel-col-bottom .pane-fieldable-panels-pane {
  position: relative;
  background: #fff;
  border: 2px solid #9da374; }
  /* line 177, ../sass/components/_front.scss */
  .front .panel-col-bottom .pane-fieldable-panels-pane .pane-title {
    background: #1a2c3f;
    margin: 0;
    padding: 12px 16px;
    color: #fff; }
  /* line 184, ../sass/components/_front.scss */
  .front .panel-col-bottom .pane-fieldable-panels-pane .field--name-field-image {
    display: none;
    position: absolute;
    top: 0;
    left: 0; }
  /* line 191, ../sass/components/_front.scss */
  .front .panel-col-bottom .pane-fieldable-panels-pane .field--name-field-text {
    margin: 0;
    padding: 16px; }
  /* line 196, ../sass/components/_front.scss */
  .front .panel-col-bottom .pane-fieldable-panels-pane .field--name-field-link {
    margin: 0;
    padding: 0 16px; }
    /* line 200, ../sass/components/_front.scss */
    .front .panel-col-bottom .pane-fieldable-panels-pane .field--name-field-link a {
      font-family: "Aleo", Arial, Helvetica, sans-serif;
      font-size: 21px;
      font-size: 1.3125rem; }
      /* line 204, ../sass/components/_front.scss */
      .front .panel-col-bottom .pane-fieldable-panels-pane .field--name-field-link a:after {
        content: " ";
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        color: #fca448; }

@media only screen and (min-width: 48em) {
  /* line 229, ../sass/components/_front.scss */
  .pane-views-homepage-slideshow-block {
    display: block;
    position: relative; }
    /* line 234, ../sass/components/_front.scss */
    .pane-views-homepage-slideshow-block .flexslider {
      border: none;
      margin: 0; }
    /* line 239, ../sass/components/_front.scss */
    .pane-views-homepage-slideshow-block .views-field-field-slide-image {
      height: 510px;
      overflow: hidden; }
      /* line 243, ../sass/components/_front.scss */
      .pane-views-homepage-slideshow-block .views-field-field-slide-image img {
        min-width: 1120px; }
    /* line 248, ../sass/components/_front.scss */
    .pane-views-homepage-slideshow-block .slide-wrapper {
      width: 100%;
      height: 510px; }
    /* line 254, ../sass/components/_front.scss */
    .pane-views-homepage-slideshow-block .views-field-field-photo-credit {
      width: 480px;
      position: absolute;
      top: 0px;
      right: 6px;
      color: #fff;
      font-size: 11px;
      font-size: 0.6875rem;
      text-shadow: -1px 1px 1px black;
      opacity: .7;
      -ms-transform: rotate(270deg);
      /* IE 9 */
      -ms-transform-origin: right bottom 0;
      /* IE 9 */
      -webkit-transform: rotate(270deg);
      /* Chrome, Safari, Opera */
      -webkit-transform-origin: right bottom 0;
      /* Chrome, Safari, Opera */
      transform: rotate(270deg);
      transform-origin: right bottom 0; }

  /* line 277, ../sass/components/_front.scss */
  .front .messages {
    position: absolute;
    top: -80px;
    z-index: 10;
    width: 90%;
    margin: 0 5%; }
  /* line 287, ../sass/components/_front.scss */
  .front .panel-col-top .pane-uuid-6ac46d45-49e8-494c-8a9c-dc83842ed013 {
    position: absolute;
    top: -510px;
    z-index: 2;
    margin: 0;
    height: 510px;
    padding: 106px 35px 0 35px; }
    /* line 299, ../sass/components/_front.scss */
    .front .panel-col-top .pane-uuid-6ac46d45-49e8-494c-8a9c-dc83842ed013 .field--name-field-text p {
      font-size: 18px;
      font-size: 1.125rem; }
  /* line 311, ../sass/components/_front.scss */
  .front .center-wrapper {
    display: flex; }
    /* line 314, ../sass/components/_front.scss */
    .front .center-wrapper .panel-panel {
      float: none;
      width: 33%;
      margin-top: -46px;
      margin-bottom: 0; }
      /* line 320, ../sass/components/_front.scss */
      .front .center-wrapper .panel-panel .inside {
        height: 100%; }
        /* line 323, ../sass/components/_front.scss */
        .front .center-wrapper .panel-panel .inside .pane-fieldable-panels-pane {
          height: 100%; }
          /* line 326, ../sass/components/_front.scss */
          .front .center-wrapper .panel-panel .inside .pane-fieldable-panels-pane .fieldable-panels-pane {
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            flex-wrap: nowrap;
            height: 100%; }
            /* line 333, ../sass/components/_front.scss */
            .front .center-wrapper .panel-panel .inside .pane-fieldable-panels-pane .fieldable-panels-pane > .field, .front .center-wrapper .panel-panel .inside .pane-fieldable-panels-pane .fieldable-panels-pane h2 {
              flex-grow: 0; }
              /* line 336, ../sass/components/_front.scss */
              .front .center-wrapper .panel-panel .inside .pane-fieldable-panels-pane .fieldable-panels-pane > .field.field--name-field-text, .front .center-wrapper .panel-panel .inside .pane-fieldable-panels-pane .fieldable-panels-pane h2.field--name-field-text {
                flex-grow: 1; }
      /* line 345, ../sass/components/_front.scss */
      .front .center-wrapper .panel-panel .pane-title {
        font-size: 22px;
        font-size: 1.375rem; }
      /* line 349, ../sass/components/_front.scss */
      .front .center-wrapper .panel-panel .field--name-field-image {
        display: block; }
      /* line 359, ../sass/components/_front.scss */
      .front .center-wrapper .panel-panel .field--name-field-link a {
        font-size: 19px;
        font-size: 1.1875rem; }
      /* line 365, ../sass/components/_front.scss */
      .front .center-wrapper .panel-panel .fuseiq-custom-fip-list-autocomplete-form .form-text {
        width: 70%; }
  /* line 380, ../sass/components/_front.scss */
  .front .panel-col-bottom {
    padding-top: 30px; } }
@media only screen and (min-width: 57em) {
  /* line 428, ../sass/components/_front.scss */
  .front .l-content {
    position: relative; }
  /* line 454, ../sass/components/_front.scss */
  .front .center-wrapper .panel-panel {
    float: left;
    width: 33%;
    margin-top: -46px;
    margin-bottom: 0; }
    /* line 460, ../sass/components/_front.scss */
    .front .center-wrapper .panel-panel .pane-title {
      font-size: 24px;
      font-size: 1.5rem; }
    /* line 464, ../sass/components/_front.scss */
    .front .center-wrapper .panel-panel .field--name-field-image {
      display: block; }
    /* line 477, ../sass/components/_front.scss */
    .front .center-wrapper .panel-panel .fuseiq-custom-fip-list-autocomplete-form .form-text {
      width: 77%; }
  /* line 491, ../sass/components/_front.scss */
  .front .panel-col-bottom {
    padding-top: 40px; }
    /* line 494, ../sass/components/_front.scss */
    .front .panel-col-bottom .pane-fieldable-panels-pane {
      position: relative;
      background: #fff;
      border: 2px solid #9da374;
      overflow: hidden;
      margin-bottom: 40px; }
      /* line 502, ../sass/components/_front.scss */
      .front .panel-col-bottom .pane-fieldable-panels-pane .pane-title {
        background: #1a2c3f;
        padding: 12px 16px;
        color: #fff;
        width: 68.2%;
        float: right; }
      /* line 510, ../sass/components/_front.scss */
      .front .panel-col-bottom .pane-fieldable-panels-pane .field--name-field-image {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 31.8%;
        float: left;
        margin-right: 2.04918%;
        height: auto; }
      /* line 521, ../sass/components/_front.scss */
      .front .panel-col-bottom .pane-fieldable-panels-pane .field--name-field-text {
        margin-left: 31.8%;
        padding: 16px;
        font-size: 0.9em; }
        /* line 526, ../sass/components/_front.scss */
        .front .panel-col-bottom .pane-fieldable-panels-pane .field--name-field-text p {
          margin-bottom: .5em;
          line-height: 1.3; }
        /* line 531, ../sass/components/_front.scss */
        .front .panel-col-bottom .pane-fieldable-panels-pane .field--name-field-text ul {
          margin-top: .5em; }
        /* line 535, ../sass/components/_front.scss */
        .front .panel-col-bottom .pane-fieldable-panels-pane .field--name-field-text .field__item {
          margin-top: 50px; }
      /* line 540, ../sass/components/_front.scss */
      .front .panel-col-bottom .pane-fieldable-panels-pane .field--name-field-link {
        margin-left: 33%;
        float: right;
        padding: 0 16px; }
        /* line 545, ../sass/components/_front.scss */
        .front .panel-col-bottom .pane-fieldable-panels-pane .field--name-field-link a {
          font-family: "Aleo", Arial, Helvetica, sans-serif;
          font-size: 21px;
          font-size: 1.3125rem; }
          /* line 549, ../sass/components/_front.scss */
          .front .panel-col-bottom .pane-fieldable-panels-pane .field--name-field-link a:after {
            content: " ";
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            color: #fca448; } }
/* line 579, ../sass/components/_front.scss */
.not-responsive .pane-views-homepage-slideshow-block {
  position: relative; }
  /* line 583, ../sass/components/_front.scss */
  .not-responsive .pane-views-homepage-slideshow-block .flexslider {
    border: none;
    margin: 0; }
  /* line 588, ../sass/components/_front.scss */
  .not-responsive .pane-views-homepage-slideshow-block .views-field-field-slide-image {
    height: 510px;
    overflow: hidden; }
    /* line 592, ../sass/components/_front.scss */
    .not-responsive .pane-views-homepage-slideshow-block .views-field-field-slide-image img {
      min-width: 1120px; }
  /* line 597, ../sass/components/_front.scss */
  .not-responsive .pane-views-homepage-slideshow-block .views-field-field-photo-credit {
    width: 480px;
    position: absolute;
    top: 0px;
    right: 6px;
    color: #fff;
    font-size: 11px;
    font-size: 0.6875rem;
    text-shadow: -1px 1px 1px black;
    opacity: .7;
    -ms-transform: rotate(270deg);
    /* IE 9 */
    -ms-transform-origin: right bottom 0;
    /* IE 9 */
    -webkit-transform: rotate(270deg);
    /* Chrome, Safari, Opera */
    -webkit-transform-origin: right bottom 0;
    /* Chrome, Safari, Opera */
    transform: rotate(270deg);
    transform-origin: right bottom 0; }
/* line 620, ../sass/components/_front.scss */
.not-responsive .front .l-content {
  position: relative; }
/* line 626, ../sass/components/_front.scss */
.not-responsive .front .panel-col-top .pane-uuid-6ac46d45-49e8-494c-8a9c-dc83842ed013 {
  position: absolute;
  z-index: 2;
  background: url("../images/bg-tint-home-intro.png");
  height: 510px;
  padding: 26px 35px 0 35px;
  color: #fff; }
  /* line 634, ../sass/components/_front.scss */
  .not-responsive .front .panel-col-top .pane-uuid-6ac46d45-49e8-494c-8a9c-dc83842ed013 .pane-title {
    margin: 0 0 .5em;
    color: #fff;
    font-size: 34px;
    font-size: 2.125rem;
    font-style: italic;
    line-height: 1; }
  /* line 642, ../sass/components/_front.scss */
  .not-responsive .front .panel-col-top .pane-uuid-6ac46d45-49e8-494c-8a9c-dc83842ed013 .field--name-field-text p {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600; }
  /* line 647, ../sass/components/_front.scss */
  .not-responsive .front .panel-col-top .pane-uuid-6ac46d45-49e8-494c-8a9c-dc83842ed013 .field--name-field-link a {
    font-family: "Aleo", Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    color: #fff;
    font-weight: 600;
    line-height: 1;
    text-decoration: none; }
    /* line 655, ../sass/components/_front.scss */
    .not-responsive .front .panel-col-top .pane-uuid-6ac46d45-49e8-494c-8a9c-dc83842ed013 .field--name-field-link a:after {
      content: " ";
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      color: #fca448; }
    /* line 660, ../sass/components/_front.scss */
    .not-responsive .front .panel-col-top .pane-uuid-6ac46d45-49e8-494c-8a9c-dc83842ed013 .field--name-field-link a:hover {
      text-decoration: underline; }
/* line 669, ../sass/components/_front.scss */
.not-responsive .front .center-wrapper .panel-panel {
  position: relative;
  z-index: 5;
  background: #fff;
  height: 350px;
  margin-top: -46px;
  border: 2px solid #9da374; }
  /* line 677, ../sass/components/_front.scss */
  .not-responsive .front .center-wrapper .panel-panel .pane-title {
    position: absolute;
    top: 133px;
    background: #1a2c3f;
    width: 100%;
    margin: 0;
    padding: 12px 16px;
    color: #fff; }
  /* line 687, ../sass/components/_front.scss */
  .not-responsive .front .center-wrapper .panel-panel .field--name-field-image {
    padding-bottom: 62px; }
  /* line 691, ../sass/components/_front.scss */
  .not-responsive .front .center-wrapper .panel-panel .field--name-field-text {
    padding: 0 16px; }
  /* line 695, ../sass/components/_front.scss */
  .not-responsive .front .center-wrapper .panel-panel .field--name-field-link {
    padding: 0 16px; }
    /* line 698, ../sass/components/_front.scss */
    .not-responsive .front .center-wrapper .panel-panel .field--name-field-link a {
      font-family: "Aleo", Arial, Helvetica, sans-serif;
      font-size: 21px;
      font-size: 1.3125rem;
      text-decoration: none; }
      /* line 703, ../sass/components/_front.scss */
      .not-responsive .front .center-wrapper .panel-panel .field--name-field-link a:after {
        content: " ";
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        color: #fca448; }
      /* line 708, ../sass/components/_front.scss */
      .not-responsive .front .center-wrapper .panel-panel .field--name-field-link a:hover {
        text-decoration: underline; }
/* line 718, ../sass/components/_front.scss */
.not-responsive .front .panel-col-bottom {
  padding-top: 40px; }
  /* line 721, ../sass/components/_front.scss */
  .not-responsive .front .panel-col-bottom .pane-fieldable-panels-pane {
    position: relative;
    background: #fff;
    height: 261px;
    border: 2px solid #9da374; }
    /* line 727, ../sass/components/_front.scss */
    .not-responsive .front .panel-col-bottom .pane-fieldable-panels-pane .pane-title {
      background: #1a2c3f;
      margin: 0 0 0 476px;
      padding: 12px 16px;
      color: #fff; }
    /* line 735, ../sass/components/_front.scss */
    .not-responsive .front .panel-col-bottom .pane-fieldable-panels-pane .field--name-field-image {
      position: absolute;
      top: 0;
      left: 0; }
    /* line 741, ../sass/components/_front.scss */
    .not-responsive .front .panel-col-bottom .pane-fieldable-panels-pane .field--name-field-text {
      margin: 0 0 0 476px;
      padding: 16px; }
    /* line 746, ../sass/components/_front.scss */
    .not-responsive .front .panel-col-bottom .pane-fieldable-panels-pane .field--name-field-link {
      margin: 0 0 0 476px;
      padding: 0 16px; }
      /* line 750, ../sass/components/_front.scss */
      .not-responsive .front .panel-col-bottom .pane-fieldable-panels-pane .field--name-field-link a {
        font-family: "Aleo", Arial, Helvetica, sans-serif;
        font-size: 21px;
        font-size: 1.3125rem; }
        /* line 754, ../sass/components/_front.scss */
        .not-responsive .front .panel-col-bottom .pane-fieldable-panels-pane .field--name-field-link a:after {
          content: " ";
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          color: #fca448; }

/**
 * Site Header and Branding
 */
/* line 11, ../sass/components/_header.scss */
.header-wrapper {
  background: #68869e;
  border-bottom: 4px solid #9da374; }

/* line 16, ../sass/components/_header.scss */
.l-header {
  display: flex; }

/* line 20, ../sass/components/_header.scss */
.l-branding {
  padding: 16px 0;
  display: flex;
  align-items: center; }
  /* line 29, ../sass/components/_header.scss */
  .l-branding .site-name a {
    background: url("../images/logo-retina.png") no-repeat center top;
    background-size: 280px 36px;
    display: block;
    margin: 0 auto;
    width: 280px;
    height: 36px; }
  /* line 38, ../sass/components/_header.scss */
  .l-branding .site-name a span {
    /* hide text w/o using negative indent */
    font: 0/0 a;
    text-shadow: none;
    color: transparent; }
  /* line 43, ../sass/components/_header.scss */
  .l-branding .site-slogan {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px); }

/* line 55, ../sass/components/_header.scss */
.l-region--header .block--menu-menu-top-menu {
  display: none; }
/* line 59, ../sass/components/_header.scss */
.l-region--header #block-gtranslate-gtranslate {
  float: right;
  margin-bottom: 12px;
  margin-top: -9px; }

@media only screen and (min-width: 48em) {
  /* line 83, ../sass/components/_header.scss */
  .l-branding .site-name a {
    background: url("../images/logo-retina.png") no-repeat center top;
    background-size: 280px 36px;
    display: block;
    margin: 0 auto;
    width: 280px;
    height: 36px; }
  /* line 92, ../sass/components/_header.scss */
  .l-branding .site-slogan {
    position: inherit !important;
    height: auto;
    width: auto;
    overflow: inherit;
    clip: inherit;
    width: 230px;
    height: auto;
    display: block;
    margin-left: 20px;
    font-size: 14px;
    color: #fff;
    font-family: "Aleo", Arial, Helvetica, sans-serif;
    font-style: italic;
    line-height: 1.2; }

  /* line 114, ../sass/components/_header.scss */
  .l-region--header .block--menu-menu-top-menu {
    display: block;
    padding: 16px 0;
    overflow: hidden; }
    /* line 119, ../sass/components/_header.scss */
    .l-region--header .block--menu-menu-top-menu .menu {
      margin: 0;
      padding: 0; }
    /* line 124, ../sass/components/_header.scss */
    .l-region--header .block--menu-menu-top-menu .leaf {
      list-style-image: none;
      list-style-type: none;
      display: block;
      margin-bottom: 5px; }
      /* line 131, ../sass/components/_header.scss */
      .l-region--header .block--menu-menu-top-menu .leaf a {
        display: block;
        font-size: 0.75rem;
        color: #fff;
        line-height: 1;
        text-decoration: none; }
        /* line 138, ../sass/components/_header.scss */
        .l-region--header .block--menu-menu-top-menu .leaf a:before {
          content: '- '; }
        /* line 142, ../sass/components/_header.scss */
        .l-region--header .block--menu-menu-top-menu .leaf a:hover {
          text-decoration: underline; } }
@media only screen and (min-width: 57em) {
  /* line 178, ../sass/components/_header.scss */
  .l-branding .site-name a {
    background: url("../images/logo.png") no-repeat 0 0;
    background-size: 324px 40px;
    display: block;
    width: 324px;
    height: 40px; }
  /* line 186, ../sass/components/_header.scss */
  .l-branding .site-slogan {
    position: inherit !important;
    height: auto;
    width: auto;
    overflow: inherit;
    clip: inherit;
    width: 279px;
    height: auto;
    display: block;
    float: left;
    margin-left: 20px;
    font-size: 18px;
    line-height: 1.1;
    margin-top: -2px; }

  /* line 209, ../sass/components/_header.scss */
  .l-region--header .block--menu-menu-top-menu .menu {
    margin: 0;
    padding: 0; }
  /* line 214, ../sass/components/_header.scss */
  .l-region--header .block--menu-menu-top-menu .leaf {
    float: right;
    list-style-image: none;
    list-style-type: none; }
    /* line 219, ../sass/components/_header.scss */
    .l-region--header .block--menu-menu-top-menu .leaf a {
      display: block;
      font-size: 14px;
      font-size: 0.875rem;
      color: #fff;
      line-height: 1;
      text-decoration: none; }
      /* line 226, ../sass/components/_header.scss */
      .l-region--header .block--menu-menu-top-menu .leaf a:before {
        content: ''; }
      /* line 230, ../sass/components/_header.scss */
      .l-region--header .block--menu-menu-top-menu .leaf a:hover {
        text-decoration: underline; }
  /* line 236, ../sass/components/_header.scss */
  .l-region--header .block--menu-menu-top-menu .leaf.first a {
    margin-left: 6px;
    padding-left: 6px;
    border-left: 1px solid #bac0ad; }
  /* line 242, ../sass/components/_header.scss */
  .l-region--header .block--menu-menu-top-menu .leaf.last {
    display: block;
    clear: both;
    padding-top: 6px; }
    /* line 247, ../sass/components/_header.scss */
    .l-region--header .block--menu-menu-top-menu .leaf.last a {
      background: #9da374;
      padding: 6px 18px;
      font-size: 16px;
      font-size: 1rem;
      font-weight: 600;
      border-radius: 3px; }
      /* line 254, ../sass/components/_header.scss */
      .l-region--header .block--menu-menu-top-menu .leaf.last a:hover {
        text-decoration: none;
        background: #1a2c3f; } }
/* line 284, ../sass/components/_header.scss */
.not-responsive .l-branding .site-name {
  float: left; }
/* line 288, ../sass/components/_header.scss */
.not-responsive .l-branding .site-name a {
  background: url("../images/logo.png") no-repeat 0 0;
  background-size: 324px 40px;
  display: block;
  width: 324px;
  height: 40px; }
/* line 296, ../sass/components/_header.scss */
.not-responsive .l-branding .site-slogan {
  position: inherit !important;
  height: auto;
  width: auto;
  overflow: inherit;
  clip: inherit;
  width: 279px;
  height: 35px;
  display: block;
  float: left;
  margin-left: 20px; }
/* line 313, ../sass/components/_header.scss */
.not-responsive .l-region--header .block--menu-menu-top-menu {
  display: block;
  float: right;
  width: 190px;
  padding-top: 12px; }
  /* line 319, ../sass/components/_header.scss */
  .not-responsive .l-region--header .block--menu-menu-top-menu .menu {
    margin: 0;
    padding: 0; }
  /* line 324, ../sass/components/_header.scss */
  .not-responsive .l-region--header .block--menu-menu-top-menu .leaf {
    list-style-image: none;
    list-style-type: none; }
    /* line 328, ../sass/components/_header.scss */
    .not-responsive .l-region--header .block--menu-menu-top-menu .leaf a {
      display: block;
      font-size: 14px;
      font-size: 0.875rem;
      color: #fff;
      line-height: 1;
      text-decoration: none; }
      /* line 335, ../sass/components/_header.scss */
      .not-responsive .l-region--header .block--menu-menu-top-menu .leaf a:hover {
        text-decoration: underline; }
  /* line 341, ../sass/components/_header.scss */
  .not-responsive .l-region--header .block--menu-menu-top-menu .leaf.first a {
    margin-right: 9px; }
  /* line 347, ../sass/components/_header.scss */
  .not-responsive .l-region--header .block--menu-menu-top-menu .leaf.last {
    display: block;
    clear: both;
    padding-top: 6px; }
    /* line 352, ../sass/components/_header.scss */
    .not-responsive .l-region--header .block--menu-menu-top-menu .leaf.last a {
      background: #9da374;
      padding: 6px 18px;
      font-size: 16px;
      font-size: 1rem;
      font-weight: 600;
      border-radius: 3px; }
      /* line 359, ../sass/components/_header.scss */
      .not-responsive .l-region--header .block--menu-menu-top-menu .leaf.last a:hover {
        text-decoration: none;
        background: #1a2c3f; }

/* line 380, ../sass/components/_header.scss */
.social-banner-wrapper {
  background: #36a895;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: white;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  position: relative; }
  /* line 392, ../sass/components/_header.scss */
  .social-banner-wrapper .social-banner-text {
    position: relative; }
    /* line 395, ../sass/components/_header.scss */
    .social-banner-wrapper .social-banner-text a {
      color: #3a3a3a; }

/* line 402, ../sass/components/_header.scss */
.front-page-banner-wrapper {
  background: #ff7575;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: white;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  position: relative; }
  /* line 413, ../sass/components/_header.scss */
  .front-page-banner-wrapper .front-page-banner-text {
    position: relative; }
    /* line 416, ../sass/components/_header.scss */
    .front-page-banner-wrapper .front-page-banner-text a {
      color: #3a3a3a; }

/**
 * Main/Overall Site Styles
 */
/* line 11, ../sass/components/_main.scss */
body {
  opacity: 0;
  transition: 0.3s; }
  /* line 14, ../sass/components/_main.scss */
  body:after {
    display: none; }

/* line 18, ../sass/components/_main.scss */
body.cke_editable {
  opacity: 1 !important; }

/* line 21, ../sass/components/_main.scss */
.messages {
  border-width: 2px; }

/* line 25, ../sass/components/_main.scss */
.l-page {
  background: #d8eaf7;
  position: relative; }

/* line 30, ../sass/components/_main.scss */
.hidden {
  display: none; }

/* line 32, ../sass/components/_main.scss */
p.highlight {
  background-color: #eee;
  padding: 6px;
  border: 1px solid #bac0ad;
  font-size: 0.8125rem; }

/* line 39, ../sass/components/_main.scss */
.file img,
.file a {
  float: left; }
/* line 43, ../sass/components/_main.scss */
.file img {
  position: relative;
  top: .2em; }
/* line 47, ../sass/components/_main.scss */
.file a {
  margin-left: .3em; }

/* line 13, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/toolkit-2.10.2/stylesheets/toolkit/_clearfix.scss */
.field--type-file:after {
  content: "";
  display: table;
  clear: both; }

/* line 55, ../sass/components/_main.scss */
.fa-info-circle {
  color: #68869e;
  cursor: pointer; }

/* line 59, ../sass/components/_main.scss */
.fa-star {
  color: #fca448; }

/**
 * Non-Homepage  Styles
 */
/* line 69, ../sass/components/_main.scss */
.not-front {
  /**
   * Content Background
   */ }
  /* line 72, ../sass/components/_main.scss */
  .not-front .l-main {
    position: relative;
    z-index: 5;
    margin-top: -330px; }
  /* line 79, ../sass/components/_main.scss */
  .not-front h1.page-title {
    background: url("../images/bg-tint-darkblue-50pct.png");
    padding: 12px 20px 14px;
    color: #fff; }
  /* line 85, ../sass/components/_main.scss */
  .not-front h2.page-subtitle {
    background: #1a2c3f;
    margin-bottom: 1em;
    margin-left: -20px;
    margin-right: -20px;
    padding: .5em 20px .3em;
    font-family: "Aleo", Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    color: #fff;
    font-weight: 600; }
  /* line 96, ../sass/components/_main.scss */
  .not-front .node-form h2.page-subtitle,
  .not-front .node--indicator-entry-main .page-subtitle {
    margin-left: -20px;
    margin-right: -20px; }
  /* line 107, ../sass/components/_main.scss */
  .not-front .content-inner {
    background: #fff;
    min-height: 270px;
    padding: 10px 0 30px;
    padding: 10px 20px 30px;
    border: 2px solid #bac0ad; }
    /* line 13, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/toolkit-2.10.2/stylesheets/toolkit/_clearfix.scss */
    .not-front .content-inner:after {
      content: "";
      display: table;
      clear: both; }
  /* line 124, ../sass/components/_main.scss */
  .not-front .node-form.node-fip_profile-form {
    padding: 0; }
  /* line 132, ../sass/components/_main.scss */
  .not-front .background-image {
    position: relative;
    z-index: 1;
    height: 350px;
    overflow: hidden; }
  /* line 141, ../sass/components/_main.scss */
  .not-front .l-region--background .block img {
    width: 100%;
    min-width: 1120px; }
  /* line 146, ../sass/components/_main.scss */
  .not-front .l-region--background .block .photo-credit {
    width: 320px;
    position: absolute;
    top: 0;
    right: 6px;
    color: #fff;
    font-size: 11px;
    font-size: 0.6875rem;
    text-shadow: -1px 1px 1px black;
    opacity: .7;
    -ms-transform: rotate(270deg);
    /* IE 9 */
    -ms-transform-origin: right bottom 0;
    /* IE 9 */
    -webkit-transform: rotate(270deg);
    /* Chrome, Safari, Opera */
    -webkit-transform-origin: right bottom 0;
    /* Chrome, Safari, Opera */
    transform: rotate(270deg);
    transform-origin: right bottom 0; }
  /* line 165, ../sass/components/_main.scss */
  .not-front .page-description {
    margin-bottom: .7em; }
  /* line 170, ../sass/components/_main.scss */
  .not-front .description,
  .not-front .description p {
    margin-bottom: .7em; }

/* line 185, ../sass/components/_main.scss */
.not-front.not-logged-in.page-node-edit .content-inner,
.not-front.not-logged-in.page-node-add .content-inner,
.not-front.not-logged-in.page-node-actions .content-inner {
  padding: 10px 20px 30px; }

/**
 * Main and Tertiary Navigation Styles
 */
/* line 9, ../sass/components/_navigation.scss */
.navigation-wrapper {
  background: #1a2c3f; }

/* line 14, ../sass/components/_navigation.scss */
.l-region--navigation .block--superfish {
  min-height: 49px;
  padding: 8px 0 5px; }
  /* line 18, ../sass/components/_navigation.scss */
  .l-region--navigation .block--superfish .sf-horizontal {
    display: none; }
  /* line 20, ../sass/components/_navigation.scss */
  .l-region--navigation .block--superfish .sf-accordion-toggle a {
    font-size: 24px;
    font-size: 1.5rem;
    color: #fff;
    font-weight: 600;
    text-decoration: none; }
    /* line 26, ../sass/components/_navigation.scss */
    .l-region--navigation .block--superfish .sf-accordion-toggle a:before {
      content: " ";
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      font-size: 32px;
      font-size: 2rem; }
  /* line 32, ../sass/components/_navigation.scss */
  .l-region--navigation .block--superfish .sf-accordion {
    padding: 10px 0; }
    /* line 35, ../sass/components/_navigation.scss */
    .l-region--navigation .block--superfish .sf-accordion li {
      padding: 5px 0; }
    /* line 39, ../sass/components/_navigation.scss */
    .l-region--navigation .block--superfish .sf-accordion li a {
      margin-left: 40px;
      padding: 5px 10px;
      font-size: 18px;
      font-size: 1.125rem;
      color: #fff;
      text-decoration: none; }
      /* line 46, ../sass/components/_navigation.scss */
      .l-region--navigation .block--superfish .sf-accordion li a:hover {
        background: #737c5f; }
      /* line 47, ../sass/components/_navigation.scss */
      .l-region--navigation .block--superfish .sf-accordion li a.active {
        background: #737c5f; }
    /* line 50, ../sass/components/_navigation.scss */
    .l-region--navigation .block--superfish .sf-accordion .sf-accordion-button {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 5;
      margin: 0;
      margin-left: 10px;
      padding: 0;
      padding-top: 5px;
      /* hide text w/o using negative indent */
      font: 0/0 a;
      text-shadow: none;
      color: transparent; }
      /* line 61, ../sass/components/_navigation.scss */
      .l-region--navigation .block--superfish .sf-accordion .sf-accordion-button:before {
        content: " ";
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        font-size: 29px;
        font-size: 1.8125rem;
        color: #fff; }
      /* line 66, ../sass/components/_navigation.scss */
      .l-region--navigation .block--superfish .sf-accordion .sf-accordion-button:hover {
        background: none; }
    /* line 69, ../sass/components/_navigation.scss */
    .l-region--navigation .block--superfish .sf-accordion .sf-depth-2 a {
      margin-left: 60px; }
    /* line 70, ../sass/components/_navigation.scss */
    .l-region--navigation .block--superfish .sf-accordion .sf-depth-3 a {
      margin-left: 80px; }

/**
 * Front End - Profile Mobile Menu
 */
/* line 82, ../sass/components/_navigation.scss */
.tabs-mobile-menu {
  appearance: none;
  background: #8a9067 url("../images/arrow-asc.png") no-repeat 175px center;
  width: 200px;
  margin-bottom: -2px;
  color: #fff;
  font-weight: 600;
  border: 2px solid #bac0ad; }
  /* line 91, ../sass/components/_navigation.scss */
  .tabs-mobile-menu option {
    background: #fff;
    color: #1a2c3f;
    font-weight: normal; }

/**
 * Admin Breadcrumbs
 */
/* line 102, ../sass/components/_navigation.scss */
.breadcrumb {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none; }
  /* line 13, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/toolkit-2.10.2/stylesheets/toolkit/_clearfix.scss */
  .breadcrumb:after {
    content: "";
    display: table;
    clear: both; }
  /* line 108, ../sass/components/_navigation.scss */
  .breadcrumb li {
    float: left;
    font-size: 13px;
    font-size: 0.8125rem; }
    /* line 111, ../sass/components/_navigation.scss */
    .breadcrumb li:after {
      content: "";
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      padding: 0 5px;
      color: #6b7e8d; }
  /* line 117, ../sass/components/_navigation.scss */
  .breadcrumb li:last-child:after {
    content: '';
    padding: 0; }

/* line 123, ../sass/components/_navigation.scss */
.overlay .breadcrumb {
  display: none; }

@media only screen and (min-width: 48em) {
  /* line 132, ../sass/components/_navigation.scss */
  .l-region--navigation .block--superfish {
    min-height: 41px;
    padding: 0; }
    /* line 136, ../sass/components/_navigation.scss */
    .l-region--navigation .block--superfish .sf-horizontal {
      display: block; }
    /* line 137, ../sass/components/_navigation.scss */
    .l-region--navigation .block--superfish .sf-accordion-toggle {
      display: none; }
    /* line 140, ../sass/components/_navigation.scss */
    .l-region--navigation .block--superfish #menu-990-1,
    .l-region--navigation .block--superfish #menu-991-1,
    .l-region--navigation .block--superfish #menu-992-1,
    .l-region--navigation .block--superfish #menu-993-1,
    .l-region--navigation .block--superfish #menu-990-2,
    .l-region--navigation .block--superfish #menu-991-2,
    .l-region--navigation .block--superfish #menu-992-2,
    .l-region--navigation .block--superfish #menu-993-2 {
      display: none; }
    /* line 151, ../sass/components/_navigation.scss */
    .l-region--navigation .block--superfish .sf-menu li:hover > ul,
    .l-region--navigation .block--superfish .sf-menu li.sfHover > ul {
      left: 0;
      top: 2.6em; }
    /* line 157, ../sass/components/_navigation.scss */
    .l-region--navigation .block--superfish .sf-main-menu {
      margin: 0;
      padding: 0; }
      /* line 162, ../sass/components/_navigation.scss */
      .l-region--navigation .block--superfish .sf-main-menu li.sf-depth-1 {
        padding-right: 21px; }
      /* line 163, ../sass/components/_navigation.scss */
      .l-region--navigation .block--superfish .sf-main-menu li.sf-depth-1.first {
        display: none; }
      /* line 167, ../sass/components/_navigation.scss */
      .l-region--navigation .block--superfish .sf-main-menu a.sf-depth-1 {
        display: block;
        padding: 12px 0;
        font-size: 15px;
        font-size: 0.9375rem;
        color: #fff;
        font-weight: 600;
        text-decoration: none;
        line-height: 1;
        border-bottom: 2px solid #1a2c3f; }
      /* line 177, ../sass/components/_navigation.scss */
      .l-region--navigation .block--superfish .sf-main-menu a.sf-depth-1:hover,
      .l-region--navigation .block--superfish .sf-main-menu .active-trail a.sf-depth-1 {
        text-decoration: none;
        border-bottom: 2px solid #fff; }
      /* line 182, ../sass/components/_navigation.scss */
      .l-region--navigation .block--superfish .sf-main-menu .sf-clone-parent a.sf-depth-1 {
        border-bottom: none; }
      /* line 185, ../sass/components/_navigation.scss */
      .l-region--navigation .block--superfish .sf-main-menu .sf-clone-parenta.sf-depth-1:hover,
      .l-region--navigation .block--superfish .sf-main-menu .active-trail .sf-clone-parent a.sf-depth-1 {
        text-decoration: none;
        border-bottom: none; }
      /* line 192, ../sass/components/_navigation.scss */
      .l-region--navigation .block--superfish .sf-main-menu li.sf-depth-1 ul {
        background: #68869e;
        padding: 6px 0; }
        /* line 196, ../sass/components/_navigation.scss */
        .l-region--navigation .block--superfish .sf-main-menu li.sf-depth-1 ul a {
          display: block;
          margin: 5px 0;
          padding: 5px 10px;
          color: #fff;
          text-decoration: none; }
        /* line 203, ../sass/components/_navigation.scss */
        .l-region--navigation .block--superfish .sf-main-menu li.sf-depth-1 ul a:hover,
        .l-region--navigation .block--superfish .sf-main-menu li.sf-depth-1 ul .active-trail a {
          background: #9da374;
          text-decoration: none; }
        /* line 208, ../sass/components/_navigation.scss */
        .l-region--navigation .block--superfish .sf-main-menu li.sf-depth-1 ul .active-trail a {
          font-weight: 600; } }
@media only screen and (min-width: 57em) {
  /* line 233, ../sass/components/_navigation.scss */
  .l-region--navigation .block--superfish #menu-996-1,
  .l-region--navigation .block--superfish #menu-996-2 {
    display: none; }
  /* line 241, ../sass/components/_navigation.scss */
  .l-region--navigation .block--superfish .sf-main-menu #menu-643-1 {
    padding-right: 0; }
  /* line 243, ../sass/components/_navigation.scss */
  .l-region--navigation .block--superfish .sf-main-menu a.sf-depth-1 {
    font-size: 16px;
    font-size: 1rem; }

  /* line 255, ../sass/components/_navigation.scss */
  .l-region--navigation .block--gtranslate {
    display: block;
    float: right;
    padding-top: 6px;
    padding-right: 6px; }

  /**
   * Front End - Profile Mobile Menu
   */
  /* line 266, ../sass/components/_navigation.scss */
  .tabs-mobile-menu {
    display: none; } }
/* line 279, ../sass/components/_navigation.scss */
.not-responsive .l-region--navigation .block--superfish {
  padding: 0; }
  /* line 283, ../sass/components/_navigation.scss */
  .not-responsive .l-region--navigation .block--superfish #menu-990-1,
  .not-responsive .l-region--navigation .block--superfish #menu-991-1,
  .not-responsive .l-region--navigation .block--superfish #menu-992-1,
  .not-responsive .l-region--navigation .block--superfish #menu-993-1,
  .not-responsive .l-region--navigation .block--superfish #menu-996-1,
  .not-responsive .l-region--navigation .block--superfish #menu-990-2,
  .not-responsive .l-region--navigation .block--superfish #menu-991-2,
  .not-responsive .l-region--navigation .block--superfish #menu-992-2,
  .not-responsive .l-region--navigation .block--superfish #menu-993-2,
  .not-responsive .l-region--navigation .block--superfish #menu-996-2 {
    display: none; }
  /* line 296, ../sass/components/_navigation.scss */
  .not-responsive .l-region--navigation .block--superfish .sf-menu li:hover > ul,
  .not-responsive .l-region--navigation .block--superfish .sf-menu li.sfHover > ul {
    left: 0;
    top: 2.6em; }
  /* line 302, ../sass/components/_navigation.scss */
  .not-responsive .l-region--navigation .block--superfish .sf-main-menu {
    margin: 0;
    padding: 0; }
    /* line 307, ../sass/components/_navigation.scss */
    .not-responsive .l-region--navigation .block--superfish .sf-main-menu li.sf-depth-1 {
      padding-right: 28px; }
    /* line 308, ../sass/components/_navigation.scss */
    .not-responsive .l-region--navigation .block--superfish .sf-main-menu li.sf-depth-1.first {
      display: none; }
    /* line 310, ../sass/components/_navigation.scss */
    .not-responsive .l-region--navigation .block--superfish .sf-main-menu #menu-643-1 {
      padding-right: 0; }
    /* line 312, ../sass/components/_navigation.scss */
    .not-responsive .l-region--navigation .block--superfish .sf-main-menu a.sf-depth-1 {
      display: block;
      padding: 12px 0;
      font-size: 16px;
      font-size: 1rem;
      color: #fff;
      font-weight: 600;
      text-decoration: none;
      line-height: 1;
      border-bottom: 2px solid #1a2c3f; }
    /* line 322, ../sass/components/_navigation.scss */
    .not-responsive .l-region--navigation .block--superfish .sf-main-menu a.sf-depth-1:hover,
    .not-responsive .l-region--navigation .block--superfish .sf-main-menu .active-trail a.sf-depth-1 {
      text-decoration: none;
      border-bottom: 2px solid #fff; }
    /* line 329, ../sass/components/_navigation.scss */
    .not-responsive .l-region--navigation .block--superfish .sf-main-menu li.sf-depth-1 ul {
      background: #68869e;
      padding: 6px 0; }
      /* line 333, ../sass/components/_navigation.scss */
      .not-responsive .l-region--navigation .block--superfish .sf-main-menu li.sf-depth-1 ul a {
        display: block;
        padding: 6px;
        color: #fff;
        text-decoration: none; }
      /* line 339, ../sass/components/_navigation.scss */
      .not-responsive .l-region--navigation .block--superfish .sf-main-menu li.sf-depth-1 ul a:hover,
      .not-responsive .l-region--navigation .block--superfish .sf-main-menu li.sf-depth-1 ul .active-trail a {
        background: #9da374;
        text-decoration: none; }
      /* line 344, ../sass/components/_navigation.scss */
      .not-responsive .l-region--navigation .block--superfish .sf-main-menu li.sf-depth-1 ul .active-trail a {
        font-weight: 600; }

/* line 361, ../sass/components/_navigation.scss */
#block-gtranslate-gtranslate h2.block__title {
  display: none; }

/**
 * Overlay Styles
 */
/* line 11, ../sass/components/_overlay.scss */
body.overlay {
  /**
   * Add/Edit Indicator
   */ }
  /* line 13, ../sass/components/_overlay.scss */
  body.overlay #overlay {
    max-width: 57em; }
  /* line 17, ../sass/components/_overlay.scss */
  body.overlay #overlay-tabs {
    display: none; }
  /* line 19, ../sass/components/_overlay.scss */
  body.overlay #overlay-content {
    padding: 0;
    border: 2px solid #bac0ad; }
  /* line 24, ../sass/components/_overlay.scss */
  body.overlay #overlay-title {
    display: none; }
  /* line 27, ../sass/components/_overlay.scss */
  body.overlay #overlay-close-wrapper {
    top: 2px;
    right: 57px; }
    /* line 31, ../sass/components/_overlay.scss */
    body.overlay #overlay-close-wrapper .overlay-close {
      background: #9da374 url("../images/overlay-close.png") no-repeat center center;
      width: 55px;
      height: 55px; }
  /* line 39, ../sass/components/_overlay.scss */
  body.overlay .l-page {
    background: none; }
  /* line 43, ../sass/components/_overlay.scss */
  body.overlay .header-wrapper,
  body.overlay .navigation-wrapper,
  body.overlay .background-image,
  body.overlay .l-bottom,
  body.overlay .l-footer {
    display: none; }
  /* line 51, ../sass/components/_overlay.scss */
  body.overlay .l-main {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0; }
  /* line 57, ../sass/components/_overlay.scss */
  body.overlay .page-title {
    background: #8a9067;
    padding: 12px 75px 14px 20px;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 600; }
  /* line 65, ../sass/components/_overlay.scss */
  body.overlay .content-inner {
    background: none;
    border: none; }
  /* line 76, ../sass/components/_overlay.scss */
  body.overlay .indicator-form .form-item-year,
  body.overlay .indicator-form .field-name-field-performance-indicators-ref,
  body.overlay .indicator-form .field-name-field-fip-profile-reference {
    display: none; }
  /* line 82, ../sass/components/_overlay.scss */
  body.overlay .indicator-form input[type="submit"] {
    font-weight: 600; }

/* line 94, ../sass/components/_overlay.scss */
body.overlay.page-indicators h3 {
  font-size: 16px;
  font-size: 1rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600; }
/* line 100, ../sass/components/_overlay.scss */
body.overlay.page-indicators .indicator-year-data {
  margin-bottom: 20px; }
  /* line 103, ../sass/components/_overlay.scss */
  body.overlay.page-indicators .indicator-year-data h2,
  body.overlay.page-indicators .indicator-year-data .year-val,
  body.overlay.page-indicators .indicator-year-data .project-id {
    display: none; }
  /* line 109, ../sass/components/_overlay.scss */
  body.overlay.page-indicators .indicator-year-data .content > div {
    margin-bottom: 20px; }
  /* line 110, ../sass/components/_overlay.scss */
  body.overlay.page-indicators .indicator-year-data .content > div:last-child {
    margin-bottom: 0; }
/* line 113, ../sass/components/_overlay.scss */
body.overlay.page-indicators .indicator-year-data:last-child {
  margin-bottom: 0; }

/**
 * Profile Display Tabs
 */
/**
 * Overview tab
 */
/* line 16, ../sass/components/_profile-display.scss */
.node-type-fip-profile .content-first > div:nth-child(even) {
  background: #eee; }
/* line 20, ../sass/components/_profile-display.scss */
.node-type-fip-profile .content-first > div:last-child {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px; }
/* line 25, ../sass/components/_profile-display.scss */
.node-type-fip-profile .field--label-colon {
  display: none; }
/* line 29, ../sass/components/_profile-display.scss */
.node-type-fip-profile .block--fip-wf-comments-fip-block-comment-link {
  border: 1px solid #ccc;
  padding: 10px;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  background: #408dce; }
  /* line 36, ../sass/components/_profile-display.scss */
  .node-type-fip-profile .block--fip-wf-comments-fip-block-comment-link a {
    color: #fff; }
/* line 41, ../sass/components/_profile-display.scss */
.node-type-fip-profile .field,
.node-type-fip-profile .field-group-div {
  padding: 16px 20px;
  border: 1px solid #ccc;
  border-bottom: none; }
/* line 48, ../sass/components/_profile-display.scss */
.node-type-fip-profile .field-group-div .field,
.node-type-fip-profile .field--type-field-collection .field,
.node-type-fip-profile .field-collection-container,
.node-type-fip-profile .field-collection-view,
.node-type-fip-profile .field-collection-description {
  margin: 0;
  padding: 0;
  border: none; }
/* line 60, ../sass/components/_profile-display.scss */
.node-type-fip-profile .field--name-body .field__items p:last-child,
.node-type-fip-profile .field--name-body .fip-description-full p:last-child {
  margin-bottom: .3em; }
/* line 65, ../sass/components/_profile-display.scss */
.node-type-fip-profile .field--name-body .toggle {
  text-align: center;
  text-transform: uppercase;
  color: #8a9067;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  cursor: pointer; }
  /* line 73, ../sass/components/_profile-display.scss */
  .node-type-fip-profile .field--name-body .toggle .fa {
    font-size: 14px;
    font-size: 0.875rem; }
/* line 79, ../sass/components/_profile-display.scss */
.node-type-fip-profile .field__item {
  margin-bottom: 10px; }
/* line 83, ../sass/components/_profile-display.scss */
.node-type-fip-profile .field__item:last-child {
  margin-bottom: 0; }
/* line 87, ../sass/components/_profile-display.scss */
.node-type-fip-profile .prospective-fip-intro {
  margin-bottom: 20px;
  border: 1px solid #ccc;
  background-color: #fdf9bf; }
/* line 93, ../sass/components/_profile-display.scss */
.node-type-fip-profile .comprehensive-fip-intro,
.node-type-fip-profile .in-full-assessment-intro {
  margin-bottom: 20px;
  border: 1px solid #ccc;
  background-color: #5b9bd5;
  color: white; }
  /* line 99, ../sass/components/_profile-display.scss */
  .node-type-fip-profile .comprehensive-fip-intro h2,
  .node-type-fip-profile .comprehensive-fip-intro a,
  .node-type-fip-profile .in-full-assessment-intro h2,
  .node-type-fip-profile .in-full-assessment-intro a {
    color: white; }
/* line 105, ../sass/components/_profile-display.scss */
.node-type-fip-profile .action-links-field-collection-add,
.node-type-fip-profile .field-collection-view-links {
  display: none; }
/* line 111, ../sass/components/_profile-display.scss */
.node-type-fip-profile .group-start-end-dates .description {
  margin: 0; }
/* line 115, ../sass/components/_profile-display.scss */
.node-type-fip-profile .group-start-end-dates .field--name-field-project-dates-start {
  display: inline-block; }
  /* line 118, ../sass/components/_profile-display.scss */
  .node-type-fip-profile .group-start-end-dates .field--name-field-project-dates-start .field__item span:after {
    content: " -"; }
/* line 123, ../sass/components/_profile-display.scss */
.node-type-fip-profile .group-start-end-dates .field--name-field-project-dates-end {
  display: inline-block; }
/* line 128, ../sass/components/_profile-display.scss */
.node-type-fip-profile .field.field--name-field-last-prog-report-reviewed,
.node-type-fip-profile .field.field--name-field-last-independent-audit {
  margin-bottom: 15px; }
/* line 138, ../sass/components/_profile-display.scss */
.node-type-fip-profile .field--name-field-species-common > .field__label {
  margin-bottom: .5em; }
/* line 142, ../sass/components/_profile-display.scss */
.node-type-fip-profile .field--name-field-species-common > .field__items > .field__item {
  padding: 12px 15px;
  border: 1px solid #ccc; }
/* line 148, ../sass/components/_profile-display.scss */
.node-type-fip-profile .field.field--name-field-species,
.node-type-fip-profile .field.field--name-field-scientific-name {
  margin-bottom: .5em; }
/* line 153, ../sass/components/_profile-display.scss */
.node-type-fip-profile .field--name-field-scientific-name .field__items {
  font-style: italic; }
/* line 158, ../sass/components/_profile-display.scss */
.node-type-fip-profile .group-fao-area fieldset {
  margin-top: 1em; }
  /* line 161, ../sass/components/_profile-display.scss */
  .node-type-fip-profile .group-fao-area fieldset .fieldset-wrapper {
    padding-left: 20px; }
  /* line 165, ../sass/components/_profile-display.scss */
  .node-type-fip-profile .group-fao-area fieldset .field--name-field-country .field__item:last-child,
  .node-type-fip-profile .group-fao-area fieldset .field--name-field-additional-attributes .field__item:last-child {
    margin-bottom: 10px; }
/* line 173, ../sass/components/_profile-display.scss */
.node-type-fip-profile .group-volume .field {
  padding-left: 20px; }
/* line 177, ../sass/components/_profile-display.scss */
.node-type-fip-profile .group-volume .field--name-field-volume {
  margin-bottom: 10px; }
/* line 182, ../sass/components/_profile-display.scss */
.node-type-fip-profile .utility-buttons {
  display: none; }
/* line 186, ../sass/components/_profile-display.scss */
.node-type-fip-profile .fip-stats {
  border: 1px solid #68869e; }
/* line 190, ../sass/components/_profile-display.scss */
.node-type-fip-profile .fip-stats-subtitle {
  background: #68869e;
  margin: 0;
  padding: 12px 15px;
  font-weight: 600;
  color: #fff; }
/* line 198, ../sass/components/_profile-display.scss */
.node-type-fip-profile .fip-stats__inner {
  padding: 15px; }
  /* line 201, ../sass/components/_profile-display.scss */
  .node-type-fip-profile .fip-stats__inner > div {
    margin-bottom: 20px; }
  /* line 205, ../sass/components/_profile-display.scss */
  .node-type-fip-profile .fip-stats__inner > div:last-child {
    margin-bottom: 0; }
  /* line 209, ../sass/components/_profile-display.scss */
  .node-type-fip-profile .fip-stats__inner .field {
    border: none;
    padding: 0; }
  /* line 214, ../sass/components/_profile-display.scss */
  .node-type-fip-profile .fip-stats__inner table {
    width: 100%; }
  /* line 218, ../sass/components/_profile-display.scss */
  .node-type-fip-profile .fip-stats__inner th, .node-type-fip-profile .fip-stats__inner td {
    text-align: center; }
  /* line 222, ../sass/components/_profile-display.scss */
  .node-type-fip-profile .fip-stats__inner td.filled {
    background: #9da374;
    color: #fff; }
  /* line 227, ../sass/components/_profile-display.scss */
  .node-type-fip-profile .fip-stats__inner label {
    font-weight: 600; }
  /* line 231, ../sass/components/_profile-display.scss */
  .node-type-fip-profile .fip-stats__inner label.outer {
    display: inline-block;
    margin-bottom: 8px;
    color: #9da374;
    text-transform: uppercase; }
    /* line 237, ../sass/components/_profile-display.scss */
    .node-type-fip-profile .fip-stats__inner label.outer .indicators-tracked {
      padding-left: .3em;
      font-weight: 400;
      text-transform: none;
      color: #1a2c3f;
      font-size: 15px;
      font-size: 0.9375rem; }
  /* line 246, ../sass/components/_profile-display.scss */
  .node-type-fip-profile .fip-stats__inner .link-indicators {
    float: right; }
  /* line 250, ../sass/components/_profile-display.scss */
  .node-type-fip-profile .fip-stats__inner .social-content {
    padding-left: .3em;
    font-weight: 400;
    text-transform: none;
    color: #1a2c3f;
    font-size: 15px;
    font-size: 0.9375rem; }
    /* line 256, ../sass/components/_profile-display.scss */
    .node-type-fip-profile .fip-stats__inner .social-content .view {
      display: inline-block; }
  /* line 261, ../sass/components/_profile-display.scss */
  .node-type-fip-profile .fip-stats__inner .tooltip {
    display: none; }
  /* line 266, ../sass/components/_profile-display.scss */
  .node-type-fip-profile .fip-stats__inner .fishery-status__current table {
    border: 1px solid #fff; }
    /* line 269, ../sass/components/_profile-display.scss */
    .node-type-fip-profile .fip-stats__inner .fishery-status__current table td {
      border-right: 1px solid #fff;
      border-bottom: 1px solid #fff; }
  /* line 278, ../sass/components/_profile-display.scss */
  .node-type-fip-profile .fip-stats__inner .fishery-status__initial label,
  .node-type-fip-profile .fip-stats__inner .fishery-status__initial .subtitle {
    font-size: 14px;
    font-size: 0.875rem; }
  /* line 283, ../sass/components/_profile-display.scss */
  .node-type-fip-profile .fip-stats__inner .fishery-status__initial table {
    border: 1px solid #fff; }
    /* line 286, ../sass/components/_profile-display.scss */
    .node-type-fip-profile .fip-stats__inner .fishery-status__initial table td {
      padding: 0 6px;
      border-right: 1px solid #fff;
      border-bottom: 1px solid #fff; }
  /* line 294, ../sass/components/_profile-display.scss */
  .node-type-fip-profile .fip-stats__inner .fip-progress {
    padding: 5px 0 20px;
    border-bottom: none; }
  /* line 299, ../sass/components/_profile-display.scss */
  .node-type-fip-profile .fip-stats__inner .social-field-wrapper {
    margin-bottom: 10px; }
  /* line 303, ../sass/components/_profile-display.scss */
  .node-type-fip-profile .fip-stats__inner .fip-progress__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; }
    @media (min-width: 496px) {
      /* line 303, ../sass/components/_profile-display.scss */
      .node-type-fip-profile .fip-stats__inner .fip-progress__inner {
        flex-wrap: nowrap; } }
  /* line 312, ../sass/components/_profile-display.scss */
  .node-type-fip-profile .fip-stats__inner .field--name-field-fip-progress-rating {
    width: 38%;
    padding: 0;
    border: none;
    border-right: 1px solid #68869e; }
    @media (min-width: 496px) {
      /* line 312, ../sass/components/_profile-display.scss */
      .node-type-fip-profile .fip-stats__inner .field--name-field-fip-progress-rating {
        width: 32%;
        padding: 0 16px 0 0; } }
    @media (min-width: 912px) {
      /* line 312, ../sass/components/_profile-display.scss */
      .node-type-fip-profile .fip-stats__inner .field--name-field-fip-progress-rating {
        width: 112px; } }
    /* line 325, ../sass/components/_profile-display.scss */
    .node-type-fip-profile .fip-stats__inner .field--name-field-fip-progress-rating .field__label {
      position: relative;
      z-index: 1;
      width: 76px;
      margin-bottom: 8px;
      line-height: 1.3; }
    /* line 333, ../sass/components/_profile-display.scss */
    .node-type-fip-profile .fip-stats__inner .field--name-field-fip-progress-rating .progress-grade {
      width: 112px;
      margin: 0 auto;
      padding: 6px 0 0;
      font-size: 13px;
      font-size: 0.8125rem;
      text-align: center; }
      @media (min-width: 912px) {
        /* line 333, ../sass/components/_profile-display.scss */
        .node-type-fip-profile .fip-stats__inner .field--name-field-fip-progress-rating .progress-grade {
          width: auto; } }
    /* line 344, ../sass/components/_profile-display.scss */
    .node-type-fip-profile .fip-stats__inner .field--name-field-fip-progress-rating .progress-grade__letter {
      font-family: "FiraSansCondensed", Arial, Helvetica, sans-serif;
      font-size: 120px;
      font-size: 7.5rem;
      font-weight: 500;
      line-height: .8;
      text-align: center; }
    /* line 352, ../sass/components/_profile-display.scss */
    .node-type-fip-profile .fip-stats__inner .field--name-field-fip-progress-rating .progress-grade__explanation {
      font-family: "FiraSansCondensed", Arial, Helvetica, sans-serif;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.1;
      text-align: center;
      text-transform: uppercase; }
    /* line 360, ../sass/components/_profile-display.scss */
    .node-type-fip-profile .fip-stats__inner .field--name-field-fip-progress-rating .progress-grade__explanation.rating-no {
      display: inline-block;
      max-width: 80px;
      margin-top: 2.5em; }
  /* line 370, ../sass/components/_profile-display.scss */
  .node-type-fip-profile .fip-stats__inner .actions_complete_pie_chart {
    position: relative;
    width: 171px;
    padding: 0 16px; }
    @media (min-width: 496px) {
      /* line 370, ../sass/components/_profile-display.scss */
      .node-type-fip-profile .fip-stats__inner .actions_complete_pie_chart {
        border-right: 1px solid #68869e; } }
    /* line 378, ../sass/components/_profile-display.scss */
    .node-type-fip-profile .fip-stats__inner .actions_complete_pie_chart .field__label {
      width: 120px;
      margin-bottom: 8px;
      line-height: 1.3; }
    /* line 384, ../sass/components/_profile-display.scss */
    .node-type-fip-profile .fip-stats__inner .actions_complete_pie_chart #piechart {
      position: relative;
      left: -16px; }
    /* line 389, ../sass/components/_profile-display.scss */
    .node-type-fip-profile .fip-stats__inner .actions_complete_pie_chart .legend {
      position: relative;
      left: -10px;
      bottom: 6px;
      display: flex;
      justify-content: space-between;
      width: 150px;
      margin: 0;
      padding: 0;
      list-style: none;
      font-size: 11px;
      font-size: 0.6875rem; }
      /* line 401, ../sass/components/_profile-display.scss */
      .node-type-fip-profile .fip-stats__inner .actions_complete_pie_chart .legend .complete:before {
        content: url("../images/icon-legend-complete.svg");
        padding-right: 4px; }
      /* line 406, ../sass/components/_profile-display.scss */
      .node-type-fip-profile .fip-stats__inner .actions_complete_pie_chart .legend .incomplete:before {
        content: url("../images/icon-legend-incomplete.svg");
        padding-right: 4px; }
  /* line 416, ../sass/components/_profile-display.scss */
  .node-type-fip-profile .fip-stats__inner .progress-dates {
    display: flex;
    width: 100%;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #68869e; }
    @media (min-width: 496px) {
      /* line 416, ../sass/components/_profile-display.scss */
      .node-type-fip-profile .fip-stats__inner .progress-dates {
        flex-direction: column;
        width: 32%;
        padding-left: 16px;
        margin-top: 0;
        padding-top: 0;
        border-top: none; } }
    @media (min-width: 912px) {
      /* line 416, ../sass/components/_profile-display.scss */
      .node-type-fip-profile .fip-stats__inner .progress-dates {
        width: auto; } }
    /* line 434, ../sass/components/_profile-display.scss */
    .node-type-fip-profile .fip-stats__inner .progress-dates .field__label {
      width: 100px;
      margin-bottom: 4px; }
    /* line 439, ../sass/components/_profile-display.scss */
    .node-type-fip-profile .fip-stats__inner .progress-dates .date-item {
      text-transform: uppercase; }
    /* line 443, ../sass/components/_profile-display.scss */
    .node-type-fip-profile .fip-stats__inner .progress-dates .field_next_progress_report_due {
      width: 48%;
      margin-right: 16px;
      border-right: 1px solid #68869e; }
      @media (min-width: 496px) {
        /* line 443, ../sass/components/_profile-display.scss */
        .node-type-fip-profile .fip-stats__inner .progress-dates .field_next_progress_report_due {
          width: 100%;
          margin-bottom: 16px;
          margin-right: 0;
          padding-bottom: 16px;
          border-bottom: 1px solid #68869e;
          border-right: none; } }
    /* line 457, ../sass/components/_profile-display.scss */
    .node-type-fip-profile .fip-stats__inner .progress-dates .overdue {
      color: #ef4035; }
  /* line 463, ../sass/components/_profile-display.scss */
  .node-type-fip-profile .fip-stats__inner .impacts-wrapper a {
    display: inline-block; }
  /* line 468, ../sass/components/_profile-display.scss */
  .node-type-fip-profile .fip-stats__inner .impact {
    display: inline-block;
    width: 68px;
    margin-right: 2px;
    padding: 8px 4px 7px;
    white-space: nowrap;
    font-family: "FiraSansCondensed", Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1;
    border-radius: 3px;
    background-color: #999; }
    /* line 486, ../sass/components/_profile-display.scss */
    .node-type-fip-profile .fip-stats__inner .impact:last-child {
      margin-right: 0; }
  /* line 491, ../sass/components/_profile-display.scss */
  .node-type-fip-profile .fip-stats__inner .impact.social, .node-type-fip-profile .fip-stats__inner .impact.traceability, .node-type-fip-profile .fip-stats__inner .impact.iuu, .node-type-fip-profile .fip-stats__inner .impact.ecosystem, .node-type-fip-profile .fip-stats__inner .impact.other, .node-type-fip-profile .fip-stats__inner .impact.roundtable {
    background-color: #9fa279; }
    /* line 494, ../sass/components/_profile-display.scss */
    .node-type-fip-profile .fip-stats__inner .impact.social:hover, .node-type-fip-profile .fip-stats__inner .impact.traceability:hover, .node-type-fip-profile .fip-stats__inner .impact.iuu:hover, .node-type-fip-profile .fip-stats__inner .impact.ecosystem:hover, .node-type-fip-profile .fip-stats__inner .impact.other:hover, .node-type-fip-profile .fip-stats__inner .impact.roundtable:hover {
      background-color: #777a55; }
  /* line 501, ../sass/components/_profile-display.scss */
  .node-type-fip-profile .fip-stats__inner .additional-impacts .field__label {
    display: block; }
  /* line 507, ../sass/components/_profile-display.scss */
  .node-type-fip-profile .fip-stats__inner .social-section-break {
    width: 100%;
    border-bottom: 1px solid #68869e; }
  /* line 512, ../sass/components/_profile-display.scss */
  .node-type-fip-profile .fip-stats__inner .wp-comp-label-wrapper {
    display: block; }
  /* line 516, ../sass/components/_profile-display.scss */
  .node-type-fip-profile .fip-stats__inner .wp-comp {
    padding-bottom: 5px;
    padding-right: 5px;
    display: inline-block; }
    /* line 521, ../sass/components/_profile-display.scss */
    .node-type-fip-profile .fip-stats__inner .wp-comp .wp-comp-even,
    .node-type-fip-profile .fip-stats__inner .wp-comp .wp-comp-odd {
      display: inline-block;
      margin-right: 2px;
      padding: 8px 4px 7px;
      border-bottom: 10px;
      white-space: nowrap;
      font-family: "FiraSansCondensed", Arial, Helvetica, sans-serif;
      font-size: 12px;
      font-size: 0.75rem;
      color: #fff;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      line-height: 1;
      border-radius: 3px;
      background-color: #80acb4; }
      /* line 538, ../sass/components/_profile-display.scss */
      .node-type-fip-profile .fip-stats__inner .wp-comp .wp-comp-even:last-child,
      .node-type-fip-profile .fip-stats__inner .wp-comp .wp-comp-odd:last-child {
        margin-right: 0; }
      /* line 542, ../sass/components/_profile-display.scss */
      .node-type-fip-profile .fip-stats__inner .wp-comp .wp-comp-even:hover,
      .node-type-fip-profile .fip-stats__inner .wp-comp .wp-comp-odd:hover {
        background-color: #568892; }
/* line 551, ../sass/components/_profile-display.scss */
.node-type-fip-profile .fip-id-number {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 15px; }
  /* line 557, ../sass/components/_profile-display.scss */
  .node-type-fip-profile .fip-id-number .tooltip {
    display: none; }
/* line 564, ../sass/components/_profile-display.scss */
.node-type-fip-profile .fip-contact-info {
  background: #eee;
  margin-top: 20px;
  border: 1px solid #ccc; }
  /* line 570, ../sass/components/_profile-display.scss */
  .node-type-fip-profile .fip-contact-info .fip-contact-inner {
    padding: 15px; }
  /* line 574, ../sass/components/_profile-display.scss */
  .node-type-fip-profile .fip-contact-info .field__item {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc; }
  /* line 579, ../sass/components/_profile-display.scss */
  .node-type-fip-profile .fip-contact-info .field__item:last-child {
    padding-bottom: 0;
    border-bottom: none; }
  /* line 584, ../sass/components/_profile-display.scss */
  .node-type-fip-profile .fip-contact-info .description {
    display: none; }
  /* line 588, ../sass/components/_profile-display.scss */
  .node-type-fip-profile .fip-contact-info .field--name-field-fip-leads {
    padding: 0;
    border: none; }
  /* line 593, ../sass/components/_profile-display.scss */
  .node-type-fip-profile .fip-contact-info .field {
    margin-bottom: 10px; }
  /* line 597, ../sass/components/_profile-display.scss */
  .node-type-fip-profile .fip-contact-info .field:last-child {
    margin-bottom: 0; }
/* line 603, ../sass/components/_profile-display.scss */
.node-type-fip-profile .field--name-field-expiration-date {
  border: 1px solid #ccc;
  margin-top: 2em; }
/* line 609, ../sass/components/_profile-display.scss */
.node-type-fip-profile .field-collection-item-field-species-common {
  display: inline-block;
  white-space: nowrap; }
/* line 619, ../sass/components/_profile-display.scss */
.node-type-fip-profile .field--name-field-species-name-info {
  display: inline-block;
  white-space: normal;
  vertical-align: middle;
  width: 50%; }
/* line 626, ../sass/components/_profile-display.scss */
.node-type-fip-profile .field--name-field-species-buying-guide-info {
  display: inline-block;
  white-space: normal;
  vertical-align: middle;
  width: 50%; }
  /* line 632, ../sass/components/_profile-display.scss */
  .node-type-fip-profile .field--name-field-species-buying-guide-info .field__value {
    font-style: italic; }
  /* line 638, ../sass/components/_profile-display.scss */
  .node-type-fip-profile .field--name-field-species-buying-guide-info .field--name-field-buying-guide-image .field__label,
  .node-type-fip-profile .field--name-field-species-buying-guide-info .field--name-field-buying-guide-link .field__label {
    display: none; }
  /* line 643, ../sass/components/_profile-display.scss */
  .node-type-fip-profile .field--name-field-species-buying-guide-info .field--name-field-buying-guide-link {
    text-align: center;
    font-weight: bold; }
/* line 650, ../sass/components/_profile-display.scss */
.node-type-fip-profile .allegation-banner {
  color: white;
  background: #ef4035;
  width: 100%;
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 10px;
  padding: 10px; }
  /* line 659, ../sass/components/_profile-display.scss */
  .node-type-fip-profile .allegation-banner .allegation-block {
    display: inline-block;
    white-space: normal;
    vertical-align: middle; }
  /* line 665, ../sass/components/_profile-display.scss */
  .node-type-fip-profile .allegation-banner .allegation-banner-icon-area {
    width: 10%;
    text-align: center; }
    /* line 669, ../sass/components/_profile-display.scss */
    .node-type-fip-profile .allegation-banner .allegation-banner-icon-area .allegation-banner-icon {
      content: url("../images/infobubble_white_info.png");
      width: 50px;
      margin-left: -10px; }
  /* line 676, ../sass/components/_profile-display.scss */
  .node-type-fip-profile .allegation-banner .allegation-banner-text {
    display: inline-block;
    width: 90%; }
    /* line 681, ../sass/components/_profile-display.scss */
    .node-type-fip-profile .allegation-banner .allegation-banner-text p {
      word-wrap: break-word;
      margin-bottom: 0px; }
/* line 690, ../sass/components/_profile-display.scss */
.node-type-fip-profile .view-fip-profile-reason-for-inactivity {
  background-color: #5b9bd5;
  padding: 1em;
  margin-bottom: 1em;
  color: white;
  overflow: hidden; }
  /* line 696, ../sass/components/_profile-display.scss */
  .node-type-fip-profile .view-fip-profile-reason-for-inactivity ul {
    margin-block-start: 5px;
    margin-block-end: 5px;
    padding-inline-start: 20px;
    display: flex;
    flex-flow: column wrap; }
    @media (min-width: 1024px) {
      /* line 696, ../sass/components/_profile-display.scss */
      .node-type-fip-profile .view-fip-profile-reason-for-inactivity ul {
        max-height: 150px; }
        /* line 704, ../sass/components/_profile-display.scss */
        .node-type-fip-profile .view-fip-profile-reason-for-inactivity ul li.half {
          width: 48%; } }

/**
 * Additional Info tab
 */
/* line 721, ../sass/components/_profile-display.scss */
.page-node-info .content-inner {
  padding: 10px 10px 30px; }
/* line 725, ../sass/components/_profile-display.scss */
.page-node-info h2.page-subtitle {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: .5em; }
/* line 731, ../sass/components/_profile-display.scss */
.page-node-info fieldset {
  margin-bottom: 20px;
  padding: 10px 10px 10px; }
  /* line 735, ../sass/components/_profile-display.scss */
  .page-node-info fieldset legend {
    padding: 0 6px;
    font-weight: 600; }
/* line 741, ../sass/components/_profile-display.scss */
.page-node-info .tooltip {
  display: none; }
/* line 745, ../sass/components/_profile-display.scss */
.page-node-info .participant {
  margin-bottom: 1em;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc; }
/* line 751, ../sass/components/_profile-display.scss */
.page-node-info .participant:last-child {
  margin-bottom: 0;
  border-bottom: 0px; }
/* line 757, ../sass/components/_profile-display.scss */
.page-node-info .documents .toggle-group:nth-child(even),
.page-node-info .engagement .toggle-group:nth-child(even),
.page-node-info .addtl-impacts .toggle-group:nth-child(even) {
  background: #eee; }
/* line 763, ../sass/components/_profile-display.scss */
.page-node-info .toggle-group {
  position: relative;
  padding: 10px 36px 10px 10px;
  border: 1px solid #ccc;
  border-bottom: none; }
  /* line 769, ../sass/components/_profile-display.scss */
  .page-node-info .toggle-group:last-child {
    border-bottom: 1px solid #ccc; }
  /* line 773, ../sass/components/_profile-display.scss */
  .page-node-info .toggle-group .toggle-group-content {
    padding: 0;
    list-style: none; }
  /* line 778, ../sass/components/_profile-display.scss */
  .page-node-info .toggle-group .toggle {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 24px;
    font-size: 1.5rem;
    color: #8a9067;
    cursor: pointer; }
  /* line 787, ../sass/components/_profile-display.scss */
  .page-node-info .toggle-group label {
    font-weight: 600; }
/* line 793, ../sass/components/_profile-display.scss */
.page-node-info .toggle-group-content a {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; }
/* line 797, ../sass/components/_profile-display.scss */
.page-node-info .documents .toggle-group li a {
  display: block;
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; }
/* line 802, ../sass/components/_profile-display.scss */
.page-node-info .engagement .toggle-group-content a {
  display: inline;
  white-space: inherit;
  overflow: inherit;
  text-overflow: inherit; }
/* line 810, ../sass/components/_profile-display.scss */
.page-node-info .engagement .description,
.page-node-info .engagement .deadline,
.page-node-info .engagement .get-involved {
  margin: 20px 0; }

/**
 * Improvement Progress tab
 */
/* line 827, ../sass/components/_profile-display.scss */
.page-node-improvement .block--block-6 {
  display: block; }
/* line 831, ../sass/components/_profile-display.scss */
.page-node-improvement .indicators-page {
  display: none; }

/**
 * Actions Progress tab
 */
/* line 845, ../sass/components/_profile-display.scss */
.page-node-actions-progress .views-field-field-action-end-date,
.page-node-actions-progress .views-field-field-action-actual-result {
  text-align: center; }
/* line 850, ../sass/components/_profile-display.scss */
.page-node-actions-progress .action.title a {
  font-weight: 600;
  pointer-events: none;
  color: #1a2c3f;
  text-decoration: none; }
/* line 857, ../sass/components/_profile-display.scss */
.page-node-actions-progress .associated-actions {
  display: none; }
/* line 862, ../sass/components/_profile-display.scss */
.page-node-actions-progress .views-field-field-relavent-performance-indic,
.page-node-actions-progress .views-field-field-action-milestones,
.page-node-actions-progress .views-field-field-action-actual-result {
  display: none; }

/**
 * Actions Detail overlay
 */
/* line 878, ../sass/components/_profile-display.scss */
.page-action.node-type-action .field {
  margin-bottom: 1.3em; }
/* line 882, ../sass/components/_profile-display.scss */
.page-action.node-type-action .tooltip {
  display: none; }
/* line 886, ../sass/components/_profile-display.scss */
.page-action.node-type-action .field-collection-container {
  position: relative;
  border: none; }
  /* line 890, ../sass/components/_profile-display.scss */
  .page-action.node-type-action .field-collection-container .field {
    margin: 0; }
  /* line 894, ../sass/components/_profile-display.scss */
  .page-action.node-type-action .field-collection-container .field--type-field-collection {
    padding-top: 10px; }
  /* line 898, ../sass/components/_profile-display.scss */
  .page-action.node-type-action .field-collection-container .field-collection-view {
    margin-bottom: 10px;
    padding-top: 0;
    border: none; }
  /* line 904, ../sass/components/_profile-display.scss */
  .page-action.node-type-action .field-collection-container .field--type-field-collection > .field__label {
    position: absolute;
    top: -0.8em;
    left: 0.6em;
    background: #fff;
    padding: 0 6px; }
  /* line 912, ../sass/components/_profile-display.scss */
  .page-action.node-type-action .field-collection-container .field-collection-view-links,
  .page-action.node-type-action .field-collection-container .action-links-field-collection-add {
    display: none; }
/* line 918, ../sass/components/_profile-display.scss */
.page-action.node-type-action .field--name-field-action-start-date,
.page-action.node-type-action .field--name-field-action-end-date {
  float: left;
  margin-right: 40px; }
/* line 925, ../sass/components/_profile-display.scss */
.page-action.node-type-action .cols-4 {
  width: auto;
  float: none;
  margin-right: 0px; }
/* line 933, ../sass/components/_profile-display.scss */
.page-action.node-type-action .group-action-dates .field--name-field-action-removed {
  display: block;
  clear: left; }

/**
 * Red Indicator Progress tab
 */
/* line 949, ../sass/components/_profile-display.scss */
.page-node-red-indicator .actions-table table {
  width: 100%; }
/* line 953, ../sass/components/_profile-display.scss */
.page-node-red-indicator .actions-table th:first-child {
  width: 30%; }
/* line 957, ../sass/components/_profile-display.scss */
.page-node-red-indicator .actions-table td a {
  pointer-events: none;
  color: #1a2c3f;
  text-decoration: none; }
/* line 963, ../sass/components/_profile-display.scss */
.page-node-red-indicator .actions-table td:first-child,
.page-node-red-indicator .actions-table td:first-child a {
  color: #ef4035; }
/* line 968, ../sass/components/_profile-display.scss */
.page-node-red-indicator .actions-table .action-group {
  margin: .5em 0 1em; }
/* line 972, ../sass/components/_profile-display.scss */
.page-node-red-indicator .actions-table .action-group:last-child {
  margin-bottom: .5em; }
/* line 976, ../sass/components/_profile-display.scss */
.page-node-red-indicator .actions-table .date,
.page-node-red-indicator .actions-table .status {
  margin-left: 1em; }
/* line 983, ../sass/components/_profile-display.scss */
.page-node-red-indicator .no-results-text {
  padding: 3px 6px;
  font-style: italic;
  border: 1px solid #bac0ad; }

@media only screen and (min-width: 48em) {
  /**
   * Additional Info tab
   */
  /* line 1004, ../sass/components/_profile-display.scss */
  .page-node-info .content-inner {
    padding: 10px 20px 30px; }
  /* line 1008, ../sass/components/_profile-display.scss */
  .page-node-info h2.page-subtitle {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 1em; }
  /* line 1014, ../sass/components/_profile-display.scss */
  .page-node-info fieldset {
    padding: 10px 20px 20px; }
  /* line 1018, ../sass/components/_profile-display.scss */
  .page-node-info .toggle-group {
    padding: 15px 36px 15px 10px; }
    /* line 1021, ../sass/components/_profile-display.scss */
    .page-node-info .toggle-group li a {
      width: 600px; }
  /* line 1027, ../sass/components/_profile-display.scss */
  .page-node-info .documents .toggle-group li a {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto; }

  /**
   * Actions Progress tab
   */
  /* line 1040, ../sass/components/_profile-display.scss */
  .page-node-actions-progress .action.title a {
    font-weight: 600;
    pointer-events: auto;
    color: #68869e;
    text-decoration: underline; }
  /* line 1049, ../sass/components/_profile-display.scss */
  .page-node-actions-progress .views-field-field-action-milestones ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    /* line 1054, ../sass/components/_profile-display.scss */
    .page-node-actions-progress .views-field-field-action-milestones ul li {
      padding-bottom: 6px;
      line-height: 1.3; }
  /* line 1061, ../sass/components/_profile-display.scss */
  .page-node-actions-progress .tooltip {
    display: none;
    padding: 4px 8px 10px; }
    /* line 1065, ../sass/components/_profile-display.scss */
    .page-node-actions-progress .tooltip label {
      display: block;
      font-weight: 600; }
  /* line 1071, ../sass/components/_profile-display.scss */
  .page-node-actions-progress .views-field-field-relavent-performance-indic,
  .page-node-actions-progress .views-field-field-action-milestones,
  .page-node-actions-progress .views-field-field-action-actual-result {
    display: table-cell; }

  /**
   * Red Indicator Progress tab
   */
  /* line 1088, ../sass/components/_profile-display.scss */
  .page-node-red-indicator .actions-table td a {
    pointer-events: auto;
    color: #68869e;
    text-decoration: underline; }
  /* line 1094, ../sass/components/_profile-display.scss */
  .page-node-red-indicator .actions-table td:first-child,
  .page-node-red-indicator .actions-table td:first-child a {
    color: #ef4035; } }
@media only screen and (min-width: 57em) {
  /* line 1115, ../sass/components/_profile-display.scss */
  .page-node-description.node-type-fip-profile .content-inner .content {
    margin: 0 60px; }
    /* line 1118, ../sass/components/_profile-display.scss */
    .page-node-description.node-type-fip-profile .content-inner .content p {
      font-size: 18px;
      font-size: 1.125rem; }

  /**
   * Overview tab
   */
  /* line 1131, ../sass/components/_profile-display.scss */
  .node-type-fip-profile .content-first > div:last-child {
    margin-bottom: 0; }
  /* line 1135, ../sass/components/_profile-display.scss */
  .node-type-fip-profile .utility-buttons {
    display: flex;
    justify-content: space-between; }
    /* line 1139, ../sass/components/_profile-display.scss */
    .node-type-fip-profile .utility-buttons .follow {
      position: relative; }
      /* line 1143, ../sass/components/_profile-display.scss */
      .node-type-fip-profile .utility-buttons .follow .follow__button,
      .node-type-fip-profile .utility-buttons .follow .flag {
        display: inline-block;
        padding: 7px 8px;
        font-size: 16px;
        font-size: 1rem;
        color: #fff;
        font-weight: 600;
        line-height: 1;
        text-decoration: none;
        background: #9da374;
        border-radius: 3px; }
        /* line 1155, ../sass/components/_profile-display.scss */
        .node-type-fip-profile .utility-buttons .follow .follow__button:before,
        .node-type-fip-profile .utility-buttons .follow .flag:before {
          content: url("../images/icon-flag.svg");
          position: relative;
          top: 1px;
          padding-right: 8px; }
      /* line 1163, ../sass/components/_profile-display.scss */
      .node-type-fip-profile .utility-buttons .follow .flag.unflag-action {
        letter-spacing: -1px; }
      /* line 1167, ../sass/components/_profile-display.scss */
      .node-type-fip-profile .utility-buttons .follow .flag-throbber {
        position: absolute;
        top: -4px;
        right: -.7em; }
      /* line 1173, ../sass/components/_profile-display.scss */
      .node-type-fip-profile .utility-buttons .follow .flag-message {
        top: -2em; }
      /* line 1177, ../sass/components/_profile-display.scss */
      .node-type-fip-profile .utility-buttons .follow .follow__description {
        position: absolute;
        top: 2.7em;
        left: 0;
        width: 200px;
        font-size: 13px;
        font-size: 0.8125rem; }
        /* line 1184, ../sass/components/_profile-display.scss */
        .node-type-fip-profile .utility-buttons .follow .follow__description .tooltip {
          display: none; }
    /* line 1192, ../sass/components/_profile-display.scss */
    .node-type-fip-profile .utility-buttons .follow.anonymous .follow__button {
      background: #a7a9ac; }
    /* line 1197, ../sass/components/_profile-display.scss */
    .node-type-fip-profile .utility-buttons .print_html,
    .node-type-fip-profile .utility-buttons .print_pdf {
      display: block;
      margin: 0; }
    /* line 1204, ../sass/components/_profile-display.scss */
    .node-type-fip-profile .utility-buttons .addthis_inline_share_toolbox {
      clear: none !important;
      margin: 0; }
  /* line 1212, ../sass/components/_profile-display.scss */
  .node-type-fip-profile .fip-stats {
    margin-top: 2em; }

  /**
   * Additional Info tab
   */
  /* line 1227, ../sass/components/_profile-display.scss */
  .page-node-info .toggle-group li a {
    width: 360px; }
  /* line 1233, ../sass/components/_profile-display.scss */
  .page-node-info .documents .toggle-group li a {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto; }

  /**
   * Improvement Progress tab
   */
  /* line 1246, ../sass/components/_profile-display.scss */
  .page-node-improvement .block--block-6 {
    display: none; }
  /* line 1250, ../sass/components/_profile-display.scss */
  .page-node-improvement .indicators-page {
    display: block; }
  /* line 1254, ../sass/components/_profile-display.scss */
  .page-node-improvement .key {
    margin: 0 0 20px;
    border: 1px solid #bac0ad; }
  /* line 1259, ../sass/components/_profile-display.scss */
  .page-node-improvement .key-title {
    background: #9da374;
    padding: 2px 10px;
    font-size: 14px;
    font-size: 0.875rem;
    color: #fff;
    font-weight: 600; }
  /* line 1267, ../sass/components/_profile-display.scss */
  .page-node-improvement .key-data {
    background: none !important;
    padding: 10px;
    font-size: 15px;
    font-size: 0.9375rem;
    border-bottom: none !important; }
    /* line 1273, ../sass/components/_profile-display.scss */
    .page-node-improvement .key-data label {
      font-weight: 600; }
    /* line 1277, ../sass/components/_profile-display.scss */
    .page-node-improvement .key-data p {
      font-size: 15px;
      font-size: 0.9375rem;
      margin-bottom: 10px; }
      /* line 1280, ../sass/components/_profile-display.scss */
      .page-node-improvement .key-data p a {
        color: #1a2c3f;
        text-decoration: none; }
    /* line 1286, ../sass/components/_profile-display.scss */
    .page-node-improvement .key-data p:last-child {
      margin-bottom: 0; }
    /* line 1290, ../sass/components/_profile-display.scss */
    .page-node-improvement .key-data .cell {
      background: #9da374;
      display: inline-block;
      padding: 0 10px;
      color: #fff; }
    /* line 1297, ../sass/components/_profile-display.scss */
    .page-node-improvement .key-data .red {
      background: #ef4035; }
    /* line 1301, ../sass/components/_profile-display.scss */
    .page-node-improvement .key-data .yellow {
      background: #e99619; }
    /* line 1305, ../sass/components/_profile-display.scss */
    .page-node-improvement .key-data .green {
      background: #008a5f; }
    /* line 1309, ../sass/components/_profile-display.scss */
    .page-node-improvement .key-data .blue {
      background: #27abff; }
    /* line 1313, ../sass/components/_profile-display.scss */
    .page-node-improvement .key-data .msc-blue {
      background: #0343AB; }
      /* line 1315, ../sass/components/_profile-display.scss */
      .page-node-improvement .key-data .msc-blue a {
        color: #fff;
        text-decoration: none; }
    /* line 1321, ../sass/components/_profile-display.scss */
    .page-node-improvement .key-data .gray {
      padding: 0 18px;
      background: #999; }
    /* line 1326, ../sass/components/_profile-display.scss */
    .page-node-improvement .key-data .basic-fip {
      color: transparent;
      padding: 0px 9px; }
    /* line 1331, ../sass/components/_profile-display.scss */
    .page-node-improvement .key-data .red.basic-fip {
      background: #ef4035 url("../images/cell-basic-fip-red.png") no-repeat center center; }
    /* line 1335, ../sass/components/_profile-display.scss */
    .page-node-improvement .key-data .yellow.basic-fip {
      background: #e99619 url("../images/cell-basic-fip-yellow.png") no-repeat center center; }
    /* line 1339, ../sass/components/_profile-display.scss */
    .page-node-improvement .key-data .green.basic-fip {
      background: #008a5f url("../images/cell-basic-fip-green.png") no-repeat center center; }
  /* line 1346, ../sass/components/_profile-display.scss */
  .page-node-improvement .field--multi-species {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px; }
    /* line 1351, ../sass/components/_profile-display.scss */
    .page-node-improvement .field--multi-species:last-child {
      padding-bottom: 0; }
    /* line 1355, ../sass/components/_profile-display.scss */
    .page-node-improvement .field--multi-species .field__header {
      width: 33%; }
    /* line 1359, ../sass/components/_profile-display.scss */
    .page-node-improvement .field--multi-species .field__label {
      line-height: 1.3; }
    /* line 1363, ../sass/components/_profile-display.scss */
    .page-node-improvement .field--multi-species .field__date {
      font-size: 14px;
      font-size: 0.875rem; }
    /* line 1367, ../sass/components/_profile-display.scss */
    .page-node-improvement .field--multi-species .field__table {
      width: 66%;
      padding-top: 4px; }
      /* line 1371, ../sass/components/_profile-display.scss */
      .page-node-improvement .field--multi-species .field__table table {
        border: none; }
      /* line 1375, ../sass/components/_profile-display.scss */
      .page-node-improvement .field--multi-species .field__table td {
        text-align: center;
        border: none;
        border-right: 2px solid #fff; }
  /* line 1385, ../sass/components/_profile-display.scss */
  .page-node-improvement .multi-species__spreadsheet,
  .page-node-improvement .modified-asmt-tree-score__spreadsheet {
    margin-top: 20px; }
  /* line 1390, ../sass/components/_profile-display.scss */
  .page-node-improvement .modified-asmt-tree-score {
    margin-top: 20px; }

  /* line 1398, ../sass/components/_profile-display.scss */
  .block--block-6 {
    display: none; }

  /* line 1402, ../sass/components/_profile-display.scss */
  .indicators-page {
    display: block; }

  /* line 1406, ../sass/components/_profile-display.scss */
  .key {
    margin: 0 0 20px;
    border: 1px solid #bac0ad; }

  /* line 1411, ../sass/components/_profile-display.scss */
  .key-title {
    background: #9da374;
    padding: 2px 10px;
    font-size: 14px;
    font-size: 0.875rem;
    color: #fff;
    font-weight: 600; }

  /* line 1419, ../sass/components/_profile-display.scss */
  .key-data {
    background: none !important;
    padding: 10px;
    font-size: 15px;
    font-size: 0.9375rem;
    border-bottom: none !important; }
    /* line 1425, ../sass/components/_profile-display.scss */
    .key-data label {
      font-weight: 600; }
    /* line 1429, ../sass/components/_profile-display.scss */
    .key-data p {
      font-size: 15px;
      font-size: 0.9375rem;
      margin-bottom: 10px; }
    /* line 1434, ../sass/components/_profile-display.scss */
    .key-data p:last-child {
      margin-bottom: 0; }
    /* line 1438, ../sass/components/_profile-display.scss */
    .key-data .cell {
      background: #9da374;
      display: inline-block;
      padding: 0 10px;
      color: #fff; }
    /* line 1445, ../sass/components/_profile-display.scss */
    .key-data .red {
      background: #ef4035; }
    /* line 1449, ../sass/components/_profile-display.scss */
    .key-data .yellow {
      background: #e99619; }
    /* line 1453, ../sass/components/_profile-display.scss */
    .key-data .green {
      background: #008a5f; }
    /* line 1457, ../sass/components/_profile-display.scss */
    .key-data .blue {
      background: #27abff; }
    /* line 1461, ../sass/components/_profile-display.scss */
    .key-data .gray {
      padding: 0 18px;
      background: #999; }
    /* line 1466, ../sass/components/_profile-display.scss */
    .key-data .basic-fip {
      color: transparent;
      padding: 0px 9px; }
    /* line 1471, ../sass/components/_profile-display.scss */
    .key-data .red.basic-fip {
      background: #ef4035 url("../images/cell-basic-fip-red.png") no-repeat center center; }
    /* line 1475, ../sass/components/_profile-display.scss */
    .key-data .yellow.basic-fip {
      background: #e99619 url("../images/cell-basic-fip-yellow.png") no-repeat center center; }
    /* line 1479, ../sass/components/_profile-display.scss */
    .key-data .green.basic-fip {
      background: #008a5f url("../images/cell-basic-fip-green.png") no-repeat center center; }

  /* line 1486, ../sass/components/_profile-display.scss */
  .field--multi-species {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px; }
    /* line 1491, ../sass/components/_profile-display.scss */
    .field--multi-species:last-child {
      padding-bottom: 0; }
    /* line 1495, ../sass/components/_profile-display.scss */
    .field--multi-species .field__header {
      width: 33%; }
    /* line 1499, ../sass/components/_profile-display.scss */
    .field--multi-species .field__label {
      line-height: 1.3; }
    /* line 1503, ../sass/components/_profile-display.scss */
    .field--multi-species .field__date {
      font-size: 14px;
      font-size: 0.875rem; }
    /* line 1507, ../sass/components/_profile-display.scss */
    .field--multi-species .field__table {
      width: 66%;
      padding-top: 4px; }
      /* line 1511, ../sass/components/_profile-display.scss */
      .field--multi-species .field__table table {
        border: none; }
      /* line 1515, ../sass/components/_profile-display.scss */
      .field--multi-species .field__table td {
        text-align: center;
        border: none;
        border-right: 2px solid #fff; }

  /* line 1525, ../sass/components/_profile-display.scss */
  .multi-species__spreadsheet,
  .modified-asmt-tree-score__spreadsheet {
    margin-top: 20px; }

  /* line 1530, ../sass/components/_profile-display.scss */
  .modified-asmt-tree-score {
    margin-top: 20px; }

  /* line 1537, ../sass/components/_profile-display.scss */
  .page-node-social-performance .l-main {
    padding-bottom: 30px;
    margin-bottom: 0px; }
  /* line 1542, ../sass/components/_profile-display.scss */
  .page-node-social-performance .social_docs_section_header,
  .page-node-social-performance .social_docs_info .view-header {
    text-align: left;
    color: #1a2c3f;
    font-family: "Aleo", Arial, Helvetica, sans-serif;
    line-height: 1.13;
    margin: .3em 0 .3em;
    font-weight: 700;
    margin-top: 15px;
    font-size: 18px;
    margin-bottom: 5px; }
    /* line 1554, ../sass/components/_profile-display.scss */
    .page-node-social-performance .social_docs_section_header p,
    .page-node-social-performance .social_docs_info .view-header p {
      margin-top: 15px;
      margin-bottom: 5px;
      line-height: 1;
      font-size: 18px; }
  /* line 1564, ../sass/components/_profile-display.scss */
  .page-node-social-performance .view-id-fip_social_document_display .view-content p {
    margin-top: 0px;
    margin-bottom: 21px; }
  /* line 1571, ../sass/components/_profile-display.scss */
  .page-node-social-performance .view-id-fip_social_document_display .view-content .views-field-field-ss-summary p {
    margin-bottom: 0px; }
  /* line 1576, ../sass/components/_profile-display.scss */
  .page-node-social-performance .view-id-fip_social_document_display .view-content table {
    margin-bottom: 28px; }
  /* line 1582, ../sass/components/_profile-display.scss */
  .page-node-social-performance .social_docs_summary_content table {
    width: 100%;
    border: 3px solid #68869e; }
    /* line 1586, ../sass/components/_profile-display.scss */
    .page-node-social-performance .social_docs_summary_content table tr {
      background-color: #ffffff; }
    /* line 1590, ../sass/components/_profile-display.scss */
    .page-node-social-performance .social_docs_summary_content table td {
      border: 0px; }
  /* line 1595, ../sass/components/_profile-display.scss */
  .page-node-social-performance .social_docs_info table {
    width: 100%; }
  /* line 1599, ../sass/components/_profile-display.scss */
  .page-node-social-performance .views-field-field-sd-date-completed,
  .page-node-social-performance .views-field-changed {
    width: 20%; }
  /* line 1604, ../sass/components/_profile-display.scss */
  .page-node-social-performance .views-field-body {
    width: 50%; }
  /* line 1608, ../sass/components/_profile-display.scss */
  .page-node-social-performance .views-field-field-sd-date-completed,
  .page-node-social-performance .views-field-field-sd-document-file,
  .page-node-social-performance .views-field-changed {
    text-align: center; }
    /* line 1613, ../sass/components/_profile-display.scss */
    .page-node-social-performance .views-field-field-sd-date-completed ul,
    .page-node-social-performance .views-field-field-sd-document-file ul,
    .page-node-social-performance .views-field-changed ul {
      padding: 0;
      margin: 5px 0 0 0;
      list-style: none outside none; }
      /* line 1617, ../sass/components/_profile-display.scss */
      .page-node-social-performance .views-field-field-sd-date-completed ul li,
      .page-node-social-performance .views-field-field-sd-document-file ul li,
      .page-node-social-performance .views-field-changed ul li {
        margin-bottom: 5px; }
    /* line 1622, ../sass/components/_profile-display.scss */
    .page-node-social-performance .views-field-field-sd-date-completed .file a,
    .page-node-social-performance .views-field-field-sd-date-completed .file img,
    .page-node-social-performance .views-field-field-sd-document-file .file a,
    .page-node-social-performance .views-field-field-sd-document-file .file img,
    .page-node-social-performance .views-field-changed .file a,
    .page-node-social-performance .views-field-changed .file img {
      float: none; }
    /* line 1627, ../sass/components/_profile-display.scss */
    .page-node-social-performance .views-field-field-sd-date-completed .file img,
    .page-node-social-performance .views-field-field-sd-document-file .file img,
    .page-node-social-performance .views-field-changed .file img {
      display: none; }
  /* line 1633, ../sass/components/_profile-display.scss */
  .page-node-social-performance .view-display-id-ai .views-field-field-sd-document-file,
  .page-node-social-performance .view-display-id-ai .views-field-body {
    text-align: left; }
    /* line 1637, ../sass/components/_profile-display.scss */
    .page-node-social-performance .view-display-id-ai .views-field-field-sd-document-file .file a,
    .page-node-social-performance .view-display-id-ai .views-field-field-sd-document-file .file img,
    .page-node-social-performance .view-display-id-ai .views-field-body .file a,
    .page-node-social-performance .view-display-id-ai .views-field-body .file img {
      float: none; }
    /* line 1642, ../sass/components/_profile-display.scss */
    .page-node-social-performance .view-display-id-ai .views-field-field-sd-document-file .file img,
    .page-node-social-performance .view-display-id-ai .views-field-body .file img {
      display: none; }
  /* line 1649, ../sass/components/_profile-display.scss */
  .page-node-social-performance .social_docs_addl_info_results {
    border: 1px solid #bac0ad;
    margin: 0px;
    line-height: 1;
    background-color: #eee;
    font-size: 0.8125rem; }
    /* line 1657, ../sass/components/_profile-display.scss */
    .page-node-social-performance .social_docs_addl_info_results .field__item {
      display: inline-block;
      vertical-align: text-top;
      padding-top: 1px; }
    /* line 1663, ../sass/components/_profile-display.scss */
    .page-node-social-performance .social_docs_addl_info_results .field {
      padding: 0px;
      border: none;
      display: inline-block; }
      /* line 1668, ../sass/components/_profile-display.scss */
      .page-node-social-performance .social_docs_addl_info_results .field img {
        display: none; }
    /* line 1674, ../sass/components/_profile-display.scss */
    .page-node-social-performance .social_docs_addl_info_results .social_docs_addl_info_results_header {
      background-color: #9da374;
      width: 100%;
      height: 26px; }
    /* line 1680, ../sass/components/_profile-display.scss */
    .page-node-social-performance .social_docs_addl_info_results .social_docs_addl_info_padding {
      margin: 10px;
      background-color: #eee; }
    /* line 1687, ../sass/components/_profile-display.scss */
    .page-node-social-performance .social_docs_addl_info_results .social_docs_addl_info_results_files .field__item:not(:last-child):after {
      content: ", "; }
    /* line 1695, ../sass/components/_profile-display.scss */
    .page-node-social-performance .social_docs_addl_info_results p {
      font-size: 0.8125rem; } }
/**
 * Date Groups
 */
/* line 7, ../sass/components/_profile-forms.scss */
.group-dates .field-type-datetime {
  float: left;
  width: 180px; }

/**
 * Profile Sub-Tabs/Headers
 */
/* line 19, ../sass/components/_profile-forms.scss */
.field-group-htabs-wrapper .horizontal-tabs {
  margin: 0;
  border: none; }
/* line 24, ../sass/components/_profile-forms.scss */
.field-group-htabs-wrapper .horizontal-tabs ul.horizontal-tabs-list {
  background: none;
  margin-bottom: 20px;
  border: none; }
  /* line 29, ../sass/components/_profile-forms.scss */
  .field-group-htabs-wrapper .horizontal-tabs ul.horizontal-tabs-list li {
    display: none;
    float: none;
    border: none;
    font-family: "Aleo", Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-size: 1.5rem; }
  /* line 37, ../sass/components/_profile-forms.scss */
  .field-group-htabs-wrapper .horizontal-tabs ul.horizontal-tabs-list li.selected {
    background: #1a2c3f;
    display: block;
    margin-left: -20px;
    margin-right: -20px;
    color: #fff; }
  /* line 45, ../sass/components/_profile-forms.scss */
  .field-group-htabs-wrapper .horizontal-tabs ul.horizontal-tabs-list li.selected a {
    padding: .5em 20px .3em;
    line-height: 1.13; }
  /* line 50, ../sass/components/_profile-forms.scss */
  .field-group-htabs-wrapper .horizontal-tabs ul.horizontal-tabs-list li.selected a:hover {
    background: #1a2c3f;
    color: #fff;
    cursor: default; }
  /* line 56, ../sass/components/_profile-forms.scss */
  .field-group-htabs-wrapper .horizontal-tabs ul.horizontal-tabs-list li.selected a strong {
    color: #fff; }

/* line 74, ../sass/components/_profile-forms.scss */
.page-node-edit.node-type-fip-profile fieldset.filter-wrapper.form-wrapper,
.page-node-add-action fieldset.filter-wrapper.form-wrapper,
.page-node-actions-add fieldset.filter-wrapper.form-wrapper,
.page-node-edit.node-type-action fieldset.filter-wrapper.form-wrapper,
.page-node-add-engagement-opportunity fieldset.filter-wrapper.form-wrapper,
.page-node-edit.node-type-engagement-opportunity fieldset.filter-wrapper.form-wrapper {
  display: none; }
/* line 79, ../sass/components/_profile-forms.scss */
.page-node-edit.node-type-fip-profile .cke_contents,
.page-node-add-action .cke_contents,
.page-node-actions-add .cke_contents,
.page-node-edit.node-type-action .cke_contents,
.page-node-add-engagement-opportunity .cke_contents,
.page-node-edit.node-type-engagement-opportunity .cke_contents {
  height: 200px !important; }

/* line 86, ../sass/components/_profile-forms.scss */
body:not(.admin-menu).page-node-edit.node-type-fip-profile div[class*="field-name-field-mscv3"] {
  display: none; }

/* line 100, ../sass/components/_profile-forms.scss */
body.admin-menu.node-type-fip-profile fieldset.filter-wrapper.form-wrapper,
body.admin-menu.page-node-add-action fieldset.filter-wrapper.form-wrapper,
body.admin-menu.page-node-actions-add fieldset.filter-wrapper.form-wrapper,
body.admin-menu.node-type-action fieldset.filter-wrapper.form-wrapper,
body.admin-menu.page-node-add-engagement-opportunity fieldset.filter-wrapper.form-wrapper,
body.admin-menu.node-type-engagement-opportunity fieldset.filter-wrapper.form-wrapper {
  display: block; }

/* line 105, ../sass/components/_profile-forms.scss */
.horizontal-tabs fieldset.horizontal-tabs-pane {
  margin: 0;
  padding: 0; }

/* line 118, ../sass/components/_profile-forms.scss */
.page-node-edit .form-actions .form-submit,
.page-node-add .form-actions .form-submit,
.node-fip_profile-form .form-actions .form-submit,
.page-node-actions .form-actions .form-submit {
  background: #68869e;
  font-size: 16px;
  font-size: 1rem; }
/* line 123, ../sass/components/_profile-forms.scss */
.page-node-edit .form-actions .form-submit:hover,
.page-node-add .form-actions .form-submit:hover,
.node-fip_profile-form .form-actions .form-submit:hover,
.page-node-actions .form-actions .form-submit:hover {
  background: #1a2c3f; }
/* line 127, ../sass/components/_profile-forms.scss */
.page-node-edit .form-actions .button,
.page-node-add .form-actions .button,
.node-fip_profile-form .form-actions .button,
.page-node-actions .form-actions .button {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600; }
/* line 132, ../sass/components/_profile-forms.scss */
.page-node-edit .form-actions #edit-submit-for-review,
.page-node-add .form-actions #edit-submit-for-review,
.node-fip_profile-form .form-actions #edit-submit-for-review,
.page-node-actions .form-actions #edit-submit-for-review {
  background: #fca448;
  font-weight: 600; }

/* line 140, ../sass/components/_profile-forms.scss */
.page-admin-indicators .form-submit {
  margin-right: 10px;
  background: #68869e;
  font-size: 16px;
  font-size: 1rem; }

/* line 146, ../sass/components/_profile-forms.scss */
.page-admin-indicators .button.delete {
  padding: 9px 12px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600; }

/**
 * Main Profile Tab
 */
/* line 159, ../sass/components/_profile-forms.scss */
.node-fip_profile-form .field-name-field-fip-objectives span.form-required + span.form-required,
.node-fip_profile-form .field-name-field-species-common span.form-required {
  display: none; }
/* line 170, ../sass/components/_profile-forms.scss */
.node-fip_profile-form .field-name-field-species label:after,
.node-fip_profile-form .form-item-body-und-0-value > label:after,
.node-fip_profile-form .field-name-field-fip-leads [class*="field-organization-name-und"] > label:after,
.node-fip_profile-form .field-name-field-fip-leads [class*="field-lead-organization-type-und"] > label:after,
.node-fip_profile-form .field-name-field-fip-leads [class*="field-website-und-0-title"] > label:after,
.node-fip_profile-form .field-name-field-fip-leads [class*="field-website-und-0-url"] > label:after,
.node-fip_profile-form .form-item-field-is-this-within-an-eez-und > label:after,
.node-fip_profile-form .form-item-field-is-this-within-an-rfmo-und > label:after,
.node-fip_profile-form .form-item-field-total-fishery-volume-und-0-value > label:after,
.node-fip_profile-form .form-item-field-volume-date-und-0-value-date > label:after,
.node-fip_profile-form .field-name-field-participants [class*="field-participant-org-name-und"] > label:after,
.node-fip_profile-form .field-name-field-participants [class*="field-participant-contact-name-und"] > label:after,
.node-fip_profile-form .field-name-field-participants [class*="field-email-und"] > label:after,
.node-fip_profile-form .field-name-field-participants [class*="field-primary-function-und"] > label:after,
.node-fip_profile-form .field-name-field-participants [class*="field-contribution-type-und"] > label:after,
.node-fip_profile-form .field-name-field-additional-participants [class*="field-organization-name-und"] > label:after,
.node-fip_profile-form .field-name-field-additional-participants [class*="field-participant-contact-name-und"] > label:after,
.node-fip_profile-form .field-name-field-additional-participants [class*="field-email-und"] > label:after,
.node-fip_profile-form .field-name-field-additional-participants [class*="field-primary-function-und"] > label:after,
.node-fip_profile-form .field-name-field-additional-participants [class*="field-contribution-type-und"] > label:after,
.node-fip_profile-form #edit-field-geo-location-und-0-address > label:after,
.node-fip_profile-form .field-name-field-scientific-name label:after {
  content: ' *';
  color: #f00; }
/* line 196, ../sass/components/_profile-forms.scss */
.node-fip_profile-form .group-main-profile {
  background: url("../images/illustration-1.png") no-repeat 518px top;
  min-height: 250px; }
  /* line 200, ../sass/components/_profile-forms.scss */
  .node-fip_profile-form .group-main-profile .form-item-title {
    width: 461px; }
/* line 208, ../sass/components/_profile-forms.scss */
.node-fip_profile-form .group-contact-info .form-text {
  width: 410px; }
/* line 212, ../sass/components/_profile-forms.scss */
.node-fip_profile-form .group-contact-info .field-type-link-field {
  padding: 0;
  border: none; }
/* line 218, ../sass/components/_profile-forms.scss */
.node-fip_profile-form .group-project-dates.field-group-fieldset {
  padding-bottom: 20px; }
/* line 224, ../sass/components/_profile-forms.scss */
.node-fip_profile-form .field-name-field-project-dates label {
  display: none; }
/* line 228, ../sass/components/_profile-forms.scss */
.node-fip_profile-form .field-name-field-project-dates .date-label {
  display: block; }
/* line 232, ../sass/components/_profile-forms.scss */
.node-fip_profile-form .field-name-field-project-dates .date-form-element-content-multiline {
  padding: 0;
  border: none; }
/* line 237, ../sass/components/_profile-forms.scss */
.node-fip_profile-form .field-name-field-project-dates .date-no-float {
  float: left;
  clear: none;
  width: auto; }
/* line 243, ../sass/components/_profile-forms.scss */
.node-fip_profile-form .field-name-field-project-dates .start-date-wrapper {
  margin-right: 10px; }
/* line 251, ../sass/components/_profile-forms.scss */
.node-fip_profile-form .field-name-field-collection-yes-or-both th.field-label label,
.node-fip_profile-form .field-name-field-collection-no-or-both th.field-label label,
.node-fip_profile-form .field-name-field-collection-yes-both-rfmo th.field-label label,
.node-fip_profile-form .field-name-field-collection-no-both-rfmo th.field-label label {
  font-weight: normal; }
/* line 259, ../sass/components/_profile-forms.scss */
.node-fip_profile-form .field-name-field-participant-url {
  padding: 0;
  border: none; }
/* line 267, ../sass/components/_profile-forms.scss */
.node-fip_profile-form .group-reviewer-controls .field-group-fieldset {
  padding-bottom: 15px; }
/* line 271, ../sass/components/_profile-forms.scss */
.node-fip_profile-form .group-reviewer-controls .fieldset-wrapper .fieldset-wrapper .form-item {
  margin-bottom: 0; }
/* line 275, ../sass/components/_profile-forms.scss */
.node-fip_profile-form .group-reviewer-controls .field-type-datetime {
  clear: none;
  width: auto;
  float: left;
  min-width: 270px; }
/* line 282, ../sass/components/_profile-forms.scss */
.node-fip_profile-form .group-reviewer-controls .field-type-datetime.field-name-field-date-of-completion {
  float: none; }
/* line 290, ../sass/components/_profile-forms.scss */
.node-fip_profile-form .field-name-field-geo-location .geolocation-address-geocode,
.node-fip_profile-form .field-name-field-geo-location .geolocation-remove span {
  background: #9da374;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 7px 12px; }
/* line 300, ../sass/components/_profile-forms.scss */
.node-fip_profile-form .field-name-field-geo-location .geolocation-help {
  clear: both;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #68869e;
  line-height: 1.4; }
/* line 307, ../sass/components/_profile-forms.scss */
.node-fip_profile-form .field-name-field-geo-location .geolocation-client-location {
  margin: 0 0 0 4px;
  padding: 0;
  color: #68869e;
  text-decoration: underline;
  background-color: transparent; }

/**
 * Documents Tab
 */
/* line 327, ../sass/components/_profile-forms.scss */
.node-fip_profile-form .field-name-field-document-file-assesstment label:after,
.node-fip_profile-form .field-name-field-document-date-need-assesst label:after,
.node-fip_profile-form .field-name-field-document-file-scope label:after,
.node-fip_profile-form .field-name-field-document-date-scope label:after,
.node-fip_profile-form .field-name-field-document-file-workplan label:after,
.node-fip_profile-form .field-name-field-document-date-workplan label:after,
.node-fip_profile-form .field-name-field-document-file-budget label:after,
.node-fip_profile-form .field-name-field-document-date-budget label:after {
  content: ' *';
  color: #f00; }
/* line 339, ../sass/components/_profile-forms.scss */
.node-fip_profile-form .group-documents.field-group-htab {
  background: url("../images/illustration-2.png") no-repeat 518px top; }
  /* line 342, ../sass/components/_profile-forms.scss */
  .node-fip_profile-form .group-documents.field-group-htab > .fieldset-wrapper > .fieldset-description {
    width: 461px;
    min-height: 240px;
    color: #1a2c3f; }
  /* line 348, ../sass/components/_profile-forms.scss */
  .node-fip_profile-form .group-documents.field-group-htab .field-type-field-collection {
    margin: 0;
    padding: 0;
    border: none; }
    /* line 353, ../sass/components/_profile-forms.scss */
    .node-fip_profile-form .group-documents.field-group-htab .field-type-field-collection thead {
      display: none; }
/* line 360, ../sass/components/_profile-forms.scss */
.node-fip_profile-form #edit-field-reason-for-inactivity {
  margin-bottom: 0; }

/**
 * Indicators Tab
 */
/* line 371, ../sass/components/_profile-forms.scss */
.page-node-indicators.node-type-fip-profile .indicators-page {
  background: url("../images/illustration-3.png") no-repeat 518px top; }
  /* line 374, ../sass/components/_profile-forms.scss */
  .page-node-indicators.node-type-fip-profile .indicators-page .page-description {
    min-height: 240px;
    margin-right: 20px;
    padding-right: 454px; }
/* line 380, ../sass/components/_profile-forms.scss */
.page-node-indicators.node-type-fip-profile .mscv3-button {
  margin-top: 2em; }
  /* line 382, ../sass/components/_profile-forms.scss */
  .page-node-indicators.node-type-fip-profile .mscv3-button .msc-blue {
    background: #0343AB; }
    /* line 384, ../sass/components/_profile-forms.scss */
    .page-node-indicators.node-type-fip-profile .mscv3-button .msc-blue a {
      color: #fff;
      text-decoration: none; }
  /* line 389, ../sass/components/_profile-forms.scss */
  .page-node-indicators.node-type-fip-profile .mscv3-button .mscv3-chosen {
    display: inline-block;
    padding: 8px;
    font-size: 14px;
    font-size: 0.875rem;
    color: #0343AB;
    text-decoration: none;
    line-height: 1;
    border-radius: 3px;
    border: 1px solid #0343AB; }

/**
 * Indicators Tab - Table
 */
/* line 407, ../sass/components/_profile-forms.scss */
.indicators-data {
  clear: both;
  overflow: auto;
  padding: 0;
  margin-top: 1em; }
  /* line 413, ../sass/components/_profile-forms.scss */
  .indicators-data .add {
    float: right;
    margin: 0.3em 0;
    font-style: italic; }
  /* line 419, ../sass/components/_profile-forms.scss */
  .indicators-data h3 {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700;
    float: left; }
  /* line 425, ../sass/components/_profile-forms.scss */
  .indicators-data table.indicators-table-data {
    width: 100%;
    margin-bottom: 20px; }
    /* line 429, ../sass/components/_profile-forms.scss */
    .indicators-data table.indicators-table-data th {
      text-align: center; }
    /* line 432, ../sass/components/_profile-forms.scss */
    .indicators-data table.indicators-table-data th.mscv3-true,
    .indicators-data table.indicators-table-data th.mscv3-true-next {
      background-color: #00274C;
      border-bottom: 1px solid #fff; }
    /* line 438, ../sass/components/_profile-forms.scss */
    .indicators-data table.indicators-table-data thead th:first-child {
      width: 380px; }
    /* line 442, ../sass/components/_profile-forms.scss */
    .indicators-data table.indicators-table-data td:first-child {
      text-align: left; }
    /* line 446, ../sass/components/_profile-forms.scss */
    .indicators-data table.indicators-table-data td.positive-prog {
      background-image: url("../images/arrow-indicator-positive.png");
      background-repeat: no-repeat;
      background-position: center center; }
    /* line 452, ../sass/components/_profile-forms.scss */
    .indicators-data table.indicators-table-data td.negative-prog {
      background-image: url("../images/arrow-indicator-negative.png");
      background-repeat: no-repeat;
      background-position: center center; }
    /* line 458, ../sass/components/_profile-forms.scss */
    .indicators-data table.indicators-table-data td {
      position: relative;
      text-align: right; }
      /* line 462, ../sass/components/_profile-forms.scss */
      .indicators-data table.indicators-table-data td span.numbers {
        /* hide text w/o using negative indent */
        font: 0/0 a;
        text-shadow: none;
        color: transparent; }
      /* line 466, ../sass/components/_profile-forms.scss */
      .indicators-data table.indicators-table-data td span.explanation {
        display: none; }
      /* line 470, ../sass/components/_profile-forms.scss */
      .indicators-data table.indicators-table-data td span.explanation-icon,
      .indicators-data table.indicators-table-data td span.zero-sixty-bubble {
        cursor: pointer;
        position: absolute;
        top: 0px;
        width: 10px;
        margin-left: -12px; }
    /* line 482, ../sass/components/_profile-forms.scss */
    .indicators-data table.indicators-table-data.term-id-605 tr td.mscv3-true {
      background-color: #0343AB;
      border: 0 none; }
      /* line 485, ../sass/components/_profile-forms.scss */
      .indicators-data table.indicators-table-data.term-id-605 tr td.mscv3-true span, .indicators-data table.indicators-table-data.term-id-605 tr td.mscv3-true a {
        display: none; }
      /* line 488, ../sass/components/_profile-forms.scss */
      .indicators-data table.indicators-table-data.term-id-605 tr td.mscv3-true a.mscv3-link {
        display: block;
        color: #fff;
        text-decoration: none; }
    /* line 495, ../sass/components/_profile-forms.scss */
    .indicators-data table.indicators-table-data.term-id-605 tr td.mscv3-true-next span, .indicators-data table.indicators-table-data.term-id-605 tr td.mscv3-true-next a {
      display: none; }
    /* line 499, ../sass/components/_profile-forms.scss */
    .indicators-data table.indicators-table-data.term-id-605 tr:nth-of-type(6) td.mscv3-true {
      text-align: center;
      font-weight: bold; }
    /* line 503, ../sass/components/_profile-forms.scss */
    .indicators-data table.indicators-table-data.term-id-605 tr:nth-last-of-type(-n+3) td.mscv3-true {
      background-color: #999;
      border: 1px solid #fff; }
    /* line 509, ../sass/components/_profile-forms.scss */
    .indicators-data table.indicators-table-data.term-id-605:not(.front-end) tr:nth-last-of-type(-n+3) td.mscv3-true {
      text-align: center; }
      /* line 511, ../sass/components/_profile-forms.scss */
      .indicators-data table.indicators-table-data.term-id-605:not(.front-end) tr:nth-last-of-type(-n+3) td.mscv3-true:after {
        content: 'N/A';
        color: #fff; }

/* line 522, ../sass/components/_profile-forms.scss */
.indicators-data table.indicators-table-data.term-id-605 tr:nth-last-of-type(-n+3) td.mscv3-true
fieldset.indicators-multi-species {
  padding: 10px 20px 0; }
  /* line 536, ../sass/components/_profile-forms.scss */
  .indicators-data table.indicators-table-data.term-id-605 tr:nth-last-of-type(-n+3) td.mscv3-true
  fieldset.indicators-multi-species .indicators-multi-species-ajax-wrapper {
    margin-bottom: 30px; }
    /* line 539, ../sass/components/_profile-forms.scss */
    .indicators-data table.indicators-table-data.term-id-605 tr:nth-last-of-type(-n+3) td.mscv3-true
    fieldset.indicators-multi-species .indicators-multi-species-ajax-wrapper .form-wrapper .form-wrapper {
      display: flex;
      flex-wrap: wrap;
      margin-top: -1px;
      padding: 20px;
      border: 1px solid #bac0ad; }
      /* line 546, ../sass/components/_profile-forms.scss */
      .indicators-data table.indicators-table-data.term-id-605 tr:nth-last-of-type(-n+3) td.mscv3-true
      fieldset.indicators-multi-species .indicators-multi-species-ajax-wrapper .form-wrapper .form-wrapper:nth-child(odd) {
        background-color: #eee; }
      /* line 550, ../sass/components/_profile-forms.scss */
      .indicators-data table.indicators-table-data.term-id-605 tr:nth-last-of-type(-n+3) td.mscv3-true
      fieldset.indicators-multi-species .indicators-multi-species-ajax-wrapper .form-wrapper .form-wrapper label {
        font-size: 14px;
        font-size: 0.875rem; }
      /* line 554, ../sass/components/_profile-forms.scss */
      .indicators-data table.indicators-table-data.term-id-605 tr:nth-last-of-type(-n+3) td.mscv3-true
      fieldset.indicators-multi-species .indicators-multi-species-ajax-wrapper .form-wrapper .form-wrapper .form-item {
        box-sizing: border-box;
        margin-right: 20px; }
      /* line 559, ../sass/components/_profile-forms.scss */
      .indicators-data table.indicators-table-data.term-id-605 tr:nth-last-of-type(-n+3) td.mscv3-true
      fieldset.indicators-multi-species .indicators-multi-species-ajax-wrapper .form-wrapper .form-wrapper .form-type-textfield {
        width: 350px; }
        /* line 562, ../sass/components/_profile-forms.scss */
        .indicators-data table.indicators-table-data.term-id-605 tr:nth-last-of-type(-n+3) td.mscv3-true
        fieldset.indicators-multi-species .indicators-multi-species-ajax-wrapper .form-wrapper .form-wrapper .form-type-textfield .form-text {
          width: 100%; }
      /* line 567, ../sass/components/_profile-forms.scss */
      .indicators-data table.indicators-table-data.term-id-605 tr:nth-last-of-type(-n+3) td.mscv3-true
      fieldset.indicators-multi-species .indicators-multi-species-ajax-wrapper .form-wrapper .form-wrapper .indicators-select-wrapper {
        display: flex;
        flex-wrap: wrap;
        width: 450px; }
        /* line 572, ../sass/components/_profile-forms.scss */
        .indicators-data table.indicators-table-data.term-id-605 tr:nth-last-of-type(-n+3) td.mscv3-true
        fieldset.indicators-multi-species .indicators-multi-species-ajax-wrapper .form-wrapper .form-wrapper .indicators-select-wrapper > label {
          width: 100%;
          font-weight: 700; }
      /* line 579, ../sass/components/_profile-forms.scss */
      .indicators-data table.indicators-table-data.term-id-605 tr:nth-last-of-type(-n+3) td.mscv3-true
      fieldset.indicators-multi-species .indicators-multi-species-ajax-wrapper .form-wrapper .form-wrapper .form-type-select label {
        display: inline-block; }
    /* line 587, ../sass/components/_profile-forms.scss */
    .indicators-data table.indicators-table-data.term-id-605 tr:nth-last-of-type(-n+3) td.mscv3-true
    fieldset.indicators-multi-species .indicators-multi-species-ajax-wrapper .button-add-another {
      margin-top: 12px; }
  /* line 596, ../sass/components/_profile-forms.scss */
  .indicators-data table.indicators-table-data.term-id-605 tr:nth-last-of-type(-n+3) td.mscv3-true
  fieldset.indicators-multi-species .indicators-multi-species-spreadsheet-wrapper > label {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700; }
  /* line 601, ../sass/components/_profile-forms.scss */
  .indicators-data table.indicators-table-data.term-id-605 tr:nth-last-of-type(-n+3) td.mscv3-true
  fieldset.indicators-multi-species .indicators-multi-species-spreadsheet-wrapper #edit-field-container2-file-info {
    margin-bottom: 8px; }
    /* line 604, ../sass/components/_profile-forms.scss */
    .indicators-data table.indicators-table-data.term-id-605 tr:nth-last-of-type(-n+3) td.mscv3-true
    fieldset.indicators-multi-species .indicators-multi-species-spreadsheet-wrapper #edit-field-container2-file-info label {
      display: inline-block;
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: 400; }
    /* line 610, ../sass/components/_profile-forms.scss */
    .indicators-data table.indicators-table-data.term-id-605 tr:nth-last-of-type(-n+3) td.mscv3-true
    fieldset.indicators-multi-species .indicators-multi-species-spreadsheet-wrapper #edit-field-container2-file-info .description {
      display: inline-block;
      margin-bottom: 0;
      font-size: 14px;
      font-size: 0.875rem; }

/* line 621, ../sass/components/_profile-forms.scss */
#edit-field-modified-asmt-tree-score {
  display: none; }

/* line 625, ../sass/components/_profile-forms.scss */
.page-node-indicators #edit-field-modified-asmt-tree-score {
  display: block; }

/* line 629, ../sass/components/_profile-forms.scss */
.page-node-indicators fieldset.indicators-modified-asmt-tree-score {
  padding: 10px 20px 0;
  margin: 15px 2px; }
  /* line 633, ../sass/components/_profile-forms.scss */
  .page-node-indicators fieldset.indicators-modified-asmt-tree-score > label {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700; }
  /* line 638, ../sass/components/_profile-forms.scss */
  .page-node-indicators fieldset.indicators-modified-asmt-tree-score #edit-field-container3-file-info {
    margin-bottom: 8px; }
    /* line 641, ../sass/components/_profile-forms.scss */
    .page-node-indicators fieldset.indicators-modified-asmt-tree-score #edit-field-container3-file-info label {
      display: inline-block;
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: 400; }
    /* line 647, ../sass/components/_profile-forms.scss */
    .page-node-indicators fieldset.indicators-modified-asmt-tree-score #edit-field-container3-file-info .description {
      display: inline-block;
      margin-bottom: 0;
      font-size: 14px;
      font-size: 0.875rem; }

/* line 656, ../sass/components/_profile-forms.scss */
.page-node-indicators .fuseiq-custom-ajax-example-add-more {
  padding-bottom: 15px; }

/* line 660, ../sass/components/_profile-forms.scss */
fieldset.indicators-modified-asmt-tree-score {
  padding: 10px 20px 0;
  margin: 15px 2px; }
  /* line 664, ../sass/components/_profile-forms.scss */
  fieldset.indicators-modified-asmt-tree-score > label {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700; }
  /* line 669, ../sass/components/_profile-forms.scss */
  fieldset.indicators-modified-asmt-tree-score #edit-field-container3-file-info {
    margin-bottom: 8px; }
    /* line 672, ../sass/components/_profile-forms.scss */
    fieldset.indicators-modified-asmt-tree-score #edit-field-container3-file-info label {
      display: inline-block;
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: 400; }
    /* line 678, ../sass/components/_profile-forms.scss */
    fieldset.indicators-modified-asmt-tree-score #edit-field-container3-file-info .description {
      display: inline-block;
      margin-bottom: 0;
      font-size: 14px;
      font-size: 0.875rem; }

/* line 688, ../sass/components/_profile-forms.scss */
.page-node-indicators .indicator-form-submit #edit-indicators-addl-info-form-submit {
  background-color: #68869e;
  font-weight: 700; }

/* line 695, ../sass/components/_profile-forms.scss */
.fip-mscv3-form .form-type-checkbox {
  margin-top: 20px; }
/* line 700, ../sass/components/_profile-forms.scss */
.fip-mscv3-form #edit-mscv3-file-ajax-wrapper .form-item-mscv3-file label {
  margin-bottom: 10px; }
/* line 704, ../sass/components/_profile-forms.scss */
.fip-mscv3-form #edit-mscv3-file-ajax-wrapper .form-item-mscv3-file #edit-mscv3-file #edit-mscv3-file-remove-button {
  margin-left: 10px; }

/* line 711, ../sass/components/_profile-forms.scss */
#mscv3-info-wrap {
  margin-top: 20px; }

/**
 * Actions and Tasks Tab
 */
/* line 722, ../sass/components/_profile-forms.scss */
.page-node-actions .actions-page {
  background: url("../images/illustration-1.png") no-repeat 518px top; }
  /* line 725, ../sass/components/_profile-forms.scss */
  .page-node-actions .actions-page .page-description {
    min-height: 240px;
    margin-right: 20px;
    padding-right: 454px; }
/* line 735, ../sass/components/_profile-forms.scss */
.page-node-actions .actions-table th.views-field-nothing-1 {
  width: 305px; }
/* line 739, ../sass/components/_profile-forms.scss */
.page-node-actions .actions-table th.views-field-field-relavent-performance-indic {
  width: 95px; }
/* line 743, ../sass/components/_profile-forms.scss */
.page-node-actions .actions-table th.views-field-field-action-milestones {
  width: 244px; }
/* line 747, ../sass/components/_profile-forms.scss */
.page-node-actions .actions-table th.views-field-field-action-completed {
  width: 90px; }
/* line 751, ../sass/components/_profile-forms.scss */
.page-node-actions .actions-table th.views-field-changed {
  width: 112px; }
/* line 755, ../sass/components/_profile-forms.scss */
.page-node-actions .actions-table th.views-field-edit-node {
  width: 90px; }
/* line 760, ../sass/components/_profile-forms.scss */
.page-node-actions .actions-table .views-field-field-action-milestones ul {
  margin: 0;
  padding: 0 0 0 20px; }
/* line 766, ../sass/components/_profile-forms.scss */
.page-node-actions .actions-table .views-field-field-action-milestones li {
  margin: .7em 0;
  line-height: 1.3; }
/* line 772, ../sass/components/_profile-forms.scss */
.page-node-actions .actions-table .action.title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3; }
/* line 778, ../sass/components/_profile-forms.scss */
.page-node-actions .actions-table .action.desired-result {
  padding: 0 6px; }

/**
 * Create Action / Add Task
 */
/* line 798, ../sass/components/_profile-forms.scss */
.page-node-actions-add .field-name-field-desired-result .form-text,
.page-node-add-action .field-name-field-desired-result .form-text,
.page-node-edit.node-type-action .field-name-field-desired-result .form-text {
  width: 930px; }
/* line 806, ../sass/components/_profile-forms.scss */
.page-node-actions-add .field-name-field-action-milestones .inline-entity-form-node-title,
.page-node-add-action .field-name-field-action-milestones .inline-entity-form-node-title,
.page-node-edit.node-type-action .field-name-field-action-milestones .inline-entity-form-node-title {
  width: 465px; }
/* line 810, ../sass/components/_profile-forms.scss */
.page-node-actions-add .field-name-field-action-milestones #edit-field-action-milestones-und-actions-ief-add-existing,
.page-node-actions-add .field-name-field-action-milestones #edit-field-action-milestones-und-actions-ief-add-existing--2,
.page-node-actions-add .field-name-field-action-milestones #edit-field-action-milestones-und-actions-ief-add-existing--3,
.page-node-add-action .field-name-field-action-milestones #edit-field-action-milestones-und-actions-ief-add-existing,
.page-node-add-action .field-name-field-action-milestones #edit-field-action-milestones-und-actions-ief-add-existing--2,
.page-node-add-action .field-name-field-action-milestones #edit-field-action-milestones-und-actions-ief-add-existing--3,
.page-node-edit.node-type-action .field-name-field-action-milestones #edit-field-action-milestones-und-actions-ief-add-existing,
.page-node-edit.node-type-action .field-name-field-action-milestones #edit-field-action-milestones-und-actions-ief-add-existing--2,
.page-node-edit.node-type-action .field-name-field-action-milestones #edit-field-action-milestones-und-actions-ief-add-existing--3 {
  display: none; }
/* line 817, ../sass/components/_profile-forms.scss */
.page-node-actions-add .field-name-field-action-milestones #edit-field-action-milestones-und-form-actions input,
.page-node-add-action .field-name-field-action-milestones #edit-field-action-milestones-und-form-actions input,
.page-node-edit.node-type-action .field-name-field-action-milestones #edit-field-action-milestones-und-form-actions input {
  margin-right: 10px; }
/* line 827, ../sass/components/_profile-forms.scss */
.page-node-actions-add .group-dates .field-type-datetime,
.page-node-add-action .group-dates .field-type-datetime,
.page-node-edit.node-type-action .group-dates .field-type-datetime {
  float: left;
  width: 180px; }
/* line 832, ../sass/components/_profile-forms.scss */
.page-node-actions-add .group-dates .field-name-field-action-removed,
.page-node-add-action .group-dates .field-name-field-action-removed,
.page-node-edit.node-type-action .group-dates .field-name-field-action-removed {
  display: block;
  clear: left; }
/* line 838, ../sass/components/_profile-forms.scss */
.page-node-actions-add .action-removed-save-warning,
.page-node-add-action .action-removed-save-warning,
.page-node-edit.node-type-action .action-removed-save-warning {
  background-color: #FFFCE4;
  border: 3px solid;
  padding: 10px;
  border-color: #EFE16C;
  display: inline-block;
  white-space: nowrap;
  width: 100%; }
  /* line 847, ../sass/components/_profile-forms.scss */
  .page-node-actions-add .action-removed-save-warning .action-removed-save-warning-icon,
  .page-node-add-action .action-removed-save-warning .action-removed-save-warning-icon,
  .page-node-edit.node-type-action .action-removed-save-warning .action-removed-save-warning-icon {
    content: url("../images/attention.svg");
    width: 45px;
    margin-right: 20px;
    display: inline-block;
    white-space: normal;
    vertical-align: middle; }
  /* line 856, ../sass/components/_profile-forms.scss */
  .page-node-actions-add .action-removed-save-warning .action-removed-save-warning-msg,
  .page-node-add-action .action-removed-save-warning .action-removed-save-warning-msg,
  .page-node-edit.node-type-action .action-removed-save-warning .action-removed-save-warning-msg {
    display: inline-block;
    width: 93%;
    white-space: normal;
    vertical-align: middle; }

/**
 * Engagement Opportunities Tab
 */
/* line 873, ../sass/components/_profile-forms.scss */
.page-node-opportunities .opportunities-page.profile-form-page {
  background: url("../images/illustration-2.png") no-repeat 518px top; }
  /* line 876, ../sass/components/_profile-forms.scss */
  .page-node-opportunities .opportunities-page.profile-form-page .page-description {
    width: 461px;
    min-height: 240px; }
/* line 883, ../sass/components/_profile-forms.scss */
.page-node-opportunities th.views-field-title {
  width: 200px; }
/* line 887, ../sass/components/_profile-forms.scss */
.page-node-opportunities td.views-field-title {
  font-weight: 600;
  line-height: 1.3; }
/* line 893, ../sass/components/_profile-forms.scss */
.page-node-opportunities th.views-field-field-short-description {
  width: 250px; }

/**
 * Create/Add/Edit Engagement Opportunities
 */
/* line 906, ../sass/components/_profile-forms.scss */
.page-node-edit.node-type-engagement-opportunity .field-name-field-short-description .form-text,
.page-node-add-engagement-opportunity .field-name-field-short-description .form-text {
  width: 970px; }
/* line 910, ../sass/components/_profile-forms.scss */
.page-node-edit.node-type-engagement-opportunity .field-name-field-end-date .form-type-date-select label,
.page-node-add-engagement-opportunity .field-name-field-end-date .form-type-date-select label {
  font-size: 14px;
  font-size: 0.875rem; }

/**
 * Additional Impacts tab
 */
/* line 920, ../sass/components/_profile-forms.scss */
.page-node-edit.node-type-fip-profile .group-additional-impacts {
  background: url("../images/illustration-3.png") no-repeat 518px top; }
  /* line 923, ../sass/components/_profile-forms.scss */
  .page-node-edit.node-type-fip-profile .group-additional-impacts > .fieldset-wrapper > .fieldset-description {
    width: 461px;
    min-height: 240px;
    color: #1a2c3f;
    font-size: 16px;
    font-size: 1rem; }

/**
 * Participants field collection
 */
/* line 938, ../sass/components/_profile-forms.scss */
.field-type-field-collection.field-name-field-participants .field-name-field-participant-org-name,
.field-type-field-collection.field-name-field-participants .field-name-field-participant-contact-name,
.field-type-field-collection.field-name-field-participants .field-name-field-participant-url {
  width: 270px;
  margin: 0 30px 10px 0; }
  /* line 944, ../sass/components/_profile-forms.scss */
  .field-type-field-collection.field-name-field-participants .field-name-field-participant-org-name .form-text,
  .field-type-field-collection.field-name-field-participants .field-name-field-participant-contact-name .form-text,
  .field-type-field-collection.field-name-field-participants .field-name-field-participant-url .form-text {
    width: 270px; }

/* line 952, ../sass/components/_profile-forms.scss */
.node-fip_profile-form .field-name-field-participants {
  margin-top: 40px; }

/* line 956, ../sass/components/_profile-forms.scss */
.addl-participant-overlay {
  z-index: 999999;
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(128, 128, 128, 0.3); }

/* line 966, ../sass/components/_profile-forms.scss */
.additional-participants-prompt {
  border-width: 2px;
  color: #234600;
  background-color: #f8fff0;
  font-size: 14px;
  border-color: #be7;
  margin: 6px 6px 30px 6px;
  padding: 10px 10px 10px 10px;
  background-position: 8px 8px;
  background-repeat: no-repeat;
  border: 1px solid; }

/* line 980, ../sass/components/_profile-forms.scss */
.participants-prompt {
  border-width: 2px;
  color: #234600;
  font-size: 14px;
  background-color: #f8fff0;
  border-color: #be7;
  margin: 17px 6px 6px 6px;
  padding: 10px 10px 10px 10px;
  background-position: 8px 8px;
  background-repeat: no-repeat;
  border: 1px solid; }

/* line 996, ../sass/components/_profile-forms.scss */
.page-node-edit.node-type-fip-profile #field-participants-add-more-wrapper th label,
.page-node-edit.node-type-fip-profile #field-additional-participants-add-more-wrapper th label {
  margin-bottom: 0px;
  background: white;
  padding-bottom: 3px; }

/**
 * Submit for Review block/button
 */
/* line 1008, ../sass/components/_profile-forms.scss */
.block--fuseiq-custom-fip-submit-4-approval-block {
  background: #9da374;
  position: fixed;
  bottom: 0;
  z-index: 5;
  width: 100%; }
  /* line 1015, ../sass/components/_profile-forms.scss */
  .block--fuseiq-custom-fip-submit-4-approval-block .fuseiq-custom-form-submit-4-approval {
    width: 1016px;
    padding: 10px 20px; }
    /* line 13, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/toolkit-2.10.2/stylesheets/toolkit/_clearfix.scss */
    .block--fuseiq-custom-fip-submit-4-approval-block .fuseiq-custom-form-submit-4-approval:after {
      content: "";
      display: table;
      clear: both; }
  /* line 1021, ../sass/components/_profile-forms.scss */
  .block--fuseiq-custom-fip-submit-4-approval-block .block__content .text {
    float: left;
    margin-top: .3em;
    color: #fff; }
  /* line 1027, ../sass/components/_profile-forms.scss */
  .block--fuseiq-custom-fip-submit-4-approval-block input[type="submit"] {
    background: #fca448;
    float: right;
    padding: 7px 20px;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600; }
  /* line 1035, ../sass/components/_profile-forms.scss */
  .block--fuseiq-custom-fip-submit-4-approval-block input[type="submit"]:hover {
    background: #1a2c3f; }

/* line 1041, ../sass/components/_profile-forms.scss */
.page-node-actions-add .block--fuseiq-custom-fip-submit-4-approval-block {
  display: none; }

/* social documents entry form */
/* line 1047, ../sass/components/_profile-forms.scss */
.page-node-social-performance-edit .social-documents-save-warning {
  background-color: #FFFCE4;
  border: 3px solid;
  padding: 10px;
  border-color: #EFE16C;
  display: inline-block;
  white-space: nowrap;
  width: 100%; }
  /* line 1056, ../sass/components/_profile-forms.scss */
  .page-node-social-performance-edit .social-documents-save-warning .social-documents-save-warning-icon {
    content: url("../images/attention.svg");
    width: 45px;
    margin-right: 20px;
    display: inline-block;
    white-space: normal;
    vertical-align: middle; }
  /* line 1065, ../sass/components/_profile-forms.scss */
  .page-node-social-performance-edit .social-documents-save-warning .social-documents-save-warning-msg {
    display: inline-block;
    width: 93%;
    white-space: normal;
    vertical-align: middle; }

/* line 1075, ../sass/components/_profile-forms.scss */
.view-id-fip_social_document_display.view-display-id-ra .views-field-views-conditional,
.view-id-fip_social_document_display.view-display-id-ra .views-field-views-conditional-1 {
  display: none; }

/* line 1083, ../sass/components/_profile-forms.scss */
.page-node-edit.node-type-fip-profile .field-name-field-date-entered-full-asmt {
  margin-bottom: 10px; }
/* line 1087, ../sass/components/_profile-forms.scss */
.page-node-edit.node-type-fip-profile .field-name-field-completion-link {
  clear: left; }

/**
 * Search Block
 */
/* line 10, ../sass/components/_search.scss */
.block--search-form {
  display: none; }

@media only screen and (min-width: 57em) {
  /* line 37, ../sass/components/_search.scss */
  .block--search-form {
    display: block; }

  /* line 40, ../sass/components/_search.scss */
  .block--search-form .block__content {
    float: right;
    position: relative;
    width: 190px;
    margin-top: 7px; }
    /* line 48, ../sass/components/_search.scss */
    .block--search-form .block__content .form-type-textfield .form-text {
      background: #485665;
      width: 190px;
      padding: 4px 30px 4px 5px;
      color: #fff;
      border: none;
      border-radius: 3px; }
    /* line 58, ../sass/components/_search.scss */
    .block--search-form .block__content .form-actions .form-submit {
      background: none;
      position: absolute;
      top: 5px;
      right: 0px; }
      /* line 64, ../sass/components/_search.scss */
      .block--search-form .block__content .form-actions .form-submit:hover {
        background: none; } }
/* line 82, ../sass/components/_search.scss */
.not-responsive .block--search-form {
  display: block; }
/* line 85, ../sass/components/_search.scss */
.not-responsive .block--search-form .block__content {
  float: right;
  position: relative;
  width: 190px;
  margin-top: 7px; }
  /* line 93, ../sass/components/_search.scss */
  .not-responsive .block--search-form .block__content .form-type-textfield .form-text {
    background: #485665;
    width: 190px;
    padding: 4px 30px 4px 5px;
    color: #fff;
    border: none;
    border-radius: 3px; }
  /* line 103, ../sass/components/_search.scss */
  .not-responsive .block--search-form .block__content .form-actions .form-submit {
    background: none;
    position: absolute;
    top: 5px;
    right: 0px; }
    /* line 109, ../sass/components/_search.scss */
    .not-responsive .block--search-form .block__content .form-actions .form-submit:hover {
      background: none; }

/**
 * Sidebar First
 */
/* line 12, ../sass/components/_sidebar-first.scss */
.l-region--sidebar-first .block {
  background: #fff;
  border: 2px solid #bac0ad; }
/* line 19, ../sass/components/_sidebar-first.scss */
.l-region--sidebar-first .block--menu-block .block__title {
  background: #1a2c3f;
  padding: 10px 20px;
  margin: 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff; }
  /* line 27, ../sass/components/_sidebar-first.scss */
  .l-region--sidebar-first .block--menu-block .block__title a {
    color: #fff; }
/* line 31, ../sass/components/_sidebar-first.scss */
.l-region--sidebar-first .block--menu-block .menu {
  margin: 0;
  padding: 5px 0 10px;
  list-style: none; }
  /* line 36, ../sass/components/_sidebar-first.scss */
  .l-region--sidebar-first .block--menu-block .menu li {
    list-style: none;
    color: #fff; }
    /* line 40, ../sass/components/_sidebar-first.scss */
    .l-region--sidebar-first .block--menu-block .menu li a {
      display: block;
      margin: 5px 0;
      padding: 3px 20px;
      color: #1a2c3f;
      line-height: 1.2;
      text-decoration: none; }
    /* line 48, ../sass/components/_sidebar-first.scss */
    .l-region--sidebar-first .block--menu-block .menu li a.active,
    .l-region--sidebar-first .block--menu-block .menu li a:hover {
      background: #9da374;
      color: #fff; }

/* line 7, ../sass/components/_user.scss */
.page-user-edit #edit-contact,
.page-user-edit #edit-overlay-control {
  display: none; }

/* line 19, ../sass/components/_user.scss */
.page-user-dashboard .view-fip-dashboard-flag table {
  width: 100%; }
  /* line 22, ../sass/components/_user.scss */
  .page-user-dashboard .view-fip-dashboard-flag table .views-field-field-fip-progress-rating {
    width: 58px;
    text-align: center; }
  /* line 26, ../sass/components/_user.scss */
  .page-user-dashboard .view-fip-dashboard-flag table .views-field-ops {
    width: 68px;
    text-align: center; }
  /* line 32, ../sass/components/_user.scss */
  .page-user-dashboard .view-fip-dashboard-flag table td.views-field-ops .flag-wrapper {
    display: inline-block;
    height: 16px; }
  /* line 36, ../sass/components/_user.scss */
  .page-user-dashboard .view-fip-dashboard-flag table td.views-field-ops a {
    display: inline-block;
    padding-top: 4px;
    /* hide text w/o using negative indent */
    font: 0/0 a;
    text-shadow: none;
    color: transparent; }
    /* line 40, ../sass/components/_user.scss */
    .page-user-dashboard .view-fip-dashboard-flag table td.views-field-ops a:before {
      content: url("../images/icon-remove.svg"); }
  /* line 46, ../sass/components/_user.scss */
  .page-user-dashboard .view-fip-dashboard-flag table .views-field-field-fip-stage {
    width: 25%; }

/*# sourceMappingURL=fip.styles.css.map */
