@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Figtree:wght@300;400;500;600;700;800;900&family=Roboto:wght@300;400;500;700;900&display=swap");
body {
  font-family: "Roboto", sans-serif;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.8;
  color: #292a2e;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
}
@media (max-width: 479px) {
  body {
    font-size: .90rem;
    line-height: 1.7;  
    letter-spacing: 0.3px;
  }
}
.card-hover:hover {
 transform: translateY(-10px);	
}
.hex-pattern {
  background-image: url('/_resources/images/Hex-Pattern.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;	
}
.shadow-1 {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;	
}

.shadow-2 {
  box-shadow: rgba(149, 157, 165, 0.07) 0px 4px 20px;
}

.offcanvas {
  z-index: 9999;
}

.img-grayscale {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);	
}
/** Notification banner **/
.notification-banner {
  text-align: center;
  padding: 5px 10px;
  background-color: #d6282e;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  .notification-banner {
    font-size: 11px;
  }
}

/*.alert {
	margin: 0;
	border: none;
	border-radius: 0;
	text-align: center;
	color: #fff;
	background-color: #000;
	font-size: 18px;
	font-weight: bold;
	padding: 20px;
	z-index: 3;
}*/

.emergency-alert {
  top: 0;
  left: 0;
  background-color: rgba(196, 18, 48, 1);
}
.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 21;
  opacity: 0;
  border-radius: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  background: rgba(255,255,255, .95);
  padding: 5px;
  box-shadow: 0 0 20px 0 rgba(0,0,0,.2);	
}
.cookiealert .cc-message {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  font-family: 'Figtree', sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  font-weight: 400;
  color: #292a2e;	
}
.cookiealert.show {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 1000ms;
}
.cookiealert.alert a {
  text-decoration: underline;
  color: #00558c;
}
.cookiealert.alert a.btn-white {
  color: #0a253e;
}
.cookiealert.alert a:hover {
  color: #292a2e;
}
.cookiealert .acceptcookies {
  margin: 0;
  vertical-align: baseline;
  min-width: 120px;
  text-decoration: none !important;
  background-color: #00558c !important;
  font-size: 0.95rem;	
  color: #fff !important;
}
.cookiealert .acceptcookies:hover,
.cookiealert .acceptcookies:focus {
  background-color: #001c44 !important;	
}
@media only screen and (max-width: 479px) {
.cookiealert .cc-message {
  padding-top: 5px;
  font-size: 0.85rem;
  line-height: 1.5;
}
.cookiealert .acceptcookies {
  min-width: 80px;
  font-size: 0.85rem;
  padding: 6px 10px;
}	
}
.detail-link,
.content .detail-link {
  font-family: "Figtree", sans-serif;
  text-transform: uppercase;
  font-weight: 700 !important;
  letter-spacing: 0.75px;
  font-size: 0.875rem;
  color: #0071a8 !important;
  text-decoration: none !important;
  position:relative;	
}
.detail-link,
.content .detail-link:hover,
.detail-link,
.content .detail-link:focus {
  color: #3c3c3c !important;
}
.detail-link:after {
  content: "\f178";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 7px;
  transition: all 0.2s;
}
.detail-link:active::after,
.detail-link:hover::after {
  padding-left: 13px;
}
.detail-link__content {
  font-size: 1rem;
}

.detail-link-card,
.content .detail-link-card {
  font-family: "Figtree", sans-serif;
  text-transform: uppercase;
  font-weight: 700 !important;
  letter-spacing: 0.75px;
  font-size: 0.875rem;
  color: #0071a8 !important;
  text-decoration: none !important;
}
.detail-link-card,
.content .detail-link-card:hover,
.detail-link-card,
.content .detail-link-card:focus {
  color: #3c3c3c !important;
}

.detail-link-program-card,
.content .detail-link-program-card {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 700 !important;
  letter-spacing: 1.5px;
  font-size: 0.7rem;
  color: #0071a8 !important;
  text-decoration: none !important;
}
.detail-link-program-card,
.content .detail-link-program-card:hover,
.detail-link-program-card,
.content .detail-link-program-card:focus {
  color: #3c3c3c !important;
}

.detail-link--white,
.content .detail-link--white {
  font-family: "Figtree", sans-serif;
  text-transform: uppercase;
  font-weight: 700 !important;
  letter-spacing: 0.75px;
  font-size: 0.875rem;
  color: #fff !important;
  text-decoration: none !important;
}
.detail-link--white,
.content .detail-link--white:hover,
.detail-link--white,
.content .detail-link--white:focus {
  color: #e2eff8 !important;
}
.detail-link--white:after {
  content: "\f178";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 7px;
  transition: all 0.2s;
}
.detail-link--white:active::after,
.detail-link--white:hover::after {
  padding-left: 13px;
}

.detail-link--static,
.content .detail-link--static {
  font-family: "Figtree", sans-serif;
  text-transform: uppercase;
  font-weight: 700 !important;
  letter-spacing: 0.75px;
  font-size: 0.875rem;
  color: #0071a8 !important;
  text-decoration: none !important;
}
.detail-link--static,
.content .detail-link--static:hover,
.detail-link--static,
.content .detail-link--static:focus {
  color: #3c3c3c !important;
}

.detail-link--static__content {
  font-size: 1rem;
}

@media (max-width: 576px) {
  .detail-link,
  .content .detail-link {
    font-size: 0.775rem;
  }
  .detail-link-card,
  .content .detail-link-card {
    font-size: 0.775rem;
  }	
  .detail-link__content {
    font-size: 0.9rem;
  }
  .detail-link--static,
  .content .detail-link--static {
    font-size: 0.775rem;
  }
  .detail-link--static__content {
    font-size: 0.9rem;
  }
}

.alert a,
.alert a:hover,
.alert a:focus {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: #fff;
}
.alert-dismissible .close {
  padding: 0;
  right: 15px;
  font-size: 30px;
  top: -5px;
}
.alert-dismissible .close:hover,
.alert-dismissible .close:focus {
  color: #fff;
}
.fa-exclamation-triangle {
  font-size: 40px;
  color: #0a253e;
}
.disclaimer {
  font-size: 16px;
  border-top: 5px solid #d6282e;
  margin: 20px auto 50px;
  padding: 10px 0;
}
.img-border--top-right {
  box-shadow: 35px -35px 0 -20px;
}
.img-border--top-left {
  box-shadow: -35px -35px 0px -20px;
}
.img-border--bottom-left {
  box-shadow: -35px 35px 0px -20px;
}
.img-border--bottom-right {
  box-shadow: 35px 35px 0px -20px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: "Figtree", sans-serif;
  font-weight: 800;
  color: #101214;
}
h1,
.h1 {
  font-size: 2.125rem;
  line-height: 1.2;
}
h2,
.h2 {
  /*font-size: 1.875rem;*/
  font-size: 1.7rem;
  line-height: 1.2;
  letter-spacing: 0.5px;
}
h3,
.h3 {
  /*font-size: 1.5rem;*/
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.5px;
}
h4,
.h4 {
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
h5,
.h5 {
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
h6,
.h6 {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
@media (max-width: 479px) {
  h1,
  .h1 {
    font-size: 1.6rem;
  }

  h2,
  .h2 {
    font-size: 1.4rem;
  }
  h3,
  .h3 {
    font-size: 1.2rem;
  }
  h4,
  .h4 {
    font-size: 1.1rem;
  }
  h5,
  .h5 {
    font-size: 1rem;
  }
  h6,
  .h6 {
    font-size: 0.9rem;
  }
}
h1:first-child,
.h1:first-child,
h2:first-child,
.h2:first-child,
h3:first-child,
.h3:first-child,
h4:first-child,
.h4:first-child,
h5:first-child,
.h5:first-child,
h6:first-child,
.h6:first-child {
  margin-top: 0;
}
h1:last-child,
.h1:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child {
  margin-top: 0;
  margin-bottom: 0;
}
.text-800 {
  font-weight: 800 !important;	
}
@media (max-width: 479px) {
.rounded-xs-0 {
  border-radius: 0 !important;	
}
}
.lead-0 {
  font-size: 2.7rem;
  text-transform: uppercase;
}

.lead-1 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.5;
}
.lead-1--program {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.5;
}

.lead-2 {
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  font-weight: 700;
}

.text-yellow-highlight {
  position: relative;
  background: linear-gradient(
    180deg,
    transparent 60%,
    rgba(255, 203, 5, 0.9) 60%
  );
  z-index: -1;
}
@media (max-width: 479px) {
  .lead-0 {
    font-size: 1.8rem;
  }
  .lead-1 {
    font-size: 1.0rem;
  }
  .lead-1--program {
    font-size: 1.1rem;
    line-height: 1.65;
  }

  .lead-2 {
    font-size: 0.9rem;
  }
  .text-yellow-highlight {
    background-size: 100% 30%;
  }
}

/*FA duetone icon*/
.icon-blue {
  --fa-primary-color: #00558c;
  --fa-secondary-color: #00558c;
  --fa-secondary-opacity: 0.5;
}
.icon-aqua {
  --fa-primary-color: #0089a9;
  --fa-secondary-color: #0089a9;
  --fa-secondary-opacity: 0.5;
}
.icon-purple {
  --fa-primary-color: #330072;
  --fa-secondary-color: #330072;
  --fa-secondary-opacity: 0.5;
}
.icon-navy {
  --fa-primary-color: #001c44;
  --fa-secondary-color: #001c44;
  --fa-secondary-opacity: 0.5;
}
.icon-red {
  --fa-primary-color: #d6001c;
  --fa-secondary-color: #d6001c;
  --fa-secondary-opacity: 0.5;
}
.icon-orange {
  --fa-primary-color: #ff7f32;
  --fa-secondary-color: #ff7f32;
  --fa-secondary-opacity: 0.5;
}
.icon-yellow {
  --fa-primary-color: #f6be00;
  --fa-secondary-color: #f6be00;
  --fa-secondary-opacity: 0.5;
}
.icon-gold {
  --fa-primary-color: #c69214;
  --fa-secondary-color: #c69214;
  --fa-secondary-opacity: 0.5;
}


.banner-title {
  font-family: "Figtree", sans-serif;
  font-weight: 800;
  display: inline-block;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: 4px solid #6091ba;
  border-bottom: 4px solid #6091ba;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 20px;
  font-size: 4.5rem;
  line-height: 1.2;
}
.page-header {
  background-color: #f3f3f3;
  /*background-image: -o-linear-gradient(290deg,transparent 0,transparent 73%,rgba(135, 188, 234,.25) 73%,rgba(135, 188, 234,.75) 100%),-o-linear-gradient(70deg,transparent 0,transparent 65%,rgba(135, 188, 234,.05) 65%,rgba(135, 188, 234,.12) 100%),-o-linear-gradient(70deg,rgba(223, 223, 223,.75) 0,rgba(231,215,65,.35) 65%,transparent 65%,transparent 100%);
	background-image: linear-gradient(160deg,transparent,transparent 73%,rgba(135, 188, 234,.25) 0,rgba(135, 188, 234,.75)),linear-gradient(20deg,transparent,transparent 65%,rgba(135, 188, 234,.05) 0,rgba(135, 188, 234,.12)),linear-gradient(20deg,rgba(223,223, 223,.75),rgba(223, 223, 223,.35) 65%,transparent 0,transparent);
	background-repeat: repeat-x;*/
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.page-header h1 {
  color: #0a253e;
  line-height: 1;
  font-size: 2rem;
  /*padding-left: 15px;*/
}
.card > .bg-image {
  border-radius: 0;
}
.card > .bg-image {
  border-radius: 0.25rem;
}
.bg-image + .card-body {
  position: relative;
  z-index: 1;
}
.card-title-block {
  font-weight: 500;
  display: block;
}
.card-shadow {
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.5))
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
}
img.bg-image {
  -o-object-fit: cover;
  object-fit: cover;
}
img.float-end {
  margin-left: 20px;
}
img.float-start {
  margin-right: 20px;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.height-30 {
  min-height: 30vh;
}
.height-40 {
  min-height: 40vh;
}
.height-50 {
  min-height: 50vh;
}
.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.bg-slate-dark {
  background: #132a50;
}
.text-shadow {
  text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 20px;
}
.hero .section-intro {
  height: 100%;
}
.space-sm {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.space-xlg {
  padding-top: 10.5rem;
  padding-bottom: 10.5rem;
}
.text-blue {
  color: #0a253e;
}
.text-white {
  color: #fff !important;
}
.font-size-xl {
  font-size: 56px;
}
.font-size-lg {
  font-size: 38px;
}
.font-size-md {
  font-size: 24px;
}
.font-size-sm {
  font-size: 18px;
}
.font-size-xs {
  font-size: 16px;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
abbr[title],
abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
dfn {
  font-style: italic;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
.lead {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.35em;
  display: block;
}
.content a,
a {
  color: #0071a8;
  text-decoration: underline;
  font-weight: 400;
  background-color: transparent;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
a[href$=".pdf"]::after {
  content: "\f1c1";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: relative;
  right: -5px;
  padding-right: 10px;
  top: 0;
}
a[href$=".xlsx"]::after {
  content: "\f1c3";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: relative;
  right: -5px;
  padding-right: 10px;
  top: 0;
}
a[href$=".docx"]::after {
  content: "\f1c2";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: relative;
  right: -5px;
  padding-right: 10px;
  top: 0;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.interior .content ul,
.interior .content ol {
  font-size: 18px;
  font-weight: 300;
}
.interior .content ul li a,
.interior .content ol li a {
  text-decoration: none;
  border-bottom: 1px solid #000;
  font-weight: 400;
}
.interior .content ul li a:hover,
.interior .content ol li a:hover {
  border-bottom: none;
}
.interior .content .footer-social li a {
  border-bottom: none;
}
.title-decorative {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
}
.btn-outline,
.content .btn-outline {
  font-family: "Figtree", sans-serif;
  background-color: none;
  color: #3c3c3c;
  letter-spacing: 0.65px;
  text-decoration: none;
  cursor: pointer;
  font-weight: 600;
  text-align: center;
  /*text-transform: uppercase;*/
  padding: 12px 15px;
  margin: 15px auto;
  border-radius: 0.25rem;
  border: 1px solid #3c3c3c;
  min-width: 140px;
  transition: background 0.2s ease-out, color 0.2s ease-out,
    border 0.2s ease-out;
  -webkit-transition: background 0.2s ease-out, color 0.2s ease-out,
    border 0.2s ease-out;
  -moz-transition: background 0.2s ease-out, color 0.2s ease-out,
    border 0.2s ease-out;
  -ms-transition: background 0.2s ease-out, color 0.2s ease-out,
    border 0.2s ease-out;
  -o-transition: background 0.2s ease-out, color 0.2s ease-out,
    border 0.2s ease-out;
  position: relative;
  z-index: 3;
}
.btn-outline:hover,
.btn-outline:focus {
  background-color: #0a253e;
  color: #fff;
}

.btn-default,
.content .btn-default {
  font-family: "Figtree", sans-serif;
  background-color: #00558c;
  color: #fff;
  letter-spacing: 0.65px;
  text-decoration: none;
  cursor: pointer;
  font-weight: 600;
  text-align: center;
  /*text-transform: uppercase;*/
  padding: 12px 15px;
  margin: 15px auto;
  /*border-radius: 0;
	border: none;*/
  min-width: 140px;
  transition: background 0.2s ease-out, color 0.2s ease-out,
    border 0.2s ease-out;
  -webkit-transition: background 0.2s ease-out, color 0.2s ease-out,
    border 0.2s ease-out;
  -moz-transition: background 0.2s ease-out, color 0.2s ease-out,
    border 0.2s ease-out;
  -ms-transition: background 0.2s ease-out, color 0.2s ease-out,
    border 0.2s ease-out;
  -o-transition: background 0.2s ease-out, color 0.2s ease-out,
    border 0.2s ease-out;
  position: relative;
  z-index: 3;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #0a253e;
  color: #fff;
}
.btn-secondary,
.content .btn-secondary {
  font-family: "Figtree", sans-serif;
  letter-spacing: 0.65px;
  font-weight: 600;
}
.btn-red,
.content .btn-red {
  font-family: "Figtree", sans-serif;
  background-color: #d93b20;
  color: #fff;
  letter-spacing: 0.65px;
  text-decoration: none;
  cursor: pointer;
  font-weight: 600;
  text-align: center;
  /*text-transform: uppercase;*/
  padding: 12px 15px;
  margin: 15px auto;
  /*border-radius: 0;
	border: none;*/
  min-width: 140px;
  transition: background 0.2s ease-out, color 0.2s ease-out,
    border 0.2s ease-out;
  -webkit-transition: background 0.2s ease-out, color 0.2s ease-out,
    border 0.2s ease-out;
  -moz-transition: background 0.2s ease-out, color 0.2s ease-out,
    border 0.2s ease-out;
  -ms-transition: background 0.2s ease-out, color 0.2s ease-out,
    border 0.2s ease-out;
  -o-transition: background 0.2s ease-out, color 0.2s ease-out,
    border 0.2s ease-out;
  position: relative;
  z-index: 3;
}
.btn-red:hover,
.btn-red:focus {
  background-color: #a6230c;
  color: #fff;
}

.btn-white,
.content .btn-white {
  font-family: "Figtree", sans-serif;
  background-color: #ffffff;
  color: #0a253e;
  letter-spacing: 0.65px;
  text-decoration: none;
  font-weight: 600;
  padding: 12px 15px;
  margin: 15px auto;
  min-width: 140px;
  transition: background 0.2s ease-out, color 0.2s ease-out,
    border 0.2s ease-out;
  -webkit-transition: background 0.2s ease-out, color 0.2s ease-out,
    border 0.2s ease-out;
  -moz-transition: background 0.2s ease-out, color 0.2s ease-out,
    border 0.2s ease-out;
  -ms-transition: background 0.2s ease-out, color 0.2s ease-out,
    border 0.2s ease-out;
  -o-transition: background 0.2s ease-out, color 0.2s ease-out,
    border 0.2s ease-out;
}
.btn-white:hover,
.btn-white:focus {
  color: #0a253e !important;
  background-color: #6091ba;
}
.btn-light-blue,
.content .btn-light-blue {
  background-color: #d6282e;
  color: #0a253e;
}
.btn-light-blue:hover,
.btn-light-blue:focus {
  color: #fff !important;
  background-color: #0a253e;
}
.btn-link.focus,
.btn-link:focus {
  text-decoration: none;
}
.form-group .btn-default {
  min-width: 1px;
}
.text-muted {
  color: #42484c !important;
}
.btn-block {
  text-align: center;
  display: block;
}

@media (max-width: 479px) {
  .btn-default,
  .content .btn-default {
    padding: 9px 10px;
  }
  .btn-white,
  .content .btn-white {
    padding: 9px 10px;
  }
  .btn-outline,
  .content .btn-outline {
    padding: 9px 10px;
  }
  .btn-red,
  .content .btn-red {
    padding: 9px 10px;
  }
}
img {
  max-width: 100%;
  height: auto;
}
.content {
  overflow: hidden;
}
.bg-white {
  background-color: #fff !important;
}
.bg-gray {
  background-color: #f4f4f4 !important;
}
.bg-darker-gray {
  background-color: #f4f5f7 !important;
}
.bg-blue {
  background-color: #0a253e !important;
  color: #fff;
}
.bg-light-blue {
  background-color: #3a76ab !important;
}
.red {
  background-color: #d6282e !important;
}

.bg-dark {
  background-color: #212529 !important;
}
.fullwidth-split {
  padding: 0;
}
.fullwidth-split .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.fullwidth-split-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 4rem 0;
}
.fullwidth-split-text .text-wrapper {
  max-width: 85%;
}
.section {
  padding: 55px 0;
  position: relative;
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  -o-animation-duration: 0.2s;
  animation-duration: 0.2s;
}
.parallax-window {
  min-height: 450px;
  background: transparent;
}
.container {
  position: relative;
}
.parallax-bg {
  background-attachment: fixed;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 50% auto;
}
.section-with-background {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  /*padding: 75px 0;*/
  padding: 15px 0;
  position: relative;
  overflow: hidden;
}
.half-and-half {
  background-size: 65%;
  background-position: 30% center;
}
.half-and-half .text {
  max-width: 50%;
  text-align: right;
  float: right;
}
.icon span {
  line-height: 1;
  font-size: 3.6em;
  color: #fff;
  text-align: center;
  display: block;
  font-weight: bold;
}
.icon span:first-child {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.icon span:last-child {
  display: block;
  font-size: 1.1em;
  margin-top: 10px;
  font-weight: 400;
  line-height: 1.5;
}
.news-events .news-list,
.news-events .events-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.news-events .news-list li a,
.news-events .events-list li a {
  color: #091835;
  text-decoration: none;
}
.news-events .news .news-list li {
  margin-bottom: 15px;
  padding: 5px 0;
  display: block;
}
.news-events .news .news-list li:last-child {
  margin-bottom: 0;
}
.news-events .news-list li:hover,
.news-events .news-list li:focus,
.news-events .events-list li:hover,
.news-events .events-list li:focus {
  background-color: #e5e5e5;
}
.news-events .events-list .date {
  display: inline-block;
  margin-right: 30px;
}
.news-events .events-list a {
  display: inline-block;
}
.news-events .events-list li {
  padding: 5px 0;
}
.news-events .news-footer {
  background-color: rgba(9, 24, 53, 0.8);
  padding: 40px 0 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.news-events .news-footer ul {
  list-style: none;
  padding: 0;
  text-align: center;
}
.news-events .news-footer ul li {
  margin-bottom: 10px;
}
.news-events .news-footer a {
  color: #fff;
  text-decoration: none;
}
.news-events .news-footer a:hover,
.news-events .news-footer a:focus {
  text-decoration: underline;
}
/*Header Styles*/
.menuToggle {
  display: none;
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 20px;
}
.menuToggle .visually-hidden {
  color: #fff;
}
.siteHeader {
  font-family: "Figtree", sans-serif;
  display: block;
  /*	position: fixed;*/
  width: 100%;
  z-index: 5;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}
.main-navigation .top-row {
  background-color: #001c44;
  padding: 10px 0;
}
.audience .nav-item .nav-link:after {
  content: "|";
  display: inline-block;
  color: #fff;
  position: relative;
  right: -12px;
}
.audience .nav-item:nth-last-child(2) .nav-link:after {
	content: "";
}
/*.audience .justify-content-end .nav-item:nth-child(3) .nav-link:after,
.audience .nav-item:last-child .nav-link:after {
	content: "";
}*/
.main-navigation .bottom-row {
  background-color: #fff;
  padding: 15px 0;
}
header .modal-body {
  padding: 0;
}
.modal-open .siteHeader {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#skiptocontent a {
  padding: 6px;
  position: absolute;
  top: -160px;
  left: 0px;
  color: #000;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-bottom-right-radius: 8px;
  background: transparent;
  -webkit-transition: top 1s ease-out, background 1s linear;
  transition: top 1s ease-out, background 1s linear;
  z-index: 100;
}
#skiptocontent a:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #d8c722;
  outline: 0;
  -webkit-transition: top 0.1s ease-in, background 0.5s linear;
  transition: top 0.1s ease-in, background 0.5s linear;
}
/*a:hover {
	text-decoration: none;
}*/
.logo a {
  position: absolute;
  left: 0;
  padding: 0 !important;
  top: -45px;
  width: 250px;
  height: 140px;
  background: url("/_resources/images/KGI-logo-positive.svg") no-repeat;
  background-size: contain;
  background-position: center;
  text-indent: -9999px;
  margin: 0;
  color: #fff;
}
.logo a .visually-hidden {
  color: #0a253e;
}
.hide {
  display: none;
}
.modal-backdrop.show {
  opacity: 0.75;
}
.close {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  text-align: right;
  font-size: 40px;
  position: absolute !important;
  display: inline-block;
  top: 30px;
  right: 130px;
  text-shadow: none;
  width: 40px;
  height: 40px;
  opacity: 1;
}
.close:hover,
.close:focus {
  color: rgba(255, 255, 255, 0.75);
}
/*Auxillary and Audience Navigations*/
.audience .nav li a,
.auxnav .nav li a {
  font-size: 14px !important;
  color: #fff !important;
  padding: 5px 15px !important;
  text-transform: uppercase;
  display: block;
  width: 100%;
  font-weight: 800 !important;
  letter-spacing: 1px !important;
}
.audience .nav li a {
  font-size: 12px !important;
}
.audience .nav li a:hover,
.auxnav .nav li a:hover,
.audience .nav li a:focus,
.auxnav .nav li a:focus {
  color: rgba(255, 255, 255, 0.75) !important;
}
/*Search*/
.modal-open-menu .modal-backdrop {
  z-index: 5;
}
.modal-open-menu-mobile .modal-backdrop {
  z-index: 4;
}
.header-search {
  margin-left: 25px;
}
.header-search .form-control {
  border-radius: 0 !important;
  height: 30px;
  margin: 0;
  padding: 6px 12px;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  transition: width 0.3s ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  width: 250px;
  border: none;
}
.header-search .btn-default {
  background: transparent;
  border: 0 none;
  color: #575757;
  position: absolute;
  right: 8px;
  top: 0;
  z-index: 3;
  min-width: auto;
  padding: 0;
  margin: 5px 0;
}
.header-search .btn-default .visually-hidden {
  color: #fff;
}
.header-search .btn-default .sr-only {
  color: #fff;
}
.search-label {
  color: #fff;
}
.header-search form input[type="text"],
.header-search form input.form-text {
  font-size: 14px;
}
.header-search::-webkit-input-placeholder {
  font-size: 14px;
}
#siteSearch ::-moz-placeholder {
  font-size: 14px;
}
.header-search ::-ms-placeholder {
  font-size: 14px;
}
.header-search ::placeholder {
  font-size: 14px;
}
/*Main Navigation Styles*/
/*Top Navigation and Mobile Menu Wrapper*/
.site-navigation.modal {
  display: block;
  opacity: 1;
  position: relative;
  overflow: visible;
}
.site-navigation.modal .modal-dialog {
  width: 100%;
  max-width: none;
  margin: 0;
  transform: none;
}
.site-navigation.modal .modal-dialog .modal-content {
  border: none;
  background-color: transparent;
}
/*Styles for Desktop Top Navigation Horizontal Section*/
.main-navigation .nav {
  width: 100%;
  font-size: 0; /*removes gap between li items on hover*/
  position: relative;
  right: 0;
}
.main-navigation .bottom-row .nav {
  margin-top: 0;
}
/*Centers the top navigation*/
.main-navigation .nav li a {
  padding: 10px 15px;
  color: #0a253e;
  font-size: 17px;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  line-height: inherit;
  font-weight: 800;
  letter-spacing: 0.5px;
}
.main-navigation .nav li .dropdown-toggle {
  text-transform: uppercase;
}
/* .main-navigation .nav li.open a, .main-navigation .nav li.show a{
background-color: #d6282e;
color: #0A253E;
} */
.main-navigation .nav .dropdown .dropdown-menu li a {
  font-size: 15px;
  text-align: left;
  white-space: normal;
  border-bottom: 1px solid #ddd;
  font-weight: 500;
  padding-left: 5px;
  padding-right: 5px;
  letter-spacing: 0.5px;
}
.main-navigation .nav .dropdown .dropdown-menu li .sub-menu li:last-child a {
  border-bottom: none;
}
.main-navigation .nav li.open .sub-menu li a,
.main-navigation .nav li.show .sub-menu li a {
  background-color: transparent;
  color: #0a253e;
}
.main-navigation .nav li.open .sub-menu li a:hover,
.main-navigation
  .nav
  li.open
  .sub-menu
  li
  a:focus
  .main-navigation
  .nav
  li.show
  .sub-menu
  li
  a:hover,
.main-navigation .nav li.show .sub-menu li a:focus {
  background-color: #f8f9fa;
  color: #0a253e;
}
/* .main-navigation .nav li a:hover, .main-navigation .nav li a:focus{
color: #000;
} */
.main-navigation .nav .dropdown.open:hover .dropdown-menu,
.main-navigation .nav .dropdown.show .dropdown-menu {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
  /*    -webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	visibility: visible;
	opacity: 1;*/
}
.main-navigation .nav .dropdown {
  display: inline-block;
  float: none;
  position: static;
}
.dropdown-menu,
.dropdown-menu.show {
  transform: none !important;
  top: inherit !important;
  left: inherit !important;
}
.main-navigation .nav .dropdown .dropdown-menu {
  /*    visibility: hidden;
	opacity: 0;
	display: block;*/
  display: none;
  border-left: none;
  border-right: none;
  border-top: 4px solid #d6282e;
  background-color: #fff;
  color: #0a253e;
  width: 100%;
  font-size: 16px;
  list-style: outside none none;
  margin-top: 0;
  padding: 5px 0;
  text-align: left;
  z-index: 3;
  position: absolute;
  left: 0 !important;
  top: 100%;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-header {
  top: 0;
  display: none;
  z-index: 5;
  height: 80px;
  background-color: #001c44;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}
.mobile-header .audience {
  margin-top: 20px;
}
.mobile-buttons-wrapper {
  position: relative;
}
.home .mobile-logo a {
  color: #000;
}
.mobile-logo a {
  position: absolute;
  left: 20px;
  top: -5px;
  padding: 0 !important;
  width: 150px;
  height: 90px;
  background: url("/_resources/images/kgi-logo-negative-2.svg") no-repeat;
  background-size: contain;
  background-position: center;
  text-indent: -9999px;
  margin: 0;
  color: #fff;
}
.menuClose {
  display: none;
}
.juicer-feed .j-paginate {
  color: #0a253e !important;
  border: 2px solid #0a253e !important;
}
.juicer-feed .j-paginate:hover {
  background: #0a253e !important;
  color: #fff !important;
}
.juicer-feed h1.referral a {
  color: #0a253e !important;
}
/*Footer*/
footer {
  padding: 20px 0 0;
  background-color: #001c44;
  color: #fff;
  font-family: "Roboto", sans-serif;
}
footer img {
  display: block;
  width: 210px;
}
footer a {
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.75px;
}
footer a:hover,
footer a:focus,
footer a:active {
  color: rgba(255, 255, 255, 0.65) !important;
}
footer h2,
footer h2 a {
  margin: 0;
  font-weight: 700;
  line-height: 0.75;
}
.footer-nav {
  margin-top: 30px;
}
.footer-nav .list-unstyled {
  /*border-right: 1px solid #fff;*/
}
.footer-nav div:nth-child(4) .list-unstyled {
  border-right: none;
}
.footer-social {
  padding-left: 0;
  list-style: none;
  text-align: center;
  /*margin: 20px auto;*/
  margin: 20px 0 40px 0;
}
.footer-social li {
  display: inline-block;
  margin: 0 10px;
}
.footer-social li a:before {
  display: inline-block;
  font-family: "Font Awesome 6 Brands";
  color: #fff;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.footer-social li a.twitter:before,
.content-social li a.twitter:before {
  content: "\e61b";
}
.footer-social li a.facebook:before,
.content-social li a.facebook:before {
  content: "\f39e";
}
.footer-social li a.youtube:before,
.content-social li a.youtube:before {
  content: "\f167";
}
.footer-social li a.instagram:before,
.content-social li a.instagram:before {
  content: "\f16d";
}
.footer-social li a.snapchat:before,
.content-social li a.snapchat:before {
  content: "\f2ac";
}
.footer-social li a.linkedin:before,
.content-social li a.linkedin:before {
  content: "\f0e1";
}
.footer-social li a.pinterest:before,
.content-social li a.pinterest:before {
  content: "\f231";
}
.footer-social li a.flickr:before,
.content-social li a.flickr:before {
  content: "\f16e";
}
.footer-social li:hover a:before,
.content-social li:hover a:before {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5) !important;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.content-social {
  padding-left: 0;
  list-style: none;
  text-align: center;
  margin: 15px auto;
}
.content-social li {
  display: inline-block;
  margin: 0 5px;
}
.content-social li a:before {
  display: inline-block;
  font-family: "Font Awesome 6 Brands";
  color: #fff;
  background-color: #002c76;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.footer-address {
  padding-left: 0;
  list-style: none;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 40px;
  line-height: 20px;
}
.footer-address li {
  display: block;
  clear: both;
  margin: 10px 0;
}
footer h3 {
  font-weight: 600;
  color: #fff;
  font-size: 22px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
footer h4 {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 25px;
}
footer .list-inline-item:not(:last-child) {
  margin-right: 1rem;
}
footer .list-unstyled li {
  margin-bottom: 10px;
}
footer .copyright {
  padding: 10px 0 0 0;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.75px;
  line-height: 28px;
}
footer .copyright .list-inline {
  text-align: center;
}
footer .copyright a {
  color: #fff;
  font-size: 12px;
}
footer .copyright li:after {
  content: "|";
  display: inline-block;
  color: #fff;
  position: relative;
  right: -10px;
}
footer .copyright li:last-child:after {
  content: "";
}
.compass {
  background: transparent url("../images/compass.svg") no-repeat center top;
  width: 100%;
  float: left;
  height: 60px;
  margin-top: -52px;
  position: absolute;
}
.container-padding {
  padding: 0 50px;
}
.two-col {
  -webkit-columns: 2 !important;
  -moz-columns: 2 !important;
  columns: 2 !important;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
  display: block !important;
  margin-bottom: 20px;
}
.three-col {
  -webkit-columns: 3 !important;
  -moz-columns: 3 !important;
  columns: 3 !important;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
  display: block !important;
  margin-bottom: 20px;
}
.section.full-width {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.section.full-width [class*="col-"],
.section.full-width [class*="col"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/*Video*/
.video-feature {
  width: 100%;
}
.video-feature video {
  display: block;
  width: 100%;
  aspect-ratio: 1280 / 960;
  background-color: black;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 480px) {
  .video-feature video {
    aspect-ratio: 1280 / 480;
  }
}
.video-feature .container {
  position: relative;
  max-width: 1320px;
}
/*video {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: none;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translate(-50%,-50%);
	overflow: hidden;
}*/
.video-feature .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; /* FF3.6-15 */
  background: -webkit-linear-gradient(0deg, rgb(0, 28, 68) 0%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0) 100%);
background: -moz-linear-gradient(0deg, rgb(0, 28, 68) 0%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0) 100%);
background: -o-linear-gradient(0deg, rgb(0, 28, 68) 0%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0) 100%);
background: -ms-linear-gradient(0deg, rgb(0, 28, 68) 0%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0) 100%);
background: linear-gradient(0deg, rgb(0, 28, 68) 0%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0) 100%);

}
.play-pause,
.play {
  position: absolute;
  z-index: 3;
  color: #000;
  background: rgba(255, 255, 255, 0.9);
  width: 50px;
  height: 28px;
  right: 30px;
  bottom: 30px;
  border: none;
  border-radius: 50px;
  font-size: 15px;
}
.play-pause:hover,
.play-pause:focus {
  color: #000;
  background: rgba(255, 255, 255, 0.9);
}

.play {
  display: none;
}
.play-pause .fa,
.play .fa {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-feature .btn:hover,
.video-feature .btn:focus {
  color: #fff;
}
/*Home Page Slider*/
.slider-wrapper {
  position: relative;
  overflow: hidden;
}
.hero-slider {
  position: relative;
}
.hero-slider .slide {
  width: 100vw;
  height: 60vh;
  display: flex;
  justify-content: flex-end;
  align-items: left;
  position: relative;
  background-color: #000;
}
.hero-slider .slide .slider-img {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/*Dark Overlay*/
.hero-slider .carousel-caption {
  margin: 0 auto;
  left: 50px;
  right: initial;
  bottom: 100px;
  text-align: left;
  line-height: 30px;
  z-index: 1;
  background-color: rgba(71, 71, 71, 0.6);
  padding: 30px;
}
.video-feature .video-caption {
  position: absolute;
  color: #fff;
  margin: 0 auto;
  right: initial;
  bottom: 70px;
  z-index: 1;
}

.video-feature .video-caption img {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slider-wrapper .carousel-caption-overlay,
.slider-wrapper .video-caption-overlay {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #000;
  background: -moz-linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0) 100%
  ); /* ff3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0.3)),
    color-stop(100%, rgba(0, 0, 0, 0.7))
  ); /* safari4+,chrome */
  background: -webkit-linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0) 100%
  ); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0) 100%
  ); /* opera 11.10+ */
  background: -ms-linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0) 100%
  ); /* ie10+ */
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0) 100%
  ); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* ie6-9 */
}
.content .hero-slider .carousel-caption a,
.hero-slider .carousel-caption a,
.video-feature .video-caption a {
  color: #fff;
  text-decoration: none;
}
.content .hero-slider .carousel-caption a.btn,
.hero-slider .carousel-caption a.btn,
.video-feature .video-caption a.btn {
  color: #3c3c3c;
  text-decoration: none;
}
.hero-slider .carousel-caption a:hover,
.video-feature .video-caption a:hover,
.hero-slider .carousel-caption a:focus,
.video-feature .video-caption a:focus {
  color: #fff;
}
.hero-slider .carousel-caption h1 {
  font-size: 4rem;
  margin: 0 0 10px;
  color: #fff !important;
  font-weight: 500;
  text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.5);
}
.video-feature .video-caption h1 {
  font-size: 3.5rem;
  margin-bottom: -10px;
  color: #fff !important;
  font-weight: 800;
  text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.5);
  width: 600px;
  line-height: 1.1;
}

@media (max-width: 767px) {
  .video-feature .video-caption h1 {
    font-size: 3rem;
  }
}
@media (max-width: 576px) {
  .video-feature .video-caption h1 {
    font-size: 1.9rem;
    width: 400px;
  }
  .play-pause,
  .play {
    width: 25px;
    height: 25px;
    right: 10px;
    bottom: 10px;
    font-size: 13px;
  }
}
@media (max-width: 479px) {
  .video-feature .video-caption {
    bottom: 40px;
  }
}
.slider-wrapper .slick-prev,
.slider-wrapper .slick-next {
  z-index: 1;
  color: #fff;
  background-color: #0a253e;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
}
.slider-wrapper .testimonial-slider .slick-prev,
.slider-wrapper .testimonial-slider .slick-next {
  z-index: 1;
  color: #747272;
  background-color: transparent;
  width: 100px;
  height: 100px;
  border: none;
}
.slider-wrapper .slide-controllers {
  width: 100px;
  height: 30px;
  position: absolute;
  left: 50px;
  bottom: 25px;
}
.slider-wrapper .slide-controllers .pause-play {
  color: #fff;
  background-color: #0a253e;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 2;
  border: 1px solid #fff;
}
.slider-wrapper .slide-controllers .pause-play:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f04c";
  display: block;
  font-size: 12px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slider-wrapper .slide-controllers .pause-play.paused:before {
  content: "\f04b";
}
.slider-wrapper .slick-prev:hover,
.slider-wrapper .slick-prev:focus,
.slider-wrapper .slick-next:hover,
.slider-wrapper .slick-next:focus,
.slider-wrapper .slide-controllers .pause-play:focus,
.slider-wrapper .slide-controllers .pause-play:hover {
  color: #fff !important;
  background-color: #0a253e !important;
}
.slider-wrapper .testimonial-slider .slick-prev:hover,
.slider-wrapper .testimonial-slider .slick-prev:focus,
.slider-wrapper .testimonial-slider .slick-next:hover,
.slider-wrapper .testimonial-slider .slick-next:focus {
  color: #000 !important;
  background-color: transparent !important;
}
.slider-wrapper .slick-prev {
  left: 0;
  bottom: 0;
}
.slider-wrapper .slick-next {
  right: 0;
  bottom: 0;
}
.slider-wrapper .slick-next:before {
  font-family: "Font Awesome 6 Pro" !important;
  content: "\f105" !important;
  display: block;
  opacity: 1;
  font-size: 20px !important;
}
.slider-wrapper .slick-prev:before {
  font-family: "Font Awesome 6 Pro" !important;
  content: "\f104" !important;
  display: block;
  opacity: 1;
  font-size: 20px !important;
}
.slider-wrapper .testimonial-slider .slick-next:before,
.slider-wrapper .testimonial-slider .slick-prev:before {
  font-size: 100px !important;
  color: #939191;
}

.slider-wrapper--testimonial {
  background: #e2eff8;
  padding: 30px 0 15px 0;
  border-radius: 10px;
  /*border: 2px solid #f1f1f1;*/
}
.testimonial-slider {
  text-align: left;
}
.testimonial-slider .testimonial-quote {
  width: 90%;
  margin: 20px auto;
  font-family: "Figtree", sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
  font-weight: 700;
  color: #0c0c0c;
}

.testimonial-slider .testimonial-quote::before {
  font-family: Georgia, serif;
  content: "“";
  position: absolute;
  top: -60px;
  left: 10px;
  font-size: 8em;
  color: rgba(3, 78, 162, 0.2);
}

.testimonial-slider .testimonial-name {
  font-family: "Figtree", sans-serif;
  font-size: 0.8rem;
  font-weight: 900;
  color: #3c3c3c;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  margin-top: 15px;
}

.testimonial-slider .testimonial-name .testimonial-title {
  font-weight: 500;
}

.testimonial-slider img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: 15px 15px 0 15px;
  object-fit: cover;
}
@media (max-width: 576px) {
  .slider-wrapper--testimonial {
    padding: 0;
  }
  .testimonial-slider .testimonial-quote {
    font-size: 1rem;
    line-height: 1.3;
  }
  .testimonial-slider .testimonial-quote::before {
    top: -10px;
    left: 5px;
    font-size: 6em;
  }
  .testimonial-slider img {
    width: 70px;
    height: 70px;
  }
  .testimonial-slider .testimonial-name {
    font-size: 0.7rem;
  }
}
.hero {
  position: relative;
  height: 460px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000;
}
.hero-mobile {
  display: none;
}
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.25) 35%,
    rgba(0, 0, 0, 0.25) 38%,
    rgba(0, 0, 0, 0.25) 61%,
    rgba(0, 0, 0, 0.25) 62%,
    rgba(0, 0, 0, 0.75) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.25) 35%,
    rgba(0, 0, 0, 0.25) 38%,
    rgba(0, 0, 0, 0.25) 61%,
    rgba(0, 0, 0, 0.25) 62%,
    rgba(0, 0, 0, 0.75) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.25) 35%,
    rgba(0, 0, 0, 0.25) 38%,
    rgba(0, 0, 0, 0.25) 61%,
    rgba(0, 0, 0, 0.25) 62%,
    rgba(0, 0, 0, 0.75) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#bf000000',GradientType=0 );
}
.hero-title-container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}
.news-events-header {
  position: relative;
}
.bg-blue .news-events-header .news,
.bg-blue .news-events-header .events {
  color: #fff;
}
.news-events-header .news,
.news-events-header .events {
  color: #00558c;
  text-align: right;
  text-decoration: none;
  display: block;
  position: absolute;
  right: 30px;
  top: 0;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}
.news-events-header .news:after,
.news-events-header .events:after {
  content: "\f178";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 7px;
  transition: all 0.2s;
}
.news-events-header .news:active::after,
.news-events-header .news:hover::after,
.news-events-header .events:active::after,
.news-events-header .events:hover::after {
  padding-left: 13px;
}
.home-news--date {
  padding: 20px 0 10px 0;
  font-family: "Figtree", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.75px;
  color: #3e3e3e;
  text-transform: uppercase;
}
.home-news--link {
  line-height: 1.4;
}
@media (max-width: 991px) {
  .home-news--link {
    margin-bottom: 40px;
  }
}

.home-news--link a {
  text-decoration: none;
  color: #0c0c0c;
  font-weight: 700;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.5px;
}
.home-news--link a:hover {
  color: #0071a8;
  text-decoration: none;
}
.bg-blue .news-events-header span {
  color: #fff;
}
.news-events-header span {
  color: #3c3c3c;
  font-size: 24px;
  margin-right: 5px;
}
.news-events-header .news:hover,
.news-events-header .events:hover,
.news-events-header .news:focus,
.news-events-header .events:focus {
  text-decoration: none;
  color: #000;
}
.event-item {
  margin-bottom: 15px;
}
.event-item-header,
.event-item-header h3 {
  font-size: 18px;
  line-height: 24px;
}
.bg-blue .event-item-header a {
  color: #fff;
}
.event-item-header a {
  text-decoration: none;
  color: #00558c;
  font-weight: 700;
}
.event-item-header a:hover,
.event-item-header a:focus {
  text-decoration: underline;
}
.event-item-copy p {
  margin-bottom: 5px;
}
.event-item-date {
  font-size: 12px;
}
.events .event-item {
  display: table;
  margin-bottom: 20px;
  position: relative;
}
.events .event-item .event-date,
.events .event-item .event-text {
  display: table-cell;
  position: relative;
}
.event-item .event-date {
  vertical-align: middle;
}
.event-item .event-date .event-month {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 800;
  color: #fff;
  font-family: "figtree", sans-serif;
  letter-spacing: 1px;
}
.event-item .event-date .event-day {
  display: block;
  text-align: center;
  font-size: 35px;
  font-weight: 800;
  color: #fff;
  font-family: "figtree", sans-serif;
}
.event-item .event-date .year {
  color: #fff;
  text-align: center;
  display: block;
  font-family: "figtree", sans-serif;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.event-item-time-location {
  font-family: "figtree", sans-serif;
  font-size: 17px;
  font-weight: 700;
}
.event-item .event-text {
  position: relative;
  vertical-align: top;
  padding-left: 20px;
}
.event-item .event-date-bg {
  background-color: #00558c;
  padding: 5px 20px;
  /*-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);*/
  border-radius: 5px;
}
.bg-blue .event-item .event-date-bg {
  background-color: #fff;
}
.bg-blue .event-item .event-date .event-month {
  color: #000000;
}
.bg-blue .event-item .event-date .event-day {
  color: #000000;
}
.bg-blue .event-item .event-date .year {
  color: #000000;
}
.event-item .event-item-time-location .time:before {
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  content: "\f017";
  font-size: 14px;
  margin-right: 5px;
  color: #6091ba;
}
.event-item .event-item-time-location .location {
  margin-left: 10px;
}
.event-item .event-item-time-location .location:before {
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  content: "\f3c5";
  font-size: 14px;
  margin-right: 5px;
  color: #6091ba;
}
.news-list p {
  margin-top: 15px;
}
.news-list img {
  margin-bottom: 15px;
}
.restrict {
  padding: 0 20%;
}
.card {
  border-radius: 0;
  border: none;
  /*-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);*/
  transition: transform 0.3s;
}
/*.card:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}*/
.card .fa,
.card .far,
.card .fas {
  color: #d6282e;
}
.card-img-top,
.card-img-side {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bg-secondary {
  background: #f2f4f4 !important;
}
.card-borderless {
  border: none;
}
.bg-gray .card {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
  border: none;
  margin-bottom: 20px;
}
.card .image-overlay {
  padding-top: 70%;
  position: relative;
  width: 100%;
  background-color: #000;
  overflow: hidden;
}
.card.card-img-side .image-overlay {
  padding-top: 60%;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000;
  overflow: hidden;
}
.card .image-overlay .card-img-top {
  background-color: #000;
  color: #fff;
  background-size: cover;
  background-position: 50%;
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card.card-img-side .image-overlay .card-img {
  background-color: #000;
  color: #fff;
  background-size: cover;
  background-position: 50%;
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card a .card-body h3 {
  /*font-size: 18px;*/
}
.card a:hover .card-body h3,
.card a:focus.card-body h3 {
  text-decoration: underline;
}
.card .card-body h4 {
  /*color: #020202;*/
}
.card a {
  text-decoration:none !important;
}
.card a .card-body h3,
.card a .card-body h4,
.card .card-body h3 a,
.card .card-body h4 a,
.news-list h2 a {
  text-decoration: none !important;
}
.card a:hover .card-body h3,
.card a:hover .card-body h4,
.card .card-body h3 a:hover,
.card .card-body h4 a:hover,
.news-list h2 a:hover,
.card a:hover {
  /*text-decoration:underline !important;*/
}
.card a p {
  font-weight: 400;
}
.card a .card-body {
  text-decoration: none !important;
  color: #020202;
  line-height: 22px;
}
.calendar-item {
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 7px 18px 0px rgba(85, 85, 85, 0.32);
  -moz-box-shadow: 0px 7px 18px 0px rgba(85, 85, 85, 0.32);
  box-shadow: 0px 7px 18px 0px rgba(85, 85, 85, 0.32);
  margin-bottom: 20px;
  min-height: 155px;
  transition: all 0.5s;
}
.custom-slider-arrows .slick-next,
.custom-slider-arrows .slick-prev {
  background: rgba(255, 255, 255, 0.75) !important;
  padding: 10px !important;
  width: 40px !important;
  height: 40px !important;
}
.custom-slider-arrows .news-slider .slick-next,
.custom-slider-arrows .news-slider .slick-prev {
  top: 35%;
}
.custom-slider-arrows .slick-next {
  right: 15px !important;
}
.custom-slider-arrows .slick-prev {
  left: 15px !important;
  z-index: 1 !important;
}
.custom-slider-arrows .slick-next:before {
  font-family: "Font Awesome 6 Pro" !important;
  content: "\f105" !important;
  display: block;
  opacity: 1;
  font-size: 30px !important;
  color: #000 !important;
  position: relative;
  top: -4px;
}
.custom-slider-arrows .slick-prev:before {
  font-family: "Font Awesome 6 Pro" !important;
  content: "\f104" !important;
  display: block;
  opacity: 1;
  font-size: 30px !important;
  color: #000 !important;
  position: relative;
  top: -4px;
}
.breadcrumb {
  background-color: transparent !important;
  margin: 0;
  /*display: block;*/
  padding: 1rem 0 2rem 0;
  line-height: 1.5rem !important;
  font-family: "Firgtree", sans-serif;
}
.breadcrumb .fa-home {
  color: #d6282e;
}
.breadcrumb-item.active {
  color: #606060;
}
.breadcrumb li {
  display: inline;
  margin: 0;
  font-size: 14px;
  line-height: 1.5em;
  color: #4e555a;
  font-weight: 400;
}
.breadcrumb li a {
  font-family: "Firgtree", sans-serif;
  font-weight: 500;
  text-decoration: none;
  border-bottom: none !important;
  color: #3c3c3c;
}
.breadcrumb li a:hover {
  text-decoration: none;
  text-decoration-color: #000;
  color: #0071a8;
}
/*Side Nav*/

/* RN custom */
.navbar-expand-lg .navbar-collapse {
  flex-wrap: wrap;
}
/*-----------*/

.side-nav-heading {
  font-size: 18px !important;
  color: #343a40 !important;
  font-weight: 700;
  padding: 0.5rem 0 0.95rem 0;
  margin: 0 !important;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}
.side-nav-heading:after {
  display: none;
}
.side-nav-heading a {
  color: #fff !important;
  text-decoration: none;
}

.side-nav.nav > .active > a {
  background-color: #f2f4f4;
}

@media (max-width: 991px) {
  .side-nav.nav > .active > a {
    background-color: #dfdfdf;
  }
}

.sub-link-heading {
  font-family: "figtree", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #3c3c3c;
}

#sidebar {
  margin-bottom: 20px;
  padding: 0 0 20px 0;
  background-color: #fff;
}

#sidebar #side-nav-accordion {
  width: 100%;
  padding: 0;
}
#sidebar .navbar {
  padding: 0;
  background-color: transparent;
  margin-bottom: 20px;
  display: block;
}
#sidebar .nav-item:first-child {
  border-top: none;
}
#sidebar .nav-link {
  font-family: "Roboto", sans-serif;
  color: #3c3c3c;
  font-size: 14px;
  text-decoration: none;
  padding: 12px;
  line-height: 19px;
  border-bottom: 1px solid #e9ecef;
  border-left: 0px;
  border-right: 0px;
  font-weight: 500;
  letter-spacing: 0.75px;
}
#sidebar .nav-link:hover,
#sidebar .navbar-light .nav-link:focus {
  color: #000;
  background-color: #f2f4f4;
}
#sidebar .nav-link:active {
  background-color: #f2f4f4 !important;
}
#sidebar .navbar {
  width: 100%;
}
#sidebar .navbar .navbar-toggler {
  color: #000;
  font-size: 20px;
  border: none;
  position: absolute;
  right: 0;
  top: -40px;
}
#sidebar .navbar .navbar-toggler[aria-expanded="false"] .fa-chevron-up {
  display: none;
}
#sidebar .navbar .navbar-toggler[aria-expanded="true"] .fa-chevron-down {
  display: none;
}
#sidebar .navbar-brand {
  font-size: 15px;
  font-weight: 500;
  padding-left: 10px;
}
#sidebar .navbar .nav-item {
  margin: 0;
  border-left: 0px;
  border-right: 0px;
  position: relative;
  display: block;
  width: 100%;
}
#sidebar .navbar .row {
  width: 100%;
}
#sidebar .navbar .nav-item .navbar-nav {
  background-color: #f6f6f6;
}
#sidebar .navbar .nav-item .nav-item .nav-link {
  font-size: 14px;
  padding: 10px 15px 10px 30px;
  border: none;
  color: #3c3c3c;
}
#sidebar .navbar .nav-item .nav-item:first-child .nav-link {
  padding-top: 15px;
}
#sidebar .navbar .nav-item .nav-item .nav-link:hover,
#sidebar .navbar .nav-item .nav-item .nav-link:focus,
#sidebar .navbar .nav-item .nav-item .nav-link:active {
  color: #000;	
  background-color: #f2f4f4;
}
.nav>.active>a {
    color: #0071a8 !important;
}

#sidebar .navbar .nav-item .nav-item .nav-item .nav-link {
  font-size: 14px;
  padding: 10px 15px 10px 50px;
}
#sidebar .navbar .nav-item .nav-item:first-child .nav-link {
  border-top: none;
}

#sidebar .navbar .nav-item .nav-item .nav-item .nav-item .nav-link {
  font-size: 14px;
  padding: 10px 15px 10px 70px;
}

#sidebar .navbar .nav-item .nav-link[data-bs-toggle]::after,
#sidebar .navbar .nav-item .nav-link::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  font-size: 16px;
  color: #495057;
  position: absolute;
  right: 24px;
  display: none;
}
#sidebar .navbar .nav-item .nav-link[data-bs-toggle]::after {
  content: "\f067";
  font-size: 12px;
  top: 12px;
}
#sidebar .navbar .nav-item .nav-link[aria-expanded="true"]::after {
  content: "\f068";
}
#sidebar .navbar .nav-item .nav-link[aria-expanded="true"] {
  padding-bottom: 12px;
}
#sidebar .navbar .nav-item .nav-item .nav-link::after {
  content: none;
}
#sidebar .navbar .nav-item ul {
  margin-left: 0 !important;
}
#sidebar .secondary-nav {
  width: 100%;
  padding: 0 20px;
}
#sidebar .secondary-nav .nav-link {
  border: none;
  color: #0a253e;
}
.single-hero {
  height: 630px;
  background-size: cover;
  background-position: top center;
  position: relative;
  background-color: #000;
}
.single-hero img,
.split-hero img {
  display: none;
}
.single-hero h1 {
  color: #fff;
  position: absolute;
  top: 400px;
  left: 50px;
  line-height: 54px;
  text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.7);
}
.figure {
  display: block;
}
.figure-caption {
  color: #505050;
  letter-spacing: 0.5px;
  line-height: 1.5;
}
.figure img {
  -webkit-box-shadow: 0px 7px 18px 0px rgba(119, 119, 119, 0.32);
  -moz-box-shadow: 0px 7px 18px 0px rgba(119, 119, 119, 0.32);
  box-shadow: 0px 7px 18px 0px rgba(119, 119, 119, 0.32);
  margin: 0 0 5px 0;
}
blockquote,
.blockquote {
  border-left: 4px solid #d6282e;
  padding-left: 10px;
  margin: 20px 40px;
}
.blockquote-footer {
  color: #4e565a;
}
.featured-event h2 {
  font-size: 38px;
  color: #0a253e;
}
.featured-event {
  font-weight: 300;
  font-size: 22px;
}
.featured-event .featured-date {
  font-size: 28px;
  color: #ffffff;
  padding: 50px;
  text-transform: uppercase;
  background-color: #0a253e;
  text-align: center;
  max-width: 180px;
  font-weight: 400;
}

/*Accordions*/
.accordion-button {
  font-size: 1.05rem;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.75px;
  font-weight: 600;
}
@media (max-width: 479px) {
.accordion-button {
  font-size: 0.95rem;
}
}
.accordion-button:hover {
  background: #f0f0f0;
}
.accordion-button:not(.collapsed) {
  color: #515151;
  background: #f0f0f0;
}

.accordion-button:not(.collapsed)::after {
}

/*.accordion{
	margin-bottom: 20px;
}
.accordion .card {
	border: none;
	margin: -10px 0 10px 0;
}
.accordion .card-header {
	padding: 0px;
	border-radius: 0px;
}
.accordion .card-header .btn {
	font-family: 'Figtree', sans-serif;
	letter-spacing: 0.5px;
	font-weight: 600;
	color: #3c3c3c !important;
	border: none;
	box-shadow: none !important;
	padding: 15px 45px 15px 15px;
	line-height: 1.5;
	display: block;
	width: 100%;
	text-align: left;
	border-radius: 0;
	text-decoration: none;
    font-size: 1.00rem;	
}
.card-header {
	background-color: transparent !important;
}

.accordion .card-header .btn:hover, .btn:active, .btn:focus {
	text-decoration: none;
	background-color: #f9f9f9;
}
.accordion .card-header .btn-link .fas {
	font-size: 24px;
	padding: 0 5px;
	position: absolute;
	top: 16px;
	right: 20px;
	color: #6c6c6c;
}
.accordion .card-header .btn-link[aria-expanded="false"] .fa-angle-up {
	display: none;
}
.accordion .card-header .btn-link[aria-expanded="true"] .fa-angle-down {
	display: none;
}
.accordion .card-body {
	border: none;
	border-top: 0px;
	background-color: #f9f9f9;
	padding-left: 20px;
	padding-right: 20px;
}
.accordion .card-body p:first-child {
	margin-top: 0;
}
.accordion .card-body p:last-child {
	margin-bottom: 0;
}*/

/*Tabs*/
.tabs .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  border-bottom: 4px solid #3c3c3c;
  border-left: none;
  border-right: none;
  font-size: 17px;
  background-color: #E2EFF8;
  position: relative;
}
/*.tabs .nav-tabs .nav-link.active:after, .nav-tabs .nav-item.show .nav-link:after  {
	display: inline-block;
	font: var(--fa-font-solid);
	content: "\f107";
	position: absolute;
	font-size: 17px;
	color: #0A253E;
	bottom: -25px;
	left: 45%;
}
@media (max-width:767px) {
.tabs .nav-tabs .nav-link.active:after, .nav-tabs .nav-item.show .nav-link:after  {
bottom: 10px;
  left: 90%;
}
}*/
.tabs .nav-tabs .nav-link {
  border: none;
  border-radius: 0;
  font-size: 17px;
  color: #3c3c3c;
  padding: 12px 25px 8px;
  text-decoration: none;
  font-weight: 700;
  font-family: "Figtree", sans-serif;
  margin-right: 5px;
}
.tabs .nav-tabs .nav-link:last-child {
  margin-right: 0px;
}
@media (max-width: 767px) {
  .tabs .nav-tabs .nav-link {
    margin-right: 0;
  }
}

.tabs .nav-tabs > a:last-of-type {
  margin-right: 0;
}
.tabs .nav-tabs .nav-link:after {
  content: none;
}
.tabs .nav-tabs .nav-item:last-child .nav-link {
  border-right: none;
}
.tabs .nav-tabs .nav-item {
  margin-bottom: -4px;
  margin-top: 0;
  background-color: #fbfbfb;
  border-bottom: 4px solid #d7d7d7;
}
.tabs .nav-tabs .nav-link:hover {
  text-decoration: none;
}
.tabs .nav-tabs {
  border-bottom: 4px solid #d7d7d7;
  margin-top: 10px;
}
.tabs .nav-tabs .nav-link:hover {
  border-bottom-color: #3c3c3c;
}
.tabs .nav-tabs .nav-link.active:hover {
  border-bottom-color: #3c3c3c;
}
.tabs .tab-content {
  text-align: left;
  padding: 20px;
  background-color: #E2EFF8;
  margin-bottom: 20px;
}
.tabs .tab-content h3 {
  margin: 20px 0;
}
@media (max-width: 479px) {
  .tabs .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    font-size: 16px;
  }
  .tabs .nav-tabs .nav-link {
    font-size: 16px;
  }
}

/*Vertical Tabs*/
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #0a253e;
}
.nav-pills .nav-link {
  border-radius: 0;
  font-family: "Figtree", sans-serif;
}
/*Slider*/
.gallery-slider {
  -webkit-box-shadow: 0px 7px 18px 0px rgba(119, 119, 119, 0.32);
  -moz-box-shadow: 0px 7px 18px 0px rgba(119, 119, 119, 0.32);
  box-shadow: 0px 7px 18px 0px rgba(119, 119, 119, 0.32);
  margin: 20px auto;
}
.gallery-slider.slick-dotted.slick-slider {
  margin-bottom: 60px;
}
.gallery-slider .slide {
  position: relative;
}
.gallery-slider .slide img {
  width: 100%;
}
.gallery-slider .slick-next {
  right: 35px;
}
.gallery-slider .slick-next:before {
  content: "\f105";
}
.gallery-slider .slick-prev {
  left: inherit;
  right: 90px;
  z-index: 1;
}
.gallery-slider .slick-prev:before {
  content: "\f104";
}
.gallery-slider .slick-prev:before,
.gallery-slider .slick-next:before {
  font-size: 40px;
  opacity: 1;
  font-family: "Font Awesome 6 Pro" !important;
}
.gallery-slider .slick-prev,
.gallery-slider .slick-next {
  top: inherit;
  bottom: -55px;
  width: 55px;
  height: 55px;
  color: #fff;
  background-color: #0a253e;
}
.gallery-slider .slick-next {
  top: inherit;
  bottom: -55px;
  width: 55px;
  height: 55px;
  color: #fff;
  background-color: #0a253e;
}
.gallery-slider .slick-prev:hover,
.gallery-slider .slick-prev:focus,
.gallery-slider .slick-next:hover,
.gallery-slider .slick-next:focus {
  background: #000;
}
.gallery-slider .slick-dots {
  text-align: left;
  width: 80%;
  bottom: -35px;
}
.gallery-slider .slick-dots li button:before {
  font-size: 15px;
}
.gallery-slider .carousel-caption {
  margin: 0 auto;
  left: 20px;
  bottom: 20px;
  right: 25%;
  text-align: left;
  line-height: 30px;
  z-index: 1;
  position: absolute;
  padding: 20px;
  background-color: rgba(0, 44, 118, 0.75);
}
.gallery-slider .carousel-caption h1,
.gallery-slider .carousel-caption h2,
.gallery-slider .carousel-caption h3 {
  font-size: 32px;
  line-height: 32px;
  margin: 0 0 10px;
  color: #fff !important;
  font-weight: 500;
  text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
}
.content .gallery-slider .carousel-caption a,
.gallery-slider .carousel-caption a {
  color: #fff;
  text-decoration: none;
}
.content .gallery-slider .carousel-caption a:hover,
.gallery-slider .carousel-caption a:hover,
.content .gallery-slider .carousel-caption a:focus,
.gallery-slider .carousel-caption a:focus {
  text-decoration: underline;
}
.pagination,
.ou-search-pagination {
  margin: 20px auto !important;
}
.pagination .page-item .page-link {
  text-decoration: none !important;
}
.pagination .page-item.active .page-link {
  background-color: #0a253e !important;
  border-color: #0a253e !important;
  color: #fff;
}
#ou-search-results h2 {
  display: none;
}
.ou-search-container {
  width: 100%;
  padding: 50px 0 !important;
}
#ou-search-results .ou-search-input {
  border: 1px solid #ced4da !important;
  border-radius: 5px;
  padding: 10px !important;
}
#ou-search-results .ou-search-button-color {
  color: #fff !important;
  background-color: #0a253e !important;
  border-color: #0a253e !important;
  font-weight: 600 !important;
  font-size: 16px !important;
}
#ou-search-results .ou-search-open-advanced {
  background-color: #0a253e !important;
  border: 1px solid #0a253e !important;
  font-weight: 600 !important;
  font-size: 16px !important;
}
#ou-search-results .ou-search-advanced-heading .ou-search-open-advanced:before {
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
}
#ou-search-results a {
  color: #0a253e !important;
}
#ou-search-results a:hover {
  color: #000 !important;
}
#ou-search-results ul {
  font-size: 18px;
  font-weight: 300;
  line-height: inherit;
}
#ou-search-results ul li {
  margin-bottom: 20px;
}
#ou-search-results ul li .ou-search-link a {
  text-decoration: none;
  border-bottom: none;
}
#ou-search-results .ou-search-pagination > .ou-search-active > a,
#ou-search-results .ou-search-pagination > .ou-search-active > a:focus,
#ou-search-results .ou-search-pagination > .ou-search-active > a:hover,
#ou-search-results .ou-search-pagination > .ou-search-active > span,
#ou-search-results .ou-search-pagination > .ou-search-active > span:focus,
#ou-search-results .ou-search-pagination > .ou-search-active > span:hover {
  background-color: #0a253e !important;
  border-color: #0a253e !important;
}
#ou-search-results .ou-search-pagination > .ou-search-disabled > span,
#ou-search-results .ou-search-pagination > .ou-search-disabled > span:focus,
#ou-search-results .ou-search-pagination > .ou-search-disabled > span:hover {
  color: #4e555a !important;
  border-color: #dee2e6 !important;
}
#ou-search-results .ou-search-pagination > li:first-child > a,
#ou-search-results .ou-search-pagination > li:first-child > span {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
#ou-search-results .ou-search-pagination > li:last-child > a,
#ou-search-results .ou-search-pagination > li:last-child > span {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
#ou-search-results .ou-search-pagination > li > a,
#ou-search-results .ou-search-pagination > li > span {
  border-color: #dee2e6 !important;
}
#ou-search-results .ou-search-pagination > li > a:focus,
#ou-search-results .ou-search-pagination > li > a:hover,
#ou-search-results .ou-search-pagination > li > span:focus {
  background-color: #e9ecef !important;
  border-color: #dee2e6 !important;
  color: #0366d6 !important;
}
#ou-search-results .ou-bestbets,
#ou-search-results .ou-search-parametric-results {
  border: none !important;
  background: #e9ecef !important;
}
.dataTables_length {
  text-align: left;
}
#directory-list thead {
  background: #0a253e;
  color: #fff;
}
#directory-list {
  background-color: #fff;
  text-align: left;
}
#directory-list thead tr td,
#directory-list thead th {
  border: none;
}
.dataTables_wrapper .dataTables_filter input {
  width: 300px !important;
}
h3 + .faculty-box,
h4 + .faculty-box {
  margin-top: 0;
}
.faculty-box {
  float: left;
  margin: 30px 0;
  width: 100%;
}
.faculty-headshot {
  margin: 20px auto;
  float: right;
  display: block;
}
.faculty-box-info {
  float: left;
  width: 100%;
}
.faculty-box-info-title {
  margin-right: 8px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 16px;
}
.faculty-box-info-title,
.faculty-box-info-desc {
  float: left;
}
.faculty-box-info-desc {
  position: relative;
  top: -4px;
}
table.bio th {
  font-weight: bold;
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1370px) and (max-width: 999999px) {
  .site-navigation.modal[style] {
    display: block !important;
  }
  .ou-search-container {
    width: 100% !important;
  }
}
/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1369px) {
  body {
    /*border: 2px solid #fcee21;*/
  } /*yellow*/
  .site-navigation.modal[style] {
    display: block !important;
  }
  .main-navigation .nav li a {
    padding: 10px;
    font-size: 16px;
  }
  .main-navigation .nav li .menu-image {
    display: none;
  }
  .footer-social li a:before {
    font-size: 22px;
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
  .ou-search-container {
    width: 100% !important;
  }
  .half-and-half {
    background-size: 75%;
  }
}

@media (min-width: 1200px) {
  header .container-fluid {
    width: 90%;
  }
  header .container-fluid.alert {
    width: 100%;
  }

  .main-navigation .bottom-row .nav li:hover > a.dropdown-toggle,
  .main-navigation .bottom-row .nav li > a[aria-expanded="true"] {
    background-color: COLORA;
    color: COLORB;
  }
  .main-navigation .bottom-row .nav li:hover .dropdown-menu {
    display: block;
  }
  .main-navigation .nav li a:hover,
  .main-navigation .nav li a:focus {
    color: COLORC;
  }
}

/* Landscape tablets and medium desktops: LG */
@media (min-width: 992px) and (max-width: 1199px) {
  body {
    /*border: 2px solid #0000ff;*/
  } /*blue*/
  .main-navigation .bottom-row {
    padding: 25px 0;
  }
  .main-navigation .nav li a {
    padding: 10px 30px 10px 16px;
    white-space: normal;
    text-align: left;
  }
  .siteHeader.sticky-header-show {
    background-color: transparent;
    height: auto;
    box-shadow: none;
  }
  .mobile-header {
    display: block;
  }
  #siteSearch .btn {
    margin: 5px 0;
  }
  .menuToggle {
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    padding: 0;
  }
  .site-navigation.modal {
    display: none;
    opacity: 0;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
  }
  .site-navigation .modal-body {
    padding: 0 0 40px;
    background-color: #0a253e;
  }
  .site-navigation.modal.show {
    opacity: 1;
  }
  .site-navigation.modal .modal-dialog {
    width: auto;
    max-width: 500px;
  }
  .site-navigation .modal-content {
    background-color: #0a253e !important;
    border: none;
    border-radius: 0;
    height: 100%;
    min-height: 100vh;
    width: 500px;
  }
  .site-navigation.modal.fade:not(.in) .modal-dialog {
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .site-navigation.modal.fade:not(.in).bottom .modal-dialog {
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
  }
  .site-navigation.modal .modal-dialog {
    position: absolute;
    top: 0;
    right: 125px;
    margin: 0;
  }
  .site-navigation {
    padding: 75px 60px;
    overflow: hidden;
  }
  .site-navigation .nav {
    display: block;
  }
  .site-navigation .nav-item .dropdown-menu .sub-menu {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .site-navigation .nav-item .dropdown-menu .sub-menu .nav-item {
    border: none;
  }
  .site-navigation .nav-item .dropdown-menu .sub-menu .nav-item .dropdown-item {
    border: none;
    font-size: 14px;
    padding-left: 0;
  }
  .site-navigation
    .main-navigation
    .nav
    .nav-item
    .dropdown-menu
    .sub-menu
    .nav-item
    .dropdown-item:after {
    display: none;
  }
  .main-navigation .nav .dropdown {
    display: block;
  }
  /* .main-navigation .nav li a:hover, .main-navigation .nav li a:focus, .main-navigation .dropdown.open a.dropdown-toggle {
	background-color: transparent;
} */
  .main-navigation .top-row .audience .nav-item .nav-link {
    color: #fff;
    padding: 10px 0 !important;
    border-bottom: 1px solid #fff;
  }
  .site-navigation .nav-link {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    padding: 15px 0;
    text-transform: none !important;
    white-space: normal;
  }
  .main-navigation .audience .nav li a:after {
    display: none;
  }
  .main-navigation .top-row .audience .nav-item .nav-link:after {
    display: none;
  }
  .main-navigation .nav .dropdown:hover .dropdown-menu {
    opacity: 0;
  }
  .main-navigation .nav .dropdown .dropdown-menu.show {
    opacity: 1;
    width: auto;
    visibility: visible;
    float: none;
    box-shadow: none;
    transition: none !important;
  }
  .main-navigation .nav .dropdown .dropdown-menu {
    transition: none !important;
  }
  .main-navigation .nav .dropdown.show .dropdown-menu.show[style] {
    /*display: block !important;
    transform: none !important;
    position: absolute !important;*/
    display: inherit !important;
		transform: none !important;
		position: relative !important;
  }
  .main-navigation .nav .dropdown .dropdown-menu {
    z-index: 0;
    transition: none;
    left: 0 !important;
    background-color: transparent;
    padding: 0;
    display: none;
    opacity: 1;
  }
  .main-navigation .nav li a:after {
    font-family: "Font Awesome 6 Pro" !important;
    content: "\f0d7" !important;
    display: inline-block;
    position: absolute;
    right: 16px;
    border: none;
  }
  .main-navigation .nav li a[aria-expanded="true"]:after {
    content: "\f0d8" !important;
  }
  .site-navigation .audience {
    padding: 0 20px 0;
  }
  .modal-open .siteHeader {
    background-color: transparent;
  }
  .menuClose {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: right;
    font-size: 30px;
    position: absolute !important;
    display: inline-block;
    top: 0;
    right: 20px;
    text-shadow: none;
    opacity: 1;
    z-index: 5;
  }
  .menuClose:hover,
  .menuClose:focus {
    color: #fff;
  }
  .main-navigation .logo,
  .main-navigation .hamburger {
    display: none;
  }
  .main-navigation .nav li .menu-image {
    display: none;
  }
  .main-navigation .top-row {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .header-search {
    margin-left: 0;
    margin-top: 40px;
  }
  .footer-social li a:before {
    font-size: 22px;
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
  .hero-slider .slide {
    height: 600px;
  }

  .section {
    padding: 40px 0;
  }
  .sub-header h1 {
    font-size: 40px;
  }
  footer a {
    font-size: 14px;
  }
  .lead {
    font-size: 20px;
    line-height: 1.35em;
  }
  .btn-default {
    min-width: 110px;
  }
  .restrict {
    padding: 0 15%;
  }
  .ou-search-container {
    width: 100% !important;
  }
  .featured-event .featured-date {
    font-size: 24px;
    padding: 40px;
  }
  .featured-event h2 {
    font-size: 32px;
  }
  .bg-gray .card .card-body br,
  .bg-red .card .card-body br {
    display: none;
  }
  .half-and-half .text {
    max-width: 70%;
  }
  .half-and-half {
    background-size: 100%;
    background-position: 10% center;
  }
  .news-events .news,
  .news-events .events {
    min-height: 820px;
  }
}

/* Portrait tablets and small desktops: MD */
@media (min-width: 768px) and (max-width: 991px) {
  body {
    /*border: 2px solid #ed1e79;*/
  } /*pink*/
  .main-navigation .bottom-row {
    padding: 25px 0;
  }
  .main-navigation .nav li a {
    padding: 10px 30px 10px 16px;
    white-space: normal;
    text-align: left;
  }

  .main-navigation .nav li .menu-image {
    display: none;
  }

  .siteHeader.sticky-header-show {
    background-color: transparent;
    height: auto;
    box-shadow: none;
  }
  .mobile-header {
    display: block;
  }
  #siteSearch .btn {
    margin: 5px 0;
  }
  .menuToggle {
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    padding: 0;
  }
  .site-navigation.modal {
    display: none;
    opacity: 0;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
  }
  .site-navigation .modal-body {
    padding: 0 0 40px;
    background-color: #0a253e;
  }
  .site-navigation.modal.show {
    opacity: 1;
  }
  .site-navigation.modal .modal-dialog {
    width: auto;
    max-width: 500px;
  }
  .site-navigation .modal-content {
    background-color: #0a253e !important;
    border: none;
    border-radius: 0;
    height: 100%;
    min-height: 100vh;
    width: 500px;
  }
  .site-navigation.modal.fade:not(.in) .modal-dialog {
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .site-navigation.modal.fade:not(.in).bottom .modal-dialog {
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
  }
  .site-navigation.modal .modal-dialog {
    position: absolute;
    top: 0;
    right: 125px;
    margin: 0;
  }
  .site-navigation {
    padding: 75px 60px;
    overflow: hidden;
  }
  .site-navigation .nav {
    display: block;
  }
  .site-navigation .nav-item .dropdown-menu .sub-menu {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .site-navigation .nav-item .dropdown-menu .sub-menu .nav-item {
    border: none;
  }
  .site-navigation .nav-item .dropdown-menu .sub-menu .nav-item .dropdown-item {
    border: none;
    font-size: 14px;
    padding-left: 0;
  }
  .site-navigation
    .main-navigation
    .nav
    .nav-item
    .dropdown-menu
    .sub-menu
    .nav-item
    .dropdown-item:after {
    display: none;
  }
  .main-navigation .nav .dropdown {
    display: block;
  }
  .main-navigation .nav li a:hover,
  .main-navigation .nav li a:focus,
  .main-navigation .dropdown.open a.dropdown-toggle {
    background-color: transparent;
  }
  .main-navigation .top-row .audience .nav-item .nav-link {
    color: #fff;
    padding: 10px 0 !important;
    border-bottom: 1px solid #fff;
  }
  .site-navigation .nav-link {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    padding: 15px 0;
    text-transform: none !important;
    white-space: normal;
  }
  .main-navigation .audience .nav li a:after {
    display: none;
  }
  .main-navigation .top-row .audience .nav-item .nav-link:after {
    display: none;
  }
  .main-navigation .nav .dropdown:hover .dropdown-menu {
    opacity: 0;
  }
  .main-navigation .nav .dropdown .dropdown-menu.show {
    opacity: 1;
    width: auto;
    visibility: visible;
    float: none;
    box-shadow: none;
    transition: none !important;
  }
  .main-navigation .nav .dropdown .dropdown-menu {
    transition: none !important;
  }

  .main-navigation .nav .dropdown.show .dropdown-menu.show[style] {
    /*display: block !important;
    transform: none !important;
    position: absolute !important;*/
    display: inherit !important;
		transform: none !important;
		position: relative !important;
  }
  .main-navigation .nav .dropdown .dropdown-menu {
    z-index: 0;
    transition: none;
    left: 0 !important;
    background-color: transparent;
    padding: 0;
    display: none;
    opacity: 1;
  }
  .main-navigation .nav li a:after {
    font-family: "Font Awesome 6 Pro" !important;
    content: "\f0d7" !important;
    display: inline-block;
    position: absolute;
    right: 16px;
    border: none;
  }
  .main-navigation .nav li a[aria-expanded="true"]:after {
    content: "\f0d8" !important;
  }
  .site-navigation .audience {
    padding: 0 20px 0;
  }
  .modal-open .siteHeader {
    background-color: transparent;
  }
  .menuClose {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: right;
    font-size: 30px;
    position: absolute !important;
    display: inline-block;
    top: 0;
    right: 20px;
    text-shadow: none;
    opacity: 1;
    z-index: 5;
  }
  .menuClose:hover,
  .menuClose:focus {
    color: #fff;
  }
  .main-navigation .logo,
  .main-navigation .hamburger {
    display: none;
  }
  .main-navigation .nav li .menu-image {
    display: none;
  }
  .main-navigation .top-row {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .header-search {
    margin-left: 0;
    margin-top: 40px;
  }
  .footer-social li a:before {
    font-size: 22px;
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
  .footer-address,
  footer h2 {
    text-align: center;
  }
  footer img {
    margin: 0 auto;
  }
  .arrow-indicator {
    bottom: 90px;
  }
  .hero-slider .slide {
    height: 500px;
  }

  .icon span {
    font-size: 3em;
  }
  .icon {
    margin-bottom: 20px;
  }
  .section {
    padding: 40px 0;
  }
  .section-with-background {
    padding: 40px;
  }
  .sub-header h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 24px;
  }
  .interior .content h2 {
    text-align: left;
  }
  .restrict {
    padding: 0 15%;
  }
  footer .copyright {
    margin-top: 40px;
  }
  .footer-social {
    text-align: center;
  }
  .footer-nav {
    margin-top: 20px;
  }
  .single-hero {
    height: 430px;
  }
  .ou-search-container {
    width: 100% !important;
  }
  .single-hero h1 {
    top: 300px;
  }
  .featured-event .featured-date {
    font-size: 24px;
    padding: 40px;
  }
  .featured-event h2 {
    font-size: 32px;
    text-align: left;
  }
  #sidebar .navbar .row {
    width: auto;
  }
  #sidebar .navbar {
    margin: 0;
  }
  #sidebar {
    padding: 10px 10px 0px 10px;
    background-color: #f6f6f6;
  }
  .half-and-half .text {
    max-width: 100%;
  }
  .half-and-half {
    background-size: cover;
    background-position: 10% center;
  }
  .news-slider .carousel-indicators li .article-caption {
    height: 120px;
  }
  .news-slider {
    margin-bottom: 80px;
  }
}

/* Landscape phones and portrait tablets: SM */
@media (max-width: 767px) {
  body {
    /*border: 2px solid #009245;*/
  } /*green*/
  .container-padding {
    padding: 0 15px;
  }
  h1,
  .h1 {
    font-size: 1.75rem;
    line-height: 2.75rem;
  }
  .space-sm {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .main-navigation .bottom-row {
    padding: 25px 0;
  }
  .main-navigation .nav li a {
    padding: 10px 30px 10px 16px;
    white-space: normal;
    text-align: left;
  }
  .siteHeader.sticky-header-show {
    background-color: transparent;
    height: auto;
    box-shadow: none;
  }
  .mobile-header {
    display: block;
  }
  #siteSearch .btn {
    margin: 5px 0;
  }
  .menuToggle {
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    padding: 0;
  }
  .site-navigation.modal {
    display: none;
    opacity: 0;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
  }
  .site-navigation .modal-body {
    padding: 0 0 40px;
    background-color: #0a253e;
  }
  .site-navigation.modal.show {
    opacity: 1;
  }
  .site-navigation.modal .modal-dialog {
    width: auto;
    max-width: 500px;
  }
  .site-navigation .modal-content {
    background-color: #0a253e !important;
    border: none;
    border-radius: 0;
    height: 100%;
    min-height: 100vh;
    width: 500px;
  }
  .site-navigation.modal.fade:not(.in) .modal-dialog {
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .site-navigation.modal.fade:not(.in).bottom .modal-dialog {
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
  }
  .site-navigation.modal .modal-dialog {
    position: absolute;
    top: 0;
    right: 125px;
    margin: 0;
  }
  .site-navigation {
    padding: 75px 60px;
    overflow: hidden;
  }
  .site-navigation .nav {
    display: block;
  }
  .site-navigation .nav-item .dropdown-menu .sub-menu {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .site-navigation .nav-item .dropdown-menu .sub-menu .nav-item {
    border: none;
  }
  .site-navigation .nav-item .dropdown-menu .sub-menu .nav-item .dropdown-item {
    border: none;
    font-size: 14px;
    padding-left: 0;
  }
  .site-navigation
    .main-navigation
    .nav
    .nav-item
    .dropdown-menu
    .sub-menu
    .nav-item
    .dropdown-item:after {
    display: none;
  }
  .main-navigation .nav .dropdown {
    display: block;
  }
  .main-navigation .nav li a:hover,
  .main-navigation .nav li a:focus,
  .main-navigation .dropdown.open a.dropdown-toggle {
    background-color: transparent;
  }
  .main-navigation .top-row .audience .nav-item .nav-link {
    color: #fff;
    padding: 10px 0 !important;
    border-bottom: 1px solid #fff;
  }
  .site-navigation .nav-link {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    padding: 15px 0;
    text-transform: none !important;
    white-space: normal;
  }
  .main-navigation .audience .nav li a:after {
    display: none;
  }
  .main-navigation .top-row .audience .nav-item .nav-link:after {
    display: none;
  }
  .main-navigation .nav .dropdown:hover .dropdown-menu {
    opacity: 0;
  }
  .main-navigation .nav .dropdown .dropdown-menu.show {
    opacity: 1;
    width: auto;
    visibility: visible;
    float: none;
    box-shadow: none;
    transition: none !important;
  }
  .main-navigation .nav .dropdown .dropdown-menu {
    transition: none !important;
  }

  .main-navigation .nav .dropdown.show .dropdown-menu.show[style] {
    display: inherit !important;
    transform: none !important;
    position: relative !important;
  }
  .main-navigation .nav .dropdown .dropdown-menu {
    z-index: 0;
    transition: none;
    left: 0 !important;
    background-color: transparent;
    padding: 0;
    display: none;
    opacity: 1;
  }
  .main-navigation .nav li a:after {
    font-family: "Font Awesome 6 Pro" !important;
    content: "\f0d7" !important;
    display: inline-block;
    position: absolute;
    right: 16px;
    border: none;
  }
  .main-navigation .nav li a[aria-expanded="true"]:after {
    content: "\f0d8" !important;
  }
  .site-navigation .audience {
    padding: 0 20px 0;
  }
  .modal-open .siteHeader {
    background-color: transparent;
  }
  .menuClose {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: right;
    font-size: 30px;
    position: absolute !important;
    display: inline-block;
    top: 0;
    right: 20px;
    text-shadow: none;
    opacity: 1;
    z-index: 5;
  }
  .menuClose:hover,
  .menuClose:focus {
    color: #fff;
  }
  .main-navigation .logo,
  .main-navigation .hamburger {
    display: none;
  }
  .main-navigation .nav li .menu-image {
    display: none;
  }
  .main-navigation .top-row {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .header-search {
    margin-left: 0;
    margin-top: 40px;
  }
  .sub-header h1 {
    font-size: 40px;
  }
  .hero-slider .carousel-caption h1 {
    font-size: 42px;
    line-height: 42px;
  }
  .hero-slider .carousel-caption {
    left: 0;
    right: 0px;
    bottom: 0;
    padding: 15px 15px 60px;
  }
  .slider-wrapper .slide-controllers {
    left: 15px;
  }

  .video-caption-button {
    left: 55px;
    bottom: 65px;
  }
  .section {
    padding: 20px 0;
  }
  .section-with-background {
    padding: 40px 0;
  }
  .icon span {
    font-size: 3em;
  }
  .icon {
    margin-bottom: 20px;
  }
  .restrict {
    padding: 0 15%;
  }
  .footer-nav {
    margin-top: 10px;
    text-align: left;
  }
  .footer-nav .list-unstyled {
    border-right: none;
  }
  .footer-nav .col-6.col-md-3 {
    border-right: 1px solid #fff;
  }
  .footer-nav .col-6.col-md-3:nth-child(2),
  .footer-nav .col-6.col-md-3:nth-child(4) {
    border-right: none;
  }
  .footer-address,
  footer h2 {
    text-align: left;
  }
  footer img {
    margin: 0 0 -15px 0;
    width: 180px;
  }
  footer a {
    font-size: 11px;
  }
  .footer-social li a:before {
    font-size: 16px;
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
  footer .copyright {
    font-size: 11px;
  }
footer .copyright a {
  font-size: 11px;
}	
  /*.video-feature .video-caption, .play-pause {
		left: 20px;
	}
	.video-feature .video-caption{
		right: 20px;    
	}*/
  .card.scale:hover {
    transform: none;
  }
  .calendar-item:hover {
    transform: none;
  }
  .border-on-mobile {
    border-bottom: 10px solid #0a253e;
    margin-bottom: 10px;
  }
  .nav-tabs .nav-link {
    display: block;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #fff;
  }
  .gallery-slider .slick-prev {
    right: 75px;
  }
  .gallery-slider .slick-prev:before,
  .gallery-slider .slick-next:before {
    font-size: 30px;
  }
  .gallery-slider .slick-prev,
  .gallery-slider .slick-next {
    bottom: -40px;
    width: 40px;
    height: 40px;
  }
  .gallery-slider .slick-next {
    bottom: -40px;
    width: 40px;
    height: 40px;
  }
  .news .article .card .figure {
    float: none;
    width: 100%;
  }
  .news .article .card .figure img {
    margin: 0 0 10px 0;
  }
  .ou-search-container {
    width: 100% !important;
  }
  .single-hero h1 {
    top: 10px;
    left: 20px;
    line-height: 44px;
    font-size: 40px;
    position: relative;
    color: #000;
    text-shadow: none;
  }
  .featured-event .featured-date {
    font-size: 24px;
    padding: 30px;
    margin-bottom: 10px;
    max-width: none;
  }
  .featured-event h2 {
    font-size: 32px;
    text-align: left;
  }
  .feature .feature-wrap {
    display: block;
    margin-top: 50px;
    width: 100%;
  }
  .feature .feature-content {
    padding: 1rem;
    display: block;
  }
  /*	.accordion .card-header .btn {
		font-size: 15px;
	}
	.accordion .card-header .btn-link .fas {
		font-size: 18px;
	}*/
  .cookiealert {
    left: 0px;
    right: 0px;
  }
  .cookiealert .acceptcookies {
    margin-left: 0;
  }
  .emergency-alert {
    padding: 20px 50px 20px 20px;
    text-align: center;
    height: 95px;
    font-size: 18px;
  }
  .emergency-alert.alert-dismissible .close {
    right: -15px;
    top: -10px;
    width: 20px;
    height: 20px;
  }
  #sidebar .navbar .row {
    width: auto;
  }
  #sidebar .navbar {
    margin: 0;
  }
  #sidebar {
    padding: 10px 10px 0 10px;
    background-color: #f6f6f6;
  }
  aside .navbar-nav .nav-link {
    padding: 5px;
    line-height: 24px;
    margin: 5px 0;
  }
  .hero-slider .slide {
    height: 350px;
  }
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: left !important;
  }
  div.table-responsive
    > div.dataTables_wrapper
    > div.row
    > div[class^="col-"]:first-child {
    padding-left: 15px !important;
  }
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center !important;
  }
  .half-and-half .text {
    max-width: 100%;
  }
  .half-and-half {
    background-size: cover;
    background-position: 10% center;
  }
  .font-size-xl {
    font-size: 46px;
  }
  .bg-image {
    position: relative;
  }
  .fullwidth-split-text {
    padding: 3rem 0;
  }
  .faculty-headshot {
    float: none;
  }
  .news-slider .carousel-item {
    height: 400px;
  }
  .news-slider .carousel-indicators {
    min-height: 1px;
  }
  .news-slider .carousel-indicators li {
    width: 25%;
    height: 80px;
    min-height: 80px;
  }
  .news-slider .carousel-indicators li .article-caption {
    display: none;
  }
  /*.news-events-header .news, .news-events-header .events {
		font-size: 16px;
		text-align: left;
		margin-bottom: 10px;
		position: relative;
	}*/
  .col-sm-6 + .col-sm-6 {
    padding-left: 15px;
  }
  .slider-wrapper .testimonial-slider .slick-prev,
  .slider-wrapper .testimonial-slider .slick-next {
    width: 70px;
  }
  .slider-wrapper .testimonial-slider .slick-next:before,
  .slider-wrapper .testimonial-slider .slick-prev:before {
    font-size: 70px !important;
  }
  .event-item .event-text {
    line-height: 1.35;
  }
  .event-item .event-item-time-location .time,
  .event-item .event-item-time-location .location {
    display: block;
    margin-left: 0;
  }
  .event-item .event-date {
    vertical-align: top;
  }
}

/* Portrait phones and smaller: XS */
@media (max-width: 480px) {
  body {
    /*border: 2px solid #f15a24;*/
  } /*orange*/
  .site-navigation.modal .modal-dialog {
    width: 100%;
    max-width: none;
  }
  .site-navigation.modal.fade:not(.in) .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .site-navigation.modal .modal-dialog {
    right: 0;
    left: 0;
  }
  .site-navigation .modal-content {
    width: 100%;
  }
  .news-events .events-list .date {
    display: block;
  }
  .news-events .news-footer ul.three-col {
    -webkit-columns: 1 !important;
    -moz-columns: 1 !important;
    columns: 1 !important;
  }
  .news-events {
    padding-bottom: 350px !important;
  }
}

/*IE Issue Fixes*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #ou-search-results .ou-search-input {
    padding-bottom: 15px !important;
  }
}

@media only screen and (max-width: 991px) {
  /* Force table to not be like tables anymore */
  #directory-list table,
  #directory-list thead,
  #directory-list tbody,
  #directory-list th,
  #directory-list td,
  #directory-list tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  #directory-list thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  #directory-list tr {
    border: 1px solid #ccc;
    padding: 10px;
  }

  #directory-list td {
    border: none;
    position: relative;
    white-space: normal;
    text-align: left;
    padding: 0;
  }

  #directory-list td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
  .table.directory tfoot {
    display: none;
  }
  .dataTables_wrapper .dataTables_info {
    white-space: normal !important;
  }
  /*
	Label the data
	*/
  #directory-list td:before {
    content: attr(data-title);
  }
}

/* Responsive iframe */
.responsive-iframe {
  position: relative;
  padding-bottom: 56.25%;
  max-width: 100%;
  width: 100%;
}

.responsive-iframe iframe,
.responsive-iframe object,
.responsive-iframe embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 576px) {
  .responsive-iframe {
    height: 100vw;
  }
}

/* Homepage alternate content*/
.alternate-img-column {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 150px;
}

@media (max-width: 767px) {
  .alternate-img-column {
    padding: 110px;
  }
}

/* Hero for Programs */
.program__hero-wrapper {
  position: relative;
}
.program__hero {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  margin-top: -125px;
}
.program__hero:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background: #000;
}

@media (min-width: 2500px) {
  .program__hero {
    padding: 8rem 0 !important;
  }
}

@media (max-width: 767px) {
  .program__hero {
    height: 300px;
    z-index: 2;
    position: relative;
    margin-top: -90px;
  }
}

/* Program Box */
.program-box {
  background: #fff;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.286);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.286);
  padding: 10px;
  border-radius: 0.375rem;	
  /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;*/
}
.program-box__icon {
  font-size: 25px;
}
.program-box__icon--label {
  /*position: absolute;
  top: 3px;
  width: 100px;*/	
}
@media (max-width: 479px) {
  .program-box {
    width: 100%;
  }
}
.program-box .program-box__body {
  width: 100%;
  padding: 10px;
}
.program-box .program-box__body .program-box__header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 5px;
  height: 15px;
}
.program-box .program-box__body .program-box__header .program-box__title {
  font-family: "Figtree", sans-serif;
  font-weight: 900;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.75px;
}
@media (max-width: 479px) {
  .program-box .program-box__body .program-box__header .program-box__title {
    font-size: 1.1rem;
  }
}
.program-box .program-box__body .program-box__content {
  margin-top: 25px;
}
.program-box .program-box__body .program-box__content .program-box__lists {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 10px;
}
.program-box
  .program-box__body
  .program-box__content
  .program-box__lists
  .program-box__list {
  min-height: 45px;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.program-box
  .program-box__body
  .program-box__content
  .program-box__lists
  .program-box__list:last-child {
  padding-bottom: 20px;
}
.program-box
  .program-box__body
  .program-box__content
  .program-box__lists
  .program-box__list
  img {
  width: 25px;
  margin-right: 10px;
  top: -2px;
  position: relative;
}
.program-box
  .program-box__body
  .program-box__content
  .program-box__lists
  .program-box__list
  .program-box__list-left {
  position: relative;
  float: left;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.5;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.program-box
  .program-box__body
  .program-box__content
  .program-box__lists
  .program-box__list
  .program-box__list-right {
  float: right;
  text-align: right;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0.8rem;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  color: #000;
}
.program-box__list-right a {
  text-decoration: none;
  font-weight: 500;
  border-bottom: 2px solid #0071a8;
}
.program-box__list-right a:hover,
.program-box__list-right a:focus {
  color: #000;
  border-bottom: 2px solid #000;	
}
.program-box
  .program-box__body
  .program-box__content
  .program-box__lists
  .program-box__list
  .program-box__start-date {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #080808;
  text-transform: uppercase;
  letter-spacing: 0.75px;
}
.program-box
  .program-box__body
  .program-box__content
  .program-box__lists
  .program-box__list
  .program-box__start-date
  span {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.5;
  color: #2d2d2d;
}
.accreditation-detail a {
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.accreditation-detail a:hover,
.accreditation-detail a:focus {
  opacity: 0.8;	
}
@media (max-width: 479px) {
  .program-box
    .program-box__body
    .program-box__content
    .program-box__lists
    .program-box__list {
    min-height: 20px;
    padding-top: 10px;
  }
  .program-box
    .program-box__body
    .program-box__content
    .program-box__lists
    .program-box__list
    .program-box__list-left {
    font-size: 0.7rem;
  }
  .program-box
    .program-box__body
    .program-box__content
    .program-box__lists
    .program-box__list
    .program-box__list-right {
    font-size: 0.7rem;
  }
  .program-box
    .program-box__body
    .program-box__content
    .program-box__lists
    .program-box__list
    .program-box__start-date {
    font-size: 0.75rem;
  }
  .program-box
    .program-box__body
    .program-box__content
    .program-box__lists
    .program-box__list
    .program-box__start-date
    span {
    font-size: 0.9375rem;
  }
}

.program-box
  .program-box__body
  .program-box__button-apply
  .program-box__button-apply--solid {
  display: inline-block;
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  text-align: center;
  background-color: #ef4123;
  color: #fff;
  padding: 10px 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  border-bottom: none;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 4px;
}
@media (max-width: 479px) {
  .program-box
    .program-box__body
    .program-box__button-apply
    .program-box__button-apply--solid {
    font-size: 14px;
  }
}
.program-box
  .program-box__body
  .program-box__button-apply
  .program-box__button-apply--solid:active,
.program-box
  .program-box__body
  .program-box__button-apply
  .program-box__button-apply--solid:focus,
.program-box
  .program-box__body
  .program-box__button-apply
  .program-box__button-apply--solid:hover {
  color: #fff;
  background-color: #b7331c;
  text-decoration: none;
  border-bottom: none;
}
.program-box
  .program-box__body
  .program-box__button-apply
  .program-box__button-apply--clear {
  display: inline-block;
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  text-align: center;
  background: #00558c;
  color: #fff;
  padding: 10px 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
}
@media (max-width: 479px) {
  .program-box
    .program-box__body
    .program-box__button-apply
    .program-box__button-apply--clear {
    font-size: 14px;
  }
}
.program-box
  .program-box__body
  .program-box__button-apply
  .program-box__button-apply--clear:active,
.program-box
  .program-box__body
  .program-box__button-apply
  .program-box__button-apply--clear:focus,
.program-box
  .program-box__body
  .program-box__button-apply
  .program-box__button-apply--clear:hover {
  color: #fff;
  background-color: #00336c;
  text-decoration: none;
}

/* Program overview box*/
.program-overview-box {
}

.program-overview-box .program-header {
  position: relative;
  background: #f6be00;
  padding: 30px 30px 45px 30px;
}

.program-overview-box h2 {
  font-size: 1.25rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 800;
  color: #000;
}

.program-overview-box .program-step {
  background: #f4f4f4;
  position: relative;
  padding: 30px 30px 45px 30px;
}

.program-overview-box .program-step h4 {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.75px;
  text-align: center;
}
.program-overview-box .program-step ul,
.program-overview-box .program-step ol,
.program-overview-box .program-step p {
  font-size: 1rem;
}
.program-overview-box .program-step:before {
  content: "";
  display: block;
  height: 24px;
  width: 100%;
  background: rgba(222, 0, 0, 0.2);
  position: absolute;
  top: -22px;
  left: 0;
  background: url(/_resources/images/light-gray.svg) no-repeat center bottom;
  background-size: cover;
  /*background-size: auto;
  background-size: 1200px 55px;*/
}

.program-overview-box .program-step:after,
.program-overview-box .program-step:before {
  content: " ";
  display: table;
}

.program-overview-box .program-step:after {
  clear: both;
}

@media (max-width: 479px) {
  .program-overview-box h2 {
    font-size: 1.1rem;
  }
  .program-overview-box .program-header {
    padding: 20px 30px 35px 30px;
  }
  .program-overview-box .program-step {
    padding: 20px 30px 25px 30px;
  }
  .program-overview-box .program-step ul,
  .program-overview-box .program-step ol,
  .program-overview-box .program-step p {
    font-size: 0.9rem;
  }
  .program-overview-box .program-step h4 {
    font-size: 0.95rem;
  }
}

/* KGI Color Scheme */
.bg-kgi-navy {
  background: #001c44;
}
.bg-kgi-aqua {
  background: #0089a9;
}
.bg-kgi-red {
  background: #d6001c;
}
.bg-kgi-orange {
  background: #ff7f32;
}
.bg-kgi-yellow {
  background: #f6be00;
}
.bg-kgi-gold {
  background: #c69214;	
}
.bg-kgi-blue {
  background: #00558c;
}
.bg-kgi-purple {
  background: #330072;
}
.bg-kgi-lighter-blue {
  background: #e2eff8	
}
.bg-kgi-dark-gray {
  background:#949599;	
}
.bg-kgi-light-gray {
  background:#D2D3D5;	
}

.kgi-navy {
  color: #001c44;
}
.kgi-aqua {
  color: #0089a9;
}
.kgi-red {
  color: #d6001c;
}
.kgi-orange {
  color: #ff7f32;
}
.kgi-yellow {
  color: #f6be00;
}
.kgi-gold {
  color: #c69214;
}
.kgi-blue {
  color: #00558c;
}
.kgi-purple {
  color: #330072;
}
.kgi-dark-gray {
  color:#949599;	
}
.kgi-light-gray {
  color:#D2D3D5;	
}
.kgi-table-blue.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: rgba(233,242,255,.3);
}
/* Degree and Programs */
.heading__program--school {
  color: #fff;
  font-size: 1.21rem;
  letter-spacing: 0.75px;
  text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.5);
}
.heading__program--degree-name {
  text-transform: uppercase;
  color: #fff;
  font-size: 3.5rem;
  text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.5);
}
.heading__program--degree-acronym {
  color: #fff;
  text-transform: none;
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  .heading__program--school {
    font-size: 1rem;
  }
  .heading__program--degree-name {
    font-size: 2rem;
    line-height: 2.125rem;
  }
  .heading__program--degree-acronym {
    font-size: 1.7rem;
  }
}
@media (max-width: 479px) {
  .heading__program--school {
    font-size: 0.85em;
  }
  .heading__program--degree-name {
    font-size: 1.7rem;
    line-height: 1.9rem;
  }
  .heading__program--degree-acronym {
    font-size: 1.5rem;
  }
}

/* Program Features */
@media (max-width: 767px) {
  .features-program-container {
    margin-top: 430px;
  }
}
@media (max-width: 479px) {
  .features-program-container {
    margin-top: 330px;
  }
}
.features-program .item {
  min-height: 100px;
  padding-left: 80px;
}

.features-program .item .icon {
  font-size: 30px;
  color: #0089cf;
  float: left;
  margin-left: -60px;
  margin-top: 25px;
}

/* Progress Bars */
.progress {
  height: 15px;
  border-radius: 0px;
}
.progress-bar {
  text-align: left;
  opacity: 0;
}
.progress-bar__industry {
  font-size: 13px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.5px;
}
.progress-bar__industry-stat {
  font-size: 14px;
  font-weight: 800;
}

@keyframes animate-positive {
  0% {
    width: 0%;
  }
}

/* Statistic counter */
.statistic__wrapper {
  text-align: center;
}
.statistic__icon {
  font-size: 50px;
  margin-bottom: 10px;
}
.statistic__counter {
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.statistic__content {
  font-size: 0.8rem;
  letter-spacing: 0.5px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 576px) {
  .statistic__icon {
    font-size: 40px;
  }
  .statistic__counter {
    font-size: 1.8rem;
  }
}

/* Home Statistic counter */
.home-statistic-counter {
  font-size: 4.6rem;
  margin-bottom: 10px;
}
.home-statistic-counter__description {
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Figtree", sans-serif;
}

@media (max-width: 767px) {
  .home-statistic-counter {
    font-size: 4rem;
  }
  .home-statistic-counter__description {
    font-size: 0.8rem;
  }
}

@media (max-width: 576px) {
  .home-statistic-counter {
    font-size: 2.5rem;
  }
  .home-statistic-counter__description {
    font-size: 0.7rem;
  }
}

/* Home CTA */
.main-cta-heading {
  font-size: 2rem;
  letter-spacing: 0.75px;
  margin-bottom: 10px;
}
.main-cta-content {
  font-size: 1.3rem;
  font-family: "figtree", sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
}
@media (max-width: 767px) {
  .main-cta-heading {
    font-size: 1.8rem;
  }
  .main-cta-content {
    font-size: 1.2rem;
  }
}
@media (max-width: 576px) {
  .main-cta-heading {
    font-size: 1.3rem;
  }
  .main-cta-content {
    font-size: 0.95rem;
    line-height: 1.4;
  }
  .main-cta-button {
	padding: 5px !important;
    font-size: .8rem !important;
	font-weight: 700 !important;
  }
}
/* BOT profile */
.board-member__title {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 0.75px;
  margin-top: -10px;
  line-height: 1.5;
}

@media (max-width: 576px) {
  .board-member__title {
    font-size: 0.75rem;
  }
}

/* CTA above footer
.footer-cta {
  margin-bottom: -110px;
  z-index: 2;
  position: relative;
  padding: 110px 0;	
}
@media (min-width: 1680px) {
.footer-cta {
  padding: 150px 0; 	
}
}	

@media (max-width: 767px) {
  .footer-cta {
    margin-bottom: -40px;
	padding: 80px 0;   
  }
}
.footer-cta:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
} */

/* Interior page hero */
.site__hero-wrapper {
}

.site-hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 600px;
}

.site-hero::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  /*background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 38%, rgba(0,0,0,0.2526144246761205) 100%);
  background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 38%, rgba(0,0,0,0.2526144246761205) 100%);
  background: linear-gradient(180deg, rgba(255,255,255,0) 38%, rgba(0,0,0,0.2526144246761205) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);*/
}

.site-hero-heading {
  position: absolute;
  color: #fff;
  font-size: 2.875rem;
  text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.5);
  letter-spacing: 1.5px;
  line-height: 1;
  max-width: 600px;
  /*top: 100px;*/
}

@media (min-width: 2560px) {
  .site-hero {
    height: 700px;
  }
}

@media (max-width: 1920px) {
  .site-hero {
    height: 450px;
  }
}

@media (max-width: 1198px) {
  .site-hero {
    height: 300px;
  }
  /*.site-hero-heading {
  top: 10px;
}*/
}

@media (max-width: 767px) {
  .site-hero {
    height: 250px;
  }
}

@media (max-width: 576px) {
  .site-hero-heading {
    font-size: 2rem;
  }
}

/* Card Widget */
.card-widget {
  background-color: #fff;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.05), 0 5px 15px 0 rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  overflow: hidden;
  /*display: flex;
	 flex-direction: column;*/
  height: 100%;
  position: relative;
  padding: 0 15px;
}

.card-widget-department {
  background-color: #fff;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.05), 0 5px 15px 0 rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card-widget-department:hover {
  background-color: #f7f7f7;
}

.card-widget-link {
  text-decoration: none !important;
  color: #000 !important;
}

.card-widget__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.5rem 0;
}
.card-widget__header div {
  display: flex;
  align-items: center;
}

.card-widget__header div span img {
  max-height: 100%;
}
.card-widget__icon {
  font-size: 28px;
}

.card-widget__header div h3 {
  margin-left: 1rem;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.5px;
}
.card-widget__body {
  font-size: 0.9rem;
  font-family: "Figtree", sans-serif;
}
.card-widget__footer {
  margin-top: auto;
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-top: 1px solid #f3f3f3;
}
.card-widget__footer a {
  color: #0071a8;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.3px;
}

.card-widget__footer a:active,
.card-widget__footer a:hover,
.card-widget__footer a:focus {
  color: #000;
}

.contact__office-name {
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.5px;
}

.contact__office-detail {
  font-size: 1rem;
}
.table-responsive {
  /*overflow-x: hidden;*/
}
/* Faculty profile list */
.profile-link,
.content .profile-link {
  color: #3c3c3c !important;
  text-decoration: none !important;
}
.profile-link,
.content .profile-link:hover,
.profile-link,
.content .profile-link:focus {
  color: #747474 !important;
}

.profile-link img:hover,
.profile-link img:focus {
  opacity: 0.8;
  transition: 0.3s;
}

.profile-name {
  font-family: "Figtree", sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  margin-bottom: 0px;	
}
.profile-title {
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  font-size: 0.90rem;	
  color: #636363;
  letter-spacing: 0.5px;
  line-height: 1.5;
  margin-bottom: 5px;
}
.fit-cover {
  object-fit: cover;
  object-position: top center;
  height: 100px;
  width: 100px;
  padding: 4px;
  background: linear-gradient(to right, #2e97f2 0%, #474ecb 100%);	
}

@media (max-width: 576px) {
  .profile-name {
    font-size: 0.95rem;
  }
  .profile-title {
    font-size: 0.75rem;
  }
  .fit-cover {
    height: 80px;
    width: 80px;
  }
}

/*News pages */
.news-listing-title {
  font-weight: 700;
  font-size: 1.4rem;
  color: #3c3c3c;
  margin-bottom: 0.5rem;
}
.news-listing-date {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
}
.news-single-title {
  font-size: 1.8rem;
}
.news-single-date {
  font-size: 1.1rem;
  font-weight: 700;
  color: #585858;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 576px) {
  .news-listing-title {
    font-size: 1.1rem;
  }
  .news-listing-date {
    font-size: 0.8rem;
  }
  .news-single-title {
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .news-single-date {
    font-size: 0.95rem;
  }
}
/* Program faculty*/
.program-faculty__name {
  text-transform: uppercase;
  font-size: 1.15rem;
  font-weight: 800;
}
.program-faculty__title {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.75px;
  margin-bottom: 0.9rem;
  line-height: 1.5;
  margin-top: -0.5rem;
}
.program-faculty__modal {
  width: 50% !important;
}
@media (max-width: 576px) {
.program-faculty__name {
  font-size: 1.1rem;
}
.program-faculty__title {
  font-size: 0.9rem;
}
.program-faculty__modal {
  width: 95% !important;
}
}

/*Program card*/
.program-title {
  font-family: "Figtree", sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
  line-height: 1.2;
  letter-spacing: 0.75px;
  margin-bottom: 10px;
}
.school-title {
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: 0.75px;
  margin-bottom: 10px;
}
.program-title-search {
  font-family: "Figtree", sans-serif;
  font-weight: 800;
  line-height: 1.2;
  color: #001c44;
  font-size: 1.05rem;
  letter-spacing: 0.5px;
}
/*.program-title span {
  display: block;
  font-size: 0.8em;
  color: #0089cf;
  padding: 7px 0px 5px 0px;
}*/
.program-acronym {
  font-family: 'Roboto', sans-serif;	
  font-size: 1rem;
  color: #656565;
  margin-top: -5px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.school-acronym {
  font-family: 'Roboto', sans-serif;	
  font-size: 0.85rem;
  color: #656565;
  margin-top: -5px;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.program-acronym-search {
  font-size: 0.9rem;
  color: #666;
  margin-top: -5px;
  font-weight: 800;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}
.program-text {
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.5px;
  font-weight: 400;
  line-height: 1.5;
  color:#3c3c3c;	
}
.program-text-search {
  font-size: 0.95rem;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.5px;
  font-weight: 400;
  line-height: 1.5;
  color:#3c3c3c;	
}
.search-link {
  font-size: 0.75rem !important;	
}
.search-highlight {
  background-color: #ffff00;
}
.program-container {
  padding: 10px;	
}

@media (max-width: 479px) {
.program-title {
  font-size: 1.0rem;
}
.school-title {
  font-size: 1.0rem;
}	
.program-acronym {
  font-size: 0.8rem;	
}
.school-acronym {
  font-size: 0.8rem;	
}	
}

/*Banner Heading Image*/
.banner-image {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 10px;	
}

.banner-image .banner-image__description {
  width: 100%;
  height: 100%;
  padding: 8%;
}

.banner-image-wrapper {
  position: relative;
}

.banner-image .banner-image-wrapper img {
  width: 100%;
  height: 100%;
  background-position: center center;
  object-fit: cover;
  display: block;
  border-radius: 0 10px 10px 0;
}

.banner-image__description .banner-heading {
  margin-bottom: 25px;
  font-size: 2rem;
}
.banner-image__description .banner-subheading {
  font-size: 1rem;
  line-height: 1.7;
}

.banner-image__description a:hover,
.banner-image__description a:focus {
  opacity: 0.7;
}

@media screen and (max-width: 912px) {
.banner-image {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.banner-image__description {
  order: 2;
}
.banner-image__description .banner-heading {
  font-size: 1.4rem;
}
.banner-image .banner-image__description {
  padding: 6%;
}
.banner-image__description .banner-subheading {
  font-size: 0.8rem;
}
.banner-image-wrapper {
  order: 1;
}
}
@media (max-width: 479px) {
.banner-image {
  margin: -15px;
  border-radius: 0;  
}
.banner-image .banner-image-wrapper img {
  border-radius: 0;
}	
}

/***Custom checkbox***/
.container-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 0.95rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #e1e1e1;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

.container-checkbox input:focus ~ .checkmark {
  background-color: #d0d0ff;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
  background-color: #00558c;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.filter-heading {
  text-transform: uppercase;
  font-size: 1.1rem;
  color: #0c0c0c;
}
.search-box-wrapper {
  position: relative;
}
.search-box-wrapper .fa-magnifying-glass{
 position: absolute;
 top:17px;
 left: 17px;
}
.form-input{
  height: 50px;
  text-indent: 33px;
  border-radius: 5px;
  background: #f0f0f0;
  border: 0;
}
.form-input:focus{
 border: none;
 background: #f0f0f0;
}

/* Event card home */
.event-card--home .event-image {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-position: top center;
  background-size: cover;
  height: 250px;
}
.event-card--home .event-card-body {
  padding: 20px 15px;
}

.event-card--home .event-title {
  font-family: 'roboto', sans-serif;
  font-size: 1.05rem;
  letter-spacing: 0.5px;
  margin-bottom: 5px;	
}
.event-card--home .event-description {
  font-family: 'roboto', sans-serif;
  font-size: 0.90rem;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 10px 0 0 0;
}
.event-card--home .event-date-time {
  font-family: 'roboto', sans-serif;
  font-size: 0.75rem;
  margin: 10px 0 0 0;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #565656;
}
.event-card--home .event-location {
  font-family: 'roboto', sans-serif;
  font-size: 0.75rem;
  margin: 10px 0 0 0;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #565656;
}
.event-card--home .event-icon {
  font-size: 1.1rem;
  padding-right: 5px;
}
.event-card--home a.link {
  font-weight: 700;
  color: #0071a8;
  letter-spacing: 0.5px;
}
.event-card--home a.link:hover {
  color: #0c0c0c;
}
/*.event-card--home .on-hover {
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.event-card--home .on-hover:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}*/

.event-card--home .date-pos {
  right: 10px;
  top: 10px;
  font-family: 'roboto', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9rem;	
  letter-spacing: 1px;
}
.event-card--home .date-pos span {
  font-size: 1.6rem;
  line-height: 30px;
}
.event-card--home .bg-info-gradiant {
    background: #188ef4;
    background: -webkit-linear-gradient(legacy-direction(to right), #188ef4 0%, #316ce8 100%);
    background: -webkit-gradient(linear, left top, right top, from(#188ef4), to(#316ce8));
    background: -webkit-linear-gradient(left, #188ef4 0%, #316ce8 100%);
    background: -o-linear-gradient(left, #188ef4 0%, #316ce8 100%);
    background: linear-gradient(to right, #188ef4 0%, #316ce8 100%);
}
.carousel .slick-slide {
  margin: 0 10px;	
}
.slick-next {
  right: 0 !important;
}
.slick-prev {
  left: 0 !important;
  z-index: 2;
}
.slick-track {
  margin-left: 0 !important;
}
@media (max-width: 576px) {
.event-card--home .event-image {
  height: 200px;
}
.event-card--home .event-title {
  font-size: 1.0rem;
}	
}	
/*Single Quote*/
.quote-wrapper {
  position: relative
}
.quote-content {
  width: 90%;
  margin: 20px auto;
  font-family: "Figtree", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.5px;
  font-weight: 700;
}
@media (max-width: 576px) {
.quote-content {
  font-size: 1.1rem;	
}	  
}	
.quote-content::before {
  font-family: Georgia, serif;
  content: "“";
  position: absolute;
  top: -70px;
  left: -10px;
  font-size: 8em;
  color: rgba(3, 78, 162, 0.2);
}
/*TMP Table Data*/
.truncate {
 display: -webkit-box;
 -webkit-line-clamp: 3;
 -webkit-box-orient: vertical;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: normal;
}
.tmpTable {
  font-size: 1rem;	
}
/*Homepage News Widget*/
.news__feature-image {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: top center;
}
.news__image {
  width: 100%;
  height: 200px;
  object-fit: cover;      
  object-position: top center;
}
.news__content {
  padding: 10px 0 0 0;
}
/*.badge {
  display: inline-block;
  margin-bottom: 10px;
}*/
.news__featured-heading {
  font-family: 'figtree', sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: 0.25px;
  color: #00558c;
  margin-bottom: 10px
}
a.news__featured-link {
  font-weight: 800;
  color: #00558c;
}
a.news__featured-link:hover {
  color: #001c44;
}

.news__featured-excerpt {
  font-family: 'roboto', sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;	
}
.news__featured-date {
  font-family: 'figtree', sans-serif;
  font-size: 0.90rem;
  font-weight: 800;
  color: #d93b20;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 0.75px;
}
.news__heading {
font-family: 'figtree', sans-serif;
  font-size: 1.00rem;
  font-weight: 800;
  margin-bottom: 10px;
  margin-top: 0;
  line-height: 1.3;
  color: #00558c;
  letter-spacing: 0.5px;
}
a.news__link {
  font-weight: 800;
  color: #00558c;
}
a.news__link:hover {
  color: #001c44;
}
.news__excerpt {
  font-family: 'roboto', sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden;	
}
.news__date {
  font-family: 'figtree', sans-serif;
  font-size: 0.70rem;
  font-weight: 800;
  letter-spacing: 1px;
  color: #d93b20;
  margin-bottom: 5px;
  text-transform: uppercase;
}
@media (max-width: 576px) {
.news__feature-image {
  height: 300px;
}	
.news__featured-date {
  font-size: 0.80rem;
}
.news__featured-heading {
  font-size: 1.3rem;
  line-height: 1.3;
}
.news__featured-excerpt {
  font-size: 1.0rem;
  line-height: 1.6;
}
.news__image {
  height: 150px;	
}
.news__heading {
  font-size: .95rem;	
}
.news__excerpt {
  font-size: 0.85rem;
  line-height: 1.5;
}
}
/*Logo slider*/
.logo-swiper {
 user-select: none;
 box-sizing: border-box;
 overflow: visible;
 width: 100%;
 height: 100%;
 padding: 0px 0px;
}
.swiper-slide {
 display: flex;
 align-items: center;
 justify-content: center;
 width: 100%;
 height: 100%;
 position: relative;
 box-sizing: border-box;
}
.swiper-slide-content--logo {
 width: 100%;
 height: 100%;
 display: flex;
 position: relative;
 z-index: 1;
 box-sizing: border-box;
}
.swiper-slide-content--logo img {
 max-height: 100%;
 min-height: 0;
 object-fit: contain;
 width: 120px;
}
/*Tooltip*/
.custom-tooltip .tooltip-inner {
 font-family: 'Roboto', sans-serf;
 font-size: 12px;	
}
/*Overview Page*/
.overview__department {
  font-family: 'figtree',sans-serif;
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 0.75px;
  font-weight: 800;
  position: relative;
  margin-bottom: 25px;
}
.overview__department-intro {
  font-size: 1.3rem;
  letter-spacing: 0.5px;
  font-weight: 800;
  line-height: 1.5;
}
.overview__page-title {
  font-size: 1.2rem;
  letter-spacing: 0.5px;
  font-weight: 800;
  margin-bottom: 10px;
}
.overview__page-excerpt {
  font-size: 1rem;
  margin-bottom: 5px;
  line-height: 1.7;
}
@media (max-width: 479px) {
.overview__department-intro {
  font-size: 1.15rem;
}
.overview__page-title {
  font-size: 1.1rem;
}	
}

/*Department contact bar*/
.department-contact {
  margin-top: 100px;	
}
.department-contact__detail {
  font-family: 'Roboto',sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #3e3e3e;
}
.department-contact__detail a{
 font-weight: 500;	
}
.department-contact__icon {
  font-size: 25px;	
}
@media (max-width: 479px) {
.department-contact__detail {
  font-size: 0.90rem;
}
.department-contact__icon {
  font-size: 23px;	
}	
}	

/*Swiper Slideshow */

.title-box {
  display: flex;
  text-align: left;
  width: 100%;
  flex-direction: column;
  flex-wrap: nowrap;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 20px;	
  justify-content: center;
  opacity: 0;
  z-index: 15;  
}
.title-box h2 {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: normal;
  max-width: 100%;
  font-size: 1.5rem; 
  margin-bottom: 5px;
  color: #fff;  
}
.title-box p {
  font-family: 'Roboto', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1.3;	
  max-width: 100%;
  color: #fff;
}
.gradient-background {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  color: white;
  padding: 40px 0;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0;
  z-index: 10;
  transition: opacity .7s ease;
}
.swiper-slide .title-box{
  transform: translateY(100%);
  transition: all .7s ease .3s;
}
.swiper-slide-active .title-box {
  transform: translateY(0%);
  opacity: 1;
  transition: all .7s ease;
}
.swiper-slide-active .gradient-background {
  opacity: 1;
  transition: opacity .7s ease;
}
@media (max-width: 479px) {
.title-box h2 {
  font-size: 1.1rem;
}
.title-box p {
  font-size: 0.75rem;
}	
}
/* Vertical bullet steps*/
.list-group.vertical-steps{
  padding-left:10px;
}
.list-group.vertical-steps .list-group-item{
  border:none;
  border-left:3px solid #ece5dd;
  box-sizing:border-box;
  border-radius:0;
  counter-increment: step-counter;
  padding-left:20px;
  padding-right:0px;
  padding-bottom:20px;  
  padding-top:0px;
}
.list-group.vertical-steps .list-group-item.active{
  background-color:transparent;
  color:inherit;
}
.list-group.vertical-steps .list-group-item:last-child{
  border-left:3px solid transparent;
  padding-bottom:0;
}
.list-group.vertical-steps .list-group-item::before {
  border-radius: 50%;
  background-color:#ece5dd;
  color:#555;
  content: counter(step-counter);
  display:inline-block;
  float:left;
  height: 35px;
  line-height: 35px;
  margin-left: -38px;
  text-align: center;
  width: 35px;
  font-family: 'roboto', sans-serif;
  font-weight: 800;
}
.list-group.vertical-steps .list-group-item span {
  display:block;
  overflow:hidden;
  padding-left: 10px;
}
/*Active Completed States*/
.list-group.vertical-steps .list-group-item.active::before{
  background-color:#0052c2;
  color:#fff;
}
.list-group.vertical-steps .list-group-item.completed{
  border-left:3px solid #ececec;
}
.list-group.vertical-steps .list-group-item.completed::before{
  background-color:#0052c2;
  color:#fff;
}
.list-group.vertical-steps .list-group-item.completed:last-child{
  border-left:3px solid transparent;
}
/*Icon and text side-by-side*/
.icon-featured-text {
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #333;
}
@media (max-width: 479px) {
.icon-featured-text {
  font-size: 0.8rem;
}	
}

/*Column Button*/
.top-link-button {
  padding: 25px 0;	
}
.top-link-button a {
  text-decoration: none !important;	
}
.top-link-button:hover,
.top-link-button:focus,
.top-link-button:active {
  background: #e2eff8 !important;
}
@media (max-width: 479px) {
.top-link-button {
  padding: 15px 0;	
}	
}

/*Statistic Chart JS*/
.chart-container-1 {
	position: relative;
	height: auto;
	width: 50%;
}
.chart-container-2 {
	position: relative;
	height: auto;
	width: 50%;
}
.statistic-color-bar {
	display: inline-block;
	width: 20px;
	height: 10px;
	margin-right: 10px;
}
.statistic-legend-item {
	margin-bottom: 0.5rem;
}
.statistic-list {
list-style: none;
font-family: 'Figtree', sans-serif;
font-size: 0.8rem;
}
.statistic-counter-content {
  font-size: .9rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
@media (max-width: 479px) {
.statistic-color-bar {
  width: 15px;
  height: 5px;
  margin-right: 5px;
}
.statistic-list {
font-size: 0.7rem;
}	
}
/*Vertical Timeline*/
.timeline {
	position: relative;
	padding: 0;
	list-style: none;
}
.timeline::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 1px;
	background: #ddd;
}
.timeline-item {
	position: relative;
	margin: 20px 0;
	display: flex;
	align-items: center;
}
.timeline-item::before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 25px;
	height: 25px;
	background: #d6001c;
	border-radius: 50%;
	z-index: 1;
	border: 5px solid #fff;
}
.timeline-item-left,
.timeline-item-right {
	width: 50%;
	padding: 10px 30px;
}
.timeline-item-left {
	text-align: right;
}
.timeline-item-right {
	text-align: left;
}
.timeline-content {
	/*display: flex;*/
	align-items: center;
}
.timeline-content img {
	max-width: 100%;
	height: auto;
}
.timeline-date {
font-family: 'figtree', sans-serif;
font-size: 0.95rem;
font-weight: 800;
letter-spacing: 1.5px;
text-transform: uppercase;
color: #d6001c;
margin-bottom: 10px;
}
.timeline-description {
font-family: 'Roboto', sans-serif;
letter-spacing: 0.5px;
line-height: 1.5;	
}
@media (max-width: 479px) {
.timeline-item::before {
  width: 20px;
  height: 20px;
}
.timeline-date {
  font-family: 'figtree', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 1px;
}
.timeline-description {
  font-size: 0.85rem;
}
.timeline-item-right {
	padding: 10px 0 10px 15px;
}
.timeline-item-left{
	padding: 10px 15px 10px 0;
}	
}