/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.5;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

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

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */

/* arabic */
@font-face {
  font-family: "Alexandria";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/alex-regular-arabic.woff2") format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0898-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC;
}

/* latin-ext */
@font-face {
  font-family: "Alexandria";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/alex-regular-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: "Alexandria";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/alex-regular-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* arabic */
@font-face {
  font-family: "Alexandria";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../font/alex-medium-arabic.woff2") format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0898-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC;
}

/* latin-ext */
@font-face {
  font-family: "Alexandria";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../font/alex-medium-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: "Alexandria";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../font/alex-medium-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* arabic */
@font-face {
  font-family: "Alexandria";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/alex-bold-arabic.woff2") format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0898-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC;
}

/* latin-ext */
@font-face {
  font-family: "Alexandria";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/alex-bold-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: "Alexandria";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/alex-bold-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.text-pink {
  color: var(--bs-pink);
}
.bg-pink {
  background-color: var(--bs-pink);
}
@media screen and (max-width: 676px) {
  html {
    font-size: 13px;
  }
}
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Alexandria", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 2rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
  color: var(--bs-gray-500);
}
body.page-risk-assessment {
  background: #EFEFEF;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 .2rem 1.5em 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-right: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:visited {
  color: #800080;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.top-navigation {
  padding-right: 40px;
}
.main-navigation {
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 10;
  border-radius: 0 0 32px 32px;
  padding: 16px 0;
}

.main-navigation.toggled {
  background: #6DCCDB;
  top: 0;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-right: 0;
}
.menu-bars {
  display: inline-block;
}
.menu-x {
  display: none;
}
.toggled .menu-bars {
  display: none;
}
.toggled .menu-x {
  display: inline-block;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: right;
  position: absolute;
  top: 100%;
  right: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  right: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  right: auto;
}
.main-navigation ul a {
  color: #fff;
  transition: .5s all;
  font-size: .8rem;
}


.main-navigation.toggled ul a {
  padding: .5rem 0;
  color: white;
}
.main-navigation .current-menu-item a,
.main-navigation li:not(.current-menu-item) a:hover {
  color: #000;
}
.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  right: auto;
}

.main-navigation li {
  position: relative;
  margin-right: 10px;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
#show-menu-button {
  border: 0;
  display: inline-block;
  background: none transparent;
  outline: 0;
  box-shadow: none;
  padding: 1rem;
  color: white;
}
.main-navigation:not(.toggled) #show-menu-button {
  color: var(--bs-primary);
}
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}
@media screen and (min-width: 1200px) {
  .main-navigation ul a {
    font-size: 1rem;
  }
  .main-navigation li {
    margin-right: 20px;
  }
}
@media screen and (min-width: 991px) {
  .top-navigation {
    padding-right: 0;
  }
  #show-menu-button {
    display: none;
  }
  .main-navigation {
    position: static;
    background: #6DCCDB;
  }
  .main-navigation ul {
    display: flex;
  }
}
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}
.post:not(.home),
.page:not(.home) {
  color: var(--bs-primary);
}
.post:not(.home) .entry-title,
.single:not(.home) .entry-title,
.page:not(.home) .entry-title {
  text-align: right;
  margin: 1rem auto;
  color: var(--bs-pink);
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 768px){
  .post:not(.home) .entry-title,
  .single:not(.home) .entry-title,
  .page:not(.home) .entry-title {
    font-size: 1.5rem;
  }
  .table-of-contents {
    max-height: 200px;
    overflow-y: auto;
  }
  .cover-image-col {
    display: flex;
    justify-content: center;
  }
  .cover-image-col img {
    max-width: 400px;
  }
}
.entry-title span {
  display: block;
  width: 100%;
  height: 3px;
  background: -moz-linear-gradient(-90deg, rgb(239, 213, 222) 0%, rgb(255, 255, 255) 50%, rgb(239, 213, 222) 100%);
  background: -webkit-linear-gradient(-90deg, rgb(239, 213, 222) 0%, rgb(255, 255, 255) 50%, rgb(239, 213, 222) 100%);
  background: linear-gradient(-90deg, rgb(239, 213, 222) 0%, rgb(255, 255, 255) 50%, rgb(239, 213, 222) 100%);
  margin: 1.5rem auto 0;
  border-radius: 5px;
  max-width: 400px;
}
.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1.5em;
}

#masthead {
  background-size: cover;
  background: #fff url("../img/cover-bg.jpg") no-repeat;
}
#masthead .site-branding {
  padding: 15px;
}

.home-link, .home-link:visited {
  color: #fff !important;
  background-color: var(--bs-green);
  transition: .5s all;
}
.home-link:hover {
  background-color: #fff;
  color: var(--bs-green) !important;
}
.home-title-main {
  color: var(--bs-green);
}
.home-subtitle {
  color: #05606F;
}
.home-section {
  color: var(--bs-primary);
}

.section-with-separator::before,
.section-with-separator::after {
  content: "";
  height: 50px;
  width: 100%;
  display: block;
}
.section-with-separator-green::before {
  background: url("../img/sections/separator-green.png") repeat-x top;
}
.section-with-separator-green::after {
  background: url("../img/sections/separator-green.png") repeat-x bottom;
}

.section-with-separator-yellow::before {
  background: url("../img/sections/separator-yellow.png") repeat-x top;
}

.section-with-separator-yellow::after {
  background: url("../img/sections/separator-yellow.png") repeat-x bottom;
}

.section-with-separator-green .section-inner {
  background: #F3FBFA;
}

.section-with-separator-yellow .section-inner {
background: #fbf4ee;
}

.home-section-title {
  color: var(--bs-green);
}
.home-info-leaves {
  background: url("../img/home/flowers.png") no-repeat center top;
  padding-top: 180px;
}

.home-info-leaf {
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 16px;
}
.home-info-leaf-1,
.home-info-leaf-4 {
  border-radius: 150px 0 150px 0;
  background: #009691;
  color: #fff;
}
.home-info-leaf-2,
.home-info-leaf-3 {
  border-radius: 0 150px 0 150px;
  background: #FFDDDA;
  color: var(--bs-green);
}

.info-square-icon {
  width: 91px;
  height: 91px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-green);
  border: 2px solid var(--bs-green);
}

@media screen and (min-width: 992px){
  .home-title-main, .home-section-title {
    font-size: 2rem !important;
  }
}

@media screen and (max-width: 768px){
  .header-left-links a {
    font-size: .75rem !important;
  }
}

.home-section-3 {
  background-color: #dcedef;
}
.home-section-2-buttons {
  list-style-type: none;
  margin: 2.5rem 0 0;
  padding: 0;
  display: flex;
  align-items: center;
  font-size: .75rem;
  justify-content: center;
  overflow-x: auto;
  flex-wrap: nowrap;
  box-shadow: 0 3px 6px #B8FEFB;
  border-radius: 50px;
}

.home-section-2-buttons li {
  width: auto;
}

.home-section-2-buttons li:last-child {
  flex-grow: 1;
}

.home-section-2-buttons a {
  display: block;
  text-decoration: none;
  background-color: #fff;
  color: var(--bs-green);
  padding: .75rem .75rem;
  text-align: center;
  transition: .5s all;
  text-wrap: none;
  word-break: keep-all;
}

.home-section-2-buttons a.home-buttons-first {
  border-radius: 0 50px 50px 0;
  border-left: 1px solid var(--bs-green);
}
.home-section-2-buttons a.home-buttons-last {
  border-radius: 50px 0 0 50px;
  border-right: 1px solid var(--bs-green);
}

.home-section-2-buttons a:hover {
  background-color: var(--bs-green);
  color: white;
}
.home-references {
  background: #E3F5F3;
  padding: 32px;
  border-radius: 32px;
  color: #090909;
  line-height: 1.5;
}
.home-references li {
  margin-top: 15px;
}
@media screen and (min-width: 575px){
  .home-section-2-buttons {
    font-size: 1.25rem;
  }
  .home-section-2-buttons li {
    flex-shrink: 0;
    flex-grow: 1;
  }
  .home-section-2-buttons a {
    padding: 1.25rem 1rem;
  }
}
.site-footer {
  background: #FBF4EE;
  color: #05606F;
}
.site-footer-landing {
  background: #FAEEF2;
  color: #000;
}
.footer-navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer-navigation-2 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  column-gap: 1rem;
}
.footer-bottom-section-inner {
  border-top: 1px solid #05606F;
  padding-top: 2rem;
}

.site-footer-landing .footer-bottom-section-inner {
  border-top-color: #D7ACBA;
}

.footer-navigation ul a,
.footer-navigation ul a:visited,
.footer-navigation-2 ul a,
.footer-navigation-2 ul a:visited {
  color: #000;
  text-decoration: none;
}
.footer-navigation ul a {
  display: block;
  padding: .5rem 0;
}
.home-section-3-link {
  display: block;
  background: #cccece;
  color: white;
  font-size: 1.2rem;
  text-decoration: none;
  text-align: center;
  transition: .5s all;
  font-weight: bold;
}

.table-of-contents ul {
  list-style-type: none;
  margin: 0;
}
.table-of-contents ul a {
  text-decoration: none;
  display: block;
  padding: .5rem;
  border-radius: 8px;
  color: var(--bs-primary);
  margin: .5rem 0;
  transition: .5s all;
}
.table-of-contents ul a:hover,
.table-of-contents ul .selected a{
  background-color: #F3FBFA;
  color: #12938B;
}
#back-to-top-button {
  position: fixed;
  display: none;
  padding: 1rem 1.5rem;
  background-color: #F0F0F0;
  color: #00487A;
  border-radius: 1rem;
  left: 1rem;
  bottom: 2rem;
  opacity: .3;
  transition: .5s all;
}
#back-to-top-button:hover {
  opacity: 1;
}
.has-bottom-border-light {
  border-bottom: 2px solid #e1e0e0;
}
.references-section h2 {
  cursor: pointer;
  display: flex;
  column-gap: .5rem;
  align-items: center;
  color: var(--bs-green);
}

.references-section.opened .references-caret {
  transform: rotate(-90deg);
  display: inline-block;
}
.references-content {
  display: none;
  overflow-y: hidden;
  transition: .2s all;
  background: #E3F5F3;
}
.references-section.opened .references-content {
  height: auto;
  display: block;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1.7;
}

.rounded-item {
  position: relative;
  text-align: center;
}
.rounded-item .rounded-item-image {
  width: 100px;
  height: 100px;
  background: #009691;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.rounded-item-pink .rounded-item-image {
  background: #FFDDDA;
}

.rounded-item img {
  display: block;
  max-width: 80px;
}
.rounded-item-label {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFDDDA;
  color: #009691;
  position: absolute;
  top: 80px;
  right: 0;
}
.rounded-item-pink .rounded-item-label {
  background: #009691;
  color: white;
}
.rounded-item h4 {
  font-size: 1rem;
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.rounded-item-large h4 {
  font-size: .8rem;
}
.rounded-item-title {
  max-width: 200px;
}
.section-group section:first-of-type::before,
.section-group section:last-of-type::after {
  background-color: white;
}
.section-group-green {
  background: #F3FBFA;
}

@media screen and (min-width: 992px) {
  .rounded-item-large {
    background: #FFDDDA;
    border-radius: 0 200px 200px 0;
    max-height: 200px;
  }
  .rounded-item-large-2 {
    border-radius: 200px 0 0 200px;
    background: #009691;
  }
  .rounded-item-large .rounded-item-image {
    border: 2px solid white;
  }
  .rounded-item .rounded-item-image {
    width: 200px;
    height: 200px;
  }
  .rounded-item img {
    max-width: 100%;
  }
  .rounded-item-label {
    width: 60px;
    height: 60px;
    top: 130px;
    font-size: 1.5rem;
  }
  .rounded-item h4 {
    margin-top: 46px;
  }
}
dt {
  display: flex;
  font-size: 1.2rem;
  align-items: center;
  column-gap: 5px;
}
dt::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: rgb(107, 110, 109);
}
.text-green {
  color: var(--bs-green);
}
.disease-stage-item {
  position: relative;
}
.disease-stage-item span {
  position: absolute;
  right: 0;
  bottom: 30px;
}
.landing-section-inner {
  padding: 150px 0;
}
.landing-nav-link {
  display: flex;
  flex-direction: column;
  border-radius: 3rem;
  padding: 2rem;
  background: #FAEEF2;
  text-decoration: none;
  color: #FF3F79;
  align-items: center;
  justify-content: center;
  transition: background-color .5s;
}
.landing-nav-link:visited {
  color: #FF3F79;
}
.landing-nav-ovarian-cancer {
  background: #E3F5F3;
  color: #009691;
}
.landing-nav-ovarian-cancer:visited {
  color: #009691;
}

.landing-nav-link img {
  width: 50%;
  display: block;
}
.landing-nav-link-text {
  display: flex;
  margin-top: 1rem;
  column-gap: 5px;
  justify-content: center;
  align-items: center;
}
.landing-nav-link-badge {
  padding: 5px 10px;
  border-radius: 1rem;
  background: #fff;
  transition: background-color .5s;
}
.landing-nav-ovarian-cancer:hover .landing-nav-link-badge {
  color: #E3F5F3;
  background: #009691;
}
.landing-nav-breast-cancer:hover .landing-nav-link-badge {
  background: #FF3F79;
  color: #FAEEF2;
}
@media screen and (min-width: 992px) {
  .landing-nav-link {
    width: 90%;
  }
  .max-h-500 {
    max-height: 500px;
  }
  .max-h-350 {
    max-height: 350px;
  }
  .max-h-250 {
    max-height: 250px;
  }
  .max-h-150 {
    max-height: 150px;
  }
}
