@charset "UTF-8";
/*------------------------------------
  Custom Styles
------------------------------------*/

html {
	scroll-behavior: smooth;
}

.force-p-inline p {
	display: inline;
}

.force-p-inline {
	margin-bottom: 1rem;
}

/*------------------------------------
  MiniNav
------------------------------------*/
.mininav-wrapper {
	background-color: #26304d !important; }
.mininav-nav-wrapper {
	overflow:hidden; }

/*------------------------------------
  Page Banners
------------------------------------*/
.aboutBanner {
	height: 140%;
	background-image: url(../index-64.html);
}

.careersBanner {
	height: 140%;
	background-image: url(../index-65.html);
}
.contactBanner {
	height: 140%;
	background-image: url(../index-66.html);
}


/*------------------------------------
  Case Studies
------------------------------------*/
ul#searchLetter li { display: inline; }
.letter {
	cursor: pointer;
}

/*------------------------------------
  Registration
------------------------------------*/


/*------------------------------------
  Search
------------------------------------*/
#searchSubmit {
	position: relative;
	z-index: 1;
	right: -170px;
	top: -26px;
	width: 0;
	cursor: pointer;
}

/*------------------------------------
  Misc
------------------------------------*/
.font-14 {
	font-size: 14px;
}

.table-striped tbody td {
    font-size: 0.8em;
}

.ackPopoverContainer { display: none; }

.btn {
	white-space: normal;
	/*word-wrap: break-word;*/
	word-wrap: normal;
}

a {
	font-weight: 600;	
}

.u-header a,
.title-subtitle-bar a,
.footer-block a,
footer a {
	font-weight: 300;
}

/*------------------------------------
Cookie Consent 
------------------------------------*/

#cookieConsent {
    background-color: #fafafa; /*rgba(20,20,20,0.8);*/
	/*border-top: 1px solid #eeeeee;*/
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.39);
    min-height: 26px;
    /*font-size: 14px;
    color: #333333; /*#ccc;
    line-height: 26px;*/
    padding: 30px 30px 30px 30px;
    /*font-family: "Trebuchet MS",Helvetica,sans-serif;*/
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
/*#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}*/

/*------------------------------------
Pagination Support
------------------------------------*/
.pageSelector {
	text-align: center;
}


.pageSelector ul {
	display: inline-block; 
	padding: 0; 
	margin: 0; 
}

.pageSelector ul li {
	display: inline; 
	font-weight: normal; 
}

.pageSelector ul li a {
	float: left; 
	margin: 8px;
}

.pageSelector ul li.pageSelectorActivePage a { 
	font-weight: bold; 
	color: #333333; 
	text-decoration: underline; 
}
