@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; } 

/**************
* CSS Reset
***************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { 	margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;}
* { -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block; }
body { line-height: 1; -webkit-text-size-adjust: none; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
strong { font-weight: bold; }
em { font-style: italic; }
textarea { font-family: inherit; }
sub { font-size: 0.7em; vertical-align: text-bottom;	line-height: 1em; }
sup { font-size: 0.7em; vertical-align: text-top; line-height: 1em; }
small { font-size: 0.9em; }
img { max-width: 100%; border: none; vertical-align: bottom; -ms-interpolation-mode: bicubic; }

/*****************
* Fonts
******************/

/* Crimson Text */
@font-face {
    font-family: 'Crimson Text';
    src: url('/fonts/crimsontext-roman-webfont.eot');
    src: url('/fonts/crimsontext-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/crimsontext-roman-webfont.woff') format('woff'),
         url('/fonts/crimsontext-roman-webfont.ttf') format('truetype'),
         url('/fonts/crimsontext-roman-webfont.svg#CrimsonText') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Crimson Text';
    src: url('/fonts/crimsontext-italic-webfont.eot');
    src: url('/fonts/crimsontext-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/crimsontext-italic-webfont.woff') format('woff'),
         url('/fonts/crimsontext-italic-webfont.ttf') format('truetype'),
         url('/fonts/crimsontext-italic-webfont.svg#CrimsonTextItalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

/****************
* Clearfix items
*****************/

.clearfix:after, 
.row:after {
	content: "";
	display: block;
	visibility: hidden;
	height: 0px;
	line-height: 0px;
	clear: both;
}

/*****************
* Main styles
******************/
html, body {
    height: 100%;
}
body {
	font: 16px/1.5em 'Crimson Text', serif;
	color: #444;
}

.max-width {
    max-width: 1000px;
    margin: 0 auto;
}

/*****************
* Top nav
******************/
#top-nav {
    background: rgba(0, 20, 65, 0.67);
    color: #ffffff;
    position: absolute;
    width: 100%;
    height: 45px;
    font-family: 'Crimson Text', serif;
    box-shadow: 0px 1px 7px rgba(0,0,0,0.3);
    z-index: 10;
    display: none;
    -webkit-transition: 200ms ease;
    -moz-transition: 200ms ease;
    transition: 200ms ease;
    top: 0;
}
#top-nav.hidden {
    top: -64px;
    box-shadow: none;
}
#top-nav .logo {
    position: absolute;
    top: 50%;
    margin-top: -13px;
    left: 15px;
    width: 166px;
}
#top-nav .next-steps {
    position: absolute;
    top: 0;
    right: 10px;
}
#top-nav .next-steps a {
    display: block;
    line-height: 45px;
    font-size: 1.0em;
    text-transform: uppercase;
    color: #ffffff;
    background: url('images/next-steps-carat.gif') right 14px no-repeat;
    padding-right: 20px;
    margin-right: 2px;
    text-decoration: none;
}
#top-nav .next-steps a:hover {
    padding-right: 22px;
    margin-right: 0px;
}


@media (min-width: 800px) and (min-height: 550px) {
	#top-nav {
		display: block;
	}
}

@media (min-width: 1100px) and (min-height: 650px) {
	#top-nav{
		height: 64px;
	}
	#top-nav .logo {
	    margin-top: -27px;
	    width: auto;
	}
	
	#top-nav .next-steps a {
	    line-height: 64px;
	    background-position: right 23px;
	    font-size: 1.2em;
	}
}



/****************
* Video
*****************/

#video {
	position: fixed;
	z-index: -1;
	height: 100vh;
	width: 100%;
}
/****************
* Page 0 - logo
*****************/
#page-0 {
    height: 70vh;
    z-index: 7;
    position: relative;
    text-align: center;
}
#page-0 img {
    margin-top: 50px;
    width: 166px;
}


@media (min-width: 500px) and (min-height: 400px) {
	#page-0 img {
		width: 250px;
		margin-top: 80px;
	}
}

@media (min-width: 800px) and (min-height: 550px) {
	#page-0 img {
		width: auto;
		margin-top: 100px;
	}
}

@media (min-width: 1100px) and (min-height: 650px) {
	#page-0 img {
		margin-top: 120px;
	}
}

@media (min-height: 550px) {
    #page-0 {
        height: 80vh;
    }
}

/****************
* Page 1 - video
*****************/
#page-1 {
    padding: 5em 0 3em 0;
    position: relative;
    z-index: 6;
    background: #ffffff;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 4em, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(4em,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 4em,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 4em,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 4em,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 4em,rgba(255,255,255,1) 100%); /* W3C */
    background-repeat: no-repeat; /* fix iOS quirk */
}
#page-1::after {
    position: absolute;
    bottom: -20px;
    content: "";
    left: 50%;
    margin-left: -30px;
    border-top: 20px solid #ffffff;
    border-left: 30px solid rgba(255,255,255,0);
    border-right: 30px solid rgba(255,255,255,0);
}
#page-1 .max-width {
	max-width: 760px;
	padding: 0 1em;
}
#page-1 p {
    font-size: 1.3em;
    line-height: 1.5em;
    color: #029ccd;
    text-align: center;
    margin-bottom: 1.5em;
}

#page-1 .video {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    padding-top: 56.25%;
}

.video-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
}

/****************
* Page 2 - testimonials
*****************/
#page-2 {
    padding: 5em 0;
    position: relative;
    z-index: 5;
    background: rgba(0, 20, 65, 0.75);
    text-align: center;
    perspective: 1000px;
}
#page-2::after {
    position: absolute;
    bottom: -20px;
    content: "";
    left: 50%;
    margin-left: -30px;
    border-top: 20px solid rgba(0, 20, 65, 0.75);
    border-left: 30px solid rgba(0, 20, 65, 0);
    border-right: 30px solid rgba(0, 20, 65, 0);
}
#page-2 h2 {
    font-size: 3em;
    color: #00d8ff;
    line-height: 1.0em;
}
#page-2 .max-width {
    max-width: 700px;
    position: relative;
    padding: 0 1em;
}
#page-2 p {
    color: #ffffff;
    max-width: 700px;
    font-size: 1.3em;
    line-height: 1.5em;
    margin: 0 auto;
}

#quote-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 2em 0;
    position: relative;
    overflow: hidden;
}
#quote-container-inner {
    width: 300%;
    left: -100%;
    position: relative;
    -webkit-transition: 300ms ease;
    -moz-transition: 300ms ease;
    transition: 300ms ease;
    height: 1px;
}
.quote {
    position: absolute;
    padding: 0 1em;
    width: 33.33333%;
}
.quote.previous, .quote.current.anim-left {
    left: 0%;
}
.quote.current, .quote.previous.anim-right, .quote.next.anim-left {
    left: 33.33333%;
}
.quote.next, .quote.current.anim-right {
    left: 66.66667%;
}
.testimonial {
    display: none;
}
.quote.anim-left {
    -webkit-transition: 300ms ease;
    -moz-transition: 300ms ease;
    transition: 300ms ease;
}
.quote.anim-right {
    -webkit-transition: 300ms ease;
    -moz-transition: 300ms ease;
    transition: 300ms ease;
}
span.attribution {
    color: #00d8ff;
    display: block;
    font-size: 1.2em;
    font-style: italic;
    line-height: 1.5em;
}

ul.bullets {
    text-align: center;
}

ul.bullets li {
    display: inline-block;
    margin: 0 .2em;
}

ul.bullets li a {
    display: block;
    height: 20px;
    width: 20px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid #00d8ff;
}
ul.bullets li a:hover {
    background: #00d8ff;
}
ul.bullets li a.current {
    background: #00d8ff;
}

@media (min-width: 800px) {
    a.nav-left, a.nav-right {
        width: 50px;
        height: 100%;
        position: absolute;
        background-image: url('images/big-arrow-nav-sprite.png');
        background-repeat: no-repeat;
        -webkit-transition: 100ms ease;
        -moz-transition: 100ms ease;
        transition: 100ms ease;
        opacity: 0;
        top: 0;
        z-index: 10;
    }
    a.nav-left {
        left: -40px;
        background-position: 5px center;
    }
    a.nav-right {
        right: -40px;
        background-position: -55px center;
    }
    #page-2:hover a.nav-left, #page-2:hover a.nav-right {
        opacity: 0.5;
    }
    #page-2 a.nav-left:hover, #page-2 a.nav-right:hover {
        opacity: 1;
    }
}

/****************
* Page 3 - pursuit
*****************/
#page-3 {
    padding: 8em 0;
    position: relative;
    z-index: 1;
    text-align: center;
    overflow: hidden;
}
#page-3 .max-width {
	max-width: 400px;
    margin: 0 auto;
    padding: 0 1em;
}
#page-3 h2 {
    font-size: 3em;
	margin-bottom: 1rem;
	color: #001441;
	text-shadow: 0px 0px 10px #fff;
    line-height: 1.0em;
}
#page-3 p {
    font-size: 1.3em;
    line-height: 1.5em;
}
#page-3 h2 + p {
    font-size: 1.5em;
    margin-bottom: 1.0em;
    color: #001441;
    text-shadow: 0px 0px 5px rgba(255,255,255,0.8);
}
.card-container {
    perspective: 1000px;
    width: 100%;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    float: left;
    margin: 0 0 1em 0;
}
#page-3 .card {
    position: relative;
    height: 200px;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
#page-3 .card:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url('images/card-inner-shadow.png') center no-repeat;
    background-size: cover;
    z-index: 10;
}

#page-3 .card .cross {
    background-image: url('images/cross-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#page-3 .card:hover .cross.front {
    -moz-transform: translateY(98%);
    -webkit-transform: translateY(98%);
    -ms-transform: translateY(98%);
    transform: translateY(98%);
}
#page-3 .card:hover .cross + .back {
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
}
#page-3 .card .bruin {
    background-image: url('images/bruin-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#page-3 .card:hover .bruin.front {
    -moz-transform: translateY(-98%);
    -webkit-transform: translateY(-98%);
    -ms-transform: translateY(-98%);
    transform: translateY(-98%);
}
#page-3 .card:hover .bruin + .back {
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
}
#page-3 .card .book {
    background-image: url('images/book-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#page-3 .card:hover .book.front {
    -moz-transform: translateX(98%);
    -webkit-transform: translateX(98%);
    -ms-transform: translateX(98%);
    transform: translateX(98%);
}
#page-3 .card:hover .book + .back {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
}
#page-3 .card .lamp {
    background-image: url('images/lamp-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#page-3 .card:hover .lamp.front {
    -moz-transform: translateX(-98%);
    -webkit-transform: translateX(-98%);
    -ms-transform: translateX(-98%);
    transform: translateX(-98%);
}
#page-3 .card:hover .lamp + .back {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
}
#page-3 .card .front p {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    color: #fff;
    font-size: 1.5em;
}
#page-3 .card .front.cross p, #page-3 .card .front.book p {
    top: 1rem;
}
#page-3 .card .front.lamp p, #page-3 .card .front.bruin p {
    bottom: 1rem;
}
.front {
	padding: 1em 2em;
	background: #ffffff;
    position: relative;
    z-index: 2;
}
.back {
    height: 200px;
    position: absolute;
    top: 0;
    width: 100%;
}
.front, .back {
    height: 200px;
    -webkit-transition: 500ms ease;
    -moz-transition: 500ms ease;
    transition: 500ms ease;
    transform-style: preserve-3d;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.cross + .back {
    background: #001441;
    color: #ffffff;
    opacity: 1.0;
    -webkit-transform: translateY(-90%);
    -moz-transform: translateY(-90%);
    -ms-transform: translateY(-90%);
    transform: translateY(-90%);
    padding: 1.5em;
}
.bruin + .back {
    background: #001441;
    color: #ffffff;
    opacity: 1.0;
    -webkit-transform: translateY(90%);
    -moz-transform: translateY(90%);
    -ms-transform: translateY(90%);
    transform: translateY(90%);
    padding: 1.5em;
}
.book + .back {
    background: #00b5ef;
    color: #ffffff;
    opacity: 1.0;
    -webkit-transform: translateX(-95%);
    -moz-transform: translateX(-95%);
    -ms-transform: translateX(-95%);
    transform: translateX(-95%);
    padding: 1.5em;
}
.lamp + .back {
    background: #00b5ef;
    color: #ffffff;
    opacity: 1.0;
    -webkit-transform: translateX(95%);
    -moz-transform: translateX(95%);
    -ms-transform: translateX(95%);
    transform: translateX(95%);
    padding: 1.5em;
}



@media (min-width: 650px) {
    #page-3 .max-width {
        max-width: 800px;
    }
    .card-container {
        width: 48%;
        margin: 0 1% 2%;
    }
}

/****************
* Page 4 - what is BJU like
*****************/
#page-4 {
    padding: 5em 0;
    position: relative;
    z-index: 2;
    background: rgba(27, 31, 40, 0.9);
    text-align: center;
}
#page-4::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0px;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 20px solid rgba(27, 31, 40, 0.9);
    border-right: 30px solid rgba(27, 31, 40, 0);
}
#page-4::after {
    content: "";
    position: absolute;
    top: -20px;
    right: 0px;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 20px solid rgba(27, 31, 40, 0.9);
    border-left: 30px solid rgba(27, 31, 40, 0);
}
#page-4 h2 {
    font-size: 3em;
    margin-bottom: 1em;
    color: #00b6f0;
    line-height: 1.0em;
    padding: 0 1rem;
}
#page-4 p.toggle {
    color: #f6f7dd;    
    font-size: 1.3em;
    line-height: 1.5em;
}
#page-4 p.toggle a {
    display: block;
    color: #f6f7dd;
    text-decoration: none;
    border-bottom: 1px solid #7a7d82;
    padding: .25em 1em;
}
#page-4 h2 + p.toggle a {
    border-top: 1px solid #7a7d82;
}

#page-4 p.toggle a:hover {
    background: rgba(255,255,255,0.1);
}
p.toggle a span {
    height: 12px;
    display: block;
    background: url('images/nav-arrow-16.png') center no-repeat;
    -webkit-transition: 200ms ease;
    -moz-transition: 200ms ease;
    transition: 200ms ease;
}
p.toggle.current a span {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
#page-4 .hidden-content {
    padding: 1em;
    display: none;
    font-size: 1.25em;
}
#page-4 .max-width {
    max-width: 600px;
}

#greenville {
    background: url('images/20140605downtown-de9-mobile.jpg') center top no-repeat;
    background-size: cover;
    height: 400px;
}

#greenville .max-width {
    text-align: center;
    color: #000;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5);
    max-width: 400px;
}

#success {
    background: #ffffff url('images/success-bg-mobile.jpg') center bottom no-repeat;
    height: 240px;
    color: #fff;
    text-align: center;
}

#success .max-width {
    text-align: center;
    color: #000;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5);
    max-width: 400px;
}

#faculty {
    background: #cccccc;
}

#financial-aid {
    background: url('images/financial-aid-background-mobile.jpg') center top no-repeat;
    background-size: cover;
    color: #ffffff;
}

#financial-aid .half {
    text-align: center;
    margin: 1em 0;
}

#financial-aid .half img {
    margin-bottom: 1em;
}
#financial-aid a {
    display: block;
    color: #fff;
    text-decoration: none;
}
@media (min-width: 550px) {
    .half {
        float: left;
        width: 49%;
        margin-left: 2%;
    }
    .half:first-child {
        margin-left: 0;
    }
    #faculty {
        background: url('images/faculty-bg.jpg') center no-repeat;
        background-size: cover;
    }
}

@media (min-width: 700px) {
    #greenville {
        background: url('images/20140605downtown-de9.jpg') center top no-repeat;
        background-size: cover;
    }
    #success {
        background: url('images/success-bg.jpg') center top no-repeat;
        background-size: cover;
        height: 324px;
    }
    #financial-aid {
        background: url('images/financial-aid-background.jpg') center top no-repeat;
        background-size: cover;
    }
}

/****************
* Page 5 - form
*****************/
#page-5 {
    padding: 4em 0;
    position: relative;
    z-index: 3;
    background: #081739;
    text-align: center;
}
#page-5::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0px;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 20px solid #081739;
    border-right: 30px solid rgba(8, 23, 57, 0);
}
#page-5::after {
    content: "";
    position: absolute;
    top: -20px;
    right: 0px;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 20px solid #081739;
    border-left: 30px solid rgba(8, 23, 57, 0);
}
#page-5 .max-width {
    padding: 0 1em;
}
#page-5 h2 {
    font-size: 3em;
    margin-bottom: 1rem;
    color: #f6f7dd;
    line-height: 1.0em;
    text-align: center;
}
#page-5 h2 + p {
    text-align: center;
    margin-bottom: 1em;
}
#page-5 p {
    color: #f6f7dd;    
    font-size: 1.35em;
    line-height: 1.5em;
}
#page-5 a {
    color: #00b3ef;
}
form {
    max-width: 425px;
    margin: 1em auto 3em;
    text-align: left;
}
label {
    font-size: 0.8em;
}
input, select {
    width: 100%;
    font-size: 1.25em;
    font-family: 'Crimson Text', serif;
    padding: 2px 5px;
    border: 2px solid #00a4e4;
}
a.button {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none !important;
    color:#ffffff !important;
    font-size: 1.2em;
    text-shadow: 0 -1px 1px #4a2515;
    padding: 10px 25px 5px !important;
    border-radius: 4px;
    -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0px 2px 2px rgba(0,0,0,.2);
    box-shadow: 0px 2px 2x rgba(0,0,0,.2);
    background: #a35803 !important; /* Old browsers */
    background: -moz-linear-gradient(top, #f19d1e 0%, #a35803 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f19d1e), color-stop(100%,#a35803)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f19d1e 0%,#a35803 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f19d1e 0%,#a35803 100%) !important; /* Opera11.10+ */
    background: -ms-linear-gradient(top, #f19d1e 0%,#a35803 100%) !important; /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f19d1e', endColorstr='#a35803',GradientType=0 ) !important; /* IE6-9 */
    background: linear-gradient(top, #f19d1e 0%,#a35803 100%) !important; /* W3C */
    border: solid 1px #c87910;
    margin-bottom: 1.5em;
}
a.button:hover {
    color: #ffffff;
    background: #924702 !important; /* Old browsers */
    background: -moz-linear-gradient(top, #f19d1e 0%, #924702 100%) !important;  /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f19d1e), color-stop(100%,#924702)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f19d1e 0%,#924702 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f19d1e 0%,#924702 100%) !important; /* Opera11.10+ */
    background: -ms-linear-gradient(top, #f19d1e 0%,#924702 100%) !important; /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f19d1e', endColorstr='#924702',GradientType=0 ) !important; /* IE6-9 */
    background: linear-gradient(top, #f19d1e 0%,#924702 100%) !important; /* W3C */
}
a.button:active {
    position: relative;
    top: 1px;
    color: #fff;
}
input.kf_error, select.kf_error {
    border-color: #A66464;
}
span.kahuna_error {
    font-size: 0.8em;
    color: #a66464;
}

/****************
* Page 6 - actions
*****************/
#page-6 {
    position: relative;
    z-index: 1;
}
#page-6 .fourth {
    width: 50%;
    float: left;
}
.fourth.visit {
    background: url('images/visit-bg.jpg') center no-repeat;
    background-size: cover;
}
.fourth.programs {
    background: url('images/programs-bg.jpg') center no-repeat;
    background-size: cover;
}
.fourth.facts {
    background: url('images/fast-facts-bg.jpg') center no-repeat;
    background-size: cover;
}
.fourth.apply {
    background: url('images/apply-bg.jpg') center no-repeat;
    background-size: cover;
}
#page-6 .fourth a {
    height: 150px;
    line-height: 150px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.2em;
    text-decoration: none;
    display: block;
    text-shadow: 0px 0px 8px #000;
    -webkit-transition: 250ms ease;
    -moz-transition: 250ms ease;
    transition: 250ms ease;
    background: rgba(12, 135, 208, 0.6);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
#page-6 .fourth a:hover {
    background: rgba(12, 135, 208, 0.3);
}
#page-6 .fourth:nth-child(1) a {
  border-bottom: 2px solid #081739;
}
#page-6 .fourth:nth-child(2) a {
  border-bottom: 2px solid #081739;
}
#page-6 .fourth:nth-child(even) a {
  border-left: 2px solid #081739;
}


@media (min-width: 500px) {
    #page-6 .fourth a {
        font-size: 1.5em;
        height: 175px;
        line-height: 175px;
    }
}

@media (min-width: 760px) {
    #page-6 .fourth {
        width: 25%;
    }
    #page-6 .fourth a {
        font-size: 1.2em;
        border-bottom: 0px !important;
        border-left: 2px solid #001441;
    }
    #page-6 .fourth:first-child a {
        border-left: 0px;
    }
}

@media (min-width: 960px) {
    #page-6 .fourth a {
        font-size: 1.5em;
        height: 200px;
        line-height: 200px;
    }
}

/* 
 * Wallpaper v3.1.19 - 2015-02-06 
 * A jQuery plugin for smooth-scaling image and video backgrounds. Part of the Formstone Library. 
 * http://formstone.it/wallpaper/ 
 * 
 * Copyright 2015 Ben Plum; MIT Licensed 
 */ 

	.wallpaper,
 	.wallpaper .wallpaper-container,
 	.wallpaper .wallpaper-media {
		-webkit-transition: none !important;
		        transition: none !important;
	}

	.wallpaper { overflow: hidden; position: relative; }
 	.wallpaper .wallpaper-container { height: 100%; overflow: hidden; position: absolute; top: 0; width: 100%; z-index: 0; }

 	.wallpaper .wallpaper-media { left: 0; opacity: 0; position: absolute; top: 0; }
 	.wallpaper .wallpaper-media.animated {
	 	-webkit-transition: opacity 0.5s linear !important;
		        transition: opacity 0.5s linear !important;
 	}

 	.wallpaper .wallpaper-media img,
 	.wallpaper .wallpaper-media video,
 	.wallpaper .wallpaper-media iframe { display: block; height: 100%; width: 100%; }

 	.wallpaper .wallpaper-embed.ready:after { content: ''; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 1; }
 	.wallpaper .wallpaper-embed.ready iframe { /* pointer-events: none; - safari doesn't like this :/ */ z-index: 0; }

 	.wallpaper .wallpaper-media.native { background-position: center; background-size: cover; height: 100%; width: 100%; }
 	.wallpaper .wallpaper-media.native img { display: none; }

 	.wallpaper .wallpaper-media.fixed { background-position: center; background-attachment: fixed; height: 100%; width: 100%; }
 	.wallpaper .wallpaper-media.fixed img { display: none; }