@charset "UTF-8";
header {
  width: 90vw;
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 850px) {
  header {
    flex-direction: column;
  }
}

.logo_wrapper {
  max-width: 400px;
  user-select: none;
}

.search_header .searchHeader {
  width: 400px;
}
@media (max-width: 450px) {
  .search_header .searchHeader {
    width: 90vw;
  }
}

.content {
  width: 90vw;
  max-width: 1040px;
  margin: 0 auto;
  background: url(../images/misc/ref_main_bg_2.png);
  background-repeat: no-repeat;
  background-size: 1040px auto;
  padding-bottom: 100px;
}

.breadcrumbs {
  font-size: 14px;
}

.cat_pills {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
  margin-top: -10px;
  flex-wrap: wrap;
  user-select: none;
}
@media (max-width: 600px) {
  .cat_pills {
    padding-left: 0;
  }
}
.cat_pills li {
  margin-bottom: 0.5em;
}
.cat_pills li a {
  padding: 7px 17px;
  border: 1px solid #B3B3B3;
  border-radius: 17px;
  font-size: 14px;
  line-height: 1.6em;
  margin-right: 8px;
  color: #1A1A1A;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.02), 0 6.7px 5.3px rgba(0, 0, 0, 0.02), 0 12.5px 10px rgba(0, 0, 0, 0.02), 0 3.3px 17.9px rgba(0, 0, 0, 0.02), 0 10px 13.4px rgba(0, 0, 0, 0.02), 0 13px 15px rgba(0, 0, 0, 0.03);
}
.cat_pills li a:hover {
  border: 1px solid #F26C2E;
  color: white;
  background: #F26C2E;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "montserrat", sans-serif;
  font-size: 18px;
  line-height: 1.8em;
  color: #1A1A1A;
  font-weight: 400;
}

ol,
ul {
  list-style: none;
}

h1,
h2,
h3,
h4 {
  font-family: "Overpass", sans-serif;
}

h1 {
  font-size: 106px;
  font-weight: 900;
  color: #1A1A1A;
  line-height: 0.8em;
  text-transform: uppercase;
}
@media (max-width: 400px) {
  h1 {
    font-size: 22vw;
  }
}

h2 {
  font-size: 51px;
  font-weight: 100;
  color: #024F8E;
  line-height: 1.1em;
}
@media (max-width: 400px) {
  h2 {
    font-size: 17vw;
    line-height: 0.9em;
  }
}

h3 {
  font-size: 38px;
  font-weight: 900;
  color: #1A1A1A;
  line-height: 1.4em;
}

h4 {
  font-size: 28px;
  font-weight: 900;
  color: #024F8E;
  line-height: 1.3em;
}

a {
  text-decoration: none;
}

p .bold {
  font-weight: 600;
}

.margin-bottom-small {
  margin-bottom: 10px;
}

.margin-bottom-med {
  margin-bottom: 30px;
}

.margin-bottom-large {
  margin-bottom: 60px;
}

.margin-bottom-extralarge {
  margin-bottom: 90px;
}

.margin-top-small {
  margin-top: 10px;
}

.margin-top-med {
  margin-top: 30px;
}

.margin-top-large {
  margin-top: 60px;
}

.main-page-wrapper {
  width: 90vw;
  max-width: 1040px;
  margin: 0 auto;
  background: url(../images/misc/ref_main_bg.png);
  background-repeat: repeat-y;
  background-size: cover;
  padding-bottom: 70px;
}

.header,
.landing-header {
  padding-top: 60px;
}

.landing-header-wrapper {
  max-width: 400px;
  user-select: none;
}
.landing-header-wrapper .intro-copy {
  font-size: 14px;
  line-height: 1.6em;
}
.landing-header-wrapper .intro-copy strong {
  display: block;
}

.landing-search,
.search {
  border: #B3B3B3;
  height: 36px;
  border: 1px solid #B3B3B3;
  border-radius: 3px;
  padding-left: 8px;
  font-family: "montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 300;
  background: url(../images/SVG/search.svg);
  background-size: 14px, 14px;
  background-repeat: no-repeat;
  background-position: 98%;
  user-select: none;
}

.landing-search {
  width: 65%;
}
@media (max-width: 800px) {
  .landing-search {
    width: 100%;
  }
}

.primary-cat {
  margin-bottom: 60px;
}

.landing-category-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 400px) {
  .landing-category-wrapper {
    flex-direction: column;
  }
}
.landing-category-wrapper .inner-category-wrapper {
  width: 30%;
  min-height: 200px;
}
@media (max-width: 400px) {
  .landing-category-wrapper .inner-category-wrapper {
    width: 100%;
  }
}
.landing-category-wrapper .inner-category-wrapper ul li a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  color: #024F8E;
  font-weight: 600;
  background: white;
  border-left: solid 6px #F26C2E;
  border-top: solid 1px #B3B3B3;
  border-right: solid 1px #B3B3B3;
  border-bottom: solid 1px #B3B3B3;
  margin-bottom: 16px;
  padding: 14px;
  z-index: 10;
  position: relative;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.05), 0 20px 33.4px rgba(0, 0, 0, 0.03), 0 20px 40px rgba(0, 0, 0, 0.03);
}
.landing-category-wrapper .inner-category-wrapper ul li a:after {
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 6px;
  border: 2px solid #F26C2E;
  position: absolute;
  bottom: 22px;
  right: 22px;
  display: none;
}
.landing-category-wrapper .inner-category-wrapper ul li a:hover {
  color: #F26C2E;
  font: 600;
  border: solid 6px #F26C2E;
  border-top: solid 1px #F26C2E;
  border-right: solid 1px #F26C2E;
  border-bottom: solid 1px #F26C2E;
}
.landing-category-wrapper .inner-category-wrapper ul li a:hover:after {
  display: block;
}

.secondary-cat {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.secondary-cat div {
  width: 48%;
}
@media (max-width: 600px) {
  .secondary-cat {
    flex-direction: column;
  }
  .secondary-cat div {
    width: 100%;
  }
}

.corps-life-wrapper,
.resources-wrapper {
  border-left: solid 6px #F26C2E;
  padding-left: 26px;
}
.corps-life-wrapper ul,
.resources-wrapper ul {
  max-width: 340px;
}
.corps-life-wrapper ul li,
.resources-wrapper ul li {
  margin-bottom: 15px;
  line-height: 1.4em;
}
.corps-life-wrapper ul li a,
.resources-wrapper ul li a {
  text-decoration: none;
  color: #024F8E;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}
.corps-life-wrapper ul li a:after,
.resources-wrapper ul li a:after {
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 7px;
  border: 2px solid #F26C2E;
  position: absolute;
  bottom: 4px;
  right: -26px;
  display: none;
}
.corps-life-wrapper ul li a:hover,
.resources-wrapper ul li a:hover {
  color: #F26C2E;
  font: 600;
}
.corps-life-wrapper ul li a:hover:after,
.resources-wrapper ul li a:hover:after {
  display: block;
}

a.home-breadcrumb {
  color: #1A1A1A;
}

.cat-description p {
  max-width: 530px;
  font-size: 13px;
  line-height: 1.5em;
  color: #666666;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .cat-description p {
    padding-left: 0;
  }
}

.page-footer {
  font-size: 14px;
  text-align: center;
  margin-bottom: 2em;
  padding: 0 1em;
  user-select: none;
}
.page-footer a {
  color: #024F8E;
}
.page-footer a:hover, .page-footer a:focus {
  text-decoration: underline;
}
.page-footer span {
  transform: scale(2);
  display: inline-block;
  margin: 0 1em;
}

.back-to-top {
  position: fixed;
  opacity: 1;
  background: #F26C2E;
  border: 2px solid #F26C2E;
  border-right: none;
  color: white;
  font-size: 14px;
  height: 60px;
  width: 210px;
  bottom: 70px;
  right: 0;
  line-height: 1.5;
  text-align: center;
  padding: 10px 10px 10px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translateX(100%);
  transition: all 0.3s;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  cursor: pointer;
  user-select: none;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.05), 0 20px 33.4px rgba(0, 0, 0, 0.03), 0 20px 40px rgba(0, 0, 0, 0.03);
}
.back-to-top small {
  font-size: 12px;
  display: none;
}
.back-to-top.visible {
  transform: translateX(0);
}
.back-to-top.visible:hover, .back-to-top.visible:focus {
  background: white;
  color: #F26C2E;
}
.back-to-top.visible:hover span, .back-to-top.visible:focus span {
  display: none;
}
.back-to-top.visible:hover small, .back-to-top.visible:focus small {
  display: block;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_data_title, #slb_viewer_wrap .slb_theme_slb_default .slb_group_status {
  font-family: "montserrat", sans-serif !important;
  font-size: 1rem !important;
  margin-top: 0.5em !important;
  display: block !important;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_controls .slb_close .slb_template_tag {
  position: absolute !important;
  background: #F26C2E !important;
  height: 40px !important;
  width: 40px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;
  transition: transform 0.3s !important;
  opacity: 1 !important;
  text-indent: 100px !important;
  top: -20px !important;
  right: -20px !important;
}
#slb_viewer_wrap .slb_theme_slb_default .slb_controls .slb_close .slb_template_tag:hover {
  transform: scale(1.1) !important;
}
#slb_viewer_wrap .slb_theme_slb_default .slb_controls .slb_close .slb_template_tag::after {
  content: "×" !important;
  text-indent: 0 !important;
  height: 40px !important;
  width: 40px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 2rem !important;
  color: white !important;
  position: absolute !important;
  left: 0 !important;
}

#quick-nav {
  position: sticky;
  top: 60px;
  background: #024F8E;
  max-height: 70vh;
  z-index: 1;
  padding: 0;
  margin-top: 2em;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.05), 0 20px 33.4px rgba(0, 0, 0, 0.03), 0 20px 40px rgba(0, 0, 0, 0.03);
}
@media (max-width: 1000px) {
  #quick-nav {
    position: static;
    max-height: none;
    overflow: visible;
    background: #F2F2F2;
    border-radius: 20px;
    color: black;
    box-shadow: none;
    display: block;
    padding: 1rem;
  }
}
#quick-nav[aria-expanded=false] h2 {
  margin-bottom: 0;
}
#quick-nav[aria-expanded=false] h2 button::after {
  content: "+";
}
#quick-nav[aria-expanded=false] ul {
  display: none;
}
#quick-nav h2 {
  color: #F26C2E;
  font-size: 2.3rem;
  font-weight: 600;
  user-select: none;
  border-bottom: 1px solid #012F55;
  text-shadow: 0 5px 10px #012F55;
  flex: 0 0 auto;
  padding: 1rem 1rem 0;
}
#quick-nav h2 button {
  background: #024F8E;
  color: white;
  height: 25px;
  width: 25px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-weight: 900;
  display: none;
}
#quick-nav h2 button::after {
  content: "–";
}
@media (max-width: 1000px) {
  #quick-nav h2 {
    font-size: 1.5rem;
    margin-bottom: 0.5em;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #024F8E;
    text-shadow: none;
    border-bottom: none;
    padding: 0;
  }
  #quick-nav h2 button {
    display: block;
  }
}
#quick-nav ul {
  line-height: 1.1;
  font-size: 0.8rem;
  transform: translateX(-7px);
  margin-bottom: 0;
  flex: 1 1;
  overflow: auto;
  padding: 0 1rem 1rem;
}
@media (max-width: 1000px) {
  #quick-nav ul {
    padding: 0;
  }
}
#quick-nav li {
  position: relative;
  border-left: 2px solid transparent;
  padding-left: 5px;
  transition: border-left-color 0.3s;
  list-style: none;
  font-weight: 300;
}
#quick-nav li::before {
  position: absolute;
  right: 100%;
  opacity: 0;
  transition: opacity 0.3s;
  color: #F26C2E;
}
#quick-nav li:last-child {
  margin-bottom: 0;
}
#quick-nav li.heading-level-h1 {
  margin-left: 0em;
}
#quick-nav li.heading-level-h2 {
  margin-left: 1em;
}
#quick-nav li.heading-level-h3 {
  margin-left: 2em;
}
#quick-nav li.heading-level-h4 {
  margin-left: 3em;
}
#quick-nav li.heading-level-h5 {
  margin-left: 4em;
}
#quick-nav li.heading-level-h6 {
  margin-left: 5em;
}
#quick-nav li.heading-level-h2 {
  margin-top: 0.8em;
  font-weight: 600;
}
#quick-nav li.heading-level-h2 + .heading-level-h4 {
  margin-left: 2em;
}
#quick-nav li.active {
  font-weight: bold;
  border-left-color: #F26C2E;
}
#quick-nav li.active::before {
  opacity: 1;
}
#quick-nav a {
  padding: 0.25em 0;
  display: inline-block;
  color: white;
}
#quick-nav a:hover {
  text-decoration: underline;
}
@media (max-width: 1000px) {
  #quick-nav a {
    color: black;
  }
}

html, body {
  scroll-behavior: smooth;
}

.contentMainSection {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.leftColumn {
  max-width: 720px;
}
@media (max-width: 1080px) {
  .leftColumn {
    max-width: 65vw;
  }
}
@media (max-width: 1000px) {
  .leftColumn {
    max-width: 90vw;
  }
}

.articleContent {
  margin-bottom: 90px;
}
.articleContent h1,
.articleContent .articleTitle {
  font-size: 58px;
  font-weight: 900;
  color: #1A1A1A;
  line-height: 1.1em;
  margin-bottom: 30px;
}
.articleContent h2 {
  font-size: 38px;
  font-weight: 900;
  color: #024F8E;
  line-height: 1.2em;
  margin-bottom: 20px;
}
.articleContent h3 {
  margin-top: 2em;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 0.6em;
  border-top-left-radius: 6px;
  background: linear-gradient(45deg, #024F8E, transparent);
  text-shadow: 1px 1px 0 rgba(2, 79, 142, 0.5);
  color: white;
  padding-left: 0.5em;
  padding-top: 0.2em;
}
@media (max-width: 1000px) {
  .articleContent h3 {
    padding-top: 0.5em;
    padding-bottom: 0.3em;
    line-height: 1em;
  }
}
.articleContent h3 a {
  color: white;
}
.articleContent h4 {
  font-size: 18px;
  font-weight: 700;
  color: #024F8E;
  line-height: 1.3em;
  margin-bottom: 16px;
  margin-top: 1.5em;
  text-transform: uppercase;
  border-left: 4px solid #F26C2E;
  padding-left: 0.5em;
  padding-top: 0.2em;
}
.articleContent p {
  margin-bottom: 30px;
  line-height: 1.8em;
  font-size: 18px;
}
.articleContent p strong {
  font-weight: 600;
}
.articleContent ol,
.articleContent ul {
  list-style: disc;
  margin-bottom: 40px;
}
.articleContent ol li,
.articleContent ul li {
  margin-left: 40px;
  padding-left: 10px;
  margin-bottom: 20px;
}
.articleContent ol li strong,
.articleContent ul li strong {
  font-weight: 600;
}
.articleContent ol li > ul,
.articleContent ul li > ul {
  margin-top: 20px;
}
.articleContent ol {
  list-style: decimal;
}
.articleContent li > ul,
.articleContent li > ol {
  margin-top: 20px;
}
.articleContent ul > li > ul {
  list-style-type: circle;
}
.articleContent iframe {
  display: block;
  margin: 0 auto;
}
.articleContent img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.articleContent .wp-block-quote {
  margin-top: 60px;
  margin-bottom: 60px;
}
.articleContent .wp-block-quote p {
  font-size: 44px;
  margin-bottom: 30px;
  line-height: 1.1em;
  color: #024F8E;
}
.articleContent .wp-block-quote cite {
  display: block;
}
.articleContent .wp-block-embed {
  margin-bottom: 90px;
  margin-top: 60px;
}
.articleContent .wp-block-embed.is-type-video {
  position: relative;
}
.articleContent .wp-block-embed.is-type-video .wp-block-embed__wrapper {
  position: relative;
  padding-top: 56.25%;
}
.articleContent .wp-block-embed.is-type-video .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.articleContent .wp-block-embed-youtube {
  margin-bottom: 90px;
  margin-top: 60px;
}
.articleContent .wp-embed-aspect-16-9 {
  position: relative;
}
.articleContent .wp-embed-aspect-16-9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.articleContent .wp-block-code {
  margin-bottom: 90px;
  margin-top: 60px;
  overflow: scroll;
  padding-bottom: 20px;
}
.articleContent .wp-block-file {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.articleContent figure.wp-block-image {
  margin: 60px auto 90px auto;
}
.articleContent .wp-block-video {
  margin-bottom: 90px;
  margin-top: 60px;
}
.articleContent .wp-block-image {
  max-width: 660px;
  display: block;
  margin: 60px auto 90px auto;
}
.articleContent .wp-block-image a {
  display: block;
  position: relative;
}
.articleContent .wp-block-image a:hover::after {
  transform: scale(1.1);
}
.articleContent .wp-block-image a::after {
  position: absolute;
  content: "+";
  bottom: 10px;
  right: 10px;
  background: #F26C2E;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: white;
  font-size: 2rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s;
}
.articleContent .wp-block-image.is-style-no-shadow img {
  box-shadow: none;
}
.articleContent .wp-block-image img {
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.05), 0 20px 33.4px rgba(0, 0, 0, 0.03), 0 20px 40px rgba(0, 0, 0, 0.03);
}
.articleContent .wp-block-column .wp-block-image:first-child {
  margin: 0 auto 1em;
}
.articleContent .wp-block-gallery img {
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.05), 0 20px 33.4px rgba(0, 0, 0, 0.03), 0 20px 40px rgba(0, 0, 0, 0.03);
}
.articleContent .wp-block-media-text {
  margin-bottom: 60px;
}
.articleContent .wp-block-pdf-viewer-block-standard,
.articleContent .wp-block-media-text__media {
  margin-bottom: 90px;
}
.articleContent .wp-block-file__button {
  margin-top: 10px;
  margin-bottom: 30px;
}
.articleContent .wp-block-gallery img {
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.05), 0 20px 33.4px rgba(0, 0, 0, 0.03), 0 20px 40px rgba(0, 0, 0, 0.03);
}
.articleContent .blocks-gallery-item figure {
  flex-direction: column;
}
.articleContent .blocks-gallery-item figure .blocks-gallery-item__caption {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.articleContent .blocks-gallery-item figure figcaption {
  position: relative;
  padding: 0;
  background: none;
  color: #666666;
  text-align: left;
  font-size: 12px;
}
.articleContent .wp-block-columns {
  margin-bottom: 0;
}
.articleContent .wp-block-separator {
  margin: 60px 0;
}
.articleContent .wp-block-buttons {
  text-align: center;
}
.articleContent .wp-block-button__link {
  background: #F26C2E;
  color: white;
  border: 2px solid transparent;
  transition: all 0.3s;
}
.articleContent .wp-block-button__link:hover {
  text-decoration: none;
  color: #F26C2E;
  background: transparent;
  border-color: #F26C2E;
}
.articleContent .twitter-tweet {
  margin-bottom: 90px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 25px;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.05), 0 20px 33.4px rgba(0, 0, 0, 0.03), 0 20px 40px rgba(0, 0, 0, 0.03);
}
.articleContent label {
  margin-bottom: 10px;
  display: block;
}
.articleContent table {
  margin-bottom: 10px;
  border-collapse: collapse;
}
.articleContent table strong {
  font-weight: 600;
}
.articleContent table td {
  border: solid 1px #B3B3B3;
  padding: 10px;
}
.articleContent figure {
  margin-bottom: 30px;
}
.articleContent .wp-block-media-text figure {
  margin-bottom: 0;
}
.articleContent figcaption {
  font-size: 12px;
  margin-top: 1em;
  margin-bottom: 0;
  line-height: 1.6em;
  color: #666666;
}
.articleContent figcaption strong {
  font-weight: 600;
}
.articleContent a {
  font-weight: 500;
  color: #F26C2E;
  word-break: break-word;
}
.articleContent a[target=_blank]:not([href^=slack])::after {
  font-family: "montserrat", sans-serif;
  display: inline-block;
  content: "⎋";
  transform: rotateY(180deg) scale(0.8);
  margin-left: 0.15em;
  font-weight: bold;
}
.articleContent a:hover {
  text-decoration: underline;
}

.studentAuthor {
  padding: 20px 0;
  border-top: 1px solid #EAECEE;
  border-bottom: 1px solid #EAECEE;
  margin: 40px 0 60px 0;
}
.studentAuthor p {
  margin-bottom: 0;
  font-size: 12px;
}
.studentAuthor small {
  font-size: 12px;
}

.authorList {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}
@media (max-width: 500px) {
  .authorList {
    flex-direction: column;
    align-items: flex-start;
  }
}
.authorList .author {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-right: 30px;
  margin-bottom: 0;
}
.authorList .author:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 500px) {
  .authorList .author {
    margin-bottom: 30px;
  }
}
.authorList .author img {
  width: 50px;
  height: auto;
  border-radius: 25px;
  border: solid 4px #F26C2E;
  margin-right: 6px;
  border-radius: 25px;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.05), 0 20px 33.4px rgba(0, 0, 0, 0.03), 0 20px 40px rgba(0, 0, 0, 0.03);
}
.authorList .author .authorInfo {
  margin-left: 10px;
  margin-bottom: 0;
}
.authorList .author .authorInfo .authorName {
  line-height: 1.1em;
  margin-bottom: 0;
}
.authorList .author .authorInfo .authorDescriptionTeam {
  font-size: 14px;
}
.authorList .author .authorInfo .authorDescriptionClass {
  font-size: 12px;
  line-height: 1.1em;
}

.related-posts h2 {
  font-size: 28px;
  font-weight: 900;
  color: #024F8E;
  line-height: 1.3em;
  margin-bottom: 20px;
}
.related-posts ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 400px) {
  .related-posts ul {
    flex-direction: column;
  }
}
.related-posts ul .related-post {
  width: 32%;
  background: #024F8E;
  border-radius: 13px;
  padding: 14px;
  margin-bottom: 10px;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.05), 0 20px 33.4px rgba(0, 0, 0, 0.03), 0 20px 40px rgba(0, 0, 0, 0.03);
}
@media (max-width: 400px) {
  .related-posts ul .related-post {
    width: 100%;
    margin-bottom: 16px;
  }
}
.related-posts ul .related-post:hover img, .related-posts ul .related-post:focus img, .related-posts ul .related-post:focus-within img {
  margin-left: 100%;
  transform: translateX(-100%);
}
.related-posts ul .related-post a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.related-posts ul .related-post h3 {
  color: white;
  font-family: "Overpass", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 14px;
}
.related-posts ul .related-post img {
  width: 40px;
  height: auto;
  border-radius: 20px;
  margin-left: 0;
  transition: all 0.5s;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.05), 0 20px 33.4px rgba(0, 0, 0, 0.03), 0 20px 40px rgba(0, 0, 0, 0.03);
}

.was-this-helpful {
  background: #F2F2F2;
  padding: 14px;
  border-radius: 14px;
  text-align: center;
  user-select: none;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.05), 0 20px 33.4px rgba(0, 0, 0, 0.03), 0 20px 40px rgba(0, 0, 0, 0.03);
}
.was-this-helpful h2 {
  font-size: 28px;
  font-weight: 900;
  color: #024F8E;
  line-height: 1.3em;
  margin-bottom: 20px;
}
.was-this-helpful .helpfulAnswers {
  margin-bottom: 20px;
}
.was-this-helpful .helpfulAnswers.selected button:not(.active) {
  opacity: 0.5;
  filter: grayscale(1);
}
.was-this-helpful .helpfulAnswers button {
  border: 0;
  outline: 0;
  margin: 0 5px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.was-this-helpful .helpfulAnswers button.active {
  transform: scale(1.2);
}
.was-this-helpful .helpfulAnswers button:hover {
  transform: scale(1.2);
}
.was-this-helpful .helpfulAnswers button img {
  height: 40px;
  width: auto;
  transition: all 0.3s ease-in-out;
}
.was-this-helpful textarea {
  width: 90%;
  min-height: 100px;
  resize: vertical;
  margin-bottom: 20px;
  border: 0;
  padding: 10px;
  font-family: "montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  color: #1A1A1A;
  font-weight: 300;
}
.was-this-helpful .helpful-submit {
  background: #F26C2E;
  border: 2px solid #F26C2E;
  padding: 6px 18px;
  border-radius: 16px;
  color: white;
  font-size: 14px;
  cursor: pointer;
  display: block;
  margin: 0 auto 20px auto;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.05), 0 20px 33.4px rgba(0, 0, 0, 0.03), 0 20px 40px rgba(0, 0, 0, 0.03);
}
.was-this-helpful .helpful-submit:hover {
  background: white;
  color: #F26C2E;
}
.was-this-helpful .helpful-submit[disabled], .was-this-helpful .helpful-submit[disabled]:hover {
  background: rgba(133, 133, 133, 0.2);
  color: #B3B3B3;
  border-color: rgba(133, 133, 133, 0.2);
  cursor: not-allowed;
}

.right-sidebar {
  max-width: 230px;
  width: 100%;
}

@media (max-width: 1000px) {
  .nextStepsSection {
    display: none;
  }
}
.nextStepsSection .nextStepsButtonsSection h2 {
  color: white;
  font-family: "Overpass", sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.2em;
}
.nextStepsSection .nextStepsButtonsSection h3 {
  color: white;
  font-family: "Overpass", sans-serif;
}
.nextStepsSection .nextStepsButtonsSection .series-header {
  color: #024F8E;
}
.nextStepsSection .nextStepsButtonsSection p {
  color: white;
  font-size: 14px;
}
.nextStepsSection .nextStepsButtonsSection .nextStepButtons ul li {
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.05), 0 20px 33.4px rgba(0, 0, 0, 0.03), 0 20px 40px rgba(0, 0, 0, 0.03);
}
.nextStepsSection .nextStepsButtonsSection .nextStepButtons ul li:not(.nextCurrent):hover .nextArrowDiv img, .nextStepsSection .nextStepsButtonsSection .nextStepButtons ul li:not(.nextCurrent):focus .nextArrowDiv img, .nextStepsSection .nextStepsButtonsSection .nextStepButtons ul li:not(.nextCurrent):focus-within .nextArrowDiv img {
  margin-left: 100%;
  transform: translateX(-100%);
}
.nextStepsSection .nextStepsButtonsSection .nextStepButtons ul .nextCurrent,
.nextStepsSection .nextStepsButtonsSection .nextStepButtons ul .nextVisited,
.nextStepsSection .nextStepsButtonsSection .nextStepButtons ul .nextNext {
  margin-bottom: 4px;
  padding: 20px;
  color: white;
  position: relative;
  min-height: 150px;
}
.nextStepsSection .nextStepsButtonsSection .nextStepButtons ul .nextCurrent {
  background: #F26C2E;
}
.nextStepsSection .nextStepsButtonsSection .nextStepButtons ul .nextVisited,
.nextStepsSection .nextStepsButtonsSection .nextStepButtons ul .nextNext {
  background: #024F8E;
}
.nextStepsSection .nextStepsButtonsSection .nextContent .nextArrowDiv {
  margin-top: 20px;
}
.nextStepsSection .nextStepsButtonsSection .nextContent .nextArrowDiv img {
  width: 40px;
  height: auto;
  border-radius: 20px;
  transition: all 0.5s;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.05), 0 20px 33.4px rgba(0, 0, 0, 0.03), 0 20px 40px rgba(0, 0, 0, 0.03);
}
.nextStepsSection .nextStepsButtonsSection .bgNumber {
  position: absolute;
  color: rgba(0, 0, 0, 0.4);
  font-size: 135px;
  font-weight: 900;
  font-family: "Overpass", sans-serif;
  mix-blend-mode: overlay;
  bottom: 58px;
  right: 17px;
}
.nextStepsSection .individual-series {
  display: none;
}

.staffHelp ul {
  list-style-type: none;
}

.quickTip {
  min-width: 100%;
  min-height: 100px;
  background: #024F8E;
  color: white;
  position: relative;
  border-radius: 20px;
  padding: 20px 30px;
  word-break: break-word;
  margin-bottom: 90px;
  margin-top: 60px;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.05), 0 20px 33.4px rgba(0, 0, 0, 0.03), 0 20px 40px rgba(0, 0, 0, 0.03);
}
.quickTip img {
  width: 50px;
  height: auto;
  position: absolute;
  top: -10px;
  right: -10px;
  border-radius: 25px;
  user-select: none;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.05), 0 20px 33.4px rgba(0, 0, 0, 0.03), 0 20px 40px rgba(0, 0, 0, 0.03);
}
.quickTip h2 {
  color: white;
  margin-bottom: 14px;
}
.quickTip p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
  line-height: 1.8em;
}
.quickTip ol,
.quickTip ul {
  font-size: 14px;
}
.quickTip ol li,
.quickTip ul li {
  margin-bottom: 10px;
}
.quickTip ol li:last-of-type,
.quickTip ul li:last-of-type {
  margin-bottom: 0;
}
.quickTip a {
  color: #F26C2E;
  font-weight: 600;
  word-break: break-word;
}
.quickTip a:hover {
  text-decoration: underline;
}
.quickTip iframe {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16/9;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.templates {
  min-width: 100%;
  min-height: 100px;
  background: #024F8E;
  color: white;
  position: relative;
  border-radius: 20px;
  padding: 20px 30px;
  word-break: break-word;
  margin-bottom: 90px;
  margin-top: 60px;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.05), 0 20px 33.4px rgba(0, 0, 0, 0.03), 0 20px 40px rgba(0, 0, 0, 0.03);
}
.templates img {
  width: 50px;
  height: auto;
  position: absolute;
  top: -10px;
  right: -10px;
  border-radius: 25px;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.05), 0 20px 33.4px rgba(0, 0, 0, 0.03), 0 20px 40px rgba(0, 0, 0, 0.03);
}
.templates h2 {
  color: white;
  margin-bottom: 14px;
}
.templates p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
  line-height: 1.8em;
}
.templates ul {
  list-style: none;
}
.templates ul li {
  margin-left: 0;
  padding-left: 0;
}
.templates ul li:last-of-type {
  margin-bottom: 0;
}
.templates a {
  color: #F26C2E;
  font-weight: 600;
  word-break: break-word;
}
.templates a:hover {
  text-decoration: underline;
}

.staffHelp {
  margin-bottom: 20px;
}
.staffHelp .staffHelpImages {
  display: flex;
  flex-direction: row;
}
.staffHelp .staffHelpImages li {
  margin-left: 0;
  padding-left: 6px;
}
.staffHelp .staffHelpImages li img {
  height: 50px;
  width: auto;
  border-radius: 25px;
  border: solid 4px #F26C2E;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.05), 0 20px 33.4px rgba(0, 0, 0, 0.03), 0 20px 40px rgba(0, 0, 0, 0.03);
}
.staffHelp .staffHelpImages li:last-of-type {
  margin-bottom: 0;
}

.not-found {
  max-width: 660px;
}
@media (max-width: 600px) {
  .not-found {
    padding-left: 0;
  }
}
.not-found h1 {
  font-size: 66px;
  line-height: 1.1em;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .not-found h1 {
    font-size: 41px;
  }
}
.not-found h2 {
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .not-found h2 {
    font-size: 41px;
    line-height: 1.1em;
  }
}
.not-found h2 a {
  color: #024F8E;
}
.not-found h2 a:hover {
  color: #F26C2E;
}

.reviewProcess {
  margin: 1em 0;
  padding: 20px;
  background: #F2F2F2;
  border-radius: 20px;
  position: relative;
}
.reviewProcess label {
  position: absolute;
  top: 0;
  left: 20px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background: #1A1A1A;
  font-weight: bold;
  color: white;
  font-size: 8pt;
  text-transform: uppercase;
  padding: 0.25em 0.75em;
  line-height: 1;
}
.reviewProcess ol {
  color: #1A1A1A;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
  align-items: flex-start;
  font-size: 16pt;
}
@media (max-width: 600px) {
  .reviewProcess ol {
    flex-direction: column;
    align-items: center;
  }
}
.reviewProcess li {
  margin: 0.5em 0 !important;
  position: relative;
  animation-name: fade;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}
@media (max-width: 600px) {
  .reviewProcess li {
    text-align: center;
    line-height: 1.2;
  }
}
.reviewProcess li + li::before {
  content: "»";
  display: inline-block;
  margin: 0 0.5em 0 0;
  color: #F26C2E;
  font-size: 12pt;
  font-weight: normal;
}
@media (max-width: 600px) {
  .reviewProcess li + li::before {
    transform: translateX(-50%) rotate(90deg);
    position: absolute;
    bottom: 100%;
    left: 50%;
    font-size: 20px;
    margin: 0;
  }
}
.reviewProcess li:nth-child(2) {
  animation-delay: 1s;
}
.reviewProcess li:nth-child(3) {
  animation-delay: 2s;
}
.reviewProcess li:nth-child(4) {
  animation-delay: 3s;
}
.reviewProcess li:nth-child(5) {
  animation-delay: 4s;
}
.reviewProcess li:nth-child(6) {
  animation-delay: 5s;
}
.reviewProcess li:nth-child(7) {
  animation-delay: 6s;
}
.reviewProcess li:nth-child(8) {
  animation-delay: 7s;
}
.reviewProcess li:nth-child(9) {
  animation-delay: 8s;
}
.reviewProcess li:nth-child(10) {
  animation-delay: 9s;
}
.reviewProcess li:last-of-type {
  margin-bottom: 0.5em;
}

@keyframes fade {
  0% {
    opacity: 0.05;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0.05;
  }
}
h3 a::after {
  content: " »";
  transition: transform 0.2s;
  display: inline-block;
  margin-left: 0.5ch;
}

h3 a:hover::after {
  transform: translateX(100%);
}

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