@font-face {
  font-family: 'AvenirNextLTPro-Demi';
  font-weight: 600;  
  src:  url('AvenirNextLTPro-Demi.otf') format('opentype');
}
@font-face {
  font-family: 'AvenirNextLTPro-Medium';
  font-weight: 500;
  src:  url('AvenirNextLTPro-Medium.otf') format('opentype');
}
@font-face {
  font-family: 'AvenirNextLTPro-Regular';
  src:  url('AvenirNextLTPro-Regular.otf') format('opentype');
}
@font-face {
  font-family: 'AvenirNextLTPro-Bold';
  font-weight: 700;    
  src:  url('AvenirNextLTPro-Bold.ttf') format('truetype');
}
/*
Core Green: #00864F
Mid Grey: #9b9b9b
*/
html {background-color:#00864F;}
body {
  color: #383738;
  font: normal 400 18px "AvenirNextLTPro-Regular",sans-serif;
  margin: 0;
}
body.index {
  color: #333;
}
*,
*::before,
*::after{box-sizing: border-box;}
a {
  color: #383738;
  outline: none;
  text-decoration: underline;
}
a:hover,
a:focus {color: #00864F;}
#logoWrapper{
  display:flex;
  flex-direction:row;
  align-items: center;
  justify-content:space-between;
  width:416px;
  }
#logoWrapper p{
font-size:13px;
width:28%;
text-align:center;
}
a.logo {
  background: url(logo.png) center center no-repeat;
  background-size: contain;
  display: block;
  height: 94px;
  width: 165px;
}
a.logoNg{
  background: url(NGlogo.png) center center no-repeat;
  background-size: contain;
  display: block;
  height: 94px;
  width: 107px;
}
h1 {
  color: #00864F;
  font: normal 400 30px "AvenirNextLTPro-Regular",sans-serif;
  padding: 0;
}
h2 {
  color:#00864F;
  font: normal 400 24px "AvenirNextLTPro-Regular",sans-serif;
  margin-bottom: 15px;
  padding: 0;
}
h3 {
  font: normal 700 1.17em/1.27em "AvenirNextLTPro-Bold",sans-serif;
  margin: 1em 0;
  padding: 0;
}
img {
  border: 0;
  display: block;
}
ol, ul {
  margin: 1em 0;
  padding: 0 0 0 1.25em;
}
li::marker {color:#00864F;}
p {
  margin: 1em 0;
  padding: 0;
}
.contain {
  margin: 0 auto;
  width: 1100px;
}
.fill {
  min-width: 1100px;
  width: 100%;
}
.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
.top {
  margin-top: 0;
  padding-top: 0;
}
.centered {text-align:center;}
.greentext, .greentext a {color:#00864F;}
/* header */
header {
  background-color:#fff;
  box-shadow: 0 0 10px 0 rgba(65, 65, 65, 0.5); 
  display: block;
  position:relative;
  z-index:100;
}
header > .contain {
  display: flex;
  justify-content: flex-start;
  padding:12px 20px;
}
#epAttention {
  padding: 10px 0;
  text-align: center;
}
#epLang {
  display: none;
  /* 
  display: flex;
  justify-content: space-between;
  padding: 15px;
  */
}
#epLang a {
  color: #1f3667;
  display: inline-block;
  font-size: 12px;
  text-decoration: none;
}
#epLang a:hover,
#epLang a:focus {color: #05bbda;}
nav {
  display: flex;
  font: normal 600 22px/29px "AvenirNextLTPro-Regular",sans-serif;
  justify-content: space-between;
  align-items: center;
}
nav a {
  background-color: rgb(0, 134, 79);
  color: #fff;
  padding: 10px 20px ;
  display: inline-block;
  margin: 0px 54px;
  text-decoration: none;
  border: 2px solid rgb(0, 134, 79);
}
nav a:hover,
nav a:focus {
  padding: 14px 20px ;
  transition: 0.25s ease-in-out;
  color: #fff;
}
nav a.active {color: #fff;}
.banner {
  background: #f6f6f6 url() no-repeat center center;
  background-size: cover;
  min-height: 400px;
  display: block;
  padding: 100px 0;
}
.banner .contain {}
.banner .contain div.bannerHeader {
  color:#000;
  display:inline-block;
  font-size:50px;
  line-height:60px;
  margin:0 auto 0 0;
  min-width:515px;
  padding:0 20px;
}
.indexBanner {
  background: #f6f6f6 url(hero.png) no-repeat center center;
  background-size:cover;
}
.aboutBanner {
  background: #f6f6f6 url(hero2.jpg) no-repeat right center;
  background-size:cover;
}
.resourceBanner {
  background: #f6f6f6 url(hero3.jpg) no-repeat center center;
  background-size:cover;  
}
.faqBanner {
  background: #f6f6f6 url(hero4.png) no-repeat center center;
  background-size:cover;    
}
.greenBanner {
  color:#fff;
  padding:0 0 50px; 
}
.greenBanner h1 {
  color:#fff;
  font-size:50px;
  line-height:60px;  
}
.breadcrumb {
  background-color:#00643B;
  color:#fff;
  font-size:14px;  
  padding:10px 0;
}
.breadcrumb a {
  color:#fff;
  text-decoration:none;  
}
.breadcrumb a:hover,
.breadcrumb a:focus {
  color:#fff; 
  text-decoration:underline;  
}
.subheader {max-width:800px;  }
.buttons {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.buttons a {
  align-items: center;
  background: url() no-repeat center 50px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  margin: 10px 0;
  padding: 5px 15px 140px;
  text-decoration: none;
  width: 275px;
}
.buttons a.report {background-image: url(report.png);}
.buttons a.phone {background-image: url(phone.jpg);}
.buttons a.question {background-image: url(question.png);}
.buttons a.follow {background-image: url(follow.png);}
.buttons div.title {
  color:#00864F;
  display: block;
  font-size: 22px;
  text-align: center;
  width: 100%;
}
textarea {
  background-color:#f6f6f6;   
  border:none;
}
/* content */
main {
  background-color:#fff;
  display: block;
  padding:0;
}
main.faqpage {padding:0;  }
main.followmain {padding-top:15px; }
.followExplain {
  line-height:1.75;
  padding:20px 0; 
}
.faqlink {padding:15px 0; }
.faqlink h3 {font-weight:400;  }
.faqlink h3 a {text-decoration:none; }
.faqContent {padding-bottom:20px;  }
section {display: block;}
section.flex {
  display: flex;
  padding: 20px 0;
}
.graybg {background-color:#f6f6f6 !important;}
.whitebg {background-color:#fff !important;}
.quote {}
.speakupImage{
background: url(sarah.jpg) center center no-repeat;
background-size: contain;
height:500px;
}
h3.about {
  margin-top: 30px;
  margin-bottom:10px;
}
p.about {
  margin-top: 0px;
  padding-top: 0px;
}
.sideBar {
  align-items:center;
  display:flex;
  flex-direction:column;
  justify-content:center;  
}
.sideTop {
  background-color:#f6f6f6;
  font-size:.9em;
  padding:20px 15px;
  width:310px;  
}
.sideBottom {
  background: #f6f6f6 url(side1.jpg) left top no-repeat;
  height:170px;
  width:310px;
}
.sideBottom2 {
  background: #f6f6f6 url(side2.jpg) left top no-repeat;
  background-size:contain;
  height:170px;
  width:310px;
}
.sideBottom3 {
  background: #f6f6f6 url(side3.jpg) left top no-repeat;
  background-size:contain;
  height:170px;
  width:310px;
}
.sideBottom4 {
  background: #f6f6f6 url(side4.jpg) left top no-repeat;
  background-size:contain;
  height:170px;
  width:310px;
}
.sideBottom5 {
  background: #f6f6f6 url(side5.jpg) left top no-repeat;
  background-size:contain;
  height:170px;
  width:310px;
}
a.bluelink {
  display:block;
  color:blue;
  margin:0 0 0 auto;
  text-decoration:none;
  width:150px;
}
.bluelinktext {
  padding-right:30px;
  text-decoration:underline;
}
i.fa-angle-right {color:#00864f;}
.text-index {margin-top: 50px;}
[class^="col-"] { /* Applies to all CSS classes that start with "col-" */
  vertical-align: top;
}
.col-100 {
  display: inline-block;
  padding:35px 50px;
  width: 100%;
}
.col-66 {
  display: inline-block;
  padding: 10px 25px;
  vertical-align: top;
  width: 66%;
}
.col-50 { /* Column-50 is technically 49% so columns do not break to a new line in all browsers */
  display: inline-block;
  padding: 30px 25px;
  width: 49%;
}
.col-33 {
  display: inline-block;
  padding: 10px 25px;
  width: 33%;
}
.col-left {
  margin-right: 2%;
  padding: 10px 25px;
  width: 60%;
}
.col-right {
  padding: 10px 25px;
  width: 38%;
}
.quote h2 {
  font-size: 33px;
}
.quote p {
  font-style:italic;  
  font-size: 22px;
  color: #000;
}
#epEmergency {
  padding: 10px 0;
  text-align: center;
}
#epEmergency strong {
  display: inline-block;
  margin-right: 7px;
}
#epDDN {
  font-weight: bold;
  white-space: nowrap;
}
.listor {
  list-style: none;
  margin: 1em 0;
}
/* dp and phone */
#epDataPrivacy .online, #epDataPrivacy .phone {display:none;} 
#epDataPrivacy .output {display: block;}
#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
}
#epDataPrivacy .text {color: #1f3667;}
#epPhone{}
#epPhone div.output div {
  background-color:#f6f6f6;
  padding:10px;
}
select {
  background-color:#f6f6f6;
  border:none;
  font: normal 400 14px "AvenirNextLTPro-Regular",sans-serif;
  margin: 5px 0 15px;
  min-width: 355px;
  padding: 5px;
}
button, input.submit, .submit {
  background: #00864F; 
  border: 2px solid #00864F;
  border-radius: 20px;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  margin: 15px 0;
  padding: 6px 24px;
  text-decoration: none;
}
button:disabled, button:disabled:hover, input.submit:disabled, input.submit:disabled:hover,
button:disabled, button:disabled:focus, input.submit:disabled, input.submit:disabled:focus{
  background: #ccc;
  border: 2px solid #ccc; 
  color:#fff;
  cursor: default;
}
button:hover, .submit:hover,
button:focus, .submit:focus {
  color: #00864F;
  background: #fff;
}
input.text-input {
  border:none;
  background-color:#f6f6f6;  
}
form span {color:#00864f;  }
.nowrap {white-space: nowrap;}
/* issues */
#epIssues {width: 100%;}
#epIssues .category {
  display: flex;
  margin-bottom: 20px;
}
#epIssues .category{background: #1f3667;}
#epIssues .catdesc {display: none;}
#epIssues .catname {
  color: #fff;
  font: normal 700 20px sans-serif;
  padding: 20px 20px 20px 30px;
  width: 24%;
}
#epIssues .details {
  display:none;
  font: italic 400 11px "AvenirNextLTPro-Regular",sans-serif;
  position: absolute;
  right: 7px;
  text-decoration: underline;
  top: 3px;
}
#epIssues .issue {
  margin-bottom: 10px;
  padding: 0 5px 0 10px;
  position: relative;
}
#epIssues .issue:last-of-type {margin-bottom: 0;}
#epIssues .issue:hover,
#epIssues .issue:focus {background: #eee;}
#epIssues .issuebox {
  background: #fff;
  padding-left: 20px;
  width: 76%;
}
#epIssues .name {
  font: normal 400 16px/20px "AvenirNextLTPro-Regular",sans-serif;
  padding: 5px 0;
}
#epIssues .desc {
  color: #777;
  font-size: 14px;
  padding: 0 60px 10px 15px;
}
input.text-input  {
  margin: 5px 0 20px;
  min-width: 300px;
  padding: 5px;
}
.follow-page section span {
  font-size: 18px;
}
#issuecheck {
position:absolute;
left:-15px;
top:5px;
}
/* footer */
footer {
  background-color:#00864F;
  color:#fff;
  font-size: 14px;
  padding: 20px 0;
}
footer th {display: none;}
footer td {padding: 5px 0 0 !important;}
footer .line1 {
  float: left;
  padding-left: 10px;
}
footer .line2 {
  color: #fff;
  float: right;
  padding-right: 10px;
}
footer .line2 a {
  color:#fff; 
  text-decoration:none;
}
footer .line2 a:hover,
footer .line2 a:focus {
  color:#fff; 
  text-decoration:underline;
}
footer table {
  font-size: 12px;
  margin: 15px auto 0 !important;
  width: 1100px !important;
}
.bold {font-weight: bold;}