/* Add outline for non-keyboard :focus */
a:focus { outline: 1px solid #07c !important; }
.no-focus-outline a:focus,
.no-focus-outline button:focus {
  outline: none;
}

/* headings - SCL */
.wrapper.wrapper h2, .dialogue h2, .right-column .wrapper h2, .middlewide-three-column .three-column-left-middle-right-section .middle-column .wrapper h2, 
.two-column-left-right-section .left-column .wrapper h2{
	font-size: 24px;
	font-weight: normal; 
}

.wrapper.wrapper h3, .dialogue h3, .right-column .wrapper h3, .middlewide-three-column .three-column-left-middle-right-section .middle-column .wrapper h3, 
.two-column-left-right-section .left-column .wrapper h3{
	color: #333;
	font-size: 20px;
	font-weight: normal; 
}

.wrapper.wrapper h4, .dialogue h4, .right-column .wrapper h4, .middlewide-three-column .three-column-left-middle-right-section .middle-column .wrapper h4, 
.two-column-left-right-section .left-column .wrapper h4{
	color: #333;
	font-size: 18px;
	font-weight: bold; 
	background: none;
	padding: 0;
}

/* blog photo credit size - SCL*/
.photo-credit {font-size: .7em; margin: 0; text-align: right;}
p.photo-credit {font-size: .7em; margin: 0; text-align: right;}

/* fix Cincopa audio download button - SCL*/
.cp-upper-panel .cp-download-all-link{color: #fff!important;} 

/* sidebars in pubs - APW, BDE */
#sidebar {background-color: #d2e7ea; padding: 4px 20px; margin: 20px 0px; }
#sidebar h1, #sidebar h2 {font-size: 20px; line-height:24px; font-weight:bold; }

#sidebar table, #sidebar th, #sidebar td {font-size: 0.9em; border: 2px solid white; border-collapse: collapse; padding: 4px; }
#sidebar th {text-align: center; font-weight: bold; background-color: #b4d7db; }

.sidebar {background-color: #d2e7ea; padding: 4px 20px; margin: 20px 0px; }
.sidebar h1, .sidebar h2 {font-size: 20px; line-height:24px; font-weight:bold; }

/* figures in pubs - APW, BDE */
#figure  {border-top: 1px solid #333; border-bottom: 1px solid #333; padding: 10px 0px; margin: 20px 0px;}
#figure h1, #figure h2 {font-size: 20px; line-height:24px; font-weight:bold; }

/* figures in pubs - APW, BDE  SCL - CHANGED TO 1 EM TO CORRECT SIZE ON DESKTOP*/
#figure table, #figure th, #figure td {font-size: 1em; background-color: white; border: 2px solid white; border-collapse: collapse; padding: 4px; }
#figure th {font-weight: bold; background-color: #d2e7ea; }

.figure  {border-top: 1px solid #333; border-bottom: 1px solid #333; padding-bottom: 25px; margin: 20px 0px;}
.figure h1, .figure h2 {font-size: 20px; line-height:24px; font-weight:bold; }

.figure table, .figure th, .figure td {font-size: 1em; line-height: 1.4em; background-color: white; border: 1px solid black; border-collapse: collapse; padding: 4px; text-align: center; }
.figure th {font-weight: bold; background-color: #d2e7ea; text-align: left;}
 .figure caption {font-size: 20px; line-height:24px; font-weight:bold; padding: 15px 0; }
.figure th.twolevel {background-color: #d2e7ea; }
.figure th.leftalign, .figure td.leftalign {text-align: left; }

/* captions in pubs - BDE */
.middlewide-three-column .three-column-left-middle-right-section .middle-column .wrapper>p.caption,
.rightwide-two-column .two-column-left-right-section .wrapper>p.caption, p.caption {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    margin-top: 0;
}

/* endnotes in pubs - BDE */
#endnotes-references li { font-size: 12px; line-height:14px; margin-bottom:6px;}
#endnotes-references p { font-size: 12px; line-height:14px; margin:12px 24px;}

/* remove 40px padding on lists - temp fix - APW */
.pubs ol, .pubs ul {padding: 0px 0px 0px 14px;}
.pubs li {margin: 6px 0px;}

/* duplicate table style - temp - APW */
.pubs table, .pubs th, .pubs td {font-size: 0.9em; background-color: white; border: 2px solid white; border-collapse: collapse; padding: 4px; text-align: center; }
.pubs th {font-weight: bold; background-color: #b4d7db; }
.pubs th.twolevel {background-color: #d2e7ea; }
.pubs th.leftalign, .pubs td.leftalign {text-align: left; }

/* Branch callouts-SCL */
.right-generic-callout h5 {margin-left: 20px;}
.right-generic-callout ul {margin: 0px 10px 10px -10px;}

/* yeartabs to mimic year tabs on Newsroom page */
    ul#yeartabs {
    padding: 0;
    }
    ul#yeartabs li {
    display: inline;
    border: 1px solid #dbdbdb;
    border-radius: 5px 5px 0 0;
    padding: 3px 0px;
    margin-right:-2px;
    }
    ul#yeartabs li a {
    background: transparent;
    color: #2560b2;
    padding: 3px 10px;
    text-decoration: none;
    }
    ul#yeartabs a:visited{
    color:#2560b2;
    }
    ul#yeartabs li a:hover {
    text-decoration:underline;
    color:#336666;
    }
    ul#yeartabs li.active a {
    background-color: #dbdbdb;
    color: #000000;
    border:hidden;
    padding: 3px 10px;
    border-radius: 5px 5px 0 0;
    font-weight:bolder;
    }
	
	/* Workaround for tab navigation lists within list */
      .active ul li {
		  display: list-item !important;
		  }
	
/* Lists w/mugs on BOD, IC pages */
    ul.imagelist {
    margin: 0; padding: 0;
    list-style-type: none;
    }
	ul.imagelist li {
    overflow: auto;
	margin-bottom: 15px;
    }
    ul.imagelist li img {
    float: left;
    }
    ul.imagelist li p {
    margin: 0 0 15px 70px;
    }
	
	/* Lists w/mugs for tab navigation */
    ul.tabimglist {
    margin: 0; padding: 0;
    list-style-type: none;
    }
	ul.tabimglist li {
	margin-bottom: 15px;
    }
    ul.tabimglist li img {
    float: left;
    }
    ul.tabimglist li p {
    margin: 0 0 15px 70px;
    }

  /*min width set so the utility links and search field don't look ugly in small windows*/
  .top-nav .three-column-top-nav{
	min-width: 1024px;  
  }
  .sitewide-header{
	min-width: 1024px;    
  }
  
.heading h1 {
    margin: 0;
}

.footer-hr {
    margin-top: 30px;
}

/* Pretty Photo */
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
    div.pp_default .pp_top .pp_left{background:url(/~/media/Files/CSS/PrettyPhoto/Images/sprite.png) -78px -93px no-repeat}
    div.pp_default .pp_top .pp_middle{background:url(/~/media/Files/CSS/PrettyPhoto/Images/sprite_x.png) top left repeat-x}
    div.pp_default .pp_top .pp_right{background:url(/~/media/Files/CSS/PrettyPhoto/Images/sprite.png) -112px -93px no-repeat}
    div.pp_default .pp_content .ppt{color:#f8f8f8}
    div.pp_default .pp_content_container .pp_left{background:url(/~/media/Files/CSS/PrettyPhoto/Images/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
    div.pp_default .pp_content_container .pp_right{background:url(/~/media/Files/CSS/PrettyPhoto/Images/sprite_y.png) top right repeat-y;padding-right:13px}
    div.pp_default .pp_next:hover{background:url(/~/media/Files/CSS/PrettyPhoto/Images/sprite_next.png) center right no-repeat;cursor:pointer}
    div.pp_default .pp_previous:hover{background:url(/~/media/Files/CSS/PrettyPhoto/Images/sprite_prev.png) center left no-repeat;cursor:pointer}
    div.pp_default .pp_expand{background:url(/~/media/Files/CSS/PrettyPhoto/Images/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
    div.pp_default .pp_expand:hover{background:url(/~/media/Files/CSS/PrettyPhoto/Images/sprite.png) 0 -56px no-repeat;cursor:pointer}
    div.pp_default .pp_contract{background:url(/~/media/Files/CSS/PrettyPhoto/Images/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
    div.pp_default .pp_contract:hover{background:url(/~/media/Files/CSS/PrettyPhoto/Images/sprite.png) 0 -113px no-repeat;cursor:pointer}
    div.pp_default .pp_close{width:30px;height:30px;background:url(/~/media/Files/CSS/PrettyPhoto/Images/sprite.png) 2px 1px no-repeat;cursor:pointer}
    div.pp_default .pp_gallery ul li a{background:url(/~/media/Files/CSS/PrettyPhoto/Images/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
    div.pp_default .pp_social{margin-top:7px}
    div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
    div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(/~/media/Files/CSS/PrettyPhoto/Images/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
    div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
    div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(/~/media/Files/CSS/PrettyPhoto/Images/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
    div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
    div.pp_default .pp_content_container .pp_details{margin-top:5px}
    div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
    div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
    div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
    div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
    div.pp_default .pp_bottom .pp_left{background:url(/~/media/Files/CSS/PrettyPhoto/Images/sprite.png) -78px -127px no-repeat}
    div.pp_default .pp_bottom .pp_middle{background:url(/~/media/Files/CSS/PrettyPhoto/Images/sprite_x.png) bottom left repeat-x}
    div.pp_default .pp_bottom .pp_right{background:url(/~/media/Files/CSS/PrettyPhoto/Images/sprite.png) -112px -127px no-repeat}
    div.pp_default .pp_loaderIcon{background:url(../images/prettyPhoto/default/loader.gif) center center no-repeat}
    div.pp_pic_holder a:focus{outline:none}
    div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
    div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
    .pp_content{height:40px;min-width:40px}
    * html .pp_content{width:40px}
    .pp_content_container{position:relative;text-align:left;width:100%}
    .pp_content_container .pp_left{padding-left:20px}
    .pp_content_container .pp_right{padding-right:20px}
    .pp_content_container .pp_details{float:left;margin:10px 0 2px}
    .pp_description{display:none;margin:0}
    .pp_social{float:left;margin:0}
    .pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
    .pp_social .twitter{float:left}
    .pp_nav{clear:right;float:left;margin:3px 10px 0 0}
    .pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
    .pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
    a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
    .pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
    .pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
    .pp_gallery div{float:left;overflow:hidden;position:relative}
    .pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
    .pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
    .pp_gallery ul a img{border:0}
    .pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
    .pp_gallery li.default a{background:url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
    .pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
    a.pp_next{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
    a.pp_previous{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
    a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
    a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
    .pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
    #pp_full_res{line-height:1!important}
    #pp_full_res .pp_inline{text-align:left}
    #pp_full_res .pp_inline p{margin:0 0 15px}
    div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
    div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
    div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
    div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
    div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
    div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
    div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
    div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
    div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
    div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
    div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
    div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
    div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
    div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
    .pp_top,.pp_bottom{height:20px;position:relative}
    * html .pp_top,* html .pp_bottom{padding:0 20px}
    .pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
    .pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
    * html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
    .pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
    .pp_fade,.pp_gallery li.default a img{display:none}
    .pp_social {display:none}


/*Feather Light*/
@media all {
	html.with-featherlight {
		/* disable global scrolling when featherlights are visible */
		overflow: hidden;
	}

	.featherlight {
		display: none;

		/* dimensions: spanning the background from edge to edge */
		position:fixed;
		top: 0; right: 0; bottom: 0; left: 0;
		z-index: 2147483647; /* z-index needs to be >= elements on the site. */

		/* position: centering content */
		text-align: center;

		/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
		white-space: nowrap;

		/* styling */
		cursor: pointer;
		background: #333;
		/* IE8 "hack" for nested featherlights */
		background: rgba(0, 0, 0, 0);
	}

	/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
	.featherlight:last-of-type {
		background: rgba(0, 0, 0, 0.8);
	}

	.featherlight:before {
		/* position: trick to center content vertically */
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
	}

	.featherlight .featherlight-content {
		/* make content container for positioned elements (close button) */
		position: relative;

		/* position: centering vertical and horizontal */
		text-align: left;
		vertical-align: middle;
		display: inline-block;

		/* dimensions: cut off images */
		overflow: auto;
		padding: 25px 25px 0;
		border-bottom: 25px solid transparent;

		/* dimensions: handling large content */
		margin-left: 5%;
		margin-right: 5%;
		max-height: 95%;

		/* styling */
		background: #fff;
		cursor: auto;

		/* reset white-space wrapping */
		white-space: normal;
	}

	/* contains the content */
	.featherlight .featherlight-inner {
		/* make sure its visible */
		display: block;
	}

	/* don't show these though */
	.featherlight script.featherlight-inner,
	.featherlight link.featherlight-inner,
	.featherlight style.featherlight-inner {
		display: none;
	}

	.featherlight .featherlight-close-icon {
		/* position: centering vertical and horizontal */
		position: absolute;
		z-index: 9999;
		top: 0;
		right: 0;

		/* dimensions: 25px x 25px */
		line-height: 25px;
		width: 25px;

		/* styling */
		cursor: pointer;
		text-align: center;
		font-family: Arial, sans-serif;
		background: #fff; /* Set the background in case it overlaps the content */
		background: rgba(255, 255, 255, 0.3);
		color: #000;
		border: none;
		padding: 0;
	}

	/* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
	.featherlight .featherlight-close-icon::-moz-focus-inner {
		border: 0;
		padding: 0;
	}

	.featherlight .featherlight-image {
		/* styling */
		width: 100%;
	}


	.featherlight-iframe .featherlight-content {
		/* removed the border for image croping since iframe is edge to edge */
		border-bottom: 0;
		padding: 0;
		-webkit-overflow-scrolling: touch;
		overflow-y: hidden;
	}

	.featherlight iframe {
		/* styling */
		border: none;
	}

	.featherlight * { /* See https://github.com/noelboss/featherlight/issues/42 */
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 0;
		margin-right: 0;
		max-height: 98%;

		padding: 10px 10px 0;
		border-bottom: 10px solid transparent;
	}
}

/* hide non featherlight items when printing */
@media print {
	@page {size: portrait}

	html.with-featherlight > * > :not(.featherlight) {
		display: none;
	}
	#figure, .figure {display: block; page-break-inside: avoid;}
    .about-the-author-container {display: block; page-break-inside: avoid;}
	.pagebreak {
		page-break-before: always;
    }
}
/* fix Brightcove gallery to work in mobile */
    @media all
    and (min-device-width : 320px)
    and (max-device-width : 800px) {
    .BCdesktop {display:none;}
    }
    @media all
    and (min-device-width : 801px) {
    .BCmobile {display:none;}
    }
	
/* GREEN BUTTON */
    .greenbutton {
    float: left;
    }
    .greenbutton a {
    background-color: #427e0c;
    font-weight: bold;
    color: white;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    padding: 6px 15px;
    border-radius: 5px;
    }
    .greenbutton a:visited {
    color: white;
    }


/* Temporary fix to resolve the jumbled mega menu when moving between portrait and landscape on iPAD */
    .navbar-nav > .nav-item {
        width: 120px !important;
    }
