/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}


/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   LAYOUT: global
   ========================================================================== */

.out {
	width:100%;
}

.in {
	width:90%;
	max-width:960px;
	margin:0 auto;
}

.float {
	float: left;
}



/* Raleway weights are 300, 700, 900 */


/* ==========================================================================
   STYLES: global
   ========================================================================== */

body {
	font-family: 'Raleway', sans-serif;
	font-weight:300;
	color:#fff;
}

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

h3 {
	font-size: 28px;/*32px;*/
	margin: 40px 0 -10px;
	line-height: 1.2;
	font-weight: 900;
}

[data-scroll-goto], [data-scroll-nav] {
	cursor: pointer;
}

::selection {
	background-color:#ffe600;
}

.main-content {
	padding:50px 0 80px;
}

.main-content:nth-child(even) {
	background-color:#00649b;
}

.main-content:nth-child(odd) {
	background-color:#00a2e2;
}

.section-title {
	font-size:18px;
	letter-spacing:0.2em;
	text-transform:uppercase;
	font-weight:900;
	margin:0 auto;
	text-align:center;
	display:inline-block;
	padding:20px 70px;
	border:4px solid #fff;
	background-repeat:repeat;
	line-height: 1;
}

.main-content:nth-child(odd) .section-title {
	background-image:url('../img/dots-black-ST.svg');
}

.main-content:nth-child(even) .section-title {
	background-image:url('../img/dots-blue.svg');
}

.body-copy {
	max-width: 750px;
	font-size: 22px;
	letter-spacing: 0.05em;
	/*margin-top: 40px;
	padding-left: 7.5%;*/
	margin: 2em auto 0;
}

.body-copy a,
p a {
	border-bottom:1px dashed #fff;
	border-bottom:1px dashed rgba(255,255,255,0.7);
	transition:border-bottom 0.2s ease, color 0.2s ease;
}

.body-copy a:hover,
p a:hover {
	border-bottom:1px dashed rgba(255,255,255,0.4);
	color:rgba(255,255,255,0.8);
}

.lead-in {
	/*font-family: 'Ultra', serif;*/
	text-align:center;
	font-size:30px;
	font-weight: 600;
	color:#0e547f;
	border-top:6px solid rgba(255,255,255,0.3);
	border-bottom:6px solid rgba(255,255,255,0.3);
	border-image:url('../img/dots-white-double4.svg') 6 repeat;
	padding:15px 0;
	margin: 50px auto 0;
	line-height: 1.25;
}

.section-header-wrap {
	text-align:center;
}

/* section.program:before, section.contact:before { */
.main-content:nth-child(even):before {
	content: '';
	width: 0;
	height: 0px;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 10px solid #00a2e2;
	position: relative;
	display: block;
	left: 50%;
	top: -50px;
	margin-left: -15px;
}

.main-content:nth-child(odd):before {	
	content: '';
	width: 0;
	height: 0px;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 10px solid #00649b;
	position: relative;
	display: block;
	left: 50%;
	top: -50px;
	margin-left: -15px;
}

.main-content.about:before {
	content: '';
	width: 0;
	height: 0px;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 10px solid rgba(255,255,255,0.5);
	position: relative;
	display: block;
	left: 50%;
	top: -25px;
	margin-left: -15px;
	opacity: 0;
}

.main-content.orgs:before {
	display: none;
}

.center {
	margin: auto;
	width: 50%;
}

.center-full {
	width: 100%;
}

.center .float.half {
	margin-left: 0;
	margin-right: 0;
	padding-left: 2%;
	padding-right: 2%;
	width: 46%;
}

.center .float.thirds {
	margin-left: 0;
	margin-right: 0;
	padding-left: 2%;
	padding-right: 2%;
	width: 29.333%;
}





/* ==========================================================================
   STYLES: nav
   ========================================================================== */

.main-nav {
	padding: 12px 0;
	background-color:#000;
	background-color:rgba(0,0,0,0.5);
	position:fixed;
	top:0;
	z-index: 1000;
	transition:padding 0.2s ease, background-color 0.2s ease;
}

.main-nav ul {
	list-style:none;
	text-align:center;
	padding:0;
}

.main-nav ul.in {
	max-width: 100%;
	width: 100%;
}

.main-nav ul li {
	display: inline-block;
	line-height: 30px;
	height: 30px;
	margin-right: 10px;
	border-right: 1px solid #334045;
	border-right: 1px solid rgba(255,255,255,0.2);
	padding: 0 10px 0 0;
}

.main-nav ul li:last-child {
	margin-right:0;
}

.main-nav ul li a {
	color:#fff;
	color:rgba(255,255,255,0.9);
	text-transform:uppercase;
	letter-spacing: 0.2em;
	font-size: 13px;
	font-weight:900;
	text-decoration:none;
	padding: 0 5px 0 7px;
	line-height: 3;
	transition:color 0.2s ease, font-size 0.2s ease, background-color 0.2s ease;
}

.main-nav ul li a:hover, .main-nav.main-nav-shrink ul li a:hover {
	color:#fff;
}

.main-nav.main-nav-shrink ul li a.active {
	background-color: rgba(0,162,226,0.5);
	color:#fff;
}

.main-nav ul li a.home.active {
	background-color: transparent;
}

.main-nav.main-nav-shrink {
	padding:10px 0;
	background-color:rgba(0,0,0,0.9);
	box-shadow: 0 0 20px rgba(0,0,0,0.7);
}

.main-nav.main-nav-shrink ul li {
	line-height: 30px;
    height: 30px;
    padding: 0px 10px 0 0;
}

.main-nav.main-nav-shrink ul li a {
	color:rgba(255,255,255,0.8);
	font-size:11px;
	line-height: 30px;
	/*line-height: 1.8;*/
}

.main-nav ul li a {
	display: block;
	line-height: 30px;
}

.main-nav:not(.main-nav-shrink) ul li.main-nav--home {
	display: block;
	height: 4.5rem;
	max-height: 65px;
	border-right: none;
}

.main-nav ul li a.home {
	margin:0 auto;
	transition:background-size 0.1s ease, width 0.1s ease, height 0.1s ease, opacity 0.2s ease;
}

.main-nav ul li.main-nav--home a.home {
	padding: 0;
	font-size: 0;
}

.main-nav--full-logo {
	height: 220%;
	max-height: 53px;
	width: auto;
}

.main-nav--simulations-logo {
	margin: 6px 0 0 15px;
	height: 82%;
	max-height: 20px;
	width: auto;
}

.main-nav ul li a.home:hover {
	opacity:0.8;
}

.main-nav--icon-logo {
	display: none;
	height: 100%;
	width: auto;
	max-height: 30px;
}

.main-nav.main-nav-shrink .main-nav--simulations-logo,
.main-nav.main-nav-shrink .main-nav--full-logo {
	display: none;
}

.main-nav.main-nav-shrink .main-nav--icon-logo {
	display: inline;
}

.main-nav.main-nav-shrink ul li.main-nav--home {
	display: inline-block;
}

.main-nav.main-nav-shrink ul li {
	vertical-align: middle;
}


/* ==========================================================================
   STYLES: intro
   ========================================================================== */

.intro {
	background-image:url('../img/dots-blue-ST.svg'), url('../img/top-bg.jpg');
	background-size:auto, cover;
	background-position:center center, center center;
	background-repeat:repeat, no-repeat;
	padding:160px 0 50px;
	background-attachment:fixed;
}

.intro .in {
	max-width: 1050px;
}

.intro .welcome {
	font-weight: 300;
	font-size: 13px;
	line-height: 1.4;
	letter-spacing: 0.5em;
	text-align: center;
	color: #fff;
	margin: 0 auto 10px;
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	width: 55%;
}

.intro h2 {
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	color: rgba(255,255,255,0.8);
	/*font-family: 'Ultra', serif;*/
	font-size: 65px;
	font-weight: 900;
	margin: 0.5em auto 0;
	/*letter-spacing:0.15em;*/
	line-height: 1;
	width:80%;
}

/*.intro h2:after {
	content: '';
	width: 0;
	height: 0px;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 8px solid #fff;
	border-top: 8px solid rgba(255,255,255,0.7);
	position: relative;
	display: block;
	left: 50%;
	top: 12px;
	margin-left: -12px;
}*/

.intro h1 {
	font-weight:500;
	font-size:18px;
	line-height:1.4;
	letter-spacing:0.05em;
	text-align:center;
	color:#fff;
	width:65%;
	margin: 2em auto 0;
}

.intro h1 .detail {
	display:block;
}

.intro h1 .fp-logo, .intro h1 .usip-logo {
	display:inline-block;
	text-indent:-9999px;
	position: relative;
	background-repeat:no-repeat;
}

.intro h1 .fp-logo {
	background-image:url('../img/fp-logo.svg');
	background-size:149px 23px;
	width:149px;
	height:23px;
	top: 2px;
	margin-right:3px;
}

.intro h1 .usip-logo {
	background-image:url('../img/usip-logo.svg');
	background-size:133px 27px;
	width:133px;
	height:27px;
	top:-6px;
	margin-left:5px;
}

.intro .uae {
	display: block;
	margin: 15px auto 0;
	width:65%;
	text-align:center;
	font-size:14px;
}

.intro .details {
	text-align:center;
	list-style:none;
	margin:80px auto 0;
	color:#fff;
	text-transform:uppercase;
	padding:0;
}

.intro .details li {
	display: inline-block;
}

.intro .details .date {
	margin: 0 50px;
}

.intro .details .location {
	margin: 0 80px;
}

.intro .details .location + .location {
	margin-top: 20px;
}

.intro .details li span {
	font-size:16px;
	letter-spacing:0.2em;
	border:2px solid #00a2e2;
	display:block;
	padding:5px 15px 3px;
	margin-bottom: 3px;
}

/*.intro .details li a {
	font-weight:700;
	font-size:10px;
	letter-spacing:0.35em;
	display:inline;
	color:#fff;
	text-decoration:none;
	transition:color 0.2s ease;
}

.intro .details li a:hover {
	color:rgba(255,255,255,0.7);
}

.intro .details .date a:after {
	content:'▾';
	margin-left:3px;
	font-size:11px;
}

.intro .details .location a:after {
	content:'▸';
	margin-left:3px;
	font-size:11px;
}*/

.intro .details .separator {
	color: #00a2e2;
}

.featured-image {
	height: auto;
	max-width: 100%;
	width: 100%;
}

.featured-image--spaced {
	margin-top: 3em;
}



/* ==========================================================================
   STYLES: program
   ========================================================================== */


.program .sponsor-logo {
	display: block;
	margin: 1em 0 0;
	max-width: 100%;
}

.program .schedule > div {
	margin: 2em 0 3em;
}

.program .schedule > div:last-child {
	margin-bottom: 0;
}

.program .schedule .date {
	font-family: 'Ultra', serif;
	font-size:32px;
	font-weight: normal;
	letter-spacing:0.05em;
	margin: 40px 0 5px;
}

.program .schedule h4.date {
	font-size:26px;
}

.program .schedule .date span {
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	color:#00a2e2;
	font-size:14px;
	margin-left:-5px;
}

.program .schedule .schedule-agenda ul {
	list-style:none;
	width:100%;
	padding:0;
	margin:0 0 80px;
}

.program .schedule .schedule-agenda ul li {
	background-color:#0183bf;
}

.program .schedule ul li {
	margin-bottom:15px;
}

.program .schedule ul li .time, .program .schedule ul li .session {
	display:inline-block;
	font-size:22px;
	font-weight:900;
}

.program .schedule ul li .time {
	width:16%;
	background-color:#0183bf;
	padding:34px 2%;
	vertical-align: top;
	line-height: 1;
	text-align:center;
}

.program .schedule ul li .session {
	width:74%;
	background-color:#fff;
	color:#333;
	padding:30px 3%;
	margin-left: -5px;
	letter-spacing:0.05em;
}

.program .schedule ul li .time span {
	font-weight:300;
	font-size:12px;
	margin-left:2px;
	letter-spacing:0.1em;
}

.program .schedule ul li .session span {
	display:block;
	font-size:18px;
	font-weight:300;
	line-height:1.2;
	margin-top:3px;
}




/* ==========================================================================
   STYLES: participants
   ========================================================================== */

.participants h4 {
	font-size:26px;
	margin-bottom: -30px;
}

.participants ul {
	padding-left:0;
	margin-top:50px;
}



/* ==========================================================================
   STYLES: resources
   ========================================================================== */

.resources ul {
	padding-left:0;
	margin-top:50px;
}

.resources ul li a {
	padding-bottom: 4px;
}

.resources ul li h4 {
	display:inline;
	font-size: 32px;
	margin: 40px 0 -5px;
	line-height: 1.2;
	font-weight: 900;
	padding-bottom: 4px;
}

.resources ul li .description {
	display:block;
	font-size: 15px;
	margin-top:8px;
	line-height: 30px;
}

.resources ul li .btn {
	display:inline-block;
	font-weight:900;
	text-transform:uppercase;
	font-size:12px;
	letter-spacing:0.2em;
	padding:7px 10px 5px;
	line-height:1;
	background-color:#00649b;
	background-color:rgba(0,0,0,0.4);
	border-bottom:none;
	color:rgba(255,255,255,0.9);
	border-radius:3px;
	transition:color 0.2s ease, background-color 0.2s ease;
	margin-top:8px;
}

.resources ul li .btn:hover {
	background-color:#000;
	background-color:rgba(0,0,0,0.6);
	color:#fff;
}



/* ==========================================================================
   STYLES: contact
   ========================================================================== */

.contact .body-copy {
	margin-top:50px;
}

.contact label {
	display: block;
}

.contact input[type=text],
.contact select,
.contact textarea {
	border: 0;
	display: block;
	margin-bottom: 1em;
	padding: 0.5em;
	width: 100%;
}

.contact input[type=submit] {
	background: #00649b;
	border: 4px solid #fff;
	color: #fff;
	font-weight: 900;
	letter-spacing: 2px;
	padding: 20px 70px;
	text-transform: uppercase;
	margin-top: 1em;
}

.contact input[type=submit]:hover {
	background: #00a2e2;
}


/* ==========================================================================
   STYLES: orgs
   ========================================================================== */


.main-content.orgs {
	background-color:#032b47;
	color:#fff;
	color:rgba(255,255,255,0.5);
	text-align:center;
	padding: 80px 0 80px;
}

.orgs a {
	color:rgba(255,255,255,0.5);
	border-bottom:1px dashed #fff;
	border-bottom:1px dashed rgba(255,255,255,0.5);
	transition:color 0.2s ease, border-bottom 0.2s ease;
}

.orgs a:hover {
	color:rgba(255,255,255,0.3);
	border-bottom:1px dashed rgba(255,255,255,0.3);
}

.orgs .content {
	width:70%;
	margin:0 auto;
	letter-spacing: 0.05em;
}

.orgs .content .uae {
	width: 64%;
	left: 23%;
	position: relative;
	margin-left: -15px;
}

.orgs .content .uae p {
	text-align:left;
}

.orgs .content .uae-logo {
	display: inline-block;
	text-indent: -9999px;
	position: relative;
	background-repeat: no-repeat;
	background-image: url('../img/uae-logo.svg');
	background-size: 46px 60px;
	width: 46px;
	height: 60px;
	float:left;
	opacity:0.7;
	margin-right:15px;
	margin-top: 2px;
}

.orgs .logos {
	width:20%;
	margin:0 auto 10px;;
	border-bottom:2px solid #fff;
	border-bottom:2px solid rgba(255,255,255,0.2);
	padding-bottom:8px;
	opacity:0.5;
}

.orgs .logos .fp-logo, .orgs .logos .usip-logo {
	display: inline-block;
	text-indent: -9999px;
	position: relative;
	background-repeat: no-repeat;
	margin:0 10px;
}

.orgs .logos .fp-logo {
	background-image: url('../img/fp-logo.svg');
	background-size: 179px 28px;
	width: 179px;
	height: 28px;
	top: -2px;
}

.orgs .logos .usip-logo {
	background-image: url('../img/usip-logo.svg');
	background-size: 160px 32px;
	width: 160px;
	height: 32px;
	top:-10px;
}




/* ==========================================================================
   STYLES: footer
   ========================================================================== */

.footer {
	background-color:#000;
	padding:20px 0 30px;
	letter-spacing:0.05em;
	color:#fff;
	color:rgba(255,255,255,0.6);
	font-size:12px;
	text-align: center;
}

.footer span {
	margin-left:3px;
	color:rgba(255,255,255,0.5);
}



/* ==========================================================================
   STYLES: 404
   ========================================================================== */

.fourohfour {
	height:100%;
}

.fourohfour body {
	height:100%;
}

.fourohfour section.intro {
	height:100%;
	padding:0;
}

.fourohfour section.intro h2 {
	padding-top: 140px;
}


/** Iframe embed helpers */
.FP-iframe-wrap__container {
  margin-left: auto;
  margin-right: auto;
}

.FP-iframe-wrap {
  position: relative;
  width: 100%;
}

.FP-iframe-wrap > video {
  bottom: 0;
  height: 100%;
  left 0;
  position: absolute;
  right: 0;
  top 0;
  width: 100%;
}

.FP-iframe-wrap__container_vimeo {
  margin-top: 40px;
  max-width: 800px;
  width: 100%;
}

.FP-iframe-wrap_vimeo {
  padding-bottom: 56.25%;
}



/* ==========================================================================
   STYLES: MQ, global layout + style
   ========================================================================== */


@media (max-width: 800px) {

	.body-copy {
		max-width:none;
		width:90%;
		padding:0 5%;
	}

	.float {
		float: none;
	}

	.center {
		margin: 0 auto;
		width: 90%;
	}

	.center .float.half,
	.center .float.thirds {
		margin: 0 4%;
		padding: 0 2%;
		width: 88%;
	}

	.center .float.margin-top-mobile {
		margin-top: 50px;
	}

}



@media (max-width: 600px) {

	.in {
		width:85%;
	}

	.intro .in {
		width:90%;
	}

	.body-copy {
		width:100%;
		padding:0;
		font-size: 20px;
	}

}


@media (max-width: 400px) {


	.body-copy {
		font-size: 17px;
	}

}


@media (max-width: 370px) {

	.section-title {
		display: block;
		padding: 20px 30px;
		line-height: 1.2;
	}


}





   /* ==========================================================================
   STYLES: MQ, nav
   ========================================================================== */


@media (max-width: 960px) {
	.main-nav ul li a {
		font-size: 11px;
	}
}


@media (max-width: 700px) {

	.main-nav ul {
		width:95%;
	}

	.main-nav ul li a {
		font-size: 12px;
	}

	.main-nav ul li {
		margin-right: 5px;
		padding: 2px 5px 2px 0;
	}

	.main-nav ul li:last-child {
		border-right:none;
	}

	.main-nav {
		padding: 18px 0 13px;
	}

}


@media (max-width: 550px) {

	.main-nav ul li, .main-nav.main-nav-shrink ul li {
		margin-right: 0px;
		padding:0px 8px 0 3px;
	}

	.main-nav ul li a {
		font-size: 11px;
		padding: 0 4px 0 5px;
	}

	.main-nav {
		padding: 14px 0 11px;
	}
}

@media (max-width: 450px) {
	.main-nav:not(.main-nav-shrink) ul li.main-nav--home {
		height: 2.5rem;
	}

	.main-nav ul li, .main-nav.main-nav-shrink ul li {
		padding:0px 4px 0px 0;
	}

	.main-nav ul li:last-child, .main-nav.main-nav-shrink ul li:last-child {
		padding-right:0;
	}

	.main-nav ul li a {
		font-size: 11px;
		letter-spacing: 0.15em;
		font-weight: 700;
		padding: 0 2px 0 4px;
		/*top: -2px;*/
		position: relative;
	}

	.main-nav.main-nav-shrink ul li a {
		font-size: 10px;
	}

	.main-nav ul li,
	.main-nav ul li a,
	.main-nav.main-nav-shrink ul li,
	.main-nav.main-nav-shrink ul li a {
		height: 15px;
		line-height: 15px;
	}

	.main-nav {
		padding:10px 0 10px;
	}
}

@media (min-width: 401px) and (max-width: 600px) {
	.main-nav ul.in {
		width: 84%;	
	}
}

@media (min-width: 401px) and (max-width: 652px) {
	.main-nav.main-nav-shrink ul.in {
		width: 84%;	
	}
}


/* ==========================================================================
   STYLES: MQ, intro
   ========================================================================== */


@media (max-width: 1040px) {

	.intro h2 {
		width:90%;
	}

}


@media (max-width: 950px) {

	.intro h2 {
		width:100%;
	}

}


@media (max-width: 850px) {

	.intro h2 {
		font-size:62px;
	}

	.intro h1 {
		width: 85%;
	}

	.intro .welcome {
		width: 65%;
	}

}


@media (max-width: 700px) {

	.intro {
		padding: 115px 0 50px;
		background-attachment: scroll;
	}

	.intro h2 {
		font-size:50px;
		width:95%;
	}

	.intro .welcome {
		width: 75%;
		font-size: 12px;
		padding-bottom: 8px;
	}

	.intro h1 {
		width: 95%;
	}

	.intro .details .date {
		margin: 0 5% 0 0;
	}

	.intro .details .location {
		margin: 0 0 0 5%;
	}

}

@media (min-width: 451px) {
	.intro {
		padding-top: 175px;
	}
}


@media (max-width: 550px) {

	.intro h2 {
		font-size:45px;
		width:100%;
	}

	.intro .welcome {
		width: 85%;
	}

}



@media (max-width: 525px) {

	.intro h2 {
		font-size:40px;
	}

	.intro .welcome {
		width: 90%;
		letter-spacing:0.4em;
	}

	.intro h1 {
		width: 100%;
	}

	.intro .details .date {
		margin: 0 3% 0 0;
	}

	.intro .details .location {
		margin: 0 0 0 3%;
	}

}

@media (max-width: 450px) {

	.intro .details .date, .intro .details .location {
		display: block;
		margin: 0 auto 20px;
	}

	.intro h2 {
		font-size:32px;
	}

	.intro .welcome {
		width: 95%;
		font-size: 11px;
	}


}


@media (max-width: 370px) {

	.intro h2 {
		font-size: 28px;
	}

	.intro .welcome {
		letter-spacing:0.3em;
		width: 100%;
	}

	.intro h1 .usip-logo {
		display: block;
		margin: 0 auto 5px;
	}

	.intro h1 .fp-logo {
		margin-bottom: 14px;
	}


}





/* ==========================================================================
   STYLES: MQ, about and resources
   ========================================================================== */


@media (max-width: 800px) {

	.lead-in {
		font-size: 26px;
	}

}



@media (max-width: 600px) {

	.lead-in {
		font-size: 24px;
	}

	.resources ul {
		padding-left: 20px;
	}

}


@media (max-width: 500px) {

	.lead-in {
		font-size: 22px;
		padding: 10px 0;
	}

}


@media (max-width: 400px) {

	.lead-in {
		font-size: 20px;
		padding: 8px 0;
		margin: 40px auto 0;
	}

	.body-copy {
		margin-top: 30px;
	}

}


@media (max-width: 350px) {

	.lead-in {
		font-size: 18px;
	}

}





/* ==========================================================================
   STYLES: MQ, program
   ========================================================================== */


@media (max-width: 650px) {

	.program .schedule ul li .session {
		width: 72%;
		padding: 24px 4%;
	}

	.program .schedule ul li .time {
		width: 16%;
		padding: 26px 2%;
	}

	.program .schedule ul li {
		margin-bottom: 20px;
	}

	.program .schedule .date {
		margin: 40px 0 10px;
	}

}


@media (max-width: 600px) {

	.program .schedule ul li .session {
		width: 64%;
		padding: 24px 6%;
	}

	.program .schedule ul li .time {
		width: 20%;
	}

}


@media (max-width: 500px) {

	.program .schedule ul li .time, .program .schedule ul li .session {
		display: block;
	}

	.program .schedule ul li .session {
		width: 90%;
		padding:20px 5% 30px;
		margin-left:0;
		line-height: 1.2;
	}

	.program .schedule ul li .time {
		width: 90%;
		padding: 20px 5%;
		text-align:left;
	}

	.program .schedule ul li {
		margin-bottom: 30px;
	}

}


@media (max-width: 450px) {

	.program .schedule ul li .session {
		width: 86%;
		padding:15px 7% 25px;
	}

	.program .schedule ul li .time {
		width: 86%;
		padding: 20px 7%;
	}

}


@media (max-width: 400px) {

	.program .schedule ul li .session {
		width: 84%;
		padding:15px 8% 25px;
	}

	.program .schedule ul li .time {
		width: 84%;
		padding: 20px 8%;
	}

}




/* ==========================================================================
   STYLES: MQ, orgs
   ========================================================================== */


@media (max-width: 900px) {

	.orgs .logos {
		width: 70%;
	}

	.orgs .content {
		width: 90%;
	}

	.orgs .content .uae {
		width: 74%;
		left: 18%;
	}

}


@media (max-width: 650px) {

	.orgs .logos {
		width: 100%;
	}

	.orgs .content {
		width: 100%;
		text-align:left;
	}

	.orgs .logos .fp-logo, .orgs .logos .usip-logo {
		margin: 0 5px;
	}

	.orgs .content .uae {
		width: 100%;
		left: 0%;
		margin-left:0;
	}

}


@media (max-width: 450px) {

	.orgs .logos .usip-logo {
		margin: 15px auto 3px;
		display:block;
	}



}





/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
