/*!
 * Start Bootstrap - Blog Home (https://startbootstrap.com/template-overviews/blog-home)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-blog-home/blob/master/LICENSE)
 */
 .embed-responsive-1by1-5::before {
    padding-top: 120%;
}
 .fixed-top {
     z-index: 94035 !important;
 }
.archives h3 {display:block; overflow:hidden; max-height: 74px;}
.archives a {text-decoration:none !important; color: #333;}
.stem h3 {}
.nav-link-drop {
	color: rgba(0,0,0,.5);
	text-decoration: none !important;
}

.dropdown-menu.show {
	display: block;
	margin-top: 0;
}
.nav-link-drop:hover, .nav-link-drop:active, .nav-link-drop:focus {
	color: rgba(0,0,0,.7);
}
.dropdown-menu {
	
	background-color: #d8eff5;
	
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 0px !important;
}


@media (max-width: 900px) {
.navbar-nav .dropdown-menu {
	background-color: #fff !important;
	margin-left: -15px !important;
	border: none !important;
	
}
}
@media (max-width: 1050px) {
.card-overlay {
	height: 240px !important;
	width: 90%;
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, .2);
	background: white;
	padding: 0 20px;
	margin: auto;
	position: relative;
}
}
@media print {
    /* print styles go here */
    body {
        font-size: 16px;
    }
	.navbar {display:none !important;}
	.no-print {display: none !important; max-height:1px;}
	.print {display:inline-block !important;}
}
.print {display: none;}
.social-helpers a {cursor: pointer !important; color:#666 !important;}
body {
  padding-top: 54px;
  font-family: "Lato", sans-serif;
}

footer {
  background: #024B82;
  padding-top: 30px;
  padding-bottom: 30px;
}

h4 {
  font-weight: 300;
  font-size: 28px;
  color: #6d6d6d;
}

.navbar {
  -webkit-box-shadow: 0 0 10px 0 #999;
  -moz-box-shadow: 0 0 10px 0 #999;
  height: 70px;
  background: #fff;
  padding-right: 0;
}

.navbar .container-fluid {
  padding-right: 0;
}

.navbar-nav {
  height: 70px;
}

.ml-auto .nav-link {
  padding-top: 22px;
  height: 70px;
}

.container {
  max-width: 1440px;
}

.nav-item {
  background: #fff;
}
.tagged a {display: inline-block; text-decoration:none !important;}
.nav-item.more:hover {
  background: none;
}

.nav-item .nav-link.more {
  margin-right: 40px;
}
.nav-link {
  border-bottom: 4px solid transparent;
}
.nav-link:hover {
  border-bottom: 4px solid #004B81;
}

.more .dropdown {
  height: 70px;
  padding-right: 20px;
}

.more .dropdown .btn {
  width: 100%;
  height: 100%;
  padding-bottom: 9px;
  background: none;
  color: rgba(0,0,0,.5);
  border: none;
  border-radius: 0;
}

.more .dropdown .btn:hover {
  cursor: pointer;
  border-bottom: 4px solid #004B81;
  padding-bottom: 5px;
}

.more .dropdown .btn:focus {
  box-shadow: none;
}

.nav-item .nav-link.search {
  background: #004B81;
  color: #fff;
  padding-right: 25px !important;
  padding-left: 25px !important;
}

.search-mobile {
  background: #004B81;
  color: #fff;
  padding: 8px 20px;
  height: 40px;
  border-radius: 3px;
  position: fixed;
  top: 15px;
  right: 20px;
}

.fa-search {
  font-size: 20px;
}


.nav-item .nav-link.donate {
  background: #BEDAEE;
  color: #18547D;
  padding-right: 25px !important;
  padding-left: 25px !important;
}

.nav-item .nav-link.donate:hover {
  color: #fff;
  border-bottom: none;
}

.nav-item .nav-link.subscribe:hover {
  border-bottom: none;
}

.nav-item .nav-link.subscribe {
  background: #3B90CB;
  color: #fff;
  padding-right: 25px !important;
  padding-left: 25px !important;
}

.header-content {
  margin-top: 30px;
  margin-bottom: 8px;
}

.header-img {
  padding: 0;
  height: auto;
}


.head-img {
  background-image: url("../img/header-image.png");
  background-size: cover;
  position: absolute;
  height: 460px;
  width: 100%;
  top: 0;
  color: #fff;
}

.webinar-image {
  background-image: url("../img/webinar-placeholder-2.png");
  background-size: cover;
  position: absolute;
  height: 360px;
  width: 100%;
  top: 0;
  color: #fff;
}

.header-overlay {
  position: absolute;
  width: 100%;
  height: 460px;
  background: rgba(0,0,0,.7);
  top: 0;
  color: #fff;
}

@keyframes darken-overlay {
    from {background: rgba(0,0,0,.7);}
    to {background: rgba(0,0,0,.8);}
}

.header-overlay:hover {
  animation-name: darken-overlay;
  animation-duration: 500ms;
  background: rgba(0,0,0,.8);
  cursor: pointer;
}

.header-overlay h2, .head-img h2 {
  margin-top: 140px;
  font-size: 32px;
  font-family: "Merriweather", serif;
  margin: 140px 120px 50px;
  text-align: center;
  line-height: 42px;
}

.webinar-overlay-1 {
  position: absolute;
  height: 360px;
  width: 100%;
  background: rgba(140, 140, 140, .9);
  top: 0;
  color: #fff;
}

.webinar-overlay-2 {
  position: absolute;
  height: 360px;
  width: 100%;
  background: rgba(78, 113, 126, .9);
  top: 0;
  color: #fff;
}

.webinar-overlay-1 h2, .webinar-overlay-2 h2 {
  margin-top: 60px;
  font-size: 28px;
  font-family: "Merriweather", serif;
  margin: 70px 90px 20px;
  text-align: center;
  line-height: 34px;
}

.webinar-overlay-1 p, .webinar-overlay-2 p {
  font-family: "Open Sans", sans-serif;
  margin: 0 90px 40px;
  text-align: center;
}

.webinar-overlay-1 .header-cta h3, .webinar-overlay-2 .header-cta h3 {
  border-width: 1px;
}

.webinar-overlay-1 h3:first-of-type, .webinar-overlay-2 h3:first-of-type {
  margin-right: 40px;

  }

.webinar-circle {
  position: relative;
  bottom: 100px;
  margin: auto;
  width: 110px;
  height: 110px;
  border-radius: 100px;
  color: #454545;
  background: #fff;
  z-index: 100;
  text-align: center;
}

.webinar-circle span {
  z-index: 200;
  position: relative;
  top: 43px;
}

.webinar-circle-outline {
  position: relative;
  bottom: 29px;
  right: 5px;
  margin: auto;
  width: 121px;
  height: 121px;
  border-radius: 100px;
  background: rgba(255,255,255,.5);
  z-index: 50;
}

.header-cta {
  text-align: center;
  margin-bottom: 100px;
}

.head-img .header-cta, .head-img h2 {
  opacity: 0;
}

.header-cta h3 {
  border: 2px solid #fff;
  display: inline;
  padding: 10px;
  font-size: 24px;
}

.header-cta h3:hover {
  background: rgba(255,255,255,.4);
  cursor: pointer;
}

.top-widget-title {
  text-align: center;
}

.top-widget-title h4 {
  margin-bottom: 30px;
  line-height: 22px;
}

.featured {
  padding: 0;
}

.featured-title {
  margin: 15px 0 0;
}

.featured-posts img {
    width: 100%;
    display: block;
    margin: auto;
    object-fit: cover;
    max-height: 220px;
	min-height: 220px;
    object-position: top;
}

.card-overlay {
  height: 190px;
  width: 90%;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, .2);
  background: white;
  padding: 0 20px;
  margin: auto;
  position: relative;
}

.card-overlay-shadow {
  height: 200px;
  width: 420px;
  background: #F0F0F0;
  border-radius: 10px;
  position: absolute;
  top: 275px;
  left: 35px;
  z-index: -100;
}

.feature-circle {
  margin-top: -30px;
  width: 100%;
  position: relative;
  bottom: 30px;
}

.feature-circle img {
  height: 60px;
  width: 60px;
  display: block;
  margin: auto;
}

.feature-circle h5 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin: 10px;
}

.feature-circle h3 {
  text-align: center;
  font-family: "Merriweather", serif;
  font-size: 20px;
}

.feature-circle p {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  color: #919191;
}

.top-feed {
  margin-bottom: 5px;
  margin-left: 15px;
  padding: 4px;
}

@keyframes darken-text {
    from {background: #fff;}
    to {background: #ededed;}
}

.top-feed:hover, .text-preview:hover, .img-preview:hover, .tab-post:hover, .col-md-4:hover  {
  cursor: pointer;
}

.top-feed:hover, .img-preview:hover, .tab-post:hover, .text-preview:hover, .featured-posts .col-md-4:hover {
  animation-name: darken-text;
  animation-duration: 700ms;
  background: #ededed;
}

@keyframes slight-fade {
    from {opacity: 1}
    to {opacity: .7;}
}

.col-md-4:hover .feature-image {
  animation-name: darken-text;
  animation-duration: 700ms;
  opacity: 0.7;
}

.featured-posts .col-md-4:hover .card-overlay {
  background: #fafafa;
}

.featured-posts .col-md-4 {
  padding-bottom: 15px;
  padding-top: 15px;
  margin-bottom: 10px;
}
.featured-posts h5 {
  text-transform: uppercase;
}

.top-feed div {
  padding-right: 0;
}


.top-feed div img {
  padding: 5px;
}

.top-feed h5 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.top-feed img {
    height: 90px;
    width: 90px;
    object-fit: cover;
}

.top-feed p {
  line-height: 21px;
  font-size: 16px;
  font-family: "Merriweather", serif;
  color: #4C4C4C;
  margin-bottom: 0;
}

.top-feed .col-md-9 {
  margin-left: 20px;

}

.top-border {
  width: 50px;
  border-top: 2px solid #44743E;
  height: 5px;
  margin-top: 20px;
}

.webinars {
  height: 420px;
}

.webinars img {
  width: 100%;
}

.webinars .col-md-6 {
  padding: 0;
}

.snippet-card {
  padding: 0;
  height: 320px;
  color: #fff;
}

@keyframes darken-green {
    from {background: #006c67;}
    to {background: #015551;}
}

@keyframes darken-magenta {
    from {background: #6B2338;}
    to {background: #4c1626;}
}

.snippet-card-green {
  background: #006c67;
}

.snippet-card-green:hover {
  background: #015551;
  animation-name: darken-green;
  animation-duration: 700ms;
  cursor: pointer;
}

.snippet-card-magenta {
  background: #6B2338;
}

.snippet-card-magenta:hover {
  background: #4c1626;
  animation-name: darken-magenta;
  animation-duration: 700ms;
  cursor: pointer;
}

.snippet-card .snippet-card-title {
  position: relative;
  height: 250px;
  float: left;
  top: 45px;
  right: 30px;
  margin: 0 60px;
  width: 30%;
  text-align: center;
  border-right: 1px solid #fff;
}

.snippet-card-title h5 {
  margin: 110px 20px 0 0;
  font-size: 16px;
  font-weight: 300;
}

.snippet-card h3 {
  font-family: "Merriweather", serif;
  position: absolute;
  top: 40px;
  right: 30px;
  font-weight: 300;
  float: right;
  line-height: 28px;
  width: 45%;
  font-size: 22px;
  text-align: center;
}

.text-preview {
  padding: 0 30px;
}

.text-preview h5 {
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-preview h3, .tab-pane h3 {
  font-family: "Merriweather", serif;
  font-size: 18px;
  color: #212529;
}

.text-preview p, .tab-pane p  {
  font-family: "Open Sans", sans-serif;
  color: #6d6d6d;
  font-size: 14px;
}

.text-preview .col-md-12 {
  padding: 0 5px;
}

.tab-pane p.signature {
  float: right;
  color: #9C9C9C;
  margin-top: -10px;
}

.nav-pills {
  background: #D4E1E7;
  margin-bottom: 15px;
}

.nav-pills .nav-link.active {
  background-color: #fff;
  border-radius: 0;
  color: #626A6C;
  text-decoration: underline;
}

.nav-pills .nav-link {
  color: #626A6C;
}

.nav-pills .nav-link:hover {
  border-radius: 0;
}

.no-padding {
  padding: 0;
}

.pills {
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.tab-post {
	margin-bottom: 15px;
	padding: 10px 80px 15px 80px;
}


.img-preview {
  text-align: center;
  padding: 0;
  min-height: 320px;
}

.img-preview img {
  padding: 5px 5px 0 5px;
    width: 100%;
    display: block;
    margin: auto;
    object-fit: cover;
    max-height: 180px;
    min-height: 180px;
    object-position: top;

}

.img-preview h5 {
  font-size: 14px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 15px;
}

.img-preview h3 {
  font-family: "Merriweather", serif;
  font-size: 18px;
  margin: 0 10px;
}

.snippets {
  margin-bottom: 30px;
}

.top-feed div.top-border {
  margin-left: 0;
  margin-top: 10px;
  padding-top: 0;
}

.funding .top-border{
  border-color: #41873f;
}

.funding h5 {
  color: #41873f;
}

.stem .top-border {
  border-color: #553676;
}

.stem h5 {
  color: #553676;
}

.lightsonafterschool .top-border {
  border-color: #d49829;
}

.lightsonafterschool h5 {
  color: #d49829;
}

.research .top-border {
  border-color: #AD2C24;
}

.research h5 {
  color: #AD2C24;
}

.policy h5 {
  color: #3B677B;
}
.policy .top-border {
  border-color: #3B677B;
}

.afterschoolchallenge h5 {
  color: #2a9bce;
}
.afterschoolchallenge .top-border {
  border-color: #2a9bce;
}
.inthefield .top-border {
  border-color: #6B2338;
}

.inthefield h5 {
  color: #6B2338;
}
.newsroundup .top-border {
  border-color: #f96e3e;
}

.newsroundup h5 {
  color: #f96e3e;
}
.newsroundup h3, .inthefield h3, .policy h3, .stem h3 .research h3, .lightsonafterschool h3, .funding h3 {
  color: #333333;
}
.form-horizontal {
  margin-top: -10px;
  border: 10px solid #004B81;
  width: 100%;
}

.navbar-light .navbar-nav .nav-link.search:hover {
  color: #dedede;
}

a.search-mobile:hover {
  color: #dedede;
}

.search-container {
  height: 70px;
}

.search-container:hover {
  color: #fff;
}

.form-horizontal div {
  height: 50px;
  font-family: "Open Sans", sans-serif;
}

.input-group-btn button {
  width: 60px;
  font-size: 16px;
  padding: 0;
  height: 50px;
  background: #004B81;
  border-radius: 0;
  color: #fff;
  padding-left: 10px;
}

.input-group-btn button {
  cursor: pointer;
}

.form-control {
  font-size: 16px;
  border-radius: 0;
}

.search-bar {
  height: 0;
}

.search-bar-mobile {
  position: fixed;
  width: 100vw;
  top: 80px;
  max-width: 100vw !important;
  left: 0;
  padding: 0;
}

.search-bar .row {
  position: relative;
  top: 24px;
  width: 100%;
  max-width: 1470px;
  z-index: 500;
  left: 3px;
  display: none;
}

.search-bar-mobile .row {
      margin: 0;
  width: 100%;
  max-width: 1470px;
  z-index: 500;
  bottom: 85px;
  display: none;
}

.search-bar-mobile .row .col-md-12 {
  padding: 0;
}

.mobile-only {
  display: none;
}

#more-dropdown {
  position: fixed;
  top: 70px;
  height: 220px;
  background: #edf7ff;
  z-index: 200;
  padding-top: 20px;
  padding-left: 40px;
  box-shadow: 0 0 10px 0 #999;
  display: none;
}

#more-dropdown h3 {
  font-size: 18px;
  font-family: "Merriweather", serif;
  color: #363b3c;
  margin-bottom: 20px;
  margin-top: 10px;
}

#more-dropdown p {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 16px;
}

#more-dropdown a {
  color: #4685ca;
}

.left-border {
  padding: 0 40px;
  border-left: 1px solid rgba(0,0,0,.2);
}

.navbar-toggler {
  position: fixed;
  left: 20px;
  top: 15px;
}



@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }

  .field {
    width: 120px;
    text-align: center;
    padding-right: 0;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
  }

  .nav .container {
    margin-top: 70px;
  }

  .search-mobile, .search-bar-mobile {
    display: none;
  }
}


@media (max-width: 1460px) {
  .container {
    max-width: 95vw;
  }

  .top-feed p {
    font-size: 14px;
  }
}

@media (max-width: 1360px) {
  .top-feed {
    margin-left: 20px;
  }
}

@media (max-width: 1270px) {
  .header-overlay h2, .head-img h2 {
    margin: 140px 60px 50px;
  }

  .top-feed {
    margin-left: 0;
  }

  .top-widget-title h4 {
    font-size: 22px;
    font-weight: normal;
  }

  .top-feed .col-md-9 {
    margin-left: 30px;
  }

  .webinar-overlay-1 h2, .webinar-overlay-2 h2 {
    margin-top: 30px;
  }

  .snippet-card h3 {
    font-size: 18px;
  }
}

@media (max-width: 1180px) {
  .top-feed .col-md-9 {
    margin-left: 0;
    width: 95%;
    flex: 0 0 95%;
    max-width: 95%;
  }

  .featured-title {
    margin-top: 20px
  }

  .webinar-overlay-1, .webinar-overlay-2, .webinar-image {
    height: 400px;
  }
}

@media (max-width: 1050px) {
  .header-overlay h2, .head-img h2 {
    font-size: 24px;
    margin: 70px 60px 50px;
  }

  .webinar-overlay-1 h2, .webinar-overlay-2 h2 {
    font-size: 24px;
  }


  .top-widget-title h4 {
    font-size: 18px;
  }
}


@media (max-width: 992px) {

  .input-group-btn button {
    font-size: 24px;
    padding: 0;
    height: 50px;
    width: 60px;
  }

  .input-group-btn {
    left: 1px;
  }

  .padded-nav {
      padding-left: 25px;
      padding-right: 25px;
  }

  .header-overlay, .head-img {
    height: 360px;
  }

  .search {
    display: none;
  }

  .search-bar {
    display: none;
  }

  .webinar-overlay-1, .webinar-overlay-2, .webinar-image {
    height: 500px;
  }

  .top-widget {
    margin-top: 360px;
    padding: 0;
  }

  .top-widget-title h4 {
    font-size: 28px;
    margin-top: 25px;
  }

  .top-feed img {
    float: right;
  }

  .snippet-card h3 {
    position: static;
    font-family: "Merriweather", serif;
    font-weight: 300;
    float: right;
    line-height: 28px;
    width: 65%;
    font-size: 22px;
    text-align: center;
    margin-top: 30px;
    padding: 0 20px;
  }

  .snippet-card .snippet-card-title {
    position: static;
    height: 250px;
    float: left;
    width: 35%;
    text-align: center;
    border-right: 1px solid #fff;
    margin: 0
  }

  .snippet-card {
    height: auto;
    padding: 20px;
  }

  .snippets {
    margin-top: 100px;
    margin-bottom: 0;
  }

  .text-preview, .img-preview {
    padding: 20px;
	min-height: 320px;
  }

  .tab-post {
    padding: 10px 30px;
  }
  
  .form-control {
    font-size: 18px;
  }

  .form-horizontal div {
    height: 50px;
    font-family: "Open Sans", sans-serif;
  }

  .top-feed .col-md-8 {
    flex: 0 0 86.666667%;
    max-width: 86.666667%;
  }

  .more {
    display: none;
  }

  .navbar-brand {
    margin: auto;
  }

  .navbar-collapse {
    position: absolute;
    width: 100vw;
    max-width: 100vw;
    left: 0;
    top: 70px;
  }

  .subscribe {
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, .2);
  }


}


@media (max-width: 768px) {
  .header-overlay, .head-img, .header-img {
    height: 360px;
  }

  .header-overlay h2 {
    line-height: 30px;
    margin-top: 100px;
  }

  .top-widget-title h4 {
    font-size: 24px;
    margin-top: 30px;
  }

  .snippets {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .top-widget {
    margin-top: 0;
  }

  .feature-image {
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, .2);
  }

  .featured-title h4 {
    margin: auto;
  }

  .feature-circle p {
    padding-bottom: 40px;
  }

  .feature-circle img {
    margin-top: 30px;
  }

  .top-feed p {
    margin-bottom: 10px;
  }


  .webinar-overlay-1, .webinar-overlay-2, .webinar-image {
    height: 350px;
  }

  .webinars {
    height: 700px;
  }

  .webinar-circle, .webinar-circle-outline {
    display: none;
  }

  .mobile-only {
    display: block;
    margin: 20px auto;
  }

  .card-overlay {
    width:80%;
    bottom: 30px;
  }

  .text-preview, .img-preview {
    border-bottom: 1px solid #ededed;
  }

  .top-feed .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}

@media (max-width: 575px) {
  .webinar-overlay-1, .webinar-overlay-2, .webinar-image {
    height: 400px;
  }

  .webinars {
    height: 800px;
  }

  .top-feed img {
    display: none;
  }

  .top-feed .col-md-8 {
    flex: 90%;
    max-width: 90%;
  }

  .mobile-only {
    margin: 50px auto 20px;
  }
}

@media (max-width: 490px) {
  .header-overlay h2, .head-img h2 {
    margin-top: 40px;
  }
  .top-widget-title h4 {
    font-size: 20px;
  }

  .webinar-overlay-1, .webinar-overlay-2, .webinar-image {
    height: 500px;
  }

  .webinars {
    height: 900px;
  }
}
.by-line {font-family:"Lato", sans-serif;
  border-top: 1px #ccc solid;
  text-align:left;
  font-size:14px;
  margin-bottom: 10px;
  padding-top:5px;
}
.by-line-name { text-transform:uppercase;}
.post-date {font-style:italic;}
.entry h1 {font-family:"Merriweather", serif;}
.entry p {"Open Sans", sans-serif; padding-left: 15px;}
.sider {display: block; text-decoration:none !important;}
.breadcrumbs {margin-bottom: 15px; color: #999; text-transform:uppercase; border-bottom: 1px #ccc solid;}
.breadcrumbs a {color: #999; text-decoration: none !important;}
.breadcrumbs a:hover, .breadcrumbs a:active {color: #666;}
.featured a {color:#333333; text-decoration:none;}
.top-widget a {display: block; text-decoration:none !important;}
.snippets a {text-decoration:none;}
.img-preview a {text-decoration:none;}