: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:
*/
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 
	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 {
  background: url(../svg/icon__quotation-mark--gradient.svg) no-repeat top left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  max-width: 733px;
  padding-left: 103.4px !important;
  margin-top: 25px;
}
@media screen and (max-width: 414px) {
  .pull-quote {
    background-size: 63.4px 45.46px;
    padding-left: 74.4px;
  }
}
.pull-quote blockquote {
  margin-top: 0;
}
.pull-quote blockquote:before,
.pull-quote blockquote:after {
  display: none;
}
.pull-quote blockquote,
.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,
  .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 blockquote,
.pull-quote cite {
  border-left: 1px solid #000;
  margin-left: 15px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .pull-quote blockquote,
  .pull-quote cite {
    margin-bottom: 0;
  }
}
.pull-quote cite {
  color: #000;
  font-family: "GT Walsheim", Arial, sans-serif;
  font-size: 2rem;
  line-height: 2.2rem;
  font-style: normal;
  font-weight: 300;
  padding-top: 20px;
  text-align: left !important;
}
.pull-quote cite:before {
  display: none;
}
@media screen and (max-width: 414px) {
  .pull-quote cite {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.pull-quote.full-width cite {
  margin: 0 auto 25px auto !important;
}
.pull-quote.full-width blockquote {
  margin: 0 auto !important;
}
