@charset "utf-8";
/* CSS Document */
/************ SOCIAL MEDIA *************/
.updated {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  z-index: 9;
  color: #A3A3A3 !important;
  margin: 0px;
  font-style: italic;
}
.spotlight-banner-content .title {
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 2.5rem;
}
.social-top {
  display: inline-block;
  margin-top: 20px;
}
.social-top .btn {
  display: inline-flex;
  margin-top: -5px;
  margin-left: 15px;
  border: 1px solid rgb(128, 128, 128);
  padding: 11px 20px;
}
.social-inner {
  display: inline-flex !important;
  font-size: 1.4rem;
}
.social-inner a {
  width: 35px;
  height: 35px;
  font-size: 18px;
}
.search .item .social-inner a {
  width: 35px;
  height: 35px;
  font-size: 18px;
}
@media (max-width: 768px) {
  .search .item .social-inner a {
    width: 50px;
    height: 50px;
  }
}
.social-inner a, .social-inner a:link {
  color: rgb(128, 128, 128);
  text-decoration: none
}
.social-inner a {
  border: 1px #717171 solid;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center
}
.feature-grid-5 .social-inner a {
  width: 35px;
  height: 35px;
}
.social-inner a.addthis_button_facebook {
  margin-right: 15px
}
.social-inner a.addthis_button_facebook:hover span {
  color: #fff;
}
.social-inner a.addthis_button_facebook:hover {
  background-color: #3b5998;
  border-color: #3b5998;
}
.social-inner a.addthis_button_facebook {
  transition: all .2s ease-in;
}
.social-inner a.addthis_button_twitter:hover span {
  color: #fff;
}
.social-inner a.addthis_button_twitter:hover {
  background-color: #00aced;
  border-color: #00aced;
}
.social-inner a.addthis_button_twitter {
  padding-top: 2px;
  transition: all .2s ease-in;
}
.social-inner a.addthis_button_email:hover span {
  color: #fff;
  transition: all .2s ease-in;
}
.social-inner a.addthis_button_email:hover {
  background-color: #DD4B39;
  border-color: #DD4B39;
}
.social-inner a.addthis_button_email {
  margin-left: 15px;
  font-size: .9rem;
  transition: all .2s ease-in;
}
/********* BANNER **********/
.spotlight-banner {
  background: url(/publicmedia/2019/May/17/2002133046/900/510/0/190515-Z-AL508-1131.JPG);
  background-size: cover;
  background-position: center center;
  position: relative
}
.screen {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
}
.spotlight-banner * {
  color: #fff;
}
.spotlight-banner .text {
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  font-size: 1.3rem;
  position: relative;
  padding-left: 40px;
}
.spotlight-banner .title {
  font-size: 3.3rem;
  line-height: 3.3rem;
}
.spotlight-banner .text:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #355e93;
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 5px);
}
.spotlight-banner .text:before {
  content: "";
  width: 30px;
  height: 2px;
  background: #355e93;
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: 0px;
}
.spotlight-banner-content {
  padding-top: 6rem;
  padding-bottom: 3rem;
  position: relative;
  z-index: 3;
  text-align: center;
}
.spotlight-banner .blurb {
  max-width: 75%;
  margin: auto;
}
.spotlight-banner-seperator {
  height: 5px;
  width: 100%; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#355e93+0,728fb4+100 */ background: #fff;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.spotlight-chevron-down {
  width: 80px;
  height: 80px;
  background: rgba(235, 235, 235, 1);
  position: absolute;
  z-index: 9;
  bottom: -40px;
  left: calc(50% - 40px);
  border-radius: 100%;
}
.spotlight-chevron-down img {
  padding: 20px;
}
/********* CONTENT **********/
#guidance-wrap {
  background: linear-gradient(42deg, rgba(23, 36, 42, 1) 0%, rgba(28, 50, 71, 1) 100%);
  background-size: cover;
  background-attachment: fixed;
  padding: 3rem 0 1rem;
}

#guidance-wrap .content-wrap {
	max-width: 1200px !important;
}
#guidance-wrap .block {
  display: block;
  background: #fff;
  padding: 20px 30px 15px;
  border-radius: 3px;
  border-left: 10px solid #355e93;
	border-right: 10px solid transparent;
}

#guidance-wrap .block .cat {
font-size: 30px;
	    padding: 0;
    font-family: Lato, serif;
    font-weight: 700;
    line-height: 1.2;
    color: #355e93;
  border-bottom: 1px solid #adadad;
  padding-bottom: 15px;
	margin-bottom: 5px;
}

#guidance-wrap .block .stories {
  display: block;
}
#guidance-wrap .block .stories .item {
  padding: 10px 0;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-top: none;
  border-bottom: 1px solid #E9E9E9;
  border-radius: 0;
  margin: 0;
}

#guidance-wrap .block .stories .item:last-child {
  border-bottom: none;

}

#guidance-wrap .block .stories .item .title {
  font-size: 20px;
	    transition: background-color 350ms ease-out;
	font-weight: 700;
	color: #333;
}



#guidance-wrap .block .stories .item .description {
    font-size: 16px;
    margin: 5px 0px;
    font-weight: 400;
	color: #333;
	line-height: 1.1rem;
}


#guidance-wrap .block .stories .item .title:hover {
background-color: #9dcec3;
    color: #000;
    transition: background-color 350ms ease-out;
    box-shadow: none;
    text-decoration: none;
}

.noted {
	color: red;
    font-style: italic;
    margin: 0px;
		font-size: 16px;

}

.noted a {
	color: red;
    font-style: italic;
    margin: 0px;
	font-size: 16px;
}

#guidance-wrap a:hover {
background-color: #9dcec3;
    color: #000;
    transition: background-color 350ms ease-out;
    box-shadow: none;
    text-decoration: none;
}

#guidance-wrap .block .stories .item .title i {
    margin-left: 10px;
    font-size: .8rem;
}




#guidance-wrap .block .stories .item .date {
  padding-left: 0;
  font-size: 16px;
  color: #717171;
  margin: 0px;
}

.more-page-button {
	text-align: center;
}

#guidance-wrap .btn-primary:hover, #guidance-wrap .btn-primary:focus, #guidance-wrap .btn-primary:active {
	background-color: #254267;
	color: #fff;
}