/*--------------------------------------------------------------
# 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-5 {
    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;
	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-5 {
    padding-top: 5%;
}

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

#section-2 .col,
#section-5 .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: 320px;
}

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

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

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

#section-5 .col:last-child {
	display: block;
}

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

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

#section-6 img {
    padding: 25px;
}


#section-7 {
	background-color: #005879;
	text-align: center;
}

#section-7 header {
	color: #fff;
	padding-bottom: 5%;
	padding-top: 5%;
}


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

#section-8 a.cta-button {
    display: inline-block;
    color: #fff;
    padding: 25px 35px;
    margin: 25px;
}

#section-8 a.cta-button:hover {
	background-color: #333;
}


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

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

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

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

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

	#section-6 .container,
	#section-7 .container {
		padding-bottom: 25px;
		padding-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,
	#section-5 {
	    padding-top: 2.5%;
	}

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

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

	#section-5 .row > .col:not(:last-child) {
	    max-width: calc(100%/3 - 15px);
	    min-height: 300px;
	}
}


@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: -100px;
	}

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

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

	#section-5 {
	    max-height: 560px;
	    margin-bottom: 100px;
	}
}
