html, body {
    height: 100%;
}

main {
    background: #036;
}

hr { margin-top: 10px; }

.top-header__logo { font-weight: bold; }

.desktop-background {
    background-color: #036;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 100%;
	overflow: auto
}

.content-wrapper {
    padding-top: 50px;
	padding-bottom: 150px;
    max-width: 860px;
    margin: 0 auto;
    color: #fff
}

.content-wrapper .heading {
    font-size: 56px;
    line-height: 75px
}

.content-wrapper .sub-heading {
    font-size: 31px;
    padding-top: 20px
}

main .form {
    width: 350px;
    padding: 18px 24px;
    background: #ffffff;
    margin-top: 50px;
    font-family: "Avenir";
}

.widget-executive-education, .widget-executive-education h1 { 
	color: #fff; 
}

.widget-executive-education__slides { 
	min-height: 323px; 
}

.widget-executive-education__content__desc {
	font-size: 18px;
}

.widget-executive-education__content__icon { 
	color: #fff; 
}

.widget-heading { 
	text-align: center;
	font-size: 44px;
	line-height: 52px;
	color: #fff;
	font-weight: bold;
	padding: 0 10%;
}

.widget-subheading { 
	font-size: 20px;
}

.button { background-color: #fff;color: #036;font-size:18px; }

.button:hover { background-color: #fff; }

a.button:hover { color: #036; }

main .form input {
	color: #222;
}

main .form .form-input {
	margin: 5px 0;	
}

main .form .form-heading {
   	font-size: 15px;
	text-align: left;
	padding-bottom: 10px;
	color: #036;
}

main .form .form-button {
    display: inline-block;
	margin-top: 5px;
}

main .form .form-button a {
    color: #fff;
    padding: 12px 32px;
    font-size: 18px;
}

main .form .form-link {
    font-size: 16px;
}

main .form .form-link a {
    text-decoration: underline;
}

main .form .form-footer {
    font-size: 14px;
    line-height: 17px;
    padding-top: 20px;
}

.mobile-background {
    display: none;
}

.footer--wrapper {
    font-family: "Avenir-light";
    font-size: 18px;
	text-align: center;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.footer--wrapper a {
    color: #fff;
    text-decoration: none;
}

.footer--wrapper a:hover {
    color: #fff;
}

footer {
    background: #036;
    height: 130px;
	position: relative;
}

.widget-content--wrapper .bx-pager-item {
	margin: 0 5px;
}

.widget-content--wrapper .bx-pager-item a {
	width: 20px;
	height: 20px;
}

@media screen and (max-width: 860px) {
    main .form {
        float: none;
        margin: 35px auto 50px auto;
    }
}

@media screen and (max-width: 810px) {
    .content-wrapper .heading {
        font-size: 46px;
        line-height: 55px;
    }
    .content-wrapper .sub-heading {
        font-size: 25px;
    }
	.widget-heading {
		font-size: 39px;
		line-height: 52px;
	}
}

@media screen and (max-width: 640px) {
    main {
        background: #036;
        padding-bottom: 130px;
    }
    main .form {
        float: none;
        width: 90%;
        padding: 25px;
        margin: 35px auto;
    }
	main .form .form-heading {
        font-size: 19px;
    }
	main .form .form-input {
		margin: 10px 0;
	}
	footer {
		margin-top: -130px;
	}
    .content-wrapper {
        padding-top: 10px;
		padding-bottom: 0;
        position: relative;
		margin: 35px;
    }
    .content-wrapper .heading {
        font-size: 27px;
        line-height: 44px;
    }
    .content-wrapper .sub-heading {
        font-size: 21px;
    }
	.widget-heading {
		font-size: 32px;
		line-height: 40px;
		padding: 0;
	}
	.widget-subheading {
		font-size: 20px;
		text-align: left;
		line-height: 30px;
		margin-top: 30px;
	}
	.widget-executive-education__content__icon { 
		font-size: 150px; 
}
	.widget-executive-education__content__desc {
		font-size: 22px;
	}
    .desktop-background {
        height: auto;
		padding-bottom: 50px;
    }
	hr, nav { 
		display: none;
	}
}

@media screen and (max-width: 480px) {
    main {
        padding-bottom: 130px
    }
    main .form {
        float: none;
        width: 300px;
        padding: 15px 24px;
        margin: 35px auto 50px auto
    }
	footer {
		margin-top: -130px;
	}
    footer .footer {
        font-size: 15px;
    }
    .content-wrapper {
        padding-top: 10px;
		padding-bottom: 0;
        position: relative
    }
    .content-wrapper .heading {
        font-size: 25px;
        line-height: 35px
    }
    .content-wrapper .sub-heading {
        font-size: 15px
    }
    .desktop-background {
        height: auto
    }
	.widget-heading {
		font-size: 25px;
		line-height: 40px;
		padding: 0;
	}
}

@media screen and (max-width: 390px) {
	.widget-heading {
		font-size: 23px;
		line-height: 38px;
		padding: 0;
	}	
}