/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: 'Interstate', 'Roboto', Helvetica, Arial, sans-serif;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}

a, a:visited, a:active {
    color: #3399CC;
    font-weight: 500;
    text-decoration: none;
}

/* fix CommonSpot dumbness */

#CS_Element_lightboxcontainer, #CS_Element_eventscontainer, #CS_Element_twittercontainer {
	padding: 0 !important;
}

/* Web Font
@font-face {
	font-family: 'ExpresswayBold';
	src: url("/customcf/jfk/fonts/exp_bold.eot")
}

@font-face {
	font-family: 'ExpresswayBold';
	src:url(//:) format("no404"), 
	url("/customcf/jfk/fonts/exp_bold.woff") format("woff"),
	url("/customcf/jfk/fonts/exp_bold.ttf") format("truetype"),
	url("/customcf/jfk/fonts/exp_bold.svg#ExpresswayBold") format("svg");
	font-weight:normal;
	font-style:normal
}
	
@font-face {
	font-family: 'ExpresswayRegular';
	src: url("/fonts/exp_reg.eot")
}

@font-face {
	font-family: 'ExpresswayRegular';
	src: url(//:) format("no404"),
	url("/customcf/jfk/fonts/exp_reg.woff") format("woff"),
	url("/customcf/jfk/fonts/exp_reg.ttf") format("truetype"),
	url("/customcf/jfk/fonts/exp_reg.svg#ExpresswayRegular") format("svg");
	font-weight: normal;
	font-style: normal
} */

/* General and Desktop Rules */
body {
	background-image:url('/customcf/jfk/images/retina_dust.png');
	font-size: 14px;
	line-height: 17px;
}

#main {
	background: #fafafa;
	margin: 25px auto;
	max-width: 920px;
	padding: 0 0 10px;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.15); -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.15); box-shadow: 1px 1px 3px rgba(0,0,0,0.15)
}

header {
	position: relative
}

header img {
	display: block;
	max-width:100%
}

#header-title {
	display: none;
	padding: 15px 20px;
	color: #fcfcfc;
	background: #1b75bb;
	font-size: 22px;
	line-height: 24px;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}

#banner-title {
	position:absolute;
	top: 0;
	left: 20px;
}

.clearfix:after {
	display: block;
	content: ".";
	height: 0;
	overflow: hidden;
	clear:both
}

.nav {
	display: block;
	position: relative;
	/*overflow: hidden;*/
}

.sub-nav, .sub-nav > li {
	float:left;
}

ul.sub-nav {
	float: none;
	display: block;
	overflow: hidden;
	margin-left: 155px;
}

a.navlink {
	display:inline-block;
	/*padding:15px 32px;*/
	padding:15px 19px;
}
  
.sub-nav section {
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	background: #191919
}

.feature{
	background: #191919;
	padding: 0;
	font-size: 18px;
	line-height: 20px;
	color: #fcfcfc
}

.feature > h2, .nav-block > h3 {
	width: 80px;
	color: #fcfcfc;
	background: #1b75bb;
	padding:15px 20px;
	text-transform: uppercase;
}

.feature a.navlink {
	cursor: pointer;
	text-transform: uppercase;
	display: block;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
}

.feature .active {
	/*background: #242424;
	background: transparent -moz-linear-gradient(top,rgba(255,255,255,0.15),transparent); background: transparent -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255,255,255,0.15)), to(transparent)); background: transparent -webkit-linear-gradient(top,rgba(255,255,255,0.15),transparent); background: transparent -o-linear-gradient(top,rgba(255,255,255,0.15),transparent); background: transparent linear-gradient(to bottom,rgba(255,255,255,0.15),transparent); filter: progid:dximagetransform.microsoft.gradient(startColorstr='#191919', endColorstr='#00ffffff', GradientType=0)*/
}

.feature .active h3 {
	color: #5c9dd0;
}

.feature a.navlink:hover, .feature a.navlink.active {
	padding-top: 0
}

.feature a.navlink:hover h3, .feature a.navlink.active h3 {
	padding-top: 10px;
	border-top: 5px solid #1b75bb
}

.content {
	font-size: 14px;
	clear: both;
	overflow: hidden
}

.is-open {
	z-index: 9999
}

.headline {
	display: none;
	background: #1b75bb;
	color: #fcfcfc; 
	padding: 11px 20px;font-size:20px;
	border-bottom:1px dotted #999
}

.nav-block {
	background: #191919;
	height: 50px;
	width: 120px;
	padding: 35px 0;
	clear: both;
	float: left;
	margin-top: 10px;
}

.nav-block.twitter {
	padding: 40px 0 50px;
}

.nav-block2 {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 35px 0;
	float: left;
	margin-top: 10px;
	height: 48px;
	background-color: #fff;
}

.nav-block2.twitter {
	padding: 40px 0 50px;
}

.nav-block h3 {
	float: left;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
}

.arrow-right {
	float: left; 
	width: 0;
	height: 0;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 25px solid #1b75bb;
	margin: 0;
}

.feature .arrow-right {
	margin-right: 10px;
}

/* Video Player */

#video_container {
	overflow: hidden;
}

.video-player {
	margin:0 20px 0 40px;
	max-width:600px;
	display:block;
	float: left;
}

#vplayer {
	display: block;
	margin: auto;
}

.video-chooser {
	background: #525a5a;
	max-width: 220px;
	float: left;
	padding:5px;
	overflow: hidden;
	/*overflow-y: scroll;*/
	height: 400px;
}

/*.video-chooser::-webkit-scrollbar {
    width: 8px;
}
 
.video-chooser::-webkit-scrollbar-track {
	background: rgba(255,255,255,0.1);
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3); 
}
 
.video-chooser::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.5);
	background: rgba(49, 162, 250, 0.25);
}

.video-chooser {
	scrollbar-face-color: #9abfe1;
	scrollbar-highlight-color: #9dc4e3;
	scrollbar-3dlight-color: #6b93b4;
	scrollbar-darkshadow-color: #4e73934;
	scrollbar-shadow-color: #487293;
	scrollbar-arrow-color: #1b75bb;
	scrollbar-track-color: #616969;
}*/

.video-chooser ul {
	overflow: hidden;
}

.video-chooser li {
	float: left;
	margin:10px 0;
}

.video-chooser .thumb {
	position: relative;
	float: left;
	overflow:hidden;
	width:100px;
	height:79px;
	padding:0;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, .4);
	cursor: pointer;
}

.video-chooser .thumb img {
	display: inline;
	position: relative;
	padding: 0px;
	left: 0px;
	top: 0px;
	-webkit-transition: opacity 400ms ease-in-out;
	-webkit-user-select: none;
	opacity: 1;
}

.video-chooser .thumb .frame {
	position: absolute;
	/*border: 1px solid rgba(0,0,0,0.4);
	border-width: 40px 50px 39px;
	width: 0;
	height: 0;*/
	background: #000;
	background: rgba(0,0,0,0.4);
	filter:alpha(opacity=40);
	/*pointer-events:none;*/
	width: 100px !important;
	height: 79px !important;
	left: 0;
	top: 0;
}

.video-chooser a {
	display: block;
	margin-left: 110px;
	color: #fcfcfc;
	font-size: 11px;
	line-height: 13px;
}

/* Carousel */

.content-slider {
	border: 1px solid #ddd;
	border-left: 0;
	float:left;
	margin-top: 10px;
	background-color: #fff;
	height: 118px;
	width: 734px;
	overflow: hidden;
	white-space: nowrap;
}

.content-slider.twitter {
	height: 138px;
}

.eventLI {
	border-right: 1px solid #ddd;
	display: inline-block; 
	width: 160px;
	height: 97px;
	padding: 10px 10px;
	white-space: normal;
	vertical-align: top;
	font-size: 12px;
	line-height: 15px;
	color: #555555;
    font-family: trebuchet ms,sans-serif;		
}

#twitterSlide .eventLI {
	height: 117px;
}

.eventLI-inner {
	overflow: hidden;
	height: 90px;
}

#twitterSlide .eventLI-inner {
	height: 120px;
}

.bottom-container {
	height: 63px;
	float:left;
	margin-top: 10px;
	padding: 30px 0;
}

.bottom-container.twitter {
	padding: 40px 0;
}

.carousel-btn, .carousel-btn:visited, .carousel-btn:active {
	background-color: #1b75bb;
	color: #fff;
    display: inline-block;
	font-size:18px;
	line-height: 18px;
	margin: 2px 0;
    padding: 4px 10px 6px;
    text-align: center;
    vertical-align: middle;
}

.carousel-btn:hover, .carousel-btn:active {
	/*background-color: #1b75bb;*/
	background: #124a75;
}

.carousel-btn.disabled {
	background: #ddd;
	color: #bbb;
}

.twitterlink a, .twitterlink a:visited, .twitterlink a:active, .twitterlink a:hover {
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    float: right;
    padding: 5px;
}

a.noStyle, a:visited.noStyle, a:active.noStyle, a:hover.noStyle	{
    color: #444;
    font-weight: bold;
    text-decoration: none;
}

/* Photo Gallery */
#photo_container, #video_container {
	background: #323838;
	padding: 40px 0;
}

#photo_gal {
	max-width: 650px;
	max-height: 614px;
	margin: 0 auto;
}

#photo_gal_chooser {
	max-width: 650px;
	margin: auto;
	font-size: 13px;
	padding-bottom: 55px;
}

#photo_gal_chooser h2 {
	float: left;
	text-transform: uppercase;
	line-height: 36px;
}

.dropdown_container {
	float: left;
	position: relative;
	margin-left: 10px;
}

a.dropdown {
	text-wrap: nowrap;
	display: block;
	overflow: hidden;
	padding: 8px 8px 8px 20px;
	width: 251px;
	background: #2c2b2b;
	background: transparent -moz-linear-gradient(top, #2c2b2d, #252929); background: transparent -webkit-gradient(linear, 0 0, 0 100%, from(#2c2b2d), to(#252929)); background: transparent -webkit-linear-gradient(top, #2c2b2d, #252929); background: transparent -o-linear-gradient(top,#2c2b2d, #252929); background: transparent linear-gradient(to bottom,#2c2b2d, #252929); filter: progid:dximagetransform.microsoft.gradient(startColorstr='#2c2b2d', endColorstr='#252929', GradientType=0);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	-webkit-box-shadow: 1px 1px rgba(0,0,0,0.4);
	box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}

.arrow-down {
	background: transparent url("/customcf/jfk/images/arrow.png") no-repeat 50% 50%;
	float:right;
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	content: "";
}

a.dropdown:hover .arrow-down, a.dropdown.is-open .arrow-down {
	background-color: #222;
	background-color: rgba(0,0,0,0.4);
}

a.dropdown.is-open {
	color: #fff;
}

ul.dropdown_menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 3001;
	display: none;
	float: left;
	width: 280px;
	margin: 1px 0 0;
	-webkit-box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.5);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

ul.dropdown_menu li {
	border-top: 1px solid #2c2c2c;
	border-bottom: 1px solid #080808;
	background: #272727;
	background: transparent -moz-linear-gradient(top, #272727, #222); background: transparent -webkit-gradient(linear, 0 0, 0 100%, from(#272727), to(#222)); background: transparent -webkit-linear-gradient(top, #272727, #222); background: transparent -o-linear-gradient(top, #272727, #222); background: transparent linear-gradient(to bottom, #272727, #222); filter: progid:dximagetransform.microsoft.gradient(startColorstr='#272727', endColorstr='#222222', GradientType=0);
}

ul.dropdown_menu li a {
	padding: 8px 20px;
	display: block;
	color: #fff;
	text-transform: uppercase;
}

ul.dropdown_menu li:hover {
	border-top-color: #495252;
}

ul.dropdown_menu li a:hover {
	color: #5C9DD0;
}

ul.dropdown_menu li:hover {
	background: #323838;
}

#gallery_dropdown {
	float: left;
	padding: 8px 12px;
	line-height:14px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#gallery_dropdown_menu li {
	padding: 5px 10px;
}

#gallery_dropdown_menu li:first-child {
	padding-top: 10px;
}

#gallery_dropdown_menu li:last-child {
	padding-bottom: 10px;
}

div.jb-idx-thb-frame {
	border: 50px solid rgba(0,0,0,0.4) !important;
	width: 0 !important;
	height: 0 !important;
}

div.jb-thm-thumb-selected div.jb-idx-thb-frame, .video-chooser .thumb.selected .frame, .video-chooser .thumb.selected:hover .frame {
	border: 10px solid #39c !important;
	border: 10px solid rgba(92, 157, 208, 0.6) !important;
	background: transparent;
	filter:alpha(opacity=100);
	width: 80px !important;
	height: 59px !important
}

div.jb-idx-thb-frame:hover, .video-chooser .thumb:hover .frame {
	border: 2px solid #39c !important;
	border: 2px solid rgba(92, 157, 208, 0.6) !important;
	background: transparent;
	filter:alpha(opacity=100);
	width: 96px !important;
	height: 75px !important
}

/* About */
#about {
	position: relative;
	background: #ebe1d6;
	color: #444;
	padding: 40px;
	overflow: hidden;
}

.top-shadow {
	position: absolute;
	left: 0;
	top: 0;
	height: 7px;
	width: 100%;
	background-image: -moz-linear-gradient(top,rgba(0,0,0,0.75),transparent); background-image:-webkit-gradient(linear, 0 0, 0 100%, from(rgba(0,0,0,0.75)), to(transparent));background-image:-webkit-linear-gradient(top,rgba(0,0,0,0.75),transparent);background-image:-o-linear-gradient(top,rgba(0,0,0,0.75),transparent);background-image:linear-gradient(to bottom,rgba(0,0,0,0.75),transparent);filter: progid:dximagetransform.microsoft.gradient(startColorstr='#595551', endColorstr='#D7CEC4', GradientType=0)
}

.top-shadow-grey {
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#131515', endColorstr='#2d3333', GradientType=0)
}

#about .col1 {
	float: left;
	width: 340px;
	font-size: 1.5em;
	line-height: 1.5em;
}

#about .col2 {
	margin-left: 380px;
	/*text-align: justify;*/
}

#about p {
	margin-bottom: 1em;
}

/*Reflections*/

#reflections {
	position: relative;
	background: #ebe1d6;
	color: #444;
	padding: 20px;
}

#reflections .col1 {
	float: left;
	width: 380px;
	padding-left: 30px;
}

#reflections .col2 {
	margin-left: 470px;
	width: 380px;
	height: 670px;
}

#reflections p {
	margin-bottom: 30px;
	color: #4d4037;
	font-size: 1.05em;
	line-height: 1.4em;
}

#reflections p.alternate {
	color: #817164;
}

#reflections #question{
	color: #1B75BB;
	font-size: 1.5em;
	padding: 20px 0 0px 30px;
}

#reflections .embiggen {
	font-size: 1.2em;
	font-weight: bold;
}

/* Documents */

#documents {
	position: relative;
	background: #eBe1d6;
	color: #444;
	padding: 40px;
	overflow: hidden;
}

#documents ul {
	display: block;
	width: 100%;
	overflow: hidden;
}

#documents li {
	display: block;
	overflow: hidden;
	margin: 10px 20px;
	float: left;
	width: 44%;
	min-height: 210px;
}

#documents li a {
	padding: 0;
}

#documents li a.title {
	display: block;
	color: #555;
	padding-bottom: 10px;
	font-size: 1.5em;
	line-height: 1.5em;
}

#documents li div.thumb-container {
	float: left;
	width: 120px;
}

#documents li div.text-container {
	margin-left: 130px;
}

#documents li a.thumb {
	display: block;
	width: 120px;
	background: #fff;
	margin-right: 10px;
}

#documents li a.thumb img {
	display: block;
	max-width: 120px;
	margin: 5px auto;
}

#documents li a.thumb, #documents li p {
	color: #555;
	font-size: 85%;
}

/*News styles*/

#news-container {
    background: none repeat scroll 0 0 #EBE1D6;
    color: #444444;
    padding: 40px;
    position: relative;
}

/*featured news style*/
#featured-story-row {
	overflow: hidden;
}

#featured-story-row img {
	width: 465px;
	height: 235px;
	float: left;
	margin: 0 20px 0 0;
}

#featured-story-row h1 {
    font-size: 2em;
    font-weight: normal;
    line-height: 1.2em;
    padding: 10px 0 15px;
	color: #444;
    text-decoration: none;
}

#featured-story-row p {
	font-size: 1.2em;
	line-height: 1.2em;
}

/*News Slider*/ 

#news-slider {
	padding-top: 50px;
	height: 160px;
	width: 810px;
	overflow: hidden;
	white-space: nowrap;
}

.newsLI {
	width: 140px;
	height: 160px;
	display: inline-block; 
	white-space: normal;
	vertical-align: top;	
	margin-right: 20px;
}

.newsLI img {
	width: 140px;
	height: 93px;
}

.newsLI h4 {
	margin-top: 5px;
	font-weight: normal;
	font-size: 14px;
	color: #444;
    text-decoration: none;
}

#rollover-container {
	border: 1px solid #999;
	-moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
	width: 140px;
    cursor: pointer;
    overflow: hidden;
    padding: 30px;
    position: absolute;
    z-index: 99999;
    background-color: #fff;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f1f1f1)); background-image: -webkit-linear-gradient(#fff,#f1f1f1); background-image: -moz-linear-gradient(#fff,#f1f1f1); background-image: -ms-linear-gradient(#fff,#f1f1f1); background-image: -o-linear-gradient(#fff,#f1f1f1); background-image: linear-gradient(#fff,#f1f1f1);background-image: -webkit-linear-gradient(#fff,#f1f1f1);
    height: auto;
}

.news-abstract {
	display: none;
	font-size: 13px;
	line-height: 14px;
	padding-top: 5px;
}

#news-controls {
    position: absolute;
    right: 0;
    bottom: 120px;
}

#news-controls a {
	width: 44px;
	text-align: left;
}

/* News Story */
#newsbanner {
	height: 145px;
	overflow: hidden;
}

#newsbanner img {
    position: relative;
    top: -6px;
}

#news-story {
    background: none repeat scroll 0 0 #f3e8dc;
    color: #444444;
    padding: 40px;
    position: relative;
    font-size: .9em;
}

#news-story h1 {
	line-height: 1.25em;
	font-size: 2em;
	font-weight: normal;
	padding: 10px 0 30px;
}

#author-date {
    border-bottom: 1px solid #BBB;
    border-top: 1px solid #BBB;
    width: 231px;
    margin-bottom: 10px;
    padding: 8px 0;
}

#story-content p {
    padding: 8px 0;		
}
#news-photo-container {
	display: inline;
	float: left;
	width: 300px;
	margin: 10px 25px 10px 0px;
}
#news-photo-container p {
	font-size: 0.8em;
    line-height: 1.2em;
}
a.backlink {
	text-transform: uppercase;
}
.article-tools {
    /*border: 1px solid #DDDDDD;*/
    display: inline;
    float: right;
    margin-bottom: 30px;
    /*background: #fff;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f1f1f1)); background-image: -webkit-linear-gradient(#fff,#f1f1f1); background-image: -moz-linear-gradient(#fff,#f1f1f1); filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f1f1', GradientType=0); background-image: -ms-linear-gradient(#fff,#f1f1f1); background-image: -o-linear-gradient(#fff,#f1f1f1); background-image: linear-gradient(#fff,#f1f1f1);*/
}
.article-tools li {
	padding: 3px;
	display: inline;
	float: left;
}
.article-tools li a {
    padding: 2px 13px 2px 23px;
}
.article-tools li img {
	border: 1px solid #DDD;
	padding: 2px;
}

.article-tools div[align=right] img {
	border: 0;
	padding: 0;
}

a.rss {
    margin-left: 1px !important;
    background: url("/customcf/jfk/images/rss.png") no-repeat scroll left center transparent;
}
a.email {
    background: url("/customcf/jfk/images/email.png") no-repeat scroll left center transparent;
}
a.print {
    background: url("/customcf/jfk/images/print.png") no-repeat scroll left center transparent;
}
a.share {
    background: url("/customcf/jfk/images/share.png") no-repeat scroll left center transparent;
    padding-right: 3px !important;
}
#ShareBox {
	margin-top: 10px !important
	background: #fff !important
	background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f1f1f1)); background-image: -webkit-linear-gradient(#fff,#f1f1f1); background-image: -moz-linear-gradient(#fff,#f1f1f1); filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f1f1', GradientType=0); background-image: -ms-linear-gradient(#fff,#f1f1f1); background-image: -o-linear-gradient(#fff,#f1f1f1); background-image: linear-gradient(#fff,#f1f1f1);
	border: 1px solid #DDD !important;
	right: 40px !important;
	left: inherit !important;
	width: 420px !important;
}
#ShareBox a {
	padding: 0 !important;
}

#ShareBox {
	font-size: 1.25em;
}

#ShareBox a {
	font-size: 0.8em;
}

#news-story #toolbar iframe {
	display: none;
}

/* Lightbox */
#lightbox {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	background: rgba(0,0,0,0.85);
	text-align: center;
	margin: 0 auto;
	z-index: 99999;
}

#lightbox > a > img {
	border: none;
}

#lightbox_container {
	width 90%;
	height: 95%;
	margin: 10px auto;
	max-width: 90%;
	-webkit-box-shadow:0 0 25px #111;
    -moz-box-shadow:0 0 25px #111;
	box-shadow:0 0 25px #111;
	position: relative;
	background: #191919;
	background: rgba(0,0,0,0.5);
	overflow: hidden;
}

#lightbox .close {
	/*-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:transparent;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	border:1px solid #999;*/
	display:block;
	color:#dedede;
	font-size:15px;
	padding:0 4px;
	text-decoration:none;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 100000;
}

#lightbox .close:hover {
	color: #fff;
	border-color: #ccc;
}

#lightbox_load {
	display: none;
}

div.loading {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: transparent;
	background: rgba(0,0,0,0.5);
}

div.loading span {
	display:block;
	width: 46px;
	height: 46px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -23px 0 0 -23px;
	background: url("/customcf/jfk/slider/img/spinner.gif") no-repeat;
}

/* Footer */
footer {
	overflow: hidden;
	color: #555;
	font-size: 12px;
	max-width: 920px;
	margin: 10px auto;
	padding: 0 8px;
}

footer .footer-top {
	overflow: hidden;
	padding-bottom: 20px;
	border-bottom: 1px solid #bbb;
	margin-bottom: 5px;
}

footer .left {
	float: left;
}

footer .right {
	float: right;
}

.home-link { 
	display: block;
	padding: 0 0 0 25px;
	margin: 0 15px 0 0;
	float: left;
	height: 21px;
	width: 20px;
	background: transparent url(/images/black-logo.jpg) no-repeat bottom left;
}

.home-link:hover{ 
	background: transparent url(/images/black-logo.jpg) no-repeat top left;
}

.black-logo { 
	float: left; 
	padding: 0 5px 0 0; 
	width: 20px;
	height: 21px;
}

/* Styles from reskin.css for the footer social icon elements  */

.reskin {
	font-size: 16px;
	text-align: left;
	outline: inherit;
}

.reskin a, .reskin a:visited, .reskin a:link, .reskin a:hover {
	color: #2588c6;
	text-decoration: none;
}

.reskin a:hover {
	text-decoration: underline;
}

/* Social Media Bar */
#social-media-bar {
	margin-top: 7px;
	background: #dedacd;
	overflow:hidden;
	padding: 6px 20px;
}

#social-media-bar span {
	font-weight: bold;
	font-size: 1.1em;
	line-height: 23px;
	display:inline-block;
	float:left;
	text-transform: uppercase;
}

#social-media-bar ul {
	float:left;
	margin-left: 10px;
}

#social-media-bar li {
	line-height: 23px;
	float: left;
	margin-right: 10px;
}

span.social-icon {
	background: url(/images/icons.png) no-repeat;
	display: inline-block;
	overflow: hidden;
	width: 23px;
	height: 23px;
	margin: 0 9px;
	opacity: 0.75;
}

span.social-icon:hover, .social-icon:active {
	opacity: 1.0
}

span.icon-facebook { background-position: -120px -30px }
span.icon-twitter { background-position: -120px 0 }
span.icon-youtube { background-position: -90px 0 }
span.icon-linkedin { background-position: -90px -30px }
span.icon-instagram { background-position: -90px -60px }
span.icon-wordpress { background-position: -30px -90px }
span.icon-ausocial { background-position: -120px -60px }
span.icon-googleplus { background-position: -120px -90px }
span.icon-email { background-position: 0 -120px }
span.icon-copylink { background-position: -30px -120px }

#social-media-bar {
	margin-bottom:10px; 
	font-size:12px;
	margin-left:2px;
}

#social-media-bar-text {
	font-size:12px;
}

#social-media-bar ul {
  margin-left: 2px;
}

#social-media-bar li {
  margin-right: 2px;
}

.reskin {
  margin: 0px auto;
  max-width: 920px;
  overflow: hidden;
}

/* Media Queries */
@media only screen and (max-width:920px) {
	
	#social-media-bar-text {
		margin-bottom:5px;
	}
	
	#social-media-bar li { margin-bottom: 10px; }
	#social-media-bar li { margin-right: 5px; }
	span.social-icon { margin-left: 0; }
	
	#banner-title {
		max-height: 98%;
	}

	#main {
		margin: 0;
		padding: 0;
	}
	
	.sub-nav {
		float: none
	}
	
	ul.sub-nav {
		margin: 0;
	}
	
	ul.sub-nav > li:first-child > a.navlink {
		padding-left: 20px;
	}
	
	.feature a.navlink.active {
		padding-top: 15px;
	}
	
	.feature a.navlink.active h3 {
		border-top: 0;
		padding-top: 0;
	}
	
	.sub-nav section {
		top:100px
	}
	
	.feature {
		padding-top: 0;	
	}
	
	.nav-block, .nav-block.twitter {
		float: none;
		width: auto;
		padding: 0;
		height: 50px;
		background: transparent;
		margin-top:0;
	}
	
	.nav-block2, .nav-block2.twitter {
		display: none;
	}
	
	.content-slider, .bottom-container { 
		margin:0;
	}
	
	.content-slider {
		border-width: 0 1px 0 0;
	}
	
	.bottom-container {
		padding-bottom: 25px
	}
	
	.twitterlink a {
		text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
		margin: -38px 15px 0;
	}
	
	.feature > h2, .nav-block > h3 {
		float:none;
		width:auto
	}
	
	.arrow-right {
		display:none
	}
	
	#photo_container, #video_container {
		padding: 20px 0;
	}
	
	#video_container {
		padding-bottom: 0;
	}
	
	.video-player {
		margin: 0 auto;
		float: none;
	}
	
	.video-chooser {
		margin: 20px auto 0;
		height: auto;
		width: 768px;
		max-width: 100%;
		float: none;
		overflow: hidden;
		padding: 0;	
	}
	
	.video-chooser ul {
		margin: 0 auto;
	}
	
	.video-chooser li {
		margin: 10px;
		width: 172px;
	}
	
	.video-chooser .thumb {
		margin: 0 auto;
		float: none;
	}
	
	.video-chooser a {
		margin: 10px 10px 0;
		text-align: center;
	}
	
	#about {
		padding: 0 20px;
	}
	
	#about .col1, #about .col2 {
		float: none;
		width: 100%;
		margin: 20px 0;
	}
	
	#about .col1 {
		font-size: 1.25em;
	}
	
	#documents {
		padding: 20px;
	}
	
	#documents li {
		margin: 1%;
		width: 48%;
		min-height: 230px
	}
	
	#news-container {
		padding: 0px;
	}

	/*Reflections*/

	#reflections .col1, #reflections .col2 {
		float: none;
		width: 100%;
		margin: 20px 0;
		height: inherit;
		padding: 0;
	}

	#reflections #question {
		padding: 10px 0 0 0;
	}

	#reflections .embiggen {
		font-size: 1.2em;
		font-weight: bold;
	}

	#reflections p.alternate {
		color: #4d4037;
	}
	
/*	#news-slider {
		height: auto;
		white-space: normal;~`
		width: auto;
	}*/

	#news-slider {
		width: 640px;
	}

	#news-controls {
	   bottom: 100px;
	}
	
	#news-story {
		padding: 20px;
	}
	
	#ShareBox {
		right: 20px !important;
	}
	
	footer {
		margin-top: 20px;
	}
}

@media only screen and (max-width:768px) {
	#header-title{ 
		display:block;
	}
	
	#banner-title, #bannerImg {
		display: none;
	}
	
	#newsnav, #news-story .top-shadow {
		display: none;
	}
	
	#banner, #newsbanner {
		background: url("/customcf/jfk/images/JFK_banner.jpg") -120px 0px;
		width: 100%;
	}
	
	#banner {
		height:442px
	}

	.feature {
		height:auto !important;
		padding:0
	}
	
	.feature a.navlink.active {
		background-image:-moz-linear-gradient(top,transparent,rgba(255,255,255,0.5));background-image:-webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(rgba(255,255,255,0.5)));background-image:-webkit-linear-gradient(top,transparent,rgba(255,255,255,0.5));background-image:-o-linear-gradient(top,transparent,rgba(255,255,255,0.25));background-image:linear-gradient(to bottom,transparent,rgba(255,255,255,0.25));filter: progid:dximagetransform.microsoft.gradient(startColorstr='#181818', endColorstr='#515151', GradientType=0)
	}
	
	.sub-nav {
		border-top:1px solid #777;
	}
	
	ul.sub-nav > li {
		float:none;
	}
	
	.sub-nav li section { 
		/*float: left;*/
		overflow: hidden;
		position: static
	}
	
	.sub-nav > li > a {
		padding: 15px 20px;
		display: block;
		border-bottom: 1px solid #444;
		background-image: -moz-linear-gradient(top,rgba(255,255,255,0.25),transparent);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255,255,255,0.25)), to(transparent)); background-image: -webkit-linear-gradient(top,rgba(255,255,255,0.25),transparent); background-image: -o-linear-gradient(top,rgba(255,255,255,0.25),transparent); background-image:linear-gradient(to bottom,rgba(255,255,255,0.25),transparent); filter: progid:dximagetransform.microsoft.gradient(startColorstr='#515151', endColorstr='#181818', GradientType=0)
	}
	
	.bottom-container {
		display: none;
	}
	
	.content-slider, .content-slider.twitter {
		width: 100% !important;
		height: auto;
	}
		
	.eventLI, #twitterSlide .eventLI {
		width: auto !important;
		height: auto;
		text-overflow: ellipsis;
		display: block;
		padding: 7px 20px;
		border-bottom:1px solid #ccc;
		background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f1f1f1)); background-image: -webkit-linear-gradient(#fff,#f1f1f1); background-image: -moz-linear-gradient(#fff,#f1f1f1); filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f1f1', GradientType=0); background-image: -ms-linear-gradient(#fff,#f1f1f1); background-image: -o-linear-gradient(#fff,#f1f1f1); background-image: linear-gradient(#fff,#f1f1f1);
	}
	
	.eventLI-inner, #twitterSlide .eventLI-inner {
		height: auto;
	}
	
	#video_container {
		padding-bottom: 0;
	}
	
	.video-chooser {
		width: 100%;
	}
	
	.video-chooser ul {
		width: 480px;
	}
	
	.video-chooser li {
		margin:10px 5px;
		width: 150px;
	}
	
	#documents li {
		width: auto;
		min-height: 100%;
		margin: 2% 1%;
	}
	
	#documents li a.thumb {
		margin-right: 20px
	}
	
	#news-container {
		padding: 0;
	}
	
	#featured-story-row {
		padding: 25px 20px 20px;
		border-bottom: 1px dotted #ccc;
	}
	
	#featured-image-copy {
		display: inline-block;
	}
	
	#news-slider {
		padding:0 0 10px;
		height: auto;
		width: auto;
	}
	
	#news-panes {
		margin-left: 0 !important;
	}

	#news-controls {
		display: none;
	}
	
	.newsLI {
		width: auto;
		height: auto;
		display: block; 
		margin: 0;
		padding: 10px 20px;
	}
	
	.newsLI img {
		width: 100px;
		height: inherit;
		float: left;
		margin-right: 10px;
	}
	
	.newsLI h4 {
		line-height: 15px;
	} 
	
	.news-abstract {
		display: block;
	}
}

@media only screen and (max-width:480px) {
	#header-title {
		padding: 10px 15px;
		font-size: 17px;
	}
	
	#banner, #newsbanner {
		background-position: -250px 0;
	}
	#banner {
		height:360px
	}
	
	#photo_container, #video_container {
		padding: 10px 0 0;
	}
	
	.video-chooser {
		margin-top: 10px;
	}
	
	.video-chooser ul {
		width: 320px;
	}
	
	#documents {
		padding: 0;
	}
	
	#documents li, .newsLI {
		margin: 0;
		padding: 7px 20px;
		border-bottom: 1px solid #ccc;
		background-image: -webkit-gradient(linear,left top,left bottom,from(#fffaf4),to(#ebe1d6)); background-image: -webkit-linear-gradient(#fffaf4,#ebe1d6); background-image: -moz-linear-gradient(#fffaf4,#ebe1d6); background-image: -ms-linear-gradient(#fffaf4,#ebe1d6); background-image: -o-linear-gradient(#fffaf4,#ebe1d6); background-image: linear-gradient(#fffaf4,#ebe1d6);background-image: -webkit-linear-gradient(#fffaf4,#ebe1d6);
	}
	
	#documents li:first-child {
		padding-top: 15px;
	}
	
	#documents li a.title {
		font-size: 1.25em;
		line-height: 1.25em;
	}
	
	#featured-story-row {
		background-image: -webkit-gradient(linear,left top,left bottom,from(#fffaf4),to(#ebe1d6)); background-image: -webkit-linear-gradient(#fffaf4,#ebe1d6); background-image: -moz-linear-gradient(#fffaf4,#ebe1d6); background-image: -ms-linear-gradient(#fffaf4,#ebe1d6); background-image: -o-linear-gradient(#fffaf4,#ebe1d6); background-image: linear-gradient(#fffaf4,#ebe1d6);background-image: -webkit-linear-gradient(#fffaf4,#ebe1d6);
	}
	
	#featured-story-row img {
		max-width: 100%;
		height: auto;
	}
	
	#news-slider {
		padding: 0;
	}
	
	.article-tools {
		overflow: hidden;
		display: block;
		float: none;
		margin: 10px 0 0;
	}
	
	#ShareBox {
		width: 210px !important
	}
	
}

@media only screen and (max-width:320px) {
	#banner {
		background-position: -320px 0;
		height: 300px;
	}
}

@media only print {
	body, #main {
		margin: 0;
		background: #fff;
		max-width: 100%;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	
	#header-title {
		display: none;
		color: #000;
		background: #transparent;
		text-shadow: none;
	}
	
	#banner, #newsbanner, #banner-title, #newsnav, .arrow-right, a.navlink, .top-shadow, #toolbar, .nav-block2, .bottom-container, footer, .backlink {
		display: none;
	}
	
	.feature, .sub-nav section {
		background: transparent;
	}
	
	.feature h2, .nav-block h3 {
		display: block;
		background: tranparent;
		color: #000;
		width: 100%;
	}
	
	.sub-nav section h1 {
		display: block !important;
		margin-bottom: 20px;
		text-transform: uppercase;
		font-size: 1.5em;	
	}
	
	div.nav-block {
		background: transparent;
		width: 100%;
	}
	
	.content-slider {
		border: none;
		height: auto;
		padding-left: 20px;
		margin-top: 0;
	}
	
	.eventLI {
		border-right: none;
		height: auto;
	}
	
	.eventLI-inner {
		height: auto;
	}
	
	.twitterlink a {
		color: #000;
		float: none;
	}
	
	#about, #news-container, #video-container, #photo-container, #documents, #news-story {
		background: transparent;
		padding: 0;
	}
}

/* Tablet Rules */
@media only screen and (min-width: 768px) and (max-width: 1024px) {			
}
/* iPad Landscape Rules */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
}
/* iPad Portrait Rules */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
}
/* SmartPhone Landscape Rules */ 
@media only screen and (min-width: 321px) and (max-width: 480px) {
}
/* SmartPhone Portrait Rules */
@media only screen and (max-width: 320px) {
}







 
 
 
 
 
 
 
 
 
 
 
 
 
 
 */