/* green: 44A053 73B87E A2D0AA D0E7D4 EDF6EE */
/* orange: ED7C1A F29D54 F7BE8D FADEC6 FEF2E9 */

body {
	background-color: #ffffff;
}

body, div, p {
	font-family: Calibri;
/* next rule removed for PACE 836
    font-size: 13pt; */
}

a:link, a:visited {
	color: #44a053;
}

a:hover {
	color: #73b87e;
}

p:before { /* prevents orphaned text in floats */
  	content: "";
  	width: 10em;
  	display: block;
  	overflow: hidden;
}

.gallery-details {
    font-size:.9em;
	text-align: center;
	color:#606060;
	margin-left: 18px;
	margin-right: 18px;
}

.no-padding {
      padding-left: 0;
      padding-right: 0;
}

.sm-padding {
      padding-left: 4px;
      padding-right: 4px;
}

.no-padding-left {
      padding-left: 0;
}

@media (max-width: 571px) {
    .no-padding-left {
      padding-right: 0;
    }
}

.no-padding-right {
      padding-right: 0;
}

@media (max-width: 571px) {
    .no-padding-right {
      padding-left: 0;
    }
}

/* tool tips */

.tip {
	display: inline-block;
    border-bottom: dotted 1px white;
}

.tip a:link {
    text-decoration: none;
}

.tip-text + .tooltip > .tooltip-inner {text-align:left;font-size:.8em;}
.tip-text + .tooltip > .tooltip-arrow {border-bottom-color:#f00;}

/* HEADER */

#header {
	margin-left: 16px;
	margin-right: 16px;
}

#banner-nasa {	
	display: block;
	background: url(../images/layout/banner-nasa.png) no-repeat top;
	width: 241px;
	height: 53px;
}

/* BANNERS */

.jumbotron_l2 { 
    background-color: #44a053;
    color: #ffffff;
    padding: 20px 25px;
    margin-bottom: 0px;
}

/* NAVIGATION */

.navbar {
    margin-bottom: 0px;
    background-color: #44a053;
    z-index: 9999;
    border: none;
    font-size: 14pt;
    line-height: 1.4px;
    letter-spacing: 4px;
    border-radius: 0;
}

.navbar .navbar-nav > li > a {
    color: #ffffff;
}

.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: #a2d0aa;
}

/* navigation - dropdown */

.dropdown-menu > li > a {
	font-size: 9pt;
}

.navbar .navbar-nav > li.dropdown.active.open > a, 
.navbar .navbar-nav > li.dropdown.active.open > ul.dropdown-menu a:hover,
.navbar .navbar-nav > li.dropdown.open > a, 
.navbar .navbar-nav > li.dropdown.open > ul.dropdown-menu a:hover {
	background-color: #a2d0aa;
}

.navbar a:hover .caret, div.navbar li.active .caret,
.navbar a:focus .caret, div.navbar li.active .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

/* navigation - hamburger icon */

.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

/* navigation - mobile */

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ffffff;
  padding-left: 30px;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
	font-size: 10pt;
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
  }
}

/* CONTAINERS AND BACKGROUNDS */

#mainwrapper {
    width: 100%;
    margin: 0%;
    padding-top: 8px;
}

#content {
	margin: 40px auto 20px auto;
	font-size: 13pt;
}

/* 10px gutter */

.gutter-10.row {
	margin-right: -5px;
	margin-left: -5px;
}

.gutter-10 > [class^="col-"], .gutter-10 > [class^=" col-"] {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 10px;
}

.top-buffer {
	margin-top: 20px;
}

.backing {
	background-color: #f3f9f4;
	padding: 20px;
}

.backing_sidebar {
	background-color: #f3f9f4;
    border: 1px solid #D0E7D4;
}

.backing_sidebar .header {
	text-align: center;
    font-size: 14pt;
	color: #ffffff;
	font-weight: bold;
	background-color: #44A053;
	border-bottom: 1px solid #44A053;	
	padding: 10px;
}

.backing_sidebar .content {
    font-size: 12pt;
	color: #000000;
	padding: 14px;
	line-height: 24px;
}

.backing_sidebar .sidebar_content {
    font-size: 12pt;
	color: #000000;
	padding: 14px;
	line-height: 24px;
}

.backing_white {
	background-color: #ffffff;
	padding: 10px;
}

/* CENTERING  */

.myauto {
	margin-top: auto;
	margin-bottom: auto;
}

.myauto h3 {
	font-family: Calibri;
	font-size: 14pt;
    vertical-align: middle;
    display: inline-block;
    line-height: 24px;
}

.row-centered {
    text-align: center;
}

/* SEARCH */

.search {
	padding-right:14px;
	width: 120px;
}

.noWrap-search {
	display: inline;
    width: 100%;
    overflow: auto;
    white-space: nowrap;
}

.linkDisplay {
	padding-bottom: 8px;
}

#custom-search-input {
	margin-right: 0;
	margin-top: 10px;
	padding-left: 0;
	padding-bottom: 10px;
	width: 100%;
	float:right;
}
 
/* search word */
#custom-search-input .search-query {
	padding-right: 3px;
    padding-right: 4px \9;
    padding-left: 3px;
    padding-left: 4px \9;
 	margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid black;
	background: #FEF2E9;
}
 
/* search word */
#custom-search-input .search-query-home {
	padding-right: 3px;
    padding-right: 4px \9;
    padding-left: 3px;
    padding-left: 4px \9;
 	margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid black;
	background: #fff;
}

/* glyphicon */
#custom-search-input button {
    border: 0;
    background: none;
    padding: 2px 5px;
    margin-top: 2px;
    position: relative;
    left: -28px;
    margin-bottom: 0;
    margin-right:-24px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ed7c1a;
}
 
/* mobile */
#custom-search-input-mobile {
	margin-top: 20px;	
	margin-bottom: 20px;	
	margin-right: 20px;	
	margin-left: 10px;	
	width: 100%;
}
 
#custom-search-input-mobile .search-query {
	padding-right: 3px;
    padding-right: 4px \9;
    padding-left: 3px;
    padding-left: 4px \9;
 	margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	background-color: #E9F0F2;
}
 
#custom-search-input-mobile button {
    border: 0;
    background: none;
    padding: 2px 5px;
    margin-top: 2px;
    position: relative;
    left: -28px;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color:#DB8080;
}
 
label[for="search"] {
    display: none;
}

/* common */

.search-query:focus + button {
    z-index: 3;   
}
    
/* change color of glow */
.form-control:focus {
	border-color: #FADEC6;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(250, 222, 198, 1);
}

/* FONTS  */

a.anchor {
	display: block;
	position: relative;
	top: -18px;
	visibility: hidden;
}

strong { 
  font-weight: bold;
}

.moreSpacer {
	width: 100%;
	height: 10px;
	border: none;
}

.backTo {
	font-size:15pt;
	font-weight:bold;
	font-style:italic;
	padding-bottom:8px;
}

a.backTo:link {
	text-decoration: none;
}

a.backTo:visited {
    text-decoration: none;
}

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

.capitalize {
    text-transform: capitalize;
}

.caption_ea {
    color: #808080;
	font-size: .9em;
	line-height: 1.6em;
	font-style: italic;
    padding-top:4px;
    padding-bottom:18px;
}

.credit {
	padding-top:8px;
	color:#808080;
	font-style:italic;
	font-size:1em;
	line-height:1.6em;
	font-weight:normal;
}

.bestCaption {
	color: #808080;
	font-size: .9em;
	font-style: italic;
	margin-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
}

.boxTitle {
    font-size: 1em;
}

.figure-caption {
    width: 100%;
    font-style: italic;
    font-size: 11pt;
    padding-top: 4px;
    color: #808080;
}

.movie-caption {
    width: 100%;
    font-style: italic;
    font-size: 11pt;
    margin-top: -16px;
    color: #808080;
}

.figure-caption-centered {
    width: 100%;
    font-style: italic;
    text-align: center;
    font-size: 11pt;
    padding-top:4px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 8px;
}

.quote {
	font-size:1.1em;
	line-height:24px;
	font-style:italic;
	color: #ED7C1A;
	padding-bottom: 12px;
}

.caption_learn {
    color: #808080;
	font-size: .9em;
	line-height: 1.6em;
	font-style: italic;
	padding: 0px 2px 0px 2px;
	margin-top:-10px;
}

.caption_learn a:link, .caption_learn a:active, .caption_learn a:visited {
  color: #576CAE;
  text-decoration: underline;
}

.caption_learn a:hover {
  color: #909DCA;
  text-decoration: none;
}

.caption, span.caption {
    color: #808080;
	font-size: .9em;
	line-height: 1.6em;
	font-style: italic;
	padding: 4px 2px 0px 2px;
}

.content .caption a:link, .content .caption a:active, .content .caption a:visited {
  color: #576CAE;
  text-decoration: underline;
}

.content .caption a:hover {
  color: #909DCA;
  text-decoration: none;
}

.content .caption {
    width: 100%;
    bottom: .3rem;
    text-align: center;
}

.caption h4 {
    -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 544px) {
  .caption h4 {
    font-size: 85%;
  }
}

@media screen and (min-width: 768px) {
  .caption h4 {
    font-size: 65%;
  }
}

@media screen and (min-width: 992px) {
  .caption h4 {
    font-size: 75%;
  }
}

@media screen and (min-width: 1200px) {
  .caption h4 {
    font-size: 85%;
  }
}

.panel-title {
    font-size: 1.1em;
    line-height: 1.4em;
}

/* scales font size for different screens */

.scale {
    font-size: 2.0vw;
}
 
@media all and (min-width: 1282px) {
    .scale {
        font-size: 22px;
    }
}

@media all and (max-width: 1281px) and (min-width: 600px) {
    .scale {
        font-size: 18px;
    }
}
 
@media all and (max-width: 599px) and (min-width: 320px) {
    .scale {
        font-size: 16px;
    }
} 

.scale02 {
    font-size: 2.0vw;
}
 
@media all and (min-width: 1282px) {
    .scale02 {
        font-size: 26px;
    }
}

@media all and (max-width: 1281px) and (min-width: 600px) {
    .scale02 {
        font-size: 22px;
    }
}
 
@media all and (max-width: 599px) and (min-width: 320px) {
    .scale02 {
        font-size: 20px;
    }
} 

.screen-reader-text { 
	position: absolute !important;
	overflow: hidden; 
	clip: rect(1px, 1px, 1px, 1px); 
	width: 1px; 
	height: 1px; 
}

/* LOADER */

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('/images/page-loader.gif') 50% 50% no-repeat rgb(249,249,249);
}

/* TIMELINE */

.timeline_caption {
	font-size:10pt;
	line-height:16px;
	font-style:italic;
}

/* ALIGNMENT */

.vertical-align {
  display: flex;
  flex-direction: row;
  padding:10px;
}

.vertical-align > [class^="col-"],
.vertical-align > [class*=" col-"] {
  display: flex;
  align-items: center;
  justify-content: center; /* Optional, to align inner items horizontally inside the column */
}

/* SCREEN READERS ONLY */
/* https://stackoverflow.com/questions/32631180/link-contain-no-text-showing-error-in-wave-accessibility-evaluation-tool*/

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

/* IMAGES */

.borderedThumbnail {
	border: 1px solid #dddddd;
	padding: 4px;
}

.document_thumbnail {
    padding-right: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    float:left;
}

.gallery_thumbnail {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 6px;
    float:left;
}

.gallery_image {
  max-width: 100%;
  /*padding: .8em;*/
}

.gallery_image > img {
  width: 100%;
}

.images {
    border: 0 none;
    box-shadow: none;
}

.image_frame {
	background-color: #ffffff;
	border: 1px solid #aaaaaa;
	margin: 10px 0px 0px 10px;
	padding: 4px;
	border: 1px solid #000000;
}

.image_mask {
    overflow: hidden;
}

.movie_image {
	display: block;
	max-width: 100%;
	height: auto;
	background: #fff;
	border: 1px solid #eee;
	padding: 12px;
}

.paceTitle .img-responsive {
    margin: 0 auto;
    padding:12px;
}

.sort {
	font-size: 12pt;
}

.thumbnail {
	border: none;
}

.ea_thumbnail {
	border: 1px solid #dddddd;
	padding: 4px;
}

/* 200 wide */

.wrapper_image_right_200 {
  position: relative;
}

@media screen and (min-width: 35em) {
  .wrapper_image_right_200:before {
    content: '';
    display: block;
    float: right;
    width: 200px;
    height: 200px;
    margin: 0px 0px 0px 20px;
}

.wrapper_image_inner_200 {
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
  }
}

/* 300 wide */

.wrapper_image_right_300 {
  position: relative;
}

@media screen and (min-width: 35em) {
  .wrapper_image_right_300:before {
    content: '';
    display: block;
    float: right;
    width: 300px;
    margin: 0px 0px 0px 20px;
    
}

.wrapper_image_inner_300 {
  text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
  }
}

/* 400 wide */

.wrapper_image_right_400 {
  position: relative;
}

@media screen and (min-width: 35em) {
  .wrapper_image_right_400:before {
    content: '';
    display: block;
    float: right;
    width: 400px;
    margin: 0px 0px 0px 20px;
    
}

.wrapper_image_inner_400 {
  text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
  }
}

/* 500x440 wide */

.wrapper_image_right_500 {
  position: relative;
  padding-bottom: 8px;
}

@media screen and (min-width: 50em) {
  .wrapper_image_right_500:before {
    content: '';
    float: right;
    display: block;
    width: 500px;
    height: 440px;
    margin: 0px 0px 0px 14px;
    padding-bottom: 40px;
}

.wrapper_image_inner_500 {
  text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
  }
}

.wrapper_image_right_500_a {
  position: relative;
  padding-bottom: 8px;
}

@media screen and (min-width: 50em) {
  .wrapper_image_right_500_a:before {
    content: '';
    float: right;
    display: block;
    width: 500px;
    height: 320px;
    margin: 0px 0px 0px 14px;
    padding-bottom: 40px;
}

.wrapper_image_inner_500_a {
  text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
  }
}

/* 500x380 wide */

.wrapper_image_right_500_home {
  position: relative;
  padding-bottom: 8px;
}

@media screen and (min-width: 50em) {
  .wrapper_image_right_500_home:before {
    content: '';
    float: right;
    display: block;
    width: 500px;
    height: 380px;
    margin: 0px 0px 0px 14px;
}

.wrapper_image_inner_500_home {
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
  }
}

.image_left {
	float: left;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 12px;
}

.image_01 {
	font-style: italic;
  	font-size: 11pt;
  	color: #808080;
  	padding-top: 6px;
  	text-align: center;
  	padding-bottom: 2px;
  	line-height: 16px;
}

.image_caption02 {
  	font-size: 12pt;
  	padding-top: 8px;
  	margin-bottom: 6px;
  	text-align: center;
  	padding-bottom: 2px;
  	line-height: 16px;
}

.image_caption03 {
	font-style: italic;
  	font-size: 10pt;
  	padding-top: 8px;
  	margin-bottom: 6px;
  	text-align: center;
  	padding-bottom: 2px;
  	line-height: 16px;
}

.image_caption04 {
	font-style: italic;
  	font-size: 11pt;
  	color: #808080;
  	padding-top: 6px;
  	padding-bottom: 2px;
  	padding-left: 12px;
  	padding-right: 12px;
  	text-align: center;
  	line-height: 16px;
}

.image_caption05 {
	font-style: italic;
  	font-size: 11pt;
  	color: #808080;
  	margin-top: -18px;
  	padding-bottom: 20px;
  	padding-left: 12px;
  	padding-right: 12px;
  	text-align: center;
  	line-height: 16px;
}

.image_caption06 {
	font-style: italic;
  	font-size: 11pt;
  	color: #808080;
  	padding-top: 4px;
  	padding-bottom: 2px;
  	padding-left: 12px;
  	padding-right: 12px;
  	text-align: center;
  	line-height: 16px;
}

.image_caption07 {
	font-style: italic;
  	font-size: 11pt;
  	color: #808080;
  	padding-bottom: 2px;
  	padding-left: 12px;
  	padding-right: 12px;
  	margin-top:-12px;
  	line-height: 18px;
}

.image_caption07 a:link, .image_caption07 a:active, .image_caption07 a:visited {
	color: #73B87E;
	text-decoration: none;
}

.image_caption07 a:hover {
	color: #A2D0AA;
	text-decoration: underline;
}

.image_caption08 {
	font-style: italic;
  	font-size: 11pt;
  	color: #808080;
  	padding-bottom: 2px;
  	padding-top: 10px;
  	line-height: 18px;
}

.image_caption08 a:link, .image_caption08 a:active, .image_caption08 a:visited {
	color: #73B87E;
	text-decoration: none;
}

.image_caption08 a:hover {
	color: #A2D0AA;
	text-decoration: underline;
}

/* image rules */

.desktop {
    display:block;
    background-image: url("/images/pace_chlorophyll_v1.png");
    background-repeat: no-repeat;
    width:100%;
}
 
.mobile {
    display:none;
    background-image: url("/images/pace_chlorophyll_tall.png");
    background-repeat: no-repeat;
    width:100%;
}
 
.desktop-intro {
    display:block;
    background-repeat: no-repeat;
    width:100%;
}
 
.mobile-intro {
    display:none;
    background-repeat: no-repeat;
    width:100%;
}

@media only screen and (max-width: 699px) {
    .desktop {display:none}
    .mobile {display:block}
    .desktop-intro {display:none}
    .mobile-intro {display:block}
}

@media only screen and (min-width: 700px) {
    .mobile {display:none}
    .desktop {display:block}
    .mobile-intro {display:none}
    .desktop-intro {display:block}
}

/* VIMEO EMBEDDED VIDEOS */

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videogallery {
	font-size: 14pt;
}

a.videogallery:link {
	font-size:16pt;
	color: #44a053;
    text-decoration: none;
}

a.videogallery:visited {
    color: #44a053;
    text-decoration: none;
}

a.videogallery:hover {
    color: #73b87e;
    text-decoration: none;
}

/* OTHER VIDEOS */

.video_wrapper {
	position: relative;
	color: #FFFFFF;
	text-align: center;
}

.video_icon_centered {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#content .video-overlay {
  position: relative;
  display: block;
  cursor: pointer;
  margin: 0px;
}

#content .video-overlay::before {
    position: absolute;
    left: 50%;
    top: 50%;
    content: '\f04b';
    z-index: 5;
    transform: translate( -50%, -50% );
    padding: 3px 10px 3px 15px;
    color: #ddd;
    font-family: 'FontAwesome';
    font-size: 26px !important;
    background-color: rgba(23, 35, 34, 0.4);
    border-radius: 5px 5px 5px 5px;
}

#content .video-overlay:hover:before {
  color: #fff;
  opacity: 1;
}

/* CAROUSEL */

.carousel-indicators {
    z-index:1; /* dots go under nav bar */
}

.carousel-caption h2 {
	color:#FFFFFF;
	font-weight:bold;
	font-size: 16pt;
	padding-bottom:16px;
}

p.slider {
    display: block;
	color:#FFFFFF;
	font-weight:bold;
	font-size: 16pt;
    text-shadow: 1px 1px #000000;
    border-radius: 50px;
	text-align:center;
}

p.slider a {
	color: #ffffff;
	text-decoration: underline;
}

/* BUTTONS */

.button {
	padding: 2px 7px 0px 7px;
	background: #44A053;
	font-family: Calibri;
    font-size: 10pt;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	display: inline;
}
.button {
	border: 1px solid #44A053;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.button {
	background: -webkit-gradient(linear, left top, left bottom, from(#44A053), to(#D0E7D4));
	background: -moz-linear-gradient(top, #44A053, #D0E7D4);
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#44A053', endColorstr='#D0E7D4');*/
}

.button1 {
	padding: 2px 7px 0px 7px;
	background: #44A053;
	font-family: Calibri;
    font-size: 12pt;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	display: inline;
}
.button1 {
	border: 1px solid #44A053;
	border-radius: 12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.button1 {
	background: -webkit-gradient(linear, left top, left bottom, from(#44A053), to(#D0E7D4));
	background: -moz-linear-gradient(top, #44A053, #D0E7D4);
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#44A053', endColorstr='#D0E7D4');*/
}

.greenButton {
	display: inline;
	background: #44A053;
	color: #44A053;
	font-family: Helvetica;
    font-size: 11pt;
    font-weight: bold;
	text-align: center;
	cursor: pointer;
	border: 1px solid #44A053;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 6px 6px 6px 6px;
}

.greenButton {
	background: -webkit-gradient(linear, left top, left bottom, from(#D0E7D4), to(#EDF6EE));
	background: -moz-linear-gradient(top, #D0E7D4, #EDF6EE);
}

a.greenButton:link {
    color: #44A053;
    text-decoration: none;
}

a.greenButton:visited {
    color: #44A053;
    text-decoration: none;
}

a.greenButton:hover {
    color: #73B87E;
    text-decoration: none;
}

.orangeButton {
	display: inline;
    font-size: 1.1em;
	text-align: center;
	color: #ED7C1A;
	background: #ED7C1A;
	cursor: pointer;
	padding: 6px 6px 6px 6px;
}

.orangeButton {
	border: 1px solid #ED7C1A;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.orangeButton {
	background: -webkit-gradient(linear, left top, left bottom, from(#FADEC6), to(#FEF2E9));
	background: -moz-linear-gradient(top, #FADEC6, #FEF2E9);
}

.orangeButton:hover {
    color: #F29D54;
}

.btnRead {
	width: 81px;
	height: 34px;
	font-size: 14px;
    border-radius: 4px;
    color: #000000;
	border: 1px solid #ED7C1A;
}

.btnRead {
	background: -webkit-gradient(linear, left top, left bottom, from(#FADEC6), to(#FEF2E9));
	background: -moz-linear-gradient(top, #FADEC6, #FEF2E9);
	border: 1px solid #ED7C1A;
}

.btnRead:hover {
	background: #FEF2E9;
	border: 1px solid #ED7C1A;
	color: #000;
}

/* ********************* MOVIES ********************* */

.video_wrapper {
	position: relative;
	color: #FFFFFF;
	text-align: center;
}

.video_wrapper a:link {
	color: rgba(250,250,250,0.6);
	text-decoration: none;
}

.video_wrapper a:visited {
	color: rgba(250,250,250,0.6);
	text-decoration: none;
}

.video_wrapper a:hover {
	color: rgba(250,250,250,1);
	text-decoration: none;
}

.video_col-centered {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* MORE LINK */

.more {
    font-size: 11pt;
	display: inline;
    text-transform: uppercase;
}

.more a {
    text-decoration:none;    
}

/* BULLETS */

ul.bullets {
	list-style-type: square;
}

ul.bullets li {
	padding-bottom: 4px;
	padding-top: 8px;
	font-family: Calibri;
	font-size: 13pt;
}

ul.bullets-database {
	list-style-type: square;
	padding-top: 8px;
	padding-bottom: 0px;
}

ul.bullets-database li {
	padding-bottom: 4px;
}

ul.bullets01 {
	list-style-type: square;
}

ul.bullets01 li {
	padding-bottom: 4px;
	padding-top: 4px;
	font-family: Calibri;
}

ul.bullets02 {
	list-style-type: square;
}

ul.bullets02 li {
	padding-bottom: 0px;
	padding-top: 0px;
	font-family: Calibri;
	font-size: 11pt;
}

ul.bullets03 {
	list-style-type: square;
}

ul.bullets03 li {
	padding-bottom: 4px;
	padding-top: 8px;
	font-family: Calibri;
	font-size: 12pt;
}

ul.bullets04 {
	list-style-type: square;
}

ul.bullets04 li {
	padding-bottom: 4px;
	padding-top: 8px;
	font-family: Calibri;
	font-size: 13pt;
}

ul.bullets05 {
	list-style-type: square;
}

ul.bullets05 li {
	padding-bottom: 4px;
	padding-top: 4px;
	font-family: Calibri;
	font-size: 13pt;
}

ul.bullets06 {
	list-style-type: square;
}

ul.bullets06 li {
	padding-bottom: 4px;
	padding-top: 4px;
	font-family: Calibri;
    font-style: italic;
	font-size: 13pt;
}

ul.bullets07 {
	list-style-type: square;
	padding-top:8px;
}

ul.bullets07 li {
	padding-bottom: 2px;
	font-family: Calibri;
	font-size: 13pt;
}

ul.bullets08 {
	list-style-type: none;
	margin-bottom:0px;
}

ul.bullets08 li {
	line-height: 20px;
	margin-left: -38px;
	padding-bottom: 12px;
	font-style: italic;
}

ul.bullets09 {
	list-style-type: square;
}

ul.bullets09 li {
	padding-bottom: 4px;
	font-family: Calibri;
}

ul.bullets10 {
	list-style-type: square;
}

ul.bullets10 li {
	padding-bottom: 2px;
	padding-top: 2px;
	margin-left: -20px;
	font-family: Calibri;
	font-weight:normal;
}

ul.bullets-sidebar {
	list-style-type: none;
	padding-top: 12px;
}

ul.bullets-sidebar li {
	line-height: 20px;
	margin-left: 0px;
	padding-bottom: 12px;
}

ul.bullets-sidebar02 {
	list-style-type: square;
	padding-top: 12px;
}

ul.bullets-sidebar02 li {
	line-height: 20px;
	margin-left: -10px;
	padding-bottom: 12px;
}

ul.bullets-sidebar03 {
	list-style-type: none;
	padding-top: 12px;
}

ul.bullets-sidebar03 li {
	line-height: 20px;
	margin-left: 10px;
	padding-bottom: 12px;
}

ul.bullets-sidebar04 {
	list-style-type: none;
	padding-top: 12px;
}

ul.bullets-sidebar04 li {
	line-height: 20px;
	margin-left: -30px;
	padding-bottom: 12px;
}

ol.list01 {
	margin-top: 12px;
	margin-bottom: 12px;
}

ol.list01 li {
	font-family: Calibri;
	padding-bottom: 8px;
	font-size: 13pt;
}

ul.bullets_ea {
	list-style-type: square;
	padding-top:4px;
}

ul.bullets_ea li {
	padding-bottom: 2px;
	font-family: Calibri;
	font-size: 13pt;
}

/* TABLES */

.contentTable table {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #5C7591;
}

.contentTable th {
	font-size: 13pt;
	color: white;
	background-color: #6C8AAB;
	line-height: 18px;
	text-align: center;
	vertical-align: top;
	padding: 6px 20px;
	border: 1px solid #5C7591;
}

.contentTable td {
	font-size: 12pt;
	background-color: #DAE2EA; /* light */
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	padding: 10px 10px;
	border-top: 1px solid #5C7591;
}

.contentTable tr.odd td {
	background-color: #B6C5D6; /* dark */
}

.contentTable tr.rowspacer td {
	color: #FFFFFF;
	background-color: #225F77; /* table row spacer */
}

.contentTable tr.end td {
	color: white;
	background-color: #6C8AAB; /* table footer */
}

.contentTable tr.end td a {
	color: #ffffff;
}

/* green: 44A053 73B87E A2D0AA D0E7D4 EDF6EE */

.contentTableGreen table {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #A2D0AA;
}

.contentTableGreen th {
	font-size: 13pt;
	color: white;
	background-color: #44A053;
	line-height: 18px;
	text-align: center;
	vertical-align: top;
	padding: 6px 20px;
	border: 1px solid #A2D0AA;
}

.contentTableGreen td {
	font-size: 12pt;
	background-color: #EDF6EE; /* light */
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	padding: 10px 10px;
	border-top: 1px solid #A2D0AA;
	border-right: 1px solid #A2D0AA;
}

.contentTableGreen tr.odd td {
	background-color: #D0E7D4; /* dark */
	border-right: 1px solid #A2D0AA;
}

.contentTableGreen tr.rowspacer td {
	color: #FFFFFF;
	background-color: #73B87E; /* table row spacer */
}

.contentTableGreen tr.end td {
	color: white;
	background-color: #44A053; /* table footer */
}

.contentTableGreen tr.end td a {
	color: #ffffff;
}

/* violet: 41253F 715C6F A193A0 CFC8CF EDEAE */

.contentTable01 table {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #A193A0;
}

.contentTable01 th {
	font-size: 13pt;
	color: white;
	background-color: #41253F;
	line-height: 18px;
	text-align: center;
	vertical-align: top;
	padding: 6px 20px;
	border: 1px solid #A193A0;
}

.contentTable01 td {
	font-size: 12pt;
	background-color: #eeeeee; /* light */
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	padding: 10px 10px;
	border-top: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
}

.contentTable01 tr.odd td {
	background-color: #cccccc; /* dark */
	border-right: 1px solid #bbbbbb;
}

/* fir: 03583F 42826F 82ACA0 C0D5CF E6EFEC */

.contentTable02 table {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #82ACA0;
}

.contentTable02 th {
	font-size: 13pt;
	color: white;
	background-color: #03583F;
	line-height: 18px;
	text-align: center;
	vertical-align: top;
	padding: 6px 20px;
	border: 1px solid #82ACA0;
}

.contentTable02 td {
	font-size: 12pt;
	background-color: #eeeeee; /* light */
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	padding: 10px 10px;
	border-top: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
}

.contentTable02 tr.odd td {
	background-color: #cccccc; /* dark */
	border-right: 1px solid #bbbbbb;
}

/* blue: 0F6C8D 4B91AA 88B6C7 C3DAE2 E8F1F4 */

.contentTable03 table {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #88B6C7;
}

.contentTable03 th {
	font-size: 13pt;
	color: white;
	background-color: #0F6C8D;
	line-height: 18px;
	text-align: center;
	vertical-align: top;
	padding: 6px 20px;
	border: 1px solid #88B6C7;
}

.contentTable03 td {
	font-size: 12pt;
	background-color: #eeeeee; /* light */
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	padding: 10px 10px;
	border-top: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
}

.contentTable03 tr.odd td {
	background-color: #cccccc; /* dark */
	border-right: 1px solid #bbbbbb;
}

.table { /* overrides bootstrap table */
	font-family: Calibri;
	font-size: 11pt;
	width: 100%;
}

/* FLEXSLIDER */
/* http://flexslider.woothemes.com/basic-slider-with-caption.html */

.flex-box {
	width: 100%;
	min-width: 180px;
	max-width: 768px;
	margin: 0 auto;
}

.flex-caption {
	padding: 10px;
	color: #fff;
}

/* to change a single slider, add an inline style to ul class */
.slides { /* changes all flexslider backgrounds */
	/*background-color:#808080;*/
	background-color:#ffffff;
}

/* PANELS */

.panel > .panel-heading_people {
    background-color: #44A053;
    color: white;
    font-size:11pt;
    padding: 10px;
}

.panel > .panel-body_people {
    background-color: #D0E7D4;
    color: #000000;
    font-size: 11pt;
    padding: 10px;
}

.panel > .panel-body_backing {
    background-color: #EDF6EE;
    color: #000000;
    font-size: 11pt;
    padding: 10px;
}

/* PEOPLE */

.people_name {
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: -12px;
}

.people_name_sm {
	text-align: center;
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: -12px;
	padding-top: 4px;
	padding-bottom: 12px;
	line-height: 20px;
}

.people_info {
	text-align: center;
	font-size: 10pt;
	margin-top:-10px;
}

.people_info_sm {
	text-align: center;
	font-size: 8pt;
	margin-top:-10px;
}

.people_info_sm a {
	font-size: 8pt;
}

/* PEOPLE HOVER */

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6);
}

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 17px;
  background-color: transparent;
  color: #FFF;
  /*padding: 1em 0;*/
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
}

.hovereffect a, hovereffect p {
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2 {
  opacity: 1;
  color: #FFF;
  font-size: 15px;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hover_name {
	font-size: 17px;
	color: #FFF;
	padding-top: 8px;
	padding-bottom: 8px;
	/* added for vertical centering: */
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.hover_name_sm {
	font-size: 13px;
	color: #FFF;
	padding-top: 8px;
	padding-bottom: 8px;
	/* added for vertical centering: */
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}

.hover_name_sm a {
	font-size: 13px;
	text-align: center;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

/* SLIDE IN ANIMATION */

.slideanim {visibility:hidden;}

/* this messes up slide class on gallery page
.slide {
    animation-name: slide;
    -webkit-animation-name: slide; 
    animation-duration: 1s; 
    -webkit-animation-duration: 1s;
    visibility: visible; 
}
*/

/* Go from 0% to 100% opacity (see-through) and specify the percentage
from when to slide in the element along the Y-axis */

@keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    } 
}
@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

/* NOTES */

.notes {
	font-style: italic;
	font-size: 12pt;
}

.notes_sm {
	font-style: italic;
	font-size: 11pt;
}

.notes_sm02 {
	font-size: 11pt;
}

.notes_grey {
	font-style: italic;
	font-size: 11pt;
	color: #808080;
	text-align: center;
}

.campaign_notes {
	font-size: 11pt;
	padding-left: 10px;
	padding-right: 10px;
    padding-bottom:6px;
}

/* LINES/SPACERS */

.line-clear {
	width: 100%;
    height: 14px;
    border: none;
}

.line-grey {
	height: 1px;
	border: none;
	background-color: #c9cfeb;
	width: 100%;
}

.line-green {
    height:1px;
    border:none;
    background-color:#EDF6EE;
	width: 100%;
	margin-top:10px;
	margin-bottom: 10px;
}

.line-white {
    height:1px;
    border:none;
    background-color:#fff;
	width: 100%;
	margin-top:10px;
	margin-bottom: 10px;
}

.spacer {
	height: 11px;
	border: none;
	width: 100%;
}

.spacer01 {
	height: 4px;
	border: none;
	width: 100%;
}

.spacer02 {
	height: 8px;
	border: none;
	width: 100%;
}

.spacer03 {
	height: 12px;
	border: none;
	width: 100%;
}

.spacer04 {
	height: 16px;
	border: none;
	width: 100%;
}

.spacer05 {
	height: 40px;
	border: none;
	width: 100%;
}

.spacer06 {
	height: 40px;
	border: none;
	width: 100%;
}

.spacerImageTop {
	height: 4px;
	border: none;
	width: 100%;
}

.spacerImageBottom {
	height: 30px;
	border: none;
	width: 100%;
}
/* SUMMARY */

.summary {
	font-size: 16pt;
	color: #ed7c1a;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 4px;
	text-align: center;
}

/* RADIO BUTTONS */

input[type='radio'] {
  -webkit-appearance:none;
  width: 20px;
  height: 20px;
  border: 1px solid darkgray;
  border-radius: 50%;
  outline: none;
  box-shadow: 0 0 5px 0px gray inset;
  margin-bottom: -4px;
}

input[type='radio']:hover {
  box-shadow:0 0 5px 0px #D0E7D4 inset;
}

input[type='radio']:before {
  content:'';
  display: block;
  width: 60%;
  height: 60%;
  margin: 20% auto;    
  border-radius: 50%;    
}

input[type='radio']:checked:before {
  background: #44A053;
}

input[type='radio']:checked:before {
  background: #44A053;
}

/* FOOTER */

#footer {
	background-color: #000000;
	font-size: 9pt;
	line-height: 18px;
	color: #bbbbbb;
	font-weight: normal;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 14px;
	padding-top: 12px;
}

#footer a {
	text-decoration: underline;
	color: #bbbbbb;
}

#footer a:hover {
	color: #A2D0AA;
}

#footer_menu a {
	text-decoration: none;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 11pt;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

#footer_menu a:hover {
	color: #A2D0AA;
}

/** BEGIN edits for Jira PACE 836 */
.footer-holder > div.container {
    max-width: 1250px;
}

.footer-holder > a:link, a:visited {
   color: #44a053;
}

:not(.homepage) > .privacy-links {
    margin-left: -40px;
}

/** END edits for Jira PACE 836 */


.custom_figcaption {
color: #808080;
font-size: 0.9em;
font-style: italic;
}
