@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
/* ====================================== */
/* ====================================== */
/* SPE 2020 STYLESHEET                    */
/* ====================================== */
/* ====================================== */
/* *************************** */
/* JD's Found Breakpoint Mixin */
/* JD's Found Breakpoint Mixin */
/* *************************** */
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets
  List of CSS3 Sass Mixins File to be @imported and @included as you need
  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files
  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties
------------------------------------------------------------- */
/* -----------------------------------------

    HOW TO USE
    // Import the mixins
    @import "css3-mixins.scss"

    // Call Mixins
    @include opacity();
    @include border-radius(3px);
    @include transition(color, .5s, ease-in);

-------------------------------------------- */
/* 2020 SPE colors */
/* IMAGES */
/* SPE Colors */
/* MENU VARS */
/* Fonts, Font size, Font weights */
h1, h2, h3, h4, h5 {
  font-weight: 700;
}

/* Font Sizes */
body {
  font-size: 1em;
}

h1 {
  font-size: 1.8em !important;
}

h2 {
  font-size: 1.6em !important;
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-size: 1.2em !important;
}

h5 {
  font-size: 1em !important;
}

/* 2020 SPE colors */
/* IMAGES */
/* SPE Colors */
/* MENU VARS */
/* Fonts, Font size, Font weights */
.bg-color-main {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

.btn-color-main {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  border: 1px solid grey;
}

.bg-color-main-dk {
  background-color: rgb(90, 95, 106);
  color: rgb(255, 255, 255);
}

.btn-color-main-dk {
  background-color: rgb(90, 95, 106);
  color: rgb(255, 255, 255);
}

.bg-color-main-lt {
  background-color: rgb(213, 219, 232);
  color: rgb(0, 0, 0);
}

.btn-color-main-lt {
  background-color: rgb(213, 219, 232);
  color: rgb(0, 0, 0);
}

.bg-color-related-1 {
  background-color: rgb(61, 121, 139);
  color: rgb(255, 255, 255);
}

.btn-color-related-1 {
  background-color: rgb(61, 121, 139);
  color: rgb(255, 255, 255);
}

.bg-light {
  background-color: #F8F9FB !important;
}

.bg-color-related-2 {
  background-color: rgb(241, 242, 247);
  color: rgb(0, 0, 0);
}

.btn-color-related-2 {
  background-color: rgb(241, 242, 247);
  color: rgb(0, 0, 0);
}

.bg-color-complementary-1 {
  background-color: rgb(167, 189, 198);
  color: rgb(0, 0, 0);
}

.btn-color-complementary-1 {
  background-color: rgb(167, 189, 198);
  color: rgb(0, 0, 0);
}

.bg-color-complementary-2 {
  background-color: unset;
  color: rgb(255, 255, 255);
}

.btn-color-complementary-2 {
  background-color: rgb(146, 165, 173);
  color: rgb(255, 255, 255);
}

.bg-white {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

.btn-bg-white {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  border: 1px solid grey;
}

.col-main {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

.col-main-dk {
  background-color: rgb(90, 95, 106);
  color: rgb(255, 255, 255);
}

.col-main-lt {
  background-color: rgb(213, 219, 232);
  color: rgb(0, 0, 0);
}

.col-related-1 {
  background-color: rgb(61, 121, 139);
  color: rgb(255, 255, 255);
}

.col-related-2 {
  background-color: rgb(241, 242, 247);
  color: rgb(0, 0, 0);
}

.col-complementary-1 {
  background-color: rgb(167, 189, 198);
  color: rgb(0, 0, 0);
}

.col-complementary-2 {
  background-color: rgb(146, 165, 173);
  color: rgb(255, 255, 255);
}

.col-sat-100 {
  background-color: rgb(13, 76, 146);
  color: rgb(255, 255, 255);
}

.col-sat-90 {
  background-color: rgb(19, 76, 139);
  color: rgb(255, 255, 255);
}

.col-sat-80 {
  background-color: rgb(26, 77, 133);
  color: rgb(255, 255, 255);
}

.col-sat-70 {
  background-color: rgb(32, 76, 126);
  color: rgb(255, 255, 255);
}

.col-sat-60 {
  background-color: rgb(39, 77, 119);
  color: rgb(255, 255, 255);
}

.col-sat-50 {
  background-color: rgb(46, 77, 112);
  color: rgb(255, 255, 255);
}

.col-sat-40 {
  background-color: rgb(52, 78, 106);
  color: rgb(255, 255, 255);
}

.col-sat-30 {
  background-color: rgb(59, 78, 99);
  color: rgb(255, 255, 255);
}

.col-sat-20 {
  background-color: rgb(66, 79, 93);
  color: rgb(255, 255, 255);
}

.col-sat-10 {
  background-color: rgb(72, 79, 86);
  color: rgb(255, 255, 255);
}

.text-light {
  color: rgb(241, 242, 247);
}

.text-dark {
  color: rgb(90, 95, 106);
}

.text-color-main {
  color: rgb(255, 255, 255);
}

.text-color-main-lt {
  color: rgb(241, 242, 247);
}

.text-color-main-dk {
  color: rgb(90, 95, 106);
}

.text-color-analogous-1 {
  color: rgb(61, 121, 139);
}

.text-color-analogous-2 {
  color: rgb(241, 242, 247);
}

.text-color-complementary-1 {
  color: rgb(167, 189, 198);
}

.text-color-complementary-2 {
  color: rgb(146, 165, 173);
}

.col-spe-blue {
  background-color: rgb(13, 76, 146);
  color: rgb(255, 255, 255);
}

.btn-col-spe-blue {
  background-color: rgb(13, 76, 146);
  color: rgb(255, 255, 255);
}

.col-spe-blue-med {
  background-color: rgb(0, 103, 177);
  color: rgb(255, 255, 255);
}

.col-spe-blue-lt {
  background-color: rgb(137, 195, 229);
  color: rgb(0, 0, 0);
}

.col-spe-yellow-drk {
  background-color: rgb(240, 171, 0);
  color: rgb(255, 255, 255);
}

.col-spe-yellow-lt {
  background-color: rgb(254, 203, 0);
  color: rgb(255, 255, 255);
}

.col-spe-orange {
  background-color: rgb(230, 106, 63);
  color: rgb(255, 255, 255);
}

.col-spe-green-drk {
  background-color: rgb(127, 181, 57);
  color: rgb(255, 255, 255);
}

.col-spe-green-lt {
  background-color: rgb(166, 206, 57);
  color: rgb(255, 255, 255);
}

.col-spe-purple {
  background-color: rgb(113, 126, 189);
  color: rgb(255, 255, 255);
}

/* SPE TExt colors */
.text-col-spe-blue {
  color: #0d4c92;
}

.text-col-spe-blue-med {
  color: #0067b1;
}

.text-col-spe-blue-lt {
  color: #89c3e5;
}

.text-col-spe-yellow-drk {
  color: #f0ab00;
}

.text-col-spe-yellow-lt {
  color: #fecb00;
}

.text-col-spe-orange {
  color: #e66a3f;
}

.text-col-spe-green-drk {
  color: #7fb539;
}

.text-col-spe-green-lt {
  color: #a6ce39;
}

.text-col-spe-purple {
  color: #717ebd;
}

/* 2020 SPE colors */
/* IMAGES */
/* SPE Colors */
/* MENU VARS */
/* Fonts, Font size, Font weights */
#spelogo {
  max-height: 90px;
}

#mainnavbar {
  background-color: rgb(255, 255, 255);
}
#mainnavbar .nav-link {
  color: rgb(0, 24, 40);
  height: 60px;
  padding-top: 25px;
  font-weight: 700;
}
#mainnavbar .nav-link:hover {
  color: rgb(128, 128, 128);
}

.navbar-toggler-icon {
  /* white navicon */
  background: linear-gradient(to bottom, white, white 20%, rgb(128, 128, 128) 20%, rgb(128, 128, 128) 30%, white 30%, white 45%, rgb(128, 128, 128) 45%, rgb(128, 128, 128) 55%, white 55%, white 70%, rgb(128, 128, 128) 70%, rgb(128, 128, 128) 80%, white 80%, white 100%) !important;
}

.userdropdown {
  top: 32px;
}

@media (max-width: 400px) {
  .userdropdown {
    left: -80px !important;
  }
}
.welcome-li {
  margin-top: 5px;
}

.spe-welcome-top {
  color: rgb(255, 255, 255);
  font-style: italic;
  font-size: 14px;
  height: 60px;
  padding: 0.5rem 1rem;
  font-weight: 700;
}

#headerspacer {
  background-color: rgb(3, 22, 28);
}

/* search start  */
.searching a {
  color: rgb(0, 24, 40);
}

.search-inline {
  width: 100%;
  left: 0;
  padding-left: 15px;
  padding-right: 15px;
  top: 0;
  height: 100%;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background-color: #efefef;
  z-index: 9;
  transition: all 0.5s ease-in-out;
}

.searching form {
  float: right;
  margin-right: 0;
  margin-left: auto;
  width: 100%;
}

.search-inline.search-visible {
  opacity: 1;
  visibility: visible;
  animation: fadeInDown 0.4s ease-in-out;
}

.search-inline button[type=submit] {
  position: absolute;
  top: 0;
  border: 0;
  right: 80px;
  padding: 0;
  cursor: pointer;
  width: 80px;
  height: 50%;
  background: #222;
  color: #fff;
}

.search-inline .form-control {
  border: 0;
  padding-left: 0;
  font-size: 2rem;
  position: absolute;
  left: 1%;
  top: 0;
  height: 100%;
  width: 50%;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  outline: none;
}

.search-inline .search-close {
  position: absolute;
  top: 5px;
  right: 20px;
  color: #616161;
  text-align: center;
  display: inline;
  background: #efefef;
  text-decoration: none;
}

.search-inline .search-close i {
  display: table-cell;
  vertical-align: middle;
}

.search-close-div {
  width: 100px;
}

.search-inline-sub {
  display: inline-block;
}

.search-close {
  font-size: 1.5em;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #efefef;
  background-clip: padding-box;
  border: 1px solid #efefef;
  border-radius: 0.25rem;
  transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.GoogleSiteSearch {
  width: 100%;
}

.gsc-search-box {
  width: 100% !important;
}

.cse, .gsc-control-cse, .gse-search {
  background: transparent !important;
  border: 0 !important;
  padding: 5px 0 0 0 !important;
}

.gsc-input-box {
  border: none;
  height: 30px;
}

.gsc-input {
  font-size: 14px !important;
  background: none;
  background-size: auto 20px !important;
}

.gsc-search-button, .gsc-search-button-v2 {
  background-color: rgb(128, 128, 128) !important;
  border: 0 !important;
  padding: 0 !important;
  width: 50px !important;
}

form.gsc-search-box {
  width: 50% !important;
}

.search-open i {
  font-size: 30px;
}

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

.spe-shadow-bottom {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.55);
}

.spe-shadow-top {
  box-shadow: 0 -0.5rem 1rem rgba(0, 0, 0, 0.55);
}

a {
  text-decoration: none;
}

.spelogoblue {
  max-height: 5rem;
  max-width: 9.375rem;
  width: auto;
  height: auto;
}

.spelogomain {
  max-height: 5.625rem;
  max-width: 10.5rem;
  width: auto;
  height: auto;
}

.navbar-toggler {
  border-color: #808080 !important;
}

.dropdown-item {
  color: #001828;
}
.dropdown-item:hover {
  color: #808080;
}

.navbar__spe-header {
  background-color: #ffffff;
  background-image: none;
}

.navbar__loginbar {
  background-color: none;
  background: linear-gradient(to right, #092D55 0%, #0D4C92 15%, #0D4C92 85%, #092D55 100%);
}

.navbar__global-nav .nav .nav-link {
  color: #ffffff;
  font-size: 1rem;
}
.navbar__global-nav .nav .nav-link:hover {
  text-decoration: underline;
}

.navbar__mainnav {
  background-color: #ffffff;
}

.navbar__mainnav .nav-link {
  color: #001828;
  padding-top: 0.375rem;
  font-weight: 500;
}

.navbar__container-wrapper {
  padding: 0;
}

.navbar__nav-link--text {
  font-size: 1.1rem !important;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  color: #001828;
  display: inline-flex;
  align-items: center;
  border-bottom: 2px solid transparent;
  padding-bottom: 0.25rem;
}

.navbar__mainnav .navbar-nav .navbar__nav-link--text {
  padding-left: 16px;
  padding-right: 16px;
}

.navbar__nav-link--text:focus {
  outline: none;
  box-shadow: none;
}

.navbar__dropdown-menu {
  left: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 1px solid #dadada;
}

.navbar__dropdown-container {
  max-width: 50em;
}

.navbar__dropdown-menu a.list-group-item:hover {
  text-decoration: underline;
}

.navbar__dropdown-menu a.navbar__image-column--link:hover {
  text-decoration: none;
}

.navbar__dropdown-menu a.navbar__image-column--link:hover p {
  text-decoration: underline;
}

.navbar__image-container {
  max-width: 20.625em;
  display: none;
}

.navbar__largetext {
  width: auto;
}

.navbar__image-column--title {
  font-size: 1.1em;
  font-weight: 600;
}

.navbar__image-column button {
  background-color: #0067b1;
  color: #ffffff;
}

.navbar__image-column button:hover {
  background-color: #1A81CB;
  color: #ffffff;
}

.navbar__page-header-container {
  position: relative;
  z-index: 1000;
}

.navbar__mobile-menu-wrapper {
  background: linear-gradient(to right, #092D55 0%, #0D4C92 15%, #0D4C92 85%, #092D55 100%);
}

.navbar-collapse.collapsing {
  transition: height 0.3s ease;
}

.navbar__dropdown-menu a.navbar__image-column--link:hover p {
  text-decoration: none;
}

.navbar__dropdown-hover > .navbar__no-click-menu-button:active {
  pointer-events: auto;
}

.navbar__no-click-menu-button {
  display: inline-flex;
}

.navbar__clickable-menu-button {
  display: none;
}

.navbar__dropdown-menu a.navbar__image-column--link:hover p {
  text-decoration: none;
}

.navbar__search-box-wrapper {
  background-color: white;
  border-radius: 50px;
  transition: all 0.5s ease-in-out;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}

#navbarSearch {
  width: 100% !important;
  padding: 0 0.25rem 0 0.75rem !important;
}

#navbarSearch td.gsc-search-button {
  padding: 0.25rem 0.5rem !important;
  font-size: 0.875rem !important;
  line-height: 1.5 !important;
  border-radius: 0.2rem !important;
  border-radius: 50% !important;
  border: 0 !important;
  margin: 0.25rem !important;
  color: #ffffff !important;
  background-color: #1d7feb !important;
  width: 1.9375rem !important;
}

#navbarSearch td.gsc-search-button button {
  width: auto !important;
  color: #ffffff !important;
  background-color: #1d7feb !important;
}

#navbarSearch td.gsc-search-button svg {
  transform: scale(1.1) !important;
  height: 0.8125rem;
  width: 0.8125rem;
}

#navbarSearch td.gsc-search-button:hover,
#navbarSearch td.gsc-search-button:hover button,
#navbarSearch td.gsc-search-button:focus,
#navbarSearch td.gsc-search-button:focus button {
  background-color: #3e91ee !important;
}

#navbarSearch form.gsc-search-box {
  width: 100% !important;
}

#navbarSearch input.gsc-input,
#navbarSearch .gsc-input-box,
#navbarSearch .gsc-input-box-hover,
#navbarSearch .gsc-input-box-focus,
#navbarSearch .gsc-search-button {
  background-image: none !important;
  padding: 0 !important;
  border: 0 !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  color: #495057 !important;
  font-family: "Figtree", "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

#navbarSearch .gsib_a {
  padding: 0.1875rem 0 0 0 !important;
}

#navbarSearch .gsib_a:after {
  content: "Search..." !important;
  position: absolute !important;
  left: 0.75rem !important;
  top: 0.625rem !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  color: #6C757D !important;
  font-family: "Figtree", "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.navbar__search-box-wrapper:focus-within .gsib_a:after {
  content: "" !important;
  display: none !important;
}

#navbarSearch .gsib_b {
  display: none !important;
}

#navbarSearch .gsc-input-box {
  height: 1.875rem;
  min-height: 21px;
}

#navbarSearch .cse,
#navbarSearch .gsc-control-cse,
#navbarSearch .gse-search {
  background: transparent !important;
  border: 0 !important;
  padding: 0.3125rem 0 0 0 !important;
}

@media (max-width: 767px) {
  .navbar__nav-link--border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }
}
@media (min-width: 992px) {
  .navbar__largetext {
    width: min-content;
  }
  .navbar__dropdown-hover.show .navbar__nav-link--text {
    color: #808080;
    border-bottom: 2px solid #0067b1;
  }
  .navbar__image-container {
    display: block;
  }
  .navbar__page-header-container {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #03161c;
  }
  .navbar__menu-wrapper {
    display: flex !important;
    justify-content: center !important;
  }
  .navbar__search-box-wrapper {
    width: 40%;
    max-width: 8.75rem;
  }
  .navbar__search-box-wrapper:focus-within {
    width: 100%;
    max-width: 21.875rem;
  }
}
@media (min-width: 992px) and (hover: hover) and (pointer: fine) {
  .navbar__dropdown-hover:hover > .navbar__dropdown-menu,
  .navbar__dropdown-hover:hover > .navbar__dropdown-menu:hover {
    display: block;
  }
  .navbar__dropdown-hover:hover > a {
    border-bottom: 2px solid #0067b1;
  }
  .navbar__dropdown-hover > .navbar__no-click-menu-button:active {
    pointer-events: none;
  }
  .navbar__no-click-menu-button {
    display: none;
  }
  .navbar__clickable-menu-button {
    display: inline-flex;
  }
}
@media (min-width: 1200px) {
  .navbar__dropdown-menu {
    width: auto !important;
  }
  .navbar__wide-menu--get-involved {
    left: 3em;
  }
  .navbar__wide-menu--about {
    left: 5em;
  }
  .navbar__dropdown-row {
    min-width: 50em;
  }
  .navbar__loginbar {
    padding-right: max(0.75rem, (100vw - 1320px) / 2);
  }
  .navbar__logo-box-blue {
    padding-left: max(1rem, (100vw - 1320px) / 2) !important;
  }
}
@media (min-width: 1510px) {
  .navbar__largetext {
    width: auto;
  }
  .navbar__wide-menu--events {
    left: 8em;
  }
  .navbar__wide-menu--publications {
    left: 15em;
  }
  .navbar__wide-menu--prof-dev {
    left: 4em;
  }
  .navbar__wide-menu--get-involved {
    left: 12em;
  }
  .navbar__wide-menu--about {
    left: 19em;
  }
}
/* 2020 SPE colors */
/* IMAGES */
/* SPE Colors */
/* MENU VARS */
/* Fonts, Font size, Font weights */
/* *************************** */
/* JD's Found Breakpoint Mixin */
/* JD's Found Breakpoint Mixin */
/* *************************** */
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets
  List of CSS3 Sass Mixins File to be @imported and @included as you need
  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files
  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties
------------------------------------------------------------- */
/* -----------------------------------------

    HOW TO USE
    // Import the mixins
    @import "css3-mixins.scss"

    // Call Mixins
    @include opacity();
    @include border-radius(3px);
    @include transition(color, .5s, ease-in);

-------------------------------------------- */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background-color: rgb(241, 242, 247);
  font-family: "Figtree", "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body a {
  color: rgb(41, 101, 168);
}
body a:Hover {
  color: rgb(78, 78, 78);
}

.accordion-card .card-body {
  padding: 0 0 0 0;
  margin-top: -10px;
}

.home-accordion {
  border-bottom: 1px solid rgb(255, 255, 255);
  border-radius: 0;
  box-shadow: none;
  background: none;
}
.home-accordion ul {
  list-style-type: none;
}
.home-accordion a {
  color: rgb(255, 255, 255);
}
.accordionBtn {
  margin-right: 10px;
}
.accordionBtn i {
  float: none !important;
}

.reldiv {
  position: relative;
  height: 100%;
}

.swoop {
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: -1px;
  background-repeat: repeat-x;
  background-position: bottom;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.quotebox {
  position: absolute;
  bottom: 0;
  width: 30%;
  min-height: 75%;
  left: 65%;
  margin-left: -100px;
  padding: 15px 15px 15px 150px !important;
  z-index: 0;
}

.whiteborder1 {
  border: 1px solid rgb(255, 255, 255);
}

.whiteborder2 {
  border: 2px solid rgb(255, 255, 255);
}

.whiteborder3 {
  border: 3px solid rgb(255, 255, 255);
}

.whiteborder4 {
  border: 4px solid rgb(255, 255, 255);
}

.whiteborder5 {
  border: 5px solid rgb(255, 255, 255);
}

.whiteborder6 {
  border: 6px solid rgb(255, 255, 255);
}

.whiteborder7 {
  border: 7px solid rgb(255, 255, 255);
}

.whiteborder8 {
  border: 8px solid rgb(255, 255, 255);
}

.whiteborder9 {
  border: 9px solid rgb(255, 255, 255);
}

.whiteborder10 {
  border: 10px solid rgb(255, 255, 255);
}

.featured-articles .media {
  border-bottom: 1px solid lightgrey;
  margin-bottom: 10px;
}

.featured-articles .media {
  border-bottom: 1px solid lightgrey;
  margin-bottom: 10px;
}

.stay-informed-articles {
  display: flex;
  flex-direction: row;
}
.stay-informed-articles .media {
  flex: 1 1 0px;
  flex-direction: column;
  flex-grow: 1;
  Padding: 0;
  margin-right: 10px;
}
.stay-informed-articles .media img {
  margin: 0 0 10px 0;
}
.stay-informed-articles .media .rss-title {
  margin: 0;
}
.stay-informed-articles .media .rss-title a {
  color: rgb(0, 0, 0);
  font-weight: bold;
}
.stay-informed-articles .media .rss-date {
  margin: 0;
  color: rgb(128, 128, 128);
  border-bottom: 10px solid transparent;
}
.stay-informed-articles .media .rss-blurb {
  margin: 0;
  padding-right: 10px;
}

/* Responsive layout - makes a one column layout instead of a two-column layout */
@media (max-width: 767px) {
  .stay-informed-articles {
    flex-direction: column;
  }
}
/* *************** */
/* PROMOTIONS GRID */
.promo-featured-col, .promo-vertical-col, .promo-horizontal, .promo-vertical {
  margin: 0;
  padding: 0;
}

.promo-featured-col, .promo-vertical-col {
  display: inline-block;
}

.promo-featured-col {
  width: 100%;
}

.promo-featured a, .promo-box a, .promo-box-bottom a {
  text-decoration: none;
}

.promo-featured {
  background-size: 532px;
  height: 332px;
  width: 532px;
  overflow: hidden;
  margin: 0 10px 10px 0;
  padding: 160px 0 0 20px;
}

.promo-box, .promo-box-bottom {
  background-size: 260px;
  display: inline-flex;
  height: 160px;
  width: 260px;
  overflow: hidden;
  margin: 0 10px 6px 0;
  padding: 10px 10px 0 10px;
}

.promo-bottom-row {
  margin-top: 6px;
}

p.promo-date {
  margin: 0 0 5px 0;
}

.promo-title {
  font-size: 16px;
}

.promo-date {
  font-size: 15px;
  font-weight: bold;
  color: rgb(253, 191, 68);
}

.promo-teaser {
  font-size: 14px;
}

.promo-box-bottom {
  margin: 0 15px 6px 0;
}

.custom_promo_featured {
  background-size: min(80vw, 540px);
  min-height: min(50vw, 340px);
  min-width: min(80vw, 540px);
  overflow: hidden;
}

.ourstoryquote {
  overflow: auto;
}

#sections {
  background-color: #f1f2f7;
}

.section-columns, .chapter-columns {
  background-color: #f1f2f7;
  column-count: 1;
  column-width: 400px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.section-columns li.section, .chapter-columns li.section {
  display: block !important;
}
@media (min-width: 576px) {
  .section-columns, .chapter-columns {
    columns: 200px 2;
  }
}
@media (min-width: 768px) {
  .section-columns, .chapter-columns {
    columns: 200px 3;
  }
}
@media (min-width: 992px) {
  .section-columns, .chapter-columns {
    columns: 200px 4;
  }
}
@media (min-width: 1200px) {
  .section-columns, .chapter-columns {
    columns: 200px 4;
  }
}

/* ADDED */
#connect {
  background: none !important;
}

.breadcrumb {
  background: none;
}

.events_sidebar_list {
  list-style-type: none;
  padding: 0;
}
.events_sidebar_list .events_sidebar_list_item {
  border-bottom: 1px solid #e6e6e6;
}
.events_sidebar_list .events_sidebar_list_item h4 {
  font-size: 1em !important;
}
.events_sidebar_list .events_sidebar_list_item p {
  margin-bottom: 0.3rem;
}
#sections, #sections_and_chapters_panels_wrapper {
  background-color: #f1f2f7;
}

#sections_tab, #chapters_tab {
  border: none;
}

.section-columns, .chapter-columns {
  column-count: 1;
  column-width: 400px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.section-columns li.section, .chapter-columns li.section {
  display: block !important;
}
@media (min-width: 576px) {
  .section-columns, .chapter-columns {
    columns: 200px 2;
  }
}
@media (min-width: 768px) {
  .section-columns, .chapter-columns {
    columns: 200px 3;
  }
}
@media (min-width: 992px) {
  .section-columns, .chapter-columns {
    columns: 200px 4;
  }
}
@media (min-width: 1200px) {
  .section-columns, .chapter-columns {
    columns: 200px 4;
  }
}

.page-content section {
  margin: 0;
}

.home-accordion a {
  color: rgb(255, 255, 255);
}
.home-accordion a:hover {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}

.twitter_title {
  font-weight: bold;
  font-size: 1.2em;
  color: rgb(0, 24, 40);
  margin-bottom: 10px;
}

.twitter_link {
  margin-bottom: 5px;
}
.twitter_link a {
  font-size: 0.8em;
}

.tweets_wrapper {
  list-style-type: none;
  padding: 0;
}
.tweets_wrapper .tweet {
  border: 1px solid rgb(128, 128, 128);
  padding: 10px;
  margin-bottom: 10px;
  background-color: rgb(255, 255, 255);
}

.carousel-item a {
  text-decoration: none;
}
.carousel-item a:hover {
  text-decoration: none;
}

/* 2020 SPE colors */
/* IMAGES */
/* SPE Colors */
/* MENU VARS */
/* Fonts, Font size, Font weights */
#spe-footer {
  background-color: #d7d7d7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d7d7d7), to(rgb(228, 228, 226)));
  background-image: -webkit-linear-gradient(top, #d7d7d7, rgb(228, 228, 226));
  background-image: -moz-linear-gradient(top, #d7d7d7, rgb(228, 228, 226));
  background-image: -ms-linear-gradient(top, #d7d7d7, rgb(228, 228, 226));
  background-image: -o-linear-gradient(top, #d7d7d7, rgb(228, 228, 226));
  background-image: linear-gradient(top, #d7d7d7, rgb(228, 228, 226));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#d7d7d7", endColorStr="rgb(228, 228, 226)");
}
#spe-footer h1, #spe-footer h2, #spe-footer h3, #spe-footer h4, #spe-footer h5 {
  font-weight: 700 !important;
}

#footer-nav {
  border-bottom: 2px solid rgb(0, 24, 40);
}
#footer-nav .nav-link {
  color: rgb(0, 24, 40);
}
#footer-nav .nav-link:hover {
  color: rgb(78, 78, 78);
}

#footer-mega {
  color: rgb(78, 78, 78);
}
#footer-mega h5 {
  margin: 0 0 1.5em 0;
  font-weight: 700 !important;
}
#footer-mega a {
  color: rgb(78, 78, 78);
}
#footer-mega a:hover {
  color: rgb(0, 24, 40);
}

#social-media-links-footer {
  margin: 0;
  padding: 0;
}

.footfnt {
  list-style: none;
  display: inline-block;
  font-size: 2em;
  margin: 0 0 0 0.5em;
  padding: 0;
}
.footfnt a {
  color: rgb(78, 78, 78);
  text-shadow: 3px 3px 0 rgb(255, 255, 255);
}
.footfnt a:hover {
  color: rgb(0, 24, 40);
}

#footer-copyright {
  font-size: 0.75em;
  color: rgb(78, 78, 78);
  padding: 0;
}

.nav-link-lower {
  display: block;
}

.main-footer__nav-links,
.main-footer__nav-links a,
.main-footer__nav-links a:hover,
.main-footer__copyright-text,
.main-footer__bottom-nav-links,
.main-footer__bottom-nav-links a:hover,
.main-footer__hr {
  color: #0D4C92;
}

.main-footer__nav-links a:hover,
.main-footer__bottom-nav-links a:hover {
  text-decoration: underline;
}

.main-footer__container {
  font-size: 0.875rem;
}

.main-footer__nav-links-header {
  font-size: 1.25rem;
}

.main-footer__copyright-text {
  font-size: 0.625rem;
}

.main-footer__hr {
  border: none;
  height: 1px;
  background-color: #0D4C92;
  opacity: 1;
}

/* 2020 SPE colors */
/* IMAGES */
/* SPE Colors */
/* MENU VARS */
/* Fonts, Font size, Font weights */
.swoopblue {
  z-index: 25;
}

.embed-responsive-16by9 {
  padding-top: 56.25% !important; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.card {
  background-color: transparent;
  border: none;
}

.jd_playground {
  color: hotpink;
  font-weight: bold;
}

body a {
  color: rgb(41, 101, 168);
}
body a:Hover {
  color: rgb(78, 78, 78);
}
