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

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


.video-item {
	position: relative;
}

.video-item a {
    display: block;	
}

.video-item a::after {
    color: rgba(255,255,255,.5);
    content: "\f167";
    font-family: "Font Awesome 5 Brands";
    font-size: 50px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}

.video-item img {
	margin-bottom: -7px;
}


/*--------------------------------------------------------------
# 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-2,
#section-6 {
    background-color: #00a2df;
    padding-bottom: 2.5%;
    text-align: center;
}

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

#section-2 .container {
	padding-left: 10%;
	padding-right: 10%;
}

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

#section-2 ul {
    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);
	list-style: inside;
	margin: 25px;
	padding: 2.5% 10%;
	text-align: left;
}

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

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

#section-3 .container > img {
    padding: 25px;
}

#section-3 .row {
	margin-top: 5%;
}


#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 h2 {
	margin-bottom: 25px;
}

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

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


#section-5 div.list {
    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;
    margin: 15px;
    padding: 25px;
    vertical-align: middle;
}

#section-5 svg {
	display: block;
	font-size: 80px;
	margin: 25px auto;
}


#section-6 .container {
	padding-left: 5%;
	padding-right: 5%;
}

#section-6 ul {
    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);
	list-style: inside;
	margin: 25px 0;
	padding: 2.5% 5%;
	text-align: left;
}

#section-6 ul > li:not(:last-child) {
	margin-bottom: 35px;
}

#section-6 ul + p {
	color: #fff;
}


/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
@media screen and ( max-width: 600px ) {
	iframe {
	    height: auto;
	}
}


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

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

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

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

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

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

	#section-2 .row > .col,
	#section-6 .row > .col {
		min-height: 505px;
	}

	#section-3 .row > .col {
	    max-width: calc(1400px/4 - 35px);
	}

	#section-3 .row > .col iframe {
	    max-height: 245px;
	}

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

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

	#section-5 div.list {
		max-width: calc(50% - 35px);
	    min-height: 470px;
		vertical-align: top;
	}
}


@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-2 {
	    margin-bottom: 100px;
	    max-height: 350px;
	    padding-top: 3%;
	}

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

	#section-5 strong {
	    font-size: 24px;
	}

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

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

	#section-6 ul + p {
		color: initial;
	}
}


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