/* color references
PCOM Blue: #00448D;
PCOM Yellow: #FCAF16;
PCOM Red: #FB2D37;

PCOM Dark Blue: #1A203A;
PCOM Dark Red: #A20A3A;
PCOM Cyan: #00E4E1;
PCOM Cool Gray: #EDF6F5;
*/
@charset "UTF-8";
@font-face {
  font-family: "Inter-Light";
  font-display: swap;
  font-style: normal;
  src: url('/_resources/fonts/Inter-Variable.woff2') format('woff2');
  font-weight: 300;
}
@font-face {
  font-family: 'Inter-SemiBold';
  font-display: swap;
  font-style: normal;
  src: url('/_resources/fonts/Inter-Variable.woff2') format('woff2');
  font-weight: 700;
}
@font-face {
  font-family: 'GT-Walsheim-Medium';
  font-display: swap;
  src: url("/_resources/fonts/GT-Walsheim-Medium.eot");
  src: url("/_resources/fonts/GT-Walsheim-Medium.eot?#iefix") format("embedded-opentype"), url("/_resources/fonts/GT-Walsheim-Medium.woff") format("woff"), url("/_resources/fonts/GT-Walsheim-Medium.ttf") format("truetype"), url("/_resources/fonts/GT-Walsheim-Medium.svg#c09e4204b97e897edf91d5f24f9b9a95") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GT-Walsheim-Light';
  font-display: swap;
  src: url("/_resources/fonts/GT-Walsheim-Light.eot");
  src: url("/_resources/fonts/GT-Walsheim-Light.eot?#iefix") format("embedded-opentype"), url("/_resources/fonts/GT-Walsheim-Light.woff") format("woff"), url("/_resources/fonts/GT-Walsheim-Light.ttf") format("truetype"), url("/_resources/fonts/GT-Walsheim-Light.svg#4e2edc7ec0191f4eeb1a5b16c3c3fb62") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Oswald';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url('/_resources/fonts/oswald-v17-latin-regular.eot');
  src: local('Oswald Regular'), local('Oswald-Regular'), url('/_resources/fonts/oswald-v17-latin-regular.eot?#iefix') format('embedded-opentype'), url('/_resources/fonts/oswald-v17-latin-regular.woff2') format('woff2'), url('/_resources/fonts/oswald-v17-latin-regular.woff') format('woff'), url('/_resources/fonts/oswald-v17-latin-regular.ttf') format('truetype'), url('/_resources/fonts/oswald-v17-latin-regular.svg#Oswald') format('svg');
}
@font-face {
  font-family: "Inter-Variable";
  font-display: swap;
  font-style: normal;
  src: url('/_resources/fonts/Inter-Variable.woff2') format('woff2');
  font-weight: 400 600;
}
/* custom social icons */
@font-face {
  font-family: 'icomoon';
  src:  url('/_resources/fonts/icomoon.eot?625jyw');
  src:  url('/_resources/fonts/icomoon.eot?625jyw#iefix') format('embedded-opentype'),
    url('/_resources/fonts/icomoon.ttf?625jyw') format('truetype'),
    url('/_resources/fonts/icomoon.woff?625jyw') format('woff'),
    url('/_resources/fonts/icomoon.svg?625jyw#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;/* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-threads:before {content: "\e907";}
.icon-facebook:before {content: "\e028";}
.icon-instagram:before {content: "\e044";}
.icon-issuu:before {content: "\e045";}
.icon-linkedin:before {content: "\e04c";}
.icon-twitter:before {content: "\e900";}
.icon-youtube:before {content: "\e0a5";}
.icon-arrow_right:before {content: "\e901";}
.icon-arrow_left:before {content: "\e902";}
.icon-arrow_drop_up:before {content: "\e903";}
.icon-arrow_drop_down:before {content: "\e904";}
.icon-group:before {content: "\e905";}
.icon-home3:before {content: "\e906";}
.icon-search:before {content: "\f002";}
.icon-x:before {content: "\e900";}
/* end custom icon set code */
/* global styles begin */
* {font-family: "Inter-Light", sans-serif;}
body, html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  /* text-rendering: optimizeLegibility; */
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
iframe {
  max-width: 100%;
  border: none;
}
body > .footer {
  position: sticky;
  top: 100vh;
}
table tbody tr td a, a {
  color: #00448D;
  font-weight: 700;
}

table tbody tr td a:hover, table tbody tr td a:active, table tbody tr td a:focus, a:hover, a:focus, a:active {
  color: #0b3564;
  text-decoration: underline;
}

.scrollfix { overflow-x: hidden;}
a.skip-main {
  color: #00448D;
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}

a.skip-main:focus, a.skip-main:active {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #00448D;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
/* header and nav begin */
.header {
  background: #161c31;
  padding: 13px 0px;
  position: relative;
}

.header .top-links {
  text-align: right;
  padding-top: 40px;
}

@media only screen and (max-width: 1024px) {
  .logo { padding-left: 35px;  }
  .top-links { padding-top: 20px !important;  }
}

@media only screen and (min-width: 641px) {
  .header {
    z-index: 1010;
    overflow: visible;
  }
}

@media only screen and (max-width: 640px) {
  .header {
    height: 76px !important;
    width: 100% !important;
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    z-index: 1015 !important;
    -webkit-transform: translateZ(0) !important;
  }

  body {
    padding-top: 76px;
  }
}
/* header and nav end */

.header {
  padding-bottom: 30px;
  z-index: 0;
}

#header, #header a {
  color: white;
}

.header .top-links {
  padding-top: 0px;
  text-align: right;
}

.header p {
  margin-bottom: 0px;
}

.top-bar, .contain-to-grid, .top-bar-section ul li, .top-bar-section li:not(.has-form) a:not(.button), .top-bar-section li:not(.has-form) a:not(.button):hover {
  background-color: #A20A3A;
  color: white;
}

.top-bar-section ul li>a {
  font-size: 16px;
  font-family: "GT-Walsheim-Medium", sans-serif;
}

.top-bar-section ul li {
  display: inline;
}

.top-bar-section ul.left {
  padding-left: 0.9375em;
}
.top-bar, .contain-to-grid, .top-bar-section ul li, .top-bar-section li:not(.has-form) a:not(.button), .top-bar-section li:not(.has-form) a:not(.button):hover, .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button), .top-bar.expanded .title-area {
    background-color: #A20A3A;
    color: white;
}

.top-bar.expanded .toggle-topbar a {color: white;}

.toggle-topbar.menuVisible:before {
    font-weight: 500;
    color: white;
    content: "\f00d";
    font-size: 26px;
    float: right;
    margin-right: 5px;
    line-height: 32.2px;
    left: -15px;
    position: absolute;
}

@media only screen and (min-width: 1025px) {
  .top-bar-section ul.left li:not(:last-child) a::after, .top-bar-section .has-dropdown > a:after {
        margin: 0 8px !important;
        content: "";
        display: inline-block;
        color: white !important;
        font-size: 16px !important;
      border-color: rgba(255, 255, 255, 0.99) transparent transparent;
    }   

  .top-bar-section li:first-child a {
    padding-left: 0 !important;
  }

  .top-bar {
    height: auto !important;
    line-height: 2.8125rem;
    position: relative;
    margin-bottom: 0;
  }

  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0;
  }
}

.top-bar .toggle-topbar.menu-icon a {
  text-transform: none;
  text-decoration: none;
  font-weight: 700;
}

.top-bar-section ul a:hover {
  color: #FCAF16 !important;
}

.toggle-topbar:before {
  font-weight: 500;
  color: white;
  content: "\f0c9";
  font-size: 26px;
  float: right;
  margin-right: 5px;
  line-height: 32.2px;
  left: -15px;
  position: absolute;
}

@media only screen and (max-width: 1024px) {
  .top-bar-section ul {
    border-top: 1px solid white;
  }

  .top-bar-section ul li:before {
    content: "";
    display: none;
  }

  #header {
    display: none;
  }
  .top-bar-section .has-dropdown > a:after { border-color: transparent transparent transparent rgb(255, 255, 255); }	
}

@media only screen and (max-width: 667px) {
  .header .top-links {
    padding-top: 0px !important;
  }

  .header {
    text-align: center;
    height: auto !important;
    width: 100% !important;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    z-index: 0 !important;
    -webkit-transform: translateZ(0) !important;
  }

  .logo {
    padding: 0 0 20px 0;
  }

  .header .top-links {
    text-align: center;
  }
}

@media only screen and (max-width: 640px) {
  body {
    padding-top: 0px;
  }
}
.header {
  padding-bottom: 0px;
}

@media only screen and (min-width: 1025px) {
  .top-bar-section ul.left li:not(:last-child) a::after {
    margin: 0 8px !important;
    content: "|";
    display: inline-block;
    color: white !important;
    font-size: 16px !important;
  }

  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0;
  }
}

#header {
  padding: 10px 0;
  position: relative;
  background-color: white;
}

#header .row {
  position: relative;
}

#header img {
  max-height: 75px;
}

#top-links {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  position: absolute;
  display: flex;
  justify-content: flex-end;
  column-gap: 20px;
  max-width: 100%;
  right: 0;
  float: right;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#top-links .button-header {
  margin: 0;
  font-size: 1em;
  line-height: 1.5;
}

#headerSearchForm {
  min-width: 270px;
  align-self: center;
}

.top-bar .mobile-btn-container {
  display: none;
}

#headerSearchForm .input-group {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
}

#headerSearchForm input {
  border: 1px solid #8A8888;
  margin: 0;
}

#headerSearchForm button {
  box-sizing: border-box;
  height: 2.3125rem;
  margin: 0;
  line-height: 1.5;
  padding: 6px 12px;
  color: #f8f9fa;
  border: 0;
}

#header-search-btn {
  background: #0e498a;
}

#header-search-btn:hover, #header-search-btn:active, #header-search-btn:focus {
  text-decoration: underline;
  color: #ffffff !important;
  background: #0b3564 !important;
}

@media only screen and (max-width: 1024px) {
  #header {
    display: block;
  }

  .top-links {
    padding-top: 0px !important;
  }
}

@media only screen and (max-width: 768px) {
  #headerSearchForm {
    min-width: auto;
  }

  #top-links {
    flex-direction: column;
  }

  #top-links .button-header {
    margin: 0 auto 15px auto;
    max-width: 400px;
  }

  .top-bar .mobile-btn-container {
    display: flex;
    width: 100%;
  }

  .top-bar .button-header {
    width: 100%;
    margin: 0.9375rem 1.875rem !important;
  }

  #top-links .button-header {
    display: none;
  }

  .logo {
    width: 100%;
    padding: 0;
    text-align: center;
    max-width: 100%;
    float: none;
    margin: auto;
  }

  #header img {
    height: auto;
    box-sizing: border-box;
    max-width: 300px;
    max-height: 150px;
    width: 100%;
    margin: 1em 0;
  }

  #top-links {
    float: none;
    position: relative;
    max-width: 85%;
    width: 85%;
    margin: 10px auto;
    transform: none;
    display: block;
  }
}

nav.top-bar {
  margin: auto;
}

.top-bar-section li {
  padding: 0 1em;
}

.top-bar-section ul li:hover:not(.has-form)>a {
  background-color: #A20A3A;
}

.top-bar-section ul a:hover {
  color: #fff !important;
}

@media only screen and (min-width: 1024px) {
  .top-bar .title-area {
    display: none;
  }
	 .top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button), .top-bar-section .dropdown li:not(.has-form):not(.active) {
        background-color: #fff;
        color: #0e498a;
    }
  .top-bar-section ul.dropdown a:hover {
        background-color: #fff !important;
        color: #0e498a !important;
    }
}

@media only screen and (min-width: 1025px) {
  .top-bar-section ul.left li:not(:last-child) a::after {
    margin: 0 8px !important;
    content: "";
    display: inline-block;
    color: white !important;
    font-size: 16px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .top-bar-section li {
    padding: 0;
  }

  .top-bar .title-area {
    height: 2.8125rem;
    margin: 0;
    font-size: 16px;
  }
}
/* footer begin */
.footer {
  font-size:1em;
  text-align:center;
  background-color: #1A203A;
  position: relative;
  padding: 50px 0px 60px;
}
.footer p {
  font-family: "Inter-Light", sans-serif;
  font-size: 1em;
  color: #b2b6b8;
}
.footer p strong { font-family: "Inter-SemiBold", sans-serif !important;}
.footer a {
  color: #ffffff;
  font-size: 1em;
  font-weight: 700;
}
.footer a:hover, .footer a:focus {text-decoration: underline;}
a#de {
  font-weight: 700;
  color: #ffffff;
}

#copyright-notice {
  font-family: "Inter-Light", sans-serif;
  font-size: 1em;
  color: #ffffff;
  margin-bottom: 15px;
  line-height: 18px;
}
#copyright-notice-container { margin-bottom: 20px;}
ul#copyright-notice { display: inline;}
ul#copyright-notice li { display: inline;}
ul#copyright-notice li:before {
  content: "|";
  display: inline-block;
  margin-right: 8px;
}
ul#copyright-notice li:first-child:before {
  content: "";
  display: none;
}
ul#copyright-notice a {color: white;}
@media only screen and (max-width: 667px) {
  ul#copyright-notice li:before {
    content: "";
    display: none;
  }
  ul#copyright-notice li { display: block;  }
}
/* headings */ 
.backpage h1 span {color: #757575;}
/* .backpage h1 {
font-family: "GT-Walsheim-Medium", sans-serif;
font-size: 36px;
color: #000000;
text-transform: uppercase;
line-height: 40px; 
}
.backpage h1 span {
font-family: "GT-Walsheim-Light", sans-serif;
font-size: 36px;
color: #757575;
text-transform: uppercase; 
}
.backpage h1 span.faculty-sub-title {
font-size: 24px !important;
line-height: 0px;
text-transform: none !important;
}
.backpage h2, .backpage :is(h1, h2, h3, h4, h5, h6).h2, .backpage .h2 {
font-family: "Oswald", sans-serif;
font-weight: bold;
font-size: 25px;
color: #363636;
margin-bottom: 15px;
text-transform:none;	
}
.backpage h3, .heading h3, .backpage h2.faculty-heading, .faculty-tabs-content h2, .backpage :is(h1, h2, h3, h4, h5, h6).h3, .backpage .h3 {
font-family: "Inter-SemiBold", sans-serif;
font-size: 28px;
margin-top: 10px;
color:#222;
text-transform:none;	
}
.backpage h4, .heading h3, .backpage .h4, .backpage :is(h1, h2, h3, h4, h5, h6).h4 {
font-family: "GT-Walsheim-Bold", sans-serif;
font-size: 30px;
color: #07468b;
margin-bottom: 0;
text-transform: uppercase; 
}
h1.blue-heading, h2.blue-heading, h3.blue-heading, h4.blue-heading, h5.blue-heading, h6.blue-heading, .blue-heading { font-family: "GT-Walsheim-Bold", sans-serif !important; font-size: 30px !important; color: #07468b !important; margin-bottom: 0!important; text-transform: uppercase!important; }
.backpage h5, .backpage .h5,.heading h5, .backpage :is(h1, h2, h3, h4, h5, h6).h5 {
font-family: "Inter-Italic", sans-serif;
font-size: 18px;
color: #343642;
text-transform:none;	
}
.backpage h6, .backpage .h6, .backpage :is(h1, h2, h3, h4, h5, h6).h6 {
font-family: "Inter-SemiBold", sans-serif;
font-size: 20px;
color: #595959;
text-transform:none;	
} */
/* general backpage classes */ 
.backpage { padding: 20px 0px;}
.backpage p {
  font-family: "Inter-Light", sans-serif;
  font-size: 1em;
  color: #363636;
  line-height: 1.9;
}

.backpage p a:hover, .backpage p a:active, .backpage p a:focus {
  color: #0b3564;
  text-decoration: underline;
}

.backpage p.large {
  font-size: 1.5em;
  line-height: 1.5;
  margin-top: 20px;
}

.backpage li {
  margin-bottom: 20px;
  font-family: "Inter-Light", sans-serif;
  color: #363636;
  line-height: 1.5;
  padding-left: 5px;
}

.backpage ol ol {
  list-style-type: lower-alpha;
}

.backpage ul li a {
  color: #07468b;
  font-family: "Inter-Light", sans-serif;
}

.backpage ul li a:hover {
  color: #0b3564;
}
.backpage .columns {
  margin-bottom: 20px;
}
.backpage ul li a {
  color: #00448D;
  font-weight: 700;
}

.backpage ul li a:active, .backpage ul li a:hover {
  color: #0b3564;
  text-decoration: underline;
}

strong a {
  font-weight: 800 !important;
  text-decoration: underline;
}
/* toggle dropdown begin */
.toggle-dropdown {margin:15px 0;}
.toggle-dropdown button.toggle-dropdown-button:focus,.toggle-dropdown button.toggle-dropdown-button:hover {text-decoration:underline;}
.toggle-dropdown button.toggle-dropdown-button,.toggle-dropdown button.toggle-dropdown-button.expanded {
  background-color: #eeeeee;
  color: #00448D;
  font-family: "Inter-Light", sans-serif;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  max-width: 400px;
  text-align: left;
  box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
  line-height: 28px;
  vertical-align: text-bottom;
  padding: 15px 15px 5px 15px;
  margin-bottom: 0;
  min-height:24px;
}
.toggle-dropdown ul button.toggle-dropdown-button,.toggle-dropdown ul button.toggle-dropdown-button.expanded {
  background-color:#ffffff;
  box-shadow: none;
  border-bottom: 1px solid #ebebeb;
  font-family: "Inter-Light", sans-serif;
  font-size: 16px;
  font-weight: 800;
}
.toggle-dropdown ul button.toggle-dropdown-button:hover {
	text-decoration: underline;
	background-color: #eeeeee;
}

.toggle-dropdown button.toggle-dropdown-button.expanded:after {content: url(/_resources/images/icons/keyboard_arrow_up-24px.svg);}
.toggle-dropdown button.toggle-dropdown-button:after {
  font-weight: 800;
  color: #8c8a8a;
  content: url(/_resources/images/icons/keyboard_arrow_down-24px.svg);
  font-size: 16px;
  float: right;
  margin-right: 5px;
  top: 50%;
  right: 15px;
}
.toggle-dropdown>ul {
  display: none;
  background-color: white;
  margin: 0;
  list-style: none;
  box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
}
.toggle-dropdown ul {
  margin: 0;
  list-style-type: none;
}
.toggle-dropdown ul li {
  font-family: "Inter-Light", sans-serif;
  font-size: 16px;
  color: #ffffff;
  padding: 0;
  margin: 0;
}
.toggle-dropdown ul li a {
  text-align:left;
  font-family: "Inter-Variable", sans-serif;
  font-size: 16px;
  color: #00448D;
  display: block;
  border-bottom: 1px solid #ebebeb;
  margin: 0;
  padding: 15px;
  font-weight: 500;
}
.toggle-dropdown ul li a:hover, .toggle-dropdown ul li a:focus, .toggle-dropdown ul li a:active {
  box-shadow: inset 5px 0 0 #A20A3A;
  color: #A20A3A;
  text-decoration:none;
  background-color:#fff;
}
.toggle-dropdown ul li a.active {
  color: #00448D;
  background-color: #eeeeee;
  font-weight: 700;
}
.toggle-dropdown ul li ul {display: none;}
.toggle-dropdown ul ul li a {padding-left: 35px;}
.toggle-dropdown button.expanded.toggle-dropdown-button+ul {
	display: block;
	position:relative;
	z-index:105;
}
.toggle-dropdown ul.toggle-dropdown-sub { margin-top: 0;}
/* toggle dropdown end */

/* tabbed content begin */ 
.tabs {margin: 1em 0 0 0;}
.tabs .row {margin:auto;}
.tabs .tab-nav ul li {
  cursor: pointer;
  text-align: center;
  background-color: #eee;
  color: #222222;
  margin: 2px;
  padding: 10px;
  float: left;
  list-style: none;
  position: relative;
  flex: 1 1 auto;
}
ul.tabs {
  flex-wrap: wrap;
  margin-bottom: 20px !important;
  display: flex;
}
.tabs .tab-nav ul li a {
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  color: #00448D;
  padding: 5px 5px;
  border: none;
  line-height:2.25rem;	
}
.tabs-content ul a {
  line-height:2.75rem;
  display:inline-block;
}
.tabs .tab-title>a:hover, .tabs dd>a:hover {background-color:inherit;}
.tabs .tab-nav .tab-title a:focus, .tabs .tab-nav .tab-title a:hover, .tabs .tab-nav .tab-title a:active {text-decoration: underline;}
.tabs .tab-nav ul li.active, .tabs .tab-nav ul li.active a {
  border: none;
  color: white;
  background-color: #9d103b;
  text-decoration: none;
}
/* fix left alignment of tabbed content */
.tabs .tab-content ul {margin-left: 0;}
/* set list-style-type of ul in faculty tab to disc */
.tabs .tab-content ul ul {
  margin-left: 1.1rem;
  list-style-type: disc;
}
.tabs .tab-content>ul>li {
  padding-left: 0;
  background-image: none;
  color: #535353;
  display: none;
}
.tabs .tab-content>ul>li h3 {margin-bottom: 15px;}
.tabs .tab-content>ul>li.active {display: block;}
.tabs .tab-content>ul>li li {color: #535353;}
/* tabbed content end */ 
/* faqs begin */ 
.faqs .faq {
	border-bottom: 1px solid #c9c9c9;
	margin-bottom: 20px; 
}
.faqs .faq:last-child { border-bottom: none !important; }
.faqs .faq h2.faq-question,.faqs .faq h3.faq-question  {
	margin-right:25px;
	font-family: "Inter-Light", sans-serif;
	font-size: 23px;
	color: #00448D;
	font-weight: normal; 	
}
.faqs .faq .question {
	cursor: pointer;
	padding-bottom: 5px; 
	min-height:24px;
}
.faqs .faq .question:hover h2, .faqs .faq .question:focus, .faq-toggle-btn:focus  {
	color: #00448D;
	text-decoration: underline;
}
.faqs .faq .answer {display: none; }
.faqs h3, .faqs h2.h3 {
	margin-bottom: 30px;
	margin-top: 70px; 
}
.faqs .answer h3 { margin:8px 0;}
.faq-toggle-btn {
	min-height:44px; 
	padding-bottom:15px;
	padding-top:5px;  
}

.faqs .faq-updated .question .faq-toggle-btn:before {
    font-weight: 500;
    color: #8c8a8a;
    content: '\002B';
    font-size: 26px;
    float: right;
    margin-right: 5px;
    line-height: 32.2px;
    right: 15px;
    position: absolute;
}
.faqs .faq-updated .question h2.answerVisible .faq-toggle-btn:before, .faqs .faq-updated .question h3.answerVisible .faq-toggle-btn:before {content: "\2212";}
/* faqs end */ 
/* button classes */ 
a.button, .top-bar .button, .top-bar button, .button, .btn{
  border-radius: 0;
  color: #fff;
  font-family: "Inter-Light",sans-serif;
  font-size: 16px;
  font-weight: 600;
  background: #0e498a;
  padding: 10px 35px;
  margin: 15px 20px 10px 0;
  box-shadow: 0 1px 6px rgb(32 33 36 / 50%);	
}
/* pcom blue btn */
a.pcom-blue-btn.button {
  color: #fff;
  background: #0e498a;
}
a.pcom-blue-btn.button:hover, a.pcom-blue-btn.button:active, a.pcom-blue-btn.button:focus {
  background: #0b3564;
  color: #fff
}
a.pcom-dark-blue-btn.button {
  color: #fff;
  background: #1A203A;
}
a.pcom-dark-blue-btn.button:hover, a.pcom-dark-blue-btn.button:active, a.pcom-dark-blue-btn.button:focus {
  background: #020204!important;
  color: #fff!important;
}
a.pcom-red-btn.button {
	color: #fff;
	background: #A20A3A;
}
a.pcom-red-btn.button:hover, a.pcom-red-btn.button:focus { background: #910934!important;}
a.pcom-gold-btn.button {
  color: #000;
  background: #FCAF16;
}
a.pcom-gold-btn.button:hover, a.pcom-gold-btn.button:active, a.pcom-gold-btn.button:focus {
  background-color: #e29d13!important;
  color: #000!important;
}
a.pcom-cyan-btn.button {
  color: #000;
  background: #00E4E1;
}
a.pcom-cyan-btn.button:hover, a.pcom-cyan-btn.button:active, a.pcom-cyan-btn.button:focus {
  background-color: #00d0ce!important;
  color: #000!important;
}
a.pcom-cool-grey-btn.button {
	color: #212529;
	background: #EDF6F5;
	border-color: #f8f9fa;
}
a.pcom-cool-grey-btn.button:hover, a.pcom-cool-grey-btn.button:focus, a.pcom-cool-grey-btn.button:active {
	background-color: #d5dddc!important;
	border-color: #dae0e5!important;
	color: #212529!important;	
}
a.button.grey {
  background: #eeeeee;
  color: #1A203A;
}
a.grey.button:hover, a.grey.button:focus, a.grey.button:active {  background: #D7D7D7;}
/* button classes end */
/* breadcrumb begin */ 
.breadcrumbs { background-color: #ffffff;}
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding:.25rem 1rem;
  margin: 0;
  list-style: none;
  white-space: nowrap;
  overflow-y: scroll;
  scrollbar-width: none;  /* Firefox */
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  white-space: nowrap;
}
.breadcrumb::-webkit-scrollbar {
  width: 0;
  height: 0;
}
li.breadcrumb-item {
	font-family: "Inter-Light", sans-serif;
	font-size: 13px;
	color: #1a203a;
	margin-bottom: 11px;
	margin: 0;
	line-height:3.4;
	display:inline-block;
}
li.breadcrumb-item a {
	font-family: "Inter-Light", sans-serif;
	color: #00448D;
	line-height:3.4;
	display:inline-block;
}
li.breadcrumb-item a:hover, li.breadcrumb-item a:focus, li.breadcrumb-item a:active { color: #1A203A; }
.breadcrumb .home-breadcrumb .icon-home3 {
  position: relative;
  font-size: 16px;
  text-decoration: none;
  top: 0;
}
.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  padding-left: .5rem;
  color: #1a203a;
  content: "\2014";
}
@media (max-width: 768px) {
  .breadcrumb li {display: none;}
  .breadcrumb li:first-child, .breadcrumb li:nth-last-child(-n+2) {display: list-item;}
}
/* breadcrumb ends */ 
/* side nav begin */ 
.backpage .sidenav {
  width: 100%;
  box-shadow: 0 1px 5px rgba(0,0,0, 0.05);
}
.backpage .sidenav .sidenav-inner {
  background: #ffffff;
}
.backpage .sidenav .sidenav-inner h4, .sidenav .sidenav-heading {
  display:block; 
  background-color: #A20A3A;
  color: #ffffff!important;
  padding: 20px 15px;
  margin: 0px;
  font-size:15px!important;
  font-family: "GT-Walsheim-Bold", sans-serif!important;
  text-transform: uppercase;
}
.backpage .sidenav .sidenav-inner ul {
	margin:0;
	list-style-type: none;
}
@media only screen and (min-width: 641px) {.backpage .sidenav .sidenav-inner > ul {display:block!important;}}
@media only screen and (min-width: 641px) and (max-width: 1024px) {.backpage .sidenav .sidenav-inner ul li {margin-bottom:0;}}

.backpage .sidenav .sidenav-inner ul li {
  font-family: "Inter-Light", sans-serif;
  font-size: 15px;
  color: #ffffff;
  padding: 0;
  margin:0;
}
.backpage .sidenav .sidenav-inner ul li a {
	font-family: "Inter-Variable", sans-serif;
	font-size: 15px;
	color: #00448D;
	display: block;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin: 0;
	padding: 15px;
	font-weight:500;
	text-decoration:none;
	min-height:24px;
}
.toggle-dropdown ul li a:active {text-decoration:none;}
.toggle-dropdown ul li a:hover, .toggle-dropdown ul li a:focus, .backpage .sidenav .sidenav-inner ul li a.active,.backpage .sidenav .sidenav-inner ul li a:hover {
  box-shadow: inset 5px 0 0 #A20A3A;
  color: #A20A3A;
  text-decoration:none;
  background-color:#fff;
}
.backpage .sidenav .sidenav-inner ul li ul { display:none;}
.backpage .sidenav .sidenav-inner ul li ul a {padding-left: 35px;}
@media only screen and (max-width: 640px) {
    .sidenav .sidenav-heading {
        padding-left: 45px;
        background-image: url(/_resources/images/hamburger.png);
        background-position: 10px center;
        background-repeat: no-repeat;
    }
}
@media only screen and (max-width: 640px) {
    .backpage .sidenav .sidenav-inner > ul { display: none; }
}
li.has-sub-sidenav>a:first-child:before {
  font-weight: 800;
  color: #8c8a8a;
  content: url('/_resources/images/icons/keyboard_arrow_down-24px.svg');
  font-size: 20px;
  float: right;
  margin-right: 5px;
  top: 0;
  right: 15px;
}
li.has-sub-sidenav.open > a:first-child::before { content: url(/_resources/images/icons/keyboard_arrow_up-24px.svg);}
/* side nav end */
/* hero begin */
/* remove top margin if h1 is missing */
.backpage .medium-12.columns>p.large:first-child { margin-top: 0;}
#hero {background-color: #232B43;}
#hero.text-hero {
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
    background-attachment: fixed;
}
.hero-image {
  background-position: center top !important;
  background-size: cover !important;
}
.text-hero .hero-image .hero-image-heading {
  font-family: "GT-Walsheim-Medium", sans-serif;
  font-size: 55px;
  line-height: 1;
  color: #ffffff;
  text-shadow: none;
  text-transform: none;
  display:block;
  overflow-wrap: break-word;
  margin:0;
}
.hero-image p, .hero-image ul {
  font-family: "Inter-Light", sans-serif;
  font-size: 1.25em;
  color: #ffffff;
}
.hero-image ul {font-size: 1em;}
.hero-image .line {
  height: 1px;
  width: 100%;
  border-top: 1px solid #ffffff;
  margin-bottom: 15px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.hero-image .overlay {
	display: flex;
	align-items: center;
	justify-content: center;
	padding:30px 0;
	min-height:480px;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
	background-position: left top !important;
	background-size: cover !important;
}
.hero-image .vertical-center {margin-top:0px!important;}
.hero-play-btn:after {
    content: "\e901";
    font-family: 'icomoon' !important;
    display: inline-block;
    vertical-align: middle;
    width: 1.1em;
    height: 1.1em;
    border: 1px solid currentColor;
    border-radius: 50%;
    text-align: center;
    line-height: 1em;
    font-size: 1em;
    font-weight: normal;
    margin-left: 0.5em;
    margin-bottom: 0.125em;
    text-decoration: none !important;
}
@media only screen and (max-width: 640px) {
.hero-image .hero-image-heading  {
    font-size: 34px !important;
    line-height: 1.5 !important;
  }
  .hero-image p { font-size:1em;}
  .hero-image .overlay {
    height: auto;
    min-height: auto;
  }
}
.text-hero .hero-image p.lead {line-height:1.5; margin: 1rem 0;}
.text-hero .hero-image .hero-x-large.hero-image-heading { font-size: clamp(4rem, 4vw + 2rem, 7.625rem)!important;}
.text-hero .hero-image .hero-large.hero-image-heading {font-size: clamp(3.25rem, 4vw + 2rem, 6rem)!important;}
.text-hero .hero-image .hero-medium.hero-image-heading {font-size: clamp(3rem, 4vw + 2rem, 5rem)!important;}
.text-hero .hero-image p.lead.hero-x-large {font-size:clamp(2rem, 3vw + 1rem, 3.375rem)!important;}
.text-hero .hero-image p.lead.hero-large {font-size:clamp(1.5rem, 3vw + 1rem, 2.625rem)!important;}
.text-hero .hero-image p.lead.hero-medium {font-size:clamp(1rem, 3vw + 1rem, 2rem)!important;}
.text-hero .hero-image .overlay {
  background:transparent;
  min-height: auto;
  padding:5rem 0;
}
/* hero end */
/* text colors */
.white-text {color: #ffffff!important;}
.dark-text {color: #222222!important;}
.pcom-blue-text {color: #00448d!important;}
.pcom-yellow-text {color: #FCAF16!important;}
.pcom-primary-red-text {color: #FB2D37!important;}
.pcom-dark-blue-text {color: #1A203A!important;}
.pcom-dark-red-text {color: #A20A3A!important;}
.pcom-cyan-text {color: #00E4E1!important;}
.pcom-cool-gray {color: #EDF6F5!important;}
/* text colors end */
/* image cards begin */ 
.campus-news .flex-row {
  display: flex;
  flex-direction: row;
  margin-bottom:40px;
  flex-wrap: wrap; 

}
.image-cards .campus-news-item {
  box-shadow: 0 0 10px rgba(0, 0, 0, .15), 0 3px 3px rgba(0, 0, 0, .15);
  width: calc(33% - 30px);
  padding: 0;
  margin: 0 15px 15px 15px;

}
.image-cards .campus-news-item a:hover, .image-cards .campus-news-item a:active, .image-cards .campus-news-item:hover, .image-cards .campus-news-item:hover a .campus-news-heading, .image-cards .campus-news-item:focus a .campus-news-heading { text-decoration: none;}
.campus-news-image img,.backpage .campus-news-image img {width: 100%; margin:0;}
.campus-news-image {margin: 0}
.image-cards .campus-news-item > a{
  display:flex;
  flex-direction:column;
  height:100%;
  width:100%;
  text-decoration:none;
}
.campus-news-heading {
  font-family: "Inter-Variable", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #a1093a;
  margin: 10px;
  padding: 0;
}
.image-cards .campus-news-title {
  color: #a1093a;
  font-size: 1.10rem;
  margin-bottom: .75rem;
}

/* dark bg cards */
.image-cards-dark .campus-news-item { background-color:#1A203A;}
.image-cards-dark .campus-news-text, .image-cards-dark .campus-news-title  {color:#fff;}
.image-cards-dark .campus-news-title {border-bottom:2px solid #fff!important;}
/* light bg cards */
.image-cards-light .campus-news-item { background-color:#fff;}
.image-cards-light .campus-news-text, .image-cards-light .campus-news-title  {color:#1A203A;}
.image-cards-light .campus-news-title {border-bottom:2px solid #1A203A!important;}
/* hide bottom border if text-missing */
.image-cards .campus-news-heading:not(:has(.campus-news-text)) .campus-news-title { border-bottom: none!important;}
.image-cards .campus-news-item figure {background-color:#fff;}
/* outline-classes */
.image-cards-pcom-dark-red .campus-news-item:hover {outline: 5px solid #a1093a !important;}
.image-cards-pcom-dark-blue .campus-news-item:hover {outline: 5px solid #1a203a !important;}
.image-cards-pcom-yellow .campus-news-item:hover {outline: 5px solid #fcaf16 !important;}
.image-cards-pcom-cyan .campus-news-item:hover {outline: 5px solid #00e4e1 !important;}
.image-cards-pcom-blue .campus-news-item:hover {outline: 5px solid #00448d !important;}
.image-cards-pcom-red .campus-news-item:hover {outline: 5px solid #fb2d37 !important;}
.image-cards-pcom-cool-grey .campus-news-item:hover {outline: 5px solid #edf6f5 !important;}
.image-cards-pcom-no-accent .campus-news-item:hover {outline: 5px solid transparent !important;}
/* logo cards */
.image-cards .campus-news-item.logo-card .campus-news-heading {
  margin: 0;
  width: 100%;
  padding: 10px;
  background-color: #1A203A;
  margin-top: -5em;
  position: relative;
  z-index: 2;
}
.image-cards-light .campus-news-item.logo-card .campus-news-heading { background-color: #fff;}
@media only screen and (min-width: 769px) {
  .image-cards .campus-news-item-two {
    width: calc(50% - 30px);
    padding: 0;
    margin: 0 15px 15px 15px;
  }
}
@media screen and (min-width: 769px) and (max-width: 999px) {
  .image-cards .campus-news-item-four {
    width: calc(50% - 30px);
    padding: 0;
    margin: 0 15px 15px 15px;
  }
}
@media only screen and (min-width: 1000px) {
  .image-cards .campus-news-item-four {
    width: calc(25% - 30px);
    padding: 0;
    margin: 0 15px 15px 15px;
  }
  .image-cards .campus-news-item-four .campus-news-heading { margin:10px;}
  .image-cards .campus-news-item-four .campus-news-heading .campus-news-title {font-size:1em;}
}
@media only screen and (max-width: 768px) {
  .campus-news .flex-row {flex-direction: column; }
  .image-cards .campus-news-item {width: calc(100% - 30px);}
  .image-cards .campus-news-item.logo-card .campus-news-heading { margin-top: -10em; }
}
/* image cards end */
/* news start */
.backpage .date {
    width: 100%;
    display: block;
    color: #00448D;
    margin-bottom: 15px;
}
p.news-index-date, p.em-sub-heading {
    font-family: "Inter-Italic", sans-serif;
    font-size: 1.125rem;
    color: #343642;
    margin: .2rem 0 .5rem 0;
}

.pagination {
    padding: 60px 0 30px;
}

.pagination li, #pagination li {
    display: inline;
}

.pagination a {
    font-family: "Inter-Light", sans-serif;
    font-size: 16px;
    color: #07468b;
    display: inline-block;
    margin: 0 5px;
    padding: 0px 3px;
}

.pagination span {
    font-family: "Inter-Light", sans-serif;
    font-size: 16px;
    color: #ffffff;
    background: #07468b;
    display: inline-block;
    margin: 0 5px;
    padding: 0px 3px;
}
/* news end */ 
/* banner start */
.top-alert-banner {
    position: relative;
    padding: 15px 48px 15px 15px;
    background-color: #FCAF16;
    font-weight: 600;
    text-align: center;
}

.top-alert-banner a {
    color: #1A203A;
    font-size: 16px;
    text-wrap: balance;
    max-width: calc(100% - 72px);
}

.top-alert-banner button.alert-close {
    padding: 0;
    height: 44px;
    width: 44px;
    background-color: #fcaf16;
    font-size: 16px;
    color: #1a203a;
    font-weight: 600;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin: 0;
    float: none;
}
/* banner end */