@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #000;
}

a:link {
	color: #123F55;
	text-decoration: none;
	font-weight: bold; 
}
a:visited {
	color: #123F55;
	text-decoration: none;
	font-weight: bold;
}
a:hover { 
	color: #508694;
	text-decoration: none;
	font-weight: bold;
}

a:active { 
	color: #508694;
	text-decoration: none;
	font-weight: bold;
}

a:visited:hover { 
	color: #508694;
	text-decoration: none;
	font-weight: bold;
}

#main {
	background-color: #42413C;
}

#content {
	background-color: #FFFFFF;
}

h1 {
	font-weight: bold;
}

.deck {
	font-size: 1.2rem;
	text-align: justify;
	font-style: italic;
}

.L2tag {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #3d4142;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 1.1em;
}

.L2tag a:link {
	color: #3d4142;
	text-decoration: none;
}

.L2tag a:hover {
	color: #a3b2c0;
	text-decoration: none;
}

.L2tag a:visited {
	color: #a3b2c0;
	text-decoration: none;
}

.L2tag a:visited:hover {
	color: #3d4142;
	text-decoration: none;
}

.L2tag a:active {
	color: #a3b2c0;
	text-decoration: none;
}

.dateline, dateline a:link, .dateline a:visited:hover {
	color: #3d4142;
	font-size: 100%;
	margin-top: 5px;
	margin-bottom: 30px;
	text-decoration: none;
}


.dateline a:hover, .dateline a:visited, .dateline a:active {
	color: #a3b2c0;
	text-decoration: none;
}

.subHead {
	font-size: 1.2rem;
}

.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.photoCredit {
	margin-left: 20px;
	margin-bottom: 0px;
	padding: 0;
	font-size: .8rem;
}

.navbar {
  background-color: #822433;
}
.navbar .navbar-brand {
  color: #ffffff;
}
.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus {
  color: #a3b2c0;
}
.navbar .navbar-text {
  color: #ffffff;
}
.navbar .navbar-text a {
  color: #a3b2c0;
}
.navbar .navbar-text a:hover,
.navbar .navbar-text a:focus {
  color: #a3b2c0; 
}
.navbar .navbar-nav .nav-link {
  color: #ffffff;
  font-weight: bold;
  border-radius: .25rem;
  margin: 0 0.25em;
  font-size: 0.8125rem;
  text-decoration: none;
}
.navbar .navbar-nav .nav-link:not(.disabled):hover,
.navbar .navbar-nav .nav-link:not(.disabled):focus {
  color: #a3b2c0;
}
.navbar .navbar-nav .dropdown-menu {
  background-color: #822433;
  border-color: #822433;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item {
  color: #ffffff;
  text-decoration: none;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item:hover,
.navbar .navbar-nav .dropdown-menu .dropdown-item:focus,
.navbar .navbar-nav .dropdown-menu .dropdown-item.active {
  color: #a3b2c0;
  background-color: #822433;
}
.navbar .navbar-nav .dropdown-menu .dropdown-divider {
  border-top-color: #FFFFFF;
}
.navbar .navbar-nav .nav-item.active .nav-link,
.navbar .navbar-nav .nav-item.active .nav-link:hover,
.navbar .navbar-nav .nav-item.active .nav-link:focus,
.navbar .navbar-nav .nav-item.show .nav-link,
.navbar .navbar-nav .nav-item.show .nav-link:hover,
.navbar .navbar-nav .nav-item.show .nav-link:focus {
  color: #a3b2c0;
  background-color: #822433;
}
.navbar .navbar-toggle {
  border-color: #822433;
}
.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus {
  background-color: #822433;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  color: #ffffff;
}

.custom-toggler.navbar-toggler {
    border-color: rgb(255,255,255);
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar .navbar-collapse,
.navbar .navbar-form {
  border-color: #ffffff;
}
.navbar .navbar-link {
  color: #ffffff;
}
.navbar .navbar-link:hover {
  color: #a3b2c0;
}

.fullImage {
	width: 960px;
	margin-top: 30px;
	margin-bottom: 30px;
	/*border: solid 1px #000;*/
}

.individualImage {
	width: 110px;
	margin-right: 5px;
	margin-top: 5px;
	float: left;	
}

.individualImageDescription {
	color: #000000;
	font-weight: normal;
	font-size: .8rem;
	line-height: normal;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}

.photoLarge {
	width: 315px;
}

.pullQuote {
	font-size: 1.2rem;
	color: #000000;
	font-weight: bold;
	border-top: solid 1px #A3B2C0;
	padding-top: 10px;
}

.pullQuoteAttribute {
	font-size: .8rem;
	font-weight: bold;
	border-bottom: solid 1px #A3B2C0;
	padding-bottom: 10px;
	color: #703131;
}

.videoSmall {
	width: 320px;
}

.videoSmallCaption {
	margin-top: 5px;
	font-weight: normal;
	font-size: .8rem;
	line-height: normal;
	margin-bottom: 20px;
}

/*.videoSmallCaption a:link {
	color: #123F55;
	text-decoration: none;
}

.videoSmallCaption a:hover, a:active, a:focus, a:visited {
	color: #508694;
	text-decoration: none;
}*/

.navbar-expand .navbar-nav .show .dropdown-menu .dropdown-item {
  color: #ffffff;
}
.navbar-expand .navbar-nav .show .dropdown-menu .dropdown-item:hover,
.navbar-expand .navbar-nav .show .dropdown-menu .dropdown-item:focus {
  color: #a3b2c0;
}
.navbar-expand .navbar-nav .show .dropdown-menu .dropdown-item.active {
  color: #a3b2c0;
  background-color: #822433;
}

.dropCap {
	color: #822433;
	float: left;
	font-size: 5rem;
	line-height: 60px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 3px;
}

.photoSmall {
	margin-bottom: 20px;	
}

.smallCaption {
	margin-top: 10px;
	margin-bottom: 20px;
	border-top: solid 1px #A3B2C0;	
	padding-top: 10px;
	/*border-bottom: solid 1px #A3B2C0;*/
	padding-bottom: 10px;
	font-size: 1.2rem;
	color: #000;
	font-weight: bold;
	line-height: 1.5;
}

.photoSmallCaption {
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: solid 1px #A3B2C0;	
	padding-top: 10px;
	/*border-bottom: solid 1px #A3B2C0;*/
	padding-bottom: 10px;
	font-size: 1.2rem;
	color: #000;
	font-weight: bold;
	line-height: 1.5;
}

.photoSmallDescription {
	margin-top: 20px;
	color: #000000;
	font-weight: normal;
	font-size: .8rem;
	line-height: normal;
	/*text-align: right;*/
	border-bottom: solid 1px #A3B2C0;
}

#sidebar {
	/*width: 320px;*/
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: .95rem;
	line-height: 1.3;
}

.sidebarHeader {
	/*text-align: center;*/
	font-size: 1.2rem;
	padding-bottom: 10px;
}

.sidebarContent {
	padding: 15px;
}


.blue {
	background-color: #deeaee;
}

.orange{
	background-color: #f0dad5;
}

.firstCharacter {
	color: #822433;
}

.dash {
	color: #ADAFAF;
}

.captionAttribute {
	color: #822433;
	font-size: 0.8rem;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.2;
}

.captionAttributeFull {
	color: #822433;
	font-size: .8rem;
	font-weight: bold;
	line-height: normal;
	padding-bottom: 5px;
}

#photoCaptionFULL {
	margin-bottom: 10px;
}

#photoCaptionFULL p {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.2rem;
	color: #000;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	border-top: solid 1px #A3B2C0;	
	padding-top: 10px;
	line-height: 1.4;
}

.capDescriptionFULL {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	color: #000000;
	font-size: .8rem;
	line-height: normal;
	text-align: right;
	border-bottom: solid 1px #A3B2C0;
	padding-bottom: 10px;
	margin-bottom: 20px;
}


/* Slideshow */

/*.slider { margin: 50px 0 10px!important;}*/

.customSliderNav {
	border: solid 1px #000;
}
	
#my_popup {
	width: 612px;
	padding-top: 10px;
	background-color: #FFFFFF;
}

.my_popup_close {
    width:30px;
    height:30px;
    padding-top:4px;
    display:inline-block;
    position:absolute;
    top:50px;
    right:0px;
    transition:ease 0.25s all;
    -webkit-transform:translate(50%, -50%);
    transform:translate(50%, -50%);
    border-radius:1000px;
    /*background:rgba(0,0,0,0.8);*/
	background: #000000;
    font-family:Arial, Sans-Serif;
    font-size:20px;
    text-align:center;
    line-height:100%;
    color:#fff;
}
 
.my_popup_close:hover {
    -webkit-transform:translate(50%, -50%) rotate(180deg);
    transform:translate(50%, -50%) rotate(180deg);
    background:rgba(0,0,0,1);
    text-decoration:none;
}

/*#halfWidth {
	width: 475px;
	height: auto;
}*/

.infographic {
	margin-bottom: 20px;
}

.pieChart {
	margin-bottom: 30px;
}

.pieChart p {
	margin-top: 10px;
	font-weight: normal;
	font-size: .6rem;
	line-height: normal;
	text-align: center;
}


.flex-caption {
 	  padding: 10px;
	  left: 0;
      bottom: 0;
      background: rgba(0,0,0,.90);
      color: #fff;
      text-shadow: 0 -1px 0 rgba(0,0,0,.3);
      font-size: .8rem;
      line-height: 18px;
    }

/*Mapbox quotes for Giving Back story*/

.vco-storymap h1,.vco-storymap h2,.vco-storymap h3,.vco-storymap h4,.vco-storymap h5,.vco-storymap h6{font-family:'PT Sans Narrow',sans-serif;text-transform:uppercase;font-weight:700;font-size:2em;line-height:32px}


@media (min-width: 576px) {
  
  #content {
	padding-bottom: 60px;
}
  .navbar-expand-sm .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #ffffff;
  }
  .navbar-expand-sm .navbar-nav .show .dropdown-menu .dropdown-item:hover,
  .navbar-expand-sm .navbar-nav .show .dropdown-menu .dropdown-item:focus {
    color: #a3b2c0;
  }
  .navbar-expand-sm .navbar-nav .show .dropdown-menu .dropdown-item.active {
    color: #a3b2c0;
    background-color: #822433;
  } 
  
  
#halfWidth {
	width: 50%;
}

.fullImage {
	width: 440px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.videoSmall {
	width: 500px;
}

.photoSmall {
	width: 500px;
}

.pullQuote {
	width: 50%;
}

/*.photoSmallCaption {
	width: 400px;
}*/

#sidebar {
	width: 33%;
}

.flex-caption {
 	  padding: 30px 75px;
	  left: 0;
      bottom: 0;
      background: rgba(0,0,0,.90);
      color: #fff;
      text-shadow: 0 -1px 0 rgba(0,0,0,.3);
      font-size: .8rem;
      line-height: 18px;
    }


  }

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #ffffff;
  }
  .navbar-expand-md .navbar-nav .show .dropdown-menu .dropdown-item:hover,
  .navbar-expand-md .navbar-nav .show .dropdown-menu .dropdown-item:focus {
    color: #a3b2c0;
  }
  .navbar-expand-md .navbar-nav .show .dropdown-menu .dropdown-item.active {
    color: #a3b2c0;
    background-color: #822433;
  }
  
  .fullImage {
	width: 460px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.fullImage {
	width: 440px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.videoSmall {
	width: 500px;
}

.photoSmall {
	width: 500px;
}

.smallCaption {
	width: 25%;
}

/*.photoSmallCaption {
	width: 400px;
}*/

#sidebar {
	width: 33%;
}

.infographic {
	width: 50%;

}

.pieChart {
	width: 33%;
}

#halfWidth {
	width: 50%;
}

.pullQuote {
	width: 50%;
}

.flex-caption {
 	  padding: 30px 75px;
	  left: 0;
      bottom: 0;
      background: rgba(0,0,0,.90);
      color: #fff;
      text-shadow: 0 -1px 0 rgba(0,0,0,.3);
      font-size: .8rem;
      line-height: 18px;
    }


}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #ffffff;
  }
  .navbar-expand-lg .navbar-nav .show .dropdown-menu .dropdown-item:hover,
  .navbar-expand-lg .navbar-nav .show .dropdown-menu .dropdown-item:focus {
    color: #a3b2c0;
  }
  .navbar-expand-lg .navbar-nav .show .dropdown-menu .dropdown-item.active {
    color: #a3b2c0;
    background-color: #822433;
  }
  .videoSmall {
	width: 500px;
}

.photoSmall {
	width: 500px;
}

.smallCaption {
	width: 25%;
}

/*.photoSmallCaption {
	width: 400px;
}*/

#sidebar {
	width: 33%;
}

.infographic {
	width: 50%;
	}

.pieChart {
	width: 33%;
}

#halfWidth {
	width: 50%;
}

.pullQuote {
	width: 50%;
}

.flex-caption {
 	  padding: 30px 75px;
	  left: 0;
      bottom: 0;
      background: rgba(0,0,0,.90);
      color: #fff;
      text-shadow: 0 -1px 0 rgba(0,0,0,.3);
      font-size: .8rem;
      line-height: 18px;
    }


}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #ffffff;
  }
  .navbar-expand-xl .navbar-nav .show .dropdown-menu .dropdown-item:hover,
  .navbar-expand-xl .navbar-nav .show .dropdown-menu .dropdown-item:focus {
    color: #a3b2c0;
  }
  .navbar-expand-xl .navbar-nav .show .dropdown-menu .dropdown-item.active {
    color: #a3b2c0;
    background-color: #822433;
  }
  .videoSmall {
	width: 500px;
}

.photoSmall {
	width: 500px;
}

.smallCaption {
	width: 25%;
}

/*.photoSmallCaption {
	width: 400px;
}*/

#sidebar {
	width: 33%;
}

.infographic {
	width: 50%;
}

.pieChart {
	width: 33%;
}

#halfWidth {
	width: 50%;
}

.pullQuote {
	width: 50%;
}

.flex-caption {
 	  padding: 30px 75px;
	  left: 0;
      bottom: 0;
      background: rgba(0,0,0,.90);
      color: #fff;
      text-shadow: 0 -1px 0 rgba(0,0,0,.3);
      font-size: .8rem;
      line-height: 18px;
    }

}



@media (max-width: 320px) {

.fullImage {
	width: 320px;
	margin-top: 30px;
	margin-bottom: 30px;
	float: none;
}


}

@media print {

#chart {
	width: 100%;
}
	
}
