@font-face {
	font-family: "Omnes";
	src: url("fonts/omnes-webfont.eot");
	src: url("fonts/omnes-webfont.woff") format("woff"),
	url("fonts/omnes-webfont.otf") format("opentype"),
	url("fonts/omnes-webfont.svg#filename") format("svg");
}
body {
	margin: 0;
	font-family: "Omnes", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
}
/* FONTS */
h1, h2, h3, h4{
  font-family: 'Roboto Slab', serif;
}a{
  color: #0069aa;
  text-decoration: none;
}.text-primary{
  color: #0069aa!important;
}.card-header {
	padding: 5px 10px;
}

/* NAVBAR */
.site-logo {
	width: 150px;
	padding: 10px 0;
}
	/* SECONDARY NAV BAR */
	#secondary-nav {
		z-index: 999;
	}#secondary-nav a{
		color: #fff;
	}#secondary-nav .navbar-toggler {
		 border: 1px solid #fff;
	}.sticky {
		position: fixed;
		top: 0;
		width: 100%;
	}

/* CONTENT */
main {
	/*margin-top: 100px;*/
}

#welcome8{
	padding-top: 30px;
}

.jumbotron {
	background: url(images/bg.jpg) no-repeat scroll center center/ cover;
	color: #fff;
	margin-bottom: 0;
	padding: 2rem 2rem;
	border-radius: 0;
}.jumbotron::before{
	background-color: rgba(0,0,0,0.5);
}.jumbotron .container {
	padding-top: 1%;
}.jumbotron .img-responsive {
	width: 100%;
}#txtcp8{
	padding-top: 60px;
}

/* GRID */
.grid {
  padding: 10px;
  text-align: center;
  display: block;
  margin: 10px;
  min-height: 150px;
  border-radius: 6px;
  font-size: 42px;
}.grid:hover{
  text-decoration: none;
  opacity: .8;
}.grid img {
  height: 90px;
  margin: 15px;
}.grid p {
  font-size: 16px;
}

/* ACCORDION */
.accordion-btn {
  width: 100%;
}.accordion-text {
  text-align: left;
}.accordion-icon {
  text-align: right;
}

/* TIMELINE */
#timeline {
  position: relative;
}#timeline::before {
  background: #cecfcb;
  content: '';
  height: 70%;
  left: 50%;
  position: absolute;
  top: 15%;
  transform: translateX(-50%);
  width: 3px;
}#timeline.hiddenbg::before{
	background: transparent;
}.timeline-item {
  /*display: none;*/
  margin-bottom: 10px;
  position: relative;
  width: 100%;
}#timeline.hiddenbg .timeline-img{
	display: none;
}.timeline-img {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-top: 25px;
  margin-left: -15px;
  border: 3px solid #cecfcb;
  top: 20%;
}.news-item {
  padding: 10px 20px 10px 175px;
  background: url(https://deltek.csod.com/clientimg/deltek/welcome/DLZ%202.0/walkthrough.png) no-repeat 60px 15px / 80px;
}.timeline-content .asset-title {
  color: #000;
  font-weight: bold;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}.news-item .btn-more {
  font-size: 13px;
  font-weight: normal;
  border: 1px solid;
  padding: 5px 10px;
  margin: 5px 0;
  display: inline-block;
  border-radius: 3px;
  transition: all 0.5s ease;
  cursor: pointer;
}


/* INFOGRAPHICS */
.steps-wrap {
	position: relative;
}.steps-wrap .arrow {
	position: absolute;
	left: -25px;
	width: 110%;
	height: 140px;
	top: 6px;
}.step {
	display: block;
	border-top: 15px solid #34B55B;
	border-radius: 10px;
	border-bottom: 15px solid #34B55B;
	width: 80%;
	margin: 0 auto;
	min-height: 150px;
}.each-step {
	width: 20%;
	z-index: 999;
}
.steps-list .col-sm:nth-child(2) .step{ border-color: #25A99F; }
.steps-list .col-sm:nth-child(3) .step{ border-color: #52BDE5; }
.steps-list .col-sm:nth-child(4) .step{ border-color: #0578B7; }
.steps-list .col-sm:nth-child(5) .step{ border-color: #04325B; }

.step img {
	height: auto;
	margin: 15px auto 10px auto;
	display: block;
	width: 101%;
}.steps-list p {
	color: #34B55B;
	text-align: center;
	font-size: 18px;
	font-family: 'Roboto Slab', serif;
	margin-top: 20px;
}
.steps-list .col-sm:nth-child(2) p{ color: #25A99F; }
.steps-list .col-sm:nth-child(3) p{ color: #52BDE5; }
.steps-list .col-sm:nth-child(4) p{ color: #0578B7; }
.steps-list .col-sm:nth-child(5) p{ color: #04325B; }


/* SEARCH BAR */
.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}


.iframe-container {
  position: relative;
  padding-bottom: 55%;
  height: 0;
  overflow: hidden;
}.iframe-container iframe, .iframe-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* BACKGROUND CLASSES */
.bg-blue{
  background-color: #0069aa;
}

/* FOOTER */
footer {
	text-align: center;
}


@media only screen and (min-width : 320px) {
  .arrow{
    display: none;
  }.step {
    background-color: #34B55B;
  }.steps-list .col-sm:nth-child(2) .step{ background-color: #25A99F; }
  .steps-list .col-sm:nth-child(3) .step{ background-color: #52BDE5; }
  .steps-list .col-sm:nth-child(4) .step{ background-color: #0578B7; }
  .steps-list .col-sm:nth-child(5) .step{ background-color: #04325B; }
  }

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
  .arrow{
    display: block;
  }.step {
    background-color: transparent;
  }
  .steps-list .col-sm:nth-child(2) .step,
  .steps-list .col-sm:nth-child(3) .step,
  .steps-list .col-sm:nth-child(4) .step,
  .steps-list .col-sm:nth-child(5) .step{
    background-color: transparent;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

} 

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}


