/*
Theme Name: UCF Partnership Site Selector Theme
Author: UCF Web Communications
Github Theme URI: https://github.com/UCF/Site-Selector-Theme
Version: v1.1.3
*/

/**
 * General
 **/
body {
	position: relative;
}
p:empty { display: none; }
body,
p,
ol,
ul,
li {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 16px;
	line-height: 26px;
	color: #222;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a,
a:hover,
a:active,
a:visited {
	color: #992222;
}

h2,
.h2,
h3,
.h3,
h4,
h5,
h6 {
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #222;
	letter-spacing: -0.025em;
}

h1,
.h1 {
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 58px;
	text-transform: none;
}
h2,
.h2 {
	font-size: 20px;
	text-transform: uppercase;
}
h3,
.h3 {
	font-size: 18px;
	text-transform: none;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14.5px;
}
h6 {
	font-size: 14px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
h5,
h6 {
	line-height: 1.2em;
}
/*
 * Try to catch heading groups and apply extra spacing between copy as necessary.
 * If spacing between .span's is adjusted at certain breakpoints, be sure to update this.
 */
p + h1,
p + .h1,
ol + h1,
ol + .h1,
ul + h1,
ul + .h1,
p + h2,
p + .h2,
ol + h2,
ol + .h2,
ul + h2,
ul + .h2,
p + h3,
p + .h3,
ol + h3,
ol + .h3,
ul + h3,
ul + .h3,
p + h4,
p + .h4,
ol + h4,
ol + .h4,
ul + h4,
ul + .h4 {
	margin-top: 30px;
}

blockquote {
	border-left: 0;
	padding-left: 0;
}
blockquote,
blockquote p {
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-weight: 200;
	font-style: normal;
	color: #222;
	font-size: 32px;
	line-height: 1.3em;
}
blockquote small {
	display: block;
	margin-top: 20px;
	text-align: left;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-weight: 500;
	font-style: italic;
	font-size: 20px;
	color: #222;
	line-height: 1.3em;
}

hr {
	border-top-color: #dfaf0d;
	border-bottom-color: transparent;
	margin: 30px 0;
}
hr.gray {
	border-top-color: #eee;
}

iframe,
embed,
object {
	width: 100%;
	height: 500px;
	margin: 35px 0 0 0;
}

iframe[name="google_conversion_frame"] {
	height: 0;
	margin: 0;
}


/**
 * Components
 **/
a.btn,
button.btn {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
}

.caption {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
	font-size: 14px;
	line-height: 1.2em;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	width: 100%;
}

.callout {
	display: block;
	padding: 20px;
	background-color: #fcc904;
	background-color: rgba(245,192,13,0.95);
	box-shadow: -4px -3px 8px 0px rgba(50, 50, 50, 0.75);
}
.callout blockquote {
	border-left: 0;
	padding: 0;
	margin-bottom: 0;
}
.callout blockquote,
.callout blockquote p {
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-weight: 700;
	letter-spacing: -0.025em;
	font-size: 48px;
	line-height: 1em;
	color: #fff;
}
.callout blockquote small {
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 26px;
	line-height: 1.2em;
	color: #fff;
}

.cta {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.cta a {
	display: block;
	width: 300px;
	margin: auto;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-size: 30px;
	line-height: 1em;
	font-weight: 800;
	font-style: normal;
	letter-spacing: -0.025em;
	color: #fff;
	text-decoration: underline;
	padding: 25px 0;
	background-color: #222;
}


/**
 * Utility
 **/
.whitespace {
	padding-top: 50px;
	padding-bottom: 50px;
}
.whitespace-2x {
	padding-top: 90px;
	padding-bottom: 90px;
}
.whitespace-xs {
	padding-top: 20px;
	padding-bottom: 20px;
}
.full-width {
	width: 100%;
}


/**
 * Navigation
 **/
nav {
	text-align: center;
}
.mobile-nav-toggle {
	display: none;
	position: absolute;
	top: 15px;
	right: 10px;
	overflow: hidden;
	white-space: nowrap;
}
.mobile-nav-toggle:hover,
.mobile-nav-toggle:active,
.mobile-nav-toggle:visited {
	text-decoration: none;
}
.hamburger {
	float: right;
	border-bottom: 7px double #fff;
	border-top: 2px solid #fff;
	content: "";
	height: 3px;
	width: 24px;
	margin-left: 10px;
}
nav ul {
	list-style-type: none;
	margin: 0;
	line-height: 1em;
}
nav ul li {
	display: inline-block;
	line-height: 1em;
	padding: 10px 0;
}
nav a {
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-size: 17px;
	line-height: 1em;
	font-weight: 800;
	font-style: normal;
	text-transform: uppercase;
	padding: 0 20px;
}

nav.header-nav {
	position: absolute;
	top: 50px; /* ucf header */
	right: 0;
	left: 0;
	z-index: 999;
	background-color: #333;
	background-color: rgba(0,0,0,0.8);
	padding: 10px 0; /* Creates 20px spacing btwn edges of black bar and list items */
}
nav.header-nav a,
nav.header-nav a:hover {
	color: #fff;
}


/**
 * Homepage
 **/
.home h1 {
	position: absolute;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin: 0;
	display: block;
	width: 1px;
	height: 1px;
}


/**
 * Parallax Features, Parallax Headers
 **/
.parallax-content {
	overflow: hidden;
}

.parallax-header-inner {
	position: relative;
	height: 100%;
}

.parallax-header-inner .cta {
	left: auto;
}
.parallax-header-inner .cta a {
	background-color: #DFAF0D;
	background-color: rgba(245, 192, 13, 0.95);
}

.parallax-photo {
	background-color: #222;
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	/*height: 750px; */ /* height is defined in media queries to prevent unnecessary asset downloading */
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 100px 0;
}
.parallax-header .parallax-photo {
	padding-top: 0;
	padding-bottom: 0;
}
.ie8 .parallax-photo {
	background-position: center center;
	height: 750px;
}

.parallax-photo span {
	top: 20%;
	color: white;
	display: block;
	left: 50%;
	font-size: 38px;
	padding: 10px;
	position: absolute;
	text-shadow: 0 2px 0 black, 0 0 10px black;
}

.parallax-header h1 {
	display: block;
	width: 70%;
	position: absolute;
	bottom: -0.27em;
	left: 0;
	font-size: 120px;
	line-height: 1em;
	color: #fff;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.65);
}


/**
 * Subpages
 **/
.page-content {
	padding-top: 55px;
	padding-right: 20px;
	padding-bottom: 55px;
	padding-left: 20px;
}


/**
 * Footer
 **/
footer nav {
	padding-bottom: 25px;
	border-bottom: 2px solid #d5d5d5;
}
footer nav a,
footer nav a:hover {
	color: #d5d5d5 !important; /* wtf firefox */
}
footer nav a:hover { text-decoration: underline; }

.footer-cta {
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 36px;
	line-height: 1.25em;
	letter-spacing: -0.045em;
	font-style: normal;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 80px;
}
.footer-cta a {
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-weight: 800;
	font-style: normal;
	color: #222;
	text-decoration: underline;
}
.footer-cta a:hover {
	color: #DFAF0D;
}
.footer-logo {
	text-align: center;
	margin-bottom: 80px;
}
.footer-logo a {
	display: block;
	width: 236px;
	height: 86px;
	margin: auto;
	background-image: url('static/img/logo.png');
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.footer-logo a {
		background-image: url('static/img/logo-r.png');
		background-size: cover;
	}
}

.gform_wrapper .top_label .gfield_label {
	clear: both;
	font-weight: 700;
	line-height: 1.3;
	margin: .625em 0 .5em;
}

.gform_wrapper input {
	box-sizing: content-box;
}

