/*
Theme Name: Sweet Briar College Theme
Theme URI: https://sbc.edu/
Author: William Alexander
Author URI: http://www.williamalexander.co
Description: Custom Theme developed for Sweet Briar College by William Alexander
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: custom-theme
Tags:

*/

@import url("_s.css");
@import url("https://www.w3schools.com/lib/w3.css");
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Arvo:400,400i,700,700i");

.livewhale #alumnae-masthead {
  top: 40px;
  z-index: 100;
}

.alignfull {
  margin: 0px calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

.wp-block-cover__inner-container {
  max-width: 900px;
}

.uppercase {
  text-transform: uppercase;
}

.font-size-4rem {
  font-size: 4rem;
}

.page-template-page-full-width-no-title-blocks .entry-content {
  margin: 0;
  padding: 0 20px;

}

a,
a:link,
a:visited,
a:active {
  color: #ce0c55;
  text-decoration: none;
}

a:hover {
  color: #77bc1f;
}

aside#secondary a {
  color: black;
}

figure {
  margin: 0;
}

.wp-caption-text {
  text-align: left;
  line-height: 1.2em;
  font-size: 0.9em;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: "liga";
}

.material-icons {
  text-rendering: optimizeLegibility;
}

/* Rules for sizing the icon. */
.material-icons.md-18 {
  font-size: 18px;
}

.material-icons.md-24 {
  font-size: 24px;
}

.material-icons.md-36 {
  font-size: 36px;
}

.material-icons.md-48 {
  font-size: 48px;
}

/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}

/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
  color: rgba(255, 255, 255, 1);
}

.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}

body {
  font-family: "Nunito Sans", sans-serif;
}

div.content-area {
  max-width: 1226px;
  margin: 0 auto;
}

a.search-icon-r {
  display: none;
}

input[type="search"] {
  border-radius: 0;
  -webkit-appearance: none !important;
}

a:visited {
  // color: black;
}

/* Header */

header#masthead {
  background: white;
  padding-bottom: 20px;
  /* position: fixed;
  width: 100%;
  z-index: 100000000;
  box-shadow: 0px 0px 5px #d1d1d1; */
}

a.site-logo {
  position: absolute;
}

.site-branding {
  max-width: 1140px;
  max-width: 95%;
  margin: 0 auto;
}

.margin-0 {
  margin: 0;
}

.gray-box {
  background: #eee;
  padding: 20px;
  border: 1px solid black;
}

.back-to-home {
  color: white;
  position: absolute;
  left: 20px;
  top: calc(50% - 12px);
  text-transform: uppercase;
  opacity: .4;
}

#header-image-title:hover .back-to-home {
  opacity: 1;
}

@media only screen and (max-width: 1500px) {
  .back-to-home {
    left: 20px;
    top: 5px;
  }
}

/* Navigation */

nav#top-site-navigation {
  background: #002a48;
  background: -moz-linear-gradient(top, #002a48 0%, #111820 100%);
  background: -webkit-linear-gradient(top, #002a48 0%, #111820 100%);
  background: linear-gradient(to bottom, #002a48 0%, #111820 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002a48', endColorstr='#111820', GradientType=0);
  border-bottom: 4px solid #77bc1f;
}

nav#top-site-navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

nav#top-site-navigation ul li {
  display: inline-block;
  margin: 0;
  padding: 10px;
}

nav#top-site-navigation ul li a {
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  font-weight: 100;
  transition: color 0.5s;
}

nav#top-site-navigation ul li a:hover {
  color: #ed2b74;
}

.top-header-container {
  max-width: 1140px;
  max-width: 98%;
  margin: 0 auto;
  position: relative;
}

.menu-redesign-top-menu-container {
  text-align: right;
}

.top-header-container form.search-form {
  float: right;
  margin-top: 8px;
  margin-left: 15px;
}

.top-header-container input.search-field {
  text-transform: uppercase;
  padding: 1px 6px;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.18);
  color: white;
}

.top-header-container input.search-submit {
  background: none;
  border: none;
  box-shadow: none;
  color: white;
  text-shadow: none;
  position: absolute;
  right: 5px;
  top: 11px;
}

nav#site-navigation {
}

nav#site-navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 60px 0 40px;
}

nav#site-navigation ul li {
  display: inline-block;
  margin: 0;
  padding: 0px 9px;
  float: none;
}

nav#site-navigation ul li a {
  text-decoration: none;
  text-transform: uppercase;
  color: black;
  font-weight: 700;
  font-size: 1.2em;
  transition: color 0.5s;
}

nav#site-navigation ul li a:hover {
  color: #ed2b74;
}

.menu-redesign-main-menu-container {
  max-width: 1140px;
  max-width: 98%;
  margin: 0 auto;
  text-align: right;
}

/* Google Custom Search */

div#___gcse_0 {
  width: 17%;
  float: right;
  margin-top: 8px;
  margin-left: 15px;
  display: grid;
}

.gsc-control-cse.gsc-control-cse-en {
  background: none;
  border: 0px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

.gsc-control-wrapper-cse {
  width: 100%;
  display: inline-block;
}

input#gsc-i-id1 {
  text-transform: uppercase;
  padding: 0 !important;
  border-radius: 0px;
  background: none !important;
  color: white;
  text-indent: 0 !important;
}

.gsc-input-box {
  border: 0px solid #d9d9d9;
  background: none !important;
}

.gsc-control-cse {
  font-family: Arial, sans-serif;
  border-color: none !important;
  background-color: none !important;
}

.gsib_a {
  padding: 0;
}

.gsc-input-box {
  border-radius: 0px;
  background: rgba(255, 255, 255, 0.18) !important;
  height: inherit !important;
}

.gsc-control-cse {
  padding: 0 !important;
}

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

input#gsc-i-id1 {
  padding: 13px 6px !important;
}

table#gs_id50 {
  margin: 0 !important;
}

#___gcse_0 td.gsc-search-button {
  margin: 0 !important;
  padding: 0 !important;
  width: inherit !important;
  height: inherit !important;
}

#___gcse_0 button.gsc-search-button,
#___gcse_0 button.gsc-search-button:hover,
#___gcse_0 button.gsc-search-button:focus {
  border: 0 !important;
  background: none !important;
  filter: none;
  margin: 0 !important;
  padding: 0 !important;
  width: inherit !important;
  height: inherit !important;
}

#___gcse_0 button.gsc-search-button {
  background: none;
  border: none;
  box-shadow: none;
  color: white;
  text-shadow: none;
  position: absolute;
  right: 7px;
  top: 13px;
}

#___gcse_0 .cse .gsc-search-button button.gsc-search-button-v2,
#___gcse_0 button.gsc-search-button-v2 {
  min-width: 16px !important;
}

#___gcse_0 .gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 0 !important;
}

/* Footer */

footer#colophon {
  background: #002a48;
  background: -moz-linear-gradient(top, #002a48 0%, #111820 100%);
  background: -webkit-linear-gradient(top, #002a48 0%, #111820 100%);
  background: linear-gradient(to bottom, #002a48 0%, #111820 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002a48', endColorstr='#111820', GradientType=0);
  padding-bottom: 100px;
  padding-top: 35px;
  text-align: center;
  border-top: 4px solid #77bc1f;
}

a.site-logo-footer {
  mix-blend-mode: screen;
}

.find-your-fierce {
  color: white;
  text-transform: lowercase;
  font-family: "Arvo", serif;
  font-size: 4.5em;
  position: relative;
  top: -0.2em;
  display: none;
}

.find-your-fierce span {
  color: #ed2b74;
  text-transform: uppercase;
  font-size: 1.25em;
  position: relative;
  top: 0.125em;
  font-weight: 600;
}

form.footer-search-form {
  margin-top: 20px;
}

.footer-search-form input.search-field {
  border-radius: 0;
  padding: 7px;
  width: 45%;
  margin-top: 10px;
  font-family: "Arvo", serif;
  font-size: 1.2em;
  font-style: italic;
}

.footer-search-form input[type="submit"] {
  border-radius: 0;
  padding: 12px 0 11px;
  width: 9%;
  font-family: "Arvo", serif;
  font-size: 1.2em;
  text-transform: uppercase;
  background: white;
  margin-left: 10px;
}

.footer-info {
  display: flex;
  color: white;
  font-weight: 100;
  justify-content: center;
  max-width: 1140px;
  margin: 50px auto 10px;
  font-size: 1.1em;
  line-height: 1.5em;
  text-transform: uppercase;
  align-items: flex-start;
}

.footer-info div {
  margin: 5px 45px;
}

.footer-info a:hover {
  color: #ed2b74 !important;
}

.column-one {
  text-align: right;
}

.column-three {
  text-align: left;
}

a.socials-footer {
  margin: 30px;
  display: block;
}

a.site-seal-footer {
  display: block;
}

a.site-seal-footer img {
  height: 170px;
  mix-blend-mode: screen;
  margin-bottom: 10px;
}

ul#column-one-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul#column-one-menu li {
  margin: 0;
  padding: 0;
}

ul#column-one-menu li a {
  white-space: no-wrap;
  color: white;
  text-decoration: none;
}

div.menu-left-footer-menu-container {
  margin: 0;
  padding: 0;
}

.column-two a {
  color: white;
  text-decoration: none;
}

ul#column-three-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul#column-three-menu li {
  margin: 0;
  padding: 0;
}

ul#column-three-menu li a {
  white-space: no-wrap;
  color: white;
  text-decoration: none;
}

div.menu-right-footer-menu-container {
  margin: 0;
  padding: 0;
}

ul#socials-footer {
  margin: 30px 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

ul#socials-footer li {
  margin: 0px 2px;
  padding: 0;
}

ul#socials-footer li a {
  white-space: no-wrap;
  color: white;
  text-decoration: none;
  background-image: url("i/Socials.png");
  width: 46px;
  height: 46px;
  display: block;
  background-repeat: no-repeat;
  background-position: 4px center;
  text-indent: -10000px;
  transition: all 0.25s;
}

ul#socials-footer li a:hover {
  background-image: url("i/socials-hover.png");
}

ul#socials-footer li.twitter a {
  background-position: -45px center;
}

ul#socials-footer li.instagram a {
  background-position: -94px center;
}

ul#socials-footer li.youtube a {
  background-position: -143px center;
}

ul#socials-footer li.af a {
  background-position: -192px center;
}

ul#socials-footer li.linkedin a {
  background-position: -241px center;
}

ul#socials-footer li.flickr a {
  background-position: -290px center;
}

ul#socials-footer li.zeemee a {
  background-position: -336px center;
}

/* Footer Google Search */

.footer-google-search div {
}

div#gsc-iw-id2 {
  background: none;
  border: none;
}

.footer-google-search td.gsc-input {
  padding: 0 !important;
}

.footer-google-search table.gsc-search-box {
  width: 55%;
  margin: 0 auto;
}

input#gsc-i-id2,
button#gsc-i-id2 {
  background-image: none !important;
  text-indent: 0 !important;
  border-radius: 0 !important;
  padding: 12px 7px !important;
  width: 100% !important;
  margin-top: 10px !important;
  font-family: "Arvo", serif;
  font-size: 1.4em;
  font-style: italic;
  line-height: 1.2em !important;
  height: inherit !important;
}

.footer-google-search td.gsc-search-button {
  width: 17% !important;
}

.footer-google-search button {
  border-radius: 0 !important;
  padding: 15px 0 14px !important;
  width: 100% !important;
  font-family: "Arvo", serif !important;
  font-size: 1.2em !important;
  text-transform: uppercase !important;
  background: white !important;
  margin-left: 10px !important;
  position: relative !important;
  top: -5px !important;
  color: black !important;
  font-weight: normal !important;
  height: inherit !important;
}

.footer-google-search button:hover,
.footer-google-search button:focus {
  border-color: white !important;
  border: 0px !important;
  background-color: white !important;
  background-image: none;
  filter: none;
  box-shadow: none !important;
}

div#gsc-iw-id2 {
  background: none !important;
}

.gsc-results {
  text-align: left;
}

/* Home Page Content */

div.contents {
  max-width: 1226px;
  margin: 0 auto;
}

div.soliloquy-container {
  margin-bottom: 0 !important;
}

.hero-section {
  background: #333d47;
  overflow: hidden;
}

.hero-section .contents {
  max-width: 1226px;
  margin: 0 auto;
  // display: flex;
  // align-items: stretch;
  // justify-content: center;
}

.hero-section .contents a {
  // margin: 0 5px;
  // line-height: 0;
  // text-align: center;
  // flex-grow: 1;
  // flex-shrink: 1;
  // width: 30%;
}

.hero-title {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  // right: 0;
  // bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 3em;
  font-weight: bold;
  font-family: "Arvo", serif;
  padding: 0 20%;
  text-transform: uppercase;
  line-height: 1.1em;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
  width: 100%;
}

.hero-title {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  right: none;
  bottom: none;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: white;
  font-size: 2em;
  font-weight: bold;
  font-family: "Arvo", serif;
  padding: 30px 20%;
  text-transform: uppercase;
  line-height: 1.1em;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
  background: rgba(0, 0, 0, 0.5);
}

.hero-one {
  background: #77bc1f;
  text-decoration: none;
}

.hero-one div {
  line-height: 1em;
}

.hero-one img {
  border-bottom: 10px #333d47 solid;
  width: 100%;
}

.hero-one .find-your-hero {
  color: white;
  text-transform: lowercase;
  font-family: "Arvo", serif;
  font-size: 2.5em;
  display: block;
  padding: 30px;
}

.hero-one .find-your-hero span {
  color: #ed2b74;
  text-transform: uppercase;
  font-size: 1.25em;
  position: relative;
  top: 0.125em;
  font-weight: 600;
  display: block;
}

.hero-two {
  background: #c9c8c7;
  text-decoration: none;
}

.hero-two div {
  line-height: 1em;
}

.hero-two img {
  border-top: 10px #333d47 solid;
  width: 100%;
}

.hero-two .find-your-hero {
  color: white;
  text-transform: lowercase;
  font-family: "Arvo", serif;
  font-size: 2.5em;
  display: block;
  padding: 30px;
}

.hero-two .find-your-hero span {
  color: #ed2b74;
  text-transform: uppercase;
  font-size: 1.25em;
  position: relative;
  top: 0.125em;
  font-weight: 600;
  display: block;
}

.hero-three {
  background: #ed2b74;
  text-decoration: none;
}

.hero-three div {
  line-height: 1em;
}

.hero-three img {
  border-bottom: 10px #333d47 solid;
  width: 100%;
}

.hero-three .find-your-hero {
  color: white;
  text-transform: lowercase;
  font-family: "Arvo", serif;
  font-size: 2.5em;
  display: block;
  padding: 30px;
}

.hero-three .find-your-hero span {
  color: #111820;
  text-transform: uppercase;
  font-size: 1.25em;
  position: relative;
  top: 0.125em;
  font-weight: 600;
  display: block;
}

.apply-section {
  background: #c9c8c7;
  margin: 0;
  padding: 0;
  text-align: center;
  /* For now */
  display: none;
}

.apply-section a {
  text-align: center;
  display: inline-block;
  padding: 20px 70px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 2em;
  font-family: "Arvo", serif;
  transition: all 0.5s;
  margin: 20px auto;
  /* max-width: 600px; */
  background: #ed2c73;
  color: white;
  border-radius: 5px;
}

.apply-section a:hover {
  color: white;
  background: #333d47;
}

.give-section {
  background: #333d47;
  padding: 20px;
}

.give-section a {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 40px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 2em;
  font-family: "Arvo", serif;
  transition: all 0.5s;
  color: white;
  width: fit-content;
  margin: 0px auto;
  background: #ff0072;
  border-radius: 10px;
  line-height: 1;
}

.give-section a:hover {
  /* color: black; */
  background: #ba0053;
}

/* Featured Video Section */

.featured-video-title-section {
  background: #333d47;
  text-align: center;
  display: block;
  padding: 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 2em;
  font-family: "Arvo", serif;
  transition: all 0.5s;
  color: white;
}

.featured-video-section iframe {
  display: table;
  width: 100vw;
  height: 56.25vw;
}

.life-section {
  padding-bottom: 80px;
}

.life-section .contents {
  max-width: 1140px;
  margin: 0 auto;
}

.life-section .boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.life-section .home-section-header, .outcomes-home-section-header {
  color: #111820;
  text-transform: lowercase;
  font-family: "Arvo", serif;
  font-size: 3em;
  display: block;
  padding: 30px;
  text-align: center;
}

.life-section .home-section-header span, .outcomes-home-section-header span {
  color: #ed2b74;
  text-transform: uppercase;
  font-size: 1.25em;
  position: relative;
  top: 0.125em;
  font-weight: 600;
}

.life-box {
  background-image: url("i/campus-life.png");
  display: flex;
  justify-content: center;
  align-content: center;
  margin: 7px;
  color: white;
  width: 32.1%;
  background-size: cover;
  background-position: center;
  align-items: stretch;
  text-decoration: none;
  min-height: 318px;
}

.life-box h2 {
  background-color: rgba(0, 0, 0, 0.4);
  /* padding: 110px 50px; */
  line-height: 1.1em;
  margin: 0;
  width: 100%;
  text-align: center;
  color: white;
  font-family: "Arvo", serif;
  font-size: 3em;
  font-weight: 700;
  flex-direction: column;
  justify-content: center;
  display: flex;
  transition: all 0.3s;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
}

.two-col {
  flex-grow: 2;
  width: 60%;
}

a.life-box:hover h2 {
  background-color: rgba(0, 0, 0, 0);
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 1), 0px 0px 2px rgba(0, 0, 0, 1),
    0px 0px 2px rgba(0, 0, 0, 1);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}

.sweet-101-section {
}

.sweet-101-section .home-section-header {
  color: #111820;
  text-transform: lowercase;
  font-family: "Arvo", serif;
  font-size: 3em;
  display: block;
  padding: 30px;
  text-align: center;
}

.sweet-101-section .home-section-header span {
  color: #ed2b74;
  text-transform: uppercase;
  font-size: 1.25em;
  position: relative;
  top: 0.125em;
  font-weight: 600;
}

.sweet-101-section .boxes {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 100px;
}

.sweet-101-box.photo {
  flex-grow: 2;
  flex-basis: 49%;
  display: flex;
  padding: 0;
}

.sweet-101-box {
  flex-grow: 1;
  background: #f0efef;
  flex-basis: 24%;
  margin: 6px;
  padding: 20px;
  text-align: center;
  border: 1px solid #cdcdcd;
}

a.sweet-101-box-photo {
  display: block;
  background: slategray;
  width: 100%;
  background-position: center;
  background-size: cover;
}

span.sweet-101-num {
  font-family: "Arvo", serif;
  font-weight: bold;
  font-size: 4em;
  margin: 0;
  margin-top: 10px;
  padding: 0;
  color: #ed2b74;
  line-height: 1em;
}

.sweet-101-box:nth-child(even) span.sweet-101-num {
  color: #77bc1f;
}

p.sweet-101-text {
  margin: 20px 0;
  padding: 0;
  font-size: 1.1em;
}

.sweet-101-box {
  flex-grow: 1;
  background: #f0efef;
  flex-basis: 24%;
  margin: 6px;
  padding: 30px 20px;
  text-align: center;
  border: 1px solid #cdcdcd;
}

a.sweet-101-subj {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.3em;
  color: #333d47;
  line-height: 1em;
}

.find-section {
  background: #c9c8c7;
  background: #f6f6f6;
  /* background-image: url("i/news.jpg"); */
  background-position: center;
  background-size: cover;
  background-size: auto 100%;

  background-attachment: fixed;
  background-blend-mode: multiply;
  overflow: auto;
  padding-bottom: 100px;
  border-top: 1px solid #cdcdcd;
}

.find-section .home-section-header {
  color: #111820;
  text-transform: lowercase;
  font-family: "Arvo", serif;
  font-size: 3em;
  display: block;
  padding: 30px;
  text-align: center;
}

.find-section .home-section-header span {
  color: #ed2b74;
  text-transform: uppercase;
  font-size: 1.25em;
  position: relative;
  top: 0.125em;
  font-weight: 600;
}

.find-section .boxes {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 0 16px;
}

.news-post {
  background: white;
  display: flex;
  align-items: stretch;
  margin-bottom: 13px;
  border: 1px solid #cbcbcb;
}

.big-post {
  flex-basis: 49%;
  position: relative;
  margin-bottom: 13px;
}

.three-posts {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.big-post .news-post:first-child {
  flex-wrap: wrap;
  position: absolute;
  width: 100%;
  height: 100%;
}

a.post-image {
  display: block;
  flex-basis: 41%;
  background: slategrey;
  background-size: cover;
  background-position: center;
}

.big-post .news-post:first-child a.post-image {
  height: 60%;
  flex-basis: 100%;
}

.post-content {
  padding: 19px 23px;
  flex-basis: 59%;
}

.big-post .news-post:first-child .post-content {
  /* padding: 38px 57px; */
  flex-basis: 100%;
}

a.post-more {
  text-align: right;
  display: block;
  color: #c9c8c7;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  padding: 0px 5px;
  font-size: 0.8em;
}

a.post-more:hover {
  color: white;
  background: #c9c8c7;
}

span.post-cat {
  color: #c9c8c7;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.post-cat a {
  text-decoration: none;
}

h2.post-head {
  font-family: "Arvo", serif;
  margin: 0;
  padding: 0;
  color: #333d47;
  font-size: 1.5em;
  line-height: 1.2em;
}

h2.post-head a {
  color: #333d47;
}

p.post-text {
  margin: 0;
  padding: 0;
  color: #333d47;
}

.post-content p {
  margin: 5px 0 0;
}

div#content {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  justify-content: space-between;
  align-items: stretch;
  /* padding-top: 190px; */
}

.page div#content,
.single div#content,
.category div#content,
.attachment div#content {
  max-width: 1180px;
  display: flex;
}

#primary {
  width: 70%;
  border-right: 1px solid black;
  padding-right: 2%;
  padding-top: 20px;
}

aside#secondary {
  width: 25%;
  padding-top: 20px;
  font-family: "Arvo", serif;
}

.menu-main-sidebar-navigation-container ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.menu-main-sidebar-navigation-container ul li {
}

.menu-main-sidebar-navigation-container ul li a {
  text-decoration: none;
  padding: 6px 0;
  text-transform: uppercase;
  display: block;
}

.menu-main-sidebar-navigation-container ul li a:hover {
  color: gray;
  transition: all 0.25s;
}

.menu-main-sidebar-navigation-container ul li ul {
  padding-left: 20px;
  border-left: 1px solid lightgray;
  margin: 4px 0;
}

li.current_page_item {
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Arvo", serif;
  line-height: 1.1em;
  clear: none;
}

.wp-block-button__link {
  color: white !important;
  padding: 10px 10%;
  background: #ec2c73;
  font-size: 1.2rem;
  text-transform: uppercase;
  border-radius: 2px;
  margin: 10px;
  cursor: pointer;
  transition: all 0.2s;
  /* white-space: nowrap; */
  /* display: block; */
  text-align: center;
  max-width: 100%;
  line-height: 1.1;
}

.wp-block-button__link:hover {
  color: white;
  background: #333d47;
}

a#pink-button {
  color: white;
  padding: 10px 50px;
  background: #ec2c73;
  font-size: 1.6rem;
  border-radius: 5px;
  margin: 10px;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
  display: block;
  text-align: center;
}

a#pink-button:hover {
  background: #333d47;
}

.pink-button:hover a {
  background: #333d47 !important;
  transition: all 0.25s;
}
a#pink-button {
  color: white;
  text-transform: initial;
}

a.pink-button {
  color: white;
  padding: 10px 50px;
  background: #ec2c73;
  font-size: 1.6rem;
  border-radius: 5px;
  margin: 10px;
  cursor: pointer;
  transition: all 0.2s;
  /* white-space: nowrap; */
  line-height: 1.2;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
}

a.pink-button:hover {
  background: #333d47;
}

a.pink-button {
  color: white;
  text-transform: initial;
}

a.pink-link {
  color: #ce0c55;
  text-decoration: none;
}

/* Featured Image */

.page .featured-image {
  background-color: #333d47;
}

.page .featured-image .contents {
  height: 500px;
  background-size: cover;
  background-position: center;
}

.entry-content .aside,
#news-page-column-right {
  background: #f3f3f3;
  padding: 10px 30px;
  width: 45%;
  float: right;
  margin: 0 20px 20px 0px;
}

.entry-content .aside {
  margin: 0 20px 20px 20px;
}

.news-aside {
  background: #e3e3e3;
  padding: 10px 30px;
  width: 35%;
  float: right;
  margin: 0 20px 10px 20px;
}

.news-aside hr {
  margin: 0;
}

.news-aside p {
  margin: 0 0 10px 0;
  line-height: 1.2em;
}

a.more-link {
  text-align: right;
  display: block;
}

.invitation {
  background: #e3e3e3;
  padding: 10px 30px;
  margin: 0;
  text-align: center;
}

.entry-content .aside h3 {
  font-weight: bold;
}

.page-template-page-news-homepage main#main {
  display: flex;
  align-items: stretch;
  flex-direction: row-reverse;
}

.page-template-page-news-homepage h3.news-page a {
  text-decoration: none;
}

.page-template-page-news-homepage h3.news-page {
  font-size: 1.1em;
  line-height: 1.2em;
}

div#news-page-column-left {
  flex-basis: 60%;
  padding-bottom: 40px;
}

div#news-page-column-right {
  flex-basis: 40%;
}

div#news-page-column-right h2 {
  text-transform: uppercase;
  font-size: 1.5em;
}

div#news-page-column-left h2 {
  text-transform: uppercase;
}

div#news-page-column-left h3 {
  font-size: 1.5em;
}

div#news-page-column-left h3 a {
  text-decoration: none;
}

div#news-page-column-left hr {
  clear: both;
}

a.virtualtour_embed {
  display: block;
}

.site-id-12 #primary {
  width: 82%;
}

.site-id-12 aside#secondary {
  width: 13%;
}

.site-id-12.single div#content {
  max-width: 850px;
}

.site-id-12.single #primary,
.site-id-12.category #primary {
  width: 78%;
}

.site-id-12.single aside#secondary,
.site-id-12.category aside#secondary {
  width: 18%;
}

a.more-news,
a.top-of-page {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 5px;
  transition: all 0.2s;
}

a.more-news::after,
a.top-of-page::after {
  content: " >";
}

a.more-news:hover,
a.top-of-page:hover {
  background: darkgray;
  color: white;
}

div#sidenav-location-contact iframe {
  display: block;
}

div#header-image-title h1 {
  max-width: 1180px;
  margin: 0 auto;
  padding: 30px;
  color: white;
  text-transform: uppercase;
  background: #002a48;
  background: -moz-linear-gradient(top, #002a48 0%, #111820 100%);
  background: -webkit-linear-gradient(top, #002a48 0%, #111820 100%);
  background: linear-gradient(to bottom, #002a48 0%, #111820 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002a48', endColorstr='#111820', GradientType=0);
}

div#header-image-title {
  background: #002a48;
  background: -moz-linear-gradient(top, #002a48 0%, #111820 100%);
  background: -webkit-linear-gradient(top, #002a48 0%, #111820 100%);
  background: linear-gradient(to bottom, #002a48 0%, #111820 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002a48', endColorstr='#111820', GradientType=0);
}

.entry-content hr {
  clear: both;
}

.entry-content img {
  margin-bottom: 10px;
}

.a-z-index {
  display: flex;
  justify-content: space-between;
}

.a-z-index a {
  padding: 2px 7px;
  background: lightgray;
}

#content table {
  margin: 0px 0px 20px 0px;
  font-size: 11px;
  letter-spacing: 1px;
  color: #3d3d3d;
  /* Dark Gray */
  line-height: normal;
  text-align: left;
  border: solid 0px #3d3d3d;
  /* Dark Gray */
  background-color: #ffffff;
}

#content table th {
  font-size: 12px;
  text-align: left;
  padding: 5px 5px 5px 5px;
  background-color: #cccccc;
  /* Light Gray */
  border-right: solid 1px #ffffff;
  /* Dark Gray */
  border-bottom: solid 1px #ffffff;
  /* Dark Gray */
}

#content table td {
  margin: 1npx 1px 1px 1px;
  padding: 5px 5px 5px 5px;
  vertical-align: top;
  background-color: #f4f3f3;
  /* Very Light Gray */
  border-right: solid 1px #ffffff;
  /* Dark Gray */
  border-bottom: solid 1px #ffffff;
  /* Dark Gray */
}

#content table ul {
  margin: 0px 0px 0px 20px;
  padding: 0px 0px 0px 0px;
}

#content table li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.discipline-info {
  width: 240px;
  float: right;
  background-color: #ebebeb;
  font-size: 13px;
  line-height: normal;
  margin: 0px 0px 20px 20px;
  padding: 20px;
}

.discipline-info h4 {
  margin: 0;
  padding: 0;
}

.discipline-info ul {
  margin: 5px 0 10px 0;
  padding: 0;
  list-style-type: none;
}

.discipline-info li {
  margin: 0;
  padding: 0;
}

/* Responsive */

@media only screen and (max-width: 1200px) {
  .site-branding {
    padding-left: 20px;
  }

  .site-branding a {
    width: 22%;
  }

  .site-branding a img {
    width: 100%;
  }

  nav#top-site-navigation {
    padding-right: 20px;
  }

  nav#site-navigation {
    padding-right: 20px;
    width: 79%;
    float: right;
  }

  nav#site-navigation ul {
    display: flex;
    text-align: right;
    justify-content: flex-end;
    flex-wrap: wrap;
    /* padding-right: 20px; */
  }

  nav#site-navigation ul li a {
    font-size: 1.1em;
  }

  nav#top-site-navigation ul li a {
    font-size: 0.9em;
  }

  aside#secondary {
    padding-right: 2%;
    margin-right: 2%;
    padding-left: 2%;
    width: 25% !important;
  }

  #primary {
    margin-left: 2%;
  }

  .page-template-page-full-width-no-title-blocks #primary {
    margin-left: 0%;
    padding: 0;
  }

  .sweet-101-box {
    flex-basis: 14%;
  }

  .sweet-101-section .boxes {
    padding-bottom: 50px;
  }

  .life-box {
    margin: 0.4%;
    width: 32.45%;
  }

  .two-col {
    width: 60%;
  }

  .find-your-hero {
    font-size: 2em !important;
  }
}

@media only screen and (max-width: 1100px) {
  .site-branding a {
    width: 19%;
  }

  .footer-info {
    font-size: 1em;
  }

  .life-box h2 {
    padding: 20% 2%;
    font-size: 3em;
  }

  .life-section {
    padding-bottom: 50px;
  }

  .find-your-hero {
    font-size: 1.75em !important;
  }
}

@media only screen and (max-width: 1000px) {
  nav#top-site-navigation ul {
    display: flex;
    justify-content: flex-end;
    width: 70%;
    float: right;
  }

  .menu-redesign-top-menu-container {
    overflow: auto;
    flex-grow: 1;
  }

  .top-header-container {
    display: flex;
    flex-direction: row-reverse;
    padding-left: 2%;
  }

  nav#site-navigation ul li a {
    font-size: 1em;
  }

  nav#site-navigation ul {
    padding: 40px 0;
  }

  nav#site-navigation {
    padding: 0 10%;
  }

  nav#site-navigation ul {
    justify-content: center;
  }

  form.search-form {
    display: none;
  }

  a.search-icon-r {
    display: block;
    padding: 10px;
  }

  a.search-icon-r:hover + form.search-form {
    display: block;
    position: absolute;
    background: #002a48;
    right: 10px;
  }

  form.search-form:hover {
    display: block;
    position: absolute;
    background: #002a48;
    right: 10px;
  }

  .top-header-container input.search-submit {
    top: 3px;
  }

  .footer-search-form input.search-field {
    width: 60%;
    font-size: 1.2em;
    border-radius: 0;
  }

  .footer-search-form input[type="submit"] {
    width: 15%;
    font-size: 1.2em;
  }

  .find-your-hero {
    font-size: 1.5em !important;
  }
}

@media only screen and (max-width: 900px) {
  a.hero-three {
    display: none;
  }

  .footer-info {
    display: block;
  }

  .column-one,
  .column-three {
    text-align: center;
  }

  .footer-info div {
    margin-bottom: 10px;
  }

  a.site-logo-footer img {
    width: 70%;
  }

  .find-your-fierce {
    font-size: 4em;
  }

  .life-box h2 {
    font-size: 2.5em;
  }

  .find-your-hero {
    font-size: 2.5em !important;
  }

  .entry-content .aside {
    margin: 0 20px 20px 0px;
  }

  .reversy {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 800px) {
  nav#top-site-navigation ul li {
    padding: 10px 5px;
  }

  nav#site-navigation ul {
    padding: 20px 0;
  }

  .site-branding a {
    width: 22%;
  }

  .find-your-fierce {
    font-size: 3.5em;
  }

  .find-your-hero {
    font-size: 2em !important;
  }

  #news-page-column-right {
    width: 100%;
    float: none;
    margin: 0;
  }

  .page-template-page-news-homepage main#main {
    display: block;
  }
}

@media only screen and (max-width: 700px) {
  .single .entry-content figure {
    width: 100% !important;
  }

  .single .entry-content figure.alignright {
    display: block;
    float: none;
    margin-left: 0;
  }

  .single .entry-content figure.alignleft {
    display: block;
    float: none;
    margin-left: 0;
  }

  main#main {
    display: flex;
    flex-wrap: wrap-reverse;
  }

  .page-template-page-full-width-no-title-blocks main#main {
    display: block;
  }

  .page-template-page-full-width-no-title-blocks #primary {
    padding-top: 0px;
    padding-right: 0px;
  }

  .page-id-2317 main#main,
  .page-id-2523 main#main,
  .page-id-115 main#main {
    display: block;
    flex-wrap: initial;
  }

  .news-aside {
    background: #e3e3e3;
    padding: 10px 30px;
    width: 99%;
    float: none;
    margin: 0 20px 10px 0px;
  }

  nav#top-site-navigation ul li a {
    font-size: 0.8em;
  }

  .find-your-fierce {
    font-size: 3em;
  }

  .three-posts,
  .big-post {
    display: block;
  }

  .news-post {
    position: relative !important;
    display: block;
  }

  a.post-image {
    height: 300px !important;
    width: 100%;
    flex-basis: 100%;
  }

  .big-post .news-post:first-child .post-content {
    padding: 19px 23px;
    flex-basis: 59%;
  }

  .life-section .boxes {
    display: block;
  }

  .life-box,
  .two-col {
    width: 100%;
  }

  .find-section .boxes {
    display: block;
    padding: 10px;
  }

  .home-section-header {
    line-height: 1em;
  }

  .sweet-101-section .boxes {
    display: block;
  }

  .sweet-101-box.photo {
    height: 290px;
  }

  #primary {
    width: 100%;
    border-bottom: 1px solid black;
    border-right: 0px;
    padding: 20px;
  }

  .site-id-12.single #primary {
    width: 100%;
  }

  aside#secondary {
    width: 100% !important;
    padding: 20px;
  }

  .page .featured-image .contents {
    height: 300px;
  }

  div#content {
    flex-wrap: wrap;
  }

  .site-id-12 #primary {
    width: 100%;
  }

  .entry-content .aside {
    width: 100%;
    float: none;
  }
  .give-section a {
	  font-size: 1em;
  }
}

@media only screen and (max-width: 650px) {
  .find-your-hero {
    font-size: 1.75em !important;
  }

  nav#site-navigation ul li a {
    font-size: 0.9em;
  }

  nav#top-site-navigation ul li a {
    font-size: 0.7em;
  }

  .footer-search-form input.search-field {
    width: 50%;
    font-size: 1em;
  }

  .footer-search-form input[type="submit"] {
    width: 20%;
    font-size: 1em;
  }

  .footer-google-search table.gsc-search-box {
    width: 90%;
    margin: 0 auto;
  }

  .gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 20px !important;
  }

  #___gcse_0 input.gsc-search-button.gsc-search-button-v2 {
    display: none;
  }

  input#gsc-i-id1 {
    height: 30px !important;
  }
}

@media only screen and (max-width: 700px) {
  .hero-section .contents {
    display: block;
  }

  .hero-title {
    font-size: 1.5em;
  }

  .find-your-hero {
    font-size: 2.5em !important;
  }

  a.hero-two {
    display: none;
  }

  .menu-redesign-top-menu-container {
    display: none;
  }

  .menu-toggle,
  .main-navigation.toggled ul {
    display: inline-block;
    border: 0px;
    border-color: none;
    border-radius: 0;
    background: none;
    box-shadow: none;
    color: white;
    font-size: 1.5em;
    font-size: 1rem;
    padding: 10px;
    text-shadow: none;
  }

  nav#top-site-navigation.toggled div#___gcse_0 {
    display: none;
  }

  nav#top-site-navigation.toggled .top-header-container {
    width: 100%;
    text-align: center;
    /* position: absolute; */
  }

  nav#top-site-navigation.toggled ul {
    display: block;
    text-align: center;
  }

  nav#top-site-navigation.toggled ul li {
    display: block;
  }

  nav#top-site-navigation.toggled .search-icon {
    right: 0;
    float: none;
    position: fixed;
    top: 0;
    z-index: 1000000;
  }

  .logged-in nav#top-site-navigation.toggled .search-icon {
    top: 46px;
  }

  .menu-toggle:hover {
    border-color: none;
    box-shadow: none;
  }

  .top-header-container {
    display: inline-block;
    text-align: right;
    float: right;
  }

  nav#top-site-navigation {
    padding-right: 0px;
    overflow: auto;
  }

  .site-branding a {
    width: 24%;
  }

  a.site-logo {
    position: absolute;
    left: 50%;
    transform: translate(-45%);
  }

  .find-your-fierce {
    font-size: 2.2em;
  }

  #top-site-navigation form.search-form {
    background: #002a48;
    left: 0px;
    top: 0px;
    margin: 0;
    float: none;
    width: 100%;
  }

  #top-site-navigation a.search-icon-r:hover + form.search-form,
  #top-site-navigation form.search-form:hover {
    display: block;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0;
  }

  #top-site-navigation input.search-field {
    width: 100%;
    border: 0px;
    border-radius: 0;
    padding: 15px;
    box-sizing: border-box;
  }

  .top-header-container button {
    top: 15px !important;
    right: 15px !important;
  }

  nav#site-navigation {
    display: block;
    width: 100%;
    padding: 0 2%;
  }

  nav#site-navigation ul {
    padding: 20px 0 0;
  }

  nav#top-site-navigation.toggled .menu-redesign-top-menu-container {
    display: block;
  }

  nav#top-site-navigation.toggled .top-header-container {
    float: none;
  }

  nav#top-site-navigation.toggled nav#top-site-navigation ul li {
    padding: 14px 5px;
  }

  nav#top-site-navigation.toggled ul {
    width: 100%;
    justify-content: center;
  }

  nav#top-site-navigation.toggled a.search-icon-r {
    display: none;
  }

  nav#top-site-navigation.toggled {
    background: #002a48;
    background: -moz-linear-gradient(top, #002a48 0%, #111820 100%);
    background: -webkit-linear-gradient(top, #002a48 0%, #111820 100%);
    background: linear-gradient(to bottom, #002a48 0%, #111820 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002a48', endColorstr='#111820', GradientType=0);
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0;
  }

  #site-navigation button.menu-toggle {
    visibility: hidden;
  }

  .hero-one div {
    background: #77bc1f;
  }

  .hero-section .contents a {
    margin: 0;
  }

  .life-box {
    margin: 7px 0;
  }

  .life-section {
    padding-bottom: 20px;
  }

  .find-section {
    padding-bottom: 20px;
  }
  a.book-shop-section {
	  font-size: 20px;
  }

  .sweet-101-section .boxes {
    padding-bottom: 0px;
  }

  div#___gcse_0 {
    width: 100%;
    margin-right: 17px;
  }

  button.gsc-search-button {
    right: 22px !important;
  }

  .top-header-container {
    width: 25%;
  }
}

@media only screen and (max-width: 500px) {
  .site-branding a {
    width: 28%;
  }
}

@media only screen and (max-width: 420px) {
  .site-branding a {
    width: 35%;
  }
}

/* 
Responsive Table Styles
*/
@media only screen and (max-width: 700px),
  (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Force table to not be like tables anymore */
  #content table,
  #content thead,
  #content tbody,
  #content th,
  #content td,
  #content tr {
    display: block;
  }

  #content table {
    border: solid 1px #3d3d3d;
    /* Dark Gray */
  }

  #content table th {
    background-color: #cccccc;
    /* Light Gray */
    text-align: center;
    border-right: 0px solid #ffffff;
    /* Light Gray */
    border-bottom: 1px solid #ffffff;
    /* Light Gray */
    width: 100%;
  }

  #content table tr {
    border: 0px solid #cccccc;
    /* Light Gray */
  }

  #content table td {
    /* Behave  like a "row" */
    border: none;
    border-right: 0px solid #ffffff;
    /* Light Gray */
    border-bottom: 1px solid #ffffff;
    /* Light Gray */
    position: relative;
    padding: 5px;
    text-align: center;
    width: 100%;
  }

  #content table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 5px;
    left: 5px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }

  #content table ul {
    list-style-position: inside;
  }

  /*
	Label the data
	*/
  #content table td:before {
    content: attr(data-title);
  }
}

aside#secondary .sidebar-apply-button {
  border-radius: 0;
  padding: 15px 0 14px;
  width: 100%;
  font-family: "Arvo", serif;
  font-size: 1.2em;
  text-transform: uppercase;
  background: #ed2b74;
  color: white;
  font-weight: normal;
  height: inherit;
  display: block;
  text-align: center;
  margin-bottom: 26px;
  transition: all 0.25s;
}

aside#secondary .sidebar-apply-button:hover {
  background: #b42058;
  color: white;
}

.home-intro {
  margin: 20px;
  text-align: center;
}

.home-intro p {
  margin: 50px auto;
  max-width: 800px;
  font-size: 1.2rem;
  line-height: 1.8;
}

@media only screen and (max-width: 800px) {
  .home-intro p br {
    display: none;
  }
}

@media only screen and (max-width: 700px) {
  .site-id-8 div#news-page-column-left {
    flex-basis: 100%;
  }

  .single main#main {
    display: flex;
    flex-wrap: wrap;
  }
}

li#menu-item-1249 a {
  color: #eb2e75 !important;
  border: 1px solid #eb2e75;
  border-radius: 5px;
  padding: 5px 15px;
  transition: all 0.25s;
}

li#menu-item-1249 a:before {
  content: "\f06b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.5rem;
}

li#menu-item-1249 a:hover {
  background-color: #eb2e75 !important;
  color: #77bc1f !important;
  color: white !important;
}

.featured-image {
  display: none;
}

ul {
  margin: 0 0 1.5rem 10px;
  padding: 0 0 0 20px;
}

div#primary.full-width {
  border: 0;
  width: 80%;
}

.page-template-page-full-width div#header-image-title h1 {
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  div#primary.full-width {
    width: 100%;
  }
}

#coronavirus-note {
  display: block;
  background: #ec3177;
  color: white;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: bold;
  font-family: "open sans";
  padding: 10px 20px;
  cursor: pointer;
}

.logged-in-only {
  display: none;
}

.logged-in .logged-in-only {
  display: block;
}

.responsive-vid {
  position: relative;
  padding-top: 66%;
  width: 100%;
}

.responsive-vid iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.pink-border {
  border: #ce0c55 1px solid;
  padding: 20px;
  display: block;
  margin-right: 50%;
}

@media only screen and (max-width: 768px) {
  .pink-border {
    margin-right: initial;
  }
}

input.wpcf7-form-control.wpcf7-text {
  width: 100%;
}

form#form_bfcad135-4762-4548-a894-320e01f89ad6_container button.default {
  color: white;
  padding: 10px 50px;
  background: #ec2c73;
  font-size: 1.6rem;
  border-radius: 5px;
  margin: 10px auto;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
  display: block;
  border: none;
  box-shadow: none;
}

/* div#form_page_bfcad135-4762-4548-a894-320e01f89ad6 button.default:hover {
  background: #333d47;
}

div#form_page_bfcad135-4762-4548-a894-320e01f89ad6 .form_h1 {
  display: none;
}

div#form_page_bfcad135-4762-4548-a894-320e01f89ad6 .form_h2 {
  font-size: 0.7rem;
}

div#form_page_bfcad135-4762-4548-a894-320e01f89ad6 .form_question,
div#form_page_bfcad135-4762-4548-a894-320e01f89ad6 .form_label {
  text-align: center;
}

div#form_page_bfcad135-4762-4548-a894-320e01f89ad6 legend {
  margin: 0 auto;
}

div#form_page_bfcad135-4762-4548-a894-320e01f89ad6 input,
div#form_page_bfcad135-4762-4548-a894-320e01f89ad6 textarea {
  padding: 10px !important;
  border-radius: 5px;
  width: 70%;
  margin-top: 5px;
  margin-bottom: 10px;
}

div#form_question_c6f0917f-cec9-45fd-b7f7-ca5201a06bf3 {
  width: 48%;
  float: right;
  clear: none !important;
}

div#form_question_61a99c4c-bc2c-4161-acf0-2406272a9685 {
  width: 48%;
  float: left;
}

div#form_question_c6f0917f-cec9-45fd-b7f7-ca5201a06bf3 input,
div#form_question_61a99c4c-bc2c-4161-acf0-2406272a9685 input {
  width: 100%;
}

div#form_page_bfcad135-4762-4548-a894-320e01f89ad6 select {
  width: 70%;
  height: 40px;
} */

div#api_upc_cid12322_iid4263 li {
  margin-bottom: 10px;
}

span.s-lc-ea-date {
  font-weight: bold;
}

div#header-image-title {
  position: relative;
}

a.blog_url_link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.page-template-page-full-width .entry-content p,
.page-template-page-full-width .entry-content ul,
.page-template-page-full-width .entry-content ol {
  font-size: 1.2rem;
  /* max-width: 700px; */
  margin: 1.5rem auto;
  line-height: 1.7;
}

figure.gallery-item {
  padding: 10px;
}

div#slate-form button.default {
  color: white;
  padding: 10px 50px;
  background: #ec2c73;
  font-size: 1.6rem;
  border-radius: 5px;
  margin: 10px auto;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
  display: block;
  border: none;
  box-shadow: none;
}

div#slate-form button.default:hover {
  background: #333d47;
}

div#slate-form .form_h1 {
  display: none;
}

div#slate-form .form_h2 {
  font-size: 0.7rem;
}

div#slate-form .form_question,
div#slate-form .form_label {
  text-align: center;
}

div#slate-form legend {
  margin: 0 auto;
}

div#slate-form input,
div#slate-form textarea {
  padding: 10px !important;
  border-radius: 5px;
  width: 50%;
  margin-top: 5px;
  margin-bottom: 10px;
}

div#form_question_5ca42289-8cfe-41e4-9b4e-dbc06f55951a label {
  display: none;
}

.gray-full-width-bar {
  padding: 40px;
  background: #f2f2f2;
  margin: 40px calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

.gray-full-width-bar-inside {
  max-width: 1180px;
  margin: 0 auto;
}

.flex-center {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 800px) {
  .flex-center {
    display: block;
  }

  .page-id-1789 .entry-content img {
    width: 100%;
  }
}

.site-id-122 .wp-video {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.featured-quote {
  text-align: left;
  padding: 2rem 4rem;
  font-size: 2rem;
  background: #ececec;
  margin-bottom: 2rem;
  font-weight: 600;
  border-left: 5px #082439 solid;
}

span.source {
  font-size: 1.5rem;
  font-weight: 100;
}

.page-id-1720 .gallery {
  margin-bottom: 0em;
}

.page-id-1720 .gallery img {
  margin-bottom: 0px;
  width: 100%;
}

.page-id-1720 figure.gallery-item {
  padding: 0 20px 0 0;
}

input.wpcf7-submit {
  border-radius: 0;
  padding: 15px 60px 14px;
  /* width: 100%; */
  font-family: "Arvo", serif;
  font-size: 1.2em;
  text-transform: uppercase;
  background: #ed2b74;
  color: white;
  font-weight: normal;
  height: inherit;
  display: block;
  text-align: center;
  margin-bottom: 26px;
  transition: all 0.25s;
  /* display: inline-block; */
  border: none;
  box-shadow: none;
  margin: 0 auto;
}

input.wpcf7-submit:hover {
  border-radius: 0;
  padding: 15px 60px 14px;
  /* width: 100%; */
  font-family: "Arvo", serif;
  font-size: 1.2em;
  text-transform: uppercase;
  background: #b42058;
  color: white;
  font-weight: normal;
  height: inherit;
  display: block;
  text-align: center;
  margin-bottom: 26px;
  transition: all 0.25s;
  /* display: inline-block; */
  border: none;
  box-shadow: none;
  margin: 0 auto;
}

input.wpcf7-form-control.wpcf7-text {
  padding: 10px;
  margin-top: 7px;
}

input.wpcf7-form-control.wpcf7-date {
  padding: 10px;
  margin-top: 7px;
  width: 100%;
}

article {
  max-width: 100%;
  width: 100%;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: transparent;
  box-shadow: none;
}

/* Admissions Contact Popup */

.contact-admissions-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000000000;
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s;
}

.contact-admissions-container.active {
  visibility: visible;
  opacity: 1;
}

.contact-admissions-container div.wpcf7 {
  background: white;
  padding: 20px;
  border-radius: 5px;
  max-width: 90%;
}

.contact-admissions-container::before {
  content: "\00D7";
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  padding: 10px 10px 30px 30px;
  color: white;
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
}

.post-cta b {
  font-size: 1.3rem;
  font-family: arvo;
  font-weight: 100;
  margin-bottom: 0rem;
  display: block;
  text-align: center;
}

.post-cta a {
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  width: fit-content;
}

.postid-12114 h6 {
  font-size: 1.3rem;
  line-height: 1.4;
  text-align: center;
}

li.mysbc a {
  /* padding: 10px; */
  /* background: #ff0073; */
  font-weight: bold !important;
}

/* Covid Site  */

ul.covid-dashboard {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

ul.covid-dashboard li {
  flex-basis: 50%;
  border: 1px solid white;
  background: #002339;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

ul.covid-dashboard li a {
  padding: 3vw;
  text-align: center;
  /* color: white; */
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2vw;
  line-height: 1.1;
  font-family: "Arvo", serif;
  display: block;
  width: 100%;
}

ul.covid-dashboard li.full {
  flex-basis: 100% !important;
}

/* New Header Improvements in Development */

nav#top-site-navigation ul li.apply-now a {
  background: #ff0073;
  padding: 5px 30px;
  font-weight: 900 !important;
  white-space: nowrap;
  transition: all 0.25s;
  color: white;
}

nav#top-site-navigation ul li.apply-now a:hover {
  background: #333d47;
  color: white;
}
/* nav#top-site-navigation ul li.apply-now {
  display: none;
} */

nav#top-site-navigation ul li.apply-now {
  display: inline-block;
}

.searcher {
  position: fixed;
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000000000;
  transition: all 0.5s;
  padding: 20px;
}

.searching {
  background: white;
  padding: 40px;
  position: relative;
}

.searching .closer {
  position: absolute;
  top: 0;
  right: 4px;
  font-size: 2rem;
  padding: 10px;
  font-weight: 900;
  line-height: 1;
  color: #b8b8b8;
  transition: all 0.25s;
  cursor: pointer;
}

.searching .closer:hover {
  color: black;
}

.searching h2 {
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.searching td#gs_tti51 input {
  outline: solid #cdcdcd 1px !important;
  margin: 1px !important;
  padding: 10px !important;
  margin-top: 10px !important;
}

.searcher.hide {
  visibility: hidden;
  opacity: 0;
}

.searcher.show {
  visibility: visible;
  opacity: 1;
}

.search-icon {
  float: right;
  padding: 10px;
  color: white;
  padding-top: 12px;
}

.search-icon svg {
  width: 18px;
  height: 18px;
  fill: white;
}

.search-icon {
  display: none;
}

.search-icon {
  display: block;
}

div#___gcse_0 {
  display: none;
}

input#gsc-i-id3,
button#gsc-i-id3 {
  background-image: none !important;
  text-indent: 0 !important;
  border-radius: 0 !important;
  padding: 12px 7px !important;
  width: 100% !important;
  margin-top: 10px !important;
  font-family: "Arvo", serif;
  font-size: 1.4em;
  font-style: italic;
  line-height: 1.2em !important;
  height: inherit !important;
}

table#gs_id52 {
  margin: 0;
  padding: 0;
}

input#gsc-i-id3 {
  margin: 0 !important;
}

div#___gcse_2 button {
  background: #ff0072;
  border: none;
  padding: 15px;
  box-shadow: none;
}

div#___gcse_2 .gsc-search-button-v2 svg {
  fill: #ffffff;
  width: 20px;
  height: 20px;
}

div#player h1 a {
  /* font-family: arlo; */
  /* font-family: "Nunito Sans", sans-serif !important; */
  font-family: "Arvo", serif !important;
}

.two-column-form-fields {
  display: flex;
  justify-content: space-between;
}
.two-column-form-fields label {
  flex-basis: 49%;
}
@media only screen and (max-width: 800px) {
  .gallery-columns-3 .gallery-item {
    max-width: 100%;
  }
  .gallery-columns-3 .gallery-item img {
    width: 100%;
  }
  .two-column-form-fields {
    display: block;
  }
}

.font-size-3rem {
  font-size: 3rem;
}

.max-width-900 {
  max-width: 900px;
  margin: 0 auto;
}

.uppercase {
  text-transform: uppercase;
}

.pink-button a {
  color: white !important;
}

.padding-40 {
  padding: 40px;
}

.multiply {
  mix-blend-mode: multiply;
}

.gray-stripe {
  background: #f6f6f6;
  padding: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.gray-stripe.alignfull > div {
  max-width: 900px;
  margin: 0 auto;
}

p.click-cover {
  height: 0;
  display: initial;
}

p.click-cover a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.flexer .wp-block-group__inner-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flexer .wp-block-group__inner-container .wp-block-button.aligncenter {
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
}

a.footer-apply.pink-button {
  display: none;
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 80%;
  margin-left: -40%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  text-transform: uppercase;
  border: 1px solid gray;
  border-bottom: 0px solid gray;
  z-index: 999999999999;
  transition: all 0.25s;
}

@media only screen and (min-width: 700px) {
  a.footer-apply.pink-button {
    display: block;
    bottom: -100px;
    width: fit-content;
    left: auto;
    margin-left: auto;
    right: 5%;
  }
  a.footer-apply.pink-button.toggle {
    bottom: 0px;
  }
}

@media only screen and (max-width: 700px) {
  a.footer-apply.pink-button {
    display: block;
  }
  .page-id-115 a.footer-apply.pink-button {
    display: none;
  }

  .wp-block-cover {
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .page-template-page-full-width-no-title #primary {
    margin-left: 0% !important;
  }
}

/* Easy Events */

.wp-block-button.aligncenter.pink-button a {
  padding: 10px 20px;
}

.wp-block-group.promote-your-event,
.wp-block-group.is-in-libcal-next,
.wp-block-group.in-person-event-next,
.wp-block-group.virtual-event-next,
.wp-block-group.is-not-in-libcal-next {
  position: fixed;
  top: 10vh;
  left: 10vw;
  right: 10vw;
  bottom: 10vh;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  z-index: 111;
  border: 1px solid black;
  border-radius: 5px;
  box-shadow: 0px 0px 5px black;
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s;
}

.wp-block-group.promote-your-event.show,
.wp-block-group.is-in-libcal-next.show,
.wp-block-group.in-person-event-next.show,
.wp-block-group.virtual-event-next.show,
.wp-block-group.is-not-in-libcal-next.show {
  visibility: visible;
  opacity: 1;
}

.wp-block-group.promote-your-event .wp-block-group__inner-container,
.wp-block-group.is-in-libcal-next .wp-block-group__inner-container,
.wp-block-group.in-person-event-next .wp-block-group__inner-container,
.wp-block-group.virtual-event-next .wp-block-group__inner-container,
.wp-block-group.is-not-in-libcal-next .wp-block-group__inner-container {
  max-width: 700px;
}

.wp-block-group.promote-your-event .wp-block-group__inner-container::before,
.wp-block-group.is-in-libcal-next .wp-block-group__inner-container::before,
.wp-block-group.in-person-event-next .wp-block-group__inner-container::before,
.wp-block-group.virtual-event-next .wp-block-group__inner-container::before,
.wp-block-group.is-not-in-libcal-next .wp-block-group__inner-container::before {
  content: "\000D7";
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
  line-height: 0.5;
}

.page-template-page-full-width-no-title-blocks .hentry {
  margin-bottom: 0;
}


/* Visit Page Popover */

.wp-block-group.alignfull.tour-sweet-briar-today {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all .25s;
  background: rgba(0, 0, 0, 0.712);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wp-block-group.alignfull.tour-sweet-briar-today .wp-block-group__inner-container {
  margin: 20vh 20vw;
  padding: 2vh 2vw;
  background: white;
  border-radius: 3px;
  box-shadow: 0px 0px 5px black;
}

@media only screen and (max-width: 700px) {
  .wp-block-group.alignfull.tour-sweet-briar-today .wp-block-group__inner-container {
    margin: 5vh 5vw;
  }

  p.has-text-align-center.has-medium-font-size.youvisit-holder {
    display: none;
}

.page-template-page-full-width-no-title-blocks .entry-content p {
  max-width: calc(100vw - 40px);
  margin-left: auto;
  margin-right: auto;
}
  }

.wp-block-group.alignfull.tour-sweet-briar-today .wp-block-group__inner-container iframe {
  max-width: 100vw !important;
  width: 50vw;
  min-width: initial;
  max-height: 50vh !important;
  height: 50vh !important;
  min-height: initial !important;
  margin: 0 auto;
}

.wp-block-group.alignfull.tour-sweet-briar-today.show {
  visibility: visible;
  opacity: 1;
}


/* Enroll Landing Page */

div#paperwork {
  position: fixed;
  top: 10vh;
  left: 0vw;
  right: 0vw;
  bottom: 10vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 333333;
  visibility: hidden;
  opacity: 0;
  transition: all .25s;
}

div#paperwork .wp-block-group__inner-container {
  background: white;
  box-shadow: 0px 0px 5px black;
  padding: 2vw;
  width: 80vw;
  max-width: 800px;
  max-height: 90vh;
  height: 80vh;
  overflow-y: scroll;
}

div#paperwork.show {
  visibility: visible;
  opacity: 1;
}

div#housing {
  position: fixed;
  top: 10vh;
  left: 0vw;
  right: 0vw;
  bottom: 10vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 333333;
  visibility: hidden;
  opacity: 0;
  transition: all .25s;
}

div#housing .wp-block-group__inner-container {
  background: white;
  box-shadow: 0px 0px 5px black;
  padding: 2vw;
  width: 80vw;
  max-width: 800px;
  max-height: 90vh;
  height: 80vh;
  overflow-y: scroll;
  position: relative;
}

div#housing.show {
  visibility: visible;
  opacity: 1;
}

.hide {
  display: none;
}
figure {
  text-align: center;
}

a.book-shop-section {
    background: #333d47;
    padding: 20px;
	display: flex;
	font-weight: bold;
	color: white;
	align-items: center;
	justify-content: center;
	font-family: "Arvo", serif;
	font-size: 30px;
	transition: all .25s;
    line-height: 1.2;
}

a.book-shop-section:hover {
	background: #171c20;
}

a.book-shop-section img {
    max-width: 90px;
    margin-left: 20px;
}

.outcome-post {
	text-align: center;
    padding: 20px;
    background: #eee;
    border-top: 1px solid black;
}

.outcome-post a.pink-button {
	margin-top: 20px;
} 

.outcomes-home-section-header {
	margin-top: 40px;
	line-height: 1.1;
    margin-bottom: 40px;
}


.home-page-outcomes {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: 15vw;
	grid-column-gap: 24px;
	overflow-x: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
	margin: 0px calc(50% - 50vw) 40px;
	max-width: 100vw;
	width: 100vw;
	padding: 0 40px;
    justify-content: center;
}

.home-page-outcomes::-webkit-scrollbar {
	display: none;
}

.outcome-news-post {
	background: white;
	display: flex;
	display: block;
	align-items: stretch;
	margin-bottom: 13px;
	color: black;
	text-align: center;
  }
  
  .outcome-news-post a.outcome-post__image {
	display: block;
	flex-basis: 150px;
	background: slategrey;
	background-size: cover;
	background-position: center;
	width: 150px;
	max-width: 150px;
	height: 150px;
	border-radius: 50%;
	margin: 0 auto;
  }
  
  
  .outcome-news-post .outcome-post__content {
	padding: 19px 23px;
	/* flex-basis: 59%; */
	/* display: flex; */
    align-items: center;
  }

  .outcome-post__content h2, .outcome-post__content p {
	  margin: 10px 0;
  }
    
  .outcomes-home-section-header {
	text-transform: initial;
  }

  .outcome-news-post a.post-more:hover {
	color: white;
	background: #c9c8c7;
  }

  .hero-section.interim .outcome-news-post h2 {
	  margin: 0 0 10px;
	  font-size: 20px;
	}

  .hero-section.interim .outcome-news-post h2 a {
	text-shadow: none;
	color: black;
	margin: 0;
	font-size: 30px;
}

.hero-section.interim .outcome-news-post p {
	margin: 0;
}

.outcome-news-post a.post-more {
	text-align: center;
	display: block;
	color: #c9c8c7;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 5px;
	font-size: 0.8em;
	margin-top: 10px;
	margin-left: auto;
  }


.wp-block-group.is-style-alt {
    padding: 20px;
    border: 1px solid black;
	margin-bottom: 20px;
}

.wp-block-group.is-style-alt *:last-child {
    margin-bottom: 0px;
}

.wp-block-group.is-style-alt *:first-child {
    margin-top: 0px;
}