/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
#checkbox {
  display: none;
}
.square {
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid black;
  transition: all 0.75s 0.25s;
  transform: rotate(0);
}
#checkbox:checked + .square {
  transform: rotate(180deg);
}
.facility-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
  align-items: stretch;
  align-content: flex-start;
  gap: 15px;
}
.facility {
  flex-basis: 400px;
  flex-grow: 0;
  border: 1px solid #d7d7d7;
  padding: 5px;
}
.collapsible {
  cursor: pointer;
}
.collapsible h4 {
  font-weight: bold;
}
.content {
  display: none;
}
#jevents_body div.event_legend_item {
  min-width: 100px;
}
#jevents_body #jev_maincal.jev_listview .jev_daysnames {
  background-color: #5c7a9d;
  border-width: 0px;
  padding: 10px;
  height: auto;
  line-height: 1em;
  color: #ffffff;
  font-size: 1em;
  font-weight: normal;
  width: 100%;
}
div.event_legend_name a {
  font-weight: normal;
}
a.ev_link_row:link, a.ev_link_row:visited, a.ev_link_row:hover {
  font-size: 1.2em;
  color: #002147;
  font-weight: bold;
}
#jevents_body ul.ev_ul li.ev_td_li {
  padding-left: 7px;
}
ul.ev_ul {
  margin: 10px 0px;
}
#jev_maincal {
  margin: 15px -1px 15px -1px;
  background-color: #ffffff;
  border: 0px solid #ddd;
}
#jevents_body .jev_listview .jev_listrow li {
  background: none;
  padding-left: 0px;
  margin: 10px 0px;
}
#jevents_body .event_legend_container {
  border: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.jev_toprow div.currentmonth {
  font-size: 1.2em;
  padding: 10px;
}
#jevents_body .jev_toprow div.nextmonth a {
  font-size: 1.2em;
  font-weight: bold;
  padding-right: 18px;
}
#jevents_body .jev_toprow div.previousmonth a {
  font-size: 1.2em;
  font-weight: bold;
  padding-left: 18px;
}
#jevents_body div.event_legend_name {
  border-left: 4px solid #ffffff;
  border-top: 0px;
  border-right: 0px;
  border-bottom: 1px solid #ffffff;
  padding: 0px 4px 0px 4px;
  margin-top: 20px;
}
#jevents_body div.event_legend_item {
  padding: 0px;
}
#jevents_body .cal_today a.cal_daylink {
  background-color: #5c7a9d;
  border-radius: 0px;
  padding: 8px 6px;
}
#jevents_body .cal_today a.cal_daylink:hover {
  background-color: #5c7a9d;
  border-radius: 0px;
  padding: 8px 6px;
  border: 0px;
  color: #ffffff;
}
#jevents_body .month_cell_st {
  padding: 0px;
  background-color: #ffffff;
}
.jev_toprow div.previousmonth {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.jev_toprow div.nextmonth {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.jev_toprow div.previousmonth, .jev_toprow div.nextmonth {
  padding: 10px;
  background-color: #7a96b5;
  border: 0px solid #ffffff;
  min-height: 46px;
}
.jev_toprow div.currentmonth {
  width: 50%;
  background-color: #5c7a9d;
  border: 0px solid #5c7a9d;
  color: #ffffff !important;
  min-height: 46px;
}
#lightbox {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
#lightbox.active {
  display: flex;
  justify-content: center;
  align-items: center;
}
#lightbox img {
  max-width: 90%;
  max-height: 80%;
  padding: 4px;
  background-color: black;
  border: 2px solid white;
}
.lb {
  cursor: pointer;
}
.caption {
  font-size: 90%;
  margin: 10px 0px;
  text-align: left !important;
  border-bottom: 1px solid #d7d7d7;
}
.bmenu-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: space-around;
  gap: 15px;
}
.bmenu-box {
  color: #ffffff;
  border-width: 0px;
  font-size: 1.1em;
  font-weight: normal;
  margin-bottom: 10px;
  padding: 10px;
  text-decoration: none;
}
.bmenu-box:hover {
  color: #d7d7d7;
  text-decoration: underline;
}
.bmenu {
  color: #ffffff;
  border-width: 0px;
  font-size: 1.1em;
  font-weight: normal;
  margin-bottom: 10px;
  padding: 10px;
  text-decoration: none;
}
.bmenu:hover {
  color: #d7d7d7;
  text-decoration: underline;
}
.bcontact {
  color: #ffffff;
  border-width: 0px;
  font-size: 0.9em;
  font-weight: normal;
  margin-bottom: 10px;
  padding: 10px 0px;
  text-decoration: none;
  line-height: 1.7;
}
.bcontact:hover {
  color: #d7d7d7;
  text-decoration: underline;
}
.search-sjcl {
  margin: 0px 0px -20px 0px;
}
.sticky {
  position: fixed;
  top: 0;
}
figure {
  margin: 0px;
  padding-bottom: 20px;
}
table {
  border: 0px;
}
td {
  border: 0px;
  padding: 5px 0px;
}
th {
  background: none;
  color: #002147;
  padding: 5px 0px;
}
tbody tr {
  border-bottom: 1px solid #d7d7d7;
}
tfoot {
  border: 0px;
}
.class-master-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
  gap: 30px 5px;
}
.class-container {
  display: flex;
  flex-basis: 250px;
  flex-grow: 1;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: center;
  align-items: stretch;
  align-content: flex-start;
  padding: 0px 10px;
}
.class-item {
  width: 100%;
  align-self: flex-start;
  letter-spacing: 1px;
}
.year-font {
  font-size: 2rem;
  font-family: georgia, serif;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 15px;
  padding-top: 50px;
  color: #002147;
}
.banneritem .clr {
  display: inline;
}
.mobile-apply {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 17rem;
  background: #4871a3;
  color: #ffffff;
  text-align: center;
  font-weight: normal;
  padding: 15px;
  font-size: 1.2rem;
  font-family: georgia, serif;
}
.mobile-apply:hover {
  background: #999999;
}
.sjcl-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}
.sjcl-box {
  flex-grow: 1;
  flex-basis: 300px;
  border: 1px solid #d7d7d7;
  background: linear-gradient(#f0f3f7, #fff);
  color: #002147;
  text-align: center;
  padding: 15px;
  font-weight: normal;
}
.library-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: space-around;
  gap: 15px;
}
.library-box {
  flex-grow: 1;
  border: 1px solid #d7d7d7;
  background: linear-gradient(#f0f3f7, #fff);
  color: #002147;
  text-align: center;
  padding: 15px;
  font-weight: normal;
}
@media only screen and (max-width: 48rem) {
  .library-box {
    max-width: 150px;
  }
  .library-container {
    justify-content: space-around;
  }
}
.menu-spacer {
  padding: 0px 20px;
  margin: 0px 0px -3px 0px;
}
@media only screen and (min-width: 62rem) {
  .mobile-spacer {
    display: none;
  }
}
@media only screen and (max-width: 62rem) {
  .menu-spacer {
    display: none;
  }
}
.library-box:hover {
  background: #8dadcc;
  color: #ffffff;
}
.library-header {
  font-size: 18px;
  font-weight: bold;
}
.student-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}
.student-box {
  flex-grow: 1;
  flex-basis: 100px;
  border: 1px solid #d7d7d7;
  background: linear-gradient(#f0f3f7, #fff);
  color: #002147;
  text-align: center;
  padding: 15px;
  font-weight: normal;
}
.student-box:hover {
  background: #8dadcc;
  color: #ffffff;
}
.student-header {
  font-size: 18px;
  font-weight: bold;
}
.mwall-masonry .mwall-photo-link {
  background-position: top center;
}
.adjunct {
  max-width: 340px;
  margin: 0px 20px 20px 0px;
  float: left;
}
.float {
  float: left;
}
h3.mwall-title {
  padding: 0px 15px;
}
.mwall-columns .mwall-item-inner {
  z-index: 0;
}
#mwall_container_9 .mwall-dropdown .dropdown-label {
  width: 340px;
}
.mwall-dropdown.expanded ul {
  max-height: 300px;
}
.flex-faculty-item {
  flex-grow: 1;
  flex-basis: 400px;
}
.homepage-header {
  background: #5c7a9d;
  text-align: center;
  border: 0px solid #ffffff;
}
.homepage-header-font {
  color: #ffffff;
  font-family: georgia, serif;
  font-size: 1.8rem;
  font-weight: normal;
}
.homepage-header-font:hover {
  text-decoration: none;
  color: #ffffff;
}
.contactphone {
  font-size: 1.1rem;
  font-weight: normal;
}
.contactphone:hover {
  color: #5498e7;
  text-decoration: underline;
}
#g-navigation {
  z-index: 10;
  position: fixed;
  top: 0;
  width: 100%;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module) {
  padding: 0px;
  margin: 0px 5px;
  border-top: none;
  border-bottom: none;
  flex-grow: 1;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active:hover {
  background: none;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover {
  background: none;
  border-top: none;
  border-bottom: none;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: #002147;
  color: #ffffff;
  border-top: none;
  border-right: 1px solid #ffffff;
  border-bottom: none;
  border-left: 1px solid #ffffff;
}
#g-navigation .g-content {
  padding: 0px;
  margin: 0px;
}
#g-navigation .g-main-nav {
  padding: 0px;
  margin: 0px;
}
.g-toplevel {
  align-items: center;
}
#g-navigation .g-main-nav .g-sublevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover, #g-navigation .g-main-nav .g-sublevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: #d7d7d7;
}
.g-main-nav .g-sublevel > li > .g-menu-item-container {
  padding: 5px 10px;
  margin: 0px;
}
#g-navigation .g-main-nav .g-sublevel > li > .g-menu-item-container {
  color: #000000;
  font-weight: normal;
}
#g-navigation .g-main-nav .g-dropdown {
  background: rgba(255, 255, 255, 0.97);
  margin: 0px 0px;
  border: 1px solid #d7d7d7;
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.2);
}
.g-main-nav {
  font-size: 14px;
  font-weight: normal;
}
.g-main-nav.active {
  font-size: 13px;
  font-weight: normal;
  color: red;
}
.g-main-nav .g-toplevel {
  font-family: tahoma, san-serif;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 1px;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container {
  padding: 1px 0px 7px 0px;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
  font-weight: normal;
  color: #ffffff;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content:hover {
  font-weight: normal;
  color: #ffffff;
}
.g-main-nav .g-toplevel > li.g-parent .g-menu-parent-indicator {
  display: none;
}
dl.qa {
  margin-left: 27px;
}
dt.q {
  display: list-item;
  list-style-type: "Q:";
  padding-inline-start: 1ch;
  font-weight: bold;
  color: #5c7a9d;
  margin: 10px 0px;
}
dt.q::marker {
  font-size: 24px;
  color: #98afc9;
}
dd.a {
  display: list-item;
  list-style-type: "A:";
  padding-inline-start: 1ch;
  color: #5a5a5a;
  margin-left: 36px;
}
dd.a::marker {
  font-weight: bold;
  font-size: 24px;
  color: #d7d7d7;
}
.scholarship-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-around;
  gap: 15px 10px;
}
.scholarship-item {
  flex-basis: 350px;
  flex-grow: 1;
  background-color: #f6f6f6;
  padding: 20px;
  border: 1px solid #d7d7d7;
}
.mod-articlesnews-vertical figure img {
  max-width: 120px;
  float: left;
  margin-right: 10px;
}
.ia-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 30px 10px;
  justify-content: space-around;
}
.ia-season1 {
  flex-basis: 160px;
  text-align: center;
}
.ia--cover {
  width: 130px;
  border: 1px solid #c1c1c1;
  transition: all 0.5s ease-out;
}
.ia--cover:hover {
  -webkit-transform: scale(2);
  transform: scale(2);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 3;
}
.ia--season {
  flex-basis: 100px;
  font-size: 12px;
  color: #000000;
  margin-top: 10px;
}
.ia-season, .ia-issue {
  height: 18px;
  background: #f6f6f6;
  float: right;
}
.ia-season {
  float: left;
  clear: both;
}
.dotted {
  height: 18px;
  border-bottom: 1px dotted #d7d7d7;
  margin-bottom: 13px;
}
@media only screen and (max-width: 62rem) {
  .g-container {
    overflow: visable;
  }
  .mobile100 {
    margin: 0px 0px 0px -25px;
    width: calc(100% + 50px);
  }
  .ia--cover:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.blog-items[class^="masonry-"] .blog-item, .blog-items[class*=" masonry-"] .blog-item {
  margin-bottom: 0.5rem;
}
body {
  font-family: tahoma, sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 0.9rem;
  line-height: 1.4;
  letter-spacing: 0.1px;
  color: #5a5a5a;
}
.page-item.active .page-link {
  background-color: #666666;
  border-color: #d7d7d7;
}
.page-link {
  color: #666666;
}
ul, ol, dl {
  margin-top: 0px;
}
.blog-items {
  grid-gap: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "⁝⁝");
}
.button {
  color: #002147;
  border: 1px solid rgba(102, 102, 102, 0.7);
  background: #ffffff;
  font-size: 12px;
  padding: 8px 15px;
  margin: 0px;
  box-shadow: none;
  border-radius: 0px;
}
.button:hover {
  background-color: #e3e3e3;
  color: #000000;
}
.widescreen-container {
  width: 100%;
  height: 0;
  padding-bottom: 58%;
  position: relative;
}
.widescreen {
  width: 100%;
  height: 100%;
  position: absolute;
}
.left {
  text-align: left;
}
.inter-alia-print {
  margin-bottom: 10px;
}
.inter-alia-cover {
  border: 1px solid #d7d7d7;
  max-height: 250px;
  margin-bottom: 15px;
}
p {
  font-family: tahoma, sans-serif;
  margin: 0px;
  padding-bottom: 8px;
  font-size: 0.9rem;
  line-height: 1.4;
  letter-spacing: 0.1px;
  color: #5a5a5a;
}
h1 {
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.2;
  margin: 0px 0px 10px 0px;
  padding-bottom: 8px;
  color: #002147;
  font-family: georgia, serif;
}
h2 {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0px 0px 8px 0px;
  color: #5c7a9d;
  font-family: tahoma, sans-serif;
}
h3 {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0px 0px 6px 0px;
  color: #5c7a9d;
  font-family: tahoma, sans-serif;
}
h4 {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.2;
  margin: 10px 0px 0px 0px;
  color: #5c7a9d;
  font-family: tahoma, sans-serif;
}
/* Adjunct Faculty Fonts*/
h5 {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.2;
  margin: 0px;
  color: #5e5e5e;
  font-family: tahoma, sans-serif;
  padding-bottom: 10px;
}
h6 {
  font-size: 1rem;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 1px;
  margin: 0px;
  padding-bottom: 5px;
  color: #5e5e5e;
  font-family: tahoma, sans-serif;
}
.name {
  font-weight: bold;
}
.title {
  font-style: italic;
}
#g-offcanvas #g-mobilemenu-container ul > li > .g-menu-item-container .menu-heading {
  color: #939393;
}
.message {
  font-size: 1.4rem;
  font-weight: normal;
  font-family: Georgia, Serif;
  font-style: italic;
  line-height: 1.2;
  margin: 0px 0px 0px 0px;
  color: #002147;
}
.event-date {
  border-bottom: 1px solid #d7d7d7;
  color: #002147;
  padding: 0px;
  margin: 0px 0px 14px 0px;
}
hr {
  border-bottom: 1px solid #d7d7d7;
  margin: 10px 0px;
}
ul {
  font-family: tahoma, sans-serif;
  margin: 0px;
  padding-bottom: 8px;
  font-size: 0.9rem;
  line-height: 1.4;
  letter-spacing: 0.1px;
  color: #5a5a5a;
  padding-left: 20px;
}
.article-list-image img {
  float: left;
  margin: 10px 10px 0px 0px;
  height: 100px;
  background: #eee;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #000000;
}
.newsflash-image {
  margin: 10px 0px !important;
}
.published {
  font-size: 10px;
  margin-left: 0px;
  border-bottom: 1px solid #d7d7d7;
}
.mod-articles-category-introtext p {
  padding: 10px 0px 0px 0px;
}
.avPlayerWrapper .avPlayerContainer .avPlayerBlock audio {
  background-color: transparent;
}
#g-main {
  padding: 0px;
}
.breadcrumb {
  background: none;
  border-bottom: 1px solid #d7d7d7;
  margin: 0px 0px -40px 0px;
}
.float-start {
  display: none;
}
.px-3 {
  padding-left: 0px !important;
}
.header-logo {
  text-align: left;
}
.menu-heading {
  border-bottom: 1px solid #939393;
  text-transform: uppercase;
  font-size: 12px;
  padding-top: 10px;
}
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover, #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: #4871a3;
}
#g-mobilemenu-container .g-toplevel li .g-menu-item-content {
  line-height: 2rem;
}
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  border: 0px solid red;
  background: none;
  border-radius: 0.1875rem;
  margin: -2px 0 2px 8px;
  padding: 6px 15px 7px 75px;
}
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover {
  background: none;
}
#g-mobilemenu-container .g-toplevel li .g-menu-item-container {
  padding: 5px 10px;
  font-weight: normal;
  font-size: 14px;
}
cite {
  font-size: 1em;
  line-height: 1.1;
}
cite:before {
  margin-left: -17px;
}
.superwide {
  padding: 0px !important;
}
.logo {
  height: 60px;
  max-width: 50px;
  padding: 0px 0px 0px 0px;
}
.moduletable[class*="box"], .moduletable[class*="shadow"], .widget[class*="box"], .widget[class*="shadow"] {
  margin: 0px;
  padding: 0px;
}
.img_caption {
  font-size: 90%;
  margin: 10px 0px;
  text-align: left !important;
  border-bottom: 1px solid #d7d7d7;
}
.img_caption.none {
  border-bottom: 0px solid #ffffff;
}
.note {
  background: #ececec;
  border: 1px solid #d7d7d7;
  padding: 10px;
  margin: 0px 0px 10px 0px;
}
.right {
  text-align: right !important;
}
.g-title {
  font-size: 130%;
  text-transform: none;
}
a {
  font-weight: bold;
  color: #5c7a9d;
}
a:hover {
  text-decoration: underline;
  color: #5498e7;
}
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}
.menuspacer {
  display: inline-block;
  border-style: solid;
  border-width: 0px 1px 0px 0px;
  border-color: #c2c2c2;
  height: 24px;
  padding: 0;
  width: 0px;
}
.menuspacer2 {
  display: inline-block;
  border-style: solid;
  border-width: 0px 1px 0px 0px;
  border-color: #c2c2c2;
  height: 24px;
  padding: 0;
}
.hometitle {
  font-size: 200%;
  font-weight: bold;
  color: #002147;
  font-family: Georgia, Serif;
}
.hometitle:hover {
  color: #5c7a9d;
}
.hometitletext {
  font-size: 100%;
  font-weight: normal;
  color: #8a8a8a;
}
.transparent {
  background: transparent;
}
.copyright {
  color: #002147;
  border-width: 0px;
  text-align: center;
  font-size: 1em;
  font-weight: normal;
  margin-bottom: 10px;
}
.col {
  padding-left: 0px;
  padding-right: 0px;
}
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  padding-left: 0px;
  padding-right: 0px;
}
.image-left .blog-item .item-content {
  padding-left: 0px;
}
.columnrow {
  display: inline;
  float: left;
  margin: 0;
  width: 100%;
}
.row {
  margin: 0px;
}
.rb {
  background: linear-gradient(#f0f3f7, #fff);
  padding: 20px;
  margin-bottom: 10px;
  border: 1px solid #c6d1df;
}
.rb-bold {
  background: #002147;
  padding: 20px;
  margin-bottom: 10px;
  border: 1px solid #002147;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
.bannerboxheight .g-content {
  margin: 0px;
  padding: 0px;
}
.bannerheadingfont {
  font-size: 28px;
  font-family: Georgia, Serif;
  line-height: 3rem;
  vertical-align: middle;
  font-weight: bold;
  color: #002147;
}
.bannerbodyfont {
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
  color: #002147;
}
#g-showcase {
  padding: 0px;
}
#g-feature {
  padding: 0px;
}
.boxesrow {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 0px;
  margin: 0px;
  row-gap: 15px;
  column-gap: 15px;
}
.boxes {
  background: linear-gradient(#f0f3f7, #fff);
  flex-basis: 300px;
  flex-grow: 1;
  line-height: 1rem;
  padding: 10px 10px 15px 10px;
  border: 1px solid #002147;
  margin: 0px;
}
.hof-container {
  display: flex;
  flex-direction: row;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: stretch;
  align-content: flex-start;
}
.hof-item {
  flex-grow: 0;
  width: 175px;
  align-self: flex-start;
}
.flex-container {
  display: flex;
  flex-direction: row;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
}
.flex-item {
  flex-grow: 1;
  flex-basis: 300px;
}
.contact-container {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 20px;
}
.contact-item {
  flex-grow: 0;
  flex-basis: 400px;
  margin-top: 10px;
}
.boxes:hover {
  background: linear-gradient(#fff, #f0f3f7);
}
.boxlink {
  text-decoration: none;
}
.box1 .g-content {
  background: none;
}
.listinglink {
  color: #002147;
  background: #ececec;
  border: 1px solid #d7d7d7;
  padding: 10px 10px 10px 20px;
  width: 100%;
}
.listinglink:hover {
  color: #002147;
  background: #d7d7d7;
  border: 1px solid #d7d7d7;
  padding: 10px 10px 10px 20px;
  width: 100%;
}
.mod-list {
  margin-left: 0px;
}
.mod-articles-category-title {
  font-weight: bold;
  font-size: 1.1rem;
  color: #002147;
  font-family: tahoma, sans-serif;
}
.mod-articles-category-title:hover {
  color: #365880;
}
.iconroll {
  display: block;
  width: 160px;
  height: 60px;
  position: relative;
  background: top;
  overflow: hidden;
  line-height: 0px;
  font-size: 0px;
  color: #ffffff;
  cursor: pointer;
}
.iconroll:hover {
  color: #ffffff;
  background-position: bottom;
}
a.footerlink {
  color: #ffffff;
  font-weight: normal;
}
a.footerlink:hover {
  color: #ffffff;
  font-weight: normal;
}
.chrono_credits {
  display: none;
}
.verticalalign {
  position: relative;
  float: left;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fancypantsaccordionholder .accordion .accordion-item .headerlink {
  font-size: 16px;
  background: #ececec;
  padding-left: 20px;
}
.sprocket-strips-s-item > a {
  display: block !important;
}
.sprocket-strips-s-content .readon {
  display: none;
}
#avID_AVPlayerID_0_b14d11adbd22aa348d6bbf2df3872c38_logo {
  display: none;
}
.layout-slideshow.sprocket-features .sprocket-features-pagination li, .sprocket-strips .sprocket-strips-pagination li, .sprocket-lists .sprocket-lists-pagination li {
  width: 5px;
  height: 5px;
}
.rounded {
  border-radius: 10px;
}
.g-offcanvas-toggle {
  margin-top: 24px;
  font-size: 1.5rem;
}
.careers {
  border-left: 1px solid #d7d7d7;
}
.day {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  flex-direction: row;
  border-top: 1px solid #d7d7d7;
  justify-content: space-between;
}
.cal {
  flex-grow: 1;
  flex-shrink: 1;
}
.date {
  flex-grow: 1;
  flex-shrink: 1;
  text-align: right;
}
.alumniaday {
  display: none;
}
.alumniadayname:hover + alumniaday {
  display: block;
}
.ia {
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  margin: 20px 25px 0px 25px;
}
.ia_latestnews ul {
  list-style-type: none;
  color: red;
  margin-left: 0px;
}
.ia_latestnews li {
  border-bottom: 1px solid #d7d7d7;
  padding: 10px;
  font-weight: bold;
  font-size: 1.2em;
  font-family: Georgia, Serif;
}
.ia_latestnews a {
  color: #002147;
}
.ia_latestnews a:hover {
  color: #5c7a9d;
}
.g-social a {
  background: #002147;
}
.icon-calendar {
  display: none;
}
.article-info-term {
  display: none;
}
dl {
  margin-bottom: 0px;
  color: #5c7a9d !important;
}
.divideline {
  color: red;
  bacground: blue;
}
.byline {
  border-top: 1px solid #d7d7d7;
  text-transform: uppercase;
  font-size: 90%;
}
.pull-left.item-image {
  margin-bottom: 5px;
}
.iframe-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.iframe-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.active .portrait-image {
  width: 220px;
}
.grid-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
}
.grid-flbx {
  flex-basis: 340px;
  flex-grow: 1;
  gap: 10px;
}
.grid-flbx-ia {
  flex-basis: 280px;
  flex-grow: 1;
  gap: 10px;
}
.grid-frame {
  width: 100%;
  height: auto;
}
/* To Top Button */
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  /* Make sure it does not overlap */
  border: none;
  outline: none;
  /* Remove outline */
  background-color: rgba(117, 117, 117, 0.2);
  cursor: pointer;
  /* Add a mouse pointer on hover */
  padding: 0px;
  border-radius: 25px;
}
#myBtn:hover {
  background-color: #002147;
}
@media only screen and (min-width: 992px) {
  #g-header {
    padding-top: 26px;
  }
}
@media only screen and (max-width: 62rem) {
  .search-sjcl {
    display: none;
  }
}
/*# sourceMappingURL=custom_116.css.map */