@charset "UTF-8";
/* CSS Document */

@font-face {
font-family: 'BebasNeue';
src: url('fonts/BebasNeue-Thin.otf') format('opentype'), url('fonts/BebasNeue-Thin.ttf') format('truetype');
   font-weight: 100;
	font-style: normal;
   
   }

@font-face {
font-family: 'BebasNeue';
src: url('fonts/BebasNeue-Light.otf') format('opentype'), url('fonts/BebasNeue-Light.ttf') format('truetype');
   font-weight: 200;
	font-style: normal;
   
   }

@font-face {
font-family: 'BebasNeue';
src: url('fonts/BebasNeue-Book.otf') format('opentype'), url('fonts/BebasNeue-Book.ttf') format('truetype');
   font-weight: 300;
	font-style: normal;
   
   }

@font-face {
font-family: 'BebasNeue';
src: url('fonts/BebasNeue-Regular.otf') format('opentype'), url('fonts/BebasNeue-Regular.ttf') format('truetype');
   font-weight: 400;
	font-style: normal;
   
   }

@font-face {
font-family: 'BebasNeue';
src: url('fonts/BebasNeue-Bold.otf') format('opentype'), url('fonts/BebasNeue-Bold.ttf') format('truetype');
   font-weight: 700;
	font-style: normal;
   
   }
   
html, body {
	min-width: 100%;
	height: 100%;

}


.bodyText {
	max-width: 680px;
	margin: 0 auto;
	padding: 30px 21px 55px;
}

.bodyText p, .bodyText ol li, .bodyText ul li {
	  font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
   font-weight:400;
   font-style: normal;
	font-size: 16px;
	line-height: 21px;
	
}

.bodyText ul li, .bodyText ol li {
	margin-bottom: 10px;
}


a {
	color: #ec008c;
	text-decoration: underline;
  
}

a:hover, a:active {
	color: #d6007e;
	text-decoration: underline;
}

.bodyText a {
	font-size: 16px;
	line-height: 21px;
}

/*FIRST SET OF NAV ANIMATIONS */


.container, .container.change {
  display: inline-block;
  cursor: pointer;
  xfloat: right !important;
  width: 100%;
  background-color: white !important;
}


.container ul, .container ul li {
  background-color: white !important;
  
}

.container img {
	display: block;
	float: right !important;
	width: 140px;
	margin: auto;
}


.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #333;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

nav {
	background-color: #fff;
}

nav img {
float: left;

}

 ul.nav {
   font-family: "BebasNeue", "HelveticaNeueBlackCondensed", "HelveticaNeue-Black-Condensed", "Helvetica Neue Black Condensed", "HelveticaNeueBlack", "HelveticaNeue-Black", "Helvetica Neue Black", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosCnBold', "Arial Narrow", "Arial", sans-serif;
   font-weight: 700;
   font-style: normal; 
   list-style: none;
   font-size: 24px;
   padding: 0;
   margin: 0;
   position: relative;
   width: 100%;
   height: 50px;
   float: right;
   background-color: #fff;
   
}

ul.nav li a {
	color: black;
	text-decoration: none;
	display: inline-block;
}

ul.nav>li.selected a, ul.subnav li.selected, ul.subnav li.selected a, ul.subnav li a.selected {
	color: #ec008c;
}

ul.subnav {
	display: none !important;
	list-style: none;
   padding: 0;
   margin: 0;
	width: 200px;
}


ul.subnav li {
	width: 200px;
	background-color: #fff;
	
}

ul.subnav li:hover {
	background-color: #fff;
}

ul.subnav li a:hover {
	color: #EC008C !important;
	xtext-decoration: underline;
}

body, p, a {
   font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
   font-weight:400;
   font-stretch:normal;
   font-style: normal; 
	font-size: 16px;
	min-width: 100%;
}


h1 {
	font-family: BebasNeue, "HelveticaNeueBlackCondensed", "HelveticaNeue-Black-Condensed", "Helvetica Neue Black Condensed", "HelveticaNeueBlack", "HelveticaNeue-Black", "Helvetica Neue Black", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosCnBold', "Arial Narrow", "Arial", sans-serif;
	font-weight: 700;
   font-style: normal; 
}


.container h1 {
	color: #000;
}

.homeBanner {
	max-width: 100%;
	min-height: 260px;
	margin: 0;
}

.homeBanner h1 {
	padding: 0px 0px 10px 0px;
	margin: 0;
}

.homeBanner p {
	margin: 0;
	padding: 0;
}

/*mobile styles*/

.mobileBanner {
	background-image:url(images/mobileBanner.png);
	width: 100%;
	min-height: 534px;
	margin: 0;
}

.mobileBanner h1, .mobileBanner p, .pressroomBanner h1, .pressroomBanner p, .europeITBanner p, .europeITBanner h1, .serviceCatalogBanner p, .serviceCatalogBanner h1 {
	color: #fff;
}

.crcBanner h1, .crcBanner p {
	color: #000;
}


.openBanner {
	background-image: linear-gradient(to right, #c4df9b , #fff200);
	width: 100%;
	min-height: 500px;
	margin: 0;
}

.bvssBanner {
	background-image: linear-gradient(to right, #00adef , #dfdfdf);
	width: 100%;
	min-height: 500px;
	margin: 0;
}

.pressroomBanner {
	background-image:url(images/pressroomBanner.png);
	width: 100%;
	min-height: 500px;
	margin: 0;
}

.pressroomBanner img, .openBanner img {
	max-width: 100%;
	height: auto;
}

.bvssBanner img {
	max-width: 100%;
	height: auto;
}

.crcBanner {
	background-image:url(images/crcBg.png);
	width: 100%;
	min-height: 534px;
	margin: 0;
}

.crcBanner img {
		margin: 0px 0px 0px 25px;
		max-width: 100%;
}

.minimalBanner {
	background-image: linear-gradient(white, #f9f8f8);
	width: 100%;

}

.minimalBanner img {
	max-width: 100%;
	height: auto;
	text-align: center;
}

.europeITBanner {
	background-image:url(images/europeITBg.png);
	background-size: cover;
	width: 100%;
	margin: 0;
}

.serviceCatalogBanner {
	background-image:url(images/serviceCenterBanner.png);
	background-size: cover;
	width: 100%;
	margin: 0;
}

.illustrationBanner {
	background-image:url(images/MyBrain.png);
	background-size: cover;
	width: 100%;
	margin: 0;
}


.bodyText h2, .columnContainer h2, .columnContainer .twoCols h2 {
	color: black;
	font-family: Baskerville, Garamond, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif; 
	font-style: normal;
	font-weight: normal; 
	font-size: 39px;
	padding: 0;
	margin: 0;
	line-height: 42px;
	xmargin: 0 0 30px;
}

h3#artifacts, h5.light, .bodyText h5.light {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosCnBold', "Arial Narrow", "Arial", sans-serif; 
	font-weight: 300; 
	margin: 0;
	color: #000;
	text-transform: none;
	font-size: 24px;
}

h3#artifacts {
	line-height: 36px;
}


h5.light, .bodyText h5.light {
	line-height: 24px;
}

.bodyText h5.centered {
	text-align: center;
}

.bodyText h3, h3 {
	font-family: "BebasNeue", "HelveticaNeueBlackCondensed", "HelveticaNeue-Black-Condensed", "Helvetica Neue Black Condensed", "HelveticaNeueBlack", "HelveticaNeue-Black", "Helvetica Neue Black", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosCnBold', "Arial Narrow", "Arial", sans-serif; 
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0;
	line-height: 24px;
	color: #000;
}

.bodyText h4 {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosCnBold', "Arial Narrow", "Arial", sans-serif; 
	font-weight: 300; 
	font-size: 19px;
	margin: 0;
	line-height: 27px;
	color: #000;
	text-transform: none;
}
/*DISCREPANCY - CLEARED*/
.bodyText h5 {
	font-family: "BebasNeue", "HelveticaNeueBlackCondensed", "HelveticaNeue-Black-Condensed", "Helvetica Neue Black Condensed", "HelveticaNeueBlack", "HelveticaNeue-Black", "Helvetica Neue Black", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosCnBold', "Arial Narrow", "Arial", sans-serif; 
	font-weight: 700;
	font-size: 40px;
	text-transform: uppercase;
	margin: 0;
	xline-height: 21px;
	color: #000;
}

.bodyText h6 {
font-family: "BebasNeue", "HelveticaNeueBlackCondensed", "HelveticaNeue-Black-Condensed", "Helvetica Neue Black Condensed", "HelveticaNeueBlack", "HelveticaNeue-Black", "Helvetica Neue Black", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosCnBold', "Arial Narrow", "Arial", sans-serif; 
	font-weight: 700;
	font-size: 30px;
	text-transform: uppercase;
	margin: 0;
	line-height: 21px;
	color: #666;
}


.bodyText h6.centered {
	text-align: center;
}




.intermediateFullWidthIndentedImage {
	padding: 0px 50px;
}

.grayBackground {
	background-image: linear-gradient(to right, #f4f3f3 , #fff);
}

a.subPage {
	font-family: "BebasNeue", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosCnBold', "Arial Narrow", "Arial", sans-serif; 
	font-weight: 300; 
	font-style: normal; 
	font-size: 24px;
}

/*Lightbox*/

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.halfSizeColumn {
display: inline-block;
xmax-width: 388px;
max-width: 40%;
height: auto;
text-align: center;
margin: 21px;
vertical-align: top;
}

.halfSizeColumn img {
max-width: 100%;
}

.halfSizeColumn a p, .halfSizeColumn a:hover {
color: #000;
text-decoration: none !important;
}


.minimalBanner h1 {
	font-family: "BebasNeue", "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
	font-weight: bold;
	font-size: 56px;
	line-height: 48px;
	margin: 0;
	letter-spacing: 2px;
	text-transform: uppercase;
}


.minimalBanner h2 {
	font-size: 24px;
	margin: 0;
	padding: 3px 0 12px;
	text-transform: uppercase;
	font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
	font-weight: regular;
}

.minimalBanner p {
	font-size: 16px;
}

		
.columnContainerTriple {
	display: grid;
	grid-template-columns: 33.3% 33.3% 33.3%;
	padding: 0 0 50px;
	column-gap:10px;
	margin: 0 auto;
	max-width: 1277px;
	
}

.columnContainerTriple .twoCols img {
	max-width: 100%;
	height: auto;
}

.columnContainer {
	display: grid;
	grid-template-columns: 50% 50%;
	padding: 0 0 50px;
	column-gap:10px;
	margin: 0 auto;
	max-width: 1277px;
	
}

.columnContainer.centered {
	justify-content: center;
	align-items: center;
}

.columnContainer p {
	padding: 0;
	margin: 0;
}

.columnContainer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

}

/* Doesn't seem to be doing anything that I want it to so far

.bodyText ol {
	margin: 0%;
	padding: 0%;
	list-style-position: inside;
}*/

.bodyText ul li, .bodyText ol li {
	line-height: 24px;

}

.bodyText img {
	max-width: 100%;
}

.columnContainer img {
	max-width: 100%;
	height: auto;
}

	ul.nav li {
	display: inline-block;
	padding: 10px 30px;
	float: right;
}

/*Rose Mansion home page styles - moved over to W
.homePageContainer {
	margin: auto;
	display: grid;
	grid-template-columns: 45% 55%;
}

.hpRightColumn {
	xdisplay: inline-block;
}

.hpRightColumn .bio {
	padding: 90px 0px 45px 45px;
	max-width: 75%;
}

.hpRightColumn .bio h2 {
	font-size: 30px;
	font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
	font-weight: regular;
}

.hpRightColumn h1 {
	font-size: 155px;
	font-family: BebasNeue, "HelveticaNeueBlackCondensed", "HelveticaNeue-Black-Condensed", "Helvetica Neue Black Condensed", "HelveticaNeueBlack", "HelveticaNeue-Black", "Helvetica Neue Black", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosCnBold', "Arial Narrow", "Arial", sans-serif;
	font-weight: 700;
   font-style: normal;
	text-transform: uppercase;
	line-height: 125px;
}


.hpLeftColumn {
	padding-right: 45px;
}

.hpLeftColumn img {
	max-width: 100%
	}
*/


/*About page styles*/

.hpRightColumn .bio h1 img {
	padding-left: 20px;
}

.centeredImage {
	text-align: center;
}

.centeredImage img {
	max-width: 100%;
}


/*Loan compare styles added 6/17*/
h4.secondaryHierarchy {
	font-family: "BebasNeue", "HelveticaNeueBlackCondensed", "HelveticaNeue-Black-Condensed", "Helvetica Neue Black Condensed", "HelveticaNeueBlack", "HelveticaNeue-Black", "Helvetica Neue Black", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosCnBold', "Arial Narrow", "Arial", sans-serif; 
	font-weight: 700;
	font-size: 40px;
	text-transform: uppercase;
	margin: 0;
	line-height: 40px;
	color: #000;
}


h3#noPadding {
	padding-bottom: none !important;
}


p.disclaimer {
	font-size: 12px;
}

p.rightAligned {
	text-align: right;
}

h6.tableHeadingMini {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700px;
	font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
	color: #000;
   	font-style: normal;
	line-height: 14px;
}

h6.tableHeadingMiniWhiteText {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700px;
	font-family: "BebasNeue", "HelveticaNeueBlackCondensed", "HelveticaNeue-Black-Condensed", "Helvetica Neue Black Condensed", "HelveticaNeueBlack", "HelveticaNeue-Black", "Helvetica Neue Black", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosCnBold', "Arial Narrow", "Arial", sans-serif; 
	color: #fff;
   	font-style: normal;
	line-height: 24px;
	margin: 0;
}

table.votes {
	border-collapse: collapse;
}

table.votes th:first-child, table.votes td:first-child {
	text-align: left;
}

table.votes th:last-child, table.votes td:last-child {
	text-align: right;
}

table.votes td {
	border-bottom: 1px solid #f7f7f7;
}

table.votes th, table.votes td {
	padding: 8px;
}


table.usabilityTest {
	xborder-collapse: collapse;
}

table.usabilityTest td {
	width: 40%;
	padding: 15px;
}

table.usabilityTest td p {
	margin: 0;
}

table.usabilityTest td:last-child {
	width: 20%;
}

table.usabilityTest th {
	background-color: #000;
	color: #fff;
}


table.usabilityTest th, table.usabilityTest td {
	text-align: left;
}

table.usabilityTest th {
	padding: 30px 15px 15px;
}


table.usabilityTest tr:nth-child(odd) {
	background-color: #f8f8f8;
}

.centeredColumn {
	margin: 0 auto;
	max-width: 1277px;
}


ul.bulleted {
	font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
   font-weight:400;
   font-style: normal;
	font-size: 16px;
	line-height: 21px;
	list-style-type: disc;
	padding: 24px;
}



/*Image gallery CSS copy over tests*/
.imgRow {
  display: flex;
  flex-wrap: wrap;
  xpadding: 0 4px;
  xmargin: 0 4px;
}

/* Create four equal columns that sits next to each other */
.imgColumn {
  flex: 25%;
  max-width: 25%;
  xpadding: 0 4px;
  xmargin: 0 4px;
}

.imgColumn img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}
 */



