.header .container {
	width: 100%;
}

.ul-home {
	min-width: 320px;
	overflow: hidden;
}

/* Container
   ========================================================================== */

.ul-home .container {
	padding: 0 30px;
	width: 100%;
	max-width: 1000px;
}

@media (max-width: 760px) {

	.ul-home .container {
		padding: 0 20px;
	}
}

@media (max-width: 540px) {

	.ul-home .container {
		padding: 0 15px;
	}
}

.ul-home .well.bleed {
	padding: 10px 0;
}

@media (max-width: 760px) {

	.ul-home .well.bleed {
		margin-bottom: 20px;
	}
    .ul-home .featured p {
        margin-bottom: 30px;
    }
}

/* Copy (H1, H2,...)
   ========================================================================== */

@media (max-width: 980px) {

	.ul-home h1,
	.ul-home .h1 {
		font-size: 30px;
		line-height: 34px;
	}

	.ul-home h3,
	.ul-home .h3 {
		font-size: 20px;
		line-height: 24px;
	}
}

@media (max-width: 760px) {

	.ul-home h1,
	.ul-home .h1 {
		font-size: 26px;
		line-height: 30px;
	}

	.ul-home h3,
	.ul-home .h3 {
		font-size: 18px;
		line-height: 22px;
	}
}

@media (max-width: 540px) {

	.ul-home h1,
	.ul-home .h1 {
		font-size: 22px;
		line-height: 26px !important;
	}

	.ul-home h3,
	.ul-home .h3 {
		font-size: 16px;
		line-height: 20px;
	}
}

/* Banner
   ========================================================================== */

.ul-home .home-banner img {
	width: 100%;
    height: 400px;
    object-fit: cover;
	background: #999;
}

@media (max-width: 760px) {

	.ul-home .home-banner img {
	    height: 300px;
	}
}

@media (max-width: 540px) {

	.ul-home .home-banner img {
	    height: 250px;
	}
}

.ul-home .home-banner .caption {
	width: auto;
	max-width: 450px;
}

/* Grid
   ========================================================================== */

@media (max-width: 760px) {

	.ul-home .col-3 {
		width: 50%;
	}

	.ul-home .col-4 {
		width: 100%;
	}

	.ul-home .col-4 + .col-4 {
		margin-top: 20px;
	}
}

@media (max-width: 540px) {

	.ul-home .col-3,
	.ul-home .col-4 {
		width: 100%;
	}
}

.ul-home .featured {
	margin: 0 0 30px 0 !important;
    padding: 0 0 30px 0 !important;
	height: auto;
}

.ul-home .featured.condensed-inner {
    padding: 0 !important;
}

.ul-home .expertise .col-4.border-right .featured {
    margin-bottom: 0 !important;
    height: auto !important;
}

.ul-home .featured img {
	width: 100%;
  height: auto;
  object-fit: cover;
	background: #999;
}

.ul-home .industries-featured img {
    height: 96px;
}

@media (max-width: 760px) {

	.ul-home .featured {
		margin: 0 0 20px 0 !important;
	    padding: 0 0 20px 0 !important;
	}

	.ul-home .featured.condensed,
	.ul-home .featured.no-line {
		margin: 0 0 20px 0 !important;
	    padding: 0 0 20px 0 !important;
	    border-bottom: 1px solid #CCC;
	}

	.ul-home .col-4 .featured {
		border-bottom: none;
	}

	.ul-home .col-4 .featured .featured {
		width: 50%;
		float: left;
	}

	.ul-home .expertise .col-4.border-right {
		border-right: none;
	}

	.ul-home .col-4 .featured .featured:first-child {
	    padding-right: 10px !important;
	}

	.ul-home .col-4 .featured .featured:last-child {
	    padding-left: 10px !important;
	}
}

@media (max-width: 540px) {

	.ul-home .featured.featured-links-2 {
	    padding-bottom: 40px !important;
	}
}

@media (max-width: 760px) {
    .ul-home .featured.condensed-inner {
        height: auto !important;
    }
}

/* Form
   ========================================================================== */

.ul-home .input-group.search-box input[type="text"] {
	width: 100%;
}
