/******************************************************************
Theme Name: Unity - JointsWP - CSS
Theme URI: http://www.jointswp.com
Description: A theme for Unity based on JointsWP 
Author: Kagan Creative
Author URI: http://www.kagancreative.com
Version: 5.0
License: GNU General Public License & MIT
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Sass

Notes: 
	Files with checkerboard layout
	---
	footer
	block-post-block
	block-recent-posts
	block-visual-navigation
	template-parts/block/content-careers
	template-parts/block/content-faculty
	template-parts/block/content-programs
	template-partsjobsearch-form
	assets/js/api2.js

******************************************************************/

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  text-shadow: none;
}

@font-face {
  font-family: "Avenir Hero";
  src: url("./assets/fonts/721305/d268cd4d-987c-468a-a9bb-685df57a3892.woff2")
      format("woff2"),
    url("./assets/fonts/721305/add96dac-4679-4981-9390-74fd5a5bf61f.woff")
      format("woff");
}

@font-face {
  font-family: "Avenir Light";
  src: url("./assets/fonts/1475496/0078f486-8e52-42c0-ad81-3c8d3d43f48e.woff2")
      format("woff2"),
    url("./assets/fonts/1475496/908c4810-64db-4b46-bb8e-823eb41f68c0.woff")
      format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Avenir Book";
  src: url("./assets/fonts/1475508/065a6b14-b2cc-446e-9428-271c570df0d9.woff2")
      format("woff2"),
    url("./assets/fonts/1475508/65d75eb0-2601-4da5-a9a4-9ee67a470a59.woff")
      format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Avenir Roman";
  src: url("./assets/fonts/1475520/b290e775-e0f9-4980-914b-a4c32a5e3e36.woff2")
      format("woff2"),
    url("./assets/fonts/1475520/4b978f72-bb48-46c3-909a-2a8cd2f8819c.woff")
      format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Avenir Oblique";
  src: url("./assets/fonts/1475526/1a7173fa-062b-49ad-9915-bc57d3bfc1f5.woff2")
      format("woff2"),
    url("./assets/fonts/1475526/cdda031e-26e9-4269-83d1-5a218caa10db.woff")
      format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Avenir Medium";
  src: url("./assets/fonts/1475532/17b90ef5-b63f-457b-a981-503bb7afe3c0.woff2")
      format("woff2"),
    url("./assets/fonts/1475532/c9aeeabd-dd65-491d-b4be-3e0db9ae47a0.woff")
      format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Avenir Heavy";
  src: url("./assets/fonts/1475544/d513e15e-8f35-4129-ad05-481815e52625.woff2")
      format("woff2"),
    url("./assets/fonts/1475544/61bd362e-7162-46bd-b67e-28f366c4afbe.woff")
      format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Avenir Strong";
  src: url("./assets/fonts/1475556/c78eb7af-a1c8-4892-974b-52379646fef4.woff2")
      format("woff2"),
    url("./assets/fonts/1475556/75b36c58-2a02-4057-a537-09af0832ae46.woff")
      format("woff");
  font-display: swap;
}

html,
body {
  font-family: "Avenir Book", arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #fff;
  scroll-behavior: smooth;
}

.clear {
  clear: both;
}
.hidden {
  display: none;
}
.alignleft {
  float: left;
  margin: 0 20px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 20px;
}

.red {
  color: #bd4600;
}
.green {
  color: #478529;
}
.gray {
  color: #636363;
}

.knockout {
  font-family: "Avenir Hero", arial, sans-serif !important;
}

.knockout_strong {
  font-family: "Avenir Hero", arial, sans-serif !important;
}

b,
strong {
  font-family: "Avenir Strong", arial, sans-serif;
}

/*
h1 {
	margin: 0; padding: 0;
	font-family: 'Avenir Strong', arial, sans-serif;
	font-size: 50px;
	line-height: 1;
	font-weight: normal;
}

h2 {
	margin: 0; padding: 0;
	font-family: 'Avenir Strong', arial, sans-serif;
	font-size: 40px;
	line-height: 1.2;
	font-weight: normal;
}

h3 {
	margin: 0; padding: 0;
	font-family: 'Avenir Strong', arial, sans-serif;
	font-size: 30px;
	font-weight: normal;
}

h4 {
	margin: 0; padding: 0;
	font-family: 'Avenir Strong', arial, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #636363;
}

h5 {
	margin: 0; padding: 0;
	font-family: 'Avenir Strong', arial, sans-serif;
	color: #bd4600;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
*/

/* new header styles */
h1 {
  margin: 0;
  padding: 0;
  font-family: "Avenir Strong", arial, sans-serif;
  font-size: 50px;
  line-height: 1;
  font-weight: normal;
}

h2 {
  margin: 0;
  padding: 0;
  font-family: "Avenir Strong", arial, sans-serif;
  font-size: 35px;
  line-height: 1.2;
  font-weight: normal;
}

h3 {
  margin: 0;
  padding: 0;
  font-family: "Avenir Strong", arial, sans-serif;
  font-size: 25px;
  font-weight: normal;
}

h4 {
  margin: 0;
  padding: 0;
  font-family: "Avenir Strong", arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
  color: #636363;
}

h5 {
  margin: 0;
  padding: 0;
  font-family: "Avenir Strong", arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
}

h6 {
  margin: 0;
  padding: 0;
  font-family: "Avenir Strong", arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #636363;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h1 b,
h2 b,
h3 b,
h4 b,
h5 b {
  font-family: "Avenir Strong", arial, sans-serif;
}

p,
ul,
ol {
  margin: 0 0 20px 0;
  padding: 0;
  font-family: "Avenir Book", arial, sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

ul,
ol {
  margin: 0 0 40px 40px;
}

ul ul {
  margin: 0 0 10px 20px;
}
ul ul {
  list-style-type: none;
}
ul ul > li {
  text-indent: -10px;
}
ul ul > li:before {
  content: "-  ";
  text-indent: -15px;
}

li {
}

.content ul,
.content ol {
  margin: -10px 0 10px 0px;
}

hr {
  max-width: 100%;
}

a {
  color: #000;
  text-decoration: underline;
  text-decoration-color: #478529;
}

a:hover,
a:focus {
  text-decoration: underline;
  color: #000;
}

@media screen and (max-width: 39.9375em) {
  /* .content a {
	  text-decoration-line: underline;
	  text-decoration-style: dashed;
	  text-underline-offset: .2em;
	  color: #478529;
	}
	.content a:hover, .content a:focus { text-decoration: none; color: #fff; font-weight: bold;}
	*/
  #breadcrumbs a {
    color: #000;
    text-decoration: underline;
  }
  #breadcrumbs a:hover,
  #breadcrumbs a:focus {
    text-decoration: none;
    color: #767676;
  }
}

.wp-block-button {
  margin: 20px auto;
}

a.button,
a.wp-block-button__link,
a.wp-block-button__link:visited {
  font-family: "Avenir Strong", arial, sans-serif;
  color: #000;
  border: none;
  border-bottom: solid 3px #478529;
  background: none;
  font-size: 18px;
  padding: 0;
  text-transform: uppercase;
  border-radius: 0;
  margin: 0;
  line-height: 1;
  text-decoration: none;
  margin-bottom: 3px;
}

a.button:active,
a.button:focus,
a.button:hover,
a.wp-block-button__link:active,
a.wp-block-button__link:focus,
a.wp-block-button__link:hover {
  color: #478529;
  /*	transition: all .3s ease-in-out; */
  border-bottom: solid 3px #fff;
  background: none;
  text-decoration: none;
  margin-bottom: 0;
}

a.button::after,
a.wp-block-button__link::after {
  content: " ";
  background: #478529;
  width: 0;
  height: 3px;
  display: block;
}

a.button:hover::after,
a.wp-block-button__link:hover::after {
  margin-top: 3px;
  transition: width 0.3s;
  width: 100%;
}

.wp-block-image {
  margin-bottom: 0;
}
.wp-block-column .wp-block-image {
  padding-bottom: 20px;
}

label {
  display: inline;
}
sub,
sup {
  font-size: 55%;
}
sub {
  vertical-align: sub;
}
sup {
  vertical-align: super;
  top: 0;
}

img.alignright {
  float: right;
  padding: 0 0 20px 20px;
}
img.alignleft {
  float: left;
  padding: 0 20px 20px 0;
}

.row {
}

.border-top {
  border-top: solid 1px #cacaca;
}

.border-bottom {
  border-bottom: solid 1px #cacaca;
}

.borders {
  border-top: solid 1px #cacaca;
  border-bottom: solid 1px #cacaca;
}

.twelve-across {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.is-style-eight-across,
.eight-across {
  width: 67%;
  margin-left: auto;
  margin-right: auto;
}

.eight-across {
  margin: 40px auto;
}

.is-style-eight-across .eight-across,
.eight-across .is-style-eight-across,
.is-style-eight-across .is-style-eight-across,
.eight-across .eight-across {
  width: 100%;
  margin: 0;
}

.title-block h2 {
  margin-left: 100px;
  margin-right: 100px;
}

.is-style-six-across,
.six-across {
  width: 50%;
  margin: 40px auto;
}

.is-style-six-across {
  margin: 0 auto;
}

.is-style-full-width {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.is-style-full-width.single-post {
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
}

@media screen and (max-width: 62.5em) {
  .is-style-eight-across,
  .eight-across,
  .is-style-six-across,
  .six-across {
    width: 80%;
  }

  .title-block h2 {
    margin-left: 60px;
    margin-right: 60px;
  }
}

@media screen and (max-width: 40.2em) {
  .is-style-eight-across,
  .eight-across,
  .is-style-six-across,
  .six-across {
    width: 88%;
  }

  div:not(.is-style-eight-across) > p,
  div:not(.eight-across) > p,
  div:not(.is-style-six-across) > p,
  div:not(.six-across) > p,
  div:not(.is-style-eight-across) > p,
  div:not(.eight-across) > p,
  div:not(.is-style-six-across) > p,
  div:not(.six-across) > p {
    /*width: 92px; */
  }

  .title-block h2 {
    margin-left: 0;
    margin-right: 0;
    text-align: center !important;
    width: 100%;
  }

  .small-text-center {
    text-align: center !important;
  }

  img.alignright {
    float: none;
    padding: 0 0 20px 0;
  }
  img.alignleft {
    float: none;
    padding: 0 0 20px 0;
  }
}

/*--- header ---*/

header {
  background: none;
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 2000;
}

.header-area {
  background-color: none;
  padding-left: 40px;
  padding-right: 40px;
}

.header-area span,
.mobile-header-area span {
  display: none;
}

.header-area.is-stuck {
  background-color: #fff;
  -webkit-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
  border-bottom: solid 4px #478529;
}

.header-area li.white-logo,
.header-area li.stuck-logo {
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-area li.white-logo {
  display: block;
}
.header-area.is-stuck li.white-logo {
  display: none;
}

.header-area li.stuck-logo {
  display: none;
}
.header-area.is-stuck li.stuck-logo {
  display: block;
}

.top-bar,
.top-bar ul {
  background: none;
}

.menu a.nav-icon {
  padding: 0;
}

.nav-icon {
  margin: 0 10px 0 0;
  width: 40px;
}

.nav-icon:after,
.nav-icon:before,
.nav-icon div {
  background-color: #fff;
  /* border-radius: 3px; */
  content: "";
  display: block;
  height: 2px;
  margin: 10px 0;
  transition: all 0.2s ease-in-out;
}

.nav-icon:after {
  content: " Menu";
  font-size: 11px;
  color: #fff;
  line-height: 22px;
  text-align: center;
}

.header-area.is-stuck .nav-icon:after,
.header-area.is-stuck .nav-icon:before,
.header-area.is-stuck .nav-icon div {
  background-color: #2a2a2a;
  color: #2a2a2a;
}

.nav-icon div {
  width: 40px;
  margin: 10px 0 10px 0;
}

.nav-icon:after,
.nav-icon:before {
  margin: 2px 0;
}

.nav-icon:focus div,
.nav-icon:hover div {
  width: 60px;
  margin-left: -20px;
  transform: all 30ms;
}

/* .nav-icon:focus:before {
  transform: translateY(12px) rotate(135deg);
}

.nav-icon:focus:after {
  transform: translateY(-12px) rotate(-135deg);
}

.nav-icon:focus div {
  transform: scale(0);
} */

a.open-search {
  padding: 0;
  margin-right: 20px;
}

.is-at-bottom {
  top: 0 !important;
}

.off-canvas {
  padding: 40px;
  background: #478529;
  color: #fff;
  width: 100%;
  max-width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  /*right: -150vh; */
  display: none;
}

.off-canvas ul.off-canvas-nav li {
  width: 100%;
  text-align: right;
}

.off-canvas ul.menu li a {
  font-size: 34px;
  color: #fff;
}

.off-canvas #submenu-container {
  padding-top: 40px;
}

.off-canvas #submenu-container h5 {
  color: #fff;
  padding-right: 20px;
  margin-bottom: 10px;
}

.off-canvas #submenu-container ul.menu li a,
.off-canvas a.close-btn,
.off-canvas a .fas {
  font-size: 24px;
  color: #fff;
}

.off-canvas ul.menu {
  margin-top: 40px;
}

@media screen and (max-width: 39.9375em) {
  .off-canvas ul.menu li a {
    font-size: 26px;
  }
  ul#offcanvas-nav ul.is-accordion-submenu.menu li a {
    font-size: 22px !important;
    color: #fff;
    padding-left: 20px;
  }
}

#submenu-container ul.menu {
  display: block !important;
  margin-top: 0px;
}

.off-canvas ul#offcanvas-nav:focus li a,
#submenu-container ul.menu:fcous li a,
.off-canvas ul#offcanvas-nav:hover li a,
#submenu-container ul.menu:hover li a {
  opacity: 0.7;
}

.off-canvas ul#offcanvas-nav li a:focus,
#submenu-container ul.menu li a:focus,
.off-canvas ul#offcanvas-nav:hover li a:hover,
#submenu-container ul.menu li a:hover {
  opacity: 1;
  text-decoration: underline;
}

.accordion-menu
  .is-accordion-submenu-parent:not(.has-submenu-toggle)
  > a::after {
  display: none !important;
}

ul#offcanvas-nav ul.is-accordion-submenu.menu {
  margin-top: 0;
}

ul#offcanvas-nav ul.is-accordion-submenu.menu li a {
  font-size: 24px;
  color: #fff;
}

.submenu-toggle::after {
  border: none;
  content: "+";
  font-size: 32px;
  color: #fff;
}

.submenu-toggle[aria-expanded="true"]::after {
  transform: none;
  -webkit-transform: none;
  -webkit-transform-origin: none;
  transform-origin: none;
  content: "-";
}

div#search-panel {
  width: 100%;
  background: #478529;
  top: 100px !important;
  /* top: 0 !important; */
  left: 0 !important;
  max-width: 100vw;
  margin: 0;
  height: 70vh;
}

div#search-panel-2 {
  width: 100%;
  background: #478529;
  padding-top: 100px !important;
  top: 0 !important;
  left: 0 !important;
  max-width: 100vw;
  margin: 0;
  height: 100vh;
  z-index: 2000;
}

div#search-panel-2 a.close-btn {
  right: 60px;
  top: 60px;
  position: absolute;
}

.oc-menu-top p {
  margin-bottom: 0;
}

img.mobile-logo {
  max-width: 180px;
}

ul#offcanvas-nav ul > li:before {
  content: "";
  display: none;
}

ul#offcanvas-nav ul > li {
  text-indent: 0;
}

ul#offcanvas-nav a {
  padding-left: 0;
}

@media screen and (min-width: 40.2em) {
  ul#offcanvas-nav .submenu-toggle,
  ul#offcanvas-nav ul.is-accordion-submenu {
    display: none !important;
  }

  .has-submenu-toggle > a {
    margin-right: 0;
  }
}

@media screen and (max-width: 40.2em) {
  #submenu-container {
    display: none !important;
  }
  .off-canvas {
    padding-bottom: 100px;
  }
  .off-canvas ul.menu li a {
    text-align: left;
  }
  .nav-icon:after,
  .nav-icon:before,
  .nav-icon div {
    width: 30px;
  }
  .nav-icon {
    position: absolute;
    top: 40px;
  }
  .nav-icon:hover div,
  .nav-icon:focus div {
    width: 40px;
    margin-left: 0;
  }

  div#search-panel {
    top: 0 !important;
    z-index: 2000;
  }
}

.menu .active > a {
  background: none;
}

.mobile-header-area {
  padding: 10px 15px;
  background-color: #000;
}

.mobile-header-area a .fas {
  color: #fff;
  font-size: 24px;
}

.reveal {
  background: none;
  border: none;
}

/* .reveal:focus { border: none; outline: none; } */

.reveal form.search-form-nav label {
  display: inline-block;
  width: 80%;
}

.reveal form.search-form-nav input {
  background: none;
  border: none;
  min-height: 54px;
}

.reveal form.search-form-nav input[type="search"] {
  color: #fff;
  border-bottom: solid 1px #fff;
  font-size: 36px;
  box-shadow: none;
}

.reveal form.search-form-nav .search-submit {
  background-color: inherit;
  border: none;
  display: inline-block;
  color: #fff;
}

/*--- footer ---*/

#footer {
  margin: 0;
  padding: 40px 40px 60px;
  width: 100%;
  background: #eaeaea;
  border-top: solid 1px #a7a9ab;
  border-bottom: solid 1px #a7a9ab;
  color: #000000;
}

#footer a {
  margin: 0;
  padding: 0;
  color: #000000;
  text-decoration: none;
  line-height: 2;
}

#footer a:focus,
#footer a:hover {
  text-decoration: underline;
}

#footer h4 {
  color: #000;
  font-family: "Avenir Medium", arial, sans-serif;
  font-weight: 700;
}

#footer ul.menu {
  margin-bottom: 20px;
}

#footer li.menu-item {
  width: 100%;
}

#copyright {
  padding: 40px 20px 70px;
  width: 100%;
  background: #fff;
  text-align: center;
}

#copyright p {
  margin: 0;
  padding: 0;
  font-size: 16px;
}

#footer_blocks {
  border-top: solid 1px #a7a9ab;
}

@media screen and (max-width: 40.2em) {
  #footer {
    text-align: center;
  }

  #copyright {
    padding: 20px 20px 70px;
  }
}

/*--- sticky green tray ---*/

#bottom-bar {
  height: 40px;
  position: fixed;
  width: 100%;
  max-width: 100vw;
  z-index: 9999;
  background: #478529;
  bottom: 0;
  border-top: solid 1px #fff;
}

#bottom-bar div {
  border-left: solid 1px #fff;
}

#bottom-bar a {
  font-family: "Avenir Strong", arial, sans-serif;
  width: 100%;
  height: 40px;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  display: inline-block;
  background: #478529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}

#bottom-bar a:focus,
#bottom-bar a:hover {
  background: #174d07;
  transition: background 20ms;
}

#bottom-bar div:first-of-type {
  border-left: none;
}

@media screen and (max-width: 40.2em) {
  #bottom-bar a {
    background: #478529;
  }
}

/*@media screen and (max-width: 40.2em){
	#bottom-bar {
		height: 120px;
	}
	#bottom-bar div {
		border-left: none;
		border-bottom: solid 1px #fff;	
	}
}*/

/*-- page ---*/

.wp-block-cover__inner-container {
  position: absolute;
  bottom: 0;
  width: 100% !important;
  /*   background: rgba(0,0,0,.5); */
  background: linear-gradient(to top, #000000, rgba(255, 255, 255, 0));
  padding: 40px 30px 30px;
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover .wp-block-cover__gradient-background {
  opacity: 0.2;
}

.wp-block-cover__inner-container h2 {
  font-family: "Avenir Book", arial, sans-serif;
}

.wp-block-cover__inner-container h2 strong {
  font-family: "Avenir Strong", arial, sans-serif;
}

.wp-block-embed figcaption {
  text-align: center;
}

.wp-block-buttons {
  margin: 20px auto;
}

figure.is-type-video {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -400px;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  figure.is-type-video {
    margin-top: -300px;
  }
}

@media screen and (max-width: 40em) {
  figure.is-type-video {
    margin-top: -160px;
  }
}

#home-callouts {
  padding: 40px;
}

#home-callouts .wp-block-cover__inner-container {
  position: relative;
  bottom: auto;
  background: none;
  padding: 0;
}

#home-callouts div.cell:focus a,
#home-callouts div.cell:hover a {
  opacity: 0.7;
}

#home-callouts div.cell:focus a:focus,
#home-callouts div.cell:hover a:hover {
  opacity: 1;
}

@media screen and (max-width: 40.2em) {
  #home-callouts {
    padding: 40px 0;
  }
}

#page-header .breadcrumbs {
  margin-bottom: 0;
}

.breadcrumbs hr {
  margin-bottom: 0;
}

.breadcrumbs p {
  padding: 20px 60px 0;
}

.breadcrumbs a {
  color: #000;
}

@media screen and (max-width: 40.2em) {
  /* .breadcrumbs { display: none; } 
	padding: 20px 40px 0; */
}

.tabs,
.tabs-content {
  border: none;
}

.tabs-title > a {
  font-size: 24px;
  text-decoration: none;
  background: #ebebeb;
  color: #000;
  border-right: solid 2px #fff;
}

.tabs-title > a:hover,
.tabs-title > a:focus,
.tabs-title > a[aria-selected="true"] {
  background: #478529;
  color: #fff;
}

.tabs-panel {
  padding: 10px 0;
}

.checkerboard-tabs {
  text-align: right;
  width: 100%;
  padding: 5px 20px;
}

.checkerboard-tabs-title.tabs-title {
  float: none;
  display: inline-block;
}

.checkerboard-tabs-title.tabs-title > a {
  font-size: 22px;
  text-decoration: none;
  background: none;
  color: #000;
  border-right: none;
  border-bottom: solid 5px #fff;
  padding: 10px;
}

.checkerboard-tabs-title.tabs-title > a:hover,
.checkerboard-tabs-title.tabs-title > a:focus,
.checkerboard-tabs-title.tabs-title > a[aria-selected="true"] {
  background: none;
  color: #000;
  border-bottom: solid 5px #478529;
}

@media screen and (max-width: 40.2em) {
  .tabs-title {
    width: 100%;
    text-align: center;
    border-bottom: solid 1px #fff;
  }

  .checkerboard-tabs-title.tabs-title {
    border-bottom: none;
    width: 50px;
  }
}

.accordion {
  margin: 20px 40px;
  background: #fff;
}

.is-style-eight-across ul.accordion,
.eight-across ul.accordion {
  margin: 20px auto;
}

.accordion-title {
  color: #000;
  font-size: 22px;
  text-decoration: none;
  background: #fff;
  border-left: none;
  border-right: none;
  border-top: solid 1px #cacaca;
  padding-right: 40px;
}

:last-child > .accordion-content:last-child {
  border-bottom: solid 1px #cacaca;
}

.accordion-title::before {
  margin-top: -0.75rem;
  content: "+";
  font-size: 30px;
  color: #478529;
}

.accordion-title:focus,
.accordion-title:hover {
  background: #478529;
  color: #fff;
}

.accordion-title:focus::before,
.accordion-title:hover::before {
  color: #fff;
}

.accordion-content {
  border: none;
  background: #fff;
}

.content table {
  border: solid 1px #b7b7b7;
  font-size: 18px;
  min-width: 560px;
}

.content .table-wrapper {
  overflow-x: scroll;
  width: 100%;
}

@media screen and (max-width: 560px) {
  .content div.table-wrapper::after {
    content: "table scrolls on swipe";
    bottom: 0;
    margin: 10px auto 10px auto;
    font-size: 14px;
    font-style: italic;
    color: #000;
  }
}

.content th {
  color: #fff;
  background: #478529;
  font-size: 20px;
  border: solid 1px #478529;
}

.content td {
  border: solid 1px #b7b7b7;
  font-size: 18px;
}

.content tfoot td {
  font-weight: bold;
}

blockquote,
blockquote p {
  border: none;
  font-size: 22px;
  line-height: 26px;
  color: #000;
  font-family: "Avenir Book", arial, sans-serif;
  font-style: italic;
  padding-left: 0;
}

cite,
cite p {
  margin-top: 20px;
  border: none;
  font-size: 14px;
  color: #000;
  font-style: normal;
}

cite:before {
  content: "";
}

/*--- checkerboard styles ---*/

.checkerboard a {
  width: 100%;
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}

.checkerboard a:hover,
.checkerboard a:focus {
  color: #fff;
  background-color: #478529;
}

.checkerboard img {
  width: 100%;
}

.board-text {
  padding: 20px;
  vertical-align: middle;
  min-height: 180px;
  height: auto;
}

.board-text h2 {
  margin-top: 0;
}

.board-img {
  height: 180px !important;
  overflow: hidden;
  min-width: 270px;
}

.board-img.square-photo {
  height: 360px !important;
  overflow: hidden;
}

.board-img img {
  object-fit: cover;
  object-position: 50% 50%;
  min-height: 180px;
  width: 100%;
  height: 100%;
}

.one-checkerboard-grid .board-img img {
  width: 120%;
  height: 120%;
}

@media screen and (min-width: 1620px) {
  .one-checkerboard-grid .board-img img {
    width: 400px;
    height: 120%;
  }
}

.board-img.square-photo img {
  min-height: 360px;
}

.checkerboard a h2,
.checkerboard a p {
  margin: 0;
  color: #000;
  transition: all 0.3s ease-in-out;
}

.checkerboard a:hover h2,
.checkerboard a:hover p,
.checkerboard a:focus h2,
.checkerboard a:focus p {
  color: #fff;
}

.checkerboard a:focus img,
.checkerboard a:hover img {
  opacity: 0.8;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.checkerboard-row {
  /*  grid-template-rows: repeat(1, 25vw); */
}

.one-checkerboard-grid {
  margin: 40px auto;
  width: 67%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  position: relative;
}

.one-checkerboard-grid .board-text {
  width: 65%;
  display: table-cell;
}

.one-checkerboard-grid .board-img {
  width: 30%;
  height: auto;
  overflow: hidden;
  display: table-cell;
  min-height: 180px;
}

.one-checkerboard-grid .board-img img {
  position: relative;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.two-checkerboard-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
}

.three-checkerboard-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
}

.four-checkerboard-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
}

.five-checkerboard-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  position: relative;
}

div.checkerboard-block-1 {
  grid-column: 1 / span 1;
  grid-row: 1 / span 1;
}

div.checkerboard-block-2 {
  grid-column: 2 / span 1;
  grid-row: 1 / span 1;
}

div.checkerboard-block-3 {
  grid-column: 3 / span 1;
  grid-row: 1 / span 1;
}

div.checkerboard-block-4 {
  grid-column: 4 / span 1;
  grid-row: 1 / span 1;
}

div.checkerboard-block-5 {
  grid-column: 5 / span 1;
  grid-row: 1 / span 1;
}

div.checkerboard-block-1 .board-img,
div.checkerboard-block-3 .board-img,
div.checkerboard-block-5 .board-img {
}

@media screen and (max-width: 39.9375em) {
  .checkerboard-block a {
    color: #000;
  }
}

/* @media screen and (max-width: 62.5em) { 

	.four-checkerboard-grid {
   		grid-template-columns: repeat(2, 1fr);
	}
	.five-checkerboard-grid {
   		grid-template-columns: repeat(2, 1fr);
	}
} */

@media screen and (max-width: 62.5em) {
  .one-checkerboard-grid {
    display: block;
    width: 100%;
  }
  .two-checkerboard-grid {
    display: block;
  }
  .three-checkerboard-grid {
    display: block;
  }

  .mobile-first {
    order: 1;
  }
  .mobile-last {
    order: 2;
  }

  .main-carousel {
    background: #fff;
    margin: 40px 0;
  }

  .carousel-cell {
    width: 100%;
    height: auto;
    padding: 0 20px;
    counter-increment: gallery-cell;
    text-align: center;
  }

  .carousel-cell:before {
    display: block;
    text-align: center;
    /*content: counter(gallery-cell);*/
    line-height: 200px;
    font-size: 80px;
    color: white;
  }

  .flickity-button:disabled {
    display: none !important;
  }

  .less-five .flickity-button {
    display: none !important;
  }

  .more-five ol.flickity-page-dots {
    display: none !important;
  }

  .board-text {
    text-align: left !important;
  }
}

/*--- home page ---*/

#home-hero {
  padding-top: 250px;
  padding-bottom: 10vh;
  height: 90vh;
  min-height: 700px;
}

div.text-above,
div.text-below {
  padding: 0 0 0 60px;
  overflow: hidden;
}

div.text-below {
  padding: 0 60px 20px;
}

div.text-above h1 {
  /*	position: fixed; */
  max-width: 100vw;
}

#home-hero .wp-block-cover__inner-container {
  background: none;
  padding: 80px 0 60px 0;
}

#home-hero hr {
  margin: 0 60px;
  border-bottom: solid 10px #478529;
}

#home-hero * {
  text-transform: uppercase;
}

#home-hero h1 {
  font-family: "Avenir Strong", arial, sans-serif;
  margin: 0;
  font-weight: bold;
  font-size: 100pt;
  /*	position: absolute;
	top: 0; */
}

#home-hero h2,
#home-hero h3 {
  font-family: "Avenir Hero", arial, sans-serif;
  margin: 0 0 0 0;
  font-weight: 400;
  font-size: 72px;
  /*	transform: scale(.8,1.5);
	transform-origin: top right; */
  right: 0;
}

div.text-below {
}

div.text-below * {
}

.callout-link,
.callout-link a {
  color: #fff;
  text-decoration: none;
  font-size: 40px;
  margin-bottom: 20px;
  line-height: 1.2;
}

.callout-link a:focus,
.callout-link a:hover {
  font-style: italic;
}

@media screen and (max-width: 62.5em) {
  #home-hero h1 {
    font-size: 80pt;
    line-height: 1;
  }
}

@media screen and (max-width: 40.2em) {
  #home-hero h1 {
    line-height: 1;
    font-size: 80px;
  }

  #home-hero h2,
  #home-hero h3 {
    font-size: 55px;
    /*	transform: scale(.8); 
		margin-bottom: -10px; */
  }
}

@media screen and (max-width: 370px) {
  #home-hero {
    padding-top: 20px;
  }

  #home-hero .wp-block-cover__inner-container {
    padding-top: 0vh;
    bottom: 100px;
  }

  #home-hero hr {
    margin: 0 30px;
  }

  div.text-above,
  div.text-below {
    padding-right: 30px;
    padding-left: 30px;
    max-width: 100vw;
  }

  #home-hero h1 {
    line-height: 1;
    font-size: 60px;
  }

  #home-hero h2,
  #home-hero h3 {
    font-size: 45px;
    margin-bottom: 0;
  }
}

/*--- factoid block ---*/

.factoids.eight-across {
  margin-top: 0;
  margin-bottom: 0;
}

.number {
  font-family: "Avenir Light", Arial, sans-serif;
  font-size: 5rem;
  color: #478529;
  height: 7rem;
}

.factoid p {
  font-size: 16px;
  margin-bottom: 0;
}

.carousel-cell-factoid {
  width: 100%;
  height: auto;
  min-height: 200px;
  padding: 0 40px;
  counter-increment: gallery-cell;
  text-align: center;
}

.carousel-cell-factoid .number {
  font-size: 4.2rem;
}

@media screen and (max-width: 62.5em) {
  .number {
    font-size: 4rem;
  }
}

/*-- tuition cards ---*/

.tcards {
  margin: 60px 40px 40px;
}

.tuition-card {
  border: solid 1px #ccc;
}

.tcard-1 {
  margin-top: -40px !important;
}

div.level-box {
  color: #fff;
  background: #000;
  padding: 10px;
}

.tcard-1 div.level-box {
  background: #478529;
}

.level-box h5,
.level-box p {
  color: #fff;
  margin: 0;
}

.tuition-price {
  margin-bottom: 30px;
  padding: 30px 0;
  border-bottom: solid 1px #ccc;
  width: 100%;
  font-family: "Avenir Light", Arial, sans-serif;
  font-size: 105px;
}

.tuition-price sup {
  font-size: 55%;
}

.tuition-link {
  padding: 40px 0;
  bottom: 0;
}

@media screen and (max-width: 40.2em) {
  .tcard-1 {
    margin-top: 0 !important;
  }

  .carousel-cell-tcard {
    width: 100%;
    height: auto;
    min-height: 300px;
    padding: 0 40px;
    counter-increment: gallery-cell;
    text-align: center;
  }
}

/*--- program page ---*/

#section_navigation {
  width: 100%;
  padding: 0;
  background: #478529;
}

#section_navigation .accordion {
  margin: 0 40px 20px;
  background: none;
  border: none;
}

#section_navigation .accordion-title {
  color: #fff;
  font-family: "Avenir Strong", arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  background: none;
  border: none;
  text-align: right;
  padding-right: 50px;
}

#section_navigation .accordion-title::before {
  margin-top: -1rem;
  font-size: 30px;
  color: #fff;
}

#section_navigation .accordion-title:focus,
#section_navigation .accordion-title:hover {
  background: #478529;
  color: #fff;
}

#section_navigation .accordion-title:focus::before,
.accordion-title:hover::before {
  color: #fff;
}

#section_navigation .accordion-content {
  border: none;
  background: #478529;
  border: none;
}

#more-pages-nav ul {
  margin: 20px 0;
  list-style: none;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

#more-pages-nav ul li {
  line-height: 1.1;
  margin-bottom: 18px;
  text-indent: 0;
  padding-left: 10px;
}

#more-pages-nav ul li a {
  font-size: 30px;
  color: #fff;
  text-decoration: none;
}

#more-pages-nav ul li a:hover,
#more-pages-nav ul li a:focus {
  text-decoration: underline;
}

#more-pages-nav ul > li:before {
  content: "";
}

@media screen and (max-width: 40.2em) {
  #section_navigation .accordion-title {
    text-align: center;
    padding-right: 0;
  }

  #more-pages-nav ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}

/*-- career search ---*/

a.apply-link {
  text-decoration: none;
}

/*--- contact callout ---*/

.contact-callout {
  margin: 30px 40px;
  padding: 40px;
  background: #eaeaea;
  color: #000000;
}

.contact-callout a {
  color: #000000;
  text-decoration: none;
}

.contact-callout a:focus,
.contact-callout a:hover {
  text-decoration: underline;
}

.contact-callout h3,
.contact-callout h4 {
  color: #000;
  margin: 0 0 20px;
  font-size: 40px;
}

.contact-callout h4 {
  font-family: "Avenir Book", arial, sans-serif;
  margin: 0 0 20px;
  font-size: 22px;
}

.contact-callout p {
  margin: 0 0 20px;
  font-size: 15px;
}

@media screen and (max-width: 40.2em) {
  .contact-callout {
    margin: 30px 20px;
  }
}

/*--- inline utility ---*/

.inline-utility {
  margin: 40px auto;
}

.inline-utility h3 {
  font-size: 40px;
  margin-bottom: 20px;
}

.inline-utility p {
  font-size: 22px;
  margin-bottom: 20px;
}

/*--- title area --*/

.title-area {
  margin: 20px auto 10px;
}

p.small-head {
  width: 100%;
  text-align: center;
  font-family: "Avenir Strong", arial, sans-serif;
  color: #bd4600;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

h2.title-left {
  width: 100%;
  text-align: center;
  padding-right: 15%;
}

h2.title-right {
  width: 100%;
  text-align: center;
  padding-left: 15%;
  font-family: "Avenir Book", arial, sans-serif;
}

@media screen and (max-width: 62.5em) {
  .title-area {
  }

  h2.title-left {
    padding-right: 5%;
  }

  h2.title-right {
    padding-left: 5%;
  }
}

@media screen and (max-width: 40.2em) {
  .title-area {
  }

  h2.title-left,
  h2.title-right {
    text-align: center;
    padding-right: 0;
    padding-left: 0;
  }
}

/*--- alert area */

.alert {
  background: #bd4600;
  padding: 20px;
  color: #fff;
  margin-top: 0;
}

#section_navigation + div.grid-x {
  margin-top: -20px;
}

.alert a,
.alert p,
.alert h2,
.alert h3 {
  color: #fff;
  margin: 0;
  font-size: 22px;
}

.alert a.button,
.alert a.wp-block-button__link,
.alert a.wp-block-button__link:visited {
  color: #fff;
  border-bottom: solid 3px #fff;
  margin: 10px auto 0;
  font-size: 18px;
}

.alert a.button:active,
.alert a.button:focus,
.alert a.button:hover,
.alert a.wp-block-button__link:active,
.alert a.wp-block-button__link:focus,
.alert a.wp-block-button__link:hover {
  color: #fff;
  border: none;
  /*	border-bottom: solid 3px #fff; */
}

.alert a.button::after,
.alert a.wp-block-button__link::after {
  background: #fff;
}

.alert a.button:hover::after,
.alert a.wp-block-button__link:hover::after {
}

img.facultyimg {
  max-width: 400px;
  width: 50%;
}

@media screen and (max-width: 40.2em) {
  img.facultyimg {
    max-width: 100%;
  }

  .alert {
    /* margin-top: 0; */
  }
}

/* Events templates */

div.css-search div.em-search-main .em-search-submit {
  position: relative;
}

div.css-search div.em-search-options {
  text-align: center;
  margin: 20px 0;
}

.css-events-list table.events-table td {
  padding: 5px 10px;
}

ul.event-categories {
  margin: -20px 0 0 0;
  list-style: none;
}

div.em-search.css-search div.em-search-advanced div {
  /* display: inline-block; */
}

div.em-search.css-search div.em-search-advanced select {
  width: 70%;
}

.em-search-category.em-search-field,
.em-search-country.em-search-field,
.em-search-location {
  width: 100%;
}

.event-listing {
  min-height: 58px;
  margin-bottom: 20px;
}

.event-date {
  width: 65px;
  height: 58px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  margin-right: 20px;
  line-height: 28px;
  background: #478529;
}

.event-title a {
  font-size: 22px;
  text-decoration: underline;
}

.wp-block-media-text figure.wp-block-media-text__media {
  margin-right: 20px;
}

.has-media-on-the-right.wp-block-media-text figure.wp-block-media-text__media {
  margin-left: 20px;
  margin-right: 0;
}

.wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}

@media screen and (max-width: 40.2em) {
  .has-media-on-the-right figure.wp-block-media-text__media,
  .wp-block-media-text figure.wp-block-media-text__media {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  h1 {
    font-size: 40px;
  }
}
