html{
    min-width:230px;
    max-width:100%;
    overflow-x:hidden;
}

header ul, .subnav ul{
    list-style-type:none;
}

header .logo{
    text-align:center;   
    margin: 10px 0 0 0;
}

header .logo a{
    width:235px;
    height:50px;    
    margin:0 auto;
    background-image:url(logo.png);
    background-position:left top;
}

header .contactInfo{
    text-align:center;
    margin:7px 0 10px 0;
    font-family: 'Lato', sans-serif;
    font-size:15px;
}

header .contactInfo a{    
    text-decoration:underline;
}

header .contactInfo span:before{
    content:'/';
}

header .contactInfo span:first-child:before{
    content:'';
}

header .menu ul{
    display:table;
    width:100%;
    margin:0;
    padding:0;
}

header .menu li{
    list-style-type:none;
    display:table-cell;
    text-align:center;
}

header .menu li a{    
    color:White;
    font-size:14px;
    text-transform:uppercase;
}

header .menu .quickLinks{
    width:40%;
    background-color:#002c5f;
    -webkit-transition: all 0.3s ease-out;  
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

header .quickLinks.collapse ul li a:hover{
    text-decoration:underline;   
}

header .menu .infoFor{
    width:35%;
    background-color:#002c5f;
    -webkit-transition: all 0.3s ease-out;  
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

header .infoFor.collapse ul li a:hover,
header .infoFor.collapse ul li a:active{
    text-decoration:underline;
}

header .menu .search{
    width:25%;
    background-color:#79a5cd;
    -webkit-transition: all 0.3s ease-out;  
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-image:url(magnifying_glass.png);
    background-position:center center;
}

header .menu .quickLinks.active,
header .menu .infoFor.active,
header .menu .search.active{
    -webkit-transition: all 0.3s ease-out;  
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color:#464747;
}

header .menu a{
    display:block;
    text-decoration:none;
    padding:10px 5px 10px 5px;
    cursor:pointer;    
    font-family: 'Crimson Text', serif;
}

header .menu li:first-child{
    border-right:1px solid white;
}

header .menu .quickLinks a:after,
header .menu .infoFor a:after{
    content:'\2193'; 
    font-weight:bold;
    padding:0 0 0 5px;
    color:#79a5cd;
}

header .menu .quickLinks.active a:after,
header .menu .infoFor.active a:after{
    content:'\2191'; 
}

header .collapse{
    display:none;
}

header .collapse.active{
    display:block;   
}

header .collapse ul{
    margin:0;
    padding:0;
    background-color:#464747;
}

header .collapse ul li a{
    display:block;
    text-decoration:none;
    color:White;   
    padding:10px 0 10px 0;
    border-top:2px solid #727272;
    text-indent:35px;
    font-family: 'Crimson Text', serif;
    font-weight:600;
    font-size:15px;
}

.no-svg header .collapse ul li a{
    letter-spacing:-1px;  
}

header .collapse ul li:first-child a{
    border:none;
}

header .search.collapse{
    height:30px;   
}

header .search .searchBox{
    height:100%;    
    width:80%;
    margin:0 -2px 0 0;
    display:inline-block;
    vertical-align:top;
    text-indent:7px;
    border:none;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
}

header .search .searchButton{    
    height:100%;
    width:20%;
    margin:0 0 0 -3px;
    line-height:30px;
    text-align:center;
    display:inline-block;
    vertical-align:top;
    background-color:#79a5cd;
    cursor:pointer;
    color:White;
    font-family:Arial;
    font-weight:bold;
    border: none;
    padding: 0;
}

header .search form{
    display:inline;
}

.no-svg header .search .searchButton{ 
    width:19.5%;
}

header .nav{
    background-color:#e9e9ea;  
}

header .nav .toggle{
    display:none;   
}

header .nav ul{
    margin:0;
    padding:2px 0 3px 0;   
    background: -moz-linear-gradient(left,  rgba(0,0,0,0.01) 0%, rgba(0,0,0,0.12) 42%, rgba(0,0,0,0.12) 57%, rgba(0,0,0,0.01) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.01)), color-stop(42%,rgba(0,0,0,0.12)), color-stop(57%,rgba(0,0,0,0.12)), color-stop(100%,rgba(0,0,0,0.01)));
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0.01) 0%,rgba(0,0,0,0.12) 42%,rgba(0,0,0,0.12) 57%,rgba(0,0,0,0.01) 100%);
    background: -o-linear-gradient(left,  rgba(0,0,0,0.01) 0%,rgba(0,0,0,0.12) 42%,rgba(0,0,0,0.12) 57%,rgba(0,0,0,0.01) 100%);
    background: -ms-linear-gradient(left,  rgba(0,0,0,0.01) 0%,rgba(0,0,0,0.12) 42%,rgba(0,0,0,0.12) 57%,rgba(0,0,0,0.01) 100%);
    background: linear-gradient(to right,  rgba(0,0,0,0.01) 0%,rgba(0,0,0,0.12) 42%,rgba(0,0,0,0.12) 57%,rgba(0,0,0,0.01) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03000000', endColorstr='#03000000',GradientType=1 );
}

header .nav li, .subnav li{
    display:block;
    list-style-type:none;  
    position:relative; 
    margin:0 0 3px 0;
}

header .nav li a:hover, .subnav li a:hover{
    color:#014680;   
}

header .nav li.home{
    display:none;   
}
.subnav ul {padding:0;}
header .nav a, .subnav li a{
    display:block;
    text-align:center;
    padding:15px 0 15px 0;
    background-color: white;
    -moz-box-shadow: inset 0 0 5px 5px #eee;
    -webkit-box-shadow: inset 0 0 5px 5px #eee;
    box-shadow: inset 0 0 5px 5px #eee;
    font-family: 'Lato', sans-serif;
    font-size:18px;
    font-weight:900;
    text-decoration:none;
    color:#076dc2;
    text-transform:uppercase;
}

.no-svg header .nav a{
    letter-spacing:-1px;
}

.main{
    min-height:175px;   
}

footer{
    position: relative;
    color:White;
    background-color:#043067;
    height: auto;
}
footer .container{
    height: ;
}

footer a,
footer a:hover,
footer a:visited{
    color:white;
    text-decoration:none;  
}

footer .links{
    padding: 3px 0 0 0;
}

footer .links ul{
    margin:0;
    padding:0;
    list-style-type: none;
}

footer .links ul li a{
    display:block;
    background-color:#0755b0;
    color:White;
    padding:10px 0 10px 0;
    margin:0 0 3px 0;
    text-indent:25px;
    font-family:Georgia;
    font-size:15px;
    text-decoration:none;
    position:relative;
}

footer .links ul li a:hover{
    text-decoration:underline;   
}

footer .links ul li a:after{
    content:'\2192';
    color:#1b2531;
    position:absolute;
    right:10px;
    font-size:18px;
    text-shadow:1px 1px 1px rgba(255, 255, 255, .3);
}

footer .imageLinks{
    padding:20px 3px 20px 3px;   
    text-align:center;
}

footer .imageLinks ul{
    padding:0;
    margin:0;    
}

footer .imageLinks ul li{
    display:block;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}

footer .imageLinks ul li.first,
footer .imageLinks ul li.second{
    display:inline-block;
}

footer .imageLinks ul li.second:before{
    content:'|';
    padding:0 3px 0 0;
}

footer .imageLinks ul a{
    color:White;   
    margin:0 3px 0 0;
    line-height:2;
    text-transform:uppercase;
}

footer .social{
    text-align:center;   
    padding:0 0 20px 0;
}

footer .social ul{
    margin:0 auto;
    padding:0;   
}

footer .social ul li{
    display:inline;
}

footer .social ul li a{
    display:inline-block;
    height:35px;
    width:31px; 
    background-image:url(social.png);
    margin:0 10px 0 -4px;
}

footer .social ul li a:hover{
    opacity:.7;
}

footer .social ul li a.facebook{
    background-position:left top;    
}

footer .social ul li a.twitter{
    background-position: -39px top;    
}

footer .social ul li a.youTube{
    background-position: -81px top;    
}

footer .info{
    text-align:center;
    padding:0 0 10px 0;
    font-family: 'Crimson Text', serif;
}

footer .logo a{
    width:213px;
    height:45px;    
    margin:0 auto;
    background-image:url(logo_footer.png);
    background-position:left bottom;
    position: relative;
    left: -8px;
}

footer .address{
    display:inline-block;
    margin:0 auto;
    padding:0 0 10px 0;
    text-align:left;    
    font-size:12px;
    line-height: 1.2;
}

footer .aba{    
    font-size:12px;
    font-style:italic;
    margin: 0 20px 0 0;
}

footer .discrimination {
    /* position: absolute; */
    bottom: 15px;
    font-size: 10px;
    color: #fff;
    text-align: center;
}

footer .discrimination a {
    color: #ECAA00;
}

@media only screen and (min-width: 768px) {

header .logo{
    display:inline-block;
    vertical-align:top;
    margin:0 0 10px 0;
}

header .logo a{
    margin:15px 0 0 35px;   
}

header .contactInfo{
    display:block;
    text-align:right;
    margin:-50px 30px 30px 30px;
}

header .contactInfo span{
    display:block;
}

header .contactInfo span:before{
    content:'';
}

header .contactInfo a{    
    font-size:14px;
    text-decoration:underline;
}

header .menu{
    background-color:#002C5F;
}
    
header .menu ul {
    float:right;
    width:50%;
}

header .menu li a {
    font-size:18px;
    padding:10px 10px 10px 10px;
}

header .collapse ul li{
    padding:0 0 0 53%;
}

header .collapse ul li a{
    font-size:18px;
    padding:17px 0 17px 0;
    border-top:1px solid #8d8e8e;
    text-indent:0;
}

header .search.collapse{
    height: 40px;
}

header .search .searchButton{
    line-height:40px;
}

header .nav, .subnav li{
    margin: 0 -3px 0 0; 
}

header .nav ul{
    display:block;   
    width:100%;
}

header .nav li, .subnav li,
header .nav li.home{
    display:inline-block;
    vertical-align:top;
    margin:0 0 0 -4px;
    width:33.333%;
    outline:2px solid #d3d1d1;
}

header .nav li a, .subnav li a{
    font-size:16px;
}


footer{
    position:relative;
    height: 310px;
    background-color:#0755b0;
    border-bottom:25px solid #00234f;
}

footer .links{
    position:absolute;
    top:65px;
    right:35px;    
}

footer .links ul{
    width: 500px;   
    text-align:right;
}

footer .links ul li{
    display:inline;
}

footer .links ul li a{
    display:inline-block;    
    background-color:transparent;
    font-family: 'Crimson Text', serif;
    font-size:18px;
    text-indent:0;
    padding:0 7px 0 7px;
    border-right:1px solid #447abc;
}

footer .links ul li a:after{
    content:'';
}

footer .links ul li.end a{    
    border:none;
    padding:0 0 0 7px;
}

footer .imageLinks{
    position:absolute;
    right:25px;
    top: 140px;   
    padding:0;
}

footer .imageLinks ul li.second:before{
    content:'';
}

footer .imageLinks ul{
    width:300px;   
    text-align:right;
}

footer .imageLinks ul li{
    display:inline-block;
}   

footer .imageLinks ul li a{
    display:inline-block;
    background-image:url(image_links.png);   
    background-repeat:no-repeat;
    text-indent:999em;
    overflow:hidden;
    margin: 0 10px 0 0;
}

footer .imageLinks ul li a.myWashburn{
    height:20px;
    width:115px;
    background-position:-59px 0px;
}

footer .imageLinks ul li a.washburnLaw{
    height:20px;
    width:85px;
    background-position:-202px 0px;
}

footer .imageLinks ul li a.washburnUniversity{
    height: 28px;
    width: 108px;
    background-position: 3px bottom;
}

footer .imageLinks ul li a.instituteForLaw{
    height: 30px;
    width: 160px;
    background-position: -128px bottom;
}

footer .social{
    position:absolute;
    top:15px;
    right:30px;  
}

footer .social ul li a{
    margin:0 5px 0 -4px;  
}

footer .address{
    font-size:13px;
    padding:0 0 15px 0;   
}

footer .aba{
    font-size:13px;
    margin:0 10px 0 0;   
}

footer .info{
    position:absolute;
    top:35px;
    left:55px;   
    display:inline-block;
}

footer .logo a{
    height: 45px;
    width:200px;  
    left:-20px;
}

footer .discrimination{
    position: absolute;
}

} /*END min-width: 768px */

@media only screen and (max-width: 768){
    footer .discrimination {
    position: absolute; 

}
}

@media only screen and (min-width: 1100px) {

header {
    border-bottom: 4px solid #E1E1E1;
    background-image:url(header_bg.png);
    background-position:left 30px;
    background-repeat:repeat-x;
}

header .container{
    width:960px;   
    margin:0 auto;
    position:relative;
}

header:before{
    content:'';
    position: absolute; 
    background-color:#0755b0; 
    height:30px; 
    width:100%;
}

header .seperation{
    background-color:#002c5f;
}

header .logo{
    position:absolute;  
    top:20px;  
    left:-40px;

}

header .logo a{
    width:235px;
    height:50px;
    background-position:left top;
    background-color:White;
    -webkit-box-shadow: 0px 20px 15px 20px white;
    box-shadow: 0px 20px 15px 20px white;
}

header .contactInfo{
    margin:0 0 0 10px;
    text-align:left;
    height:30px;    
    line-height: 30px;
}

header .contactInfo span{
    display:inline;   
    color:White;   
}

header .contactInfo span::before{
    content:'/';   
}

header .contactInfo a{
    color:White;   
}

header .menu{
    display:none;   
}

header .nav{
    background-color:transparent;
    margin: 35px 0 10px 0;
}

header .nav ul, .subnav ul{
    width:960px;
    margin:0 auto;
    padding:0; 
    background:none;
    text-align: center;
}

header .nav li, .subnav li{
    width:auto;
    outline:none;
    margin:0 0 0 19px;
}

header .nav li.second{
    margin:0;   
}

header .nav li.home{
    display:none;
}

header .nav li a, .subnav li a{
    font-size:13px;
    background-image:none;   
    padding:0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.no-svg header .nav li a{
    letter-spacing:-1px; 
    margin:0 2px 0 0;
}

header .collapse{
    display:block;
}

header .collapse ul{
    background-color:transparent;   
    clear: both;
    float:right;
}

header .collapse ul li{
    padding:0;   
    display:inline;
}

header .collapse ul li a{
    border:none;   
    display:inline-block;
}

header .quickLinks{
    font-size:15px;  
    float:right; 
    margin:-37px 0 0 0;
}

header .quickLinks.collapse ul li a{  
    font-family: 'Lato', sans-serif;
    font-weight:normal;
    font-size:10px;
    text-transform:uppercase;
    margin: 0 15px 0 0;
}

header .infoFor.collapse ul li a{
    color:#656565;
    font-size:15px;
    margin:0 0 0 13px;
    padding: 0;
} 

header .infoFor.collapse ul li a:hover,
header .infoFor.collapse ul li a:active{
    text-decoration:none;
    color:#454545;
}

header .search.collapse{
    width: 182px;
    height: 13px;
    padding: 12px 0 12px 0;
    float:right;
    margin: -34px 10px 0 0;
}

header .search .searchBox{
    font-size:11px;
    line-height: 17px;
    text-indent: 5px;
    color:#1e1815;
    height: 17px;
}

header .search .searchButton,
.no-svg header .search .searchButton{ 
    line-height: 17px;   
    width:20px;
    font-size:9px;
    margin:0 0 0 1px;
    height: 17px;
}

header .contactInfo a {
    font-size: 10px;
    text-decoration: none;
}

header .contactInfo span::before{
    font-size:10px;   
}

footer{
    height:auto;   
}

footer .container{
    position:relative;
    height: 280px;
    width:960px;   
    margin:0 auto;
}

footer .links{
    right:0;   
}

footer .imageLinks{
    right:-10px;
}

footer .imageLinks ul{
    width:auto;   
}

footer .social{
    right:0;   
}

footer .info{
    left: 25px;    
}
.subnav {padding: 0;}

}/*END min-width: 1100px */

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) { 
  
/* Retina-specific stuff here */
header .logo a{
    background-image:url(logo_2x.png);
    background-size:235px 49px;
}

header .menu .search{
    background-image:url(magnifying_glass_2x.png);
    background-size:25px 20px;   
}

footer .logo a{
    background-image:url(logo_footer_2x.png);
    background-size:190px 40px;
}

footer .social ul li a{
    background-image:url(social_2x.png);
    background-size:112px 33px;   
}

.breadcrumbs .home a{
    background-image:url(home_2x.png);
    background-size:50px 21px;          
}

}

@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 768px),
only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 768px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 768px),
only screen and (min-device-pixel-ratio: 2) and (min-width: 768px),
only screen and (min-resolution: 192dpi) and (min-width: 768px),
only screen and (min-resolution: 2dppx) and (min-width: 768px){ 

.svg footer .imageLinks ul li a{
    background-image:url(image_links_2x.png);
    background-size:285px 49px;
}

}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }  
}

/*-----------------Search - CEB 4-24-19-----------------------*/
header #search.search.collapse {height: 15px ;padding: 10px 0 10px 0;display:block;}
#search.search.collapse .gsc-input-box {height: 19px !important;margin-top:0px;overflow: hidden;border:0;}
#search.search.collapse .gsc-search-box-tools .gsc-search-box .gsc-input {padding: 0 ; margin: 0 ;}
#search.search.collapse .gsib_a {padding:0;}
#search.search.collapse .cse .gsc-search-button-v2, #search.search.collapse .gsc-search-button-v2 {border: 0;border-radius:0;display:block;height:19px !important;margin-top:0px;padding: 0 5px 0 5px !important;}

@media (max-width: 1100px){
#search.search.collapse .cse .gsc-search-button-v2, #search.search.collapse .gsc-search-button-v2 {height: 35px!important; margin-top: -10px; padding:5px 10px 5px 10px !important; } 
#search.search.collapse .gsc-input-box {height: 25px ;}
}