@font-face {
  font-family: "OpenSans-Light";
  src: url("../fonts/OpenSans-Light.eot");
  src: url("../fonts/OpenSans-Light.eot") format("embedded-opentype"), url("../fonts/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans-Light.ttf") format("truetype"), url("../fonts/OpenSans-Light.svg#OpenSans-Light") format("svg");
}
@font-face {
  font-family: "Trade-Gothic";
  src: url("../fonts/trade_gothic_condensed_18.eot");
  src: url("../fonts/trade_gothic_condensed_18.eot") format("embedded-opentype"), url("../fonts/trade_gothic_condensed_18.woff") format("woff"), url("../fonts/trade_gothic_condensed_18.ttf") format("truetype"), url("../fonts/trade_gothic_condensed_18.svg#Trade-Gothic") format("svg");
}
@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, textarea, p, blockquote, th, td {
  padding: 0;
  margin: 0;
  line-height: 1.4;
}

a {
  text-decoration: none;
}

table {
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal;
}

strong {
  font-weight: bold;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  color: #000;
  font-family: "Trade-Gothic";
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
}

img {
  border: 0 none;
  max-width: 100%;
}

html, body {
  height: 100%;
  /*overflow-x: hidden;*/
}

body {
  background-color: rgba(0, 0, 0, 0.75);
  position: relative;
  font-size: 100%;
  font-family: "OpenSans-Light", Helvetica, sans-serif;
}

.clearfix {
  clear: both;
  overflow: hidden;
}

.left {
  float: left;
}

.right {
  float: right;
}

.hidden {
  display: none;
}

.indent {
  margin: 0 0 0 2em;
}

.heading {
  font-family: "Trade-Gothic";
}

.dialog-box, #_post_iframe {
  display: none;
}

/*****************************************
HEADER, MAIN NAV */
header {
  display: block;
  position: fixed;
  top: 0;
  z-index: 999;
  height: 67px;
  /* owner is very specific about this height */
  background-color: rgba(0, 0, 0, 0.5);
  text-align: left;
  width: 100%;
  color: whitesmoke;
  font-family: "Trade-Gothic";
}
header .logo {
  width: auto;
  display: block;
  margin: 1.25rem 0.5rem;
}
header div.top-menu {
  margin: 0 auto;
}
header div.top-menu ul#_menu-heroes_top, header div.top-menu ul#right_menu {
  position: relative;
  list-style: none;
  display: inline-block;
  top: 0.5rem;
}
header div.top-menu ul#_menu-heroes_top a, header div.top-menu ul#right_menu a {
  color: whitesmoke;
}
header div.top-menu ul#_menu-heroes_top li, header div.top-menu ul#right_menu li {
  display: inline-block;
}
header div.top-menu ul#_menu-heroes_top li a, header div.top-menu ul#right_menu li a {
  text-transform: uppercase;
  margin-left: 1.5em;
  -webkit-text-size-adjust: 100%;
}
header div.top-menu ul#_menu-heroes_top {
  margin-right: 1.5em;
  margin-left: 2em;
}
header div.top-menu ul#right_menu {
  right: 1em;
}
header ul#right_menu {
  right: 3em;
}
header #menu_toggle {
  position: relative;
  width: 4em;
  display: inline-block;
}
header .menu-icon {
  position: absolute;
  width: 20px;
  height: 14px;
  top: 2px;
  right: 5px;
}
header .menu-line {
  background-color: whitesmoke;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  position: absolute;
  left: 0;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
header .menu-line-1 {
  top: 0;
}
header .menu-line-2 {
  top: 0;
  bottom: 0;
  margin: auto;
}
header .menu-line-3 {
  bottom: 0;
}
header .menu.open .menu-line-1 {
  transform: translateY(7px) translateY(-50%) rotate(-45deg);
}
header .menu.open .menu-line-2 {
  opacity: 0;
}
header .menu.open .menu-line-3 {
  transform: translateY(-7px) translateY(50%) rotate(45deg);
}

nav {
  position: fixed;
  top: 67px;
  right: -340px;
  color: white;
  width: 100%;
  padding: 0;
  height: calc(100vh - 67px);
  overflow: auto;
  font-family: "Trade-Gothic";
}
nav .hamburger {
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  right: 1em;
  top: 1em;
  cursor: pointer;
  font-size: 1.25em;
}
nav ul {
  background-color: rgba(0, 0, 0, 0.75);
}
nav ul a {
  color: #fff;
}
nav ul span {
  cursor: pointer;
}
nav ul li.toggle-menu, nav ul li.no-toggle-menu, nav ul li#heroes_sidebar_1 {
  padding: 1em;
  border-bottom: 1px solid #fff;
  font-size: 1.25em;
  text-transform: uppercase;
  width: 89%;
}
nav ul li.toggle-menu ul, nav ul li.no-toggle-menu ul, nav ul li#heroes_sidebar_1 ul {
  font-family: "OpenSans-Light";
  padding: 1em 0 0 1em;
  display: none;
  text-transform: none;
  font-size: 0.9em;
}
nav ul li.toggle-menu ul li, nav ul li.no-toggle-menu ul li, nav ul li#heroes_sidebar_1 ul li {
  margin: 0.5em 0;
}
nav ul li.toggle-menu .fa-chevron-right, nav ul li.no-toggle-menu .fa-chevron-right, nav ul li#heroes_sidebar_1 .fa-chevron-right {
  transition: 100ms ease-in-out;
}
nav ul li.toggle-menu .fa-chevron-right.open, nav ul li.no-toggle-menu .fa-chevron-right.open, nav ul li#heroes_sidebar_1 .fa-chevron-right.open {
  transform: rotate(90deg);
}
nav ul li:last-of-type {
  border-bottom: none;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
  background: #fff;
  box-shadow: 0px 0px 5px #333;
}

.clearfix {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

main.page ol, main.page ul {
  list-style: disc;
  margin: 0;
  padding: 1em 1em 1em 2em;
}
main.page ol.flush, main.page ul.flush {
  padding: 1em;
}

h1 {
  font-size: 2em;
  text-align: center;
  margin: 0 0 0.5em 0;
}

h2 {
  font-size: 1.5em;
  text-align: left;
  margin: 0 0 0.25em 0;
}

ul, p {
  margin: 0 0 1em 0;
}

@media all and (min-width: 360px) {
  nav {
    right: -480px;
  }
}
@media all and (min-width: 480px) {
  nav {
    right: -740px;
  }
}
@media all and (min-width: 720px) {
  nav {
    right: -25em;
    width: 24em;
    background-color: rgba(0, 0, 0, 0.75);
  }
  nav ul {
    background-color: transparent;
  }
}
@media all and (min-width: 1024px) {
  header div.top-menu ul#_menu-heroes_top li a, header div.top-menu ul#right_menu li a {
    padding: 0 0.5em 0 1em;
  }

  h1 {
    font-size: 3em;
  }

  h2 {
    font-size: 2em;
  }
}
.panel {
  background-color: #eee9e4;
}
.panel .content {
  padding-top: 9%;
}
.panel .description {
  margin-bottom: 10px;
}
.panel a {
  display: block;
  text-align: center;
  text-transform: uppercase;
}
.panel a span {
  border: 2px solid;
  padding: 4px 20px 2px 20px;
}

.panel-image.right, .content.right {
  float: right;
}
.panel-image.left, .content.left {
  float: left;
}

.content {
  width: 35%;
}
.content.right {
  padding-right: 5%;
}
.content.left {
  padding-left: 5%;
}

.panel-image {
  margin-bottom: -4px;
  width: 55%;
}
.panel-image img {
  width: 100%;
}

.content_forms {
  float: center;
  position: relative;
}

.content_grid {
  margin: 3em 0 0;
  text-align: left;
  overflow: hidden;
}
.content_grid h3 {
  margin-bottom: 0.5em;
}
.content_grid .grid_half, .content_grid .grid_third, .content_grid .grid_full {
  width: 100%;
  float: left;
}
.content_grid .grid_half img, .content_grid .grid_third img, .content_grid .grid_full img {
  max-width: 100%;
  vertical-align: top;
}
.content_grid .grid_full {
  overflow-x: hidden;
  margin-top: 2em;
}
.content_grid .grid_full .image {
  position: relative;
  width: 100%;
}
.content_grid .grid_full h2 {
  font-size: 2em;
}
.content_grid .grid_full p {
  font-family: "Trade-Gothic";
  font-size: 1.5em;
  line-height: 1.5em;
}
.content_grid .grid_full h7 {
  width: 100%;
  font-family: "Trade-Gothic";
  font-size: 2em;
  color: #777777;
}
.content_grid .floating {
  position: absolute;
  color: white;
  font-size: 24px;
  font-weight: bold;
  left: 10%;
  top: 10%;
}
.content_grid .floating h2 {
  color: #777777;
  font-size: 1.75em;
}
.content_grid .floating ul {
  color: #000;
  font-size: 1em;
  font-family: "Trade-Gothic";
  line-height: 1.5em;
}
.content_grid .content {
  font-family: "Trade-Gothic";
  width: 100%;
  text-align: left;
}
.content_grid .content h2 {
  color: #777777;
  font-size: 2.5em;
}
.content_grid .content p {
  color: #000;
  font-size: 1.5em;
  line-height: 1.15em;
}

.banner_buttons, .donate_buttons {
  position: relative;
  bottom: 5%;
  text-align: center;
  width: 30%;
  text-transform: uppercase;
  font-size: 1.75em;
  /*.banner_button.wide { width: 90%; }
  .banner_button.big { font-size: 1.1em; padding: 0.65em; }*/
}
.banner_buttons .banner_button, .donate_buttons .banner_button {
  font-family: "Trade-Gothic";
  color: #777777;
  border: 3px solid #977b31;
  margin: 0.25em 0 0.25em 0;
  width: 50%;
  display: inline-block;
  padding: 0.35em 0.75em;
}

#_blog_entries .excerpt-image-block {
  float: left;
  margin-right: 0.5em;
}

/* Allow scalable, responsive video iframes
* ----------------------------------------------------------- */
.video-left, .video-right {
  width: 100%;
  margin: 0 0 1em 0;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  /*padding-top: 25px;*/
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media all and (min-width: 768px) {
  .video-left {
    float: left;
    width: 480px;
    height: 270px;
    margin: 0 1em 1em 0;
  }

  .video-right {
    float: right;
    width: 480px;
    height: 270px;
    margin: 0 0 1em 1em;
  }
}
/* Standard page button - default viewport (min-width: 320px)
* ----------------------------------------------------------- */
.page-button {
  cursor: pointer;
  font-family: "Trade-Gothic";
  color: white;
  background: #5c6d73;
  border: none;
  width: 95%;
  padding: 10px;
  margin: 10px 0 0 0;
  font-size: 1.5em;
  text-align: center;
  display: block;
}

/* Forms - default viewport (min-width: 320px)
* -------------------------------------------- */
form, #other_donations {
  margin-bottom: 2em;
  padding: 0 10px 0 5px;
}
form h2, #other_donations h2 {
  font-size: 1.5em;
  color: #FFF;
  background-color: #5c6d73;
  padding: 5px 0 5px 5px;
  margin: 5px 0;
}

form label {
  margin: 0;
  font-size: 1em;
}
form .info {
  color: #5c6d73;
}

input[type=text], select, textarea {
  margin-top: 5px;
  padding: 8px 0 8px 8px;
  border: 1px solid #5c6d73;
  border-radius: 5px;
}

input[type=text], textarea, select, #_submit_form {
  font-size: 1em;
}

select {
  height: 40px;
  width: 100%;
  background: #FFF;
}

input[type=text], textarea, #_submit_form {
  width: 96%;
  padding: 8px;
  margin-bottom: 5px;
}

textarea {
  min-height: 200px;
}

#cvv_code {
  width: 121px;
}

.radio-label {
  font-size: 1em;
  margin: 5px 12px 5px 0;
  width: 46%;
  float: left;
}
.radio-label span {
  float: left;
  margin: 3px 0 1px 7px;
}

input[type=radio], input[type=checkbox] {
  float: left;
  width: 2em;
  height: 2em;
}

#expiration_month, #expiration_year {
  width: 49%;
}

#_processing_paragraph {
  display: none;
}

#copy_address, #donate_button, #_submit_form {
  color: white;
  background: #5c6d73;
  border: none;
  width: 100%;
  padding: 10px;
  margin: 10px 0 0 0;
}

.disclaimer, form .info {
  margin: 10px;
}

.disclaimer {
  color: darkgrey;
  font-size: 0.8em;
}

.error-message {
  display: none;
}

#_submit_paragraph {
  padding-top: 0 !important;
}

/* From the framework publicdonation.php page */
.form-line {
  min-height: 28px;
  position: relative;
  margin-bottom: 5px;
  vertical-align: top;
}

.form-line span.help-label {
  display: block;
  text-align: right;
  font-size: 10px;
  color: #969696;
}

.form-line label.checkbox-label {
  padding-left: 10px;
  cursor: pointer;
  display: inline-block;
  text-align: left;
  width: 85%;
}

.form-line.standalone {
  display: block;
  margin-left: 0;
}

.form-line.short {
  width: 20%;
}

.strength-bar-div {
  height: 16px;
  width: 250px;
  margin: 0px;
  margin-left: 20px;
  display: inline-block;
  top: 5px;
}

.form-line p.strength-bar-label {
  font-weight: bold;
  width: 250px;
  height: 12px;
  font-size: 10px;
  color: #969696;
  margin: 0px;
  padding: 0px;
  padding-left: 5px;
  text-align: left;
}

.strength-bar {
  font-size: 1px;
  height: 4px;
  width: 10px;
}

#cvv_image {
  /* position: absolute; right: 0px; top: 13px; height: 26px; */
  margin-bottom: -5px;
}

.donation-section {
  padding: 0 0 20px 0 !important;
  border-bottom: 1px solid #c8c8c8;
}

#_processing_paragraph {
  display: none;
}

#_button_paragraph {
  margin-top: 20px;
}

.payment-method-fields {
  display: none;
}

#_start_date_row {
  margin-top: 20px;
  display: none;
}

.highlighted-text {
  font-weight: bold;
}

#for_designation {
  text-align: center;
}

#designation_image {
  text-align: center;
}

#designation_image img {
  max-width: 640px;
  max-height: 480px;
}

#other_donations h2 {
  font-size: 1.5em;
  background-color: #5c6d73;
  padding: 5px 0 5px 5px;
  margin-bottom: 5px;
}
#other_donations h3 {
  color: #000;
  margin: 1em 0;
  font-size: 1.2em;
}

footer {
  clear: both;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
  padding: 3em 0;
  color: #999;
}
footer img {
  width: auto;
}
footer .menu {
  font-family: "OpenSans-Light";
  text-transform: uppercase;
  margin: 1rem 0 0.5rem;
  width: 100%;
  text-align: center;
}
footer a {
  color: #999;
}
footer ul#_menu-heroes_sidebar li a[href="/home"], footer ul#_menu-heroes_sidebar li a[href="/contact"] {
  display: none;
}
footer .menu > ul#static_footer_menu {
  text-align: center;
}
footer .menu > ul#static_footer_menu li {
  display: inline;
}
footer .menu > ul#static_footer_menu li ul li {
  display: block;
}
footer .menu > ul#_menu-heroes_sidebar {
  display: inline-block;
  width: 85%;
}
footer .menu > ul#_menu-heroes_sidebar a {
  max-width: 260px;
  display: inline-block;
  font-size: 14px;
}
footer .menu > ul#_menu-heroes_sidebar ul {
  padding-left: 1em;
}
footer .menu > ul#_menu-heroes_sidebar li {
  margin-right: 0;
}
footer .menu ul li ul {
  margin-bottom: 0;
  padding: 0;
}
footer .menu #social_icons {
  width: 50%;
  margin: 0 auto;
  padding: 0;
}
footer .menu #social_icons li {
  display: inline-block;
  font-size: 2em;
  margin-right: 5px;
}

#search_bar {
  position: relative;
}
#search_bar .styled-select {
  overflow: hidden;
}
#search_bar .styled-select select {
  background: transparent;
  padding: 5px;
  /* If you add too much padding here, the options won't show in IE */
}
#search_bar .styled-select#month_year_filter {
  background: url(/images/select_arrow.png) no-repeat right 11px center;
  background-color: white;
  height: 38px;
  width: 250px;
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #5c6d73;
  padding: 0;
  margin-right: 5px;
}
#search_bar .styled-select#month_year_filter select {
  border: 0;
  font-size: 16px;
  height: 29px;
  width: 268px;
}
#search_bar input {
  width: 81%;
}
#search_bar i.fa {
  cursor: pointer;
}
#search_bar #clear_headlines_search {
  position: absolute;
  top: 64%;
  right: 44px;
  display: none;
}
#search_bar #submit_headlines_search {
  margin: 0 0 0 0.6em;
  font-size: 1.2em;
}

#filtered_headlines {
  display: none;
}

.loading {
  text-align: center;
  padding: 4em 0;
  display: none;
}
.loading[data-loading="1"] {
  display: block;
}
.loading img {
  width: 80px;
}

#no_results {
  text-align: center;
  padding: 3em;
  font-size: 1.2em;
}

@media all and (min-width: 320px) {
  header {
    height: 100px;
  }
  header .logo {
    margin: 1.25rem auto 0 auto;
  }
  header div.top-menu {
    text-align: center;
  }
  header div.top-menu ul#_menu-heroes_top {
    margin-left: 0;
  }
  header div.top-menu ul#_menu-heroes_top, header div.top-menu ul#right_menu {
    top: 0.6rem;
  }
  header div.top-menu ul#_menu-heroes_top li, header div.top-menu ul#right_menu li {
    text-align: left;
  }

  .banner_wrapper .features {
    top: 7em;
  }

  nav {
    top: 100px;
  }
}
@media all and (min-width: 375px) {
  #_expiration_month_row label {
    display: block;
  }
}
@media all and (min-width: 378px) {
  header div.top-menu ul#_menu-heroes_top {
    margin-right: 1.5em;
  }
  header div.top-menu ul#right_menu {
    margin-right: 0%;
  }
}
@media all and (min-width: 476px) {
  header {
    height: 67px;
  }
  header .wrapper {
    padding-left: 1em;
  }
  header .logo {
    display: inline-block;
    float: left;
  }
  header div.top-menu {
    float: right;
  }
  header div.top-menu ul#_menu-heroes_top {
    margin-right: 1.5em;
    margin-left: 0em;
  }
  header div.top-menu ul#right_menu {
    margin-right: 0em;
  }

  header div.top-menu ul#_menu-heroes_top li {
    padding-top: 4px;
  }

  nav {
    top: 67px;
  }

  .banner_wrapper .features {
    top: 5em;
  }
}
@media all and (min-width: 568px) {
  main.page ul, main.page ol {
    padding-left: 3em;
  }

  .radio-label {
    width: 22%;
  }

  #expiration_month, #expiration_year {
    width: 32%;
  }

  footer .menu > ul#_menu-heroes_sidebar {
    width: 50%;
  }

  #search_bar {
    text-align: right;
  }
  #search_bar input {
    width: 15%;
    transition: all 0.5s ease;
  }
  #search_bar input:focus {
    width: 45%;
  }

  #search_bar .styled-select#month_year_filter {
    margin-bottom: -14px;
  }

  #search_bar #clear_headlines_search {
    top: 31%;
  }
}
@media all and (min-width: 667px) {
  #_expiration_month_row label {
    display: inline-block;
  }

  .content_grid .grid_third {
    margin: 2em 1em 2em 0;
    width: 31%;
  }
  .content_grid .grid_third img {
    width: 100%;
  }
  .content_grid .grid_third:nth-of-type(3n) {
    margin-right: 0;
  }
  .content_grid .grid_half {
    position: relative;
    margin-top: 2em;
    width: 46%;
    text-align: left;
  }
  .content_grid .grid_half img {
    width: 100%;
  }
  .content_grid .grid_half h8 {
    font-family: "Trade-Gothic";
    color: #777777;
  }
  .content_grid .grid_half:nth-of-type(even) {
    margin-right: 1em;
  }
}
@media all and (min-width: 768px) {
  .page-button {
    width: 30%;
    max-width: 220px;
  }

  footer .menu > ul#_menu-heroes_sidebar {
    width: auto;
  }
  footer .menu > ul#_menu-heroes_sidebar li {
    margin-right: 1em;
  }

  /* DTS Application form specific
  *********************************/
  input[type=text].medium, select.medium {
    width: 60%;
  }
  input[type=text].short, select.short {
    width: 35%;
  }

  .form-line {
    display: inline-block;
    width: 48%;
    margin-left: 10px;
  }
  .form-line.short {
    width: 25%;
  }
  .form-line#_comments_row {
    display: block;
  }

  #_donation_form .form-line {
    width: 100%;
    margin-left: 0;
  }

  #_submit_paragraph {
    margin-left: 10px;
  }

  input.datepicker {
    width: 85%;
    margin-right: 5px;
  }

  .form-line.left {
    margin-left: 0;
    float: none;
  }

  .form-line.longer-label {
    display: block;
    width: 65%;
    margin-left: 0;
  }

  .form-line label.checkbox-label {
    width: 90%;
  }

  #_have_school_fees_row {
    margin-left: 0;
  }
}
@media all and (min-width: 1024px) {
  #_donation_form {
    width: 46%;
    float: left;
    margin-right: 2em;
  }
  #_donation_form .radio-label {
    width: 31%;
  }

  #other_donations {
    overflow: hidden;
    float: right;
    width: 46%;
  }

  form .info {
    font-size: 1em;
  }

  .form-line.longer-label, #_address_1_row, #_address_2_row, #_facebook_url_row {
    width: 50%;
    display: block;
  }

  footer .menu > ul#_menu-heroes_sidebar {
    display: inline-block;
    text-align: center;
    width: auto;
  }
  footer .menu > ul#_menu-heroes_sidebar li {
    display: inline;
  }
  footer .menu > ul#_menu-heroes_sidebar li ul li {
    display: block;
  }

  .banner_wrapper .features {
    top: 6em;
  }

  ul#_menu-heroes_projects {
    width: 102%;
  }
}
@media all and (min-width: 1440px) {
  label, #_birthplace_row {
    display: block;
  }

  #_address_1_row, #_address_2_row {
    display: inline-block;
    width: 48%;
  }

  #_address_2_row {
    margin-left: 10px;
  }

  #_country_id_row select {
    width: 55%;
  }
}
#_processing_paragraph {
  display: none;
}

.payment-method-fields {
  display: none;
}

#_post_iframe {
  display: none;
}

#login_form table {
  margin-left: auto;
  margin-right: auto;
}

#_login_form_wrapper {
  margin: 0px auto;
  padding-top: 40px;
}

#login_form {
  border: 1px solid black;
  padding: 20px;
  margin: 0px auto;
  width: 400px;
  text-align: center;
}

#forgot_form {
  border: 1px solid black;
  padding: 20px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  display: none;
}

#access_link_div {
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

#_templates {
  display: none;
}

.dialog-box {
  display: none;
}

.required-tag {
  color: #c00000;
  font-size: 8px;
  position: relative;
  top: -8px;
}
