/*--------------------------------------------------------------
# Global Styles
--------------------------------------------------------------*/
.section-bg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}


section h2 {
	line-height: 1.25;
}

.col h2, strong {
	text-transform: uppercase;
}


.site-content a.cta-button,
.site-main .nf-form-content .field-wrap input[type="button"] {
	padding: 25px 35px;
}

.owl-dots {
    margin-top: 15px;
    text-align: center;
}

.owl-dot {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

.owl-dot span {
    background-color: rgba(0,0,0,.1);
    height: 10px;
    width: 10px;
    display: inline-block;
    border-radius: 50%;
}

.owl-dot.active span {
    background-color: rgba(255,255,255, 1);
}

.owl-nav > div {
    position: absolute;
    width: 25px;
    height: 100%;
    text-align: center;
    top: 0;
    transition: background-color .25s ease-in-out 0s;
    vertical-align: middle;
}

.owl-nav > div:hover {
	background-color: rgba(255,255,255,.15);
}

.owl-nav > div svg path {
    fill: rgba(0,0,0,.15) !important;
    transition: fill .25s ease-in-out 0s;
}


.owl-nav > div:hover svg path {
    fill: rgba(0,0,0,.75) !important;
}


.owl-next {
    right: 0;
}

.owl-nav > div > svg {
    top: 50%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}

.owl-nav:not(:hover)  > div > svg:not(:hover) {
    color: rgba(0,0,0,.15);
}


/*--------------------------------------------------------------
# Content Styles
--------------------------------------------------------------*/
.indstry-trend-insights {
	align-items: center;
	background-color: #fff;
	border: 1px solid #000;
	box-shadow: 0 0 5px -2px rgba(0,0,0,.5);
	display: grid;
	grid-gap: 5px 15px;
	grid-template-columns: 90px auto;
	padding: 5px;
	transition: background-color .25s ease-in-out 0s;
}

.indstry-trend-insights:hover {
	background-color: #eaeaea;
}

.indstry-trend-insights img {
	grid-column: 1;
	grid-row: 1 / span 2;
}

.indstry-trend-insights strong {
	align-self: end;
	grid-column: 2;
	grid-row: 1;
	font-size: 24px;
	line-height: 1.25;
	text-transform: capitalize;
}

.indstry-trend-insights span {
	align-self: start;
	color: initial;
	grid-column: 2;
	grid-row: 2;
	line-height: 1.25;
}



#section-1 a.cta-button, 
#section-5 a.cta-button,
#ppc-marketing a.cta-button,
.site-main .nf-form-content .field-wrap input[type="button"] {
	color: #fff;
	display: block;
	text-align: center;
	text-transform: uppercase;
}

#section-1 a.cta-button, 
#section-5 a.cta-button,
.site-main .nf-form-content .field-wrap input[type="button"] {
	margin: 25px auto;
	max-width: 300px;
}


.site-main .nf-form-content .field-wrap input[type="button"] {
	background-color: #00a2df;
	border: none;
	font-size: 16px;
	margin: 0;
	letter-spacing: 1px;
	padding: 15px 50px;
}

#section-1 a.cta-button:hover,
#section-5 a.cta-button:hover,
#ppc-marketing a.cta-button:hover,
.site-main .nf-form-content .field-wrap input[type="button"]:hover {
	background-color: #333;
}

body.postid-20933 #section-1 .side-img img {
	transform: scaleX(-1);
}

#offer {
	background-color: #ebebeb;
	overflow: hidden;
	margin-top: 5%;
	position: relative;
	text-align: center;
}

#offer > .top {
	background-color: #ffcc57;
	padding: 25px 25px 50px;
	position: relative;
}

#offer > .top > h2 {
	color: #004d6a;
}

#offer .request-consultation {
    background-color: #ff4e45;
    border: 2px solid #fff;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    padding: 10px 25px;
    -webkit-transform: translateY(-25px);
        -ms-transform: translateY(-25px);
            transform: translateY(-25px);
}

#offer .request-consultation + p{
	margin: 0;
	padding-bottom: 35px;
	padding-left: 25px;
	padding-right: 25px;
}

#offer::before {
    -webkit-box-shadow: 0 6px 10px rgba(0,0,0,.5);
            box-shadow: 0 6px 10px rgba(0,0,0,.5);
    width: 150%;
    position: absolute;
    left: 50%;
    content: "";
    height: 60%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 145px;
    border-radius: 50%;
}

#offer svg > path {
    fill: #fff !important;
}


#appointment-form {
	display: none;
	overflow: hidden;
	outline: none;
}

#industry-newsletter {
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(73,73,66,1) 35%, rgba(73,73,66,1) 100%);
	padding: 5% 15px;
	text-align: center;
}

#industry-newsletter-box {
	background-color: #fdc23c;
	display: inline-block;
	max-width: 750px;
	padding: 15px;
}

#industry-newsletter-box h3[data-drip-attribute="headline"],
#industry-newsletter-box p[data-drip-attribute="description"] {
	font-size: 22px;
	display: inline;
}

#industry-newsletter-box > img {
	display: inline-block;
	max-width: 225px;
}


#industry-newsletter-box .form-fields > input[type="submit"] {
	padding: 5px 10px;
	position: initial;
}


/*--------------------------------------------------------------
# Header Styles
--------------------------------------------------------------*/
h1 {
	line-height: 1.25;
}



.entry-header h1 > small {
	display: block;
	font-weight: 300;
	font-size: 70%;
}

h1, h1 + p {
	color: #fff;
	margin: 0;
}

h2, h2 + p {
	font-weight: 400;
	margin: 0;
}

/*--------------------------------------------------------------
# Content Styles
--------------------------------------------------------------*/
/* Section 1 */
#section-1 > .container {
	padding: 0;
	position: relative;
	text-align: center;
}

#section-1 .col h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.1;
    margin-top: 10%;
}

#section-1 .col h2 > small {
	display: block;
	font-weight: 300;
}

#section-1 .col h2 + p {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.25;
    text-transform: uppercase;
}

#section-1 a.cta-button + p {
	line-height: 1.65;
}

#section-1 .testimonial {
    background-color: #f7f7f7;
    padding: 25px;
}

#section-1 .testimonial > p {
	color: #777;
	font-weight: 300;
}

#section-1 .testimonial > p:not(:nth-child(2)) {
    margin: 0;
}

#section-1 .testimonial > p strong {
	color: #333;
    font-size: inherit;
    text-transform: initial;
}

#section-1 .testimonial > p:last-child {
	font-size: 14px;
}

body.postid-18855 #section-1 .container:last-of-type {
	border-top: 1px solid #ddd;
}

body.postid-18855 #section-1 .container:last-of-type,
body.postid-18855 #section-1 .info-graphic {
	text-align: center;
}

body.postid-18855 #section-1 .info-graphic > img {
	display: inline-block;
	padding: 25px;
}

body.postid-18855 #section-1 .info-graphic > img,
body.postid-18855 #section-1 .info-graphic + .row > .col {
	vertical-align: middle;
}

body.postid-20933 #section-1 .col.side-img {
    transform: translateY(-50px);
}


body.postid-20940 #section-1 .video-thumb {
    align-items: center;
    background-color: #ccc;
    display: grid;
    height: 300px;
    justify-content: center;
}

body.postid-20940 #section-1 .video-thumb path {
	fill: #fff !important;
}


/* Section 2 */
#section-2 {
	background-color: #494942;
	border-top: 2px solid rgba(0,0,0,.2);
	border-bottom: 2px solid rgba(0,0,0,.2);
	padding-bottom: 5%;
	padding-top: 5%;
	text-align: center;
}

#section-2 p {
    color: #fff;
    display: inline-block;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 2px;
    position: relative;
    margin: 0;
    text-transform: uppercase;
}

#section-2 p > span {
	display: block;
}

#section-2 strong {
	color: #ffcc57;
	font-size: 125%;
	font-weight: 400;
}

#section-2 p > span:nth-child(2) {
	font-size: 42px;
}

#section-2 p::before {
    content: "–";
    font-size: 90px;
    left: -5px;
    position: absolute;
    top: 11%;
}

#section-2 p::after {
    content: "–";
    font-size: 90px;
    right: -5px;
    position: absolute;
    top: 11%;
}



/* Section 3 */
#section-3 {
    background-color: #00a2df;
    padding-bottom: 2.5%;
    padding-top: 5%;
    text-align: center;
}

#section-3 header {
	color: #fff;
    margin-bottom: 5%;
}

#section-3 .row.services {
	display: none;
}

#section-3 .container > h2 + p,
#section-3 .container > h2 {
	color: #fff;
	padding: 25px 15px 5px;
}

#section-3 .row > .col {
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px -5px rgba(0,0,0,.75);
	        box-shadow: 0 0 10px -5px rgba(0,0,0,.75);
	margin: 8px 5px;
	min-height: 320px;
	min-width: 270px;
	padding: 15px 25px;
	vertical-align: top;
}

#section-4 header {
	padding-bottom: 2.5%;
	padding-top: 2.5%;
	text-align: center;
}

#section-3 div.fa-3x {
	padding-bottom: 8px;
	padding-top: 8px;
}

#section-3 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#section-3 ul > li > a {
	display: block;
	font-weight: 600;
	padding-top: 15px;
	padding-bottom: 15px;
}

#section-3 ul > li > a:not(:hover) {
	color: inherit;
}

#section-3 ul > li:not(.no-link) > a:hover {
    color: #00a2df;
}

#section-3 ul > li:not(:last-child) > a {
	border-bottom: 1px solid #eee;
}

#section-3 ul > .no-link > a {
    font-weight: 400;
}

#section-3 header + ul {
	margin-bottom: 5%;
	font-size: 14px;
	width: 100%;
}

#section-3 header + ul > li {
    padding: 15px 25px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}

#section-3 header + ul > li:nth-child(odd) {
	background-color: #fff;
	color: #0076a3;
}

#section-3 header + ul > li:nth-child(even) {
	background-color: #0076a3;
	color: #fff;
}

#section-3 header + ul > li > svg > path {
	fill: #fff;
}

#section-3 header + ul > li:nth-child(even) > svg.fa-caret-right > path {
	fill: #0076a3;
}

#section-3 .cta {
    background-color: #00a2df;
    margin: 5% auto;
    width: inherit;
}

#section-3 .cta > .col {
    padding: 25px;
    vertical-align: middle;
}

#section-3 .cta > .col:first-child {
	background-color: #6d6d6d;
	position: relative;
}

#section-3 .cta h2 {
    color: #ffc000;
    font-weight: 300;
    text-align: left;
    line-height: 1;
    white-space: nowrap;
}

#section-3 .cta h2 > small {
    color: #fff;
    font-size: 40%;
    display: block;
}

#section-3 .cta a.calculate-cost {
    background-color: #ffc000;
    color: #555;
    display: inline-block;
    padding: 10px 35px;
    border-radius: 4px;
    text-transform: uppercase;
    white-space: nowrap;
}

/* Section #section-casestudy */
#section-casestudy {
	text-align: center;
}

#section-casestudy header h2 {
	color: #00a2df;
	margin-bottom: 0;
	text-transform: uppercase;
}


/* Section 5 */
#section-5 {
	padding-bottom: 5%;
	padding-top: 5%;
}

body.postid-18890 #section-5 {
	position: relative;
	z-index: 2;
}

#section-5 .col:first-child:not(.col-right) {
	margin-left: -8%;
	max-width: 100%;
}

#section-5 .col.col-right {
	text-align: center;
}

#section-5 .col.col-right a {
	display: inline-block;
}

#section-5 h2 {
    color: #ccc;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 25px;
}

#section-5 h2 > span {
	color: #00a2df;
    font-weight: 600;
}


#section-5 .row.container:nth-child(2),
#section-5 .row.container:nth-child(3) {
	border-top: 1px solid #ccc;
	padding-top: 5%;
}

#section-5 .row.container:nth-child(2) h2,
#section-5 .row.container:nth-child(3) h2 {
    text-transform: capitalize;
    color: #555;
    font-weight: 300;
}

#section-5 .row.container:nth-child(2) ul {
    margin: 0;
    padding-left: 20px;
    text-align: left;
}

#section-5 .row.container:nth-child(2) h3 {
    font-weight: 300;
    color: #00a2df;
    margin-top: 10%;
    margin-bottom: 15px;
}

#section-5 .row.container:nth-child(2) li {
    margin-bottom: 15px;
}

#section-5 .row.container:nth-child(3) {

}

#section-5 .featured-article {
	border: 3px solid #f68411;
	line-height: 1.25;
	margin-top: 25px;
}

#section-5 .featured-article > a {
	color: #f68411;
	display: block;
	font-size: 18px;
	padding: 15px;
	transition: background-color .25s ease-in-out 0s, color .25s ease-in-out 0s;
}

#section-5 .featured-article > a:hover {
	background-color: #f68411;
	color: #fff;
}


/* PPC Marketing */
#ppc-marketing > .container {
	padding-left: 15px;
	padding-right: 15px;
}

#ppc-marketing h3 {
	font-weight: 300;
}

#ppc-marketing .header {
	text-align: center;
}

#ppc-marketing .header h2 {
	color: #00a2df;
	font-weight: 600;
	line-height: 1.25;
	text-transform: uppercase;
}

#ppc-marketing .header h2 + p {
	margin-bottom: 2.5%;
	margin-top: 0;
}

#ppc-marketing header blockquote,
#ppc-marketing .ppc blockquote {
	background-color: #faefc1;
	border: 1px solid #98791f;
	padding: 15px;
}

#ppc-marketing header blockquote,
#ppc-marketing .ppc blockquote {
	margin: 15px 0 0;
}

#ppc-marketing .cta > .cta-button {
	text-transform: uppercase;
}

#ppc-marketing .cta > .cta-button:hover {
	background-color: #999;
	color: #fff;
}

#ppc-marketing a.cta-button {
	margin-top: 5%;
}

#ppc-marketing hr {
	height: 1px;
	max-width: 100%;
	width: 100%;
}



/* Social Media Marketing */
#social-media	 {
    background-color: #00a2df;
    padding-bottom: 2.5%;
    text-align: center;
}

#social-media .row.social-media-marketing {
	color: #fff;
	margin-bottom: 5%;
}

#social-media .row.facebook-marketing h2 {
	color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
}

#social-media .row.facebook-marketing h2 > small {
	display: block;
	font-size: 60%;
	font-weight: 300;
	margin-bottom: 15px;
	margin-top: 15px;
}

#social-media h2 {
	font-weight: 300;
	text-transform: capitalize;
}

#social-media span svg {
    margin: 0 15px 0;
}

#social-media span svg > path {
    fill: #fff;
    stroke: #000;
    stroke-width: 2px;
}


/* Section 6 */
#section-6 {
	background-position: center top;
	padding: 5% 10% 0;
	position: relative;
}

body.postid-18890 .content > h2 {
	color: #00a2df;
}

body.postid-20919 #section-6 {
	padding-bottom: 25px;
}

body.postid-18901 #section-6 .content,
body.postid-20919 #section-6 > .row > .col:last-child {
    background-color: rgba(255,255,255,.75);
}

body.postid-18901 #section-6 .content ul {
	padding-left: 0;
}

body.postid-20919 #section-6 > .row > .col:last-child {
    padding: 25px 35px;
}

body.postid-20919 #section-6 > .row > .col:last-child h3 {
	font-size: 20px;
}

body.postid-20919 #section-6 > .row > .col:last-child h2,
body.postid-20919 #section-6 > .row > .col:last-child p {
	text-align: center;
}

body.postid-20919 #section-6 > .row > .col:last-child h2 {
	font-weight: 600;
	margin-bottom: 5px;
}

body.postid-20919 #section-6 > .row > .col:last-child p {
margin-bottom: 15px;
}

#section-6 ul {
	margin: 0;
	list-style: none;
}

body:not(.postid-18890) #section-6 ul {
	padding-bottom: 25px;
}

body.postid-18702 #section-6 ul {
	padding-bottom: 20%;
}

#section-6 ul > li:before {
	content: "• ";
	font-size: 125%;
}

#section-6 h2 {
	margin-bottom: 2.5%;
}

#section-6 .col {
	margin-bottom: 0;
	vertical-align: bottom;
}

#section-6 .col img {
	display: block;
}

#section-6 > ul > li {
	padding-bottom: 5px;
	padding-top: 5px;
}

#section-6 ul > li > a {
	font-weight: bold;
}


#choose-service {
	align-items: center;
	background-color: #ccc;
	display: grid;
}

#choose-service p {
	margin-bottom: 15px;
}

#choose-service .col-img,
#choose-service .col-img img {
	height: 100%;
}

#choose-service .col-img img {
	display: block;
	object-fit: cover;
}

#choose-service .col-text {
	padding: 5% 15px;
}

#choose-service .col-text a {
	display: inline-block;
}

#choose-service .col-text a.see-case-studies {
	background-color: transparent;
	border: 1px solid #32363d;
	color: inherit;
}

#choose-service .col-text a.see-case-studies:hover {
	background-color: #32363d;
	color: #fff;
}


/*--------------------------------------------------------------
# Blog Styles
--------------------------------------------------------------*/
body.postid-20919 #blog {
	padding-bottom: 15%;
}

#blog {
	padding-top: 5%;
	text-align: center;
}

#blog .content-area {
    padding-bottom: 5%;
    padding-top: 5%;
    text-align: center;
}

#blog .container {
    padding: 0;
}

#blog h2 {
    font-weight: 300;
    margin-bottom: 15px;
    margin-top: 15px;
    text-transform: capitalize;
}

#blog .container > h2 {
    margin-bottom: 2.5%;
}

#blog .post > .entry-title {
	font-weight: 700;
    font-size: 1.5em;
    line-height: 1.25;
    padding: 0 !important;
}

#blog .col {
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 10px -5px rgba(0,0,0,.25);
            box-shadow: 2px 2px 10px -5px rgba(0,0,0,.25);
    outline: 0 solid #ccc;
    padding: 25px;
    transition: outline .25s ease-in-out 0s;
}

#blog .col:hover {
    outline-width: 5px;
}

#blog .col p:last-child {
    margin-bottom: 0;
}

#blog .post > .entry-title,
#blog .col p {
    padding-left: 5%;
    padding-right: 5%;
}

#blog .col .read-more {
    display: block;
    border: 1px solid #ddd;
    margin-top: 15px;
    padding: 5px 15px;
}

#blog .col img {
    width: 100%;
}

#blog .post-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    min-height: 150px;
    width: 100%;
}



/* Home Services */
body.postid-18648 #section-6 {
	background-position: center top;
	padding: 30% 25px 5% 25px;
}

body.postid-18648 #section-6 ul {
	margin: 0;
}

body.postid-18648 #section-6 .container {
    background-color: rgba(255,255,255,.90);
    padding: 25px;
}

body.postid-18648 #section-6 h2 {
	margin-bottom: 2.5%;
	text-align: center;
}

body.postid-18648 #section-6 .container > ul > li {
	padding-bottom: 5px;
	padding-top: 5px;
}


#section-7 {
    background-color: #494942;
	color: #fff;
    padding: 0;
}

body.postid-20933 #section-7,
body.postid-20940 #section-7,
body.postid-21757 #section-7 {
	margin-top: 5%;
}


#section-7 .section-bg {
	padding-bottom: 25px;
	padding-top: 25px;
}

#section-7 header > h2 {
	margin-bottom: 25px;
	text-transform: capitalize;
}

#section-7 header + h2 {
	margin-bottom: 5%;
}

#section-7 .col:last-child ul {
	margin: 0;
}

#section-7 .col:last-child ul {
	text-align: center;
}

#section-7 .col:last-child ul svg > path {
	fill: #fff;
}


#section-7 .col:last-child ul span {
	display: block;
	margin-top: 15px;
	padding: 5px;
}

#section-7 p,
#section-7 .col:first-child ul {
	font-weight: 300;
	line-height: 2;
}

#section-7 .col:first-child ul svg > path {
	fill: #fbc402;
}


#work-with-us {
    background-color: #fafafa;
    border-bottom: #eee;
    border-top: #eee;
    padding-bottom: 5%;
    padding-top: 5%;
}

#work-with-us header {
	margin: 25px;
	text-align: center;
}

#work-with-us header + div {
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px -5px rgba( 0,0,0,.5 );
	        box-shadow: 0 0 10px -5px rgba( 0,0,0,.5 );
	padding: 25px;
}


/*--------------------------------------------------------------
# Drip Form Styles
--------------------------------------------------------------*/
#drip-form form input,
#drip-form form select,
#drip-form form textarea {
	padding: 10px 15px;
	width: 100%;
}

#drip-form form textarea {
	min-height: 150px;
	resize: vertical;
}

#drip-form form input[type="submit"] {
	align-self: center;
	display: inline-block;
	font-size: 1.25rem;
	padding-bottom: 1.35rem;
	padding-top: 1.35rem;
	position: inherit;
}

#drip-form form .disclaimer label {
	align-self: center;
	color: #aaa;
	display: inline-block;
	font-size: .75rem;
	padding-left: .6rem;
	position: relative;
}

#drip-form form .disclaimer label::before {
	content: "\f069";
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-size: .5rem;
    text-rendering: auto;
    font-style: normal;
    font-variant: normal;
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 0;
    -webkit-font-smoothing: antialiased;
}

#drip-form form .disclaimer label a {
	color: inherit;
	font-weight: bold;
}


/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
@media screen and ( max-width: 767px ) {
	#section-1 .col h2 > small {
	    font-size: 24px;
	}

	#section-2 header {
		text-align: center;
	}

	#section-2 .phone-number {
		display: block;
		margin-bottom: 25px;
		margin-top: 25px;
	}

	#section-3 {
	    margin-bottom: 35px;
	}

	#section-3.section-bg {
		background-size: 2000px auto;
	}

	#section-3 .cta h2 {
		font-size: 42px;
		line-height: initial;
		text-align: center;
		white-space: initial;
	}

	#section-5 h2 > span {
		display: block;
	}

	#industry-newsletter {
		margin-bottom: 20%;
	}

	#industry-newsletter-box .form-fields input {
		margin-top: 10px;
		padding: 10px 15px;
		width: 100%;
	}

	#industry-newsletter-box > img {
		margin-bottom: 25px;
	}


	/* PPC Marketing */
	#ppc-marketing {
		padding-bottom: 10%;
		text-align: center;
	}

	#ppc-marketing .header h2 {
		font-size: 36px;
	}

	#ppc-marketing img {
		margin-left: auto;
		margin-right: auto;
	}

	#ppc-marketing .container > img,
	#ppc-marketing header,
	#ppc-marketing .ppc,
	#ppc-marketing .cta,
	#ppc-marketing .paid-ads {
		margin-bottom: 10%;
	}

	#ppc-marketing h3 {
		font-size: 28px;
	}

	#ppc-marketing header > img,
	#ppc-marketing .ppc > img {
		margin-bottom: 15px;
		margin-top: 15px;
		max-width: 50%;
		vertical-align: middle;
	}

	#ppc-marketing .cta a {
		display: inline-block;
		margin: 5px;
	}

	#section-5 .row.container {
		padding-left: 0;
		padding-right: 0;
	}


	#section-7 h2 {
		margin-top: 25px;
		text-align: center;
	}

	#section-7 .col {
		margin: 0;
	}

	#section-7 .col:last-child ul > li {
	    margin-bottom: 35px;
	    margin-top: 35px;
	}

	#section-6 .container {
		padding: 0;
	}

	#section-6 .container .col {
		margin: 0;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	#section-6 ul {
	    -webkit-columns: 2;
	            columns: 2;
	    text-align: left;
	}

	#social-media .row.facebook-marketing h2 > small {
		line-height: 1.15;
	}

	#social-media .row.facebook-marketing .col-right img {
		transform: translateX(15%);
	}

	#choose-service .col-text {
		grid-row: 2;
		text-align: center;
	}

	#choose-service .col-img {
		grid-row: 1;
	}


	#choose-service .col-text a {
		margin-bottom: 15px;
		min-width: 250px;
	}

	#drip-form form > div {
		margin-bottom: 15px;
	}

	#drip-form .disclaimer {
		margin-bottom: 0;
		margin-top: 1em;
	}

	#blog .col {
		margin: 15px;
	}
}

@media screen and ( min-width: 768px ) {
	#offer {
		transition: margin-top .25s ease-in-out 0s;
	}

	.owl-nav .fa {
        font-size: 3em
    }

    .owl-nav > div {
        width: 100px;
    }

	.entry-header h1 {
		letter-spacing: 2px;
	}

	.entry-header h1 + p {
	    font-size: 26px;
	    font-weight: 300;
	    letter-spacing: 1px;
	}

	section header > h2 {
		font-size: 34px;
	}

	section strong {
	    font-size: 26px;
	    line-height: 1.25;
	}

	section .brand-strategy h2,
	section .col h2 {
		font-size: 22px;
	}

	.row.container.seo-service {
	    padding-top: 2.5%;
	    padding-bottom: 2.5%;
	}

	#section-1 > .container {
		padding: 25px 35px;
	}

	body:not(.postid-18702) #section-1 .col h2 {
	    font-size: 60px;
	}
	
	body.postid-18702 #section-1 .col h2 {
		font-size: 44px;
	}	

	body.postid-20933 #section-1 .col h2 {
		font-size: 50px;
	}

	body:not(.postid-18702) #section-1 .col h2 + p {
	    font-size: 32px;
	}

	body.postid-18702 #section-1 .col h2 + p {
	    font-size: 32px;
	}


	#section-1 a.cta-button {
		display: inline-block;
	}

	#section-1 img {
		max-width: initial;
	}

	#section-1 .testimonial p {
		font-size: 20px
	}

	#section-1 .testimonial {
		position: relative;
		z-index: 1;
	}

	#section-1 #offer::before {
	    width: 80%;
	    bottom: 110px;
	}

	#section-1 #offer > .top > h2 {
		font-size: 44px;
		font-weight: 400;
	}

	#section-1 #offer > .top > h2 + p {
		font-size: 24px;
		font-weight: 300;
	}

	#section-1 #offer .request-consultation {
		font-size: 20px;
	}

	body.postid-20933 #section-1 .col.side-img {
	    transform: translateY(-180px);
	}
	
	body.postid-20940 #section-1 .col.side-img {
	    transform: translateY(-200px);
	}

	body.postid-21757 #section-1 .col.side-img {
	    transform: translateY(-200px);
	}
	
	body.postid-20940 #section-1 .col.side-img img {
		transform: translateX(-375px) translateY(50px);
	}

	body.postid-21757 #section-1 .col.side-img img {
		transform: translateX(-200px);
	}

	body.postid-20940 #section-1 #offer:not(.scroll-offset),
	body.postid-20933 #section-1 #offer:not(.scroll-offset),
	body.postid-21757 #section-1 #offer:not(.scroll-offset) {
		margin-top: -100px;
	}

	#offer.scroll-offset {
		margin-top: 150px !important;
	}

	#section-1 .col {
	    transform: translateY(-100px);
	}

	body.postid-20919 #section-1 .side-img .testimonial {
		margin-top: 75px;
	}

	body.postid-20919 #section-4 header {
		padding-bottom: 25px;
		padding-top: 5%;
	}

	#section-2 {
		padding-bottom: 2.5%;
		padding-top: 2.5%;
	}

	#section-2 header {
		max-width: 60%;
		text-align: left;
	}

	#section-3 .row.services {
		display: block;
	}
	
	#section-3 .row > .col {
	    max-width: calc(100%/2 - 15px);
	}

	#section-3 .cta {
		display: table;
	}

	#section-3 .cta > .col {
	    display: table-cell;
	}

	#section-3 .cta > .col:first-child {
		width: 50%;
	}

	#section-3 .cta > .col:first-child::after {
	    content: "";
	    border-style: solid;
	    border-color: transparent transparent transparent #6d6d6d;
	    border-width: 57px 0 57px 30px;
	    line-height: 0px;
		    _border-color: #000000 #000000 #000000 #6d6d6d;
		    _filter: progid: DXImageTransform.Microsoft.Chroma(color='#000000');
	    height: 0;
	    position: absolute;
	    right: -30px;
	    top: 0px;
	    width: 0;
	}
	
	/* Industry Newsletter */

	#industry-newsletter {
		padding-top: 10%;
	}


	#industry-newsletter-box .form-fields {
		display: grid;
		gap: 5px;
		grid-template-columns: 1fr 1fr;
		margin-top: 25px;
		padding: 5px;
	}

	#industry-newsletter-box .form-fields > input[type="text"],
	#industry-newsletter-box .form-fields > input[type="email"] {
		border: none;
		padding: 5px 10px;
	}

	#industry-newsletter-box .form-fields > input[type="submit"] {
		grid-column: 1 / span 2;
	}

	#section-casestudy {
        text-align: left;
    }


	#section-casestudy header h2 {
		font-size: 60px;
	}

	
	/* PPC Marketing */
	#ppc-marketing {
	    padding-bottom: 150px;
	}

	#ppc-marketing > .container {
		align-items: center;
		display: grid;
		grid-gap: 15px;
		grid-template-columns: 59% auto;
	}

	#ppc-marketing hr,
	#ppc-marketing > .container > img,
	#ppc-marketing header,
	#ppc-marketing .ppc {
		grid-column: 1 / span 2;
		
	}

	#ppc-marketing .header h2 {
		font-size: 70px;
	}

	#ppc-marketing .header h2 + p {
		font-size: 28px;
	}

	#ppc-marketing header h2 + p,
	#ppc-marketing .ppc h2 + p {
		margin-bottom: 15px;
	}

	#ppc-marketing h3 {
		margin-bottom: 15px;
	}

	#ppc-marketing .cta {
		align-self: center;
		grid-column: 1 / span 2;
		
		justify-self: center;
	}

	#ppc-marketing .cta > a {
		margin-left: 15px;
		margin-right: 15px;
		vertical-align: middle;
	}

	#ppc-marketing .cta > .cta-button {
		padding: 10px 35px;
	}

	#ppc-marketing .cta > .phone-number {
		font-size: 28px;
	}

	#ppc-marketing .paid-ads {
		align-self: start;
		grid-column: 1;
		
	}

	#ppc-marketing .remarketing-ads {
		grid-column: 2;
	}

	#industry-newsletter form {
		text-align: left;
	}

	#industry-newsletter-box {
		align-items: center;
		display: grid;
		grid-gap: 25px;
		grid-template-columns: auto 1fr;
		margin: 0 auto;
	}

	#industry-newsletter-box h3[data-drip-attribute="headline"],
	#industry-newsletter-box p[data-drip-attribute="description"] {
		font-size: 200%;
		line-height: 1.25;
	}

	#industry-newsletter #thank-you-message {
		font-size: 130%;
	}

	#industry-newsletter #thank-you-message span {
		font-weight: 600;
	}


	/* Social Media */
	#social-media h2 {
		font-size: 38px;
		letter-spacing: 1px;
	}

	#social-media .row.facebook-marketing h2 {
		font-size: 75px;
	}

	#social-media .row.facebook-marketing h2 > small {
		font-size: 40%;
		margin-bottom: 5px;
		margin-top: 5px;
	}

	/* Section 6 */
	body.postid-18901 #section-6 .content {
	    padding: 25px 35px;
	}

	body.postid-18648 #section-6 .container > ul {
		-webkit-columns: 2;
		        columns: 2;
	}

	body.postid-20919 #section-6 > .row {
	    display: grid;
	    grid-template-columns: 1fr 1fr;
	}

	body.postid-20919 #section-6 > .row > .col {
		margin: 0;
	}

	body.postid-20919 #section-6 > .row > .col:first-child {
		justify-self: end;
	}

	body.postid-20919 #section-6 > .row > .col:last-child {
	    align-self: start;
	}

	body.postid-20919 #section-6 .col > img {
	    transform: translateY(-200px);
	}

	#section-7 h2 {	
		font-size: 36px;
	}

	#choose-service {
		grid-template-columns: 1fr 1fr;
	}

	#choose-service .col-img img {
		object-position: left center;
	}

	#choose-service .col-text {
		justify-self: end; 
		max-width: 700px;
	}

	
	/* Drip Intake Form */
	#drip-form form {
		display: grid;
		grid-gap: 15px;
		grid-template-columns: repeat(4, auto);
	}

	#drip-form form .message-fields {
		grid-column: 1 / span 4;
	}

	#drip-form:not(.with-extra-select) .drip-company-name {
		grid-column: 1 / span 2;
	}

	#drip-form form input[type="submit"] {
		grid-column: 1;
		grid-row: 4;
	}
	
	#drip-form .disclaimer {
		grid-column: 1 / span 4;
		grid-row: 5;
	}



	/* Blog */
	#blog .row {
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
	}

    #blog .col {
        max-width: 400px;
    }

    #blog .post-img {
        min-height: 250px;
    }

}

@media screen and ( max-width: 875px ) {
	#section-3 .row {
	    margin-bottom: -225px;
	}

	#section-3 .cta {
	    -webkit-transform: translateY(285px);
	        -ms-transform: translateY(285px);
	            transform: translateY(285px);
	}

	#section-casestudy > .casestudies {
		margin-top: 25px;
	}

}

@media screen and ( min-width: 875px ) {
	#section-3 {
	    max-height: 650px;
	}

	#section-3 .cta {
		margin-left: 25px;
		margin-right: 25px;
	}

	div:not(#section-4) > #section-casestudy {
	    margin-top: 5%;
	}

	#section-casestudy > .casestudies {
		margin-top: 2.5%;
	}
}


@media screen and ( max-width: 899px ) {
	#section-3 header + ul > li {
		display: block;
		margin: auto;
		vertical-align: top;
		width: 230px;
	}

	#section-3 header + ul > li > span {
	    display: block;
	    font-size: 16px;
	    margin-top: 15px;
	}

	#section-3 header + ul > li > .fa-caret-right {
	    display: none;
	}

	#section-3 header + ul > li:nth-child(2n+1) > svg > path {
		fill: #0076a3;
	}
}


@media screen and ( min-width: 900px ) {
	#section-3 header + ul {
		display: table;
		margin-bottom: 10%;
		margin-top: 10%;
		width: 100%;
	}

	#section-3 header + ul > li {
	    display: table-cell;
	    position: relative;
	}

	#section-3 header + ul > li > svg {
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translateX(-50%);
	}

	#section-3 header + ul > li > svg:not(.fa-caret-right) > path {
		fill: rgba(255,255,255,.75);
	}

	#section-3 header + ul > li:nth-child(odd) > svg:not(.fa-caret-right) {
		top: -80px;
	}

	#section-3 header + ul > li:nth-child(even) > svg:not(.fa-caret-right) {
		bottom: -80px;
	}

	#section-3 header + ul > li:nth-child(odd) > svg.fa-caret-right {
		top: -30px;
		-webkit-transform: translateX(-50%) rotate(-90deg);
		    -ms-transform: translateX(-50%) rotate(-90deg);
		        transform: translateX(-50%) rotate(-90deg);
	}

	#section-3 header + ul > li:nth-child(even) > svg.fa-caret-right {
		bottom: -30px;
		-webkit-transform: translateX(-50%) rotate(90deg);
		    -ms-transform: translateX(-50%) rotate(90deg);
		        transform: translateX(-50%) rotate(90deg);
	}

	body.postid-18648 #section-6 .container > ul {
		-webkit-columns: 3;
		        columns: 3;
	}
}


@media screen and ( max-width: 1023px ) {
	#section-1 > .container {
		display: table;
	}
/*	
	#section-1 > .container > .col:first-shild {
		display: table-footer-group;
	}

	#section-1 > .container > .col.side-img {
		display: table-header-group;
	}
*/
	#section-1 > .container > .col.side-img > p,
	#section-1 > .container > .col.side-img > .testimonial {
		margin-left: 15px;
		margin-right: 15px;
	}

	#social-media .facebook-marketing p {
		color: #fff;
	}

	#social-media .facebook-marketing .col-left a.cta-button {
	    background-color: #fff;
	    color: #00a2df;
	    display: block;
	    margin: 25px auto;
	    max-width: 250px;
	}

	#social-media .facebook-marketing .col-left a.cta-button:hover {
		background-color: #333;
		color: #fff;
	}

	#section-5 .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column nowrap;
		        flex-flow: column nowrap;
		text-align: center;
	}


	/* PPC Marketing */
	#ppc-marketing header,
	#ppc-marketing .ppc  {
		text-align: center;
	}

	#ppc-marketing .container > img {
		justify-self: center;
	}


	#section-6 {
	    padding: 25px;
	}

	body.postid-18648 #section-6,
	body.postid-18901 #section-6 {
		background-size: 100% auto;
		background-position: center bottom;
	}

	body.postid-18890 #section-6 {
		background: none !important;
	}

	body.postid-18648 #section-6 .content,
	body.postid-18901 #section-6 .content {
	    margin-bottom: 60%;
	}

	body.postid-18648 #section-6 .content,
	body.postid-18890 #section-6 .content,
	body.postid-18901 #section-6 .content {
	    text-align: center;
	}

	#section-6 .col {
		display: block;
		text-align: center;	
	}

	#section-6 .col:last-child {
		margin-top: 50px;
	}

	#section-6 .col ul {
		text-align: left;
	}
}

@media screen and ( min-width: 1024px ) {
	#section-1 {
		padding-bottom: 5%;
	}

	#section-1 > .container:not(:last-of-type) {
		text-align: left;
	}

	#section-1 .col {
	    display: inline-block;
	    vertical-align: top;
	    max-width: calc(50% - 35px);
	    text-align: left;
	}

	body.postid-20933 #section-1 .col-text,
	body.postid-20940 #section-1 .col-text {
	    max-width: calc(52% - 35px);
	}

	body.postid-20933 #section-1 .side-img,
	body.postid-20940 #section-1 .side-img {
	    max-width: calc(48% - 35px);
	}

	#section-1 a.cta-button {
		margin-bottom: 50px;
	}

	#section-1 img {
		display: block;
		margin: auto;
	}

	#section-1 .info-graphic > img:last-child {
	    margin-left: -5%;
	}

	#section-1 .info-graphic > img:first-child {
	    margin-right: -5%;
	}

	#section-1 .info-graphic + .row > .col:first-child {
		text-align: left;
	}
	
	body.postid-18702 #section-1 .col.side-img > p:first-child {
		    margin-left: -40%;
	}

	body.postid-18855 #section-1 .container:nth-child(2) p:first-child {
	    font-size: 24px;
	}

	body.postid-18855 #section-1 .container:nth-child(2) p:first-child > span {
		display: block;
	}


	/* Home Services */
	body.postid-18648 #section-1 .col.side-img {
	    margin-top: -100px;
	}

	body.postid-18648 #section-1 .col.side-img > p {
		margin-bottom: 80px;
	}

	/* Law Firms / Legal */
	body.postid-18855 #section-1 .col.side-img {
	    margin-top: -110px;
	}

	/* Law Firms / Legal */
	body.postid-18702 #section-1 .col.side-img {
	    margin-top: -25px;
	}

	/* Small Business */
	body.postid-18890 #section-1 .col.side-img {
	    margin-top: -100px;
	}



	#section-2 p {
    	font-size: 28px;
    }

	#section-2 p > span:nth-child(2) {
		font-size: 48px;
	}



	#section-3 header + ul {
		display: table;
		font-size: 16px;
	}

	#section-3 .row > .col {
	    min-width: calc(100%/3 - 15px);
	}
	
	#section-3 .cta h2 {
		font-size: 64px;
	}

	#section-3 .cta > .col:first-child::after {
	    border-width: 70px 0 70px 50px;
	    right: -50px;
	}

	/* Section 5 */
	#section-5 .row {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}

	body.postid-18890 #section-5 .row {
		-webkit-box-align: flex-start;
		    -ms-flex-align: flex-start;
		        align-items: flex-start;
	}

	#section-5 .col:last-child {
	    -webkit-box-flex: 0;
	        -ms-flex: 0 1 calc(35% - 35px);
	            flex: 0 1 calc(35% - 35px);
	}

	#section-5 .col:first-child {
		-webkit-box-flex: 0;
	        -ms-flex: 0 1 calc(65% - 35px);
	            flex: 0 1 calc(65% - 35px);
	    overflow: hidden;
	}
	
	body.postid-18901 #section-5 .col:last-child {
	    -webkit-box-flex: 0;
	        -ms-flex: 0 1 calc(40% - 35px);
	            flex: 0 1 calc(40% - 35px);
	}

	body.postid-18901 #section-5 .col:first-child {
		-webkit-box-flex: 0;
	        -ms-flex: 0 1 calc(60% - 35px);
	            flex: 0 1 calc(60% - 35px);
	}


	#section-5 .row.container:nth-child(3) .col:first-child {
	    -webkit-box-flex: 0;
	        -ms-flex: 0 1 calc(35% - 35px);
	            flex: 0 1 calc(35% - 35px);
	}

	#section-5 .row.container:nth-child(3) .col:last-child {
	    -webkit-box-flex: 0;
	        -ms-flex: 0 1 calc(65% - 35px);
	            flex: 0 1 calc(65% - 35px);
	    overflow: hidden;
	}

	#section-5 .col-left,
	#social-media .col-left {
		-webkit-box-ordinal-group: 1;
		    -ms-flex-order: 0;
		        order: 0;
	}

	#section-5 .col-right {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		-webkit-transform: translateX(100px);
		    -ms-transform: translateX(100px);
		        transform: translateX(100px);
	}


	#section-5 .owl-carousel .owl-item img {
		width: 100%;
	}

	#section-5 h2 {
	    font-size: 100px;
	}

	#section-5 h2 > span {
	    display: block;
	    padding-left: 15px;
	}

	#section-5 h2 {
	    font-size: 50px;
	}

	body.postid-18702 #section-5 h2 {
	    font-size: 46px;
	}

	body.postid-18648 #section-5 h2 {
	    font-size: 44px;
	}

	#section-5 h2 > span {
	    font-size: 100px;
	    padding-left: 0;
	}

	#section-5 .seo-service h2 {
	    color: #00a2df !important;
	    font-size: 80px !important;
	    font-weight: 700 !important;
	}

	#section-5 .seo-service h2 > span {
	    font-size: 34px !important;
	    font-weight: 300;
	    color: #555;
	}

	#section-5 h2 ~ p {
		line-height: 1.65;
	}

	#section-5 a.cta-button {
		margin-left: 0;
		margin-right: 0;
	}


	/* PPC Marketing */
	#ppc-marketing .container {
		grid-gap: 25px 2%;
	}

	#ppc-marketing > .container > img {
		grid-column: 1;
	}

	#ppc-marketing header,
	#ppc-marketing .ppc {
		grid-column: 2;
	}


	
	/* Social Media */
	#social-media {
		background: rgb(255,255,255);
		background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40%, rgba(0,162,223,1) 40%, rgba(0,162,223,1) 100%);
		margin-bottom: 5%;
		text-align: left;
	}

	#social-media .row {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}

	#social-media .social-media-marketing .col-right {
		padding-top: 35px;
	}

	#social-media .social-media-marketing .col-left img {
	    -webkit-transform: translateY(-20px);
	        -ms-transform: translateY(-20px);
	            transform: translateY(-20px);
	    margin-top: -30px;
	}

	body:not(.postid-20919) #social-media .row.facebook-marketing {
		-webkit-transform: translateY(-65px);
		    -ms-transform: translateY(-65px);
		        transform: translateY(-65px);
	}

	#social-media .col:last-child {
		-webkit-box-ordinal-group: 1;
		    -ms-flex-order: 0;
		        order: 0;
	    -webkit-box-flex: 0;
	        -ms-flex: 0 1 calc(50% - 35px);
	            flex: 0 1 calc(50% - 35px);
	}

	#social-media .col:first-child {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		-webkit-box-flex: 0;
	        -ms-flex: 0 1 calc(50% - 35px);
	            flex: 0 1 calc(50% - 35px);
        z-index: 2;
	}

	#social-media .col-left p {
		line-height: 2;
	}

	#social-media .facebook-marketing .col-left p {
		padding-right: 15%;
	}

	#social-media .facebook-marketing .col-left a.cta-button {
		color: #fff;
		display: inline-block;
		text-transform: uppercase;
	}

	#social-media .facebook-marketing .col-left a.cta-button:hover {
		background-color: #333;
	}

	#social-media .facebook-marketing .col-left img:first-child {
		margin-bottom: 25px;
	}

	#social-media .facebook-marketing .col-left img:nth-child(2) {
		max-width: unset;
	    -webkit-transform: translateX(-45px);
	        -ms-transform: translateX(-45px);
	            transform: translateX(-45px);
	}

	#social-media .facebook-marketing .col-right img {
		max-width: unset;
	    -webkit-transform: translateX(-140px) translateY(200px);
	        -ms-transform: translateX(-140px) translateY(200px);
	            transform: translateX(-140px) translateY(200px);
	}


	/* Section 6 */
	#section-6 {
		display: table;
		width: 100%;
	}

	body.postid-18890 #section-6 {
	    margin-top: 5%;
	    padding-bottom: 700px;
	}

	body.postid-18901 #section-6 > .container {
	    margin-top: 300px;
	    margin-bottom: 50px;
	}

	body.postid-18901 #section-6 .content {
		max-width: 600px;
	}

	body.postid-18890 .content {
	    position: absolute;
	}

	body.postid-18890 .content {
	    background-color: #fafafa;
	    bottom: 150px;
	    left: 75%;
	    padding: 25px 50px;
	    min-width: 830px;
	    -webkit-transform: translateX(-70%);
	        -ms-transform: translateX(-70%);
	            transform: translateX(-70%);
	}
	
	body.postid-18901 .content > h2 {
		font-size: 26px;
	}

	body.postid-18890 .content > h2 {
		font-size: 34px;
		line-height: 1;
	}

	body.postid-18901 .content > ul {
		padding: 0;
	}

	body:not(.postid-18890):not(.postid-18648):not(.postid-18901):not(.postid-20919) #section-6::before {
	    background-color: #eee;
	    border-top: 1px solid #ddd;
	    bottom: 0;
	    content: "";
	    height: 450px;
	    left: 0;
	    position: absolute;
	    width: inherit;
	}

	body:not(.postid-18648) #section-6 .col {
	    display: table-cell;
	}

	body:not(.postid-18648):not(.postid-20919) #section-6 ul {
		-webkit-columns: 2;
		        columns: 2;
	}

	body.postid-20919 #section-6 .hosted-events {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 15px;
	}

	body.postid-20919 #section-6 .hosted-events ul {
		padding-left: 15px;
	}

	body.postid-20919 #section-6 .hosted-events ul:first-child {
	    border-right: 1px solid;
	}

	#work-with-us {
	    max-height: 500px;
	    margin-bottom: 300px;
	}


	/* Section 7 */
	#section-7 .row {
		display: table;
	}

	#section-7 .row > .col {
		display: table-cell;
		padding-left: 25px;
		padding-right: 25px;
		vertical-align: middle;
	}

	#section-7 .row > header {
		padding-bottom: 2.5%;
		padding-top: 5%;
		width: 50%;
	}

	#section-7 .row > header + .col {
	    /*transform: translateY(220px);*/
	    position: absolute;
	    top: 50px;
	}

	article.industry.venue #section-7 .row > header + .col {
		top: 200px;
	}

	article.industry.plumbing #section-7 .row > header + .col {
		top: 100px;
	}

	#section-7 .row > .col:last-child ul {
		margin-top: 25px;
	}

	#section-7 .row > .col:last-child ul > li {
		display: table-cell;
		width: calc(100% / 3);
	}

	#section-7 .row > .col:last-child {
		vertical-align: bottom;
		width: 50%;
		padding-bottom: 8%;
	}

	#section-7 .col:first-child ul > li {
		font-size: 18px;
		line-height: 2.5;
	}

	#section-7 .row > .col:last-child ul > li:nth-child(2)::before {
	    content: "";
	    background-color: #fff;
	    height: 1px;
	    right: -30px;
	    position: absolute;
	    top: 30%;
	    width: 70px;
	}

	#section-7 .row > .col:last-child ul > li:nth-child(2)::after {
	    content: "";
	    background-color: #fff;
	    height: 1px;
	    left: -30px;
	    position: absolute;
	    top: 30%;
	    width: 70px;
	}
}


@media screen and ( min-width: 1180px ) {
	.indstry-trend-insights strong {
		font-size: 32px;
	}

	.indstry-trend-insights span {
		font-size: 120%;
	}
}

@media screen and ( min-width: 1400px ) {
	#section-3 .cta h2 { 
		font-size: 100px;
	}

	#section-3 .cta > .col:last-child {
		padding-left: 8%;
	}

	#section-3 .cta > .col:first-child::after {
	    border-width: 95px 0 95px 100px;
	    right: -100px;
	}

	body.postid-20919 #section-6 > .row {
	    grid-template-columns: 1fr 600px;
	}

	body.postid-20919 #section-6 > .row > .col:last-child h2 {
		font-size: 28px;
	}



	#section-7 .col:first-child ul > li {
		font-size: 20px;
		line-height: 2.5;
	}
}


@media screen and ( max-width: 460px ) {
	#section-2 .count {
		display: block;
	}
	
	#section-6 ul {
	    -webkit-columns: 1;
	            columns: 1;
        margin-top: 25px;
	}
}