: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;
}
.tab-container {
  margin-top: 15px;
}
.tab-container .tab-menu {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-top: 53px;
}
.tab-container .tab-menu .selected-tab {
  padding: 10px 15px;
  border: 1px solid #000;
  margin-right: -1px;
  margin-bottom: -1px;
  min-width: calc(100% - 54px);
  height: 54px;
  background: white;
  background-image: none !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  top: 0;
  font-weight: 700;
}
.tab-container .tab-menu .selected-tab:before {
  content: "";
  position: absolute;
  background: #f70909;
  background: linear-gradient(90deg, #f70909 0%, #4918cd 100%);
  width: 100%;
  height: 3px;
  top: 0;
  left: 0;
}
.tab-container .tab-menu .tabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.15s ease-in-out;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}
.tab-container .tab-menu .tabs.active {
  opacity: 1;
  z-index: 4;
  visibility: visible;
}
.tab-container .tab-menu .tabs .tab {
  padding: 10px 15px;
  position: relative;
  border: 1px solid #000;
  margin-right: -1px;
  margin-bottom: -1px;
  min-width: calc(100% - 54px);
  height: 54px;
  background-color: #fff;
  background-image: repeating-linear-gradient(45deg, #d9dce3, #d9dce3 1px, #fff 1px, #fff 4px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  font-weight: 700;
}
.tab-container .tab-menu .tabs .tab:last-child {
  margin-right: 0px;
}
.tab-container .tab-menu .tabs .tab.active {
  z-index: 3;
  border-bottom: 1px solid #000;
  background-image: none !important;
}
.tab-container .tab-menu .tabs .tab.active:before {
  content: "";
  position: absolute;
  background: #f70909;
  background: linear-gradient(90deg, #f70909 0%, #4918cd 100%);
  width: 100%;
  height: 3px;
  top: 0;
  left: 0;
}
.tab-container .menu {
  min-width: initial;
  width: 55px;
  border: 1px solid #000;
  height: 54px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: -1px;
  position: absolute;
  top: 0;
  right: 0;
}
.tab-container .content {
  border: 1px solid #000;
  padding: 20px;
}
.tab-container .content .sub-heading {
  font-weight: 700;
}
.tab-container .mobile-menu {
  position: absolute;
  width: 100%;
  z-index: 999;
}
.tab-container .mobile-menu .tab {
  padding: 10px 15px;
  position: relative;
  border: 1px solid #000;
  margin-right: -1px;
  margin-bottom: -1px;
  max-width: calc(100% - 54px);
  height: 54px;
  background: #EFEFEF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
}
.tab-container .mobile-menu .tab:last-child {
  margin-right: 0px;
}
.tab-container .mobile-menu .tab.active {
  z-index: 3;
  border-bottom: 1px solid #000;
  font-weight: 700;
}
@media only screen and (min-width: 600px) {
  .tab-container .tab-menu {
    padding-top: 0px;
  }
  .tab-container .tab-menu .tabs {
    position: initial;
    opacity: initial;
    z-index: initial;
    visibility: initial;
    width: 100%;
  }
  .tab-container .tab-menu .tabs .tab {
    min-width: 112px;
    font-size: 13px;
  }
  .tab-container .tab-menu .tabs .tab:last-child {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
  }
  .tab-container .tab-menu .tabs .tab.active {
    border-bottom: 1px solid #fff;
  }
  .tab-container .tab-menu .selected-tab {
    display: none;
  }
  .tab-container .menu {
    display: none;
  }
}
.d-none {
  display: none !important;
}
