/*--------------------------------------------------------------
# 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-1 > .container {
	background-color: #fff;
	-webkit-box-shadow: 0 -10px 10px -5px rgba(0,0,0,.35);
	        box-shadow: 0 -10px 10px -5px rgba(0,0,0,.35);
	padding: 0;
	max-width: 1200px;
	position: relative;
	text-align: center;
}

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

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

#section-2 h2 {
	color: #fff;
	margin-bottom: 25px;
}

#section-2 .section-content {
    background-color: #00a2df;
    padding-top: 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-2 .section-content + img {
	margin-bottom: -7px;
	margin-top: 10%;
}

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

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

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

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

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

#section-4 h2 {
	margin-bottom: 5%;
}

#section-4 h3 {
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
}


#section-4 hr + p {
	margin-bottom: 5%;
}



/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
@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-2.section-bg {
		background-size: 2000px auto;
	}

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

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

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

@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-3 {
		padding-bottom: 2.5%;
		padding-top: 2.5%;
	}

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

	#section-4 .col {
	    display: table-cell;
	    vertical-align: middle;
	}

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


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

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

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

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

	#section-2 .row > .col:nth-child(4),
	#section-2 .row > .col:nth-child(7),
	#section-2 .row > .col:nth-child(8) {
		display: block;
	    margin-left: auto;
	    margin-right: auto;
	    max-width: calc(100% - 15px);
	}

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

	#section-2 .row > .col:nth-child(7),
	#section-2 .row > .col:nth-child(8) {
		margin-bottom: 25px;
	}

	#section-2 .row > .col:nth-child(4) {
	    max-height: 695px;
	    margin-bottom: 100px;
	}

	#section-2 .row > .col:nth-child(7) {
	    max-height: 605px;
	}

	#section-2 .row > .col:nth-child(8) {
	    -webkit-transform: translateY(50px);
	        -ms-transform: translateY(50px);
	            transform: translateY(50px);
	}
}
