@charset "utf-8";
/* CSS Document */
.g-theme-bg-gray-dark-v2 {
  background-color: #121212 !important;
}
		.g-theme-bg-gray-dark-v1 {
    background-color: #1D1D1D !important;
}
.g-theme-dark-bg-secondary{background-color: #1F1F1F !important;}
.dropdown-toggle::after {
    content: "\f078";
    position: relative;
    top: 0.2142857143rem;
    font-family: "Font Awesome 6 Pro" !important;
    font-size: 10px;
    display: inline;
    border: none;
    margin-left: 0.5rem;
	font-weight:900;
}
#edu-jump-menu .dropdown-item.active{
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff !important;
	cursor:default;
}
.dropdown-item{padding:7px;}
/* Custom search overlay form*/
#search-overlay{
  display:none;
}
.block {
  position: fixed;
  top: 0;
  right: 0;
  bottom:0 ;
  left: 0;
  overflow: auto;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  border: none;
  margin: 0;
	z-index:10 !important;
}

.block:before {
  content: '';
  display: inline-block;
  height: 40%;
  vertical-align: middle;
  margin-right: 0;
  /* Adjusts for spacing */
  /* For visualization 
  background: #808080; width: 5px;
  */
}

.centered {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  /*padding: 10px 0;*/
  color: #FFF;
  border: none;
  background: transparent;
}

#search-box {
     position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#siq_searchForm {
    position: relative;
    z-index: 9991;
    width: 100%;
    padding: 15px;
    max-width: 600px;
    position: relative;
}
#s{
	
	/*width: 100%;*/
    height: 50px;
    line-height: 30px;
    padding: 15px 30px;
}

#close-btn{
  position: fixed;
  top: 5.2em;
  right: .9em;
}
.g-bg-midnightblue{background-color:#151826;}
.g-color-brightred{color:#f73859;}
.g-bg-brightred{background-color:#f73859;}
.secondary-font{font-family:'Barlow Condensed' !important;}
.no-hilite {
  user-select: none;
  -webkit-user-select: none; /*Safari*/
  -moz-user-select: none; /*Firefox*/
}
#nblock > h3.news-title{line-height: 1.7rem; letter-spacing: 0; font-size: 1rem;}
#nblock > p {line-height: 1.3rem; letter-spacing: 0; font-size: 1rem; color:#333; margin-bottom:0;}
#nblock > p.news-date {font-weight:600; letter-spacing: 0; font-size: 1rem;}


.nounderline:hover {text-decoration:none;}
.listme  li{font-size: 1rem; line-height:1.6;}

/*.bcrumbheader{font-size:3.175rem; line-height: 1.4;}*/
.bcrumbheader{font-size:2.813rem; line-height: 1.4;}
@media only screen and (max-width: 991px){
.bcrumbheader {
    font-size: 2.625rem;
}
}
@media only screen and (max-width: 767px){
.bcrumbheader {
    font-size: 1.75rem;
}
	}

.inpage-main-title{font-size:1.525rem; line-height: 1.3;}
.footer-link-cats{font-size:1.2714285714rem; }
.links{font-size:1.2rem; padding:5px 0 5px;}
@media only screen and (max-width: 991px){
.hero-main-title {
    font-size: 1.5rem;
}
}
@media only screen and (max-width: 767px){
.hero-main-title {
    font-size: 1.375rem;
}
}
@media only screen and (max-width: 991px){
.inpage-main-title, .footer-link-cats {
    font-size: 1.2rem;
}
}
@media only screen and (max-width: 767px){
.inpage-main-title, .footer-link-cats {
    font-size: 1.161rem;
}
	}
.tagbox { font-size: 1.161rem;}
p { font-size: 1rem; line-height:1.6;}
@media only screen and (max-width: 991px){
p, .tagbox, .links, .listme li {
    font-size: 1rem;
}
}
@media only screen and (max-width: 767px){
#nblock > p, p, .tagbox, .links, .lead, .listme li {
    font-size: .9rem;
}
}
@media only screen and (max-width: 767px){
.lead {
    font-size: 1.161rem;
}
}



#google_translate_element select{
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
 background:#03254C !important;
 color:#ffffff !important;
 border: 1px solid #55555;
 border-radius:2px;
 padding:6px 8px;
	 width:100%;
	font-size:1rem;
	font-weight:600 !important;
 }
 .goog-logo-link{
   display:none!important;
  }
 .goog-te-gadget{
 color:#ffffff!important;
 } 
.translated-ltr BODY{top:0px !important;}
[id$='1.container']{
	max-height: 0px !important;
 display: none !important;
 }
 .goog-te-banner-frame{
 display: none !important;
 }
 
 #goog-gt-tt, .goog-te-balloon-frame{display: none !important;}
.goog-text-highlight { background: none !important; box-shadow: none !important; border: none !important; }
#goog-gt-tt{display: none !important; top: 0px !important; } 
.goog-tooltip {
    display: none !important;
}
.goog-tooltip:hover {
	background:transparent !important;
    display: none !important;
}
.VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q{background:transparent !important; box-shadow: none !important;}

.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: rgba(255,255,255,.5);
}

.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: rgba(255,255,255,.5);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
/*.hover-underline-animation-attend {
  display: inline-block;
  position: relative;
  color: #ffffff;
}

.hover-underline-animation-attend::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 4px;
  left: 0;
  background-color: #ffffff;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation-attend:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}*/
/*  .pr-info-block .pr-info li:before {
    content: '|';
    font-size: 12px;
    line-height: 1.4;
    margin-right: 8px;
    
}
.pr-info-block .pr-info li:first-child:before {
    content: "";
    margin-left: 0;
    margin-right: 0;
}*/
@media screen and (min-width:1200px) {
.header-spacer {
    width: 100%;
    height: 227px;
}
}
@media (min-width:991px) and (max-width:1199px) {
.header-spacer {
    width: 100%;
    height: calc(209px - 52px);
}
}
@media (max-width:990px) {
.header-spacer {
    width: 100%;
    height: calc(195px - 52px);
}
}
.cc-window{opacity:1;-webkit-transition:opacity 1s ease;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{-webkit-transition:transform 1s ease;-webkit-transition:-webkit-transform 1s ease;transition:-webkit-transform 1s ease;transition:transform 1s ease;transition:transform 1s ease,-webkit-transform 1s ease}.cc-animate.cc-revoke.cc-top{-webkit-transform:translateY(-2em);transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{-webkit-transform:translateY(2em);transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-top{-webkit-transform:translateY(0);transform:translateY(0)}.cc-animate.cc-revoke.cc-active.cc-bottom{-webkit-transform:translateY(0);transform:translateY(0)}.cc-revoke:hover{-webkit-transform:translateY(0);transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;-webkit-transition:max-height 1s;transition:max-height 1s}
.cc-revoke,.cc-window{position:fixed;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row; border-top:1px dashed; border-top-color:rgba(255, 255, 255, 0.3)}.cc-revoke{padding:.5em}.cc-revoke:hover{text-decoration:underline}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em;text-decoration:underline}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{font-family:'Roboto';display:block;border-radius:5px;padding:.4em .8em;font-size:1em;font-weight:600;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.cc-window.cc-banner{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{display:block;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;max-width:100%;margin-right:1em; color:rgba(255, 255, 255, 0.7) !important}.cc-compliance{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-floating .cc-compliance>.cc-btn{-webkit-box-flex:1;-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-webkit-box-align:unset;-ms-flex-align:unset;align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-webkit-box-flex:0;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em;margin-bottom:1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}
