.slick-slide {
    position: relative;
}

.slick-list, .slick-slide, .slide-inner {
    min-height: 510px !important;
}

.slide-inner {
    display: flex;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    justify-content: space-between;
    height: 100%;
}

.slide-inner .img-wrap {
    order: 2;
    width: 60%;
}

.slide-text-wrap {
    order: 1;
    display: flex;
    align-items: center;
    position: relative;
    width: 40%;
}

.slide-text {
    width: 100%;
}

.slide-inner p.primary-text {
    font-family: 'Montserrat', sans-serif;
    color: #293772;
    font-size: 40px;
    text-shadow: none;
    line-height: 1.125;
    font-weight: 700;
    margin-bottom: 8px;
}

.slide-inner p.secondary-text {
    text-shadow: none;
    width: 375px;
    max-width: 100%;
    font-size: 1rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

button.slick-next.slick-arrow {
    position: absolute;
    right: 50px;
    top: calc(50% - 70px);
    background: none;
    cursor: pointer;
    z-index:1;
	padding-left: 0;
    padding-right: 0;
}

button.slick-next.slick-arrow svg {
    color: #a6a6a6;
    font-size: 64px;
    transition: all 300ms;
}

button.slick-arrow svg {
    width: 30px;
}


button.slick-next.slick-arrow:hover svg {
    color: #000;
}

button.slick-prev.slick-arrow {
    position: absolute;
    left: 50px;
    top: calc(50% - 70px);
    background: none;
    cursor: pointer;
    z-index: 1;
	padding-left: 0;
    padding-right: 0;
}

button.slick-prev.slick-arrow svg {
    color: #a6a6a6;
    font-size: 64px;
    transition: all 300ms;
}

button.slick-prev.slick-arrow:hover svg {
    color: #000;
}

.home .site-inner {
    padding-top: 0;
}

.home ul.slick-dots {
    padding: 0;
    background: #333;
    display: flex !important;
    justify-content: center;
    border-bottom: solid 1px #dddddd;
    border-top: solid 1px #dddddd;
	bottom: 0;
}

#genesis-content ul.slick-dots {
    margin-bottom: 0 !important;
}

.home-slider.slick-initialized.slick-slider.slick-dotted {
/*     margin-bottom: 48px; */
}

ul.slick-dots li {
    background-image: none !important;
    width: 260px;
    max-width: 20%;
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: top;
    border-left: solid 1px #565656;
	position: relative;
}

ul.slick-dots li a {
    color: #fff;
    text-decoration: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #333;
    font-size: 1.125rem;
    padding: 7px 20px;
	cursor:pointer;
	position: relative;
    z-index: 2;
}

ul.slick-dots li a img {
    display: block;
    margin-right: 5px;
}

ul.slick-dots li:last-child {
    border-right: solid 1px #565656;
}

ul.slick-dots li.slick-active a {
    background: #fff;
    color: #293772;
}

.main-content .row-inner {
    display: flex;
}

.main-content-text {
    width: 70%;
}

.main-content-img {
    width: 30%;
    text-align: center;
}

.main-content-img img {
    display: inline-block;
    margin-bottom: 10px;
    transition: all 300ms;
}

.main-content-img a:hover img {
    opacity: 0.8;
}

h1.page-title {
    margin-bottom: 32px;
}

.featured-services .row-inner {
    display: flex;
    justify-content: space-between;
}

.featured-service {
    width: 31%;
    position: relative;
}

.service-icon {
    background: #0e52a6;
    width: 45px;
    height: 45px;
    position: absolute;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -22px;
    z-index: 1;
    font-size: 20px;
}

.service-icon svg {
    fill: #fff;
    width: 24px;
    height: 24px;
}

.featured-service img {
    border: solid 1px #dfdfdf;
    display: block;
    margin-bottom: 20px;
    width: 100%;
}

.service-text h2 {
    margin-bottom: 16px;
    text-align: center;
}

.service-text p {
    text-align: center;
	margin-bottom:0;
}

.row.main-content {
	margin-top:48px;
    margin-bottom: 48px;
}

ul.slick-dots li:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: rgba(51, 51, 51, 0);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -10px;
    transform: rotate(45deg);
    z-index: 1;
    transition: all 300ms;
}

ul.slick-dots li.slick-active:before {
    background: rgba(255,255,255,1);
	border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

div#hero-img {
    margin-bottom: 32px;
}

div#slick-slide04 .img-wrap {
    display: flex;
    align-items: flex-end;
}

@media only screen and (max-width:1500px) {
	button.slick-prev.slick-arrow {
		left: 16px;
	}

	button.slick-next.slick-arrow {
		right: 16px;
	}

	button.slick-prev.slick-arrow svg, button.slick-next.slick-arrow svg {
		font-size: 48px;
	}
}

@media only screen and (max-width:1400px) {
	.slide-inner {
		max-width: 100%;
		padding: 0 50px;
	}

	ul.slick-dots li {
		width: 20%;
	}

	ul.slick-dots li a {
		font-size: 1rem;
	}
	
	.home h1.page-title {
		padding: 0;
		padding-left: 0 !important;
	}

	.main-content-text {
		padding-right: 50px;
	}
}

@media only screen and (max-width:1200px) {
	.slick-list, .slick-slide, .slide-inner {
    	min-height: 1px !important;
	}
	.slide-inner .img-wrap {
		width: 50%;
	}

	.slide-text-wrap {
		width: 50%;
	}
}

@media only screen and (max-width:1150px) {
	.slide-inner p.primary-text {
		font-size: 28px;
	}

	.slide-inner p.secondary-text {
		width: 450px;
	}
	
	.slick-list, .slick-slide, .slide-inner {
    	min-height: 1px !important;
	}
}

@media only screen and (max-width:950px) {
	ul.slick-dots {
		display: none !important;
	}

	.slick-slider {
		border-bottom: solid 1px #dedede;
	}

	.slide-inner p.secondary-text {
		font-size: 0.75em;
		margin-bottom: 12px;
	}

	.slide-inner p.primary-text {
		font-size: 20px;
		line-height: 1;
	}

	.slick-slide a.primary-btn {
		font-size: 0.75em;
		padding: 5px 20px;
	}

	button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
		display: none !important;
	}

	.slide-inner {
		padding: 0 32px;
	}
}

@media only screen and (max-width:768px) {
	.main-content-text {
		padding: 0;
		width: 100%;
	}

	.main-content .row-inner {
		flex-wrap: wrap;
	}

	.main-content-img {
		width: 100%;
		margin-bottom: 32px;
	}

	.main-content-img a.primary-btn {
		display: block;
	}

	.featured-services .row-inner {
		flex-wrap: wrap;
	}

	.featured-service {
		width: 100%;
		margin-bottom: 60px;
	}

	.featured-service.third {
		margin-bottom: 0;
	}
}

@media only screen and (max-width:700px) {
/* 	.home-slider {
		display: none;
	} */
	
	.home div#hero-img {
		display: block;
	}
	
	ul.slick-dots li a img {
		display: none;
	}
	
	.slick-initialized .slick-slide {
		height: 250px;
	}
}

@media only screen and (max-width:700px) {
	ul.slick-dots li a {
		font-size: .8rem;
	}
	
	
}

@media only screen and (max-width:600px) {
	.slick-slide img {
		margin-top: 25px;
	}
}


@media only screen and (max-width:400px) {
	.slide-inner p.primary-text {
		font-size: 17px;
	}
	
	.slide-inner p.secondary-text {
		font-size: .68em
	}
	
	div#slick-slide04 .img-wrap {
		display: block;
	}
}