@charset "UTF-8";
/*!
Theme Name:     Mixd Theme
Theme URI:      http://github.com/mixd/Mixd-Theme-2018
Description:    A bespoke responsive WordPress theme
Author:         Mixd
Author URI:     https://www.mixd.co.uk/
Version:        0.0.5
*/
/**
 * Debug the site breakpoint
 * element only exists if WP_DEBUG is true
 */
.debug:after {
  box-sizing: border-box;
  position: fixed;
  display: block;
  bottom: 10px;
  right: 10px;
  padding: 5px 28px 5px 20px;
  font-size: 12px;
  font-weight: bold;
  color: #777;
  border-radius: 3px;
  background-color: #f7f7f7;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  z-index: 100000;
}

@media (min-width: 400px) {
  .debug:after {
    content: "Small (768px)  | " attr(data-template);
    background: linear-gradient(to right, #f7f7f7, #f7f7f7 95%, #ffde03 95%, #ffde03 100%);
  }
}

@media (min-width: 768px) {
  .debug:after {
    content: "Medium (768px) | " attr(data-template);
    background: linear-gradient(to right, #f7f7f7, #f7f7f7 95%, #ff0266 95%, #ff0266 100%);
  }
}

@media (min-width: 992px) {
  .debug:after {
    content: "Large (992px) | " attr(data-template);
    background: linear-gradient(to right, #f7f7f7, #f7f7f7 95%, #0336ff 95%, #0336ff 100%);
  }
}

@media (min-width: 1200px) {
  .debug:after {
    content: "X-Large (1200px) | " attr(data-template);
    background: linear-gradient(to right, #f7f7f7, #f7f7f7 95%, #4A148C 95%, #4A148C 100%);
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

html {
  line-height: 1.5;
  font-size: 62.5%;
}

body {
  font-family: "Frutiger W01", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #231F20;
}

p,
ul,
ol,
input,
textarea {
  margin-bottom: 2.4rem;
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  p,
  ul,
  ol,
  input,
  textarea {
    font-size: 1.8rem;
  }
}

@media (min-width: 992px) {
  p,
  ul,
  ol,
  input,
  textarea {
    font-size: 1.9rem;
  }
}

a {
  text-decoration: none;
  color: #005EB8;
}

a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Frutiger W01", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1.2rem;
}

h1 {
  font-size: 3.6rem;
  font-weight: 300;
}

@media (min-width: 768px) {
  h1 {
    font-size: 4.8rem;
  }
}

h2 {
  font-size: 2.2rem;
}

@media (min-width: 768px) {
  h2 {
    font-size: 3rem;
  }
}

h3 {
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  h3 {
    font-size: 2.4rem;
  }
}

h4 {
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  h4 {
    font-size: 1.9rem;
  }
}

ul, ol {
  margin-left: 2.4rem;
}

/**
 * Responsive images
 */
img {
  max-width: 100%;
  height: auto;
}

.wrapper {
  width: 90%;
  max-width: 124rem;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .wrapper {
    width: 95%;
  }
}

@media (min-width: 992px) {
  .wrapper {
    width: 90%;
  }
}

.header-wrapper {
  position: relative;
  width: 90%;
  max-width: 124rem;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .header-wrapper {
    width: 95%;
  }
}

@media (min-width: 992px) {
  .header-wrapper {
    width: 90%;
  }
}

/**
* Forms
*/
.noscroll {
  overflow: hidden;
}

@media print {
  body {
    padding: 1cm;
    position: relative;
  }
  .container {
    min-height: unset !important;
    overflow: visible;
  }
  .site-header {
    display: none;
  }
  .site-footer {
    display: none;
  }
  .social-media-banner {
    display: none;
  }
  .content-sidebar-group__sidebar {
    display: none;
  }
  .share-this {
    display: none !important;
  }
  .content-sidebar-group__grid {
    display: block !important;
  }
  .content-sidebar-group__content {
    width: 100% !important;
    padding-left: 0 !important;
  }
  .content-sidebar-group__content * {
    margin-bottom: 1rem !important;
  }
  .tax-terms-list--top-floating {
    position: unset !important;
    margin-bottom: 2.5rem !important;
  }
  .consultant-single-meta--top-floating {
    margin-bottom: 2.5rem !important;
    top: 0 !important;
  }
  .consultant-single-meta__meta {
    float: left !important;
  }
  .consultant-single-meta__icon {
    display: none !important;
  }
  .consultant-single-meta__image-default {
    display: none;
  }
  .page-title {
    width: 100% !important;
    padding-bottom: 0 !important;
  }
  .page-title__content {
    color: black;
  }
  .page-title__excerpt {
    max-width: 100% !important;
  }
  .review-dates {
    display: block !important;
    width: 100%;
  }
  .related-pages-group {
    display: inline !important;
    position: relative;
  }
  .related-pages-group__title {
    display: block;
  }
  .related-pages-group__list {
    display: block !important;
  }
  .related-pages:after {
    content: " (" attr(href) ")";
  }
  .standard-content a[href]:after {
    content: " (" attr(href) ")";
  }
  .standard-content h2, .standard-content h3, .standard-content h4 {
    break-after: avoid-page;
    break-inside: avoid-page;
  }
}

.screen-reader-text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  font-size: 2rem;
}

input:focus,
textarea:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem #005EB8;
}

select:focus {
  outline: none;
  border: 0.2rem solid #005EB8;
}

select:focus, .select--focus {
  border: 0.2rem solid #005EB8 !important;
}

.skip-link {
  position: absolute;
  top: -100%;
  padding: 1rem;
  left: 0;
  color: white;
  font-weight: 700;
  font-size: 1.9rem;
  background: red;
  text-decoration: none;
  z-index: 10000;
}

.skip-link:focus {
  left: 0;
  top: 0;
  text-decoration: underline;
  color: white;
}

/*a:focus {
    outline: none;
    background: $clr-accessible-outline;
}*/
/**
 * Component: 404
 */
.fourohfour {
  margin-bottom: 2.4rem;
}

.fourohfour__menu {
  margin-bottom: 0;
}

/**
 * Component: Action Link
 * @see https://beta.nhs.uk/service-manual/styles-components-patterns/action-link
 */
.action-link {
  margin: 1.6rem 0;
}

.action-link__link {
  font-size: 1.9rem;
  margin-left: 2.4rem;
  position: relative;
  color: #005EB8;
}

.action-link__link:hover, .action-link__link:focus {
  text-decoration: underline;
}

.action-link__link:before {
  content: '';
  position: absolute;
  border-right: 0.2rem solid #005EB8;
  border-bottom: 0.2rem solid #005EB8;
  width: 0.8rem;
  height: 0.8rem;
  top: 50%;
  left: -2rem;
  transform: translateY(-50%) rotate(-45deg);
}

.action-link__text {
  font-weight: 600;
}

/**
 * Component: Example
 *
 * Scss for this component goes here
 * 
 * include this file in style.scss - 
 * e.g. '// @import "https://coronavirus.msehealthandcarepartnership.co.uk/content/themes/cv-microsite-theme/components/_example/_index";'
 * New components should not use underscores.
 */
.corona-alert {
  background: #FAE100;
  padding: 1.6rem 0;
  margin-bottom: 3.2rem;
}

.corona-alert__title {
  font-size: 1.9rem;
  font-weight: bold;
  color: #231F20;
}

@media (min-width: 768px) {
  .corona-alert__title {
    font-size: 2.2rem;
  }
}

@media (min-width: 992px) {
  .corona-alert__title {
    font-size: 2.6rem;
  }
}

.corona-alert__content {
  max-width: 85rem;
}

.corona-alert__content p {
  font-size: 1.9rem;
  color: #231F20;
}

@media (min-width: 992px) {
  .corona-alert__content p {
    font-size: 2rem;
  }
}

.corona-alert__content p a {
  text-decoration: underline;
}

/**
* Gutenberg Blockquote styles
*/
blockquote {
  padding: 1.6rem 0;
  margin-bottom: 2.4rem;
  border-bottom: 4px solid #005EB8;
  border-top: 4px #005EB8;
  background-image: url("https://coronavirus.msehealthandcarepartnership.co.uk/content/themes/cv-microsite-theme/assets/imgs/icon-quotemarks.svg");
  background-size: 50px 50px;
  background-position: 15px 20px;
  background-repeat: no-repeat;
  margin-bottom: 40px;
}

blockquote p {
  font-size: 1.8rem;
  color: #231F20;
  font-weight: 300;
  line-height: normal;
}

@media (min-width: 768px) {
  blockquote p {
    font-size: 2.2rem;
  }
}

blockquote cite {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: bold;
}

@media (min-width: 768px) {
  blockquote cite {
    font-size: 1.9rem;
  }
}

/**
 * Component: Breadcrumb
 */
.breadcrumbs {
  padding: 1rem 0;
  font-size: 1.6rem;
  font-weight: 600;
}

.breadcrumbs a {
  text-decoration: underline;
}

.breadcrumbs a:hover {
  text-decoration: none;
}

/**
 * Component: Button
 */
.button {
  margin: 0;
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  padding: 0.5rem 1.4rem;
  background-color: #005EB8;
  color: white;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  height: auto;
  width: auto;
  text-decoration: none;
}

.button:hover {
  background-color: #003087;
  text-decoration: none;
}

.button:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem #003087;
}

@media (min-width: 768px) {
  .button {
    font-size: 1.8rem;
  }
}

@media (min-width: 992px) {
  .button {
    font-size: 1.9rem;
  }
}

/**
 * Component: Contact Block
 */
.contact-block {
  display: flex;
  flex-wrap: wrap;
  margin-left: -4rem;
}

.contact-block__title {
  margin: 0;
  font-weight: 400;
  font-size: 1.6rem;
  color: #231F20;
}

@media (min-width: 768px) {
  .contact-block__title {
    font-size: 1.9rem;
  }
}

.contact-block__content {
  font-weight: 300;
  font-size: 1.6rem;
  margin: 0;
  color: #231F20;
}

@media (min-width: 768px) {
  .contact-block__content {
    font-size: 1.9rem;
  }
}

.contact-block__link {
  font-weight: 300;
  font-size: 1.6rem;
  color: #005EB8;
}

@media (min-width: 768px) {
  .contact-block__link {
    font-size: 1.9rem;
  }
}

.contact-block__item {
  margin: 0.5rem 0;
  padding-left: 4rem;
  width: 100%;
}

.contact-block__item:first-of-type {
  margin-top: 0;
}

.contact-block__item:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .contact-block__item {
    width: 50%;
  }
}

/**
 * Component: container
 */
/**
 * Component: content-sidebar-group
 */
.content-sidebar-group {
  background-color: white;
}

.content-sidebar-group__grid {
  display: flex;
  margin-left: -3rem;
  flex-direction: column;
}

@media (min-width: 768px) {
  .content-sidebar-group__grid {
    flex-direction: row;
  }
}

.content-sidebar-group__sidebar {
  width: 100%;
  order: 1;
  padding-left: 3rem;
}

.content-sidebar-group__sidebar > * {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .content-sidebar-group__sidebar > * {
    margin-bottom: 3rem;
  }
}

@media (min-width: 768px) {
  .content-sidebar-group__sidebar {
    width: 30%;
    order: 0;
  }
  .content-sidebar-group__sidebar .button--blocky {
    width: 100%;
  }
}

.content-sidebar-group__content {
  width: 100%;
  padding-left: 3rem;
  position: relative;
}

@media (min-width: 768px) {
  .content-sidebar-group__content {
    width: 70%;
  }
}

.content-sidebar-group__second {
  order: 2;
}

.content-sidebar-group--extra-padding {
  padding-top: 2rem;
}

.content-sidebar-group--bottom-padding {
  padding-bottom: 9rem;
}

@media (min-width: 768px) {
  .content-sidebar-group--bottom-padding {
    padding-bottom: 14rem;
  }
}

.content-sidebar-group--top-padding {
  padding-top: 9rem;
  top: 9rem;
}

@media (min-width: 768px) {
  .content-sidebar-group--top-padding {
    padding-top: 10rem;
    top: -10rem;
  }
}

/**
 * Component: Do and Don't List
 */
.do-dont {
  margin: 4rem 0;
  padding: 0 2.4rem 2.4rem 2.4rem;
  background-color: white;
  border: 0.1rem solid #BAC2C8;
}

@media (min-width: 768px) {
  .do-dont {
    padding: 0 3.2rem 3.2rem 3.2rem;
  }
}

.do-dont__label {
  font-size: 2rem;
  line-height: 1.5;
  display: inline-block;
  padding: 1.2rem 2.4rem;
  background: #005EB8;
  color: white;
  font-weight: 600;
  margin: 0 0 2.8rem -3.2rem;
}

@media (min-width: 992px) {
  .do-dont__label {
    font-size: 2.4rem;
  }
}

@media (min-width: 1200px) {
  .do-dont__label {
    font-size: 2.6rem;
  }
}

.do-dont__list {
  list-style-type: none;
  position: relative;
  padding: 0 0 0 4rem;
  margin: 0.8rem 0 0 0;
}

.do-dont__list-item {
  margin-bottom: 0.8rem;
  margin-left: 1rem;
  font-weight: 400;
}

.do-dont__list-item:last-child {
  margin-bottom: 0;
}

.do-dont__icon {
  width: 3.2rem;
  height: 3.2rem;
  left: -0.4rem;
  margin-top: -0.3rem;
  position: absolute;
}

.do-dont__icon--tick {
  stroke: #007f3b;
}

.do-dont__icon--cross {
  fill: #da291c;
}

/**
 * Component: Example
 *
 * Scss for this component goes here
 * 
 * include this file in style.scss - 
 * e.g. '// @import "https://coronavirus.msehealthandcarepartnership.co.uk/content/themes/cv-microsite-theme/components/_example/_index";'
 * New components should not use underscores.
 */
.excerpt {
  max-width: 800px;
  font-size: 1.9rem;
  color: #231F20;
  margin-bottom: 2.4rem;
}

@media (min-width: 768px) {
  .excerpt {
    font-size: 2.2rem;
  }
}

@media (min-width: 992px) {
  .excerpt {
    font-size: 2.6rem;
  }
}

.faq-article {
  padding: 1.2rem 0;
  border-bottom: 1px solid #ccc;
  padding: 2.4rem 0;
}

.faq-article__question {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 2.4rem;
  color: #231F20;
}

@media (min-width: 768px) {
  .faq-article__question {
    font-size: 2.1rem;
  }
}

@media (min-width: 992px) {
  .faq-article__question {
    font-size: 2.4rem;
  }
}

.faq-article__answer {
  color: #231F20;
}

@media (min-width: 768px) {
  .faq-article__answer {
    font-size: 1.7rem;
  }
}

@media (min-width: 992px) {
  .faq-article__answer {
    font-size: 1.9rem;
  }
}

.faq-article-group__title {
  color: #231F20;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

.faq-article-group__list {
  list-style: none;
  margin: 0;
}

.featured-panel {
  display: flex;
  flex-direction: column;
  background: #0072CE;
  height: 100%;
  color: white;
  padding: 2rem;
}

.featured-panel__title {
  font-size: 1.8rem;
  line-height: 1.3;
  margin-bottom: 2.4rem;
}

@media (min-width: 768px) {
  .featured-panel__title {
    font-size: 2.4rem;
  }
}

.featured-panel__title a {
  color: white;
  text-decoration: underline;
}

.featured-panel__excerpt {
  font-size: 1.6rem;
  margin-bottom: 2.4rem;
}

@media (min-width: 768px) {
  .featured-panel__excerpt {
    font-size: 1.8rem;
  }
}

@media (min-width: 992px) {
  .featured-panel__excerpt {
    font-size: 1.9rem;
  }
}

.featured-panel__date {
  margin-top: auto;
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  .featured-panel__date {
    font-size: 1.8rem;
  }
}

@media (min-width: 992px) {
  .featured-panel__date {
    font-size: 1.9rem;
  }
}

.faq-panel {
  display: flex;
  flex-direction: column;
  background: #0072CE;
  height: 100%;
  color: white;
  padding: 2rem;
}

.faq-panel__title {
  font-size: 1.8rem;
  line-height: 1.3;
  margin-bottom: 2.4rem;
}

@media (min-width: 768px) {
  .faq-panel__title {
    font-size: 1.9rem;
  }
}

@media (min-width: 992px) {
  .faq-panel__title {
    font-size: 2rem;
  }
}

.faq-panel__title a {
  color: white;
  text-decoration: underline;
}

.faq-panel__faqs-list {
  font-size: 1.6rem;
  margin-bottom: 2.4rem;
  list-style: none;
}

@media (min-width: 768px) {
  .faq-panel__faqs-list {
    font-size: 1.6rem;
  }
}

@media (min-width: 992px) {
  .faq-panel__faqs-list {
    font-size: 1.6rem;
  }
}

.faq-panel__faqs-list-item {
  margin: 0;
}

.faq-panel__faqs-list-item a {
  color: white;
}

.faq-panel__date {
  margin-top: auto;
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  .faq-panel__date {
    font-size: 1.6rem;
  }
}

@media (min-width: 992px) {
  .faq-panel__date {
    font-size: 1.6rem;
  }
}

.featured-panel-group {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-bottom: 2.4rem;
}

.featured-panel-group__item {
  width: 100%;
  padding-left: 30px;
  margin-bottom: 2.4rem;
}

@media (min-width: 992px) {
  .featured-panel-group__item {
    width: 33.33333%;
  }
}

/**
 * Component: File
 */
.file {
  margin: 0.8rem 0;
}

.file__link {
  font-size: 1.9rem;
  margin-left: 3.4rem;
  position: relative;
  color: #005EB8;
  font-weight: 400;
  text-decoration: underline;
}

.file__link:before {
  content: "";
  position: absolute;
  left: -3.4rem;
  top: 0;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("https://coronavirus.msehealthandcarepartnership.co.uk/content/themes/cv-microsite-theme/assets/imgs/file.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.file__text {
  font-weight: 300;
}

/**
 * Component: Hamburger
 */
.hamburger {
  height: 4rem;
  width: 4rem;
  border: none;
  background-color: transparent;
}

@media (min-width: 400px) {
  .hamburger {
    height: 4.5rem;
    width: 4.5rem;
  }
}

.hamburger__svg {
  width: 100%;
  background-color: #005EB8;
}

.hamburger__svg--open {
  background-color: white;
}

.hamburger__line {
  stroke: white;
  stroke-width: 9;
  stroke-linecap: round;
  transform-origin: 50% 50%;
  transition: transform 200ms;
}

.hamburger__line--1 {
  transform: translateY(-20px) rotate(0deg);
}

.hamburger__line--1--open {
  transform: rotate(45deg);
  transition: transform 200ms;
  stroke: #003087;
}

.hamburger__line--2 {
  opacity: 1;
  transition: opacity 200ms;
}

.hamburger__line--2--open {
  opacity: 0;
  transition: opacity .125s;
}

.hamburger__line--3 {
  transform: translateY(20px) rotate(0deg);
}

.hamburger__line--3--open {
  transform: rotate(-45deg);
  transition: transform 200ms;
  stroke: #003087;
}

.full-width-image {
  padding: 0;
  margin-top: -10rem;
  min-height: 25rem;
  background-size: cover;
  background-position: center;
}

@media (min-width: 768px) {
  .full-width-image {
    min-height: 40rem;
  }
}

.full-width-image--padding-top {
  padding-top: 10rem;
}

.full-width-image--floating-title {
  margin-top: -17rem;
}

@media (min-width: 768px) {
  .full-width-image--floating-title {
    margin-top: -18rem;
  }
}

.last-updated {
  display: inline-block;
  background: black;
  padding: 0.8rem 1.2rem;
  margin-bottom: 2.4rem;
}

.last-updated p {
  margin: 0;
  color: white;
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  .last-updated p {
    font-size: 1.8rem;
  }
}

.last-updated-light {
  display: inline-block;
  background: #efefef;
  padding: 0.8rem 1.2rem;
  margin-bottom: 2.4rem;
}

.last-updated-light p {
  margin: 0;
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  .last-updated-light p {
    font-size: 1.8rem;
  }
}

/**
 * Component: Mobile Nav
 */
body.nav-open {
  overflow: hidden;
}

.nav-mobile__primary {
  margin: 8rem 3rem 4.4rem 3rem;
  list-style-type: none;
  font-size: 2rem;
  background-color: #003087;
  z-index: 10;
}

.nav-mobile__primary__item {
  display: block;
}

.nav-mobile__primary__link {
  font-weight: 700;
  padding: 0.3rem 1.5rem;
  text-decoration: none;
  display: block;
  color: white;
}

.nav-mobile__secondary {
  margin: 1rem 3rem;
  list-style-type: none;
  font-size: 1.8rem;
  background-color: #003087;
  z-index: 10;
}

.nav-mobile__secondary__link {
  font-weight: 300;
  text-decoration: none;
  display: block;
  padding-left: 1.5rem;
  color: white;
}

.nav-mobile__secondary__item {
  margin-bottom: 0.6rem;
}

.nav-mobile__primary__mega-menu {
  display: none;
}

/**
 * Component: Navigation
 */
.nav-primary {
  display: none;
  margin: 0;
  list-style-type: none;
  font-size: 1.6rem;
  font-weight: 700;
  border-top: 2px solid #005EB8;
  border-bottom: 2px solid #005EB8;
}

@media (min-width: 768px) {
  .nav-primary {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 992px) {
  .nav-primary {
    font-size: 1.8rem;
  }
}

@media (min-width: 1200px) {
  .nav-primary {
    font-size: 1.9rem;
  }
}

.nav-primary__link {
  display: block;
  position: relative;
  width: 100%;
  padding: 0.4rem 0.8rem;
  text-decoration: none;
  color: #005EB8;
  border: 1px solid transparent;
}

.nav-primary__link:hover {
  text-decoration: none;
  background: white;
}

@media (min-width: 992px) {
  .nav-primary__link {
    padding: 0.5rem 1rem;
  }
}

.nav-primary__item--active .nav-primary__link,
.nav-primary__item--page-ancestor-active .nav-primary__link {
  background: #005EB8;
  color: white;
}

.news-feed {
  margin-bottom: 2.4rem;
}

.news-feed__title {
  color: #231F20;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

.news-feed__list {
  list-style: none;
  margin: 0;
}

.news-feed__archive-link {
  display: block;
  font-size: 1.9rem;
  text-align: right;
}

.news-feed-article {
  padding: 1.2rem 0;
  border-bottom: 1px solid #ccc;
}

.news-feed-article__title {
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 2.4rem;
}

@media (min-width: 768px) {
  .news-feed-article__title {
    font-size: 2.1rem;
  }
}

@media (min-width: 992px) {
  .news-feed-article__title {
    font-size: 2.4rem;
  }
}

.news-feed-article__title a {
  text-decoration: underline;
}

.news-feed-article__date {
  font-size: 1.7rem;
  line-height: 1.3;
}

@media (min-width: 992px) {
  .news-feed-article__date {
    font-size: 1.9rem;
  }
}

.news-feed-group {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
}

.news-feed-group__item {
  width: 100%;
  padding-left: 30px;
  margin-bottom: 2.4rem;
}

@media (min-width: 992px) {
  .news-feed-group__item {
    width: 50%;
  }
}

/**
 * Component: Example
 */
.page-title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 2.4rem;
  color: #231F20;
}

@media (min-width: 768px) {
  .page-title {
    font-size: 3.6rem;
  }
}

@media (min-width: 992px) {
  .page-title {
    font-size: 4.8rem;
  }
}

.pagination {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  font-weight: 300;
  justify-content: center;
}

.pagination--margin-top {
  margin-top: 2rem;
  margin-bottom: 4rem;
}

@media (min-width: 768px) {
  .pagination--margin-top {
    margin-bottom: 0;
  }
}

.pagination__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  .pagination__list {
    font-size: 1.9rem;
  }
}

.pagination__list--narrow {
  width: 100%;
  justify-content: center;
}

@media (min-width: 768px) {
  .pagination__list--narrow {
    width: 66.66666%;
  }
}

.pagination__item {
  margin-right: 0.5rem;
}

.pagination__item--hidden-mobile {
  display: none;
}

@media (min-width: 768px) {
  .pagination__item--hidden-mobile {
    display: block;
  }
}

.pagination__button {
  display: block;
  color: #005EB8;
  padding: 0.6rem 1.6rem;
  border: 0.1rem solid #E8EDEE;
  font-weight: 700;
}

.pagination__button:hover {
  background: #003087;
  color: white;
  text-decoration: none;
}

.pagination__button--disabled {
  background: #231F20;
  color: #080707;
  border: 0.1rem solid transparent;
}

.pagination__button--active {
  background: #005EB8;
  border: 1px solid #005EB8;
  color: white;
}

.pagination__item--disabled .pagination__button--next,
.pagination__item--disabled .pagination__button--prev {
  color: #231F20;
}

.pagination__item--disabled .pagination__button--next:hover,
.pagination__item--disabled .pagination__button--prev:hover {
  color: inherit;
  text-decoration: none;
}

.pagination__button--next,
.pagination__button--prev {
  background: none;
  border: 0.1rem solid transparent;
  font-weight: 300;
  color: #005EB8;
}

.pagination__button--next:hover,
.pagination__button--prev:hover {
  background: none;
  text-decoration: underline;
  color: #00519f;
}

.pagination__ellipsis {
  display: block;
  background: #231F20;
  color: white;
  padding: 0.6rem 1.1rem;
}

.pinned-links {
  list-style: none;
  margin: 0 0 3.6rem 0;
  padding: 0;
}

.pinned-links li {
  margin: 0 0 1.2rem 0;
}

.pinned-links-item {
  font-weight: bold;
  text-decoration: underline;
  font-size: 1.9rem;
}

@media (min-width: 768px) {
  .pinned-links-item {
    font-size: 2.2rem;
  }
}

@media (min-width: 992px) {
  .pinned-links-item {
    font-size: 2.6rem;
  }
}

/**
 * Component: Search Form
 */
.search-form {
  display: flex;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0;
}

@media (min-width: 768px) {
  .search-form {
    width: 30rem;
  }
}

@media (min-width: 1200px) {
  .search-form {
    width: 25rem;
  }
}

.search-form > label {
  flex: 1;
}

.search-field {
  display: block;
  width: 100%;
  padding: 0 0 0 0.8rem;
  height: 3rem;
  border: 1px solid #ccc;
  border-right: none;
  font-size: 1.6rem;
  margin: 0;
  -webkit-appearance: none;
  border-radius: 0;
}

@media (min-width: 768px) {
  .search-field {
    height: 3.5rem;
  }
}

.search-field:focus {
  border: 0.2rem solid #005EB8;
}

.search-submit {
  border: 1px solid #ccc;
  border-left: none;
  color: white;
  text-indent: -9999px;
  width: 4.6rem;
  margin: 0;
  background: #005EB8 url("assets/imgs/search-icon.svg") no-repeat center;
  background-size: 2rem;
  -webkit-appearance: none;
  border-radius: 0;
}

@media (min-width: 768px) {
  .search-submit {
    width: 3.5rem;
  }
}

.search-submit:focus {
  border: 0.2rem solid #005EB8;
}

/**
 * Component: Search Mobile
 */
@media (min-width: 768px) {
  .search-mobile {
    display: none;
  }
}

.search-mobile .search-field {
  border: none;
  font-size: 2rem;
  padding: 2rem 1rem;
  -webkit-appearance: none;
  border-radius: 0;
}

.search-mobile .search-submit {
  background: #005EB8 url("assets/imgs/search-icon.svg") no-repeat center;
  background-size: 2rem;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
}

.search-mobile__title {
  font-weight: bold;
  color: white;
  margin-bottom: 2rem;
}

.search-mobile__form {
  border: 1px solid #41B6E6;
}

/**
 * Component: Mobile Search
 */
.search-mobile-toggle {
  height: 4rem;
  width: 4rem;
  background-color: #003087;
  color: white;
  border: 0;
  border-radius: 0.3rem;
  padding: 0.5rem;
}

@media (min-width: 400px) {
  .search-mobile-toggle {
    height: 4.5rem;
    width: 4.5rem;
  }
}

.search-mobile-toggle__svg {
  width: 100%;
}

.search-mobile-toggle__icon {
  display: none;
}

.search-mobile-toggle__icon.active {
  display: inline-block;
}

.search-toggle__icon--close {
  width: 2.5rem;
  height: 2.5rem;
}

/**
 * Component: Microfeed
 */
.search-result {
  margin-bottom: 1.5rem;
  padding: 2rem;
  background-color: #F3F6F6;
}

.search-result__title {
  color: #005EB8;
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 0.5rem;
}

.search-result__title .searchwp-highlight {
  color: #005EB8;
}

.search-result__link a {
  font-size: 1.6rem;
  color: #005EB8;
}

.search-result__excerpt p {
  margin-bottom: 0;
}

.search-result__excerpt .searchwp-highlight {
  color: #231F20;
}

.search-result__meta {
  margin-bottom: 1.5rem;
}

/**
 * Highlight search term in search results if using the
 * SearchWP term highlighter plugin
 */
.searchwp-highlight {
  font-weight: 700;
  background: none;
}

/**
 * Component: Search Results
 */
.search-results__list {
  margin-bottom: 5rem;
}

.search-results__filter {
  margin: 1.5rem 0 4rem 0;
}

/**
 * Component: Section Item
 */
.section-item-a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 2rem;
  text-decoration: none;
  min-height: 100%;
  color: #005EB8;
  border: 0.2rem solid #005EB8;
}

.section-item-a:hover {
  background: #005EB8;
  color: white;
  text-decoration: none;
}

.section-item-a:hover a {
  color: white;
}

.section-item-a__title {
  margin: 0;
  font-size: 2rem;
}

@media (min-width: 768px) {
  .section-item-a__title {
    font-size: 2.4rem;
  }
}

/**
 * Component: Section Item
 */
.section-item-b {
  display: block;
  width: 100%;
  height: 100%;
  padding: 2rem;
  text-decoration: none;
  min-height: 100%;
  color: #005EB8;
  border: 0.2rem solid #005EB8;
}

.section-item-b:hover {
  background: #005EB8;
  color: white;
  text-decoration: none;
}

.section-item-b:hover a {
  color: white;
}

.section-item-b:hover .section-item-b__excerpt {
  color: white;
}

.section-item-b__title {
  margin: 0;
  font-size: 2rem;
}

@media (min-width: 768px) {
  .section-item-b__title {
    font-size: 2.4rem;
  }
}

.section-item-b__excerpt {
  position: relative;
  margin: 1.5rem 2rem 0 0;
  color: #231F20;
}

.section-item-b__excerpt p:last-child {
  margin: 0;
}

/**
 * Component: Section Item Group
 */
.section-item-group__grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -3.2rem;
}

.section-item-group__item {
  width: 100%;
  padding-left: 3.2rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .section-item-group__item {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .section-item-group__item {
    width: 33.33333%;
  }
}

/**
 * Component: Site Footer
 */
.site-footer {
  padding: 2.4rem 0;
}

.site-footer__logo {
  max-width: 28rem;
}

.site-footer__top {
  background-color: #F3F6F6;
  position: relative;
}

.site-footer__inner {
  padding: 50px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .site-footer__inner {
    padding: 62px 0;
  }
}

.site-footer__item {
  width: 100%;
}

.site-footer__contact {
  margin-top: 2rem;
}

.site-footer__contact p:last-child {
  margin: 0;
}

.site-footer__smallprint {
  margin-top: 1rem;
}

.site-footer__smallprint p {
  font-size: 1.6rem;
  font-weight: 400;
  margin: 1rem 0;
}

@media (min-width: 992px) {
  .site-footer__smallprint {
    display: flex;
    justify-content: space-between;
  }
  .site-footer__smallprint p {
    margin: 0;
  }
}

@media (min-width: 992px) {
  .site-footer__smallprint-item:nth-of-type(2) {
    text-align: right;
  }
}

/**
 * Component: Site Header
 */
.site-header {
  padding: 1.5rem 0 1.5rem 0;
}

@media (min-width: 1200px) {
  .site-header {
    padding: 2rem 0 2rem 0;
  }
}

.site-header__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.4rem;
}

@media (min-width: 768px) {
  .site-header__inner {
    flex-wrap: wrap;
    align-items: center;
  }
}

.site-header__logo {
  width: 75%;
  max-width: 35rem;
}

@media (min-width: 768px) {
  .site-header__logo {
    width: 40%;
    max-width: 40rem;
  }
}

.site-header__logo img {
  height: 100%;
}

.site-header__nav {
  display: none;
}

@media (min-width: 768px) {
  .site-header__nav {
    display: block;
    width: 100%;
    margin: 1rem 0;
  }
}

.site-header__menu-toggle {
  z-index: 100;
}

@media (min-width: 768px) {
  .site-header__menu-toggle {
    display: none;
  }
}

.site-header__mobile-nav {
  display: none;
}

.site-header__mobile-nav.open {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
  background-color: #003087;
}

@media (min-width: 768px) {
  .site-header__mobile-nav.open {
    display: none;
  }
}

.site-header__search {
  display: none;
}

@media (min-width: 768px) {
  .site-header__search {
    display: block;
  }
}

.site-header__search-mobile {
  margin: 3rem 4rem 1.5rem 4rem;
}

/**
 * Component: Site Logo
 */
.site-logo {
  display: block;
}

.site-logo img {
  width: 100%;
  height: auto;
}

/**
 * Component: Standard Content
 */
/**
 * The following element styles are primarily used to
 * format and style Gutenberg block styles.
 */
.standard-content {
  /**
    * File download block styles
    */
  /**
    * Gutenberg Button styles
    */
}

.standard-content h1, .standard-content h2, .standard-content h3, .standard-content h4, .standard-content h5, .standard-content h6 {
  font-weight: 700;
}

.standard-content p {
  margin-bottom: 3.6rem;
}

.standard-content ul, .standard-content ol {
  margin: 0;
  padding: 0 0 0 2.4rem;
  margin-bottom: 3.6rem;
}

.standard-content ul li ul, .standard-content ul li ol, .standard-content ol li ul, .standard-content ol li ol {
  margin-bottom: 0;
}

.standard-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 3.6rem;
}

.standard-content table tr {
  border-bottom: 1px solid #efefef;
}

.standard-content table tr:last-child {
  border-bottom: 2px solid #d6d6d6;
}

.standard-content thead, .standard-content tbody:first-child tr {
  text-align: left;
  font-size: 1.6rem;
}

.standard-content thead:first-child td, .standard-content thead:first-child th, .standard-content tbody:first-child tr:first-child td, .standard-content tbody:first-child tr:first-child th {
  border-bottom: 2px solid #d6d6d6;
  font-weight: 700;
  padding: 0.8rem;
}

.standard-content tr td, .standard-content tr th {
  font-size: 1.6rem;
  vertical-align: top;
  padding: 0.8rem;
  text-align: left;
  font-weight: 300;
}

.standard-content .wp-caption-text {
  padding: 1rem 0;
  font-size: 1.4rem;
  color: #efefef;
  border-bottom: 0.1rem solid #efefef;
}

.standard-content .wp-block-image {
  margin-bottom: 3.6rem;
}

.standard-content .wp-block-image .alignleft {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .standard-content .wp-block-image .alignleft {
    float: left;
    margin-right: 2.4rem;
  }
}

.standard-content .wp-block-image .alignright {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .standard-content .wp-block-image .alignright {
    float: right;
    margin-left: 2.4rem;
  }
}

.standard-content .wp-block-image figcaption {
  margin-top: 0.5rem;
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  .standard-content .wp-block-image figcaption {
    font-size: 1.8rem;
  }
}

@media (min-width: 992px) {
  .standard-content .wp-block-image figcaption {
    font-size: 1.9rem;
  }
}

.standard-content .wp-block-file {
  display: flex;
  width: 100%;
  align-items: center;
  font-size: 1.6rem;
  margin-bottom: 0.8rem;
}

.standard-content .wp-block-file a {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}

.standard-content .wp-block-file a:before {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  margin-right: 1.5rem;
  background: url("assets/imgs/download-file-icon.svg") center center no-repeat;
}

.standard-content .wp-block-file .wp-block-file__button {
  display: none;
}

@media (min-width: 768px) {
  .standard-content .wp-block-file {
    font-size: 1.9rem;
  }
}

.standard-content .wp-block-file + :not(.wp-block-file) {
  margin-top: 3.6rem;
}

.standard-content .wp-block-button__link {
  color: white;
  background-color: #005EB8;
  padding: 0.5rem 2rem;
  border-radius: 0;
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
}

.standard-content .wp-block-button__link:hover {
  background-color: #00519f;
  text-decoration: none;
}

/**
 * Excerpt box within Standard Content
 */
.standard-content__excerpt {
  font-size: 2.4rem;
  font-weight: 300;
}

.wp-block-audio {
  margin-bottom: 3.6rem;
}

.wp-block-audio audio {
  width: 100%;
}

/**
 * Embeded 16x9 content
 *
 * For embedded Videos e.t.c.
 */
.wp-embed-aspect-16-9 {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 3.6rem;
}

.wp-embed-aspect-16-9 iframe,
.wp-embed-aspect-16-9 object,
.wp-embed-aspect-16-9 embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**
 * Embeded 4x3 content
 *
 * For embedded Videos e.t.c.
 */
.wp-embed-aspect-4-3 {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 3.6rem;
}

.wp-embed-aspect-4-3 iframe,
.wp-embed-aspect-4-3 object,
.wp-embed-aspect-4-3 embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**
 * Embeded Image blocks
 */
.wp-block-image {
  margin-bottom: 3.6rem;
}

.tooltip {
  position: relative;
  cursor: pointer;
  text-decoration: underline;
}

.tooltip:hover:after {
  position: absolute;
  left: 50%;
  bottom: 3rem;
  transform: translateX(-50%);
  content: attr(data-description);
  background: #005EB8;
  color: white;
  padding: 0.5rem;
  font-size: 1.4rem;
  text-align: center;
  font-weight: 300;
  width: 25rem;
}

/**
 * Add additional margin to Facebook, Twitter and Instagram Gutenberg blocks
 */
.wp-block-embed-twitter, .wp-block-embed-facebook, .wp-block-embed-instagram {
  margin-bottom: 3.6rem;
}

/**
 * larger font styling via a modifier
 */
.has-medium-font-size {
  font-size: 1.9rem;
}

@media (min-width: 768px) {
  .has-medium-font-size {
    font-size: 2.1rem;
  }
}

@media (min-width: 992px) {
  .has-medium-font-size {
    font-size: 2.4rem;
  }
}

/**
 * larger font styling via a modifier
 */
.has-medium-font-size {
  font-size: 1.9rem;
}

@media (min-width: 768px) {
  .has-medium-font-size {
    font-size: 2.1rem;
  }
}

@media (min-width: 992px) {
  .has-medium-font-size {
    font-size: 2.4rem;
  }
}

.has-large-font-size {
  font-size: 2.2rem;
}

@media (min-width: 768px) {
  .has-large-font-size {
    font-size: 2.6rem;
  }
}

@media (min-width: 992px) {
  .has-large-font-size {
    font-size: 3rem;
  }
}

.has-huge-font-size {
  font-size: 2.8rem;
}

@media (min-width: 768px) {
  .has-huge-font-size {
    font-size: 3rem;
  }
}

@media (min-width: 992px) {
  .has-huge-font-size {
    font-size: 4.2rem;
  }
}

.survey {
  background-color: #FAE100;
  padding: 2rem;
  margin-bottom: 3rem;
  text-align: center;
}

@media (min-width: 768px) {
  .survey {
    padding: 3rem;
  }
}

.survey__title {
  font-weight: 700;
  font-size: 1.9rem;
  margin-bottom: 2.4rem;
}

@media (min-width: 768px) {
  .survey__title {
    font-size: 2.2rem;
  }
}