@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  min-width: 320px;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

::-moz-selection, ::selection {
  color: #fff;
  background: #011b6e;
}

body, html {
  font-size: 16px;
  line-height: 1.6em;
  font-family: "muli", sans-serif;
  font-weight: 400;
  color: #555;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

a, a:visited {
  text-decoration: none;
  outline: 0;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

p a, p a:visited {
  line-height: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  font-family: "copperplate", serif;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

small {
  font-size: 85%;
}

sup {
  font-size: 75%;
  vertical-align: super;
  line-height: 1;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main {
  flex: 1 0 auto;
}

.no-touch a[href^="tel:"], .noLink, a[href^="tel:"] {
  pointer-events: none;
  cursor: text;
  text-decoration: none !important;
  color: #444;
}

.text-center {
  text-align: center;
}

.container {
  margin: 0 auto;
  position: relative;
  padding: 0;
  width: 96%;
  max-width: 1200px;
  z-index: 1;
}

#sapper {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.smallwrap {
  margin: 0 auto;
  max-width: 900px;
}

.bigfont {
  font-size: 1.3em;
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.hidden {
  display: none !important;
}

.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.sr-only.focusable:active, .sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

.col12 {
  width: 48%;
}

.col23 {
  width: 65.333%;
}

.col13 {
  width: 30.666%;
}

.col40 {
  width: 40%;
}

.col60 {
  width: 60%;
}

.row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nowrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.row-reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.itemcenter {
  align-items: center;
}

.justify {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.contentcenter {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.spaceBottom {
  position: relative;
  padding-bottom: 60px;
}

.spaceTop {
  position: relative;
  padding-top: 60px;
}

.editor.title h2 {
  font-size: 2em;
  line-height: 1;
  margin-top: 0;
  color: #184098;
}

.header {
  position: relative;
  width: 100%;
  z-index: 11;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}

.logo a {
  width: 150px;
  display: inline-block;
}

.socialIcons {
  position: absolute;
  right: 0;
  top: 10px;
  background-color: #f4f4f4;
  border-radius: 20px;
  padding: 10px;
  width: 230px;
  z-index: 1;
}

.socialIcons a, .socialIcons .search {
  color: #555;
  padding: 0px 10px;
  line-height: 1em;
  cursor: pointer;
}

.socialIcons a:not(:last-child) {
  border-right: 1px solid #ccc;
}

.socialIcons i {
  font-size: 10px;
  line-height: 1em;
}

.socialIcons a.facebook {
  color: #4e6cb4;
}

.socialIcons a.instagram {
  color: #e95950;
}

.socialIcons a:hover {
  color: #011b6e;
}

/*search*/

/* .search {
  width: 36px;
  height: 36px;
  font-size: 8px;
  padding: 7px 9px;
  color: #7c0e15;
  position: absolute;
  border-radius: 50%;
  border: 1px solid;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
  right: 0;
  background-color: #ffffff;
  top: 15px;
} */

.search.open {
  color: #184098;
}

.search.open:after {
  left: inherit;
  bottom: -10px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  border-width: 8px;
  border-bottom-color: #184098;
  margin-left: -8px;
  position: absolute;
  pointer-events: none;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

/*search form*/
#search {
  position: absolute;
  z-index: 12;
  right: 0;
  top: 50px;
  width: 280px;
  padding: 7px;
  background-color: #184098;
}

.search-bar .button {
  display: none;
}

.search-bar .input {
  width: 100%;
  padding: 0 10px;
  border: none;
  height: 40px;
  outline: none;
  font-size: 16px;
  color: #555;
  background-color: #fff;
}

.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.banner img {
  width: 100%;
}

.banner:after {
  background-color: black;
  opacity: 0.25;
}

.bannertext {
  position: absolute;
  right: 0;
  left: 0;
  width: 90%;
  margin: auto;
  bottom: 2em;
  z-index: 3;
  color: white;
  max-width: 650px;
}

.editor.bannertext h1, .editor.bannertext h2, .editor.bannertext h3 {
  font-size: 2.2em;
  color: #fff;
}

.editor.bannertext .btn a {
  color: #011b6e;
}

.banner:after, .infographicWrap:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}

.sec-title {
  position: relative;
}

.sec-title:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 5px;
  background-color: #fec310;
  margin: 0 auto;
  bottom: -10px;
  left: 0;
  right: 0;
}

.slesWrap .sle {
  width: 33.33%;
  padding-left: 30px;
  padding-right: 30px;
}

.slesWrap .sle i {
  display: inline-block;
  color: #011b6e;
  font-size: 1.6em;
}

.slesWrap .sle:not(:last-child) {
  border-right: 1px solid #dcdcdc;
}

.divisionWrap {
  background-color: #f4f4f4;
}

.divisionWrap a {
  background-color: white;
  font-size: 1.3em;
  width: 31.333%;
  margin: 0 1%;
  padding: 15px;
  box-shadow: 7px 0 10px 3px rgba(0, 0, 0, 0.1);
}

.divisionWrap a:nth-child(2n) {
  margin-top: 40px;
  margin-bottom: -40px;
}

.divisionWrap a p {
  padding-top: 15px;
}

.divisionWrap .row {
  padding-top: 20px;
  padding-bottom: 30px;
}

.infographicWrap {
  background-color: #011b6e;
  position: relative;
  color: white;
  background-size: cover;
  background-position: center;
}

.infographicWrap:after {
  background-color: #011b6e;
  opacity: 0.7;
}

.infographics>article, .infographics .infographic {
  width: 25%;
  padding: 30px 15px;
}

.infographics>article:not(:last-child), .infographics .infographic:not(:last-child) {
  border-right: 2px solid #fec310;
}

.infographics i {
  font-size: 2em;
  margin-right: 10px;
}

.editor .infographics h2 {
  font-size: 3em;
  color: #fec310;
}

.infographics p {
  margin-top: 15px;
}

.galleryWrap {
  background-color: #f4f4f4;
}

.galleryWrap article {
  width: calc(25% + 30px);
  border: 15px solid #fff;
  box-shadow: 7px 0 10px 3px rgba(0, 0, 0, 0.1);
  position: relative;
  margin: 0 -15px;
  z-index: 2;
  display: flex;
  align-items: center;
  background-color: #fff;
}

.galleryWrap article:nth-child(2n) {
  margin-top: 40px;
  z-index: 1;
  margin-bottom: -40px;
}

.galleryWrap .row {
  padding: 20px 15px 30px;
}

.galleryWrap article:first-child {
  background-color: #011b6e;
  color: white;
  padding: 30px;
  text-align: left;
}

.announcementWrap.editor .col23 h3 {
  margin-bottom: 0;
  margin-top: 0;
}

.announcementWrap>section {
  margin-top: 50px;
}

.announcementWrap .date {
  color: #a5a5a5;
}

.announcementWrap .noan {
  padding-top: 40px;
}

.announcementWrap .single {
  margin-bottom: 30px;
}

.announcement>section {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 3px solid #f3f6fc;
}

.announcement>section:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.announcement .leftimg img {
  box-shadow: none;
}

/* ~~~~~~~~~~ */
.sponsorsWrap .splide__slide>div {
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 0.04);
  padding: 7px;
  margin: 5px;
  text-align: center;
}

.sponsorsWrap .splide__slide i {
  color: #e9b452;
}

.sponsorsWrap .splide__pagination, .sleWrap .splide__pagination {
  position: relative;
  bottom: inherit;
}

.sponsorsWrap .splide__pagination li, .sleWrap .splide__pagination li {
  margin: 5px;
}

.splide__pagination .splide__pagination__page {
  width: 15px;
  height: 15px;
}

.sponsorsWrap .splide__pagination__page.is-active {
  background-color: #333;
}

/* .events .glEvent {
  width: 25%;
  padding: 20px 16px;
  background-color: rgba(24, 64, 152, 1);
  color: #fff;
  margin: 20px 0;
}

.events .glEvent:nth-child(2) {
  background: rgba(24, 64, 152, 0.9);
}

.events .glEvent:nth-child(3) {
  background: rgba(24, 64, 152, 0.8);
}

.events .glEvent:nth-child(4) {
  background: rgba(24, 64, 152, 0.7);
}

.events .glEventDate {
  font-size: 1.4em;
  margin-bottom: 10px;
  font-weight: 700;
}

.events .glEventTitle {
  line-height: 1.2em;
} */
.footer {
  position: relative;
  background-color: #011b6e;
  font-size: 0.9em;
  line-height: 1.3em;
  color: white;
  border-top: 7px solid #fec310;
}

.footer:after {
  content: "";
  position: absolute;
  background-image: url(dark-paths.png);
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0.7;
  background-size: 40%;
}

.footer .container>div {
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer .container>.acc {
  width: 32%;
}

.footer strong {
  font-size: 1.1em;
}

.footer.editor a {
  color: white;
}

.footer .accLogos a:not(:first-child) {
  margin-left: 15px;
}

.footer .accLogos img {
  height: 65px;
}

.footer .container>.copyright {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  border-top: 1px solid #fec310;
}

.footer .copyright span {
  padding: 0 10px;
}

h1 {
  font-size: 2.2em;
  line-height: 1.1em;
  margin-bottom: 20px;
  z-index: 1;
  position: relative;
  color: #011b6e;
}

.editor h2 {
  font-size: 1.5em;
  margin: 15px 0;
  line-height: 1.1em;
  color: #184098;
}

.editor h3 {
  font-size: 1.4em;
  margin: 15px 0;
  color: #184098;
}

.editor h4 {
  font-size: 1.2em;
  margin: 15px 0;
}

.editor h5 {
  font-size: 1.1em;
  margin: 25px 0 10px;
}

.editor h6 {
  font-size: 1em;
  margin: 15px 0;
}

.editor ul, .editor ol {
  margin: 15px 0 15px 5px;
}

.editor ul li, .editor ol li {
  margin-bottom: 8px;
  list-style-type: disc;
  padding: 0;
  margin-left: 20px;
  display: list-item;
}

.editor ul li li {
  list-style-type: circle;
}

.editor ol li {
  list-style-type: decimal;
}

.editor ol ul {
  margin-top: 10px;
}

.editor table {
  margin: 10px 0 10px 0;
  font-size: 0.9em;
  color: #333;
  background: #fff;
}

.editor table th {
  padding: 5px;
  text-align: left;
  font-size: 1em;
  background-color: #011b6e;
  border: 1px solid #cbd9ef;
  color: #ffffff;
}

.editor table td {
  padding: 5px;
  text-align: left;
  border: 1px solid #cbd9ef;
}

.editor table tr:nth-child(2n+1) td {
  background-color: #e7ecf6;
}

.editor table.noborder td, .editor table.noborder tr:nth-child(2n+1) td {
  border: none;
  background-color: transparent;
}

.editor table a {
  word-break: break-word;
}

.editor a {
  color: #184098;
  text-decoration: none;
  cursor: pointer;
}

.editor a:hover {
  color: #fec310;
  text-decoration: none;
}

.editor table th a {
  color: #cbdbe6;
}

.editor table th a:hover {
  color: #fff;
}

.editor p:not(:last-child) {
  margin-bottom: 15px;
}

.editor hr {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
  margin: 30px 0;
  border: 0px;
  border-top: 3px solid #f3f6fc;
}

.fulltable {
  width: 100%;
}

.mobiTable {
  overflow-x: auto;
}

.content.editor a {
  text-decoration: underline;
}

.content.editor a:hover {
  text-decoration: none;
}

.editor .btn a, .btn a {
  position: relative;
  padding: 10px 20px;
  margin-top: 15px;
  background-color: #fec310;
  color: #011b6e;
  display: inline-block;
  text-decoration: none;
  border-radius: 25px;
  text-transform: uppercase;
  font-weight: 600;
}

.editor .btn a:hover, .btn a:hover {
  background-color: #5669ff;
  color: #fff;
}

.editor .btn a:not(:last-child) {
  margin-right: 10px;
}

.editor .leftimg {
  float: left;
  margin: 10px 40px 20px 0;
  max-width: 35%;
  position: relative;
  z-index: 3;
}

.editor .rightimg {
  float: right;
  margin: 10px 0px 20px 40px;
  max-width: 35%;
}

.rightimg img, .leftimg img {
  padding: 10px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
}

/* Inner page ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.pagetitle.editor {
  background-color: #011b6e;
  border-top: 7px solid #fec310;
  position: relative;
}

.pagetitle>.row {
  min-height: 100px;
}

.pagetitle.editor h1 {
  margin-bottom: 0px;
  color: #fff;
}

.innerBanner {
  padding-top: 10px;
}

.innerBanner img {
  width: 100%;
}

.contentWrap {
  width: calc(100% - 340px);
}

.content {
  padding: 30px 0px;
  position: relative;
  min-height: 350px;
}

.sidebar {
  width: 300px;
  background-color: #f6f6f6;
  padding: 20px;
  align-self: flex-start;
}

.editor .sidemenu, .editor .sidemenu ul {
  margin: 0;
}

.editor .sidemenu li {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}

.editor .sidemenu>li {
  display: none;
}

.editor .sidemenu>li.active {
  display: block;
}

.editor .sidemenu ul li ul {
  margin-left: 20px;
}

.editor .sidemenu a {
  display: block;
  color: #333;
  padding: 5px 0 5px 15px;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.editor .sidemenu li li a:before {
  content: "";
  top: 14px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  background-color: #444;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  transition: 0.4s all;
}

.editor .sidemenu li li li a:before {
  background-color: transparent;
  border: 1px solid;
}

.editor .sidemenu li a:hover, .editor .sidemenu li.active>a {
  color: #fec310;
}

.editor .sidemenu li.active>a:before, .editor .sidemenu li a:hover:before {
  background-color: #fec310;
}

.editor .sidemenu>li>a, .editor .sidemenu>li.active>a {
  color: #22267d;
  padding-bottom: 5px;
  font-size: 1.3em;
  font-weight: 500;
  margin-bottom: 7px;
  padding-left: 0;
}

.twocolumn {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}

.editor.content .staff>* {
  padding: 10px;
  width: calc(33.33% - 10px);
  margin: 0 5px 15px;
  border: 1px solid #eee;
  text-decoration: none;
  line-height: 1.2;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  word-break: break-word;
}

.editor.content .staff>article:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 10px rgba(130, 130, 130, 0.12);
}

.staff .name {
  margin-top: 15px;
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 1.1em;
  color: #011b6e;
  display: block;
}

.staff strong {
  display: block;
  font-size: 0.85em;
}

.staff img {
  display: block;
  margin: auto;
}

.editor.content .staff a {
  font-size: 0.9em;
  padding-top: 5px;
}

.staffdetail {
  width: 100%;
  display: none;
}

.staffdetail .thumb {
  float: left;
  width: 200px;
  margin-right: 25px;
  margin-bottom: 15px;
  display: block;
  border-radius: 50%;
}

.staffdetail.editor h2 {
  font-size: 1.5em;
  margin-top: 0;
  color: #135380;
}

.editor .academics-wrap h2 {
  margin-top: 0;
}

.academics-wrap>article {
  padding: 30px;
  position: relative;
  color: #333;
}

.academics-wrap>article>section:last-child {
  width: calc(100% - 170px);
}

.academics-wrap>article:nth-child(even) {
  color: #333;
  background-color: #f5f5f5;
}

.academics-wrap img {
  width: 130px;
}

.academics-wrap.editor h2 {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 5px;
}

/* Navigation */
.nav {
  padding-top: 50px;
}

.topmenu.menu {
  position: absolute;
  right: 235px;
  top: 8px;
  font-size: 0.9em;
}

.menu, .menu>li, .flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.menu li a {
  color: #184098;
  margin: 0;
}

.menu>li {
  font-weight: 600;
  position: relative;
}

.menu>li>a {
  padding: 0 10px;
  position: relative;
  line-height: 44px;
  font-size: 1.05em;
}

.menu ul {
  width: 180px;
  padding: 0;
  position: absolute;
  left: 0px;
  top: 100%;
  display: none;
  z-index: 15;
  background-color: white;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}

.menu>li:hover>ul {
  display: block;
}

.menu>li li:hover>ul {
  left: 100%;
  top: 0;
  display: block;
}

.menu>li:last-child>ul {
  left: inherit;
  right: 0;
}

.menu li ul li {
  width: 100%;
  padding: 0px;
  position: relative;
  border-bottom: 1px solid rgba(237, 241, 253, 1);
}

.menu ul li:last-child {
  border-bottom: none;
}

.menu li ul li a {
  display: block;
  padding: 8px 10px;
  font-size: 0.9rem;
  line-height: 1.3em;
}

.menu>li.active>a, .menu>li:hover>a, .menu li:hover li>a:hover, .menu li:hover li:hover>a, .menu li.active li.active>a, .menu ul li:hover li:hover>a:hover, .menu li.active li.active li.active>a {
  color: #fec310;
}

#menu-trigger {
  display: none;
}

.menu #student-life>ul {
  width: inherit;
}

.menu #student-life:hover>ul {
  display: flex;
  justify-content: space-between;
}

.menu #student-life>ul>li {
  flex-basis: 0;
  flex-grow: 1;
}

.menu>li#student-life li:hover>ul {
  animation: none;
}

.menu #student-life>ul>li>a {
  font-size: inherit;
}

.menu #student-life>ul>li:last-child {
  margin-left: 10px;
  border-bottom: 1px solid rgba(237, 241, 253, 1);
}

.menu #student-life>ul li ul, .menu #student-life>ul li:hover>ul {
  width: 180px;
  position: relative;
  display: block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  top: inherit;
  left: inherit;
  right: inherit;
  padding-left: 10px;
}

.img-cover {
  position: relative;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  display: block;
  border: 1px solid #184098;
  padding: 10px;
}

.image-for-size {
  width: 100%;
  height: 100%;
}

.actual-image {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  object-fit: contain;
  position: absolute;
  top: 10px;
  left: 10px;
}

.socialIcons a:first-of-type {
  display: none;
}

@media screen and (max-width:1199px) {
  .menu>li>a {
    padding: 0 6px;
    font-size: 1em;
  }

  .galleryWrap article:first-child {
    padding: 20px;
  }

  .footer .container>div {
    width: 30%;
  }

  .footer .accLogos img {
    height: 55px;
  }
}

@media screen and (max-width:1080px) {
  .socialIcons a:first-of-type {
    display: block;
  }

  a[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer;
    color: #184098;
  }
}

@media screen and (max-width:1023px) {
  .socialIcons {
    position: relative;
    right: inherit;
    top: inherit;
  }

  #search {
    left: 0;
  }

  .spaceTop {
    padding-top: 45px;
  }

  .spaceBottom {
    padding-bottom: 45px;
  }

  .slesWrap .sle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .infographics i {
    font-size: 1.7em;
    margin-right: 0px;
  }

  .editor .infographics h2 {
    width: 100%;
  }

  .infographics p {
    margin-top: 0;
  }

  .galleryWrap .row {
    padding: 20px 10px 30px;
  }

  .galleryWrap article {
    width: calc(25% + 20px);
    border-width: 10px;
    margin: 0 -10px;
  }

  .galleryWrap article:first-child {
    padding: 10px;
    font-size: 0.9em;
  }

  .sidebar {
    width: 240px;
  }

  .contentWrap {
    width: calc(100% - 270px);
  }

  .editor.content .staff>* {
    width: calc(50% - 10px);
  }

  .academics-wrap>article {
    padding: 20px;
  }

  .academics-wrap img {
    width: 100px;
  }

  .academics-wrap>article>section:last-child {
    width: calc(100% - 130px);
  }

  .nav {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 5;
    padding-top: 0px;
    background-color: #011b6e;
    -webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3);
    width: 288px;
  }

  .topmenu.menu {
    position: relative;
    right: inherit;
    top: inherit;
    font-size: 1em;
  }

  .menu, .nav.showMobiNav {
    display: block;
  }

  .menu>li {
    margin: 0;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .menu li a {
    line-height: 1.3em;
    text-align: left;
    position: relative;
    display: block;
    margin-left: 40px;
    padding: 10px 10px 10px 0px;
    color: #fff;
    background-color: transparent;
    border-radius: 0;
  }

  .menu li ul li {
    border-bottom: none;
  }

  .menu li ul li a {
    padding: 6px 6px 6px 0px;
    color: #fff;
    line-height: 1.3em;
    margin-bottom: 0;
  }

  .menu ul, .menu>li>ul, .menu>li li:hover>ul, .menu>li:hover>ul, .menu #student-life:hover>ul, .menu #student-life>ul li ul, .menu #student-life>ul li:hover>ul {
    display: block;
    width: inherit;
    position: relative;
    left: inherit;
    top: inherit;
    right: inherit;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: inherit;
  }

  .menu ul, .menu #student-life>ul li ul, .menu #student-life>ul li:hover>ul {
    padding-left: 20px;
  }

  .menu #student-life>ul>li:last-child {
    margin-left: 0px;
    border-bottom: none;
  }

  .menu>li:hover>a, .menu>li.active>a, .menu li ul li:hover>a, .menu li:hover li>a:hover, .menu li:hover li:hover>a, .menu ul li:hover li:hover>a:hover, .menu li.active li.active li.active>a, .menu li ul li:hover ul li:hover>a, .menu li.active li.active>a {
    color: #fec210;
    background-color: transparent;
  }

  .menu li .droparrow {
    position: absolute;
    top: 0;
    left: -40px;
    width: 40px;
    height: 100%;
    cursor: pointer;
  }

  .menu li .droparrow:after, .menu li .droparrow:before {
    top: 50%;
    content: " ";
    height: 2px;
    width: 8px;
    position: absolute;
    background-color: #fff;
    pointer-events: none;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }

  .menu li .droparrow:after {
    right: 14px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .menu li .droparrow:before {
    left: 13px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menu li .droparrow.open:after {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menu li .droparrow.open:before {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #menu-trigger {
    display: block;
    position: relative;
    z-index: 11;
    width: 36px;
    height: 36px;
    cursor: pointer;
    margin-left: 7px;
  }

  #menu-trigger span, #menu-trigger span:before, #menu-trigger span:after {
    position: absolute;
    width: 30px;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #011b6e;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  #menu-trigger span {
    top: 50%;
    margin: -1px auto auto;
    display: block;
    font-size: 0px;
  }

  #menu-trigger span:after {
    top: 7px;
    content: "";
  }

  #menu-trigger span:before {
    top: -7px;
    content: "";
  }

  .showMobiNav#menu-trigger span {
    background-color: transparent;
  }

  .showMobiNav#menu-trigger span:before {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
    top: 0;
    left: 0;
  }

  .showMobiNav#menu-trigger span:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
    top: 0;
    left: 0;
  }
}

@media screen and (max-width:767px) {
  body, html {
    font-size: 15px;
    line-height: 1.4em;
  }

  h1, .title.editor h2, .editor.bannertext h1, .editor.bannertext h2, .editor.bannertext h3 {
    font-size: 1.8em;
  }

  .logo {
    width: 100%;
    text-align: center;
  }

  .header {
    padding-bottom: 10px;
  }

  .bannertext {
    position: relative;
    right: inherit;
    left: inherit;
    bottom: inherit;
    width: 100%;
    max-width: inherit;
    padding: 1em;
    background-color: #011b6e;
  }

  .banner:after {
    display: none;
  }

  .spaceTop {
    padding-top: 30px;
  }

  .spaceBottom {
    padding-bottom: 30px;
  }

  .container {
    width: calc(100% - 30px);
  }

  .slesWrap .sle:not(:last-child) {
    border-bottom: 1px solid #dcdcdc;
    border-right: none;
  }

  .slesWrap .sle {
    width: 100%;
    padding: 20px 0;
  }

  .divisionWrap .row {
    padding-top: 0;
  }

  .divisionWrap a {
    padding: 10px;
  }

  .infographics>article, .infographics .infographic {
    width: 50%;
    padding: 15px;
  }

  .infographics>article:not(:last-child), .infographics .infographic:not(:last-child) {
    border-right: none;
  }

  .galleryWrap .row {
    padding: 0;
  }

  .galleryWrap article {
    width: calc(50% - 20px);
    margin: 10px;
    box-shadow: 0px 0 10px 0px rgb(0 0 0 / 10%);
  }

  .galleryWrap article:nth-child(2n) {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .announcementWrap {
    text-align: center;
  }

  .announcementWrap .col13 img {
    max-width: 200px;
  }

  .footer {
    text-align: center;
  }

  .footer .container>div, .footer .container>.acc {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .editor.footer .fmenu {
    display: inline-block;
    text-align: left;
    margin: 0;
  }

  .content {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .col12, .col23, .col13 {
    width: 100%;
  }

  .col12+*, .col13+*, .col23+* {
    margin-top: 15px;
  }

  .twocolumn {
    -moz-column-count: inherit;
    -webkit-column-count: inherit;
    column-count: inherit;
  }

  .editor table td a {
    word-break: break-word;
  }

  .editor .leftimg, .editor .rightimg {
    float: none;
    margin: 15px auto;
    max-width: 400px;
    text-align: center;
  }

  .sidebar, .contentWrap {
    width: 100%;
  }

  .sidebar {
    margin-top: 20px;
  }

  .pagetitle>.row {
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width:479px) {
  body, html {
    font-size: 14px;
  }

  .divisionWrap .row {
    padding-bottom: 0px;
  }

  .divisionWrap a:nth-child(2n) {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .divisionWrap a {
    width: 100%;
    margin-bottom: 20px;
  }

  .divisionWrap a:last-child {
    margin-bottom: 0;
  }

  .infographics>article, .infographics .infographic {
    padding: 10px;
  }

  .editor .infographics h2 {
    font-size: 2.5em;
  }

  .galleryWrap article {
    width: 100%;
    margin: 10px 0;
  }

  .editor.content .staff>* {
    width: 100%;
    margin: 0 0 15px;
  }

  .academics-wrap>article {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .academics-wrap img {
    width: 80px;
    margin-bottom: 10px;
  }

  .academics-wrap>article>section:last-child {
    width: 100%;
  }
}

@media print {
  body {
    font: 13pt Georgia, "Times New Roman", Times, serif;
    line-height: 1.3;
    background: #fff;
    color: #000;
  }

  h1 {
    font-size: 24pt;
  }

  h2, h3, h4 {
    font-size: 14pt;
  }

  a, blockquote, table, pre {
    page-break-inside: avoid;
  }

  h1, h2, h3, h4, h5, h6, img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  ul, ol, dl {
    page-break-before: avoid;
  }

  a:link, a:visited, a {
    color: #520;
    font-weight: bold;
    text-decoration: underline;
  }

  .logo img {
    width: 200px;
  }
}