/* ====================================== */
/* ====================================== */
/* SPE BASE LOOK AND FEEL CSS             */
/* ====================================== */
/* ====================================== */
/* *************************** */
/* 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);

-------------------------------------------- */
/* W-White COLOR VARIABLES */
/* SPE Colors */
/* MENU VARS */
/* Fonts, Font size, Font weights */
/* IMAGES */
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 !important;
}

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

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

/* W-White COLOR VARIABLES */
/* SPE Colors */
/* MENU VARS */
/* Fonts, Font size, Font weights */
/* IMAGES */
.bg-color-main {
  background-color: white;
  color: black;
}

.btn-color-main {
  background-color: white;
  color: black;
  border: 1px solid grey;
}

.bg-color-main-dk {
  background-color: #5a5f6a;
  color: white;
}

.btn-color-main-dk {
  background-color: #5a5f6a;
  color: white;
}

.bg-color-main-lt {
  background-color: #d5dbe8;
  color: black;
}

.btn-color-main-lt {
  background-color: #d5dbe8;
  color: black;
}

.bg-color-related-1 {
  background-color: #3d798b;
  color: white;
}

.btn-color-related-1 {
  background-color: #3d798b;
  color: white;
}

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

.bg-color-related-2 {
  background-color: #f1f2f7;
  color: black;
}

.btn-color-related-2 {
  background-color: #f1f2f7;
  color: black;
}

.bg-color-complementary-1 {
  background-color: #a7bdc6;
  color: black;
}

.btn-color-complementary-1 {
  background-color: #a7bdc6;
  color: black;
}

.bg-color-complementary-2 {
  background-color: #92a5ad;
  color: white;
}

.btn-color-complementary-2 {
  background-color: #92a5ad;
  color: white;
}

.bg-white {
  background-color: white;
  color: black;
}

.btn-bg-white {
  background-color: white;
  color: black;
  border: 1px solid grey;
}

.col-main {
  background-color: white;
  color: black;
}

.col-main-dk {
  background-color: #5a5f6a;
  color: white;
}

.col-main-lt {
  background-color: #d5dbe8;
  color: black;
}

.col-related-1 {
  background-color: #3d798b;
  color: white;
}

.col-related-2 {
  background-color: #f1f2f7;
  color: black;
}

.col-complementary-1 {
  background-color: #a7bdc6;
  color: black;
}

.col-complementary-2 {
  background-color: #92a5ad;
  color: white;
}

.col-sat-100 {
  background-color: #0d4c92;
  color: white;
}

.col-sat-90 {
  background-color: #134c8b;
  color: white;
}

.col-sat-80 {
  background-color: #1a4d85;
  color: white;
}

.col-sat-70 {
  background-color: #204c7e;
  color: white;
}

.col-sat-60 {
  background-color: #274d77;
  color: white;
}

.col-sat-50 {
  background-color: #2e4d70;
  color: white;
}

.col-sat-40 {
  background-color: #344e6a;
  color: white;
}

.col-sat-30 {
  background-color: #3b4e63;
  color: white;
}

.col-sat-20 {
  background-color: #424f5d;
  color: white;
}

.col-sat-10 {
  background-color: #484f56;
  color: white;
}

.text-light {
  color: #f1f2f7 !important;
}

.text-dark {
  color: #5a5f6a !important;
}

.text-color-main {
  color: white;
}

.text-color-main-lt {
  color: #f1f2f7;
}

.text-color-main-dk {
  color: #5a5f6a;
}

.text-color-analogous-1 {
  color: #3d798b;
}

.text-color-analogous-2 {
  color: #f1f2f7;
}

.text-color-complementary-1 {
  color: #a7bdc6;
}

.text-color-complementary-2 {
  color: #92a5ad;
}

.col-spe-blue {
  background-color: #0d4c92;
  color: white;
}

.btn-col-spe-blue {
  background-color: #0d4c92;
  color: white;
}

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

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

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

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

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

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

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

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

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

/* =================================================================== */
/* WWW TILES & BOXES                                                       */
/* =================================================================== */
/* W-White COLOR VARIABLES */
/* SPE Colors */
/* MENU VARS */
/* Fonts, Font size, Font weights */
/* IMAGES */
.tiletitlerow {
  z-index: 5000;
  position: relative;
  text-align: center;
}

.tiletitlehr {
  display: none;
}

.tiletitles {
  color: white;
  background: #646e93;
  font-size: 20px;
  padding: 10px;
  margin: 0 auto -30px auto;
  font-weight: 700;
  display: inline-block;
}

.carousel {
  padding-bottom: 15px;
  min-height: 400px;
}
.carousel .carousel-indicators {
  bottom: 5px;
}
.carousel .carousel-inner {
  height: 400px;
}
.carousel .carousel-inner .item {
  height: 400px;
  background-size: cover;
  background-position: center;
}
.carousel .carousel-inner .item img {
  height: auto;
  margin: 10px 0;
}
.carousel .carousel-inner .item .carousel-caption {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTFDNUU2NzlFMTczMTFFNUJFNkU5MUM4MjdCMDRGOUMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTFDNUU2N0FFMTczMTFFNUJFNkU5MUM4MjdCMDRGOUMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFMUM1RTY3N0UxNzMxMUU1QkU2RTkxQzgyN0IwNEY5QyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFMUM1RTY3OEUxNzMxMUU1QkU2RTkxQzgyN0IwNEY5QyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pgqx4c0AAAAbSURBVHjaYmRgYGhgIAIwMRAJRhVSRyFAgAEA3J4AlIKhjKsAAAAASUVORK5CYII=) repeat top left fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0 10px 30px 10px;
}

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

.tile {
  background-color: white;
}

.tile, .tile-blue, .tile-lightblue, .tile-white, .tile-greenbar, .tile-alert, .tile-editorial {
  box-shadow: 0 1px 2px #b4b4b9;
  margin-bottom: 20px;
  padding: 15px;
  min-width: 150px;
  z-index: 100;
  position: relative;
}

.tile-alert {
  background-color: #ff4136;
  color: white;
}
.tile-alert p {
  margin: 0;
}

.tile-blue {
  background-color: #0d4c92;
  color: white;
}
.tile-blue a {
  color: #a3bce4;
}
.tile-blue a:hover {
  color: white;
}

.tile-lightblue {
  background-color: #a3bce4;
  color: #0d4c92;
}
.tile-lightblue h3 {
  margin-top: 0;
}
.tile-lightblue a {
  color: #0d4c92;
}
.tile-lightblue a:hover {
  color: white;
}

.tileImgBack {
  box-shadow: 0 1px 2px #b4b4b9;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  margin-bottom: 20px;
}

.tile-adspeed {
  margin-bottom: 20px;
  box-shadow: 0 1px 2px #b4b4b9;
}

.tile-editorial {
  background-color: black;
  overflow-y: auto;
}
.tile-editorial .title1, .tile-editorial .title2, .tile-editorial .excerpt, .tile-editorial .authorBio {
  padding: 0;
}
.tile-editorial .title1 {
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}
.tile-editorial .title2 {
  font-size: 20px;
  font-weight: 700;
}
.tile-editorial .excerpt {
  font-size: 12px;
}
.tile-editorial .dottedspacer {
  margin-bottom: 10px;
  border-bottom: 2px dotted white;
  height: 10px;
}
.tile-editorial .authorImg {
  padding: 0 5px 0 0;
  margin: 0;
}
.tile-editorial .authorBio {
  font-size: 10px;
}

.tile-editorial-fixed {
  height: 400px;
}

.tile-editorial-txtwht {
  color: white;
}
.tile-editorial-txtwht a {
  color: white;
}

.tile-editorial-txtblck {
  color: black;
}
.tile-editorial-txtblck a {
  color: black;
}
.tile-editorial-txtblck .sideListDate {
  color: #ff4136;
}

.sideListTitle {
  font-size: 14px;
  font-weight: 400;
}

.sideListTitle a {
  margin: 20px 0;
}

.sideListTitle a:hover {
  color: #365d98;
}

.sideListTitle2 a {
  color: #337ab7 !important;
}

.sideListTitle2 a:hover {
  color: #9c9fac !important;
}

.sideListDate, .sideListDateTWA {
  padding: 5px 0 0 0;
  color: #0067b1;
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
}

/* W-White COLOR VARIABLES */
/* SPE Colors */
/* MENU VARS */
/* Fonts, Font size, Font weights */
/* IMAGES */
/* *************************** */
/* 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);

-------------------------------------------- */
body {
  background-color: #f1f2f7;
}

a {
  color: #2965a8;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.25rem 0.75rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: white;
  border-radius: 0.25rem;
  font-size: 0.9rem;
  color: gray;
}
.breadcrumb .breadcrumb-item a {
  color: #646e93;
}
.breadcrumb span.separator {
  margin-right: 5px;
}

.old-accordion {
  padding-bottom: 10px;
}
.old-accordion .card-header {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #b4b4b9;
}

.nav-tabs .nav-link.active {
  color: #4e4e4e;
  background-color: #dddcdc;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .nav-link.active:hover {
  background-color: gray;
}

.nav-tabs .nav-link {
  border: 1px solid #dddcdc;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  padding: 0.5rem;
}

.tab-content {
  padding: 15px;
  border: 1px solid #dddcdc;
  border-top-width: 0;
}

.tl-timemarker .tl-timemarker-content-container {
  background-color: #bfabab !important;
}

h2.tl-headline {
  color: white !important;
  font-size: 12px !important;
}

.tl-timegroup.tl-timegroup-alternate {
  background-color: #f1efde !important;
}

.tl-timegroup .tl-timegroup-message {
  color: darkgrey !important;
  text-shadow: #fff 0 2px 2px;
  margin-left: 80px;
}

.menuNested {
  border-top: 1px solid white;
  color: white;
}
.menuNested a {
  color: white;
}

.menuNotNested {
  color: #2965a8;
}
.menuNotNested a {
  color: #2965a8;
}

.text-white {
  color: white !important;
}
.text-white a {
  color: white !important;
}

@media (max-width: 700px) {
  .headerLogo h1 {
    text-align: left;
  }
}
@media (min-width: 1000px) {
  .socialmedia {
    margin-right: 100px;
  }
}
.selector {
  color: red;
}

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

.carousel-auto {
  min-height: 0 !important;
  height: auto !important;
}
.carousel-auto .carousel-inner {
  height: auto;
}

.events_sidebar_list {
  list-style-type: none;
}
.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;
}
