/* header */
.header {
    text-align: center;
    margin-bottom: 50px;
    width: 100%;
    display: inline-block;
    background-color: #000;
}

.header img {
	max-width: 100%;
}

.header-mobile {
	display: none;
}

/* bundle cta*/
.boundle-cont {}
.boundle-img {
	max-width: 90%;
    margin-left: 5%;
}
.boundle-link {
	font-family: 'Gotham';
    font-weight: bold;
    font-style: normal;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    width: 80%;
    margin-left: 10%;
    background-color: #FDBD30;
    display: inline-block;
    padding-top: 32px;
    padding-bottom: 32px;
    border: solid 2px #FDBD30;
    border-radius: 5px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.boundle-link:hover {
	background-color: #fff;
	text-decoration: none;
	color: #000;
}

/* steps */

.steps-intro {
	font-family: 'Gotham';
    font-weight: bold;
    font-style: normal;
    font-size: 24px;
    color: #000;
    margin-bottom: 50px;
    margin-top: 30px;
}

.steps-cont {
	display: inline-block;
}
.steps-left {
	float: left;
	width: 10%;
}
.steps-ico {}
.steps-right {
	float: left;
	width: 90%;
}
.steps-title {
	font-family: 'Gotham';
    font-weight: bold;
    font-style: normal;
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
}
.steps-desc {
	font-family: 'Gotham Book';
    font-weight: normal;
    font-size: 18px;
    color: #000;
    font-style: normal;
}
.steps-discl {
	font-family: 'Gotham Book';
    font-weight: normal;
    font-size: 14px;
    color: #000;
    font-style: normal;
}

/* video */

.video-intro {
	font-family: 'Gotham';
    font-weight: bold;
    font-style: normal;
    font-size: 24px;
    color: #000;
    margin-bottom: 50px;
    margin-top: 30px;
    text-transform: uppercase;
}
.video-col {}
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
}
.video-link {
	font-family: 'Gotham';
    font-weight: bold;
    font-style: normal;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    width: 80%;
    margin-left: 10%;
    display: inline-block;
    padding-top: 32px;
    padding-bottom: 32px;
    border: solid 2px #000;
    border-radius: 5px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.video-link:hover {
	text-decoration: none;
	color: #fff;
	background-color: #000;
}

/* footer */
.footer {
	margin-top: 50px;
	height: 100px;
	width: 100%;
	display: inline-block;
	border-top: dotted 2px red;
}

.footer-text {
	font-family: 'Gotham';
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    margin-top: 43px;
}

.footer-soc-ico-ico {
	height: 30px;
    margin-right: 20px;
    margin-top: 38px;
    display: inline-block;
}

.footer-soc-ico-ico img {
	max-height: 100%;
}

.footer-logo {
	max-width: 100px;
}

/* RWD */

@media (max-width: 991px) {
	.footer-text {text-align: center;}
	.footer-soc-ico {text-align: center;}
	.footer-soc-ico-ico	{margin-top: 10px;}
	.footer-logo-cont {text-align: center;}
	.steps-left {width: 15%;}
	.steps-right {width: 85%;}
	.header-mobile {display: initial;}
	.header-normal {display: none;}
}