@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;
}

.articleListing {
  max-width: 660px;
}
@media (max-width: 600px) {
  .articleListing {
    padding-left: 0;
  }
}
.articleListing a {
  text-decoration: none;
  position: relative;
}
.articleListing a p {
  color: #1A1A1A;
  font-size: 14px;
  line-height: 1.6em;
}
.articleListing a:after {
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 6px;
  border: 2px solid #F26C2E;
  position: absolute;
  top: 12px;
  left: -30px;
  display: none;
}
.articleListing a:hover {
  color: #F26C2E;
  font: 600;
}
.articleListing a:hover:after {
  display: block;
}

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