@font-face {
  font-family: Champion-Heviweight;
  src: url("Champion-Heviweight.otf") format("opentype");
}

@font-face {
  font-family: Champion-Middleweight;
  src: url("Champion-Middleweight.otf") format("opentype");
}

@font-face {
  font-family: Champion-Liteweight;
  src: url("Champion-Liteweight.otf") format("opentype");
}

@font-face {
  font-family: Sequel-Sans-Light;
  src: url("OGJ Type Design - Sequel Sans Light.ttf") format("truetype");
}

@font-face {
  font-family: Sequel-Sans-Bold;
  src: url("OGJ Type Design - Sequel Sans Bold.ttf") format("truetype");
}

body {
  color: #576C1D;
  font: normal 400 16px "Sequel-Sans-Light",sans-serif;
  margin: 0;
  background-color: #F4F3E6;
}

body.index {
  color: #576C1D;
}

*{
  box-sizing: border-box;
}

a {
  color: #576C1D;
  outline: none;
  text-decoration: underline;
}

a:hover {
  color: #576C1D;
  text-decoration-color: #FF6845;
}

a.logo {
  background: url(logo1.png) center bottom no-repeat;
  background-size: contain;
  display: block;
  height: 50px;
  width: 191px;
  padding-top: 150px;
  border-bottom: none;
}
a.logo:hover {
  border-bottom: none;
}

h1 {
  color: #576C1D;
  font: normal 400 30px "Champion-Middleweight",sans-serif;
  padding: 0;
}

.speakUp {
  color: #F4F3E6;
  font: normal 700 54px "Champion-Middleweight",sans-serif;
  text-transform: uppercase;
  text-align: center;
}

.burst-left {
  background: url("OrangeBurstLeft.png") no-repeat;
  align-items: center;
  color: #576C1D;
  display: flex;
  margin: 18px 0 0 200px;
  padding: 2px 27px 20px;
  text-decoration: none;
  width: 20px;
}

.burst-left:lang(es) {
  margin: 18px 0 0 75px;	
}

.burst-right {
  background: url("OrangeBurstRight.png") no-repeat;
  align-items: center;
  color: #576C1D;
  display: flex;
  margin: 18px 83px 0 0;
  padding: 2px 27px 20px;
  text-decoration: none;
  width: 20px;

}

.burst-right:lang(es) {
  margin: 18px 75px 0 0;
}

h2 {
  color: #576C1D;
  font: normal 400 24px "Champion-Middleweight",sans-serif;
  margin-bottom: 15px;
  padding: 0;
}

h3 {
  font: normal 700 1.17em/1.27em "Champion-Middleweight",sans-serif;
  margin: 1em 0;
  padding: 0;
}

img {
  border: 0;
  display: block;
}

ol, ul {
  margin: 1em 0;
  padding: 0 0 0 1.25em;
}

p {
  margin: 1em 0;
  padding: 0;
}

.contain {
  margin: 0 auto;
  width: 1200px;
}

.fill {
  min-width: 1200px;
  width: 100%;
}

.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

.top {
  margin-top: 0;
  padding-top: 0;
}


/* header */

header {
  display: block;
  background-color: #576C1D;
  height: 225px;
}

.aboutSpeakUp {
  display: flex;
  background-color: #576C1D;
  justify-content: baseline;
}

.aboutSpeakUp .burst-left {
  background: url("OrangeBurstLeft.png") no-repeat;
  align-items: center;
  color: #576C1D;
  display: flex;
  margin: 18px 0px 18px 396px;
  padding: 90px 0px 18px 77px;
  text-decoration: none;
  width: 20px;
}

.aboutSpeakUp .burst-right {
  background: url("OrangeBurstRight.png") no-repeat;
  align-items: center;
  color: #576C1D;
  display: flex;
  margin: 18px 387px 0 0;
  padding: 2px 27px 20px;
  text-decoration: none;
  width: 20px;
}

.index header {
  border: none;
}

header > .contain {
  display: flex;
  justify-content: space-between;
  /* padding: 20px 25px; */
}

#epAttention {
  padding: 10px 0;
  text-align: left;
  color: #576C1D;
}

#epLang {
  display: block;
  /* justify-content: space-between; */
  padding: 15px;
  background-color: #576C1D;
  /* margin-bottom: -50px; */
}

#epLang a {
  color: #F4F3E6;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid #576C1D;
  padding: 0 10px;
}

#epLang a:hover {
  color: #F4F3E6;
  border-bottom: 1px solid #FF6845;
  transition: .3s;

}

nav {
  display: block;
  font: normal 400 14px "Sequel-Sans-Light",sans-serif;
  justify-content: space-between;
  align-items: right;
  padding-top: 20px;
}

nav a {
  color: #F4F3E6;
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  text-align: right;
  text-transform: uppercase;
  border-bottom: 1px solid #576C1D;
}

nav a:hover {
  border-bottom: 1px solid #FF6845;
  transition: .3s;
  color: #F4F3E6;
}

.fadeimages *  {
  background-position: center center;
  background-size:cover;
  position:absolute;
  left:0;
  top:0;
  width: 100% !important;
  min-height: 520px;
}
.fadeImages2 {height:490px;}

.buttons-background {
  background-color: #576C1D;
}

.buttons {
  display: flex;
  justify-content: space-between;
  padding: 10px 25px;
  height: 226px;
}

.buttons a {
  align-items: center;
  background: #F4F3E6 url() no-repeat left 0px;
  box-sizing: border-box;
  color: #576C1D;
  display: flex;
  margin: 10px 0;
  padding: 2px 15px 20px;
  text-decoration: none;
  width: 26%;
  border-radius: 20px;
}

.buttons a.follow:lang(es) {
  padding: 7px 15px 15px !important;
}

.buttons a:hover {
  background-image: none !important;
  font-size: 21px;
  padding: 15px 30px;
  text-align: right;
}

.buttons a.follow:hover {
  align-items: center;
  background: #F4F3E6 url() no-repeat left 0px;
  box-sizing: border-box;
  color: #576C1D;
  display: flex;
  margin: 10px 0;
  padding: 2px 15px 20px;
  text-decoration: none;
  width: 26%;
  border-radius: 20px;
  background-image: url(follow.png) !important;
}

.buttons a.report {
  background-image: url(report.png);
}

.buttons a.phone {
  background-image: url(report.png);
}

.buttons a.question {
  background-image: url(question.svg);
}

.buttons a.follow {
  background-image: url(follow.png);
}

.buttons a.follow:hover {
  align-items: center;
  background: #F4F3E6 url() no-repeat left 0px;
  box-sizing: border-box;
  color: #576C1D;
  display: flex;
  margin: 10px 0;
  padding: 2px 15px 20px;
  text-decoration: none;
  width: 26%;
  border-radius: 20px;
}
.buttons a.follow:lang(es):hover {
  padding: 7px 15px 15px !important;
}

.buttons span.title{
  display: block;
  font-size: 22px;
  text-align: center;
  font: normal 400 24px/14px "Sequel-Sans-Bold",sans-serif;
  width: 100%;
  text-transform: uppercase;
  padding-left: 100px;
}

.buttons span.title:lang(es){
  padding-left: 48px !important;
}

.buttons span.roll-text {
  display: none;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  width: 100%;
  font-weight: 600;
}

.buttons a:hover span.title {
  display: none;
}

.buttons a.follow span.title {
  display: block;
  font-size: 22px;
  text-align: center;
  font: normal 400 24px/24px "Sequel-Sans-Bold",sans-serif;
  width: 100%;
  text-transform: uppercase;
  padding-left: 100px;
  margin-top: -135px;
}

.buttons a.follow span.title:lang(es) {
  font-size:19px !important;
  line-height:19px;
  padding-left:35px;
}

.buttons a.follow:hover span.title {
  display: block;
  font-size: 22px;
  text-align: center;
  font: normal 400 24px/24px "Sequel-Sans-Bold",sans-serif;
  width: 100%;
  text-transform: uppercase;
  padding-left: 100px;
  margin-top: -135px;
}

.buttons a.follow:hover span.title {
  font-size:19px !important;
  line-height:19px;
  padding-left:35px;	
}

.buttons a.follow form {
  display: block;
  font-size: 12px;
  text-align: center;
  font: normal 400 12px/14px "Sequel-Sans-Bold",sans-serif;
  width: 10%;
  text-transform: uppercase;
  padding-right: 100px;
  margin-top: 70px;
  margin-left: -200px;
}

.buttons a.follow form:lang(es) {
  padding-right: 50px;
  text-align: left;
  width:74% !important;
}

.buttons a.follow:hover form {
  display: block;
  font-size: 12px;
  text-align: center;
  font: normal 400 12px/14px "Sequel-Sans-Bold",sans-serif;
  width: 10%;
  text-transform: uppercase;
  padding-right: 100px;
}

.buttons a.follow:hover form:lang(es) {
  display: block;
  font-size: 12px;
  text-align: left;
  font: normal 400 12px/14px "Sequel-Sans-Bold",sans-serif;
  width:74% !important;
  text-transform: uppercase;
  padding-right: 50px;
  margin-top: 70px;
  margin-left: -200px;
}

.buttons a:hover span.roll-text {
  display: block;
}

.headers {
  display: flex;
  justify-content: space-between;
  padding: 30px 25px;
  
}

.reportOnline {
  background-color: #576C1D;
  border-radius: 20px;
  padding: 30px 25px;
  width: 30%;
  text-align: center;
}

.reportOnline h1 {
  color: #F4F3E6;
  font: normal 400 30px/15px "Sequel-Sans-Bold",sans-serif;
}

.reportPage h1:lang(es) {
  font-size:26px !important;	
}

.reportPhone {
  background-color: #576C1D;
  border-radius: 20px;
  padding: 30px 25px;
  width: 30%;
  text-align: center;
  margin-right: 232px;
}

.reportOnline:lang(es) {
  padding: 30px 20px !important;
}

.reportPhone:lang(es) {
  padding: 30px 20px !important;
}

.reportOnline.reportPage:lang(es) {
  padding: 40px 10px !important;
}

.reportPhone.reportPage:lang(es) {
  padding: 40px 10px !important;
}

.reportPhone h1 {
  color: #F4F3E6;
  font: normal 400 30px/15px "Sequel-Sans-Bold",sans-serif;
}

.orange {
  text-decoration: underline;
  text-decoration-color: #FF6845;
}

.question {
  font-weight: 700;
}

/* content */

main {
  display: block;
  padding: 30px 0 70px;
}

.mainHome {
  /* padding: 50px 0 70px; */
}

.about {
  text-transform: uppercase;
  padding: 53px 0;
  color: #F4F3E6;
  margin-right: 20px;
}

.about:lang(es) {
  text-transform: uppercase;
  padding: 53px 0;
  color: #F4F3E6;
  margin: 0 30px 0 0 !important;
  text-align:center;
  width:unset !important;
}

section {
  display: block;
}

section.flex {
  display: flex;
  padding: 20px 0;
}

.text-index {
  margin-top: 50px;
}

#soft-white {
  background-color: #F4F3E6;
  color: #576C1D;
}

#green, #green h2, #green a {
  background-color: #576C1D;
  color: #F4F3E6;
}

#green a:hover {
  color: #F4F3E6;
}

.faq-category {
  align-items: center;
  background: #576C1D url() no-repeat left 0px;
  box-sizing: border-box;
  color: #F4F3E6;
  display: flex;
  margin: 10px 0;
  padding: 10px 15px 9px;
  text-decoration: none;
  width: 35%;
  border-radius: 15px;
  font: normal 400 20px/15px "Sequel-Sans-Bold",sans-serif;
}

.faq-category a {
  color: #F4F3E6;
  text-decoration: none;
}

.faq-category a:hover {
  color: #F4F3E6;
  text-decoration: underline;
  text-decoration-color: #FF6845;
}

[class^="col-"] { /* Applies to all CSS classes that start with "col-" */
  vertical-align: top;
}

.col-100 {
  display: inline-block;
  padding: 10px 25px;
  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: 10px 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%;
}

#epEmergency {
  padding: 10px 0;
  text-align: left;
  color: #576C1D;
}

#epEmergency br {
  display: none;
}

#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, #epDataPrivacy .output {
  display: none;
}

#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
}

#epDataPrivacy .text {
  color: #576C1D;
}

#epPhone{
}
  

select {
  font: normal 400 14px "Sequel-Sans-Light",sans-serif;
  margin: 5px 0 15px;
  min-width: 355px;
  padding: 5px;
  background-color: transparent;
  border: 2px solid black;
}

button, .submit {
  background: #576C1D;
  border: none;
  border-radius: 5px;
  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 {
  background: #ccc;
  cursor: default;
}

button:hover, .submit:hover {
  color: #fff;
  background: #FF6845;
}

.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 {
  font: italic 400 11px 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 {
  background: #eee;
}

#epIssues .issuebox {
  background: #fff;
  padding-left: 20px;
  width: 76%;
}

#epIssues .name {
  font: normal 400 16px/20px sans-serif;
  padding: 5px 0;
}

#epIssues .desc {
  color: #777;
  font-size: 14px;
  padding: 0 60px 10px 15px;
}

input.text-input  {

}

.follow-page section span {
  /* font-size: 18px; */
}

form {
  padding: 10px;
  display: block;
}

/* footer */

footer {
  font-size: 14px;
  padding: 20px 0;
  color: #576C1D;
}

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: #576C1D;
}

footer .line2 a:hover {}

footer table {
  font-size: 12px;
  margin: 15px auto 0 !important;
  width: 1200px !important;
}