/***


TABLE OF CONTENTS

  I. Bootstrap Variable Resets
 II. Global Styles
     a. Header
     b. Footer
III. Global Internal Styles
     a. Internal Layout: Column & Sidebar
     b. Expandable Content
 IV. Individual Pages
     a. Homepage
     b. Landing Page
     c. Faculty Pages
     d. News
  V. Legacy Browser Patches
       a. SVG Fallback
       b. BG Position Shorthand Fallback
 VI. Campaign Microsite & Stories
VII. WordPress Theming

Notes:
> Media queries are organized by section rather than globally.


***/

/* I. Bootstrap Variable Resets */

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

html {
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: "Merriweather Sans", sans-serif;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  font-family: "Merriweather", serif;
  margin: 1.2em 0 1em 0;
}

h1 {
  margin: 0 0 1em 0;
}

h2,
h3 {
  /* margin: 1.8em 0 1em 0; */
  margin: 0 0 1em 0;
}

h1 {
  text-transform: uppercase;
  font-size: 1.875em;
  letter-spacing: 0.15em;
}

h2 {
  text-transform: uppercase;
  font-size: 1.125em;
  letter-spacing: 0.15em;
}

h3 {
  font-style: italic;
  font-size: 1.2em;
  font-weight: 600;
}

h4 {
  font-style: italic;
  font-size: 1em;
  font-weight: 600;
}

h5 {
  font-style: italic;
  font-size: 0.95em;
  font-weight: 600;
}

h6 {
  color: #787878;
  color: #909090;
  font-size: 0.75em;
  letter-spacing: 0.07em;
}

a,
a:visited {
  color: #2684ae;
}

p {
  color: #787878;
  line-height: 1.6em;
  margin-bottom: 1.2em;
  font-weight: 300;
}

p.footnote {
  color: #898989;
  font-size: 0.625em;
}

p.lg {
  font-size: 1.15em;
}

b,
strong {
  font-weight: 600;
}

blockquote {
  border-left: 6px solid #99bc5f;
}

blockquote footer {
  padding: 0;
  text-align: left;
  background-color: transparent;
}

h1 span {
  display: block;
  font-size: 0.6em;
  font-style: italic;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  font-family: "Merriweather Sans", sans-serif;
  margin-top: 0.4em;
}

ul,
ol {
  color: #787878;
  line-height: 1.6em;
  margin-bottom: 1em;
  margin-left: auto;
  font-weight: 300;
}

ul.is-style-unstyled,
ol.is-style-unstyled {
  padding-left: 0;
  list-style: none;
}

ul.is-style-unstyled li,
ol.is-style-unstyled li {
  margin-bottom: 0.7em;
}

ul.is-style-arrows,
ol.is-style-arrows {
  padding-left: 0;
  list-style: none;
}

ul.is-style-arrows li,
ol.is-style-arrows li {
  font-size: 1.125em;
  padding: 2rem 0;
  border-bottom: 1px solid #bcbcbc;
}

ul.is-style-arrows li:has(a),
ol.is-style-arrows li:has(a) {
  padding-top: 0;
  padding-bottom: 0;
}

ul.is-style-arrows li:last-child,
ol.is-style-arrows li:last-child {
  border-bottom: none;
}

ul.is-style-arrows a,
ol.is-style-arrows a {
  display: block;
  padding: 2rem 40px 2rem 0;
  background-image: url(../images/arrow.svg);
  background-position: right 24px center;
  background-repeat: no-repeat;
}

/* 
table {
  width: 100%;
  margin-bottom: 1.4em;
  color: #787878;
  border: none;
}

table tr:nth-child(even) td {
  background-color: #efefef;
}

table th {
  padding: 0.6em 1em;
  background-color: #555555;
  color: #ffffff;
  font-weight: 400;
  vertical-align: bottom;
}

table td {
  padding: 0.8em 1em;
  vertical-align: top;
} */

/* .table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-top: none;
}

.table-responsive {
  border: none;
}

.table-sm {
  font-size: 0.75em;
}

.table-sm a {
  text-decoration: underline;
} */

.btn,
.btn-primary {
  border: 1px solid #2684ae;
  color: #ffffff;
  border-radius: 0;
  padding: 1.4em 2.5em;
  font-size: 1em;
  background-color: #2684ae;
  white-space: inherit;
}

.btn:visited {
  color: #ffffff;
}

.btn-sm {
  padding: 0.6em 1.2em;
}

.btn-inverse {
  border: 1px solid #cfcfcf;
  color: #2684ae;
  border-radius: 0;
  font-size: 1em;
  background-color: transparent;
  white-space: inherit;
}

.btn:hover,
.btn-primary:hover,
.btn-inverse:hover {
  border: 1px solid #217196;
  background-color: #217196;
  color: #ffffff;
}

.main-column p,
.main-column ul,
.main-column ol,
.main-column table {
  font-weight: 300;
}

.main-column ul li,
.main-column ol li {
  margin-bottom: 0.4em;
}

.main-column img {
  max-width: 100%;
  margin: 1em 0;
}

.lstc-form label {
  font-size: 0.875em;
  color: #4d4d4d;
}

.lstc-form .form-control {
  border-radius: 0;
  border: 1px solid #cfcfcf;
}

.lstc-form .form-group {
  margin-bottom: 20px;
}

.lstc-form textarea {
  height: 8em;
}

form #flytrap.form-group {
  display: none;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  margin-left: -19px;
}

code {
  padding: 1em;
  display: block;
  background-color: #2a2d31;
  color: #7a929f;
  margin: 1em 0;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 1.2em;
}

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

.flickr-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 1.2em;
}

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

@media only screen and (max-width: 1199px) {
  .container {
    width: 92%;
  }
}

@media only screen and (max-width: 400px) {
  body {
    font-size: 14px;
  }

  .lstc-form {
    font-size: 1.14em;
  }

  p.footnote {
    font-size: 0.85em;
  }
}

@media only screen and (max-width: 768px) {
  .table-responsive {
    border-right: 2px solid #cfcfcf;
  }

  .table-responsive-labels th {
    display: none;
  }

  .table-responsive-labels td {
    display: block;
  }

  .table-responsive-labels td:before {
    content: attr(data-th) ": ";
    display: inline-block;
    font-weight: 600;
    width: 45%;
    margin-right: 5%;
  }
}

/* II. Global Styles */

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

/* Global Header */

.skip {
  overflow: hidden;
  position: absolute;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

header {
  position: relative;
}

#site-header {
  max-width: 1170px;
  width: calc(100% - 30px);
  margin: 0 auto;
  display: flex !important;
  align-items: flex-end;
  justify-content: space-between;
  padding: 2em 15px 1em 15px;
}

@media screen and (max-width: 768px) {
  #site-header {
    padding: 1em 15px 1em 15px;
  }
}

/*for urgent news*/
.pre-header2 {
  background-color: #2684ae;
  box-shadow: inset 0px -2px 4px 0px rgba(0, 0, 0, 0.05);
}

.pre-header2 ul {
  list-style-type: none;
  padding-left: 0;
  float: right;
  margin-bottom: 0;
}

.pre-header2 ul li {
  display: inline-block;
  margin: 0 0.5em;
}

.pre-header2 ul li:last-child {
  margin-right: 0;
}

.pre-header2 ul li a {
  color: white;
  font-family: "Merriweather", serif;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.175em;
  display: inline-block;
  padding: 0.25em 0.5em;
}

.pre-header2 ul li a:hover {
  opacity: 0.7;
}

.pre-header {
  background-color: #f1f1f1;
  box-shadow: inset 0px -2px 4px 0px rgba(0, 0, 0, 0.05);
}

.menu-preheader-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu-preheader-container>span {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0%;
  text-decoration-style: solid;
}

.pre-header ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.pre-header ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}

.pre-header ul li:last-child {
  margin-right: 0;
}

.pre-header ul li a {
  display: flex;
  gap: 0.5em;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #000000;
  font-family: "Merriweather", serif;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.175em;
  padding: 0 1.5em;
  border-left: 1px solid #000;
}

.pre-header ul li a:hover {
  opacity: 0.7;
}

#preheader-menu {
  display: flex;
}

.brand {
  padding: 1.9em 0;
}

.logo {
  max-width: 100%;
  display: block;
  width: 215px;
  height: 78px;
  background-image: url("../images/logo.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.logo img {
  max-width: 100%;
}

.site-search {
  position: absolute;
  color: #ffffff;
  top: 2.5em;
  right: 11.2em;
}

.site-search>a {
  background-color: #2684ae;
  border-radius: 2em;
  display: inline-block;
  padding: 1.1825em 1.2615em;
}

.site-search>a:hover {
  background-color: #217196;
}

.site-search>a span {
  vertical-align: middle;
}

.site-search>a span:nth-child(1) {
  display: inline-block;
  background-image: url("../images/magnifying_white.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-size: 20px;
}

.site-search>a span:nth-child(2) {
  display: none;
}

.lstc-search-engine {
  position: absolute;
  width: 10%;
  display: block;
  right: 0;
  width: 300px;
  top: 0;
  z-index: -1;
  opacity: 0;
}

.lstc-search-engine.active {
  z-index: 2;
  opacity: 1;
}

.lstc-search-engine table.gsc-search-box td {
  vertical-align: middle;
}

.lstc-search-engine .gsc-input-box {
  border: none;
  border-bottom: 1px solid #cfcfcf;
  box-shadow: none;
}

.lstc-search-engine .gsc-input-box>table {
  margin-bottom: 0;
}

.lstc-search-engine .gsc-input-box>table td {
  padding: 4px 0;
}

.lstc-search-engine .gsc-input-box-focus {
  border: none;
  border-bottom: 1px solid #cfcfcf;
  box-shadow: none;
}

.lstc-search-engine .gsib_a input {}

.lstc-search-engine .gsib_b .gsst_a {
  transform: translateY(2px);
}

.lstc-search-engine td.gsc-search-button {
  padding: 0;
}

.lstc-search-engine input.gsc-search-button,
.lstc-search-engine button.gsc-search-button {
  border: none;
  background-color: #2684ae;
  background-image: url("../images/arrow_white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  padding: 1.8em;
  margin: 0;
  border-collapse: separate;
  width: 60px;
  height: 60px;
  border-radius: 30px;
}

.lstc-search-engine button.gsc-search-button>svg {
  display: none;
}

.lstc-search-engine input.gsc-search-button:hover,
.lstc-search-engine button.gsc-search-button:hover {
  background-color: #2684ae;
  background-image: url("../images/arrow_white.svg");
}

.lstc-search-engine input.gsc-search-button:hover {
  background-color: #2684ae;
}

.lstc-search-engine input.gsc-search-button:hover,
.lstc-search-engine button.gsc-search-button:hover {
  background-color: #2684ae;
}

.lstc-search-engine table td {
  padding: 0;
}

.global-give {
  position: absolute;
  right: 4em;
  color: #ffffff;
  top: 2.5em;
}

.global-give>a {
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  background-color: #ae9ab4;
  font-size: 1em;
  padding: 1.2em 1.9em;
  border-radius: 3em;
  font-weight: 400;
}

.global-give>a:hover {
  text-decoration: none;
  background-color: #8f7499;
}

/*Sermon Give Styles - added by Jason 4.30.19 */
.sermon-give {
  margin: 1.5em 1em 2em 1em;
  color: #ffffff;
}

.sermon-give>a {
  background-color: #2684ae;
  padding: 0.9em 1.3em;
  border-radius: 2em;
  display: inline-block;
  color: #ffffff;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 300;
}

.sermon-give>a:hover {
  text-decoration: none;
}

a#pull {
  display: none;
}

.navbar {
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  border-left: none;
  border-right: none;
  border-radius: 0;
  min-height: 0;
  margin-bottom: 0;
  display: none;
}

.nav {
  text-align: center;
  margin-left: 0;
}

.nav>ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}


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

.nav>li>a,
.nav>ul>li>a {
  display: inline-block;
  color: #000000;
  font-size: 0.9em;
  font-family: "Merriweather", serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 1.35em 1.6em;
  position: relative;
}

.nav>li>a:hover,
.nav>ul>li>a:hover {
  text-decoration: none;
  background-color: transparent;
  opacity: 0.7;
}

.nav>li>a:last-child {
  position: relative;
  display: inline-block;
  border: none;
  cursor: pointer;
  border: 0;
  text-decoration: none;
  width: 100%;
}

.nav>li>a:last-child:hover,
.nav>ul>li>a:last-child:focus {
  text-decoration: none;
  opacity: 0.7;
}

.nav>li .toggleSubmenu {
  display: none;
}

.nav .nav-item ul {
  display: none;
  position: absolute;
  padding-left: 0;
  list-style-type: none;
  font-family: "Merriweather", serif;
  font-size: 0.93em;
  padding: 1em 2em;
  width: 246px;
  left: 50%;
  margin-left: 0;
  transform: translateX(-50%);
  z-index: 3;
}

.nav .nav-item ul:before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -13px;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;

  border-top: 12px solid #fff;
}

.nav .nav-item ul>li>a {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  display: inline-block;
  padding: 0.7em 0;
  text-decoration: none;
  font-weight: 300;
}

.nav>li>a.nav-btn-mobile-only {
  display: none;
}

.nav>li>a.nav-blue-btn {
  background-color: #2684ae;
  color: #ffffff;
  text-align: center;
  background-image: none;
}

@media only screen and (min-width: 1200px) {
  .site-search {
    right: auto;
    left: 50%;
    margin-left: 389px;
  }

  .global-give {
    right: auto;
    left: 50%;
    margin-left: 460px;
  }
}

@media only screen and (min-width: 1100px) and (max-width: 1180px),
(min-width: 930px) and (max-width: 1000px),
(min-width: 769px) and (max-width: 850px) {
  .nav li:first-child ul {
    transform: translateX(-25%);
  }

  .nav li:first-child ul:before {
    left: 24%;
  }

  .nav li:last-child ul {
    transform: translateX(-75%);
  }

  .nav li:last-child ul:before {
    left: 75%;
  }
}

@media only screen and (max-width: 1160px) {

  .nav>li>a,
  .nav>ul>li>a {
    padding: 1.35em 0.8em;
  }
}

@media only screen and (max-width: 1000px) {

  .nav>li>a,
  .nav>ul>li>a {
    padding: 1.35em 0.6em;
    font-size: 0.75em;
  }
}

@media only screen and (max-width: 992px) {
  .pre-header .menu-preheader-container {
    justify-content: flex-end;
  }

  .menu-preheader-container>span {
    display: none;
  }
}

@media only screen and (max-width: 860px) {
  .lstc-search-engine {
    width: 220px;
  }
}

@media only screen and (min-width: 801px) {
  .nav>li:hover>ul {
    display: block;
  }
}

@media only screen and (max-width: 800px) {
  #primary-menu {
    display: none !important;
  }

  .pre-header ul li:nth-child(5) a {
    border-right: 1px solid #000;
  }


  .brand {
    text-align: center;
  }

  .logo {
    float: none;
  }

  .logo img {
    width: 324px;
  }

  .mobile-options {
    overflow: hidden;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
  }

  .mobile-options a {
    font-size: 1.06em;
    font-family: "Merriweather", serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000000;
  }

  .mobile-options a:hover {
    text-decoration: none;
    background-color: transparent;
  }

  .site-search {
    position: static;
    float: left;
    width: 33.33333%;
    text-align: center;
    border-right: 1px solid #cfcfcf;
  }

  .site-search>a {
    width: 100%;
    padding: 1.5em 0;
    border-radius: 0;
    background-color: transparent;
    text-decoration: none;
  }

  .site-search>a span:nth-child(1) {
    background-image: url("../images/magnifying.svg");
    margin-right: 0.3em;
    width: 16px;
    height: 16px;
    background-size: 16px;
  }

  .site-search>a span:nth-child(2) {
    display: inline;
  }

  .lstc-search-engine {
    position: static;
    background-color: #ffffff;
    height: 0;
    width: 302%;
  }

  .lstc-search-engine.active {
    height: auto;
    opacity: 1;
    border-top: 1px solid #cfcfcf;
  }

  .lstc-search-engine table {
    margin-bottom: 0;
  }

  .lstc-search-engine .gsc-input-box {
    height: auto;
  }

  .gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-left: 12px;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .lstc-search-engine form.gsc-search-box,
  .lstc-search-engine table.gsc-search-box {
    margin-bottom: 0;
    width: 100%;
  }

  .lstc-search-engine .gsc-input-box {
    border-bottom: none;
  }

  .gsc-search-box-tools .gsib_a .gsc-input {
    padding: 15px !important;
  }

  .lstc-search-engine .gsc-input-box-focus {
    border: 0;
    box-shadow: none;
  }

  .lstc-search-engine td.gsc-search-button {
    background-color: #99bc5f;
    width: 80px;
    transform: translateX(1px);
  }

  .lstc-search-engine input.gsc-search-button,
  .lstc-search-engine button.gsc-search-button {
    border-radius: 0;
    background-color: #99bc5f;
    vertical-align: middle;
    height: 100%;
    min-height: 24px;
  }

  .lstc-search-engine input.gsc-search-button:hover,
  .lstc-search-engine button.gsc-search-button:hover {
    background-color: #99bc5f;
  }

  .global-give {
    position: static;
    float: left;
    width: 33.33333%;
    text-align: center;
    border-right: 1px solid #cfcfcf;
  }

  .global-give>a {
    width: 100%;
    padding: 1.5em 0;
    border-radius: 0;
    background-color: transparent;
    text-decoration: none;
    font-weight: normal;
  }

  .global-give>a span:nth-child(1) {
    display: inline-block;
    width: 21px;
    height: 19px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-right: 0.3em;
    position: relative;
    top: 2px;
  }

  .global-give>a span:nth-child(2) {
    display: inline;
  }

  a#pull {
    display: block;
    float: right;
    text-align: center;
    width: 33.33333%;
    padding: 1.5em 0;
    text-decoration: none;
  }

  a#pull span {
    vertical-align: middle;
  }

  a#pull span:nth-child(1) {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("../images/menu.svg");
    background-repeat: no-repeat;
    margin-right: 0.3em;
  }

  .navbar {
    display: none;
    border-top: none;
    border-bottom: none;
  }

  .navbar.active {
    display: block;
    position: absolute;
    background: #fff;
    top: 100%;
    left: -15px;
    width: 100vw;
    z-index: 1;
  }

  .nav {
    text-align: left;
  }

  .nav>li,
  .nav>ul>li {
    width: 100%;
    display: block;
    position: relative;
  }

  .nav>li>a,
  .nav>ul>li>a {
    display: block;
    position: relative;
    padding: 1.25em 1.5em;
    font-size: 1em;
    border-bottom: 1px solid #cfcfcf;
    background-repeat: no-repeat;
    background-position: right 24px center;
  }

  .nav>li>a:hover,
  .nav>ul>li>a:hover {
    opacity: 1;
    background-color: #f6f6f6;
  }

  .nav>li>a:hover span:hover {
    opacity: 1;
    background-color: #e6e6e6;
  }

  .nav>li .toggleSubmenu {
    display: inline-block;
    background-color: #f1f1f1;
    padding: 3.29rem 0;
    width: 68px;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #cfcfcf;
    border-left: 1px solid #cfcfcf;
    background-image: url("../images/expand_grey.svg");
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
  }

  .nav>li .toggleSubmenu span {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }

  .nav>li .toggleSubmenu:hover,
  .nav>li .toggleSubmenu:focus {
    background-color: #ececec;
  }

  .nav>li .toggleSubmenu.active {
    background-color: #99bc5f;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #99bc5f;
    background-image: url("../images/collapse.svg");
    text-indent: -9999px;
  }

  .nav>li .toggleSubmenu.active:hover,
  .nav>li .toggleSubmenu.active:focus {
    background-color: #88aa4f;
    border-left: 1px solid #88aa4f;
  }

  .nav>li>a.nav-btn-mobile-only {
    display: block;
  }

  .nav ul {
    position: static;
    background-image: none;
    border: none;
    width: 100%;
    left: 0;
    transform: translateX(0%);
    padding: 0;
  }

  .nav ul.active {
    display: block;
  }

  .nav ul:before {
    display: none;
  }

  .nav ul>li>a {
    padding: 1.25em 2.75em 1.25em 1.5em;
    font-size: 1em;
    width: 100%;
    border-bottom: 1px solid #ffffff;
    background-repeat: no-repeat;
    background-position: right 1.8em center;
  }

  .nav ul>li>a:hover,
  .nav ul>li>a:focus {}

  .nav ul>li:last-child>a {
    border-bottom: none;
  }
}

@media only screen and (max-width: 400px) {
  .logo {
    width: 220px;
    height: 48px;
  }

  .logo img {
    width: 200px;
  }

  .nav>li>a {
    font-size: 0.85em;
    background-position: right 1.25em center;
    padding: 1.4em 1.5em;
  }

  .nav>li .toggleSubmenu {
    padding: 2.78rem 0;
  }

  .lstc-search-engine {
    width: 303%;
  }

  .global-give>a span:nth-child(1) {
    width: 19px;
    height: 15px;
    background-size: 18px;
    top: 2px;
    margin-right: 0.2em;
  }
}

/* Global Footer */

.primary-actions {
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  text-align: center;
  padding-left: 0;
  margin-bottom: 0;
}

.primary-actions li {
  display: inline-block;
  width: 20%;
  margin: 0 1%;
}

.primary-actions li>a {
  width: 100%;
  display: inline-block;
  padding: 9.8em 0 4.2em;
  font-size: 0.93em;
  font-family: "Merriweather", serif;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  background-repeat: no-repeat;
}

.primary-actions li>a:hover {
  border-right: 1px solid #cfcfcf;
  border-left: 1px solid #cfcfcf;
  text-decoration: none;
}

.primary-actions.footer-actions li:nth-child(1) a {
  background-image: url("../images/contact.svg");
  background-position: top 4.75em center;
}

.primary-actions.footer-actions li:nth-child(2) a {
  background-image: url("../images/gift.svg");
  background-position: top 3.5em center;
}

.primary-actions.footer-actions li:nth-child(3) a {
  background-image: url("../images/news.svg");
  background-position: top 4em center;
}

.primary-actions.footer-actions li:nth-child(4) a {
  background-image: url("../images/events.svg");
  background-position: top 4em center;
}

.site-footer {
  background-color: #f1f1f1;
  padding: 3em 0 3em;
  margin-top: 3em;
}

.site-footer .container-footer {
  max-width: 1170px;
  width: calc(100% - 30px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2em;
}

@media screen and (max-width: 768px) {
  .site-footer .container-footer {
    flex-direction: column;
  }
}

.site-footer .container-footer .list {
  display: flex;
  justify-content: space-between;
  gap: 1em;
  flex-wrap: wrap;
}

.site-footer .logo {
  margin: 0;
  margin-bottom: 2em;
}

.site-footer ul {
  max-width: 250px;
  width: 100%;
  padding-left: 0;
}

.site-footer ul li a {
  text-decoration: underline;
}

.site-footer .flickr a {
  background-image: url("../images/flickr-b.svg");
}

.site-footer .facebook a {
  background-image: url("../images/facebook-b.svg");
}

.site-footer .instagram a {
  background-image: url("../images/instagram-b.svg");
}

.site-footer .youtube a {
  background-image: url("../images/youtube-b.svg");
}

.site-footer .vimeo a {
  background-image: url("../images/vimeo-b.svg");
}

.site-footer .soundcloud a {
  background-image: url("../images/soundcloud-b.svg");
}

.site-footer .twitter a {
  background-image: url("../images/twitter-b.svg");
}

.site-footer ul {
  margin-left: 0;
  display: inline-block;
  list-style-type: none;
  vertical-align: top;
  line-height: 2em;
  font-family: "Merriweather", serif;
  letter-spacing: 0.08em;
}

.site-footer h3 {
  font-size: 0.812em;
  letter-spacing: 0.15em;
  color: #999999;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 400;
}

.site-footer ul a {
  font-size: 0.812em;
}

.site-footer p {
  max-width: 215px;
  font-size: 0.75em;
  letter-spacing: 0.07em;
}

.to-top {
  display: none;
}

@media only screen and (max-width: 768px) {
  .site-footer {
    padding: 2em 0 0.6em;
  }

  .site-footer ul.social li {
    margin: 0 0.8em;
  }

  .site-footer ul.social li a {
    width: 60px;
    height: 60px;
    background-size: 100%;
  }

  .to-top {
    display: block;
    background-color: #ffffff;
    border-top: 1px solid #cfcfcf;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    text-align: center;
    font-family: "Merriweather", serif;
    padding: 1em 0;
  }

  .to-top:hover {
    text-decoration: none;
    color: #000000;
    background-color: #f1f1f1;
  }

  .to-top span {
    display: inline-block;
    width: 20px;
    height: 13px;
    background-image: url("../images/arrow_up.svg");
    background-repeat: no-repeat;
    margin-right: 1em;
    margin-top: 3px;
  }

  .primary-actions li {
    width: 24%;
    margin: 0;
  }

  .primary-actions li>a {
    padding: 9.8em 0 3.6em;
    font-size: 0.8em;
    border-right: 1px solid #cfcfcf;
  }

  .primary-actions li:last-child>a {
    border-right: none;
  }

  .primary-actions li>a:hover {
    border-left: none;
    border-right: 1px solid #cfcfcf;
  }

  .primary-actions li:last-child>a:hover {
    border-right: none;
  }
}

@media only screen and (max-width: 600px) {
  .primary-actions {
    border: none;
  }

  .primary-actions.footer-actions {
    border-top: 1px solid #cfcfcf;
  }

  .primary-actions li {
    width: 50%;
    display: block;
    float: left;
  }

  .primary-actions li a,
  .primary-actions li a:hover {
    border: none;
  }

  .primary-actions>li>a {
    padding: 8.8em 0 2.6em;
  }

  .primary-actions li:nth-child(odd) a,
  .primary-actions li:nth-child(odd) a:hover {
    border-right: 1px solid #cfcfcf;
  }

  .primary-actions li:nth-child(-n + 4) a,
  .primary-actions li:nth-child(-n + 4) a:hover {
    border-bottom: 1px solid #cfcfcf;
  }

  .primary-actions.footer-actions li:nth-child(1) a {
    background-position: top 3.75em center;
  }

  .primary-actions.footer-actions li:nth-child(2) a {
    background-position: top 2.5em center;
  }

  .primary-actions.footer-actions li:nth-child(3) a {
    background-position: top 3em center;
  }

  .primary-actions.footer-actions li:nth-child(4) a {
    background-position: top 2.7em center;
  }

  footer ul.social li {
    margin: 0 0.35em;
  }

  footer ul.social li a {
    width: 40px;
    height: 40px;
    background-size: 100%;
  }
}

/* III. Global Internal Styles */

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

/* Internal Layout: Column & Sidebar */

.content {
  padding: 3.5em 0;
}

.main-column {
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .content {
    padding: 2.5em 0 4em;
  }
}

/* IV. Individual Pages */

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

.banner--give {
  padding: 2.4rem 0;
  text-align: center;
}

.banner--give__icon {
  margin: 0 auto;
  width: 40px;
}

/* 2021 Giving Day Banner Component */

.banner--giving-day {
  position: relative;
  background-image: url(../images/content/giving-day-banner-bg--mobile.jpg);
  padding: 4.5rem 0;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner--giving-day>.container {
  position: relative;
  z-index: 1;
}

.banner--giving-day__logo img {
  max-width: 100%;
  width: 360px;
  margin: 0 auto 3rem;
  display: block;
}

.banner--giving-day__content p {
  font-family: "Merriweather", serif;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.banner--giving-day__content p span {
  color: #5ed2ef;
  font-weight: bold;
}

.banner--giving-day__content h2 {
  color: #ffffff;
  font-family: "Merriweather Sans", sans-serif;
  text-transform: none;
  letter-spacing: 0;
  font-size: 4rem;
  font-weight: bold;
  margin-top: 0.75em;
}

.banner--giving-day__content .btn {
  background-color: #ffffff;
  transition: opacity 0.25s ease-in-out;
}

.banner--giving-day__content .btn:hover {
  color: #2684ae;
  opacity: 0.8;
}

.banner--giving-day__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: rgba(26, 57, 101, 0.75);
}

/* END 2021 Giving Day Banner Component */

@media only screen and (min-width: 720px) {
  .banner--give {
    padding: 4.8rem 0;
  }

  .banner--give__icon {
    width: 60px;
  }

  .banner--give h2 {
    font-size: 1.35em;
  }

  .banner--giving-day {
    background-image: url(../images/content/giving-day-banner-bg.jpg);
  }
}

@media only screen and (min-width: 900px) {
  .banner--giving-day {
    padding: 9rem 0;
    text-align: left;
  }

  .banner--giving-day .container {
    display: flex;
    justify-content: center;
  }

  .banner--giving-day__logo {
    margin-right: 12rem;
    flex-shrink: 0;
  }

  .banner--giving-day__logo img {
    margin-bottom: 0;
  }

  .banner--giving-day__content h2 {
    margin-top: 0.5em;
  }
}

/* News */

.archive-nav {
  border: 1px solid #cfcfcf;
  padding: 0.9em 2em;
  overflow: auto;
}

.archive-nav div {
  float: right;
  width: 40%;
}

.archive-nav h2 {
  display: inline-block;
  margin: 0.7em 0;
}

.story-snippet {
  margin: 2em 0;
}

.story-snippet-date {
  float: left;
  width: 80px;
  margin-right: 2em;
  margin-top: 1.2em;
}

.story-snippet-date span {
  display: block;
  text-align: center;
}

.story-snippet-date span:first-child {
  background-color: #99bc5f;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0.3em 0;
  font-size: 0.9em;
  letter-spacing: 1px;
}

.story-snippet-date span:last-child {
  border-left: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  font-family: "Merriweather", serif;
  font-size: 1.875em;
  padding-bottom: 0.3em;
}

.story-snippet-content {
  overflow: hidden;
}

.story-snippet h2 a {
  color: #000000;
}

.story-snippet p {
  margin-bottom: 1.3em;
}

/* Fix for news/story color injection bug (adds override to turn text back to grey) */
.main-column p>span[style*="color"],
.main-column p>em[style*="color"] {
  color: #787878 !important;
}

.main-column p>a[style*="color"] {
  color: #2fa0d2 !important;
}

.article-contact__additional {
  margin-bottom: 1.2em;
}

.article-contact__additional p {
  margin-bottom: 0;
}

.article-contact__additional p>br {
  display: none;
}

@media only screen and (max-width: 940px) {
  .archive-nav div {
    float: none;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .story-snippet-content {
    padding-bottom: 4px;
  }
}

@media only screen and (max-width: 400px) {
  .archive-nav {
    padding: 0.9em 1em 1.3em;
  }

  .story-snippet-date {
    float: none;
    width: auto;
  }

  .story-snippet-date span {
    display: inline-block;
  }

  .story-snippet-date span:first-child,
  .story-snippet-date span:last-child {
    background-color: transparent;
    color: #000000;
    text-transform: uppercase;
    font-size: 0.9em;
    letter-spacing: 1px;
    border: none;
  }

  .story-snippet-date span:first-child {
    margin-right: 5px;
  }
}

/* V. Legacy Browser Patches */

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

.no-inlinesvg .logo {
  background-image: url("../images/logo.png");
}

.no-inlinesvg .site-search>a span:first-child {
  background-image: url("../images/png/magnifying_white.png");
}

.no-inlinesvg .lstc-search-engine input.gsc-search-button {
  background-image: url("../images/png/arrow_white.png");
}

.no-inlinesvg .lstc-search-engine input.gsc-search-button:hover {
  background-image: url("../images/png/arrow_white.png");
}

.no-inlinesvg .primary-actions.footer-actions li a.action-contact {
  background-image: url("../images/png/contact.png");
  background-position-x: center;
  background-position-y: 72px;
}

.no-inlinesvg .primary-actions.footer-actions li a.action-giving {
  background-image: url("../images/png/gift.png");
  background-position-x: center;
  background-position-y: 52px;
}

.no-inlinesvg .primary-actions.footer-actions li a.action-news {
  background-image: url("../images/png/news.png");
  background-position-x: center;
  background-position-y: 56px;
}

.no-inlinesvg .primary-actions.footer-actions li a.action-events {
  background-image: url("../images/png/events.png");
  background-position-x: center;
  background-position-y: 53px;
}

.no-inlinesvg footer a.facebook {
  background-image: url("../images/png/facebook.png");
}

.no-inlinesvg footer a.instagram {
  background-image: url("../images/png/instagram.png");
}

.no-inlinesvg footer a.vimeo {
  background-image: url("../images/png/vimeo.png");
}

.no-inlinesvg footer a.soundcloud {
  background-image: url("../images/png/soundcloud.png");
}

.no-inlinesvg footer a.twitter {
  background-image: url("../images/png/twitter.png");
}

.no-inlinesvg .primary-actions.hero-actions li a.action-apply {
  background-image: url("../images/png/apply.png");
  background-position-x: center;
  background-position-y: 65px;
}

.no-inlinesvg .primary-actions.hero-actions li a.action-visit {
  background-image: url("../images/png/visit.png");
  background-position-x: center;
  background-position-y: 68px;
}

.no-inlinesvg .primary-actions.hero-actions li a.action-degrees {
  background-image: url("../images/png/programs.png");
  background-position-x: center;
  background-position-y: 65px;
}

.no-inlinesvg .primary-actions.hero-actions li a.action-quicklinks {
  background-image: url("../images/png/students.png");
  background-position-x: center;
  background-position-y: 64px;
}

.no-inlinesvg .card span {
  background-image: url("../images/png/arrow_sm_blue.png");
}

.no-inlinesvg span.phone {
  background-image: url("../images/png/phone.png");
}

.no-inlinesvg span.email {
  background-image: url("../images/png/email.png");
}

.lt-ie9 .home-sub-hero>div {
  background-color: #ffffff;
}

.lt-ie9 .home-callouts {
  text-align: center;
}

.lt-ie9 .home-callout {
  width: 49%;
  display: inline-block;
}

.lt-ie9 .nav>li:hover>ul {
  display: block;
}

.lt-ie9 .nav ul {
  margin-left: -123px;
}

/* Background Position Fixes - Legacy Browsers */

.lt-ie9 .lstc-search-engine input.gsc-search-button {
  background-position-x: center;
  background-position-y: center;
}

.no-bgpositionshorthand .primary-actions.hero-actions li a.action-apply {
  background-position-x: center;
  background-position-y: 65px;
}

.no-bgpositionshorthand .primary-actions.hero-actions li a.action-visit {
  background-position-x: center;
  background-position-y: 68px;
}

.no-bgpositionshorthand .primary-actions.hero-actions li a.action-degrees {
  background-position-x: center;
  background-position-y: 65px;
}

.no-bgpositionshorthand .primary-actions.hero-actions li a.action-quicklinks {
  background-position-x: center;
  background-position-y: 64px;
}

.no-bgpositionshorthand .primary-actions.footer-actions li a.action-contact {
  background-position-x: center;
  background-position-y: 72px;
}

.no-bgpositionshorthand .primary-actions.footer-actions li a.action-giving {
  background-position-x: center;
  background-position-y: 52px;
}

.no-bgpositionshorthand .primary-actions.footer-actions li a.action-news {
  background-position-x: center;
  background-position-y: 56px;
}

.no-bgpositionshorthand .primary-actions.footer-actions li a.action-events {
  background-position-x: center;
  background-position-y: 53px;
}

.no-bgpositionshorthand .card span {
  background-position-x: right;
  background-position-y: center;
}

.no-bgpositionshorthand span.phone,
.no-bgpositionshorthand span.email {
  background-position-x: left;
  background-position-y: center;
}

@media only screen and (max-width: 768px) {
  .no-bgpositionshorthand .nav>li>a {
    background-position-x: 93%;
    background-position-y: center;
  }

  .nav>li>a.toggleSubmenu {
    background-position: center center;
  }

  .nav ul>li>a {
    background-position: right 24px center;
  }

  .no-bgpositionshorthand .tertiary-nav h2 {
    background-position-x: 93%;
    background-position-y: center;
  }
}

@media only screen and (max-width: 600px) {
  .no-bgpositionshorthand .primary-actions.hero-actions li a.action-apply {
    background-position-x: center;
    background-position-y: 42px;
  }

  .no-bgpositionshorthand .primary-actions.hero-actions li a.action-visit {
    background-position-x: center;
    background-position-y: 46px;
  }

  .no-bgpositionshorthand .primary-actions.hero-actions li a.action-degrees {
    background-position-x: center;
    background-position-y: 48px;
  }

  .no-bgpositionshorthand .primary-actions.hero-actions li a.action-quicklinks {
    background-position-x: center;
    background-position-y: 47px;
  }

  .no-bgpositionshorthand .primary-actions.footer-actions li a.action-contact {
    background-position-x: center;
    background-position-y: 50px;
  }

  .no-bgpositionshorthand .primary-actions.footer-actions li a.action-giving {
    background-position-x: center;
    background-position-y: 30px;
  }

  .no-bgpositionshorthand .primary-actions.footer-actions li a.action-news {
    background-position-x: center;
    background-position-y: 36px;
  }

  .no-bgpositionshorthand .primary-actions.footer-actions li a.action-events {
    background-position-x: center;
    background-position-y: 31px;
  }
}

/* VI. Campaign Microsite & Stories */

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

.campaign,
.school-story {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Global Campaign Components */

.container-wide {
  max-width: 1600px;
  margin: 0 auto;
}

.btn-rnd {
  display: inline-block;
  background-color: #ffffff;
  color: #99bc5f;
  padding: 0.6em 1.2em;
  text-transform: uppercase;
  font-size: 0.875em;
  border-radius: 2em;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.btn-rnd:hover {
  color: #84a54e;
  text-decoration: none;
  text-align: center;
}

.btn-rnd.btn-rnd-blue {
  color: #2684ae;
}

.btn-rnd.btn-rnd-blue:hover {
  color: #1c7299;
}

.btn-rnd.btn-rnd-purple {
  color: #ae9ab5;
}

.btn-rnd.btn-rnd-purple:hover {
  color: #907799;
}

.btn-rnd.btn-rnd-red {
  color: #cd785c;
}

.btn-rnd.btn-rnd-red:hover {
  color: #b06147;
}

.btn-rnd.btn-rnd-bluebg {
  color: #ffffff;
  background-color: #2684ae;
}

.btn-rnd.btn-rnd-bluebg:hover {
  background-color: #1c7299;
}

.btn-rnd.btn-rnd-grey {
  color: #787878;
  background-color: #c6c6c6;
}

.btn-rnd.btn-rnd-grey:hover {
  background-color: #bbbbbb;
}

.campaign p.lead {
  font-size: 1.1875em;
  line-height: 1.8;
  font-weight: normal;
}

.campaign .campaign-hero {
  background-size: cover;
  overflow: auto;
}

.video-module {
  padding: 3.5em 0;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}

.video-module .container {
  display: flex;
}

.video-module .container>div {
  width: 50%;
  flex-grow: 1;
  flex: 1;
}

.video-module .container>div:last-child {
  box-sizing: border-box;

  display: flex;
  align-items: center;

  flex-direction: column;
  justify-content: center;
}

.video-module .container>div:last-child p {
  padding-left: 10%;
}

.video-module .container>div:last-child p:last-child {
  margin-bottom: 0;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

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

.overlap-header {
  text-align: center;
  position: relative;

  padding: 2em 0 6em;
  margin-bottom: 28px;

  background-repeat: no-repeat;
  background-size: cover;
}

.overlap-header:after {
  content: "";
  height: 28px;
  width: 100%;
  display: block;
  top: 100%;
  position: absolute;
}

.overlap-header h2 {
  color: #ffffff;
  font-family: "Merriweather Sans", sans-serif;
  font-size: 32px;
  font-weight: bold;
  text-transform: none;
  letter-spacing: 0;
  margin: 1em 0 0.25em;
}

.overlap-header p {
  font-size: 1.125em;
  margin: 0 auto;
  max-width: 760px;
  color: #ffffff;
  padding: 0 2%;
}

.overlap-content {
  position: relative;
  top: -5em;
  margin-bottom: -4em;
  z-index: 2;
}

.list-pagination {
  padding-left: 0;
  list-style-type: none;
  float: right;
}

.list-pagination li {
  display: inline-block;
  margin: 0 0.25em;
}

.list-pagination li a {
  color: #333333;
  font-family: "Merriweather", serif;
}

.list-pagination li a.active {
  color: #2683ae;
}

.heading-path {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 1.4em 0;
}

.heading-greenpath {
  background-image: url("../images/pattern/heading-path-green.png");
}

.heading-redpath {
  background-image: url("../images/pattern/heading-path-red.png");
}

.campaign .story-body blockquote {
  font-family: Malandrino-Regular;
  font-weight: normal;
  font-style: normal;
  color: #2684ae;
  font-size: 3.6em;
  line-height: 1;
  padding-left: 0;
  border-left: 0;
}

.campaign blockquote footer {
  text-align: right;
  font-size: 0.3em;
  font-style: italic;
  font-weight: bold;
  font-family: "Merriweather Sans", sans;
  color: #787878;
}

.visually-hidden {
  /* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.story-row {
  display: flex;
  justify-content: space-between;

  margin-bottom: 5em;
}

.story-row .campaign-story-preview {
  width: 22%;
}

.top-story-preview {
  padding: 1.125em;
  background-color: #ffffff;
  text-align: center;
  border: 1px solid #cfcfcf;
  border-right: none;
  max-width: 33.33333%;
}

.top-story-preview:last-child {
  border-right: 1px solid #cfcfcf;
}

.top-story-preview>img {
  width: 100%;
  margin-bottom: 0.9em;
}

.top-story-preview h3 {
  font-size: 0.9375em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-style: normal;
  font-weight: normal;
}

.top-story-preview blockquote {
  color: #999999;
  font-family: "Merriweather", serif;
  text-align: center;
  font-style: italic;
  border-left: 0;
  font-size: 1em;
  line-height: 1.875;
}

.top-story-preview a:last-child {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  display: inline-block;
  font-family: "Merriweather", serif;
  margin-bottom: 1.4em;
}

.content .campaign-story-preview {
  margin-bottom: 1.6em;
}

.campaign-story-preview img {
  width: 100%;
  margin-bottom: 1.2em;
}

.campaign-story-preview span {
  color: #999999;
  font-family: "Merriweather", serif;
  display: block;
  font-style: italic;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 1.6em;
}

.content .campaign-story-preview span {
  margin-bottom: 0;
  font-weight: normal;
}

.campaign-story-preview span a {
  font-family: "Merriweather Sans", sans;
}

.campaign-story-preview a:last-child {
  font-family: "Merriweather Sans", sans;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.campaign-story-preview span>a:last-child {
  text-transform: none;
  letter-spacing: 0;
}

.content .campaign-story-preview .listings-query__title {
  margin-bottom: 0.25em;
}

ul.social-share {
  padding-left: 0;
  list-style-type: none;
}

ul.social-share li {
  display: inline-block;
  /*margin-right: 1.125em;*/
  margin-right: 0.75em;
}

ul.social-share li a {
  display: inline-block;
  width: 36px;
  height: 36px;
  text-indent: -9999px;
  background-repeat: no-repeat;
}

ul.social-share a.ss-facebook {
  background-image: url("../images/ss-facebook-white.svg");
}

ul.social-share a.ss-twitter {
  background-image: url("../images/ss-twitter-white.svg");
}

ul.social-share a.ss-email {
  background-image: url("../images/ss-email-white.svg");
}

.campaign ul.social-share a.ss-facebook {
  background-image: url("../images/ss-facebook.svg");
}

.campaign ul.social-share a.ss-twitter {
  background-image: url("../images/ss-twitter.svg");
}

.campaign ul.social-share a.ss-email {
  background-image: url("../images/ss-email.svg");
}

a.tag-pull {
  display: none;
  width: 100%;
  text-align: center;
  /*background-color: #2684ae;*/
  /*color: #ffffff;*/
  background-color: #ffffff;
  color: #99bc5f;
  padding: 1.5em 0.5em;
  margin-bottom: 0.6em;

  background-image: url("../images/expand_green.svg");
  background-repeat: no-repeat;
  background-position: right 1.6em center;
}

.campaign a.tag-pull {
  background-color: #2684ae;
  color: #ffffff;
  background-image: url("../images/expand.svg");
}

.content a.story-tag-pull {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #2684ae;
  color: #ffffff;
  padding: 1.5em 0.5em;
  margin-bottom: 1.4em;

  background-image: url("../images/expand.svg");
  background-repeat: no-repeat;
  background-position: right 1.6em center;
}

.content a.story-tag-pull:hover {
  text-decoration: none;
  background-color: #23527c;
}

a.tag-pull.active {
  background-image: url("../images/collapse_green.svg");
}

.campaign a.tag-pull.active {
  background-image: url("../images/collapse.svg");
}

.content a.story-tag-pull.active {
  background-image: url("../images/collapse.svg");
}

ul.tags {
  padding-left: 0;
  list-style-type: none;
}

ul.story-tags {
  display: none;
}

ul.story-tags.active {
  display: block;
}

ul.tags a {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #2684ae;
  color: #ffffff;
  padding: 0.5em;
  margin-bottom: 0.6em;
}

ul.tags a:hover,
a.tag-pull:hover,
ul.tags a:active,
a.tag-pull:active,
ul.tags a:focus,
a.tag-pull:focus {
  text-decoration: none;
  opacity: 0.8;
}

ul.story-tags>li {
  display: inline-block;
  margin-left: 1px;
  margin-right: 4px;
}

ul.story-tags a {
  width: auto;
  color: #2684ae;
  background-color: #ffffff;
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
}

.campaign ul.tags a:hover,
.campaign a.tag-pull:hover {
  opacity: 1;
  background-color: #1c7299;
}

footer.campaign-footer {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*background-image: url('../images/pattern/brush-green.jpg');*/
  background-image: url("../images/pattern/brush-green-diag.jpg");
  /*background-size: cover;*/
  padding: 5em 0 0;
  position: relative;
}

footer.campaign-footer:before {
  content: "";
  background-image: url("../images/pattern/brush-border-green.png");
  position: absolute;
  top: 0;
  margin-top: -27px;
  width: 100%;
  height: 28px;
  display: block;
  transform: scaleY(-1);
}

footer.campaign-footer>div:last-child {
  background-image: url("../images/pattern/footer-border-pattern.png");
  height: 96px;
  background-position: center;
}

footer.campaign-footer h2 {
  color: #ffffff;
  font-family: "Merriweather Sans", sans-serif;
  font-size: 32px;
  font-weight: bold;
  text-transform: none;
  letter-spacing: 0;
}

footer.campaign-footer .btn-rnd {
  font-size: 1.5em;
}

footer.campaign-footer ul {
  display: block;
  width: 100%;
  margin: 4.5em auto;
}

footer.campaign-footer ul li {
  display: inline-block;
}

footer.campaign-footer ul li a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 0.15em;
  border-right: 2px solid #ffffff;
  display: inline-block;
  line-height: 1em;
  padding: 0 1.25em;
}

footer.campaign-footer ul li:last-child a {
  border-right: none;
}

@media only screen and (max-width: 768px) {
  .video-module .container {
    flex-wrap: wrap;
  }

  .video-module .container>div {
    flex: auto;
    width: 100%;
    margin-bottom: 1.6em;
  }

  .video-module .container>div:last-child p {
    padding-left: 0;
  }

  .top-story-preview {
    flex: 1;
    min-width: 40%;
    max-width: 100%;
  }

  .top-story-preview:nth-child(2) {
    border-right: 1px solid #cfcfcf;
  }

  .story-row {
    flex-wrap: wrap;
  }

  .story-row .campaign-story-preview {
    width: 48%;
  }

  a.tag-pull {
    display: inline-block;
  }

  .story-listing-grid .story-sharing h4 {
    display: none;
  }

  .story-listing-grid ul.tags {
    display: none;
    margin-bottom: 0;
  }

  .story-listing-grid ul.tags.active {
    display: block;
  }

  footer.campaign-footer ul {
    margin: 3.5em auto;
  }

  footer.campaign-footer ul li {
    display: block;
  }

  footer.campaign-footer ul li a {
    border-right: 0;
  }
}

@media only screen and (max-width: 460px) {
  .top-story-preview {
    min-width: 80%;
  }

  .top-story-preview:first-child {
    border-right: 1px solid #cfcfcf;
  }
}

/* Specific Page Styles */
/* Go Forth Home */

.campaign-home .campaign-hero {
  background-image: url("../images/placeholders/goforth-bg.jpg");
}

.campaign-home .campaign-hero>div {
  background-image: url("../images/pattern/ribbon-bluepurple.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;

  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
  margin-right: 5%;

  padding: 4.6em 7em 4.6em 6.6em;
}

.campaign-home .campaign-hero>div img {
  max-width: 93%;
  transform: translateX(6%);
}

.campaign-priority-overview .overlap-header {
  /*background-image: url('../images/pattern/brush-green.jpg');*/
  background-image: url("../images/pattern/brush-green-diag.jpg");
}

.campaign-priority-overview .overlap-header:after {
  background-image: url("../images/pattern/brush-border-green.gif");
}

.campaign-priority-overview .overlap-content {
  margin: 0 auto;
}

.campaign .support-hero h1 {
  color: #ffffff;
  margin-top: 0;
}

.campaign .support-hero span {
  color: #ffffff;
  font-family: "Merriweather", serif;
  font-weight: bold;
  font-style: italic;
  font-size: 1.1875em;
}

/* Featured Stories */

.featured-stories .overlap-header {
  /*background-image: url('../images/pattern/brush-red.jpg');*/
  background-image: url("../images/pattern/brush-red-diag.jpg");
}

.featured-stories .overlap-header:after {
  background-image: url("../images/pattern/brush-border-red.gif");
}

.featured-stories .overlap-header h2 {
  position: relative;
}

.featured-stories .overlap-header h2 .btn-rnd {
  position: absolute;
  right: 0;
  font-size: 0.4375em;
  margin-top: 0.225em;
}

.featured-stories .top-stories {
  display: flex;
  margin-bottom: 3em;
}

.campaign-news h2 {
  margin-bottom: 2.8em;
}

.campaign-news .btn-rnd {
  float: right;
  position: relative;
  top: -0.4em;
}

@media only screen and (max-width: 1100px) {
  .campaign-home .campaign-hero {
    background-position: 40% 0;
  }

  .campaign-home .campaign-hero>div {
    margin-right: 0;
    padding: 4.6em 5em 4.6em 4.6em;
  }

  .campaign-home .campaign-hero>div img {
    max-width: 80%;
  }
}

@media only screen and (max-width: 768px) {
  .campaign-home .campaign-hero {
    padding-top: 15em;
    background-size: auto;
    background-position: -50px 0;
  }

  .campaign-home .campaign-hero>div {
    float: none;
    background-image: url("../images/pattern/ribbon-bluepurple-mobile.png");
    padding: 9.6em 5em 3.6em 4.6em;
    background-position: 0, 0;
  }

  .campaign-home .campaign-hero>div img {
    max-width: 93%;
    transform: translateX(0);
  }

  .featured-stories .overlap-header h2 .btn-rnd {
    position: static;
    max-width: 180px;
    display: block;
    max-width: 180px;
    margin: 1em auto;
  }

  .featured-stories .top-stories {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 460px) {
  .campaign-home .campaign-hero {
    background-position: -100px 0;
  }

  .campaign-home .campaign-hero>div {
    padding: 9.6em 3em 3.6em 3em;
  }

  .campaign-home .campaign-hero>div img {
    max-width: 100%;
  }
}

/* Areas of Support Compontents */

.campaign .campaign-hero.support-hero {
  background-image: url("../images/placeholders/placeholder-leadership-hero.jpg");
  background-position: center;
}

.campaign .support-hero>div {
  background-image: url("../images/pattern/ribbon-green.png");
  padding: 8em 10% 8em 23%;
  background-repeat: no-repeat;
  background-size: 100% 100%;

  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 0;
  width: 64%;
  background-position: 70px 0;
}

.campaign .support-hero>div.ribbon-blue {
  background-image: url("../images/pattern/blue-ribbon.png");
}

.campaign .support-hero>div.ribbon-purple {
  background-image: url("../images/pattern/purple-ribbon.png");
}

.support-overview {
  background-color: #f2f2f2;
  padding: 4.6em 0 0;
}

.support-overview-solo {
  padding: 4.6em 0;
}

.support-carousel {
  margin-bottom: 3.45em;
}

.support-carousel ul {
  display: flex;
  list-style-type: none;
  padding-left: 0;
  justify-content: center;
  align-items: center;
}

.support-carousel ul li {
  text-align: center;

  min-width: 190px;
}

.support-carousel ul li a {
  text-align: center;
  display: inline-block;
  padding: 2em;
  border: 1px solid #cfcfcf;
  border-right: none;
  background-color: #ffffff;
  position: relative;
  transition: 0.2s background-color ease;
  font-family: "Merriweather", serif;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  line-height: 1.8;
  width: 100%;
}

.support-carousel ul li a:hover {
  text-decoration: none;
}

.support-carousel ul li a:not(.active):hover {
  background-color: #f6f9f1;
}

.support-carousel ul li:last-child a {
  border-right: 1px solid #cfcfcf;
}

.support-carousel ul li a.active {
  padding: 2.2em;
  background-color: #f0f5e7;
  border-right: 1px solid #cfcfcf;
  z-index: 2;
  margin-left: -0.2em;
  margin-right: -0.2em;
  width: 101%;
}

.support-carousel ul li a.active:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #999999 transparent transparent transparent;
  position: absolute;
  top: 108%;
  margin-left: -5px;
}

.support-carousel ul li a span {
  display: block;
  color: #99bc5e;
  font-weight: bold;
  font-style: italic;
  font-family: "Merriweather Sans", sans-serif;
  letter-spacing: 0;
  text-transform: none;
  font-size: 0.9375em;
}

.support-section {
  display: flex;
  align-items: center;
  display: none;
}

.support-section.active {
  display: block;
  display: flex;
}

.support-section>div:first-child {
  flex-basis: 60%;
}

.support-section>img {
  width: 40%;
  margin-left: 5%;
}

.support-snippets {
  background-color: #f2f2f2;
  padding: 4.6em 0;
}

.support-snippet {
  display: flex;
  background-color: #ffffff;
  border: 1px solid #cfcfcf;
  margin-bottom: 2.3em;
}

.support-snippet>div {
  width: 50%;
}

.support-snippet>div:first-child {
  position: relative;
  overflow: hidden;
}

.support-snippet>div:first-child img {
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 100%;
  width: 100%;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.support-snippet>div:last-child {
  padding: 70px;
}

.support-snippet>div:last-child h3 {
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.9375em;
}

.support-snippet>div:last-child p {
  font-size: 1.125em;
  line-height: 1.85;
}

.support-snippet>div:last-child p:last-child {
  margin-bottom: 0;
}

.support-snippet .fact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 36px;
  padding: 50px;
  font-family: "Merriweather", serif;
  font-weight: bold;
  font-style: italic;
}

.support-snippet .fact p {
  margin-bottom: 0;
}

.support-snippet .fact span {
  display: block;
  color: #ffffff;
  font-size: 60px;
}

.fact-green {
  background-image: url("../images/pattern/brush-green-diag.jpg");
}

.fact-green p {
  color: #60763d;
}

.fact-purple {
  background-image: url("../images/pattern/brush-purple-diag.jpg");
}

.fact-purple p {
  color: #726475;
}

@media only screen and (max-width: 768px) {
  .campaign .campaign-hero.support-hero {
    padding-top: 40%;
  }

  .campaign .support-hero>div,
  .campaign .support-hero>div.ribbon-blue,
  .campaign .support-hero>div.ribbon-purple {
    padding: 4em 10% 4em 10%;
    position: relative;
    width: 100%;
    background-image: url("../images/pattern/brush-green-diag.jpg");
    background-position: 0 0;
    background-size: cover;
    align-items: center;
  }

  .campaign .support-hero>div:before {
    content: "";
    background-image: url("../images/pattern/brush-border-green.png");
    position: absolute;
    top: 0;
    margin-top: -27px;
    width: 100%;
    height: 28px;
    display: block;
    transform: scaleY(-1) scaleX(-1);
  }

  .campaign .support-hero>div.ribbon-blue {
    background-image: url("../images/pattern/brush-blue-diag.jpg");
  }

  .campaign .support-hero>div.ribbon-blue:before {
    background-image: url("../images/pattern/brush-border-blue.png");
  }

  .campaign .support-hero>div.ribbon-purple {
    background-image: url("../images/pattern/brush-purple-diag.jpg");
  }

  .campaign .support-hero>div.ribbon-purple:before {
    background-image: url("../images/pattern/brush-border-purple-diag.png");
  }

  .campaign .support-hero h1 {
    text-align: center;
  }

  .support-section {
    flex-wrap: wrap;
  }

  .support-section>div:first-child {
    flex-basis: 100%;
  }

  .support-section>img {
    margin: 0 auto;
    width: auto;
    max-width: 100%;
  }

  .support-snippet {
    flex-wrap: wrap;
  }

  .support-snippet>div {
    width: 100%;
  }

  .support-snippet>div:last-child {
    padding: 50px;
  }
}

/* Campaign Stories */

.story-header {
  position: relative;

  padding: 2em 0 2em;
}

.campaign .story-header {
  background-repeat: no-repeat;
  background-size: cover;

  background-image: url("../images/pattern/brush-blue.jpg");

  padding: 2em 0 6em;
  margin-bottom: 28px;
}

.campaign .story-header:after {
  content: "";
  height: 28px;
  width: 100%;
  display: block;
  top: 100%;
  position: absolute;
  background-image: url("../images/pattern/brush-border-blue.gif");
}

.campaign .story-header h1 {
  color: #ffffff;
}

.story-header .btn-sm {
  margin: 2.1em 0 2.75em 1em;
}

.campaign .story-header .btn-rnd {
  margin: 2.75em 0 2.75em 1em;
}

.story-header .btn-rnd,
.story-header .btn,
.story-header .btn-sm {
  float: right;
}

.story-meta {
  display: flex;
  align-items: flex-end;

  background-color: #f1f1f1;
}

.campaign .story-meta {
  background-color: transparent;

  position: relative;
  top: -6em;
  margin-bottom: -6em;
}

.story-meta__image {
  width: 68%;
  flex-shrink: 0;
  align-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.story-meta__image img {
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
}

.story-meta__content {
  align-self: flex-end;
  padding: 6em;
}

.story-meta span {
  display: block;
  line-height: 2.5;
  color: #787878;
}

.story-meta .meta-title {
  color: #333333;
  font-family: "Merriweather", serif;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.story-meta .meta-date {
  font-family: "Merriweather", serif;
  letter-spacing: 0.15em;
}

.story-body {
  display: flex;
}

.story-body>div:first-child {
  width: 68%;
  padding: 6em;
}

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

.story-body .story-content p {
  font-size: 1.1875em;
  line-height: 1.675;
}

.story-body>div:last-child {
  background-color: #99bc5f;
  flex: 1;
}

.campaign .story-body>div:last-child {
  background-color: #f2f2f2;
}

.story-sidebar {
  background-color: #99bc5f;
  order: 1;
}

.campaign .story-sidebar {
  background-color: transparent;
}

.story-body .story-sidebar>div {
  padding: 6em;
}

.story-sidebar ul {
  margin-bottom: 2.4em;
}

.story-sidebar h4 {
  text-transform: uppercase;
  font-style: normal;
  font-family: "Merriweather", serif;
  font-weight: normal;
  letter-spacing: 0.15em;
  /*color: #787878;*/
  color: #ffffff;
}

.campaign .story-sidebar h4 {
  color: #787878;
}

.school-story .story-sidebar ul.tags a {
  color: #99bc5f;
  background-color: #ffffff;
}

.school-story .story-sidebar ul.tags a:hover {
  opacity: 0.8;
}

.school-story.campaign .story-sidebar ul.tags a {
  color: #ffffff;
  background-color: #2684ae;
}

.school-story.campaign .story-sidebar ul.tags a:hover {
  opacity: 1;
  background-color: #1c7299;
}

.story-sidebar .btn-rnd {
  text-align: center;
}

.story-sidebar .btn-rnd:hover {
  opacity: 0.8;
}

.support-category-callout-capacity {
  background-color: #99bc5f;
}

.support-category-callout-access {
  background-color: #2684ae;
}

.support-category-callout-formation {
  background-color: #ae9ab5;
}

.support-category-callout h4 {
  margin-top: 0;
}

.support-category-callout a:last-child {
  font-family: "Merriweather", serif;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.campaign .support-category-callout h4,
.support-category-callout p,
.support-category-callout a {
  color: #ffffff;
}

.row.story {
  display: flex;
  flex-wrap: wrap;
}

.story-listing-grid {
  display: flex;
}

.btn--all-stories {
  margin-bottom: 1.5em;
}

.story-listing-grid .story-listings h1 {
  margin-top: 0;
  margin-bottom: 2.4em;
  font-size: 1.25em;
}

.story-listing-grid .listings-query {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
}

.story-listing-grid .campaign-story-preview {
  width: 30%;
  margin-bottom: 2.4em;
  margin-right: 3%;
}

.story-listing-grid>div:last-child {
  flex: 1;
}

.campaign .story-listing-grid>div:last-child {
  background-color: #f2f2f2;
}

.story-listing-grid .story-sidebar>div {
  padding: 6em;
}

.story-listing-grid .story-sidebar h4 {
  margin-top: 0;
  /* Consider blending this with other sidebar style */
}

@media only screen and (max-width: 1100px) {
  .story-meta__content {
    padding: 2em;
  }

  .story-body>div:first-child {
    padding: 4em;
  }

  .story-body .story-sidebar>div {
    padding: 2em;
  }
}

@media only screen and (max-width: 900px) {
  .story-listing-grid .campaign-story-preview {
    width: 48%;
  }

  .story-listing-grid .story-sidebar>div {
    padding: 4em;
  }
}

@media only screen and (max-width: 768px) {
  .story-header {
    padding: 2em 0 2em;
  }

  .story-header h1 {
    margin-bottom: 0.5em;
  }

  .story-header .btn-rnd,
  .story-header .btn,
  .story-header .btn-sm {
    float: none;
    margin: 0.5em 0 0;
  }

  .story-meta {
    flex-wrap: wrap;
    top: 0;
    margin-bottom: 0;
  }

  .campaign .story-meta {
    margin-top: 1.6em;
  }

  .story-meta__image {
    width: 100%;
  }

  .story-meta__content {
    padding: 2em;
  }

  .story-body {
    flex-wrap: wrap;
  }

  .story-body>div:first-child {
    padding: 2em;
    width: 100%;
  }

  .campaign .story-body>div:last-child {
    margin-bottom: 3.2em;
  }

  .story-body .story-content p {
    margin-top: 0;
  }

  .story-body .story-sidebar>div {
    padding: 2em;
  }

  .story-listing-grid {
    flex-wrap: wrap;
  }

  .story-listing-grid .story-sidebar>div {
    padding: 2em;
  }

  .story-sidebar {
    order: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 460px) {

  .story-header .btn-rnd,
  .story-header .btn,
  .campaign .story-header .btn-rnd,
  .campaign .story-header .btn {
    float: none;
    margin-bottom: 1em;
    margin-left: 0;
  }

  .list-pagination {
    float: none;
  }

  .list-pagination:last-child {
    float: none;
    text-align: center;
  }
}

/* VII. WordPress Theming */

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

/* General Block & Container Rules */

.entry-content {
  padding: 3.5em 0;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .entry-content {
    padding: 2.5em 0 4em;
    margin: 0;
  }
}

.entry-content>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(.site-width):not(.is-style-color-narrow),
.page-content>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(.site-width):not(.is-style-color-narrow),
.page-header>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(.site-width):not(.is-style-color-narrow),
.entry-header>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(.site-width):not(.is-style-color-narrow),
.entry-summary>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(.site-width):not(.is-style-color-narrow),
.search-results .post-thumbnail,
.search-results .posts-navigation,
.archive .post-thumbnail,
.archive .posts-navigation {
  max-width: 1170px;
  width: calc(100% - 30px);
}

.entry-content>*,
.page-content>*,
.page-header>*,
.entry-header>*,
.entry-summary>*,
.search-results .post-thumbnail,
.search-results .posts-navigation,
.archive .post-thumbnail,
.archive .posts-navigation {
  margin-left: auto;
  margin-right: auto;
}

.search-results .post-thumbnail,
.archive .post-thumbnail {
  display: block;
}

.entry-content>*:last-child {
  margin-bottom: 0;
}

.post,
.page {
  margin: 0;
}

/* Footer nav rework */

.site-footer .wp-menu-title>a {
  pointer-events: none;
  display: block;
  font-size: 0.812em;
  letter-spacing: 0.15em;
  color: #999999;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 400;
  margin: 1.25em 0 0.5em 0;
}

/* Search */
/* A couple bugs need fixing: search needs to close if menu opens and vice versa, click off to close search should only be on desktop and the media query in the JS isn't aligning */
.search-form {
  display: flex;
  align-items: center;
}

.search-field[type="search"] {
  border: none;
  border-bottom: 1px solid #cfcfcf;
  font-size: 1.5rem;
  padding: 8px;
  font-weight: 400;
  font-family: "Merriweather Sans", sans-serif;
  width: 100%;
  margin-right: 10px;
}

.search-submit[type="submit"] {
  border: none;
  background-color: #2684ae;
  background-image: url("../images/arrow_white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  padding: 1.8em;
  margin: 0;
  margin-left: 10px;
  border-collapse: separate;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  text-indent: -9999px;
}

.site-search .search-form {
  position: absolute;
  display: flex;
  right: 0;
  width: 300px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  opacity: 0;
  justify-content: flex-end;
}

.site-search .search-form.active {
  z-index: 2;
  opacity: 1;
}

.site-search form>label {
  flex-grow: 1;
  margin-right: 16px;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.site-search .search-field {
  border: none;
  border-bottom: 1px solid #cfcfcf;
  font-size: 1.5rem;
  padding: 8px;
  font-weight: 400;
  font-family: "Merriweather Sans", sans-serif;
  width: 100%;
}

.site-search .search-submit {
  border: none;
  background-color: #2684ae;
  background-image: url("../images/arrow_white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  padding: 1.8em;
  margin: 0;
  border-collapse: separate;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  text-indent: -9999px;
}

@media only screen and (max-width: 768px) {
  .site-search .search-form {
    transform: translateY(0);
    width: 302%;
    border-top: 1px solid #cfcfcf;
    background-color: #ffffff;
  }

  .site-search .search-form.active {
    position: static;
    opacity: 1;
  }

  .site-search .search-field {
    border-bottom: none;
    outline: none;
    padding: 8px 16px;
  }

  .site-search .search-submit {
    border-radius: 0;
  }
}

/* Individual blocks */

/* Buttons */

.wp-block-buttons>.wp-block-button,
.wp-block-post-excerpt__more-link {
  margin-bottom: 1.2em;
}

.wp-block-button__link,
.wp-block-post-excerpt__more-link {
  border: 1px solid #2684ae;
  color: #ffffff;
  border-radius: 0;
  padding: 1.4em 2.5em;
  font-size: 1em;
  font-weight: 400;
  background-color: #2684ae;
  white-space: inherit;
}

.wp-block-button__link:visited,
.wp-block-post-excerpt__more-link:visited {
  color: #ffffff;
}

.is-style-outline>.wp-block-button__link:not(.has-background),
.wp-block-button__link.is-style-outline:not(.has-background) {
  border: 1px solid #cfcfcf;
  color: #2684ae !important;
  border-radius: 0;
  font-size: 1em;
  padding: 1.4em 2.5em;
  white-space: inherit;
}

.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.is-style-outline>.wp-block-button__link:active,
.is-style-outline>.wp-block-button__link:focus,
.is-style-outline>.wp-block-button__link:hover,
.wp-block-post-excerpt__more-link:focus,
.wp-block-post-excerpt__more-link:hover {
  text-decoration: none;
  border: 1px solid #217196;
  background-color: #217196 !important;
  color: #ffffff !important;
}

/* Seperator */

.wp-block-separator {
  margin-top: 1.5em;
  border: 0;
  background-color: #eee;
}

/* Columns */

.wp-block-columns.is-style-with_sidebar {
  gap: 0;
}

@media (min-width: 782px) {
  .wp-block-columns.is-style-with_sidebar {
    gap: 5em;
  }

  .wp-block-columns.space-between {
    justify-content: space-between;
  }

  .wp-block-columns.flush-content .wp-block-column {
    display: flex;
    flex-direction: column;
  }

  .wp-block-columns.flush-content .wp-block-column>*:last-child {
    margin-top: auto;
  }

  .wp-block-column.is-vertically-aligned-top>h1:first-child,
  .wp-block-column.is-vertically-aligned-top>h2:first-child,
  .wp-block-column.is-vertically-aligned-top>h3:first-child,
  .wp-block-column.is-vertically-aligned-top>h4:first-child,
  .wp-block-column.is-vertically-aligned-top>h5:first-child,
  .wp-block-column.is-vertically-aligned-top>h6:first-child {
    margin-top: 0;
  }
}

@media (max-width: 781px) {
  .wp-block-columns.is-style-with_sidebar {
    flex-direction: column-reverse;
  }
}

/* Inline Column */
/* People */

@media only screen and (min-width: 600px) {
  .wp-block-column.is-style-inline .wp-block-lstc-person {
    display: inline-block;
    width: 48%;
    margin-bottom: 4em;
    vertical-align: top;
  }
}

/* Responsive Tables */

.is-style-responsive {
  border: none;
  min-height: 0.01%;
  overflow-x: auto;
  max-width: calc(100vw - 45px);
}

.wp-block-column table td {
  word-break: initial;
  font-weight: 300;
}

.wp-block-table td,
.wp-block-table th {
  border: none;
}

.wp-block-table img[title="Email"] {
  min-width: 36px;
}

@media only screen and (max-width: 768px) {
  .is-style-responsive {
    border-right: 2px solid #cfcfcf;
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
  }

  .is-style-responsive>table>tbody>tr>td,
  .is-style-responsive>table>tbody>tr>th,
  .is-style-responsive>table>tfoot>tr>td,
  .is-style-responsive>table>tfoot>tr>th,
  .is-style-responsive>table>thead>tr>td,
  .is-style-responsive>table>thead>tr>th {
    white-space: nowrap;
  }
}

/* Images */

.entry-content .wp-block-image:first-child {
  margin-top: 0;
}

/* Expandable Content Adjustments */

.expandable .wp-block-gallery img {
  margin: 0;
}

.expandable .wp-block-image:first-child img {
  margin-top: 0;
}

.expandable.active {
  overflow: auto;
}

/* News Query */

.wp-block-post.news .wp-block-group {
  float: left;
}

.news-date {
  width: 80px;
  margin-right: 32px;
  margin-top: 1.2em;
}

.news-date .wp-block-post-date {
  display: block;
  text-align: center;
}

.news-date .wp-block-post-date:first-child {
  background-color: #99bc5f;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0.3em 0;
  font-size: 0.9em;
  letter-spacing: 1px;
  font-weight: 400;
}

.news-date .wp-block-post-date:last-child {
  color: #333;
  border-left: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  font-family: "Merriweather", serif;
  font-size: 1.875em;
  padding: 0.3em 0.25em 0.55em;
  font-weight: 400;
}

.news-description {
  width: calc(100% - 112px);
}

.wp-block-post.news h2 {
  margin-top: 1.2em;
}

/* Story Query */

.wp-block-post.story {
  margin-bottom: 2.4em;
}

.wp-block-post.story h2 {
  font-family: "Merriweather Sans", sans;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
  margin-top: 0;
  font-size: 1em;
}

/* Custom news snippet (Group Block with Style) */

.featured-resource {
  display: block;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.3);
  margin-bottom: 1.6em;
}

.featured-resource p:first-child {
  position: absolute;
  top: -8px;
  left: 1.25em;
  z-index: 1;
  background-color: #ffffff;
  font-size: 12px;
  color: #2785af;
  display: inline-block;
  padding: 4px 10px;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.3);
}

.featured-resource figure a {
  position: relative;
  padding-top: 50%;
  overflow: hidden;
  display: block;
}

.featured-resource figure {
  margin-bottom: 0;
}

.featured-resource figure a>img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
  min-width: 100%;
  transition: transform 0.35s ease-in-out;
}

.featured-resource figure a:hover>img {
  transform: scale(1.1);
}

.featured-resource h3 {
  font-family: "Merriweather Sans", sans-serif;
  color: #575757;
  font-style: normal;
  font-size: 1.6rem;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1.5em;
}

/* Groups */

.wp-block-group.alignfull {
  padding-left: 15px;
  padding-right: 15px;
}

/* Grid System */

@media only screen and (min-width: 30rem) {
  .wp-block-group.grid {
    display: grid;
    gap: 2em;
  }

  .wp-block-group.grid.grid--2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .wp-block-group.grid.grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }

  body .is-layout-constrained.grid> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media only screen and (min-width: 48rem) {
  .wp-block-group.grid.grid--4 {
    grid-template-columns: repeat(4, 1fr);
  }

  .wp-block-group.grid.grid--5 {
    grid-template-columns: repeat(5, 1fr);
  }

  .wp-block-group.grid.grid--6 {
    grid-template-columns: repeat(6, 1fr);
  }
}

/* Pagination */

.wp-block-query-pagination {
  border: 1px solid #ddd;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  gap: 0;
}

.wp-block-query-pagination>.wp-block-query-pagination-numbers,
.wp-block-query-pagination>.wp-block-query-pagination-previous,
.wp-block-query-pagination>.wp-block-query-pagination-next {
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
}

.page-numbers {
  display: inline-block;
  padding: 6px 12px;
  min-width: 36px;
  text-align: center;
  border-right: 1px solid #ddd;
}

.page-numbers.current {
  color: #ffffff;
  background-color: #337ab7;
  /*  border-right: none;*/
}

.page-numbers:not(.current):not(.dots):hover,
.wp-block-query-pagination>.wp-block-query-pagination-previous:hover,
.wp-block-query-pagination>.wp-block-query-pagination-next:hover {
  background-color: #eee;
}

.wp-block-query-pagination>.wp-block-query-pagination-previous {
  border-right: 1px solid #ddd;
}

.wp-block-query-pagination>.wp-block-query-pagination-previous,
.wp-block-query-pagination>.wp-block-query-pagination-next {
  padding: 6px 12px;
}

/* Tags */

.tag-cloud-link {
  display: inline-block;
  background-color: #ffffff;
  box-shadow: 0px 1px 2px 1px rgb(0 0 0 / 15%);
  padding: 0.25em 0.5em;
  margin-bottom: 0.6em;
}

/* Custom Degree Pages */

.landing-hero--degree h1 {
  font-size: 2em;
  line-height: 1.5;
}

.landing-hero--degree h1:after {
  content: "Distance Learning and Residential Tracks";
  display: block;
  font-size: 0.5em;
  letter-spacing: 0.135em;
}

/* Tenet */

.tenet--deeper .tenet__stat-graphic {
  background-image: url(https://lstcdev.wpengine.com/wp-content/uploads/2022/12/go-deeper-infographic-bg.png);
}

.tenet--further .tenet__stat-graphic {
  background-image: url(https://lstcdev.wpengine.com/wp-content/uploads/2022/12/go-further-infographic-bg.gif);
}

/* Blockquote */

.wp-block-quote {
  margin-left: 0;
  margin-bottom: 20px;
  margin-top: 20px;
}

.wp-block-quote cite {
  font-size: 80%;
  font-style: normal;
  color: #777;
}

/* Landing Hero Overrides */

.landing-hero:first-child {
  margin-top: -2.5em;
}

.wp-block-image.hero:first-child {
  margin-top: -2.5em;
}

.landing-hero.landing-hero--locked {
  background-size: 100%;
  background-repeat: no-repeat;
}

.landing-hero.landing-hero--locked .container {
  padding-top: 0;
  padding-bottom: 23.5%;
}

@media only screen and (min-width: 769px) {
  .landing-hero:first-child {
    margin-top: -3.5em;
  }

  .wp-block-image.hero:first-child {
    margin-top: -3.5em;
  }
}

/* News & Event Overrides */

@media only screen and (max-width: 719px) {
  .additional-news-events .home-resources:first-of-type {
    padding-bottom: 0;
  }

  .additional-news-events .home-resources__feature:last-child {
    margin-bottom: 1.6em;
  }
}

@media only screen and (min-width: 720px) {
  .additional-news-events .home-resources:first-of-type {
    padding-bottom: 1.5em;
  }
}

.additional-news-events .home-resources:not(:first-of-type) {
  padding-top: 0;
}

.additional-news-events .home-resources:not(:first-of-type) .home-resources__title,
.additional-news-events .home-resources:not(:first-of-type) .home-resources__all {
  visibility: hidden;
  height: 0;
  margin-bottom: 0;
}

/* Cover */

.wp-block-cover:not(.is-style-portal):first-child {
  margin-top: -2.5em;
}

@media only screen and (min-width: 769px) {
  .wp-block-cover:not(.is-style-portal):first-child {
    margin-top: -3.5em;
  }
}

.wp-block-cover.is-style-portal {
  padding: 0;
  min-height: 0;
  transition: 0.1s transform ease-in-out;
  position: relative;
  overflow: hidden;
}

.wp-block-cover.is-style-portal .wp-block-cover__image-background {
  position: absolute;
  padding: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
}

.wp-block-cover.is-style-portal .wp-block-cover__inner-container {
  height: 100%;
}

.wp-block-cover.is-style-portal .wp-block-cover__inner-container>h1,
.wp-block-cover.is-style-portal .wp-block-cover__inner-container>h2,
.wp-block-cover.is-style-portal .wp-block-cover__inner-container>h3,
.wp-block-cover.is-style-portal .wp-block-cover__inner-container>h4,
.wp-block-cover.is-style-portal .wp-block-cover__inner-container>h5,
.wp-block-cover.is-style-portal .wp-block-cover__inner-container>h6,
.wp-block-cover.is-style-portal .wp-block-cover__inner-container>p {
  margin: 0;
  padding: 0;
  height: 100%;
}

.wp-block-cover.is-style-portal a {
  padding: 4.5em 12px;
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.wp-block-cover.support-hero:before {
  content: "";
  position: absolute;
  top: 0;
  right: 90%;
  bottom: 0;
  left: 0;
  background-image: url("../images/pattern/stained-glass-border-left.svg");
  background-size: cover;
  background-position: right center;
}

.wp-block-cover.support-hero:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 90%;
  background-image: url("../images/pattern/stained-glass-border-right.svg");
  background-size: cover;
  background-position: left center;
}

.wp-block-cover.support-hero .wp-block-cover__inner-container {
  max-width: 95%;
}

.wp-block-cover.support-hero .wp-block-cover__inner-container .wp-block-image {
  max-width: 80%;
  margin: 3rem auto 1.5rem;
}

.wp-block-cover.support-hero .wp-block-cover__inner-container img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-cover.support-hero h1 span {
  display: block;
  margin-bottom: 1rem;
}

/* Media & Text Block */

@media only screen and (max-width: 600px) {
  .wp-block-media-text .wp-block-media-text__media {
    margin-bottom: 3rem;
  }
}

/* Spotlight Classes */

@media only screen and (min-width: 60rem) {
  .heading-button-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .heading-button-header .wp-block-heading {
    margin: 1rem 0 !important;
  }

  .heading-button-header .wp-block-buttons {
    justify-content: flex-end;
    margin-right: 0 !important;
  }

  .heading-button-header .wp-block-button {
    margin-bottom: 0;
  }
}

.query-spotlight .wp-block-post.story {
  margin-bottom: 0;
}

@media only screen and (min-width: 782px) {
  .query-spotlight .wp-block-post.story .wp-block-columns {
    margin-bottom: 0;
  }

  .query-spotlight .wp-block-post.story h2 {
    margin-bottom: 0;
  }
}

/* Board of Directors */

.mt-person .wp-block-heading {
  margin-top: 0;
}

/* Get the Facts */
.enrollment td:nth-child(even) {
  width: 10%;
}

/* WP Event Manager */

.widget_featured_events .wpem-single-event-widget,
.wpem-event-listings .wpem-event-layout-wrapper .event_featured,
.wpem-event-listings .wpem-event-layout-wrapper .event_featured:hover {
  background: white;
}

/*.event-calendar-header {

}*/

.event-calendar-header {
  padding-top: 4.5rem;
  padding-bottom: 6rem;
}

.event-calendar-header:first-child {
  margin-top: -2.5em;
}

.event-calendar-header+.wpem-prime-event-slider-wrapper {
  margin-top: -6rem;
}

.wpem-prime-event-slider-wrapper {
  margin-bottom: 3rem;
}

.wpem-prime-event-slider-description {
  background-color: white !important;
}

.wpem-form-wrapper input,
.wpem-form-wrapper select,
.event-manager-category-dropdown {
  font-size: inherit;
}

/* Button Overrides */

.wpem-theme-button,
a.wpem-theme-button,
button.wpem-theme-button,
input.wpem-theme-button {
  border: 1px solid #2684ae;
  color: #ffffff;
  border-radius: 0;
  padding: 1.4em 2.5em;
  font-size: 1em;
  background-color: #2684ae;
  white-space: inherit;
}

.wpem-theme-button:hover,
a.wpem-theme-button:hover,
button.wpem-theme-button:hover,
input.wpem-theme-button:hover,
.wpem-theme-button:focus,
a.wpem-theme-button:focus,
button.wpem-theme-button:focus,
input.wpem-theme-button:focus {
  border: 1px solid #217196;
  background-color: #217196;
  color: #ffffff;
}

@media only screen and (min-width: 769px) {
  .event-calendar-header:first-child {
    margin-top: -3.5em;
  }

  .event-calendar-header {
    padding-top: 9rem;
    padding-bottom: 18rem;
  }

  .event-calendar-header+.wpem-prime-event-slider-wrapper {
    margin-top: -18rem;
  }
}

/* Homepage Redesign Blocks */

.wp-block-eedee-block-gutenslider.content-change.home-gutenslider:first-child {
  margin-top: -2.5em;
}

.wp-block-eedee-block-gutenslider button.eedee-gutenslider-nav {
  background-color: #2684ae !important;
  border-radius: 50%;
}

.wp-block-eedee-block-gutenslider.content-change.home-gutenslider .slide-content {
  /*  padding-right: 0;
  padding-left: 0;*/
  padding: 0;
}

.wp-block-eedee-block-gutenslider.home-gutenslider .wp-block-media-text {
  height: 100%;
}

.wp-block-eedee-block-gutenslider.home-gutenslider .wp-block-media-text .wp-block-media-text__media {
  height: 100%;
}

.wp-block-eedee-block-gutenslider.home-gutenslider .wp-block-media-text .wp-block-media-text__media img {
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* has-media-on-the-right */
.wp-block-media-text.overlap .wp-block-media-text__content {
  border-top: 6px solid #2684ae;
}

.wp-block-media-text.overlap--blue .wp-block-media-text__content {
  background-color: #2684ae !important;
}

@media only screen and (max-width: 600px) {
  .wp-block-media-text.overlap .wp-block-media-text__media {
    margin-bottom: 0;
  }

  .wp-block-media-text.overlap.is-stacked-on-mobile>.wp-block-media-text__content {
    align-self: auto;
  }
}

@media only screen and (min-width: 601px) {
  .wp-block-media-text.overlap .wp-block-media-text__content {
    background-color: white;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .wp-block-media-text.has-media-on-the-right.overlap .wp-block-media-text__content {
    transform: translateX(6rem);
  }

  .wp-block-media-text.has-media-on-the-left.overlap .wp-block-media-text__content {
    transform: translateX(-6rem);
  }
}

@media only screen and (min-width: 769px) {
  .wp-block-eedee-block-gutenslider.content-change.home-gutenslider:first-child {
    margin-top: -3.5em;
  }
}

@media only screen and (min-width: 769px) {
  .header--space-between {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
  }

  .header--space-between>*:first-child {
    margin-left: 0 !important;
  }

  .header--space-between>*:last-child {
    margin-right: 0 !important;
  }
}

.statistic p:first-child {
  font-family: "Merriweather", serif;
  margin-bottom: 0.2em;
}

.home__stats-banner {
  padding-top: 3rem;
  padding-bottom: 9rem;
}

.home__stats-video {
  margin-top: -6rem;
}

@media only screen and (min-width: 48rem) {
  .home__stats-banner {
    padding-top: 6rem;
    padding-bottom: 15rem;
  }

  .home__stats-video {
    margin-top: -9rem;
  }
}

@media only screen and (min-width: 72rem) {
  .home__stats-banner {
    padding-top: 9rem;
    padding-bottom: 24rem;
  }

  .home__stats-video {
    margin-top: -18rem;
  }
}

/* Ninja Forms */

.nf-form-wrap .nf-form-content input:not([type="button"]),
.nf-form-wrap .nf-form-content textarea {
  border-radius: 5px;
  border: 1px solid #2684ae;
  font-family: "Merriweather Sans", sans-serif;
}

.nf-form-wrap .nf-form-content input[type="submit"] {
  border: 1px solid #2684ae;
  color: #ffffff;
  border-radius: 0;
  padding: 1.4em 2.5em;
  font-size: 1em;
  font-weight: 400;
  font-family: "Merriweather Sans", sans-serif;
  background-color: #2684ae;
  white-space: inherit;
  height: auto;
}

.nf-form-wrap .nf-form-content input[type="submit"]:visited {
  color: #ffffff;
}

.nf-form-wrap .nf-form-content input[type="submit"]:hover,
.nf-form-wrap .nf-form-content input[type="submit"]:focus {
  text-decoration: none;
  border: 1px solid #217196;
  background-color: #217196 !important;
  color: #ffffff !important;
}
