/*
 Theme Name:   School Theme Gutenberg -  Child Theme
 Theme URI:    https://example.com
 Description:  A gutenberg child theme for the school sites.
 Author:       TCNJ Web Team
 Author URI:   https://example.com
 Template:     fictional-clean-blocks
 Version:      1.0.9
*/
/* Add your custom styles below */
a:where(:not(.wp-element-button)):hover {
  text-decoration: none !important;
}

:root :where(.wp-block-post-title),
:root :where(.editor-styles-wrapper) :where(.wp-block-post-title) {
  font-family: "Alfa Slab One", Georgia, serif;
  font-weight: 400;
}

/* #backtoblog {
  display: none !important;
}
body.login div#login h1 a {
  background-image: url("https://tcnj.edu/wp-content/uploads/sites/249/2022/03/headway-imported-image.png");
  background-size: contain;
  width: 100%;
  height: 86px;
} */
.wp-block-tcnjexternal-parallax-module-generic .parallax-content h2.has-afla-slab-one-font-family {
  font-weight: 500;
}
.wp-block-tcnjexternal-parallax-module-generic .parallax-content p.caption {
  font-size: 1.1rem;
  line-height: 1.5;
}
@media screen and (min-width: 550px) and (max-width: 900px) {
  .wp-block-tcnjexternal-parallax-module-generic .parallax-content {
    width: calc(100% - 160px);
  }
  .wp-block-tcnjexternal-parallax-module-generic .parallax-content h2 {
    font-size: 65px;
    line-height: 75px;
  }
  .wp-block-tcnjexternal-parallax-module-generic .parallax-content p.caption {
    font-size: 1rem;
  }
}
@media screen and (max-width: 550px) {
  .wp-block-tcnjexternal-parallax-module-generic .parallax-content h2 {
    font-size: 45px;
    line-height: 50px;
    text-align: center;
  }
  .wp-block-tcnjexternal-parallax-module-generic .parallax-content p {
    text-align: center;
  }
}

.icon-collection.columns {
  gap: 125px 1rem;
}
@media screen and (max-width: 900px) {
  .icon-collection.columns {
    gap: 3rem 1rem;
  }
}
@media screen and (max-width: 550px) {
  .icon-collection.columns {
    gap: 100px 1rem;
  }
}

.icon-collection-item {
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .icon-collection-item a {
    align-items: center;
    display: inherit;
    flex-direction: inherit;
  }
}
.icon-collection-item h3 {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  padding: 0 50px;
}
@media screen and (max-width: 900px) {
  .icon-collection-item h3 {
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 17px;
    padding: 0;
    max-width: none;
  }
}
.icon-collection-item .additional-text {
  max-width: 350px;
  font-weight: 400;
}
.icon-collection-item img {
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  .icon-collection-item img {
    height: 85px;
    margin-bottom: 45px;
  }
}
@media (max-width: 550px) {
  .icon-collection-item img {
    height: 75px;
    margin-bottom: 20px;
  }
}
.icon-collection-item .grey-icon-box {
  margin-top: -45px;
}
@media screen and (min-width: 550px) and (max-width: 900px) {
  .icon-collection-item .grey-icon-box {
    margin-top: 0;
  }
}

.program-group h2 {
  font-family: Domine, serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 75px;
}
@media screen and (max-width: 900px) {
  .program-group h2 {
    font-size: 50px;
    line-height: 55px;
  }
}
@media screen and (max-width: 550px) {
  .program-group h2 {
    font-size: 45px;
    line-height: 50px;
  }
}

.wp-block-tcnj-external-intro .content-wrapper .headshot-container {
  padding-bottom: 0;
}
.wp-block-tcnj-external-intro .content-wrapper .headshot-container p#headshot-title {
  margin-top: -15px;
}
.wp-block-tcnj-external-intro .content-wrapper#intro .button-container {
  margin-top: 100px;
}
@media screen and (max-width: 900px) {
  .wp-block-tcnj-external-intro .content-wrapper#intro .button-container {
    margin-top: 75px;
    flex-direction: row;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .wp-block-tcnj-external-intro .content-wrapper#intro .button-container .wp-block-button__link {
    padding-left: 0;
    padding-right: 0;
  }
}
.wp-block-tcnj-external-intro .content-wrapper h2.intro-heading {
  font-weight: 700;
  font-size: 50px;
  line-height: 55px;
}
@media screen and (max-width: 550px) {
  .wp-block-tcnj-external-intro .content-wrapper h2.intro-heading {
    font-size: 45px;
    line-height: 50px;
  }
}

@media screen and (min-width: 1250px) {
  .wp-block-tcnj-external-intro.large-header .content-wrapper h2.intro-heading {
    font-size: 60px;
  }
}

.wp-block-custom-trumba-block h2.wp-block-heading {
  font-weight: 700;
  font-size: 50px;
  line-height: 55px;
}
@media screen and (max-width: 550px) {
  .wp-block-custom-trumba-block h2.wp-block-heading {
    font-size: 45px;
    line-height: 50px;
  }
}
.wp-block-custom-trumba-block p {
  font-family: "Domine", serif;
}

.wp-block-separator {
  margin-top: 0;
  margin-bottom: 0;
  border-top: 1px solid #d3d3d3;
}

.wp-block-buttons {
  gap: 35px;
}
.wp-block-buttons .wp-block-button .wp-element-button {
  font-size: 17px;
  line-height: 17px;
  padding: 40px;
}

.wp-block-column h3.wp-block-heading {
  margin-top: 0;
  margin-block-end: 10px !important;
}
.wp-block-column figure {
  margin-bottom: 35px;
}
.wp-block-column p {
  line-height: 28px;
  color: #2e2e2e;
}

@media screen and (max-width: 550px) {
  .wp-block-custom-interfolio-faculty-profile .ah-breadcrumb {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  .ubermenu-nojs.ubermenu-transition-shift .ubermenu-item:hover > .ubermenu-submenu-drop,
  .ubermenu-transition-shift .ubermenu-item.ubermenu-active > .ubermenu-submenu-drop {
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 801px) {
  .site-footer #contact .contact-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-align: center;
  }
  .site-footer #contact .contact-wrapper #contact-information {
    text-align: center;
  }
}
.site-footer #contact .contact-wrapper .additional-contact-content {
  display: inline-grid;
}
.site-footer #contact .contact-wrapper .additional-contact-content #footer-with-buttons {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1050px) {
  .site-footer #contact .contact-wrapper .additional-contact-content #footer-with-buttons {
    justify-content: space-around;
  }
}
@media screen and (max-width: 801px) {
  .site-footer #contact .contact-wrapper .additional-contact-content #footer-with-buttons {
    display: flex;
    gap: 15px;
    flex-direction: column;
    margin: 0 auto;
    align-items: center;
  }
}
.site-footer #contact .contact-wrapper .additional-contact-content #footer-button-container {
  display: flex;
  gap: 15px;
  flex-direction: column;
  margin-top: 15px;
  align-items: center;
}
.site-footer #contact .contact-wrapper .additional-contact-content #footer-button-container a {
  border-color: #33739f;
  border-style: solid;
  border-width: 1px;
  display: block;
  padding: 20px 0;
  width: 100%;
  min-width: 348px;
  text-align: center;
  transition: all 0.3s ease;
  text-decoration: none;
}
@media screen and (max-width: 1050px) {
  .site-footer #contact .contact-wrapper .additional-contact-content #footer-button-container a {
    padding: 20px;
    min-width: auto;
    width: 100%;
  }
}
@media screen and (max-width: 801px) {
  .site-footer #contact .contact-wrapper .additional-contact-content #footer-button-container a {
    min-width: 200px;
  }
}
.site-footer #contact .contact-wrapper .additional-contact-content #footer-button-container a:hover {
  background: #33739f;
  color: #fff;
}/*# sourceMappingURL=style.css.map */