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

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

section ul {
	margin: 0;
}


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

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

img {
	margin-bottom: -6px;
}


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

#section-1 > .container {
	background-color: #fff;
	-webkit-box-shadow: 1px -10px 10px -5px rgba(0,0,0,.35);
	        box-shadow: 1px -10px 10px -5px rgba(0,0,0,.35);
	padding: 25px 35px;
	max-width: 1200px;
	position: relative;
}

#section-1 img,
#section-5 img {
	display: block;
	margin: auto;
	padding: 0 25px 25px 25px;
}

#section-3 {
	background-color: #00a2df;
	background-size: contain;
	background-position: left bottom;
	padding-top: 5%;
	padding-bottom: 5%;
}

#section-3 .container {
	padding: 0;
	text-align: center;
}

#section-3 header {
	padding-left: 25px;
	padding-right: 25px;
	text-align: center;
}

#section-3 header > h2, #section-3 header > p {
	color: #fff;
}

#section-3 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);
    margin: 15px;
    padding: 15px;
}

#section-3 div.list > div {
    vertical-align: middle;
}

#section-3 div.list > div.list-icons {
    padding: 0 25px;
    font-size: 80px;
}

#section-3 strong {
    font-size: 18px;
}

#section-4 .row.container .col > .col-wrap {
	-webkit-box-shadow: 0 0 10px -5px rgba(0,0,0,.75);
	        box-shadow: 0 0 10px -5px rgba(0,0,0,.75);
	padding-bottom: 25px;
	padding-top: 25px;
}

#section-4 .row.container h2 {
	margin-bottom: 5px;
	margin-top: 25px;
	padding-left: 15px;
	padding-right: 15px;
}

#section-4 .row.container img {
    border-bottom: 1px solid #aaa;
    display: block;
    margin: auto;
}

#section-5 {
	background-color: #555;
	color: #fff;
	padding: 5% ;
}

#section-5 h2 {
	margin-bottom: 5%;
	text-align: center;
}

#section-5 ul > li {
	margin-bottom: 25px;
}

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

#section-6.cta-section header {
    padding: 25px;
}

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

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

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

#section-7 {
    padding: 10% 25px;
}

#section-7 header {
	padding-bottom: 2.5%;
	padding-left: 5%;
	padding-right: 5%;
	text-align: center;
}

#section-7 .section-content {
    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: 25px;
    margin-top: 2.5%;
}

#section-7 .section-content strong {
	display: block;
	font-size: 24px;
	text-align: center;
}

#section-7 ul {
	padding-left: 15px;
}

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

#section-8 header.row.container {
	padding-left: 5% !important;
	padding-right: 5% !important;
	margin-bottom: 2.5% !important;
}

#section-8 .col > .col-wrap {
	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);
	color: initial;
	padding: 25px;
}

#section-8 .col-wrap a.cta-button {
	color: #fff;
}

#section-8 .col-wrap a.cta-button:hover {
	background-color: #f17100;
}

#section-8 ul {
	padding-left: 0;
	list-style: none;
}

#section-8 .rate-discount {
    font-size: 24px;
    line-height: 1.25;
    color: #f17100;
}

#section-8 .rate-discount > span {
    display: block;
    font-size: 34px;
}

#section-8 ul > li:first-child > strong {
	color: #00a2df;
}


#section-9 {
	padding-top: 10%;
}

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

#section-10 a.cta-button {
	display: inline-block;
	margin-top: 25px;
	padding: 25px 35px;
}

#section-10 a.cta-button,
#section-10 a.cta-button:hover {
	color: #00a2df;
	background-color: #fff;
}

#section-10 a.cta-button:hover {
}

/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
@media screen and ( max-width: 767px ) {
	#section-3 {
		padding-top: 10%;
	}

	#section-4 .container {
		padding: 0;
	}

	#section-4 h2,
	#section-4 h2 + p {
		padding-left: 25px;
		padding-right: 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 img {
	    display: inline;
	    float: right;
	    margin-left: 35px;
	}

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

	#section-4 .row.container {
		padding-bottom: 5%;
		padding-top: 2.5%;
	}

	#section-4 .row.container h2,
	#section-4 .row.container p {
		padding-left: 25px;
		padding-right: 25px;
	}

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


	#section-7 .section-content ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
	}

	#section-7 .section-content li {
		padding: 0 50px 25px 0;
		width: calc( 100% / 2 );
	}

	#section-8 .col {
		display: table-cell;
	    padding: 15px;
	    width: calc( 1400px / 3 );
	}
}


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

	#section-1 img {
		padding-top: 0;
	}

	#section-3 {
	    margin-bottom: 200px;
	    max-height: 750px;
	}

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

	#section-3 div.list > div {
	    display: table-cell;
	}

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

	#section-3 .container {
		padding-left: 5%;
		padding-right: 5%;
		text-align: left;
	}

	#section-3 div.list hr {
		margin: 10px 0;
		text-align: left;
	}

	#section-4 .row.container > .col {
	    display: table-cell;
	    padding: 25px;
	}

	#section-5 img {
	    display: inline;
	    float: right;
	    margin-left: 35px;
	}

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

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

	#section-7 {
		max-height: 500px;
	}

	#section-7 {
	    padding: 5% 25px;
	}

	#section-7 .section-content {
	    background-color: #fff;
	    position: relative;
	    z-index: 1;
	}

	#section-8 {
		padding-top: 300px;
	    max-height: 700px;
	    margin-bottom: 250px;
	}
}