h2 {
	text-transform: none;
}

h1 {
	font-size: 58px;
}


.catTitle {
	color: #45b7e9;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}


#sectionBlockCTA{
	width:100%;
	display:block;
	clear: both;
	padding-top: 10px;
	padding-bottom: 14px;
	background-color: #333333;
	text-align: center;
}

#sectionProductOverviewRaja{
	width:100%;
	display:block;
	clear: both;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #e0eaf8;
	text-align: center;
	background-image: url(/assets/img/raja-product-over-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#sectionProductOverviewDavid{
	width:100%;
	display:block;
	clear: both;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #e0eaf8;
	text-align: center;
	background-image: url(/assets/img/expenses-david.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.dearJoeProductOverview {
	font-size: 32px;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 0px;
}


.dearJoeProductOverviewTitle {
text-align: left;
	font-weight: 100;
	padding-top: 0px;
}


.whitetext {
	color: #ffffff;
}

.boldtext {
	font-weight: bold;
}


.allCapText {
	text-transform: uppercase;
}

div#heroSoftwareSourcing {
}
.graybg {
	background-color: #f4f3f0;
}
.element {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

@media(max-width: 1024px) {
  div.hero {
    height: 294px!important;
  }
}
@media(max-width: 665px) {
  div.hero {
    height: 338px!important;
  }
}
@media(max-width: 543px) {
  div.hero {
    height: 368px!important;
  }
}
@media(max-width: 490px) {
  div.hero h1 {
    font-size: 80px!important;
  }
  div.hero h2 {
    font-size: 40px!important;
  }
  div.hero {
    height: 398px!important;
  }
}
@media(max-width: 364px) {
  div.hero {
    height: 428px!important;
  }
}
ul.noIndent {
    margin-left: 16px;
}
ul.noIndent li {
    line-height: 20px;
    padding-bottom: 10px;
    margin-left: 16px;
}
	
	
	.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
