@charset "UTF-8";
/*! 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.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* 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; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* 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; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.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-left: auto;
  margin-right: 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;
  left: 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 {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
  font-size: 18px;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  color: #1c7992;
  text-decoration: underline;
}
a:hover, a:active, a:focus {
  text-decoration: underline;
}
a:focus {
  outline: 3px dotted #1c7992;
}

nav a {
  text-decoration: none;
  background: transparent;
}

:root {
  --bs-btn-hover-bg: #00204E;
}

/**
 * Basic typography style for copy text
 */
body {
  color: rgb(34, 34, 34);
  font-family: "avenir-next-lt-pro", "avenir", sans-serif;
  font-weight: 400;
  line-height: 1.75;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}

h1, h2 {
  font-weight: 800;
}

h3, h4, h5, h6 {
  font-weight: 900;
}

strong {
  font-weight: 700;
}

p.leader {
  font-weight: 500;
}

h1, .font-size-h1 {
  margin-top: 0;
  font-size: 3.052rem;
}

h2, .font-size-h2 {
  font-size: 2.441rem;
}

h3, .font-size-h3 {
  font-size: 1.953rem;
}

h4, .font-size-h4 {
  font-size: 1.563rem;
}

h5, .font-size-h5 {
  font-size: 1.25rem;
}

p, ul, ol {
  font-size: 1em;
}

.font-size-1, .font-size-normal {
  font-size: 1rem !important;
}

small, .text_small {
  font-size: 0.8rem;
}

.text-ice-blue {
  color: #33557D !important;
}

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

.page-template-default h2, .page-template-default .font-size-h2,
.page-template-page-internal-hero h2,
.page-template-page-internal-hero .font-size-h2,
.page-template-page-internal-cta h2,
.page-template-page-internal-cta .font-size-h2 {
  font-size: 1.802rem;
}
.page-template-default h3, .page-template-default .font-size-h3,
.page-template-page-internal-hero h3,
.page-template-page-internal-hero .font-size-h3,
.page-template-page-internal-cta h3,
.page-template-page-internal-cta .font-size-h3 {
  font-size: 1.602rem;
}
.page-template-default h4, .page-template-default .font-size-h4,
.page-template-page-internal-hero h4,
.page-template-page-internal-hero .font-size-h4,
.page-template-page-internal-cta h4,
.page-template-page-internal-cta .font-size-h4 {
  font-size: 1.424rem;
}
.page-template-default h5, .page-template-default .font-size-h5,
.page-template-page-internal-hero h5,
.page-template-page-internal-hero .font-size-h5,
.page-template-page-internal-cta h5,
.page-template-page-internal-cta .font-size-h5 {
  font-size: 1.266rem;
}
.page-template-default h6, .page-template-default .font-size-h6,
.page-template-page-internal-hero h6,
.page-template-page-internal-hero .font-size-h6,
.page-template-page-internal-cta h6,
.page-template-page-internal-cta .font-size-h6 {
  font-size: 1.125rem;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1500px; /* 1 */
  margin-left: auto; /* 2 */
  margin-right: auto; /* 2 */
  padding-left: 20px; /* 3 */
  padding-right: 20px; /* 3 */
  width: 100%; /* 1 */
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

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

.border-radius-3 {
  border-radius: 5px;
}

.border-radius-5 {
  border-radius: 5px;
}

.mrb-1 {
  margin-bottom: 1rem;
}

.mrb-2 {
  margin-bottom: 2rem;
}

.mrb-3 {
  margin-bottom: 3rem;
}

.mrb-4 {
  margin-bottom: 4rem;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

a.edit-section-link {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  background-color: transparent;
  color: #33557D;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: none;
}
a.edit-section-link:hover {
  background-color: #33557D;
  color: #fff;
}

button, .btn {
  background: #DC4633;
  border-radius: 36px;
  color: white;
  padding: 12px 2rem;
  font-size: 14px;
  border: none;
  margin: 0;
  font-weight: bold;
}
button:hover, .btn:hover {
  color: white;
}

.btn-red {
  background: #DC4633;
}
.btn-red:hover {
  background: rgb(30, 55, 101);
  color: white;
  text-decoration: underline;
}

.btn-blue {
  background: rgb(30, 55, 101);
}
.btn-blue:hover {
  background: rgb(30, 55, 101);
  color: white;
  text-decoration: underline;
}

.btn-sign-up {
  display: flex;
  align-items: center;
  gap: 10px;
}
.btn-sign-up span {
  text-transform: uppercase;
}

.btn-white {
  background: white;
  color: rgb(34, 34, 34);
}

a.arrow:after {
  content: " →";
}

a.more-link {
  font-weight: bold;
  color: rgb(30, 55, 101);
  text-decoration: none;
}
a.more-link:after {
  content: " →";
}
a.more-link:hover {
  text-decoration: underline;
}

button.accordion-button {
  margin-top: 0;
}

.btn.btn-text {
  padding: 0;
  margin: 0;
  background: transparent;
  min-height: 42px;
  border-radius: 0px;
  font-size: 1rem;
  font-weight: bold;
  color: rgb(30, 55, 101);
  text-decoration: none;
}
.btn.btn-text:after {
  content: " →";
}
.btn.btn-text:hover {
  text-decoration: underline;
  color: rgb(30, 55, 101) !important;
}

.btn-problem::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 32 32'%3E%3C!-- Icon from Carbon by IBM - undefined --%3E%3Cpath fill='none' d='M16 26a1.5 1.5 0 1 1 1.5-1.5A1.5 1.5 0 0 1 16 26Zm-1.125-5h2.25v-9h-2.25Z'/%3E%3Cpath fill='%23FFFFFF' d='M16.002 6.171h-.004L4.648 27.997l.003.003h22.698l.002-.003ZM14.875 12h2.25v9h-2.25ZM16 26a1.5 1.5 0 1 1 1.5-1.5A1.5 1.5 0 0 1 16 26Z'/%3E%3Cpath fill='%23FFFFFF' d='M29 30H3a1 1 0 0 1-.887-1.461l13-25a1 1 0 0 1 1.774 0l13 25A1 1 0 0 1 29 30ZM4.65 28h22.7l.001-.003L16.002 6.17h-.004L4.648 27.997Z'/%3E%3C/svg%3E") no-repeat center center;
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
}

ul > li {
  margin-bottom: 0.5rem;
}

.list-no-root-style {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-bold-first-child > li {
  font-weight: bold;
  margin-bottom: 1rem;
}
.list-bold-first-child > li li {
  font-weight: normal;
  list-style-type: disc;
}

.list-vmv {
  list-style: none;
  margin: 4rem 0;
  padding: 0 4rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 4rem;
}
.list-vmv h3 {
  font-size: 1rem;
}
.list-vmv img {
  margin-bottom: 1rem;
}

.list-people {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 1200px) {
  .list-people {
    grid-template-columns: 1fr 1fr;
  }
}
.list-people img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  float: left;
}
.list-people li {
  position: relative;
}
.list-people p {
  font-size: 0.8rem;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 60px;
  width: auto;
  background: #33557D;
  padding: 0.25rem 0.25rem 0.25rem 70px;
  margin: 0;
  border-radius: 5px;
  color: white;
  z-index: -1;
  order: 2;
}
.list-people p a {
  font-size: 1rem;
  font-weight: bold;
  color: white;
}

.list-with-icons {
  list-style: none;
  padding: 0;
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 3rem;
}
.list-with-icons li {
  border: 3px solid #444;
  border-radius: 5px;
  padding-top: 2rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: flex-start;
  position: relative;
}
.list-with-icons li h3 {
  margin: 0 0 0.5rem 0;
  padding: 0;
  font-size: 1.15rem;
  font-weight: bold;
  text-align: center;
}
.list-with-icons li p {
  margin: 0;
  font-weight: bold;
  text-align: center;
}
.list-with-icons li .icon {
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.list-with-icons li img {
  width: 70px;
  height: auto;
}

.list-with-icons--smaller {
  gap: 1rem;
}
.list-with-icons--smaller li {
  border: 1px solid #ccc;
  padding: 1rem 0.5rem 0.5rem 0.5rem;
  font-size: 0.85rem;
}
.list-with-icons--smaller li .icon {
  width: 40px;
  height: 40px;
  margin-top: -20px;
}
.list-with-icons--smaller li img {
  width: 30px;
  height: auto;
}

ul.list-with-icon-options-link {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
ul.list-with-icon-options-link li.option {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
ul.list-with-icon-options-link svg {
  width: 40px;
  height: auto;
  margin-bottom: 5px;
}

ul.list-cpd-teams {
  grid-template-columns: 1fr;
  margin: 3rem 0;
}
@media (min-width: 992px) {
  ul.list-cpd-teams {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

ul.list-accreditation-eligablity {
  grid-template-columns: 1fr 1fr;
  margin-top: 2rem !important;
  margin-bottom: 4rem;
}
ul.list-accreditation-eligablity li {
  border: 2px solid #444;
}
ul.list-accreditation-eligablity .icon {
  width: 50px;
  height: 50px;
  margin-top: -25px;
}
ul.list-accreditation-eligablity .icon img {
  width: 40px;
  height: 40px;
}

ol.list-credit-types {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 2rem !important;
  margin-bottom: 4rem;
}
ol.list-credit-types .icon {
  width: 50px;
  height: 50px;
  margin-top: -25px;
}
ol.list-credit-types .icon img {
  width: 40px;
  height: 40px;
}
ol.list-credit-types li {
  display: block;
  gap: 0.25rem;
  border: 2px solid #444;
}
ol.list-credit-types h3 {
  font-size: 1rem;
  font-weight: 800;
  margin: 0 0 0.5rem 0;
}

ul.list-accreditation-updates {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.list-accreditation-updates > li {
  border: 1px solid #444;
  padding: 1rem;
  border-radius: 5px;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

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

.dialog[aria-hidden=true] {
  display: none;
}

blockquote {
  border-left: 4px solid rgb(30, 55, 101);
  padding-left: 1rem;
}

.quote-content.home-section.home-section-half.quote-content blockquote {
  border-left: none;
  padding-left: 0;
}

.contact-bubble {
  border-radius: 5px;
  border: 3px solid #33557D;
  background: white;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  position: relative;
}
.contact-bubble img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 5px solid white;
  position: absolute;
}
.contact-bubble p {
  font-size: 0.85rem;
  margin: 0;
  line-height: 1.5;
}

.contact-bubble.contact-img-top {
  margin-top: calc(1rem + 53px);
  padding: calc(1rem + 30px) 1rem 1rem 1rem;
}
.contact-bubble.contact-img-top img {
  top: -52px;
  left: 50%;
  transform: translateX(-50%);
}

.contact-bubble.contact-img-left {
  margin: 0 0 0 calc(1rem + 50px);
  padding: 1rem 1rem 1rem calc(1rem + 50px);
  max-width: 500px;
}
.contact-bubble.contact-img-left img {
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
  margin-right: 1rem;
}

.contact-bubble.contact-img-right {
  margin: 0 calc(1rem + 50px) 0 0;
  padding: 1rem calc(1rem + 50px) 1rem 1rem;
  max-width: 500px;
}
.contact-bubble.contact-img-right img {
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  margin-left: 1rem;
}

.img-thin-accent {
  margin-top: 2rem;
  border-radius: 5px;
}

.carousel-container {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 600px;
  margin: 2rem auto;
  padding: 1rem 0;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.carousel-container .carousel {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.carousel-container .carousel .item {
  opacity: 0;
  width: 100%;
  height: 100%;
  display: none;
  transition: opacity 0.5s ease-in-out;
}
.carousel-container .carousel .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.carousel-container .carousel .item figcaption {
  display: none;
  width: 100%;
  padding: 0.5rem;
  position: absolute;
  bottom: 0;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
}
.carousel-container .carousel .item.active {
  opacity: 1;
  display: block;
}
.carousel-container .btn {
  padding: 0.25rem 1rem;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  outline: none;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 0.85rem;
  font-weight: 400;
  color: white;
  background-color: var(--color-button);
  transition: transform 0.2s ease-in-out;
}
.carousel-container .btn:active, .carousel-container .btn:focus {
  transform: translateY(-50%) scale(0.9);
}
.carousel-container .btn:hover {
  transform: translateY(-50%) scale(0.96);
}
.carousel-container .prev {
  left: -8%;
}
.carousel-container .prev:before {
  content: " ";
  width: 30px;
  height: 30px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 256 256'%3E%3C!-- Icon from Phosphor by Phosphor Icons - https://github.com/phosphor-icons/core/blob/main/LICENSE --%3E%3Cpath fill='%23888888' d='M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m0 192a88 88 0 1 1 88-88a88.1 88.1 0 0 1-88 88m48-88a8 8 0 0 1-8 8h-60.69l18.35 18.34a8 8 0 0 1-11.32 11.32l-32-32a8 8 0 0 1 0-11.32l32-32a8 8 0 0 1 11.32 11.32L107.31 120H168a8 8 0 0 1 8 8'/%3E%3C/svg%3E");
}
.carousel-container .prev span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.carousel-container .next {
  right: -8%;
}
.carousel-container .next:before {
  content: " ";
  width: 30px;
  height: 30px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 256 256'%3E%3C!-- Icon from Phosphor by Phosphor Icons - https://github.com/phosphor-icons/core/blob/main/LICENSE --%3E%3Cpath fill='%23888888' d='M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m0 192a88 88 0 1 1 88-88a88.1 88.1 0 0 1-88 88m45.66-93.66a8 8 0 0 1 0 11.32l-32 32a8 8 0 0 1-11.32-11.32L148.69 136H88a8 8 0 0 1 0-16h60.69l-18.35-18.34a8 8 0 0 1 11.32-11.32Z'/%3E%3C/svg%3E");
}
.carousel-container .next span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.carousel-container .dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.carousel-container .dots .dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  background-color: var(--color-primary);
  transition: background-color 0.2s ease;
}
.carousel-container .dots .dot.active, .carousel-container .dots .dot:hover {
  background-color: var(--color-button);
}

.cpd-staff-group {
  display: flex;
  flex-direction: wrap;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  row-gap: 3rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  margin-bottom: 3rem;
  margin-top: 1rem;
}

.person small {
  font-size: 0.85rem;
}

.person {
  flex: 45%;
  display: flex;
  line-height: 1.25;
  align-items: center;
}

.person .name-credentials {
  display: block;
}

.person .full-name {
  font-weight: bold;
}

.person .title-email-block {
  font-size: 0.85rem;
  display: block;
}

.person .title-affiliation {
  display: block;
}

.person .email {
  display: block;
}

.person a {
  color: rgb(34, 34, 34);
  text-decoration: none;
}
.person a:hover {
  text-decoration: underline;
  color: #1c7992;
}

.person img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-right: 1rem;
}

.person p {
  margin-top: 0;
}

.person .biography {
  display: none;
}

.person .btn-biography {
  border-radius: 3px;
  background: transparent;
  border: 1px solid #444;
  color: #444;
  padding: 3px 10px;
  margin-top: 7px;
  margin-bottom: 0;
  font-size: 0.75rem;
}

header .primary-navigation {
  display: grid;
  row-gap: 1rem;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  margin-top: 1rem;
  margin-bottom: 0;
  align-items: center;
  grid-template-columns: max-content() auto;
  grid-template-areas: "LOGO MENU" "SEARCH JOIN";
}
@media (min-width: 481px) {
  header .primary-navigation {
    grid-template-columns: 2fr 1fr;
    row-gap: 1rem;
  }
}
@media (min-width: 768px) {
  header .primary-navigation {
    grid-template-columns: 2fr 1fr;
  }
}
@media (min-width: 992px) {
  header .primary-navigation {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "LOGO JOIN" "SEARCH MENU";
  }
}
@media (min-width: 992px) {
  header .primary-navigation {
    grid-template-columns: 5fr 7fr;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  header .primary-navigation {
    margin-bottom: 1rem;
  }
}
header .primary-navigation .logo {
  grid-area: LOGO;
  padding: 0;
}
header .primary-navigation .logo img {
  max-width: 100%;
}
header .primary-navigation .subscribe {
  grid-area: JOIN;
}
@media (min-width: 992px) {
  header .primary-navigation .subscribe {
    align-self: end;
  }
}
header .primary-navigation .subscribe button {
  background: transparent;
  color: rgb(34, 34, 34);
  text-decoration: underline;
  margin: 0 0 0 auto;
  padding: 0;
}
@media (min-width: 768px) {
  header .primary-navigation .subscribe button {
    background: #DC4633;
    color: white;
    text-decoration: none;
    padding: 12px 2rem;
  }
}
header .primary-navigation .subscribe button svg path {
  fill: rgb(34, 34, 34);
}
@media (min-width: 768px) {
  header .primary-navigation .subscribe button svg path {
    fill: white;
  }
}
header .primary-navigation .search {
  grid-area: SEARCH;
}
header .primary-navigation .search button {
  border-radius: 5px;
  background: white;
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
  text-align: left;
  font-weight: bold;
  color: rgb(34, 34, 34);
  font-size: 1rem;
  text-decoration: underline;
}
@media (min-width: 768px) {
  header .primary-navigation .search button {
    padding: 0.5rem;
    border: 1px solid rgb(97, 97, 97);
    text-decoration: none;
  }
}
header .primary-navigation .search button svg {
  margin-right: 0.45rem;
  height: 15px;
  width: 15px;
  margin-top: -5px;
}
header .primary-navigation .navigation {
  grid-area: MENU;
}
header .primary-navigation .navigation button {
  margin: 0 0 0 auto;
  border: none;
}
header .primary-navigation .navigation ul {
  list-style: none;
  padding: 0 2rem;
  margin: 0;
}
@media (min-width: 992px) {
  header .primary-navigation .navigation ul {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 0;
         column-gap: 0;
    text-align: right;
    margin-left: auto;
    padding: 0 2rem;
  }
}
@media (min-width: 1200px) {
  header .primary-navigation .navigation ul {
    padding: 1rem 0;
  }
}
header .primary-navigation .navigation li {
  line-height: 1;
  margin-bottom: 0;
}
header .primary-navigation .navigation li a.nav-link {
  color: rgb(34, 34, 34);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  padding: 0.5rem;
}
@media (min-width: 1200px) {
  header .primary-navigation .navigation li a.nav-link {
    padding: 0.5rem 1rem;
  }
}
header .primary-navigation .navigation li a.nav-link:hover {
  text-decoration: underline;
}
header .primary-navigation .navigation li.nav-twitter {
  display: block;
}
@media (min-width: 992px) {
  header .primary-navigation .navigation li.nav-twitter {
    display: none;
  }
}

.home-section, section.landing-section {
  margin-bottom: 2rem;
  padding: 1rem;
}
@media (min-width: 992px) {
  .home-section, section.landing-section {
    padding: 2rem;
  }
}
.home-section h2, section.landing-section h2 {
  font-size: 1rem;
}
.home-section p.leader, section.landing-section p.leader {
  font-family: "p22-mackinac-pro", serif;
  font-size: 1.75rem;
  line-height: 1.5;
}
.home-section p.leader span, section.landing-section p.leader span {
  color: #DC4633;
}

section#accreditation-overview.landing-section .content-secondary {
  padding: 0 2rem;
}
section#accreditation-overview.landing-section p.leader {
  margin-bottom: 0;
}
section#accreditation-overview.landing-section .more-link {
  margin-top: 1rem;
  display: block;
}

section.section-row.section-row.section-row-2up.landing-section p.leader {
  font-size: 1.35rem;
  line-height: 1.75;
}

#footer {
  background: rgb(30, 55, 101);
  border-radius: 5px;
  padding: 2rem 2rem 1rem 2rem;
  margin-bottom: 2rem;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  color: white;
}
@media (min-width: 992px) {
  #footer {
    display: grid;
    grid-template-columns: 1fr min-content;
    align-items: flex-end;
    gap: 2rem;
  }
}
#footer a {
  color: white;
}
#footer h2 {
  font-size: 1rem;
  margin-top: 0;
}
#footer .contact {
  flex: 1;
}
#footer .temerty {
  flex: 1;
  padding: 1rem 0;
  text-align: center;
}
@media (min-width: 992px) {
  #footer .temerty {
    text-align: right;
    padding: 0 0 8px 0;
  }
}

#footer .footer-links-additional {
  list-style: none;
  padding: 1rem 0 0 0;
  margin: 0;
}
#footer .footer-links-additional li {
  margin-bottom: 0;
}

.footer-contact-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

/**
 * 1. Make the dialog container, and its child overlay spread across
 *    the entire window.
 */
.dialog-container,
.dialog-overlay {
  position: fixed; /* 1 */
  top: 0; /* 1 */
  right: 0; /* 1 */
  bottom: 0; /* 1 */
  left: 0; /* 1 */
}

/**
 * 1. Make sure the dialog container and all its descendants sits on
 *    top of the rest of the page.
 * 2. Make the dialog container a flex container to easily center the
 *    dialog.
 */
.dialog-container {
  z-index: 2; /* 1 */
  display: flex; /* 2 */
  background: rgba(0, 0, 0, 0.5);
}

/**
 * 1. Make sure the dialog container and all its descendants are not
 *    visible and not focusable when it is hidden.
 */
.dialog-container[aria-hidden=true] {
  display: none; /* 1 */
}

/**
 * 1. Make the overlay look like an overlay.
 */
.dialog-overlay {
  background-color: rgba(43, 46, 56, 0.9); /* 1 */
}

/**
 * 1. Vertically and horizontally center the dialog in the page.
 * 2. Make sure the dialog sits on top of the overlay.
 * 3. Make sure the dialog has an opaque background.
 */
.dialog-content {
  margin: auto; /* 1 */
  z-index: 2; /* 2 */
  position: relative; /* 2 */
  background-color: white; /* 3 */
  width: 100vw;
  height: 100vh;
  padding: 3rem;
}

nav.cpd-breadcrumbs ol {
  margin: 0;
  padding-left: 0;
  list-style: none;
  font-size: 0.85em;
}

nav.cpd-breadcrumbs li {
  display: inline;
  padding-right: 3px;
}

nav.cpd-breadcrumbs li a {
  color: white;
  text-decoration: underline;
}

nav.cpd-breadcrumbs li + li::before {
  display: inline-block;
  margin: 0 0.25em;
  transform: rotate(15deg);
  border-right: 0.1em solid currentColor;
  height: 0.8em;
  content: "";
}

nav.cpd-breadcrumbs [aria-current=page] {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

h2.navigation-header {
  font-size: 1rem;
}

nav.navigation-related h2, nav.navigation-related h3 {
  font-size: 1rem;
}
nav.navigation-related ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
nav.navigation-related li {
  margin-bottom: 0.75rem;
}

#site-subnavigation {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(208, 209, 201, 0.3);
}
#site-subnavigation li {
  position: relative;
  padding-left: 1.5rem;
}
#site-subnavigation li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #007894;
}
#site-subnavigation li.current-menu-item {
  font-weight: bold;
}
#site-subnavigation li.current-menu-item a {
  color: #DC4633;
}
#site-subnavigation li.current-menu-item::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #DC4633;
}

#services-explorer {
  padding: 4rem 0rem;
}

.list-explorer {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 992px) {
  .list-explorer {
    grid-template-columns: 2fr 5fr;
    gap: 4rem;
  }
}
.list-explorer .nav {
  background: #f1f3f5;
  gap: 1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .list-explorer .nav {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 992px) {
  .list-explorer .nav {
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.list-explorer .nav-pills .nav-link.active, .list-explorer .nav-pills .show > .nav-link {
  background: transparent;
  color: rgb(30, 55, 101);
}
.list-explorer .nav-pills .nav-link.active:hover, .list-explorer .nav-pills .show > .nav-link:hover {
  color: black !important;
}
.list-explorer .nav-pills .nav-link {
  color: grey;
}
.list-explorer .nav-pills .nav-link:hover {
  color: rgb(34, 34, 34);
}
.list-explorer button.nav-link {
  font-size: 1rem;
  text-align: center;
}
@media (min-width: 992px) {
  .list-explorer button.nav-link {
    text-align: right;
    font-size: 1.5rem;
  }
}
.list-explorer .tab-content {
  padding: 0 2rem 2rem 2rem;
}
@media (min-width: 992px) {
  .list-explorer .tab-content {
    padding: 0 3rem 3rem 0;
  }
}
.list-explorer .tab-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 1rem;
}
.list-explorer .tab-content ul .title {
  font-weight: bold;
  display: block;
  font-size: 1.5rem;
  color: rgb(30, 55, 101);
}
.list-explorer .tab-content ul li {
  position: relative;
  padding-left: 2.75rem;
}
.list-explorer .tab-content ul li::before {
  content: "→";
  position: absolute;
  top: -6px;
  left: 0;
  font-size: 2rem;
  color: rgb(30, 55, 101);
}
.list-explorer .tab-content ul li a {
  color: rgb(30, 55, 101);
}

section#hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-bottom: rem;
  border-radius: 15px;
  overflow: hidden;
}
@media (min-width: 768px) {
  section#hero {
    grid-template-columns: 1fr 1fr;
    min-height: 600px;
    background: url("https://www.cpd.utoronto.ca/wp-content/uploads/2025/09/Home-12x8-LG.jpg") center center no-repeat;
    background-size: cover;
    gap: 2rem;
  }
}
@media (min-width: 992px) {
  section#hero {
    grid-template-columns: 2fr 1fr;
    margin-bottom: 2rem;
  }
}

section#hero .spacer {
  background: url("https://www.cpd.utoronto.ca/wp-content/uploads/2025/09/Home-12x8-LG.jpg") center center no-repeat;
  background-size: cover;
  min-height: 200px;
}
@media (min-width: 768px) {
  section#hero .spacer {
    background: transparent;
  }
}

section#hero .content {
  background: rgba(30, 55, 101, 0.9);
  color: white;
  padding: 1rem 1rem 2rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 992px) {
  section#hero .content {
    padding: 2rem 2rem 3rem 2rem;
  }
}
section#hero .content h1 {
  font-size: 2.25rem;
  font-family: "p22-mackinac-pro", serif;
  font-weight: 600;
  margin-bottom: 1.55rem;
  line-height: 1.15;
}
@media (min-width: 481px) {
  section#hero .content h1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  section#hero .content h1 {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  section#hero .content h1 {
    font-size: 3.5rem;
  }
}
section#hero .content .intro p {
  margin-bottom: 2.5rem;
  line-height: 1.5;
}
section#hero .content a {
  color: white !important;
}
section#hero .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  line-height: 1.5;
}
section#hero .content ul li {
  border-top: 1px solid white;
}
section#hero .content ul li a {
  text-decoration: none;
  font-weight: 800;
}
section#hero .content ul li a:hover {
  text-decoration: underline;
}
section#hero .content ul li a span {
  display: flex;
  grid-template-columns: 1fr 40px;
  gap: 0.5rem;
}
section#hero .content ul li a span:after {
  content: "→";
}
section#hero .content ul li a small {
  font-weight: normal;
  display: block;
  font-size: 0.8rem;
}

#signup .btn-close {
  background: transparent;
  color: rgb(34, 34, 34);
  width: -moz-max-content;
  width: max-content;
  border: 1px solid grey;
  border-radius: 20px;
}

section#featured-programs {
  padding: 0 1rem;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  section#featured-programs {
    padding: 0 2rem;
  }
}

.gallery {
  --space: 1rem;
  --gap: 1rem;
  grid-column: 1/-1;
  display: grid;
  margin-bottom: 0.5rem;
  grid-template-columns: repeat(7, 1fr);
  padding: 0;
  overflow-x: scroll;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.gallery:-webkit-scrollbar {
  inline-size: 0 !important;
  display: none;
}
@media (min-width: 992px) {
  .gallery {
    display: block;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
}
.gallery ul.wrap {
  list-style: none;
  padding: 0;
  margin: 0;
  grid-column: 1;
  display: flex;
  gap: var(--space);
}
.gallery ul.wrap:after {
  content: "";
  padding-inline-end: calc(var(--gap) / 2);
}
@media (min-width: 992px) {
  .gallery ul.wrap {
    display: flex;
    justify-content: space-between;
  }
  .gallery ul.wrap:after {
    display: none;
    padding-inline-end: 0;
  }
}
.gallery li.item {
  flex: 1 0 auto;
  scroll-snap-align: start;
  inline-size: 100%;
  max-inline-size: 250px;
  position: relative;
}
@media (min-width: 992px) {
  .gallery li.item {
    inline-size: 100%;
    max-inline-size: 300px;
    flex: 1;
  }
}

@supports not (aspect-ratio: 16/9) {
  .gallery .item::before {
    float: left;
    padding-top: 56.25%;
    content: "";
  }
  .gallery .item::after {
    display: block;
    content: "";
    clear: both;
  }
}
article.featured-program {
  display: flex;
  flex-direction: column;
}
article.featured-program .header {
  border-bottom: #DC4633 1px solid;
  order: 1;
  margin-bottom: 0.25rem;
}
article.featured-program .content {
  order: 2;
}
article.featured-program p.featured-program_title {
  font-size: 0.95rem;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
}
article.featured-program p.featured-program_title a {
  color: rgb(34, 34, 34);
}
article.featured-program p.featured-program_date {
  font-size: 0.8rem;
  margin: 0;
}

.home-section {
  margin-bottom: 2rem;
  padding: 1rem;
}
@media (min-width: 992px) {
  .home-section {
    padding: 2rem;
  }
}
.home-section h2 {
  font-size: 0.9rem;
}
.home-section p.leader {
  font-family: "p22-mackinac-pro", serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.home-section p.leader span {
  color: #6D247A;
}

@media (min-width: 992px) {
  .home-section-full {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 3rem;
         column-gap: 3rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .home-section-full {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }
}
.home-section-full .content-secondary {
  display: none;
}
@media (min-width: 992px) {
  .home-section-full .content-secondary {
    display: block;
  }
}

.sublinks ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 2rem;
}
.sublinks ul li {
  max-width: 180px;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.sublinks ul li h3, .sublinks ul li p, .sublinks ul li img {
  margin: 0;
}
.sublinks ul li h3 {
  font-size: 1rem;
  margin: 0;
}
.sublinks ul li p {
  font-size: 0.95rem;
  line-height: 1.5;
}
.sublinks ul li p a {
  font-weight: bold;
}
.sublinks ul li img {
  width: 25px;
}
.sublinks ul a {
  color: rgb(34, 34, 34);
}

section#home-accreditation {
  background: rgba(208, 209, 201, 0.3);
  border-radius: 3px;
  margin-left: -1rem;
  margin-right: -1rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 481px) {
  section#home-accreditation {
    margin-left: -2rem;
    margin-right: -2rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 992px) {
  section#home-accreditation {
    border-radius: 15px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
section#home-accreditation .content-secondary {
  padding-top: 35px;
}

section#home-services figure img {
  max-width: 100%;
  height: auto;
  border-radius: 3px;
}
section#home-services .content-lead {
  order: 2;
}
section#home-services .content-secondary {
  order: 1;
}

ul.home-services__list-services {
  list-style: none;
  -moz-columns: 2;
       columns: 2;
  padding: 0;
  margin: 0 0 1rem 0;
}
ul.home-services__list-services li {
  font-size: 0.95rem;
  margin-bottom: 0.25rem;
}
ul.home-services__list-services li span {
  display: block;
  font-size: 0.85em;
}

.shared-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
@media (min-width: 992px) {
  .shared-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 8rem;
  }
}

section#home-explore, .quote-content {
  position: relative;
}
section#home-explore:before, .quote-content:before {
  content: " ";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-quote-left' viewBox='0 0 26 28'%3E%3Cpath style='fill:%23f1f3f5' d='M12 15v6c0 1.656-1.344 3-3 3h-6c-1.656 0-3-1.344-3-3v-11c0-4.406 3.594-8 8-8h1c0.547 0 1 0.453 1 1v2c0 0.547-0.453 1-1 1h-1c-2.203 0-4 1.797-4 4v0.5c0 0.828 0.672 1.5 1.5 1.5h3.5c1.656 0 3 1.344 3 3zM26 15v6c0 1.656-1.344 3-3 3h-6c-1.656 0-3-1.344-3-3v-11c0-4.406 3.594-8 8-8h1c0.547 0 1 0.453 1 1v2c0 0.547-0.453 1-1 1h-1c-2.203 0-4 1.797-4 4v0.5c0 0.828 0.672 1.5 1.5 1.5h3.5c1.656 0 3 1.344 3 3z'%3E%3C/path%3E%3C/svg%3E");
  position: absolute;
  top: -28px;
  left: -7px;
  width: 150px;
  height: 163px;
}
@media (min-width: 992px) {
  section#home-explore:before, .quote-content:before {
    top: -28px;
    left: -7px;
    width: 200px;
    height: 217px;
  }
}
section#home-explore blockquote, .quote-content blockquote {
  position: relative;
  padding-top: 0;
}
@media (min-width: 992px) {
  section#home-explore blockquote, .quote-content blockquote {
    padding-top: 27px;
  }
}
section#home-explore p.quote, .quote-content p.quote {
  font-family: "p22-mackinac-pro", serif;
  font-size: 1.563rem;
}
section#home-explore p.quote.quote-sans, .quote-content p.quote.quote-sans {
  font-family: "avenir-next-lt-pro", "avenir", sans-serif;
}
section#home-explore p.quote.quote-small-text, .quote-content p.quote.quote-small-text {
  font-size: 1rem;
}
section#home-explore p.person, .quote-content p.person {
  font-weight: bold;
  line-height: 1;
}
section#home-explore p.person small, .quote-content p.person small {
  font-weight: normal;
}
section#blog {
  margin-bottom: 0;
}
section#blog h2 {
  font-size: 1.3rem;
}
section#blog ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  section#blog ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  section#blog ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1200px) {
  section#blog ul {
    gap: 2rem;
  }
}
section#blog li.story article {
  display: grid;
  grid-template-columns: 3fr 4fr;
  grid-template-rows: min-content 1fr;
  gap: 0.25rem;
  grid-template-areas: "IMAGE DATE" "IMAGE TITLE";
}
@media (min-width: 481px) {
  section#blog li.story article {
    grid-template-columns: 1fr 2fr;
  }
}
@media (min-width: 992px) {
  section#blog li.story article {
    grid-template-columns: 1fr;
    grid-template-areas: "IMAGE" "DATE" "TITLE";
  }
}
section#blog p.story_date {
  grid-area: DATE;
  font-size: 0.75rem;
  margin: 0;
}
section#blog p.story_title {
  grid-area: TITLE;
  font-size: 1rem;
  font-weight: normal;
}
section#blog p.story_title a {
  color: rgb(34, 34, 34);
}
section#blog .story_image {
  grid-area: IMAGE;
  aspect-ratio: 3/2;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
section#blog .story_image img {
  position: absolute;
  top: 0;
  left: 0;
}

section#twitter {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 3rem;
}
section#twitter h2 {
  font-size: 1.3rem;
}
section#twitter .tweets {
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 1rem;
}
@media (min-width: 992px) {
  section#twitter .tweets {
    grid-template-columns: repeat(3, 1fr);
  }
}
section#twitter .tweet {
  font-size: 0.85rem;
}

section#twitter .crt-post-fullname,
section#twitter .crt-social-icon,
section#twitter .crt-list-post-image,
section#twitter .crt-post-userimage,
section#twitter .crt-post-username,
section#twitter .crt-load-more-container,
section#twitter .crt-logo.crt-tag {
  display: none !important;
}
section#twitter .crt-feed {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
section#twitter .crt-post-c.crt-post-border {
  border: none;
}
section#twitter .crt-post-text {
  text-align: left;
  padding: 0;
  font-size: 0.85rem;
  line-height: 1.5;
}
section#twitter .crt-list-post-text-wrap {
  padding: 0 0 40px 0 !important;
}
section#twitter .crt-list-post .crt-post-footer {
  border-top: none;
}
section#twitter .crt-post-date-link {
  position: absolute;
  top: 0;
  left: 0;
  font-style: italic;
}

#accreditation-ig {
  padding: 5px 2rem 0 0;
}
#accreditation-ig .top {
  display: grid;
  grid-template-columns: 0.8fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  padding: 0 10px;
}
#accreditation-ig .top h3 {
  font-size: 1rem;
}
#accreditation-ig .top h3 span {
  display: none;
}
#accreditation-ig .top p {
  font-size: 14px;
  line-height: 1.5 !important;
}
#accreditation-ig .top .step {
  padding: 2px 0 0 10px;
  box-shadow: -11px 1px 5px -2px rgba(158, 158, 158, 0.75);
}

#programsModal h3 {
  margin-top: 0;
  margin-bottom: 0;
}
#programsModal h1 {
  font-size: 1rem;
  margin-top: 0;
}
@media (min-width: 992px) {
  #programsModal h1 {
    margin-top: 10px;
    font-size: 2rem;
  }
}
#programsModal .modal-header {
  padding: 1rem 2.25rem 1rem 2rem;
}
#programsModal .modal-body {
  padding: 1rem 2rem;
}
#programsModal button {
  margin: 0;
}

#programsModal .btn-close {
  position: relative;
  color: #444;
  opacity: 1;
}
#programsModal .btn-close:after {
  content: "";
}
@media (min-width: 992px) {
  #programsModal .btn-close:after {
    content: "esc";
    display: block;
    font-size: 1rem;
    color: #444;
    opacity: 1;
    position: absolute;
    top: 25px;
    left: 3px;
  }
}

#programsModal input.facetwp-search {
  border: 1px solid #ccc;
  font-weight: bold;
  font-size: 1rem;
  border-radius: 3px;
  padding: 1rem 1rem 1rem 3rem;
  background: white;
  width: 100%;
  text-align: left;
}
@media (min-width: 992px) {
  #programsModal input.facetwp-search {
    font-size: 2rem;
    padding: 1rem 1rem 1rem 4rem;
  }
}

.facetwp-facet.facetwp-facet-search_programs.facetwp-type-search {
  width: 100%;
}
.facetwp-facet.facetwp-facet-search_programs.facetwp-type-search span.facetwp-input-wrap {
  display: block !important;
}
.facetwp-facet.facetwp-facet-search_programs.facetwp-type-search .facetwp-icon {
  left: 1rem;
  right: auto;
}

#programsModal #results-filters-information {
  display: grid;
  grid-template-areas: "INFORMATION" "FILTERS" "RESULTS";
  grid-template-columns: 1fr;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1rem;
}
@media (min-width: 992px) {
  #programsModal #results-filters-information {
    grid-template-areas: "FILTERS INFORMATION" "FILTERS RESULTS";
    grid-template-columns: 1fr 3fr;
  }
}
@media (min-width: 1400px) {
  #programsModal #results-filters-information {
    grid-template-columns: 1fr 4fr;
  }
}
#programsModal #results-filters-information #filters {
  grid-area: FILTERS;
}
#programsModal #results-filters-information #js-search-results-info {
  grid-area: INFORMATION;
}
#programsModal #results-filters-information #js-results {
  grid-area: RESULTS;
}

#programsModal #search-results ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#programsModal #search-results li h1, #programsModal #search-results li h2, #programsModal #search-results li h3, #programsModal #search-results li h4, #programsModal #search-results li h5, #programsModal #search-results li h5 {
  font-size: 1rem;
  margin: 0.25rem 0;
}
#programsModal #search-results li.program {
  padding: 0 0 1.25rem 0;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgb(224, 224, 224);
  display: grid;
  grid-template-areas: "TITLE" "LINKS" "DESCRIPTION" "CREDITS";
  grid-template-columns: 1fr;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 0.25rem;
}
@media (min-width: 992px) {
  #programsModal #search-results li.program {
    grid-template-columns: 2fr 1fr;
    grid-template-areas: "TITLE CREDITS" "DESCRIPTION CREDITS" "LINKS CREDITS ";
  }
}
#programsModal #search-results .title-date {
  grid-area: TITLE;
  margin-bottom: 0.5rem;
}
#programsModal #search-results .title {
  font-weight: 800;
  font-size: 1.12rem;
  margin-bottom: 0;
}
#programsModal #search-results .title .date {
  font-weight: normal;
  font-size: 1rem;
}
#programsModal #search-results .title a {
  color: rgb(34, 34, 34);
}
#programsModal #search-results .description {
  grid-area: DESCRIPTION;
  max-height: 115px;
  overflow: hidden;
}
#programsModal #search-results .description p, #programsModal #search-results .description li {
  margin-bottom: 0.25rem;
}
#programsModal #search-results .links {
  grid-area: LINKS;
  padding-top: 0.25rem;
}
#programsModal #search-results .links .btn {
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
  border: 1px solid rgb(34, 34, 34);
  background: white;
  color: rgb(34, 34, 34);
}
#programsModal #search-results .links .btn.btn-info:hover {
  background: #1c7992;
  border-color: #1c7992;
  color: white;
}
#programsModal #search-results .links .btn.btn-register:hover {
  background: #DC4633;
  border-color: #DC4633;
  color: white;
}
#programsModal #search-results .credits {
  grid-area: CREDITS;
}
@media (min-width: 992px) {
  #programsModal #search-results .credits {
    padding-top: 23px;
  }
}
#programsModal #search-results .credits ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
#programsModal #search-results .credits ul li {
  background: #fafafa;
  border-radius: 3px;
  padding: 0.25rem;
  text-align: center;
}
#programsModal #search-results .credits ul li span {
  display: inline-block;
}
#programsModal #search-results .credits ul li .credit-body {
  font-size: 11px;
}
#programsModal #search-results .credits ul li .credit-count {
  font-size: 1.25rem;
  font-weight: 800;
}

#js-search {
  position: relative;
}

#programsModal .results-count-clear {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
}

#programsModal button#clearSearch {
  top: 0;
  right: 0;
  background: white;
  border: 1px solid #ccc;
  color: #565656;
  border-radius: 3px;
  padding: 0.25rem 1rem;
  font-size: 12px;
  font-weight: bold;
}

#programsModal .facetwp-facet-programs_pager_count_total {
  padding: 0 0 1rem 0;
  margin: 0;
  display: block;
  font-weight: bold;
}

#programsModal .facetwp-selections {
  margin: 0;
  padding: 0;
}
#programsModal .facetwp-selections ul {
  margin: 0;
  padding: 1rem 0 1rem 0;
  font-size: 0.9rem;
  border-bottom: 1px solid #ccc;
}
#programsModal .facetwp-selections .facetwp-selection-value {
  border: 1px solid #ccc;
  background: white;
  padding: 0.25rem 0.5rem;
}
#programsModal .facetwp-selections .facetwp-selection-value:after {
  content: "✕";
  margin-left: 0.5rem;
}

#programsModal .facetwp-type-checkboxes .facetwp-checkbox {
  font-size: 13px;
  margin-bottom: 1rem;
  padding-left: 30px;
}
#programsModal .facetwp-type-checkboxes .facetwp-checkbox.checked {
  font-weight: bold;
}

i.facetwp-icon.f-loading {
  width: 30px;
  height: 30px;
  margin-top: 20px;
  background: #DC4633;
  border-radius: 50%;
  opacity: 1;
}

.page-landing section#hero, .page-landing section#hero .spacer {
  background: none;
  background: url(images/bg.jpg) no-repeat center center;
  background-size: cover;
}
.page-landing section#hero {
  gap: 0;
}
.page-landing section#hero h1 small {
  font-family: "avenir-next-lt-pro", "avenir", sans-serif;
  font-size: 1rem;
  display: block;
  margin-bottom: 5px;
}

.page-landing .section-row {
  display: flex;
  display: grid;
  justify-content: space-between;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}
.page-landing .section-row-2up {
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}
.page-landing .section-row-3up {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.page-landing .section-row.section-row-3up.section-row-with-dividers {
  gap: 0;
}
.page-landing .section-row.section-row-3up.section-row-with-dividers .landing-section {
  border-left: 1px solid #CFD8DC;
  padding: inherit 1rem;
}
.page-landing .section-row.section-row-3up.section-row-with-dividers .landing-section:first-of-type {
  border-left: none;
}

section#explore-strategic .content-secondary {
  padding-top: 35px;
}
section#explore-strategic .sublinks ul {
  justify-content: center;
}

section.section-row.section-row-callout, landing-section {
  background: #f1f3f5;
  border-radius: 5px;
}

section.home-section .video.embed-container {
  border-radius: 5px;
}

article.page-landing section#hero .content h1 {
  font-size: 2.5rem;
}

article.landing-page-accreditation section#hero .content {
  background: #DC4633;
}

article.landing-page-research section#hero .content {
  background: #007894;
}

article.landing-page-services section#hero .content {
  background: #6D247A;
}

.section-row {
  position: relative;
}

article.page-internal header.entry-header {
  background: #33557D;
  color: white;
  padding: 2rem;
  border-radius: 5px;
}
article.page-internal header.entry-header .cpd-breadcrumbs {
  margin-bottom: 1rem;
}
article.page-internal h1.entry-title {
  margin: 0;
}
article.page-internal .entry-content {
  padding: 1rem 2rem 4rem 2rem;
}
@media (min-width: 768px) {
  article.page-internal .entry-content {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 5rem;
  }
}
@media (min-width: 992px) {
  article.page-internal .entry-content {
    grid-template-columns: 4fr 1fr;
  }
}

article.page-internal-cta .leader-cta {
  padding: 0;
}
@media (min-width: 768px) {
  article.page-internal-cta .leader-cta {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 4rem;
    padding: 1rem 0 0 0;
  }
}
@media (min-width: 992px) {
  article.page-internal-cta .leader-cta {
    grid-template-columns: 5fr 1fr;
  }
}
article.page-internal-cta .leader p {
  font-family: "p22-mackinac-pro", serif;
  font-size: 1.25rem;
  line-height: 1.33;
  margin: 0;
}

article.page-internal-hero header.entry-header {
  background: #33557D;
  color: white;
  padding: 2rem;
  border-radius: 5px 5px 0 0;
}

article.page-internal-hero section.page-hero .contents {
  padding: 2rem;
  background: #ececec;
  background: #fafafa;
  border-radius: 0 0 5px 5px;
  font-weight: 800;
  font-size: 1.563rem;
}
article.page-internal-hero section.page-hero .contents img {
  max-width: 100%;
  height: auto;
}

section#services-services {
  gap: 4rem;
  padding: 2rem;
  margin-bottom: 4rem;
}
section#services-services p.leader {
  font-family: "p22-mackinac-pro", serif;
  font-size: 1.75rem;
  max-width: 80ch;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}

section#services-contact img {
  max-width: 100%;
  height: auto;
}

#services-cats h2 {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
#services-cats ul.list-with-icons.list-service-cats {
  grid-template-columns: 1fr 1fr;
  max-width: 100%;
  margin: 0 auto;
  gap: 1rem;
}
@media (min-width: 992px) {
  #services-cats ul.list-with-icons.list-service-cats {
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 900px;
    margin: 2rem auto 0 auto;
    gap: 2rem;
  }
}
#services-cats ul.list-with-icons.list-service-cats li {
  padding: 1.25rem 0.5rem 0.5rem 0.5rem;
  border-color: #D0D1C9;
}
#services-cats ul.list-with-icons.list-service-cats li .icon {
  width: 40px;
  height: 40px;
  margin-top: -20px;
}
#services-cats ul.list-with-icons.list-service-cats li img {
  width: 40px;
  height: auto;
}
#services-cats ul.list-with-icons.list-service-cats li p {
  font-size: 0.85rem;
  font-weight: normal;
  line-height: 1.25;
  margin-bottom: 0.5rem;
}
#services-cats ul.list-with-icons.list-service-cats li p strong {
  font-size: 0.9rem;
}

section#services-contact .content-secondary {
  padding-top: 0;
}
@media (min-width: 992px) {
  section#services-contact .content-secondary {
    padding-top: 2rem;
  }
}
section#services-contact .contact-bubble {
  margin-left: auto;
  margin-right: auto;
}

section#services-testimony .carousel-container {
  border: none;
  width: 100%;
  max-width: 100%;
  padding: 0 2rem;
}
@media (min-width: 992px) {
  section#services-testimony .carousel-container {
    padding: 0 8rem;
  }
}
section#services-testimony .carousel-container .buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  position: relative;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 100px;
}
section#services-testimony .carousel-container .btn {
  color: black;
  position: relative;
  top: auto;
  transform: none;
}
section#services-testimony .carousel-container .btn.prev {
  position: relative;
  left: auto;
}
section#services-testimony .carousel-container .btn.next {
  position: relative;
  right: auto;
}
section#services-testimony li.item.quote {
  display: none;
  grid-template-columns: 300px 1fr;
  gap: 4rem;
  align-items: center;
  justify-content: center;
  position: relative;
}
section#services-testimony li.item.quote.active {
  display: grid;
}
section#services-testimony li.item.quote .text {
  position: relative;
}
section#services-testimony li.item.quote .text:before {
  content: " ";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-quote-left' viewBox='0 0 26 28'%3E%3Cpath style='fill:%23f1f3f5' d='M12 15v6c0 1.656-1.344 3-3 3h-6c-1.656 0-3-1.344-3-3v-11c0-4.406 3.594-8 8-8h1c0.547 0 1 0.453 1 1v2c0 0.547-0.453 1-1 1h-1c-2.203 0-4 1.797-4 4v0.5c0 0.828 0.672 1.5 1.5 1.5h3.5c1.656 0 3 1.344 3 3zM26 15v6c0 1.656-1.344 3-3 3h-6c-1.656 0-3-1.344-3-3v-11c0-4.406 3.594-8 8-8h1c0.547 0 1 0.453 1 1v2c0 0.547-0.453 1-1 1h-1c-2.203 0-4 1.797-4 4v0.5c0 0.828 0.672 1.5 1.5 1.5h3.5c1.656 0 3 1.344 3 3z'%3E%3C/path%3E%3C/svg%3E");
  position: absolute;
  top: -28px;
  left: -7px;
  width: 150px;
  height: 165px;
  z-index: -1;
}
@media (min-width: 992px) {
  section#services-testimony li.item.quote .text:before {
    top: -20px;
    left: -20px;
    width: 150px;
    height: 165px;
  }
}
section#services-testimony li.item.quote img {
  width: 100%;
  height: auto;
}
section#services-testimony li.item.quote p {
  margin: 0;
}

#rs-team {
  padding-top: 4rem;
}

article#landing-scholarship-awards {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 2rem;
}

#landing-scholarship-awards-list h2, #landing-scholarship-awards-list h3 {
  font-size: 1rem;
}
#landing-scholarship-awards-list .award-sketch {
  background: rgba(208, 209, 201, 0.3);
  font-weight: bold;
  border-radius: 10px 10px 0 0;
  padding: 1rem 0 0 0;
  display: flex;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  align-items: flex-end;
  justify-content: space-between;
}
#landing-scholarship-awards-list .award-sketch img {
  width: 100%;
  height: auto;
  max-width: 150px;
}
#landing-scholarship-awards-list .award-sketch h3 {
  margin: 0;
  font-size: 1rem;
  padding: 0 1rem 0.5rem 0;
}
#landing-scholarship-awards-list ul.awards-list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
#landing-scholarship-awards-list ul.awards-list li h3 {
  font-size: 1rem;
}
#landing-scholarship-awards-list ul.awards-list li .content {
  padding: 0.5rem;
}
#landing-scholarship-awards-list ul.awards-list li p {
  font-size: 0.9rem;
  margin: 0;
}
#landing-scholarship-awards-list ul.awards-list li p a {
  font-weight: bold;
}

.timeline {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 992px) {
  .timeline {
    grid-template-columns: 3fr 280px;
  }
}

#timeline {
  background: url(https://s3.amazonaws.com/cdn.cepdtoronto.ca/images/timeline/timelineRope.png) top center repeat-y;
  width: 600px;
  padding: 50px 0;
  margin: 0 auto 50px auto;
  overflow: hidden;
  list-style: none;
  position: relative;
}

/*branches*/
#timeline li:before,
#timeline li:after {
  content: " ";
  width: 20px;
  height: 1px;
  background: #e8e8e8;
  position: absolute;
  left: 100%;
  top: 50%;
  /*background:-moz-linear-gradient(0,#d8d566,#f43059);
      background:-webkit-gradient(linear,left top,right top,from(#d8d566),to(#f43059));*/
}

#timeline li:nth-of-type(even) {
  float: right;
  text-align: left;
  border-left: 4px solid #e8e8e8;
  border-right: none;
}

#timeline li:nth-of-type(even):after { /* Move branches */
  /* background:-moz-linear-gradient(0,#f43059,#d8d566);
  background:-webkit-gradient(linear,left top,right top,from(#f43059),to(#d8d566));*/
  left: auto;
  right: 100%;
}

#timeline li:nth-of-type(odd),
#timeline li:nth-of-type(even) {
  margin: -30px 0 0 0;
}

#timeline li {
  position: relative;
  clear: both;
  float: left;
  width: 250px;
  padding: 10px;
  background: #fff;
  text-align: right;
  margin: 0 0 10px 0;
  border-right: 4px solid #e8e8e8;
  border-radius: 2px;
  box-shadow: 0 1px #fff inset;
}

.timelineMain .muted {
  font-size: 12px;
}

.timelineSide {
  background-color: rgb(30, 55, 101);
  border-radius: 10px;
  padding: 1rem;
  color: #ffffff;
}
.timelineSide h3 {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 800;
}
.timelineSide ul.nav.nav-list.timelineSideList {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0 0;
}
.timelineSide ul.nav.nav-list.timelineSideList li a {
  color: #ffffff;
}
.timelineSide .timelineName {
  font-weight: bold;
}
.timelineSide .timelineNameYear {
  font-weight: bold;
}
.timelineSide .timelineNameViewText {
  font-size: 0.75rem;
}
.timelineSide .nav-list > li > a {
  color: #ffffff;
  text-shadow: none;
}
.timelineSide .nav-list > li > a:hover {
  background: transparent;
  text-decoration: underline;
  color: #ffffff;
}

main.timeline-page .dialog-overlay {
  z-index: 2;
  background-color: rgba(30, 55, 101, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
main.timeline-page .dialog-content {
  background: white;
  padding: 2rem;
  position: absolute;
  top: 2rem;
  left: 2rem;
  right: 2rem;
  width: auto;
  height: auto;
}
main.timeline-page .dialog-content h2 {
  font-size: 2rem;
}
main.timeline-page .dialog-content h2 small {
  font-size: 1.33rem;
}
main.timeline-page img.thumbnail {
  border-radius: 10px;
  margin-left: 2rem;
}
main.timeline-page button {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: transparent;
  border: none;
  color: rgb(30, 55, 101);
  font-size: 2rem;
}

body.single-post article.page-internal.page-internal-blog-post .entry-content {
  padding: 1rem 2rem 4rem 2rem;
}
@media (min-width: 768px) {
  body.single-post article.page-internal.page-internal-blog-post .entry-content {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 2rem;
  }
}
body.single-post article.page-internal.page-internal-blog-post .image-meta img.attachment-post-thumbnail {
  border-radius: 10px;
  max-width: 100%;
  height: auto;
}
body.single-post article.page-internal.page-internal-blog-post .image-meta .entry-meta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
  margin-top: 1rem;
  font-size: 0.75rem;
}

#page {
  padding: 0 1rem;
}
@media (min-width: 481px) {
  #page {
    padding: 0 2rem;
  }
}

/*# sourceMappingURL=main.css.map */