:root {
  --dark-blue: rgba(10, 62, 95, 100);
  --dark-blue-50: rgba(10, 62, 95, 0.5);
  --dark-blue-20: rgba(10, 62, 95, 0.2);
  --light-blue: rgba(18, 104, 157, 100);
  --light-green: #609e09;
  --light-blue-008: rgba(18, 104, 157, 0.08);
  --light-red: #F7ECEC;
  --light-red-20: #6704042f;
  --dark-red: #670404;
  --button-dark-red: #5a0909;
  --button-red: #BE4242;
  --dull-blue:  rgba(139,163,179,1);
  font-size: 16px;
}
#up-btn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 80px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: white;
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */

}
.fas.fa-arrow-circle-up{
  color: var(--dark-blue);  /* Text color */
  font-size: 40px; /* Increase font size */
}
#myBtn:hover {
  background-color: var(--light-blue-008); /* Add a dark-grey background on hover */
}


a{
  color: var(--dark-blue);
  font-weight: 400;
}
a:hover {
  color: var(--dark-blue-50);
}
body {
  margin: 0;
  font-family: 'poppins', sans-serif;
  /*font-family: 'Libre Barcode 128 Text', cursive;*/
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #ffffff;
}
.hero.home h1{
  padding: 5rem 0rem 0rem 0rem;
}
.mobile-home{
  display:none;
}
.hero{
  margin: 0rem 0rem 2rem 0rem;
  text-align:center;
  padding: 0rem 8rem 0 8rem;
}

.attribution{
  text-align:left;
}
.hero h1{
  font-size: 3rem;
  padding-top: 0rem;
  margin-bottom: 0;
  margin-top: 0;
  color: var(--dark-blue);
}

.hero h3{
  margin-top: 0;
  margin-bottom:5rem;
  color: var(--dark-blue-50);
}
.hero p{
  color: var(--dark-blue);
  font-weight: 300;
  font-size: 1rem;
}
.fow-report{
background-color: var(--light-red);
display:flex;
flex-direction: row;
padding: 2rem 4rem;
}
.fow-thumbnail{
  display:flex;
  justify-content: center;
  align-items: center;
  width: 40%;
}
.fow-thumbnail img{
  height: 50%;
}
.fow-summary{
  color: var(--dark-red);
  width: 60%;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
}
.page-items-list{
  display:flex;
align-items: center;
justify-content: center;
padding-top: 1rem;
padding-bottom:1rem;
}
.page-items-list.report{
  display:flex;
align-items: flex-start;
justify-content: flex-start;
padding-top: 1rem;
padding-bottom:1rem;
}
.page-items-list li{
  margin-right: 1rem;
  text-align:center;
  list-style: none;
  font-weight: 400;
  font-size: 0.9rem;
  padding: 1rem 1rem 1rem 1rem;
  background-color: var(--light-blue-008);
  color: var(--dark-blue);
}
.page-items-list li.list-report{
  background-color: var(--light-red);

}
.page-items-list li.list-report a{

  color: var(--dark-red);
}
.page-items-list.report li{
  margin-right: 1rem;
  text-align:center;
  list-style: none;
  font-weight: 400;
  font-size: 0.9rem;
  padding: 1rem 1rem 1rem 1rem;
  background-color: var(--button-red);
  color: #ffffff !important;
}
.page-items-list.report a{
  color: #ffffff !important;
}
.page-items-list a{
  text-decoration: none;
}
.page-items-list li :hover{
cursor: pointer;
}

.resource-downloads{
  display:flex;
align-items: center;
justify-content: center;
padding-top: 1rem;
}
.resource-downloads.report a{
  margin-right: 1rem;
  text-align:center;
  font-weight: 400;
  padding: 1rem 2rem 1rem 2rem;
  background-color: var(--light-red-20);
  color: var(--dark-red);
}
.resource-downloads a{
  margin-right: 1rem;
  text-align:center;
  font-weight: 400;
  padding: 1rem 2rem 1rem 2rem;
  background-color: var(--light-blue-008);
  color: var(--dark-blue);
}
.resource-downloads li{
  list-style: none;
}
.resource-downloads a{
  text-decoration: none;
}
.resource-downloads li :hover{
cursor: pointer;
}
.icons{
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem 8rem 0.5rem 8rem;
  background-color: var(--light-blue-008);
}

.row{
  display:flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 2.5rem;

}
.column{
  display: flex;
  flex-direction: column;
  text-align:center;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.column p{
  color: var(--dark-blue);
}

svg{
  height: 80px;
  position: relative;

}
.icons.menu svg{
  height: 20px;
}
.icons.menu .frame {
  height: 40px;
  width: 40px;
  border: 3px solid var(--dark-blue);
}
.icons.menu .column p{
  color:  #ffffff;
  font-size:  0.8rem;
  min-height: 80px;
}

.icons.menu .row{
  margin-bottom: 0rem;
}

.icons.menu .column:hover p{
color: var(--dark-blue);
}
.icons.menu .column:hover{
  zoom: 1.1;
  }

.icons.menu{
  margin-bottom: 0rem;
  display: flex;
  background-color: #ffffff;
  flex-direction: row;
  padding: 2rem 30rem 0rem 30rem;
  min-height: 180px;
}



.frame{
  display:flex;
  justify-content: center;
  align-items: center;
  border: 5px solid var(--dark-blue);
  border-radius: 50%;
  height: 150px;
  width: 150px;
}
.st0{
  fill: var(--dark-blue);
}
.column:hover .st0{
  cursor: pointer;
  fill: var(--light-blue);
}
.column:hover .frame{
  cursor: pointer;
  border-color:var(--light-blue);
}
.column:hover p{
  cursor: pointer;
  color:var(--light-blue);
}

.section{
  padding: 0rem 8rem 3rem 8rem;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
}
.section.report{
  padding: 0rem 8rem 0rem 8rem;
  align-items:flex-start;
  justify-content:flex-start;
}
.section.heading{
  background-color: var(--dark-blue);
  padding: 1rem 0rem 1rem 0rem;
}
.section.heading.report-heading{
  background-color: var(--button-red);
  padding: 1rem 0rem 1rem 0rem;
}
.section.heading.report-heading h2{
  color:  #ffffff;
  font-weight: 600;
  text-align: center;
  margin:0 0 0 0;
  }
.section.heading-light{
  background-color: var(--light-blue-008);
  padding: 2rem 15rem 2rem 15rem;
  text-align:center;
}
.section.heading-light p{
  font-weight: 400;
  padding-top:0;
  margin-bottom:0;
}
.section.heading-light.feedback {
  margin-top: 2rem;
  padding: 2rem 10rem 2rem 10rem;
}
.section.heading-light.feedback p{
  margin:0;
  font-weight: 600;
}
.section.heading-light.feedback a{

  font-weight: 600;
}
.section h2{
color:  rgba(255,255,255,0.5);
font-weight: 600;
text-align: center;
margin:0 0 0 0;
}

.section p{
  color: var(--dark-blue);
  font-weight: 300;
  font-size: 1rem;
  padding-top: 3rem;
  margin-top:0;
}

.section ul{
  color: var(--dark-blue);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.8;
}


#toolkit-icon{
  height:50px;
}

.toolkit h2{
  padding-left: 1rem;
}
.toolkit p{
  color: var(--dull-blue);
padding-top:0;
}
.toolkit{
  display:flex;
  flex-direction: row;
}
.desc{
  display:flex;
  flex-direction: column;
  text-align: center;
}
#Layer_2  .st0{
  fill: rgba(255,255,255,0.5);
}

.box-row{
  display:flex;
  flex-direction: row;
  justify-content: center;
  align-items:center;
  padding: 2rem;
}

.box{
  width:50%;
  background: rgba(0,0,0,0.04);
  margin:0rem 2rem 4rem 0rem;
}
.last{
  margin-bottom:0;
}
#toolkit-desc{
  color: var(--dark-blue);
}
#readmore a{
  color: rgba(255,255,255,0.5);
  text-decoration: none;
}
#readmore{
  margin-top:1rem;
  cursor: pointer;
  background-color: var(--dark-blue);
  padding: 1rem 1rem 1rem 1rem;
}
#readmore:hover{
  background-color: var(--dull-blue);
}
#readmore:hover a{
  color: var(--dark-blue);
}
.box p{
  padding-top:0;
  text-align:left;
}
.box h2{
  text-align:left;
  padding-top:0;
  color: var(--dark-blue);
  font-size:  1.2rem;
  padding-left:0;
}
.tag-class{
  display:flex;
  flex-direction: row;
}
.tag-class p{
  padding: 0.1rem 0.3rem 0.1rem 0.3rem;
  margin: 1rem 0rem 1rem 0rem;
  color: rgba(255,255,255,0.5);
  font-size:0.8rem;
  text-align:left;
}
#tag1{
  background-color: var(--light-blue);
}
#tag2{
  background-color: var(--light-green);
}
.section.article  {  
  display: flex;
  align-items: start;
  justify-content:left; 
}
.article{
  background-color: var(--light-blue-008);
  margin: 2rem 8rem 2rem 8rem;
  padding:2rem;
}
.section.report.article{
  background-color: var(--light-red);
  margin: 2rem 8rem 2rem 8rem;
  padding:2rem;
}
.section.report.article p{
color: var(--dark-red);
}
.article p{
  padding:0;
}

p#article-title{
  margin-bottom:0.4rem;
  font-weight: 600;
  font-size: 1.3rem;
}
p#article-authors{
  margin-bottom:0.4rem;
  font-weight: 400;
  font-size: 1.1rem;
}
p#article-publisher{
  color: var(--dark-blue-50);
  margin-bottom:0.4rem;
  font-weight: 300;
  font-size: 1rem;
}
.article a{
  color: var(--dark-blue);
}
.section.thought-leaders  {  
  display: flex;
  align-items: start;
  justify-content:left; 
}
.section.thought-leaders:hover  {  
  background-color: var(--dark-blue-20);
}
.thought-leaders{
  background-color: var(--light-blue-008);
  margin: 2rem 8rem 2rem 8rem;
  padding:1rem;
}

.thought-leaders a{
  color: var(--dark-blue);
  margin-bottom:0.4rem;
  font-weight: 600;
  text-decoration: none;
  font-size: 1.1rem;
}
.library{
  display:flex;
  flex-direction: column;
  justify-content: center;
}
.library ul{
 
padding-top: 2rem;
line-height: 2rem;
}
.library  li{
  font-size:  1rem;
}
.library p{
  margin-top: 1rem;
  font-size: 1rem;
}
.section.library .p-tag{
  display:flex;
  flex-direction: column;
  justify-content:left;
  align-items: flex-start;
  margin-top: 1rem;
}
.p-tag{
  background-color:  var(--light-blue-008);
  padding: 2rem;
}
.p-tag p{
margin-top: 0rem;
margin-bottom:0;
padding-top:0;
}
a#ref{
  font-size: 1rem;
  text-decoration: none;
  color: var(--dark-blue-50);
}
a#ref:hover{
  color: var(--dark-blue);
}
.p-tag ul{
margin-top: 1rem;
padding-top: 0rem;
line-height: 1.4rem;
}
.p-tag li{
  margin-top:  0.5rem;
}
.fas{
  color:var(--dark-blue-50);
}
#policy-section{
  padding: 1rem 15rem 1rem 15rem;
}
#involve{
  
  text-align:left;
}

#quick-menu{
  padding-inline-start: 0px;
  list-style: none;
  width:  30%;
}
.policy{
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.policy h3{
  margin-bottom:0;
}

.policy-bullets{
  text-align:left;
  margin: 0rem 8rem 0rem 8rem;
  padding: 1rem 1rem 1rem 1rem;
  background-color: var(--light-blue-008);
  color: var(--dark-blue);
  font-weight: 300;
  font-size: 1rem;
}

#quick-menu li{
  cursor: pointer;
  background-color:var(--dark-blue);
  margin-bottom:  10px;
  padding:  10px;
  
  color: rgba(255,255,255,0.5);
}
@-ms-viewport {
  width: device-width;
}
.topnav {
  display:none;
  overflow: hidden;
  background-color: #3d3d3d;
  position: relative;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
}

/* Style navigation menu links */
.topnav a {
  color: #f6f6f6;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 0.8rem;
  display: block;
  background-color: #333333;
}

/* Style the hamburger menu */
.topnav a.icon {
  background: var(--light-blue);
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
  background-color: var(--dark-blue);
}

/* Style the active link (or home/logo) */
.active-menu {
  background-color: #1B8BCF;
  color: #f6f6f6;
}

