.apply-button-wrap a:hover {
    background: #2C5AA8;
  }
  .apply-button-wrap a {
      padding: 30px;
      text-align: center;
      display: block;
      font-size: 30px;
      color: #FFF;
      background: #2C5AA8;
      font-weight: normal;
      font-family: "Radnika-BlackCondensed";
      margin-bottom:20px;
  }

  .apply-button-wrap a span{
    font-size:16px;
}
  .grad-words h3 {
    color: #1d246d;
  }
  .grad-box h3 {
      color: #1d246d;
      font-size: 30px;
          line-height: 1.1;
  }
  .grad-ar {
      display: block;
      margin: 0 auto;
      /* max-width: 230px; */
      width: 100%;
  
  }
  .grad-box {
    margin-bottom:20px;
  }
  .grad-words {
    margin-bottom:20px;
    border-top:5px solid #888887;
    border-bottom:5px solid #888887;
    padding-top: 20px;
    padding-bottom:20px;
    overflow:hidden;
    background: #f4f4f4;
  }
  .grad-slide {
  }
  .grad-slider .slick-prev {
      left: 20px;
      }
  .grad-slider .slick-next {
      right: 20px;
  }
  .grad-slider img{
      max-width:750px;
      margin:0 auto;
  }
  .grad-box-content {
      background:url(/site/media/109/grad1.jpg) center no-repeat;
      min-height:380px;
      width:100%;
      cursor:pointer;
      background-size: cover;
  }
  .entry-content h2 {
      font-family: "Radnika-Bold";
          color: #1d246d;
      font-size: 30px;
      line-height: 1.1;		
  }


  .entry-content h1 {
      font-size: 44px;
      margin-bottom:40px;
  }

  .grad-box-wrap {
    background: #F3F3FE;
    padding: 40px;
    margin: 40px 0px;
}


.align-middle-cell{
    
        display: flex;
        align-items: center;
    
}


.grad-bio-pic{
    border-radius:50%;
}

.grad-slide {

}
.grad-slide h2 {
    font-size: 20px;
    color: #333;
    margin-bottom: 30px;
}

.grad-slide h3 {
    font-size: 20px;
    color: #2C5AA8;
    margin-bottom: 0px;
    text-transform: none;
    font-family: "Radnika";
    font-weight:bold;
}

.grad-words h4 {
    font-size: 20px;
    text-transform: none;
    font-family: 'Radnika';
    color: #333;
    font-weight:bold;
}


.slick-arrow {
    margin-top:0px;
    top:50%;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

/*
.grad-slider .slick-next {
    right: -999px;
}
.grad-slider .slick-prev {
    left: -999px;
}


.grad-slider:hover .slick-next {
    right: 20px;
}

.grad-slider:hover .slick-prev {
    left: 20px;
}
*/

.follow-us{
    padding:30px;
    background:#f5f5f5;
    font-size:18px;
}

.follow-us h2{
    font-family: "Radnika-BoldCondensed";
    padding: 0;
    color: #142b6f;
    background: none;
    text-transform: uppercase;
    font-size: 20px;
}

.follow-us p{
    font-size:18px;
}

.follow-us a{
    font-weight:bold;
}

.slick-prev, .slick-next{
    opacity: 0.5;
    width: 40px;
    height: 40px;
}

.follow-us .social-header {
    position: static;
    top: 33px;
    left: -19px;
    width: 100%;
}





@media(max-width:1024px){

    .banner {
        background-size: 130%!important;
    }

}

@media(max-width:768px){
    .large-3.cell.sidenav-container {
        padding: 0;
        margin-bottom: 40px;
    }

    #load-page-title {
        width: 310px !important;
    }

}

@media(max-width:480px){
    .banner {
        background-size: 228%!important;
    }

    .grad-words {
        padding: 20px 30px;
        overflow: visible;
    }


    .grad-slider .slick-prev {
        left: -47px;
    }

    .grad-slider .slick-next {
        right: -47px;
    }

}












