/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

a {
  text-decoration: none; }

input, textarea {
  margin: 0;
  border: none;
  font-family: 'Lucida Grande', sans-serif;
  font-size: 100%; }

textarea {
  resize: none; }

select {
  margin: 0; }

button {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  /* show a hand cursor on hover; some argue that we
  should keep the default arrow cursor for buttons */
  cursor: pointer; }

.text-white {
  color: #ffffff; }

.ap-id-red {
  background-color: #EF3340; }

.ap-gray-cool-deep {
  background-color: #2c2c2c; }

.ap-gray-cool-rich {
  background-color: #787878; }

.ap-gray-cool-medium {
  background-color: #b5b5b6; }

.ap-gray-cool-bright {
  background-color: #ececec; }

.ap-gray-warm-deep {
  background-color: #424242; }

.ap-gray-warm-rich {
  background-color: #878781; }

.ap-gray-warm-medium {
  background-color: #c3c3b9; }

.ap-gray-warm-bright {
  background-color: #ece8df; }

.ap-cerulean-deep {
  background-color: #06153f; }

.ap-cerulean-rich {
  background-color: #0a3175; }

.ap-cerulean-medium {
  background-color: #104ba5; }

.ap-cerulean-bright {
  background-color: #448bff; }

.ap-blue-deep {
  background-color: #06263f; }

.ap-blue-rich {
  background-color: #0b5475; }

.ap-blue-medium {
  background-color: #117da5; }

.ap-blue-bright {
  background-color: #1ca7da; }

.ap-turquoise-deep {
  background-color: #0d393d; }

.ap-turquoise-rich {
  background-color: #0b7579; }

.ap-turquoise-medium {
  background-color: #00a3a8; }

.ap-turquoise-bright {
  background-color: #00c7ae; }

.ap-green-deep {
  background-color: #233500; }

.ap-green-rich {
  background-color: #507200; }

.ap-green-medium {
  background-color: #78a600; }

.ap-green-bright {
  background-color: #b1c70a; }

.ap-brown-deep {
  background-color: #38261e; }

.ap-yellow-rich {
  background-color: #95702f; }

.ap-yellow-medium {
  background-color: #d8a538; }

.ap-yellow-bright {
  background-color: #f1be00; }

.ap-orange-deep {
  background-color: #3d2600; }

.ap-orange-rich {
  background-color: #7b490c; }

.ap-orange-medium {
  background-color: #b1671e; }

.ap-orange-bright {
  background-color: #df8600; }

.ap-magenta-deep {
  background-color: #3d0528; }

.ap-magenta-rich {
  background-color: #771251; }

.ap-magenta-medium {
  background-color: #a91e75; }

.ap-magenta-bright {
  background-color: #df2c9d; }

.ap-purple-deep {
  background-color: #3e0c41; }

.ap-purple-rich {
  background-color: #660775; }

.ap-purple-medium {
  background-color: #993399; }

.ap-purple-bright {
  background-color: #b82dc1; }

#global-footer ul:after {
  content: "";
  display: table;
  clear: both; }

html {
  font-size: 0.875rem; }
  @media screen and (min-width: 20rem) {
    html {
      font-size: calc(0.875rem + 0.25 * ((100vw - 20rem) / 70)); } }
  @media screen and (min-width: 90rem) {
    html {
      font-size: 1.125rem; } }

/* Create Sass type sizes */
@font-face {
  font-family: "Good Regular";
  src: url("../fonts/good/good_regular.woff2") format("woff2"), url("../fonts/good/good_regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "Good Regular Italic";
  src: url("../fonts/good/good_regular_italic.woff2") format("woff2"), url("../fonts/good/good_regular_italic.woff") format("woff");
  font-weight: 400;
  font-style: italic; }
@font-face {
  font-family: "Good Medium";
  src: url("../fonts/good/good_medium.woff2") format("woff2"), url("../fonts/good/good_medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: "Good Medium Italic";
  src: url("../fonts/good/good_medium_italic.woff2") format("woff2"), url("../fonts/good/good_medium_italic.woff") format("woff");
  font-weight: 500;
  font-style: italic; }
@font-face {
  font-family: "Good Bold";
  src: url("../fonts/good/good_bold.woff2") format("woff2"), url("../fonts/good/good_bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: "Good Bold Italic";
  src: url("../fonts/good/good_bold_italic.woff2") format("woff2"), url("../fonts/good/good_bold_italic.woff") format("woff");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: "Good Cond Regular";
  src: url("../fonts/good/good_cond_regular.woff2") format("woff2"), url("../fonts/good/good_cond_regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "Good Cond Regular Italic";
  src: url("../fonts/good/good_cond_regular_italic.woff2") format("woff2"), url("../fonts/good/good_cond_regular_italic.woff") format("woff");
  font-weight: 400;
  font-style: italic; }
@font-face {
  font-family: "Good Cond Medium";
  src: url("../fonts/good/good_cond_medium.woff2") format("woff2"), url("../fonts/good/good_cond_medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: "Good Cond Medium Italic";
  src: url("../fonts/good/good_cond_medium_italic.woff2") format("woff2"), url("../fonts/good/good_cond_medium_italic.woff") format("woff");
  font-weight: 500;
  font-style: italic; }
@font-face {
  font-family: "Good Cond Bold";
  src: url("../fonts/good/good_cond_bold.woff2") format("woff2"), url("../fonts/good/good_cond_bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: "Good Cond Bold Italic";
  src: url("../fonts/good/good_cond_bold_italic.woff2") format("woff2"), url("../fonts/good/good_cond_bold_italic.woff") format("woff");
  font-weight: 700;
  font-style: italic; }
@font-face {
  font-family: "Freight Text Book";
  src: url("../fonts/freight/freight_text_book.woff2") format("woff2"), url("../fonts/freight/freight_text_book.woff") format("woff");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "Freight Text Book Italic";
  src: url("../fonts/freight/freight_text_book_italic.woff2") format("woff2"), url("../fonts/freight/freight_text_book_italic.woff") format("woff");
  font-weight: 400;
  font-style: italic; }
@font-face {
  font-family: "Freight Text Medium";
  src: url("../fonts/freight/freight_text_medium.woff2") format("woff2"), url("../fonts/freight/freight_text_medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: "Freight Text Medium Italic";
  src: url("../fonts/freight/freight_text_medium_italic.woff2") format("woff2"), url("../fonts/freight/freight_text_medium_italic.woff") format("woff");
  font-weight: 500;
  font-style: italic; }
@font-face {
  font-family: "Freight Text Bold";
  src: url("../fonts/freight/freight_text_bold.woff2") format("woff2"), url("../fonts/freight/freight_text_bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: "Freight Text Bold Italic";
  src: url("../fonts/freight/freight_text_bold_italic.woff2") format("woff2"), url("../fonts/freight/freight_text_bold_italic.woff") format("woff");
  font-weight: 700;
  font-style: italic; }
.ap-sans {
  font-family: "Good Regular", Arial, sans-serif;
  font-weight: 400; }

.ap-sans-italic {
  font-family: "Good Regular Italic", Arial, sans-serif;
  font-style: italic;
  font-weight: 400; }

.ap-sans-medium {
  font-family: "Good Medium", Arial, sans-serif;
  font-weight: 500; }

.ap-sans-medium-italic {
  font-family: "Good Medium Italic", Arial, sans-serif;
  font-style: italic;
  font-weight: 500; }

.ap-sans-bold {
  font-family: "Good Bold", Arial, sans-serif;
  font-weight: 700; }

.ap-sans-bold-italic {
  font-family: "Good Bold Italic", Arial, sans-serif;
  font-style: italic;
  font-weight: 700; }

.ap-sans-cond {
  font-family: "Good Cond Regular", "Arial Narrow", Arial, sans-serif;
  font-weight: 400; }

.ap-sans-cond-italic {
  font-family: "Good Cond Regular Italic", "Arial Narrow", Arial, sans-serif;
  font-style: italic;
  font-weight: 400; }

.ap-sans-cond-medium {
  font-family: "Good Cond Medium", "Arial Narrow", Arial, sans-serif;
  font-weight: 500; }

.ap-sans-cond-medium-italic {
  font-family: "Good Cond Medium Italic", "Arial Narrow", Arial, sans-serif;
  font-style: italic;
  font-weight: 500; }

.ap-sans-cond-bold {
  font-family: "Good Cond Bold", "Arial Narrow", Arial, sans-serif;
  font-weight: 700; }

.ap-sans-cond-bold-italic {
  font-family: "Good Cond Bold Italic", "Arial Narrow", Arial, sans-serif;
  font-style: italic;
  font-weight: 700; }

.ap-serif {
  font-family: "Freight Text Book", Georgia, serif;
  font-weight: 400; }

.ap-serif-italic {
  font-family: "Freight Text Book Italic", Georgia, serif;
  font-style: italic;
  font-weight: 400; }

.ap-serif-medium {
  font-family: "Freight Text Medium", Georgia, serif;
  font-weight: 500; }

.ap-serif-medium-italic {
  font-family: "Freight Text Medium Italic", Georgia, serif;
  font-style: italic;
  font-weight: 500; }

.ap-serif-bold {
  font-family: "Freight Text Bold", Georgia, serif;
  font-weight: 700; }

.ap-serif-bold-italic {
  font-family: "Freight Text Bold Italic", Georgia, serif;
  font-style: italic;
  font-weight: 700; }

main {
  display: grid;
  grid-template-areas: "hd" "ct";
  grid-template-columns: 1fr;
  grid-template-rows: auto; }

@media (max-width: 767px) {
  #main-header {
    padding: 0 1rem; } }
@media (min-width: 48rem) {
  #main-header {
    grid-area: hd;
    display: grid;
    grid-template-columns: 3.75rem 1fr;
    grid-template-rows: auto;
    padding: 0; } }

#main-content {
  grid-area: ct;
  margin: 2.5rem 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: min-content;
  grid-row-gap: 2rem;
  padding: 0 1rem; }

#index-main {
  display: grid;
  grid-template-areas: "hd" "ict";
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-gap: 1rem; }

#section-content {
  margin: 2.5rem 0 2rem 0rem;
  grid-template-columns: 1fr;
  grid-auto-rows: min-content;
  padding: 0 1rem; }

#index-content {
  grid-area: ict;
  margin: 1rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: min-content;
  grid-gap: 1rem;
  padding: 0; }

.center-header {
  max-width: 1344px;
  margin: 0 auto;
  padding: 0; }

.full-intro-image-block {
  display: grid;
  grid-template-columns: 20px 1fr;
  grid-template-rows: 20px 1fr;
  grid-gap: 0;
  margin: 0 0 2rem 0;
  padding: 0; }

#title-block {
  grid-column: 1; }

#intro-block {
  grid-column: 1;
  grid-row: 2; }

#title-block-section {
  grid-column: 1;
  grid-row: 2;
  padding-left: 1rem; }

#intro-block-section {
  grid-column: 1;
  grid-row: 3;
  padding-left: 1rem; }

#intro-block-mods {
  display: grid;
  grid-auto-columns: auto;
  grid-auto-rows: auto;
  grid-gap: 1rem 1rem; }

.intro-block-description {
  grid-column: 1 / 2;
  grid-row: 1;
  color: #fff;
  font-family: "Freight Text Book", Georgia, serif;
  font-size: 1.61798rem;
  line-height: 1.5;
  padding: 1rem;
  background-color: #06153f; }

.section-intro-block-description {
  grid-column: 1 / 3;
  grid-row: 1;
  font-family: "Freight Text Medium", Georgia, serif;
  font-size: 1.272rem;
  line-height: 1.5;
  color: #2c2c2c;
  padding: 0 0 1.5rem 0;
  margin: 0; }

.intro-block-links {
  grid-column: 1 / 2;
  grid-row: 2;
  padding: 1rem;
  background-color: #f5f5f5; }

#index-intro-block {
  grid-column: 1 / 2;
  margin-bottom: 1.5rem;
  background-color: #b5b5b6; }

.index-intro-block-description {
  grid-column: 1 / 2;
  padding: 0;
  margin: 0; }

.index-intro-block-video {
  grid-column: 1 / 2;
  color: #fff;
  padding: 0;
  margin: 0; }

.update-mod {
  grid-column: 1 / 2;
  grid-row: 2;
  align-self: start;
  background-color: #0a3175;
  padding: 1rem;
  margin: 0;
  color: #fff; }

.brand-introduction {
  grid-column: 1 / 2;
  background-color: #fff;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-gap: 0 1.5rem; }

.brand-intro-text {
  grid-column: 1 / 2;
  padding: 1rem; }

.brand-intro-imgs {
  grid-column: 1 / 3;
  grid-row: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.5rem; }
  .brand-intro-imgs img {
    width: 100%; }

.brand-intro-cta {
  grid-column: 1 / 2;
  padding: 1rem; }

.guidelines-mod {
  grid-column: 1 / 2; }
  .guidelines-mod img {
    width: 100%; }

.assets-mod {
  grid-column: 1 / 2; }
  .assets-mod img {
    width: 100%; }

.designs-components-mod {
  grid-column: 1 / 2; }
  .designs-components-mod img {
    width: 100%; }

.standard-block,
.doublelarge-block,
.doubleimage-block,
.imagestream-block,
.centertext-block,
.fullimage-block,
.leftimage-block,
.video-block,
.html-block {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: min-content;
  grid-gap: 1rem 1rem;
  margin: 0 0 2rem 0; }

.standard-block-mod-a {
  grid-column: 1 / 6; }

.standard-block-mod-b {
  grid-column: 1 / 4;
  grid-row: 2; }
  .standard-block-mod-b img {
    width: 100%; }

.standard-block-mod-c {
  grid-column: 4 / 6;
  grid-row: 2; }

.doublelarge-block-mod-a {
  grid-column: 1 / 6; }

.doublelarge-block-mod-b {
  grid-column: 1 / 6;
  grid-row: 2; }
  .doublelarge-block-mod-b img {
    width: 100%; }

.doublelarge-block-mod-c {
  grid-column: 1 / 6;
  grid-row: 3; }
  .doublelarge-block-mod-c img {
    width: 100%; }

.doublelarge-block-mod-d {
  grid-column: 1 / 6;
  grid-row: 4; }

.largeimage-block {
  display: grid;
  grid-auto-columns: auto;
  grid-auto-rows: min-content;
  grid-gap: .5rem 1rem; }

.largeimage-block-mod-a {
  grid-column: auto;
  grid-row: 1; }

.largeimage-block-mod-b {
  grid-column: auto;
  grid-row: 2; }
  .largeimage-block-mod-b img {
    width: 100%; }

.largeimage-block-mod-c {
  grid-column: auto;
  grid-row: 3; }

.doubleimage-block-mod-a {
  grid-column: 1 / 6;
  grid-row: 1; }

.doubleimage-block-mod-b {
  grid-column: 1 / 4;
  grid-row: 2; }
  .doubleimage-block-mod-b img {
    width: 100%; }

.doubleimage-block-mod-c {
  grid-column: 4 / 6;
  grid-row: 2; }
  .doubleimage-block-mod-c img {
    width: 100%; }

.doubleimage-block-mod-d {
  grid-column: 1 / 6;
  grid-row: 3; }

.imagestream-block-mod-a {
  grid-column: 1 / 6;
  grid-row: 1; }
  .imagestream-block-mod-a img {
    width: 100%; }

.imagestream-block-mod-b {
  grid-column: 1 / 6;
  grid-row: 2; }
  .imagestream-block-mod-b img {
    width: 100%; }

.imagestream-block-mod-c {
  grid-column: 1 / 6;
  grid-row: 3; }
  .imagestream-block-mod-c img {
    width: 100%; }

.imagestream-block-mod-d {
  grid-column: 1 / 6;
  grid-row: 4; }

.centertext-block-mod-a {
  grid-column: 1 / 6;
  grid-row: 1; }

.fullimage-block-mod-a {
  grid-column: 1 / 6;
  grid-row: 1; }
  .fullimage-block-mod-a img {
    width: 100%; }

.fullimage-block-mod-b {
  grid-column: 1 / 6;
  grid-row: 2; }

.leftimage-block-mod-a {
  grid-column: 1 / 4;
  grid-row: 1; }
  .leftimage-block-mod-a img {
    width: 100%; }

.leftimage-block-mod-b {
  grid-column: 4 / 6;
  grid-row: 1; }

.video-block-mod-a {
  grid-column: 1 / 6;
  grid-row: 1; }

.video-block-mod-b {
  grid-column: 1 / 6;
  grid-row: 2; }
  .video-block-mod-b img {
    width: 100%; }

.video-block-mod-c {
  grid-column: 1 / 6;
  grid-row: 3; }

.html-block-mod-a {
  grid-column: 1 / 6;
  grid-row: 1; }
  .html-block-mod-a img {
    width: 100%; }

.html-block-mod-b {
  grid-column: 1 / 6;
  grid-row: 2; }

.html-block-mod-c {
  grid-column: 1 / 6;
  grid-row: 3; }

@media (max-width: 767px) {
  #main-footer {
    padding: 2rem 1.3rem; } }
@media (min-width: 768px) {
  #main-footer {
    max-width: 1440px;
    margin: 0 auto;
    padding: 2.5rem 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: min-content;
    grid-gap: 2rem 2rem; } }

@media (max-width: 767px) {
  #global-footer {
    padding: 1.5rem 1.3rem; } }
@media (min-width: 768px) {
  #global-footer {
    border-top: 1px solid #787878;
    margin: 0 auto;
    padding: 1rem 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(100px, auto);
    grid-gap: 2rem 2rem;
    max-width: 1440px; } }

@media (min-width: 48rem) {
  #index-main {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 2.5rem;
    display: grid;
    grid-template-areas: "hd" "ict";
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    grid-gap: 2rem 2rem; } }
  @media (min-width: 48rem) and (min-width: 90rem) {
    #index-main {
      padding: 0; } }

@media (min-width: 48rem) {
  #index-content {
    grid-area: ict;
    margin: 1rem 0 2rem 0rem;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 2rem 2rem;
    padding: 0; }

  #section-content {
    grid-area: ict;
    margin: 2.5rem 0 2rem 0rem;
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: min-content;
    padding: 0; }

  #left-sidebar {
    grid-area: l-sb;
    margin: 160px 0 0 0;
    padding-right: 1rem; }

  main {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 2.5rem;
    display: grid;
    grid-template-areas: "hd hd" "l-sb ct";
    grid-template-columns: 12rem 1fr;
    grid-template-rows: auto; }

  .center-header {
    max-width: 1344px;
    margin: 0 auto;
    padding: 0 2.5rem; }

  #main-content {
    grid-area: ct;
    margin: 3rem 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: min-content;
    grid-row-gap: 1rem;
    padding: 0; }

  #guidelines-grid {
    max-width: 1440px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-gap: 2rem;
    margin-bottom: 3rem; }

  #two-up-grid {
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-gap: 2rem;
    margin-bottom: 3rem; }

  .typography-grid-3 {
    max-width: 1344px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-gap: 2rem;
    margin-bottom: 8rem;
    padding: 1rem; }

  .typography-grid-2 {
    max-width: 1344px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-gap: 2rem;
    margin-bottom: 8rem; }

  .typography-grid-1 {
    max-width: 40em;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-gap: 2rem;
    margin-bottom: 8rem; }

  footer {
    background-color: #2c2c2c; }

  .full {
    max-width: 1360px;
    margin: 0 auto;
    padding: 20px;
    display: grid;
    grid-template-columns: 70% 1fr;
    grid-auto-rows: minmax(200px, auto);
    grid-gap: 20px; }

  .full-intro-image-block {
    display: grid;
    grid-template-columns: 1fr 8fr;
    grid-template-rows: 1fr 8fr;
    grid-gap: 0;
    margin: 0 0 5rem 0;
    padding: 0; }

  #title-block-section {
    grid-column: 1;
    grid-row: 1;
    padding: 0; }

  #intro-block {
    grid-column: 1;
    grid-row: 2;
    margin-bottom: 3rem; }

  #intro-block-section {
    grid-column: 1;
    grid-row: 2;
    margin-bottom: 1.5rem;
    padding: 0; }

  #intro-block-mods {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-auto-rows: auto;
    grid-gap: 2rem 2rem; }

  #section-intro-block-mods {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    grid-gap: 0; }

  .intro-block-description {
    grid-column: 1 / 6;
    grid-row: 1;
    color: #fff;
    font-family: "Freight Text Book", Georgia, serif;
    font-size: 1.61798rem;
    line-height: 1.5;
    padding: 1.5rem;
    background-color: #06153f;
    margin: 0; }

  .intro-block-links {
    grid-column: 6 / 8;
    grid-row: 1;
    align-self: start;
    padding: 1rem;
    background-color: #f5f5f5; }

  #index-intro-block {
    grid-column: 1 / 13;
    grid-row: 1;
    margin-bottom: 1.5rem;
    background-color: #b5b5b6; }

  .index-intro-block-description {
    grid-column: 1 / 6;
    grid-row: 1;
    padding: 0;
    margin: 0; }

  .index-intro-block-video {
    grid-column: 6 / 13;
    grid-row: 1;
    color: #fff;
    margin: 0;
    padding: 0; }

  .section-intro-block-description {
    grid-column: 1 / 3;
    grid-row: 1;
    font-family: "Freight Text Medium", Georgia, serif;
    font-size: 1.272rem;
    line-height: 1.5;
    color: #2c2c2c;
    padding: 0 0 1.5rem 0;
    margin: 0; }

  .update-mod {
    grid-column: 1 / 3;
    grid-row: 2;
    align-self: start;
    background-color: #0a3175;
    padding: 1rem;
    margin: 0;
    color: #fff; }

  .brand-introduction {
    grid-column: 3 / 13;
    grid-row: 2;
    background-color: #fff;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 7fr 3fr;
    grid-gap: 0 1.5rem; }

  .brand-intro-text {
    grid-column: 1;
    grid-row: 1;
    padding: 2rem; }

  .brand-intro-imgs {
    grid-column: 1 / 3;
    grid-row: 2;
    display: grid;
    grid-template-columns: 3fr 1.5fr 2fr 3.5fr;
    grid-gap: 1.5rem; }
    .brand-intro-imgs img {
      width: 100%; }

  .brand-intro-cta {
    grid-column: 1;
    grid-row: 3;
    padding: 1rem; }

  .guidelines-mod {
    padding: 0;
    grid-column: 1 / 5;
    grid-row: 3;
    align-self: start; }

  .assets-mod {
    grid-column: 5 / 9;
    grid-row: 3;
    align-self: start; }
    .assets-mod img {
      width: 100%; }

  .designs-components-mod {
    grid-column: 9 / 13;
    grid-row: 3;
    align-self: start; }
    .designs-components-mod img {
      width: 100%; }

  .standard-block,
  .doublelarge-block,
  .largeimage-block,
  .doubleimage-block,
  .imagestream-block,
  .fullimage-block,
  .leftimage-block,
  .video-block,
  .html-block {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-auto-rows: min-content;
    grid-gap: 1rem 2rem;
    margin: 0 0 5rem 0; }

  .centertext-block {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-auto-rows: min-content;
    grid-gap: 1rem 2rem;
    margin: 0; }

  .standard-block-mod-a {
    grid-column: 1 / 3;
    grid-row: 1; }

  .standard-block-mod-b {
    grid-column: 3 / 7;
    grid-row: 1; }
    .standard-block-mod-b img {
      width: 100%; }

  .standard-block-mod-c {
    grid-column: 7 / 8;
    grid-row: 1; }

  .doublelarge-block-mod-a {
    grid-column: 2 / 6;
    grid-row: 1; }

  .doublelarge-block-mod-b {
    grid-column: 1 / 4;
    grid-row: 2; }
    .doublelarge-block-mod-b img {
      width: 100%; }

  .doublelarge-block-mod-c {
    grid-column: 4 / 7;
    grid-row: 2; }
    .doublelarge-block-mod-c img {
      width: 100%; }

  .doublelarge-block-mod-d {
    grid-column: 7 / 8;
    grid-row: 2; }

  .largeimage-block-mod-a {
    grid-column: 1 / 3;
    grid-row: 1; }

  .largeimage-block-mod-b {
    grid-column: 3 / 8;
    grid-row: 1; }
    .largeimage-block-mod-b img {
      width: 100%; }

  .largeimage-block-mod-c {
    grid-column: 3 / 7;
    grid-row: 2; }

  .doubleimage-block-mod-a {
    grid-column: 1 / 3;
    grid-row: 1 / 4; }

  .doubleimage-block-mod-b {
    grid-column: 3 / 6;
    grid-row: 1; }
    .doubleimage-block-mod-b img {
      width: 100%; }

  .doubleimage-block-mod-c {
    grid-column: 6 / 8;
    grid-row: 1; }
    .doubleimage-block-mod-c img {
      width: 100%; }

  .doubleimage-block-mod-d {
    grid-column: 3 / 7;
    grid-row: 2; }

  .imagestream-block-mod-a {
    grid-column: 1 / 3;
    grid-row: 1; }
    .imagestream-block-mod-a img {
      width: 100%; }

  .imagestream-block-mod-b {
    grid-column: 3 / 6;
    grid-row: 1; }
    .imagestream-block-mod-b img {
      width: 100%; }

  .imagestream-block-mod-c {
    grid-column: 6 / 8;
    grid-row: 1; }
    .imagestream-block-mod-c img {
      width: 100%; }

  .imagestream-block-mod-d {
    grid-column: 1 / 6;
    grid-row: 2; }

  .centertext-block-mod-a {
    grid-column: 2 / 6;
    grid-row: 1; }

  .fullimage-block-mod-a {
    grid-column: 1 / 8;
    grid-row: 1; }
    .fullimage-block-mod-a img {
      width: 100%; }

  .fullimage-block-mod-b {
    grid-column: 1 / 5;
    grid-row: 2; }

  .leftimage-block-mod-a {
    grid-column: 1 / 6;
    grid-row: 1; }
    .leftimage-block-mod-a img {
      width: 100%; }

  .leftimage-block-mod-b {
    grid-column: 6 / 8;
    grid-row: 1; }

  .video-block-mod-a {
    grid-column: 1 / 3;
    grid-row: 1; }

  .video-block-mod-b {
    grid-column: 3 / 7;
    grid-row: 1; }
    .video-block-mod-b img {
      width: 100%; }

  .video-block-mod-c {
    grid-column: 7 / 8;
    grid-row: 1; }

  .html-block-mod-a {
    grid-column: 1 / 3;
    grid-row: 1; }

  .html-block-mod-b {
    grid-column: 3 / 7;
    grid-row: 1; }

  .html-block-mod-c {
    grid-column: 7 / 8;
    grid-row: 1; } }
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 13px 10px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 18px;
  height: 14px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 18px;
    height: 2px;
    background-color: #787878;
    border-radius: 2px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -6px; }
  .hamburger-inner::after {
    bottom: -6px; }

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

body {
  background-color: #ececec;
  color: #2c2c2c; }

h1 {
  font-size: 4.23568rem;
  line-height: 1.125;
  font-family: "Good Cond Regular", "Arial Narrow", Arial, sans-serif;
  font-weight: 400; }
  @media (max-width: 25rem) {
    h1 {
      font-size: 3.32993rem; } }

h2 {
  font-size: 3.32993rem;
  font-family: "Good Cond Regular", "Arial Narrow", Arial, sans-serif;
  line-height: 1.125; }
  @media (max-width: 25rem) {
    h2 {
      font-size: 2.61787rem; } }

h3 {
  font-size: 2.05808rem;
  font-family: "Good Cond Regular", "Arial Narrow", Arial, sans-serif;
  line-height: 1.125; }

h4 {
  font-size: 1.61798rem;
  font-family: "Good Cond Regular", "Arial Narrow", Arial, sans-serif;
  line-height: 1.125; }

h5 {
  font-size: 1.272rem;
  font-family: "Good Cond Regular", "Arial Narrow", Arial, sans-serif;
  line-height: 1.125; }

h6 {
  font-size: 1rem;
  font-family: "Good Cond Regular", "Arial Narrow", Arial, sans-serif;
  line-height: 1.125; }

a {
  color: #104ba5;
  font-size: 1rem;
  text-decoration: none; }

a:hover {
  color: #448bff;
  transition: all 0.8s; }

a h1:hover, a h2:hover, a h3:hover, a h4:hover, a h5:hover, a h6:hover {
  text-decoration: underline;
  color: #b5b5b6;
  transition: all 0.8s; }

.unstyled-link {
  text-decoration: none;
  font-family: "Good Regular", Arial, sans-serif; }

.u-link {
  text-decoration: underline; }

a.u-link {
  text-decoration: underline;
  color: #2c2c2c; }

a.u-link:hover {
  text-decoration: none;
  color: #b5b5b6; }

button {
  color: #fff;
  font-family: "Good Regular", Arial, sans-serif;
  font-size: 1rem; }

button:hover {
  text-decoration: none;
  color: #787878;
  transition: all 0.8s; }

.btn {
  color: white;
  border-radius: 2px;
  background: #0a3175;
  padding: 1rem 3rem;
  margin-right: 1rem;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 1px;
  font-family: "Good Regular", Arial, sans-serif; }

.btn:hover {
  text-decoration: none;
  color: #448bff;
  transition: all 0.8s; }

.btn-group {
  margin-bottom: 2rem; }

footer {
  color: #ececec; }

#index-content h3, h4 {
  margin-bottom: 0.5rem;
  color: #2c2c2c; }

#index-content h3, h4 {
  margin-bottom: 0.5rem; }

#section-content a h3 {
  margin-bottom: 0.5rem;
  color: #2c2c2c; }

#section-content a h3:hover {
  margin-bottom: 0.5rem;
  text-decoration: underline;
  color: #b5b5b6;
  transition: all 0.8s; }

@media (max-width: 767px) {
  .ap-logo {
    width: 3.2rem; } }
@media (min-width: 768px) {
  .ap-logo {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3; } }

.header-logo {
  width: 2.5rem; }

.index-description {
  color: #2c2c2c;
  font-family: "Freight Text Medium", Georgia, serif;
  font-size: 1.272rem;
  line-height: 1.5; }

.brand-intro {
  color: #2c2c2c;
  font-family: "Freight Text Book", Georgia, serif;
  font-size: 1rem;
  line-height: 1.5; }

.brand-intro-cta {
  padding-left: 2rem; }

.update-mod-msg {
  color: #fff;
  font-family: "Good Regular", Arial, sans-serif;
  font-size: 0.875rem; }

.site-name {
  color: #2c2c2c;
  font-family: "Good Cond Bold", "Arial Narrow", Arial, sans-serif;
  text-transform: uppercase;
  margin: 0;
  font-size: 1.61798rem; }
  @media (max-width: 767px) {
    .site-name {
      display: inline-block;
      position: absolute;
      right: calc(1rem + 55px);
      top: 1rem;
      font-size: 1.25rem; } }
  @media (min-width: 768px) {
    .site-name {
      grid-column-start: 2;
      grid-column-end: 3;
      grid-row-start: 1;
      grid-row-end: 2;
      justify-self: end;
      align-self: end;
      padding: 0.5rem 0 0; } }

.hamburger {
  display: block;
  height: 45px;
  outline: none;
  position: absolute;
  right: 1rem;
  top: .5rem;
  width: 45px; }
  @media (min-width: 768px) {
    .hamburger {
      display: none; } }

@media (max-width: 767px) {
  header nav {
    display: none; } }
@media (min-width: 768px) {
  header nav {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    justify-self: end; } }

nav a {
  text-decoration: none;
  font-family: "Good Regular", Arial, sans-serif;
  font-size: 1rem;
  color: #2c2c2c; }

nav a:hover {
  text-decoration: underline;
  color: #2c2c2c;
  transition: all 0.8s; }

.sidebar-nav {
  list-style: none;
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 1.5rem; }

.sidebar-nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.sidebar-nav ul li {
  padding: 0.375rem 0; }

.sidebar-nav ul li:last-child {
  padding: 0.375rem 0; }

.sidebar-nav a {
  display: block;
  text-decoration: none;
  font-family: "Good Regular", Arial, sans-serif;
  font-size: 1rem;
  color: #2c2c2c; }

.sidebar-nav a:hover {
  transition: all 0.5s ease;
  text-decoration: underline; }

footer {
  background-color: #2c2c2c; }

footer ul {
  margin: 0;
  padding-top: 1rem;
  list-style: none; }

footer ul li {
  padding: 0.5rem 1rem 0.5rem 0; }

.endash-list {
  list-style-type: none; }

.endash-list li {
  padding: 0.5rem 1rem 0.5rem 0;
  line-height: 1.5; }

.endash-list li:before {
  content: "\2013";
  /* Insert content that looks like bullets */
  padding-right: 8px; }

@media (max-width: 767px) {
  #main-footer nav {
    padding: 1rem 0 1.5rem; }
    #main-footer nav h5 {
      display: block;
      position: relative; }
      #main-footer nav h5:after {
        background-image: url("../images/down-caret.svg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        color: white;
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        height: 20px;
        width: 20px;
        transition: transform 0.2s ease; }
    #main-footer nav ul {
      display: none; }
    #main-footer nav.social h5:after {
      display: none; }
    #main-footer nav.social ul {
      display: flex; }
    #main-footer nav.open h5:after {
      transform: rotate(180deg) translateY(5px); }
    #main-footer nav.open ul {
      display: block; } }

#global-footer a {
  display: block;
  text-decoration: none;
  transition: all 0.8s;
  font-family: "Good Regular", Arial, sans-serif;
  font-size: 0.875rem;
  color: #b5b5b6; }
  #global-footer a:hover {
    text-decoration: underline;
    color: #ffffff; }
#global-footer .copyright-message {
  font-family: "Good Regular", Arial, sans-serif;
  font-size: 0.875rem;
  color: #b5b5b6;
  line-height: 1.5; }
  @media (max-width: 767px) {
    #global-footer .copyright-message {
      width: 100%; } }
  @media (min-width: 768px) {
    #global-footer .copyright-message {
      justify-self: end; } }
@media (max-width: 767px) {
  #global-footer {
    padding-top: 0; }
    #global-footer nav {
      margin-bottom: 1.5rem;
      max-width: 250px;
      margin-top: 0; }
    #global-footer ul {
      padding: 0; }
      #global-footer ul li {
        float: left; }
        #global-footer ul li.heading {
          float: none; }
          #global-footer ul li.heading a {
            color: white;
            font-size: 0.875rem;
            line-height: 1.125;
            font-family: "Good Medium", Arial, sans-serif;
            text-transform: uppercase; } }
@media (min-width: 768px) {
  #global-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex; }
    #global-footer ul li {
      padding: 0.5rem 1rem 0.5rem 0; } }

#social-follow {
  display: flex;
  align-items: center; }

#social-follow li {
  padding-right: 1rem; }

#social-follow li:last-child {
  padding: 0; }

.social-follow-icon {
  width: 1.375rem;
  height: 1.375rem; }

a svg:hover #twitter-follow,
a svg:hover #facebook-follow,
a svg:hover #linkedin-follow,
a svg:hover #youtube-follow {
  fill: #fff;
  transition: fill .4s ease; }

footer a {
  display: block;
  text-decoration: none;
  transition: all 0.8s;
  font-family: "Good Regular", Arial, sans-serif;
  font-size: 0.875rem;
  color: #b5b5b6; }
  footer a:hover {
    text-decoration: underline;
    color: #ffffff; }

p {
  font-family: "Freight Text Book", Georgia, serif;
  font-size: 1rem;
  margin-bottom: 1.5rem;
  line-height: 1.5; }

.inner-wrap {
  padding: 1rem; }

.html-chunk {
  padding: 1rem 0 1rem 0; }

.image-caption {
  font-family: "Good Regular", Arial, sans-serif;
  font-size: 0.875rem;
  color: #787878;
  line-height: 1.31rem;
  margin-bottom: .5rem; }

.caption {
  font-family: "Good Regular", Arial, sans-serif;
  font-size: 0.875rem;
  color: #787878;
  line-height: 1.5;
  padding: 0;
  margin: 0; }

.photo-credit {
  font-family: "Freight Text Medium", Georgia, serif;
  font-size: 0.875rem;
  color: #787878;
  margin-bottom: .5rem;
  text-transform: uppercase;
  line-height: 1.5; }

.photo-credit-alt {
  font-family: "Freight Text Medium", Georgia, serif;
  font-size: 0.875rem;
  color: #787878;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  line-height: 1.5; }

.all-caps {
  text-transform: uppercase; }

.label {
  text-transform: uppercase;
  font-family: "Good Bold", Arial, sans-serif; }

.label-white {
  text-transform: uppercase;
  font-family: "Good Bold", Arial, sans-serif;
  color: #ffffff; }

.text-dark {
  color: #2c2c2c; }

footer .menu-header {
  text-transform: uppercase;
  font-family: "Good Medium", Arial, sans-serif;
  color: #ffffff;
  font-size: 1rem; }

.footer-contact-blurb p {
  font-family: "Good Regular", Arial, sans-serif;
  font-size: 0.875rem; }

.grid-card {
  background-color: #fff;
  align-self: start;
  padding: 0;
  margin-bottom: 1rem;
  width: 100%; }
  .grid-card img {
    object-fit: cover;
    width: 100%;
    max-height: 100%; }

.full-image {
  align-self: start;
  padding: 0; }
  .full-image img {
    object-fit: cover;
    width: 100%;
    max-height: 100%; }

.preview-image {
  padding: 0;
  margin: 0;
  overflow: hidden; }

#title-block {
  grid-column: 1; }

#full-intro-img {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
  height: 100%; }
  #full-intro-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block; }

#full-intro-title-block {
  grid-column: 2;
  grid-row: 2;
  padding: 0; }
  @media (min-width: 29.75rem) {
    #full-intro-title-block {
      grid-column: 2;
      grid-row: 2;
      padding: 0rem; } }
  @media (min-width: 48rem) {
    #full-intro-title-block {
      grid-column: 2;
      grid-row: 2;
      padding: 0rem; } }
  @media (min-width: 84.5em) {
    #full-intro-title-block {
      grid-column: 2;
      grid-row: 2;
      padding: 0rem; } }

#full-intro-title-block h1 {
  font-size: 1.61798rem; }
  @media (min-width: 29.75rem) {
    #full-intro-title-block h1 {
      font-size: 3.32993rem; } }

#intro-block h3 {
  color: #fff; }

.text-white {
  color: #fff; }

ul.intro-block-assets li {
  list-style: none;
  padding: .25rem 0; }

ul.intro-block-assets li a {
  color: #104ba5;
  font-family: "Good Regular", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5; }

ul.intro-block-assets li a:hover {
  text-decoration: none; }

.card {
  background: #fff;
  padding: 0;
  margin: 0; }

.text-card {
  background: #fff;
  padding: 1.25rem;
  margin-bottom: 0rem; }

.prompt-base-gray-cool-medium {
  background-color: #b5b5b6;
  width: 3.75rem;
  height: 0.5rem;
  margin-bottom: 1rem; }

.prompt-base-ap-id-red {
  background-color: #EF3340;
  width: 3.75rem;
  height: 0.5rem;
  margin: 0.5rem 0; }
  @media (max-width: 48rem) {
    .prompt-base-ap-id-red {
      width: 2.5rem;
      height: 0.4rem; } }

.mb15 {
  margin-bottom: 1.5rem; }

.mb1 {
  margin-bottom: 1rem; }

.mb5 {
  margin-bottom: 0.5rem; }

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

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /*16:9*/
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-container embed,
.video-container iframe,
.video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.img-wrap {
  padding: 0;
  margin: 0; }

.index-card-img {
  object-fit: cover;
  height: 100%;
  align-self: end; }

.primary-hue {
  display: flex;
  padding: 3rem 1rem;
  color: #ffffff;
  font-family: "Good Regular", Arial, sans-serif; }

.primary-hue > div {
  width: 33%; }

.secondary-hue {
  display: flex;
  padding: 1.5rem 1rem;
  color: #ffffff;
  font-family: "Good Regular", Arial, sans-serif; }

.secondary-hue > div {
  width: 33%; }

.neutral-hue {
  display: flex;
  padding: 1.5rem 1rem;
  color: #ffffff;
  font-family: "Good Regular", Arial, sans-serif; }

.neutral-hue > div {
  width: 33%; }

.accent-hue {
  display: flex;
  padding: .5rem 1rem;
  color: #ffffff;
  font-family: "Good Regular", Arial, sans-serif; }

.accent-hue > div {
  width: 33%; }

.typescale-base-x7 {
  font-size: 5.38778rem; }

.typescale-base-x6 {
  font-size: 4.23568rem; }

.typescale-base-x5 {
  font-size: 3.32993rem; }

.typescale-base-x4 {
  font-size: 2.61787rem; }

.typescale-base-x3 {
  font-size: 2.05808rem; }

.typescale-base-x2 {
  font-size: 1.61798rem; }

.typescale-base-x1 {
  font-size: 1.272rem; }

.typescale-base {
  font-size: 1rem; }

.typescale-base-x-1 {
  font-size: 0.875rem; }

.typescale-base-x-2 {
  font-size: 0.75rem; }

.text-lg {
  font-size: 1.125rem; }

.text-md {
  font-size: 1rem; }

.text-small {
  font-size: 0.875rem; }

.lh-standard {
  line-height: 1.5; }

.lh-sub {
  line-height: 1.125; }

@media (max-width: 48rem) {
  #left-sidebar {
    visibility: hidden; } }
@media (min-width: 48rem) {
  .header-logo {
    width: 3.75rem; } }
@media (min-width: 53rem) and (max-width: 120rem) {
  #index-main,
  #main-footer,
  #global-footer {
    padding-left: 2.5rem;
    padding-right: 2.5rem; } }
.menu-active main {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 5; }
@media (max-width: 767px) {
  .menu-active header {
    background-color: #ececec;
    box-sizing: border-box;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 5; }
    .menu-active header .ap-logo,
    .menu-active header .site-name,
    .menu-active header .hamburger {
      z-index: 3; }
    .menu-active header nav {
      background-color: #ececec;
      display: block;
      position: absolute;
      left: 0;
      top: 10rem;
      height: calc(100% - 10rem);
      overflow-y: auto;
      width: 100%;
      z-index: 2; }
      .menu-active header nav ul {
        padding-left: 1rem; }
        .menu-active header nav ul > li {
          display: block; }
          .menu-active header nav ul > li a {
            display: block;
            font-size: 1.272rem; }
            .menu-active header nav ul > li a:hover {
              text-decoration: none; }
            .menu-active header nav ul > li a:first-of-type {
              margin-bottom: 2.5rem; }
          .menu-active header nav ul > li ul li a {
            color: #878781;
            font-size: 1rem; }
      .menu-active header nav .has-subnav {
        position: relative;
        padding-right: 60px; }
        .menu-active header nav .has-subnav > ul {
          display: none; }
        .menu-active header nav .has-subnav:after {
          background-image: url("../images/nav-caret.svg");
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center;
          color: white;
          content: '';
          position: absolute;
          right: 1.8rem;
          top: .3rem;
          height: 20px;
          width: 20px;
          transition: transform 0.2s ease; }
        .menu-active header nav .has-subnav.is-active > ul {
          display: block; }
        .menu-active header nav .has-subnav.is-active:after {
          transform: rotate(180deg) translateY(8px); } }

@media (min-width: 768px) {
  header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex; }
    header ul li {
      padding: 0.5rem 1rem; }
      header ul li:last-child {
        padding: 0.5rem 0 0.5rem 0.5rem; }
      header ul li.has-subnav > ul {
        display: none; } }

/*# sourceMappingURL=brand-ap-org.css.map */
