

/* Style admin messages */
.messages {
	margin-left: 100px;
}


/* ================================================================
 *	BASE
/* ================================================================ */

html, body {
  	min-height: 100%;
}

body {
	overflow-y: scroll;
	font: 14px/1.429 Arial, "Helvetica Neue", Helvetica, sans-serif;
	background: #fff;
	color: #333;
}

.prism-background {
	background: url(../image/prism-background.jpg) center top repeat-y;
}

body .prism-background {
	min-height: 100%;
}

.background-overlay {
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.9);
}

body > .background-overlay {
	min-height: 100%;
}


/* Paragraphs, lists
/* ============================= */

p, ul, ol {
	margin: 0;
	padding: 0 0 20px;
}


/* Misc. base resets
/* ============================= */

img {
	max-width: 100%;
	height: auto;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

table {
	max-width: 100%;
}

td {
	vertical-align: top;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/* ================================================================
 *  SITE HEADER
/* ================================================================ */

.site-header {
	display: inline;
}


/* Site logo
/* ============================= */

.site-logo {
	margin: 0;
	padding: 0;
}

.site-logo-link {
	display: block;
	background: url(../image/sprite.png) left top no-repeat;
	float: left;
	width: 83px;
	height: 77px;
	text-indent: -999px;
  	overflow: hidden;
  	position: absolute;
  	top: 0;
  	left: 0;
  	z-index: 10;
}


/* ================================================================
 *	COMPONENTS
/* ================================================================ */

/* Button
/* ============================= */

.btn a, .btn button, .form-submit {
	border: 0;
	color: #FFF;
	background-color: black;
	display: inline-block;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	line-height: normal;
	margin: 0;
	padding: 0 15px;
	height: 30px;
	white-space: nowrap;
	border: none;

	-webkit-transition: all 0.2s;
    		transition: all 0.2s;

	*display: inline;
	*zoom: 1;
}

.btn a:hover, .btn button:hover, .form-submit:hover {
	background: #FFF;
	background: rgba(255, 255, 255, 0.9);
	color: #000;
}

.btn.large-btn a, .btn.large-btn button {
	font-family: 'novecento_wide_bookbold';
	padding: 18px 15px 36px;
}

.link-arrow {
	position: relative;
}

.link-arrow::after {
	font-family: 'icomoon';
	font-size: 9px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	top: 11px;
	height: 9px;
	width: 9px;
	position: absolute;
	pointer-events: none;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

	.link-arrow.arrow-align-right {
		padding-right: 28px;
	}

	.link-arrow.arrow-align-left {
		padding-left: 28px;
	}

	.link-arrow.arrow-align-right::after {
		right: 12px;
	}

	.link-arrow.arrow-align-left::after {
		left: 12px;
	}

	.link-arrow.arrow-left::after {
		content: "\e608";
	}

	.link-arrow.arrow-right::after {
		content: "\e609";
	}

	.link-arrow.arrow-down::after {
		content: "\e607";
	}

	.link-arrow.arrow-up::after {
		content: "\e60a";
	}


/* ================================================================
 *	COMMON HELPERS
/* ================================================================ */

/*
 * Video wrapper for responsive video
 */

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 25px;
}

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

/*
 * Hide visually, but still accessible to screenreaders.
 */

#skip-link,
.visually-hidden {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding:0 !important;
	border:0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}


/*
 * Micro clearfix
 */

.container:before, .container:after,
.row:before, .row:after, .row-fluid:before, .row-fluid:after,
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.container:after,
.row:after, .row-fluid:after,
.clearfix:after {
	clear: both;
}
.container,
.row, .row-fluid,
.clearfix {
	*zoom: 1;
}


/* ================================================================
 *	PRINT STYLES
/* ================================================================ */

@media print {
	* {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-decoration: none !important;
		text-shadow: none !important;
	}
}


/* ================================================================
 *	RETINA STYLE
/* ================================================================ */

@media 	only screen and (-webkit-min-device-pixel-ratio: 2),
		only screen and (   min--moz-device-pixel-ratio: 2),
		only screen and (     -o-min-device-pixel-ratio: 2/1),
		only screen and (        min-device-pixel-ratio: 2),
		only screen and (                min-resolution: 192dpi),
		only screen and (                min-resolution: 2dppx)  { 
	.site-logo-link {
		background-image: url(../image/sprite2x.png);
		background-size: 150px 297px;
	}		
}


/* ================================================================
 *	MEDIA QUERIES
/* ================================================================ */

@media all and (max-width: 767px) {

	.prism-background {
		background: url(../image/prism-background-small.jpg) center top repeat-y;
	}	

	/* Site logo
	/* ============================= */

	.site-header {
		display: block;
		background: #000;
		padding-top: 77px;
	}
}

@media all and (min-width: 768px) {

	body.node-type-hbtq-page,
	.prism-background {
		background: url(../image/prism-background.jpg) center top repeat-y;
	}

}





