/*--------------------------------------------------------------
# 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 .container > h2 + p,
#section-2 .container > h2 {
	color: #fff;
	padding: 25px 15px 5px;
}

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

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

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


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

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

#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: 310px;
	padding-top: 35px;
}

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

#section-3 > .container {
	padding: 0;
}

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

#section-3 .links {
	position: relative;
}

#section-3 .links > .cta-button,
#section-3 .links > img {
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 15px;
	vertical-align: middle;
}

#section-3 .links > .cta-button {
	color: #fff;
	padding: 25px;
	text-transform: uppercase;
	vertical-align: middle;
}

#section-3 .links > .cta-button:hover {
	background-color: #555;
}

#section-4 {
    background-color: #00a2df;
    color: #fff;
    padding-bottom: 5%;
    padding-top: 5%;
}

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

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

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

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

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

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


/*--------------------------------------------------------------
# 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-position: center top;
		background-size: 2000px auto;
	}

	#section-2 h2 {
		margin-top: 5%;
	}

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

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

@media screen and ( min-width: 768px ) {
	.featherlight-iframe .featherlight-content {
		padding: 25px;
	}
	
	.entry-header p {
		font-size: 28px;
		font-weight: 300;
	}

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

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

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

	#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;
		text-align: left;
	}

	#section-1 .row,
	#section-3 .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	
	#section-1 .col,
	#section-3 .col {
	    display: inline-block;
	}

	#section-1 .col:first-child {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}

	#section-1 .col.side-img {
	    margin-left: -125px;
	    margin-top: -125px;
		-webkit-box-ordinal-group: 1;
		    -ms-flex-order: 0;
		        order: 0;
	}

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

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

	#section-3 {
		text-align: left;
		max-height: 700px;
	}

	#section-3 h2 {
	    margin-bottom: 25px;
	    font-size: 34px;
	}

	#section-3 .col.side-img {
	    margin-top: -125px;
	    margin-right: -75px;
	}
	
	#section-3 .col.side-img img {
		max-width: initial;
	}

	#section-4 h2 {
		margin-bottom: 25px;
	}

	#section-4 header, #section-4 ul {
	    display: inline-block;
	    max-width: calc(100%/2 - 25px);
	    vertical-align: bottom;
	    padding-left: 25px;
	    padding-right: 25px;
	}

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

@media screen and ( max-width: 1023px ) {
	#section-3 > .container {
		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;
	}

	#section-3 .col:first-child {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}

	#section-3 .col.side-img {
		-webkit-box-ordinal-group: 1;
		    -ms-flex-order: 0;
		        order: 0;
	}
}
