/*!
 Theme Name:   CARES - Virtue Child RJI Tool
 Description:  Virtue Child Theme for CARES use
 Author:       CARES Staff
 Template:     virtue
 Version:      1.0.2
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  virtue-child-cares
*/
/* Don't apply box shadows to transparent images like pngs */
img[class*=wp-image][src*=png] {
  border: none;
  background: transparent;
  box-shadow: none;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
  font-family: "Open Sans";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: black;
  text-align: left;
}

#wrapper {
  max-width: 100%;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.page-header {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  border: 0;
}
.page-header .row {
  display: flex;
  flex-wrap: wrap;
}
.page-header .align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.page-header .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.page-header .col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 120px;
  display: none;
}
.page-header .pr-2, .page-header .px-2 {
  padding-right: 0.5rem;
  padding-left: 0;
}
.page-header .mr-2 {
  margin-right: 0.5rem;
}
.page-header .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.page-header .col-title {
  border-bottom: solid 2px #1c5e90;
}
.page-header h1 {
  font-size: 2.3rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

#site-header .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
#site-header #preheader {
  background: #000;
  color: #fff;
  font-size: 0.75em;
  font-weight: bold;
  padding: 0.25em 0.25em 0.25em 0;
  text-align: left;
  text-transform: uppercase;
}
#site-header #preheader a {
  color: #fff;
  text-decoration: none;
}
#site-header #preheader a:hover {
  text-decoration: underline;
}
#site-header .col {
  padding-left: 15px;
  padding-right: 15px;
}
#site-header #site-logo {
  background-color: #1c5e90;
}
#site-header .pt-3 {
  padding-top: 16px;
}
#site-header .pb-1 {
  padding-bottom: 4px;
}
#site-header .text-right {
  text-align: right;
}
#site-header .social-nav {
  display: inline-block;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
}
#site-header .social-nav ul {
  margin: 0;
}
#site-header .social-nav li {
  display: inline-block;
  margin-bottom: 1rem;
}
#site-header .social-nav a {
  font-size: 24px;
  text-decoration: none;
  padding: 0 1rem 0 0;
  color: #fff;
}
#site-header .social-nav a:hover {
  color: #f1b82d;
}
#site-header .social-nav a span {
  display: none;
}
#site-header h1, #site-header h2, #site-header p {
  margin: 0;
}
#site-header #primary-nav {
  position: relative;
  z-index: 100;
  padding: 0;
  background-color: #1c5e90;
}
#site-header #primary-nav .col {
  padding: 0;
}
#site-header .d-none {
  display: none;
}
#site-header .sf-dropdown ul {
  background-color: #fff;
  border: 1px solid #1c5e90;
  position: absolute;
  z-index: 99;
  right: 0;
  top: 100%;
  flex-direction: column;
  white-space: nowrap;
  display: none;
}
#site-header .sf-dropdown ul li {
  margin: 0;
}
#site-header .sf-dropdown ul li a {
  color: #1c5e90;
  padding: 15px;
}
#site-header .sf-dropdown ul li a:hover {
  background-color: #247abb;
  color: #fff;
  border-radius: 0;
}

#header-sig h1 {
  margin: 0;
}
#header-sig .unit-sig__unit, #header-sig .unit-sig__wordmark {
  margin-left: 44px;
}
#header-sig .unit-sig__unit a:hover {
  background-position: left -40px;
}
#header-sig .unit-sig__logo a {
  width: 34px;
  height: 38px;
  background-image: url(./images/mu-logo-small.svg);
  float: left;
  margin-left: -1px;
}
#header-sig .unit-sig__unit a {
  background-image: url(./images/unit-name-small.svg);
  background-size: cover;
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  background-repeat: no-repeat;
  background-position: left 0;
  margin: 0;
  width: 220px;
  height: 30px;
}
#header-sig .unit-sig__wordmark a {
  background-image: url(./images/unit-wordmark-small.svg);
  background-position: left -34px;
  background-size: cover;
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  background-repeat: no-repeat;
  margin: 0;
  height: 17px;
  width: 149px;
}

.rjitool-menu-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
}
.rjitool-menu-nav ul li {
  position: relative;
  display: list-item;
  margin-right: 10px;
  text-transform: uppercase;
}
.rjitool-menu-nav ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 14.4px;
  padding: 20px 12px;
  display: block;
  line-height: 100%;
}
.rjitool-menu-nav ul li a:hover {
  background-color: #247abb;
  border-radius: 4px;
}

.footercredits a, .footerclass a {
  text-decoration: underline;
}
.footercredits a:hover, .footerclass a:hover {
  text-decoration: none;
  color: #F1B82D;
}

.footercredits p {
  font-size: 0.8rem;
}

button {
  border: 1px solid;
  padding: 0.5rem 2rem;
  border-radius: 3px;
  font-weight: 600;
}

.btn-primary {
  background-color: #1c5e90;
  border-color: #1c5e90;
  color: #fff;
}
.btn-primary:hover {
  background-color: #3994d9;
  border-color: #3994d9;
}

.btn-secondary {
  background-color: #fff;
  border-color: #1c5e90;
  color: #333;
}
.btn-secondary:hover {
  background-color: #3994d9;
  color: #fff;
}

.flexed {
  display: flex;
}

.post-type-archive-rji-news .rji-news-archive {
  margin-top: 2rem;
}
.post-type-archive-rji-news .img-holder {
  margin-right: 2em;
  width: auto;
  max-width: 275px;
  margin-bottom: 1rem;
}
.post-type-archive-rji-news .img-holder img {
  height: auto;
  vertical-align: middle;
  border-style: none;
}
.post-type-archive-rji-news .img-holder a:hover img {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.post-type-archive-rji-news .entry-meta {
  margin-bottom: 1rem;
  color: #1c5e90;
  font-weight: 700;
  font-size: 1em;
  text-transform: uppercase;
}
.post-type-archive-rji-news .entry-title {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}
.post-type-archive-rji-news .entry-title a {
  color: #000;
}
.post-type-archive-rji-news .entry-title a:hover {
  text-decoration: underline;
}

.rjitool-menu--mobile {
  display: none;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
  #header-sig .unit-sig__logo a, #header-sig .unit-sig__wordmark a, #header-sig .unit-sig__unit a {
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    background-repeat: no-repeat;
    background-position: left 0;
    margin: 0;
  }
  #header-sig .unit-sig__unit {
    margin-left: 65px;
  }
  #header-sig .unit-sig__unit a {
    width: 482px;
    height: 62px;
    margin-bottom: 0;
    background-size: cover;
    background-image: url(./images/unit-name-medium.svg);
  }
  #header-sig .unit-sig__unit:hover {
    background-position: left -72px;
  }
  #header-sig .unit-sig__wordmark {
    margin-left: 65px;
  }
  #header-sig .unit-sig__wordmark a {
    width: 183px;
    height: 20px;
    background-image: url(./images/unit-wordmark-medium.svg);
    background-position: left -40px;
    margin-left: 2px;
  }
  #header-sig .unit-sig__wordmark:hover {
    background-position: left -60px;
  }
  #header-sig .unit-sig__logo a {
    width: 50px;
    height: 56px;
    background-size: contain;
    background-image: url(./images/mu-logo-medium.svg);
    float: left;
    margin-left: -1px;
  }
}
@media (min-width: 768px) {
  /* line 20, node_modules/bootstrap/scss/_grid.scss */
  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
  #header-sig h1 {
    font-size: 32px;
    line-height: 44px;
  }
  .page-header .col-2 {
    display: block;
  }
}
@media (min-width: 992px) {
  /* line 20, node_modules/bootstrap/scss/_grid.scss */
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
  #header-sig .unit-sig__unit {
    margin-left: 86px;
  }
  #header-sig .unit-sig__unit a {
    width: 589px;
    height: 81px;
    background-image: url(./images/unit-name-large.svg);
  }
  #header-sig .unit-sig__unit a:hover {
    background-position: left -91px;
  }
  #header-sig .unit-sig__wordmark {
    margin-left: 86px;
  }
  #header-sig .unit-sig__wordmark a {
    width: 243px;
    height: 26px;
    background-image: url(./images/unit-wordmark-large.svg);
    background-position: left -52px;
    margin-left: 1px;
  }
  #header-sig .unit-sig__wordmark a:hover {
    background-position: left -78px;
  }
  #header-sig .unit-sig__logo a {
    width: 66px;
    height: 74px;
    background-image: url(./images/mu-logo-large.svg);
  }
  #header-sig::before {
    content: "";
    display: table;
  }
  #site-header .d-lg-flex {
    display: flex;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}
@media (min-width: 1200px) {
  /* line 20, node_modules/bootstrap/scss/_grid.scss */
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }
}
@media (max-width: 600px) {
  .flexed-480-column {
    flex-direction: column;
    margin: 0 2em;
  }
  .post-type-archive-rji-news .postmeta {
    margin-right: 2em;
  }
  .post-type-archive-rji-news .img-holder {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .rjitool-menu--regular {
    display: none;
  }
  .rjitool-menu--mobile {
    display: block;
  }
}