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

h2, h3, 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: 10%;
}

#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: 25px;
	text-align: center;
}

#section-2 {
    text-align: center;
    max-height: 310px;
    margin-top: 5%;
}

#section-2 .container {
    -webkit-transform: translateY(-25%);
        -ms-transform: translateY(-25%);
            transform: translateY(-25%);
}


#section-2 img {
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px -5px rgba(0,0,0,.5);
            box-shadow: 0 0 10px -5px rgba(0,0,0,.5);
    padding-top: 10px;
    padding-bottom: 10px;
}


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

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

#section-3 header {
	margin-bottom: 25px;
	text-align: center;
}

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

#section-3 div.list {
    background-color: #fff;
    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 {
	padding-bottom: 5%;
	padding-top: 5%;
	text-align: center;
}

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

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

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

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

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

#section-5.section-bg {
    background-size: auto 515px;
    background-position: center top;
}

#section-5 header {
	color: #fff;
}

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

#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 {
	background-color: #00a2df;
	padding-bottom: 5%;
	padding-top: 5%;
	text-align: center;
}

#section-6 header {
	color: #fff;
	margin-bottom: 2.5%;
}

#section-6 .col {
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px -5px rgba(0,0,0,.8);
            box-shadow: 0 0 10px -5px rgba(0,0,0,.8);
    min-height: 400px;
    vertical-align: top;
}

#section-6 h3 {
	font-size: 20px;
}

#section-6 h3, #section-6 .col p {
	padding-left: 5%;
	padding-right: 5%;
}

#section-6 img {
	width: 100%;
}


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


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

@media screen and ( max-width: 767px ) {
	#section-2 {
		max-height: 150px;
	}

	#section-2.section-bg {
		background-size: auto 100%;
	}

	#section-3 header {
		padding-left: 15px;
		padding-right: 15px;
	}

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

@media screen and ( min-width: 768px ) {
	#section-4 header {
		text-align: left;
	}

	#section-4 h2 {
		font-size: 34px;
	}

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

	#section-6 .col {
	    width: calc(1400px/3 - 35px);
	}
}

@media screen and ( min-width: 768px ) and ( max-width: 1024px ) {
	#section-3 {
		padding-top: 20%;
	}
}

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

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

	#section-3 strong,
	#section-5 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-6 .col {
	    width: calc(100%/3 - 35px);
	}
}

@media screen and ( min-width: 1025px ) and ( max-width: 1399px ) {
	#section-3 {
		padding-top: 15%;
	}
}

@media screen and ( min-width: 1400px ) {
	#section-1 {
	    padding-bottom: 5%;
	}

	#section-3 {
		padding-top: 12%;
	}

	#section-5.section-bg {
	    background-size: auto 70%;
	    background-position: center top;
	}
}
