@charset "UTF-8";
/*!
 * Common colors and constants
 * ===========================
 *
 * Text sizing
 * -----------
 * Body copy: 18px
 * Line height / baseline grid: 24px
 * H6: 20px
 * H5: 23px
 * H4: 28px
 * H3: 35px
 * H2: 45px
 * H1: 60px
 * Small or secondary: 16px, 14px
 *
 * Text colors
 * -----------
 * Copy: #4d5758
 * Titles: #002855
 *
 * Theme colors
 * ------------
 * Primary (IACP Blue): #002856
 *   Tint: #405e80
 *   Shade: #001c3d
 * Accent (Light Blue): #4094da
 *   Tint: #bfdbf2
 *   Shade: #0070cd
 * Action (Gold): #f5a81c
 *   Tint: #f7bd40
 *   Shade: #c99028
 *
 * Other colors
 * ------------
 * Page background: #ffffff
 * Light wash: #eeeeee
 * Mid wash: #d2d4d5
 * Dark wash: #222222
 * Warnings: #e67e22
 *
 * Measurements
 * ------------
 * Maximum page width: 1080px
 *
 * Breakpoints
 * -----------
 * Small: 480px
 * Medium: 768px
 * Large: 960px
 * Widescreen: 1176px
 */


/*! ---------- =reset ---------- */

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

ul {
  list-style: disc;
}

blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

img {
  -ms-interpolation-mode: bicubic;
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
  margin: 48px 0;
  border-bottom: 1px solid #d2d4d5;
}

pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


/*! ---------- =typography ---------- */

body {
  font: 18px/24px "Barlow", Helvetica, Arial, sans-serif;
  color: #4d5758;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

p,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 24px;
}
p:last-child,
ol:last-child,
ul:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}
p,
ol,
ul {
  orphans: 2;
  widows: 2;
}
ol,
ul {
  margin-left: 2em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Barlow", Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  color: #002855;
}
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
  display: inline-block;
  vertical-align: middle;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  display: block;
}
h1 {
  font-size: 60px;
  line-height: 60px;
}

@media (max-width: 767px) {
  h1 {
    font-size: 45px;
    line-height: 48px;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 35px;
    line-height: 36px;
  }
}

h2 {
  font-size: 45px;
  line-height: 48px;
}

@media (max-width: 767px) {
  h2 {
    font-size: 35px;
    line-height: 36px;
  }
}

h3 {
  font-size: 35px;
  line-height: 36px;
}

@media (max-width: 767px) {
  h3 {
    font-size: 28px;
    line-height: 36px;
  }
}

h4 {
  font-size: 28px;
  line-height: 36px;
}
h5 {
  font-size: 23px;
  line-height: 24px;
}
h6 {
  font-size: 20px;
  line-height: 24px;
}

.styled {
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
.styled span {
  color: #4094da;
}

.text-size {
  font-size: 18px !important;
  line-height: 24px;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.clear {
  clear: left;
}

.note {
  font-family: "Barlow", Helvetica, Arial, sans-serif;
  font-size: 80%;
  opacity: 0.8;
}
pre + .note,
input + .note,
textarea + .note {
  margin-top: -12px;
}

.lead {
  font-size: 120%;
  line-height: 1.3;
}

.highlight {
  color: #4094da;
}

.warn {
  color: #e67e22;
}

.type-family-sample {
  font-size: 35px;
  line-height: 36px;
}


/*! ---------- =common =components ---------- */

a {
  text-decoration: none;
  color: #4094da;
}
a:hover,
a:focus {
  color: #f5a81c;
}
a,
button {
  transition: color 0.15s ease-out,
                background-color 0.15s ease-out,
                border 0.15s ease-out,
                box-shadow 0.15s ease-out,
                opacity 0.15s ease-out;
}

.more {
  color: #4d5758;
  display: inline-block;
  font-weight: 700;
}
.more .fas {
  margin-left: 0.3em;
  transition: transform 0.15s ease-out;
}
.more:hover .fas,
.more:focus .fas {
  -ms-transform: translateX(0.2em);
  transform: translateX(0.2em);
}

.margin {
  margin-bottom: 24px !important;
}

.margin-large {
  margin-bottom: 48px !important;
}

.margin-small {
  margin-bottom: 12px !important;
}

.margin-top {
  margin-top: 24px !important;
}

.margin-top-large {
  margin-top: 48px !important;
}

.margin-top-small {
  margin-top: 12px !important;
}

.no-margin {
  margin-bottom: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.padding {
  padding-bottom: 24px !important;
}

.padding-large {
  padding-bottom: 48px !important;
}

.padding-small {
  padding-bottom: 12px !important;
}

.padding-top {
  padding-top: 24px !important;
}

.padding-top-large {
  padding-top: 48px !important;
}

.padding-top-small {
  padding-top: 12px !important;
}

.last-section {
  margin-bottom: -24px !important;
}

@media (min-width: 768px) {
  .last-section {
    margin-bottom: -48px !important;
  }
}


.img-left,
.img-right {
  display: block;
  max-width: 40%;
  margin: 0 0 12px;
}
.img-left img,
.img-right img {
  display: block;
}
.img-left {
  float: left;
  margin-right: 12px;
}
.img-right {
  float: right;
  margin-left: 12px;
}

figure {
  display: block;
  margin-bottom: 24px;
  border: 1px solid #eee;
  padding: 6px;
}

figcaption {
  display: block;
  padding: 6px 0;
  font-size: 14px;
  opacity: 0.8;
}

dl:not(:last-child) {
  margin-bottom: 24px;
}

dt {
  float: left;
  clear: left;
  margin-right: 18px;
  font-weight: 700;
}
dt ~ dt {
  margin-top: 12px;
}

dd {
  display: block;
  overflow: hidden;
}
dd ~ dd {
  margin-top: 12px;
}

.to-screen-edges,
.page-footer__copyright,
.content .hero,
.content .page-bounds .hero,
.content .hero__content .hero,
.content .alternate-background__content .hero,
.alternate-background {
  width: auto !important;
  margin-left: -24px;
  margin-right: -24px;
}
.to-screen-edges__content {
  padding-left: 24px;
  padding-right: 24px;
}

@media (min-width: 768px) {
  .to-screen-edges,
  .page-footer__copyright,
  .content .page-bounds .hero,
  .content .hero,
  .content .hero__content .hero,
  .content .alternate-background__content .hero,
  .alternate-background {
    margin-left: -48px;
    margin-right: -48px;
  }
  .to-screen-edges__content {
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media (min-width: 1176px) {
  .to-screen-edges,
  .page-footer__copyright,
  .content .hero,
  .content .page-bounds .hero,
  .content .hero__content .hero,
  .content .alternate-background__content .hero,
  .alternate-background {
    margin-left: calc(-50vw + (1080px / 2));
    margin-right: calc(-50vw + (1080px / 2));
  }
  .to-screen-edges__content {
    padding-left: calc(50vw - (1080px / 2));
    padding-right: calc(50vw - (1080px / 2));
  }
}

blockquote,
.pull-quote {
  padding: 24px 0;
  margin: 24px 0;
  border: solid #f5a81c;
  border-width: 2px 0;
  font-size: 20px;
  line-height: 36px;
  font-weight: 300;
}
.pull-quote__attribution {
  display: block;
  font-size: 16px;
  line-height: 24px;
  opacity: 0.8;
}
.pull-quote__attribution::before {
  content: '– ';
}
p + .pull-quote__attribution {
  margin-top: -18px;
}

@media (min-width: 480px) {
  .pull-quote--left,
  .pull-quote--right {
    max-width: 40%;
    margin-top: 0;
  }
  .pull-quote--left {
    float: left;
    margin-right: 24px;
    padding: 0 24px 0 0;
    border-width: 0 2px 0 0;
  }
  .pull-quote--right {
    float: right;
    margin-left: 24px;
  }
}


.content-box {
  background: #fff;
  border: 1px solid #d2d4d5;
  padding: 24px;
  word-break: break-word;
}
.content-box:not(:last-child) {
  margin-bottom: 24px;
}
.content-box h1,
.content-box h2,
.content-box h3,
.content-box h4,
.content-box h5,
.content-box h6 {
  background: #d2d4d5;
  color: #4d5758;
  letter-spacing: 0.15rem;
  margin-bottom: 24px;
  margin-left: -25px;
  margin-right: -25px;
  margin-top: -25px;
  padding: 24px;
  text-transform: uppercase;
}
.content-box__title {
  font-size: 18px;
  line-height: 24px;
  padding: 18px 24px !important;
}
.content-box--highlight {
  background: url(../images/bg-pattern.png) no-repeat #002856;
  background-position: -40% 30%;
  border-color: rgba(255, 255, 255, 0);
  color: #fff;
}
.content-box--highlight h1,
.content-box--highlight h2,
.content-box--highlight h3,
.content-box--highlight h4,
.content-box--highlight h5,
.content-box--highlight h6 {
  background: #4094da;
  color: #fff;
}
.content-box--action {
  border-color: #f5a81c;
}
.content-box--action h1,
.content-box--action h2,
.content-box--action h3,
.content-box--action h4,
.content-box--action h5,
.content-box--action h6 {
  background: #f5a81c;
  color: #fff;
}
.content-box__section + .content-box__section {
  border-top: 1px solid #d2d4d5;
  margin-top: 24px;
  padding-top: 24px;
}

.truncator-expand {
  display: block;
  width: 100%;
  padding-top: 6px;
  margin-top: 12px;
  border-top: 1px dashed #d2d4d5;
  text-align: left;
  color: #f5a81c;
  font-weight: 700;
  font-size: 16px;
}
.margin + .truncator-expand {
  margin-top: -12px;
}
.margin + .truncator-expand:not(:last-child) {
  margin-bottom: 24px;
}
.item-list + .truncator-expand,
.margin-large + .truncator-expand {
  margin-top: -36px;
}
.item-list + .truncator-expand:not(:last-child),
.margin-large + .truncator-expand:not(:last-child) {
  margin-bottom: 48px;
}

.color-spec {
  overflow: hidden;
  border: 1px solid #d2d4d5;
}
.color-spec__swatch {
  height: 0;
  padding-bottom: 100%;
}
.color-spec__text {
  padding: 24px 18px;
  font-size: 16px;
}
.color-spec__title {
  font-size: 20px;
  margin-bottom: 12px;
}
.color-spec__text p:not(:last-child) {
  margin-bottom: 12px;
}
.color-spec__role {
  font-style: italic;
  opacity: 0.65;
}

.js .toggle-target:not(.is-active) {
  display: none;
}

.screenreaders-only {
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.group:after,
dl:after,
.side-label:after,
.page-header:after,
.interior-layout:after,
.item-list__item:after {
  content: "";
  display: table;
  clear: both;
}

.trakker-box sup {
  font-size: 10px;
}

.list-trakker a,
.list-folders a {
  color: #4d5758;
  font-weight: 700;
}
.list-trakker a:hover,
.list-trakker a:focus,
.list-folders a:hover,
.list-folders a:focus {
  color: #f5a81c;
}
.list-trakker span,
.list-folders span {
  color: #f5a81c;
  font-weight: 700;
  margin-right: 12px;
}
.list-trakker .item-list__item a:hover,
.list-trakker .item-list__item a:focus,
.list-folders .item-list__item a:hover,
.list-folders .item-list__item a:focus,
.list-folders .item-list__item:hover .item-list__title,
.list-folders .item-list__item:focus .item-list__title,
.list-folders .item-list__item:hover span,
.list-folders .item-list__item:focus span {
  color: #f5a81c;
}

.list-trakker .item-list__item + .item-list__item,
.list-folders .item-list__item + .item-list__item {
  margin-top: 15px;
  padding-top: 15px;
}

.research-folders__shared {
  border-top: 1px solid #d2d4d5;
  margin-top: 15px;
  padding-top: 15px;
}

.list-folders a:hover span,
.list-folders a:focus span {
  color: #f5a81c;
}
.list-folders span {
  color: #4d5758;
  font-weight: 400;
}

@media (min-width: 960px) {
  .list-folders span {
    float: right;
    margin-right: 0;
    text-align: right;
  }
}

.list-folders .item-list__title {
  font-size: 18px !important;
}

@media (min-width: 960px) {
  .list-folders .item-list__title {
    float: left;
    max-width: 70%;
  }
}

.list-folders .item-list__item + .item-list__item {
  border-top: 0;
  margin-top: 0;
  padding-top: 6px;
}

/*! common spacing classes */

.space-t-6 {
  margin-top: 72px;
}

.space-t-5 {
  margin-top: 48px;
}

.space-t-4 {
  margin-top: 36px;
}

.space-t-3 {
  margin-top: 24px;
}

.space-t-2 {
  margin-top: 12px;
}

.space-t-1 {
  margin-top: 6px;
}

.space-t-0 {
  margin-top: 0;
}

.pad-t-6 {
  padding-top: 72px;
}

.pad-t-5 {
  padding-top: 48px;
}

.pad-t-4 {
  padding-top: 36px;
}

.pad-t-3 {
  padding-top: 24px;
}

.pad-t-2 {
  padding-top: 12px;
}

.pad-t-1 {
  padding-top: 6px;
}

.pad-t-0 {
  padding-top: 0;
}

.space-r-6 {
  margin-right: 72px;
}

.space-r-5 {
  margin-right: 48px;
}

.space-r-4 {
  margin-right: 36px;
}

.space-r-3 {
  margin-right: 24px;
}

.space-r-2 {
  margin-right: 12px;
}

.space-r-1 {
  margin-right: 6px;
}

.space-r-0 {
  margin-right: 0;
}

.pad-r-6 {
  padding-right: 72px;
}

.pad-r-5 {
  padding-right: 48px;
}

.pad-r-4 {
  padding-right: 36px;
}

.pad-r-3 {
  padding-right: 24px;
}

.pad-r-2 {
  padding-right: 12px;
}

.pad-r-1 {
  padding-right: 6px;
}

.pad-r-0 {
  padding-right: 0;
}

.space-b-6 {
  margin-bottom: 72px;
}

.space-b-5 {
  margin-bottom: 48px;
}

.space-b-4 {
  margin-bottom: 36px;
}

.space-b-3 {
  margin-bottom: 24px;
}

.space-b-2 {
  margin-bottom: 12px;
}

.space-b-1 {
  margin-bottom: 6px;
}

.space-b-0 {
  margin-bottom: 0;
}

.pad-b-6 {
  padding-bottom: 72px;
}

.pad-b-5 {
  padding-bottom: 48px;
}

.pad-b-4 {
  padding-bottom: 36px;
}

.pad-b-3 {
  padding-bottom: 24px;
}

.pad-b-2 {
  padding-bottom: 12px;
}

.pad-b-1 {
  padding-bottom: 6px;
}

.pad-b-0 {
  padding-bottom: 0;
}

.space-l-6 {
  margin-left: 72px;
}

.space-l-5 {
  margin-left: 48px;
}

.space-l-4 {
  margin-left: 36px;
}

.space-l-3 {
  margin-left: 24px;
}

.space-l-2 {
  margin-left: 12px;
}

.space-l-1 {
  margin-left: 6px;
}

.space-l-0 {
  margin-left: 0;
}

.pad-l-6 {
  padding-left: 72px;
}

.pad-l-5 {
  padding-left: 48px;
}

.pad-l-4 {
  padding-left: 36px;
}

.pad-l-3 {
  padding-left: 24px;
}

.pad-l-2 {
  padding-left: 12px;
}

.pad-l-1 {
  padding-left: 6px;
}

.pad-l-0 {
  padding-left: 0;
}


@media (min-width: 768px) {
  .space-t-6-m {
    margin-top: 72px;
  }

  .space-t-5-m {
    margin-top: 48px;
  }

  .space-t-4-m {
    margin-top: 36px;
  }

  .space-t-3-m {
    margin-top: 24px;
  }

  .space-t-2-m {
    margin-top: 12px;
  }

  .space-t-1-m {
    margin-top: 6px;
  }

  .space-t-0-m {
    margin-top: 0;
  }

  .pad-t-6-m {
    padding-top: 72px;
  }

  .pad-t-5-m {
    padding-top: 48px;
  }

  .pad-t-4-m {
    padding-top: 36px;
  }

  .pad-t-3-m {
    padding-top: 24px;
  }

  .pad-t-2-m {
    padding-top: 12px;
  }

  .pad-t-1-m {
    padding-top: 6px;
  }

  .pad-t-0-m {
    padding-top: 0;
  }

  .space-r-6-m {
    margin-right: 72px;
  }

  .space-r-5-m {
    margin-right: 48px;
  }

  .space-r-4-m {
    margin-right: 36px;
  }

  .space-r-3-m {
    margin-right: 24px;
  }

  .space-r-2-m {
    margin-right: 12px;
  }

  .space-r-1-m {
    margin-right: 6px;
  }

  .space-r-0-m {
    margin-right: 0;
  }

  .pad-r-6-m {
    padding-right: 72px;
  }

  .pad-r-5-m {
    padding-right: 48px;
  }

  .pad-r-4-m {
    padding-right: 36px;
  }

  .pad-r-3-m {
    padding-right: 24px;
  }

  .pad-r-2-m {
    padding-right: 12px;
  }

  .pad-r-1-m {
    padding-right: 6px;
  }

  .pad-r-0-m {
    padding-right: 0;
  }

  .space-b-6-m {
    margin-bottom: 72px;
  }

  .space-b-5-m {
    margin-bottom: 48px;
  }

  .space-b-4-m {
    margin-bottom: 36px;
  }

  .space-b-3-m {
    margin-bottom: 24px;
  }

  .space-b-2-m {
    margin-bottom: 12px;
  }

  .space-b-1-m {
    margin-bottom: 6px;
  }

  .space-b-0-m {
    margin-bottom: 0;
  }

  .pad-b-6-m {
    padding-bottom: 72px;
  }

  .pad-b-5-m {
    padding-bottom: 48px;
  }

  .pad-b-4-m {
    padding-bottom: 36px;
  }

  .pad-b-3-m {
    padding-bottom: 24px;
  }

  .pad-b-2-m {
    padding-bottom: 12px;
  }

  .pad-b-1-m {
    padding-bottom: 6px;
  }

  .pad-b-0-m {
    padding-bottom: 0;
  }

  .space-l-6-m {
    margin-left: 72px;
  }

  .space-l-5-m {
    margin-left: 48px;
  }

  .space-l-4-m {
    margin-left: 36px;
  }

  .space-l-3-m {
    margin-left: 24px;
  }

  .space-l-2-m {
    margin-left: 12px;
  }

  .space-l-1-m {
    margin-left: 6px;
  }

  .space-l-0-m {
    margin-left: 0;
  }

  .pad-l-6-m {
    padding-left: 72px;
  }

  .pad-l-5-m {
    padding-left: 48px;
  }

  .pad-l-4-m {
    padding-left: 36px;
  }

  .pad-l-3-m {
    padding-left: 24px;
  }

  .pad-l-2-m {
    padding-left: 12px;
  }

  .pad-l-1-m {
    padding-left: 6px;
  }

  .pad-l-0-m {
    padding-left: 0;
  }
}

/* Responsive video embeds */
.embedvid {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 24px;
}
.embedvid iframe,
.embedvid object,
.embedvid embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}


/*! ---------- =grids ---------- */

.grid {
  display: block;
  padding: 0;
  margin: 0 -24px 0 0;
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  text-align: center;
  list-style: none;
}
.grid.align-left {
  text-align: left;
}
.grid.align-right {
  text-align: right;
}
.grid.no-margin {
  margin-bottom: -24px;
}
.grid--compact {
  margin-right: -12px;
}
.grid--compact.no-margin {
  margin-bottom: -12px;
}
.grid__unit {
  display: inline-block;
  width: 100%;
  padding: 0 24px 24px 0;
  margin: 0;
  vertical-align: top;
  letter-spacing: normal;
  text-rendering: auto;
  text-align: left;
}
.grid--compact > .grid__unit {
  padding: 0 12px 12px 0;
}
.grid__unit--1-2 {
  width: 50%;
}
.grid__unit--1-3 {
  width: 33.33%;
}
.grid__unit--2-3 {
  width: 66.66%;
}
.grid__unit--1-4 {
  width: 25%;
}
.grid__unit--3-4 {
  width: 75%;
}
.grid__unit--1-5 {
  width: 20%;
}
.grid__unit--2-5 {
  width: 40%;
}
.grid__unit--3-5 {
  width: 60%;
}
.grid__unit--4-5 {
  width: 80%;
}
.grid__unit--1-6 {
  width: 16.66%;
}
.grid__unit--5-6 {
  width: 83.3%;
}
.grid__unit--1-8 {
  width: 12.5%;
}
.grid__unit--3-8 {
  width: 37.5%;
}
.grid__unit--5-8 {
  width: 62.5%;
}
.grid__unit--7-8 {
  width: 87.5%;
}
.grid__unit--1-9 {
  width: 11.11%;
}
.grid__unit--2-9 {
  width: 22.22%;
}
.grid__unit--4-9 {
  width: 44.44%;
}
.grid__unit--5-9 {
  width: 55.55%;
}
.grid__unit--7-9 {
  width: 77.77%;
}
.grid__unit--8-9 {
  width: 88.88%;
}
.grid__unit--1-12 {
  width: 8.33%;
}
.grid__unit--5-12 {
  width: 41.65%;
}
.grid__unit--7-12 {
  width: 58.31%;
}
.grid__unit--11-12 {
  width: 91.63%;
}

@media (min-width: 480px) {
  .grid__unit--1-1-s {
    width: 100%;
  }
  .grid__unit--1-2-s {
    width: 50%;
  }
  .grid__unit--1-3-s {
    width: 33.33%;
  }
  .grid__unit--2-3-s {
    width: 66.66%;
  }
  .grid__unit--1-4-s {
    width: 25%;
  }
  .grid__unit--3-4-s {
    width: 75%;
  }
  .grid__unit--1-5-s {
    width: 20%;
  }
  .grid__unit--2-5-s {
    width: 40%;
  }
  .grid__unit--3-5-s {
    width: 60%;
  }
  .grid__unit--4-5-s {
    width: 80%;
  }
  .grid__unit--1-6-s {
    width: 16.66%;
  }
  .grid__unit--5-6-s {
    width: 83.3%;
  }
  .grid__unit--1-8-s {
    width: 12.5%;
  }
  .grid__unit--3-8-s {
    width: 37.5%;
  }
  .grid__unit--5-8-s {
    width: 62.5%;
  }
  .grid__unit--7-8-s {
    width: 87.5%;
  }
  .grid__unit--1-9-s {
    width: 11.11%;
  }
  .grid__unit--2-9-s {
    width: 22.22%;
  }
  .grid__unit--4-9-s {
    width: 44.44%;
  }
  .grid__unit--5-9-s {
    width: 55.55%;
  }
  .grid__unit--7-9-s {
    width: 77.77%;
  }
  .grid__unit--8-9-s {
    width: 88.88%;
  }
  .grid__unit--1-12-s {
    width: 8.33%;
  }
  .grid__unit--5-12-s {
    width: 41.65%;
  }
  .grid__unit--7-12-s {
    width: 58.31%;
  }
  .grid__unit--11-12-s {
    width: 91.63%;
  }
}

@media (min-width: 768px) {
  .grid {
    margin-right: -48px;
  }
  .grid.no-margin {
    margin-bottom: -48px;
  }
  .grid--compact {
    margin-right: -24px;
  }
  .grid--compact.no-margin {
    margin-bottom: -24px;
  }
  .grid__unit {
    padding: 0 48px 48px 0;
  }
  .grid--compact > .grid__unit {
    padding: 0 24px 24px 0;
  }
  .grid__unit--1-1-m {
    width: 100%;
  }
  .grid__unit--1-2-m {
    width: 50%;
  }
  .grid__unit--1-3-m {
    width: 33.33%;
  }
  .grid__unit--2-3-m {
    width: 66.66%;
  }
  .grid__unit--1-4-m {
    width: 25%;
  }
  .grid__unit--3-4-m {
    width: 75%;
  }
  .grid__unit--1-5-m {
    width: 20%;
  }
  .grid__unit--2-5-m {
    width: 40%;
  }
  .grid__unit--3-5-m {
    width: 60%;
  }
  .grid__unit--4-5-m {
    width: 80%;
  }
  .grid__unit--1-6-m {
    width: 16.66%;
  }
  .grid__unit--5-6-m {
    width: 83.3%;
  }
  .grid__unit--1-8-m {
    width: 12.5%;
  }
  .grid__unit--3-8-m {
    width: 37.5%;
  }
  .grid__unit--5-8-m {
    width: 62.5%;
  }
  .grid__unit--7-8-m {
    width: 87.5%;
  }
  .grid__unit--1-9-m {
    width: 11.11%;
  }
  .grid__unit--2-9-m {
    width: 22.22%;
  }
  .grid__unit--4-9-m {
    width: 44.44%;
  }
  .grid__unit--5-9-m {
    width: 55.55%;
  }
  .grid__unit--7-9-m {
    width: 77.77%;
  }
  .grid__unit--8-9-m {
    width: 88.88%;
  }
  .grid__unit--1-12-m {
    width: 8.33%;
  }
  .grid__unit--5-12-m {
    width: 41.65%;
  }
  .grid__unit--7-12-m {
    width: 58.31%;
  }
  .grid__unit--11-12-m {
    width: 91.63%;
  }
}

@media (min-width: 960px) {
  .grid__unit--1-1-l {
    width: 100%;
  }
  .grid__unit--1-2-l {
    width: 50%;
  }
  .grid__unit--1-3-l {
    width: 33.33%;
  }
  .grid__unit--2-3-l {
    width: 66.66%;
  }
  .grid__unit--1-4-l {
    width: 25%;
  }
  .grid__unit--3-4-l {
    width: 75%;
  }
  .grid__unit--1-5-l {
    width: 20%;
  }
  .grid__unit--2-5-l {
    width: 40%;
  }
  .grid__unit--3-5-l {
    width: 60%;
  }
  .grid__unit--4-5-l {
    width: 80%;
  }
  .grid__unit--1-6-l {
    width: 16.66%;
  }
  .grid__unit--5-6-l {
    width: 83.3%;
  }
  .grid__unit--1-8-l {
    width: 12.5%;
  }
  .grid__unit--3-8-l {
    width: 37.5%;
  }
  .grid__unit--5-8-l {
    width: 62.5%;
  }
  .grid__unit--7-8-l {
    width: 87.5%;
  }
  .grid__unit--1-9-l {
    width: 11.11%;
  }
  .grid__unit--2-9-l {
    width: 22.22%;
  }
  .grid__unit--4-9-l {
    width: 44.44%;
  }
  .grid__unit--5-9-l {
    width: 55.55%;
  }
  .grid__unit--7-9-l {
    width: 77.77%;
  }
  .grid__unit--8-9-l {
    width: 88.88%;
  }
  .grid__unit--1-12-l {
    width: 8.33%;
  }
  .grid__unit--5-12-l {
    width: 41.65%;
  }
  .grid__unit--7-12-l {
    width: 58.31%;
  }
  .grid__unit--11-12-l {
    width: 91.63%;
  }
}


/*! ---------- =forms ---------- */

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
textarea,
select {
  border: 1px solid #002856;
  color: #4d5758;
  color: rgba(77, 87, 88, 0.8);
  display: block;
  font: 16px/24px "Barlow", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 9px 12px;
  transition: color 0.15s ease-out, border-color 0.15s ease-out, background-color 0.15s ease-out, opacity 0.15s ease-out;
  width: 100%;
}
input[type="text"]:not(:last-child),
input[type="email"]:not(:last-child),
input[type="password"]:not(:last-child),
input[type="number"]:not(:last-child),
input[type="tel"]:not(:last-child),
textarea:not(:last-child),
select:not(:last-child),
.k-datepicker:not(:last-child) {
  margin-bottom: 24px;
}
input[type="text"].input-validation-error,
input[type="email"].input-validation-error,
input[type="password"].input-validation-error,
input[type="number"].input-validation-error,
input[type="tel"].input-validation-error,
textarea.input-validation-error,
select.input-validation-error {
  border-color: #e74c3c;
  color: #e74c3c;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
  border-color: #f5a81c;
  color: #4d5758;
}
textarea {
  padding: 12px;
  min-height: 96px;
}
textarea.textarea-large {
  min-height: 240px;
}
input[type="radio"],
input[type="checkbox"] {
  display: inline-block;
  position: relative;
  top: -0.1em;
}
label + input[type="radio"],
label + input[type="checkbox"] {
  margin-left: 24px;
}
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-image: url(/ResourcePackages/IACP/assets/images/bg-arrow.png);
  background-position: 95% 50%;
  background-repeat: no-repeat;
}

label {
  color: #4d5758;
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
  opacity: 0.9;
  transition: color 0.15s ease-out, opacity 0.15s ease-out;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
}

label.required::after {
  content: '*';
  color: #e74c3c;
  font-weight: 400;
  padding-left: 3px;
}
label.input-validation-error {
  color: #e74c3c;
}
label.is-selected {
  color: #c99028;
}
label.is-focused {
  color: #f5a81c;
  opacity: 1;
}

.side-label {
  margin: 0;
}
.side-label:not(:last-child) {
  margin-bottom: 24px;
}

@media (min-width: 480px) {
  .side-label {
    padding-left: 168px;
  }
  .side-label label {
    width: 168px;
    float: left;
    margin-left: -168px;
    padding: 6px 1em 0 0;
  }
}


.field-validation-error {
  display: block;
  margin-bottom: 24px;
  font-size: 16px;
  color: #e74c3c;
}
input + .field-validation-error,
select + .field-validation-error,
textarea + .field-validation-error {
  margin-top: -18px;
}

.k-datepicker {
  width: 100%;
}

input.date-picker.k-input {
  margin: 0;
  padding: 9px 12px;
}

/*! ---------- =body ---------- */

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  overflow-x: hidden;
  background: #fff;
}

.content {
  padding: 24px;
  padding-top: 96px;
}

.page-bounds,
.hero__content,
.alternate-background__content {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}


@media (min-width: 768px) {
  .content {
    padding: 48px;
  }
}

@media (min-width: 768px) and (max-width: 1175px) {
  .content {
    padding-top: 120px;
  }
}


/*! ---------- =header common ---------- */

.page-header {
  padding: 0 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  background: #002856;
  position: relative;
  z-index: 100;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
.page-header .page-bounds,
.page-header .hero__content,
.page-header .alternate-background__content {
  position: relative;
}

@media (min-width: 1176px) {
  .page-header .page-bounds,
  .page-header .hero__content,
  .page-header .alternate-background__content {
    max-width: 100%;
  }
}

.page-header__toggle {
  display: none;
}

@media (max-width: 959px) {
  .page-header {
    width: 100%;
  }
  .page-header__toggle {
    position: absolute;
    right: -24px;
    top: 0;
    padding: 24px 24px;
    color: #fff;
  }
  .page-header__toggle.mobile-menu-is-open {
    color: #002856;
  }
  .js .page-header__toggle {
    display: block;
  }
  .page-header__toggle .toggle-indicator {
    margin-left: 6px;
  }
  .page-header__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
    clear: both;
    margin-left: -24px;
    margin-right: -24px;
  }
}

@media (min-width: 960px) {
  .page-header {
    padding-left: 48px;
    padding-right: 48px;
  }
}


@media (max-width: 959px) {
  .header-search {
    -ms-flex-order: 1;
    order: 1;
  }

  .header-nav {
    -ms-flex-order: 2;
    order: 2;
  }

  .header-utility {
    -ms-flex-order: 3;
    order: 3;
  }
}

/*! slide-right / offscreen mobile menu */


@media (max-width: 959px) {
  .page-header__content {
    display: none;
    width: 80%;
    width: calc(100% - 72px);
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    overflow: auto;
    background: #002856;
    transition: all 0.15s ease-out;
  }

  @supports (transform: translateX(-100%)) {
    .page-header__content {
      display: -ms-flexbox;
      display: flex;
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
      opacity: 0;
      visibility: hidden;
    }
  }

  .page-header__content.mobile-menu-is-open {
    display: block;
    display: -ms-flexbox;
    display: flex;
  }

  @supports (transform: translateX(-100%)) {
    .page-header__content.mobile-menu-is-open {
      -ms-transform: translateX(0);
      transform: translateX(0);
      box-shadow: 4px 0 20px rgba(0, 0, 0, 0.15), 1px 0 2px rgba(0, 0, 0, 0.2);
      opacity: 1;
      visibility: visible;
    }
  }

  .page-header .header-search__input {
    padding-top: 23px !important;
    padding-bottom: 23px !important;
    border-width: 1px 0 !important;
  }
  .page-header .header-search__submit {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
    background: transparent;
    color: #002856;
  }
}

.page-header__toggle.mobile-menu-is-open {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 20%;
  width: calc(0% + 72px);
  font-size: 0.01px;
  color: transparent;
  background: rgba(0, 28, 61, 0.7);
}
.page-header__toggle.mobile-menu-is-open .toggle-indicator {
  position: absolute;
  top: 26px;
  left: 50%;
  margin: 0;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}


/*! ---------- =header components ---------- */

.header-logo a,
.header-logo img {
  display: block;
  max-width: 100%;
  margin: 0;
  transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
}

@media (max-width: 959px) {
  .header-logo a {
    padding: 12px 0;
  }
  .header-logo img {
    max-height: 48px;
  }
}


.toggle-indicator {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  position: relative;
}
.toggle-indicator__piece {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  transition: opacity 0.2s ease-out 0.4s, margin 0.2s ease-out 0.4s, transform 0.25s ease-out;
}
.toggle-indicator__piece::before {
  content: '';
  display: block;
  width: 24px;
  height: 4px;
  background: #4d5758;
  transition: background 0.2s ease-out;
}
.page-header .toggle-indicator__piece::before {
  background: #fff;
}
.toggle-indicator__piece--1 {
  margin-top: -8px;
}
.toggle-indicator__piece--3 {
  margin-top: 4px;
}
.is-active .toggle-indicator__piece,
.mobile-menu-is-open .page-header .toggle-indicator__piece {
  transition: opacity 0.2s ease-out, margin 0.2s ease-out, transform 0.25s ease-out 0.3s;
}
.is-active .toggle-indicator__piece::before,
.mobile-menu-is-open .page-header .toggle-indicator__piece::before {
  background: #4d5758;
}
.is-active .toggle-indicator__piece--2,
.mobile-menu-is-open .page-header .toggle-indicator__piece--2 {
  opacity: 0;
}
.is-active .toggle-indicator__piece--1,
.is-active .toggle-indicator__piece--3,
.mobile-menu-is-open .page-header .toggle-indicator__piece--1,
.mobile-menu-is-open .page-header .toggle-indicator__piece--3 {
  margin-top: -2px;
}
.is-active .toggle-indicator__piece--1,
.mobile-menu-is-open .page-header .toggle-indicator__piece--1 {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.is-active .toggle-indicator__piece--3,
.mobile-menu-is-open .page-header .toggle-indicator__piece--3 {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-menu-is-open .page-header .toggle-indicator__piece::before {
  background: #fff;
}

.header-utility__list {
  list-style: none;
  margin: 0;
}
.header-utility__item {
  display: inline-block;
}
.header-utility__item a {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 6px;
}
.header-utility__item a:hover,
.header-utility__item a:focus {
  color: #f5a81c;
}
.header-utility__item--highlight > a {
  padding-left: 12px;
  padding-right: 12px;
  background: #002856;
  color: #fff;
  border-radius: 3px;
}
.header-utility__item--highlight > a:hover,
.header-utility__item--highlight > a:focus {
  background: #405e80;
  color: #fff;
}

@media (max-width: 959px) {
  .header-utility {
    padding: 18px 24px;
    text-align: center;
    font-size: 16px;
  }
}

@media (min-width: 960px) {
  .header-utility__list {
    display: inline-block;
    vertical-align: middle;
  }
  .header-utility__item:last-child a {
    border-right: 1px solid #002856;
    margin-right: 24px;
    padding-right: 24px;
  }
}


.header-user__welcome {
  color: #fff;
  font-family: "Barlow", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.header-user__name {
  color: #f5a81c;
}
.header-user__actions a:first-child:before {
  content: '\f007';
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 6px;
}
.header-user__action {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  padding: 6px;
}
.header-user__action:hover,
.header-user__action:focus {
  color: #f5a81c;
}

@media (min-width: 960px) {
  .header-user {
    display: inline-block;
    vertical-align: middle;
  }
  .header-user__welcome,
  .header-user__actions {
    display: inline-block;
    vertical-align: middle;
  }
  .header-user__welcome {
    font-size: 14px;
    margin-right: 12px;
  }
  .header-user__action {
    font-size: 14px;
  }
}


.user-panel {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  transition: visibility 0s 0.6s;
  -webkit-transition: visibility 0s 0.6s;
  visibility: hidden;
  width: 100%;
  z-index: 1000;
}
.user-panel::after {
  background: transparent;
  content: '';
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: background 0.3s 0.3s;
  -webkit-transition: background 0.3s 0.3s;
  width: 100%;
}
.user-panel__close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1001;
}
.user-panel__close:hover,
.user-panel__close:focus {
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.user-panel__close .fas {
  margin-right: 6px;
}
.user-panel.user-panel--is-visible {
  visibility: visible;
  transition: visibility 0s 0s;
  -webkit-transition: visibility 0s 0s;
}
.user-panel.user-panel--is-visible::after {
  background: rgba(0, 0, 0, 0.6);
  transition: background 0.3s 0s;
  -webkit-transition: background 0.3s 0s;
}
.user-panel.user-panel--is-visible .user-panel__container {
  transform: translate3d(0, 0, 0);
  transition-delay: 0s;
}
.user-panel__right {
  right: 0;
}
.user-panel__right .user-panel__container {
  right: 0;
  transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
}
.user-panel__container {
  background: #eee;
  height: 100%;
  position: fixed;
  top: 0;
  transition: transform 0.3s 0.3s;
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  width: 90%;
  z-index: 1;
}

@media (min-width: 768px) {
  .user-panel__container {
    width: 70%;
  }
}

@media (min-width: 960px) {
  .user-panel__container {
    width: 45%;
  }
}

@media (min-width: 1176px) {
  .user-panel__container {
    width: 35%;
  }
}

.user-panel__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 48px 24px;
  overflow: auto;
  /* smooth scrolling on touch devices */
  -webkit-overflow-scrolling: touch;
}
.user-panel .content-box__group {
  position: relative;
}
.user-panel__settings {
  color: #4d5758;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  position: absolute;
  text-transform: none;
  top: 14px;
  right: 0;
}

@media (min-width: 768px) {
  .user-panel__settings {
    top: 20px;
  }
}

.user-panel .account-help a {
  color: #4d5758;
  font-weight: 700;
}
.user-panel .account-help a:hover,
.user-panel .account-help a:focus {
  color: #f5a81c;
}
.user-panel .account-help .item-list__item + .item-list__item {
  margin-top: 12px;
  padding-top: 12px;
}

.user-profile__image {
  border-radius: 100%;
  margin-bottom: 12px;
  max-width: 180px;
}
.user-profile__name {
  color: #4d5758;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 0;
}
.user-profile__details .grid__unit {
  padding: 0 24px 24px 0;
}

.user-profile__contact, .user-profile__org,
.account-manager__name, .account-manager__email {
  font-weight: 700;
}

.header-search {
  position: relative;
}
.header-search__label {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  padding: 12px;
  margin: 0;
  opacity: 0.3;
  font-size: 18px;
}
.header-search__label:hover,
.header-search__label:focus {
  opacity: 0.8;
}
.header-search__input {
  display: block;
  width: 100%;
  padding: 12px 72px 12px 24px !important;
  margin: 0 !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  font-size: 18px;
  line-height: 24px;
  background: #fff;
}
.header-search__submit {
  display: block;
  width: 60px;
  padding: 13px 0;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  background: #002856;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 959px) {
  .header-search {
    margin-top: -1px;
  }
  .header-search__label {
    display: none;
  }
}

@media (min-width: 960px) {
  .header-search {
    width: 60px;
    position: absolute;
    right: 0;
  }

  @supports (left: calc(100% - 60px)) {
    .header-search {
      width: auto;
      left: calc(100% - 18px);
      transition: left 0.15s ease-out;
    }

    @media (min-width: 960px) and (max-width: 1175px) {
      .header-search {
        left: calc(100% - -3px);
      }
    }
  }

  .header-search.is-focused {
    width: 100%;
  }

  @supports (left: calc(100% - 60px)) {
    .header-search.is-focused {
      width: auto;
      left: 216px;
    }
  }

  .header-search.is-focused .header-search__label {
    margin-left: -1px;
    padding: 13px;
  }

  .header-search__label {
    background: #001c3d;
    color: #fff !important;
    cursor: pointer;
    opacity: 1;
    padding: 39px 24px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
  }
  .header-search__label:hover,
  .header-search__label:focus {
    background: #4094da;
  }
}

@media (min-width: 960px) and (min-width: 960px) and (max-width: 1175px) {
  .header-search__label {
    padding: 39px 12px;
  }
}

@media (min-width: 960px) {
  .header-search__input {
    position: absolute;
    top: -125px;
    right: 0;
    padding-left: 60px !important;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
  }
  .header-search__input:focus {
    opacity: 1;
    top: 50%;
  }
  .header-search__submit {
    display: none;
  }
}


@media (min-width: 960px) {
  .header-nav__search {
    min-width: 60px;
    max-width: 60px;
  }
}

.header-nav ul {
  list-style: none;
  margin: 0;
}
.header-nav li {
  position: relative;
}
.header-nav a {
  display: block;
}
.header-nav > ul > li > a,
.header-nav div > ul > li > a {
  font-weight: 700;
  color: #fff;
}
.header-nav li li a {
  font-size: 16px;
  color: #4d5758;
}
.header-nav li li li a {
  color: #657273;
}
.header-nav li li li li a {
  color: #738284;
}
.header-nav__toggle {
  display: none;
}

@media (max-width: 959px) {
  .header-nav {
    background: #002856;
  }
  .header-nav a {
    padding: 12px 60px 12px 24px;
    border-bottom: 1px solid #001c3d;
  }
  .header-nav li li a {
    padding-left: 48px;
    border-bottom-color: rgba(0, 28, 61, 0.5);
  }
  .header-nav li li li a {
    padding-left: 72px;
  }
  .header-nav li li li li a {
    padding-left: 96px;
  }
  .header-nav > ul > li > a,
  .header-nav div > ul > li > a {
    color: #fff;
  }
  .header-nav > ul > li > ul a,
  .header-nav div > ul > li > ul a {
    color: #d2d4d5;
  }
  .js .header-nav li ul {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s cubic-bezier(0, 0.5, 0, 1);
  }
  .js .header-nav li ul.is-active {
    max-height: 100em;
    transition: max-height 0.4s cubic-bezier(0.7, 0, 0.1, 1);
  }
  .header-nav__toggle {
    width: 60px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    background: #002856;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  .js .header-nav__toggle {
    display: block;
  }
  .header-nav__toggle::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-width: 0;
    border-top-color: #eee;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -5px;
    -ms-transform: scaleX(0.6);
    transform: scaleX(0.6);
    transition: transform 0.2s ease-out;
  }
  .header-nav__toggle.is-active::before {
    border-top-color: #d2d4d5;
    transform: scaleX(0.6) rotateX(180deg);
  }
}

@media (min-width: 960px) {
  .header-nav > ul,
  .header-nav div > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center;
  }
  .header-nav > ul > li,
  .header-nav div > ul > li {
    display: inline-block;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: static;
  }
  .header-nav > ul > li > a,
  .header-nav div > ul > li > a {
    padding: 24px 0;
    position: relative;
  }
  .header-nav > ul > li > a:hover,
  .header-nav > ul > li > a:focus,
  .header-nav div > ul > li > a:hover,
  .header-nav div > ul > li > a:focus {
    color: #4094da;
  }
  .header-nav .is-current > a {
    color: #f5a81c;
  }
}

@media (min-width: 960px) and (max-width: 1175px) {
  .header-nav li a {
    font-size: 15px;
  }
}

/*! single-row dropdowns */

@media (min-width: 960px) {
  .header-nav > ul > li,
  .header-nav div > ul > li {
    position: relative;
  }
  .header-nav > ul > li > a::before {
    content: '';
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 6px;
  }
  .header-nav > ul > li.header-nav__policies > a::before {
    content: '\f15c';
  }
  .header-nav > ul > li.header-nav__resources > a::before {
    content: '\f07b';
  }
  .header-nav > ul > li.header-nav__funding > a::before {
    content: '\e800';
    font-family: fontello;
  }
  .header-nav > ul > li.header-nav__training > a::before {
    content: '\f19d';
  }
  .header-nav > ul > li.header-nav__networking > a::before {
    content: '\f0ac';
  }
  /*.header-nav > ul > li > a::before,
  .header-nav > ul > li > a::after,
  .header-nav div > ul > li > a::before,
  .header-nav div > ul > li > a::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -11px;
    left: 50%;
    margin-left: -10px;
    background: #002856;
    -ms-transform: scaleY(0.33) rotate(-45deg);
    transform: scaleY(0.33) rotate(-45deg);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: opacity 0.06s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
  }
  .header-nav > ul > li > a::before,
  .header-nav div > ul > li > a::before {
    width: 22px;
    height: 22px;
    margin-left: -11px;
    background: #001c3d;
  }*/
  .header-nav > ul > li > ul,
  .header-nav div > ul > li > ul {
    position: absolute;
    min-width: 15em;
    left: 50%;
    margin-left: -7.5em;
    top: 100%;
    padding: 24px 0;
    text-align: left;
    background: #002856;
    border: 1px solid #001c3d;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    transition: opacity 0.1s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
  }
  .header-nav > ul > li:first-child > ul,
  .header-nav div > ul > li:first-child > ul {
    left: 0;
    margin-left: 0;
  }
  .header-nav > ul > li:last-child > ul,
  .header-nav div > ul > li:last-child > ul {
    left: auto;
    margin-left: 0;
    right: 0;
  }
  .header-nav > ul > li > ul > li > a,
  .header-nav div > ul > li > ul > li > a {
    padding: 12px 24px;
    font-size: 18px;
    color: #fff;
  }
  .header-nav > ul > li > ul > li > a:hover,
  .header-nav > ul > li > ul > li > a:focus,
  .header-nav div > ul > li > ul > li > a:hover,
  .header-nav div > ul > li > ul > li > a:focus {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
  }
  .header-nav > ul > li > ul > li.is-current a,
  .header-nav div > ul > li > ul > li.is-current a {
    background: rgba(255, 255, 255, 0.1);
    color: #f5a81c;
  }
  .header-nav > ul > li > ul > li.is-current a:hover,
  .header-nav > ul > li > ul > li.is-current a:focus,
  .header-nav div > ul > li > ul > li.is-current a:hover,
  .header-nav div > ul > li > ul > li.is-current a:focus {
    background: rgba(255, 255, 255, 0.1);
    color: #f5a81c;
  }
  .header-nav > ul > li > ul > li > ul,
  .header-nav div > ul > li > ul > li > ul {
    display: none;
  }
  .header-nav > ul > li:hover > a,
  .header-nav div > ul > li:hover > a {
    color: #f5a81c;
  }
  .header-nav > ul > li:hover > a::before,
  .header-nav > ul > li:hover > a::after,
  .header-nav div > ul > li:hover > a::before,
  .header-nav div > ul > li:hover > a::after {
    opacity: 1;
    visibility: visible;
    z-index: 101;
    transition: opacity 0.15s ease-out 0.575s, z-index 0s linear 0.575s, visibility 0s linear 0.575s;
  }
  .header-nav > ul > li:hover > ul,
  .header-nav div > ul > li:hover > ul {
    opacity: 1;
    z-index: 100;
    visibility: visible;
    transition: opacity 0.15s ease-out 0.5s, z-index 0s linear 0.5s, visibility 0s linear 0.5s;
  }
}


/*! ---------- =header layout ---------- */

.header-logo {
  float: left;
  transition: max-width 0.15s ease-out;
    -webkit-transition: max-width 0.15s ease-out;
}

@media (min-width: 960px) {
  .page-header {
    border-top: 48px solid #001c3d;
  }
  .page-header .page-bounds,
  .page-header .hero__content,
  .page-header .alternate-background__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .page-header__content {
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header-logo {
    max-width: 170px;
    /*max-width: 25%;*/
    margin-right: 24px;
    margin-top: 15px;
  }
  .header-logo > a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100px;
    padding: 16px 0;
  }
  .header-logo img {
    max-height: 100%;
  }

  .header-utility {
    position: absolute;
    bottom: 100%;
  }
  .header-utility {
    right: 72px;
  }

  .header-search {
    width: auto;
    right: 0;
  }

  .header-nav > ul > li > a,
  .header-nav div > ul > li > a {
    padding-top: 38px;
    padding-bottom: 38px;
  }/*! disclosure search */

  .header-search {
    z-index: 3;
  }/*! sticky header */

  .content {
    padding-top: 196px;
  }

  .page-header {
    transition: transform 0.2s ease;
  }

  .header-logo > a {
    transition: height 0.2s ease, padding 0.2s ease;
  }

  .header-nav > ul > li > a {
    transition: padding 0.2s ease, color 0.15s ease-out;
  }

  body.is-scrolled .page-header {
    -ms-transform: translateY(-48px);
    transform: translateY(-48px);
  }
  body.is-scrolled .header-logo {
    margin-top: 0;
  }
  body.is-scrolled .header-logo a {
    padding-top: 12px;
    padding-bottom: 12px;
    height: 72px;
  }
  body.is-scrolled .header-nav ul li a {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  body.is-scrolled .header-search__label {
    padding: 24px;
  }
}

@media (min-width: 960px) and (min-width: 960px) and (max-width: 1175px) {
  body.is-scrolled .header-search__label {
    padding: 24px 12px;
  }
}


@media (min-width: 960px) {
  @supports (left: calc(100% - 60px)) {
    body.is-scrolled .header-search.is-focused {
      width: auto;
      left: 150px;
    }
  }
}


/*! ---------- =footer common ---------- */

.page-footer {
  padding: 0 24px;
}
.page-footer .page-bounds,
.page-footer .hero__content,
.page-footer .alternate-background__content {
  position: relative;
}

@media (min-width: 768px) {
  .page-footer {
    padding: 0 48px;
  }
}


/*! ---------- =footer style ---------- */

/*! solid footer style */

.page-footer {
  padding-top: 36px;
  padding-bottom: 0;
  background: #002856;
  color: #fff;
}
.page-footer a {
  color: #fff;
  font-weight: 700;
}
.page-footer a:hover,
.page-footer a:focus {
  color: #f5a81c;
  text-decoration: none;
}
.page-footer .footer-trending__title,
.page-footer .footer-actions__title {
  color: #fff;
}


/*! ---------- =footer components ---------- */

.footer-logo {
  text-align: center;
}
.footer-logo a {
  display: inline-block;
  max-width: 100%;
  margin: 0 auto;
}
.footer-logo img {
  max-width: 200px;
}

.footer-contact {
  position: relative;
}
.footer-contact__title {
  color: #f5a81c;
  line-height: 36px;
}
.footer-contact__phone a[href^="tel:"] {
  font-weight: 400;
} 
.footer-contact__phone a[href^="tel:"]:hover,
.footer-contact__phone a[href^="tel:"]:focus {
  color: #FFFFFF;
}

@media (min-width: 960px) {
  .footer-contact__phone {
    position: absolute;
    right: 0;
    top: 36px;
  }
}


.footer-social__icon {
  display: inline-block;
  vertical-align: middle;
  padding: 3px;
  font-size: 23px;
}

.footer-trending__title {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.5;
}

.footer-utility__list {
  list-style: none;
  margin: 0;
}
.footer-utility__item {
  display: inline-block;
  vertical-align: middle;
}
.footer-utility__item a {
  color: #f5a81c;
  display: inline-block;
  font-size: 14px;
  padding: 6px;
}
.footer-utility__item a:hover,
.footer-utility__item a:focus {
  color: #c99028;
}

@media (min-width: 480px) {
  .footer-utility__item a {
    padding: 6px 12px;
  }
}


.footer-actions__section {
  margin-bottom: 24px;
}
.footer-actions__title {
  font-size: 23px;
  line-height: 24px;
  margin-bottom: 6px;
}
.footer-actions__list {
  list-style: none;
  margin: 0 0 0 -12px;
}
.footer-actions__item {
  display: inline-block;
  vertical-align: middle;
}
.footer-actions__item a {
  display: block;
  padding: 6px;
}

@media (max-width: 479px) {
  .footer-actions__item {
    display: block;
  }
}

@media (min-width: 480px) {
  .footer-actions__item a {
    padding: 6px 12px;
  }
}

@media (min-width: 768px) {
  .footer-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .footer-actions__section {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: inline-block;
    vertical-align: top;
  }
  .footer-actions__list {
    margin-left: 0;
  }
  .footer-actions__item {
    display: block;
  }
  .footer-actions__item a {
    padding: 6px 0;
  }
}

@media (min-width: 1176px) {
  .footer-actions__section {
    -ms-flex: 1 1;
    flex: 1 1;
  }
}


.footer-copyright {
  font-size: 16px;
}


/*! ---------- =footer layouts ---------- */

.page-footer__copyright {
  background: #001c3d;
  margin-top: 36px;
  padding: 12px;
  padding-bottom: 12px;
}

@media (max-width: 767px) {
  .page-footer {
    text-align: center;
  }

  .footer-logo img {
    max-height: 96px;
  }

  .footer-social,
  .footer-contact,
  .footer-utility,
  .footer-copyright {
    margin-top: 24px;
  }
}

@media (min-width: 768px) {
  .footer-logo {
    width: 33.3%;
    float: left;
    padding-right: 16.008px;
  }

  .page-footer__content {
    padding-left: 7.992px;
    overflow: hidden;
  }

  .footer-social {
    margin-top: 18px;
    margin-left: -3px;
  }

  .footer-utility {
    margin: 12px auto;
    text-align: center;
  }

  .footer-copyright {
    margin-top: 12px;
    padding-left: 7.992px;
    text-align: center;
  }
}

@media (min-width: 960px) {
  .footer-logo {
    text-align: left;
  }

  .footer-contact,
  .footer-social {
    width: 62.51874%;
    width: calc(62.51874% - 6px);
    float: left;
    clear: left;
    margin-right: 12px;
  }
  .footer-social {
    position: absolute;
    right: 0;
    text-align: right;
  }

  .page-footer__copyright {
    padding-bottom: 24px;
  }

  .footer-utility {
    margin: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: -12px;
  }

  .footer-copyright {
    margin-top: 24px;
    text-align: left;
  }
}


/* ---------- =interior common ---------- */

.page-title {
  color: #002855;
  margin-bottom: 48px;
}

.detail-date,
.detail-category {
  display: inline-block;
}
.detail-category {
  border-left: 1px solid #d2d4d5;
  margin-left: 12px;
  padding-left: 12px;
}
.detail-separator::before {
  content: ",";
  display: inline-block;
  margin-left: -2px;
  margin-right: 6px;
}
.detail-summary {
  border-bottom: 1px solid #d2d4d5;
  margin-bottom: 24px;
  padding-bottom: 24px;
}

@media (min-width: 768px) {
  .detail-buttons {
    display: inline-block;
    float: right;
    position: relative;
  }
}

/* ---------- =interior components ---------- */

.breadcrumbs {
  font-size: 16px;
  list-style: none;
  margin-bottom: 12px !important;
  margin-left: 0;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs .breadcrumb-item::before {
  content: '/';
  display: inline-block;
  margin: 0 0.3em;
  opacity: 0.4;
}
.breadcrumbs .breadcrumb-item:first-child::before {
  display: none;
  margin: 0;
}
.breadcrumbs a {
  color: #4d5758;
  opacity: 0.7;
}
.breadcrumbs a:hover,
.breadcrumbs a:focus {
  color: #f5a81c;
  opacity: 1;
}
.breadcrumbs span {
  display: inline-block;
  margin: 0 0.3em;
  opacity: 0.4;
}

.in-this-section {
  border: 1px solid #d2d4d5;
}
.in-this-section__toggle {
  background: #d2d4d5;
  color: #4d5758;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  width: 100%;
}
.in-this-section a {
  display: block;
  padding: 6px 0;
  color: #4d5758;
}
.in-this-section a:hover,
.in-this-section a:focus {
  color: #f5a81c;
}
.in-this-section ul {
  list-style: none;
  margin: 0;
}
.in-this-section ul ul {
  display: none;
  padding-left: 24px;
}
.in-this-section ul ul a {
  font-size: 16px;
}
.in-this-section .is-current > ul {
  display: block;
}
.in-this-section .is-current > a {
  color: #f5a81c;
}

@media (max-width: 959px) {
  .in-this-section__toggle {
    display: block;
    padding: 12px;
    text-align: left;
  }
  .no-js .in-this-section__toggle {
    display: none;
  }
  .js .in-this-section > ul {
    display: none;
  }
  .js .in-this-section > ul.is-active {
    display: block;
    margin-top: 12px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (min-width: 960px) {
  .in-this-section__toggle {
    cursor: default;
    line-height: 48px;
    margin-bottom: 12px;
    padding: 6px 24px;
    text-align: left;
  }
  .in-this-section__toggle .toggle-indicator {
    display: none;
  }
  .in-this-section ul {
    padding: 0 24px 24px;
  }
  .in-this-section ul ul {
    padding-bottom: 0;
    padding-right: 0;
  }
  .in-this-section ul ul ul {
    padding-bottom: 0;
    padding-right: 0;
  }
  .in-this-section ul ul ul ul {
    padding-bottom: 0;
    padding-right: 0;
  }
  .interior-layout .in-this-section {
    margin-top: -6px;
  }
}

/* ---------- =interior layout ---------- */

.interior-layout__nav,
.interior-layout__main {
  margin-bottom: 24px;
}

.interior-layout__main img {
  padding: 12px;
}

@media (min-width: 960px) {
  .interior-layout__nav {
    margin-bottom: 0;
  }
  .interior-layout__nav > *:last-child {
    margin-bottom: 48px;
  }
  .interior-layout__title {
    margin-bottom: 24px;
  }
  .interior-layout__main {
    margin-bottom: 48px;
  }
  .interior-layout__nav,
  .interior-layout__aside {
    width: 30%;
    float: right;
    clear: right;
    overflow: hidden;
    position: relative;
    z-index: 2;
  }
  .interior-layout__main {
    width: 70%;
    padding-right: 48px;
    float: left;
    clear: left;
  } 
  .interior-layout__left .interior-layout__main {
    float: right;
    padding-left: 48px;
    padding-right: 0;
  }
  .interior-layout__left .interior-layout__nav,
  .interior-layout__left .interior-layout__aside {
    float: left;
    clear: left;
  }
}

/*! series detail */
.series-info {
  border-bottom: 1px solid #d2d4d5;
  margin-bottom: 36px;
  overflow: hidden;
  padding-bottom: 36px;
  position: relative;
}
.series-info__thumbnail {
  float: left;
  margin-right: 24px;
  max-width: 30%;
}
.series-info__content {
  overflow: hidden;
}

/*! member/agency detail */
.detail,
.member-detail,
.agency-detail {
  position: relative;
}

.detail::after {
  clear: left;
  content: '';
  display: block;
}

.member-detail .member-detail__photo {
  border-radius: 50%;
  max-height: 180px;
}
.member-detail .member-detail__primarysidearm img {
  float: left;
  margin-right: 24px;
  max-width: 100px;
  overflow: hidden;
}
.agency-detail .agency-detail__photo {
  max-height: 140px;
}

@media (min-width: 1176px) {
  .detail__info,
  .member-detail .member-detail__info,
  .agency-detail .agency-detail__info {
    float: left;
    margin-bottom: 72px;
    overflow: hidden;
  }
  .member-detail .member-detail__info,
  .agency-detail .agency-detail__info {
    max-width: 85%;
  }
  .detail__info::after,
  .member-detail .member-detail__info::after,
  .agency-detail .agency-detail__info::after {
    clear: both;
    content: '';
    display: block;
  }
  
  .member-detail .member-detail__photo,
  .agency-detail .agency-detail__photo {
    overflow: hidden;
    position: absolute;
    right: 0;
  }

}

/*! quest detail */
.quest-detail__post {
  background: #eee;
  clear: left;
  margin-right: 0;
  padding: 24px;
}
.quest-detail__post .member-detail__photo {
  margin: 0 0 24px;
  max-width: 60%;
}
.item-list--responses .member-detail__photo {
  margin: 0 0 24px;
  max-width: 40%;
}
@media (max-width: 767px) {
  .quest-detail__post {
    margin-top: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1175px) {
  .quest-detail__post {
    margin-top: 72px;
  }
}

/*! ---------- =buttons ---------- */

.button {
  background: #f5a81c;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding: 12px 36px;
  text-align: center;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, transform 0.15s ease-out, box-shadow 0.15s ease-out;
  vertical-align: middle;
}
.button:hover,
.button:focus {
  background: #c99028;
  color: #fff;
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.button:focus {
  outline: 1px dashed rgba(128, 128, 128, 0.8);
  outline-offset: -6px;
}
.button:active {
  -ms-transform: translateY(0);
  transform: translateY(0);
  box-shadow: none;
  transition: none;
}
.button--large {
  display: block;
  width: auto;
  max-width: 100%;
}
.button--large + .button--large {
  margin-left: 0;
  margin-top: 12px;
}
.button--small {
  padding: 6px 24px;
  font-size: 16px;
}
.button--highlight {
  background: #4094da;
}
.button--highlight:hover,
.button--highlight:focus {
  background: #0070cd;
}
.button--action {
  background: #002856;
}
.button--action:hover,
.button--action:focus {
  background: #001c3d;
}
.button--warn {
  background: #e67e22;
}
.button--warn:hover,
.button--warn:focus {
  background: #d35400;
}
.button--cancel {
  background: #fff;
  border: 1px solid #d2d4d5;
  color: #4d5758;
  font-size: 16px;
}
.button--cancel:hover,
.button--cancel:focus {
  background: #fff;
  border-color: #002856;
  color: #002856;
}

.button-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -12px;
  margin-right: -6px;
  margin-left: -6px;
}
.button-group > .button {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin: 12px 6px 0;
}

/* the following buttonGroup items are used on data entry forms */
.buttonGroup {
    padding-top: 40px;
}

.buttonGroup ul {
    list-style-type: none;
    overflow: hidden;
}

.buttonGroup li {
    float: left;
    padding-right: 10px;
}
/* --- --- */

/*! ---------- =lists ---------- */

.item-list {
  list-style: none;
  margin-left: 0;
}
.item-list:not(:last-child) {
  margin-bottom: 48px;
}
.item-list + .button {
  margin-top: -24px;
}
.item-list__item {
  position: relative;
}
.item-list__item + .item-list__item {
  border-top: 1px solid #d2d4d5;
  margin-top: 24px;
  padding-top: 24px;
}
.item-list__thumbnail {
  display: block;
  width: 120px;
  max-width: 33%;
  float: left;
  margin-right: 24px;
}
.item-list__thumbnail.research-folders {
  width: 40px;
  max-width: 40px;
}
.item-list__thumbnail.research-folders img {
  margin: 0;
}
.item-list__content {
  overflow: hidden;
}
.item-list__title {
  font-family: "Barlow", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  color: #4d5758;
  transition: color 0.15s ease-out;
}
.item-list__title:hover,
.item-list__title:focus {
  color: #f5a81c;
}
.item-list__date {
  margin: 6px 0 0;
  font-family: "Barlow", Helvetica, Arial, sans-serif;
  opacity: 0.7;
}
.item-list__description {
  margin: 6px 0 0;
}
.item-list__viewed {
  color: #d2d4d5;
  text-decoration: line-through;
}
.item-list__viewed span {
  color: #d2d4d5;
}
.item-list__viewed a {
  color: #d2d4d5;
}
.item-list__viewed a:hover,
.item-list__viewed a:focus {
  color: #b8bbbc;
}
.item-list--condensed .item-list__item + .item-list__item {
  margin-top: 12px;
  padding-top: 12px;
}

@media (max-width: 479px) {
  .item-list--horizontal {
    margin-bottom: 24px;
  }
  .item-list__thumbnail {
    float: none;
    margin: 0 auto 12px;
  }
}

@media (min-width: 768px) {
  .item-list--horizontal .item-list__item {
    display: inline-block;
  }
  .item-list--horizontal .item-list__item + .item-list__item {
    border-left: 1px solid #d2d4d5;
    border-top: 0;
    margin-left: 24px;
    margin-top: 0;
    padding-left: 24px;
    padding-top: 0;
  }
}

/*! grid-style lists */

.item-list--grid .item-list__thumbnail {
  width: 100%;
  max-width: 100%;
  float: none;
  margin: 0 auto;
}
.item-list--grid .item-list__thumbnail img {
  width: 100%;
}
.item-list--grid .item-list__item + .item-list__item {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.item-list--grid .item-list__content {
  background: #eee;
  padding: 24px;
}

/*! grid-style community board lists */
.community-board .view-all {
  color: #4d5758;
  font-weight: 700;
}
.community-board .view-all:hover,
.community-board .view-all:focus {
  color: #f5a81c;
}

@media (max-width: 767px) {
  .community-board .styled {
    margin-bottom: 12px;
  }
  .community-board .view-all {
    margin-bottom: 24px;
  }
}

@media (min-width: 768px) {
  .community-board .view-all,
  .community-board .styled {
    display: inline-block;
  }
  .community-board .view-all {
    float: right;
  }
}


.item-list--communityboard .item-list__item {
  background: #eee;
}
.item-list--communityboard .item-list__item a:hover,
.item-list--communityboard .item-list__item a:focus {
  color: #4d5758;
}
.item-list--communityboard .item-list__item + .item-list__item {
  border-top: 0;
  padding-top: 0;
}
.item-list--communityboard .item-list__user {
  background: #eee;
  padding: 24px;
}
.item-list--communityboard .item-list__thumbnail {
  border-radius: 100%;
  float: left;
  margin-right: 12px;
  max-width: 20%;
  width: 50px;
}

.item-list--communityboard:not(.grid) .item-list__user {
  padding: 12px 12px 24px;
}
.item-list--communityboard:not(.grid) .item-list__content {
  margin-bottom: 0;
  padding: 12px 24px;
}
.item-list--communityboard:not(.grid) .item-list__actions {
  margin-top: 24px;
  position: relative;
}

@media (max-width: 767px) {
  .item-list--communityboard .item-list__thumbnail {
    max-width: 12%;
  }
}

.item-list--communityboard .item-list__name,
.item-list--communityboard .item-list__date {
  color: #4d5758;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 0;
}
.item-list--communityboard .item-list__postinfo {
  overflow: hidden;
}
.item-list--communityboard .item-list__content {
  overflow: visible;
  padding-bottom: 24px;
  padding-top: 12px;
}
.item-list--communityboard .item-list__title {
  font-size: 24px;
}
.item-list--communityboard .item-list__actions {
  border-top: 1px solid #d5d5d5;
  margin-top: 36px;
  padding-left: 24px;
}
.item-list--communityboard .item-list__actions button {
  border-left: 1px solid #d5d5d5;
  float: right;
}
.item-list--communityboard .item-list__actions button:hover,
.item-list--communityboard .item-list__actions button:focus {
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transform: translate(0);
}
.item-list--communityboard .item-list__responses {
  color: #4d5758;
  display: inline-block;
  float: left;
  margin-top: 12px;
  transition: color 0.15s ease-out;
}
.item-list--communityboard .item-list__responses:hover,
.item-list--communityboard .item-list__responses:focus {
  color: #f5a81c;
}
@media (min-width: 768px) {
  .item-list--communityboard .item-list__content {
    margin-bottom: 60px;
  }
  .item-list--communityboard .item-list__actions {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
  }
}
@media (min-width: 960px) and (max-width: 1060px) {
  .item-list--communityboard .item-list__responses {
    font-size: 13px;
  }
  .item-list--communityboard .item-list__actions button {
    padding: 12px;
  }
}

/*! date emphasis list */

.item-list--date .item-list__date {
  background: #f5a81c;
  color: #fff;
  display: block;
  float: left;
  margin-right: 24px;
  opacity: 1;
  padding: 4px 12px;
}
.item-list--date .item-list__title {
  font-size: 18px;
  overflow: hidden;
}

/*! featured resource list */

.item-list--featresource {
  overflow: hidden;
}

.item-list--featresource .item-list__thumbnail {
  width: 408px;
}

@media (max-width: 479px) {
  .item-list--featresource .item-list__thumbnail {
    float: none;
    margin-bottom: 24px;
    max-width: 100%;
    width: 100%;
  }
}

.item-list--featresource .item-list__title {
  font-size: 24px;
  margin-bottom: 12px;
}

/*! event detail list */
@media (min-width: 768px) {
  .event-info {
    position: relative;
  }
  .event-info .item-list__item {
    display: inline-block;
  }
  .event-info .item-list__item + .item-list__item {
    border-left: 1px solid #d2d4d5;
    border-top: 0;
    margin-left: 12px;
    margin-top: 0;
    padding-left: 12px;
    padding-top: 0;
  }

  .event-details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .event-details .item-list__item {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: inline-block;
    vertical-align: middle;
  }
  .event-details .item-list__item:first-child {
    max-width: 50%;
  }
  .event-details .item-list__item + .item-list__item {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
    padding-left: 12px;
  }
}

@media (min-width: 960px) {
  .detail-event__print {
    border-left: 0 !important;
    float: right;
  }
  .detail-event__button {
    text-align: right;
  }
}

/*! member list */
.item-list__members {
  position: relative;
}
.item-list__members .item-list__thumbnail img {
  border-radius: 50%;
}


/*! ---------- =tabs ---------- */

.tabs--standard:not(:last-child) {
  margin-bottom: 48px;
}
.tabs--standard .tabs__tab {
  background: #f5a81c;
  border: 1px solid #f5a81c;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-bottom: -1px;
  opacity: 0.9;
  padding: 12px;
  position: relative;
  vertical-align: bottom;
  z-index: 2;
}
.tabs--standard .tabs__tab.is-active {
  background: #fff;
  border-bottom-color: #fff;
  color: #4d5758;
}
.tabs--standard .tabs__tab:focus {
  outline: 1px dashed rgba(128, 128, 128, 0.8);
  outline-offset: -6px;
}
.tabs--standard .tabs__pane {
  border: 1px solid #f5a81c;
  padding: 24px;
  display: none;
}
.tabs--standard .tabs__pane.is-active {
  display: block;
}
.tabs--vertical {
  margin-bottom: 48px;
}
.tabs--vertical .tabs__tab {
  background: #f5a81c;
  color: #fff;
  font-weight: 700;
  padding: 12px;
}
.tabs--vertical .tabs__tab.is-active {
  background: #fff;
  color: #4d5758;
}
.tabs--vertical .tabs__tab.is-active:hover {
  color: #4d5758;
}
.tabs--vertical .tabs__tab:hover {
  color: #fff;
}
.tabs--vertical .tabs__tab:focus {
  outline: 1px dashed #002856;
  outline-offset: -6px;
}
.js .tabs--vertical .tabs__pane:not(.is-active) {
  display: none;
}

@media (min-width: 480px) {
  .tabs--standard .tabs__tab {
    padding: 18px 24px;
    font-weight: 600;
  }
}

@media (max-width: 767px), (min-width: 960px) and (max-width: 1175px) {
  .tabs--standard,
  .tabs--vertical {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .tabs--standard .tabs__tab,
  .tabs--standard .tabs__pane,
  .tabs--vertical .tabs__tab,
  .tabs--vertical .tabs__pane {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .tabs--standard .tabs__tab,
  .tabs--vertical .tabs__tab {
    -ms-flex-order: 1;
    order: 1;
    border: 1px solid #eee;
  }
  .tabs--standard .tabs__tab ~ .tabs__tab,
  .tabs--vertical .tabs__tab ~ .tabs__tab {
    margin-top: 6px;
  }
  .tabs--standard .tabs__tab.is-active,
  .tabs--vertical .tabs__tab.is-active {
    border-color: #d2d4d5 #d2d4d5 #eee;
  }
  .tabs--standard .tabs__tab:nth-child(2),
  .tabs--vertical .tabs__tab:nth-child(2) {
    -ms-flex-order: 3;
    order: 3;
  }
  .tabs--standard .tabs__tab:nth-child(3),
  .tabs--vertical .tabs__tab:nth-child(3) {
    -ms-flex-order: 5;
    order: 5;
  }
  .tabs--standard .tabs__tab:nth-child(4),
  .tabs--vertical .tabs__tab:nth-child(4) {
    -ms-flex-order: 7;
    order: 7;
  }
  .tabs--standard .tabs__tab:nth-child(5),
  .tabs--vertical .tabs__tab:nth-child(5) {
    -ms-flex-order: 9;
    order: 9;
  }
  .tabs--standard .tabs__tab:nth-child(6),
  .tabs--vertical .tabs__tab:nth-child(6) {
    -ms-flex-order: 11;
    order: 11;
  }
  .tabs--standard .tabs__tab:nth-child(7),
  .tabs--vertical .tabs__tab:nth-child(7) {
    -ms-flex-order: 13;
    order: 13;
  }
  .tabs--standard .tabs__tab:nth-child(8),
  .tabs--vertical .tabs__tab:nth-child(8) {
    -ms-flex-order: 15;
    order: 15;
  }
  .tabs--standard .tabs__tab:nth-child(9),
  .tabs--vertical .tabs__tab:nth-child(9) {
    -ms-flex-order: 17;
    order: 17;
  }
  .tabs--standard .tabs__tab:nth-child(10),
  .tabs--vertical .tabs__tab:nth-child(10) {
    -ms-flex-order: 19;
    order: 19;
  }
  .tabs--standard .tabs__pane,
  .tabs--vertical .tabs__pane {
    -ms-flex-order: 2;
    order: 2;
    padding: 24px 12px;
    border: 1px solid #d2d4d5;
    border-top-width: 0;
  }
  .tabs--standard .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane {
    -ms-flex-order: 4;
    order: 4;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane {
    -ms-flex-order: 6;
    order: 6;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -ms-flex-order: 8;
    order: 8;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -ms-flex-order: 10;
    order: 10;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -ms-flex-order: 12;
    order: 12;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -ms-flex-order: 14;
    order: 14;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -ms-flex-order: 16;
    order: 16;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -ms-flex-order: 18;
    order: 18;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -ms-flex-order: 20;
    order: 20;
  }
}

@media (min-width: 768px) and (max-width: 959px), (min-width: 1176px) {
  .tabs--standard {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .tabs--standard::before {
    /* remove sf pseudoel that messes with space-between */
    display: none !important;
  }
  .tabs--standard .tabs__tab {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 18px 24px;
  }
  .tabs--standard.tabs--2 .tabs__tab {
    width: 48%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -ms-flex-preferred-size: calc(50% - 6px);
    flex-basis: calc(50% - 6px);
  }
  .tabs--standard.tabs--3 .tabs__tab {
    width: 31%;
    -ms-flex-preferred-size: 33.3%;
    flex-basis: 33.3%;
    -ms-flex-preferred-size: calc(33.3% - 6px);
    flex-basis: calc(33.3% - 6px);
  }
  .tabs--standard.tabs--4 .tabs__tab {
    width: 22%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -ms-flex-preferred-size: calc(25% - 6px);
    flex-basis: calc(25% - 6px);
  }
  .tabs--standard.tabs--5 .tabs__tab {
    width: 17%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    -ms-flex-preferred-size: calc(20% - 6px);
    flex-basis: calc(20% - 6px);
  }
  .tabs--standard .tabs__pane {
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  .tabs--vertical .tabs__tab {
    width: 300px;
    float: left;
    clear: left;
    padding: 11px 17px;
    margin-bottom: 6px;
    border: 1px solid #eee;
    border-right-color: #d2d4d5;
    box-shadow: inset 6px 0 0 #f5a81c;
    cursor: pointer;
  }
  .tabs--vertical .tabs__tab.is-active {
    background: #fff;
    border-color: #d2d4d5 #fff #d2d4d5 #d2d4d5;
    box-shadow: inset 6px 0 0 #f5a81c;
    cursor: default;
  }
  .tabs--vertical .tabs__pane {
    padding: 24px;
    background: #fff;
    border-left: 299px solid #fff;
    box-shadow: inset 0 0 0 1px #d2d4d5;
  }
  .tabs--vertical .tabs__pane::after {
    content: '';
    display: table;
    clear: both;
    margin: 30px 0 -30px;
  }
}


.accordion:not(:last-child) {
  margin-bottom: 48px;
}
.accordion__label {
  background: #f5a81c;
  border: 1px solid #f5a81c;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  padding: 12px;
}
.accordion__label .fa-arrow-right {
  margin-left: 0.4em;
  transition: transform 0.15s ease-out;
}
.accordion__label:hover,
.accordion__label:focus {
  background: #c99028;
  border-color: #c99028;
  color: #fff;
}
.accordion__label.is-active {
  color: #4d5758;
  border-color: #f5a81c;
  background: #f7f7f7;
}
.accordion__label.is-active .fa-arrow-right {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion__label:focus {
  outline: 1px dashed rgba(128, 128, 128, 0.3);
  outline-offset: -6px;
}
.accordion__label ~ .accordion__label {
  margin-top: 6px;
}
.accordion__content {
  border: 1px solid #f5a81c;
  border-top: none;
  padding: 24px 12px;
  transition: all 0.2s ease-out;
  overflow: hidden;
}
.js .accordion__content:not(.is-active) {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-width: 0 1px;
  visibility: hidden;
  opacity: 0;
}

.pagination {
  list-style: none;
  margin: 0 0 24px;
}
.pagination .overview {
  display: block;
  font-size: 16px;
}
.pagination li {
  display: inline-block;
  margin-bottom: 0.2em;
}
.pagination li a {
  display: block;
  width: 36px;
  padding: 6px 0;
  text-align: center;
  color: #4d5758;
  background: #eee;
  font-size: 16px;
}
.pagination li a:hover,
.pagination li a:focus {
  color: #fff;
  background: #4094da;
}
.pagination .active a {
  font-weight: 700;
  color: #fff;
  background: #002856;
}

@media (min-width: 940px) {
  .pagination .overview {
    display: inline-block;
    margin-right: 1.5em;
  }
}


/*! ---------- =code and =syntax highlighting ---------- */

pre,
code {
  font-family: "Inconsolata", monospace;
  font-size: 16px;
  line-height: 24px;
}
pre {
  display: block;
  padding: 24px 12px;
  border: 1px solid #e4e4e4;
  color: #222;
  background: white;
  overflow-y: auto;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
  position: relative;
}
pre:not(:last-child) {
  margin-bottom: 24px;
}
pre::before {
  content: attr(rel);
  font-family: "Barlow", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #9ba9b9;
  position: absolute;
  top: 2px;
  right: 12px;
}
p > code,
li > code {
  background: #f8f8f8;
  font-style: normal;
}
p > code::before,
p > code::after,
li > code::before,
li > code::after {
  content: '';
  display: inline-block;
  width: 0.5em;
}

/*! syntax highlighting through prism: http://prismjs.com/index.html
*  the following is based off the default theme */

pre[class*="language-"] {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray;
}

.token.punctuation {
  color: #999;
}

.namespace {
  opacity: 0.7;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #905;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #690;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}

.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a;
}

.token.function {
  color: #dd4a68;
}

.token.regex,
.token.important,
.token.variable {
  color: #e90;
}
.token.important,
.token.bold {
  font-weight: bold;
}

.token.italic {
  font-style: italic;
}

.token.entity {
  cursor: help;
}


/*! ---------- =carousel ---------- */

.carousel {
  overflow: hidden;
  position: relative;
}
.carousel:last-child {
  margin-bottom: 0;
}
.carousel__slides {
  position: relative;
}
.carousel__slide {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.carousel__slide:first-child {
  position: relative;
}
.carousel__content {
  color: #fff;
  position: relative;
  z-index: 5;
}
.carousel__content a {
  color: #fff;
  font-weight: 700;
}
.carousel__content:hover .carousel__title,
.carousel__content:hover .carousel__title,
.carousel__content:hover a,
.carousel__content:focus a,
.carousel__content a:hover,
.carousel__content a:focus {
  color: #fff;
  text-decoration: underline;
}
.carousel__actions {
  margin-top: 24px;
}

@media (max-width: 479px) {
  .carousel__action {
    display: block;
  }
  .carousel__action + .carousel__action {
    margin-top: 12px;
  }
}

@media (min-width: 480px) {
  .carousel__action + .carousel__action {
    margin-left: 12px;
  }
}

@media (min-width: 768px) {
  .content .page-bounds .carousel:first-child,
  .content .hero__content .carousel:first-child,
  .content .alternate-background__content .carousel:first-child {
    margin-top: -48px;
  }
}


.carousel-annoucement .carousel__slide {
  padding-bottom: 24px;
}

.carousel-members p {
  font-weight: 700;
  margin-bottom: 12px;
}
.carousel-members .carousel__nav--arrows {
  -ms-transform: translate(-25px, 25px);
  transform: translate(-25px, 25px);
  -webkit-transform: translate(-25px, 25px);
}
.carousel-members .tabs__next {
  -ms-transform: translateX(-4px);
  transform: translateX(-4px);
  -webkit-transform: translateX(-4px);
}

/*! dot carousel navigation */

.carousel__nav {
  text-align: left;
}
.carousel__pause,
.carousel__play {
  display: none;
}
.carousel.is-playing .carousel__play,
.carousel:not(.is-playing) .carousel__pause {
  display: none;
}
.carousel__dot {
  background: #fff;
  background-clip: content-box;
  border-radius: 50%;
  display: inline-block;
  height: 12px;
  margin-right: 12px;
  vertical-align: middle;
  width: 12px;
}
.carousel__dot:last-child {
  margin-right: 0;
}
.carousel__dot:hover,
.carousel__dot:focus {
  background-color: #fff;
}
.carousel__dot.is-active {
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #fff;
}

/*! arrow carousel navigation */

.carousel__arrow {
  background: #f5a81c;
  display: inline-block;
  padding: 8px 12px;
  vertical-align: middle;
}
.carousel__arrow:hover,
.carousel__arrow:focus {
  background-color: #c99028;
}

/*! carousel dissolve transition */

.carousel__slide {
  opacity: 0;
  z-index: 1;
}
.carousel__slide.is-last-active {
  opacity: 0;
  z-index: 2;
}
.carousel__slide.is-active {
  opacity: 1;
  z-index: 3;
  transition: opacity 0.5s ease;
}


/*! ---------- =hero ---------- */

.hero {
  position: relative;
}
.hero:last-child {
  margin-bottom: 0;
}
.content .page-bounds .hero:first-child,
.content .hero__content .hero:first-child,
.content .alternate-background__content .hero:first-child {
  margin-top: -24px;
}
.hero__actions {
  margin-top: 24px;
}

.hero-search {
  position: relative;
}
.hero-search__input {
  background: #fff;
  border-color: #f5a81c !important;
  color: #4d5758;
}
#hero-search__input::placeholder {
  color: #949494;
  opacity: 1;
}
.hero-search__submit {
  background: #f5a81c;
  color: #fff;
  position: absolute;
  top: 1px;
  right: 1px;
}


@media (max-width: 479px) {
  .hero__action {
    display: block;
  }
  .hero__action + .hero__action {
    margin-top: 12px;
  }
}


@media (max-width: 767px) {
  .hero-search__input {
    padding: 12px 24px !important;
  }
  .hero-search__submit {
    padding: 12px 24px !important;
  }
  .hero-search__small {
    padding: 9px 12px !important;
  }
  .hero-submit__small {
    padding: 12px 12px !important;
  }   
}


@media (min-width: 480px) {
  .hero__action + .hero__action {
    margin-left: 12px;
  }
}

@media (min-width: 768px) {
  .hero-search__input {
    font-size: 24px !important;
    padding: 24px !important;
  }
  .hero-search__submit {
    padding: 27px 24px !important;
  }
  .hero-search__small {
    padding: 9px 12px !important;
  }
  .hero-submit__small {
    padding: 12px 12px !important;
  }   

  .content .page-bounds .hero:first-child,
  .content .hero__content .hero:first-child,
  .content .alternate-background__content > .hero:first-child {
    margin-top: -48px;
  }
}

/*! cover hero image style */

.hero {
  background: #fff;
  overflow: hidden;
}
.hero__image {
  bottom: 0;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  left: 0;
  opacity: 0.2;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.hero__image img {
  left: 50%;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.hero__content {
  padding: 48px 24px;
  position: relative;
  z-index: 3;
}
.hero__title,
.hero__description {
  color: #fff;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
  .hero {
    margin-bottom: 24px;
    margin-top: -24px;
  }
  .hero__title {
    text-align: center;
    font-size: 7vw;
    line-height: 1.2;
  }
}

@media (min-width: 768px) {
  .hero {
    margin-top: -48px;
    padding-top: 48px;
    padding-bottom: 72px;
  }
  .hero__content {
    padding: 48px 0;
  }
}

@media (min-width: 768px) and (max-width: 1175px) {
  .hero__content {
    padding: 48px 48px;
  }
}


/*! ---------- =quicklinks ---------- */

.quicklinks {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  margin: 0 0 48px;
}
.quicklinks__link {
  display: block;
  text-align: center;
  position: relative;
}
.quicklinks__title {
  font-weight: 700;
}
.quicklinks__description {
  margin-top: 24px;
}
.quicklinks__more {
  width: 48px;
  height: 48px;
  margin: 24px auto 0;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  position: relative;
}
.quicklinks__more .fas {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .quicklinks {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .quicklinks__item {
    width: 50%;
  }
}

@media (max-width: 479px) {
  .quicklinks__item {
    max-width: 100%;
  }
  .quicklinks__title,
  .quicklinks__description {
    min-height: 0 !important;
  }
}

/*! top images quicklinks style */

.quicklinks {
  margin-right: -24px;
}
.quicklinks__item {
  padding-right: 24px;
}
.quicklinks__link {
  margin-top: 48px;
  padding: 72px 24px 24px;
  color: #4d5758;
  background: #fff;
}
.quicklinks__image {
  max-height: 96px;
  position: absolute;
  left: 50%;
  top: -48px;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 0.15s ease-out;
}
.quicklinks__title {
  color: #002856;
  transition: color 0.15s ease-out;
}
.quicklinks__link:hover,
.quicklinks__link:focus {
  color: #4d5758;
  background: #fff;
}
.quicklinks__link:hover .quicklinks__image,
.quicklinks__link:focus .quicklinks__image {
  -ms-transform: translateX(-50%) scale(1.03);
  transform: translateX(-50%) scale(1.03);
}
.quicklinks__link:hover .quicklinks__title,
.quicklinks__link:focus .quicklinks__title {
  color: #f5a81c;
}

@media (max-width: 767px) {
  .quicklinks__link {
    margin-top: 72px;
  }
}

/*! top icons quicklinks style */

.quicklinks--icons {
  margin-top: 48px;
}
.quicklinks--icons .quicklinks__item + .quicklinks__item {
  border-left: 1px solid #d2d4d5;
  padding-left: 48px;
}

@media (max-width: 959px) {
  .quicklinks--icons .quicklinks__item + .quicklinks__item {
    border-left: 0;
    padding-left: 0;
  }
}

/*! ---------- =search results ---------- */
#searchResults .item-list__description .item-list__title:hover,
#searchResults .item-list__description .item-list__title:focus {
  color: #4d5758;
}

/*! ---------- =search icons ---------- */
/* General Search*/
i[class*="search-icon-"]:before {
    content: "\f15c";
}
i[class*="search-icon-"].search-icon-event:before {
    content: "\e80f";
    font-family: 'fontello';
}
i[class*="search-icon-"].search-icon-file:before {
    content: "\f15c";
}
i[class*="search-icon-"].search-icon-news:before {
    content: "\e80d";
    font-family: 'fontello';
}
i[class*="search-icon-"].search-icon-NetworkingLink:before {
    content: "\f0c1";
}
i[class*="search-icon-"].search-icon-Member:before {
    content: "\f007";
}
i[class*="search-icon-"].search-icon-Agency:before {
    content: "\e80c";
    font-family: 'fontello';
}
i[class*="search-icon-"].search-icon-Pursuit:before {
    content: "\f5de";
}
i[class*="search-icon-"].search-icon-ResearchFolder:before {
    content: "\f07b";
}
i[class*="search-icon-"].search-icon-page:before, 
i[class*="search-icon-"].search-icon-HomepageAnnouncement:before {
    content: "\f15b";
}

/*Resource Search*/
i[class*="search-icon-"].search-icon-Jurisprudence:before {
    content: "\f0e3";
}
i[class*="search-icon-"].search-icon-Ordinance:before {
    content: "\f24e";
}
i[class*="search-icon-"].search-icon-Policy:before {
    content: "\f70e";
}
i[class*="search-icon-"].search-icon-Series:before,
i[class*="search-icon-"].search-icon-Publication:before {
    content: "\f518";
}
i[class*="search-icon-"].search-icon-Response:before,
i[class*="search-icon-"].search-icon-Quest:before,
i[class*="search-icon-"].search-icon-Quests:before {
    content: "\f086";
}



.alternate-background {
  background: #eee;
  margin-top: 24px;
  overflow: hidden;
  padding: 48px 24px;
  position: relative;
}
.alternate-background__light {
  overflow: visible;
}
.alternate-background:not(:last-child) {
  margin-bottom: 48px;
}
.alternate-background__image {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.alternate-background__image img {
  left: 50%;
  filter: grayscale(1);
    -webkit-filter: grayscale(1);
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.alternate-background__content {
  position: relative;
  z-index: 5;
}

@media (min-width: 768px) {
  .alternate-background {
    margin-top: 48px;
    padding: 48px;
  }
  .alternate-background__container {
    padding: 96px 48px;
  }
}

/*! home .action-row styles */

.action-row {
  margin-bottom: 48px;
  position: relative;
  z-index: 3;
}

@media (min-width: 768px) {
  .action-row {
    margin-bottom: -48px;
    -ms-transform: translateY(-60px);
    transform: translateY(-60px);
    -webkit-transform: translateY(-60px);
  }
}

@media (max-width: 959px) {
  .action-row .grid__unit:nth-child(-n+2) {
    padding-bottom: 24px;
  }
  .action-row .content-box {
    min-height: 0 !important;
  }
}

@media (min-width: 960px) {
  .action-row .grid__unit:nth-child(-n+2) {
    padding: 0 24px 24px 0;
  }
}

.action-row .announcement-box {
  position: relative;
}
.action-row .announcement-box .slick-dots {
  padding-bottom: 24px;
  padding-top: 12px;
}

/*! home .featured-resource styles */

.featured-resource {
  padding-bottom: 48px;
}

@media (min-width: 960px) {
  .featured-resource {
    padding-bottom: 72px;
  }
}

/*! home .newly-added styles */


@media (max-width: 479px) {
  .newly-added .content-box {
    min-height: 0 !important;
  }
}

/*! home .section-calltoaction styles */


@media (min-width: 768px) {
  .section-calltoaction {
    margin-top: 120px;
  }
  .section-calltoaction .grid__unit {
    padding-bottom: 0;
  }
  .section-calltoaction .grid__unit:first-child {
    margin-bottom: -48px;
  }
  .section-calltoaction__newmembers {
    margin-bottom: -48px;
    margin-top: -108px;
  }
}


/*! ---------- =sitefinity ---------- */

.sys-template {
  display: none;
}

.sfContentBlock {
  margin-bottom: 24px;
}
.sfContentBlock:last-child {
  margin-bottom: 0;
}

/* For Solr debug */

.debug-url {
  background-color: #efe;
  border: 2px solid #2c2;
  padding: 12px;
  margin-bottom: 24px;
  word-wrap: break-word;
}

/*! make page builder layout more friendly to edit */

.sfPageEditor .page-header,
.sfPageEditor .page-header .page-bounds,
.sfPageEditor .header-logo,
.sfPageEditor .page-header__content,
.sfPageEditor .header-utility,
.sfPageEditor .header-search,
.sfPageEditor .header-nav,
.sfPageEditor .hero,
.sfPageEditor .hero__image,
.sfPageEditor .hero__image img,
.sfPageEditor .hero__content,
.sfPageEditor .title-block,
.sfPageEditor .title-block__background,
.sfPageEditor .title-block__content,
.sfPageEditor .section-calltoaction__newmembers,
.sfPageEditor .page-footer,
.sfPageEditor .footer-logo,
.sfPageEditor .footer-social,
.sfPageEditor .footer-contact,
.sfPageEditor .footer-utility,
.sfPageEditor .footer-copyright {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 0 20px !important;
  float: none !important;
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}
.sfPageEditor .content {
  padding-top: 48px;
}
.sfPageEditor .title-block::before {
  display: none !important;
}
.sfPageEditor .hero__image,
.sfPageEditor .hero__image img,
.sfPageEditor .hero__content,
.sfPageEditor .title-block__background,
.sfPageEditor .title-block__content {
  position: static !important;
  transform: none !important;
    -webkit-transform: none !important;
}

.sfPageEditor .hero__image {
  filter: grayscale(0);
    -webkit-filter: grayscale(0);
  opacity: 1;
}

/* space form builder fields */

.sf-fieldWrp > input,
.sf-fieldWrp > select,
.sf-fieldWrp > textarea,
.sf-fieldWrp > div > input,
.sf-fieldWrp > div > select,
.sf-fieldWrp > div > textarea {
  margin-bottom: 20px !important;
}
.sf_colsIn > .sf-fieldWrp > input:last-child,
.sf_colsIn > .sf-fieldWrp > select:last-child,
.sf_colsIn > .sf-fieldWrp > textarea:last-child {
  margin-bottom: 0 !important;
}

.sfInlineEditingPageMenu .sfInlineEditingToggleLnk {
  z-index: 1001 !important;
}

/* user-friendly tabs layout modules */

.sfPageEditor [data-edit-label]::before {
  content: "[" attr(data-edit-label) "]";
  font-size: 14px;
  opacity: 0.3;
}

.tabs.sf_cols {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.tabs__tab > .sf_colsIn,
.tabs__pane > .sf_colsIn {
  margin: 0 !important;
}
.sfPageEditor .tabs--standard .tabs__tab {
  width: 100% !important;
  float: none !important;
}
.sfPageEditor .tabs.sf_cols .tabs__pane {
  display: block !important;
}

/*! ----- =research folders ----- */

.fa-layers {
  position: relative;
  text-align: center;
}

.fa-layers-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-70%, -40%);
}

.fa-layers.fa-2x .fa-layers-text {
  font-size: 0.5em;
}

/* ---- Statistics Report ---- */
.row {
  content: "";
  display: flex;
  clear: both;
}


/*! ---------- =print ---------- */

@media print {
  .page-header__toggle,
  .header-search,
  .header-utility,
  .header-nav,
  .in-this-section,
  .footer-logo,
  .footer-social,
  .footer-utility,
  .home-feature,
  .breadcrumbs,
  .share-buttons,
  .truncator-expand,
  .do-not-print {
    display: none !important;
  }

  body {
    background: #fff;
  }


  @page {
    margin-top: 1in;
    margin: 0.5in;
  }


  @page :first {
    margin-top: 1in;
  }

  @page :last {
    margin-bottom: 1in;
  }


  .page-bounds,
  .hero__content,
  .alternate-background__content {
    max-width: 100%;
  }

  .page-header,
  .content,
  .page-footer {
    padding-left: 0;
    padding-right: 0;
  }
  
  h1 {
    font-size: 30px;
  }

  h1,
  h2,
  h3,
  h4 {
    page-break-after: avoid;
  }

  blockquote,
  img,
  table,
  pre {
    page-break-inside: avoid;
  }

  ul,
  ol,
  dl {
    page-break-before: avoid;
  }

  .page-header {
    position: relative;
  }

  .header-logo {
    display: block;
    float: none;
    max-width: 150px;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }

  .page-footer {
    border-top: 0px solid #eee;
  }

  .footer-contact {
    text-align: center;
  }

  .interior-layout__title,
  .interior-layout__nav,
  .interior-layout__main,
  .interior-layout__aside {
    float: none;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .interior-layout__aside {
    border-top: 0px solid #d2d4d5;
    padding-top: 48px;
  }

  .page-title {
    text-align: center;
  }

  .content a[href]:not([href^="#"]) {
    word-wrap: break-word;
    box-shadow: 0 2px 0 #002856;
    color: #4d5758;
    font-weight: 700;
  }
  .content a[href]:not([href^="#"])::after {
    content: " (" attr(href) ") ";
    font-size: 0.85em;
    color: #657273;
  }

  .tabs__pane {
    display: block !important;
  }

  .accordion__content {
    max-height: none !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  [data-truncate-to] {
    max-height: none !important;
    overflow: visible !important;
  }

  [data-truncate-to*="item"] > * {
    display: initial !important;
  }
}

/*! ---------- =fontello ---------- */

@font-face {
  font-family: 'fontello';
  src: url('/ResourcePackages/IACP/assets/font/fontello.eot?85073281');
  src: url('/ResourcePackages/IACP/assets/font/fontello.eot?85073281#iefix') format('embedded-opentype'),
       url('/ResourcePackages/IACP/assets/font/fontello.woff2?85073281') format('woff2'),
       url('/ResourcePackages/IACP/assets/font/fontello.woff?85073281') format('woff'),
       url('/ResourcePackages/IACP/assets/font/fontello.ttf?85073281') format('truetype'),
       url('/ResourcePackages/IACP/assets/font/fontello.svg?85073281#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('/ResourcePackages/IACP/assets/font/fontello.svg?85073281#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-money:before { content: '\e800'; } /* '' */
.icon-shield:before { content: '\e80c'; } /* '' */
.icon-megaphone:before { content: '\e80d'; } /* '' */
.icon-forms:before { content: '\e80e'; } /* '' */
.icon-calendar:before { content: '\e80f'; } /* '' */




.reciteme.button {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    background: none;
    cursor: pointer;
}



@media (min-width: 960px) {

.reciteme.button {
    position: absolute;
    left: -250px;
   }
}