#pull{
    display:none;
}
body{
    min-width:450px;
}

@media (max-width: 977px) {

    header{
        width:100%;
    }
    header h1{
        padding-left:15px;
        background:none;
        top:0px;
        position:relative;
    }
    nav{
        position:relative;   
    }
    .makeagift{
        display:none;
    }
    #headerute {
        display:none;
    }

    #banner{
        width:100%;
    }
    #bannercontainer, #pagebannercontainer{
        width:625px;  
    }
    #slides{
        margin:0 auto;
        display:table;
        
    }
    #badge{
        display:none;
    }
    #blocksection{
        width:100%;
    }
    #eventslist{
        width:100%;
        text-align:center;
    }

    .eventitem {
        display: inline-block;
        float: none;
    }

    #alumnitab{
        width:100%;
    }

    #container{
        width:100%;
    }
    #breadcrumbs{
        width:100%;
    }
    #breadcrumbs .breadcrumbs{
        padding:0px 15px;
    }
    #pagecontent{
        width:100%;
    }
    .narrowcontent{
        width:auto;
        padding:15px;
    }
    #content{
        width:450px;
        margin:0px;
        float:left;
        padding-right:0px;
        padding-left:7px;
    }
    #sidebar{
        float:right;
        width:225px;
        padding-right:15px;
        padding-left:15px;
    }
    #sectionnav{
        width:225px;
        margin:0 auto;
        float:none;
    }
    #module{
        float:none;
        width:225px;
        
        margin: 0 auto;
    }

    #welcomestrip{
        padding:0px 15px;
    }

    #welcomeinfo{
        width:100%;
    }
    #newscontainer{
        width:100%;
    }
    #newsitems{
        float:left;
        width:100%;
    }
    /*news */
    .newsitem{
        width:100%;
        text-align:center;
        height:auto;

    }
    #sideads{
        clear:both;
        width:470px;
        margin: 10px auto;
        float:none;
        height:auto;

    }
    .sideaditem{
        float:left;
    }

    
    #caboosecontainer{
        width:100%;
    }

    .cabooseitem{
        float:none;
        margin:10px auto;
        text-align:center !important;

    }

    footer{
        width:100%;
    }

    #footercontent{
        width:auto;
        padding:15px 15px 0px 15px;
    }
    #footerseal{
        width:100%;
    }
    
    .modal {
        width:700px !important;
        border-radius: 0px !important;
        
        height:80% !important;
        margin-left:-350px !important;
    }

    #responseMessage {
        margin:100px 65px 10px 70px;
    }
    
    #content .contentsection .content-half-column{
        width:100%;
        margin:0px!important;
    }
    
    
}


@media (max-width: 767px) {
    
    .modal {
        
        
        border-radius: 0px !important;
        width:90% !important;
        height:80% !important;
        margin-left:0px !important;
    }

    #responseMessage {
        margin:100px 30px 10px 30px;
    }

}


@media (max-width: 800px) {
    /*Nav stuff*/
    nav{    
        width:100%;
        position:relative;
    }
    nav a#pull:after {
        background: url("/_assets/img/nav-icon.png") no-repeat scroll 0 0 transparent;
        content: "";
        display: inline-block;
        height: 30px;
        position: absolute;
        right: 15px;
        top: 10px;
        width: 30px;
    }
    nav a#pull {
        background-color: #EEEEEE;
        display: block;
        height: 33px;
        position: relative;
        width: 100%;
        padding:5px 0px;
    }
    ul#nav-topical li ul{
        display:none;
    }
    ul#nav-topical li{
        float:none;
    }
     #nav-topical {
        display:none;
    }
    
    #nav-topical li:hover .dropdownnav {
        display:none !important;
    }
    
    .dropdownnav {
        display:none !important;
    }
     nav li {
        display: block;
        float: none;
        width: 100%;
        margin:0px;
    }
    nav li a {
        border-bottom: 1px solid #576979;
        background:#ffffff;
    }
        
    nav{
        text-align: center;
    }
    
}

/*social*/
@media (max-width: 550px) {
   #social{
        display:none;
   }

    #responseMessage {
        margin:100px 10px 10px 10px;
    }
}
/*social*/
@media (max-width: 471px) {
  #sideads{
    width:auto;
  }
  .sideaditem{
    float:none;
    margin:15px auto;
  }


  #responseMessage {
        margin:100px 5px 10px 5px;
  }
}

/*slider*/
@media (max-width: 680px) {
    #bannercontainer, #pagebannercontainer{
        width:100%;
        border:none;
        overflow:hidden;
    
    }
    #slides{
        width:100%;
        display:block;
  
    }
    .slides_container{
        width:auto;
        overflow:hidden;


    }
    .bannertex{
        width:100%;
    }
}


@media (max-width: 730px) {
    #content{
        width:auto;
        float:none;
    }
    #sidebar{
        float:none;
        text-align:center;
        margin:0 auto;
    }
}

/*This is a global fix for the mobile menu on the regional sites
*/
@media (max-width: 800px){
  header{
      margin-top:0px;
      width: 100%;
      height:auto;
  } 
  header h1{
      margin-top: 0px;
  }
  nav{
      position:relative;
      height: auto;
  }
  ul#nav-topical li{
      float:none;
      margin:0px;
  }
  #pull{
      min-width:450px;
  }


}


/*Utility Nav CSS*/
#social{
    padding-top:10px;
}

#social_utility{
    margin-bottom: 50px;
}

#social a {
    float:right;
}

#social_utility a {
    border-radius: 0 0 0 0;
    color: #CCC4C0;
    font-size: 12px;
    margin: 0;
    padding: 0 2px;
    float:left;
}

#social_utility a ~ a:before {
    content: " | ";
}


#social_utility > a span:hover {
    color: #ED712B;
}
#social_utility > a:hover {
    background: none repeat scroll 0 0 transparent;
    opacity:1;

}



/*******************************************************************/
/***********  OVERRIDE CSS CODE                        *************/
/*******************************************************************/



/** BODY **/
body {
color: #3e3d3c;
font-size: 16px;
background-color: #fff;
}

/** LINKS **/
a {
color: #d44500;
}

header h1 a, footer h2 a {
color: #d44500;
}


/** HEADER **/
.sitetitle {
color:#3e3d3c;
font-size: 2rem;
}
header h1 {
    background: url(../img/pipe.png) 248px 15px no-repeat;
}
header h1 {
    font-size: 2rem;
}

/** TOP UTILITY NAV **/
#social_utility a {
color:#000;
font-size: .8rem;
}
#social_utility a:hover {
color:#d44500 !important;
}

/** SEARCH **/
form.gsc-search-box {
    background-color: #6f777d;
    color: #fff;
}
#searchbox input {
    color: #fff !important;
}
.search-title {
    color: #d44500;
}


/** TOP NAV **/
nav li a {
    font-size: 1.1rem;
}
nav li li a {
    font-size: 1rem;
}
.dropdownnav li a {
    font-size: 1rem !important;
}
.dropdownnav li a:hover {
    color: #d44500 !important;
}
ul.dropdownnav {
    padding: 5px 5px 20px 5px !important;
}

/** MAIN CONTAINER **/
#container {
    background: #fff;
}

/** HEADINGS **/
.listblock h4 {
color: #6f777d;
font-size: .8rem;
}
#content h2 {
color: #d44500;
font-size: 1.6rem;
}
#content h3 {
font-size: 1.1rem;
}

/** HOME PAGE BANNER **/
.bannertext {
    background: #3e3d3c;
}
.bannertext a {
    color: #fff;
    font-size: .9rem;
} 
.bannertext a:hover {
    color:#fff;
}
#slides .pagination li a {
    background-color: #3e3d3c;
}
#banner, #pagebanner {
    background: #6f777d;
}
.pagination li a {
    font-size: .8rem;
}
.prev {
    font-size: .8rem;
}
.next {
    font-size: .8rem;
}


/** HOME PAGE WELCOME BAR **/
#welcomestrip {
    background: #d44500;
}
#welcomeinfo h2 {
    font-size: 2.8rem;
}
#welcomeinfo h3 {
    font-size: .95rem;
}
#welcomeinfo {
    color: #fff;
}
#welcomeinfo p {
    font-size: 1.1rem;
}
#welcomeinfo a:hover {
    color: #fff;
}

/** HOME PAGE NEWS BOXES **/
.newsitem {
    background: #fff;
    border-bottom: 15px solid #d44500;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
    margin: 10px 8px 10px 0px;
}
.newsitem h2 {
    font-size: 1.8rem;
}
.newsitem h4 {
    font-size: .8rem;
}
.newsitem a {
    color: #d44500;
    font-size: .8rem;
}
.newsitemcontent {
    color: #3e3d3c;
    font-size: .75rem;
}
.newsimage {
margin: 20px;
}

/** HOME PAGE BOXES **/
#sideads {
    background-color: #fff;
}
.sideaditem {
    background: none;
}
.sideaditem h3 {
    color: #3e3d3c;
    font-size: .95rem;
}
.sideadcontent {
    background: none;
    font-size: .85rem;
}
.sideadcontent a {
    color: #d44500;
}

/** HOME PAGE TWITTER FEED **/
.twitter-timeline.twitter-timeline-error {
    color: #fff;
    font-weight: bold;
    font-size: 1.3rem;
}
#caboose {
    background: #6f777d;
}


/** INTERIOR LEFT NAV **/
#sectionnav h2 {
color: #d44500;
font-size: .95rem !important;
}
#sectionnav li a {
font-size: 1.1rem;
}
#sectionnav li a.currentpage {
    color: #6F777D;
}

/** BREADCRUMBS **/
.breadcrumbs {
color:#3e3d3c;
font-size: .8rem;
}
.breadcrumbs a {
color:#3e3d3c;
}
.breadcrumbs a:hover {
color: #d44500;
}


/** FOOTER **/
footer {
color: #fff;
}
footer h2 {
    background: url(../img/pipe.png) 248px 7px no-repeat;
}
footer b, footer strong {
    color:#fff;
}
.footercolumn {
    color: #fff;
    font-size: .75rem;
}
.footercolumn p {
    line-height: 1.5rem;
}
footer h2 {
    color: #eee !important;
    font-size: 1.2rem;
}
footer h2 a {
    color: #eee !important;
    font-size: 2rem;
}
footer a, footer a:visited {
    color: #fff;
}
footer a:hover {
    color: #fff;
}
footer .sitetitle {
    color: #fff;
}
#syrcopy {
    font-size: .75rem;
}



/*** MOBILE ***/
@media (max-width: 800px) {
nav a#pull {
    background-color: #3e3d3c;
    color: #fff;
    font-weight: bold;
}
}


/*** GALLERY ***/
#lightbox-container-image-data-box {
font-size: .8rem;
}



.sideaditem h3 a {
    color: #6f777d;
}

/*** ACCESSIBILITY ***/
/*** SKIP LINK ***/
.skiplink-text {font-size: 10px;}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}


.profile-section {
    width: 100%;
}
.profile-card {
    width: 25%;
    display: inline-block;
    margin-bottom: 20px;
}
.profile-title {
    text-align: center;
    font-weight: bold;
}

a:focus {
    outline: thin solid #333;
}