/* my custom css */

.page-title {
    position: absolute;
    z-index: 1;
    bottom: 10px;
}

.front-page .page-title {
  display: none;
}

.menu-button:before,
#quick-link-accordion-button:before {
  font-family: dashicons;
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 20px;
  font-size: 20px;
  vertical-align: top;
  text-align: center;
  transition: color .1s ease-in;
  font-size: 1.5em;
  margin-right: 10px;
  text-rendering: auto;
  vertical-align: middle;
  content: "\f333";  
}
/* button before when aria-expaned = true */
.menu-button[aria-expanded="true"]:before,
#quick-link-accordion-button[aria-expanded="true"]:before {
  content: "\f335";
}

@media only screen and (min-width: 768px) {
  #quick-link-accordion {
    display: block !important;
  }
}

.info {
  text-align: center;
  background-color: transparent;
}
@media only screen and (max-width: 768px) {
  .info {
    background-color: white;
  }
}

main .widgettitle.widget-title a,
main .widgettitle.widget-title {
    padding: 2rem;
    color: white;
}

@media only screen and (max-width: 992px) {
#genesis-mobile-nav-primary:not(.activated),
#menu-primary-navigation {
  border-style: solid;
  border-width: 0 0 12px 0;
}
}

#genesis-mobile-nav-primary.activated{
  border-style: solid;
  border-width: 0 0 2px 0;
}

ul#menu-primary-navigation {
    min-height: 55px;
}

@media only screen and (max-width: 992px) {
  nav:not( .genesis-responsive-menu ) .menu-item {
    display: none;
  }
}

.border-content {
  border-style: solid;
  border-width: 0 12px 0 12px;
}

@media only screen and (max-width: 575px) {
  .border-content {
    border-style: none;
  }
}

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus,
.screen-reader-shortcut:focus {
    background: #fff;
    clip: auto !important;
    color: #000;
    display: block;
    font-size: 1em;
    font-weight: 700;
    height: auto;
    padding: 15px 23px 14px;
    text-decoration: none;
    width: auto;
    z-index: 100000;
}
.genesis-skip-link {
    margin: 0;
}
.genesis-skip-link .skip-link-hidden {
    display: none;
    visibility: hidden;
}
.genesis-skip-link li {
    height: 0;
    list-style: none;
    width: 0;
}

.nav-primary a,
.nav-secondary a {
    color: white;
}

.school-logo {
  position: relative;
  bottom: -100px;
  width: 200px;
  z-index: 100;
  height: 100px;
}

body:not(.front-page) .school-image-section {
  height: 300px;
}

.front-page .school-image-section {
  height: 500px;
}

.school-image-section {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

img.school-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* Image Alignment Classes */
.school-image-section.topleft img.school-image {
    object-position: top left;
}
.school-image-section.topmiddle img.school-image {
    object-position: top center;
}
.school-image-section.topright img.school-image {
    object-position: top right;
}
.school-image-section.centerleft img.school-image {
    object-position: center left;
}
.school-image-section.centercenter img.school-image {
    object-position: center center;
}
.school-image-section.centerright img.school-image {
    object-position: center right;
}
.school-image-section.bottomleft img.school-image {
    object-position: bottom left;
}
.school-image-section.bottommiddle img.school-image {
    object-position: bottom center;
}
.school-image-section.bottomright img.school-image {
    object-position: bottom right;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .front-page .school-image-section {
    height: 300px;
  }
  body:not(.front-page) .school-image-section {
    height: 200px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .front-page .school-image-section {
    height: 400px;
  }
  body:not(.front-page) .school-image-section {
    height: 300px;
  }
}

@media only screen and ( max-width: 768px ) {
  .front-page .school-image-section {
    height: 250px;
  }
  body:not(.front-page) .school-image-section {
    height: 250px;
  }
}

.site-footer {
    background-color: #292929;
    color: #ccc;
}

.site-footer a {
    color: #ddd;
    font-weight: bold;
}

.footer-dot {
  font-weight: bold;
  padding: 0 5px;
}

@media only screen and (max-width: 992px) {
  .footer-logo {
    max-width: 200px!important;
  }
}

.footer-icons {
  padding: 5px;
}

.footer-hr {
  border-top: 1px solid #ccc;
  width: 150px;
  margin: 2rem auto;
  opacity: 1!important; 
}

.entry-meta span.author {
  display: none;
}

.entry-meta span.date {
  margin-right: 1rem;
}

.footer-social-banner,
.footer-social-banner h2,
.footer-social-banner a {
  color: white;
}

.transition {
  transition: all 0.2s ease-in-out;
}

.hover-pop-sm:hover {
  transform: scale(1.02) translateZ(0) perspective(1px);
}

.hover-pop-lg:hover {
  transform: scale(1.2) translateZ(0) perspective(1px);
}

.jetpack_subscription_widget {
    max-width: 375px;
}

.footer-school-program-banner img {
  width: 100%;
  height: auto;
}

span.customize-partial-edit-shortcut.customize-partial-edit-shortcut-custom_contact_information,
span.customize-partial-edit-shortcut.customize-partial-edit-shortcut-custom_include_socials_banner {
    position: relative!important;
}

span.customize-partial-edit-shortcut.customize-partial-edit-shortcut-custom_contact_information {
    left: -24px;
}

.list-unstyled {
  list-style: none;
}

.text-white a {
  color: white!important;
  /*border-bottom: 2px solid white;*/
}

.a-hover-dark a:hover {
  background-color: rgba(0,0,0,0.5);
}

.hover-dark:hover {
  background-color: rgba(0,0,0,0.5);
}

.a-p-3 a {
  padding: 1rem!important;
}

.a-border-0 a {
  border: none!important;
} 

.full-width,
.page-banner {
    margin-left: -3rem;
    padding-left: 2rem;
    margin-right: -3rem;
    padding-right: 2rem;
}
@media only screen and (max-width: 768px) {
  .full-width,
  .page-banner {
      margin-left: -1rem;
      padding-left: 1rem;
      margin-right: -1rem;
      padding-right: 1rem;
  }
}

.post-type-archive-opportunities article.opportunities {
    display: flow-root;
}
