/* ------------------------------------------------------------------------------  */
/* REMEMBER! REMEMBER! REMEMBER! REMEMBER! REMEMBER! REMEMBER! REMEMBER! REMEMBER! */
/*                                                                                 */ 
/*              ALL CUSTOM STYLES MUST BE ADDED TO MOBILE STYLES AS WELL!          */
/*                                                                                 */
/*                                                                                 */ 
/* ------------------------------------------------------------------------------- */
@font-face {
    font-family: 'stainless';
    src: url('/styles/fonts/stainless-regular-slcfont.eot');
    src: url('/styles/fonts/stainless-regular-slcfont.eot?#iefix') format('embedded-opentype'),
         url('/styles/fonts/stainless-regular-slcfont.woff') format('woff'),
         url('/styles/fonts/stainless-regular-slcfont.ttf') format('truetype'),
         url('/styles/fonts/stainless-regular-slcfont.svg#stainlessregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'stainless';
    src: url('/styles/fonts/stainless-black-slcfont.eot');
    src: url('/styles/fonts/stainless-black-slcfont.eot?#iefix') format('embedded-opentype'),
         url('/styles/fonts/stainless-black-slcfont.woff') format('woff'),
         url('/styles/fonts/stainless-black-slcfont.ttf') format('truetype'),
         url('/styles/fonts/stainless-black-slcfont.svg#stainlessblack') format('svg');
    font-weight:900;
    font-style: normal;
  
}
@font-face {
    font-family: 'stainless';
    src: url('/styles/fonts/stainless-light-slcfont.eot');
    src: url('/styles/fonts/stainless-light-slcfont.eot?#iefix') format('embedded-opentype'),
         url('/styles/fonts/stainless-light-slcfont.woff') format('woff'),
         url('/styles/fonts/stainless-light-slcfont.ttf') format('truetype'),
         url('/styles/fonts/stainless-light-slcfont.svg#stainlesslight') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'stainless';
    src: url('/styles/fonts/stainless-bold-slcfont.eot');
    src: url('/styles/fonts/stainless-bold-slcfont.eot?#iefix') format('embedded-opentype'),
         url('/styles/fonts/stainless-bold-slcfont.woff') format('woff'),
         url('/styles/fonts/stainless-bold-slcfont.ttf') format('truetype'),
         url('/styles/fonts/stainless-bold-slcfont.svg#stainlessbold') format('svg');
    font-weight:700;
    font-style: normal;
  }  
  /* SALT LAKE CITY */
  /* This document validates as CSS level 3 ! - Validated 10/30/13 */
  /* ------------------------------------------------------------------ */
  /* Element Defaults */
  /* ------------------------------------------------------------------ */
  /* reset by reset.css. */
  .postBody,
  #storyBody,
  .descr_txt {
  	font-size: 16px;
  	line-height: 1.43;
  }
  p {
  	margin: 3px 0;
  }
  #storyBody p,
  .postBody p,
  .descr_txt p {
  	margin: 1.12em 0;
  }
  #storyBody p a,
  .postBody p a,
  .descr_txt p a {
    font-weight:bold;
    color: #65788f;
  }

  strong,b {
  	font-weight: 700;
  }
  em {
  	font-style: italic;
  }
  span.at-icon-wrapper {
    margin-right: 3px;
    vertical-align: bottom;
}
  /* fonts and anchors */
  body {
  	font-family: 'stainless', sans-serif;
  	font-size: 78%;
  	font-weight: 400;
  	color: #000;
  }
  input[type=submit] {
  	cursor: pointer;
  }
  textarea {
  	resize: vertical;
  }
  a {
  	color: #65788f;
  	text-decoration: none;
  }
  a:hover {
  	text-decoration: underline;
  }
  iframe {
  	display: block;
  	margin: 0 auto;
  }
  /* -- Style ul in content -- */
  body#Event div.descr_txt ul,#storyBody>ul,.postBody>ul {
  	list-style: disc inside;
  	overflow: hidden;
  	margin: 10px 0;
  }
  body#Event div.descr_txt ul li,#storyBody>ul li,.postBody>ul li {
  	margin: 0 0 5px;
  	list-style: disc inside;
  	overflow: hidden;
    padding: 0 5px;
  }
  div#storyBody>ol li,.postBody>ol li {
    list-style:decimal inside none;
     margin: 0 0 5px;
     overflow: hidden;
     padding: 0 5px;
  }
  body#Event div.descr_txt ul li:last-of-type,
  #storyBody ul li:last-of-type,.postBody ul li:last-of-type {
  	margin: 0;
  }
  /* Grid Resets */
  body.Amelia7Zone div#gridMain {
  	background: none !important;
  }
  body.Amelia7Zone div#gridMainColumn {
  	float: left;
  	width: 499px !important;
  }
  body.Amelia7Zone div#gridFrame {
  	margin: 0px 10px 10px 0 !important;
  	width: 670px !important;
  }
  body.Amelia7Zone div#gridRightSidebarTop {
  	text-align: left !important;
  	margin: 0px 0 10px;
  }
  body.Yorick5Zone div#gridMain,
  body.Trantor6Zone div#gridMain {
  	background-color: transparent !important;
  }
  body.Trantor6Zone div#gridMainColumn {
  	width: 550px;
  }
  body.Iapetus10Zone div#gridFrame,
  body.Karnak6Zone div#gridMainColumn {
  	margin: 0 15px 10px 0;
  }
  body.Iapetus10Zone div#gridFrame,
  body.Karnak6Zone div#gridMainColumn {
  	width: 665px;
  }
  body.Iapetus10Zone div#gridRightColumn,
  body.Karnak6Zone div#gridRightColumn,
  body.Iapetus10Zone #gridSpanningIsland {
  	margin: 0 0 10px;
  	width: 300px;
  }
  body#IssueArchives.Karnak6Zone div#gridMain {
  /*  width:645px; */
  }
  body.Karnak6Zone div#gridMainSidebar {
  	margin: 0 0 10px;
  }
  /* ------------------------------------------------------------------ */
  /* Common Class Defaults */
  /* ------------------------------------------------------------------ */
  /* clearfix - for closing elements containing floats across browsers */
  .clearfix:after {
  	content: ".";
  	display: block;
  	height: 0;
  	clear: both;
  	visibility: hidden;
  }
  .clearfix {
  	display: inline-block;
  }
  /* Hides from IE-mac \*/
  * html .clearfix {
  	height: 1%;
  }
  .clearfix {
  	display: block;
  }
  /* End hide from IE-mac */
  a.inlineEdit,span.inlineEdit {
  	font-family: Arial, Helvetica, Verdana, sans-serif !important;
  	font-weight: 400 !important;
  	font-size: 10px !important;
  	color: #999 !important;
  	text-decoration: none !important;
  	text-transform: uppercase;
  }
  a.inlineEdit:hover,span.inlineEdit:hover {
  	color: red !important;
  }
  .hidden_element {
  	display: none;
  }
  .image_magnify {
  	position: absolute;
  	top: 0;
  	right: 10px;
  	width: 16px;
  	height: 16px;
  }
  .clicktozoom {
  	display: none;
/*    text-align: right;
    font-size: 9px;
    text-decoration: none;
    color: #999;*/
  }
  .headline,.headline a {
  	color: #222;
  	text-decoration: none;
  	line-height: 1;
  }
  .headline a:hover {
  	color: #000;
  }
  .subheadline {
  	color: #65788f;
  }
  .byline {
  	font-weight: 400;
  	color: #222;
  }
  .byline a {
  	color: #222;
  }
  .byline span {
  	font-weight: 400;
  }
  .excerpt {
  /* XXX Where is this used? */
  	background: #eee;
  	padding: 15px;
  	margin: 10px 15px;
  	border: 1px dotted #000;
  }
  .notice {
  	background-color: #eee;
  	margin: 0;
  	padding: 9px;
  	text-align: center;
  }
  .pagination {
  	font-size: 12px;
  }
  div.storyPagination {
  	font-size: 1.1em;
  }
  a.memberThumb {
  	display: block;
  	width: 50px;
  	height: 50px;
  	overflow: hidden;
  }
  div#mainTopRow,
  div#mainCenterRow {
  	margin: 0 0 0px;
  }
  #Section div#mainTopRow,#Page #mainCenterRow {margin-bottom:15px;}
  
  div#ToolBarHorizontal div a.saveAction {
  	display: inline-block;
  	padding-left: 20px;
  	margin: 0 auto;
  	height: 16px;
  	line-height: 20px;
  	background: url(/images/icons/favorite.gif) 0 0 no-repeat transparent;
  }
  div#ToolBarHorizontal .emailAction {
  	background: url(/images/icons/article_tools/email.gif) 0 3px no-repeat;
  	text-indent: -9999em;
  	display: block;
  	width: 16px;
  	margin: 0 auto;
  }
  input.searchbox {
  	width: 134px;
  	height: 16px;
  	background: url(/images/backgrounds/keywords.png) no-repeat;
  	padding: 3px 9px 0 21px;
  	border: 0;
  	font-size: 10px;
  }
  input.searchbox:focus {
  	outline: none;
  }
  .BlogButton {
  	display: block;
  	width: 140px;
  	height: 45px;
  	background-repeat: no-repeat;
  	text-indent: -6000px;
  }
  .sectionHeader {
  	background-repeat: no-repeat;
  	background-position: left top;
  	text-align: left;
font-weight: 700;
  	font-size: 16px;
  	color: #000;
  }
  .sectionHeader a,.sectionHeader span {
  	display: block;
  	text-indent: -6000px;
  }
  h1.sectionHeader {
  	height: 22px;
  }
  h1.sectionHeader a,h1.sectionHeader span {
  	height: 22px;
  	line-height: 22px;
  }
  h2.sectionHeader {
  	height: 13px;
  }
  h2.sectionHeader a,h2.sectionHeader span {
  	height: 13px;
  	line-height: 13px;
  }
  #gridMainSidebar1 div.MainSidebar {
  	background: none;
  	margin-bottom: 15px;
  }
  #gridMainSidebar1 div.MainSidebar h3 {
  	background: none;
  	padding: 0 0 10px;
    font-weight: 700;
  	font-size: 18px;
  	color: #000;
  	text-align: left;
  	line-height: 1em;
  	letter-spacing: -1px;
  }
  #gridMainSidebar1 div.MainSidebar h3 a {
  	color: #000;
  	text-decoration: none;
  }
  #gridMainSidebar1 div.MainSidebar ul {
  	padding: 0;
  }
  /* ------------------------------------------------------------------ */
  div.tools {
  	margin-bottom: 5px;
  	width: 152px;
  	padding: 2px;
  	color: #000;
  	border: 1px solid #DDD;
  	border-radius: 2px;
  }
  div.tools h3 {
  	padding: 5px 0;
  	border: 1px solid #000;
  	border-bottom: none;
  	text-align: center;
  	font-weight: 700;
  	font-size: 11px;
  	letter-spacing: 1px;
  	display: none;
  }
  div.tools h4 {
  	padding: 0 0 3px;
  	font-size: 12px;
  }
  div.tools *+h4 {
  	padding-top: 8px;
  }
  div.tools ul {
  	border-top: none;
  }
  div.tools ul li {
  	font-size: 13px;
  }
  div.tools ul li.shareLink {
  	padding: 4px 5px;
  }
  div.tools ul li a {
  	background-repeat: no-repeat;
  	background-position: 5px center;
  	display: block;
  	padding: 2px 0 2px 28px;
  }
  div.tools ul li * a,div.tools ul li.shareLink a {
  	display: inline;
  	padding: 0;
  	text-transform: none;
  }
  div.tools ul li.l1 {
  	padding: 5px;
  }
  div.tools ul li.l0 ul {
  	margin-bottom: 5px;
  }
  div.tools div.togglePanel {
  	padding: 5px;
  	background-color: #eee;
  }
  div.horizontalToolsTogglePanel {
  	padding: 5px;
  	background-color: #eee;
  }
  div.tools div.togglePanel textarea,div.horizontalToolsTogglePanel textarea,div.tools div.togglePanel input[type=text],div.horizontalToolsTogglePanel input[type=text] {
  	width: 132px;
  	padding: 2px;
  	border: solid 1px #000;
  }
  div.tools div.loading,div.horizontalToolsTogglePanel div.loading {
  /* loader image from ajaxload.info */
  	background-image: url(/images/icons/toolsloader.gif);
  	background-repeat: no-repeat;
  	background-position: 0 center;
  	padding: 0 20px;
  }
  div.tools a.emailAction {
  	background-image: url(/images/icons/article_tools/email.gif);
  }
  div.tools a.printAction {
  	background-image: url(/images/icons/article_tools/print.gif);
  }
  div.tools a.shareAction {
  	background-image: url(/images/icons/article_tools/share.gif);
  }
  div.tools a.saveAction,div.tools a.icalAction {
  	background-image: url(/images/icons/article_tools/save.gif);
  }
  div.tools a.commentItem {
  	background-image: url(/images/icons/article_tools/comment.gif);
  }
  div.tools a.reminderAction {
  	background-image: url(/images/icons/article_tools/remind.gif);
  }
  div.tools a.addAction {
  	display: block;
  	padding: 5px 0 5px 18px;
  	background-repeat: no-repeat;
  	background-position: 0 center;
  	background-image: url(/images/icons/article_tools/add.gif);
  }
  div.tools form a.addAction {
  	background-image: none;
  	padding: 5px;
  	text-decoration: none;
  }
  div.horizontalTools {
  	background-color: #eee;
  	border: 2px solid #000;
  	float: left;
  	margin-bottom: 10px;
  	width: 100%;
  }
  div.horizontalTools ul {
  	padding: 0;
  }
  div.horizontalTools li.l0 {
  	float: left;
  	margin: 0 5px;
  	padding: 1px 6px;
  }
  div.horizontalTools li.l0 a {
  	text-decoration: none;
  	font-size: .9em;
  }
  div.horizontalToolsTogglePanel {
  	width: auto !important;
  	height: auto !important;
  	padding: 10px;
  }
  div.horizontalToolsTogglePanel .toolsInner {
  	padding: 5px;
  }
  div.horizontalToolsTogglePanel .toolsInner h3 {
  	margin: 5px 0;
  }
  div.horizontalToolsTogglePanel ul li.l1 {
  	background: #eee;
  	padding: 2px;
  	margin: 2px 0;
  }
  div.processOutput {
  	background: #eee;
  	padding: 10px;
  	margin-bottom: 10px;
  	border: 1px solid #000;
  }
  /* ------------------------------------------------------------------ */
  div.tinyTools {
  	border: 1px solid #ddd;
  	border-radius: 2px;
  	float: right;
  	clear: right;
  	font-size: 10px;
  	line-height: 1em;
  	margin-left: 5px;
  	padding: 2px;
  }
 body.Amelia7Zone div.tinyTools {width:121px;}
  div.tinyTools h3 {
  	font-size: 10px;
  	line-height: 1em;
  	display: none;
  }
  div.tinyTools h4 {
  	margin: 5px 0 2px;
  	font-size: 10px;
  }
  div.tinyTools ul {
  	margin: 1px 0 0;
  }
  div.tinyTools ul li.l0 {
  	margin-bottom: 1px;
  }
  div.tinyTools ul li.l0 a {
  	display: block;
  	padding: 1px 4px;
  	text-decoration: none;
  	color: #888;
  }
  div.tinyTools div.togglePanel ul {
  	margin: 0;
  }
  div.tinyTools div.togglePanel {
  	padding: 4px;
  }
  div.tinyTools div.togglePanel textarea,div.tinyTools div.togglePanel input[type=text] {
  	width: 102px;
  	padding: 2px;
  	border: solid 1px #000;
  }
  /* ------------------------------------------------------------------ */
  div.flipBook {
  	position: relative;
  }
  div.flipBook .credit {
  	margin: 2px 0 2px 0;
  	text-align: right;
  	font-size: 11px;
  }
  div.flipBook div.photGridWrap {
  	text-align: center;
  }
  div.flipBook div.photoGrid {
  	display: inline-block;
  	margin-top: 4px;
  	border-top: dotted 1px;
  	padding: 4px 0 4px 1px;
  }
  div.flipBook div.photoGrid a,div.flipBook div.photoGrid a:link,div.flipBook div.photoGrid a:visited,div.flipBook div.photoGrid a:hover {
  	position: relative;
  	float: left;
  	text-decoration: none;
  	border: none;
  	background-position: 50% 50%;
  	background-repeat: no-repeat;
  	border: 1px solid #000;
  	margin: 3px 5px 4px 0;
  	width: 46px;
  	height: 46px;
  }
  div.flipBook div.photoGrid a:hover {
  	width: 50px;
  	height: 50px;
  	left: -2px;
  	top: -2px;
  	margin-right: 1px;
  	margin-bottom: 0;
  }
  /* ------------------------------------------------------------------ */
  /* Comments */
  /* ------------------------------------------------------------------ */
  div.commentsHeader a.feedLink {
  	background: transparent url(/images/rss-small.gif) no-repeat top center;
  	color: transparent;
  	font-size: .7em;
  	text-decoration: none;
  	text-indent: -6000px;
  }
  /* ------------------------------------------------------------------ */
  /* Inline Images */
  /* ------------------------------------------------------------------ */
  .contentImageCenter {
  	text-align: center;
  	margin-bottom: 10px;
  	line-height: 1;
  }
  .contentImageRight {
  	float: right;
  	margin-left: 10px;
  	position: relative;
  	line-height: 1;
  	margin-bottom: 10px;
  }
  .contentImageLeft {
  	float: left;
  	margin-right: 10px;
  	margin-bottom: 10px;
  	line-height: 1;
  	position: relative;
  }
  .contentImageCenter a img,.contentImageRight a img,.contentImageLeft a img {
  	margin: 0 auto 3px;
  }
  /* blog images */
  .postBody img.blogImageLeft,.postBody img.blogImageRight,.postBody img.blogImageCenter {
  	background: #eee none repeat scroll 0 0;
  	border: 1px solid #000;
  	display: block;
  	margin: 5px;
  	padding: 5px;
  	text-align: center;
  }
  .postBody img.blogImageLeft {
  	float: left;
  	display: inline;
  	margin: 0 10px 10px 0;
  }
  .postBody img.blogImageRight {
  	float: right;
  	display: inline;
  	margin: 0 0 10px 10px;
  }
  .postBody img.blogImageCenter {
  	display: inline;
  	margin: 0 10px;
  }
  div.blogImageRight {
  	float: right;
  	margin: 0 0 10px 10px;
  }
  div.blogImageCenter {
  	clear: both;
  	margin: 10px auto;
  }
  div.blogImageLeft {
  	float: left;
  	margin: 0 10px 10px 0;
  }
  div.blogImageCenter ul,div.blogImageLeft ul,div.blogImageRight ul {
  	padding: 0;
  	margin: 0;
  	color: #000;
  	font-size: .9em;
  	text-align: right;
  }
  ul li.imageCredit,p.credit {
  	font-size: 13px;
  	list-style: none outside none;
  	text-align: right;
  	color: #66798f;
  	line-height: 1;
  	margin: 2px 0;
    padding-bottom: 1px;
  	font-weight: 300;
  }
  ul li.imageCaption,p.caption {
  	text-align: left;
  	font-size: 15px;
  	list-style: none outside none;
  	color: #565656;
  	line-height: 1;
      padding-bottom: 1px;
  }
  /* Digital Issue styles [Issue Archives] */
  li.digitalIssue {
  	padding-top: 5px;
  }
  a.digitalIcon {
  	background: #eee url(/images/icons/paper.gif) no-repeat scroll 1px center;
  	padding: 1px 3px 1px 15px;
  	text-decoration: none;
  	font-weight: 700;
  	border: 1px solid #000;
  }
  #archiveIssueHeader ul {
  	margin-bottom: 15px;
  }
  #archiveIssueHeader a.digitalIcon {
  	font-size: .8em;
  	background: #eee url(/images/icons/paper-large.png) no-repeat scroll 2px center;
  	padding-left: 25px;
    display:inline-block;
    margin-top:0.5em;
  }
  /* Twitter Feed */
  div#TwitterWidget,div#FacebookFindUs {
  	margin:0 auto 10px;
  	width:300px;
  }
  #TwitterFeed {
  	background: #ebecf0;
  	padding: 0 0 5px;
  }
  #TwitterFeed h2.widget_head {
  	text-align: center;
  	margin-bottom: 5px;
  	padding: 10px;
  	background: #65788f url(/images/icons/twitter-bird.gif) 6px center no-repeat;
  }
  #TwitterFeed h2.widget_head a {
  	color: #fff;
  	font-size: 1.4em;
  	text-decoration: none;
  	letter-spacing: .5em;
  }
  #TwitterFeed li {
  	padding: 10px;
  }
  #TwitterFeed a.widget_link {
  	display: block;
  	text-align: center;
  	font-size: .9em;
  	color: #000;
  }
  #AdBottomBanner {
  	clear: both;
  	padding: 0;
  	margin-bottom: 15px;
  }
  div#AdBottomTwo300x250 {
  background: none;
  padding-bottom: 0;
  overflow: hidden;
  clear:both;
  }
  div#AdBottomTwo300x250>div,#AdBottomBanner>div {
  float: left;
  background: none;
  margin: 0 15px 15px;
  }
  /* event source branding header styles */
  li.eventItem span.eventSource {
  	display: block;
  	float: right;
  	height: 20px;
  	line-height: 20px;
  }
  li.eventItem span#Soket.eventSource {
  	color: #0067a2;
  }
  li.eventItem span.eventSource a {
  	display: inline-block;
  	text-decoration: none;
  	text-indent: -6000px;
  }
  span#GETn2it.eventSource a {
  	width: 18px;
  	height: 20px;
  	background: url(/foundation/images/buttons/getn2it-logo.png) center no-repeat;
  }
  span#Soket.eventSource a {
  	width: 20px;
  	height: 20px;
  	background: url(/foundation/images/buttons/soket-logo.png) left center no-repeat;
  }
  /* -- default styles for basic elements within content/posts -- */
  #storyBody h1,#storyBody h2,#storyBody h3,#storyBody h4,#storyBody h5,#storyBody h6,.postBody h1,.postBody h2,.postBody h3,.postBody h4,.postBody h5,.postBody h6,.descr_txt h1,.descr_txt h2,.descr_txt h3,.descr_txt h4,.descr_txt h5,.descr_txt h6{
    margin:1.12em 0;
    line-height: 1.2;
  }
  #storyBody h1,.postBody h1,.descr_txt h1{font-weight:700;color:#101010;font-size:1.63em}
  #storyBody h2,.postBody h2,.descr_txt h2{font-weight:700;color:#111;font-size:1.55em;}

  div#storyBody> ul,div#storyBody>ol,.postBody>ul,.postBody>ol,.descr_txt ul, .descr_txt ol{
    margin:1.12em;
  }
  div#storyBody> ul li,.postBody>ul li,.descr_txt>ul li {
  	list-style: disc inside none;
  }
  div#storyBody>ol li,.postBody>ol li,.descr_txt ol li{
  	list-style: decimal inside none;
  }
  div#storyBody h3,.postBody h3, .SpanningFeature div.postBody h3, .descr_txt h3 {
  	font-weight: 700;
  	font-size: 1.4em;
  		color: #222;
  		text-transform:none;
  		    margin: 1.12em 0;
  }
  div#storyBody h4,.postBody h4, .descr_txt h4 {
  	font-weight: 700;
  	font-size: 1.1em;
  		color: #333;
  }
  div#storyBody blockquote,.postBody blockquote,.descr_txt blockquote {
    border-left: 1px solid #ABABAB;
    padding: 6px 10px;
    text-align: justify;
    font-size: 1.1em;
    margin: 1em 3em;
    box-shadow: -5px 0px 3px -1px #999;
    line-height: 1.5em;
    color: #111;
    border-radius: 4px;
    background: #fcfcfc;
  }
  .postBody iframe, #storyBody iframe {
    display: block;
    margin: 1.12em auto;
  }
  .postBody hr,#storyBody hr,.descr_txt hr  {
    margin: 9px 0 10px;
    border-width: 1px 0 0;
    display: block;
    border-style: solid;
    border-color: #ccc;
  }
  div#MapSmallDirectionsForm label{font-weight:700;}
  div#MapSmallDirectionsForm form{padding:0}
  div#MapSmallDirectionsForm input.text {
    margin: 0;
      padding-left: 24px;
    max-width: none;
    width: 77%;
  }
  span.at4-icon.aticon-compact {
    margin-right: 3px;
  }
.inlineComponent.inlineLeft {
  float: left;
  margin: .25em 10px .25em 0;
}
.inlineComponent.inlineRight {
  float: right;
  margin: .25em 0 .25em 10px;
} 
.inlineComponent.inlineCenter{
  margin:.5em auto;
  text-align: center;
}
.inlineComponent.inlineCenter div {
  margin:auto;
}  

.socialLogInHolder a {
  color:#000;
  }
/* -- Global Drop Cap Style -- */
.fdnDropCap {
    display: block;
    float: left;
    font-size: 5em;
    margin: 20px 10px;
    font-weight: 700;
    line-height: 0.5em;
}

#Location #MagnumImage>div {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-justify-content:flex-end;
  justify-content: flex-end;
  font-size: 0;
}
#Location #MagnumImage img{
  order:1;
  margin-bottom: 5px;
}
#Location #MagnumImage .credit {
  order:3;
  font-size: 11px;
}
#Location #MagnumImage .caption{
  order:2;
  font-size: 12px;
}
#Location #MagnumImage .credit+.caption::after{
  content: ", ";
  font-size: 12px;
  margin: 0 3px 0 -3px;
}
#Location #MagnumImage .credit,
#Location #MagnumImage .caption {
  display: inline-block;
  margin: 0;
  text-transform: none;
}
/* Begin Infobox Connection Styles */
.connection.infoBox {
    padding: 8px;
    box-sizing: border-box;
    border: 1px dotted #ddd;
    color: #444;
    line-height: 1.33;
    text-align: left;
    font-size:.95em;
    border-radius: 2px;
    box-shadow: 0px 0px 3px 1px #ccc;
}
.connection.infoBox.Right{
  width: 220px;
  float: right;
  margin:5px 0 1em 15px;
}
.connection.infoBox.Left{
  width: 220px;
  float: left;
  margin: 5px 15px 1em 0;
}
.connection.infoBox.Center {
  width: calc(100% - 100px);
}
.connection.infoBox ul li{
  text-align: left;
  list-style: disc outside none;
  margin:10px 5px 0 15px;
}
.connection.infoBox ol li{
  text-align:left;
  list-style: decimal outside none;
  margin:10px 5px 0 15px;
}
.connection.infoBox ul,
.connection.infoBox ol {
  margin:0 0 10px;
}
.connection.infoBox p:first-child {
  margin-top: 0;
}
.connection.infoBox a {
  font-weight: 700;
  color:#777;
}
.connection.infoBox a:hover{
  opacity: .88;
  text-decoration: underline;
}
/* End Infobox Connection Styles */

.fdn-inline-connection-pdf-link {
    display: block;
    color: #000;
    font-weight: 700;
    font-size: 17px;
    margin: 30px 0 20px;
    clear: both;
    position: relative;
    border: thin solid #CCC;
    border-width: thin 0;
    background: url(/foundation/images/air/icon-pdf.svg) left 14px no-repeat;
    background-size: 20px;
    padding: 15px 2px 5px 25px;
    line-height: 1;
  }
  .fdn-inline-connection-pdf-link a {
    transition: ease 155ms;
    display: block;
  }
  .fdn-inline-connection-pdf-link a:hover {
    color: #000 !important;
  }
  .fdn-inline-connection-pdf-link-title {
    display: block;
  }
  .fdn-inline-connection-pdf-link a .fdn-inline-connection-pdf-link-caption {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    color: #666;
    margin-top: 5px;
  }
  .fdn-inline-connection-pdf-link::before {
    content: "PDF";
    text-transform: uppercase;
    font-weight: normal;
    font-size: 11px;
    position: absolute;
    top: 5px;
    left:25px;
  }
  .fdn-inline-connection-pdf-link a .fdn-inline-connection-pdf-link-credit {
    font-size: 13px;
    font-weight: 400;
    color: #666;
  }
  .fdn-inline-connection-pdf-link a .fdn-inline-connection-pdf-link-credit:before {
    margin: 0 3px;
    content: " -- ";
    display: inline-block;
  }

