.banner-event {
	height: auto;
    background-image: url(/img/banner-webinar.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	padding-bottom: 100px;
}
.banner-insight {
	height: auto;
    background-image: url(/img/banner-webinar.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	padding-bottom: 100px;
}
.banner-event.live {
    height: auto;
    background-image: url(/img/banner-live-event-2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.cta.event{
    background-color: #06B2FE;
    border-radius: 50px;
	padding: 10px 20px;
	width: auto;
	display: inline-block;
}
.cta.event:hover{
	transform: translateY(-5px);
	transition: 0.3s;
}
.cta.event a{
    color: #ffff;
    text-decoration: none;
}
.cta.event.agenda{
    border: solid 2px #06B2FE;
	background: rgba(0,0,0,0.2);
    border-radius: 50px;
	padding: 10px 20px;
	width: auto;
	display: inline-block;
}
.cta.event.agenda a{
    color: #06B2FE;
    text-decoration: none;
}
.button-wrap{
	display: block;
	margin: 0px 10px;
}
.centre{
	text-align: center;
	width: 80%;
	margin: auto;
}
.event-date {
	display: inline-flex;
}
.event-date:hover{
	transform: translateY(-2px);
	transition: 0.3s;
} 
.event-date-icon {
	background-image: url(/icon/calendar-icon.png);
	background-size: 50px;
	background-repeat: no-repeat;
	background-position: center;
	height: 80px;
	width: 80px;
}
.event-date a {
	line-height: 80px;
	font-family: GothamMedium;
	font-size: 1.5em;
	text-decoration: none;
	color: #fff;
}
.event-description {
	position: relative;
	top: 200px;
	padding-bottom: 200px;
}
.event-description h2{
	color: #fff;
}
.event-description p{
	font-size: 1.8em;
	line-height: 1.6em;
}
.event-info {
	padding-bottom: 50px;
}
.event-info-wrap {
	width: 60vw;
	margin: 100px auto 50px;
}
.event-info-wrap h3{
	font-size: 2em;
}
.event-info-wrap ul{
	padding: 20px 10px;
	width: 50%;
	float: left;
	box-sizing: border-box;
}
.event-info-wrap ul li{
	list-style: square;
	list-style-position: inside;
    padding: 20px 0 0 50px;  
    font-family: AvenirBook, sans-serif;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 0.64px;
 	background: url(/icon/tick.png) no-repeat 5px 25px;
	background-size: 30px;
    list-style-type: none;
}
.live-event-info-wrap {
	width: 55em;
	margin: 100px auto 50px;
}
.live-event-info-wrap h3{
	font-size: 2em;
}
.live-event-info-wrap ul{
	padding: 20px 0;
}
.live-event-info-wrap.live ul li{
	list-style: square;
	list-style-position: inside;
    padding: 0 0 0 10px;  
    font-family: AvenirBook, sans-serif;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 0.64px;
}
.instructor{
	height: auto;
	min-height: 700px;
	background-image: url(/img/Damian-Kernahan.png);
	background-size: cover;
	background-position: right;
	padding: 40px 0;
}
.facilitator-img{
	height: auto;
	min-height: 800px;
	background-image: url(/img/Damian_and_Kara-small.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: right;
	padding: 50px 0;
}
.facilitator-info{
	position: relative;
	border-radius: 10px;
	background-color: rgba(255,255,255,0.8);
	padding: 50px;
	box-shadow: 0px 0px 5px #D5D5D5;
	width: 40%;
	min-width: 500px;
	left: 3em;
}
.instructor-info{
	width: 40vw;
	min-width: 500px;
	border-radius: 10px;
	background-color: white;
	padding: 50px;
	position: relative;
	box-sizing: border-box;
	box-shadow: 0px 0px 5px #D5D5D5;
}
.grid{
	display: grid;
	grid-template-columns: auto;
	grid-gap: 4em;
	padding: 0;
}
.profile-info{
	border-radius: 10px;
}
.facilitator-heading h2{
	position: relative;
}
.instructor-info h3, .profile-info
{
	font-size: 25px;	
}
.footer-nav{
    position: relative;
    top: 50px;
    float: right;
}
.footer-nav li{
    list-style: none;
    display: inline-block;
    padding: 0 0 0 30px;  
    font-family: AvenirBook, sans-serif;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.64px;
}
.footer-nav li a {
    text-decoration: none;
    color: #fff;
}
.footer-nav li a:hover{
    color: #5B9AE2;
}
.footer-info {
    position: relative;
    top: 70px;
    display: inline-block;
}
.footer-info img {
    height: 40px;
    height: 40px;
    float: left;
    padding: 10px 30px 10px 0;
}
.footer-info a {
    text-decoration: none;
    color: #fff;
}
.footer-info a:hover{
    color: #5B9AE2;
}
.footer-info p {
    position: relative;
    top: 15px;
    width: 800px;
    display: block;
    color: #fff;
    font-size: 1em;
    line-height: .5em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.banner-event {
    height: auto;
	padding-bottom: 100px;
	
}
	.event-info-wrap ul{
	padding: 20px 10px;
	width: 100%;
}
.instructor{
	height: auto;
	background-image: url(/img/Damian-Kernahan.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
}
.instructor-info{
	width: 50vw;
	height: auto;
}
.facilitator-info{
width: 80%;
}
.facilitator-img{
	height: auto;
	min-height: 800px;
	background-image: url(/img/Damian_and_Kara.jpg);
	background-size: cover;
	background-attachment: local;
	background-position: center;
	padding: 50px 0;
}
.centre{
	width: 100%;
	margin: auto;
}
	
}
@media screen and (max-width:767px){
	.banner-event {
    height: auto;
	padding-bottom: 50px;
}
	.banner-insight {
		height: auto;
		min-height: 120vh;
		padding-bottom: 50px;
}
	.event-date {
	display: block;
	padding-bottom: 30px;
}
	.event-date-icon {
	margin: auto;
}
	.event-date a {
	line-height: 1.8em;
}
	.event-description p {
		font-size: 1.5em;
	}
	.event-description {
		top:100px;
		width: 100%;
	}
	.event-info-wrap {
		width: 100%;
}
	.event-info-wrap ul{
	padding: 20px 10px;
	width: 100%;
	float: left;
	box-sizing: border-box;
}
.instructor{
	height: auto;
	background-image: url(/img/Damian-Kernahan.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top;
}
.instructor-info{
	width: 100%;
	min-width: 200px;
	height: auto;
	position: relative;
	top: 10vh;
	padding: 30px;
	margin-bottom: 50px;
}
.facilitator-img{
	background-image: url(/img/Damian_and_Kara.jpg);
	background-size: cover;
	background-attachment: local;
	background-position: center;
}
.facilitator-info{
	width: 90%!important;
	min-width: 200px;
	padding: 10px;
	left: 0;
	margin: auto;
}
    .footer-nav {
        float: left;
        top: 20px;
     }
    .footer-nav li{
        display: block;
        padding: 0 0 15px 0;
    }
    .footer-info {
        position: relative;
        float: right;
        top: 20px;
        display: block;
        width: 40%;
    }
    .footer-info img{
        padding: 0 100% 15px 0;
        display: block;
    }
    .footer-info p {
        display: block;
        width: 100%;
        position: relative;
        bottom: 20px;
        line-height: 1.8em;
        box-sizing: border-box;
    }
    
}