/**
 * centre-for-welfare-reform
 * Copyright 2016 Designition
 * @author rickary <rick@rickchadwick.co.uk>
 */
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700|Ubuntu:300,400,500|Ubuntu+Condensed");
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; }

/* HTML5 display-role reset for older browsers */
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: collapse;
  border-spacing: 0; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

header:after,
footer:after,
main:after,
div:after,
section:after,
article:after,
nav:after,
dl:after,
ul:after,
ol:after,
aside:after,
blockquote:after {
  content: "";
  display: table;
  clear: both; }

img, .u-img {
  max-width: 100%;
  width: 100%; }

.u-img--right {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px; }

.u-img--left {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px; }

.u-img--rounded {
  border-radius: 4px; }

.u-img--circle {
  border-radius: 100%; }

.u-float--right {
  float: right; }

.u-float--left {
  float: left; }

.u-text--left {
  text-align: left 		!important; }

.u-text--right {
  text-align: right 	!important; }

.u-text--center {
  text-align: center 	!important; }

.u-hide-text {
  display: inline-block;
  zoom: 1;
  *display: inline;
  text-indent: -999em;
  white-space: nowrap;
  overflow: hidden; }

.u-visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

.u-access-links {
  display: none;
  visibility: hidden; }

@media print {
  .u-no-print {
    display: none; } }

.u-only-mobile {
  display: none; }
  @media screen and (max-width: 767px) {
    .u-only-mobile {
      display: block; } }

.u-no-mobile {
  display: block; }
  @media screen and (max-width: 767px) {
    .u-no-mobile {
      display: none; } }

html {
  font-size: 100%; }

body {
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  background: #fff;
  color: #191919;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  line-height: 1.4; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "Ubuntu", sans-serif;
  line-height: 1.3; }

h1, .alpha {
  font-size: 60px;
  font-size: 3.75rem; }
  @media screen and (max-width: 767px) {
    h1, .alpha {
      font-size: 50px;
      font-size: 3.125rem; } }
  @media screen and (max-width: 600px) {
    h1, .alpha {
      font-size: 40px;
      font-size: 2.5rem; } }

h2, .beta {
  font-size: 36px;
  font-size: 2.25rem; }
  @media screen and (max-width: 767px) {
    h2, .beta {
      font-size: 30px;
      font-size: 1.875rem; } }
  @media screen and (max-width: 600px) {
    h2, .beta {
      font-size: 26px;
      font-size: 1.625rem; } }

h3, .gamma {
  font-size: 24px;
  font-size: 1.5rem; }
  @media screen and (max-width: 767px) {
    h3, .gamma {
      font-size: 22px;
      font-size: 1.375rem; } }
  @media screen and (max-width: 600px) {
    h3, .gamma {
      font-size: 18px;
      font-size: 1.125rem; } }

h4, .delta {
  font-size: 20px;
  font-size: 1.25rem; }

h5, .epsilon {
  font-size: 16px;
  font-size: 1rem; }

h6, .zeta {
  font-size: 14px;
  font-size: 0.875rem; }

a {
  color: #0052B6;
  cursor: pointer;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4; }

i, em {
  font-style: italic; }

strong, b {
  font-weight: bold; }

ul,
ol {
  line-height: 1.4; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

ul ol,
ul ul,
ol ol,
ol ul {
  margin-bottom: 0; }

select, textarea, input, button {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-size: 1.125rem; }

.b-container {
  position: relative;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px; }

.b-main {
  float: left;
  width: 63%;
  margin-top: 55px; }
  @media screen and (max-width: 767px) {
    .b-main {
      float: none;
      width: 100%; } }

.b-full {
  margin-top: 35px; }

.b-side {
  float: right;
  width: 27%;
  margin-top: 55px; }
  @media screen and (max-width: 767px) {
    .b-side {
      display: none; }
      .b-side.b-side--persist {
        display: block;
        width: 100%;
        float: none; } }

.b-full-width {
  margin-top: 55px; }

.b-media {
  display: block; }
  .b-media:after {
    content: "";
    display: table;
    clear: both; }

.b-media__img,
.b-media__object {
  float: left;
  margin-right: 20px; }

.b-media__img--rev,
.b-media__object--rev {
  float: right;
  margin-left: 20px; }

.b-media__img img,
.b-media__img--rev img {
  display: block; }

.b-media__body {
  overflow: hidden; }

.b-media__body,
.b-media__body > :last-child {
  margin-bottom: 0; }

@font-face {
  font-family: 'icomoon';
  src: url("/incs/fonts/icomoon.eot");
  src: url("/incs/fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("/incs/fonts/icomoon.woff") format("woff"), url("/incs/fonts/icomoon.ttf") format("truetype"), url("/incs/fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="b-icon--"]:before, [class*=" b-icon--"]:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.b-icon--search:before {
  content: "\f002"; }

.b-icon--close:before {
  content: "\f00d"; }

.b-icon--twitter:before {
  content: "\f099"; }

.b-icon--facebook:before {
  content: "\f09a"; }

.b-icon--youtube:before {
  content: "\f167"; }

.b-icon--down:before {
  content: "\f175"; }

.b-icon--up:before {
  content: "\f176"; }

.b-icon--menu:before {
  content: "\f0c9"; }

.b-nav, .b-breadcrumbs {
  list-style: none;
  margin-left: 0; }
  .b-nav > li, .b-breadcrumbs > li {
    display: inline; }
    .b-nav > li, .b-breadcrumbs > li,
    .b-nav > li > a,
    .b-breadcrumbs > li > a {
      display: inline-block;
      *display: inline;
      zoom: 1; }

.b-nav--banner {
  text-align: center; }

.b-nav--stacked > li {
  display: list-item; }
  .b-nav--stacked > li > a {
    display: block; }

.b-breadcrumbs {
  text-align: left; }
  .b-breadcrumbs li:first-child {
    font-weight: bold; }
  .b-breadcrumbs li + li:before {
    content: "/" " "; }
  .b-breadcrumbs li:last-child a {
    text-decoration: none;
    cursor: text;
    color: black; }

.b-form-fields {
  list-style: none;
  margin: 0; }

.b-form-fields > li {
  margin: 0; }
  .b-form-fields > li:last-child {
    margin-bottom: 0; }

.p-social-list {
  display: flex;
  list-style: none; }

.p-social-list-item + .p-social-list-item {
  margin-left: 10px; }

.p-social-list-item a {
  align-items: center;
  background: white;
  display: flex;
  height: 40px;
  justify-content: center;
  width: 40px;
  transition: background 0.1s ease-in-out; }

.p-social-list-item svg {
  height: 25px;
  fill: #0052b6; }
  .p-social-list-item svg.p-icon--donate {
    height: 30px; }

.p-social-list-item:hover a, .p-social-list-item:focus a {
  background: #ffd11a; }

@media screen and (max-width: 900px) {
  .p-nav {
    height: 0;
    opacity: 1;
    overflow: hidden;
    transition: all 0.1s ease-in-out; } }

body.nav-active .p-nav {
  height: auto; }

.p-nav-list {
  list-style: none; }
  .p-nav-list a {
    font-size: 20px;
    font-size: 1.25rem;
    color: #191919;
    display: block;
    font-weight: 300;
    height: 40px;
    letter-spacing: 1px;
    line-height: 40px;
    padding: 0 20px;
    transition: all 0.1s ease-in-out; }
    .p-nav-list a:hover {
      background: #ff6104;
      color: white; }
  .p-nav-list .is-current a {
    background: #191919;
    color: white; }
    .p-nav-list .is-current a:hover {
      color: #ffd11a; }
  @media screen and (min-width: 900px) {
    .p-nav-list {
      display: flex;
      justify-content: center; } }
  @media screen and (max-width: 900px) {
    .p-nav-list li ul {
      list-style: none;
      margin-left: 20px; }
      .p-nav-list li ul a {
        font-size: 18px;
        font-size: 1.125rem; } }

body.nav-active .p-nav-list {
  padding-top: 20px; }

.p-nav__trigger {
  display: none; }
  @media screen and (max-width: 900px) {
    .p-nav__trigger {
      font-size: 20px;
      font-size: 1.25rem;
      align-items: center;
      appearance: none;
      background: #ff6104;
      border: none;
      color: white;
      cursor: pointer;
      display: flex;
      font-weight: 300;
      height: 40px;
      opacity: 1;
      transition: all 0.1s ease-in-out; }
      .p-nav__trigger svg {
        fill: white;
        height: 25px;
        margin-right: 5px;
        transition: all 0.1s ease-in-out; }
      .p-nav__trigger:hover {
        background: #ff8137; } }

body.nav-active .p-nav__trigger {
  background-color: #191919;
  color: #ffd11a; }
  body.nav-active .p-nav__trigger svg {
    fill: #ffd11a; }

@media screen and (max-width: 550px) {
  body.search-active .p-nav {
    height: 0; }
  body.search-active .p-nav__trigger {
    display: none; } }

.p-nav .mobile-only {
  display: none; }
  @media screen and (max-width: 900px) {
    .p-nav .mobile-only {
      display: block; } }

@media screen and (max-width: 500px) {
  .p-header .b-container {
    padding: 0 10px; } }

.p-header__top {
  background: #0052b6;
  padding: 20px 0; }
  .p-header__top .b-container {
    align-items: flex-end;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 900px) {
      .p-header__top .b-container {
        justify-content: center; } }
  .p-header__top a {
    color: white; }
  .p-header__top:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 173px;
    height: 246px;
    display: block;
    content: '';
    background: url("/img/design/logo.png");
    background-repeat: no-repeat;
    background-size: 100%; }

.p-header__bottom {
  background: #ffd11a; }
  @media screen and (max-width: 900px) {
    .p-header__bottom {
      padding: 10px 0; } }

@media screen and (min-width: 900px) {
  .p-header__nav {
    display: flex;
    justify-content: center; } }

.p-header__logo {
  font-size: 40px;
  font-size: 2.5rem;
  display: block;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  line-height: 1;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 600px) {
    .p-header__logo {
      font-size: 30px;
      font-size: 1.875rem; } }

.p-header__search-social {
  display: none; }
  @media screen and (min-width: 900px) {
    .p-header__search-social {
      display: flex;
      margin-left: auto; } }

@media screen and (max-width: 900px) {
  .p-header__search-social--mobile {
    display: flex;
    justify-content: space-between; } }

@media screen and (min-width: 900px) {
  .p-header__search-social--mobile {
    display: none; } }

@media screen and (max-width: 900px) {
  .p-header__search-social--mobile__inner {
    display: flex;
    justify-content: space-between;
    margin-left: auto; } }

.p-header__search {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 40px; }
  .p-header__search label {
    align-items: center;
    cursor: pointer;
    display: flex; }
  .p-header__search .p-header__search-field {
    font-size: 26px;
    font-size: 1.625rem;
    border: 0;
    height: 35px;
    margin-right: 5px;
    padding: 0;
    transition: all 0.1s ease-in-out;
    width: 0; }
  .p-header__search .p-header__search-btn {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: 0;
    cursor: pointer;
    height: 35px;
    padding: 0;
    width: 40px; }
  .p-header__search svg {
    fill: white;
    height: 30px;
    opacity: 0.8;
    transition: all 0.1s ease-in-out; }

@media screen and (min-width: 900px) {
  .p-header__search {
    background: white; }
    .p-header__search .p-header__search-field {
      padding: 0 10px;
      width: 120px; } }
    @media screen and (min-width: 900px) and (min-width: 400px) {
      .p-header__search .p-header__search-field {
        width: 140px; } }
    @media screen and (min-width: 900px) and (min-width: 550px) {
      .p-header__search .p-header__search-field {
        width: 200px; } }
    @media screen and (min-width: 900px) and (min-width: 1024px) {
      .p-header__search .p-header__search-field {
        width: 300px; } }

@media screen and (min-width: 900px) {
    .p-header__search svg {
      fill: #0052b6;
      opacity: 1; } }

@media screen and (max-width: 900px) {
  .p-header__search .p-header__search-btn {
    display: none; }
  .search-active .p-header__search {
    background: white; }
    .search-active .p-header__search .p-header__search-field {
      padding: 0 10px;
      width: 120px; } }
    @media screen and (max-width: 900px) and (min-width: 400px) {
      .search-active .p-header__search .p-header__search-field {
        width: 140px; } }
    @media screen and (max-width: 900px) and (min-width: 550px) {
      .search-active .p-header__search .p-header__search-field {
        width: 200px; } }
    @media screen and (max-width: 900px) and (min-width: 1024px) {
      .search-active .p-header__search .p-header__search-field {
        width: 300px; } }

@media screen and (max-width: 900px) {
    .search-active .p-header__search svg {
      fill: #0052b6;
      opacity: 1; }
    .search-active .p-header__search .p-header__search-trigger {
      display: none; }
    .search-active .p-header__search .p-header__search-btn {
      display: block; } }

.p-header__social {
  margin-left: auto; }
  .p-header__social a {
    opacity: 1; }
  .p-header__social svg {
    fill: #0052b6; }
  @media screen and (max-width: 900px) {
    .p-header__social {
      margin-left: 0;
      margin-right: 10px; }
      .p-header__social a:hover {
        background: #191919; }
        .p-header__social a:hover svg {
          fill: #ffd11a; } }
  @media screen and (max-width: 500px) {
    .p-header__social {
      margin-right: 5px; }
      .p-header__social li + li {
        margin-left: 5px; } }

.p-header-translate {
  background: #0052b6;
  height: 50px;
  padding: 10px 0; }
  @media screen and (min-width: 900px) {
    .p-header-translate .b-container {
      display: flex;
      justify-content: space-between; } }

@media screen and (max-width: 900px) {
  .p-header-translate .p-social-list {
    display: none; } }

.p-header-translate .p-social-list-item {
  height: 30px; }
  .p-header-translate .p-social-list-item a {
    height: 30px;
    width: 30px; }
    .p-header-translate .p-social-list-item a svg {
      height: 20px; }
      .p-header-translate .p-social-list-item a svg.p-icon--donate {
        height: 25px; }

#google_translate_element > div:first-child {
  align-items: center;
  color: white;
  display: flex; }
  #google_translate_element > div:first-child div {
    margin-right: 10px; }
  #google_translate_element > div:first-child span {
    display: inline-block;
    margin-left: 10px; }
  #google_translate_element > div:first-child .goog-logo-link {
    color: white; }
  @media screen and (max-width: 450px) {
    #google_translate_element > div:first-child select {
      width: 100px; } }

#google_translate_element img {
  width: 37px;
  height: 14px; }

.p-footer {
  margin-top: 50px;
  line-height: 1.2; }

.p-footer__newsletter {
  padding: 25px 0;
  background: url("/img/design/logo.png") #0052b6;
  background-repeat: no-repeat;
  background-position: left center;
  text-align: center; }
  .p-footer__newsletter a {
    display: inline-block;
    height: 30px;
    padding: 0 25px;
    background: white;
    color: #0052b6;
    text-decoration: none;
    border-radius: 5px;
    line-height: 30px; }
  body.store .p-footer__newsletter {
    background: url("/img/design/logo.png") #ff6104;
    background-repeat: no-repeat;
    background-position: left center; }

.p-footer__main {
  padding: 30px 0;
  background: #ebeef5; }

.p-footer__social .p-social-list {
  justify-content: center; }

.p-footer__social .p-social-list-item {
  margin: 0 5px; }
  .p-footer__social .p-social-list-item a {
    background: #0052b6; }
  .p-footer__social .p-social-list-item svg {
    fill: white; }
  .p-footer__social .p-social-list-item:focus a, .p-footer__social .p-social-list-item:hover a {
    background: white; }
  .p-footer__social .p-social-list-item:focus svg, .p-footer__social .p-social-list-item:hover svg {
    fill: #0052b6; }

.p-footer__credits {
  padding: 10px 0;
  text-align: center; }
  .p-footer__credits, .p-footer__credits a {
    color: #949598;
    text-decoration: none;
    font-size: 11px;
    font-weight: 300;
    text-transform: uppercase; }
  @media screen and (max-width: 450px) {
    .p-footer__credits span {
      display: block;
      text-indent: -999em;
      height: 0; } }

.p-footer__addthis {
  padding: 50px 0;
  text-align: center; }

.p-subnav {
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3; }
  .p-subnav a {
    padding: 7px 10px;
    color: #191919;
    text-decoration: none; }
  .p-subnav li.is-current a,
  .p-subnav a:hover {
    background: #ffe580; }

.p-subnav--pages li.is-current a,
.p-subnav--pages a:hover {
  background: none;
  color: #dc0055; }

.p-subnav__heading {
  margin-bottom: 10px;
  padding: 0 10px;
  text-transform: uppercase;
  font-family: "Ubuntu Condensed", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 50px;
  background: #949598;
  color: white; }

.p-subnav__section {
  margin-bottom: 30px; }

.p-subnav__date {
  color: #9b0000; }

.p-subnav__news-title {
  color: #6666cc; }

.p-subnav a:hover .p-subnav__news-title,
.p-subnav li.is-current a .p-subnav__news-title {
  color: #191919; }

.p-breadcrumb {
  font-size: 15px;
  font-size: 0.9375rem;
  background: #e4e2db;
  color: #191919;
  padding: 10px 0; }
  .p-breadcrumb a {
    color: #191919; }

.p-home__banner {
  position: relative;
  text-align: center; }

.p-home__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 0;
  background: rgba(255, 255, 255, 0.2);
  color: #265988; }
  .p-home__title h1 {
    font-size: 60px;
    font-size: 3.75rem; }
  @media screen and (max-width: 1100px) {
    .p-home__title h1 {
      font-size: 40px;
      font-size: 2.5rem; } }
  @media screen and (max-width: 767px) {
    .p-home__title {
      background: rgba(255, 255, 255, 0.6); } }
  @media screen and (max-width: 500px) {
    .p-home__title {
      padding: 20px 0; }
      .p-home__title h1 {
        font-size: 28px;
        font-size: 1.75rem;
        outline: white; } }

.p-home__nav {
  padding: 110px 0 80px; }
  @media screen and (max-width: 900px) {
    .p-home__nav {
      padding: 60px 0; } }

.p-home__nav-item {
  display: inline;
  float: left;
  width: 32.53012%;
  margin-left: 1.20482%;
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "Ubuntu", sans-serif; }
  .p-home__nav-item:first-child {
    margin-left: 0; }
  @media screen and (max-width: 900px) {
    .p-home__nav-item {
      font-size: 26px;
      font-size: 1.625rem; } }
  .p-home__nav-item a {
    color: #345398;
    text-decoration: none; }
    .p-home__nav-item a:hover {
      text-decoration: underline; }
  .p-home__nav-item span {
    display: block; }
  .p-home__nav-item img {
    max-width: 290px; }
  @media screen and (max-width: 767px) {
    .p-home__nav-item {
      float: none;
      width: 100%;
      margin-left: 0;
      margin-bottom: 20px; } }

.p-home__quote {
  padding: 70px 0 60px 0;
  text-align: center;
  background: #0052b6;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: white; }
  .p-home__quote p {
    margin-bottom: 15px;
    font-size: 60px;
    font-size: 3.75rem;
    font-family: "Ubuntu", sans-serif;
    line-height: 1.3; }
  .p-home__quote cite {
    font-size: 30px;
    font-size: 1.875rem;
    font-family: "Ubuntu", sans-serif; }
  @media screen and (max-width: 900px) {
    .p-home__quote {
      padding: 60px 0; }
      .p-home__quote p {
        font-size: 40px;
        font-size: 2.5rem; }
      .p-home__quote cite {
        font-size: 26px;
        font-size: 1.625rem; } }
  @media screen and (max-width: 600px) {
    .p-home__quote {
      padding: 40px 0; }
      .p-home__quote p {
        font-size: 30px;
        font-size: 1.875rem; }
      .p-home__quote cite {
        font-size: 18px;
        font-size: 1.125rem; } }

.p-home-slide--content {
  padding: 100px 0; }
  .p-home-slide--content p {
    font-size: 32px;
    font-size: 2rem; }
    .p-home-slide--content p strong {
      font-weight: bold; }
    .p-home-slide--content p a {
      color: #0052B6;
      cursor: pointer;
      font-weight: 400;
      transition: all 0.1s ease-in-out; }
      .p-home-slide--content p a:hover, .p-home-slide--content p a:focus {
        background: #ffce1a;
        text-decoration: none; }
  @media screen and (max-width: 48em) {
    .p-home-slide--content {
      padding: 60px 0; }
      .p-home-slide--content p {
        font-size: 26px;
        font-size: 1.625rem; } }
  @media screen and (max-width: 30em) {
    .p-home-slide--content {
      padding: 40px 0; }
      .p-home-slide--content p {
        font-size: 20px;
        font-size: 1.25rem; } }

.p-home-slide--img img {
  vertical-align: middle; }

.p-library__intro {
  max-width: 768px;
  margin: 0 auto 30px auto;
  text-align: center; }
  .p-library__intro h1 {
    margin-bottom: 30px;
    color: #5a5a5a;
    line-height: 1.2; }
  .p-library__intro p {
    font-family: "Ubuntu", sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    color: #5e5e5e; }
  @media screen and (max-width: 767px) {
    .p-library__intro p {
      font-size: 18px;
      font-size: 1.125rem; } }

.p-library__entry-section {
  text-align: center;
  background: #f0f3f4; }

.p-library__entry-section--latest {
  background: #f4f7f7; }

.p-library__entry-section--categories {
  background: #fdf2ea; }

.p-library__entry-section--graphics {
  background: #f0f3f4; }

.p-library__banner {
  display: block;
  margin-bottom: 30px;
  font-size: 40px;
  font-size: 2.5rem;
  text-transform: uppercase;
  line-height: 85px;
  background: #6d8a92;
  color: white; }
  @media screen and (max-width: 767px) {
    .p-library__banner {
      font-size: 36px;
      font-size: 2.25rem;
      line-height: 2.1; } }
  @media screen and (max-width: 650px) {
    .p-library__banner {
      font-size: 30px;
      font-size: 1.875rem; } }
  @media screen and (max-width: 500px) {
    .p-library__banner {
      padding: 10px;
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 1.3; } }

.p-library__entry-section--latest .p-library__banner {
  background: #1e7a75;
  color: white; }

.p-library__entry-section--categories .p-library__banner {
  background: #eb7b30;
  color: white; }

.p-library__entry-section--az .p-library__banner {
  background: #ffcc00; }

.p-library__entry-section--graphics .p-library__banner {
  background: #6d8a92;
  color: white; }

.p-library__entry-section__intro {
  max-width: 500px;
  margin: 0 auto 30px auto;
  font-family: "Ubuntu", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  color: #5e5e5e; }
  @media screen and (max-width: 767px) {
    .p-library__entry-section__intro {
      font-size: 20px;
      font-size: 1.25rem; } }

.p-library__entry-section__more {
  display: block;
  margin-bottom: 30px;
  padding: 0 5px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Ubuntu", sans-serif;
  color: #0052B6; }
  .p-library__entry-section__more:hover {
    text-decoration: underline; }
  @media screen and (max-width: 600px) {
    .p-library__entry-section__more {
      font-size: 16px;
      font-size: 1rem; } }

.p-library__latest-list li {
  float: left;
  width: 25%;
  margin-bottom: 50px;
  padding: 0 20px; }
  .p-library__latest-list li:nth-child(5n+5) {
    clear: left; }
  @media screen and (max-width: 900px) {
    .p-library__latest-list li {
      display: inline;
      float: left;
      width: 49.39759%;
      margin-left: 1.20482%; }
      .p-library__latest-list li:first-child {
        margin-left: 0; }
      .p-library__latest-list li:nth-child(5n+5) {
        display: inline;
        float: left;
        width: 49.39759%;
        margin-left: 1.20482%;
        clear: none; }
        .p-library__latest-list li:nth-child(5n+5):first-child {
          margin-left: 0; }
      .p-library__latest-list li:nth-child(odd) {
        clear: left;
        margin-left: 0; } }
  @media screen and (max-width: 600px) {
    .p-library__latest-list li {
      display: block;
      clear: left;
      margin-left: 0;
      width: 100%;
      float: none;
      padding: 0 10px;
      margin-bottom: 30px; }
      .p-library__latest-list li:nth-child(5n+5) {
        clear: left;
        margin-left: 0;
        width: 100%;
        float: none; } }

@media screen and (max-width: 600px) {
  .p-library__latest-list__img img {
    width: 200px;
    height: auto; }
    .p-library__latest-list__img img img {
      height: auto; } }

.p-library__latest-list__title a {
  margin-bottom: 5px;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.27;
  text-decoration: none; }
  @media screen and (max-width: 600px) {
    .p-library__latest-list__title a {
      font-size: 20px;
      font-size: 1.25rem; } }

.p-library__latest-list__author {
  font-weight: 300;
  font-size: 16px; }

.p-library__entry__graphic-list li {
  margin-bottom: 40px;
  display: inline;
  float: left;
  width: 32.53012%;
  margin-left: 1.20482%; }
  .p-library__entry__graphic-list li:first-child {
    margin-left: 0; }
  @media screen and (max-width: 767px) {
    .p-library__entry__graphic-list li {
      display: block;
      width: 100%;
      margin-left: 0; } }

.p-library__entry__graphic-list__img {
  background: white; }
  @media screen and (max-width: 600px) {
    .p-library__entry__graphic-list__img img {
      width: 200px;
      height: auto; }
      .p-library__entry__graphic-list__img img img {
        height: auto; } }

.p-library__entry__graphic-list__title a {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #191919;
  text-decoration: none; }

.p-library__entry__graphic-list__date {
  font-weight: 300;
  font-size: 16px; }

.p-library__cat-list {
  margin-bottom: 30px; }
  .p-library__cat-list li {
    margin-bottom: 15px; }
    @media screen and (min-width: 500px) and (max-width: 767px) {
      .p-library__cat-list li {
        display: inline;
        float: left;
        width: 49.39759%;
        margin-left: 1.20482%; }
        .p-library__cat-list li:first-child {
          margin-left: 0; }
        .p-library__cat-list li:nth-child(odd) {
          clear: left;
          margin-left: 0; } }
    @media screen and (max-width: 900px) and (min-width: 768px) {
      .p-library__cat-list li {
        display: inline;
        float: left;
        width: 32.53012%;
        margin-left: 1.20482%; }
        .p-library__cat-list li:first-child {
          margin-left: 0; }
        .p-library__cat-list li:nth-child(3n+4) {
          clear: left;
          margin-left: 0; } }
    @media screen and (min-width: 901px) {
      .p-library__cat-list li {
        display: inline;
        float: left;
        width: 24.09639%;
        margin-left: 1.20482%; }
        .p-library__cat-list li:first-child {
          margin-left: 0; }
        .p-library__cat-list li:nth-child(4n+5) {
          clear: left;
          margin-left: 0; } }
  .p-library__cat-list img {
    margin-bottom: 10px; }

.p-library__cat-list__boxed {
  padding: 20px;
  background: #f6f5f3;
  text-align: center; }
  .p-library__cat-list__boxed a {
    text-decoration: none; }

.p-library__cat-list__title {
  margin-bottom: 5px;
  font-size: 18px;
  color: #6666cc; }

.p-library__cat-list__desc {
  margin-bottom: 5px;
  font-weight: 300;
  font-size: 16px;
  color: #191919; }

.p-library__cat-list__meta {
  color: #757575;
  font-size: 16px; }

.p-library__list {
  max-width: 768px;
  margin: 60px auto; }
  .p-library__list li {
    margin-bottom: 30px; }
  .p-library__list a {
    text-decoration: none; }
    .p-library__list a:hover {
      text-decoration: underline; }

.p-library__list__title {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  line-height: 1.4; }
  .p-library__list__title a {
    color: #6666cc; }

.p-library__list__meta {
  font-size: 20px;
  line-height: 1; }
  .p-library__list__meta a {
    color: #191919; }
  .p-library__list__meta .date {
    color: #5e5e5e; }
  .p-library__list__meta .p-type {
    margin-right: 5px;
    line-height: 20px;
    vertical-align: middle; }

.p-library__list__desc {
  margin-bottom: 5px; }

.p-library__graphic-list li {
  margin-bottom: 15px;
  display: inline;
  float: left;
  width: 24.09639%;
  margin-left: 1.20482%;
  background: #f6f5f3; }
  .p-library__graphic-list li:first-child {
    margin-left: 0; }
  .p-library__graphic-list li:nth-child(4n+5) {
    margin-left: 0;
    clear: left; }
  @media screen and (max-width: 900px) {
    .p-library__graphic-list li {
      display: inline;
      float: left;
      width: 49.39759%;
      margin-left: 1.20482%; }
      .p-library__graphic-list li:first-child {
        margin-left: 0; }
      .p-library__graphic-list li:nth-child(5n+5) {
        display: inline;
        float: left;
        width: 49.39759%;
        margin-left: 1.20482%;
        clear: none; }
        .p-library__graphic-list li:nth-child(5n+5):first-child {
          margin-left: 0; }
      .p-library__graphic-list li:nth-child(odd) {
        clear: left;
        margin-left: 0; } }
  @media screen and (max-width: 600px) {
    .p-library__graphic-list li {
      display: block;
      clear: left;
      margin-left: 0;
      width: 100%;
      float: none;
      padding: 0 10px;
      margin-bottom: 30px; }
      .p-library__graphic-list li:nth-child(5n+5) {
        clear: left;
        margin-left: 0;
        width: 100%;
        float: none; } }

.p-library__graphic-list a {
  display: block;
  padding: 20px;
  text-align: center;
  text-decoration: none; }

.p-library__graphic-list img {
  width: auto !important;
  height: 160px !important; }

.p-library__graphic-list__title {
  margin-bottom: 5px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #191919; }

.p-library__graphic-list__date {
  color: #2f3a8d;
  font-size: 15px; }

.p-library__graphic-list__back {
  display: block;
  width: 220px;
  margin: 30px auto;
  padding: 15px;
  font-family: "Ubuntu", sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  background: #e8e8f7;
  color: #6666cc;
  text-decoration: none; }

.p-library__sort {
  margin-bottom: 75px;
  text-align: center; }
  .p-library__sort a {
    display: inline-block;
    text-decoration: none;
    color: #345398; }
  .p-library__sort p {
    display: inline-block;
    margin-right: 10px; }

.p-library__sort__label {
  margin-right: 15px;
  font-family: "Ubuntu", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 50px;
  vertical-align: top; }
  .p-library__sort__label:hover {
    text-decoration: underline; }

.p-library__sort-icon {
  width: 60px;
  height: 50px;
  margin-right: 10px;
  background: #f0f0fa; }
  .p-library__sort-icon:before {
    line-height: 50px; }
  .p-library__sort-icon:hover {
    background: #345398;
    color: white; }

.p-aside__buy-btn {
  font-size: 24px;
  font-size: 1.5rem;
  background-color: #ff6104;
  color: white;
  display: block;
  line-height: 40px;
  margin-bottom: 3rem;
  padding: 5px 10px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.1s ease-in-out; }
  .p-aside__buy-btn:hover, .p-aside__buy-btn:focus {
    background-color: #ffd11a;
    color: #191919; }

.p-company-registration {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25; }

.p-contact-details dt {
  margin-bottom: 5px;
  width: 90px;
  vertical-align: top; }
  @media screen and (max-width: 500px) {
    .p-contact-details dt {
      width: 100%;
      margin-bottom: 0; } }

.p-contact-details dd {
  margin-bottom: 5px;
  width: calc(100% - 95px); }

.p-aside__contact {
  list-style: none; }
  .p-aside__contact li {
    width: 100%; }
  .p-aside__contact .p-people-list-item__img {
    width: 60px; }

.p-store__list-item {
  position: relative;
  margin-bottom: 15px;
  padding: 20px;
  background: #f6f5f3;
  text-align: center; }
  .p-store__list-item.is-new {
    padding-top: 45px;
    background: #fdefe3; }
  .p-store__list-item img {
    margin-bottom: 5px; }
  .p-store__list-item a {
    text-decoration: none; }
  @media screen and (min-width: 901px) {
    .p-store__list-item {
      display: inline;
      float: left;
      width: 24.09639%;
      margin-left: 1.20482%; }
      .p-store__list-item:first-child {
        margin-left: 0; }
      .p-store__list-item:nth-child(4n+5) {
        clear: left;
        margin-left: 0; } }
  @media screen and (max-width: 900px) {
    .p-store__list-item {
      display: inline;
      float: left;
      width: 49.39759%;
      margin-left: 1.20482%; }
      .p-store__list-item:first-child {
        margin-left: 0; }
      .p-store__list-item:nth-child(odd) {
        clear: left;
        margin-left: 0; } }
  @media screen and (max-width: 550px) {
    .p-store__list-item {
      display: block;
      width: 100%;
      float: none;
      clear: left;
      margin-left: 0; } }

.p-store__list__new-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #ff6104;
  color: white;
  font-family: "Ubuntu", sans-serif;
  text-transform: uppercase;
  font-size: 17px; }

.p-store__list__title {
  margin-bottom: 10px;
  color: #2f3a8d;
  font-size: 20px; }

.p-store__list__author {
  margin-bottom: 10px;
  color: #474747;
  text-transform: uppercase;
  font-size: 14px; }

.p-store__list__desc {
  font-weight: 300;
  font-size: 16px;
  color: #191919; }

.p-page .p-store__header h1.p-store__title {
  margin-bottom: 20px; }

.p-store__subtitle {
  font-family: "Ubuntu", sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  color: #5e5e5e;
  line-height: 1.15; }

.p-store__meta {
  float: left;
  width: 42%;
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) and (max-width: 900px) {
    .p-store__meta {
      float: none;
      width: 100%; } }
  @media screen and (max-width: 700px) {
    .p-store__meta {
      float: none;
      width: 100%; } }

.p-store__desc {
  float: right;
  width: 53%;
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) and (max-width: 900px) {
    .p-store__desc {
      float: none;
      width: 100%; } }
  @media screen and (max-width: 700px) {
    .p-store__desc {
      float: none;
      width: 100%; } }

.p-store__img {
  margin-bottom: 20px; }
  .p-store__img img {
    max-width: 300px;
    height: auto; }

.p-store__aside {
  margin-bottom: 20px; }

.p-store__aside__title {
  padding: 5px 10px;
  background: #ff6104;
  color: white;
  text-transform: uppercase;
  line-height: 40px;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 600; }

.p-store__aside__content {
  padding: 10px 15px;
  background: #fdefe3; }
  .p-store__aside__content p {
    line-height: 1.5; }

.p-store__aside--grey .p-store__aside__title {
  background: #818181; }

.p-store__aside--grey .p-store__aside__content {
  background: #F0F0F0; }

.p-store__desc {
  font-weight: 300; }
  .p-store__desc .p-page__lead {
    font-weight: 400; }

ul.p-store__buy-list {
  list-style: none;
  margin-bottom: 0; }
  ul.p-store__buy-list li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: dotted 1px black;
    font-weight: 700; }
    ul.p-store__buy-list li:last-child {
      border: none;
      margin: 0; }
  ul.p-store__buy-list a {
    display: inline-block;
    margin-left: 5px;
    text-decoration: none;
    color: #ff6104;
    font-weight: 300; }
    ul.p-store__buy-list a:hover {
      text-decoration: underline; }

.p-store__buy-list form {
  display: block;
  width: 100%;
  clear: left; }
  .p-store__buy-list form button {
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    background: none;
    text-align: left;
    padding: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #0052b6;
    font-size: 16px;
    cursor: pointer; }
    .p-store__buy-list form button:hover {
      text-decoration: underline; }

.p-store__quote {
  margin-bottom: 30px;
  clear: left; }
  .p-store__quote p {
    margin-bottom: 10px;
    font-style: italic; }
    .p-store__quote p:before {
      content: "“"; }
    .p-store__quote p:after {
      content: ""; }
    .p-store__quote p:last-of-type:after {
      content: "”"; }
  .p-store__quote cite {
    padding-left: 30px; }
    @media screen and (max-width: 500px) {
      .p-store__quote cite {
        padding-left: 10px; } }

.p-store__category-list li {
  margin-left: 0;
  margin-right: 10px; }

.p-news__date {
  color: #9b0000; }

.p-news__pagination {
  margin-top: 15px;
  font-size: 16px; }
  .p-news__pagination a {
    color: #6666cc;
    text-decoration: none; }
    .p-news__pagination a:hover {
      text-decoration: underline; }

.p-news-list {
  margin-bottom: 30px; }

.p-news-article {
  margin-bottom: 15px;
  text-align: center;
  background: #f6f5f3; }
  .p-news-article a {
    text-decoration: none; }
  @media screen and (min-width: 450px) and (max-width: 600px) {
    .p-news-article {
      display: inline;
      float: left;
      width: 49.39759%;
      margin-left: 1.20482%; }
      .p-news-article:first-child {
        margin-left: 0; }
      .p-news-article:nth-child(odd) {
        clear: left;
        margin-left: 0; } }
  @media screen and (min-width: 601px) and (max-width: 899px) {
    .p-news-article {
      display: inline;
      float: left;
      width: 32.53012%;
      margin-left: 1.20482%; }
      .p-news-article:first-child {
        margin-left: 0; }
      .p-news-article:nth-child(3n+4) {
        clear: left;
        margin-left: 0; } }
  @media screen and (min-width: 900px) {
    .p-news-article {
      display: inline;
      float: left;
      width: 24.09639%;
      margin-left: 1.20482%; }
      .p-news-article:first-child {
        margin-left: 0; }
      .p-news-article:nth-child(4n+5) {
        clear: left;
        margin-left: 0; } }
  .p-news-article .meta {
    padding: 10px;
    background: #edebe7;
    color: #191919;
    text-transform: uppercase; }
  .p-news-article:hover {
    background: #f0f0fa; }
    .p-news-article:hover .meta {
      background: #e0e0f5; }
  .p-news-article .title {
    padding: 10px 20px;
    color: #6666cc;
    line-height: 1.2; }
  .p-news-article .desc {
    padding: 0 20px 20px 20px;
    color: #191919;
    font-weight: 300; }

.c-about__people-grid {
  margin-top: 30px; }
  .c-about__people-grid li {
    margin-bottom: 20px; }
    @media screen and (max-width: 549px) {
      .c-about__people-grid li {
        display: inline;
        float: left;
        width: 49.39759%;
        margin-left: 1.20482%; }
        .c-about__people-grid li:first-child {
          margin-left: 0; }
        .c-about__people-grid li:nth-child(odd) {
          clear: left;
          margin-left: 0; } }
    @media screen and (min-width: 550px) {
      .c-about__people-grid li {
        display: inline;
        float: left;
        width: 24.09639%;
        margin-left: 1.20482%;
        text-align: center; }
        .c-about__people-grid li:first-child {
          margin-left: 0; }
        .c-about__people-grid li:nth-child(4n+5) {
          margin-left: 0;
          clear: left; } }
    .c-about__people-grid li a {
      text-decoration: none;
      color: #191919; }
      .c-about__people-grid li a:hover {
        text-decoration: underline; }
    .c-about__people-grid li img {
      width: 170px;
      height: auto; }

.c-about__people-list {
  margin-top: 30px; }
  .c-about__people-list li {
    margin-bottom: 20px;
    display: inline;
    float: left;
    width: 49.39759%;
    margin-left: 1.20482%; }
    .c-about__people-list li:first-child {
      margin-left: 0; }
    .c-about__people-list li:nth-child(odd) {
      clear: left;
      margin-left: 0; }
    @media screen and (max-width: 550px) {
      .c-about__people-list li {
        width: 100%;
        margin-left: 0;
        clear: left; } }
  .c-about__people-list a {
    text-decoration: none; }

.c-about__people-list__img {
  width: 100px;
  margin-right: 10px; }

.c-about__people-list__name {
  margin-bottom: 5px;
  font-size: 18px;
  color: #0052b6;
  font-weight: 600; }
  .c-about__people-list__name:hover {
    text-decoration: underline; }

.c-about__people-list__intro {
  font-size: 16px; }

.c-about__people-list__date {
  font-size: 16px;
  color: #a3a3a3; }

.p-about__img {
  float: left;
  width: 200px;
  margin-right: 20px;
  margin-bottom: 20px; }
  @media screen and (max-width: 500px) {
    .p-about__img {
      float: none;
      margin-right: 0; } }

.p-about__contact {
  margin-bottom: 30px;
  padding: 5px;
  background: #e8e8e8;
  font-family: "Ubuntu", sans-serif;
  font-size: 20px; }
  .p-about__contact a {
    color: #6666cc;
    text-decoration: none; }
    .p-about__contact a:hover {
      text-decoration: underline; }

h4.p-about__section-heading {
  display: block;
  margin-bottom: 10px;
  padding: 0 15px;
  background: #e8e8e8;
  font-size: 24px;
  line-height: 40px;
  text-transform: uppercase; }

ul.p-about__contributions-list {
  margin-left: 0 !important;
  font-size: 15px;
  font-weight: 400 !important; }
  ul.p-about__contributions-list li {
    margin-bottom: 5px;
    padding-left: 0 !important; }
  ul.p-about__contributions-list a {
    color: #6666cc;
    text-decoration: none; }
    ul.p-about__contributions-list a:hover {
      text-decoration: underline; }

.p-about-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none; }
  .p-about-grid:after {
    display: none; }

.p-about-grid-item {
  margin-bottom: 1rem;
  width: calc(33% - .5rem); }
  .p-about-grid-item a {
    font-size: 22px;
    font-size: 1.375rem;
    background: #0052B6;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    line-height: 1.2;
    transition: all 0.1s ease-in-out; }
    .p-about-grid-item a:hover, .p-about-grid-item a:focus {
      background: #0069e9; }
  @media screen and (max-width: 900px) {
    .p-about-grid-item {
      width: calc(50% - .5rem); } }
  @media screen and (max-width: 500px) {
    .p-about-grid-item {
      margin-bottom: .5rem;
      width: 100%; } }

.p-project-page-heading.p-page {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 40px auto; }
  .p-project-page-heading.p-page p {
    font-size: 24px;
    font-weight: 400; }

.p-project-list {
  margin-top: 30px; }

.p-project-list-item {
  margin-bottom: 15px;
  text-align: center;
  background: #f6f5f3; }
  .p-project-list-item a {
    text-decoration: none;
    color: #191919;
    text-align: center; }
  .p-project-list-item:hover {
    background: #f0f0fa; }
  .p-project-list-item img {
    display: block;
    width: 100%;
    height: auto; }
  @media screen and (min-width: 450px) and (max-width: 600px) {
    .p-project-list-item {
      display: inline;
      float: left;
      width: 49.39759%;
      margin-left: 1.20482%; }
      .p-project-list-item:first-child {
        margin-left: 0; }
      .p-project-list-item:nth-child(odd) {
        clear: left;
        margin-left: 0; } }
  @media screen and (min-width: 601px) and (max-width: 899px) {
    .p-project-list-item {
      display: inline;
      float: left;
      width: 32.53012%;
      margin-left: 1.20482%; }
      .p-project-list-item:first-child {
        margin-left: 0; }
      .p-project-list-item:nth-child(3n+4) {
        clear: left;
        margin-left: 0; } }
  @media screen and (min-width: 900px) {
    .p-project-list-item {
      display: inline;
      float: left;
      width: 24.09639%;
      margin-left: 1.20482%; }
      .p-project-list-item:first-child {
        margin-left: 0; }
      .p-project-list-item:nth-child(4n+5) {
        clear: left;
        margin-left: 0; } }

.p-project-list-item__title {
  color: #6666cc;
  line-height: 1.2;
  margin-bottom: 5px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600; }

.p-project-list__item__content {
  padding: 10px 20px 20px 20px;
  font-weight: 300; }
  .p-project-list__item__content p {
    font-size: 16px;
    font-size: 1rem; }

.p-search__header {
  margin: 50px auto;
  text-align: center; }
  @media screen and (max-width: 600px) {
    .p-search__header {
      margin: 30px auto; } }
  .p-search__header h1 {
    margin-bottom: 60px;
    color: #666666; }
    @media screen and (max-width: 600px) {
      .p-search__header h1 {
        margin-bottom: 30px; } }
  .p-search__header p {
    font-size: 30px;
    font-size: 1.875rem; }
    .p-search__header p strong {
      font-weight: 400; }
    @media screen and (max-width: 600px) {
      .p-search__header p {
        font-size: 24px;
        font-size: 1.5rem; } }

.p-search__header__count {
  padding: 30px;
  background: #f3f3f3; }
  .p-search__header__count p strong {
    color: #b31217; }

.p-search-panels li {
  display: inline;
  float: left;
  width: 24.09639%;
  margin-left: 1.20482%;
  margin-bottom: 15px;
  background: #f6f5f3;
  padding: 20px 10px;
  text-align: center; }
  .p-search-panels li:first-child {
    margin-left: 0; }
  @media screen and (min-width: 901px) {
    .p-search-panels li:nth-child(4n+5) {
      clear: left;
      margin-left: 0; } }
  @media screen and (min-width: 768px) and (max-width: 900px) {
    .p-search-panels li {
      display: inline;
      float: left;
      width: 32.53012%;
      margin-left: 1.20482%; }
      .p-search-panels li:first-child {
        margin-left: 0; }
      .p-search-panels li:nth-child(3n+4) {
        clear: left;
        margin-left: 0; } }
  @media screen and (max-width: 767px) {
    .p-search-panels li {
      display: inline;
      float: left;
      width: 49.39759%;
      margin-left: 1.20482%; }
      .p-search-panels li:first-child {
        margin-left: 0; }
      .p-search-panels li:nth-child(odd) {
        clear: left;
        margin-left: 0; } }
  @media screen and (max-width: 550px) {
    .p-search-panels li {
      display: block;
      width: 100%;
      float: none;
      clear: left;
      margin-left: 0; } }

.p-search-panel__img {
  margin-bottom: 5px; }

.p-search-panel__title {
  margin-bottom: 5px;
  font-size: 18px;
  font-size: 1.125rem; }
  .p-search-panel__title a {
    color: #6666cc;
    text-decoration: none; }
    .p-search-panel__title a:hover {
      text-decoration: underline; }

.p-search-panel__desc {
  font-size: 16px;
  font-size: 1rem; }

.p-search-panel__links {
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1rem;
  color: #757575; }
  .p-search-panel__links a {
    color: #6666cc;
    text-decoration: none; }
    .p-search-panel__links a:hover {
      text-decoration: underline; }

.p-search-list {
  max-width: 768px;
  margin: 0 auto; }
  .p-search-list li {
    margin-bottom: 20px; }

.p-search-list__title {
  font-size: 28px;
  font-size: 1.75rem;
  font-family: "Roboto", sans-serif; }
  @media screen and (max-width: 600px) {
    .p-search-list__title {
      font-size: 20px;
      font-size: 1.25rem; } }
  .p-search-list__title a {
    color: #6666cc;
    text-decoration: none; }
    .p-search-list__title a:hover {
      text-decoration: underline; }

@media screen and (max-width: 600px) {
  .p-search-list__desc {
    font-size: 16px;
    font-size: 1rem; } }

.p-search__date {
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #757575;
  vertical-align: middle; }

.p-sitemap {
  display: block;
  margin-left: 20px; }

.p-sitemap li ul {
  margin-left: 40px; }

@media screen and (min-width: 48em) {
  .p-people-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; } }

.p-people-list-item {
  margin-bottom: 20px; }
  @media screen and (min-width: 48em) {
    .p-people-list-item {
      width: calc(50% - 10px); } }

.p-people-list-item__img {
  margin-right: 10px;
  width: 100px; }

.p-people-list-item__title {
  color: #ff6104;
  font-weight: bold; }
  .p-people-list-item__title:hover {
    text-decoration: underline; }

.p-people-list-item__desc {
  font-size: 16px;
  font-size: 1rem; }

.p-page h1 {
  margin-bottom: 30px;
  color: #5a5a5a;
  line-height: 1.2; }

.p-page h2 {
  margin-bottom: 25px;
  font-weight: 500;
  line-height: 1.2; }

.p-page h3 {
  margin-bottom: 25px;
  font-weight: 500;
  line-height: 1.1; }

.p-page h4 {
  margin-bottom: 10px; }
  .p-page h4.has-color, .p-page h4.orange {
    color: #dc0055; }

.p-page p {
  margin-bottom: 30px;
  font-weight: 300; }
  .p-page p:last-child {
    margin-bottom: 0; }

.p-page p a,
.p-page ul a,
.p-page ol a,
.p-page dl a,
.p-page h2 a,
.p-page h3 a,
.p-page h4 a,
p a {
  text-decoration: none;
  font-weight: 400; }
  .p-page p a:hover,
  .p-page ul a:hover,
  .p-page ol a:hover,
  .p-page dl a:hover,
  .p-page h2 a:hover,
  .p-page h3 a:hover,
  .p-page h4 a:hover,
  p a:hover {
    background: #ffce1a;
    text-decoration: none; }

.p-page p b,
.p-page p strong {
  font-weight: 700; }

.p-page__author {
  margin-bottom: 30px; }

p.p-page__author__name {
  margin-bottom: 0;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem; }

p.p-page__author__strap {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400; }

.p-page__lead,
.sub_intro,
.p-page p.intro {
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem; }

.p-page p.highlight {
  padding: 20px;
  background: #e4e2db; }

.p-page p.small {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25; }

.p-page figure {
  margin-bottom: 30px; }
  .p-page figure p {
    margin-left: 10px; }

.p-page__img--small,
.p-page img.content_thumbs,
.p-page img.float_left {
  float: left;
  width: 50%;
  margin-bottom: 25px;
  margin-right: 25px; }

.p-page img.float_right {
  float: right;
  width: 50%;
  margin-bottom: 25px;
  margin-left: 25px; }

.p-page figure p,
.p-page__img-caption,
.p-page p.small,
.p-page p.caption {
  font-size: 16px;
  font-weight: 400; }

.p-page p.caption {
  margin-left: 10px; }

.p-page blockquote {
  margin-bottom: 30px; }
  .p-page blockquote p {
    margin-bottom: 10px; }
    .p-page blockquote p:last-child {
      margin-bottom: 0; }

.p-page blockquote.quote {
  padding-left: 12px;
  border-left: solid 30px #e4e2db; }

.p-page blockquote.quote2 {
  background: #e4e2db;
  padding: 20px; }

.p-page cite {
  display: block;
  position: relative;
  padding-top: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25; }
  .p-page cite:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    content: '';
    border-top: solid 1px #345398; }

.p-page ul,
.p-page ol {
  margin-left: 40px;
  margin-bottom: 30px;
  font-weight: 300; }
  .p-page ul li,
  .p-page ol li {
    padding-left: 10px; }

.p-page ul.p-subnav {
  margin-left: 0; }
  .p-page ul.p-subnav li {
    padding-left: 0; }

.p-page .p-subnav__section {
  margin-top: 30px; }

.p-page ol.footnotes {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400; }

.p-page table {
  border: solid 1px #e4e2db;
  margin-bottom: 30px; }
  .p-page table tr {
    border-bottom: solid 1px #e4e2db; }
  .p-page table td, .p-page table th {
    padding: 2px 5px;
    border: solid 1px #e4e2db; }
  .p-page table caption {
    font-family: "Ubuntu", sans-serif;
    font-size: 18px; }

.p-page dl {
  margin-bottom: 30px;
  font-weight: 300; }
  .p-page dl dt, .p-page dl dd {
    display: inline-block; }
  .p-page dl dt {
    font-weight: 400; }

.p-page hr {
  height: 0;
  border: 0;
  border-top: solid 1px #191919;
  padding-top: 30px; }

.p-page iframe {
  max-width: 100%;
  margin-bottom: 30px; }
  @media screen and (max-width: 600px) {
    .p-page iframe {
      height: 400px; } }

.p-page sup {
  font-size: 10px;
  vertical-align: top;
  margin-left: 2px;
  font-weight: bold; }

.p-category-list {
  max-width: 900px;
  margin: 0 auto 40px auto;
  padding: 0 10px; }
  .p-category-list li {
    margin: 0 3px 10px 3px; }
    .p-category-list li a {
      padding: 0 5px;
      font-family: "Ubuntu", sans-serif;
      font-size: 19px;
      line-height: 35px;
      background: #c2cbe0;
      text-decoration: none; }
      .p-category-list li a:hover {
        background: white; }
      @media screen and (max-width: 767px) {
        .p-category-list li a {
          font-size: 16px; } }

.p-category-list--tags {
  margin-top: 50px;
  padding: 0; }
  .p-category-list--tags li {
    margin-left: 0;
    margin-right: 6px; }
    .p-category-list--tags li a {
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 30px; }

.p-type {
  display: inline-block;
  padding: 4px;
  color: white; }

.p-type--mp3,
.p-type--ppt,
.p-type--mov,
.p-type--pdf,
.p-type--link,
.p-type--book,
.p-type--img,
.p-type--inov,
.p-type--story,
.p-type--text {
  background: #0052b6; }

.p-pagination {
  margin-bottom: 30px;
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  font-family: "Ubuntu", sans-serif; }
  .p-pagination a {
    color: #6666cc;
    text-decoration: none; }
    .p-pagination a.current {
      color: #de3c3a; }
    .p-pagination a:hover {
      text-decoration: underline; }

.p-related__heading {
  margin-bottom: 15px;
  padding: 0 15px;
  text-transform: uppercase;
  line-height: 40px;
  font-weight: 500;
  background: #e4e2db; }

.store .p-related__heading {
  background: #ffd0b1; }

.p-related-list {
  margin-bottom: 30px; }
  .p-related-list li {
    list-style: none;
    font-size: 15px;
    font-size: 0.9375rem; }
    .p-related-list li a {
      text-decoration: none;
      color: #6666cc; }
      .p-related-list li a:hover {
        text-decoration: underline; }

.p-references__heading {
  margin-bottom: 15px;
  padding: 0 15px;
  text-transform: uppercase;
  line-height: 40px;
  font-weight: 500;
  background: #e4e2db; }

.store .p-references__heading {
  background: #ffd0b1; }

.p-references-list,
.footnotes {
  margin-bottom: 30px;
  margin-left: 0 !important;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 300; }
  .p-references-list li,
  .footnotes li {
    list-style-position: inside;
    margin-bottom: 10px; }

.p-copyright-notice {
  border-top: solid 1px #191919;
  padding-top: 30px;
  font-weight: 300; }

.p-subscribe-form {
  margin-top: 20px; }
  .p-subscribe-form h3 {
    margin-bottom: 10px;
    font-weight: 600; }
  .p-subscribe-form label {
    display: block; }
  .p-subscribe-form input[type="text"], .p-subscribe-form select {
    width: 350px;
    max-width: 100%; }
  .p-subscribe-form ul {
    margin-bottom: 30px; }
  .p-subscribe-form li {
    margin-bottom: 10px; }
  .p-subscribe-form .asterisk {
    color: red; }

.p-checkbox-list {
  list-style: none; }
  .p-checkbox-list label {
    display: inline-block;
    vertical-align: middle; }
  @media screen and (min-width: 600px) and (max-width: 767px) {
    .p-checkbox-list li {
      display: inline;
      float: left;
      width: 49.39759%;
      margin-left: 1.20482%; }
      .p-checkbox-list li:first-child {
        margin-left: 0; }
      .p-checkbox-list li:nth-child(odd) {
        clear: left;
        margin-left: 0; } }
  @media screen and (min-width: 900px) {
    .p-checkbox-list li {
      display: inline;
      float: left;
      width: 49.39759%;
      margin-left: 1.20482%; }
      .p-checkbox-list li:first-child {
        margin-left: 0; }
      .p-checkbox-list li:nth-child(odd) {
        clear: left;
        margin-left: 0; } }
