  /*!
Theme Name: Ò»±¾µÀ Seminary
*/

/*! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

html, button, input, select, textarea {
  color: #222;
}

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
  text-rendering: optimizeLegibility;
  font-family: 'Lato', sans-serif;
  color: #21282C;
  overflow-x: hidden;
  width: 100%;
}

a {
  color: #005e84;
  text-decoration: none;
}

a:visited {
  color: #005e84;
}

a:hover {
  color: #005e84;
  text-decoration: underline;
}

a:focus {
  outline: none;
}

a:hover, a:active {
  outline: 0;
}

button.mobile-hamburger {
  display:none;
}

.right, .alignright {
  float: right;
  margin-left:10px;
  margin-bottom: 10px;
}

.left, .alignleft {
  float: left;
  margin-right:10px;
  margin-bottom: 15px;
}

.aligncenter {
  margin: 0 auto;
  display:block;
}

.clear {
  clear: both;
}

hr {
  margin: 20px 0;
  clear:both;
}

.page-id-34824 .alignright {
  margin-bottom: 10px !important;
}

* {
  margin:0;
  padding:0;
  box-sizing: border-box;
}

@font-face {
  font-family: 'league-gothic-italic';

  src: url('/wp-content/themes/asburyseminary/fonts/leaguegothic/LeagueGothic-Italic.otf');
}

body {
  background: #fff;
  line-height: 1.4;
  text-rendering: optimizeLegibility;
  font-family: 'Lato', sans-serif;
}

p {
  font-family: 'Lato', sans-serif;
}

h1 {
  color: #fff;
  font-size: 40px;
  border-left: 15px solid #fff;
  padding-left: 20px;
  margin-bottom: 15px;
}

.full-page .page-content h1 {
  color: #005E82;
  padding-left:0;
  border:0;
}

h2 {
  font-family: 'league-gothic-italic','Lato',sans-serif;
  font-size: 70px;
  text-transform: uppercase;
  color: #005E82;
  font-weight: 500;
  margin-bottom: 20px;
}

h3 {
  color: #21282C;
  font-weight: 900;
  font-size: 20px;
  margin-bottom: 20px;
}

h4 {
  margin-bottom: 20px;
}

.content {
  width: 1200px;
  height: auto;
  padding: 30px 0;
  margin: 0 auto;
}

a {
  cursor:pointer;
  pointer-events: auto;
}

.page-content ul, .content ol {
  margin-left: 15px;
  padding-left: 25px;
  margin-bottom: 25px;
}

.page-content ul {
  list-style-type: square;
}

.page-content ul a {
  color: #005E82;
}

.page-content li {
  margin-bottom: 10px;
}

.shadowed {
  filter: url(/wp-content/themes/asburyseminary/);
  -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#000')";
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#000')";
}

.center {
  text-align: center;
}

.blue {
  color: #0A455C !important;
}

.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  margin-bottom: 30px;
}

.iframe-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.sm-iframe-container {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.sm-iframe-container iframe {
  width: 100%;
  height: auto;
  max-width: 500px;
  aspect-ratio: 16/9;
}

body.page-community-formation .page-content .rounded {
  width: 120px;
  height: auto;
}

.mini-icons {
  font-size: 32px;
  color: #fff;
  display: inline-block;
}

.btn {
  background: #0A455C;
  color: #fff !important;
  border-radius: 10px;
  padding: 5px 20px;
  margin: 20px auto;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #fff;
}

.btn:hover {
  color: #fff;
  text-decoration: none;
}

.white-btn {
  background: #fff;
  color: #2a5b7b !important;
  border-radius: 10px;
  padding: 5px 15px;
  margin: 20px 10px;
  text-align: center;
  display: inline-block;
  font-weight: 600;
  font-family: Lato, sans-serif;
}

.white-btn:hover {
  font-weight: 900;
  text-decoration: none;
}

.sm-white-btn {
  font-size: 14px;
  margin: 10px 10px 20px 10px;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.full-page {
  max-width: 1200px;
  margin: 0 auto;
}

input, select, textarea {
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #0A455C;
  background: white;
}

.gchoice input {
  font-size: 12px !important;
}

/*   New nav   */

.new-nav {
  background: #fff;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  margin: 0;
  padding: 10px 0;
  z-index: 99;
}

.nav-buttons {
  display: grid;
  align-items: center;
  grid-template-columns: 80px 1fr 1fr 1fr;
}

.nav-buttons a {
  display: inline-block;
  border-radius: 10px;
  font-size: 18px;
  text-decoration: none;
  border: 2px solid #0E5F80;
  padding: 5px 15px;
  font-weight: 700;
  margin: 0 0 0 15px;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: center;
}

.blue-btn {
  border: 2px solid #fff;
  background: #0e5f80;
  color: #fff !important;
}

.new-nav nav {
  text-align: center;
  justify-self: end;
  font-size: 18px;
  margin-right: 30px;
  z-index: 99;
}

nav a {
  border-bottom: none;
  color: black;
}

nav ul {
  text-align: center;
  padding: 0;
  margin: 0;
}

nav ul li {
  cursor: pointer;
  transition: padding .05s linear;
}

nav ul li.drop {
  position: relative;
}

nav ul > li {
  display: inline-block;
}

nav .button-nav li a {
  line-height: 50px;
  padding: 0 10px;
  height: 50px;
  color: #000;
  font-weight: 200;
  transition: all .1s ease-out;
}

nav ul li a:hover {
  color: #eee;
}

.dropOut .triangle {
  width: 0;
  height: 0;
  position: absolute;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #f6f6f6;
  top: -15px;
  left: calc(50% + 80px);
  margin-left: -8px;
}

.dropdownContain {
  width: 600px;
  position: absolute;
  z-index: 2;
  left: 50%;
  margin-left: -380px;
  /* half of width */
  top: -520px;
  border-radius: 10px;
  margin-top: -2px;
}

.alumni-drop .dropdownContain {
  margin-left: -475px;
  /* half of width */
}

.alumni-drop .dropOut .triangle {
  left: calc(50% + 175px);
}

.giving-drop .dropdownContain {
  margin-left: -552px;
  /* half of width */
}

.giving-drop .dropOut .triangle {
  left: calc(50% + 252px);
}

.dropOut {
  width: 600px;
  background: #f6f6f6;
  float: left;
  position: relative;
  margin-top: 0;
  opacity: 0;
  box-shadow: 0 1px 6px rgba(0,0,0,.15);
  transition: all .1s ease-out;
  border-radius: 10px;
}

nav:hover  ~ .searchbar-container {
  display: none;
}

#search .page-content {
  overflow: hidden;
}

.newer-older {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 30px;
}

div.newer-older a {
  background: #005E82;
  text-decoration: none;
  color: white;
  padding: 10px 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 15px;
}

.older, .newer {
  height: auto;
}

div.newer {
  justify-self: end;
}

.dropOut ul {
  margin: 20px 0 0 0;
}

.dropOut ul li {
  text-align: left;
  display: block;
  padding: 0;
  margin: 0 0 0 0;
  color: #777;
  border-radius: 4px;
  transition: background .1s ease-out;
}

.dropOut ul li a {
  padding: inherit;
  color: #000 !important;
  border-left: 10px solid transparent;
  display: block;
  padding-left: 30px;
  font-size: 16px;
  line-height: 20px;
  height: 20px;
  margin-bottom: 20px;
}

.dropOut ul li a:hover {
  border-left: 10px solid #E2A004;
  text-decoration: none;
}

nav ul li:hover a {
  color: black;
}

nav ul li:hover .dropdownContain {
  top: 50px;
}

nav ul li:hover .underline {
  border-bottom-color: #777;
}

nav ul li:hover .dropOut {
  opacity: 1;
  margin-top: 12px;
}

nav #desktop a:last-child {
  margin-right: 0;
}

a.shield {
  display: none;
  border: 0;
  padding: 0;
  margin-left: 30px;
  margin-right: 5px;
}

.shield img {
  height: 55px;
  width: 44px;
  max-width: none;
}

.blue-logo {
  width: 220px;
  height: auto;
  margin-left: 30px;
}

.nav-buttons {
  display: none;
}

body.home .nav-buttons {
  display: inline-block;
}

body.home .blue-logo-link {
  display: none;
}

#navbar {
  background-color: #fff;
  position: fixed;
  top: -100px;
  width: 100%;
  transition: top 0.1s;
  z-index: 10;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -2px rgb(0 0 0 / 5%);
}

#navbar .shield {
  display: inline-block;
}

#navbar .nav-buttons {
  display: grid;
  width: 360px;
}

#navbar .blue-logo-link {
  display: none;
}

/*   end of new nav   */

.triangle-topleft {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-image: url('/wp-content/themes/asburyseminary/img/BlueTraingle-FullWidth-Multiply.svg');
  mix-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
  margin:0;
}

.rt {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-image: url('/wp-content/themes/asburyseminary/img/BlueTraingle-FullWidth-Multiply.svg');
  background-size: 100%;
  mix-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
  margin:0;
}

.lt {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background-image: url('/wp-content/themes/asburyseminary/img/BlueTriangleColor.svg');
  mix-blend-mode: color;
  background-repeat: no-repeat;
  z-index: -2;
  margin:0;
}

.lt-full {
  height: 100%;
}

.header-container {
  background-color: #085c80;
  width:100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.header {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  color: white;
  padding: 10px 0;
}

body.home .header {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 0;
}

.header a {
  color: white;
  margin-right: 15px;
}

.header img {
  margin: 10px 0 10px 30px;
  width: 260px;
  height: auto !important;
  max-width: none;
}

.blue-nav {
  font-size: 12px;
  opacity: 0.65;
  color: rgba(255, 255, 255 255, 0.65);
  display: grid;
  grid-template-columns: 1fr 100px;
  justify-self: end;
  align-items: center;
  margin: 0;
  padding: 0;
}

#blue-nav-links {
  display: inline-block;
}

.blue-nav:hover {
  opacity: 1;
  color: rgba(255, 255, 255 255, 1);
}

.blue-nav span {
  font-weight: 700;
  margin: 0;
  padding: 0;
  padding-right: 10px;
}

.blue-nav .social {
  display: inline-block;
}

.blue-nav .social img{
  width: 20px;
  height: auto;
  margin: 0;
  margin-right: 0px;
}

.blue-nav .social a {
  margin-right: 10px;
}

.learn-more-btn {
  display: inline-block;
  color: white;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  border: 1px solid white;
  padding: 5px 10px;
  border-radius: 10px;
  margin-top: 20px;
  background: #0A455C;
}

.admissions-nav::before {
  position: relative;
  display: block;
  background: red;
  z-index: 9999;
  bottom: 0;
  left: 0;
}

.blue-bg {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: rgba(3,79,111,1);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(3,79,111,1)), color-stop(0%, rgba(3,79,111,1)), color-stop(28%, rgba(1,94,131,1)), color-stop(100%, rgba(1,94,131,1)));
  background: linear-gradient(to bottom, rgba(3,79,111,1) 0%, rgba(3,79,111,1) 0%, rgba(1,94,131,1) 28%, rgba(1,94,131,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#034f6f', endColorstr='#015e83', GradientType=0 );
}

body.page-template-template-centennial .blue-footer-wrapper {
  margin-top: 80px;
}

body.page-centennial .blue-footer-wrapper {
  margin-top: 160px !important;
}

.bold {
  font-weight: 900;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.breadcrumbs {
  list-style-type: none !important;
}

.breadcrumbs ul {
  font-size: 11px;
  padding-left: 5px;
}

.breadcrumbs li {
  display: inline;
  color: #fff;
  margin: 0;
  padding: 0;
}

.breadcrumbs li a {
  color: #fff;
}

.page-header-container {
  width: 100%;
  height: 450px;
  background: url('/wp-content/themes/asburyseminary/img/admissions-header-gradient.png') bottom repeat-x, url('/wp-content/themes/asburyseminary/img/patio-lg.jpg') no-repeat center center;
  position: relative;
  z-index: -1;
  border-bottom: 15px solid #0D5E82;
}

.wp-caption {
  text-align: center;
}

.wp-caption img {
  margin-bottom:-5px;
}

.wp-caption-text {
  background: #eee;
  text-align: center;
  font-size: 12px;
  padding: 3px 0;
  margin: 0 5px !important;
  max-width: 97% !important;
  width: 97% !important;
}

.page-content {
  background: #fff;
  margin: 0;
  width: 100%;
  padding: 50px 100px 0 100px;
  min-height: 200px;
  overflow: auto;
}

.full-page .page-content {
  margin-bottom: 30px;
}

.page-content p {
  margin-bottom: 20px;
}

.full-page .page-content p {
  width: 100%;
  max-width: 100%;
}

.page-content img {
  max-width: 800px;
  height: auto;
}

body.page-faculty .page-content p {
  max-width: none;
}

.faculty-bio-img {
  width: 300px;
}

.page-content h2 {
  font-family: 'Lato', sans-serif;
  text-transform: none;
  color: #0D5E82;
  font-weight: 900;
  font-size: 22px;
}

.page-content-container .content {
  display: grid;
  grid-template-columns: 300px 1fr;
  width: 85%;
}

body.page-template-template-degree-dmin .page-content-container .content, body.degrees-template-template-degree-dmin .page-content-container .content {
  grid-template-columns: 1fr !important;
}

.page-content-wrapper {
  margin-top: -300px;
  padding-bottom: 30px;
}

.subnav-column {
  padding: 25px;
  margin-top: -180px;
  margin-right: -50px;
  z-index: 1;
}

.subnav-column span {
  display: block;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}

.subnav-column li, .subnav-column h3 {
  color: #fff;
}

ul.page-children-title {
  list-style-type: none;
  font-size: 14px;
  max-width: 250px;
  padding: 15px 0 15px 0;
}

ul.page-children-title li {
  margin-bottom: 12px;
}

ul.page-children-title li a.active {
  padding-bottom: 2px;
  border-bottom: 1px solid #ccc;
}

body.parent-pageid-33661 .subnav-column li,  body.single-faculty .subnav-column li {
  border-left: 5px solid #fff;
  padding-left: 10px;
  margin-bottom: 20px;
}

.subnav-column h3, .subnav-column ul {
  margin-bottom: 25px;
  list-style-type: none;
}

body.parent-pageid-33661 .subnav-column table tr td, .single-faculty .subnav-column table tr td {
  color: #fff;
  padding: 10px;
  font-size: 11px;
}

body.parent-pageid-33661 body.parent-pageid-33661 .subnav-column li, .single-faculty .subnav-column li {
  margin-bottom: 15px;
  font-size: 14px;
}

body.page-trustees .trustees {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 30px;
  text-align: center;
}

body.page-trustees .trustees img {
  width: 140px;
  height: 140px;
  display: inline-block;
  margin: 0 auto;
  border-radius: 50%;
}

.trustees h2 {
  margin-top: 10px;
  font-size: 17px;
  color: #005e84;
  font-weight: 700;
  margin-bottom: 0;
  clear: both;
}

.trustees h3 {
  font-size: 15px;
  margin-top: 5px;
}

.trustee-card {
  background: #eee;
  padding: 20px 10px;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

a.trustees:hover {
  text-decoration: none;
}

.footer {
  display: grid;
  grid-template-columns: 300px 250px 1fr;
  color: #fff;
  padding: 50px 0;
  grid-gap: 30px;
}

.footer h3 {
  color: #fff;
}

.footer a {
  text-decoration: none;
}

.footer .campuses {
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-size: 11px;
  grid-gap: 10px;
}

.footer .campus {
  margin-bottom: 5px;
}

.footer .campuses .bold a {
  border-bottom: 1px dotted #fff;
  padding-bottom: 2px;
  margin-bottom: 5px;
  display: inline-block;
}

.footer .campuses span {
  display: block;
  white-space:nowrap;
}

.footer .middle {
  text-align: center;
}

.footer .social img {
  width: 40px;
  height: auto;
  opacity: 0.5;
  margin-right: 15px;
}

.footer .phone a {
  color: white;
  font-size: 28px;
  font-weight: 200;
}

.footer .phone {
  margin-bottom: 30px;
}

.footer .nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}

.footer .nav-section a {
  display: block;
  font-size: 10px;
  margin-bottom: 10px;
  white-space: nowrap;
}

.footer .nav-section a:hover {
  text-decoration: underline !important;
}

.footer .nav-section h3 {
  border-left: 10px solid white;
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: 1px;
  padding-left: 10px;
  margin-bottom: 20px;
}

.blue-bg a {
  color: white !important;
}

.copyright {
  text-align: center;
  color: #fff;
  font-size: 12px;
  margin-bottom:10px;
  padding-bottom: 5px;
}

.right {
  float: right;
}

.center {
  text-align: center;
}

.give-btn-container {
  margin: -25px 0 0 35px;
  padding: 0;
}

.give-btn-container .btn {
  margin: 0;
}

.page-content .btn {
  text-decoration: none;
}

.staff-profiles {
  margin-bottom: 30px;
  padding: 30px;
  max-width: 85%;
  background: #eee;
  border-radius: 20px;
  width: auto;
  box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
  overflow: auto;
}

.staff-profiles img {
  width: 140px;
  height: auto;
  border-radius: 50%;
  float: left;
  margin: 0 15px 15px 0;
}

.staff-profiles span {
  display: inline-block;
  margin-bottom: 20px;
}

.staff-profiles p {
  margin-bottom: 15px;
}

.staff-profiles h3 {
  color: #0D5E82;
}

body.page-degrees .page-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}

body.page-degrees .page-content li {
  font-size: 14px;
}

body.page-faculty .faculty {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 30px;
  text-align: center;
}

body.page-faculty .faculty img {
  width: 140px;
  height: 140px;
  display: inline-block;
  margin: 0 auto;
  border-radius: 50%;
}

.faculty-card h2 {
  margin-top: 10px;
  font-size: 20px;
  color: #005e84;
  font-weight: 900;
  margin-bottom: 0;
}

.faculty-card h3 {
  font-size: 15px;
  margin-top: 5px;
  font-weight: 500;
}

.faculty-card {
  background: #eee;
  padding: 20px 10px;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}

a.faculty-card:hover {
  text-decoration: none;
}

.cpi-plug {
  background: #eee;
  margin: 20px 0;
  padding: 20px;
}

.cpi-plug span {
  display: block;
  margin-bottom: 15px;
}

.cpi-plug h2 {
  font-weight: 900;
}

.cpi-plug img {
  float: right;
  width: 300px;
  height: auto;
  margin-left: 10px;
}

.global-icons-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));
  text-align: center;
  margin-bottom: 30px;
  align-items: top;
}

.global-icons-container span {
  display: block;
  font-size: 14px;
}

.global-icon img {
  width: auto;
  height: 85px;
  display: block;
  margin: 0 auto 5px auto;
}

.blue-bg-gradient {
  background: rgba(3,79,111,1);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(3,79,111,1)), color-stop(0%, rgba(3,79,111,1)), color-stop(28%, rgba(1,94,131,1)), color-stop(100%, rgba(1,94,131,1)));
  background: linear-gradient(to bottom, rgba(3,79,111,1) 0%, rgba(3,79,111,1) 0%, rgba(1,94,131,1) 28%, rgba(1,94,131,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#034f6f', endColorstr='#015e83', GradientType=0 );
  background: url('/wp-content/themes/asburyseminary/img/blue-bg.jpg') repeat;
}

.page-content table {
  color: #000;
  font-size: 13px;
  border-collapse: collapse;
  clear: both;
  table-layout: fixed;
  margin-bottom: 25px;
}

.page-content table th {
  background: #eee;
}

.page-content table p {
  margin-bottom: 0;
}

.page-content td, .page-content th {
  max-width: 250px;
  padding: 9px;
  border: 1px solid #000;
  border-collapse: collapse;
}

div.degree-listing ul li {
  margin-bottom: 5px;
}

div.degree-listing ul li ul {
  margin-top: 10px;
  margin-bottom: 10px;
}

.action-wrapper {
  display: inline-block;
  width: 185px;
  border: 1px solid #b9c1bf;
  vertical-align: top;
  margin-bottom: 20px;
  margin-right: 15px;
}

.action-block h2 {
  color: #1d5b7f;
  font-size: 18px;
  font-weight: 900;
  background: #ffffff;
  padding: 8px 0 8px 10px;
}

.action-block h3 {
  color: #1d5b7f;
  font-size: 16px;
  font-weight: 900;
  padding: 2px 0 2px 10px;
  margin-bottom: 5px;
}

.action-block p {
  padding: 0 10px;
  font-size: 13px;
}

.action-block-footer {
  text-align: center;
  color: #fff;
  background: #1d5b7f;
  font-size: 12px;
  padding: 10px 0;
}

.action-block-footer span {
  display: block;
}

a.prayer-btn {
  background: #085c80;
  color: white;
  padding: 10px 15px;
  font-weight: 900;
  font-size: 20px;
  text-decoration: none !important;
  display: inline-block;
  border-radius: 10px;
}

/* Mobile Menu */

.mobile-navbar{
  transition:500ms ease;
  background:transparent;
  height: 85px;
}

.mobile-navbar.scrolled{
  background:#000;
}

.navigation-bar {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

body.admin-bar .navbar {
  top: 30px;
}

.navigation-bar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navigation-bar ul li {
  display: inline-block;
  padding: 1em;
}

#menu {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

#menuToggle {
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 30px;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

body.home #menuToggle span {
  background: #fff;
}

#menuToggle a {
  text-decoration: none;
  color: #232323;
  transition: color 0.3s ease;
}

#menuToggle a:hover {
  color: tomato;
}

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  right: -5px;
  cursor: pointer;
  opacity: 0;
  /* hide this */
  z-index: 2;
  /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

#menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #005E82;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #fff;
}

#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}

#menu {
  position: absolute;
  width: 300px;
  margin: -80px -30px 0 0px;
  padding: 30px;
  padding-top: 120px;
  top: 0px;
  right: 0px;
  background: #005E82;
  background: linear-gradient(
180deg, rgba(16,94,130,1) 12%, rgba(28,139,164,1) 100%);
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

body .navigation-bar {
  top: 35px;
}

#menu li {
  padding: 10px 0;
}

#menu  a {
  color: #fff !important;
  display: block;
  font-size: 30px;
  font-weight: 900;
}

#menu img {
  width: 150px;
  height: auto;
  margin-bottom: 30px;
}

#menuToggle input:checked ~ ul {
  transform: none;
}

.subnav-btn {
  display: none;
}

.navigation-bar {
  display: none;
}

/* New navigation area */

.hamburger-container {
  background: #085c80;
  top: 12px;
  right: 13px;
  width: 40px;
  height: 40px;
  z-index: 999;
  display: flex;
  display: none;
  align-items: center;
  position: fixed;
}

body.home .hamburger-container {
  top: 16px;
}

#menu__toggle {
  opacity: 0;
}

#menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(45deg);
}

#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0);
}

#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}

#menu__toggle:checked ~ .menu__box {
  visibility: visible;
  right: 0;
}

.menu__btn {
  display: flex;
  align-items: center;
  position: fixed;
  top: 19px;
  right: 20px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 9;
  background: #085c80;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition-duration: .25s;
}

.menu__btn > span::before {
  content: '';
  top: -8px;
}

.menu__btn > span::after {
  content: '';
  top: 8px;
}

.menu__box {
  display: block;
  position: fixed;
  visibility: hidden;
  top: 0;
  right: -100%;
  width: 300px;
  height: 100%;
  margin: 0;
  padding: 20px 0 80px 0;
  list-style: none;
  background: linear-gradient(
180deg, rgba(16,94,130,1) 12%, rgba(28,139,164,1) 100%);
  box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
  transition-duration: .25s;
  z-index: 8;
}

.menu__box h2 {
  font-size: 20px;
  text-transform: uppercase;
  background: transparent;
  text-align: left;
  margin: 20px 0 5px 0;
  color: #5cb3c0;
  padding: 0 0 7px 20px;
  border-bottom: 1px solid #5cb3c0;
  font-family: 'Roboto', sans-serif;
}

.menu__item {
  display: block;
  padding: 6px 24px;
  color: #fff !important;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition-duration: .25s;
}

.menu__item:hover {
  background-color: #CFD8DC;
}

.menu__box img {
  width: 60px;
  height: auto;
  margin-left: 40px;
  margin-bottom: 10px;
  position: absolute;
  top: 100px;
  right: 25px;
}

body.ssingle h1 {
  color: #085c80;
  font-size: 30px;
  border-left: 15px solid #085c80;
  padding-left: 20px;
  margin-bottom: 25px;
}

body.parent-pageid-33661 .page-content iframe {
  display: none;
}

body.parent-pageid-33661 .page-content .gform_body iframe {
  display: block;
}

/* Flex Content Styles */

.degrees-feature-listing {
  margin: 50px auto 0 auto;
  max-width: 1000px;
}

.degree-feature-listing {
  display: grid;
  grid-template-columns: 1fr 400px;
  background: #F2F4F5;
  box-shadow: 0px 3px 6px #00000029;
  margin-bottom: 50px;
}

.degree-feature-listing img {
  width: 100%;
  height: auto;
}

.degree-feature-listing h3 {
  border-left: 10px solid #005E82;
  padding-left: 15px;
  color: #0D5E82;
  font-size: 24px;
}

.degree-feature-listing h3 img {
  width: 200px;
  height: auto;
}

.degree-feature-listing div {
  padding: 30px;
}

.degree-feature-listing p {
  font-size: 14px;
}

a.degree-feature-listing p {
  color: #222;
}

a.degree-feature-listing:hover {
  text-decoration: none;
}

.two-columns {
  -moz-columns: 2;
       columns: 2;
  gap: 20px;
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 640px) {
  .content-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1600px) {
  .degree-feature-listing {
    align-items: center;
  }

  .degree-feature-listing h3 {
    font-size: 20px;
  }
}

@media (max-width: 1200px) {
  .container {
    width: 100% !important;
  }

  .footer {
    padding: 50px 10px;
  }
}

@media (max-width: 1260px) {
  .degree-feature-listing {
    grid-template-columns: 1fr 200px;
    align-items: center;
  }

  .footer .nav {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;
  }

  body.page-calendar .page-content iframe {
    width: 100%;
  }

  .page-content-container .content {
    width: 100%;
  }

  .page-content-container .page-content {
    padding: 50px 50px 0 100px;
  }

  .page-content img {
    max-width: 100%;
  }
}

@media (max-width: 1020px) {
  .new-nav {
    grid-template-columns: 300px 1fr;
  }

  .staff-profiles {
    max-width: 100%;
  }

  .adm-nav {
    width: 100%;
  }

  .content, .container {
    width: 100%;
  }
}

@media (max-width: 850px) {
  .hamburger-container {
    display: flex;
  }

  .header {
    display: none;
  }

  body.home .header {
    display: grid;
  }

  body.home .blue-nav {
    display: none;
  }

  body.home .bg-video {
    display: none;
  }

  body.home .hero-container {
    background: url(https://ats-edu.storage.googleapis.com/uploads/mobile-bg-ky.jpg) no-repeat center center;
    background-size: cover;
    height: 395px;
  }

  body.home .slide h2 {
    font-size: 26px;
    line-height: 26px;
  }

  body.home .slide-overlay-container {
    z-index: 10;
    position: relative;
  }

  body.home div.slide-overlay {
    position: relative;
    bottom: 0;
    margin: 0 auto;
    width: 60%;
    margin-top: 30px;
  }

  body.home .navigation-bar {
    top: 0;
  }

  .new-nav nav {
    display: none;
  }

  .content {
    width: 100%;
  }

  .page-content-container .page-content {
    padding: 30px;
  }

  .navigation-bar {
    display: inline-block;
  }

  .searchbar-container {
    display: none;
  }

  .page-content-container .content {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .subnav-column {
    margin-top: 0;
    padding: 0;
    margin-right: 0;
  }

  body.single-faculty .subnav-column {
    display: none;
  }

  .subnav-column span {
    display: none;
  }

  .breadcrumbs-container {
    display: none;
  }

  .subnav-btn {
    display: block;
  }

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

  .page-content-wrapper {
    margin-top: 0;
  }

  .page-header-container {
    height: 200px;
    background-size: cover !important;
  }

  .page-content {
    padding: 20px;
  }

  .page-content-wrapper h1.shadowed {
    color: #0D5E82;
    margin: 30px 0 0 30px;
    border-left: 12px solid #0D5E82;
    padding: 0 0 0 20px;
  }

  body.page-template-template-full-width .full-page h1 {
    color: #005E82;
    border-left: 12px solid #005e82;
  }

  .page-content p img {
    max-width: 100%;
  }

  .subnav-column ul {
    text-align: center;
    max-width: 100%;
    margin-bottom: 0;
  }

  .footer {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .footer .campuses {
    grid-template-columns: 1fr 1fr;
    max-width: 80%;
    margin: 0 auto;
  }

  .footer .nav {
    width: 200px;
    margin: 0 auto;
  }

  .privacy a {
    clear: both;
  }

  .full-page {
    width: 100%;
    padding: 0 20px;
  }

  .give-btn-container {
    display: none;
  }

  body.parent-pageid-33661 .subnav-column {
    grid-row-start: 2;
    margin-top: 0;
    padding: 20px;
    text-align: left;
  }

  body.parent-pageid-33661 .subnav-column ul {
    text-align: left;
    margin-bottom: 30px;
  }

  body.parent-pageid-33661 #gform_wrapper_1 {
    grid-row-start: 3;
  }

  body.post-type-archive-elink .subnav-column, body.single-elink .subnav-column {
    display: none;
  }

  body.post-type-archive-elink .page-content-wrapper h1.shadowed, body.single-elink .shadowed {
    margin-top: 0;
  }

  body.post-type-archive-elink .page-content-wrapper h1.shadowed {
    margin-left: 20px;
  }

  body.single-elink .shadowed {
    display: none;
  }

  .content ol.commentlist {
    margin-left: 0;
    list-style-type: none;
    padding-left: 0;
  }

  #comment {
    width: 80% !important
  }
}

@media (max-width: 650px) {
  body.page-degrees .page-content {
    grid-template-columns: 1fr;
  }

  .staff-profiles img {
    width: 95px;
  }

  .full-page h1 {
    font-size:28px;
    line-height: 30px;
  }

  body.parent-pageid-33661 .page-content img {
    width: 200px;
    height:auto;
  }

  .info-btn {
    display: none !important;
  }

  .two-columns {
    -moz-columns: 1;
         columns: 1;
  }
}

@media (max-width: 450px) {
  .blue-nav {
    grid-template-columns: 1fr;
  }

  #blue-nav-links {
    display: none;
  }

  #navbar .nav-buttons {
    width: auto;
  }

  #navbar .nav-buttons a {
    margin:0;
  }

  a.shield {
    margin-left: 10px !important;
  }

  .nav-buttons {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
  }

  button.subnav-btn {
    max-width:100%;
  }

  .page-content-wrapper h1.shadowed {
    font-size: 28px;
    line-height: 28px;
  }

  body.presidents-cabinet .page-content p img {
    width:100px;
    height:auto;
  }

  .page-content img.alignright {
    width: 120px;
    height:auto;
  }
}

@media (max-width: 390px) {
  .nav-buttons .visit-btn {
    display: none;
  }
}

.card-shadow {
  box-shadow: 0px 3px 6px #00000029;
}

.page-content ol {
  list-style-type: decimal;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

a {
  display: inline-block;
}

input, textarea {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

input[type=submit] {
  --tw-bg-opacity: 1;
  background-color: rgb(8 92 128 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

input[type=button], input[type=submit] {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

input[type=button] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

h1 {
  font-weight: 700;
}

.visible {
  visibility: visible !important;
}

.static {
  position: static !important;
}

.fixed {
  position: fixed !important;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

.left-0 {
  left: 0px !important;
}

.-z-\[1\] {
  z-index: -1 !important;
}

.z-10 {
  z-index: 10 !important;
}

.float-left {
  float: left !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-10 {
  margin-bottom: 2.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-20 {
  margin-bottom: 5rem !important;
}

.mb-5 {
  margin-bottom: 1.25rem !important;
}

.mb-\[2px\] {
  margin-bottom: 2px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-5 {
  margin-right: 1.25rem !important;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.mt-5 {
  margin-top: 1.25rem !important;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.inline {
  display: inline !important;
}

.flex {
  display: flex !important;
}

.table {
  display: table !important;
}

.grid {
  display: grid !important;
}

.contents {
  display: contents !important;
}

.hidden {
  display: none !important;
}

.h-\[120px\] {
  height: 120px !important;
}

.h-\[86px\] {
  height: 86px !important;
}

.h-full {
  height: 100% !important;
}

.max-h-\[700px\] {
  max-height: 700px !important;
}

.max-h-\[750px\] {
  max-height: 750px !important;
}

.w-3\/4 {
  width: 75% !important;
}

.w-\[100px\] {
  width: 100px !important;
}

.w-\[188px\] {
  width: 188px !important;
}

.w-\[200px\] {
  width: 200px !important;
}

.w-\[250px\] {
  width: 250px !important;
}

.w-\[400px\] {
  width: 400px !important;
}

.w-full {
  width: 100% !important;
}

.min-w-full {
  min-width: 100% !important;
}

.max-w-3xl {
  max-width: 48rem !important;
}

.max-w-5xl {
  max-width: 64rem !important;
}

.max-w-72 {
  max-width: 18rem !important;
}

.max-w-\[150px\] {
  max-width: 150px !important;
}

.max-w-\[170px\] {
  max-width: 170px !important;
}

.max-w-full {
  max-width: 100% !important;
}

.grow {
  flex-grow: 1 !important;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.list-disc {
  list-style-type: disc !important;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.grid-cols-\[188px_1fr\] {
  grid-template-columns: 188px 1fr !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.items-center {
  align-items: center !important;
}

.justify-end {
  justify-content: flex-end !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-between {
  justify-content: space-between !important;
}

.justify-items-center {
  justify-items: center !important;
}

.gap-4 {
  gap: 1rem !important;
}

.gap-5 {
  gap: 1.25rem !important;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem !important;
       column-gap: 1.25rem !important;
}

.gap-y-10 {
  row-gap: 2.5rem !important;
}

.self-end {
  align-self: flex-end !important;
}

.self-center {
  align-self: center !important;
}

.rounded-lg {
  border-radius: 0.5rem !important;
}

.border {
  border-width: 1px !important;
}

.border-l-\[12px\] {
  border-left-width: 12px !important;
}

.border-l-\[15px\] {
  border-left-width: 15px !important;
}

.border-none {
  border-style: none !important;
}

.border-\[\#AA7C14\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(170 124 20 / var(--tw-border-opacity)) !important;
}

.border-blue {
  --tw-border-opacity: 1 !important;
  border-color: rgb(8 92 128 / var(--tw-border-opacity)) !important;
}

.border-l-\[\#AA7C14\] {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(170 124 20 / var(--tw-border-opacity)) !important;
}

.bg-\[\#005E82\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 94 130 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#0A455C\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(10 69 92 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#AA7C14\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(170 124 20 / var(--tw-bg-opacity)) !important;
}

.bg-blue {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(8 92 128 / var(--tw-bg-opacity)) !important;
}

.object-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.p-0 {
  padding: 0px !important;
}

.p-10 {
  padding: 2.5rem !important;
}

.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.px-16 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.px-20 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.pb-5 {
  padding-bottom: 1.25rem !important;
}

.pb-8 {
  padding-bottom: 2rem !important;
}

.pl-10 {
  padding-left: 2.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pl-5 {
  padding-left: 1.25rem !important;
}

.pr-5 {
  padding-right: 1.25rem !important;
}

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

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

.align-middle {
  vertical-align: middle !important;
}

.font-\[\'Merriweather_Sans\'\] {
  font-family: 'Merriweather Sans' !important;
}

.text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

.text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

.text-5xl {
  font-size: 3rem !important;
  line-height: 1 !important;
}

.text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

.text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

.text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

.text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}

.font-black {
  font-weight: 900 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.font-extralight {
  font-weight: 200 !important;
}

.font-semibold {
  font-weight: 600 !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.italic {
  font-style: italic !important;
}

.tracking-\[0\.18em\] {
  letter-spacing: 0.18em !important;
}

.tracking-\[2px\] {
  letter-spacing: 2px !important;
}

.text-blue {
  --tw-text-opacity: 1 !important;
  color: rgb(8 92 128 / var(--tw-text-opacity)) !important;
}

.text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.underline {
  text-decoration-line: underline !important;
}

.no-underline {
  text-decoration-line: none !important;
}

.antialiased {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.outline {
  outline-style: solid !important;
}

.blur {
  --tw-blur: blur(8px) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.grayscale {
  --tw-grayscale: grayscale(100%) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}

.\[text-shadow\:_0px_3px_6px_\#000000E6\] {
  text-shadow: 0px 3px 6px #000000E6 !important;
}

.\[text-shadow\:_none\] {
  text-shadow: none !important;
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.hover\:text-\[\#AA7C14\]:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(170 124 20 / var(--tw-text-opacity)) !important;
}

.hover\:text-blue:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(8 92 128 / var(--tw-text-opacity)) !important;
}

.hover\:no-underline:hover {
  text-decoration-line: none !important;
}

@media not all and (min-width: 768px) {
  .max-md\:max-w-96 {
    max-width: 24rem !important;
  }

  .max-md\:flex-col {
    flex-direction: column !important;
  }

  .max-md\:pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .max-md\:text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }
}

@media (max-width: 750px) {
  .max-\[750px\]\:hidden {
    display: none !important;
  }

  .max-\[750px\]\:h-80 {
    height: 20rem !important;
  }
}

@media not all and (min-width: 640px) {
  .max-sm\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .max-sm\:mt-5 {
    margin-top: 1.25rem !important;
  }

  .max-sm\:w-48 {
    width: 12rem !important;
  }

  .max-sm\:max-w-md {
    max-width: 28rem !important;
  }

  .max-sm\:text-center {
    text-align: center !important;
  }
}

@media (min-width: 450px) {
  .min-\[450px\]\:text-6xl {
    font-size: 3.75rem !important;
    line-height: 1 !important;
  }

  .min-\[450px\]\:text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
}

@media (min-width: 640px) {
  .sm\:grid {
    display: grid !important;
  }

  .sm\:max-w-56 {
    max-width: 14rem !important;
  }

  .sm\:border-l-\[12px\] {
    border-left-width: 12px !important;
  }

  .sm\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
}

@media (min-width: 750px) {
  .min-\[750px\]\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .min-\[750px\]\:h-full {
    height: 100% !important;
  }

  .min-\[750px\]\:max-h-\[700px\] {
    max-height: 700px !important;
  }

  .min-\[750px\]\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 768px) {
  .md\:mr-\[30px\] {
    margin-right: 30px !important;
  }

  .md\:h-\[330px\] {
    height: 330px !important;
  }

  .md\:w-1\/2 {
    width: 50% !important;
  }

  .md\:w-\[140px\] {
    width: 140px !important;
  }

  .md\:w-\[170px\] {
    width: 170px !important;
  }

  .md\:w-\[700px\] {
    width: 700px !important;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-\[1fr_300px\] {
    grid-template-columns: 1fr 300px !important;
  }

  .md\:items-end {
    align-items: flex-end !important;
  }

  .md\:justify-end {
    justify-content: flex-end !important;
  }

  .md\:justify-items-end {
    justify-items: end !important;
  }

  .md\:gap-5 {
    gap: 1.25rem !important;
  }

  .md\:p-5 {
    padding: 1.25rem !important;
  }

  .md\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .md\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
}

@media (min-width: 1024px) {
  .lg\:pl-20 {
    padding-left: 5rem !important;
  }

  .lg\:text-7xl {
    font-size: 4.5rem !important;
    line-height: 1 !important;
  }

  .lg\:text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }
}

@media (min-width: 1280px) {
  .xl\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .xl\:mb-0 {
    margin-bottom: 0px !important;
  }

  .xl\:text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }

  .xl\:text-9xl {
    font-size: 8rem !important;
    line-height: 1 !important;
  }

  .xl\:text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }
}