/* ====================================== */
/* ====================================== */
/* SPE 2020 STYLESHEET                    */
/* ====================================== */
/* ====================================== */
/* -------------------------------------------------------------
  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 */
/* 2020 SPE colors */
/* IMAGES */
/* SPE Colors */
/* MENU VARS */
/* Fonts, Font size, Font weights */
#spe-header {
  background-color: #001828;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#001828), to(#03161c));
  background-image: -webkit-linear-gradient(top, #001828, #03161c);
  background-image: -moz-linear-gradient(top, #001828, #03161c);
  background-image: -ms-linear-gradient(top, #001828, #03161c);
  background-image: -o-linear-gradient(top, #001828, #03161c);
  background-image: linear-gradient(top, #001828, #03161c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#001828", endColorStr="#03161c");
}

#spelogo {
  max-height: 90px;
}

#loginbar {
  background-color: #0067b1;
}

#mainnavbar {
  background-color: white;
}
#mainnavbar .nav-link {
  color: #001828;
  height: 60px;
  padding-top: 25px;
}
#mainnavbar .nav-link:hover {
  color: gray;
}

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

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

.dropdown-menu {
  left: -90px;
}

.userdropdown {
  top: 32px;
}

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

#global-nav .nav .nav-link {
  color: white;
  font-size: 14px;
}
#global-nav .nav .nav-link:hover {
  text-decoration: underline;
}

#headerspacer {
  background-color: #03161c;
}

/* search start  */
.searching a {
  color: #001828;
}

.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: gray !important;
  border: 0 !important;
  padding: 0 !important;
  width: 50px !important;
}

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

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

/* 2020 SPE colors */
/* IMAGES */
/* SPE Colors */
/* MENU VARS */
/* Fonts, Font size, Font weights */
/* -------------------------------------------------------------
  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: #f1f2f7;
}

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

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

.align-self-center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.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 white;
}

.whiteborder2 {
  border: 2px solid white;
}

.whiteborder3 {
  border: 3px solid white;
}

.whiteborder4 {
  border: 4px solid white;
}

.whiteborder5 {
  border: 5px solid white;
}

.whiteborder6 {
  border: 6px solid white;
}

.whiteborder7 {
  border: 7px solid white;
}

.whiteborder8 {
  border: 8px solid white;
}

.whiteborder9 {
  border: 9px solid white;
}

.whiteborder10 {
  border: 10px solid white;
}

.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: black;
  font-weight: bold;
}
.stay-informed-articles .media .rss-date {
  margin: 0;
  color: gray;
  border-bottom: 10px solid transparent;
}
.stay-informed-articles .media .rss-blurb {
  margin: 0;
  padding-right: 10px;
}

/* *************** */
/* PROMOTIONS GRID */
.promo-featured-col, .promo-vertical-row, .promo-horizontal, .promo-vertical {
  margin: 0;
  padding: 0;
}

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

.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 12px 12px 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 6px 6px 0;
  padding: 20px 10px 0 10px;
}

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

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

.promo-date {
  font-size: 14px;
  font-weight: bold;
  color: #f0ab00;
}

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

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

.ourstoryquote {
  overflow: auto;
}

.section-columns {
  -webkit-column-width: 200px;
  -moz-column-width: 200px;
  column-width: 200px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.chapter-columns {
  columns: 100px 4;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

/* 2020 SPE colors */
/* IMAGES */
/* SPE Colors */
/* MENU VARS */
/* Fonts, Font size, Font weights */
#spe-footer {
  background-color: #faf9f7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#faf9f7), to(#e4e4e2));
  background-image: -webkit-linear-gradient(top, #faf9f7, #e4e4e2);
  background-image: -moz-linear-gradient(top, #faf9f7, #e4e4e2);
  background-image: -ms-linear-gradient(top, #faf9f7, #e4e4e2);
  background-image: -o-linear-gradient(top, #faf9f7, #e4e4e2);
  background-image: linear-gradient(top, #faf9f7, #e4e4e2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#faf9f7", endColorStr="#e4e4e2");
}

#footer-nav {
  border-bottom: 2px solid #e4e4e2;
}
#footer-nav .nav-link {
  color: #001828;
}
#footer-nav .nav-link:hover {
  color: #4e4e4e;
}

#footer-mega {
  color: #4e4e4e;
}
#footer-mega h5 {
  margin: 0 0 1.5em 0;
}
#footer-mega a {
  color: #4e4e4e;
}
#footer-mega a:hover {
  color: #001828;
}

#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: #4e4e4e;
  text-shadow: 3px 3px 0 white;
}
.footfnt a:hover {
  color: #001828;
}

#footer-copyright {
  font-size: 0.75em;
  color: gray;
  padding: 0;
}

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