/*Embedsys CSS*/
html {
  position: relative;
  min-height: 100%;
}
body{
  margin-bottom: 280px;
  font-size: 16px;
}
p {
  text-align: justify;
}

h1, h2, h3, h4{
  text-align: center;
}

a.clear {
    color: white;
    font-weight: bolder;
}

.embedsys-navbar {
    background-color: #FFFFFF;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    min-height: 66px;
    z-index: 999;
}

.navbar-default{
  position: fixed !important;
  margin-bottom: 0px !important;
}
.navbar-brand {
  padding-top: 5px;
  padding-bottom: 5px;
}
#logo {
  display: inline-block;
  width: 72px;
  height: 72px;
}
#title {
  display: inline-block;
  margin-top: 20px;
  font-size: x-large;
  font-weight: bold;
  color: #009949;
}

.breadcrumb {
  background-color: transparent;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  margin-top: 18px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 15px;
  float: right;
  font-size: medium;
}
/*change breadcrumb links color*/
.breadcrumb a {
     color: #666;
}

.breadcrumb a:hover {
     text-decoration: none;
}

/*change active color*/
.breadcrumb > .active {
     color: #9CD05F;
     text-decoration: none;
     font-weight: bolder;
}

/*change breadcrumb separator to raquo symbol*/
.breadcrumb > li + li:before {
     /*content: "\00BB";*/
     content: "\007C\00a0";
     color: #aaa;
}

.jumbotron {
  padding-top: 20px;
  padding-bottom: 15px; /* Aligned with "issue" anchor */
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5)),
          url(../img/jumbotron-bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: white;
  text-shadow: 0px 1px 1px rgba(0,0,0,0.9);
}
.jumbotron p{
  padding-right: 10px;
  padding-left: 10px;
}
#presentation {
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
}
#presentation p {
    text-align: center;
    padding: 0px;
}
#subscribe {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin: 30px auto 0px auto;
  padding-left: 5px;
  padding-right: 5px;
}
#subscribe p {
  font-size: small;
  text-align: center;
  padding: 0px;
}

.sponsor-list {
    margin-top: 40px;
    margin-bottom: 20px;
}

.reader-list {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(6, 1fr)  ;
    gap: 20px;
}

.reader-list .reader {
    width: 80px;
    height: 80px;
}

@media all and (max-width: 768px) {
    .reader-list {
        grid-template-columns: repeat(3, 1fr)  ;
    }
}

#home-reader-list {
    margin-top: 60px;
    margin-bottom: 40px;
}

.sponsor-list .sponsor {

}


.sponsor-list .sponsor #logo {
    display: block;
    height: 45px;
    width: auto;
}

.testimonial-list {
    padding-top: 20px;
    background-color: #009949;
    text-align: center;
    color: white;
}

.quote {
    margin: 0;
    padding: 1em;
    border-radius: 1em;
}
.quote figcaption,
.quote blockquote {
    margin: 1em;
}

.sponsor-quote-container {
    margin-top: 40px;
    margin-bottom: 40px;
}

.sponsor-quote-container a {
    color: rgb(244, 121, 32);
}

.sponsor-quote {
    position: relative;
    padding-top: 38px;
}

.sponsor-quote::before{
    content: "\201C\0020Sponsor";

    /*Font*/
    font-family: serif;
    font-size: 30px;
    font-weight: bold;
    color: rgb(244, 121, 32);

    /*Positioning*/
    position: absolute;
    left: 0px;
    top: 1px;
}

.sponsor-quote figcaption {
    font-weight: bold;
    font-size: 16px;
}

.sponsor-quote blockquote {
    font-size: 16px;
    border-left: 2px solid #333;
}

.sponsor-cta {
    display: block;
    padding: 15px 10px;
    text-align: center;
    border: 1px solid #333;
}

.issue .img-header {
    position: relative;
}

.issue .img-header figcaption {
    background: rgba(250,250,250, .5);
    width: 100%;
    font-size: 13px;
    line-height: normal;
    padding: 0.2em 1em 0.2em 1em;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
}

.issue .img-header figcaption .title {
    font-weight: bold;
}

.issue .img-header figcaption a {
    color: rgb(51, 51, 51);
}

@media all and (max-width: 768px) {
    .issue .img-header figcaption .text {
        display: none;
    }
}

.issue h2 {
    text-align: left;
    position: relative;
    font-size: 30px;
    z-index: 1;
    overflow: hidden;
    color: #009949;
}
.issue h2:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    margin-left: 15px;
    width: 100%;
    height: 2px;
    content: '\a0';
    background-color: #009949;
}

.issue h2#articles {
    color: #009949;
}
.issue h2#articles::after{
    background-color: #009949;
}

.issue h2#news--business {
    color: #00539A;
}
.issue h2#news--business::after{
    background-color: #00539A;
}
.issue h2#tools--libraries {
    color: #333333;
}

.issue h2#jobs {
    color: #ffbd00;
}
.issue h2#jobs::after{
    background-color: #ffbd00;
}

.issue h2#tools--libraries::after{
    background-color: #333333;
}
.issue h2#misc {
    color: #A94442;
}
.issue h2#misc::after {
    background-color: #A94442;
}

.countdown {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}

.countdown-ulx3s {
    margin-top: 20px;
    background-color: #333333;
    color: white;
}

.countdown-wingman-20221230 {
    margin-top: 20px;
    background-color: black;
    color: white;
}

.countdown-classpert-20220319 {
    margin-top: 20px;
    background-color: #1F1F29;
    color: white;
}

.countdown-classpert-20220820 {
    margin-top: 20px;
    background-color: #013C83;
    color: white;
}

.countdown ul {
    display: grid;
    grid-template-columns: auto auto auto auto;
    padding: 0;
    align-items: center;
    justify-items: center;
}
.countdown ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.5em;
    list-style-type: none;
    padding: 1em;
    text-transform: uppercase;
}

.countdown ul li span {
    display: block;
    font-size: 4.5rem;
}

@media all and (max-width: 768px) {

    .countdown ul li {
        font-size: 1em;
    }

    .countdown ul li span {
        font-size: 3rem;
    }
}

.archive-row {
    display: grid;
    grid-template-columns: 2fr 3fr;
    grid-template-rows: 1fr;
    grid-gap: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
}

@media all and (max-width: 768px) {
    .archive-row {
        display: flex;
        flex-direction: column;
        grid-gap: 10px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

}

.footer {
  background-color: #009949;
  /*background-color: #007B3B;  /*darker*/
  text-align: center;
  color: white;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
}
.footer .container {
  text-align: center;
  max-width: 600px;
}
.footer .container .input-group {
  margin-top: 15px;
  margin-bottom: 15px;
}
.footer .container .input-group .btn-default {
  color: #009949;
}
.footer p {
  text-align: center;
}

.footer-social-media {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.footer-social-media .social-media img {
    height: 30px;
}

#message{
  white-space: pre;
  font-size: 18px;
  line-height: 1;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #333;
}

.content .header {
  margin-bottom: 1em;
  text-align: center;
}
.content article header {
  text-align: center;
}
.pagination {
  display: block;
  text-align: center;
}

/* LEGACY */
.pure-img-responsive {
    max-width: 100%;
    height: auto;
}

.content {
    margin: 0 auto;
    padding: 0 2em;
    max-width: 800px;
    margin-bottom: 50px;
    line-height: 1.6em;
}

@media all and (max-width: 768px) {
    .content {
        padding: 0 1em;
    }
}

.img-wingman-tdd-cover {
    width: 175px;
    border: 1px solid #999;
}

.img-wingman-button {
    height: 80px;
}
