/* CSS Document */

h1 {
    font-size: 1.8rem;
    text-align: center;
    color: #075591;
}
h2 {
    font-size: 1.5rem;
    color: #053c6e;
}
.slick-slider {
    margin-bottom: 10px !important;
}
.slick-slide img {
    display: block;
    border-bottom: 5px solid #fbc42b;
    padding-bottom: 3px;
}
.sidebar .side-nav li.heading {
    padding: .7rem .4rem  0.7rem;
    color: #708293;
    font-size: 90%;
    letter-spacing: 1px;
    background-color: #ebebeb;
    text-align: center;
}
.side-nav li.active>a:first-child:not(.button) {
    color: #fbc42b;
    background: rgb(8 57 107);
    font-weight: 700;
    font-family: Ubuntu,Helvetica,"Helvetica Neue",Arial,sans-serif;
}
.sidebar .navFly li.active {
    border-left: 4px solid #ffe290;
}
.sidebar .navFly li:not(.divider) {
    text-transform: none;
    font-variant: small-caps;
    background: #eee;
    font-weight: 500;
    border-left: 4px solid rgb(0 33 66);
}

.side-line {
    margin: 0 2px 23px;
    border-left: 2px solid #e7e7e9;
    padding: 0px 13px;
    line-height: 1.4em;
}

.panel  {
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    padding: 1.42857rem;
    color: #333;
    width: 85%;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 1%, rgba(227,232,238,1) 31%, rgba(227,232,238,1) 98%, rgba(8,57,107,1) 98%);
    margin: auto;
}
.faculty-directory .faculty-list .description h6 {
    font-weight: 500;
    margin-top: 5px;
}
.description {
    padding:0% 0% 3% 5%;
}

.description  h4 {
    margin-left: -15px;
    margin-bottom: 1px;
    font-size: 140%;
}

/*  BUTTON STYLING   */
div[class*=container] {
  text-align: center;
  width: 100%;
  height: 30%;
  display: block;
  justify-content: center;
  align-items: center;
}
 .button.pdflink, .button.doclink{
	 border-radius: 18px;
	 background: linear-gradient(270deg, rgb(8 57 107) 85%, #2e7bc3 85%);
	 box-shadow: 3px 4px 6px lightgrey;
	 padding: 1rem 2rem;
	 transition:all 3s;
	
}
 .button.pdflink:hover, .button.doclink:hover{
	 border-radius: 18px;
	 background: linear-gradient(270deg, #2e7bc3 0%, #2e7bc3 100%);
	 box-shadow: 3px 4px 6px lightgrey;
	 padding: 1rem 2rem;
	 transition:all 3s;
}
.button.pdflink:after,
.button.doclink:after{
    line-height: 13px!important;
    border-radius: 30px;
    padding: 10px;
    float: left;
    margin: -9px 10px -10px -18px;
}
.btn {

background: #08396b;

width: 280px;

border: 1px solid #21395a;

border-bottom: 1px solid #21395a;

border-radius: 5px;

font-weight: 600;

font-variant: all-petite-caps;

line-height: 1em;

transition: all 0.2s;

cursor:  pointer;

letter-spacing: 0px;

font-size: 120%;

box-shadow: 3px 4px 6px lightgrey;
}
.btn a:link span {
    transition: all 0.1s;
  border-bottom:0;
    display:    block;
    padding: 7% 10%; 
  color:#fff !important;
  }





.btn  a:hover span,
.btn-one a:hover{
  color:#133452 !important;

  }

.btn-one:hover {
background:#ffe290;
  font-size:132%;
  color:#133452 !important;
  
  border-radius: 10px;
  border: 2px solid #34598d;
  display:block;
  box-shadow: 1px 1px 1px lightgrey;
}


.btn  a:visited{
  color:#fff;
  }


.langtranslate 
    {
        display:inline;
        margin-right:3px;
        margin-left:8px;
        /*text-decoration:underline;*/
        cursor:pointer;
        background-color:#e7e7f7;
        padding:5px;
      /*  border:1px solid #a7a8a7;*/
        -webkit-box-shadow:  1px 1px 0px 0px rgba(200, 200, 200, 0.7);
        box-shadow:  1px 1px 0px 0px rgba(200, 200, 200, 0.7);
        border-radius:5px;    
        color:#555555;  
        
    }
.langtranslate:active
    {
     background-color:#cccccc;
    }
.langtranslate:hover 
    {
      -webkit-box-shadow:  -1px -1px 0px 0px rgba(200, 200, 200, 0.7);
        box-shadow:  -1px -1px 0px 0px rgba(200, 200, 200, 0.7);
    }

#usnatranslatetxt
    {
        font-size: 1.7em;
        margin-bottom:20px;
        margin-top: 10px;
       }