/* Top navigation - Events • News • Give • Search  in header.html*/
.toolbar ul{margin-bottom:0}
.toolbar ul li,.toolbar.nav>li{display:inline-block;font-size:14px}

/* UTK Logo */
.logo {
    margin-top: 25px;
    margin-left: 25px;
    width: 50%;
}

.logo img {
    width: 200px;
}

/*Search Box */


#gsc-i-id1 {

    width: 100%;
    padding: 0px !important;
    border: medium none;
    margin: 0px;
    height: auto;
    background: #212121 !important;
    text-indent: 0 !important;
    color: white !important;
    outline: currentcolor none medium;

}

.gsc-input-box {

    border: 0 !important;
    background: #212121 !important;

}

.gsc-input {
    background-color: #212121; 
}

input.gsc-input::placeholder {

    font-size: 14px;
    color: white !important;

}
#gsc-iw-id1
{
        height: auto !important;
        padding: 0px !important;
        border-width: 0px !important;
        box-shadow:none !important;
}

#gs_tti50
{
	padding:0px !important;
}


.gsib_b
{
	display:none;
}

button.gsc-search-button
{
        display:block;
        width:13px !important;
        height:13px !important;
        border-width:0px !important;
        margin:0px !important;
        padding: 10px 6px 10px 13px !important;
        outline:none;
        cursor:pointer;
        box-shadow:none !important;
        box-sizing: content-box !important;
}

.gsc-branding
{
	display:none !important;
}

.gsc-control-cse,#gsc-iw-id1
{
	background-color:transparent !important;
}


.gs-title a {
    padding-left: 0 !important;
}
.form-control {
    background-color: rgba(0,0,0,0);
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid white;
    border-radius: 0;
    margin: 0 25px;
    width: 80%;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    background-color: #212121;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 160px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: silver;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#searchbutton {
    transition: .5s;
    padding: 16px;
}

h1.search {
    color: white;
    font-size: 20px;
    margin-left: 25px;
}
.searchlinks {
    margin-left: 25px;
    font-size: 16px;
    color: white;
}

.searchlinks .search-subhead {
    font-size: 18px;
}
.searchlinks p a {
    font-size: 16px;
    color: white;
    padding-left: 20px;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 80%;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

/*Navigation in header.html */

#navigation    {
    background-color: #58595B;
    padding: 16px 0 0 0;
    text-align: center !important;
    width: 100%;
    color: white;
}

.megamenu    {
    background-color: #58595B;
    color: white;
    text-align: center !important;
    width: 100%;
}

.megamenu a {
    font-size: 14px;
    padding: 5px 20px;
    text-decoration: none;
    letter-spacing: .04em;
}

.dropbtn {
  letter-spacing: .04em; 
  border: none;
  color: white;
  padding: 5px 5px;
  margin: 0;
  text-transform: uppercase;
}

.dropbtn a {
  color: white;
  text-decoration: none;
}

.dropbtn a:hover {
  color:antiquewhite;
    border-bottom: 3px solid #FF8200;
}
.dropbtn a:active {
  color:antiquewhite;
}

.dropdown {
    background-color: #58595B;
    margin: 0;
}

.dropdown .dropbtn {
    overflow: hidden;
}

.dropbtn:hover {
    background-color: #212121;
}

.dropdown-content {
    display: none;
    background-color: #212121;
    width: 100%;
    left: 0;
    z-index: 10;
    padding: 0;
    color: #333;
}

.column a {
    float: none;
    color: white;
    padding: 10px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.column a:hover {
    background-color: #ddd;
    color: #58595B;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
 
.topicon .topnav-icon {
    display: none;
}

.mainnav .icon {
    display: none;
}

/* Mobile Screen sizes for Navigation */

@media screen and (max-width: 800px) {
    .logo img {
        width: 150px;
        }

    .topicon.responsive .topnav-icon {
        color: #58595B;
        text-align: center;
        line-height: 200%;
        float: right;
        }
    
    .toplinks  .topicon a.topnav-icon {
        display: block;
        }
    .toplinks.responsive .topicon a.topnav-icon {
        display: block;
        margin-top: 0;
        }
    
    .mainnav.responsive .icon {
        color: white;
        background-color: #58595B;
        text-align: center;
        line-height: 200%;
        }
    
    .megamenu .mainnav a.icon {
        display: block;
        }
    
    .megamenu.responsive .mainnav a.icon {
        display: block;
        margin-top: 0;
        }
    
    .toplinks .toolbar.nav>li{display: none;} 
    
    .toplinks.responsive .toolbar.nav>li{
        display:inline-block; 
        position: relative; 
        font-size:15px; 
        text-align: center; 
        background-color: #58595B; 
        color: white; 
        width: 100%;
        }

    .toplinks.responsive .toolbar.nav>li a {color: white; }
    
    .toplinks.responsive .toolbar.nav>li a:hover {color: #58595B; }
    
    .megamenu a {display: none;} 
    
    .megamenu.responsive a {
        float: none;
        display: block;
        text-align: center;
        color: white;
        }
    
    .megamenu .dropbtn {
        display: none;
        }
  
    .megamenu.responsive .dropbtn    {
        color: white;
        text-align: center !important;
        width: 100%;
        display: block;
        }

    .dropdown:hover .dropdown-content {
        display: block;
        }   
    
    .column {
        float: none; 
        width: 100%;
        padding: 0;
        background-color: #212121;
        display: inline-block;
        height: auto;
    }
        
    .column a:hover {
        float: none; 
        width: 100%;
        padding: 0;
        color: #333;
        display: inline-block;
        height: auto;
    }
    
    .row {
        margin: 0 !important;
    }
    
    }

/* Medium- to large-screen sizes for Navigation */


@media screen and (min-width: 801px) {

    .toplinks {
        float: right; text-align: right; margin-right: 25px;
        } 

    .megamenu    {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-gap: 5px;
        }
    
    .column {
        float: left;
        width: 33.33%;
        padding: 10px;
        background-color: #212121;
        height: 200px;
        }
    
    .dropbtn {
        grid-column: span 1;
        }
    
    .dropbtn a {
        grid-column: span 1;
        }

    .dropdown {
        overflow: hidden;
        display: inline-block;
        }

    .dropdown:hover .dropdown-content {
        display: block;
        }     
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #212121;
        width: 100%;
        left: 0;
        z-index: 10;
        padding: 0 15% 2% 15%;
        color: #333;
        } 
    
    #sidebar {
        width: 33%;
        position: relative;
        float: right;
        }    
}

@media screen and (min-width: 801px) and (max-width: 1000px) {
    .dropbtn a {
        font-size: 13px !important;
        padding: 0;
        letter-spacing: .03em;
        }

    .dropdown-content {
        padding: 0 5% 2% 5%;
        }
}


@media screen and (min-width: 1300px) {
    #navigation    {
        background-color: #58595B;
        padding: 16px 15% 0 15% !important;
        text-align: center !important;
        width: 100%;
        color: white;
        }
}

/* Body Content */
.entry-header {
    width: 97%;
    }
.entry-header p {
    margin-right: 20%;
    }
.entry-content {
    width: 97%;
    }
h2 {
    font-size: 1.4em;
    }

.btngroup{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 24px;
    margin: 20px  0 ;
  }  

.group {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 24px;
    width: 100%;
    margin: 0 !important;
}


/* Homepage Content */


.hero {
    background: url(images/bakercenter.jpg) no-repeat;
    background-size: cover;
    height: 460px;
    width: 100%;
    margin-top: 2%;
}

.mission {
    background-color: rgba(0, 108, 147, .8);
    color: white;
    height: 460px;
    float: right;
    width: 32.5%;
    padding: 2% 2.5%;
    font-size: 18px;
    line-height: 170%;
}

.mission h2 {
    color: white;
    text-transform: uppercase;
    font-size: 1.25em;
}

.mission p a {
    color: white;
    font-weight: bold;
}

.mission p a:hover {
    color: #dddddd;
}

.buttons {
    background-color: rgba(0, 108, 147, .8);
    color: white;
    padding: 1% 1%;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    grid-column: span 1;
}

.buttons a {
    text-transform: uppercase;
    color: white;
}

.buttons a:hover {
    color: #dddddd;
}

.contentblock {
    background-color: #f1f1f1;
    grid-column: span 1;
}

.links {
    padding-top: 20px;
    position: relative;
}

.links p {
    line-height: 118%;
    margin-right: 20px;
}

.links p a {
   text-decoration: none;
}

.links h2 {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 23px;
    letter-spacing: .05em;
}
.content-image {
    float: left;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-right: 4%;
}

.howard {
    background-image: url(images/howardbaker.jpg);
    background-size: cover;
    background-position: center;
    color: white;
    grid-column: span 1;
}

.howard h2 {
    text-transform: uppercase;
    font-size: 23px;
    letter-spacing: .05em;
    color: white;
    text-align: center;
    margin: 310px 25px 25px 25px;
}

.quote {
    font-family: Georgia, serif;
    font-style: italic;
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
    border-left: 6px solid white;
    padding-left: 15px;
}

/* media queries */

@media screen and (max-width : 400px){
    .mission {
        height: 280px !important;
        margin-top: 165px !important;    
    }
    .content-image {
        display: none;
    }
    .contentblock .links h2 {
        margin-top: 0 !important;
    }    
    
    .contentblock {
        margin-bottom: 18px;
        padding: 15px 30px;
    }
    
    .howard h2 {
        margin: 260px 0 25px 0 !important;
        }
    .quote {
        margin: 0 15px !important;
        padding-bottom: 25px;
        }
    }
@media screen and (max-width : 600px){
    .hero {
        background-position: center;
        height: 445px;
        margin-top: 2%;
        }
    .mission {
        height: 245px;
        font-size: 14px;
        line-height: 135%;
        width: 100%;
        padding: 4% 4%;
        margin-top: 200px;
        }    
    
    .mission h2 {
        font-size: 17px;
    }
    .quote {
        margin: 15px 25px !important;
        line-height: 150%;
        border-left: 6px solid white;
        padding-right: 40px;
        padding-left: 15px;
        padding-top: 15px;
        padding-bottom: 25px;
        }
    
    .group{
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 25px;
        }

    .btngroup{
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 25px;
        }
    
    .contentblock {
        margin-bottom: 25px;
        }
    .buttons {
        grid-column: span 2;
        }

    .rt, .md, .lft {
        margin: 0 !important;
        }
}

@media screen and (min-width : 601px) and (max-width: 849px){
    .hero {
        background-position: center;
        height: 350px;
        margin-top: 2%;
        }
    .mission {
        height: 350px;
        font-size: 16px;
        line-height: 135%;
        width: 50%; 
        padding: 3% 3%;
        }     
    .group{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 18px;
        }
    
    .btngroup{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 18px;
        margin-top: 18px;
        }   

    
    .contentblock {
        margin-bottom: 18px;
        height: 483px;
        padding: 15px 30px;
        }
 
    .contentblock .links h2 {
        margin-top: 0 !important;
        }    
    
    .content-image img {
        display: none;
        }
    .howard {
        height: 483px;
        }
    .howard h2 {
        margin: 260px 0 25px 0 !important;
        }

    .quote {
        margin: 15px 15px !important;
        }
    
    .rt, .md, .lft {
        margin: 0 !important;
        }
    }

@media screen and (min-width : 850px) and (max-width: 1000px){
    .hero {
        height: 350px;
        margin-top: 2%;
        }
    .mission {
        height: 350px;
        font-size: 16px;
        line-height: 135%;
        width: 50%; 
        padding: 3% 3%;
        }     
    .group{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 18px;
        }
    .btngroup{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 18px;
        margin-top: 18px;
        }   
    
    .contentblock {
        margin-bottom: 18px;
        height: 483px;
        }
 
    .content-image {
        margin-right: 3% !important;
        height: 483px;
        }
    .content-image img {
        height: 483px;
        }
    .howard {
        height: 483px;
        }
        .quote {
        margin: 15px 45px !important;
        }
    
    .rt, .md, .lft {
        margin: 0 !important;
        }
    }

@media screen and (min-width : 1001px) {

  
    .group{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 18px;
        }
    .btngroup{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 18px;
        margin-top: 18px;
        }   

    .rt, .md, .lft {
        margin: 0 !important;
        }
    }

@media screen and (min-width : 1001px) and (max-width: 1099px){

    .contentblock {
        margin-bottom: 18px;
        font-size: 15px;
        height: 415px;
        }
    .contentblock h2 {
        font-size: 17px !important;
        margin-top: 0;
        }        
    .contentblock .links p {
        line-height: 110%;
        }
    .contentblock  .links h2 {
        margin-bottom: 15px;
        }
    .content-image {
        margin-right: 3% !important;
        height: 415px;
        }
    .content-image img {
        height: 415px;
        }

    .howard h2 {
        margin: 200px 25px 25px 25px !important;
        }
    .quote {
        margin-left: 40px;
        margin-right: 40px;
        padding-left: 15px;
        }
    }

@media screen and (min-width : 1100px) and (max-width: 1199px){

    .contentblock {
        margin-bottom: 18px;
        font-size: 15px;
        height: 435px;
        }
    .contentblock h2 {
        font-size: 18px !important;
        margin-top: 5px;
        }        
    .contentblock .links p {
        line-height: 115%;
        }
    .content-image {
        margin-right: 5% !important;
        height: 435px;
        }
    .content-image img {
        height: 435px;
        }

    .howard h2 {
        margin: 265px 25px 25px 25px !important;
        }
    .quote {
        font-size: 16px;
        margin-left: 60px;
        margin-right: 60px;
        line-height: 150%;
        border-left: 6px solid white;
        padding-left: 15px;
        }  
    }

@media screen and (min-width : 1200px) and (max-width: 1300px){
   
    .contentblock {
        margin-bottom: 18px;
        font-size: 16px;
        height: 460px;
        }
    .contentblock h2 {
        font-size: 18px !important;
        margin-top: 12px;
        }   
    
    .contentblock .links h2 {
        margin-bottom: 23px;
        }
    .content-image {
        margin-right: 3% !important;
        height: 460px;
        }
    .content-image img {
        height: 460px;
        }
    .howard {
        height: 460px;
        }
    .howard h2 {
        margin: 250px 25px 25px 25px !important;
        }
    .quote {
        font-size: 18px;
        margin-left: 75px;
        margin-right: 75px;
        line-height: 150%;
        border-left: 6px solid white;
        padding-left: 15px;
        }
    }

@media screen and (min-width : 1301px) {
       .howard h2 {
        margin-top: 300px !important;
        }
    .quote {
        margin-left: 75px;
        margin-right: 75px;
        }
    }

@media screen and (min-width : 900px) {
    #page {max-width: 93%}
}

@media screen and (min-width : 1800px){
    .mission{font-size: 21px}
}

/* Template 2 */
.hero-template2 {
    background: url(images/campus.jpg) no-repeat;
    background-size: cover;
    height: 340px;
    position: relative;
    width: 100%;
    object-fit: cover;
    background-position: center;
    
}

.title {
    background-color: rgba(0, 108, 147, .8);
    color: white;
    width: 100%;
    padding: 1% 1%;
    font-size: 19px;
    letter-spacing: .05em;
    line-height: 100%;
	display: inline-block;
	width: 100%;
	position: absolute;
	bottom: 0px;

}

.title h1 {
    color: white;
    text-align: center;
    font-weight: normal;
    font-size: 25px;
}

.title p a {
    color: white;
    font-weight: bold;
}

.title p a:hover {
    color: #dddddd;
}

#pagecontent {
    width: 60%;
    margin-top: 2%;
    float: left;
    margin-bottom: 2%;
}

@media screen and (max-width : 800px){
    #sidebar {
        width: 100%;
        float: none;
        }
    
    #pagecontent {
        width: 100%;
        float: none;
        margin-top: 2%;
        margin-bottom: 2%;
        }    
    }

@media screen and (min-width : 801px) and (max-width : 1000px){
    #pagecontent {
        width: 64.4% !important;
        }       
    }

@media screen and (min-width: 1200px) {
    #sidebar {
        width: 35%;
        position: relative;
        float: right;
        }
    }

/* Template 2- Baker Center */
.hero-template2-bakercenter {
    background: url(images/bakercenter.jpg) no-repeat;
    background-size: cover;
    height: 340px;
    position: relative;
    width: 100%;
    object-fit: cover;
    background-position: center;
    
}

.title {
    background-color: rgba(0, 108, 147, .8);
    color: white;
    width: 100%;
    padding: 1% 1%;
    font-size: 19px;
    letter-spacing: .05em;
    line-height: 100%;
	display: inline-block;
	width: 100%;
	position: absolute;
	bottom: 0px;

}

.title h1 {
    color: white;
    text-align: center;
    font-weight: normal;
    font-size: 25px;
}

.title p a {
    color: white;
    font-weight: bold;
}

.title p a:hover {
    color: #dddddd;
}

#pagecontent {
    width: 60%;
    margin-top: 2%;
    float: left;
    margin-bottom: 2%;
}

@media screen and (max-width : 800px){
    #sidebar {
        width: 100%;
        float: none;
        }
    
    #pagecontent {
        width: 100%;
        float: none;
        margin-top: 2%;
        margin-bottom: 2%;
        }    
    }

@media screen and (min-width : 801px) and (max-width : 1000px){
    #pagecontent {
        width: 64.4% !important;
        }       
    }

@media screen and (min-width: 1200px) {
    #sidebar {
        width: 35%;
        position: relative;
        float: right;
        }
    }

/* Template 2-Baker Anniversary */
.hero-template2-bakeranniversary {
    background: url(images/bakeranniversarylong.png) no-repeat;
    background-size: cover;
    height: 340px;
    position: relative;
    width: 100%;
    object-fit: cover;
    background-position: center;
    
}

.title {
    background-color: rgba(0, 108, 147, .8);
    color: white;
    width: 100%;
    padding: 1% 1%;
    font-size: 19px;
    letter-spacing: .05em;
    line-height: 100%;
	display: inline-block;
	width: 100%;
	position: absolute;
	bottom: 0px;

}

.title h1 {
    color: white;
    text-align: center;
    font-weight: normal;
    font-size: 25px;
}

.title p a {
    color: white;
    font-weight: bold;
}

.title p a:hover {
    color: #dddddd;
}

#pagecontent {
    width: 60%;
    margin-top: 2%;
    float: left;
    margin-bottom: 2%;
}

@media screen and (max-width : 800px){
    #sidebar {
        width: 100%;
        float: none;
        }
    
    #pagecontent {
        width: 100%;
        float: none;
        margin-top: 2%;
        margin-bottom: 2%;
        }    
    }

@media screen and (min-width : 801px) and (max-width : 1000px){
    #pagecontent {
        width: 64.4% !important;
        }       
    }

@media screen and (min-width: 1200px) {
    #sidebar {
        width: 35%;
        position: relative;
        float: right;
        }
    }
/* Template 2 Student*/
.hero-template2-student {
    background: url(images/students.jpg) no-repeat;
    background-size: cover;
    height: 340px;
    position: relative;
    width: 100%;
    object-fit: cover;
    background-position: center;
    
}

.title {
    background-color: rgba(0, 108, 147, .8);
    color: white;
    width: 100%;
    padding: 1% 1%;
    font-size: 19px;
    letter-spacing: .05em;
    line-height: 100%;
	display: inline-block;
	width: 100%;
	position: absolute;
	bottom: 0px;

}

.title h1 {
    color: white;
    text-align: center;
    font-weight: normal;
    font-size: 25px;
}

.title p a {
    color: white;
    font-weight: bold;
}

.title p a:hover {
    color: #dddddd;
}

#pagecontent {
    width: 60%;
    margin-top: 2%;
    float: left;
    margin-bottom: 2%;
}

@media screen and (max-width : 800px){
    #sidebar {
        width: 100%;
        float: none;
        }
    
    #pagecontent {
        width: 100%;
        float: none;
        margin-top: 2%;
        margin-bottom: 2%;
        }    
    }

@media screen and (min-width : 801px) and (max-width : 1000px){
    #pagecontent {
        width: 64.4% !important;
        }       
    }

@media screen and (min-width: 1200px) {
    #sidebar {
        width: 35%;
        position: relative;
        float: right;
        }
    }

/* Template 2 Leadership*/
.hero-template2-leadership {
    background: url(images/students.jpg) no-repeat; 
    background-size: cover;
    height: 340px;
    position: relative;
    width: 100%;
    object-fit: cover;
    background-position: center;
    
}

.title {
    background-color: rgba(0, 108, 147, .8);
    color: white;
    width: 100%;
    padding: 1% 1%;
    font-size: 19px;
    letter-spacing: .05em;
    line-height: 100%;
	display: inline-block;
	width: 100%;
	position: absolute;
	bottom: 0px;

}

.title h1 {
    color: white;
    text-align: center;
    font-weight: normal;
    font-size: 25px;
}

.title p a {
    color: white;
    font-weight: bold;
}

.title p a:hover {
    color: #dddddd;
}

#pagecontent {
    width: 60%;
    margin-top: 2%;
    float: left;
    margin-bottom: 2%;
}

@media screen and (max-width : 800px){
    #sidebar {
        width: 100%;
        float: none;
        }
    
    #pagecontent {
        width: 100%;
        float: none;
        margin-top: 2%;
        margin-bottom: 2%;
        }    
    }

@media screen and (min-width : 801px) and (max-width : 1000px){
    #pagecontent {
        width: 64.4% !important;
        }       
    }

@media screen and (min-width: 1200px) {
    #sidebar {
        width: 35%;
        position: relative;
        float: right;
        }
    }



/* Template 2 E&E */

.hero-template2-ee {
    background: url(images/ee.png) no-repeat;
    background-size: cover;
    height: 340px;
    position: relative;
    width: 100%;
    object-fit: cover;
    background-position: center;
    
}

.title {
    background-color: rgba(0, 108, 147, .8);
    color: white;
    width: 100%;
    padding: 1% 1%;
    font-size: 19px;
    letter-spacing: .05em;
    line-height: 100%;
	display: inline-block;
	width: 100%;
	position: absolute;
	bottom: 0px;

}

.title h1 {
    color: white;
    text-align: center;
    font-weight: normal;
    font-size: 25px;
}

.title p a {
    color: white;
    font-weight: bold;
}

.title p a:hover {
    color: #dddddd;
}

#pagecontent {
    width: 60%;
    margin-top: 2%;
    float: left;
    margin-bottom: 2%;
}

@media screen and (max-width : 800px){
    #sidebar {
        width: 100%;
        float: none;
        }
    
    #pagecontent {
        width: 100%;
        float: none;
        margin-top: 2%;
        margin-bottom: 2%;
        }    
    }

@media screen and (min-width : 801px) and (max-width : 1000px){
    #pagecontent {
        width: 64.4% !important;
        }       
    }

@media screen and (min-width: 1200px) {
    #sidebar {
        width: 35%;
        position: relative;
        float: right;
        }
    }

/* Template 2 L&G*/
.hero-template2-lg {
    background: url(images/capitol.png) no-repeat;
    background-size: cover;
    height: 340px;
    position: relative;
    width: 100%;
    object-fit: cover;
    background-position: center;
    
}

.title {
    background-color: rgba(0, 108, 147, .8);
    color: white;
    width: 100%;
    padding: 1% 1%;
    font-size: 19px;
    letter-spacing: .05em;
    line-height: 100%;
	display: inline-block;
	width: 100%;
	position: absolute;
	bottom: 0px;

}

.title h1 {
    color: white;
    text-align: center;
    font-weight: normal;
    font-size: 25px;
}

.title p a {
    color: white;
    font-weight: bold;
}

.title p a:hover {
    color: #dddddd;
}

#pagecontent {
    width: 60%;
    margin-top: 2%;
    float: left;
    margin-bottom: 2%;
}

@media screen and (max-width : 800px){
    #sidebar {
        width: 100%;
        float: none;
        }
    
    #pagecontent {
        width: 100%;
        float: none;
        margin-top: 2%;
        margin-bottom: 2%;
        }    
    }

@media screen and (min-width : 801px) and (max-width : 1000px){
    #pagecontent {
        width: 64.4% !important;
        }       
    }

@media screen and (min-width: 1200px) {
    #sidebar {
        width: 35%;
        position: relative;
        float: right;
        }
    }

/* Template 2 GS*/
.hero-template2-gs {
    background: url(images/map.png) no-repeat;
    background-size: cover;
    height: 340px;
    position: relative;
    width: 100%;
    object-fit: cover;
    background-position: center;
    
}

.title {
    background-color: rgba(0, 108, 147, .8);
    color: white;
    width: 100%;
    padding: 1% 1%;
    font-size: 19px;
    letter-spacing: .05em;
    line-height: 100%;
	display: inline-block;
	width: 100%;
	position: absolute;
	bottom: 0px;

}

.title h1 {
    color: white;
    text-align: center;
    font-weight: normal;
    font-size: 25px;
}

.title p a {
    color: white;
    font-weight: bold;
}

.title p a:hover {
    color: #dddddd;
}

#pagecontent {
    width: 60%;
    margin-top: 2%;
    float: left;
    margin-bottom: 2%;
}

@media screen and (max-width : 800px){
    #sidebar {
        width: 100%;
        float: none;
        }
    
    #pagecontent {
        width: 100%;
        float: none;
        margin-top: 2%;
        margin-bottom: 2%;
        }    
    }

@media screen and (min-width : 801px) and (max-width : 1000px){
    #pagecontent {
        width: 64.4% !important;
        }       
    }

@media screen and (min-width: 1200px) {
    #sidebar {
        width: 35%;
        position: relative;
        float: right;
        }
    }

/* Template 2 INS*/
.hero-template2-ins {
    background: url(images/gates.png) no-repeat;
    background-size: cover;
    height: 340px;
    position: relative;
    width: 100%;
    object-fit: cover;
    background-position: center;
    
}

.title {
    background-color: rgba(0, 108, 147, .8);
    color: white;
    width: 100%;
    padding: 1% 1%;
    font-size: 19px;
    letter-spacing: .05em;
    line-height: 100%;
	display: inline-block;
	width: 100%;
	position: absolute;
	bottom: 0px;

}

.title h1 {
    color: white;
    text-align: center;
    font-weight: normal;
    font-size: 25px;
}

.title p a {
    color: white;
    font-weight: bold;
}

.title p a:hover {
    color: #dddddd;
}

#pagecontent {
    width: 60%;
    margin-top: 2%;
    float: left;
    margin-bottom: 2%;
}

@media screen and (max-width : 800px){
    #sidebar {
        width: 100%;
        float: none;
        }
    
    #pagecontent {
        width: 100%;
        float: none;
        margin-top: 2%;
        margin-bottom: 2%;
        }    
    }

@media screen and (min-width : 801px) and (max-width : 1000px){
    #pagecontent {
        width: 64.4% !important;
        }       
    }

@media screen and (min-width: 1200px) {
    #sidebar {
        width: 35%;
        position: relative;
        float: right;
        }
    }

/* Template 2 Research */

.hero-template2-research {
    background: url(images/journals.png) no-repeat;
    background-size: cover;
    height: 340px;
    position: relative;
    width: 100%;
    object-fit: cover;
    background-position: center;
    
}

.title {
    background-color: rgba(0, 108, 147, .8);
    color: white;
    width: 100%;
    padding: 1% 1%;
    font-size: 19px;
    letter-spacing: .05em;
    line-height: 100%;
	display: inline-block;
	width: 100%;
	position: absolute;
	bottom: 0px;

}

.title h1 {
    color: white;
    text-align: center;
    font-weight: normal;
    font-size: 25px;
}

.title p a {
    color: white;
    font-weight: bold;
}

.title p a:hover {
    color: #dddddd;
}

#pagecontent {
    width: 60%;
    margin-top: 2%;
    float: left;
    margin-bottom: 2%;
}

@media screen and (max-width : 800px){
    #sidebar {
        width: 100%;
        float: none;
        }
    
    #pagecontent {
        width: 100%;
        float: none;
        margin-top: 2%;
        margin-bottom: 2%;
        }    
    }

@media screen and (min-width : 801px) and (max-width : 1000px){
    #pagecontent {
        width: 64.4% !important;
        }       
    }

@media screen and (min-width: 1200px) {
    #sidebar {
        width: 35%;
        position: relative;
        float: right;
        }
    }

/* Staff Pages */

h2.staff {
    font-family: Georgia, serif;
    font-size: 1.1em;
    }

.staff {
    display: grid;
    grid-template-columns: 1fr 1fr ;
    grid-gap: 20px;
    }

.cell {
    grid-column: span 1;
    }

.staff-bio img {
    margin-right: 15px;
    }

.staff-bio {
    padding-right: 35px;
    }

.bio img {
    margin-right: 2%;
    } 

@media screen and (max-width: 799px) {
    .staff {
        display: block;
        }
     p {
        padding: 0;
        width: 100%;
        font-size: 15px;
        }
    
}

@media screen and (max-width: 425px) {
    .staff {
        display: block;
        }
    p {
        padding: 0;
        width: 100%;
        font-size: 15px;
        }
   .staff-bio img {
        width: 125px !important;
    }
}

/* Archive Page */
.archive {
    width: 75%;
    }

@media screen and (max-width: 799px) {
    .archive {
        width: 100%;
    }
    
}

.archive img {
    margin-right: 1.5%;
    width: 150px;
    height: 115px;
    } 

/* Clear floats after the columns */
.archive:after {
    content: "";
    display: table;
    clear: both;
    }
.site-footer {
    margin-top: 4%;
    }
#sidebar img {
    margin-bottom: 25px;
}

/*Clear floats after the columns */
#list2
{
 padding-left:50px;
}

/*To create an medium-sized image aligned to the left or right of the page with paragraph wrapping */

img.align-left{
    float: left;
    margin-right: 10px;}
img.align-right {
    float: right;
    magin-left: 10px;}
img.medium {
    width: 400px;
    height: 200px;
}
}