/*--------------------------------------------------------------
# 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.cta-section {
	background-color: #fafafa;
	padding-bottom: 5%;
	padding-top: 5%;
	text-align: center;
}

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

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

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

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


/* Section 1 */
#section-1 {
    padding-bottom: 5%;
}

#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 .badges img {
    margin: 25px 0;
}

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

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

#section-2 .container {
    max-width: 1200px;
}

#section-2 header {
	color: #fff;
	padding-left: 5%;
	padding-right: 5%;
	margin-bottom: 5%;
	text-align: center;
}

section-2 .row.tabs {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    display: none;
    font-size: 14px;
    position: relative;
    text-align: center;
}

#section-2 .row.tabs > .col {
    display: table-cell;
    margin: 0;
    padding: 15px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: padding .5s ease-in-out 0s;
    -o-transition: padding .5s ease-in-out 0s;
    transition: padding .5s ease-in-out 0s;
    vertical-align: middle;
}

@-webkit-keyframes arrowReveal {
    0% { color: transparent; bottom: -25px }
    65% { color: transparent;  bottom: -25px }
    100% { color: #019ddb; bottom: -57px; }
}

@keyframes arrowReveal {
    0% { color: transparent; bottom: -25px }
    65% { color: transparent;  bottom: -25px }
    100% { color: #019ddb; bottom: -57px; }
}

/*
.tabs > .col.active::after {
    color: #019ddb;
    content: "";
    bottom: -57px;
    font-family: "Fontawesome";
    font-size: 70px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}
*/

.tabs > .col > svg {
    position: absolute;
    bottom: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    color: #494942;
    opacity: 0;
    /*animation: arrowReveal .5s ease-in-out 0s;*/
    -webkit-transition: bottom .25s ease-in-out 0s, opacity .25s ease-in-out 0s;
    -o-transition: bottom .25s ease-in-out 0s, opacity .25s ease-in-out 0s;
    transition: bottom .25s ease-in-out 0s, opacity .25s ease-in-out 0s;
}

.tabs > .col.active > svg {
    bottom: -15px;
    left: 50%;
    opacity: 1;
}


#section-2 .row.tabs > .col:not(.active) {
    border-top: 10px solid #00a2df;
    cursor: pointer;
}

#section-2 .row.tabs > .col:nth-child(odd):not(.active) {
	background-color: #dddddd;
}

#section-2 .row.tabs > .col:nth-child(even):not(.active) {
	background-color: #f4f2f2;
	border-left: 1px solid rgba(0,0,0,.5);
	border-right: 1px solid rgba(0,0,0,.5);
}

#section-2 .row.tabs p {
    font-size: 1.5em;
}

#section-2 .row.tabs .col.active {
    background-color: #494942;
    color: #fff;
    -webkit-transition: background-color .5s ease-in-out 0s;
    -o-transition: background-color .5s ease-in-out 0s;
    transition: background-color .5s ease-in-out 0s;
}

#section-2 .row.tabs .col.active img {
    background-color: #fff;
    border-radius: 50%;
}

#section-2 .tab-content .tab-item {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 10px -5px rgba(0,0,0,.75);
	        box-shadow: 0px 0px 10px -5px rgba(0,0,0,.75);
	border: none;
}

#section-2 .tab-item .col {
	display: block;
    text-align: center;
    vertical-align: middle;
}

#section-2 .tab-item .col.col-left {
	text-align: center;
}

#section-2 .tab-item .col.col-right {
    padding-left: 25px;
    padding-right: 25px;
}






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

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

#section-5 .content {
	background-color: #00a2df;
}

#section-5 .row .col {
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px -5px rgba(0,0,0,.9);
	        box-shadow: 0 0 10px -5px rgba(0,0,0,.9);
	display: inline-block;
    max-width: calc( 450px - 35px );
	vertical-align: top;
}

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

#section-5 .row .col > p {
	padding-left: 15px;
	padding-right: 15px;
}

#section-5 img {
    display: block;
    margin: auto;
}


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

#section-5 ul > li {
	display: inline-block;
	vertical-align: top;
	margin: 15px;
	max-width: 150px;
}

#section-5 .icons {
	padding-bottom: 10%;
	padding-top: 10%;
}

#section-5 .icons span {
	display: block;
}

#section-5 .icons .icon {
	display: inline-block;
    background-color: #00a2df;
    border: 4px solid #fff;
    border-radius: 50%;
    color: #fff;
    height: 100px;
    margin-bottom: 25px;
    padding-top: 20px;
    width: 100px;
}

#section-5 .icons .label {
    color: #fff;
}


#section-5 ul > li:last-child > span.icon {
	padding-top: 15px;
}

#section-5 .icons b {
    font-size: 40px;
}




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

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

#section-6 .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-6 .col-wrap a.cta-button {
	color: #fff;
}

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

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

#section-6 li {
    margin-bottom: 5px;
}

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

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

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



/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
@media screen and ( min-width: 688px ) {
	#section-2 .tabs {
		display: table;
		width: 100%;
	}

	#section-2 .tab-item:not(.active) {
	    display: none;
	}

	#section-2 .tab-item .col > h2,
	#section-2 .tab-item .col > hr {
		display: none;
	}
}

@media screen and ( max-width: 687px ) {
	#section-2 .tabs {
		display: none;
	}

	#section-2 .tab-item {
		margin-bottom: 50px;
	}
}

@media screen and ( min-width: 768px ) {
	#section-1 .badges {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-pack: justify;
	        -ms-flex-pack: justify;
	            justify-content: space-between;
	}

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

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

	#section-1 .container > img {
	    display: inline;
	    float: right;
	    margin-left: 100px;
	}

	#section-1 .badges img {
	    height: 65px;
		margin: 25px 15px;
	    width: auto;
	}

	#section-2 .tab-item .col {
	    display: table-cell;
	    text-align: left;
	}

	#section-2 .tab-item .col.col-left {
		width: 250px;
		padding: 35px;
	}

	#section-5 header > h2,
	#section-5 header > p {
		padding-left: 25px;
		padding-right: 25px;
	}

	#section-5 .icons {
		padding: 0;
	    -webkit-transform: translateY(140px);
	        -ms-transform: translateY(140px);
	            transform: translateY(140px);
	}

	#section-5 .icons .label {
	    color: inherit;
	}

	#section-5 ul {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-pack: distribute;
	        justify-content: space-around;
	}

	#section-6 {
		padding-top: 8%;
	}

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


@media screen and ( max-width: 1023px ) {
	#section-1 {
		text-align: center;
	}

	#section-1 .container > img {
		display: none;
		float: none;
	}

	#section-2 .tabs {
		font-size: 14px;
	}

	.tab-item {
	    padding-top: 15px;
	    padding-bottom: 15px;
	    border-bottom: 30px solid #00a2df;
	}
}

@media screen and ( min-width: 1024px ) {
	#section-1 hr {
	    display: block;
	    margin-left: 0;
	    max-width: 550px;
	}

	section.cta-section {
		padding-bottom: 2.5%;
		padding-top: 2.5%;
	}
	section.cta-section header {
		max-width: 60%;
		text-align: left;
	}

	#section-1 > .container {
		margin-top: -100px;
	}

	#section-1 .container > img {
	    padding-top: 0;
		max-width: unset;
	    margin-right: -250px;
	    margin-top: -300px;
	}

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

	#section-2 .tabs > .col.active > svg {
		bottom: -18px;
	}

	#section-5 .row {
	    -webkit-transform: translateY(-100px);
	        -ms-transform: translateY(-100px);
	            transform: translateY(-100px);
	    margin-bottom: -150px;
	}

	#section-5 .row > .col {
	    min-height: 330px;
	}
}