/*
Theme Name: Twenty Twelve
Theme URI: http://wordpress.org/extend/themes/twentytwelve
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =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%;
	vertical-align: baseline;
	box-shadow: none;
}
body {
	font-family: "museo-sans", "Museo Sans", sans-serif;
	line-height: 1.5;
	background: #f7f7f7;
}
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;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	box-shadow: none;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 5px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
	-webkit-appearance: none;
	
}
button,
input {
    line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
	-webkit-appearance: none;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	-webkit-appearance: none;
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
	-webkit-appearance: none;
	padding: 6px 10px 6px 10px;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #f7f7f7;
	background-repeat: repeat-x;
	border: 0 none;
	border-radius: 5px;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    background: #2c5c87;
}

input:focus {
	outline: none; 
}

.menu-toggle {
	background: none;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}

.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
button[disabled],
input[disabled] {
    cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #f7f7f7;
	background-repeat: repeat-x;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}

button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #f7f7f7;
	background-color: #828282;
	background-repeat: repeat-x;
}


.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #f7f7f7;
	background-repeat: repeat-x;
	border: none;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}

li.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
	-webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
}
#nav-above {
	padding: 4px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 110%;
}
body {
	font-size: 100%;
	/* text-rendering: optimizeLegibility; */
	color: #444;
}
body.custom-font-enabled {
	
}
a {
	outline: none;
	color: #2c5c87;
	text-decoration: none;
	-webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
}
a:hover {
	color: #949494;
}

a:active, a:focus {
	outline: none;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
	background: #4d4b2d;
	border: 0 none;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}

/* Page structure */
.site {
	padding: 0;
	padding: 0;
}
.site-content {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
	padding: 20px;
}
.widget-area {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}

/* Header */
.site-header {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	color: #64623b;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #4d4b2d;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}

/* Navigation Menu */
.main-navigation {
	margin: 0;
	margin-top: 1.714285714rem;
	width: 100%;
	text-align: center;
	background: #949494;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
.main-navigation li {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
	text-transform: uppercase;
}
.main-navigation a {
	color: #f7f7f7;
}
.main-navigation a:hover {
	color: #2c5c87;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}

.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
	margin-bottom: 40px;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}

.main-navigation ul.nav-menu.toggled-off,
.menu-toggle {
	display: hidden;
	margin-bottom: 0;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	
}
.widget-area .widget a:hover {
	
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* Footer */
footer[role="contentinfo"] {
	border-top: 1px solid #ededed;
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	max-width: 960px;
	max-width: 68.571428571rem;
	margin-top: 24px;
	margin-top: 1.714285714rem;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 0;
	padding: 1.714285714rem 0;
	text-align: center;
}
footer[role="contentinfo"] a {
	color: #64623b;
}
footer[role="contentinfo"] a:hover {
	color: #21759b;
}


/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
	font-weight: 500;
	margin: 60px 0 20px;
}
.entry-content h3,
.comment-content h3 {
	font-size: 120%;
	color: #8e8e8e;
	margin: 40px 0 10px;
	padding: 0;
	line-height: 1.0;
	font-weight: 500;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	font-weight: 300;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
	-moz-hyphens: none;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
	font-weight: 300;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter {
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #C7C7C7;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #C7C7C7;
	padding: 6px 10px 6px 0;
}
.site-content article {
	border-bottom: 1px solid #ededed;
	margin-bottom: 80px;
	padding-bottom: 80px;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	max-width: 600px;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #C7C7C7;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area {
		margin: 0 20px;
}

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}


/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}







/*Custom Joe Stuff*/


#menuToggler {
	width: 20px;
	height: 20px;
	margin-top: 10px;
	background: url(images/menuToggler.svg);
	background-size: 20px;
	background-repeat: no-repeat;
}

#main-content-frame {
	max-width: 1000px;
	margin: 40px auto 0;
}


#theDichotomy {
	background: url(images/dichotomyBG.jpg);
	background-color: #282828;
	background-size: 1680px;
	background-position: center center;
	background-repeat: no-repeat;
	margin: -30px 0 40px 0;
	padding: 180px 0;
	color: #aeaeae;
	text-align: center;
	opacity: 1.0;
	
}

#theDichotomy h2 {
	font-size: 250%;
	font-weight: 500;
	margin-bottom: 0;
}

#theDichotomy h3 {
	font-size: 180%;
	font-weight: 100;
	margin-bottom: 0;
	padding: 20px;
	color: #f5f5f5;
}

#theDichotomy div {
	margin: 0 -20px;
	padding: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
}

#theDichotomy div a {
	font-weight: bold;
	color: #f7f7f7;
	opacity: 1.0;
}

#theDichotomy div a:hover {
	color: #2c5c87;
}

#theDichotomy p {
	font-style: italic;
	font-size: 90%;
	margin-top: 15px;
}

#theDichotomy #thePodcast .circlePic {
	width: 70px;
	height: 70px;
	background: url(images/podcast_icon.svg);
	background-size: 70px;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 6px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

#theDichotomy #theConference .circlePic {
	width: 70px;
	height: 70px;
	background: url(images/conference_icon.svg);
	background-size: 70px;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 6px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}


#home-page-recent {
	font-size: 220%;
	font-weight: 500;
	margin-bottom: 70px;
}


.hiddentext {
	display: none;
}

#logo {
	width: 300px;
	height: 59px;
	margin: 0 auto;
	background: url(images/rl_logo.png);
	background-size: 300px;
	background-repeat: no-repeat;
}

#hosts_sidebar h2 {
	width: 100%;
	text-align: left;
	font-weight: 500;
}

#hosts_sidebar a {
	text-decoration: none;
}

#perry_biopic {
	width: 100px;
	height: 100px;
	margin: 10px 0;
	padding: 0;
	background: url(/wp-content/themes/releasenotes2015/images/perry_headshot2_sm.png);
	background-color: #f7f7f7;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100px;
	border: 0px none;
	border-radius: 50%;
}

#cieplinski_biopic {
	width: 100px;
	height: 100px;
	margin: 20px 0 10px;
	padding: 0;
	background: url(/wp-content/themes/releasenotes2015/images/jcieplinski_headshot_sm.png);
	background-color: #f7f7f7;
	background-repeat: no-repeat;	
	background-position: center center;
	background-size: 100px;
	border: 0px none;
	border-radius: 50%;
}

#masthead {
	position: relative;
}

#top_tagline {
	display: none;
	text-align: right;
	margin-top: 30px;
	padding-top: 20px;
	color: #757587;
	width: 100%;
	font-style: italic;
	font-size: 110%;
}


/* =Media queries
-------------------------------------------------------------- */

/* Minimum width of 768 pixels. */
@media screen and (min-width: 768px) {
	#masthead {
	position: relative;
}

	#top_tagline {
	display: none;
	margin-top: 0;
	position: absolute;
	top: 30px;
	color: #757587;
	right: 0;
	width: 55%;
	font-style: italic;
	font-size: 110%;
}
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		width: 100%;
		overflow: hidden;
	}
	.site-content {
		float: left;
		max-width: 600px;
		padding: 20px;
		margin: 0 60px 0 0;
	}
	body.template-front-page .site-content,
	body.single-attachment .site-content,
	body.full-width .site-content {
		width: 100%;
		max-width: 600px;
	}
	
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.846153846;
		margin-bottom: 0;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		text-align: center;
		width: 100%;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
       margin: 0 5px 0 5px;
		border-bottom: 0;
		color: #f7f7f7;
		line-height: 3.692307692;
		text-transform: uppercase;
		white-space: nowrap;
	}
	.main-navigation li a:hover {
		color: #2c5c87;
	}
	.main-navigation li {
		margin: 0 5px 0 5px;
		position: relative;
	}
	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
	}
	.main-navigation li ul li a {
		background: #efefef;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 11px;
		font-size: 0.785714286rem;
		line-height: 2.181818182;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
		width: 180px;
		width: 12.85714286rem;
		white-space: normal;
	}
	.main-navigation li ul li a:hover {
		background: #333333;
		color: #444;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #2c5c87;
	}
	.menu-toggle {
		display: none;
		margin-bottom: 0;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
	}
	.entry-header .entry-title {
		font-size: 22px;
		font-size: 1.571428571rem;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
}

.itunesBadge {
	width: 140px;
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body .site {
		padding: 0;
		padding: 0;
		margin-top: 5px;
		margin-bottom: 48px;
		margin-bottom: 3.428571429rem;
		/* box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3); */
	}
	body.custom-background-empty {
		
	}

	
	body .site-content {
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
	}
	/*
body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
*/
}

@media screen and (min-width: 960px) {
	.widget-area {
		float: right;
		width: 22.041666667%;
		background: #f1f1f1;
		padding: 20px;
		border-radius: 6px;
		margin-top: 34px;
	}
}

/* Minimum width of 590 pixels. */
@media screen and (min-width: 590px) {
	#theDichotomy p {
		font-size: 120%;
		margin-top: 10px;
	}
}

/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}


/* Hi-Res for Retina Screens */

@media screen and (-webkit-min-device-pixel-ratio: 2){

#logo {
	width: 300px;
	height: 59px;
	margin: 0 auto;
	background: url(images/rl_logo@2x.png);
	background-size: 300px;
	background-repeat: no-repeat;
}

#perry_biopic {
	background: url(/wp-content/themes/releasenotes2015/images/perry_headshot2_sm.png);
	background-color: #f7f7f7;
	background-repeat: no-repeat;	
	background-position: center center;
	background-size: 100px;
}

#cieplinski_biopic {
	background: url(/wp-content/themes/releasenotes13/images/jcieplinski_headshot_sm@2x.png);
	background-color: #f7f7f7;
	background-repeat: no-repeat;	
	background-position: center center;
	background-size: 100px;
}

}

/*Mail Chimp Signup form*/

.indicates-required {
	text-align: left;
	width: 120%;
	font-size: 80%;
}


.mc-field-group {
	min-height: 55px;
	position: relative;
	width: 100%;
}

.mc-field-group label {
	display: block;
	text-align: left;
}

#mc_embed_signup {
	position: relative;
	width: 50%;
}

#mc_embed_signup .clear {
	position: relative;
}

#mce-EMAIL {
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 200px;
}

#mce-FNAME {
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 200px;
}

#mce-LNAME {
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 200px;
}

#mc-embedded-subscribe {
	position: absolute;
	top: 15px;
	left: 0;
}


/* Conference Page styles */


#conference_container {
	position: relative;
}

#conference_container .entry-header {
	display: none;
}

#conferenceSubNav {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

#conferenceSubNav a {
	display: inline;
	padding: 20px 10px; 
	font-size: 90%;
	font-weight: 100;
	color: #888;
	-webkit-transition: all 0.32s ease;
    -moz-transition: all 0.32s ease;
}

@media screen and (min-width: 765px) {	
	#conferenceSubNav a {
		padding: 20px 17px; 
		font-size: 100%;
	}

}

#conferenceSubNav a:hover {
	color: #2c5c87;
}

#conference_feature {
	background: #f7f7f7;
	color: #282828;
	margin: -30px 0;
	padding: 0;
	width: 100%;
	text-align: center;
}

#conferenceIntroParagraphs {
	margin: 0 auto;
	padding: 0;
}

#conferenceIntroParagraphs p {
	max-width: 600px;
	margin: 30px auto;
	padding: 0 20px;
	font-weight: 300;
	font-size: 110%;
}

#conference_icon {
	width: 200px;
	height: 200px;
	margin: 120px auto -40px;
	border: none;
	box-shadow: none;
}

#conference_feature ul {
	width: 960px;
	margin: 80px auto 20px;
	font-size: 140%;
}

#conference_feature li {
	margin: 20px 0;
}

#conference_signup_form {
	width: 100%;
	min-height: 100px;
	margin: 80px auto 60px;
}

#conference_signup_form p {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	font-size: 100%;
	font-weight: 300;
}

#conference_signup_form h2 {
	width: 100%;
	text-align: center;
	margin: 0 auto 10px;
	font-weight: 100;
	font-size: 280%;
	line-height: 1.2;
}

#conference_signup_form h3 {
	width: 100%;
	text-align: center;
	margin: -8px auto 8px;
	font-weight: 100;
	font-size: 150%;
	line-height: 1.2;
	color: #444;
}

#conference_intro {
	padding: 30px 20px 36px;
}

#conference_intro p {
	width: 100%;
	max-width: 800px;
	text-align: center;
	margin: -15px auto 60px;
	font-weight: 300;
	font-size: 160%;
}

#conference_intro_post {
	padding: 30px 20px 36px;
}

#conference_intro_post p {
	width: 100%;
	max-width: 800px;
	text-align: center;
	margin: -15px auto 60px;
	font-weight: 300;
	font-size: 130%;
}

div .stretchy-wrapper {
	margin: 80px auto 40px;
	position: relative;
	width: 100%;
	max-width: 1500px;
	padding-bottom: 67%;
}

@media screen and (min-width: 1500px) {

div .stretchy-wrapper {
	padding-bottom: 1039px;
}
	
}

#conference_hall_image_a {
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	max-height: 1039px;
	background-image: url(https://releasenotes.tv/wp-content/themes/releasenotes2015/images/conference_hall_1@2x.jpg);
	background-color: #333;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#conference_train_image_a {
	width: 100%;
	max-width: 600px;
	height: 400px;
	margin: 80px auto 2px;
	background: url(images/conference_train_1.jpg);
	background-size: 600px;
	background-repeat: no-repeat;
	background-position: center center;
}

#conference_lounge_image_a {
	width: 100%;
	max-width: 600px;
	height: 400px;
	margin: 0 auto 2px;
	background: url(images/conference_lounge_1.jpg);
	background-size: 600px;
	background-repeat: no-repeat;
	background-position: center center;
}

#conference_room_image_a {
	width: 100%;
	max-width: 600px;
	height: 400px;
	margin: 0 auto 2px;
	background: url(images/conference_room_1.jpg);
	background-size: 600px;
	background-repeat: no-repeat;
	background-position: center center;
}

#conference_room_image_b {
	width: 100%;
	max-width: 600px;
	height: 400px;
	margin: 0 auto 2px;
	background: url(images/conference_room_2.jpg);
	background-size: 600px;
	background-repeat: no-repeat;
	background-position: center center;
}

#conference_bar_image_a {
	width: 100%;
	max-width: 600px;
	height: 400px;
	margin: 0 auto 80px;
	background: url(images/conference_bar_1.jpg);
	background-size: 600px;
	background-repeat: no-repeat;
	background-position: center center;
}

.conference_sectionA {
	background: #f2f2f2;
	color: #282828;
	width: 100%;
	padding: 60px 0 50px;
	position: relative;
	font-size: 110%;
}

.conference_sectionA h2 {
	max-width: 600px;
	margin: 10px auto;
	font-size: 250%;
	font-weight: 100;
	text-align: center;
	padding: 0 20px;
}

.conference_sectionA h3 {
	max-width: 600px;
	margin: 40px auto 0;
	padding: 30px 20px 0;
}

.conference_sectionA h4 {
	max-width: 600px;
	margin: 10px auto;
	padding: 0 20px;
}

.conference_sectionA p {
	max-width: 600px;
	margin: 30px auto;
	padding: 0 20px;
	font-weight: 300;
	font-size: 110%;
}

.conference_sectionB {
	background: #f7f7f7;
	width: 100%;
	padding: 60px 0 50px;
	font-size: 110%;
}

.conference_sectionB h2 {
	max-width: 600px;
	margin: 10px auto;
	font-size: 250%;
	font-weight: 100;
	text-align: center;
	padding: 0 20px;
}

.conference_sectionB h3 {
	max-width: 600px;
	margin: 40px auto 0;
	padding: 30px 20px 0;
}

.conference_sectionB h4 {
	max-width: 600px;
	margin: 10px auto;
	padding: 0 20px;
}

.conference_sectionB p {
	max-width: 600px;
	margin: 30px auto;
	padding: 0 20px;
	font-weight: 300;
	font-size: 110%;
}

#code_of_conduct {
	opacity: 0;
	display: none;
	font-size: 100%;
	font-weight: 100;
	margin: 80px auto 40px;
	max-width: 520px;
	border: 1px solid #cccccc;
	background: #741C29;
	color: #f7f7f7;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}

#code_of_conduct h2 {
	font-size: 140%;
	padding-top: 20px;
}


/*Pricing Table on Conference Page*/


#pricingTable {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

#pricingTable td {
	padding: 20px;
}


/*Map on Conference Page*/

#hotelMap {
	position: relative;
	width: 100%;
	max-width: 600px;
	height: 300px;
	margin: 10px auto;
	border-radius: 6px;
}

#hotelMapFrame {
	width: 100%;
	height: 100%;
}


/*Lodging on Conference Page*/

#hotelButton {
	width: 260px;
	border-radius: 6px;
	text-align: center;
	background: rgba(25, 55, 98, 0.90);
	margin: 60px auto;
	padding: 20px 0;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    
}

#hotelButton a {
	padding: 20px 30px;
	color: #f7f7f7;
	font-size: 90%;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}

#hotelButton:hover {
	background: rgba(15, 33, 68, 0.90);
	
}

.conference_sectionA .footNoteText {
	font-size: 70%;
	text-align: center;
}

.lodgingPhotoContainer {
	max-width: 600px;
	margin: 20px auto;
	padding: 0;
}

.lodgingPhoto {
	width: 100%;
	max-width: 600px;
	background: #ccc;
	margin: 0;
	padding: 0;
}

p.hotelName {
	margin: 20px auto 0;
	padding: 5px 20px;
}

p.hotelAddress {
	margin: 0 auto;
	padding: 5px 20px;
	font-size: 90%;
}


/*Speaker Section on Conference Page*/

#speakerBox {
	position: relative;
	width: 100%;
	max-width: 930px;
	margin: -20px auto 42px;
	padding: 0;	
}

#speakerExpandToggle {
	position: absolute;
	width: 44px;
	height: 44px;
	top: 15px;
	left: 50%;
	margin: 0 0 0 -22px;
	background: url(http://www.releasenotes.tv/wp-content/themes/releasenotes2015/grid.svg);
	-webkit-transform: scale(0.2) rotate(180deg);
	-moz-transform: scale(0.2) rotate(180deg);
	transform: scale(0.2) rotate(180deg);
	display: block;
	opacity: 0.0;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 2000;
}

#speakerExpandToggle:hover {
	opacity: 0.8;
	-webkit-transform: scale(0.8) rotate(-3deg);
	-moz-transform: scale(0.8) rotate(-3deg);
	transform: scale(0.8) rotate(-3deg);
	-webkit-backface-visibility: hidden;
}

#speakerExpandToggle:active {
	opacity: 1.0;
	-webkit-backface-visibility: hidden;
}

#speakerLeftArrow {
	display: none;
	width: 44px;
	height: 44px;
	position: absolute;
	top: -5px;
	left: 20px;
	margin-top: 22px;
	background: url(http://www.releasenotes.tv/wp-content/themes/releasenotes2015/leftArrow.svg);
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 1800;
    opacity: 0.2;
}

#speakerLeftArrow:hover {
	-webkit-transform:scale(1.15);
	-moz-transform:scale(1.15);
	transform:scale(1.15);
	opacity: 0.8;
	-webkit-backface-visibility: hidden;
}

#speakerLeftArrow:active {
	-webkit-transform:scale(0.95);
	-moz-transform:scale(0.95);
	transform:scale(0.95);
	opacity: 0.8;
	-webkit-backface-visibility: hidden;
}

#speakerRightArrow {
	display: none;
	width: 44px;
	height: 44px;
	position: absolute;
	top: -5px;
	right: 20px;
	margin-top: 22px;
	background: url(http://www.releasenotes.tv/wp-content/themes/releasenotes2015/rightArrow.svg);
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 1801;
}

#speakerRightArrow:hover {
	-webkit-transform:scale(1.15);
	-moz-transform:scale(1.15);
	transform:scale(1.15);
	opacity: 0.8;
	-webkit-backface-visibility: hidden;
}

#speakerRightArrow:active {
	-webkit-transform:scale(0.95);
	-moz-transform:scale(0.95);
	transform:scale(0.95);
	opacity: 0.8;
	-webkit-backface-visibility: hidden;
}

#speakerGroupContainerBox {
	width: 100%;
	overflow: hidden;
}

#speakerList {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f2f2f2;
	border: none;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: 999;
}

#speakerThumbs {
	display: block;
	margin: 85px 20px 0 4.5%;
	opacity: 1.0;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}

.speakerThumb {
	position: relative;
	width: 28%;
	padding-bottom: 28%;
	background: #ccc;
	margin: 0 2.5% 50px;
	float: left;
	border-radius: 50%;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    cursor: pointer;
}

.speakerThumb:hover {
	-webkit-transform:scale(1.03);
	-moz-transform:scale(1.03);
	transform:scale(1.03);
}

.speakerThumb:active {
	-webkit-transform:scale(0.98);
	-moz-transform:scale(0.98);
	transform:scale(0.98);
}

.speakerPhotoThumb {
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 50%;
}

.speakerThumbInfo {
	font-size: 53%;
	font-weight: 100;
	color: #333333;
	text-align: center;
	position: absolute;
	left 0;
	bottom: -40px;
	width: 100%;
	padding: 5px 0;
	border-radius: 0px 0px 6px 6px;
}
	
.speakerThumbName {
	display: block;
	padding: 0;
	margin: 0;
}

.speakerThumbTitle {
	display: block;
	padding: 0;
	margin: -3px 0 2px 0;
	font-size: 72%;
	font-weight: 300;
}

#speakerGroup {
	padding-top: 100px;
	width: 100%;
	position: relative;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.speakerSingle {
	display: inline-block;
	width: 100%;
	padding: 0;
}

.speakerPhoto {
	display: block;
	width: 60%;
	margin: 0 auto;
	border-radius: 50%;	
}

.speakerDetails {
	display: block;
	float: right;
	width: 100%;
	margin: 0 auto;
}

.speakerDetails .speakerName {
	font-size: 180%;
	font-weight: 100;
	width: 90%;
	text-align: center;
	padding: 0;
	margin: 0 auto;
	-webkit-transform: translate3d(0, 0, 0);
}

.speakerDetails .speakerTitle {
	font-size: 110%;
	font-weight: 100;
	width: 90%;
	text-align: center;
	padding: 0;
	margin: 0 auto;
	-webkit-transform: translate3d(0, 0, 0);
}

.speakerDetails .speakerTwitter {
	font-size: 90%;
	font-weight: 200;
	width: 90%;
	text-align: center;
	padding: 0;
	margin: 0 auto;
	-webkit-transform: translate3d(0, 0, 0);
}

.speakerDetails .speakerDescription {
	font-size: 70%;
	font-weight: 300;
	max-width: 100%;
	margin: 10px 10px;
	-webkit-transform: translate3d(0, 0, 0);
}


#speaker1 {
	display: inline-block;
}

#speaker2 {
	display: inline-block;
	position: absolute;
	top:100px;
	left: 100%;
}

#speaker3 {
	display: inline-block;
	position: absolute;
	top:100px;
	left: 200%;
}

#speaker4 {
	display: inline-block;
	position: absolute;
	top:100px;
	left: 300%;
}

#speaker5 {
	display: inline-block;
	position: absolute;
	top:100px;
	left: 400%;
}

#speaker6 {
	display: inline-block;
	position: absolute;
	top:100px;
	left: 500%;
}

#speaker7 {
	display: inline-block;
	position: absolute;
	top:100px;
	left: 600%;
}

#speaker8 {
	display: inline-block;
	position: absolute;
	top:100px;
	left: 700%;
}

#speaker9 {
	display: inline-block;
	position: absolute;
	top:100px;
	left: 800%;
}

#speaker10 {
	display: inline-block;
	position: absolute;
	top:100px;
	left: 900%;
}

#speaker11 {
	display: inline-block;
	position: absolute;
	top:100px;
	left: 1000%;
}

#speaker12 {
	display: inline-block;
	position: absolute;
	top:100px;
	left: 1100%;
}

@media screen and (min-width: 370px) {
	.speakerThumbInfo {
		font-size: 60%;
	}
		
	.speakerThumbTitle {
		font-size: 70%;
	}
}

@media screen and (min-width: 512px) {
	
	#speakerBox {
		position: relative;
		width: 100%;
		max-width: 930px;
		margin: 20px auto 10%;
		padding: 0;	
	}
	
	#speakerThumbs {
		margin: 85px 20px 0 3%;
		-webkit-transition: all 0.2s;
	    -moz-transition: all 0.2s;
	    transition: all 0.2s;
	    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}
	
	.speakerThumb {
		position: relative;
		width: 25%;
		padding-bottom: 25%;
		background: #ccc;
		margin: 0 4% 48px;
		float: left;
		-webkit-transition: all 0.2s;
	    -moz-transition: all 0.2s;
	    transition: all 0.2s;
	    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}
	
	.speakerThumbInfo {
		font-size: 80%;
		font-weight: 100;
		bottom: -45px;
	}
		
	.speakerThumbName {
		display: block;
		padding: 0;
		margin: 0;
	}
	
	.speakerThumbTitle {
		display: block;
		padding: 0;
		margin: -6px 0 2px 0;
		font-size: 70%;
		font-weight: 300;
	}
	
	.speakerDetails .speakerName {
		font-size: 200%;
	}
	
	.speakerDetails .speakerTitle {
		font-size: 110%;
	}
	
	.speakerDetails .speakerDescription {
		font-size: 85%;
	}
		
}

@media screen and (min-width: 660px) {
	
	#speakerBox {
		position: relative;
		width: 100%;
		max-width: 930px;
		margin: 20px auto 10%;
		padding: 0;	
	}
	
	.speakerSingle {
		display: inline-block;
		width: 100%;
		padding: 100px 0 0 0;
	}
	
	#speakerThumbs {
		margin: 120px 20px 0 5.2%;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		transition: all 0.2s;
		transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}

	.speakerThumb {
		position: relative;
		width: 20%;
		padding-bottom: 20%;
		background: #ccc;
		margin: 0 2% 84px;
		float: left;
	}
	
	.speakerThumbInfo {
		font-size: 79%;
		font-weight: 100;
		padding: 0 0;
		bottom: -40px;
	}
	
	.speakerThumbName {
		display: block;
		padding: 0;
		margin: 0;
	}
	
	.speakerThumbTitle {
		display: block;
		padding: 0;
		margin: -6px 0 2px 0;
		font-size: 70%;
		font-weight: 300;
	}

	.speakerPhoto {
		display: inline-block;
		width: 40%;
		margin: 0 0 0 25px;
	}
	
	.speakerDetails {
		display: block;
		float: right;
		width: 54%;
		margin: -25px 0 0 -20px;
	}
	
	#speakerLeftArrow {
		top: -5px;
		left: 20px;
	}
	
	#speakerRightArrow {
		top: -5px;
		right: 20px;
	}
	
	.speakerDetails .speakerName {
		text-align: left;
		margin: 10px 10px 0;
		-webkit-transform: translate3d(0, 0, 0);
	}

	.speakerDetails .speakerTitle {
		text-align: left;
		margin: 0 10px 0;
		-webkit-transform: translate3d(0, 0, 0);
	}

	.speakerDetails .speakerTwitter {
		text-align: left;
		margin: 10px 10px 0;
		-webkit-transform: translate3d(0, 0, 0);
	}	
	
	.speakerDetails .speakerDescription {
		text-align: left;
		-webkit-transform: translate3d(0, 0, 0);
		padding: 0;
		margin: 10px 10px 0;
	}
}


@media screen and (min-width: 750px) {
	
	#speakerBox {
		position: relative;
		width: 100%;
		max-width: 930px;
		margin: 20px auto 10%;
		padding: 0;	
	}
	
	.speakerSingle {
		display: inline-block;
		width: 100%;
		padding: 100px 0 0 0;
	}
			
	#speakerThumbs {
		margin: 70px 20px 0 2.6%;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		transition: all 0.2s;
		transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}

	.speakerThumb {
		position: relative;
		width: 18%;
		padding-bottom: 18%;
		background: #ccc;
		margin: 0 3.5% 70px;
		float: left;
	}	
	
	.speakerThumbInfo {
		font-size: 84%;
		font-weight: 100;
	}
	
	.speakerThumbName {
		display: block;
		padding: 0;
		margin: 0;
	}
	
	.speakerThumbTitle {
		display: block;
		padding: 0;
		margin: -6px 0 2px 0;
		font-size: 70%;
		font-weight: 300;
	}	
}


@media screen and (min-width: 1000px) {


	#speakerBox {
		position: relative;
		width: 100%;
		max-width: 930px;
		margin: 20px auto 70px;
		padding: 0;	
	}
	
	.speakerSingle {
		display: inline-block;
		width: 100%;
		padding: 60px 0 0 0;
	}
	
	#speakerThumbs {
		margin: 20px -20px 0 25px;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		transition: all 0.2s;
		transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}

	.speakerThumb {
		width: 150px;
		height: 150px;
		padding-bottom: 0;
		background: #ccc;
		margin: 0 35px 80px;
		float: left;
	}
		
	.speakerThumbInfo {
		font-size: 100%;
		font-weight: 100;
		bottom: -50px;
	}
	
	.speakerThumbName {
		display: block;
		padding: 0;
		margin: 0;
	}
	
	.speakerThumbTitle {
		display: block;
		padding: 0;
		margin: -6px 0 2px 0;
		font-size: 70%;
		font-weight: 300;
	}
	
	.speakerPhoto {
		display: inline-block;
		width: 450px;
		height: 450px;
		margin: 0 0 0 25px;
	}
	
	.speakerDetails {
		display: inline-block;
		float: right;
		width: 45%;
	}
	
	#speakerLeftArrow {
		top: 50%;
		left: -50px;
		margin-top: 60px;
	}
	
	#speakerRightArrow {
		top: 50%;
		right: -50px;
		margin-top: 60px;
	}
	
	.speakerDetails .speakerName {
		text-align: left;
		margin: 10px 10px 0 0;
		-webkit-transform: translate3d(0, 0, 0);
	}

	.speakerDetails .speakerTitle {
		text-align: left;
		margin: 0 10px 0 0;
		-webkit-transform: translate3d(0, 0, 0);
	}

	.speakerDetails .speakerTwitter {
		text-align: left;
		margin: 10px 10px 0 0;
		-webkit-transform: translate3d(0, 0, 0);
	}	
	
	.speakerDetails .speakerDescription {
		text-align: left;
		margin: 10px 10px 0 0;
		-webkit-transform: translate3d(0, 0, 0);
		padding: 0;
	}
	
}

/*Format Section*/


#scheduleTable {
	font-size: 67%;
	width: 100%;
	max-width: 600px;
	margin: 20px auto;
}

@media screen and (min-width: 512px) {
	#scheduleTable {
		font-size: 75%;
	}	
}

#scheduleTable td {
	padding: 20px;
}


/*Planes Trains and Automobiles*/

.travelGraphics {
	max-width: 600px;
	margin: 30px auto;
}

.planeGraphic {
	width: 100px;
	height: 100px;
	float: right;
}

.trainGraphic {
	width: 100px;
	height: 100px;
	float: right;
}

.automobileGraphic {
	width: 100px;
	height: 100px;
	float: right;
}


/*Mail Chimp Signup form Conference*/

#conference_signup_form .indicates-required {
	text-align: left;
	font-size: 80%;
}

#conference_signup_form .mc-field-group {
	min-height: 85px;
	width: 300px;
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center;
}

#conference_signup_form .mc-field-group label {
	display: inline-table;
	text-align: left;
	font-size: 90%;
	font-weight: 100;
	padding-top: 25px;
	text-align: left;
}

#conference_signup_form #mc_embed_signup {
	position: relative;
	width: 100%;
	max-width: 620px;
	margin: 80px auto 154px;
	text-align: center;
	padding: 0;
}

#conference_signup_form #mc_embed_signup .clear {
	position: relative;
}

#conference_signup_form #mce-EMAIL {
	position: absolute;
	width: 280px;
	height: 20px;
	left: 0;
	bottom: -2px;
	text-align: left;
	font-size: 110%;
}

#conference_signup_form #mce-FNAME {
	position: absolute;
	width: 280px;
	height: 20px;
	left: 0;
	bottom: -2px;
	text-align: left;
	font-size: 110%;
}

#conference_signup_form #mce-LNAME {
	position: absolute;
	width: 280px;
	height: 20px;
	left: 0;
	bottom: -2px;
	text-align: left;
	font-size: 110%;
}

#conference_signup_form #mc-embedded-subscribe {
	position: absolute;
	top: 45px;
	left: 50%;
	margin-left: -69px;
}


@media screen and (min-width: 640px) {	
		
	
	
#conference_signup_form h2 {
	font-size: 380%;
	line-height: 1.2;
}

#conference_signup_form h3 {
	font-size: 180%;
	line-height: 1.2;
}

#conference_signup_form .mc-field-group {
	min-height: 85px;
	width: 30%;
	position: relative;
	display: inline-block;
	text-align: center;
}

#conference_signup_form .mc-field-group label {
	display: inline-table;
	text-align: left;
	font-size: 90%;
	font-weight: 100;
	padding-top: 25px;
}

#conference_signup_form #mce-EMAIL {
	position: absolute;
	width: 90%;
	height: 20px;
	left: 5px;
	bottom: -2px;
	text-align: left;
}

#conference_signup_form #mce-FNAME {
	position: absolute;
	width: 90%;
	height: 20px;
	left: 5px;
	bottom: -2px;
	text-align: left;
}

#conference_signup_form #mce-LNAME {
	position: absolute;
	width: 90%;
	height: 20px;
	left: 5px;
	bottom: -2px;
	text-align: left;
}

#conference_signup_form #mc_embed_signup {
	margin: 80px auto 139px;
	max-width: 820px;
}


#conference_signup_form #mc-embedded-subscribe {
	position: absolute;
	top: 45px;
	left: 50%;
	margin-left: -70px;
}

#conference_train_image_a {
	position: absolute;
	width: 50%;
	right: 50%;
	margin: 50px 0 0 0;
	background: url(images/conference_train_1.jpg);
	background-size: 600px;
	background-repeat: no-repeat;
	background-position: center center;
}

#conference_lounge_image_a {
	position: absolute;
	right: 50%;
	width: 50%;
	margin: 450px 0 80px 0;
	background: url(images/conference_lounge_1.jpg);
	background-size: 600px;
	background-repeat: no-repeat;
	background-position: center center;
}

#conference_room_image_a {
	position: absolute;
	right: 50%;
	width: 50%;
	margin: 450px 0 80px 0;
	background: url(images/conference_room_1.jpg);
	background-size: 600px;
	background-repeat: no-repeat;
	background-position: center center;
}

#conference_room_image_b {
	width: 100%;
	width: 50%;
	max-width: 600px;
	height: 400px;
	margin: 80px 0 0 50%;
	background: url(images/conference_room_2.jpg);
	background-size: 600px;
	background-repeat: no-repeat;
	background-position: center center;
}

#conference_bar_image_a {
	width: 50%;
	max-width: 600px;
	height: 400px;
	margin: 0 0 80px 50%;
	background: url(images/conference_bar_1.jpg);
	background-size: 600px;
	background-repeat: no-repeat;
	background-position: center center;
}

}

@media screen and (-webkit-min-device-pixel-ratio: 2){


#conference_lounge_image_a {
	background: url(images/conference_lounge_1@2x.jpg);
	background-size: 600px;
	background-repeat: no-repeat;
	background-position: center center;
}

#conference_room_image_a {
	background: url(images/conference_room_1@2x.jpg);
	background-size: 600px;
	background-repeat: no-repeat;
	background-position: center center;
}

#conference_room_image_b {
	background: url(images/conference_room_2@2x.jpg);
	background-size: 600px;
	background-repeat: no-repeat;
	background-position: center center;
}

#conference_bar_image_a {
	background: url(images/conference_bar_1@2x.jpg);
	background-size: 600px;
	background-repeat: no-repeat;
	background-position: center center;
}

#conference_train_image_a {
	background: url(images/conference_train_1@2x.jpg);
	background-size: 600px;
	background-repeat: no-repeat;
	background-position: center center;
}

}

.powerpress_player {
	position: relative;
}


.powerpress_player img {
	width: 23px;
	height: 24px;
	
}

#patreon_sidebar p {
	font-size: 90%;
	
}

#patreon_sidebar #patreon_logo {
	width: 100px;
	height: 100px;
	background: url(images/patreon_logo.png);
	background-size: 100px;
	background-repeat: no-repeat;
}

@media screen and (-webkit-min-device-pixel-ratio: 2){
	#patreon_sidebar #patreon_logo {
	background: url(images/patreon_logo@2x.png);
	background-size: 100px;
	background-repeat: no-repeat;
}
}



/*new signup form*/

#blackOut {
	position: fixed;
	z-index: -400;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.71);
	opacity: 0.0;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#keepMeInformed {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px 0;
	color: #f7f7f7;
	font-size: 90%;
	font-weight: 500;
	text-align: center;
	background: rgba(25, 55, 98, 0.90);
	z-index: 10000;
	cursor: pointer;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#getAccessLabel {
	font-weight: 500;
}

#keepMeInformed:hover {
	background: rgba(15, 33, 68, 0.90);
	font-weight: 500;
}

@media all and (max-device-width: 480px) and (orientation:landscape) {
	#keepMeInformed {
		display: none;
	}
}

#signUpFormFromBottom {
	width: 100%;
	font-size: 80%;
	position: fixed;
	bottom: -100%;
	left: 0;
	height: 90%;
	margin: 10px auto;
	border-top: 1px solid rgba(220, 220, 220, 0.90);
	background: rgba(247, 247, 247, 0.98);
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 9999;
}

#keepMeInformedFrameWrapper {
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll;
	width: 100%;
	height: 100%;
}

#keepMeInformedFrame {
	width: 100%;
	height: 70%;
	z-index: 10001;
}

#mc_embed_signup_bottom {
	position: relative;
	width: 100%;
	max-width: 580px;
	margin: 10px auto;
	padding: 20px 0;
	text-align: center;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 16px;
    background: #f7f7f7;
  }
}

#mc-embedded-subscribe-form-bottom {
	max-height: 100%;
}

#mc-embedded-subscribe-form-bottom p {
	margin-bottom: 40px;
}

#mc-embedded-subscribe-form-bottom label {
	text-align: center;
}

#mc-embedded-subscribe-form-bottom .mc-field-group {
	min-height: 10px;
}

#mc-embedded-subscribe-form-bottom #mce-EMAIL, #mc-embedded-subscribe-form-bottom #mce-FNAME, #mc-embedded-subscribe-form-bottom #mce-LNAME {
	position: relative;
	width: 100%;
	max-width: 300px;
	margin: 5px auto 5px;
	font-size: 16px;
}

#mc-embedded-subscribe-form-bottom #mc-embedded-subscribe {
	position: absolute;
	top: 100%;
	left: 50%;
	height: 40px;
	margin-left: -70px;
}

@media screen and (min-width: 640px) {
	
	#signUpFormFromBottom {
		margin-top: 50%;	
	}
	
	#signUpFormFromBottom p {
		font-size: 140%;
	}
}



/*Visitor Guide Page*/

#indyGuide {
	width: 90%;
	max-width: 600px;
	margin: 0 auto;
}

.heroImageContainer {
	width: 100%;
	max-width: 600px;
	padding: 0;
	margin: 0 auto;
}

.heroImageContainer #heroImage {
	width: 100%;
	max-width: 600px;
	padding: 0;
	margin: 0 auto;
}

#indyGuide #guideCoverImage {
	display: block;
	width: 200px;
	border: 1px solid #ccc;
	margin: 20px auto 0;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
}

#indyGuide #guideCoverImage:hover {
	-webkit-transform: scale(0.97);
	-moz-transform: scale(0.97);
	transform: scale(0.97);		
}

#indyGuide .guideDownloadLink {
	text-align: center;
}

#indyGuide h1 {
	font-size: 240%;
	font-weight: 100;
	text-align: center;
}

h3.guideh3 {
	border-top: 1px solid #cccccc;
	padding-top: 30px;
}

#indyGuide h2 {
	font-size: 200%;
	text-align: center;
	border-top: 1px solid #cccccc;
	padding-top: 80px;
	margin: 80px 0;
}

.guideImage {
	padding: 20px 20px 10px 0px;
	margin-top: 10px;
	float: left;
}

/*Overseas Travel Page*/

#overseasTravel {
	width: 90%;
	max-width: 600px;
	margin: 0 auto;
}

#overseasTravel table td, #overseasTravel table th {
	padding: 10px 10px;
}

#overseasTravel table {
	margin: 40px auto 60px;
	font-size: 70%;
	line-height: 1.4;
}

@media screen and (min-width: 400px) {
	#overseasTravel table td, #overseasTravel table th {
		padding: 10px 20px;
	}
	
	#overseasTravel table {
		margin: 40px auto 60px;
		font-size: 80%;
	}	
}


#overseasTravel #guideCoverImage {
	display: block;
	width: 200px;
	border: 1px solid #ccc;
	margin: 20px auto 0;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
}

#overseasTravel #guideCoverImage:hover {
	-webkit-transform: scale(0.97);
	-moz-transform: scale(0.97);
	transform: scale(0.97);		
}

#overseasTravel .guideDownloadLink {
	text-align: center;
}

#overseasTravel h1 {
	font-size: 240%;
	font-weight: 100;
	text-align: center;
}


#overseasTravel h2 {
	font-size: 200%;
	text-align: center;
	margin: 80px 0;
}


/*Advance Ticket Sales Page*/

#advanceTicketSales {
	width: 100%;
	max-width: 500px;
	margin: 40px auto 20px;
	font-weight: 100;
}

#ticketSales {
	width: 100%;	
	max-width: 500px;
	margin: -40px auto 20px;
	font-weight: 100;
}

.tito-wrapper {
	padding: 20px;
}

.tito-ticket-description {
	font-size: 70%;
	width: 100%;
	display: block;
	clear: both;
}

.tito-ticket-quantity {
	display: block;
	clear: both;
}

.tito-ticket-name-wrapper {
	width: 50%;
	float: left;
	list-style-type: none;
}

.tito-ticket-price {
	text-align: right;
}

.tito-ticket-list {
	list-style-type: none;
	padding: 0;
	margin: 0;	
}

.tito-ticket.row {
	padding: 20px 0;
	margin: 0;
	list-style-type: none;
	border-bottom: 0px none #fefefe;
}

.tito-ticket-quantity.single {
	text-align: right;
}

.tito-submit {
	display: block;
	font-size: 80%;
	font-weight: 100;
	margin: 20px 0;
	width: 100%;
	background: #224A74;
	color: #f5f5f5;
}

.tito-badge-link {
	display: block;
	text-align: center;
	margin: 0 auto;
}

.tito-discount-code {
	list-style-type: none;
	text-align: right;
}

.tito-discount-code-label {
	display: none;
}

#tito-releasenotes-releasenotes2015-1-show-discount-code {
	display: none;
}

.tito-discount-apply-button {
	display: none;
}

/*DineAround Area on Conference Page*/

#dineAroundImage {
	display: block;
	width: 100%;
	max-width: 600px;
	margin: 20px auto;
}


/*Sponsor Area on Conference Page*/

.studentSponsors {
	max-width: 600px;
	text-align: center;
	margin: 0 auto;
}

.studentSponsorBlock {
	display: inline-table;
	width: 240px;
	text-align: center;
	padding: 20px;
	margin: 30px auto 0;
}


.sponsorLogo {
	text-align: center;
	margin: 0 auto;
	padding: 40px 20px;
	display: block;
}

#fatFractalLogo {
	width: 240px;
}

#directMailLogo {
	width: 190px;
}

#infofissionLogo {
	width: 180px;
}

#essembleLogo {
		width: 190px;
	}

#fastspringLogo {
	width: 160px;
}

#pspdfkitLogo {
	width: 190px;
}

#swrveLogo {
	width: 150px;
}

#emojipediaLogo {
	width: 160px;
}

#e-gineering_logo {
	width: 130px;
}

#mapbox_logo {
	width: 130px;
}

#nsscreencast_logo {
	width: 130px;
}

#podrover_logo {
	width: 100px;
}


@media screen and (min-width: 640px) {
	#fatFractalLogo {
		width: 500px;
	}

	#directMailLogo {
		width: 320px;
	}

	#infofissionLogo {
		width: 300px;
	}
	
	#essembleLogo {
		width: 320px;
	}
	
	#fastspringLogo {
		width: 280px;
	}
	
	#pspdfkitLogo {
		width: 280px;
	}
	
	#swrveLogo {
		width: 240px;
	}
	
	#emojipediaLogo {
		width: 280px;
	}
	
	#e-gineering_logo {
		width: 200px;
	}
	
	#mapbox_logo {
		width: 200px;
	}
	
	#nsscreencast_logo {
		width: 200px;
	}
	
	#podrover_logo {
		width: 140px;
	}
}

/*Student Scholarship page*/

.studentSponsor {
	width: 100px;
	display: block;
	padding: 0;
	margin: 0 auto;
	vertical-align: middle;
}

@media screen and (min-width: 640px) {
.studentSponsor {
	width: 200px;
	display: inline;
	padding: 0;
	margin: 0 auto;
	vertical-align: middle;
}

}


/*2 Column Layout for Speaker Topics*/

#topics {
	font-size: 180%;
	font-weight: 100;
	text-align: center;
	max-width: 500px;
	line-height: 1.2;
	margin-top: -40px;
}

@media screen and (min-width: 375px) {
	#topics {
		font-size: 180%;
		font-weight: 100;
		text-align: center;
		max-width: 500px;
		line-height: 1.2;
		margin-top: 20px;
	}
}

.topicColumns {
	width: 100%;
	max-width: 850px;
	margin: 40px auto 0;
	font-size: 80%;
}

.topicColumns h4 {
	margin-bottom: 0;
	padding-bottom: 0;
}

.topicColumns p {
	padding-top: 0;
	margin-top: 0;
}

.leftColumn {
	display: inline-block;
	width: 100%;
	vertical-align: text-top;
	margin: 0 auto;
}

.rightColumn {
	display: inline-block;
	width: 100%;
	vertical-align: text-top;
	margin: 0 auto;
}


@media screen and (min-width: 640px) {
	
	.leftColumn {
		display: inline-block;
		width: 48%;
		max-width: 500px;
		vertical-align: text-top;
		margin: 0 auto;
	}
	
	.rightColumn {
		display: inline-block;
		width: 48%;
		max-width: 500px;
		vertical-align: text-top;
		margin: 0 auto;
	}
}

.appCampPic {
	width: 80%;
	display: block;
	margin: 0 auto;
	padding: 20px;
}

@media screen and (min-width: 640px) {
	.appCampPic {
		width: 500px;
		display: block;
		margin: 0 auto;
		padding: 20px;
}
	}
	
	
	
#donateButton {
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	-webkit-transition: all 0.08s linear;
    -moz-transition: all 0.08s linear;
	width: 80%;
	max-width: 260px;
	padding: 20px;
	background: #FF8000;
	margin: 20px auto 40px;
	border-radius: 5px;
	text-align: center;
	color: #f5f5f5;
	font-weight: 500;
	font-size: 130%;
}

#donateButton:hover {
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-transform: scale(1.01);
	-moz-transform: scale(1.01);
	transform: scale(1.01);	
	background: #FF9A3B;
}

#donateButton:active {
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-transform: scale(1.01);
	-moz-transform: scale(0.99);
	transform: scale(0.99);	
	background: #DE5E00;
}



/*Save the Date 2016*/

#saveTheDate {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 20px 0;
	background: url(images/dichotomyBG.jpg);
	background-color: #111111;
	background-size: 1680px;
	background-position: center center;
	background-repeat: no-repeat;
	color: #f5f5f5;
}

#saveTheDate h2 {
	text-align: center;
	font-size: 300%;
	font-weight: 100;
	margin: 45px 10px 10px;
	padding: 0;
}

#saveTheDate h3 {
	text-align: center;
	padding-top: 0;
	margin-top: -10px;
	font-size: 180%;
	color: #f5f5f5;
}

#saveTheDate p {
	text-align: center;
}

#saveTheDate .saveTheDateInformedButton {
	display: block;
	width: 200px;
	padding: 10px 20px;
	background: #f5f5f5;
	border-radius: 6px;
	color: rgb(44, 92, 135);
	margin: 20px auto;
	text-align: center;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#saveTheDate .saveTheDateInformedButton:hover {
	background: #e3e3e3;
}


/*Photo Gallery Styles*/

#rnGallery {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.rnGalleryImg {
	width: 47.3%;
	padding: .9%;
	display: inline-block;
	cursor: pointer;
}

#enlargedImageSpace {
	display: block;
	z-index: -1;
	opacity: 0.0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(13, 13, 13, 0.97);
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.bigImage {
	display: block;
	width: 90%;
	max-width: 1200px;
	position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
}

.imageNav {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	padding: 20px 0;
}

.imageNav a, .imageNav span {
	padding: 3px;
	font-size: 80%;
}

.conference_sectionA p.copyright {
	width: 90%;
	max-width: 700px;
	margin: 20px auto;
	text-align: center;
	font-weight: 100;
	font-size: 60%;
}

@media screen and (min-width: 375px) {
	.imageNav a, .imageNav span {
	padding: 4px;
	font-size: 90%;
	}
	
}

@media screen and (min-width: 500px) {
		#rnGallery {
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
	}
	
	.rnGalleryImg {
		width: 47.6%;
		padding: 0.9%;
		display: inline-block;
	}
	
	.imageNav a, .imageNav span {
	padding: 8px;
	font-size: 95%;
}
}

@media screen and (min-width: 700px) {
	#rnGallery {
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
	}
	
	.rnGalleryImg {
		width: 30.8%;
		padding: 1%;
		display: inline-block;
	}
}


/*Nav 2016 Changes*/

nav a {
	color: rgb(44, 92, 135);
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}

nav a:hover {
	color: #ffffff;
}

#navBar {
	background-color: #d2d2d2;
}

nav {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
}

#logo {
	display: inline;
	z-index: 1000;
	background: none;
}

.logoImage {
	width: 150px;
	padding: 11px 30px 3px 15px;
}

#navList {
	z-index: 999;
	list-style-type: none;
	display: inline-block;
	text-align: center;
	width: 100%;
	padding: 20px 0;
	margin: 20px 0;
	position: absolute;
	right: 0;
	top: 29px;
	background: #d2d2d2;
	opacity: 0;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}

#navList li {
	padding: 7px 0;
}

#menuToggler {
	position: absolute;
	padding: 0;
	top: 13px;
	right: 15px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;;
    width: 25px;
	height: 25px;
	margin-top: 0;
	background: none;
}

.menuTogglerImage {
	width: 25px;
	padding: 0;
	margin: 0 0 -6px 0;
}

@media screen and (min-width: 760px) {

	#menuToggler {
		display: none;
	}
	
	nav {
		max-width: 1000px;
		margin: 0 auto;
	}
	
	#navList {
		z-index: 999;
		list-style-type: none;
		display: inline-block;
		text-align: right;
		max-width: 600px;
		width: 100%;
		padding: 10px 0;
		margin: 20px 0;
		position: absolute;
		right: 15px;
		top: -14px;
		background: rgba(255, 255, 255, 0.0);
		opacity: 1.0;
		-webkit-transition: all 0.2s ease;
	    -moz-transition: all 0.2s ease;
	}
	
	#navList li {
		display: inline;
		font-size: 70%;
		font-weight: 500;
		padding: 0 5px;
	}
	
	.logoImage {
		width: 140px;
		padding: 16px 30px 7px 15px;
	}
}

.site-header {
	padding: 0;
}

body .site {
	margin-top: 0;

}
	
@media screen and (min-width: 900px) {
		.logoImage {
		width: 180px;
		padding: 12px 30px 3px 15px;
	}
	
	#navList {
		max-width: 700px;
	}
	
	#navList li {
		padding: 0 8px;
		font-size: 80%;
	}
	
	}
	
	
#conferenceTopPhotoGallery {
	display: block;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #111111;
	background-image: url(/wp-content/themes/releasenotes2015/conferenceHeadImages/1.jpg);
	background-blend-mode: lighten;
	width: 100%;
	height: 400px;
	margin: 0 auto;
	padding: 0;
	-webkit-animation: topPhoto1Animate 80s 0s infinite forwards linear;
	-moz-animation: topPhoto1Animate 80s 0s infinite forwards linear;
	animation: topPhoto1Animate 80s 0s infinite forwards linear;
}

@-webkit-keyframes topPhoto1Animate {
	0% {background-image: url(/wp-content/themes/releasenotes2015/conferenceHeadImages/1.jpg);}
	11% {background-image: url(/wp-content/themes/releasenotes2015/conferenceHeadImages/1.jpg);}
	12%, 23% {background-image: url(/wp-content/themes/releasenotes2015/conferenceHeadImages/2.jpg);}
	24%, 35% {background-image: url(/wp-content/themes/releasenotes2015/conferenceHeadImages/3.jpg);}
	36%, 47% {background-image: url(/wp-content/themes/releasenotes2015/conferenceHeadImages/4.jpg);}
	48%, 59% {background-image: url(/wp-content/themes/releasenotes2015/conferenceHeadImages/5.jpg);}
	60%, 71% {background-image: url(/wp-content/themes/releasenotes2015/conferenceHeadImages/6.jpg);}
	72%, 83% {background-image: url(/wp-content/themes/releasenotes2015/conferenceHeadImages/7.jpg);}
	84%, 99% {background-image: url(/wp-content/themes/releasenotes2015/conferenceHeadImages/8.jpg);}
	100% {background-image: url(/wp-content/themes/releasenotes2015/conferenceHeadImages/1.jpg);}
}

@-moz-keyframes topPhoto1Animate {
	0% {background-image: url(/wp-content/themes/releasenotes2015/conferenceHeadImages/1.jpg);}
	11% {background-image: url(/wp-content/themes/releasenotes2015/conferenceHeadImages/1.jpg);}
	12%, 23% {background-image: url(/wp-content/themes/releasenotes2015/conferenceHeadImages/2.jpg);}
	24%, 35% {background-image: url(/wp-content/themes/releasenotes2015/conferenceHeadImages/3.jpg);}
	36%, 47% {background-image: url(/wp-content/themes/releasenotes2015/conferenceHeadImages/4.jpg);}
	48%, 59% {background-image: url(/wp-content/themes/releasenotes2015/conferenceHeadImages/5.jpg);}
	60%, 71% {background-image: url(/wp-content/themes/releasenotes2015/conferenceHeadImages/6.jpg);}
	72%, 83% {background-image: url(/wp-content/themes/releasenotes2015/conferenceHeadImages/7.jpg);}
	84%, 99% {background-image: url(/wp-content/themes/releasenotes2015/conferenceHeadImages/8.jpg);}
	100% {background-image: url(/wp-content/themes/releasenotes2015/conferenceHeadImages/1.jpg);}
}

@keyframes topPhoto1Animate {
	0%, 11% {background-image: url(/wp-content/themes/releasenotes2015/conferenceHeadImages/1.jpg);}
	12%, 23% {background-image: url(/wp-content/themes/releasenotes2015/conferenceHeadImages/2.jpg);}
	24%, 35% {background-image: url(/wp-content/themes/releasenotes2015/conferenceHeadImages/3.jpg);}
	36%, 47% {background-image: url(/wp-content/themes/releasenotes2015/conferenceHeadImages/4.jpg);}
	48%, 59% {background-image: url(/wp-content/themes/releasenotes2015/conferenceHeadImages/5.jpg);}
	60%, 71% {background-image: url(/wp-content/themes/releasenotes2015/conferenceHeadImages/6.jpg);}
	72%, 83% {background-image: url(/wp-content/themes/releasenotes2015/conferenceHeadImages/7.jpg);}
	84%, 99% {background-image: url(/wp-content/themes/releasenotes2015/conferenceHeadImages/8.jpg);}
	100% {background-image: url(/wp-content/themes/releasenotes2015/conferenceHeadImages/1.jpg);}
}

#conferenceHiddenTopGallery {
	position: absolute;
	top: 50%;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.conferenceTopGalleryImge {
	position: absolute;
	top: -150%;
	width: 100%;
	margin: -100% 0 0 0;
}

@media screen and (min-width: 960px) {
	.conferenceTopGalleryImge {
		top: 350%;
		margin: -400% 0 0 0;
	}
}

#communityPics {
	display: table;
	padding: 15px 0 20px;
}

#venuePics {
	display: table;
	padding: 15px 0 20px;
}

.communityImageA {
	width:100%;
	margin: 0;
	padding: 0 0 2px 0;
	display: block;
}

.communityImageB {
	width:100%;
	margin: 0;
	padding: 0 0 2px 0;
	display: block;
}

.hallImage {
	width: 100%;
}

@media screen and (min-width: 600px) {
	.communityImageA {
		box-sizing: border-box;
		width:50%;
		margin: 0;
		padding: 0 0 2px 0;
		float: left;
		border-right: 1px solid #E6E6E6;
	}
	
	.communityImageB {
		box-sizing: border-box;
		width:50%;
		margin: 0;
		padding: 0 0 2px 0;
		float: left;
		border-left: 1px solid #E6E6E6;
	}
}	

#oldLink {
	text-align: center;
	font-size: 80%;
	max-width: 50%;
	margin: 0 auto;
	padding: 0;
}

/*Videos 2015*/

.sponsorLogoVideosPage {
	text-align: center;
	margin: 0 auto;
	padding: 20px 20px;
	display: block;
}

#e-gineeringBig_logo {
	width: 250px;
}

#mapdiva_logo {
	width: 160px;
}

#macPaw_logo {
	width: 600px;
}

.videoBox {
	width: 90%;
	max-width: 1000px;
	margin: 20px auto 10px;
}

.js-video {
  height: 0;
  padding-top: 25px;
  padding-bottom: 67.5%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
 
.js-video.widescreen {
  padding-bottom: 56.34%;
}
 
.js-video.vimeo {
  padding-top: 0;
}

.js-video embed, .js-video iframe, .js-video object, .js-video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.videoPoster {
	width: 100%;
	cursor: pointer;
}

.videoInfo {
	padding: 0;
	margin: 0;
}

.videoInfo h3 {
	font-weight: 100; 
	font-size: 180%;
	max-width: 600px;
	width: 92%;
	margin: 30px auto 0;
	color: #666;
	padding: 0;
}

.videoInfo h4 {
	font-weight: 100;
	font-size: 90%;
}



/*Speaker Section on Conference Page 2016*/

#speakerBox2016 {
	position: relative;
	width: 100%;
	max-width: 930px;
	margin: -20px auto 42px;
	padding: 0;	
}

#speakerGroupContainerBox2016 {
	width: 100%;
	overflow: hidden;
}

#speakerList2016 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f2f2f2;
	border: none;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: 999;
}

#speakerThumbs2016 {
	display: block;
	margin: 85px 20px 0 4.5%;
	opacity: 1.0;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}

.speakerThumb2016 {
	position: relative;
	width: 28%;
	padding-bottom: 55%;
	margin: 0 2.5% 50px;
	float: left;
	border-radius: 50%;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    cursor: pointer;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
	-ms-filter: grayscale(1);
	-o-filter: grayscale(1);
	filter: grayscale(1);
}

.speakerThumb2016:hover {
	-webkit-transform:scale(1.03);
	-moz-transform:scale(1.03);
	transform:scale(1.03);
	-webkit-filter: sepia(50%);
	-moz-filter: sepia(50%);
	-ms-filter: sepia(50%);
	-o-filter: sepia(50%);
	filter: sepia(50%);
}

.speakerThumb2016:active {
	-webkit-transform:scale(0.98);
	-moz-transform:scale(0.98);
	transform:scale(0.98);
}

.speakerPhotoThumb2016 {
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 50%;
}

.speakerThumbInfo2016 {
	font-size: 75%;
	font-weight: 100;
	line-height: 1.0;
	color: #333333;
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	padding: 10px 0 5px;
	border-radius: 0px 0px 6px 6px;
}
	
.speakerThumbName2016 {
	display: block;
	padding: 5px 0;
	margin: 0;
}

.speakerThumbTitle2016 {
	display: block;
	padding: 0;
	margin: -3px 0 2px 0;
	font-size: 72%;
	font-weight: 300;
}

#speakerGroup2016 {
	padding-top: 100px;
	width: 100%;
	position: relative;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.speakerSingle2016 {
	display: inline-block;
	width: 100%;
	padding: 0;
}

.speakerPhoto2016 {
	display: block;
	width: 60%;
	margin: 0 auto;
	border-radius: 50%;	
}

.speakerDetails2016 {
	display: block;
	float: right;
	width: 100%;
	margin: 0 auto;
}

.speakerDetails2016 .speakerName2016 {
	font-size: 180%;
	font-weight: 100;
	width: 90%;
	text-align: center;
	padding: 0;
	margin: 10px auto 0;
	line-height: 1.1;
	-webkit-transform: translate3d(0, 0, 0);
}

.speakerDetails2016 .speakerTitle2016 {
	font-size: 120%;
	font-weight: 100;
	width: 90%;
	text-align: center;
	padding: 0;
	margin: 5px auto -5px;
	-webkit-transform: translate3d(0, 0, 0);
}

.speakerDetails2016 .speakerTwitter2016 {
	font-size: 90%;
	font-weight: 200;
	width: 90%;
	text-align: center;
	padding: 0;
	margin: 0 auto;
	-webkit-transform: translate3d(0, 0, 0);
}

.speakerDetails2016 .speakerDescription2016 {
	font-size: 70%;
	font-weight: 300;
	max-width: 100%;
	margin: 20px 10px -100px;
	-webkit-transform: translate3d(0, 0, 0);
}


#speaker12016 {
	display: inline-block;
}

#speaker22016 {
	display: inline-block;
	position: absolute;
	top:100px;
	left: 100%;
}

#speaker32016 {
	display: inline-block;
	position: absolute;
	top:100px;
	left: 200%;
}

#speaker42016 {
	display: inline-block;
	position: absolute;
	top:100px;
	left: 300%;
}

#speaker52016 {
	display: inline-block;
	position: absolute;
	top:100px;
	left: 400%;
}

#speaker62016 {
	display: inline-block;
	position: absolute;
	top:100px;
	left: 500%;
}

#speaker72016 {
	display: inline-block;
	position: absolute;
	top:100px;
	left: 600%;
}

#speaker82016 {
	display: inline-block;
	position: absolute;
	top:100px;
	left: 700%;
}

#speaker92016 {
	display: inline-block;
	position: absolute;
	top:100px;
	left: 800%;
}

#speaker102016 {
	display: inline-block;
	position: absolute;
	top:100px;
	left: 900%;
}

@media screen and (min-width: 370px) {
	.speakerThumbInfo2016 {
		font-size: 95%;
	}
		
	.speakerThumbTitle2016 {
		font-size: 70%;
	}
	
	.speakerThumb2016 {
		width: 28%;
		padding-bottom: 48%;
		margin: 0 2.5% 30px;
	}
}

@media screen and (min-width: 388px) {
	
	#speakerBox2016 {
		position: relative;
		width: 100%;
		max-width: 930px;
		margin: 20px auto 10%;
		padding: 0;	
	}
	
	#speakerThumbs2016 {
		margin: 85px 20px 0 3%;
		-webkit-transition: all 0.2s;
	    -moz-transition: all 0.2s;
	    transition: all 0.2s;
	    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}
	
	.speakerThumb2016 {
		position: relative;
		width: 25%;
		padding-bottom: 25%;
		margin: 0 4% 65px;
		float: left;
		-webkit-transition: all 0.2s;
	    -moz-transition: all 0.2s;
	    transition: all 0.2s;
	    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}
	
	.speakerThumbInfo2016 {
		font-size: 65%;
		font-weight: 100;
		line-height: 1.5;
		width: 120%;
		bottom: -45px;
		left: -10%;
	}
		
	.speakerThumbName2016 {
		display: block;
		padding: 0;
		margin: 0;
	}
	
	.speakerThumbTitle2016 {
		display: block;
		padding: 0;
		margin: -2px 0 2px 0;
		font-size: 75%;
		font-weight: 300;
	}
	
	.speakerDetails2016 .speakerName2016 {
		font-size: 200%;
	}
	
	
	.speakerDetails2016 .speakerDescription2016 {
		font-size: 85%;
	}
		
}

@media screen and (min-width: 660px) {
	
	#speakerBox2016 {
		position: relative;
		width: 100%;
		max-width: 930px;
		margin: 20px auto 10%;
		padding: 0;	
	}
	
	.speakerSingle2016 {
		display: inline-block;
		width: 100%;
		padding: 100px 0 0 0;
	}
	
	#speakerThumbs2016 {
		margin: 120px 20px 0 5.2%;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		transition: all 0.2s;
		transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}

	.speakerThumb2016 {
		position: relative;
		width: 20%;
		padding-bottom: 20%;
		background: #ccc;
		margin: 0 2% 84px;
		float: left;
	}
	
	.speakerThumbInfo2016 {
		font-size: 79%;
		font-weight: 100;
		padding: 0 0;
		bottom: -40px;
	}
	
	.speakerThumbName2016 {
		display: block;
		padding: 0;
		margin: 0;
	}
	
	.speakerThumbTitle2016 {
		display: block;
		padding: 0;
		margin: -2px 0 2px 0;
		font-size: 78%;
		font-weight: 300;
	}

	.speakerPhoto2016 {
		display: inline-block;
		width: 40%;
		margin: 0 0 0 25px;
	}
	
	.speakerDetails2016 {
		display: block;
		float: right;
		width: 54%;
		margin: -25px 0 0 -20px;
	}
	
	.speakerDetails2016 .speakerName2016 {
		text-align: left;
		margin: 10px 10px 0;
		-webkit-transform: translate3d(0, 0, 0);
	}

	.speakerDetails2016 .speakerTitle2016 {
		text-align: left;
		margin: 0 10px 0;
		-webkit-transform: translate3d(0, 0, 0);
	}

	.speakerDetails2016 .speakerTwitter2016 {
		text-align: left;
		margin: -5px 10px 0;
		-webkit-transform: translate3d(0, 0, 0);
	}	
	
	.speakerDetails2016 .speakerDescription2016 {
		text-align: left;
		-webkit-transform: translate3d(0, 0, 0);
		padding: 0;
		margin: 10px 10px 0;
	}
}


@media screen and (min-width: 750px) {
	
	#speakerBox2016 {
		position: relative;
		width: 100%;
		max-width: 930px;
		margin: 20px auto 10%;
		padding: 0;	
	}
	
	.speakerSingle2016 {
		display: inline-block;
		width: 100%;
		padding: 100px 0 0 0;
	}
			
	#speakerThumbs2016 {
		margin: 70px 20px 0 2.6%;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		transition: all 0.2s;
		transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}

	.speakerThumb2016 {
		position: relative;
		width: 18%;
		padding-bottom: 18%;
		background: #ccc;
		margin: 0 3.5% 70px;
		float: left;
	}	
	
	.speakerThumbInfo2016 {
		font-size: 84%;
		font-weight: 100;
	}
	
	.speakerThumbName2016 {
		display: block;
		padding: 0;
		margin: 0;
	}
	
	.speakerThumbTitle2016 {
		display: block;
		padding: 0;
		margin: -6px 0 2px 0;
		font-size: 75%;
		font-weight: 300;
	}	
}


@media screen and (min-width: 1000px) {


	#speakerBox2016 {
		position: relative;
		width: 100%;
		max-width: 930px;
		margin: 20px auto 70px;
		padding: 0;	
	}
	
	.speakerSingle2016 {
		display: inline-block;
		width: 100%;
		padding: 60px 0 0 0;
	}
	
	#speakerThumbs2016 {
		margin: 20px -20px 0 25px;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		transition: all 0.2s;
		transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}

	.speakerThumb2016 {
		width: 150px;
		height: 150px;
		padding-bottom: 0;
		background: #ccc;
		margin: 0 35px 80px;
		float: left;
	}
		
	.speakerThumbInfo2016 {
		font-size: 95%;
		font-weight: 100;
		bottom: -50px;
	}
	
	.speakerThumbName2016 {
		display: block;
		padding: 0;
		margin: 0;
	}
	
	.speakerThumbTitle2016 {
		display: block;
		padding: 0;
		margin: -6px 0 2px 0;
		font-size: 70%;
		font-weight: 300;
	}
	
	.speakerPhoto2016 {
		display: inline-block;
		width: 450px;
		height: 450px;
		margin: 0 0 0 25px;
	}
	
	.speakerDetails2016 {
		display: inline-block;
		float: right;
		width: 45%;
	}
	
	.speakerDetails2016 .speakerName2016 {
		text-align: left;
		margin: 10px 10px 0 0;
		-webkit-transform: translate3d(0, 0, 0);
	}

	.speakerDetails2016 .speakerTitle2016 {
		text-align: left;
		margin: 0 10px 0 0;
		-webkit-transform: translate3d(0, 0, 0);
	}

	.speakerDetails2016 .speakerTwitter2016 {
		text-align: left;
		margin: -5px 10px 0 0;
		-webkit-transform: translate3d(0, 0, 0);
	}	
	
	.speakerDetails2016 .speakerDescription2016 {
		text-align: left;
		margin: 10px 10px 0 0;
		-webkit-transform: translate3d(0, 0, 0);
		padding: 0;
	}
	
}

.ticketButton {
	display: block;
	margin: 20px auto;
	width: 200px;
	text-align: center;
	padding: 20px;
	background: #2c5c87;
	border-radius: 6px;
	color: #f7f7f7;
}

/*Sponsors 2016*/

#e-gineeringConference_logo {
	width: 200px;
}

#mapdivaConference_logo {
	width: 140px;
}

#pspdfkit_logo {
	width: 70%;
	max-width: 280px;
	padding: 40px 0 30px 0;
}

#reveal_logo {
	width: 140px;
	padding: 40px;
}

#toojuice_logo {
	width: 140px;
	padding: 40px;
}

#nsscreencast_logo {
	width: 200px;
	padding: 40px;
}

#macPawConference_logo {
	width: 90%;
	max-width: 450px;
}

/*Testimonials Fade Area on Conference Page*/

#testimonials {
	width: 100%;
	max-width: 600px;
	margin: 0 auto 0;
}

#quoteFadeBox {
	position: relative;
	width: 90%;
	max-width: 500px;
	margin: 0 auto;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#quoteRevolver {
	position: absolute;
	top: 0;
	width: 100%;
	max-width: 550px;
	margin: 0 auto;
}

#testimonials .quoteText {
	margin: 20px 0 20px;
	font-size: 140%;
	line-height: 1.3;
	color: #9a9a9a;
	font-weight: 100;
	font-style: italic;
}

#testimonials .quoteTextGhost {
	margin: 20px 0 20px;
	font-size: 140%;
	line-height: 1.3;
	color: #9a9a9a;
	font-weight: 100;
	font-style: italic;
	opacity: 0.0;
}

#testimonials .quoteSource {
	text-align: right;
	margin: 20px;
	color: #9a9a9a;
	font-weight: 100;
}

#testimonials #quoteLinks a {
	display: block;
	margin: 15px 10px;
	width: 90%;
	max-width: 550px;
	margin: 10px auto;
	font-size: 80%;
	line-height: 1.0
}

#testimonials #quoteLinks {
	display: none;
}

#testimonials h4 {
	text-align: center;
}

