: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;
}
.school-social-blogs {
  margin: 15px 0;
}
.school-social-blogs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.school-social-blogs ul li {
  margin: 0 15px 15px 0;
  padding: 0;
  float: left;
}
.school-social-blogs ul li a {
  display: inline-block;
  text-align: center;
  font-size: 2.2rem;
  line-height: 3rem;
  width: 3rem;
  border: 1px solid #13477d;
  transition: background-color 0.33s ease, color 0.33s ease, border-color 0.33s ease;
}
.school-social-blogs ul li a:hover,
.school-social-blogs ul li a:focus {
  background: #13477d;
}
.school-social-blogs ul li a:hover .school-primary,
.school-social-blogs ul li a:focus .school-primary {
  color: #fff;
}
#new-mobile-nav .school-social-blogs {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #0672b9;
  margin-left: -12px;
}
#new-mobile-nav .school-social-blogs ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: start;
      align-items: flex-start;
}
#new-mobile-nav .school-social-blogs ul li {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  display: inline-block;
  width: auto;
  float: none;
  margin: 0;
}
#new-mobile-nav .school-social-blogs ul li a {
  border: 1px solid #0672b9;
  color: #fff !important;
  padding: 0 !important;
  margin: 0;
}
#new-mobile-nav .school-social-blogs ul li a .school-primary {
  color: #0672b9 !important;
}
#new-mobile-nav .school-social-blogs ul li a:hover,
#new-mobile-nav .school-social-blogs ul li a:focus {
  background: transparent;
}
