@charset "UTF-8";
/* CSS Document */

/* A@PBI-5722 (Issue) Start - Skip to Content link for keyboard accessibility (WCAG 2.2 AA) */
.skip-to-content {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: 9999;
    padding: 1rem 1.5rem;
    background-color: #1072bd;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 0 0 4px 4px;
}
.skip-to-content:focus {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: auto;
    overflow: visible;
    outline: 3px solid #ffc107;
    outline-offset: 2px;
}
/* A@PBI-5722 (Issue) End */

h1 {
    padding-bottom: 1rem;
}
h2, h3 {
    padding-top: 1rem;
}
a {
  text-decoration: none;
  color: #1072bd
}
dl {
  display: flex;
  align-items: center;
}
dt {
  padding-right: 20px;
  opacity: .6;
  margin-bottom: .5rem;
}
ul {
    padding-left: 0;
    list-style-type: none;
    line-height: 2rem;
}
ul ul {
        padding-left: 25px;
}
ul.bulleted {
    padding-left: 1rem;
    list-style-type: disc;
    line-height: inherit;
}
ul.bulleted-alt {
    padding-left: 1rem;
    list-style-type: circle;
    line-height: inherit;
}
.pl-35 {
    padding-left: 35px !important;
}
/*logo*/
.logo {
  color: #5e6163;
  font-weight: bold;
  font-size: 40px;
  padding: 5px 0 5px;
}
.logo a {
  color: #5e6163;
  text-decoration: none;
}
.logo a:hover {
  color: #333333;
  text-decoration: none;
}

/*navigation*/
/*original menu*/
.dropdown-menu {
    z-index: 9999;
}
@media screen and (min-width: 992px) {
	  li.dropdown {
	      padding: 1rem;
	  }
	  .dropdown-item {
		padding: .5rem 1.25rem;
	  }
}
.secondary-nav {
  background: #004b76; /* M@PBI5551 */
  padding: 15px 0;
  height: 54px;
  display: inline-flex;
  flex-wrap: nowrap;
}
.secondary-nav-wrapper {
  background: #004b76; /* M@PBI5551 */
  width: 100%;
}

/*buttons*/
.btn-primary {
 background-color: #1072bd;
}

.btn-primary:hover {
 background-color: #1072bd;
}
.primary-btn {
  background: #f6c84b;
  padding: 18px 40px;
  color: #333333;
  text-decoration: none;
}
.primary-btn:hover {
  background: #ffd86f;
  color: #000000;
}
.primary-btn-login-modal {
  background: #f6c84b;
  color: #333333;
  width: 100%;
  display: block;
  text-align: center;
}

.primary-btn-sm {
    color: #000;
    background-color: #f6c84b;
    border-color: #ffc107;
    float: right;
}
/*Edit button*/
.btn-default {
    color: #fff;
    background-color: #1072bd;
    width: 94px;
    float: right;
}

.secondary-btn {
  background: #1072bd;
  padding: 18px 40px;
  color: #ffffff;
  text-decoration: none;
  width: 100%;
  display: block;
  text-align: center;
}
.secondary-btn:hover {
  background: #0a5c9a;
  color: #ffffff;
}
.search-btn {
	background: #135d9a;
	color: #ffffff;
	border-radius: 0;
    margin-top: 4px;
	padding: .6rem .75rem;
}
.search-btn:hover {
	background: #4995d4;
	color: #ffffff;
}

/* login redesign style*/
.lgn {
     position: absolute;
	width: 109px;
	right: 17px;
	top: 6px;
}

.lgn-login {
     position: absolute;
	width: 109px;
	right: 90px;
	top: 6px;
}

.lgn-div {
	text-align: left;
}
.lgn-dropdown {
    left : -67px;
	background: #f6c84b !important;
}
.slt-acc-type {
	font-style: normal;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
}
.slt-plan {
	font-style: italic;
	font-size: 12px;
	font-weight: 600;
	text-align: inherit;
	padding: 0.25rem 1.5rem
}
.dropdown-item:active  {
	background-color: #ffd86f !important;
}
/*accordion*/
.accordion-header {
    padding-top: 0;
}
.accordion-button {
    font-weight: bold;
}
.list-group-flush {
    padding-left: 0;
}

/*forms*/
.input-group.search {
    position: absolute;
    top: 0;
    right: 140px;
    width: 200px;
	}
	/* 5A@PBI.4249 */
	/* 1M@PBI.4249 */
@media (min-width: 320px) {
  .input-group.search {
        width: 155px;
	}
}	
@media (min-width: 450px) {
  .input-group.search {
        width: 250px;
	}
}
.search .form-control {
    padding: .6rem .75rem;
    color: #ffffff;
    background-color: #005a94; /* M@PBI5551 */
    border: 0;
    border-radius: 0;
}
.search input::placeholder {
    color: #ffffff;
}

/*sitewide*/
 
.standardBlue{
	color: #1072bd;
}
      
.bgStandardBlue{
	background-color: #1072bd !important;
	color: #ffffff;
}

.bgStandardYellow{
	background-color: #f6c84b !important;
	color: #333333;
}

/* A@PBI-5709 Start */
/* Accessible text on yellow background */
.bgStandardYellow a,
.bgStandardYellow a strong {
    color: #2c4a52;
}
/* A@PBI-5709 End */

#topOfPageBtn {
  display: inline-block;
  background-color: #1072bd;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#topOfPageBtn::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#topOfPageBtn:hover {
  cursor: pointer;
  border: 2px solid #f6c84b;
}
/* #topOfPageBtn:active {
  background-color: #1072bd;
} */
#topOfPageBtn.show {
  opacity: 1;
  visibility: visible;
}

.link-white {
  color: #ffffff;
  text-decoration: none;
}
.link-white:hover {
  color: #EBEBEB;
  text-decoration: none;
}
.text-right {
  text-align: right;
}
.login {
  position: absolute;
  right: 0;
  top: 15px;
}
.searchbar {
  background: #333333;
  position: absolute;
  right: 117px;
  top: 0;
  padding: 15px;
  width: 200px;
}
.announcement-special {
	background: #ffe7a6;
	color: #000000;
	padding: 25px 0;
}
.announcement-urgent {
	background: #b33737;
	color: #ffffff;
	padding: 25px 0;
}
.main-content-wrapper {
  background: #f5f5f5;
  padding: 40px 0;
}
.main-content-wrapper a:hover {
  border-bottom: 2px solid #f6c84b;
}
.blue-header {
  color: #1072bd;
  padding-bottom: 1rem;
}
.news-wrapper {
  background: #ffffff;
  padding: 35px;
  -webkit-box-shadow: 0px 3px 15px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 15px 5px rgba(0, 0, 0, 0.1);
}
.news-wrapper h2 {
  border-bottom: 2px solid #f6c84b;
  padding-bottom: 5px;
  margin-bottom: 15px;
  color: #474747;
}
.news-wrapper ul {
  list-style: none;
  padding-left: 0;
}
.news-wrapper ul li {
  padding: 10px;
}
.news-wrapper ul a {
  color: #515151;
  font-weight: bold;
  text-decoration: none;
}
.news-wrapper ul a:hover {
  color: #000000;
}

.border-right-3{
	border-right: 3px solid lightgrey;
}
/*homepage only*/
.login-box {
  background: #f1f6fb;
  margin-bottom: 25px;
  -webkit-box-shadow: 0px 3px 15px 5px rgb(0 0 0 / 10%);
    box-shadow: 0px 3px 15px 5px rgb(0 0 0 / 10%);
  transition: transform 0.2s ease;
}
.login-box-wrapper {
  padding: 60px 0;
}
.login-box ul {
  list-style: none;
  text-align: center;
  padding-left: 0;
}
.login-box ul li {
  padding: 7px;
}
.login-box ul a {
  color: #484848;
  text-decoration: none;
}
.login-box ul a:hover {
  color: #000000;
  border-bottom: 2px solid #f6c84b;
}
.login-box h4 {
  color: #1072bd;
  text-align: center;
  padding-bottom: 1rem;
}
.mission-statement-wrapper {
    padding: 90px 0;
}
.events-wrapper {
  padding: 90px 0 50px 0;
  position: relative;
  top: -80px;   /*   1A@PBI-4268 */
}
.event-box {
  border: 1px solid #dddddd;
  border-radius: 25px;
  margin-bottom: 25px;
}
.event-header {
  padding: 15px;
  background: #1072bd;
  color: #ffffff;
  font-weight: bold;
  font-size: 25px;  /* 1A@PBI-4268 */ 
  text-align: center;
  border-radius: 25px 25px 0 0;
}
.event-content {
  padding: 35px;   /* 1A@PBI-4268 */
  background: #ffffff;
  color: #333333;
  border-radius: 25px;
  max-height: 280px; /* 1A@PBI-4268 */
  min-height: 280px; /* 1A@PBI-4268 */
  /*min-height: 300px;*/
}
/*review updates*/
.event-content h4 {
    margin-bottom: 1.5rem;
}
.event-content dl {
    margin-top: .5rem;
    margin-bottom: 0rem;
}
.seminar-wrapper {
  background: linear-gradient(rgba(16, 114, 189, 0.45), rgba(16, 114, 189, 0.45)), url(../img/bg-seminar.jpg);
  padding: 100px 0;
  background-size: cover;
  background-position: center center;
}
.seminar-box {
  background: rgba(255, 255, 255, 0.85);
  color: black;
  padding: 50px;
  margin: 0 auto;
}

/*footer*/
.footer-wrapper {
  background: #363636;
}
.footer-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}
footer h3, footer p, footer dl {
  color: #ffffff;
}
footer a {
  color: #d0d0d0;
}
footer a:hover {
  color: #ffffff;
}
footer ul {
  list-style: none;
  padding-left: 0;
}
footer li {
  padding: 5px 0;
}
.footer-copyright {
  padding: 25px 0;
  border-top: 1px solid gray;
}
.footer-wrapper dl {
	display: block;
}

/*partner updates*/
.img-bg {
    background-size: cover !important;
    display: block;
    width: 100%;
    height: 150px;
    border: 1px solid #ddd;
}
.img-bgwriting {
    background: url(../img/bg_writing.jpg);
}
.img-bg1 {
    background: url(../img/bg-1.jpg);
}
.img-bg2 {
    background: url(../img/bg-2.jpg);
}
.img-bg3 {
    background: url(../img/bg-3.jpg);
}
.img-bg4 {
    background: url(../img/bg-4.jpg);
}
.login-box ul li {
    padding: 4px;
}
.login-box h3 {
    color: #ffffff;
    text-align: center;
    padding-bottom: 1rem;
    line-height: 150px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.69);
}
.nav-btn {
    width: 100%;
    border: 1px solid blue;
    padding: 15px;
}
.login-box:hover {
	transform: scale(1.1);
    /* -webkit-box-shadow: 0px 3px 15px 5px rgb(0 0 0 / 10%);
    box-shadow: 0px 3px 15px 5px rgb(0 0 0 / 10%); */
}

/*new menu changes*/
.menu-callout {
    border: 1px solid #ccc;
}
.menu-callout p {
    font-size: 14px;
    line-height: 22px;
}
.title {
    font-weight: bold;
}
.nav-btn {
    width: 100%;
    border: 1px solid #1072bd;
    padding: 8px;
    display: block;
    text-align: center;
    margin-top: 25px;
}
.nav-btn:hover {
    background: #1072bd;
    color: #ffffff;
}

@media (min-width: 992px) {
    li.has-megamenu:hover .nav-link {
        background: #f6c84b;
        border-radius: 4px 4px 0px 0px;
        border-bottom: 1px solid #cccccc;
    }
}
ul.mega-menu a {
    color: #717171;
    min-width: 15rem;
}
ul.mega-menu a:hover {
    color: #000000;
}
.nav-link:focus {
    color: black !important;
}
.img-bg {
    background-size: cover !important;
    display: block;
    width: 100%;
    height: 150px;
    border: 1px solid #ddd;
}
.login-box ul li {
    padding: 2px;
}
.login-box h4 {
    color: #ffffff;
    text-align: center;
    padding-bottom: 1rem;
    line-height: 150px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.69);
}
@media (max-width: 360px) {
.login-form{
	width: 100%;
	margin: 0 auto;
}
}
/* 16A@PBI.4250 */
@media ( min-width : 320px) {
	.form-control {
		width: 75%;
	}
	.changeLoginButtonStyle {
	    width: 75%;
	}
}

@media ( min-width : 760px) {
	.form-control {
		width: 100%;
	}
	.changeLoginButtonStyle {
	    width: 100%;
	}
}
/*10A@PBI.4256*/
 .center {
	width: 100%;
	padding: 2px;
	text-align: center;
}
@media ( min-width : 360px) {
	#btnAdd{
		width: 100%;
	}
	#btnLookup {
		width: 100%;
	}
	#btnUpload {
		width: 100%;
	}
} 
/* Addded by Venkata */
.login-form{
	width: 400px;
	margin: 0 auto;
}

.form-group{
	margin-bottom: 1rem;
}

.tbl-acct-selection a:hover{
  border-bottom: 2px solid #f6c84b;
}

.title-header{
	border-bottom: 2px solid #f6c84b;
}
/*override onclick navigation and open on hover*/
@media screen and (min-width: 977px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0px;
    }
    .dropdown-toggle, .mobile-toggle {
        pointer-events: none;
    }
    .dropdown, .dropdown-menu, .megamenu, .nav-item {
        cursor: pointer;
        font-weight: bold;
    }
}
.navbar .megamenu {
    padding: 1rem;
}

/*Mega menu*/
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
/*     .navbar .has-megamenu { */
/*         position: static !important; */
/*     } */
    .navbar .megamenu  {
        left: 0;
        right: 0;
        margin-top: 0;
        min-width: 20rem;
     }
     
     .col-megamenu  {
        left: 0;
        right: 0;
        margin-top: 0;
        min-width: 15rem;
    
}
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media (max-width: 991px) {
    .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }
    .mobile-hide {
        display: none;
    }
    .mobile-toggle h6 {
        color: rgba(0,0,0,.55);
    }
    .mobile-toggle h6::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
    }
    .nav-link {
        font-weight: bold;
        color: #212529;
    }
}
/* ============ mobile view .end// ============ */

/*Mobile Menu*/
body.mmactive {
  overflow: hidden;
}
.mobile_menu {
  display: none;
  position: relative;
}
.sm_menu_outer.active .mobile_menu {
  display: block;
}
.sm_menu_outer {
  height: calc(100vh/* - 60px*/);
  overflow-y: scroll;
  overflow-x: hidden;
  position: fixed;
  right: 0;
  /*bottom: 0;*/
    top: 56px;
  z-index: -9;
  width: 100%;
  opacity: 0;
  background-color: #363636;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.sm_menu_outer.active {
  opacity: 1;
  z-index: 999;
}
.sm_menu_outer .mobile_menu li.back a {
  padding: 20px 5px 20px 55px;
  background: url("../img/back.png") no-repeat scroll 15px center / 5% auto;
}
@media (min-width: 750px) {
      .sm_menu_outer .mobile_menu li.back a {
          background: url("../img/back.png") no-repeat scroll 15px center / 4% auto;
    }
}
.sm_menu_outer .mobile_menu a {
  color: #ffffff;
  display: block;
  font: 300 18px/140% "Lato", sans-serif;
  letter-spacing: 1px;
  padding: 20px 15px;
  /*text-transform: uppercase;*/
  text-decoration: none;
}
/*Sub Menu anim */
.sm_menu_outer.slide .mobile_menu .submenu {
  background-color: #363636;
  height: 100%;
  position: absolute;
  right: -100%;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 999;
}
.sm_menu_outer.slide .mobile_menu li.active > .submenu {
  right: 0;
}
.sm_menu_outer .mobile_menu li {
  list-style-type: none;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0);
  border-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #2a2a2a 20%, #2a2a2a 50%, #2a2a2a 80%, rgba(0, 0, 0, 0) 100%) 0 0 1 0;
  color: #ffffff;
}
.sm_menu_outer.slide .mobile_menu li.hasChild > a {
  background: url("../img/next.png") no-repeat scroll 95% center / 5% auto;
}
/*Hamburger Animation */
#sm_menu_ham {
  cursor: pointer;
  float: right;
  height: 25px;
  position: fixed;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  width: 30px;
  top: 15px;
  left: 15px;
  z-index: 9999;
}
#sm_menu_ham span {
  background-color: #FFFFFF;
  border-radius: 5px;
  display: block;
  height: 2px;
  left: 0;
  opacity: 1;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  width: 30px;
}
#sm_menu_ham span:nth-child(1) {
  top: 0;
}
#sm_menu_ham span:nth-child(2),
#sm_menu_ham span:nth-child(3) {
  top: 10px;
}
#sm_menu_ham span:nth-child(4) {
  top: 20px;
}
#sm_menu_ham.open span:nth-child(1) {
  left: 50%;
  top: 18px;
  width: 0;
}
#sm_menu_ham.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
#sm_menu_ham.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#sm_menu_ham.open span:nth-child(4) {
  left: 50%;
  top: 18px;
  width: 0;
}
@media (min-width: 992px) {
  #sm_menu_ham,
  .sm_menu_outer {
    display: none;
  }
}
/* 5A@PBI-4254 */
tr.blue, th{
   position: sticky; top: 0;
   background: #1072bd;
   color: white;
}
/* .small {
    color: white;
} */
/* 3A@PBI-4276 */
.nav-link {
   pointer-events: none;
}
/* 5A@PBI.4300 */
#homepageEventsNews{
    height: 600px;
    position: relative;
    top: -35px;
}
/* 23A@PBI.4299 */
#eventDesc{
   position: relative;
   top: -15px;
}

#eventInfo{
   padding: 90px 0 50px 0;
   position: relative;
   top: -135px;
}


#eventDate{
    font-size: 20px;
    position: relative;
    top: -40px;
}

#eventClock{
    position: relative;
    top: -50px;
}

#eventLocation{
    position: relative;
    top: -45px;
    right: -2px;
}

.aaa-link {
    color: #003f7d; 
}

.aaa-link:hover {
    color: #001f40;
    border-bottom: 2px solid #f6c84b; 
}
/* 3A@PBI-5733 */
.text-danger-wcag {
    color: #b02a37;
}

/* 3D@PBI.4328 
#videoframe {
	  width: 100%;
	  height: 450px;
}*/
