/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* Former gold: color: #CC9933;*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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.
 */
[type=search]::-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 */
}

/* Contact Us Form  */
div.wpforms-container-full .wpforms-form .wpforms-field.checkbox-subscribe {
  margin: 30px 0 30px;
}

div.wpforms-container-full .wpforms-form .wpforms-field.checkbox-subscribe label {
  font-size: 14px;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*!
Theme Name: summerculinary
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: summerculinary
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Helper classes
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* 
# COLORS

light-blue-gray: F3F3F8
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
  background: #eee url(img/bg-quote.png) no-repeat 10px 20px;
  background-size: 50px auto;
  padding: 10px 30px 30px 70px;
  margin-bottom: 30px;
  font-size: 16px;
  border-radius: 40px 0;
}

blockquote cite {
  font-size: 13px;
  text-align: right;
  display: block;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

body {
  color: #000;
  word-wrap: break-word;
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  body {
    padding-right: 0;
    padding-left: 0;
  }
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 15px;
  color: #333;
  font-weight: 500;
  font-family: "Raleway", sans-serif !important;
}

h1.light {
  font-weight: 300;
  line-height: 40px;
}

#content h3 {
  margin-top: 20px;
  margin-bottom: 0;
  color: #f0a202;
  font-weight: normal;
}

#portfolio h3,
#partners h3,
#footer-widgets aside h3.widget-title {
  font-size: 16px;
  line-height: 18px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e6e6e6;
}

p {
  margin: 0 0 20px;
}

table .label {
  padding: 7px;
  background: none;
  text-shadow: none;
  line-height: normal;
}

tr {
  border-bottom: 1px solid #cccccc;
}

td {
  padding: 5px 20px;
}

dt {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0;
  font-weight: bold;
}

dd {
  margin-bottom: 15px;
  margin-left: 0;
}

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

ol, ul {
  margin-left: 21px;
  list-style-position: inside;
}

ul.init-cap li {
  text-transform: capitalize;
}

pre {
  -moz-border-radius: 0;
  border-radius: 0;
}

code {
  white-space: pre-wrap;
}

header {
  margin-top: 15px;
  margin-bottom: 15px;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 15px;
  font-weight: bold;
  font-family: "Raleway", sans-serif !important;
}

h1 {
  font-size: 40px;
  line-height: 44px;
  font-weight: normal;
}

h2 {
  font-size: 36px;
  line-height: 40px;
}

h3 {
  font-size: 26px;
  line-height: 30px;
}

h3.has-large-font-size {
  line-height: 42px;
}

h4 {
  font-size: 28px;
  line-height: 32px;
}

h5 {
  font-size: 22px;
  line-height: 26px;
}

h6 {
  font-size: 18px;
  line-height: 22px;
}

.lead-in {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  margin: 40px 0 10px;
  padding: 10px 0 0;
  text-transform: uppercase;
  color: #f0a202;
  border-top: 2px solid #f0a202;
  /* color: #000;
  border-top: 2px solid #000; */
}

.lead-in.red {
  color: #fe4a49;
  border-top: 2px solid #fe4a49;
}

.lead-in.green {
  color: #1a936f;
  border-top: 2px solid #1a936f;
}

.lead-in.black {
  color: #000;
  border-top: 2px solid #000;
}

.section-title-large {
  margin: 0 0 50px;
  font-size: 30px;
  font-weight: normal;
}

.section-title {
  margin: 0 0 20px;
  font-size: 24px;
  line-height: 34px;
  font-weight: normal;
}

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

.header-margin-right {
  margin-right: 50px;
}

.green-links a,
.green-links a:visited {
  color: #1a936f;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 0 20px;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

ul.check {
  margin: 20px 0;
}

ul.check li {
  text-align: left;
  list-style: none;
  background: url("img/checkmark-green-circle.png") 0 0 no-repeat;
  padding: 5px 0 3px 33px;
  margin-bottom: 10px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  /*	max-width: 100%;*/
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel] {
  width: 100%;
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #f0a202;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  color: #b56100;
}

a:focus {
  outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Main Nav
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.show-mobile-flex,
.show-mobile {
  display: none !important;
}

.main-navigation .btn a {
  margin: 0;
  color: #fff;
  padding: 0;
  border: 0;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .main-navigation li {
    display: inline-block;
    text-align: left;
    margin: 0 5px;
  }
  .main-navigation a {
    display: inline-block;
  }
  .main-navigation ul ul a {
    width: auto;
  }
}
/* MOBILE MENU  */
/***************************************/
@media screen and (max-width: 767px) {
  .main-navigation.toggled {
    padding-bottom: 1px;
  }
  .main-navigation.toggled ul {
    border-top: 1px solid #666;
  }
  .main-navigation ul#primary-menu ul.sub-menu {
    box-shadow: none;
    float: none;
    position: relative;
    top: auto;
    left: auto;
    z-index: 99999;
    border: none;
  }
  .hide-mobile {
    display: none !important;
  }
  .show-mobile {
    display: block !important;
  }
  .show-mobile-flex {
    display: flex !important;
  }
  .main-navigation a {
    background: #eee;
  }
  .main-navigation #primary-menu > li:first-child > a {
    background: #ddd;
    font-weight: bold;
  }
  .main-navigation .menu-item-has-children > a {
    display: block;
    font-weight: bold;
    background: #ddd;
    cursor: default;
  }
  .main-navigation .menu-item-has-children > a:hover {
    color: #333;
  }
  .main-navigation .menu-item-has-children > a:after {
    display: none !important;
  }
  .main-navigation ul ul.sub-menu {
    margin: 0;
    padding: 0;
  }
  .main-navigation li.current-menu-ancestor > a {
    color: #333 !important;
  }
}
.menu-toggle {
  margin: 20px auto;
  background: #f0a202;
  text-align: center;
  float: none;
  color: #fff;
  width: 50px;
  font-size: 9px;
  padding-bottom: 2px;
  border: none;
}

.icon-bar {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #f5f5f5;
  margin-bottom: 5px;
}

.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 768px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: -46px;
  }
  .main-navigation ul#primary-menu {
    display: flex;
    margin: 0;
    justify-content: space-around;
    align-items: center;
  }
  .main-navigation ul#primary-menu ul {
    display: block;
  }
  body.home .main-navigation,
  body.page-template-page-location .main-navigation {
    margin: 0 20px;
    position: relative;
    bottom: auto;
  }
}
@media screen and (min-width: 900px) {
  body.home .main-navigation,
  body.page-template-page-location .main-navigation {
    margin: 0 50px;
  }
}
.site-main .comment-navigation, .site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/
.mb-center {
  display: flex !important;
  justify-content: center;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Helper classes
--------------------------------------------------------------*/
.border-top {
  border-top: 2px solid #F1AD01;
}

.text-yellow {
  color: #F19801 !important;
}

.padding-20 {
  padding: 20px;
}

.mt-0 {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.wp-block-image figcaption {
  text-align: center;
}

/*--------------------------------------------------------------
## Homepage
--------------------------------------------------------------*/
body.home #top_header,
body.page-template-page-location #top_header {
  background: #000;
  border: none;
}

body.home #header-menu li,
body.page-template-page-location #header-menu li {
  border-color: #999;
}

body.home .entry-header {
  display: none;
}

body.home .logo,
body.page-template-page-location .logo {
  text-align: center;
  max-width: 200px;
  margin: 0 auto;
}

body.home input[type=search],
body.page-template-page-location input[type=search] {
  background: #2b2b2b;
  border-color: #2b2b2b;
}

body.home input[type=search]:focus,
body.page-template-page-location input[type=search]:focus {
  color: #fff;
}

body.home #content .locations-column > div {
  position: relative;
}

body.home #content .locations-column figure {
  background: #000;
  overflow: hidden;
}

body.home #content .locations-column figure img {
  /* opacity: .5; */
  transition: 0.5s all;
}

body.home #content .locations-column figure img:hover {
  transform: scale(1.1);
}

body.home #content .locations-column figure.logo img {
  position: absolute;
  opacity: 1;
  top: 10px;
  left: 10px;
}

body.home #content .locations-column .ub-expand-toggle-button {
  padding-right: 20px;
  padding-left: 20px;
}

body.home #content .locations-column figure {
  margin-top: 0;
  margin-bottom: 10px;
}

body.home #content .locations-column > .wp-block-column {
  padding: 0;
  background: #fff;
  box-shadow: 3px 3px 15px 2px rgba(0, 0, 0, 0.3);
  text-align: center;
  margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
   position: relative;
}

body.home #content .locations-column > .wp-block-column.shadow-none {
	box-shadow: none;
}

.location-title {
  font-size: 18px;
  color: #000;
  display: block;
  margin: 0 !important;
}

.icon-wrapper {
  display: flex;
  justify-content: flex-start;
  margin: 5px 0 0 !important;
  align-items: center;
}

.icon-wrapper img {
  margin: 0 10px 0 0;
}

.view-program a {
  border-top: 1px solid #ddd;
  padding: 10px 0 !important;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px !important;
  font-size: 12px;
}

.view-program a img {
  transition: 0.2s all;
}

.view-program a:hover img {
  transform: translateX(5px);
}

.new {
  background: #fe4a49;
  color: #fff;
  width: auto;
  display: inline-block;
  padding: 5px 10px;
  position: absolute;
  top: 20px;
  right: 0;
  border-radius: 6px 0 0 6px;
  text-transform: uppercase;
  font-size: 12px;
  padding: 5px 10px !important;
}

.feature {
  padding: 2px 10px !important;
  background: #1a936f;
  color: #fff;
  display: inline-block;
  border-radius: 12px;
  text-transform: uppercase;
  font-size: 12px !important;
  position: absolute;
  top: 195px;
  right: 10px;
}

body.home #content .locations-column .wp-block-column p {
  padding: 0 20px;
  /* text-align: left !important; */
  margin: 0;
  /* position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 28px; */
}

@media (min-width: 768px) {
  body.home .site-description,
  body.page-template-page-location .site-description {
    display: none;
  }
  body.home .main-navigation a,
  body.page-template-page-location .main-navigation a {
    /*body.home  .main-navigation ul ul a {*/
    color: #fff;
    text-align: center;
    font-size: 11px;
  }
  body.home .main-navigation ul ul a,
  body.page-template-page-location .main-navigation ul ul a {
    color: #333;
    text-align: left;
  }
  body.home .main-navigation .menu-item-has-children > a:after,
  body.page-template-page-location .main-navigation .menu-item-has-children > a:after {
    border-top-color: #fff;
  }
  body.home .main-navigation a:hover,
  body.home .main-navigation ul ul a:hover,
  body.page-template-page-location .main-navigation a:hover,
  body.page-template-page-location ul ul a:hover {
    color: #f0a202;
  }
  body.home #masthead,
  body.page-template-page-location #masthead {
    position: absolute;
    border: 0;
    padding: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: center;
  }
  body.home #masthead .custom-logo-link,
  body.page-template-page-location #masthead .custom-logo-link {
    /*width: 200px;
    height: 42px;*/
    width: 170px;
    height: 36px;
    background: transparent url("img/logo-summerculinary-white.png") no-repeat 0 0;
    background-size: 100%;
  }
  body.home #masthead .custom-logo-link img,
  body.page-template-page-location #masthead .custom-logo-link img {
    display: none;
  }
  body.home #primary,
  body.page-template-page-location #primary {
    width: 100%;
  }
  body.home .entry-header {
    display: none;
  }
  body.home .entry-header h1 {
    color: #fff;
  }
  body.home #content {
    z-index: 999;
    margin-top: -8%;
  }
  .wp-block-image {
    margin: 0;
  }
  body.home .logo {
    max-width: 100%;
  }
  body.home .logo img {
    width: 90% !important;
    height: auto;
    /* max-height: 80px; */
    margin: 10px auto 0;
  }
}
@media (min-width: 900px) {
  body.home .main-navigation a,
  body.home .main-navigation ul ul a,
  body.page-template-page-location .main-navigation a,
  body.page-template-page-location .main-navigation ul ul a {
    font-size: 14px;
  }
  body.home #masthead .custom-logo-link {
    width: 240px;
    height: 51px;
  }
}
@media (min-width: 1200px) {
  /*	body.home #masthead .custom-logo-link {
  		width: 310px;
  		height: 66px;
  	}	*/
}
#home-banner {
  position: relative;
  z-index: -2;
  /*display: flex;
  align-items: center;	*/
  padding: 0;
  text-align: center;
  background: #000;
}

#home-banner .page-container .metaslider {
  margin: 0 auto;
}

#home-banner .bg-video {
  background: #000 url("img/video-still-winners.jpg") no-repeat center;
  background-size: cover;
}

#home-banner #player {
  display: none;
}

#home-banner #location-logo {
  width: 70%;
  height: auto;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  #home-banner #location-logo {
    width: initial;
    height: auto;
    margin-top: 0;
  }
  #home-banner .bg-video {
    position: relative;
    width: 100%;
    height: 80vh;
    overflow: hidden;
    z-index: -1;
    background: #000;
  }
  #home-banner .bg-video #player {
    display: block;
    position: absolute;
    top: -30%;
    left: 0;
    right: 0;
    width: 100%;
    height: 170%;
    z-index: -2;
    opacity: 0.7;
  }
}
#home-banner .banner-text {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 100%;
  padding: 0 20px;
}

#home-banner h1 {
  font-family: "Raleway", sans-serif !important;
  font-size: 50px;
  line-height: 1.2;
  color: #fff;
  font-weight: 400;
}

#home-banner p {
  font-family: "Raleway", sans-serif !important;
  font-size: 18px;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  #home-banner p {
    font-size: 20px;
  }
}
#home-banner .locations-arrow {
  margin-top: 50px;
  position: relative;
  width: 327px;
  margin: 0 auto;
  height: 80px;
}

#home-banner .locations-arrow h2 {
  background: transparent url(img/arrow-down.svg) no-repeat center bottom;
  background-size: auto 20px;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
  color: #f0a202 !important;
  /* animation-name: bounce;
  animation-duration: 3s;
  animation-iteration-count: infinite; */
  position: absolute;
  top: 0;
  margin: 0;
  left: 0;
}

@keyframes bounce {
  0% {
    top: 0;
  }
  50% {
    top: 10px;
  }
  100% {
    top: 0;
  }
}
#home-banner .locations-arrow span {
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  position: relative;
}

#home-banner .locations-arrow span:before {
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f00;
  opacity: 0.5;
}

#home-banner .locations-arrow span:after {
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f00;
  opacity: 0.5;
}

#feature-banner {
  position: relative;
  background: #000 url("img/bg_citylights.jpg") no-repeat 0 0;
  background-size: cover;
  background-position: center;
  min-height: 472px;
  /*background-attachment: fixed;	*/
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: stretch;
}

#feature-banner .overlay {
  background: rgba(0, 0, 0, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  #home-banner,
  #feature-banner {
    background-attachment: fixed;
    background-size: cover;
  }
}
#feature-banner #feature-content h1,
#feature-banner #feature-content h2,
#feature-banner #feature-content h3,
#feature-banner #feature-content h4,
#feature-banner #feature-content h5,
#feature-banner #feature-content h6,
#feature-banner #feature-content p {
  color: #fff;
  margin-top: 0;
}

#feature-banner #feature-content h3 {
  font-family: "Raleway", sans-serif !important;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

#feature-banner #feature-content {
  width: 80%;
  max-width: 500px;
  margin: 0 auto;
  font-size: 16px;
}

.section {
  margin-bottom: 50px;
}

.section h3 {
  font-size: 16px;
  line-height: 18px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e6e6e6;
}

.section img {
  padding: 3px;
  border: 1px solid #e6e6e6;
  width: 100%;
  transition: all 0.5s;
}

.section a:hover img {
  opacity: 0.6;
}

.section p {
  margin: 10px 0;
}

.section a {
  font-weight: bold;
}

@media (min-width: 992px) {
  .section-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: stretch;
    align-items: flex-start;
  }
  .section:first-child {
    margin-right: 50px;
  }
  .section {
    width: 50%;
  }
}
/* META SLIDER  =====================================================*/
#home-banner .metaslider .slides img,
#home-banner .white-border img {
  max-width: 500px;
  border: 10px solid #fff;
  margin: 0 auto;
}

#home-banner .metaslider .caption .btn {
  display: inline-block;
  margin-top: 20px;
}

#home-banner .metaslider .caption-wrap {
  position: static;
  opacity: 1;
  background: none;
}

#home-banner .metaslider .caption {
  color: #ffffff;
  line-height: normal;
  text-align: center;
  padding: 30px 0;
}

#home-banner .metaslider .caption * {
  color: #ffffff;
}

#home-banner .metaslider .caption h1,
#home-banner .metaslider .caption h2 {
  font-size: 26px;
  line-height: 28px;
  margin: 0 0 20px;
}

#home-banner .metaslider .caption h3,
#home-banner .metaslider .caption h4,
#home-banner .metaslider .caption h5,
#home-banner .metaslider .caption h6 {
  font-size: 18px;
  line-height: 22px;
  margin: 0;
}

#home-banner .metaslider .caption p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 20px;
}

@media (min-width: 992px) {
  #home-banner .metaslider .slides img,
  #home-banner .white-border img {
    max-width: 400px;
  }
  #home-banner {
    padding: 0;
  }
  #home-banner .container {
    max-width: 1300px;
  }
  #home-banner .carousel-inner {
    overflow: visible;
  }
  #home-banner .metaslider,
  #home-banner .flexslider,
  #home-banner .metaslider li,
  #home-banner .flexslider .slides li {
    position: static !important;
  }
  #home-banner .page-container .metaslider {
    margin: 0;
  }
  #home-banner .slides li {
    display: none !important;
  }
  #home-banner .slides li.flex-active-slide {
    display: block !important;
  }
  #home-banner .slides li.flex-active-slide {
    display: block !important;
  }
  #home-banner .flex-active-slide a {
    z-index: 999;
  }
  #home-banner .metaslider .caption-wrap {
    display: flex;
    align-items: center;
    position: absolute;
    left: inherit;
    right: 0;
    height: 100%;
    width: 40%;
  }
  #home-banner .caption-wrap {
    z-index: -1;
  }
  #home-banner li.flex-active-slide .caption-wrap {
    z-index: 1;
  }
  #home-banner .metaslider .caption {
    padding: 0 0 0 70px;
    float: right;
    text-align: left;
  }
  #slider_lite img {
    padding-left: 50px;
  }
  #home-banner .flex-direction-nav a {
    background-image: url("img/bg_direction_nav_lte.png");
  }
}
@media (min-width: 1200px) {
  #home-banner .metaslider .caption {
    padding: 0;
  }
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.error404 #content {
  min-height: 700px;
  text-align: center;
  width: 100%;
  justify-content: center;
}

.sticky {
  display: block;
}

.post {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

article.post, article.page, article.attachment {
  margin-bottom: 30px;
  padding-top: 25px;
  border-top: 5px solid #f0a202;
}

body.home article.page,
body.page-template-page-location article.page {
  border: 0;
  padding-top: 0;
}

.entry-title {
  margin-top: 0;
  margin-bottom: 5px;
  color: #000;
  font-size: 2.6em;
  line-height: 1em;
}

/* LOCATIONS ===============================================*/
/* program info */
.program-details h4 {
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
  margin: 20px 0 5px;
  font-weight: normal;
}

.program-details p {
  margin: 0 0 10px;
  line-height: 22px;
}

/*--------------------------------------------------------------
## BLOCK TEMPLATE HELPER CLASSES
--------------------------------------------------------------*/
@media (min-width: 768px) {
  .wp-block-column.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
	  position: relative;
  }
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
## Template
--------------------------------------------------------------*/
#page {
  text-align: center;
  /*flex-direction: column;*/
  /*display: flex;*/
  /*justify-content: space-between;*/
  /*height: 100vh;*/
}

.page-container {
  width: 80%;
  max-width: 1020px;
  margin-right: auto !important;
  margin-left: auto !important;
}

#top_header {
  padding: 0 10px;
}

#top_header {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}

#top_header {
  height: 37px;
  background: #ccc;
  color: #fff;
}

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

.padded-section {
  padding: 100px 0;
}

.bg-grey {
  background: #eee;
}

/*#top_header .header-group:nth-of-type(1),
#top_header .header-group:nth-of-type(3) {
	width: 30%;
}
#top_header .header-group:nth-of-type(2) {
	flex-grow: 1;
	text-align: center;
}
#top_header .header-group:nth-of-type(2) a {
	display: block;
}
#top_header .header-group:nth-of-type(3) {
	text-align: right;
}*/
@media (min-width: 768px) {
  #top_header {
    background: none;
    border-bottom: 1px solid #CCC;
  }
}
#masthead {
  position: relative;
  padding: 15px 0 16px;
  margin: 0 auto;
}

/*#masthead > div { margin: 0 5%; }*/
#masthead .custom-logo-link img {
  width: 200px !important;
  height: 42px !important;
}

#content {
  text-align: left;
  width: 100%;
  margin-top: 30px;
}

#primary {
  margin: 0 20px;
}
@media (min-width: 768px) {
  #primary {
    margin: 0 20px 0 0;
  }

}



#secondary {
  margin: 0 20px;
}
@media (min-width: 768px) {
  #secondary {
    margin: 0 0 0 20px;
  }
}

@media (min-width: 768px) {
  #masthead .site-branding {
    margin-left: 5%;
  }
  #masthead .header-btn {
    margin-right: 5%;
  }
  #content {
    width: 100%;
    margin: 30px auto 0;
    display: flex;
    align-items: flex-start;
    align-content: stretch;
    justify-content: space-between;
  }
  #primary {
    width: 60%;
  }
  #secondary {
    width: 30%;
  }
  body.page-template-page-location #primary {
    width: 100%;
  }
  body.home .full-width,
  body.page-template-page-location .full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
  }
  body.page-template-page-location {
    overflow-x: hidden;
  }
}
@media (min-width: 768px) {
  #masthead {
    width: 100%;
    display: flex;
    align-items: center;
    align-content: stretch;
    justify-content: space-between;
    border-bottom: 50px solid #eeeeee;
  }
}
/* LANDING PAGE 1 : modal */
body.home .modal {
  display: none;
  position: fixed;
  overflow: scroll;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  align-items: flex-start;
  justify-content: center;
}

.modal .close {
  position: absolute;
  top: -30px;
  right: -10px;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  background: #333;
  color: #fff;
  font-size: 14px;
  line-height: 36px;
  font-weight: bold;
  cursor: pointer;
}

@media screen and (min-height: 600px) {
  #modal-landing-page {
    align-items: center;
  }
}
@media screen and (min-width: 440px) {
  .modal .close {
    right: -30px;
  }
}
#modal-landing-page .form-container {
  margin: 30px auto;
  position: relative;
  max-width: 400px;
  background: #fff;
  padding: 20px;
  border: 10px solid #ddd;
  height: auto;
}

#modal-landing-page td {
  padding: 0;
}

#modal-landing-page .title,
#modal-landing-page .text {
  padding: 0 0 0 10px;
}

#modal-landing-page .text {
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
}

#modal-landing-page h3 {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 5px;
  text-align: left;
}

#modal-landing-page .infusion-field {
  text-align: left;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

#modal-landing-page .infusion-field label {
  font-weight: 600;
}

#modal-landing-page .infusion-field-input {
  font-size: 13px;
  padding: 5px;
  width: 200px;
}

#banner .page-container {
  width: 100%;
  max-width: none;
}

#content.landing-page article.page {
  border: none;
}

#content.landing-page {
  margin: 0 auto;
}

#content.landing-page #primary {
  width: 100%;
  text-align: center;
  margin: 0;
}

#content.landing-page .wp-block-columns {
  margin: 0 10px;
	position: relative;
}

#content.landing-page h3 {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 10px;
}

#banner {
  overflow: hidden;
}

#banner .banner-img {
  background: #ded9d8;
  line-height: 0;
}

#banner header {
  padding: 0 20px;
}

#banner header h1 {
  font-size: 26px;
  line-height: 1.2;
}

@media (min-width: 768px) {
  #banner header h1 {
    font-size: 32px;
  }
}
#content.landing-page {
  display: flex;
  flex-direction: column-reverse;
}

#content.landing-page #form-container {
  padding: 30px;
  border-top: 5px solid #404040;
  margin: 20px 20px 80px;
  box-shadow: 2px 10px 10px rgba(0, 0, 0, 0.2);
}

#content.landing-page #form-container h2 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  margin: 0 0 20px;
}

#content.landing-page #form-container h2 strong {
  font-weight: 600;
}

#content.landing-page .infusion-field {
  margin: 0 0 15px;
  text-align: left;
}

#content.landing-page .infusion-field label {
  display: block;
  font-weight: bold;
}

#content.landing-page .infusion-field-input {
  width: 100%;
}

#content.landing-page .infusion-submit p {
  margin: 0 0 10px;
}

#content.landing-page .infusion-submit .btn {
  width: 100%;
  cursor: pointer;
}

@media (min-width: 768px) {
  #content.landing-page {
    flex-direction: row;
  }
  #content.landing-page #primary {
    text-align: left;
    margin: 0 20px 0 40px;
  }
  #content.landing-page .wp-block-columns {
    margin: 0;
	  position: relative;
  }
  #banner {
    margin-bottom: 30px;
    background: #ded9d8;
    min-height: 262px;
  }
  #banner header {
    padding: 0 70px 0 0;
  }
  #banner header p {
    margin-bottom: 0;
  }
  #banner .banner-img {
    width: 467px;
    height: auto;
    margin-right: -40%;
    display: flex;
    align-items: flex-end;
  }
  #banner .banner-img img {
    max-width: none;
  }
  #banner .page-container {
    width: 80%;
    max-width: 1020px;
    display: flex;
    flex-direction: row-reverse;
    text-align: left;
    align-items: center;
    justify-content: space-between;
  }
  #content.landing-page #form-container {
    background: #fff;
    margin-top: -100px;
  }
}
@media (min-width: 1000px) {
  #banner header {
    max-width: 700px;
  }
  #banner header h1 {
    font-size: 42px;
  }
  #banner .banner-img {
    margin-right: -20%;
  }
  #content.landing-page #primary {
    text-align: left;
    margin: 0 20px;
  }
}
/* HEADER ===============================================*/
.site-title {
  display: none;
}

#masthead .site-description {
  border-top: 1px solid #ccc;
  margin: 5px auto 0;
  padding-top: 5px;
  color: #333;
  font-size: 11px;
  text-align: center;
}

.main-navigation a,
.main-navigation ul ul a {
  padding: 10px;
  border-bottom: 1px solid #666;
  color: #333;
  text-transform: uppercase;
  text-shadow: none;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .main-navigation a {
    padding: 0 0 5px;
    border-bottom: 4px solid transparent;
  }
  .main-navigation ul ul a {
    border: none;
    padding: 0 12px 0 15px;
  }
}
.main-navigation a:hover {
  color: #CC9933;
}

.main-navigation li.current-menu-item > a,
.main-navigation li.current-menu-ancestor > a {
  color: #B56100;
  font-weight: bold;
}

.nav-menu > li {
  position: relative;
}

.main-navigation ul ul {
  min-width: 160px;
  padding: 5px 0;
  margin: 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-right-width: 2px;
  border-bottom-width: 2px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.main-navigation .menu-item-has-children > a:after {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  margin: 8px;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.main-navigation .menu-item-has-children > a:hover:after,
.main-navigation .current-menu-item > a:after,
.main-navigation .current-menu-ancestor > a:after {
  border-top-color: #B56100;
  border-bottom-color: #B56100;
}

#header-menu li {
  display: none;
}

#header-menu li.tel {
  display: inline;
}

@media (min-width: 768px) {
  .main-navigation li li {
    display: block;
  }
  .main-navigation ul ul a {
    text-transform: none;
    font-weight: bold;
    padding: 7px 20px;
    display: block;
    clear: both;
    line-height: 20px;
    color: #333333;
    white-space: nowrap;
  }
  #header-menu li {
    display: inline;
  }
  .main-navigation .sub-menu:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #cccccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: "";
  }
  .main-navigation .sub-menu:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: "";
  }
}
@media (min-width: 1400px) {
  .main-navigation {
    position: relative;
    top: auto;
    bottom: auto;
    width: auto;
  }
  .main-navigation #primary-menu > li {
    padding: 0 6px;
  }
  .main-navigation a {
    margin-bottom: 0;
    padding: 4px 0px 0;
  }
  #masthead {
    border-bottom: 10px solid #eeeeee;
  }
  body.home #masthead,
  body.page-template-page-location #masthead {
    border: 0;
  }
}
@media (min-width: 1460px) {
  .main-navigation #primary-menu > li {
    padding: 0 10px;
  }
}
#header-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

#header-menu li a {
  color: #fff;
}

#social {
  display: none;
}

@media (min-width: 768px) {
  #social {
    display: block;
    margin-right: 10px;
  }
  #social .simple-social-icons ul li {
    margin-bottom: 0 !important;
  }
  #social .simple-social-icons ul li a {
    padding: 5px !important;
  }
  #header-menu {
    display: inline;
  }
  #header-menu li {
    list-style: none;
    display: inline;
    margin: 0;
    border-left: 1px solid #eee;
    margin-left: 5px;
    padding-left: 5px;
  }
  #header-menu li:first-child {
    border: none;
  }
  #header-menu li a {
    color: #999;
    text-decoration: none;
  }
  #header-menu li a:hover {
    text-decoration: underline;
  }
}
/* SEARCH ===============================================*/
.search-form {
  width: 95px;
  margin: 0;
}

input[type=search] {
  font-size: 13px;
  outline: none;
  border-radius: 15px;
  padding: 2px 5px;
}

.search-submit {
  display: none !important;
}

.search-form input[type=text]:focus {
  border: 1px solid #f0a202;
  box-shadow: 0 0 5px #f0a202;
}

.search-form .search-query::-webkit-input-placeholder, .navbar-search .search-query:-moz-placeholder, .navbar-search .search-query::-moz-placeholder, .navbar-search .search-query:-ms-input-placeholder {
  color: #777777;
}

/* Notification Bar ===============================================*/
#notification {
  padding: 5px 0;
  min-height: 37px;
  background: #4965a2;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: #fff;
}

#notification section,
#notification p {
  margin: 0;
}

#notification a {
  color: #fff;
  letter-spacing: 1px;
  transition: all 0.2s;
  margin: 5px;
  display: block;
}

#notification a:hover {
  /*text-decoration: underline;*/
  color: #cc9933;
}

@media screen and (min-width: 768px) {
  #notification {
    flex-wrap: none;
  }
  #notification a {
    margin: 5px 50px;
  }
}
/* Utility ===============================================*/
.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

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

.mt-10 {
  margin-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.text-gold {
  color: #f0a202 !important;
}

/* LOCATION LANDING PAGE ===============================================*/
.page-template-page-location-landing #page {
  position: relative;
  z-index: 2;
}

.page-template-page-location-landing #content .entry-title {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.3px;
  font-weight: normal;
  text-align: center;
  max-width: 600px;
  margin: 100px auto 40px;
}

@media screen and (min-width: 768px) {
  .page-template-page-location-landing #content .entry-title {
    font-size: 42px;
    line-height: 50px;
    letter-spacing: 0.3px;
  }
}
.page-template-page-location-landing #content .section-title {
  color: #000;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .page-template-page-location-landing #content .section-title {
    font-size: 36px;
    line-height: 40px;
  }
}
#home-banner.location {
  position: relative;
  z-index: 1;
  background: #000 url("img/nyc-skyline-morning.jpg") no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 500px;
}

#home-banner.location p {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  #home-banner.location {
    height: 90vh;
  }
  #home-banner.location p {
    font-size: 18px;
  }
}
#home-banner.location p {
  text-transform: uppercase;
  margin-bottom: 50px;
}

#home-banner.location .btn {
  margin: 50px 0 0;
  transition: 0.2s all;
  padding: 20px;
}

#home-banner.location::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #000;
  opacity: 0.5;
  width: 100%;
  z-index: 1;
}

#home-banner.location .page-container {
  z-index: 2;
}

#home-banner .banner-text img {
  width: 90%;
  height: auto;
  max-width: none;
}

@media screen and (min-width: 768px) {
  #home-banner .banner-text img {
    max-width: 600px;
  }
}
.session-dates {
  font-size: 17px;
  line-height: 40px;
  margin: 30px 0;
}

.margin-top-0 {
  margin-top: 0 !important;
}

.width-70 {
  width: 70% !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.width-50 {
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

@media screen and (min-width: 768px) {
  .width-50 {
    width: 50% !important;
  }
}
.no-padding-rl {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* BUTTONS ===============================================*/
.btn,
.header-btn a,
input[type=submit],
.btn-submit {
  position: relative;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 40px;
  height: 52px;
  background: #BD7602;
  box-shadow: 0px 8px 36px 12px rgba(38, 55, 70, 0.06);
  border-radius: 80px;
  font-family: "Inter" !important;
  font-style: normal;
  font-weight: 600;
  font-size: 20px !important;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.02em;
  transition: all 0.3s;
  z-index: 1;
  width: fit-content;
  flex-basis: fit-content;
}
.btn:before,
.header-btn a:before,
input[type=submit]:before,
.btn-submit:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(143.17deg, #F0AD00 24.05%, #F09400 78.59%);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 80px;
  z-index: -1;
  opacity: 1;
  transition: all 0.3s;
  margin: 0 auto;
}

/* HEADER BUTTONS */
#primary-menu li.btn {
  margin: 30px auto 14px;
}
#primary-menu li.btn a, #primary-menu li.btn a:hover {
  background: transparent;
  color: #fff;
}

.header-btn {
  display: none;
}
.header-btn .widget {
  margin: 0;
}
.header-btn a {
  min-width: 160px;
}

@media screen and (min-width: 768px) {
  .header-btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-btn a {
    font-size: 12px;
    padding: 16px 40px;
    display: block;
  }
	
   .center-column {
		width: 70%;
		margin: 0 auto;
		align-items: center;
	}
}
@media screen and (min-width: 1200px) {
  .header-btn a {
    font-size: 14px;
  }
}
/* END HEADER BUTTONS */
.btn-submit {
  padding: 15px 40px !important;
  border: none !important;
  text-transform: uppercase !important;
}

.btn:hover,
.header-btn a:hover,
.btn-submit:hover,
.btn-secondary:hover {
  color: #fff;
  text-decoration: none;
  border-color: #BD7602;
  background: #BD7602;
}
.btn:hover:before,
.header-btn a:hover:before,
.btn-submit:hover:before,
.btn-secondary:hover:before {
  opacity: 0;
}

.btn a {
  margin: 0;
}

/* SECONDARY BUTTON */
.btn.btn-secondary {
  box-sizing: border-box;
  width: fit-content;
  filter: drop-shadow(0px 1px 16px rgba(38, 55, 70, 0.06));
  color: #F1A001;
  background: transparent;
  border: 2px solid #F1A001;
}
.btn.btn-secondary:before {
  display: none;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

.widget h1,
.widget h2,
.widget h3 {
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 10px;
  font-weight: bold;
}

.widget h4 {
  font-size: 28px;
  line-height: 32px;
}

.widget h5,
.widget h6 {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  margin: 0 0 10px;
}

.widget ul {
  margin: 10px 0 0 15px;
  padding: 0 0 0 5px;
}

.widget .btn {
  display: block;
  font-size: 14px;
  text-align: center;
}

#secondary h3.widget-title {
  margin-top: 5px;
  margin-bottom: 20px;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 600;
}

#secondary .widget {
  padding: 20px;
}

#secondary .widget-enrollment .widget {
  background: transparent;
  margin: 0;
}

#secondary #text-5 { /* Locations */
  border: 3px solid #0f2a61;
}

#secondary #text-5 a { /* Locations */
  font-size: 18px;
  line-height: 22px;
}

.widget-enrollment {
  background: #619b8a;
  color: #fff;
  padding: 3px;
  margin-bottom: 30px;
}

.widget-enrollment > section {
  padding: 16px;
}

.widget-enrollment h2 {
  margin-top: 5px;
  margin-bottom: 20px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 600;
}

.widget-enrollment .btn {
  display: block;
  color: #fff;
  background: #0f2a61;
  text-align: center;
}

.widget-enrollment .btn:hover {
  background: #051943;
  text-decoration: none;
}

.simple-social-icons {
  margin: 0;
}

.simple-social-icons ul li {
  margin-bottom: 0 !important;
}

#secondary .widget-mailing-list,
#secondary .widget-contact-us {
  font-size: 16px;
  color: #fff;
  padding: 40px 20px;
  /*text-align: center;*/
}

#secondary .widget-contact-us h2,
#secondary .widget-mailing-list h2 {
  color: #fff;
}

#secondary .widget-mailing-list {
  background: transparent url(img/bg-sidebar-recipe.jpg) no-repeat right center;
  background-size: cover;
}

#secondary .widget-contact-us {
  background: transparent url(img/bg-sidebar-utensils.gif) repeat center center;
  background-size: 500px auto;
}

.widget_nav_menu {
  background: #eee;
}
.widget_nav_menu h2.widget-title {
  color: #F19801;
  padding-right: 70px;
  background: transparent url("img/icon-whisk-knife.svg") no-repeat right top;
  background-size: 54px 58px;
  text-align: left;
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: -0.02em;
  margin: 10px 0 30px;
  min-height: 58px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
}
.widget_nav_menu ul,
.widget_nav_menu ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_nav_menu ul {
  margin-bottom: 33px;
}
.widget_nav_menu a {
  display: block;
  padding: 0 30px 5px 0;
  color: #461906;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 48px;
  letter-spacing: -0.02em;
  background: transparent url(img/arrow-right.svg) no-repeat right center;
  background-size: 20px auto;
  transition: all 0.3s ease-out;
}
.widget_nav_menu a:hover {
  color: #BD7602;
}
.widget_nav_menu a:hover {
  background-position: right 10px center;
  padding-left: 30px;
}

/* FOOTER ===============================================*/
#colophon {
  padding: 10px 20px;
  background: #191919;
  color: #999;
  font-size: 11px;
}

@media screen and (min-width: 768px) {
  #colophon {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .last-updated {
    text-align: right;
  }
  .site-info {
    text-align: left;
  }
  .site-info, .last-updated {
    width: 250px;
  }
}
#colophon .textwidget,
#colophon .widget,
#colophon p {
  margin: 0;
}

#colophon .simple-social-icons li {
  margin-bottom: 5px !important;
}

.footer-content {
  padding: 20px 0;
}

.page-template-page-graduate-overview,
.page-template-page-graduate-profile {
  font-family: "Inter", sans-serif !important;
}
.page-template-page-graduate-overview h1, .page-template-page-graduate-overview h2, .page-template-page-graduate-overview h3, .page-template-page-graduate-overview h4, .page-template-page-graduate-overview h5, .page-template-page-graduate-overview h6,
.page-template-page-graduate-profile h1,
.page-template-page-graduate-profile h2,
.page-template-page-graduate-profile h3,
.page-template-page-graduate-profile h4,
.page-template-page-graduate-profile h5,
.page-template-page-graduate-profile h6 {
  font-family: "Inter", sans-serif !important;
}
.page-template-page-graduate-overview #content-container,
.page-template-page-graduate-profile #content-container {
  background: #F8F7F4;
}
.page-template-page-graduate-overview .page-container,
.page-template-page-graduate-overview #content.page-container,
.page-template-page-graduate-overview #banner .page-container,
.page-template-page-graduate-profile .page-container,
.page-template-page-graduate-profile #content.page-container,
.page-template-page-graduate-profile #banner .page-container {
  width: 85%;
  max-width: 1192px;
}
.page-template-page-graduate-overview #primary blockquote,
.page-template-page-graduate-profile #primary blockquote {
  font-family: "Inter";
  font-style: italic;
  font-weight: 300;
  letter-spacing: -0.03em;
  border-left: 2px solid #EEC674;
  background: none;
  border-radius: 0;
  margin: 0 0 50px;
  padding: 0 0 0 32px;
}
.page-template-page-graduate-overview #primary blockquote p,
.page-template-page-graduate-profile #primary blockquote p {
  font-size: 30px;
  line-height: 38px;
  color: #384C5E;
}
@media screen and (min-width: 768px) {
  .page-template-page-graduate-overview #primary blockquote p,
  .page-template-page-graduate-profile #primary blockquote p {
    font-size: 40px;
    line-height: 48px;
  }
}
.page-template-page-graduate-overview .video,
.page-template-page-graduate-profile .video {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 92px;
  margin: 0 auto;
  width: 85%;
}
@media screen and (min-width: 992px) {
  .page-template-page-graduate-overview .video > div,
  .page-template-page-graduate-profile .video > div {
    width: 785px;
  }
}
.page-template-page-graduate-overview .video h3,
.page-template-page-graduate-profile .video h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #3E3E3E;
  margin-bottom: 36px;
}
@media screen and (min-width: 992px) {
  .page-template-page-graduate-overview .video h3,
  .page-template-page-graduate-profile .video h3 {
    font-size: 56px;
    line-height: 56px;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 991px) {
  .page-template-page-graduate-overview .video iframe,
  .page-template-page-graduate-profile .video iframe {
    width: 343px;
    height: 194px;
  }
}
.page-template-page-graduate-overview .video .copy,
.page-template-page-graduate-profile .video .copy {
  margin-top: 14px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .page-template-page-graduate-overview .video .copy,
  .page-template-page-graduate-profile .video .copy {
    margin-top: 48px;
  }
}
.page-template-page-graduate-overview .video p,
.page-template-page-graduate-profile .video p {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #263746;
}
@media screen and (min-width: 992px) {
  .page-template-page-graduate-overview .video p,
  .page-template-page-graduate-profile .video p {
    font-size: 20px;
    line-height: 32px;
  }
}
.page-template-page-graduate-overview .video .btn,
.page-template-page-graduate-profile .video .btn {
  margin: 64px auto;
}
.page-template-page-graduate-overview .testimonials > div,
.page-template-page-graduate-profile .testimonials > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px 0;
}
@media screen and (min-width: 992px) {
  .page-template-page-graduate-overview .testimonials > div,
  .page-template-page-graduate-profile .testimonials > div {
    padding: 148px 0 132px;
  }
}
.page-template-page-graduate-overview .testimonials > div blockquote,
.page-template-page-graduate-profile .testimonials > div blockquote {
  display: block;
  padding: 0;
  margin: 0;
  background: none;
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  letter-spacing: -0.03em;
  color: #384C5E;
  position: relative;
  padding-top: 36px;
}
@media screen and (min-width: 992px) {
  .page-template-page-graduate-overview .testimonials > div blockquote,
  .page-template-page-graduate-profile .testimonials > div blockquote {
    width: 70%;
    font-size: 40px;
    line-height: 48px;
  }
}
.page-template-page-graduate-overview .testimonials > div blockquote:before,
.page-template-page-graduate-profile .testimonials > div blockquote:before {
  position: absolute;
  display: block;
  content: "";
  height: 1px;
  width: 80%;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  background: #EEC674;
}
.page-template-page-graduate-overview .testimonials > div blockquote figcaption,
.page-template-page-graduate-profile .testimonials > div blockquote figcaption {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.03em;
  color: #384C5E;
  margin: 30px 0;
  font-size: 18px;
  line-height: 24px;
}
@media screen and (min-width: 992px) {
  .page-template-page-graduate-overview .testimonials > div blockquote figcaption,
  .page-template-page-graduate-profile .testimonials > div blockquote figcaption {
    font-size: 24px;
    line-height: 48px;
    margin: 50px 0;
  }
}

/*********************************************
/* OVERVIEW PAGE 
*********************************************/
.page-template-page-graduate-overview #content-container {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .page-template-page-graduate-overview #content-container {
    margin-top: 0;
  }
}
.page-template-page-graduate-overview #content {
  margin-top: 0;
  margin-bottom: 0;
  align-items: center;
  justify-content: center;
  padding: 48px 0 20px;
}
@media screen and (min-width: 768px) {
  .page-template-page-graduate-overview #content {
    padding: 80px 0 44px;
  }
}
.page-template-page-graduate-overview #primary {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .page-template-page-graduate-overview #primary {
    width: 75%;
  }
}
.page-template-page-graduate-overview h1 {
  font-family: "Inter", sans-serif !important;
  font-weight: 700;
  margin: 0 0 24px;
  font-size: 43.9419px;
  line-height: 46px;
  color: #3E3E3E;
  text-align: center;
  font-size: 36px;
  line-height: 40px;
}
@media screen and (min-width: 992px) {
  .page-template-page-graduate-overview h1 {
    font-size: 60px;
    line-height: 62px;
  }
}
.page-template-page-graduate-overview .intro {
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.02em;
  color: #461906;
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .page-template-page-graduate-overview .intro {
    font-size: 20px !important;
    line-height: 32px !important;
  }
}

/*********************************************
/* GRADUATE PROFILE
*********************************************/
.page-template-page-graduate-profile #content-container .graduates__grid-container {
  margin-top: 148px;
}
.page-template-page-graduate-profile #banner p.small,
.page-template-page-graduate-profile #content p.small {
  font-family: "Inter";
  font-weight: 300;
  letter-spacing: -0.02em;
  color: #000000;
  opacity: 0.6;
  font-size: 12px;
  line-height: 16px;
}
.page-template-page-graduate-profile #banner p.small {
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
}
@media screen and (min-width: 992px) {
  .page-template-page-graduate-profile #banner p.small {
    font-size: 10.449px;
    line-height: 14px;
  }
}
.page-template-page-graduate-profile #content {
  margin-top: 0;
  padding-top: 61px;
}
@media screen and (max-width: 991px) {
  .page-template-page-graduate-profile #content {
    display: block;
    padding-top: 53px;
  }
}
.page-template-page-graduate-profile #primary {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .page-template-page-graduate-profile #primary {
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .page-template-page-graduate-profile #primary {
    width: 782px;
  }
}
.page-template-page-graduate-profile #primary article.post, .page-template-page-graduate-profile #primary article.page, .page-template-page-graduate-profile #primary article.attachment {
  border-top: none;
  padding-top: 0;
}
@media screen and (min-width: 992px) {
  .page-template-page-graduate-profile #primary article.post, .page-template-page-graduate-profile #primary article.page, .page-template-page-graduate-profile #primary article.attachment {
    padding-right: 46px;
  }
}
.page-template-page-graduate-profile #primary h2 {
  margin: 0 0 48px;
}
.page-template-page-graduate-profile #primary h2, .page-template-page-graduate-profile #primary h3 {
  font-family: "Inter" !important;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.02em;
  color: #3E3E3E;
}
@media screen and (min-width: 992px) {
  .page-template-page-graduate-profile #primary h2, .page-template-page-graduate-profile #primary h3 {
    line-height: 48px;
  }
}
.page-template-page-graduate-profile #primary h2.border-top, .page-template-page-graduate-profile #primary h3.border-top {
  padding: 40px 0 48px;
  margin-top: 50px;
}
.page-template-page-graduate-profile #primary .entry-content {
  margin-top: 0;
}
.page-template-page-graduate-profile #primary .entry-content > h2:first-child {
  padding: 40px 0 0;
  border-top: 2px solid #F1AD01;
}
.page-template-page-graduate-profile #primary p {
  font-family: "Inter";
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #3E3E3E;
  margin: 0 0 32px;
  font-weight: 300;
}
@media screen and (min-width: 992px) {
  .page-template-page-graduate-profile #primary p {
    font-size: 20px;
    line-height: 32px;
    margin: 0 0 40px;
  }
}
.page-template-page-graduate-profile #primary strong {
  font-style: normal;
  font-weight: 500;
}
.page-template-page-graduate-profile #secondary {
  position: relative;
  top: 0;
}
@media screen and (min-width: 768px) {
  .page-template-page-graduate-profile #secondary {
    width: 368px;
  }
}
@media screen and (max-width: 991px) {
  .page-template-page-graduate-profile #secondary {
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 991px) {
  .page-template-page-graduate-profile #secondary .block .btn {
    margin-right: auto;
    margin-left: auto;
  }
}
.page-template-page-graduate-profile #banner {
  background: #F0C454;
  min-height: 500px;
  padding: 0;
  box-shadow: 0px 8px 36px 12px rgba(38, 55, 70, 0.06);
  margin: 20px 0 0;
}
@media screen and (min-width: 768px) {
  .page-template-page-graduate-profile #banner {
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .page-template-page-graduate-profile #banner {
    margin: 0;
    padding: 60px 0;
  }
}
.page-template-page-graduate-profile #banner .page-container {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .page-template-page-graduate-profile #banner .page-container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 90%;
  }
}
.page-template-page-graduate-profile #banner .graduate-img {
  width: 100%;
  height: 420px;
  flex-shrink: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .page-template-page-graduate-profile #banner .graduate-img {
    background-position: center top -70px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-page-graduate-profile #banner .graduate-img {
    background-position: center top;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
    height: 556px;
    width: 476px;
    margin-right: 40px;
  }
}
.page-template-page-graduate-profile #banner .copy {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-page-graduate-profile #banner .copy > div {
  max-width: 531px;
  margin: 48px 25px;
}
@media screen and (min-width: 992px) {
  .page-template-page-graduate-profile #banner .copy > div {
    margin: 0;
  }
}
.page-template-page-graduate-profile #banner .copy.no-image {
  justify-content: flex-start;
}
.page-template-page-graduate-profile #banner .copy.no-image > div {
  max-width: none;
  width: 80%;
}
.page-template-page-graduate-profile #banner .stamp {
  position: absolute;
  top: 326px;
  right: 0;
}
@media screen and (min-width: 992px) {
  .page-template-page-graduate-profile #banner .stamp {
    top: -20px;
    right: -50px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-page-graduate-profile #banner .stamp {
    top: 0;
    right: -40px;
  }
}
.page-template-page-graduate-profile #banner h1, .page-template-page-graduate-profile #banner p {
  color: #461906;
  text-align: left;
}
.page-template-page-graduate-profile #banner .lead-in {
  font-family: "Inter", sans-serif;
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #461906;
  border: none;
  margin: 0 0 16px;
  padding: 0;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 992px) {
  .page-template-page-graduate-profile #banner .lead-in {
    font-size: 20px;
    margin: 0 0 26px;
  }
}
.page-template-page-graduate-profile #banner h1 {
  font-family: "Inter", sans-serif !important;
  font-weight: 700;
  margin: 0 0 24px;
  font-size: 43.9419px;
  line-height: 46px;
}
@media screen and (min-width: 992px) {
  .page-template-page-graduate-profile #banner h1 {
    font-size: 60px;
    line-height: 62px;
  }
}
.page-template-page-graduate-profile #banner p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  opacity: 0.6;
  margin: 24px 0;
}
@media screen and (min-width: 992px) {
  .page-template-page-graduate-profile #banner p {
    font-size: 28px;
    line-height: 40px;
  }
}
.page-template-page-graduate-profile #secondary .widget {
  background: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .page-template-page-graduate-profile #secondary .widget_nav_menu h2 {
    font-size: 28.9286px;
    padding-right: 100px;
  }
}

/* Grad Grid Container */
@media screen and (min-width: 992px) {
  #content-container .graduates__grid-container .graduates__grid {
    display: grid;
    column-gap: 24px;
    row-gap: 24px;
    grid-template-columns: auto auto;
    text-align: left;
  }
}
#content-container .graduates__grid-container h3 {
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.02em;
  color: #C17C06;
  margin-bottom: 30px;
  font-size: 28.9286px;
  line-height: 32px;
}
@media screen and (min-width: 992px) {
  #content-container .graduates__grid-container h3 {
    text-align: left;
    font-size: 40px;
    line-height: 56px;
  }
}

/* Grad Card */
.graduate__card {
  position: relative;
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0px 0.65px 10.4px rgba(38, 55, 70, 0.06);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 24px;
}
@media screen and (min-width: 992px) {
  .graduate__card {
    max-width: 580px;
    min-height: 156px;
    margin-bottom: 0;
    padding: 35px 46px 45px 40px;
    border-radius: 24px;
  }
}
.graduate__card div {
  text-align: left;
}
.graduate__card img,
.graduate__card .graduate__thumb-img {
  background: #666;
  box-shadow: 0px 0.65px 10.4px rgba(38, 55, 70, 0.06);
  border-radius: 50%;
  flex-shrink: 0;
  width: 94px;
  height: 94px;
  margin-right: 24px;
}
@media screen and (min-width: 1200px) {
  .graduate__card img,
  .graduate__card .graduate__thumb-img {
    width: 160px;
    height: 160px;
    margin-right: 40px;
  }
}
.graduate__card h5 {
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #000000;
  margin: 0;
  font-size: 16.5103px;
  line-height: 17px;
}
@media screen and (min-width: 1200px) {
  .graduate__card h5 {
    font-size: 28px;
    line-height: 28px;
  }
}
.graduate__card p {
  margin-bottom: 17px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.02em;
  color: #666666;
  margin: 10px 0;
}
@media screen and (min-width: 1200px) {
  .graduate__card p {
    font-size: 20px;
    line-height: 28px;
  }
}
.graduate__card .cta {
  margin: 0;
  font-weight: 400;
  letter-spacing: -0.02em;
  text-decoration-line: underline;
  color: #F19501;
  font-size: 11.7931px;
  line-height: 17px;
}
@media screen and (min-width: 1200px) {
  .graduate__card .cta {
    font-size: 20px;
    line-height: 28px;
  }
}

/* Grad thumbnail */
.wp-block-media-text__media,
.graduate__thumb {
  position: relative;
}
.wp-block-media-text__media img,
.wp-block-media-text__media .graduate__thumb-img,
.wp-block-media-text__media .graduate__thumb-sticker,
.graduate__thumb img,
.graduate__thumb .graduate__thumb-img,
.graduate__thumb .graduate__thumb-sticker {
  transition: all 0.3s ease-in-out;
}
.wp-block-media-text__media .graduate__thumb-sticker,
.graduate__thumb .graduate__thumb-sticker {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -4px;
  right: 20px;
  border-radius: 50%;
  background: #ddd;
  font-weight: 700;
  font-size: 9.47px;
  line-height: 9.47px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  transform: rotate(12.57deg);
  width: 34px;
  height: 34px;
}
@media screen and (min-width: 1200px) {
  .wp-block-media-text__media .graduate__thumb-sticker,
  .graduate__thumb .graduate__thumb-sticker {
    width: 58px;
    height: 58px;
    font-size: 16px;
    line-height: 16px;
  }
}
.wp-block-media-text__media .sticker__la,
.graduate__thumb .sticker__la {
  background: #9747FF;
}
.wp-block-media-text__media .sticker__la::before,
.graduate__thumb .sticker__la::before {
  content: "LA";
}
.wp-block-media-text__media .sticker__nyc,
.graduate__thumb .sticker__nyc {
  background: #FD7E47;
}
.wp-block-media-text__media .sticker__nyc::before,
.graduate__thumb .sticker__nyc::before {
  content: "NYC";
}
.wp-block-media-text__media .sticker__den,
.graduate__thumb .sticker__den {
  background: #3F8DFA;
}
.wp-block-media-text__media .sticker__den::before,
.graduate__thumb .sticker__den::before {
  content: "DEN";
}
.wp-block-media-text__media .sticker__atx,
.graduate__thumb .sticker__atx {
  background: #9747FF;
}
.wp-block-media-text__media .sticker__atx::before,
.graduate__thumb .sticker__atx::before {
  content: "ATX";
}
.wp-block-media-text__media .sticker__dc,
.graduate__thumb .sticker__dc {
  background: #FD7E47;
}
.wp-block-media-text__media .sticker__dc::before,
.graduate__thumb .sticker__dc::before {
  content: "DC";
}
.wp-block-media-text__media .sticker__sea,
.graduate__thumb .sticker__sea {
  background: #2DBA91;
}
.wp-block-media-text__media .sticker__sea::before,
.graduate__thumb .sticker__sea::before {
  content: "SEA";
}

/* Grad Hover styles */
.graduate__card:hover .graduate__thumb-img,
.graduate__card:hover img {
  transform: scale(0.875) translateY(-10px);
}
.graduate__card:hover .graduate__thumb-sticker {
  transform: rotate(12.57deg) scale(1.3) translate(-10px);
}
.graduate__card:hover .cta,
.graduate__card:hover .arrow-right,
.graduate__card:hover .arrow-right a {
  color: #BD7602 !important;
}

/* SIDEBAR */
#secondary .graduate__card {
  margin-top: 40px;
  border-radius: 15.6px;
  padding: 25px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #secondary .graduate__card {
    padding: 25px 10px;
  }
}
#secondary .graduate__card .graduate__thumb-img {
  width: 105px;
  height: 105px;
  margin-right: 25px;
}
#secondary .graduate__card .graduate__thumb-sticker {
  width: 38px;
  height: 38px;
  font-size: 10.44px;
  line-height: 10px;
}
#secondary .graduate__card figure.wp-block-media-text__media {
  transition: all 0.3s ease-in-out;
  width: 105px;
  height: 105px;
  margin-right: 25px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
#secondary .graduate__card figure.wp-block-media-text__media img {
  width: 150%;
  height: auto;
  border-radius: 0;
  margin-right: 0;
  margin-left: 50%;
  transform: translateX(-50%) translateY(-10%);
}
#secondary .graduate__card p {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 20px;
  color: #000;
  font-weight: 700;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #secondary .graduate__card p {
    font-size: 12px;
    line-height: 18px;
  }
}
#secondary .graduate__card a {
  color: #000;
}
#secondary .graduate__card .wp-block-media-text__content {
  margin: 0;
  padding: 0;
}
#secondary .graduate__card a {
  display: block;
  transition: all 0.3s ease-out;
  padding-right: 25px;
  background: transparent url("img/arrow-right-orange.svg") no-repeat right center;
  background-size: 20px auto;
  color: #F19501;
  font-weight: 700;
  margin-bottom: 0;
}
#secondary .graduate__card a a {
  color: #F19501;
}
#secondary .graduate__card .link-wrapper {
  margin: 0;
  padding: 0;
  line-height: 0;
}
#secondary .graduate__card .link-wrapper a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: transparent;
  background: none;
  text-indent: -9999em;
}
#secondary .graduate__card:hover figure {
  transform: scale(0.875);
}

/*--------------------------------------------------------------
# Helper Utility classes
--------------------------------------------------------------*/
.border-top {
  border-top: 2px solid #F1AD01;
}

#secondary .border-top {
  margin-top: 50px;
  padding-top: 40px;
}

.text-yellow {
  color: #F19801 !important;
}

/* Padding */
.padding-20 {
  padding: 20px;
}

/* Margins */
.mt-0 {
  margin-top: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

/* Responsive */
.show-mobile-span {
  display: inline !important;
}
@media screen and (min-width: 992px) {
  .show-mobile-span {
    display: none !important;
  }
}

.show-desktop-span {
  display: none !important;
}
@media screen and (min-width: 992px) {
  .show-desktop-span {
    display: inline !important;
  }
}

/*# sourceMappingURL=style.css.map */


.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
	position:relative;
}


