:root {
  --logo-blue: #004fa4;
  --logo-red: #ed1a3b;
  --red-dark: #5e1b15;
  --red-medium: #961e28;
  --red: #c4122f;
  --blue-dark: #0f2846;
  --blue: #13477d;
  --blue-light: #005099;
  --blue-pale: #c4d1df;
  --taupe: #7e6d5f;
  --taupe-dark: #4d4037;
  --taupe-light: #d0c4b6;
  --taupe-pale: #e2dfdb;
  --slate: #446c73;
  --slate-dark: #324448;
  --slate-light: #aabdbe;
  --slate-pale: #d9e1e3;
  --green: #526a3e;
  --green-dark: #526a3e;
  --green-light: #526a3e;
  --green-pale: #d6e2cf;
  --teal: #008290;
  --teal-dark: #00616c;
  --teal-light: #64c7c7;
  --teal-pale: #d9ecf3;
  --yellow: #eeb137;
  --yellow-dark: #bb7b0f;
  --yellow-light: #f4c74b;
  --yellow-pale: #fcf4e9;
  --warm-blue: #005578;
  --warm-blue-dark: #184359;
  --warm-blue-light: #006796;
  --warm-blue-pale: #d1d9de;
  --grey: #5e6769;
  --grey-dark: #414547;
  --grey-light: #99a3a6;
  --grey-pale: #d9dada;
  --orange: #d46b21;
  --default-border-color: #d2d2d2;
  --default-text: #343434;
  --default-heading: #4d4037;
  --default-subhead: #4d4037;
  --default-topic: #6d6d6d;
  --default-disabled: #8a95a5;
  --default-link: #005099;
  --default-link-hover: #0672b9;
  --default-link-visit: #13477d;
  --hover-collapse-color: #d9dce3;
  --school-primary: #13477d;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 
	Variables from BRAND campaign (2020) :
*/
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 
	2022 Redesign Variables
*/
:root {
  --default-border-color: #d2d2d2;
  --default-text: #343434;
  --default-heading: #4d4037;
  --default-subhead: #4d4037;
  --default-topic: #6d6d6d;
  --default-disabled: #8a95a5;
  --default-link: #005099;
  --default-link-hover: #0672b9;
  --default-link-visit: #13477d;
  --hover-collapse-color: #d9dce3;
  --school-primary: #0672b9;
}
/*

    Taken from Challenge Accepted 2020 pre-Redesign for RD2022

*/
.pull-quote {
  display: block;
  -ms-flex-direction: column;
      flex-direction: column;
  max-width: 733px;
  padding: 0px !important;
  margin-top: 25px;
  border: none;
}
.pull-quote blockquote {
  margin: 20px 0;
  display: -ms-flexbox;
  display: flex;
}
.pull-quote blockquote:before,
.pull-quote blockquote:after {
  display: none;
}
.pull-quote blockquote p {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 4.8rem;
  margin-bottom: 0;
}
@media screen and (max-width: 414px) {
  .pull-quote blockquote p {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
.pull-quote blockquote.ca-green,
.pull-quote blockquote.ca-green p {
  color: #1c7f66;
}
.pull-quote blockquote.ca-purple,
.pull-quote blockquote.ca-purple p {
  color: #3c208c;
}
.pull-quote blockquote p {
  margin-bottom: 0;
  padding-bottom: 20px;
}
.pull-quote blockquote p:after {
  content: close-quote;
  font-family: "Georgia", serif;
}
.pull-quote cite {
  color: #000;
  font-family: "GT Walsheim", Arial, sans-serif;
  font-size: 0.9em;
  line-height: 2.2rem;
  font-style: normal;
  font-weight: 300;
  padding-top: 20px;
  text-align: left !important;
  float: initial !important;
  margin: 0 !important;
  margin-top: 10px !important;
  padding-bottom: 15px;
  display: block;
}
.pull-quote cite:before {
  display: none;
}
@media screen and (max-width: 414px) {
  .pull-quote cite {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.pull-quote .blockquote-container {
  padding-left: 20px;
  border-left: 1px solid #333;
}
.pull-quote .img-container {
  min-width: 115px;
  padding-right: 25px;
}
@media screen and (max-width: 414px) {
  .pull-quote .img-container {
    min-width: 70px;
  }
}
.pull-quote .img-container img {
  width: 100%;
}
.pull-quote.has-image {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  min-width: 100%;
}
@media (max-width: 767px) {
  .pull-quote.has-image {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
