﻿/*!
Theme Name: Fuqua Advanced
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fuquastandard
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Fuqua Standard is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.font-sans {
  font-family: "Gibson", Arial, sans-serif;
}
.font-serif {
  font-family: "Domine", "Georgia", serif;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  font-family: "Gibson", Arial, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 1.46667em;
}
@media (min-width: 601px) {
  body {
    font-size: 16px;
    line-height: 1.5em;
  }
}
@media (min-width: 961px) {
  body {
    font-size: 18px;
    line-height: 1.5em;
  }
}
h1,
.header-1,
h2,
.header-2,
h3,
.header-3,
h4,
.header-4,
h5,
.header-5,
h6,
.header-6 {
  margin: 0;
}
h1,
.header-1,
h2,
.header-2,
h3,
.header-3,
h4,
.header-4,
h6,
.header-6 {
  font-family: "Domine", "Georgia", serif;
  font-weight: 400;
}
h1,
.header-1 {
  font-size: 2.44444em;
  line-height: 1.13636em;
  margin-bottom: 0.61364em;
  letter-spacing: -0.02em;
}
@media (min-width: 1200px) {
  h1,
  .header-1 {
    font-size: 3.83333em;
    line-height: 1.28986em;
    letter-spacing: -0.02em;
    margin-bottom: 0.375em;
  }
}
h1 {
  color: #fff;
}
h2,
.header-2 {
  font-size: 1.5em;
  line-height: 1.33333em;
  letter-spacing: -0.02em;
  margin-bottom: 1em;
}
@media (min-width: 961px) {
  h2,
  .header-2 {
    font-size: 2.44444em;
    line-height: 1.13636em;
    margin-bottom: 0.61364em;
    letter-spacing: -0.02em;
  }
}
h2 {
  color: #fff;
}
h3,
.header-3 {
  font-size: 1.33333em;
  line-height: 1.33333em;
  margin-bottom: 1.125em;
}
@media (min-width: 961px) {
  h3,
  .header-3 {
    font-size: 1.5em;
    line-height: 1.33333em;
    letter-spacing: -0.02em;
    margin-bottom: 1em;
  }
}
h4,
.header-4 {
  font-size: 1.33333em;
  line-height: 1.33333em;
  margin-bottom: 1.125em;
}
h4 {
  color: #fff;
}
h5,
.header-5,
.h-caps {
  font-family: "Gibson", Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.94444em;
  line-height: 1.29412em;
  margin-bottom: 1.58824em;
  font-size: 0.72222em;
  line-height: 1.69231em;
}
@media (min-width: 601px) {
  h5,
  .header-5,
  .h-caps {
    font-size: 0.83333em;
  }
}
@media (min-width: 961px) {
  h5,
  .header-5,
  .h-caps {
    font-size: 0.94444em;
  }
}
h6,
.header-6 {
  font-size: 1em;
  line-height: 1.22222em;
  margin-bottom: 1.5em;
}
p,
ul,
ol,
dl {
  margin: 0 0 1.5em 0;
}
em {
  font-style: italic;
}
strong {
  font-weight: 600;
}
blockquote {
  margin: 0;
  padding: 0 0 0 0.83333em;
  border-left: 0.33333em solid #cfc7bd;
}
hr {
  background-color: #0270af;
  margin: 80px 0;
  height: 5px;
}
.wp-block-separator {
  border: 0 !important;
}
.txt-loud {
  font-size: 1.16667em;
  line-height: 1.42857em;
  margin-bottom: 1.28571em;
}
.txt-quiet {
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 11px;
}
.list-bull {
  padding: 0 0 0 1em;
  list-style: none;
}
.list-bull li {
  padding: 0 0 0 1em;
  position: relative;
}
.list-bull li:before {
  content: "\2022";
  color: #198ac8;
  display: block;
  position: absolute;
  left: 0;
}
.list-bull li li:before {
  content: "\00ba";
}
.list-bull {
  padding: 0 0 0 0;
  list-style: none;
}
.list-bull li {
  padding: 0 0 0 1em;
  position: relative;
}
.list-bull li:before {
  content: "\2022";
  color: #198ac8;
  display: block;
  position: absolute;
  left: 0;
}
.list-bull li li:before {
  content: "\00ba";
}
@media (min-width: 601px) {
  .list-bull {
    padding-left: 1em;
  }
}
ol,
.list-num {
  padding: 0 0 0 0;
  list-style: none;
}
ol li,
.list-num li {
  padding: 0 0 0 1em;
  position: relative;
  counter-increment: step-counter;
}
ol li:before,
.list-num li:before {
  content: counter(step-counter);
  color: #198ac8;
  font-size: 80%;
  display: block;
  position: absolute;
  left: 0;
}
ol li li:before,
.list-num li li:before {
  content: counter(step-counter, upper-roman);
}
@media (min-width: 601px) {
  ol,
  .list-num {
    padding-left: 1em;
  }
}
.num-bleed li:before {
  font-family: "Domine", "Georgia", serif;
  content: counter(step-counter) ".";
}
.list-inline {
  padding-left: 0;
  margin-bottom: 0;
}
.list-inline li {
  display: inline-block;
}
nav ul {
  padding: 0;
  margin: 0;
}
nav li {
  list-style: none;
}
a,
li a {
  color: #fff;
  text-decoration: none;
  font-family: "Gibson Bold", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: calc(100% - 3px);
}
a:hover {
  text-decoration: underline;
  text-decoration-color: #0270af;
  text-decoration-thickness: 3px;
}
.wp-block-columns p a,
.link--more a,
.wp-block-details summary {
  font-size: 14px;
}
.link--more {
  margin-bottom: 6px;
}
.homepage-2col-links p a {
  font-size: 16px;
}
strong {
  font-weight: 600;
}
em {
  font-style: italic;
}
.no-margin {
  margin: 0;
}
.edit-link {
  display: block;
}
.boxModule_2 {
  background: #fff;
  padding: 1.1em 1.38889em 1.8em 1.38889em;
}
.btn {
  font-family: "Gibson", Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72222em;
  line-height: 1em;
  white-space: nowrap;
  border: 3px solid #fff;
  background: #fff;
  padding: 15px 0.96154em 12px 0.96154em;
  display: inline-block;
  color: #cd273c;
}
.btn:hover {
  color: #fff;
  text-decoration: none;
  border-color: #cd273c;
  background-color: #cd273c;
}
.btn--next {
  align: left;
}
.btn--next::after {
  display: inline-block;
  content: "\276F";
  margin-left: 20px;
}
.pageSection:first-of-type {
  padding-top: 0;
}
.mediaBlock {
  position: relative;
}
.mediaBlock_media {
  position: relative;
  display: block;
}
.mediaBlock_media img {
  width: 100%;
  margin: 0 auto 1.5rem auto;
}
.mediaBlock_content {
  overflow: hidden;
}
.mediaBlock_title,
.mediaBlock_title a,
.entry-header h2,
.entry-header h2 a {
  color: #0270af;
  margin-bottom: 0;
  margin-bottom: 0.33333em;
}
.mediaBlock_title a:hover {
  color: inherit;
}
.entry-header {
  margin: 0 0;
}
.entry-meta {
  color: #666;
  margin: 0 0 1rem 0.5rem;
}
.entry-meta a {
  opacity: 0.6;
}
.entry-meta a:hover {
  opacity: 1;
}
@media (min-width: 769px) {
  .mediaBlock .mediaBlock_content {
    padding-left: 1.94444em;
  }
  .mediaBlock_media {
    float: left;
    width: 33.3333%;
  }
}
.content-area img.wp-post-image {
  padding: 0 0 1.5em 0;
}
footer.site-footer {
  display: block;
  position: relative;
  overflow: hidden;
}
.footergraphic1 {
  position: absolute;
  bottom: -3.33333em;
  right: 175px;
  width: 300px;
}
.footergraphic2 {
  position: absolute;
  top: -25px;
  right: -50px;
  width: 400px;
  height: auto;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .footergraphic1,
  .footergraphic2 {
    display: none;
  }
}
div.wpforms-container-full .wpforms-form button[type="submit"].btn {
  background: #cd273c;
  color: #fff;
}
div.wpforms-container-full .wpforms-form button[type="submit"].btn:hover {
  color: #cd273c;
  border-color: #cd273c;
}
.mainNav .sub-menu .sub-menu {
  padding: 0;
  width: 310px;
  position: relative;
  box-shadow: none;
}
.main-navigation .sub-menu .menu-item-has-children:after {
  content: "";
}
@media (max-width: 1179px) {
  .mainNav {
    height: 0;
  }
  .mainNav.toggled {
    height: auto;
  }
  .logo-container {
    background: #012169;
    display: block;
    position: relative;
    height: 63px;
    z-index: 10;
  }
  .toggled .logo-container {
    border-bottom: 1px solid rgba(130, 116, 97, 0.4);
    border-bottom: 1px solid #0270af;
  }
  .main-navigation ul.submenu {
    left: inherit;
  }
  .main-navigation ul li ul.sub-menu {
    left: auto;
    right: 0;
    margin-right: -1.38em;
    left: 0;
    width: 100%;
    display: block;
    position: relative;
    height: 0;
  }
  .main-navigation ul li.submenu-expanded ul.sub-menu {
    height: auto;
  }
  .mainNav ul.sub-menu li.menu-item a:hover {
    color: #85776c;
  }
  .mainNav li.menu-item {
    overflow: hidden;
  }
  .mainNav ul.sub-menu li.menu-item {
    margin: 0;
    padding: 0;
  }
  .mainNav ul.sub-menu li.menu-item a {
    width: 100%;
    padding-left: 2rem;
    font-size: 0.72222em;
    color: #978b82;
    background: #efecea;
    border-top: 1px solid rgba(130, 116, 97, 0.4);
  }
  .mainMenu-toggle {
    z-index: 3;
    position: absolute;
    top: 0;
    right: 0;
    height: 63px;
    width: 69px;
  }
  .mainMenu-toggle:after {
    -webkit-tap-highlight-color: transparent;
    content: "+";
    cursor: pointer;
    color: #cfc7bd;
    border-left: 1px solid #cfc7bd;
    font-size: 28px;
    line-height: 64px;
    display: block;
    height: 100%;
    padding: 0 25px;
    text-align: center;
  }
  li.submenu-expanded .mainMenu-toggle:after {
    content: "—";
  }
  .mainNav .sub-menu .sub-menu {
    width: 100%;
    left: 0;
  }
}
.profileModule {
  max-width: 768px;
  border-bottom: 0.33333em solid #012169;
  background: #fff;
}
.profileModule_media {
  position: relative;
  max-width: 374px;
  max-height: 480px;
}
.profileModule_media img {
  width: 100%;
}
.profileModule_media_label {
  padding: 1.38889em 1.38889em 2.08333em 1.38889em;
  font-family: "Gibson", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.94444em;
  font-weight: 600;
  color: #fff;
  text-shadow: 1px 1px #333;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 0;
  margin: 0;
  letter-spacing: 0.06em;
  text-shadow: none;
  position: relative;
  display: block;
  margin-bottom: 0.7em;
  line-height: 1.5em;
}
.profileModule_content {
  padding: 1.38889em 1.38889em 2.08333em 1.38889em;
  padding-top: 1rem;
}
.profileModule_content span {
  display: block;
  line-height: 1.4rem;
  margin-top: 0.5rem;
}
.profileModule_title {
  font-size: 1.5em;
  line-height: 1.33333em;
  letter-spacing: -0.02em;
  margin-bottom: 1em;
  margin-bottom: 0.2381em;
}
.profileModule_eyebrow {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}
.profileModule_subheader {
  display: block;
  margin-bottom: 1em;
}
.profileModule_subtitle {
  display: block;
  margin-bottom: 0.7rem;
}
.img--stretchy {
  display: block;
  max-width: 100%;
}
.userModule {
  display: block;
  overflow: hidden;
}
.userModule_img img {
  display: block;
  width: 100%;
  margin: 0 0 2em;
}
.userModule_info {
  width: 60%;
  padding: 0px 20px 0px;
  position: relative;
  float: left;
}
.userModule_info h3 {
  color: #0675b1;
}
.userModule_info h4 {
  color: #3d3d3d;
  font-family: Gibson, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 1.58824em;
  line-height: 1.1rem;
}
@media (min-width: 576px) {
  .userModule_img {
    padding: 0px 20px 0px;
    width: 40%;
    float: left;
  }
}
@media (max-width: 575px) {
  .userModule_img img {
    display: block;
    width: 100%;
    margin: 0 0 2em;
  }
  .userModule_info {
    width: 100%;
  }
}

/* Overrides to Theme for New Logo and branding */

.fuquaLogo {
  overflow: unset;
  transform: translateY(0);
}

@media (max-width: 1179px) {
  .fuquaLogo img {
    transform: translateY(0);
  }
}

@media (max-width: 1179px) {
  .fuquaLogo img {
    transform: translateY(0);
  }
}
#primary.content-area {
  padding-top: 0;
}
.homepageGraphic {
  display: none;
}
.home .homepageGraphic {
  position: absolute;
  width: 50%;
  top: 100px;
  right: 20px;
  opacity: 0.5;
  display: block;
}
.wp-block-group.alignwide {
  width: 100%;
}
.homepageHighlightsList {
  background: rgba(1, 33, 105, 0.3);
}
@media screen and (min-width: 768px) {
  .width50 {
    max-width: 50%;
  }
  .homepageIntroText {
    max-width: 66%;
    background: rgba(1, 33, 105, 0.3);
  }
}
.btn-primary a {
  background: #fff;
  color: #012169;
  padding: 9px 21px;
  border: 3px solid #fff;
  text-decoration: none;
}
.btn-primary a:hover,
.btn-primary a:focus,
.btn-primary a:active {
  background: #012169;
  color: #fff;
  text-decoration: none;
}
.card {
  border: 5px solid #0270af;
  border-radius: 10px;
  padding-bottom: 20px;
}
.card :not(figure):not(img):not(a) > *,
.card :not(figure):not(img):not(a) {
  padding: 0 20px;
}
.card a {
  padding: 0 !important;
}
.card img {
  border-radius: 5px 5px 0 0;
  padding-bottom: 20px;
}
.cardAttr {
  font-family: "Gibson", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72222em;
  margin-bottom: 6px;
}
.card .cardTitle a,
.card .cardTitle {
  text-transform: none;
  font-family: "Domine", "Georgia", serif;
  font-weight: bold;
  font-size: 20px;
}
.globalFooter_extra .container.no-columns span {
  border-top: 5px solid #0270af;
  z-index: 9;
}
.wp-block-embed-youtube .wp-block-embed__wrapper {
  text-align: center;
}
.wp-block-embed-youtube iframe {
  width: 1000px;
  aspect-ratio: 16 / 9;
  height: auto;
  border: 5px solid #0270af;
  border-radius: 5px;
}
.homepageVideoCaption {
  max-width: 1000px;
  margin: 0 auto;
}
.homepage-graphic-cards {
  column-gap: 60px;
}
.homepage-graphic-cards img {
  padding-bottom: 20px;
}
.homepage-2col-links {
  display: flex;
  column-gap: 60px;
}
.homepage-2col-links .wp-block-column {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-top: 4px solid #0270af;
  border-bottom: 4px solid #0270af;
}
.homepage-2col-links .wp-block-column p {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .homepage-graphic-cards .wp-block-column {
    display: flex;
    flex-direction: column;
  }
  .homepage-graphic-cards .wp-block-column p:last-child {
    margin-top: auto;
  }
  .homepage-graphic-cards figure.wp-block-image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .homepage-graphic-cards .wp-block-column {
    text-align: center;
  }
}
.wp-block-details summary {
  padding: 12px;
  border: 5px solid #0270af;
  border-radius: 5px;
  margin-bottom: 12px;
  font-family: "Gibson Bold", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.wp-block-details summary:hover,
.wp-block-details summary:active,
.wp-block-details summary:focus {
  background: #0270af;
}
.facultyExpertsRow {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
}
.facultyExpertsRow .cardTitle {
  margin-bottom: 12px;
}
.twoColGrid {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 800px) {
  .facultyExpertsRow {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media screen and (max-width: 480px) {
  .facultyExpertsRow,
  .twoColGrid {
    grid-template-columns: 1fr !important;
  }
}
/* TESTING */
