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

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


/*--------------------------------------------------------------
# Header Styles
--------------------------------------------------------------*/
h1, h1 + p {
	color: #fff;
}

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

/*--------------------------------------------------------------
# Content Styles
--------------------------------------------------------------*/
#section-2,
#section-3 {
    background-color: #00a2df;
    padding-bottom: 2.5%;
    text-align: center;
}

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

#section-1 {
    padding-bottom: 5%;
}

#section-1 > .container {
	background-color: #fff;
	-webkit-box-shadow: 0 -5px 10px -5px rgba(0,0,0,.35);
	        box-shadow: 0 -5px 10px -5px rgba(0,0,0,.35);
	padding: 0;
	position: relative;
	text-align: center;
}

#section-1 h2 {
    border-bottom: 3px solid #00a2df;
    margin-bottom: 15px;
    margin-top: 10%;
    display: inline-block;
}

#section-1 .col.side-img {
    transform: translateX(100px);
}


#section-2,
#section-3 {
    padding-top: 5%;
}

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

#section-2 .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;
	padding: 15px 25px;
	vertical-align: top;
}

#section-2 .col {
	min-height: 350px;
}

#section-3 {
	padding-bottom: 5%;
	padding-top: 5%;
}

#section-3 .row.container {
	background-color: #fff;
	-webkit-box-shadow: 0 -5px 10px -5px rgba(0,0,0,.35);
	        box-shadow: 0 -5px 10px -5px rgba(0,0,0,.35);
}

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

#section-3 h2 {
    margin-bottom: 15px;
    display: inline-block;
}

#section-3 .col {
	padding: 35px;
}

#section-3 .col.side-img {
	text-align: center;
}

#section-3 ul {
	padding: 0;
	text-align: left;
}

#section-3 li {
    display: inline-block;
}

#section-3 li > strong {
	font-size: 16px;
	text-transform: capitalize;
}

#section-3 li:not(:last-child) {
    margin-bottom: 25px;
}

#section-4 {
	background-color: #fafafa;
	padding-bottom: 5%;
	padding-top: 5%;
	text-align: center;
}

#section-4 header, #section-4 a.cta-button {
	display: inline-block;
	vertical-align: middle;
}

#section-4 a.cta-button {
	padding: 25px 35px;
	color: #fff;
    margin: 2.5% 5%;
}

#section-4 a.cta-button:hover {
	background-color: #333 !important;
}


/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
@media screen and ( max-width: 600px ) {

}


@media screen and ( max-width: 767px ) {
	.featherlight .featherlight-content {
		height: auto;
		padding: 0;
		border-bottom: none;
	}

	.featherlight .featherlight-inner {

	    display: block;
	    min-height: 210px;

	}

	#section-1 .col.side-img {
	    transform: translateX(50px);
	}

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

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

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

@media screen and ( min-width: 768px ) {
	.featherlight-iframe .featherlight-content {
		padding: 25px;
	}


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

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

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

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

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

	#section-2 {
	    padding-top: 5%;
	}

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

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

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


@media screen and ( max-width: 1023px ) {
	#section-3 .container {
	    margin: 5% 25px;
	    padding: 0;
	}

	#section-3 .col {
		margin: 0;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and ( min-width: 1024px ) {
	#section-1 > .container {
		margin-top: -100px;
		text-align: left;
	}

	#section-1 .col {
	    display: inline-block;
	    vertical-align: top;
	}

	#section-1 .col:first-child {
	    max-width: calc(100% - 650px);
	}

	#section-1 .col.side-img {
	    margin-top: -150px;
	}

	#section-2 {
	    max-height: 750px;
	    margin-bottom: 400px;
	}

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

	#section-3 {
	    max-height: 450px;
	    margin-bottom: 650px;
	}

	#section-3 .col {
	    display: table-cell;
	    vertical-align: top;
	}

	#section-3 .col:first-child {
		text-align: left;
	}

	#section-3 .col.side-img {
	    min-width: 495px;
		text-align: center;
	}
}

@media screen and ( min-width: 1200px ) {
#section-1 .col.side-img {
	    margin-top: -180px;
	}
}