#page-intro {
  height: 400px;
  overflow: hidden;
  margin-bottom: 30px; }
  #page-intro .intro-inside {
    width: 100%;
    height: 100%;
    padding: 250px 10% 50px 5%;
    background: rgba(0, 0, 0, 0.4); }
    #page-intro .intro-inside h1 {
      color: white; }
      @media screen and (max-width: 767px) {
        #page-intro .intro-inside h1 {
          font-size: 30px; } }
    #page-intro .intro-inside p {
      color: white; }
      @media screen and (max-width: 767px) {
        #page-intro .intro-inside p {
          font-size: 16px; } }

#searchbox {
  padding: 10px 50px;
  max-width: 600px;
  margin: 0 auto;
  text-align: center; }
  #searchbox a {
    display: inline;
    color: #002b5e; }
    #searchbox a:hover {
      color: #abd248; }
  @media screen and (max-width: 767px) {
    #searchbox {
      background: none;
      position: static; } }
  #searchbox #searchform {
    max-width: 400px;
    margin: 15px auto;
    text-align: center;
    flex-direction: row !important; }
    #searchbox #searchform input {
      background: rgba(171, 216, 43, 0.6);
      border-radius: 0px;
      border: none;
      color: #333;
      font-size: 20px;
      padding: 15px 20px;
      max-width: 80% !important; }
      @media screen and (max-width: 767px) {
        #searchbox #searchform input {
          background: rgba(171, 216, 43, 0.9); } }
      #searchbox #searchform input.icon {
        padding: 0;
        max-width: 20% !important;
        cursor: pointer; }
    #searchbox #searchform input::placeholder {
      color: #333; }

.resources .is-col {
  flex-grow: 0 !important; }

.blog_entry_list {
  padding: 50px 0; }
  .blog_entry_list a {
    display: block;
    text-decoration: none;
    color: #333;
    margin-bottom: 30px;
    position: relative;
    max-width: 33%;
    overflow: hidden;
    transition: all 0.5s ease; }
    .blog_entry_list a img {
      display: block;
      width: 100%;
      height: auto;
      margin-bottom: 15px;
      border-left: 15px solid #e8e8e8;
      transition: all 0.5s ease; }
    .blog_entry_list a .newstext {
      border-left: 15px solid #e8e8e8;
      transition: all 0.5s ease;
      padding: 10px 10px 10px 20px; }
      .blog_entry_list a .newstext h3 {
        font-size: 16px;
        color: #0a2260; }
      .blog_entry_list a .newstext p {
        color: #333;
        font-size: 14px;
        margin-bottom: 0px; }
    .blog_entry_list a:hover img {
      border-left: 15px solid #abd82b; }
    .blog_entry_list a:hover .newstext {
      background: #f4f4f4;
      border-left: 15px solid #0a2260; }
