/* Remove Covid Banner */
#uc-emergency {
    display: none !important;
}

/* Global */
body, html { overflow-x: visible; }
h1 {
	 color: #00629b;
}
 h2 {
	 margin-top: 35px;
	 color: #182b49;
}
 h3 {
	 margin-top: 35px;
	 font-size: 21px;
}
h4 {
    margin-top: 40px;
    font-weight: bold;
    text-transform: uppercase;
}
a {
	color: #00629b;
}
blockquote {
    border-left-color: #FFCD00;
    font-style: italic;
}
.navbar-default,
footer {
	background-color: #00629b;
}
ol > li::marker {
  font-weight: bold;
}
.btn {  
    white-space: normal;
}
.btn-primary {
     background-color: #00629b;
	 border-color: #00629b;
	 border-radius: 0;
	 text-decoration: none; 
	 margin-top: 10px;
	 margin-bottom: 20px;
	 border-radius: 8px;
}
.jumbotron .btn-primary {
	 background-color: #00629b;
	 border-color: #00629b;
	 border-radius: 0;
	 text-decoration: none;
}
.btn-primary:hover {
	background-color: #182b49;
	border-color: #182b49;
}
.graphic-full {
    margin-top: 40px;
    margin-bottom: 20px;
	max-width: 100%;
}
.jumbotron-article {
    padding: 30px !important;
    border-radius: 0!important;
}
.jumbotron-article .btn {
    text-transform: none;
    letter-spacing: initial; 
    font-size: 18px;
}
.jumbotron-article .panel-primary {
    border: none;
    background-color: transparent;
    box-shadow: none;
}
.jumbotron.side-image-white .btn-default:hover {
    background-color: #e6b900;
}
.hero-image { 
    margin-top: 12px;
} 
.main-content-nav>ul li.active>ul li a {
	color: #00629b;
}
.table-responsive {
    margin-top: 30px;
}
[href$=".pdf"]:after {
  color: #787878;
  font-size: 12px;
  content: ' (PDF)';
}
[href$=".zip"]:after {
  color: #787878;
  font-size: 12px;
  content: ' (ZIP)';
}
[href$=".pptx"]:after {
  color: #787878;
  font-size: 12px;
  content: ' (PPT)';
}
[href$=".docx"]:after {
  color: #787878;
  font-size: 12px;
  content: ' (DOCX)';
}
a.btn-primary[href$=".pdf"]:after {
  color: #fff;
  font-size: 12px;
  content: ' (PDF)';
}
a.btn-primary[href$=".pptx"]:after {
  color: #fff;
  font-size: 12px;
  content: ' (PPT)';
}
a.btn-primary[href$=".docx"]:after {
  color: #fff;
  font-size: 12px;
  content: ' (DOCX)';
}
a.btn-primary[href$=".zip"]:after {
  color: #fff;
  font-size: 12px;
  content: ' (ZIP)';
}
.form-pages {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 20px;
    border-top: 1px solid #eee;
}
.main-content-nav>ul li a {
    line-height: 1.25em;
}
.navbar-list li a {
    line-height: 1.25em;
}
@media only screen and (min-width: 992px) {
  .main-content-nav { margin-top: 30px;}
}
/* ====== HOME PAGE =========== */
.jumbotron-links {
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.jumbotron-links li {
    list-style-type: none;
}
.jumbotron-links li a {
    text-decoration: underline !important;
}
.jumbotron-links .panel-body {
  padding-left: 0;
}
.jumbotron-links .panel-body ul {
  padding-left: 0;
}

/* ====== CONTACT PAGE ======== */
.contacts {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

/* ====== CAMPUS PROFILE ======== */
#campus-profile section {
  margin: 24px 0;
}
#campus-profile section h2 {
  margin: 6px 0;
  line-height: 1em;
}
#campus-profile section h3 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-bottom: 0.75rem;
}
#campus-profile section img {
    width: 100%;
}
#campus-profile section h3 + table {
  margin-top: -0.9375rem;
}
#campus-profile section p { margin: 1.125rem 0; }
#campus-profile section h3 + p {
  margin-top: 0rem;
}
#campus-profile section h3 + ul {
  margin-top: 0;
}
#campus-profile section .embed-wrapper-16-9 {
  margin-top: 0;
}
#campus-profile section p + table {
  margin-top: -20px;
}
#campus-profile section .btn {
  margin-bottom: 1rem;
}
#campus-profile section p.btn {
  margin-top: 0px;
}
#campus-profile section p.btn a {
  margin-top: 0px;
}
#campus-profile section .src {
  color: #787878;
  font-size: 16px;
}
#campus-profile section .global-rankings {
  margin-top: 0.65rem;
}
#campus-profile table {
  border-collapse: separate;
  border-spacing: 0px 20px;
  width: 100%;
}
#campus-profile table tbody {
  margin-top: -15px;
}
#campus-profile table thead th {
  font-size: 1.125rem;
  line-height: 1.5rem;
  padding: 12px 10px;
}
#campus-profile table td {
  color: #141414;
  /* base size */
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  vertical-align: middle;
  padding: 12px 10px;
}
#campus-profile table td:first-child {
  text-align: right;
  padding-left: 30px;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #00629b;
  width: 120px;
}
@media only screen and (max-width: 639px) {
  #campus-profile table td:first-child {
    width: 33.33%;
  }
}
#campus-profile table td ul {
  margin: 9px 0;
}
#campus-profile table td li {
  color: #141414;
  /* small subheads, notes, etc. */
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
}
#campus-profile table td.table-pdf {
  text-align: center;
  font-size: 1rem;
}
#campus-profile table td.text {
  font-size: 1rem;
  line-height: 1.25rem;
}
#campus-profile table tr {
  background-color: #f2f2f2;
}
#campus-profile table tr:first-child td {
  padding-top: 18px;
}
#campus-profile .link {
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
}
#campus-profile section .embed-wrapper-16-9 {
    margin-top: 0;
}
#campus-profile p.embed-wrapper-16-9, 
#campus-profile .embed-wrapper-16-9 {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin: 24px 0;
}
#campus-profile .embed-wrapper-16-9 iframe, 
#campus-profile .embed-wrapper-16-9 object, 
#campus-profile .embed-wrapper-16-9 embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#campus-profile .btn {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.125rem;
    line-height: 18px;
    color: #ffffff;
    display: inline-block;
    background: #00629b;
    border: none;
    border-radius: 0;
    padding: 10px;
    overflow: visible;
    margin: 0 0 40px 0;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 1rem;
}
#campus-profile .btn a,
#campus-profile .btn a:hover {
  color: #ffffff;
}
#campus-profile .btn:hover {
  background: #004663;
  color: #ffffff;
}

/* ===== ANCHOR TAGS FOR CAMPUS PROFILE =============================== */
div.anchor-div {
  margin: 0;
  padding: 0;
  height: 0;
}
.anchor-div a.anchor {
  position: relative;
  top: 0;
  display: block;
  visibility: hidden;
}
/* ==========================================================================
   STICKY SIDEBAR NAV
   ========================================================================== */

#desk-sideNav.sticky {
  position: fixed;
  overflow-y: auto;
}
#desk-sideNav {
  position: absolute;
  top: 1.875rem;
  width: auto;
  max-width: 262.5px;
  background-color: #f2f2f2;
  padding: 0.5rem 0;
  margin-right: 30px;
  display: none;
}
#desk-sideNav h2 {
    margin-top: 10px;
    font-size: 1.25em;
    margin-left: 15px;
    color: #00629b;
}
.down-arrow-icon img {
  width: 18px;
  height: 9px;
  transition-duration: 0.8s;
  transition-property: transform;
}
.down-arrow-icon {
  float: right;
}
.no-scroll {
  overflow: hidden;
  position: relative;
}
.mobile-dropdown {
  cursor: pointer;
}
.mobile-dropdown > ul {
  display: none;
  position: absolute;
  top: 43px;
  left: 0;
  z-index: 999;
}
.mobile-dropdown-container {
  position: static;
  padding: 0;
  margin: 0;
  width: 100%;
  background-color: #f2f2f2;
}
.mobile-dropdown-container > li {
  margin: 0;
  padding-left: 0;
}
.mobile-dropdown-container > li > a {
  color: #616161;
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.5px;
  display: block;
  padding: 0.75rem 1.5rem 0.75rem 3rem;
}
.mobile-sticky-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  background-color: #f2f2f2;
}
#mobile-sideNav.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}
.mobile-sticky-nav .container {
  padding: 0;
  max-width: 100%;
}
.mobile-sticky-nav .mobile-dropdown {
  padding: 0;
  margin: 0;
  font-weight: bold;
}
.mobile-sticky-nav .mobile-dropdown h2 {
  padding: 0.75rem 1.5rem;
  margin: 0;
  color: #004663;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.mobile-sticky-nav .mobile-dropdown h2:hover,
.mobile-sticky-nav .mobile-dropdown h2:focus,
.mobile-sticky-nav .mobile-dropdown h2:active {
  color: #00629b;
}
.mobile-sticky-nav .mobile-dropdown h3 {
  color: #004663;
  padding: 0.75rem 1.5rem;
  margin: 0;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.mobile-sticky-nav .mobile-dropdown.sub-open {
  padding-bottom: 0;
  margin-bottom: 0;
}
.mobile-sticky-nav .mobile-dropdown-container {
  font-size: 1rem;
  height: calc(100vh - 285px);
  overflow-y: auto;
}
.mobile-sticky-nav.sticky .mobile-dropdown-container {
  height: calc(100vh - 43px);
}
.mobile-sticky-nav .mobile-dropdown-container > li > a:hover,
.mobile-sticky-nav .mobile-dropdown-container > li > a:focus,
.mobile-sticky-nav .mobile-dropdown-container > li > a:active {
  background-color: #ffffff;
  color: #00629b;
  text-decoration: none;
}
.mobile-sticky-nav .sub-menu {
  background-color: #ebebeb;
}
.mobile-sticky-nav .sub-menu li {
  margin: 0;
  border: none;
}
.mobile-sticky-nav .sub-menu li > a {
  color: #141414;
  font-style: normal;
  font-size: 0.8rem;
  font-weight: normal;
  letter-spacing: 0.5px;
  display: block;
  padding: 0.5rem 3rem;
}
.mobile-sticky-nav .sub-menu li > a:hover,
.mobile-sticky-nav .sub-menu li > a:focus,
.mobile-sticky-nav .sub-menu li > a:active {
  background-color: #ffffff;
}
.mobile-sticky-nav ul {
  padding: 0;
  margin: 0;
  font-size: 1.25rem;
  list-style-type: none;
}
.mobile-sticky-nav ul > li {
  padding: 0;
  border-bottom: 0;
  font-weight: 600;
}
.setHeight {
  height: calc(100vh - 7.5rem);
  overflow-y: auto;
}
.sticky-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sticky-links li {
  margin: 0;
}
.sticky-links li a {
  display: block;
  padding: 12px 1rem;
  margin: 0 1.875rem;
  color: #616161;
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 20px;
}
.sticky-links li > a:hover,
.sticky-links li > a:focus,
.sticky-links li > a:active {
  text-decoration: none;
  color: #00629b;
  background-color: #fff;
}
.sticky-links .last-sticky {
  border-bottom: 1px solid #ffcd00;
  padding-bottom: 0.7rem;
}
.sticky-links .pdfs {
  padding-top: 0.7rem;
}
.sticky-nav h3 {
  font-size: 1rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0;
  padding: 1rem 1.875rem 0.37rem 1.875rem;
}
.sticky-nav h3:nth-child(1) {
  padding: 1rem 1.875rem 0.37rem 1.875rem;
  margin: -0.5rem 0 0 0;
}
.sticky-nav .sub-menu {
  margin: 0;
}
.sticky-nav .sub-menu li {
  list-style-type: none;
}
.sticky-nav .sub-menu li:last-of-type {
  padding-bottom: 0;
}
.sticky-nav .sub-menu li a {
  padding: 0.25rem 1rem;
  margin: 0 1.875rem 0 2.5rem;
  font-size: 0.8rem;
  font-weight: 100;
  text-transform: none;
}
.sub-open .down-arrow-icon img {
  transform: rotate(180deg);
  transition-duration: 0.8s;
  transition-property: transform;
}
@media only screen and (min-width: 40em) {
  .sticky-container {
    width: 30%;
    max-width: 294px;
    padding-right: 1.5rem;
  }
  .sticky-links {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 992px) {
  #desk-sideNav {
    display: block;
  }
  #desk-sideNav.sticky-nav.unstuck {
    position: absolute;
    top: auto;
    bottom: 3rem;
    overflow-y: auto;
  }
  #desk-sideNav.sticky {
     max-width: 212.5px;
  }
  .sticky-container {
    width: 212.5px;
  }
  .mobile-sticky-nav {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  #desk-sideNav.sticky {
    top: 30px;
    max-width: 262.5px;
  }
  .sticky-container {
    width: 262.5px;
  }
}
@media only screen and (min-width: 75em) {
  .sticky-links {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 78.125em) {
  .sticky-container {
    width: 330px;
    max-width: 330px;
  }
}

