/* #MSU Masthead
================================================== */
#MSUheader {
  min-height: 60px; }

#MSUmasthead {
  position: relative; }

#MSUmasthead img {
  padding-top: 12px; }

.print-msugraphic {
  display: none; }

/* Search Tool */
#MSUSearchTool {
  display: block;
  position: relative;
  height: 28px;
  /* margin: 14px 0; */
  margin: 28px 0 12px;
}

#MSUSearchTool form .hide {
  position: absolute;
  left: -9999px; }

#MSUSearchTool #search-tool-box {
  height: 28px;
  width: 100%;
  border: 1px solid #999;
  border-radius: 3px; }

#MSUSearchTool #search-tool-box #q {
  color: #333; }

#MSUSearchTool.white-fill #search-tool-box {
  background: #fff; }

#MSUSearchTool.no-fill #search-tool-box {
  background: transparent; }

#MSUSearchTool #btn_search {
  height: 26px;
  width: 34px;
  cursor: pointer;
  outline: 0px none;
  border: 0pc none;
  float: right;
  margin: 0 auto;
  text-indent: -9999px;
  text-transform: capitalize;
  border-radius: 0px 3px 3px 0px; }

#MSUSearchTool.white-fill #btn_search {
  background: #fff url(/assets/img/msu/icon-search.png) no-repeat center; }

#MSUSearchTool.no-fill #btn_search {
  background: transparent url(/assets/img/msu/icon-search.png) no-repeat center; }

#MSUSearchTool #btn_search:hover {
  box-shadow: inset 0 0px 60px rgba(0, 0, 0, 0.3); }

#MSUSearchTool input#q {
  width: 250px;
  background-color: transparent;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  color: #666;
  font-size: 12px;
  font-weight: normal;
  float: left;
  height: 28px;
  outline: none;
  padding-left: 12px;
  padding-top: 0px; }









.list-unstyled, .screen-quick-links, .audience-list, .social,
.social-follow ul {
  padding-left: 0;
  list-style: none; }

.list-inline, .screen-quick-links, .audience-list, .social,
.social-follow ul {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li, .screen-quick-links > li, .audience-list > li, .social > li,
  .social-follow ul > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }





















/* #MSU Footer
================================================== */
#MSUstandardFooter {
  min-height: 170px;
  padding: 0 0 15px; }

#standard-footer-MSU-wordmark {
  max-width: 210px;
  margin: 8px 30px 15px 0; }

#standard-footer-content ul {
  margin-bottom: 0; }

#standard-footer-content ul li {
  font-size: 0.75em;
  padding: 0 10px 0 0;
  margin: 0 5px 0 0;
  border-right: 1px solid #18453b; }

#standard-footer-content ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none; }

#standard-footer-site-links ul {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #808080; }

.print-msuwordmark {
  display: none; }

.spartans-will {
  text-transform: uppercase;
  font-weight: 600; }

#standard-footer-content a,
#standard-footer-site-links strong,
.spartans-will {
  color: #18453b; }

#standard-footer-MSU-info a,
#standard-footer-MSU-info .msu-phone {
  color: #4c7e00;
  font-weight: 600; }

/* #Media Queries
================================================== */
@media all and (max-width: 992px) {
  .screen-msugraphic {
    max-width: 240px; } }

@media all and (min-width: 992px) {
  #MSUmasthead {
    width: 50%;
    float: left; }
  .screen-msugraphic {
    padding-top: 0 !important;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 270px; }
  #MSUSearchTool #search-tool-box {
    width: 305px;
    float: right; }
  #standard-footer-MSU-wordmark,
  #standard-footer-content {
    width: auto;
    float: left; }
  #standard-footer-content {
    width: calc( 100% - 240px); } }

/* #Print Styles
================================================== */
@media print {
  .print-msugraphic,
  .print-msuwordmark {
    display: block; }
  .screen-msugraphic,
  .screen-msuwordmark,
  .nav-toggle,
  #search {
    display: none; }
  #MSUSearchTool #search-tool-box {
    margin-right: 12px; } }

#MSUheader {
  position: relative;
  padding: 15px;
  z-index: 999; }

.menu-toggle {
  position: absolute;
  top: 30px;
  right: 15px;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  outline: none;
  line-height: 1;
  padding: 5px; }

.menu-toggle span {
  display: none; }

.menu-toggle:before {
  font-family: 'FontAwesome';
  content: "\f0c9";
  margin-right: 2px;
  padding-right: 6px;
  border-right: 1px solid #c0d3cf; }

.menu-toggle:after {
  font-family: 'FontAwesome';
  content: "\f002"; }

.menu-toggle.active:before {
  content: "\f00d  CLOSE";
  margin-right: 0;
  padding-right: 0;
  border-right: none; }

.menu-toggle.active:after {
  content: ""; }

.brand {
  display: block;
  padding: 30px 15px 15px;
  text-align: center; }

.brand img {
  max-width: 130px; }

.nav {
  margin: 0; }

.secondary.nav,
.tertiary.nav {
  margin-top: -5px;
  margin-bottom: 10px; }

.nav li,
.nav li a {
  position: relative; }

.nav li a {
  color: #fff !important;
  text-transform: uppercase; }

.secondary.nav li a {
  color: #ddd; }

.tertiary.nav li a {
  padding-left: 25px;
  text-transform: capitalize;
  font-size: 0.9em; }

.nav li:hover,
.nav li:focus,
.nav li.active {
  background: #555; }

.nav li a:hover,
.nav li a:focus,
.nav li.active a {
  background: transparent; }

.primary-link {
  font-weight: bold; }

.toggle-link-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  padding: 5px 15px;
  color: #fff;
  background: transparent;
  border: none;
  outline: none; }

.toggle-link-btn .fa {
  transition: all 0.3s; }

.toggle-link-btn.collapsed .fa {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.tools {
  position: absolute;
  top: 30px;
  right: 15px;
  z-index: 999; }

.screen-quick-links li a {
  font-size: 0.85em;
  text-transform: uppercase; }

.request_home .screen-quick-links li a,
.request_juris-doctor .screen-quick-links li a,
.request_careers .screen-quick-links li a,
.request_academics .screen-quick-links li a,
.request_about-msulaw .screen-quick-links li a, 
.request_admissions .screen-quick-links li a, 
.request_advancement .screen-quick-links li a, 
.request_faculty-staff .screen-quick-links li a, 
.request_engage .screen-quick-links li a, 
.request_students .screen-quick-links li a, 
.request_library .screen-quick-links li a {
  color: #fff; }

@media (max-width: 992px) {
  .tools {
    display: none; }
  .menu #MSUSearchTool #search-tool-box {
    border-color: #fff; }
  .menu #MSUSearchTool #search-tool-box #q {
    color: #fff; }
  .menu #search {
    padding: 0 15px; } }

@media (min-width: 992px) {
  .menu-toggle {
    display: none; }
  .branding {
    max-width: 285px; }
  .brand {
    padding: 80px 110px 30px 15px; }
  .brand img {
    max-width: 100%; }
  .menu #search,
  .quick-menu {
    display: none; }
  .request_home #MSUSearchTool #search-tool-box,
  .request_juris-doctor #MSUSearchTool #search-tool-box,
  .request_careers #MSUSearchTool #search-tool-box,
  .request_academics #MSUSearchTool #search-tool-box,
  .request_about-msulaw #MSUSearchTool #search-tool-box,
  .request_admissions #MSUSearchTool #search-tool-box,
  .request_advancement #MSUSearchTool #search-tool-box,
  .request_faculty-staff #MSUSearchTool #search-tool-box, 
  .request_engage #MSUSearchTool #search-tool-box, 
  .request_students #MSUSearchTool #search-tool-box, 
  .request_library #MSUSearchTool #search-tool-box {
    border-color: #fff; }
  .request_home #MSUSearchTool #search-tool-box #q,
  .request_juris-doctor #MSUSearchTool #search-tool-box #q,
  .request_careers #MSUSearchTool #search-tool-box #q,
  .request_academics #MSUSearchTool #search-tool-box #q, 
  .request_about-msulaw #MSUSearchTool #search-tool-box #q,
  .request_admissions #MSUSearchTool #search-tool-box #q, 
  .request_advancement #MSUSearchTool #search-tool-box #q, 
  .request_faculty-staff #MSUSearchTool #search-tool-box #q, 
  .request_engage #MSUSearchTool #search-tool-box #q,
  .request_students #MSUSearchTool #search-tool-box #q, 
  .request_library #MSUSearchTool #search-tool-box #q {
    color: #fff; }
  .nav li a {
    padding-left: 30px; }
  .tertiary.nav li a {
    padding-left: 40px; } }

/* global */
html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
	background: #18453b;
	font: normal 300 14.6px "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: black;
	overflow-x: hidden;
    overflow-y: auto; /* ??? */
}

.container {
  padding: 0 20px; }

h1, h2, h3, h4 {
  font-weight: normal; }

.dt-published, .p-author {
  font-size: 0.85em; }

.dt-published:before {
  content: "Published on "; }

.p-author:before {
  content: "by "; }

img {
  max-width: 100%; }

.index-listing {
	margin-left: -15px;
  	margin-right: -15px;
}

.index-listing:before, .index-listing:after {
    content: " ";
    display: table;
}

.index-listing:after {
    clear: both;
}

.index-listing .item, .index-listing .faq-item {
	position: relative;
  	min-height: 1px;
 	padding-left: 15px;
  	padding-right: 15px;
}


/* listings */
.index-listing .article a {
  display: block;
  background: url(/assets/img/stock.jpg) no-repeat center;
  background-size: cover;
  margin: 0 0 30px;
  padding: 15px 15px calc( 25% - 15px); }

.featured-listing .article:nth-of-type(5),
.featured-listing .article:nth-of-type(6),
.featured-listing .article:nth-of-type(7),
.featured-listing .article:nth-of-type(8) {
  display: none; }

@media (min-width: 768px) {
	.index-listing .item, .index-listing .faq-item {
		float: left;
	}
	.index-listing .item {
		width: 50%;
	}
	.index-listing .faq-item {
		width: 100%;
	}

/* testing */

.banner h1  {
	font: normal 300 33px "Gotham SSm A", "Gotham SSm B", sans-serif;
	color: white;
	text-shadow: 1.4px 1.4px 2px rgba(0, 0, 0, 0.75);
	text-transform: uppercase;
}

.banner h1 span {
	font: normal 800 43.5px "Gotham SSm A", "Gotham SSm B", sans-serif;
	color: white;
	text-shadow: 1.4px 1.4px 2px rgba(0, 0, 0, 0.75);	
}



.banner .p-summary {
	font: normal 400 9.3px "Gotham SSm A", "Gotham SSm B", sans-serif;
	color: white;
}





}

@media (min-width: 1200px) {
  .featured-listing .article:nth-of-type(5),
  .featured-listing .article:nth-of-type(6) {
    display: block; }
  .index-listing .item, .index-listing .faq-item {
  	float: left;
  }
  .index-listing .item {
  	width: 33.33333%;
  }
  .index-listing .faq-item {
  	width: 100%;
  }


.banner h1  {
	font: normal 300 66px "Gotham SSm A", "Gotham SSm B", sans-serif;
	color: white;
	text-shadow: 1.4px 1.4px 2px rgba(0, 0, 0, 0.75);
	text-transform: uppercase;
}

.banner h1 span {
	font: normal 800 87px "Gotham SSm A", "Gotham SSm B", sans-serif;
	color: white;
	text-shadow: 1.4px 1.4px 2px rgba(0, 0, 0, 0.75);	
}


.banner .p-summary {
	font: normal 400 18.6px "Gotham SSm A", "Gotham SSm B", sans-serif;
	color: white;
}


}

@media (min-width: 1600px) {
  .index-listing .item {
    width: 25%; }
  .index-listing .faq-item {
    width: 100%; }
  .featured-listing .article:nth-of-type(7),
  .featured-listing .article:nth-of-type(8) {
    display: block; } 

.banner h1  {
	font: normal 300 66px "Gotham SSm A", "Gotham SSm B", sans-serif;
	color: white;
	text-shadow: 1.4px 1.4px 2px rgba(0, 0, 0, 0.75);
	text-transform: uppercase;
}


.banner h1 span {
	font: normal 800 87px "Gotham SSm A", "Gotham SSm B", sans-serif;
	color: white;
	text-shadow: 1.4px 1.4px 2px rgba(0, 0, 0, 0.75);	
}


.banner .p-summary {
	font: normal 400 18.6px "Gotham SSm A", "Gotham SSm B", sans-serif;
	color: white;
}


    
    
}

/* views */
.view-content {
  max-width: 100%; /* 1200px */
  margin: 0 auto; }

/* content */
.wrapper {
  position: relative;
  overflow: auto;
  left: -100%;
  width: 200%;
  transition: all 0.3s; }

.wrapper.toggle {
  left: 0; }

.nav-wrapper,
.content-wrapper {
  position: relative;
  float: left; }

.nav-wrapper {
  width: 50%;
  padding: 0;
  background: #18453b; }

.content-wrapper {
  width: 50%;
  padding: 0 15px;
  background: #fff; }

.banner {
  margin: -1px -15px 30px;
  width: 100%;
  width: calc( 100% + 30px);
  background: url(/assets/img/banners/aerial.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: top left !important; }

.request_juris-doctor .banner {
  background: url(/assets/img/banners/Amanda_Hoy.jpg); }

.request_careers .banner {
  background: url(/assets/img/banners/students-desk.jpg); }

.request_academics .banner {
  background: url(/assets/img/banners/student-desk-book-academics.jpg); }

.request_about-msulaw .banner {
  background: url(/assets/img/banners/graduation-about.jpg); }

.request_admissions .banner {
  background: url(/assets/img/banners/students-front-law-college.jpg); }

.request_admit .banner {
  background: url(/assets/img/banners/recent-grad.jpg); }

.request_advancement .banner {
  background: url(/assets/img/banners/students-graduation.jpg); }

.request_faculty-staff .banner {
  background: url(/assets/img/banners/bowman-faculty.jpg); }

.request_engage .banner {
  background: url(/assets/img/banners/students-graduation.jpg); }

.request_students .banner {
  background: url(/assets/img/banners/current-students.jpg); }

.request_library .banner {
  background: url(/assets/img/banners/students-lobby-library.jpg); }

.banner .article {
  display: block;
  width: 100%;
  padding: 150px 30px 30px;
  text-align: right;
  color: #fff;
  text-shadow: 1px 1px 1px #000; }

@media (max-width: 768px) {
  .banner .article span.p-name {
    display: block;
    margin-bottom: 5px; } }

@media (min-width: 992px) {
  #MSUheader {
    width: 300px; }
  .wrapper {
    width: calc( 100% + 300px);
    top: -260px;
    left: 0; }
  .nav-wrapper {
    width: 300px;
    padding-top: 260px; }
  .content-wrapper {
    position: relative;
    width: calc( 100% - 600px);
    min-height: 850px;
    padding: 100px 30px 0; }
  .content-wrapper main {
    padding-bottom: 255px; }
  .request_home .content-wrapper,
  .request_juris-doctor .content-wrapper,
  .request_careers .content-wrapper,
  .request_academics .content-wrapper,
  .request_about-msulaw .content-wrapper,
  .request_admissions .content-wrapper,
  .request_advancement .content-wrapper,
  .request_faculty-staff .content-wrapper,
  .request_engage .content-wrapper, 
  .request_students .content-wrapper, 
  .request_library .content-wrapper {
    padding-top: 0; }
  .banner {
    margin: -1px -30px 30px;
    width: calc( 100% + 60px); }
  .banner .article {
    padding: 50% 60px 60px 30%;
    padding: 50vh 60px 60px 30%; }
  .feature h1 {
    font-size: 4em; } }

/* footer */
.footer {
  position: relative;
  margin: 30px -15px 0;
  padding: 30px 15px;
  background: #18453b; }

.footer,
.footer a,
#MSUstandardFooter,
#standard-footer-content a,
#standard-footer-site-links strong,
.spartans-will {
  color: #fff; }

.msulaw-footer-content {
  font-size: 0.85em;
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15); }

.msulaw-footer-content a {
  text-decoration: underline; }

.msulaw-footer-content .fn {
  text-transform: uppercase; }

#MSUstandardFooter {
  position: relative;
  overflow: auto;
  min-height: 0;
  padding-bottom: 0; }

.spartans-will {
  font-weight: bold; }

#standard-footer-MSU-info a,
#standard-footer-MSU-info .msu-phone {
  color: #aaa;
  font-weight: bold;
  text-decoration: none; }

#standard-footer-content {
  padding: 0 5px; }

#standard-footer-content ul li {
  border-color: #808080; }

@media (min-width: 992px) {
  .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 30px -30px 0;
    padding: 30px; }
  .footer .social-follow {
    position: absolute;
    top: 15px;
    right: 30px;
    margin: 0; } }

/* buttons, tabs and pagers */
.controls {
  margin-bottom: 15px; }

.panel .controls {
  float: right; }

.category-nav {
  float: none;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 1px solid #007E8C; }

.category-nav li a:hover,
.category-nav li a:focus,
.category-nav li.active a {
  background: #007E8C;
  color: #fff; }

.index-link {
  font-weight: bold;
  font-size: 0.85em;
  text-transform: uppercase;
  background: #007E8C;
  padding: 5px 15px; }

.index-link a {
  display: block;
  color: #fff; }

.audience-list {
  margin: 15px 0;
  padding-top: 15px;
  border-top: 1px solid #ccc;
  color: #777;
  font-size: 0.85em; }

.audience-list:before {
  content: "Tagged: "; }

.audience-list li {
  padding: 0; }

.audience-list li:after {
  content: "|";
  margin: 0 3px 0 5px; }

.audience-list li:last-child:after {
  content: "";
  margin-left: 0; }

.breadcrumb {
  display: block;
  margin-bottom: 5px;
  font-size: 0.85em; }

.modal-backdrop {
  z-index: 800; }

.modal-dialog {
  z-index: 900; }

/* social media */
.fa span {
  display: none; }

.social {
  margin: 15px 0; }

.social:before {
  content: "Share: ";
  font-size: 0.85em; }

.social li a {
  display: block;
  font-size: 16px;
  line-height: 24px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  text-align: center;
  color: #fff; }

.social li a:hover,
.social li a:focus {
  opacity: 0.75;
  text-decoration: none; }

.social li a:before {
  font-family: 'FontAwesome'; }

.social .facebook a:before {
  content: "\f09a"; }

.social .twitter a:before {
  content: "\f099"; }

.social li a span {
  display: none; }

.social-follow {
  margin: 1em 0; }

.social-follow ul {
  display: inline-block;
  margin-left: 10px; }

.social-follow .fa {
  font-size: 1.25em;
  width: 34px;
  height: 34px;
  color: #18453b;
  background: #fff;
  line-height: 34px;
  text-align: center;
  border-radius: 100%; }

.social-follow .fa:hover,
.social-follow .fa:focus {
  color: #fff; }

.social-follow .fa-youtube {
  font-size: 1.5em; }

.social .facebook a,
.fa-facebook:hover,
.fa-facebook:focus {
  background: #385699; }

.social .twitter a,
.fa-twitter:hover,
.fa-twitter:focus {
  background: #59a8e0; }

.fa-youtube:hover,
.fa-youtube:focus {
  background: #de2c1c; }

/* forms */
.editable {
  min-height: 34px;
  height: auto; }











.index-listing .article .p-name {
	text-transform: uppercase;
	font: normal 800 26px "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, Geneva, sans-serif;
}



/*
.index-listing .article a {
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
*/

/* the following is according to Redhead's guide */

.index-listing .article a {
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
}





.index-listing .article a:hover {
	opacity: 0.6;
}

.index-listing .article .p-summary {
	font: normal 300 14.6px "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, Geneva, sans-serif;
}



#test1 {
	font: normal 300 26.6px "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
}
	
#test2 {					
	text-align: center;
	font: normal 800 33px "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, Geneva, sans-serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}















label {
	text-transform: uppercase;
}

.btn-warning {
	background-color: #f08521;
}


a {
	font: normal 500 14.6px "Gotham SSm A", "Gotham SSm B", sans-serif;
	color: #18453b;
  	text-decoration: none;
}

a:hover,
a:focus {
  color: #18453b;
  text-decoration: underline;
}



td.time {
    white-space: nowrap;
}

.inline-left {
    float: left; 
    margin-top: 1em;
    margin-right: 1em;  
}

.inline-right {
    float: right; 
   margin-top: 1em;
    margin-left: 1em;
}

/* Forms */
.confirmation-field {
    display: none;
}



/*-  Homelist
----------------------------------------------------------------------*/
#homelist {
    margin-top: 2em;
}

#homelist h2 {
    font-size: .90em;
    font-style: italic;
    line-height: 1em;
}

#homelist ul {
    font-size: .90em;
    list-style-type: none;
    margin-left: 0px;
}



#homelist ul li ul {

/*
list-style-type: square;
margin-left: 10px;
*/

margin-left: 0;
padding-left: .5em;
text-indent: -1em;

}

#homelist ul li ul li:before
{

/*  content: "\0BB \020";*/
    content:"\00bb";
    /*content: '\2713';*/
    margin: 0 .5em;    /* any design */
}