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

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



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

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

/*--------------------------------------------------------------
# Content Styles
--------------------------------------------------------------*/
#section-1 {
    padding-bottom: 5%;
}

#section-1 > .container {
	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);
	padding: 0;
	max-width: 1200px;
	position: relative;
}

#section-1 .col:last-child,
#section-1 .col:last-child iframe {
	width: 100%;
}

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

#section-2 .section-bg {
    background-size: 1200px auto;
    min-height: 570px;
    padding-top: 10%;
}

#section-2 header {
    max-width: 500px;
    margin: auto;
    padding-left: 40px;
}

#section-3 {
    background-color: #00a2df;
    padding-bottom: 2.5%;
    text-align: center;
}

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

#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);
    display: inline-block;
    padding: 25px;
    vertical-align: top;
}

#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;
}


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

#section-5 header {
	padding: 0 5% 5%;
}

#section-5 .showcase > img {
	margin: 15px;
}

#section-6 {
    background-color: #00a2df;
    padding-bottom: 5%;
    padding-top: 5%;
    text-align: center;
}

#section-6 .container > h2,
#section-6 .col:first-child p {
	color: #fff;
}

#section-6 .container > h2,
#section-6 .col:first-child {
	padding-left: 5%;
	padding-right: 5%;
}

#section-6 .col {
    vertical-align: middle;
}

#section-6 .row > .col:last-child {
    display: inline-block;
    padding: 25px;
}

#section-6 .row > .col:last-child {
    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);
}

#section-6 .row > .col h2 {
    font-size: 18px;
}

#section-6 hr {
	background-color: #444;
	max-width: initial;
}

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

#section-6 ul > li {
	margin-bottom: 15px;
}


/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
@media screen and ( max-width: 600px ) {
	#section-2 .section-bg {
	    background-size: 400px auto;
	    background-position: center bottom;
	    padding-top: 5%;
	}

	#section-2 header {
	    max-width: unset;
	    margin: auto;
	    padding: 0 15px 200px;
	}

	#section-2 h2 {
	    margin-bottom: 35px;
	}
}


@media screen and ( max-width: 767px ) {
	section:not(#section-1):not(#section-4) .container {
		padding: 0;
	}

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

	#section-5 .showcase > img {
	    margin: 10px;
	    width: calc(100%/2 - 25px);
	}

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

@media screen and ( min-width: 768px ) {
	section header > h2 {
		font-size: 34px;
	}

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

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

	#section-2 header > h2 {
	    line-height: 1;
	    margin-bottom: 25px;
	}

	#section-2 header p {
		font-size: 18px;
		line-height: 2;
	}

	#section-2 header p:last-child {
		margin-bottom: 0;
	}

	#section-2 .icons {
	    display: table;
	}

	#section-2 .icons > .item {
	    display: table-cell;
	    width: calc(1400px/5);
	}

	#section-2 .row > .col {
		min-height: 340px;
	    width: calc(50% - 50px);
	}

	#section-2 .row {
	    -webkit-transform: translateY(150px);
	        -ms-transform: translateY(150px);
	            transform: translateY(150px);
	    margin-bottom: 200px;
	    margin-top: -175px;
	}

	#section-3 .row > .col {
		min-height: 505px;
	}

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

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

}


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

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

	#section-1 .col {
	    max-width: calc(50% - 35px);
	}

	#section-3 {
	    margin-bottom: 300px;
	    max-height: 350px;
	    padding-top: 2.5%;
	}

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

	#section-6 .row > .col {
	    max-width: calc(100%/2 - 50px);
	    text-align: left;
	}

	#section-6 .container > h2 {
		margin-bottom: 5%;
	}

	#section-6 .row > .col h2 {
	    font-size: 22px;
	}
}


@media screen and ( min-width: 1400px ) {
	#section-2 .section-bg {
		padding-top: 3%;
	}
}
