@charset "UTF-8";
/*
@mixin type-tile-label() {
  background-color: $off_white;
  color: $dark_gray;
  display: inline-block;
  font-family: $main_font;
  @include font-size(15);
  padding: 2px 10px 2px 3px;
  text-transform: uppercase;
}
*/
@media print {
  a[href]:after {
    content: normal !important; }

  body {
    padding-top: 40px !important; }

  #opportunity-alert,
  .footer,
  .header-top-bar-region,
  .field-name-field-hero-image img,
  .view-mode-pre_footer,
  .six-item-grid,
  .pane-cwt-base-email-signup-form-component {
    display: none !important; }

  .header-row .title-region {
    position: static !important;
    top: auto;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important; } }
.navy_blue {
  color: #002b54;
  border-color: #002b54; }

.background-navy_blue {
  background-color: #002b54; }

.navy_blue-links a {
  color: #002b54; }

.navy_blue-icon:before {
  color: #002b54; }

.navy_blue-icon:after {
  color: #002b54; }

.navy_blue-border {
  border-color: #002b54; }

.red {
  color: #b5121b;
  border-color: #b5121b; }

.background-red {
  background-color: #b5121b; }

.red-links a {
  color: #b5121b; }

.red-icon:before {
  color: #b5121b; }

.red-icon:after {
  color: #b5121b; }

.red-border {
  border-color: #b5121b; }

.tan {
  color: #edeae3;
  border-color: #edeae3; }

.background-tan {
  background-color: #edeae3; }

.tan-links a {
  color: #edeae3; }

.tan-icon:before {
  color: #edeae3; }

.tan-icon:after {
  color: #edeae3; }

.tan-border {
  border-color: #edeae3; }

.bright_blue {
  color: #007eb3;
  border-color: #007eb3; }

.background-bright_blue {
  background-color: #007eb3; }

.bright_blue-links a {
  color: #007eb3; }

.bright_blue-icon:before {
  color: #007eb3; }

.bright_blue-icon:after {
  color: #007eb3; }

.bright_blue-border {
  border-color: #007eb3; }

.dark_gray {
  color: #3c3936;
  border-color: #3c3936; }

.background-dark_gray {
  background-color: #3c3936; }

.dark_gray-links a {
  color: #3c3936; }

.dark_gray-icon:before {
  color: #3c3936; }

.dark_gray-icon:after {
  color: #3c3936; }

.dark_gray-border {
  border-color: #3c3936; }

.medium_blue {
  color: #336699;
  border-color: #336699; }

.background-medium_blue {
  background-color: #336699; }

.medium_blue-links a {
  color: #336699; }

.medium_blue-icon:before {
  color: #336699; }

.medium_blue-icon:after {
  color: #336699; }

.medium_blue-border {
  border-color: #336699; }

.gold {
  color: #cc9933;
  border-color: #cc9933; }

.background-gold {
  background-color: #cc9933; }

.gold-links a {
  color: #cc9933; }

.gold-icon:before {
  color: #cc9933; }

.gold-icon:after {
  color: #cc9933; }

.gold-border {
  border-color: #cc9933; }

.dark_red {
  color: #9c0202;
  border-color: #9c0202; }

.background-dark_red {
  background-color: #9c0202; }

.dark_red-links a {
  color: #9c0202; }

.dark_red-icon:before {
  color: #9c0202; }

.dark_red-icon:after {
  color: #9c0202; }

.dark_red-border {
  border-color: #9c0202; }

.khaki {
  color: #7e7862;
  border-color: #7e7862; }

.background-khaki {
  background-color: #7e7862; }

.khaki-links a {
  color: #7e7862; }

.khaki-icon:before {
  color: #7e7862; }

.khaki-icon:after {
  color: #7e7862; }

.khaki-border {
  border-color: #7e7862; }

/*
 *  adding a few padding and margin classes
 */
.padding-0 {
  padding: 0px; }

.padding-top-0 {
  padding-top: 0px; }

.padding-bottom-0 {
  padding-bottom: 0px; }

.padding-left-0 {
  padding-left: 0px; }

.padding-right-0 {
  padding-right: 0px; }

.margin-0 {
  margin: 0px; }

.margin-bottom-0 {
  margin-bottom: 0px; }

.margin-top-0 {
  margin-top: 0px; }

.margin-left-0 {
  margin-left: 0px; }

.margin-right-0 {
  margin-right: 0px; }

.padding-5 {
  padding: 5px; }

.padding-top-5 {
  padding-top: 5px; }

.padding-bottom-5 {
  padding-bottom: 5px; }

.padding-left-5 {
  padding-left: 5px; }

.padding-right-5 {
  padding-right: 5px; }

.margin-5 {
  margin: 5px; }

.margin-bottom-5 {
  margin-bottom: 5px; }

.margin-top-5 {
  margin-top: 5px; }

.margin-left-5 {
  margin-left: 5px; }

.margin-right-5 {
  margin-right: 5px; }

.padding-10 {
  padding: 10px; }

.padding-top-10 {
  padding-top: 10px; }

.padding-bottom-10 {
  padding-bottom: 10px; }

.padding-left-10 {
  padding-left: 10px; }

.padding-right-10 {
  padding-right: 10px; }

.margin-10 {
  margin: 10px; }

.margin-bottom-10 {
  margin-bottom: 10px; }

.margin-top-10 {
  margin-top: 10px; }

.margin-left-10 {
  margin-left: 10px; }

.margin-right-10 {
  margin-right: 10px; }

.padding-15 {
  padding: 15px; }

.padding-top-15 {
  padding-top: 15px; }

.padding-bottom-15 {
  padding-bottom: 15px; }

.padding-left-15 {
  padding-left: 15px; }

.padding-right-15 {
  padding-right: 15px; }

.margin-15 {
  margin: 15px; }

.margin-bottom-15 {
  margin-bottom: 15px; }

.margin-top-15 {
  margin-top: 15px; }

.margin-left-15 {
  margin-left: 15px; }

.margin-right-15 {
  margin-right: 15px; }

.padding-20 {
  padding: 20px; }

.padding-top-20 {
  padding-top: 20px; }

.padding-bottom-20 {
  padding-bottom: 20px; }

.padding-left-20 {
  padding-left: 20px; }

.padding-right-20 {
  padding-right: 20px; }

.margin-20 {
  margin: 20px; }

.margin-bottom-20 {
  margin-bottom: 20px; }

.margin-top-20 {
  margin-top: 20px; }

.margin-left-20 {
  margin-left: 20px; }

.margin-right-20 {
  margin-right: 20px; }

.padding-25 {
  padding: 25px; }

.padding-top-25 {
  padding-top: 25px; }

.padding-bottom-25 {
  padding-bottom: 25px; }

.padding-left-25 {
  padding-left: 25px; }

.padding-right-25 {
  padding-right: 25px; }

.margin-25 {
  margin: 25px; }

.margin-bottom-25 {
  margin-bottom: 25px; }

.margin-top-25 {
  margin-top: 25px; }

.margin-left-25 {
  margin-left: 25px; }

.margin-right-25 {
  margin-right: 25px; }

.padding-30 {
  padding: 30px; }

.padding-top-30 {
  padding-top: 30px; }

.padding-bottom-30 {
  padding-bottom: 30px; }

.padding-left-30 {
  padding-left: 30px; }

.padding-right-30 {
  padding-right: 30px; }

.margin-30 {
  margin: 30px; }

.margin-bottom-30 {
  margin-bottom: 30px; }

.margin-top-30 {
  margin-top: 30px; }

.margin-left-30 {
  margin-left: 30px; }

.margin-right-30 {
  margin-right: 30px; }

.padding-35 {
  padding: 35px; }

.padding-top-35 {
  padding-top: 35px; }

.padding-bottom-35 {
  padding-bottom: 35px; }

.padding-left-35 {
  padding-left: 35px; }

.padding-right-35 {
  padding-right: 35px; }

.margin-35 {
  margin: 35px; }

.margin-bottom-35 {
  margin-bottom: 35px; }

.margin-top-35 {
  margin-top: 35px; }

.margin-left-35 {
  margin-left: 35px; }

.margin-right-35 {
  margin-right: 35px; }

.padding-40 {
  padding: 40px; }

.padding-top-40 {
  padding-top: 40px; }

.padding-bottom-40 {
  padding-bottom: 40px; }

.padding-left-40 {
  padding-left: 40px; }

.padding-right-40 {
  padding-right: 40px; }

.margin-40 {
  margin: 40px; }

.margin-bottom-40 {
  margin-bottom: 40px; }

.margin-top-40 {
  margin-top: 40px; }

.margin-left-40 {
  margin-left: 40px; }

.margin-right-40 {
  margin-right: 40px; }

.padding-45 {
  padding: 45px; }

.padding-top-45 {
  padding-top: 45px; }

.padding-bottom-45 {
  padding-bottom: 45px; }

.padding-left-45 {
  padding-left: 45px; }

.padding-right-45 {
  padding-right: 45px; }

.margin-45 {
  margin: 45px; }

.margin-bottom-45 {
  margin-bottom: 45px; }

.margin-top-45 {
  margin-top: 45px; }

.margin-left-45 {
  margin-left: 45px; }

.margin-right-45 {
  margin-right: 45px; }

.padding-50 {
  padding: 50px; }

.padding-top-50 {
  padding-top: 50px; }

.padding-bottom-50 {
  padding-bottom: 50px; }

.padding-left-50 {
  padding-left: 50px; }

.padding-right-50 {
  padding-right: 50px; }

.margin-50 {
  margin: 50px; }

.margin-bottom-50 {
  margin-bottom: 50px; }

.margin-top-50 {
  margin-top: 50px; }

.margin-left-50 {
  margin-left: 50px; }

.margin-right-50 {
  margin-right: 50px; }

.padding-55 {
  padding: 55px; }

.padding-top-55 {
  padding-top: 55px; }

.padding-bottom-55 {
  padding-bottom: 55px; }

.padding-left-55 {
  padding-left: 55px; }

.padding-right-55 {
  padding-right: 55px; }

.margin-55 {
  margin: 55px; }

.margin-bottom-55 {
  margin-bottom: 55px; }

.margin-top-55 {
  margin-top: 55px; }

.margin-left-55 {
  margin-left: 55px; }

.margin-right-55 {
  margin-right: 55px; }

.border-top-gray {
  border-top: 1px solid #d2d2d2; }

.border-bottom-gray {
  border-bottom: 1px solid #d2d2d2; }

.border-gray4 {
  border: 1px solid #999; }

.drop-cap {
  font-size: 68px;
  font-size: 6.8rem;
  line-height: 1;
  margin-right: 10px;
  margin-bottom: -8px;
  float: left; }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

.panel-separator {
  display: none; }

.no-breadcrumb .breadcrumb {
  display: none; }

@media only screen and (min-width: 768px) {
  .hide-tablet-desktop {
    display: none; } }

@media only screen and (max-width: 991px) {
  .hide-mobile-tablet {
    display: none; } }

@media only screen and (max-width: 767px) {
  .hide-mobile {
    display: none; } }

/*
 * WIDTHS
 */
.screen-sm {
  width: 768px; }

.screen-md {
  width: 992px; }

.screen-lg-max, .node-type-donation-form .region-footer {
  max-width: 1280px; }

.text-center {
  text-align: center; }

.text-center-mobile-sm {
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .text-center-mobile-sm {
      text-align: left; } }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.inline {
  display: inline; }

.inline-block {
  display: inline-block; }

.centered-bg-image {
  background-position: center center;
  background-size: cover; }

.hide-page-title h1.page-header {
  display: none; }

/*
.gutters-wide-15 {
  .container-fluid {
    margin-left: -15px;
    margin-right: -15px;

    @include breakpoint-min($screen_sm) {
      //margin-left: -15px;
      //margin-right: -15px;
    }
    .col {
      padding: 0 15px;

      @include breakpoint-min($screen_sm) {
        //padding: 0 15px;
      }
    }
  }
}
.grid-4 {
  .container-fluid {
    font-size: 0;

    .col {
      @include font-size(16);
      margin-bottom: 20px;

      @include breakpoint-min($screen_xs) {
        width: 50%;
        display: inline-block;
        vertical-align: top;
      }
      @include breakpoint-min($screen_md) {
        width: 25%;
        display: inline-block;
        vertical-align: top;
      }
    }
  }
}
.grid-2 {
  .container-fluid {
    @include clearfix();

    .col {
      @include breakpoint-min($screen_md) {
        width: 50%;
        float: left;
      }
    }
  }
}
.grid-2-sm {
  .container-fluid {
    @include clearfix();

    .col {
      @include breakpoint-min($screen_xs) {
        width: 50%;
        float: left;
      }
    }
  }
}
.grid-3 {
  .container-fluid {
    font-size: 0;

    .col {
      @include breakpoint-min($screen_md) {
        width: 33.33333333%;
        display: inline-block;
        vertical-align: top;
      }
    }
  }
}
.grid-3-sm {
  .container-fluid {
    font-size: 0;

    .col {
      @include font-size(16);

      @include breakpoint-min($screen_sm) {
        width: 33.33333333%;
        display: inline-block;
        vertical-align: top;
      }
    }
  }
}
.grid-3-xs {
  .container-fluid {
    font-size: 0;

    .col {
      @include font-size(16);

      @include breakpoint-min($screen_xs) {
        width: 33.33333333%;
        display: inline-block;
        vertical-align: top;
      }
    }
  }
}
*/
.col-ms-1 {
  float: left;
  position: relative;
  min-height: 1px; }

@media only screen and (min-width: 480px) {
  .col-ms-1 {
    width: 8.33333%; } }

.col-ms-2 {
  float: left;
  position: relative;
  min-height: 1px; }

@media only screen and (min-width: 480px) {
  .col-ms-2 {
    width: 16.66667%; } }

.col-ms-3 {
  float: left;
  position: relative;
  min-height: 1px; }

@media only screen and (min-width: 480px) {
  .col-ms-3 {
    width: 25%; } }

.col-ms-4 {
  float: left;
  position: relative;
  min-height: 1px; }

@media only screen and (min-width: 480px) {
  .col-ms-4 {
    width: 33.33333%; } }

.col-ms-5 {
  float: left;
  position: relative;
  min-height: 1px; }

@media only screen and (min-width: 480px) {
  .col-ms-5 {
    width: 41.66667%; } }

.col-ms-6 {
  float: left;
  position: relative;
  min-height: 1px; }

@media only screen and (min-width: 480px) {
  .col-ms-6 {
    width: 50%; } }

.col-ms-7 {
  float: left;
  position: relative;
  min-height: 1px; }

@media only screen and (min-width: 480px) {
  .col-ms-7 {
    width: 58.33333%; } }

.col-ms-8 {
  float: left;
  position: relative;
  min-height: 1px; }

@media only screen and (min-width: 480px) {
  .col-ms-8 {
    width: 66.66667%; } }

.col-ms-9 {
  float: left;
  position: relative;
  min-height: 1px; }

@media only screen and (min-width: 480px) {
  .col-ms-9 {
    width: 75%; } }

.col-ms-10 {
  float: left;
  position: relative;
  min-height: 1px; }

@media only screen and (min-width: 480px) {
  .col-ms-10 {
    width: 83.33333%; } }

.col-ms-11 {
  float: left;
  position: relative;
  min-height: 1px; }

@media only screen and (min-width: 480px) {
  .col-ms-11 {
    width: 91.66667%; } }

.col-ms-12 {
  float: left;
  position: relative;
  min-height: 1px; }

@media only screen and (min-width: 480px) {
  .col-ms-12 {
    width: 100%; } }

@media only screen and (min-width: 768px) {
  .col-sm-1 {
    width: 8.33333%; } }

@media only screen and (min-width: 768px) {
  .col-sm-2 {
    width: 16.66667%; } }

@media only screen and (min-width: 768px) {
  .col-sm-3 {
    width: 25%; } }

@media only screen and (min-width: 768px) {
  .col-sm-4 {
    width: 33.33333%; } }

@media only screen and (min-width: 768px) {
  .col-sm-5 {
    width: 41.66667%; } }

@media only screen and (min-width: 768px) {
  .col-sm-6 {
    width: 50%; } }

@media only screen and (min-width: 768px) {
  .col-sm-7 {
    width: 58.33333%; } }

@media only screen and (min-width: 768px) {
  .col-sm-8 {
    width: 66.66667%; } }

@media only screen and (min-width: 768px) {
  .col-sm-9 {
    width: 75%; } }

@media only screen and (min-width: 768px) {
  .col-sm-10 {
    width: 83.33333%; } }

@media only screen and (min-width: 768px) {
  .col-sm-11 {
    width: 91.66667%; } }

@media only screen and (min-width: 768px) {
  .col-sm-12 {
    width: 100%; } }

@media only screen and (min-width: 992px) {
  .col-md-1 {
    width: 8.33333%; } }

@media only screen and (min-width: 992px) {
  .col-md-2 {
    width: 16.66667%; } }

@media only screen and (min-width: 992px) {
  .col-md-3 {
    width: 25%; } }

@media only screen and (min-width: 992px) {
  .col-md-4 {
    width: 33.33333%; } }

@media only screen and (min-width: 992px) {
  .col-md-5 {
    width: 41.66667%; } }

@media only screen and (min-width: 992px) {
  .col-md-6 {
    width: 50%; } }

@media only screen and (min-width: 992px) {
  .col-md-7 {
    width: 58.33333%; } }

@media only screen and (min-width: 992px) {
  .col-md-8 {
    width: 66.66667%; } }

@media only screen and (min-width: 992px) {
  .col-md-9 {
    width: 75%; } }

@media only screen and (min-width: 992px) {
  .col-md-10 {
    width: 83.33333%; } }

@media only screen and (min-width: 992px) {
  .col-md-11 {
    width: 91.66667%; } }

@media only screen and (min-width: 992px) {
  .col-md-12 {
    width: 100%; } }

@media only screen and (min-width: 1280px) {
  .col-lg-1 {
    width: 8.33333%; } }

@media only screen and (min-width: 1280px) {
  .col-lg-2 {
    width: 16.66667%; } }

@media only screen and (min-width: 1280px) {
  .col-lg-3 {
    width: 25%; } }

@media only screen and (min-width: 1280px) {
  .col-lg-4 {
    width: 33.33333%; } }

@media only screen and (min-width: 1280px) {
  .col-lg-5 {
    width: 41.66667%; } }

@media only screen and (min-width: 1280px) {
  .col-lg-6 {
    width: 50%; } }

@media only screen and (min-width: 1280px) {
  .col-lg-7 {
    width: 58.33333%; } }

@media only screen and (min-width: 1280px) {
  .col-lg-8 {
    width: 66.66667%; } }

@media only screen and (min-width: 1280px) {
  .col-lg-9 {
    width: 75%; } }

@media only screen and (min-width: 1280px) {
  .col-lg-10 {
    width: 83.33333%; } }

@media only screen and (min-width: 1280px) {
  .col-lg-11 {
    width: 91.66667%; } }

@media only screen and (min-width: 1280px) {
  .col-lg-12 {
    width: 100%; } }

.hide-fpp-title .fieldable-panels-pane > h2 {
  display: none; }

.fieldable-panels-pane > h2 {
  margin: 0; }

.date-separator-dash .date-separator {
  font-size: 0; }
  .date-separator-dash .date-separator:before {
    display: inline-block;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: normal;
    content: "-";
    padding-left: 5px;
    padding-right: 5px; }

.empty-table-row {
  display: table-row; }
  .empty-table-row * {
    font-size: 0 !important;
    border: none !important; }

.table-fixed,
.table-fixed-inside > .inside {
  display: table;
  width: 100%;
  table-layout: fixed; }
  .table-fixed:before, .table-fixed:after,
  .table-fixed-inside > .inside:before,
  .table-fixed-inside > .inside:after {
    content: normal; }

.table-cell {
  display: table-cell; }

.brothers_sc {
  font-family: brothers_special; }

.brothers {
  font-family: brothers, georgia, serif;
  font-weight: bold; }

.text-shadow-gold-element, div.pane-bundle-cta-promo .pane-title, div.cta-promo h2,
div.cta-promo p:first-child,
.text-shadow-gold .pane-title {
  text-shadow: 1px 1px #fff, 2px 2px #cc9933; }

.hide-page-title .page-header {
  display: none; }

.mdash-divider:after, div.pane-bundle-cta-promo .pane-title:after, div.cta-promo h2:after,
div.cta-promo p:first-child:after {
  content: "–";
  font-family: brothers_special;
  display: block;
  color: #ab7a18;
  text-shadow: none;
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  line-height: 0;
  margin-top: 15px; }

.font-italic {
  font-style: italic; }

.no-title-margin h1 {
  margin: 0; }

html {
  font-size: 10px;
  overflow-x: hidden; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Georgia, serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: normal;
  color: #3c3936;
  overflow: hidden; }

body.cke_editable {
  margin: 0 10px; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

p {
  margin-bottom: 15px;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.57895; }

input {
  border-radius: 0; }

h1, .h1 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.16667; }

h2, .h2 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.2;
  color: #336699; }

h3, .h3 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.23077;
  color: #336699;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif; }

h4, .h4 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.45455;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #336699; }

h5, .h5 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.25;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-weight: bold; }

h6, .h6 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.27778;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-weight: bold; }

a {
  color: #9c0202;
  text-decoration: none; }

.icon-before, header .menu-name-main-menu > ul > li > .sub-menu-toggle-button:before,
.sidebar-menu .menu-block-wrapper > ul > li > .sub-menu-toggle-button:before, .views-reset-button .form-submit:after,
[class*="icon-"]:not(.glyphicon):before,
ul.pagination .pager-first a:not(.glyphicon):before,
ul.pagination .prev a:not(.glyphicon):before,
ul.pagination .next a:not(.glyphicon):after,
ul.pagination .pager-last a:not(.glyphicon):after,
[class*="icon-"][class*="-after"]:after,
.navbar.navbar-default .navbar-toggle:after {
  font-family: icons;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline;
  text-decoration: inherit;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class*=" icon-"]:before, .addthis a.at-share-btn:before {
  margin-right: .2em; }

[class*="icon-"][class*="-after"]:after, .navbar.navbar-default .navbar-toggle:after {
  margin-left: .2em; }

.icon-cancel:before {
  content: '\e800'; }

/* '' */
.icon-search:before {
  content: '\e801'; }

/* '' */
.icon-twitter:before, .addthis .at-svc-twitter:before {
  content: '\f099'; }

/* '' */
.icon-facebook:before, .addthis .at-svc-facebook:before {
  content: '\f09a'; }

/* '' */
.icon-menu:before {
  content: '\f0c9'; }

/* '' */
.icon-mail-alt:before, .addthis a.at-svc-email:before {
  content: '\f0e0'; }

/* '' */
.icon-angle-left:before, ul.pagination .prev a:before {
  content: '\f104'; }

/* '' */
.icon-angle-right:before {
  content: '\f105'; }

/* '' */
.icon-angle-up:before {
  content: '\f106'; }

/* '' */
.icon-angle-down:before {
  content: '\f107'; }

/* '' */
.icon-angle-double-left:before, ul.pagination .pager-first a:before {
  content: '\f100'; }

/* '' */
.icon-angle-double-right:before {
  content: '\f101'; }

/* '' */
.icon-angle-double-up:before {
  content: '\f102'; }

/* '' */
.icon-angle-double-down:before {
  content: '\f103'; }

/* '' */
.icon-up-open:before {
  content: '\e802'; }

/* '' */
.icon-right-open:before, a.help-link-toggle.collapsed:before {
  content: '\e803'; }

/* '' */
.icon-left-open:before {
  content: '\e804'; }

/* '' */
.icon-down-open:before {
  content: '\e805'; }

/* '' */
.icon-spin3:before {
  content: '\e832'; }

/* '' */
.icon-print:before, .addthis a.at-svc-print:before {
  content: '\e806'; }

.icon-plus:before, header .menu-name-main-menu > ul > li > .sub-menu-toggle-button:before,
.sidebar-menu .menu-block-wrapper > ul > li > .sub-menu-toggle-button:before {
  content: '\e807'; }

/* '' */
.icon-minus:before, header .menu-name-main-menu > ul > li > .sub-menu-toggle-button.clicked:before,
.sidebar-menu .menu-block-wrapper > ul > li > .sub-menu-toggle-button.clicked:before {
  content: '\e808'; }

/* '' */
.icon-cancel-1:before {
  content: '\e809'; }

/* '' */
.icon-cancel-after:after, .navbar.navbar-default .navbar-toggle:after {
  content: '\e800'; }

/* '' */
.icon-search-after:after {
  content: '\e801'; }

/* '' */
.icon-twitter-after:after {
  content: '\f099'; }

/* '' */
.icon-facebook-after:after {
  content: '\f09a'; }

/* '' */
.icon-menu-after:after, .navbar.navbar-default .navbar-toggle.collapsed:after {
  content: '\f0c9'; }

/* '' */
.icon-mail-alt-after:after {
  content: '\f0e0'; }

/* '' */
.icon-angle-left-after:after {
  content: '\f104'; }

/* '' */
.icon-angle-right-after:after, ul.pagination .next a:after {
  content: '\f105'; }

/* '' */
.icon-angle-up-after:after {
  content: '\f106'; }

/* '' */
.icon-angle-down-after:after {
  content: '\f107'; }

/* '' */
.icon-angle-double-left-after:after {
  content: '\f100'; }

/* '' */
.icon-angle-double-right-after:after, ul.pagination .pager-last a:after {
  content: '\f101'; }

/* '' */
.icon-angle-double-up-after:after {
  content: '\f102'; }

/* '' */
.icon-angle-double-down-after:after {
  content: '\f103'; }

/* '' */
.icon-up-open-after:after {
  content: '\e802'; }

/* '' */
.icon-right-open-after:after {
  content: '\e803'; }

/* '' */
.icon-left-open-after:after {
  content: '\e804'; }

/* '' */
.icon-down-open-after:after {
  content: '\e805'; }

/* '' */
.icon-spin3-after:after {
  content: '\e832'; }

/* '' */
.icon-print-after:after {
  content: '\e806'; }

.icon-plus-after:after {
  content: '\e807'; }

/* '' */
.icon-minus-after:after {
  content: '\e808'; }

/* '' */
.icon-cancel-1-after:after, .views-reset-button .form-submit:after {
  content: '\e809'; }

/* '' */
@font-face {
  font-family: "icons";
  src: url('../fonts/fontello/fontello.woff?1543888348') format('woff'), url('../fonts/fontello/fontello.woff2?1543888348') format('woff2'); }
@font-face {
  font-family: "brothers";
  src: url('../fonts/brothers/327B83_0_0.woff?1543888348') format('woff'), url('../fonts/brothers/327B83_0_0.woff2?1543888348') format('woff2');
  font-weight: 700; }
@font-face {
  font-family: "brothers_special";
  src: url('../fonts/brothers/Brothers_C/BrothersOT-WordLogoscivilwa.woff?1543888348') format('woff'), url('../fonts/brothers/Brothers_C/BrothersOT-WordLogoscivilwa.woff2?1543888348') format('woff2'); }
.sprites-sprite, .download-icon-before:before, .promo-upper-left, .promo-upper-right, .promo-lower-left, .promo-lower-right, .white-divider, .pane-take-action-appeal .pane-node-field-status:after, .colorbox-close, #colorbox #cboxClose, .colorbox-prev, #colorbox #cboxPrevious, .colorbox-next, #colorbox #cboxNext, .slideshow-icon, .battle-battlefield-navigation .button-left.button-link a, .battle-battlefield-navigation .button-left.button-link a:hover, .battle-battlefield-navigation .button-left.button-label, .battle-battlefield-navigation .button-right.button-link a, .battle-battlefield-navigation .button-right.button-link a:hover, .battle-battlefield-navigation .button-right.button-label, #block-cwt-base-cwt-search-block form .form-submit, #block-cwt-base-cwt-mobile-search-block .form-submit {
  background-image: url('../images/sprites-s91185d6513.png');
  background-repeat: no-repeat; }

.download-icon-before:before, .promo-upper-left, .promo-upper-right, .promo-lower-left, .promo-lower-right, .white-divider, .pane-take-action-appeal .pane-node-field-status:after, .colorbox-close, #colorbox #cboxClose, .colorbox-prev, #colorbox #cboxPrevious, .colorbox-next, #colorbox #cboxNext, .slideshow-icon, .battle-battlefield-navigation .button-left.button-link a, .battle-battlefield-navigation .button-left.button-link a:hover, .battle-battlefield-navigation .button-left.button-label, .battle-battlefield-navigation .button-right.button-link a, .battle-battlefield-navigation .button-right.button-link a:hover, .battle-battlefield-navigation .button-right.button-label, #block-cwt-base-cwt-search-block form .form-submit, #block-cwt-base-cwt-mobile-search-block .form-submit {
  content: "";
  display: inline-block;
  vertical-align: middle; }

.download-icon-before:before {
  margin-right: 10px; }

/*
.blue-arrow-down-lg-before {
  @include sprite-before(blue_arrow_down_lg);
}
.blue-arrow-down-lg-after {
  @include sprite-after(blue_arrow_down_lg);
}
*/
.download-icon-before:before {
  height: 19px;
  width: 16px;
  background-position: 0 -482px; }

.promo-upper-left {
  height: 30px;
  width: 29px;
  background-position: 0 -568px; }

.promo-upper-right {
  height: 32px;
  width: 32px;
  background-position: 0 -598px; }

.promo-lower-left {
  height: 34px;
  width: 32px;
  background-position: 0 -501px; }

.promo-lower-right {
  height: 33px;
  width: 33px;
  background-position: 0 -535px; }

.white-divider, .pane-take-action-appeal .pane-node-field-status:after {
  height: 10px;
  width: 207px;
  background-position: 0 -472px; }

.colorbox-close, #colorbox #cboxClose {
  height: 34px;
  width: 34px;
  background-position: 0 -438px; }

.colorbox-prev, #colorbox #cboxPrevious {
  height: 36px;
  width: 19px;
  background-position: 0 -402px; }

.colorbox-next, #colorbox #cboxNext {
  height: 36px;
  width: 19px;
  background-position: 0 -366px; }

.slideshow-icon {
  height: 32px;
  width: 40px;
  background-position: 0 -720px; }

.main-container {
  background: #fff; }

.quote-promo {
  margin: 20px 0; }
  .quote-promo p:nth-child(2) {
    display: inline; }
  .quote-promo p:nth-child(3) {
    display: inline; }
  .quote-promo a {
    margin-left: 1.5em; }
  .quote-promo p a {
    color: #b5121b;
    font-size: 19px;
    font-size: 1.9rem;
    line-height: normal; }

.battle-battlefield-navigation .button-left.button-link a {
  height: 61px;
  width: 167px;
  background-position: 0 -61px; }
  .battle-battlefield-navigation .button-left.button-link a:hover, .battle-battlefield-navigation .button-left.button-link a.battle_nav_left_link-hover {
    background-position: 0 -122px; }
  .battle-battlefield-navigation .button-left.button-link a:hover {
    height: 61px;
    width: 167px;
    background-position: 0 -122px; }
.battle-battlefield-navigation .button-left.button-label {
  height: 61px;
  width: 167px;
  background-position: 0 0; }
.battle-battlefield-navigation .button-right.button-link a {
  height: 61px;
  width: 167px;
  background-position: 0 -244px; }
  .battle-battlefield-navigation .button-right.button-link a:hover, .battle-battlefield-navigation .button-right.button-link a.battle_nav_right_link-hover {
    background-position: 0 -305px; }
  .battle-battlefield-navigation .button-right.button-link a:hover {
    height: 61px;
    width: 167px;
    background-position: 0 -305px; }
.battle-battlefield-navigation .button-right.button-label {
  height: 61px;
  width: 167px;
  background-position: 0 -183px; }

.battle-battlefield-navigation {
  color: #fff;
  font-size: 0;
  margin-bottom: 25px;
  text-align: center; }
  @media only screen and (min-width: 992px) {
    .battle-battlefield-navigation {
      text-align: right; } }
  .battle-battlefield-navigation a {
    color: #fff; }
  .battle-battlefield-navigation .title {
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif; }
  .battle-battlefield-navigation .sub-title {
    font-style: italic;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: normal; }
  .battle-battlefield-navigation .button-left,
  .battle-battlefield-navigation .button-right {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: normal;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px; }
    @media only screen and (min-width: 480px) {
      .battle-battlefield-navigation .button-left,
      .battle-battlefield-navigation .button-right {
        margin-bottom: 0; } }
  .battle-battlefield-navigation .button-left.button-label,
  .battle-battlefield-navigation .button-right.button-label,
  .battle-battlefield-navigation .button-left.button-link a,
  .battle-battlefield-navigation .button-right.button-link a {
    padding-top: 9px; }
  .battle-battlefield-navigation .button-left.button-link a,
  .battle-battlefield-navigation .button-right.button-link a {
    display: inline-block; }

.pane-node-field-related-content-title .pane-title {
  color: #003e7d; }

.type-title-list {
  margin: 0 -35px; }
  .type-title-list .clearfix:before,
  .type-title-list .clearfix:after {
    content: normal; }
  .type-title-list table {
    table-layout: fixed;
    width: 100%;
    border-spacing: 70px 0;
    border-collapse: separate; }
  .type-title-list .view-content td {
    display: block; }
    @media only screen and (min-width: 768px) {
      .type-title-list .view-content td {
        display: table-cell; } }
  .type-title-list td {
    border-bottom: 1px solid #ccc;
    padding: 25px 0;
    vertical-align: top; }
    .type-title-list td.col-first {
      position: relative; }
      .type-title-list td.col-first:before {
        content: "";
        display: block;
        width: 1px;
        background: #ccc;
        position: absolute;
        top: -1px;
        bottom: -1px;
        right: -35px;
        z-index: 10; }
    .type-title-list td:empty {
      display: none; }
  .type-title-list .pane-title {
    color: #003e7d; }
  .type-title-list .view-content {
    padding-top: 40px; }
  .type-title-list .pane-node-title {
    margin-top: 5px; }
    .type-title-list .pane-node-title a {
      font-size: 24px;
      font-size: 2.4rem;
      line-height: normal;
      color: #3c3936; }
  .type-title-list .pane-node-field-war .tag-sm-element {
    margin-right: .6em;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: normal; }
  .type-title-list .pane-node-content-type,
  .type-title-list .pane-node-field-war {
    display: inline-block;
    vertical-align: baseline; }
  .type-title-list .view-footer {
    padding-top: 45px;
    text-align: center; }

.node-featured-small .landscape {
  display: none; }

.six-item-grid,
body.node-type-itinerary #mini-panel-featured_content {
  margin: 0 -5px; }
  .six-item-grid .pane-title,
  body.node-type-itinerary #mini-panel-featured_content .pane-title {
    color: #3c3936; }
  @media only screen and (min-width: 768px) {
    .six-item-grid,
    body.node-type-itinerary #mini-panel-featured_content {
      margin: 0 -10px; } }
  @media only screen and (min-width: 992px) {
    .six-item-grid,
    body.node-type-itinerary #mini-panel-featured_content {
      margin: 0 -20px; } }
  .six-item-grid #mini-panel-featured_content > .panel-flexible-inside > .panels-flexible-row,
  body.node-type-itinerary #mini-panel-featured_content #mini-panel-featured_content > .panel-flexible-inside > .panels-flexible-row {
    margin-bottom: 30px; }
    .six-item-grid #mini-panel-featured_content > .panel-flexible-inside > .panels-flexible-row:last-child,
    body.node-type-itinerary #mini-panel-featured_content #mini-panel-featured_content > .panel-flexible-inside > .panels-flexible-row:last-child {
      margin-bottom: 0; }
  .six-item-grid #mini-panel-featured_content .pane-node-content-type .pane-content,
  .six-item-grid #mini-panel-featured_content .pane-node-field-article-alt-label .pane-content,
  body.node-type-itinerary #mini-panel-featured_content #mini-panel-featured_content .pane-node-content-type .pane-content,
  body.node-type-itinerary #mini-panel-featured_content #mini-panel-featured_content .pane-node-field-article-alt-label .pane-content {
    text-transform: uppercase; }
  .six-item-grid .grid-region > .inside,
  body.node-type-itinerary #mini-panel-featured_content .grid-region > .inside {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-spacing: 5px 0; }
    @media only screen and (min-width: 768px) {
      .six-item-grid .grid-region > .inside,
      body.node-type-itinerary #mini-panel-featured_content .grid-region > .inside {
        border-spacing: 10px 0; } }
    @media only screen and (min-width: 992px) {
      .six-item-grid .grid-region > .inside,
      body.node-type-itinerary #mini-panel-featured_content .grid-region > .inside {
        border-spacing: 20px 0; } }
  .six-item-grid .clearfix:before,
  .six-item-grid .clearfix:after,
  body.node-type-itinerary #mini-panel-featured_content .clearfix:before,
  body.node-type-itinerary #mini-panel-featured_content .clearfix:after {
    content: normal; }
  .six-item-grid .title-wrapper,
  body.node-type-itinerary #mini-panel-featured_content .title-wrapper {
    margin-bottom: 45px; }
  .six-item-grid .pane-node-field-featured-content:only-child,
  body.node-type-itinerary #mini-panel-featured_content .pane-node-field-featured-content:only-child {
    display: inline-block; }
  .six-item-grid .cell-wide,
  body.node-type-itinerary #mini-panel-featured_content .cell-wide {
    width: 67.2%; }
  .six-item-grid .cell-sm,
  body.node-type-itinerary #mini-panel-featured_content .cell-sm {
    width: 32.8%; }
  @media only screen and (min-width: 1280px) {
    .six-item-grid .cell-wide,
    body.node-type-itinerary #mini-panel-featured_content .cell-wide {
      width: 740px; }
    .six-item-grid .cell-sm,
    body.node-type-itinerary #mini-panel-featured_content .cell-sm {
      width: 360px; } }
  .six-item-grid .cell-wide,
  .six-item-grid .cell-sm,
  body.node-type-itinerary #mini-panel-featured_content .cell-wide,
  body.node-type-itinerary #mini-panel-featured_content .cell-sm {
    display: table-cell;
    vertical-align: top;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: normal;
    border: 1px solid #b6b2a4;
    position: relative; }
    .six-item-grid .cell-wide .bottom-row,
    .six-item-grid .cell-sm .bottom-row,
    body.node-type-itinerary #mini-panel-featured_content .cell-wide .bottom-row,
    body.node-type-itinerary #mini-panel-featured_content .cell-sm .bottom-row {
      padding: 15px 10px 20px;
      border-top: 1px solid #b6b2a4; }
    .six-item-grid .cell-wide .pane-node-content-type,
    .six-item-grid .cell-wide .pane-node-field-article-alt-label,
    .six-item-grid .cell-sm .pane-node-content-type,
    .six-item-grid .cell-sm .pane-node-field-article-alt-label,
    body.node-type-itinerary #mini-panel-featured_content .cell-wide .pane-node-content-type,
    body.node-type-itinerary #mini-panel-featured_content .cell-wide .pane-node-field-article-alt-label,
    body.node-type-itinerary #mini-panel-featured_content .cell-sm .pane-node-content-type,
    body.node-type-itinerary #mini-panel-featured_content .cell-sm .pane-node-field-article-alt-label {
      font-size: 15px;
      font-size: 1.5rem;
      line-height: normal;
      color: #336699;
      font-family: "Roboto Condensed", Arial, Helvetica, sans-serif; }
    .six-item-grid .cell-wide .pane-node-title,
    .six-item-grid .cell-sm .pane-node-title,
    body.node-type-itinerary #mini-panel-featured_content .cell-wide .pane-node-title,
    body.node-type-itinerary #mini-panel-featured_content .cell-sm .pane-node-title {
      margin-bottom: 10px; }
      .six-item-grid .cell-wide .pane-node-title a,
      .six-item-grid .cell-sm .pane-node-title a,
      body.node-type-itinerary #mini-panel-featured_content .cell-wide .pane-node-title a,
      body.node-type-itinerary #mini-panel-featured_content .cell-sm .pane-node-title a {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: normal;
        color: #3c3936;
        word-wrap: break-word; }
        @media only screen and (min-width: 768px) {
          .six-item-grid .cell-wide .pane-node-title a,
          .six-item-grid .cell-sm .pane-node-title a,
          body.node-type-itinerary #mini-panel-featured_content .cell-wide .pane-node-title a,
          body.node-type-itinerary #mini-panel-featured_content .cell-sm .pane-node-title a {
            font-size: 24px;
            font-size: 2.4rem;
            line-height: normal;
            word-wrap: normal; } }
    .six-item-grid .cell-wide .tag-sm-element,
    .six-item-grid .cell-sm .tag-sm-element,
    body.node-type-itinerary #mini-panel-featured_content .cell-wide .tag-sm-element,
    body.node-type-itinerary #mini-panel-featured_content .cell-sm .tag-sm-element {
      position: absolute;
      top: 5px;
      left: 0; }
      @media only screen and (min-width: 768px) {
        .six-item-grid .cell-wide .tag-sm-element,
        .six-item-grid .cell-sm .tag-sm-element,
        body.node-type-itinerary #mini-panel-featured_content .cell-wide .tag-sm-element,
        body.node-type-itinerary #mini-panel-featured_content .cell-sm .tag-sm-element {
          top: 20px; } }
    @media only screen and (max-width: 479px) {
      .six-item-grid .cell-wide,
      .six-item-grid .cell-sm,
      body.node-type-itinerary #mini-panel-featured_content .cell-wide,
      body.node-type-itinerary #mini-panel-featured_content .cell-sm {
        width: 100%;
        max-width: 350px;
        display: block;
        margin-left: auto;
        margin-right: auto; }
        .six-item-grid .cell-wide:first-child,
        .six-item-grid .cell-sm:first-child,
        body.node-type-itinerary #mini-panel-featured_content .cell-wide:first-child,
        body.node-type-itinerary #mini-panel-featured_content .cell-sm:first-child {
          margin-bottom: 30px; } }
  .six-item-grid .cell-sm .landscape,
  body.node-type-itinerary #mini-panel-featured_content .cell-sm .landscape {
    display: none; }
  @media only screen and (max-width: 479px) {
    .six-item-grid .cell-sm .square,
    body.node-type-itinerary #mini-panel-featured_content .cell-sm .square {
      display: none; }
    .six-item-grid .cell-sm .landscape,
    body.node-type-itinerary #mini-panel-featured_content .cell-sm .landscape {
      display: block; } }

.header-top-bar-region {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 14;
  background-color: rgba(48, 49, 49, 0.4); }
  .header-top-bar-region .breadcrumb {
    color: #fff; }
    .header-top-bar-region .breadcrumb a {
      color: #fff !important; }
  .header-top-bar-region div.addthis .pane-title {
    color: #fff;
    display: none; }
    @media only screen and (min-width: 480px) {
      .header-top-bar-region div.addthis .pane-title {
        display: block; } }
  .header-top-bar-region div.addthis a {
    color: #fff; }

.pane-page-breadcrumb {
  width: calc(100% - 150px);
  display: inline-block; }
  @media only screen and (min-width: 480px) {
    .pane-page-breadcrumb {
      width: calc(100% - 250px); } }
  @media only screen and (min-width: 768px) {
    .pane-page-breadcrumb {
      width: calc(100% - 400px); } }

.breadcrumb {
  font-size: 14px;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  background-color: transparent;
  margin: 0;
  padding: 10px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .breadcrumb a {
    color: #fff; }
  .breadcrumb span:last-child {
    font-style: italic; }

.addthis {
  float: right;
  padding-top: 2px; }
  .addthis .title-wrapper {
    display: inline-block; }
  .addthis .pane-title {
    display: inline-block;
    vertical-align: middle;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: normal;
    margin: 0 20px 0 0; }
  .addthis .pane-content {
    font-size: 0;
    display: inline-block;
    vertical-align: middle; }
  .addthis a.at-share-btn {
    font-size: 20px;
    font-size: 2rem;
    line-height: normal;
    background-color: transparent !important;
    margin: 0 15px 0 0; }
    .addthis a.at-share-btn svg, .addthis a.at-share-btn span {
      display: none; }
    .addthis a.at-share-btn:last-child {
      margin: 0;
      padding-right: 0; }
      .addthis a.at-share-btn:last-child:before {
        margin-right: 0; }

.hero-invert-text .header-row {
  color: #3c3936; }
  .hero-invert-text .header-row a {
    color: #3c3936; }

.header-row {
  color: #fff; }
  .header-row a {
    color: #fff; }
  .header-row .title-region {
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 14;
    width: 100%;
    padding: 0 20px; }
    .header-row .title-region .pane-node-field-alternative-name,
    .header-row .title-region .field-name-field-alternate-title,
    .header-row .title-region .pane-fieldable-panels-pane .pane-title {
      font-family: brothers, georgia, serif;
      font-weight: bold;
      font-size: 26px;
      font-size: 2.6rem;
      line-height: normal; }
      @media only screen and (min-width: 768px) {
        .header-row .title-region .pane-node-field-alternative-name,
        .header-row .title-region .field-name-field-alternate-title,
        .header-row .title-region .pane-fieldable-panels-pane .pane-title {
          font-size: 52px;
          font-size: 5.2rem;
          line-height: normal; } }
    .header-row .title-region h1,
    .header-row .title-region .pane-fieldable-panels-pane h1.pane-title {
      font-family: brothers, georgia, serif;
      font-weight: bold;
      margin: 0;
      font-size: 30px;
      font-size: 3rem;
      line-height: normal; }
      @media only screen and (min-width: 768px) {
        .header-row .title-region h1,
        .header-row .title-region .pane-fieldable-panels-pane h1.pane-title {
          font-size: 50px;
          font-size: 5rem;
          line-height: normal; } }
      @media only screen and (min-width: 992px) {
        .header-row .title-region h1,
        .header-row .title-region .pane-fieldable-panels-pane h1.pane-title {
          font-size: 70px;
          font-size: 7rem;
          line-height: normal; } }

.header-banner-2 .header-row {
  color: #000; }
  .header-banner-2 .header-row .title-region {
    text-align: left; }
    .header-banner-2 .header-row .title-region h1 {
      font-weight: normal;
      font-family: Georgia, serif;
      font-size: 36px;
      font-size: 3.6rem;
      line-height: normal; }
      @media only screen and (min-width: 992px) {
        .header-banner-2 .header-row .title-region h1 {
          font-size: 48px;
          font-size: 4.8rem;
          line-height: normal; } }
  .header-banner-2 .header-row .pane-node-content-type,
  .header-banner-2 .header-row .pane-node-field-places-alt-label {
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-size: 2rem;
    line-height: normal;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    color: #000; }
  .header-banner-2 .header-row .pane-node-field-war {
    margin-right: 10px; }
.header-banner-2.hero-invert-text .header-row {
  color: #fff; }
  .header-banner-2.hero-invert-text .header-row .pane-node-content-type {
    color: #fff; }
.header-banner-2 .hero-image-region {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  .header-banner-2 .hero-image-region * {
    height: 100%; }
  .header-banner-2 .hero-image-region img {
    width: auto !important; }
.header-banner-2 .title-region {
  position: relative;
  -webkit-transform: none;
  transform: none;
  display: table-cell;
  height: 270px;
  vertical-align: middle;
  padding-top: 50px;
  padding-bottom: 20px; }

.hero-invert-text .header-banner-2 .header-row {
  color: #fff; }
  .hero-invert-text .header-banner-2 .header-row .pane-node-content-type {
    color: #fff; }

.hero-screen-overlay .field-name-field-hero-image {
  position: relative; }
  .hero-screen-overlay .field-name-field-hero-image:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.3); }

.field-name-field-hero-image {
  overflow: hidden; }
  .field-name-field-hero-image img {
    width: 768px;
    max-width: none; }
  @media only screen and (min-width: 768px) {
    .field-name-field-hero-image img {
      width: 992px; } }
  @media only screen and (min-width: 992px) {
    .field-name-field-hero-image img {
      width: 1280px; } }

#opportunity-alert {
  background: url('../images/alert_bg.jpg?1543888348') repeat #b5121b;
  color: #ffffff;
  font-family: Georgia, serif;
  height: 80px;
  padding: 0 30px;
  text-align: center; }
  #opportunity-alert .container {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    #opportunity-alert .container p {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: normal; }
      #opportunity-alert .container p a {
        color: #ffffff;
        font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: normal;
        display: inline-block;
        margin-left: 5px;
        padding-right: 10px;
        position: relative; }
        #opportunity-alert .container p a:after {
          content: '\203A';
          font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
          padding-left: 3px;
          position: absolute;
          display: block;
          right: 0;
          top: 42%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

@media only screen and (min-width: 480px) {
  #opportunity-alert .container p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: normal; }
    #opportunity-alert .container p a {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: normal; } }
@media only screen and (min-width: 768px) {
  #opportunity-alert .container p {
    font-size: 20px;
    font-size: 2rem;
    line-height: normal; }
    #opportunity-alert .container p a {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: normal; } }
.field-name-field-promo {
  text-align: left; }
  .field-name-field-promo .contextual-links-wrapper {
    display: none !important; }
  .field-name-field-promo .clearfix:before, .field-name-field-promo .clearfix:after {
    content: normal; }
  @media only screen and (min-width: 768px) {
    .field-name-field-promo {
      margin: 0 -20px; } }
  @media only screen and (min-width: 768px) {
    .field-name-field-promo > .field-items {
      display: table;
      table-layout: fixed;
      width: 100%;
      border-collapse: separate;
      border-spacing: 20px 0; } }
  .field-name-field-promo > .field-items > .field-item {
    border: 1px solid #b6b2a4;
    max-width: 360px;
    margin: 0 auto 20px;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .field-name-field-promo > .field-items > .field-item {
        display: table-cell;
        vertical-align: top;
        width: 33.333%;
        margin-bottom: 0;
        max-width: none; } }
  .field-name-field-promo .table-cell {
    width: 33.333%; }
  .field-name-field-promo .pane-node-field-square-image {
    margin-bottom: 15px; }
  .field-name-field-promo .pane-node-title {
    margin: 10px 0; }
  .field-name-field-promo .pane-node-body {
    margin-bottom: 15px; }
    .field-name-field-promo .pane-node-body p {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.375; }
  .field-name-field-promo .pane-node-field-war {
    position: absolute;
    top: 10px;
    left: 0; }
  .field-name-field-promo .content-row {
    padding: 0 10px; }

.pane-node-content-type {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: normal;
  color: #336699; }
  .event-details-row .pane-node-content-type {
    font-size: 20px;
    font-size: 2rem;
    line-height: normal;
    text-transform: uppercase; }

.event-details-row .event-details-region .inside .panel-pane:last-child {
  margin-bottom: 0; }

.pane-battle-facts-table {
  text-align: center;
  border: 1px solid #d7d7d7;
  padding: 9px; }
  .pane-battle-facts-table a {
    color: #336699; }
  .pane-battle-facts-table > .title-wrapper {
    margin: -9px -9px 0;
    padding: 9px 9px 0;
    background: url('../images/blue_title_bg.png?1543888348') center;
    background-size: cover; }
    .pane-battle-facts-table > .title-wrapper .pane-title {
      border: 1px solid #fff;
      border-bottom: none;
      margin: 0;
      font-family: brothers, georgia, serif;
      font-weight: bold;
      font-size: 30px;
      font-size: 3rem;
      line-height: normal;
      color: #fff;
      text-transform: uppercase;
      padding: 20px 5px; }
  .pane-battle-facts-table > .pane-content {
    border: 1px solid #d7d7d7;
    border-top: none; }
    .pane-battle-facts-table > .pane-content .pane-title {
      color: #666;
      text-transform: uppercase;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: normal; }
    .pane-battle-facts-table > .pane-content .title-lg .pane-title {
      text-transform: none;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: normal; }
  .pane-battle-facts-table .result-row,
  .pane-battle-facts-table .engaged-sides-row {
    border-bottom: 1px solid #d7d7d7; }
  .pane-battle-facts-table .engaged-total-row,
  .pane-battle-facts-table .casualties-total-row {
    border-top: 1px solid #d7d7d7; }
  .pane-battle-facts-table .field-name-field-battle-result {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: normal;
    color: #000;
    font-style: italic; }
  .pane-battle-facts-table .field-name-field-total-forces,
  .pane-battle-facts-table .field-name-field-total-casualties {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: normal;
    color: #c62635; }
  .pane-battle-facts-table .pane-node-field-total-forces .pane-title,
  .pane-battle-facts-table .pane-node-field-total-casualties .pane-title {
    margin-bottom: 2px; }
  .pane-battle-facts-table .engaged-sides-row {
    font-size: 0; }
    .pane-battle-facts-table .engaged-sides-row .side-a,
    .pane-battle-facts-table .engaged-sides-row .side-b,
    .pane-battle-facts-table .engaged-sides-row .forces-pie-chart {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: normal;
      float: none;
      display: inline-block;
      vertical-align: middle; }
    .pane-battle-facts-table .engaged-sides-row .forces-pie-chart {
      text-align: center; }
  .pane-battle-facts-table .side-a,
  .pane-battle-facts-table .side-b {
    color: #000; }
    .pane-battle-facts-table .side-a .pane-title,
    .pane-battle-facts-table .side-b .pane-title {
      margin: 0; }
  .pane-battle-facts-table .casualty-count {
    color: #666; }
    .pane-battle-facts-table .casualty-count * {
      display: inline; }
  .pane-battle-facts-table .commanders-row .commander-b-region:first-child > .inside {
    width: 50%;
    float: right;
    padding-left: 15px;
    border-left: 1px solid #d7d7d7; }
  .pane-battle-facts-table .commanders-row .commander-a-region:only-child {
    border: none; }
    .pane-battle-facts-table .commanders-row .commander-a-region:only-child > .inside {
      width: 50%;
      padding-right: 15px;
      border-right: 1px solid #d7d7d7; }
  .pane-battle-facts-table .commanders-row .field-item {
    margin-bottom: 12px; }
    .pane-battle-facts-table .commanders-row .field-item:last-child {
      margin-bottom: 0; }
  .pane-battle-facts-table .table-cell:first-child {
    border-right: 1px solid #d7d7d7; }

@media only screen and (min-width: 768px) {
  .pane-related-content-view {
    margin: 0 -20px; } }
.pane-related-content-view > .pane-content {
  padding-top: 40px; }

.table-header-4 .view-header {
  display: table-row; }
  .table-header-4 .view-header .table-cell {
    display: table-cell;
    width: 25%; }

@media only screen and (min-width: 768px) {
  .related-content, div.related-content-filters {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-spacing: 20px 0; } }
@media only screen and (min-width: 768px) {
  .related-content .view-content, div.related-content-filters .view-content {
    display: table-row; } }
.related-content .view-content:after, div.related-content-filters .view-content:after {
  content: normal; }
.related-content .views-row, div.related-content-filters .views-row {
  border: 1px solid #b6b2a4;
  position: relative;
  max-width: 265px;
  margin: 0 auto 20px; }
  @media only screen and (min-width: 768px) {
    .related-content .views-row, div.related-content-filters .views-row {
      display: table-cell;
      vertical-align: top;
      width: 25%;
      max-width: none;
      margin: 0; } }
.related-content .pane-node-field-war, div.related-content-filters .pane-node-field-war {
  position: absolute;
  top: 10px;
  left: 0; }
.related-content .pane-node-field-square-image, div.related-content-filters .pane-node-field-square-image {
  margin-bottom: 15px; }
.related-content .pane-node-body, div.related-content-filters .pane-node-body {
  padding: 0 10px;
  margin-bottom: 15px; }
  .related-content .pane-node-body p, div.related-content-filters .pane-node-body p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375; }
.related-content .pane-node-field-event-date, div.related-content-filters .pane-node-field-event-date,
.related-content .pane-node-field-event-location,
div.related-content-filters .pane-node-field-event-location {
  padding: 0 10px; }
.related-content .pane-node-title, div.related-content-filters .pane-node-title {
  padding: 0 10px;
  margin-bottom: 10px; }
  .related-content .pane-node-title a, div.related-content-filters .pane-node-title a {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: normal;
    color: #3c3936; }

div.related-content-filters {
  border-spacing: 0; }
  div.related-content-filters .view-content {
    display: block;
    padding-top: 30px; }
  div.related-content-filters .views-view-grid {
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 20px;
    margin-top: -40px; }
    div.related-content-filters .views-view-grid:first-child {
      margin-top: 0; }
  div.related-content-filters tr {
    border-spacing: 0; }
  div.related-content-filters td {
    border: 1px solid #b6b2a4;
    display: block;
    position: relative;
    max-width: 265px;
    margin: 0 auto 20px; }
    @media only screen and (min-width: 768px) {
      div.related-content-filters td {
        display: table-cell;
        vertical-align: top;
        width: 25%;
        max-width: none;
        margin: 0; } }
  div.related-content-filters .empty-row td {
    border: none; }

@media only screen and (min-width: 768px) {
  .pane-filters .view-content {
    margin: 0 -20px; } }
.pane-filters .pager.pager-load-more {
  /*margin-right: 20px;*/ }

.appeal-theme {
  border: 1px solid #b5121b;
  padding: 9px;
  position: relative;
  z-index: 50;
  display: table;
  table-layout: fixed;
  width: 100%; }
  .appeal-theme .title-wrapper,
  .appeal-theme .pane-content {
    display: block;
    vertical-align: middle; }
    @media only screen and (min-width: 768px) {
      .appeal-theme .title-wrapper,
      .appeal-theme .pane-content {
        display: table-cell; } }
  .appeal-theme .pane-content {
    border: 1px solid #b5121b;
    border-top: none;
    padding: 35px 35px 60px;
    background: url('../images/appeal_bg.png?1543888348') center;
    background-size: cover; }
    @media only screen and (min-width: 768px) {
      .appeal-theme .pane-content {
        border-left: none;
        border-top: 1px solid #b5121b; } }
  .appeal-theme .title-wrapper {
    padding: 15px;
    color: #fff;
    border: 1px solid #fff;
    position: relative;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .appeal-theme .title-wrapper {
        width: 310px;
        text-align: left;
        padding: 35px; } }
  .appeal-theme .title-wrapper:before {
    content: "";
    display: inline-block;
    background-size: cover;
    position: absolute;
    top: -10px;
    bottom: 0;
    left: -10px;
    right: -10px;
    z-index: -1;
    background: url('../images/red_texture.jpg?1543888348') center; }
    @media only screen and (min-width: 768px) {
      .appeal-theme .title-wrapper:before {
        right: 0;
        bottom: -10px; } }
  .appeal-theme .title-wrapper {
    font-family: brothers, georgia, serif;
    font-weight: bold;
    font-size: 38px;
    font-size: 3.8rem;
    line-height: normal; }
    .appeal-theme .title-wrapper .line-1,
    .appeal-theme .title-wrapper .line-2 {
      display: inline-block; }
      @media only screen and (min-width: 768px) {
        .appeal-theme .title-wrapper .line-1,
        .appeal-theme .title-wrapper .line-2 {
          display: block; } }
    @media only screen and (min-width: 768px) {
      .appeal-theme .title-wrapper .line-1 {
        font-size: 68px;
        font-size: 6.8rem;
        line-height: 0.76471; } }
    .appeal-theme .title-wrapper .line-1 span {
      font-family: brothers_special; }
    @media only screen and (min-width: 768px) {
      .appeal-theme .title-wrapper .line-2 {
        font-size: 86px;
        font-size: 8.6rem;
        line-height: 0.83721; } }

div.search-block {
  border: 1px solid #4199cc; }
  div.search-block .contextual-links-wrapper {
    display: none !important; }
  div.search-block .title-wrapper:before {
    background: url('../images/blue_texture.jpg?1543888348') center; }
  div.search-block .title-wrapper div.line-1:after {
    content: "\00a0"; }
    @media only screen and (min-width: 768px) {
      div.search-block .title-wrapper div.line-1:after {
        content: normal; } }
  @media only screen and (min-width: 768px) {
    div.search-block .title-wrapper div.line-1 {
      font-size: 72px;
      font-size: 7.2rem;
      line-height: 0.69444; } }
  @media only screen and (min-width: 768px) {
    div.search-block .title-wrapper div.line-2 {
      font-size: 38px;
      font-size: 3.8rem;
      line-height: normal; } }
  div.search-block .pane-content {
    padding: 20px;
    border: 1px solid #4199cc;
    border-top: none;
    background: none; }
    @media only screen and (min-width: 480px) {
      div.search-block .pane-content {
        padding: 60px; } }
    @media only screen and (min-width: 768px) {
      div.search-block .pane-content {
        border-left: none;
        border-top: 1px solid #4199cc; } }
  @media only screen and (min-width: 1280px) {
    div.search-block .form-type-select {
      display: inline-block;
      width: 31.33333333%;
      margin-right: 3%; } }
  div.search-block .form-item-content-type {
    margin-right: 0; }
  div.search-block .form-text:-moz-placeholder {
    color: rgba(105, 102, 94, 0.5); }
  div.search-block .form-text::-moz-placeholder {
    color: rgba(105, 102, 94, 0.5); }
  div.search-block .form-text:-ms-input-placeholder {
    color: rgba(105, 102, 94, 0.5); }
  div.search-block .form-text::-webkit-input-placeholder {
    color: rgba(105, 102, 94, 0.5); }

.pane-block.pane-cwt-base-cwt-advanced-search-block .title-wrapper .pane-title {
  color: #fff; }
.pane-block.pane-cwt-base-cwt-advanced-search-block .title-wrapper .line-1,
.pane-block.pane-cwt-base-cwt-advanced-search-block .title-wrapper .line-2,
.pane-block.pane-cwt-base-cwt-advanced-search-block .title-wrapper .line-3 {
  font-weight: bold; }
@media only screen and (min-width: 768px) {
  .pane-block.pane-cwt-base-cwt-advanced-search-block .title-wrapper .line-1 {
    font-size: 58px;
    font-size: 5.8rem;
    line-height: 0.87931; }
  .pane-block.pane-cwt-base-cwt-advanced-search-block .title-wrapper .line-2 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 0.86111; }
  .pane-block.pane-cwt-base-cwt-advanced-search-block .title-wrapper .line-3 {
    font-size: 43px;
    font-size: 4.3rem;
    line-height: 0.88372; } }
.pane-block.pane-cwt-base-cwt-advanced-search-block .form-submit {
  float: right; }
.pane-block.pane-cwt-base-cwt-advanced-search-block form:after {
  content: " ";
  display: table;
  clear: both; }

.restricted-appeal .views-field-field-promo-title,
.restricted-appeal .views-field-field-promo-title p {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: normal;
  margin-bottom: 10px; }
  @media only screen and (min-width: 768px) {
    .restricted-appeal .views-field-field-promo-title,
    .restricted-appeal .views-field-field-promo-title p {
      font-size: 36px;
      font-size: 3.6rem;
      line-height: normal; } }
.restricted-appeal .views-field-field-text {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5; }
.restricted-appeal .views-field-field-link {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -38px; }

.donate-appeal {
  text-align: left;
  background: url('../images/donate_appeal_bg.png?1543888348');
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain; }
  @media only screen and (min-width: 768px) {
    .donate-appeal {
      padding-left: 30%; } }
  .donate-appeal .pane-title {
    font-size: 60px;
    font-size: 6rem;
    line-height: normal;
    font-weight: bold;
    font-family: brothers, georgia, serif;
    color: #000;
    text-shadow: 1px 1px #fff, 2px 2px #cc9933; }
  .donate-appeal .donate-text {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.35;
    margin-bottom: 25px;
    font-weight: bold; }
  .donate-appeal .biography .token:nth-of-type(1):after,
  .donate-appeal .biographies .token:nth-of-type(1):after {
    content: "\2019s"; }
  .donate-appeal .biography .token.ends-s:nth-of-type(1):after,
  .donate-appeal .biographies .token.ends-s:nth-of-type(1):after {
    content: "\2019"; }
  .donate-appeal .biographies .token:nth-of-type(2):before {
    content: " and "; }
  .donate-appeal .biographies .token:nth-of-type(2):after {
    content: "\2019s"; }
  .donate-appeal .biographies .token.ends-s:nth-of-type(2):after {
    content: "\2019"; }
  .donate-appeal .biographies .token:nth-of-type(4):before {
    content: ", "; }
  .donate-appeal .biographies .token:nth-of-type(4):after {
    content: ","; }
  .donate-appeal .register-button-link {
    margin-left: 10px; }

.no-donate-appeal .donate-appeal-block {
  display: none; }

.battlefield-overview-map-row .field-type-text-with-summary {
  font-family: Georgia, serif;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: normal; }
.battlefield-overview-map-row .map .pane-entity-field {
  display: inline-block;
  font-family: Georgia, serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: normal; }
.battlefield-overview-map-row .map .pane-battlefield-overview-map-panel-pane-battlefield-overview-map {
  border: 1px solid #ababab;
  margin-bottom: 15px; }
.battlefield-overview-map-row .map .pane-node-field-county-name .field-item:after,
.battlefield-overview-map-row .map .pane-node-field-address .field-item:after {
  content: ","; }
.battlefield-overview-map-row .map .pane-entity-field:last-of-type .field-item:after {
  content: ""; }

div.pane-bundle-cta-promo {
  background-color: #edeae3;
  border: 1px solid #ab7a18;
  padding: 25px 60px 40px;
  position: relative;
  margin: 80px 0 110px; }
  div.pane-bundle-cta-promo .pane-title {
    color: #3c3936;
    text-align: center;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: normal;
    margin-top: 0; }
  div.pane-bundle-cta-promo p,
  div.pane-bundle-cta-promo .field-name-field-text {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    text-align: left; }
  div.pane-bundle-cta-promo .field-name-field-link a {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: calc(100% - 25px);
    text-align: center; }

div.cta-promo {
  background-color: #edeae3;
  border: 1px solid #ab7a18;
  padding: 25px 60px 40px;
  position: relative; }
  div.cta-promo h2,
  div.cta-promo p:first-child {
    color: #3c3936;
    text-align: center;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: normal;
    margin-top: 0; }
  div.cta-promo p {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    text-align: left; }
  div.cta-promo a {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: calc(100% - 25px);
    text-align: center; }

@media only screen and (min-width: 992px) {
  .cta-promo-wide .cta-promo {
    margin-left: -190px;
    margin-right: -190px; } }

.panel-pane.pane-bundle-cta-promo {
  margin-top: 0; }

.pane-bundle-content-type-resource-grid {
  text-align: center; }
  .pane-bundle-content-type-resource-grid .pane-panels-mini > .contextual-links-wrapper {
    display: none; }
  .pane-bundle-content-type-resource-grid > .title-wrapper {
    display: none; }
  .pane-bundle-content-type-resource-grid .title-wrapper h2 {
    color: #003e7d; }
  .pane-bundle-content-type-resource-grid .content-grid-resource-link .pane-content {
    padding-top: 50px; }
  .pane-bundle-content-type-resource-grid .field-item {
    display: inline-block; }
    .pane-bundle-content-type-resource-grid .field-item a {
      background-color: #003e7d;
      border-radius: 3px;
      color: #ffffff;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: normal;
      font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
      display: inline-block;
      margin-left: 5px;
      margin-right: 5px;
      margin-bottom: 10px;
      padding: 10px 20px; }

.content-landing-body {
  text-align: center; }
  .content-landing-body ul, .content-landing-body ol {
    text-align: left; }
  .content-landing-body p {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.25; }

.hero-invert-text .pane-bundle-homepage-banner a {
  color: #000; }
.hero-invert-text .pane-bundle-homepage-banner .field-cta-title a {
  border-color: #000; }

.pane-bundle-homepage-banner {
  position: relative; }
  .pane-bundle-homepage-banner .field-name-field-hero-image img {
    width: 992px; }
    @media only screen and (min-width: 992px) {
      .pane-bundle-homepage-banner .field-name-field-hero-image img {
        width: 1280px; } }
  .pane-bundle-homepage-banner a {
    color: #fff; }
  .pane-bundle-homepage-banner .overlay-container {
    margin: 0 5%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 15; }
    @media only screen and (min-width: 992px) {
      .pane-bundle-homepage-banner .overlay-container {
        margin: 0 22%; } }
  .pane-bundle-homepage-banner .field-promo-title {
    text-align: center;
    text-transform: uppercase;
    width: 100%; }
    .pane-bundle-homepage-banner .field-promo-title h1 {
      font-family: brothers, georgia, serif;
      font-weight: bold;
      font-size: 40px;
      font-size: 4rem;
      line-height: normal;
      margin: 0; }
      @media only screen and (min-width: 992px) {
        .pane-bundle-homepage-banner .field-promo-title h1 {
          font-size: 65px;
          font-size: 6.5rem;
          line-height: normal; } }
  .pane-bundle-homepage-banner .field-text {
    font-family: Georgia, serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: normal;
    padding-top: 10px;
    position: relative;
    text-align: center;
    width: 100%; }
    @media only screen and (min-width: 992px) {
      .pane-bundle-homepage-banner .field-text {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: normal;
        padding-top: 30px; } }
  .pane-bundle-homepage-banner .field-cta-title {
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: normal;
    font-weight: bold;
    padding-top: 15px;
    text-align: center;
    text-transform: uppercase;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .pane-bundle-homepage-banner .field-cta-title {
        font-size: 20px;
        font-size: 2rem;
        line-height: normal;
        padding-top: 50px; } }
    .pane-bundle-homepage-banner .field-cta-title a {
      border: 1px solid #fff;
      display: inline-block;
      padding: 15px 20px; }

.sidebar-menu {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: normal; }
  .sidebar-menu .nolink {
    display: inline-block;
    padding: 10px 15px 10px 0; }
  .sidebar-menu .pane-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: normal;
    font-weight: bold;
    border-bottom: 1px solid #dad9d5;
    padding-bottom: 15px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #3c3936; }
  .sidebar-menu ul:before {
    content: normal; }
  .sidebar-menu ul li a {
    color: #3c3936;
    display: inline-block; }
    .sidebar-menu ul li a:hover {
      color: #4d90fe; }
    .sidebar-menu ul li a.active {
      font-weight: bold; }
  .sidebar-menu .menu-block-wrapper > ul > li {
    border-bottom: 1px solid #dad9d5; }
    .sidebar-menu .menu-block-wrapper > ul > li:not(.active-trail) > .sub-menu-toggle-button + ul.menu {
      display: none; }
    .sidebar-menu .menu-block-wrapper > ul > li > a {
      padding-right: 40px; }
    .sidebar-menu .menu-block-wrapper > ul > li a {
      padding-left: 0; }
    .sidebar-menu .menu-block-wrapper > ul > li ul {
      padding-left: 15px; }

header .menu-name-main-menu > ul > li,
.sidebar-menu .menu-block-wrapper > ul > li {
  position: relative; }
  header .menu-name-main-menu > ul > li > .sub-menu-toggle-button:before,
  .sidebar-menu .menu-block-wrapper > ul > li > .sub-menu-toggle-button:before {
    margin: 0; }

.sub-menu-toggle-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 25px;
  right: 16px;
  padding: 17px 16px; }

@media only screen and (min-width: 992px) {
  header .menu-name-main-menu .sub-menu-toggle-button {
    display: none; } }
header .menu-name-main-menu .sub-menu-toggle-button:before {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: normal; }
@media only screen and (min-width: 992px) {
  header .menu-name-main-menu > ul > li {
    padding-right: 0; } }

div.sidebar-menu .sub-menu-toggle-button {
  top: 20px;
  right: 0;
  padding: 10px 12px; }
  div.sidebar-menu .sub-menu-toggle-button:before {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: normal; }

.homepage-headline {
  clear: both;
  text-align: center;
  color: #7e7862;
  font-family: Georgia, serif;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: normal; }

.event-contact-row {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: normal; }
  .event-contact-row .panel-pane {
    margin-bottom: 10px; }
  .event-contact-row .pane-node-contact-header {
    font-size: 20px;
    font-size: 2rem;
    line-height: normal;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    color: #336699;
    margin-bottom: 10px; }
  .event-contact-row .pane-node-field-contact-name {
    font-weight: bold; }
  .event-contact-row .thoroughfare,
  .event-contact-row .premise {
    margin-bottom: 10px;
    display: inline-block; }
  .event-contact-row .premise:before {
    content: ", "; }

.pane-content-listing-with-promo .title-wrapper,
.pane-bundle-content-listing-with-promo.view-mode-full .title-wrapper {
  margin-bottom: 25px; }

@media only screen and (min-width: 768px) {
  .pane-content-listing-with-promo .content-row > .inside {
    display: table;
    width: 100%;
    table-layout: fixed; } }
@media only screen and (min-width: 768px) {
  .pane-content-listing-with-promo .region-left,
  .pane-content-listing-with-promo .region-right {
    display: table-cell;
    vertical-align: top;
    float: none; } }
@media only screen and (min-width: 768px) {
  .pane-content-listing-with-promo .region-left {
    padding-right: 30px;
    border-right: 1px solid #cdcccc; } }
.pane-content-listing-with-promo .region-left .pane-node-title {
  margin-top: 10px; }
@media only screen and (min-width: 768px) {
  .pane-content-listing-with-promo .region-right {
    padding-left: 30px; } }
.pane-content-listing-with-promo .region-right > .inside {
  padding-bottom: 20px;
  border-bottom: 1px solid #cdcccc; }
.pane-content-listing-with-promo .region-right .pane-node-title,
.pane-content-listing-with-promo .region-right .pane-node-body {
  margin-bottom: 10px; }
.pane-content-listing-with-promo .region-right .pane-node-field-war {
  margin-bottom: 10px; }
.pane-content-listing-with-promo .footer-row {
  padding-top: 55px;
  text-align: center; }
.pane-content-listing-with-promo .views-row {
  border-bottom: 1px solid #cdcccc;
  margin-bottom: 20px;
  padding-bottom: 20px; }
.pane-content-listing-with-promo .pane-node-field-landscape-image {
  margin-bottom: 20px; }
.pane-content-listing-with-promo .pane-node-title {
  font-size: 20px;
  font-size: 2rem;
  line-height: normal; }
.pane-content-listing-with-promo .pane-node-content-type,
.pane-content-listing-with-promo .pane-node-field-event-type {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: normal;
  text-transform: uppercase;
  display: inline-block; }
.pane-content-listing-with-promo .pane-node-field-war {
  display: inline-block; }
.pane-content-listing-with-promo .pane-taxonomy-term-field-alternative-name {
  margin-right: .2em; }
.pane-content-listing-with-promo .field-name-field-optional-node-link a {
  text-transform: uppercase; }

.field-name-field-sponsors > .field-items > .field-item {
  margin: 0 0 30px; }
  .field-name-field-sponsors > .field-items > .field-item:last-child {
    margin-bottom: 0; }
.field-name-field-sponsors .field-collection-view {
  border: none;
  padding: 0;
  margin: 0; }
.field-name-field-sponsors .sponsor-table {
  border: 1px solid #b6b2a4;
  height: 140px; }
.field-name-field-sponsors .table-cell {
  vertical-align: middle;
  display: block; }
  @media only screen and (min-width: 480px) {
    .field-name-field-sponsors .table-cell {
      display: table-cell; } }
.field-name-field-sponsors .cell-left {
  padding: 20px 0;
  background-color: #edeae3;
  text-align: center; }
  @media only screen and (min-width: 480px) {
    .field-name-field-sponsors .cell-left {
      padding: 0;
      width: 190px; } }
  .field-name-field-sponsors .cell-left .field-name-field-square-image {
    display: inline-block;
    width: auto; }
.field-name-field-sponsors .cell-right {
  padding: 20px;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: normal;
  color: #3c3936; }
.field-name-field-sponsors .no-image .cell-left {
  width: auto; }
.field-name-field-sponsors .no-image .cell-right {
  width: 100%; }

.related-resource {
  border: 1px solid #4199cc;
  padding: 10px; }
  .related-resource .view-content {
    border: 1px solid #4199cc;
    padding: 30px;
    display: table;
    width: 100%;
    table-layout: fixed; }
    .related-resource .view-content:after {
      content: normal; }
  .related-resource table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse; }
  .related-resource .views-row {
    border-bottom: 1px solid #cdcccc;
    padding-bottom: 25px;
    margin-bottom: 25px; }
    .related-resource .views-row:last-child {
      border: none;
      margin-bottom: 0;
      padding-bottom: 0; }
  .related-resource .column-left .views-row:last-child {
    border-bottom: 1px solid #cdcccc;
    padding-bottom: 25px;
    margin-bottom: 25px; }
    @media only screen and (min-width: 480px) {
      .related-resource .column-left .views-row:last-child {
        border: none;
        margin-bottom: 0;
        padding-bottom: 0; } }
  .related-resource .column-left,
  .related-resource .column-right {
    display: block; }
    @media only screen and (min-width: 480px) {
      .related-resource .column-left,
      .related-resource .column-right {
        display: table-cell;
        width: 50%; } }
  @media only screen and (min-width: 480px) {
    .related-resource .column-left {
      padding-right: 40px;
      border-right: 1px solid #cdcccc; } }
  @media only screen and (min-width: 480px) {
    .related-resource .column-right {
      padding-left: 40px; } }
  .related-resource .views-field-title a {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: normal;
    color: #3c3936; }
  .related-resource .views-field-body {
    margin-top: 10px; }
  .related-resource .views-field-body,
  .related-resource .views-field-body a {
    color: #3c3936; }

.node-opportunity.node-homepage_opportunity_feature {
  color: #ffffff;
  position: relative; }
  .node-opportunity.node-homepage_opportunity_feature a {
    color: #fff; }
  .node-opportunity.node-homepage_opportunity_feature .table-fixed {
    width: 100%;
    padding: 10px;
    z-index: 10;
    position: relative; }
  .node-opportunity.node-homepage_opportunity_feature .absolute-bg {
    position: absolute;
    z-index: -1;
    background-size: cover;
    background-position: center center; }
  .node-opportunity.node-homepage_opportunity_feature .col-left,
  .node-opportunity.node-homepage_opportunity_feature .col-right {
    border: 1px solid #fff;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .node-opportunity.node-homepage_opportunity_feature .col-left,
      .node-opportunity.node-homepage_opportunity_feature .col-right {
        display: table-cell; } }
  .node-opportunity.node-homepage_opportunity_feature .col-left {
    font-family: brothers, georgia, serif;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: normal;
    font-weight: bold;
    border-bottom: none;
    padding: 20px 30px;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .node-opportunity.node-homepage_opportunity_feature .col-left {
        border-right: none;
        border-bottom: 1px solid #fff;
        text-align: left;
        font-size: 68px;
        font-size: 6.8rem;
        line-height: normal;
        padding: 20px; } }
    .node-opportunity.node-homepage_opportunity_feature .col-left .absolute-bg {
      top: -10px;
      bottom: 0;
      left: -10px;
      right: -10px; }
      @media only screen and (min-width: 768px) {
        .node-opportunity.node-homepage_opportunity_feature .col-left .absolute-bg {
          top: -10px;
          bottom: -10px;
          left: -10px;
          right: 0; } }
    .node-opportunity.node-homepage_opportunity_feature .col-left .line1,
    .node-opportunity.node-homepage_opportunity_feature .col-left .line2 {
      display: inline-block; }
      @media only screen and (min-width: 768px) {
        .node-opportunity.node-homepage_opportunity_feature .col-left .line1,
        .node-opportunity.node-homepage_opportunity_feature .col-left .line2 {
          display: block; } }
    @media only screen and (min-width: 768px) {
      .node-opportunity.node-homepage_opportunity_feature .col-left .line1 {
        line-height: 65px; } }
    .node-opportunity.node-homepage_opportunity_feature .col-left .line1 span {
      font-family: brothers_special; }
    @media only screen and (min-width: 768px) {
      .node-opportunity.node-homepage_opportunity_feature .col-left .line2 {
        font-size: 86px;
        font-size: 8.6rem;
        line-height: normal;
        line-height: 56px; } }
  .node-opportunity.node-homepage_opportunity_feature .col-right {
    font-family: Georgia, serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: normal;
    text-align: center;
    vertical-align: middle;
    border-top: none;
    padding: 40px 20px 60px; }
    @media only screen and (min-width: 768px) {
      .node-opportunity.node-homepage_opportunity_feature .col-right {
        width: 300px;
        border-left: none;
        border-top: 1px solid #fff;
        padding-bottom: 40px; } }
    .node-opportunity.node-homepage_opportunity_feature .col-right .absolute-bg {
      top: 0;
      bottom: -10px;
      left: -10px;
      right: -10px;
      background-image: url('../images/red_texture.jpg?1543888348'); }
      @media only screen and (min-width: 768px) {
        .node-opportunity.node-homepage_opportunity_feature .col-right .absolute-bg {
          top: -10px;
          bottom: -10px;
          left: 0;
          right: -10px; } }
  .node-opportunity.node-homepage_opportunity_feature .cta {
    text-align: center;
    position: absolute;
    z-index: 20;
    width: 100%;
    left: 0;
    bottom: -38px; }

.pane-bundle-featured-content-collection.view-mode-full .field-name-field-content-collection > .field-items {
  font-size: 0; }
  .pane-bundle-featured-content-collection.view-mode-full .field-name-field-content-collection > .field-items > .field-item {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: normal;
    display: inline-block;
    vertical-align: top; }
    @media only screen and (min-width: 480px) {
      .pane-bundle-featured-content-collection.view-mode-full .field-name-field-content-collection > .field-items > .field-item {
        width: 50%; } }
    .pane-bundle-featured-content-collection.view-mode-full .field-name-field-content-collection > .field-items > .field-item:first-child {
      margin-bottom: 30px; }
      @media only screen and (min-width: 480px) {
        .pane-bundle-featured-content-collection.view-mode-full .field-name-field-content-collection > .field-items > .field-item:first-child {
          padding-right: 12px;
          margin-bottom: 0; } }
      @media only screen and (min-width: 992px) {
        .pane-bundle-featured-content-collection.view-mode-full .field-name-field-content-collection > .field-items > .field-item:first-child {
          padding-left: 22px; } }
    @media only screen and (min-width: 480px) {
      .pane-bundle-featured-content-collection.view-mode-full .field-name-field-content-collection > .field-items > .field-item:last-child {
        padding-left: 12px; } }
    @media only screen and (min-width: 992px) {
      .pane-bundle-featured-content-collection.view-mode-full .field-name-field-content-collection > .field-items > .field-item:last-child {
        padding-right: 22px; } }
.pane-bundle-featured-content-collection.view-mode-full .tag-sm-element {
  position: absolute;
  top: 20px;
  left: 0; }
.pane-bundle-featured-content-collection.view-mode-full .field-name-field-landscape-image {
  margin-bottom: 10px; }
.pane-bundle-featured-content-collection.view-mode-full .field-name-field-related-content-title {
  margin-bottom: 10px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: normal;
  color: #3c3936; }
.pane-bundle-featured-content-collection.view-mode-full .field-name-field-text {
  margin-bottom: 10px; }
  .pane-bundle-featured-content-collection.view-mode-full .field-name-field-text p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375; }

.pane-node-field-downloads .pane-title {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: normal;
  margin-bottom: 15px; }
.pane-node-field-downloads .field-item {
  border-top: 1px solid #b6b2a4;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: normal;
  overflow: hidden; }
  .pane-node-field-downloads .field-item:last-child {
    border-bottom: 1px solid #b6b2a4; }
.pane-node-field-downloads .right {
  float: none;
  margin-top: 10px; }
  @media only screen and (min-width: 768px) {
    .pane-node-field-downloads .right {
      float: right;
      clear: right;
      margin-left: 20px;
      margin-top: 0; } }
.pane-node-field-downloads .title,
.pane-node-field-downloads .right {
  display: block;
  margin: 20px 0; }
  @media only screen and (min-width: 768px) {
    .pane-node-field-downloads .title,
    .pane-node-field-downloads .right {
      display: inline-block; } }

.policy-link {
  color: #336699;
  font-style: italic; }

.dnd-widget-wrapper.context-sdl_editor_representation.type-file {
  border-top: 1px solid #b6b2a4;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: normal; }
  .dnd-widget-wrapper.context-sdl_editor_representation.type-file.last {
    border-bottom: 1px solid #b6b2a4; }

.download-link {
  display: block; }

.file-extension {
  text-transform: uppercase;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  margin-right: 5px; }

.pane-biography-details {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: normal; }
  @media only screen and (min-width: 768px) {
    .pane-biography-details .column-right {
      padding-left: 20px; } }
  .pane-biography-details .pane-node-title {
    font-size: 30px;
    font-size: 3rem;
    line-height: normal; }
  .pane-biography-details .row {
    border-bottom: 1px solid #d7d7d7;
    padding: 20px 0; }
    .pane-biography-details .row:first-child {
      padding: 28px 0;
      border-top: 2px solid #d7d7d7; }
    .pane-biography-details .row:last-child {
      border-bottom: none; }
  .pane-biography-details .pane-title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .pane-biography-details .panels-flexible-region.war-affiliation .pane-title {
    display: inline; }
    .pane-biography-details .panels-flexible-region.war-affiliation .pane-title .pane-content {
      display: inline; }
  .pane-biography-details .panels-flexible-region.war-affiliation .pane-node-field-war,
  .pane-biography-details .panels-flexible-region.war-affiliation .pane-node-field-affiliation {
    margin-top: 10px; }

.education-promo {
  background-color: #edeae3;
  padding: 5px;
  border: 1px solid #cc9933;
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  text-align: left;
  max-width: 740px;
  margin: 0 auto; }
  .education-promo .link-button {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 20;
    top: calc(100% - 25px); }
  .education-promo .content {
    border: 1px solid #cc9933;
    padding: 50px 30px; }
    @media only screen and (min-width: 480px) {
      .education-promo .content {
        padding: 30px 30px 50px; } }
  .education-promo .promo-corner {
    position: absolute;
    z-index: 10; }
  .education-promo .promo-upper-left {
    top: -1px;
    left: -1px; }
  .education-promo .promo-upper-right {
    top: -1px;
    right: -1px; }
  .education-promo .promo-lower-left {
    bottom: -1px;
    left: -1px; }
  .education-promo .promo-lower-right {
    bottom: -1px;
    right: -1px; }
  .education-promo .brothers {
    font-size: 30px;
    font-size: 3rem;
    line-height: normal; }
    .education-promo .brothers:before {
      font-weight: normal;
      content: "=";
      font-family: brothers_special; }

.education-promo-pane {
  text-align: center; }

.author-info-row a {
  color: #3c3936; }
.author-info-row .field-name-field-square-image {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  border: 1px solid #999; }
.author-info-row .node-title {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: normal;
  margin-bottom: 10px; }
.author-info-row .field-name-field-organization {
  font-style: italic;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: normal;
  margin-bottom: 10px; }
.author-info-row .field-name-field-sponsors .field-name-field-square-image {
  float: none;
  margin-right: 0;
  margin-bottom: 0;
  border: none; }

.pane-cwt-base-email-signup-form-component,
.pane-boxes-newsletter-signup {
  background: url('../images/proclamation.png?1543888348') no-repeat center;
  background-size: contain;
  text-align: center;
  margin-bottom: 40px; }
  @media only screen and (min-width: 1280px) {
    .pane-cwt-base-email-signup-form-component,
    .pane-boxes-newsletter-signup {
      text-align: left;
      background-size: initial;
      background-position: left top;
      margin-bottom: 0;
      padding-left: 400px; } }
  .pane-cwt-base-email-signup-form-component h2,
  .pane-boxes-newsletter-signup h2 {
    color: #3c3936;
    font-family: brothers, georgia, serif;
    font-weight: bold;
    font-size: 56px;
    font-size: 5.6rem;
    line-height: normal;
    margin-bottom: 5px;
    margin-top: 0;
    padding-top: 10px;
    text-shadow: 1px 1px 1px #d7a12c; }
    .pane-cwt-base-email-signup-form-component h2 span.replace,
    .pane-boxes-newsletter-signup h2 span.replace {
      font-family: brothers_special; }
    @media only screen and (min-width: 1280px) {
      .pane-cwt-base-email-signup-form-component h2,
      .pane-boxes-newsletter-signup h2 {
        font-size: 60px;
        font-size: 6rem;
        line-height: normal;
        padding-top: 40px; } }
  .pane-cwt-base-email-signup-form-component .description,
  .pane-boxes-newsletter-signup .description {
    font-family: Georgia, serif;
    font-size: 20px;
    margin-bottom: 15px; }

.pane-cwt-base-email-signup-form-component .ngp-form,
.pane-boxes-newsletter-signup .ngp-form {
  color: #3c3936; }
  .pane-cwt-base-email-signup-form-component .ngp-form label input,
  .pane-boxes-newsletter-signup .ngp-form label input {
    display: block; }
  .pane-cwt-base-email-signup-form-component .ngp-form .at-fieldset,
  .pane-boxes-newsletter-signup .ngp-form .at-fieldset {
    padding: 0; }
  .pane-cwt-base-email-signup-form-component .ngp-form.at input[type="text"],
  .pane-cwt-base-email-signup-form-component .ngp-form.at input[type="email"],
  .pane-boxes-newsletter-signup .ngp-form.at input[type="text"],
  .pane-boxes-newsletter-signup .ngp-form.at input[type="email"] {
    font-size: 16px;
    border: none;
    background-color: #ecebe4;
    padding: 6px 12px;
    margin: 0; }
  .pane-cwt-base-email-signup-form-component .ngp-form .at-fieldset.ContactInformation,
  .pane-cwt-base-email-signup-form-component .ngp-form .at-form-submit,
  .pane-cwt-base-email-signup-form-component .ngp-form .at-row.FirstName,
  .pane-cwt-base-email-signup-form-component .ngp-form .at-row.EmailAddress,
  .pane-boxes-newsletter-signup .ngp-form .at-fieldset.ContactInformation,
  .pane-boxes-newsletter-signup .ngp-form .at-form-submit,
  .pane-boxes-newsletter-signup .ngp-form .at-row.FirstName,
  .pane-boxes-newsletter-signup .ngp-form .at-row.EmailAddress {
    display: inline-block;
    vertical-align: top; }
  .pane-cwt-base-email-signup-form-component .ngp-form .at-fieldset.ContactInformation,
  .pane-boxes-newsletter-signup .ngp-form .at-fieldset.ContactInformation {
    width: 90%;
    min-width: 0; }
    .pane-cwt-base-email-signup-form-component .ngp-form .at-fieldset.ContactInformation .at-row.UpdateMyProfile,
    .pane-boxes-newsletter-signup .ngp-form .at-fieldset.ContactInformation .at-row.UpdateMyProfile {
      margin-bottom: 10px; }
      .pane-cwt-base-email-signup-form-component .ngp-form .at-fieldset.ContactInformation .at-row.UpdateMyProfile .text,
      .pane-boxes-newsletter-signup .ngp-form .at-fieldset.ContactInformation .at-row.UpdateMyProfile .text {
        font-size: 14px; }
      .pane-cwt-base-email-signup-form-component .ngp-form .at-fieldset.ContactInformation .at-row.UpdateMyProfile input[type="checkbox"] + span,
      .pane-boxes-newsletter-signup .ngp-form .at-fieldset.ContactInformation .at-row.UpdateMyProfile input[type="checkbox"] + span {
        padding-left: 27px; }
      .pane-cwt-base-email-signup-form-component .ngp-form .at-fieldset.ContactInformation .at-row.UpdateMyProfile input[type="checkbox"] + span:before,
      .pane-boxes-newsletter-signup .ngp-form .at-fieldset.ContactInformation .at-row.UpdateMyProfile input[type="checkbox"] + span:before {
        width: 18px;
        height: 18px; }
      .pane-cwt-base-email-signup-form-component .ngp-form .at-fieldset.ContactInformation .at-row.UpdateMyProfile input[type="checkbox"] + span:after,
      .pane-boxes-newsletter-signup .ngp-form .at-fieldset.ContactInformation .at-row.UpdateMyProfile input[type="checkbox"] + span:after {
        font-size: 14px; }
      @media only screen and (min-width: 1280px) {
        .pane-cwt-base-email-signup-form-component .ngp-form .at-fieldset.ContactInformation .at-row.UpdateMyProfile,
        .pane-boxes-newsletter-signup .ngp-form .at-fieldset.ContactInformation .at-row.UpdateMyProfile {
          margin-bottom: 0; } }
    @media only screen and (min-width: 480px) {
      .pane-cwt-base-email-signup-form-component .ngp-form .at-fieldset.ContactInformation,
      .pane-boxes-newsletter-signup .ngp-form .at-fieldset.ContactInformation {
        width: calc(100% - 120px); } }
  .pane-cwt-base-email-signup-form-component .ngp-form div.at-form-submit,
  .pane-boxes-newsletter-signup .ngp-form div.at-form-submit {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0 0 0 10px; }
    .pane-cwt-base-email-signup-form-component .ngp-form div.at-form-submit input,
    .pane-boxes-newsletter-signup .ngp-form div.at-form-submit input {
      float: none;
      margin: 4px;
      background-color: #b5121b;
      box-shadow: 0 0 0 1px #790000, 0 0 0 5px #b5121b;
      font-weight: normal;
      height: 38px;
      width: 100px; }
      .pane-cwt-base-email-signup-form-component .ngp-form div.at-form-submit input:hover, .pane-cwt-base-email-signup-form-component .ngp-form div.at-form-submit input:active, .pane-cwt-base-email-signup-form-component .ngp-form div.at-form-submit input:focus,
      .pane-boxes-newsletter-signup .ngp-form div.at-form-submit input:hover,
      .pane-boxes-newsletter-signup .ngp-form div.at-form-submit input:active,
      .pane-boxes-newsletter-signup .ngp-form div.at-form-submit input:focus {
        background-color: #b5121b;
        box-shadow: 0 0 0 1px #790000, 0 0 0 5px #b5121b; }
    @media only screen and (min-width: 1280px) {
      .pane-cwt-base-email-signup-form-component .ngp-form div.at-form-submit,
      .pane-boxes-newsletter-signup .ngp-form div.at-form-submit {
        width: 120px; } }
  .pane-cwt-base-email-signup-form-component .ngp-form .at-row label,
  .pane-boxes-newsletter-signup .ngp-form .at-row label {
    min-width: 0;
    margin: 0 0 10px; }
  .pane-cwt-base-email-signup-form-component .ngp-form .at-row.FirstName,
  .pane-boxes-newsletter-signup .ngp-form .at-row.FirstName {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .pane-cwt-base-email-signup-form-component .ngp-form .at-row.FirstName,
      .pane-boxes-newsletter-signup .ngp-form .at-row.FirstName {
        width: 66%; } }
    .pane-cwt-base-email-signup-form-component .ngp-form .at-row.FirstName label,
    .pane-boxes-newsletter-signup .ngp-form .at-row.FirstName label {
      display: inline-block;
      vertical-align: top;
      width: 100%; }
      @media only screen and (min-width: 768px) {
        .pane-cwt-base-email-signup-form-component .ngp-form .at-row.FirstName label,
        .pane-boxes-newsletter-signup .ngp-form .at-row.FirstName label {
          width: 50%;
          padding-right: 10px; } }
  .pane-cwt-base-email-signup-form-component .ngp-form .at-row.EmailAddress,
  .pane-boxes-newsletter-signup .ngp-form .at-row.EmailAddress {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .pane-cwt-base-email-signup-form-component .ngp-form .at-row.EmailAddress,
      .pane-boxes-newsletter-signup .ngp-form .at-row.EmailAddress {
        width: 34%; } }
.pane-cwt-base-email-signup-form-component .at-legend,
.pane-boxes-newsletter-signup .at-legend {
  display: none; }
.pane-cwt-base-email-signup-form-component .at-inner,
.pane-boxes-newsletter-signup .at-inner {
  border: none;
  background-color: transparent; }
.pane-cwt-base-email-signup-form-component input[type="text"]:-moz-placeholder,
.pane-cwt-base-email-signup-form-component input[type="email"]:-moz-placeholder,
.pane-boxes-newsletter-signup input[type="text"]:-moz-placeholder,
.pane-boxes-newsletter-signup input[type="email"]:-moz-placeholder {
  color: #69665e !important;
  font-family: Georgia, serif; }
.pane-cwt-base-email-signup-form-component input[type="text"]::-moz-placeholder,
.pane-cwt-base-email-signup-form-component input[type="email"]::-moz-placeholder,
.pane-boxes-newsletter-signup input[type="text"]::-moz-placeholder,
.pane-boxes-newsletter-signup input[type="email"]::-moz-placeholder {
  color: #69665e !important;
  font-family: Georgia, serif; }
.pane-cwt-base-email-signup-form-component input[type="text"]:-ms-input-placeholder,
.pane-cwt-base-email-signup-form-component input[type="email"]:-ms-input-placeholder,
.pane-boxes-newsletter-signup input[type="text"]:-ms-input-placeholder,
.pane-boxes-newsletter-signup input[type="email"]:-ms-input-placeholder {
  color: #69665e !important;
  font-family: Georgia, serif; }
.pane-cwt-base-email-signup-form-component input[type="text"]::-webkit-input-placeholder,
.pane-cwt-base-email-signup-form-component input[type="email"]::-webkit-input-placeholder,
.pane-boxes-newsletter-signup input[type="text"]::-webkit-input-placeholder,
.pane-boxes-newsletter-signup input[type="email"]::-webkit-input-placeholder {
  color: #69665e !important;
  font-family: Georgia, serif; }

.pane-take-action-appeal {
  border: 1px solid #c62635; }
  .pane-take-action-appeal .top-row {
    text-align: center;
    background: url('../images/red_texture.jpg?1543888348') center;
    background-size: cover;
    color: #fff; }
    .pane-take-action-appeal .top-row > .inside {
      border: 1px solid #fff;
      border-bottom: none;
      margin: 10px 10px 0;
      padding: 15px 5px 30px; }
  .pane-take-action-appeal .bottom-row {
    border: 1px solid #c62635;
    border-top: none;
    margin: 0 10px 10px; }
    .pane-take-action-appeal .bottom-row .panel-pane {
      padding: 15px 10px; }
    .pane-take-action-appeal .bottom-row .pane-title {
      font-size: 17px;
      font-size: 1.7rem;
      line-height: normal;
      color: #3c3936;
      margin-bottom: 0; }
  .pane-take-action-appeal .pane-node-field-status {
    font-size: 30px;
    font-size: 3rem;
    line-height: normal;
    font-family: brothers, georgia, serif;
    font-weight: bold;
    text-transform: uppercase; }
  .pane-take-action-appeal .pane-node-field-acres {
    font-size: 72px;
    font-size: 7.2rem;
    line-height: 1; }
  .pane-take-action-appeal .acres-targeted {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: normal;
    margin-top: 10px; }
  .pane-take-action-appeal .pane-node-field-related-battlefields .pane-title {
    margin-bottom: 10px; }
  .pane-take-action-appeal .field-name-field-related-battlefields {
    text-align: right; }
  .pane-take-action-appeal .pane-node-field-address .pane-content,
  .pane-take-action-appeal .pane-node-field-donation-match-ratio .pane-content {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: normal;
    text-align: right; }
  .pane-take-action-appeal .pane-node-field-cwpt-goal .pane-content {
    font-size: 20px;
    font-size: 2rem;
    line-height: normal;
    text-align: right; }
  .pane-take-action-appeal .pane-node-field-donation-match-ratio,
  .pane-take-action-appeal .pane-node-field-cwpt-goal,
  .pane-take-action-appeal .pane-node-field-address {
    font-size: 0;
    border-top: 1px solid #c62635; }
    .pane-take-action-appeal .pane-node-field-donation-match-ratio .title-wrapper,
    .pane-take-action-appeal .pane-node-field-donation-match-ratio .pane-content,
    .pane-take-action-appeal .pane-node-field-cwpt-goal .title-wrapper,
    .pane-take-action-appeal .pane-node-field-cwpt-goal .pane-content,
    .pane-take-action-appeal .pane-node-field-address .title-wrapper,
    .pane-take-action-appeal .pane-node-field-address .pane-content {
      display: inline-block;
      width: 50%; }

.pane-preservation-letter-promo {
  background: url('../images/preservation_letter_seal.png?1543888348') no-repeat left top;
  padding: 60px 0 20px 60px; }
  .pane-preservation-letter-promo .pane-node-field-quote {
    margin-bottom: 15px; }
  .pane-preservation-letter-promo .pane-node-field-attribution {
    margin-bottom: 10px;
    font-size: 19px;
    font-size: 1.9rem;
    line-height: normal;
    padding-left: 25px; }
  .pane-preservation-letter-promo .pane-node-field-website {
    padding-left: 45px; }

.field-name-field-img-with-caption-override > .field-items > .field-item {
  margin-bottom: 40px; }
  .field-name-field-img-with-caption-override > .field-items > .field-item:last-child {
    margin-bottom: 0; }

.centered-images .image-and-captions-wrapper {
  margin: 0 auto; }

.hide-caption .captions-wrapper,
.hide-caption .field {
  display: none !important; }

.dnd-widget-wrapper.type-image .image-and-captions-wrapper,
#cboxLoadedContent .image-and-captions-wrapper {
  display: table; }
  .dnd-widget-wrapper.type-image .image-and-captions-wrapper .captions-wrapper,
  #cboxLoadedContent .image-and-captions-wrapper .captions-wrapper {
    display: table-caption;
    caption-side: bottom; }

.cke_editable .dnd-atom-rendered {
  display: table; }
  .cke_editable .dnd-atom-rendered .field {
    display: table-caption;
    caption-side: bottom; }

.field-collection-item-field-img-with-caption-override .image-and-captions-wrapper {
  display: table; }
  .field-collection-item-field-img-with-caption-override .image-and-captions-wrapper .captions-wrapper {
    display: table-caption;
    caption-side: bottom; }

.context-half_width.type-video .video-and-captions-wrapper {
  display: table; }
  .context-half_width.type-video .video-and-captions-wrapper .captions-wrapper {
    display: table-caption;
    caption-side: bottom; }

.field-type-atom-reference .video-and-captions-wrapper,
.dnd-widget-wrapper .video-and-captions-wrapper {
  width: 100%; }
.field-type-atom-reference .video-wrapper,
.dnd-widget-wrapper .video-wrapper {
  padding-top: 56.25%; }
  .field-type-atom-reference .video-wrapper iframe,
  .dnd-widget-wrapper .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@media only screen and (min-width: 560px) {
  .dnd-widget-wrapper.context-half_width .video-and-captions-wrapper {
    width: 530px; } }

.image-wrapper,
.video-wrapper {
  position: relative; }

.dnd-atom-rendered,
.field-type-atom-reference {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375; }
  .dnd-atom-rendered p,
  .field-type-atom-reference p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: normal; }
  .dnd-atom-rendered .field,
  .field-type-atom-reference .field {
    padding-top: 8px; }
  .dnd-atom-rendered .field-name-field-credit,
  .dnd-atom-rendered .field-name-field-copyright,
  .field-type-atom-reference .field-name-field-credit,
  .field-type-atom-reference .field-name-field-copyright {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: normal;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-style: italic; }

.dnd-atom-rendered .field-name-field-credit a,
.field-name-field-img-with-caption-override .field-name-field-credit a {
  color: #3c3936;
  text-decoration: underline; }

.field-type-atom-reference .captions-wrapper .field-atom-title {
  font-weight: bold; }
  @media only screen and (min-width: 768px) {
    .field-type-atom-reference .captions-wrapper .field-atom-title {
      width: 66.6%;
      float: left;
      padding-right: 10px; } }
@media only screen and (min-width: 768px) {
  .field-type-atom-reference .captions-wrapper .field-name-field-credit,
  .field-type-atom-reference .captions-wrapper .field-name-field-copyright {
    float: right;
    text-align: right;
    width: 33.3%;
    padding-left: 10px; } }
.field-type-atom-reference .captions-wrapper .field-name-field-caption-long {
  clear: left; }
  @media only screen and (min-width: 768px) {
    .field-type-atom-reference .captions-wrapper .field-name-field-caption-long {
      padding-right: 10px;
      max-width: 66.6%; } }

.dnd-atom-rendered img,
.dnd-atom-rendered iframe {
  display: block; }
.dnd-atom-rendered .field-name-field-credit,
.dnd-atom-rendered .field-name-field-copyright {
  clear: left; }
@media only screen and (min-width: 768px) {
  .dnd-atom-rendered .captions-wrapper {
    max-width: 66.6%; } }

.context-third_width .dnd-atom-rendered .captions-wrapper,
.context-sixth_width .dnd-atom-rendered .captions-wrapper,
.context-third_3_4 .dnd-atom-rendered .captions-wrapper {
  max-width: none; }

.field-name-field-hero-image .field-items .field-item .captions-wrapper {
  position: absolute;
  right: 20px;
  bottom: 10px;
  z-index: 15; }
.field-name-field-hero-image .field-items .field-item .field-name-field-credit {
  float: none;
  width: auto;
  padding: 0;
  padding-left: 10px; }
.field-name-field-hero-image .field-items .field-item .field-name-field-copyright {
  width: auto;
  padding-left: 10px; }

.header-banner-2 .hero-image-region .captions-wrapper {
  height: auto; }

.field-name-field-video.field-type-atom-reference > .field-items > .field-item,
.field-name-field-map-image.field-type-atom-reference > .field-items > .field-item {
  padding-bottom: 40px; }
  .field-name-field-video.field-type-atom-reference > .field-items > .field-item:last-child,
  .field-name-field-map-image.field-type-atom-reference > .field-items > .field-item:last-child {
    padding-bottom: 0; }
.field-name-field-video.field-type-atom-reference img,
.field-name-field-video.field-type-atom-reference .video-wrapper,
.field-name-field-map-image.field-type-atom-reference img,
.field-name-field-map-image.field-type-atom-reference .video-wrapper {
  border: 1px solid #3c3936; }

.pane-lesson-plans-related-by-grade .pane-node-title h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: normal;
  margin-top: 0; }
.pane-lesson-plans-related-by-grade .field-name-body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: normal; }
  .pane-lesson-plans-related-by-grade .field-name-body a {
    color: #000000; }

.view.view-id-filters .view-content {
  padding-top: 0; }

.view-id-filters .form-top, .view-park-day-volunteer .form-top {
  margin: 0 auto; }
  @media only screen and (min-width: 768px) {
    .view-id-filters .form-top, .view-park-day-volunteer .form-top {
      max-width: 682px; } }
.view-id-filters .views-exposed-widgets, .view-park-day-volunteer .views-exposed-widgets {
  font-size: 0; }
.view-id-filters .views-exposed-widget, .view-park-day-volunteer .views-exposed-widget {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: normal;
  float: none;
  width: 100%;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top; }
  @media only screen and (min-width: 768px) {
    .view-id-filters .views-exposed-widget, .view-park-day-volunteer .views-exposed-widget {
      width: 33.3333333%;
      padding: 0 5px;
      margin-bottom: 0; } }
  .view-id-filters .views-exposed-widget .form-text, .view-park-day-volunteer .views-exposed-widget .form-text {
    width: 100%; }
  .view-id-filters .views-exposed-widget .help-block, .view-park-day-volunteer .views-exposed-widget .help-block {
    display: none; }
.view-id-filters .container-inline-date label, .view-park-day-volunteer .container-inline-date label {
  display: none; }
.view-id-filters .container-inline-date .date-padding,
.view-id-filters .container-inline-date .form-item, .view-park-day-volunteer .container-inline-date .date-padding,
.view-park-day-volunteer .container-inline-date .form-item {
  float: none;
  margin-right: 0;
  display: block; }
.view-id-filters label,
.view-id-filters .all-filters-label, .view-park-day-volunteer label,
.view-park-day-volunteer .all-filters-label {
  color: #69665e;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: normal;
  margin-bottom: 15px;
  padding-left: 1%; }
.view-id-filters .views-submit-buttons, .view-park-day-volunteer .views-submit-buttons {
  margin-top: 20px; }
.view-id-filters .views-submit-buttons-inside, .view-park-day-volunteer .views-submit-buttons-inside {
  position: relative;
  float: left; }
.view-id-filters .views-submit-button,
.view-id-filters .views-reset-button, .view-park-day-volunteer .views-submit-button,
.view-park-day-volunteer .views-reset-button {
  width: auto;
  margin: 0;
  padding: 0; }
  .view-id-filters .views-submit-button button,
  .view-id-filters .views-reset-button button, .view-park-day-volunteer .views-submit-button button,
  .view-park-day-volunteer .views-reset-button button {
    margin: 0;
    padding: 0;
    outline: 0; }
.view-id-filters div.views-reset-button, .view-park-day-volunteer div.views-reset-button {
  display: none;
  padding: 9px 5px 0; }
  .view-id-filters div.views-reset-button button, .view-park-day-volunteer div.views-reset-button button {
    line-height: 16px; }
.view-id-filters .views-submit-button .form-submit, .view-park-day-volunteer .views-submit-button .form-submit {
  position: absolute;
  visibility: hidden; }

@keyframes spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.view-id-filters .views-exposed-form.disabled, .view-park-day-volunteer .views-exposed-form.disabled {
  pointer-events: none;
  position: relative; }
  .view-id-filters .views-exposed-form.disabled .multiselect-container.dropdown-menu, .view-park-day-volunteer .views-exposed-form.disabled .multiselect-container.dropdown-menu {
    display: none !important; }
  .view-id-filters .views-exposed-form.disabled .views-exposed-widgets, .view-park-day-volunteer .views-exposed-form.disabled .views-exposed-widgets {
    opacity: .3; }
  .view-id-filters .views-exposed-form.disabled:after, .view-park-day-volunteer .views-exposed-form.disabled:after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    border-radius: 50%;
    border: 5px solid transparent;
    border-top-color: #336699;
    border-bottom-color: #336699;
    animation: spinner .8s infinite; }

.view-id-search {
  padding-top: 50px; }
  .view-id-search .view-result-count {
    font-size: 20px;
    font-size: 2rem;
    line-height: normal;
    font-style: italic;
    color: #336699;
    padding: 30px 0; }
    @media only screen and (min-width: 768px) {
      .view-id-search .view-result-count {
        font-size: 36px;
        font-size: 3.6rem;
        line-height: normal; } }
  .view-id-search .views-exposed-form label {
    font-weight: normal;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-size: 2rem;
    line-height: normal;
    color: #69665e;
    margin-bottom: 5px; }
  .view-id-search .views-row {
    padding: 20px 0;
    border-bottom: 1px solid #e0dfd9; }
  .view-id-search .pane-node-content-type,
  .view-id-search .pane-node-field-article-alt-label {
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    color: #336699;
    display: inline-block;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: normal; }
  .view-id-search .pane-node-body {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: normal;
    line-height: 1.2; }
  .view-id-search .views-widget-filter-search_api_views_fulltext {
    float: none;
    padding-bottom: 20px; }
    .view-id-search .views-widget-filter-search_api_views_fulltext label {
      margin-right: 10px;
      width: 148px; }
    .view-id-search .views-widget-filter-search_api_views_fulltext .views-widget {
      width: 100%; }
      @media only screen and (min-width: 768px) {
        .view-id-search .views-widget-filter-search_api_views_fulltext .views-widget {
          width: 50%; } }
    .view-id-search .views-widget-filter-search_api_views_fulltext label,
    .view-id-search .views-widget-filter-search_api_views_fulltext .views-widget {
      display: inline-block;
      vertical-align: middle; }
  .view-id-search .views-widget-filter-field_war,
  .view-id-search .views-widget-filter-type,
  .view-id-search .views-widget-filter-nid,
  .view-id-search .views-widget-sort-by {
    float: none;
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      .view-id-search .views-widget-filter-field_war,
      .view-id-search .views-widget-filter-type,
      .view-id-search .views-widget-filter-nid,
      .view-id-search .views-widget-sort-by {
        float: left;
        margin-bottom: 0; } }
  .view-id-search .views-submit-button {
    float: left;
    clear: left; }
  .view-id-search .back-to-top-wrapper {
    float: right;
    margin-top: 25px; }
  .view-id-search .pager-wrapper {
    text-align: center; }
  .view-id-search .text-center {
    display: inline-block; }
  .view-id-search .pagination {
    margin-top: 25px; }

.views-reset-button .form-submit {
  color: #336699;
  background: none;
  box-shadow: none;
  font-weight: normal;
  padding-left: 0;
  margin-left: 0;
  margin-right: 0; }
  @media only screen and (min-width: 480px) {
    .views-reset-button .form-submit {
      padding-left: 20px; } }
  .views-reset-button .form-submit:after {
    margin-left: .5em; }

.ajax-progress [class*="glyphicon"] {
  margin-left: .5em; }

.saved-land-map-pane #map,
.saved-land-map-pane .mapOptions,
.saved-land-map-pane > div {
  width: auto; }
.saved-land-map-pane .mapOptions {
  background-repeat: repeat-x;
  background-position: center;
  background-size: 1px 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px; }
  @media only screen and (min-width: 480px) {
    .saved-land-map-pane .mapOptions {
      padding-top: 10px;
      padding-bottom: 10px; } }
  .saved-land-map-pane .mapOptions > div {
    width: auto;
    font-size: 0;
    height: auto; }
  .saved-land-map-pane .mapOptions > div,
  .saved-land-map-pane .mapOptions #stateZoom,
  .saved-land-map-pane .mapOptions #yearFilter,
  .saved-land-map-pane .mapOptions #winnerFilter,
  .saved-land-map-pane .mapOptions .appealFilterWrapper {
    position: static; }
  .saved-land-map-pane .mapOptions .filter {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: normal;
    text-align: center;
    position: relative;
    top: auto;
    left: auto;
    padding: 10px 16px; }
    @media only screen and (min-width: 768px) {
      .saved-land-map-pane .mapOptions .filter {
        width: 25%; }
        .saved-land-map-pane .mapOptions .filter:first-child:before {
          content: "\2605";
          color: #ddded9;
          left: 0; }
        .saved-land-map-pane .mapOptions .filter:last-child:after {
          right: 0; }
        .saved-land-map-pane .mapOptions .filter:after {
          content: "\2605";
          color: #ddded9;
          right: -8px; }
        .saved-land-map-pane .mapOptions .filter:before, .saved-land-map-pane .mapOptions .filter:after {
          position: absolute;
          top: 23px; } }
  .saved-land-map-pane .mapOptions label,
  .saved-land-map-pane .mapOptions .campaigns-label {
    font-family: Georgia, serif;
    display: block;
    color: #555;
    font-weight: normal;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: normal;
    margin-bottom: 5px; }
  .saved-land-map-pane .mapOptions .appealFilterWrapper input,
  .saved-land-map-pane .mapOptions .appealFilterWrapper label {
    display: inline;
    vertical-align: baseline; }
  .saved-land-map-pane .mapOptions .appealFilterWrapper input {
    margin-top: 0; }
  .saved-land-map-pane .mapOptions .appealFilterWrapper label {
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    color: #000; }
  .saved-land-map-pane .mapOptions select {
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif; }

.saved-land-map-pane #totals {
  margin-bottom: 30px; }
.saved-land-map-pane #landSavedList {
  width: auto;
  height: auto;
  padding-bottom: 50px; }
  .saved-land-map-pane #landSavedList > div {
    font-size: 0; }
    .saved-land-map-pane #landSavedList > div > .left,
    .saved-land-map-pane #landSavedList > div > .right {
      vertical-align: top;
      float: none; }
    @media only screen and (min-width: 768px) {
      .saved-land-map-pane #landSavedList > div > .left {
        width: 66.666666%;
        display: inline-block; } }
    @media only screen and (min-width: 768px) {
      .saved-land-map-pane #landSavedList > div > .right {
        width: 33.333333%;
        display: inline-block; } }
  .saved-land-map-pane #landSavedList #ls-col1,
  .saved-land-map-pane #landSavedList #ls-col2 {
    height: auto;
    margin: 0; }
    @media only screen and (min-width: 768px) {
      .saved-land-map-pane #landSavedList #ls-col1,
      .saved-land-map-pane #landSavedList #ls-col2 {
        width: 50%; } }
  .saved-land-map-pane #landSavedList #ls-col3 {
    width: 100%;
    height: auto; }
  .saved-land-map-pane #landSavedList h2 {
    color: #666; }
    .saved-land-map-pane #landSavedList h2 span {
      width: auto; }
.saved-land-map-pane .landsaved {
  background: none;
  padding-right: 0;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .saved-land-map-pane .landsaved {
      border-right: 3px double #CAC9BB; } }
  .saved-land-map-pane .landsaved td {
    width: auto; }
  .saved-land-map-pane .landsaved tr.active-appeal td {
    background-color: #9c0202; }
.saved-land-map-pane .right .landsaved {
  border-right: none; }

.pane-author-and-organization .pane-node-title {
  font-size: 0; }
.pane-author-and-organization .pane-title,
.pane-author-and-organization .pane-node-title a,
.pane-author-and-organization .pane-node-field-organization {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5; }
.pane-author-and-organization .pane-node-title,
.pane-author-and-organization .pane-node-field-organization {
  display: inline; }
  .pane-author-and-organization .pane-node-title *,
  .pane-author-and-organization .pane-node-field-organization * {
    display: inline; }
.pane-author-and-organization .pane-node-field-organization:before {
  content: ", "; }

.pane-taxonomy-term-field-hero-image,
.pane-node-field-hero-image,
.pane-bundle-hero-image,
.pane-bundle-homepage-banner,
.pane-bundle-text-multiple.view-mode-pre_footer,
.pane-iknow-battlefield-hero-with-credit {
  position: relative; }
  .pane-taxonomy-term-field-hero-image:before, .pane-taxonomy-term-field-hero-image:after,
  .pane-node-field-hero-image:before,
  .pane-node-field-hero-image:after,
  .pane-bundle-hero-image:before,
  .pane-bundle-hero-image:after,
  .pane-bundle-homepage-banner:before,
  .pane-bundle-homepage-banner:after,
  .pane-bundle-text-multiple.view-mode-pre_footer:before,
  .pane-bundle-text-multiple.view-mode-pre_footer:after,
  .pane-iknow-battlefield-hero-with-credit:before,
  .pane-iknow-battlefield-hero-with-credit:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 2000px;
    background: #edeae3;
    top: 0;
    bottom: 0; }
  .pane-taxonomy-term-field-hero-image:before,
  .pane-node-field-hero-image:before,
  .pane-bundle-hero-image:before,
  .pane-bundle-homepage-banner:before,
  .pane-bundle-text-multiple.view-mode-pre_footer:before,
  .pane-iknow-battlefield-hero-with-credit:before {
    right: 100%; }
  .pane-taxonomy-term-field-hero-image:after,
  .pane-node-field-hero-image:after,
  .pane-bundle-hero-image:after,
  .pane-bundle-homepage-banner:after,
  .pane-bundle-text-multiple.view-mode-pre_footer:after,
  .pane-iknow-battlefield-hero-with-credit:after {
    left: 100%; }

div.pane-bundle-text-multiple.view-mode-pre_footer:before {
  right: calc(100% + 1px);
  top: -1px; }
div.pane-bundle-text-multiple.view-mode-pre_footer:after {
  left: calc(100% + 1px);
  top: -1px; }

.node-type-expert .pane-author-and-organization .pane-node-field-organization:before,
.node-type-contributor .pane-author-and-organization .pane-node-field-organization:before {
  content: normal; }

.collection-count {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: normal;
  font-weight: normal; }

@media only screen and (min-width: 768px) {
  .webform-client-form-4875 .webform-component--first-name,
  .webform-client-form-4875 .webform-component--last-name,
  .webform-client-form-4875 .webform-component-email,
  .webform-client-form-4875 .webform-component--zip-postal-code,
  .webform-client-form-4731 .webform-component--first-name,
  .webform-client-form-4731 .webform-component--last-name,
  .webform-client-form-4731 .webform-component-email,
  .webform-client-form-4731 .webform-component--zip-postal-code {
    display: inline-block;
    width: 45%; } }
@media only screen and (min-width: 768px) {
  .webform-client-form-4875 .webform-component--first-name,
  .webform-client-form-4875 .webform-component-email,
  .webform-client-form-4731 .webform-component--first-name,
  .webform-client-form-4731 .webform-component-email {
    margin-right: 5%; } }

div#cboxOverlay {
  background: #fff;
  opacity: .95 !important; }

#colorbox .captions-wrapper {
  max-width: none; }
#colorbox #cboxContent {
  background: transparent; }
#colorbox #cboxClose {
  bottom: auto;
  top: 0; }
#colorbox #cboxPrevious {
  left: auto;
  right: 50px; }
#colorbox #cboxNext {
  left: auto;
  right: 0; }
#colorbox #cboxLoadedContent {
  margin-bottom: 70px;
  margin-top: 50px; }
#colorbox #cboxCurrent {
  bottom: 5px;
  left: auto;
  right: 90px; }
  #colorbox #cboxCurrent .current {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: normal;
    color: #3c3936; }
  #colorbox #cboxCurrent .total {
    font-size: 20px;
    font-size: 2rem;
    line-height: normal;
    color: #336699;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif; }
#colorbox #cboxWrapper {
  border-radius: 17px; }

.type-image.slideshow .slideshow-icon {
  display: block; }

.slideshow-icon {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: none; }

#colorbox .video-and-captions-wrapper {
  display: table;
  table-layout: fixed;
  max-width: 100%; }
  #colorbox .video-and-captions-wrapper iframe {
    max-width: 100%; }
#colorbox .captions-wrapper {
  display: table-caption;
  caption-side: bottom; }

.label-optional {
  color: #007eb3;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: normal; }

.embedded-video {
  padding-left: 22px;
  padding-right: 22px; }
  .embedded-video .pane-content {
    width: 100%;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0; }
    .embedded-video .pane-content iframe {
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      position: absolute; }

#dafdirectdiv .whatThis a {
  max-width: 100%; }

footer.footer {
  background-color: #002b54;
  border: none;
  margin-top: 0;
  padding-bottom: 35px; }
  footer.footer #mini-panel-footer {
    float: left;
    width: 100%; }
    footer.footer #mini-panel-footer ul {
      padding-left: 0; }
      footer.footer #mini-panel-footer ul li {
        float: left;
        padding: 10px;
        /*&:first-of-type {
          padding-left: 0;
        }
        &:last-of-type {
          padding-right: 0;
        }*/ }
        footer.footer #mini-panel-footer ul li a {
          color: #ffffff;
          padding: 0; }
          footer.footer #mini-panel-footer ul li a:hover, footer.footer #mini-panel-footer ul li a:focus {
            background-color: transparent; }
    footer.footer #mini-panel-footer p {
      color: #ffffff; }
    footer.footer #mini-panel-footer .col-left .pane-bundle-image-link {
      white-space: nowrap;
      text-align: center;
      float: none; }
      footer.footer #mini-panel-footer .col-left .pane-bundle-image-link img {
        width: 101px;
        margin: 0 auto; }
      footer.footer #mini-panel-footer .col-left .pane-bundle-image-link:before {
        content: "";
        display: inline-block;
        height: 16%;
        vertical-align: middle; }
    footer.footer #mini-panel-footer .col-left .footer-logo-intro {
      padding-top: 12px;
      text-align: center; }
      footer.footer #mini-panel-footer .col-left .footer-logo-intro p {
        font-size: 1.3rem; }
    footer.footer #mini-panel-footer .col-right {
      border-left: 1px solid #4a5d79;
      padding-left: 30px; }
      footer.footer #mini-panel-footer .col-right .pane-menu-menu-utility-2 li,
      footer.footer #mini-panel-footer .col-right .pane-menu-menu-utility-3 li {
        padding: 12px 30px; }
        footer.footer #mini-panel-footer .col-right .pane-menu-menu-utility-2 li:last-of-type,
        footer.footer #mini-panel-footer .col-right .pane-menu-menu-utility-3 li:last-of-type {
          padding-right: 0; }
        footer.footer #mini-panel-footer .col-right .pane-menu-menu-utility-2 li a,
        footer.footer #mini-panel-footer .col-right .pane-menu-menu-utility-3 li a {
          font-size: 20px;
          font-size: 2rem;
          line-height: normal; }
      footer.footer #mini-panel-footer .col-right .pane-menu-menu-utility-2 li a {
        font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
        text-transform: uppercase; }
      footer.footer #mini-panel-footer .col-right .pane-menu-menu-utility-3 li a {
        font-family: Georgia, serif;
        font-style: italic; }
      footer.footer #mini-panel-footer .col-right .pane-menu-menu-footer li:last-of-type {
        padding-right: 0; }
      footer.footer #mini-panel-footer .col-right .pane-menu-menu-footer li a {
        font-family: Georgia, serif;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: normal;
        font-style: italic; }
      footer.footer #mini-panel-footer .col-right .pane-bundle-text.copyright p {
        font-family: Georgia, serif;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: normal;
        padding-top: 10px; }
        footer.footer #mini-panel-footer .col-right .pane-bundle-text.copyright p code {
          background-color: transparent;
          border-radius: 0;
          color: #ffffff;
          font-family: Georgia, serif;
          font-size: 12px;
          font-size: 1.2rem;
          line-height: normal;
          padding: 0; }
      footer.footer #mini-panel-footer .col-right .footer-links-list.connect-with-us .panel-pane {
        float: left; }
        footer.footer #mini-panel-footer .col-right .footer-links-list.connect-with-us .panel-pane:nth-child(3n+2) {
          clear: left; }
      footer.footer #mini-panel-footer .col-right .footer-links-list.connect-with-us .pane-content {
        margin-right: 25px;
        margin-bottom: 15px; }
        footer.footer #mini-panel-footer .col-right .footer-links-list.connect-with-us .pane-content img {
          width: 45px;
          height: 45px; }
      footer.footer #mini-panel-footer .col-right .footer-links-list.give-with-confidence .pane-bundle-image-link {
        margin-right: 30px; }
        footer.footer #mini-panel-footer .col-right .footer-links-list.give-with-confidence .pane-bundle-image-link:last-of-type {
          margin-right: 0; }
      footer.footer #mini-panel-footer .col-right .footer-links-list .title {
        margin-bottom: 15px; }
        footer.footer #mini-panel-footer .col-right .footer-links-list .title.panel-pane {
          width: 100%;
          float: none; }
        footer.footer #mini-panel-footer .col-right .footer-links-list .title p {
          font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
          font-size: 13px;
          font-size: 1.3rem;
          line-height: normal;
          text-transform: uppercase; }
      footer.footer #mini-panel-footer .col-right .footer-row.top {
        border-bottom: 1px solid #4a5d79;
        margin-bottom: 25px;
        padding-bottom: 18px; }
      footer.footer #mini-panel-footer .col-right .footer-row.middle .footer-links-list {
        border: 1px solid #4a5d79;
        border-top-width: 0;
        border-bottom-width: 0;
        padding-left: 30px; }
        footer.footer #mini-panel-footer .col-right .footer-row.middle .footer-links-list:first-of-type, footer.footer #mini-panel-footer .col-right .footer-row.middle .footer-links-list:last-of-type {
          border: none; }
      footer.footer #mini-panel-footer .col-right .footer-row.bottom {
        border-top: 1px solid #4a5d79;
        margin-top: 25px;
        padding-left: 15px;
        padding-top: 15px; }
        footer.footer #mini-panel-footer .col-right .footer-row.bottom li {
          padding-left: 20px;
          padding-right: 20px; }
    footer.footer #mini-panel-footer .pane-bundle-image-link {
      float: left; }
footer p.taxinfo {
  padding-left: 34px;
  padding-right: 34px; }
  footer p.taxinfo a {
    color: #ffffff;
    text-decoration: none !important; }

@media only screen and (min-width: 1280px) {
  .region-footer {
    width: 1280px; } }
@media only screen and (max-width: 1279px) {
  .region-footer {
    width: inherit; }

  footer.footer #mini-panel-footer .col-right .footer-links-list.connect-with-us .pane-content {
    margin-bottom: 15px;
    margin-right: 15px; }
  footer.footer #mini-panel-footer .col-right .footer-links-list.connect-with-us .panel-pane:nth-child(2n+2) {
    clear: left; }
  footer.footer #mini-panel-footer .col-right .footer-links-list.connect-with-us .panel-pane:nth-child(3n+2) {
    clear: none; }
  footer.footer #mini-panel-footer .col-right .footer-links-list.give-with-confidence .pane-bundle-image-link {
    margin-right: 23px; }
  footer.footer #mini-panel-footer .col-right .footer-row.middle .footer-links-list {
    border-bottom-width: 0;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 0;
    padding-bottom: 30px;
    padding-top: 30px; }
  footer.footer #mini-panel-footer .col-right .pane-menu-menu-utility-2 li,
  footer.footer #mini-panel-footer .col-right .pane-menu-menu-utility-3 li {
    padding-left: 20px;
    padding-right: 20px; } }
@media only screen and (max-width: 991px) {
  footer.footer #mini-panel-footer .col-right .footer-links-list.connect-with-us .pane-content {
    margin-right: 25px; }
  footer.footer #mini-panel-footer .col-right .footer-links-list.connect-with-us .panel-pane:nth-child(3n+2) {
    clear: left; }
  footer.footer #mini-panel-footer .col-right .footer-links-list.connect-with-us .panel-pane:nth-child(2n+2) {
    clear: none; }
  footer.footer #mini-panel-footer .col-right .footer-links-list.give-with-confidence .pane-bundle-image-link {
    margin-right: 30px; }
  footer.footer #mini-panel-footer .col-right .footer-row.top {
    margin-bottom: 0; }
  footer.footer #mini-panel-footer .col-right .footer-row.middle .footer-links-list {
    border-bottom-width: 1px;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 1px;
    padding-bottom: 30px;
    padding-top: 30px; }
  footer.footer #mini-panel-footer .col-right .footer-row.bottom {
    margin-top: 0; }
  footer.footer #mini-panel-footer .col-right .pane-bundle-text.copyright {
    padding-left: 20px; }
    footer.footer #mini-panel-footer .col-right .pane-bundle-text.copyright p {
      padding-top: 0; }
  footer.footer #mini-panel-footer .col-right .pane-menu-menu-utility-2,
  footer.footer #mini-panel-footer .col-right .pane-menu-menu-utility-3 {
    padding-left: 10px; } }
@media only screen and (max-width: 767px) {
  footer.footer {
    padding: 30px 0; }
    footer.footer #mini-panel-footer .panels-flexible-column {
      padding: 0 30px; }
    footer.footer #mini-panel-footer .col-left .panels-flexible-region {
      width: auto;
      display: inline-block; }
    footer.footer #mini-panel-footer .col-left .pane-bundle-image-link {
      float: none; }
      footer.footer #mini-panel-footer .col-left .pane-bundle-image-link img {
        margin: 0; }
    footer.footer #mini-panel-footer .col-left .footer-logo-intro {
      text-align: center;
      padding: 0;
      width: 100%; }
    footer.footer #mini-panel-footer .col-left .panels-flexible-row-46-2 {
      margin: 25px 0;
      padding: 0 5px; }
      footer.footer #mini-panel-footer .col-left .panels-flexible-row-46-2 .inside {
        align-items: flex-end;
        display: flex;
        height: 185px;
        justify-content: center; }
        footer.footer #mini-panel-footer .col-left .panels-flexible-row-46-2 .inside .panels-flexible-region {
          margin: 0 12.5px; }
        footer.footer #mini-panel-footer .col-left .panels-flexible-row-46-2 .inside .pane-bundle-image-link a {
          display: block; }
          footer.footer #mini-panel-footer .col-left .panels-flexible-row-46-2 .inside .pane-bundle-image-link a img {
            height: 185px;
            width: auto; }
    footer.footer #mini-panel-footer .col-left .panels-flexible-column-inside-first {
      border-bottom: 1px solid #4a5d79; }
    footer.footer #mini-panel-footer .col-right {
      border-left: none;
      padding: 0 30px; }
      footer.footer #mini-panel-footer .col-right .panels-flexible-row-46-main-row {
        margin-right: 0;
        padding: 25px 0; }
        footer.footer #mini-panel-footer .col-right .panels-flexible-row-46-main-row > .inside {
          padding: 0 5px; }
        footer.footer #mini-panel-footer .col-right .panels-flexible-row-46-main-row .pane-menu-menu-utility-2,
        footer.footer #mini-panel-footer .col-right .panels-flexible-row-46-main-row .pane-menu-menu-utility-3 {
          padding-left: 0; }
          footer.footer #mini-panel-footer .col-right .panels-flexible-row-46-main-row .pane-menu-menu-utility-2 .menu,
          footer.footer #mini-panel-footer .col-right .panels-flexible-row-46-main-row .pane-menu-menu-utility-3 .menu {
            align-items: center;
            display: flex;
            justify-content: space-between; }
            footer.footer #mini-panel-footer .col-right .panels-flexible-row-46-main-row .pane-menu-menu-utility-2 .menu li,
            footer.footer #mini-panel-footer .col-right .panels-flexible-row-46-main-row .pane-menu-menu-utility-3 .menu li {
              padding: 0 11px; }
              footer.footer #mini-panel-footer .col-right .panels-flexible-row-46-main-row .pane-menu-menu-utility-2 .menu li.first,
              footer.footer #mini-panel-footer .col-right .panels-flexible-row-46-main-row .pane-menu-menu-utility-3 .menu li.first {
                padding-left: 0; }
              footer.footer #mini-panel-footer .col-right .panels-flexible-row-46-main-row .pane-menu-menu-utility-2 .menu li.last,
              footer.footer #mini-panel-footer .col-right .panels-flexible-row-46-main-row .pane-menu-menu-utility-3 .menu li.last {
                padding-right: 0; }
        footer.footer #mini-panel-footer .col-right .panels-flexible-row-46-main-row .pane-menu-menu-utility-2 .menu {
          margin-bottom: 20px; }
        footer.footer #mini-panel-footer .col-right .panels-flexible-row-46-main-row .pane-menu-menu-utility-3 .menu {
          justify-content: flex-start; }
          footer.footer #mini-panel-footer .col-right .panels-flexible-row-46-main-row .pane-menu-menu-utility-3 .menu li.first {
            padding-left: 5px; }
      footer.footer #mini-panel-footer .col-right .footer-row.middle .footer-links-list {
        padding: 25px 0; }
        footer.footer #mini-panel-footer .col-right .footer-row.middle .footer-links-list > .inside {
          padding: 0 5px; }
        footer.footer #mini-panel-footer .col-right .footer-row.middle .footer-links-list .title {
          flex: 1 0 100%;
          margin-bottom: 4px; }
        footer.footer #mini-panel-footer .col-right .footer-row.middle .footer-links-list .inside {
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          align-items: flex-start;
          flex-wrap: wrap; }
        footer.footer #mini-panel-footer .col-right .footer-row.middle .footer-links-list.connect-with-us .pane-bundle-image-link {
          height: 35px; }
        footer.footer #mini-panel-footer .col-right .footer-row.middle .footer-links-list.connect-with-us .panel-pane:nth-child(3n+2) {
          clear: none; }
        footer.footer #mini-panel-footer .col-right .footer-row.middle .footer-links-list.connect-with-us .pane-content {
          margin-right: 0; }
          footer.footer #mini-panel-footer .col-right .footer-row.middle .footer-links-list.connect-with-us .pane-content a {
            display: block; }
            footer.footer #mini-panel-footer .col-right .footer-row.middle .footer-links-list.connect-with-us .pane-content a img {
              width: 35px;
              height: 35px; }
        footer.footer #mini-panel-footer .col-right .footer-row.middle .footer-links-list.give-with-confidence .title {
          margin-bottom: 20px; }
        footer.footer #mini-panel-footer .col-right .footer-row.middle .footer-links-list.give-with-confidence .pane-bundle-image-link {
          margin-right: 0; }
          footer.footer #mini-panel-footer .col-right .footer-row.middle .footer-links-list.give-with-confidence .pane-bundle-image-link a {
            display: block; }
            footer.footer #mini-panel-footer .col-right .footer-row.middle .footer-links-list.give-with-confidence .pane-bundle-image-link a img {
              width: 50px;
              height: auto; }
        footer.footer #mini-panel-footer .col-right .footer-row.middle .footer-links-list.sponsored-by .title {
          margin-bottom: 20px; }
        footer.footer #mini-panel-footer .col-right .footer-row.middle .footer-links-list.sponsored-by .pane-bundle-image-link {
          margin-right: 0; }
          footer.footer #mini-panel-footer .col-right .footer-row.middle .footer-links-list.sponsored-by .pane-bundle-image-link a {
            display: block; }
            footer.footer #mini-panel-footer .col-right .footer-row.middle .footer-links-list.sponsored-by .pane-bundle-image-link a img {
              width: 50px;
              height: auto; }
      footer.footer #mini-panel-footer .col-right .footer-row.bottom {
        margin: 0;
        padding: 25px 5px 20px; }
        footer.footer #mini-panel-footer .col-right .footer-row.bottom li {
          float: none;
          padding: 0 0 20px; }
      footer.footer #mini-panel-footer .col-right .pane-bundle-text.copyright {
        padding-left: 0; }

  html.ua-ios footer.footer #mini-panel-footer .col-right .panels-flexible-row-46-main-row .pane-menu-menu-utility-2 .menu {
    margin-left: -5px !important;
    margin-right: -5px !important; }

  p.taxinfo {
    padding: 0 5px 0 !important; } }
@media only screen and (max-width: 479px) {
  footer.footer #mini-panel-footer .col-right .footer-links-list.connect-with-us .panel-pane:nth-child(3n+1) .pane-content {
    margin-right: 0; }
  footer.footer #mini-panel-footer .col-right .footer-links-list.connect-with-us .pane-content {
    margin-bottom: 25px;
    margin-right: 60px; }
    footer.footer #mini-panel-footer .col-right .footer-links-list.connect-with-us .pane-content img {
      width: 50px;
      height: 50px; }
  footer.footer #mini-panel-footer .col-right .footer-links-list.connect-with-us .pane-bundle-image-link:last-child .pane-content {
    margin-right: 0; }
  footer.footer #mini-panel-footer .col-right .footer-links-list.give-with-confidence .pane-bundle-image-link {
    margin-right: 30px; }
  footer.footer #mini-panel-footer .col-right .footer-row.bottom li {
    display: block;
    float: none; } }
@media only screen and (max-width: 356px) {
  footer.footer #mini-panel-footer .col-right .panels-flexible-row-46-main-row .pane-menu-menu-utility-2 .menu li,
  footer.footer #mini-panel-footer .col-right .panels-flexible-row-46-main-row .pane-menu-menu-utility-3 .menu li {
    padding: 0 4px; } }
.pane-fieldable-panels-pane.view-mode-pre_footer {
  border: 1px solid #b6b2a4; }
  @media only screen and (min-width: 768px) {
    .pane-fieldable-panels-pane.view-mode-pre_footer .fieldable-panels-pane-pre-footer > .panel-flexible > .panel-flexible-inside {
      display: table;
      width: 100%;
      table-layout: fixed; } }
  @media only screen and (min-width: 768px) {
    .pane-fieldable-panels-pane.view-mode-pre_footer .fieldable-panels-pane-pre-footer > .panel-flexible > .panel-flexible-inside .column-left,
    .pane-fieldable-panels-pane.view-mode-pre_footer .fieldable-panels-pane-pre-footer > .panel-flexible > .panel-flexible-inside .column-right {
      display: table-cell;
      float: none; } }
  .pane-fieldable-panels-pane.view-mode-pre_footer .fieldable-panels-pane-pre-footer > .panel-flexible > .panel-flexible-inside .column-left {
    vertical-align: middle; }
    @media only screen and (min-width: 768px) {
      .pane-fieldable-panels-pane.view-mode-pre_footer .fieldable-panels-pane-pre-footer > .panel-flexible > .panel-flexible-inside .column-left {
        border-right: 1px solid #b6b2a4;
        background: url("../images/pre_footer_bg.jpg") center center no-repeat;
        background-size: cover;
        padding: 7% 5%; } }
  .pane-fieldable-panels-pane.view-mode-pre_footer .column-left .field-name-field-text-multiple {
    padding: 4px;
    border-bottom: 1px solid #b6b2a4; }
    @media only screen and (min-width: 768px) {
      .pane-fieldable-panels-pane.view-mode-pre_footer .column-left .field-name-field-text-multiple {
        border: 1px solid #69665e; } }
    .pane-fieldable-panels-pane.view-mode-pre_footer .column-left .field-name-field-text-multiple .field-items {
      border: 1px solid #b6b2a4; }
      @media only screen and (min-width: 768px) {
        .pane-fieldable-panels-pane.view-mode-pre_footer .column-left .field-name-field-text-multiple .field-items {
          border: 1px solid #69665e; } }
      .pane-fieldable-panels-pane.view-mode-pre_footer .column-left .field-name-field-text-multiple .field-items .left-column.table-cell,
      .pane-fieldable-panels-pane.view-mode-pre_footer .column-left .field-name-field-text-multiple .field-items .right-column.table-cell {
        display: block; }
        @media only screen and (min-width: 480px) {
          .pane-fieldable-panels-pane.view-mode-pre_footer .column-left .field-name-field-text-multiple .field-items .left-column.table-cell,
          .pane-fieldable-panels-pane.view-mode-pre_footer .column-left .field-name-field-text-multiple .field-items .right-column.table-cell {
            display: table-cell; } }
      .pane-fieldable-panels-pane.view-mode-pre_footer .column-left .field-name-field-text-multiple .field-items .left-column {
        padding: 25px 10px;
        color: #fff;
        background: url("../images/red_texture.jpg") center center no-repeat;
        background-size: cover;
        vertical-align: middle;
        text-align: center; }
        @media only screen and (min-width: 992px) {
          .pane-fieldable-panels-pane.view-mode-pre_footer .column-left .field-name-field-text-multiple .field-items .left-column {
            padding: 25px 45px; } }
        .pane-fieldable-panels-pane.view-mode-pre_footer .column-left .field-name-field-text-multiple .field-items .left-column .text-1 {
          font-size: 30px;
          font-size: 3rem;
          line-height: normal;
          margin-bottom: 15px; }
          @media only screen and (min-width: 1280px) {
            .pane-fieldable-panels-pane.view-mode-pre_footer .column-left .field-name-field-text-multiple .field-items .left-column .text-1 {
              font-size: 62px;
              font-size: 6.2rem;
              line-height: 0.8871; } }
        .pane-fieldable-panels-pane.view-mode-pre_footer .column-left .field-name-field-text-multiple .field-items .left-column .text-2 {
          font-size: 26px;
          font-size: 2.6rem;
          line-height: normal;
          margin-bottom: 20px; }
      .pane-fieldable-panels-pane.view-mode-pre_footer .column-left .field-name-field-text-multiple .field-items .right-column {
        padding: 25px 20px;
        background-color: #fff; }
  .pane-fieldable-panels-pane.view-mode-pre_footer .column-right .top-row,
  .pane-fieldable-panels-pane.view-mode-pre_footer .column-right .bottom-row {
    padding: 25px; }
  .pane-fieldable-panels-pane.view-mode-pre_footer .column-right .top-row {
    border-bottom: 1px solid #b6b2a4; }

#mini-panel-footer_simple {
  color: #fff;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: normal; }
  #mini-panel-footer_simple a {
    color: #fff; }
  #mini-panel-footer_simple .panel-pane {
    display: inline-block; }
  #mini-panel-footer_simple .container {
    width: auto; }
  #mini-panel-footer_simple .pane-menu-menu-footer-simple li {
    display: inline-block; }
  #mini-panel-footer_simple .pane-menu-menu-footer-simple a {
    padding: 10px 0 10px .5em; }
    #mini-panel-footer_simple .pane-menu-menu-footer-simple a:before {
      content: "|";
      margin-right: .5em; }

.navbar-default {
  background-color: #edeae3;
  margin-bottom: 0;
  border-radius: 0;
  border-width: 0; }
  @media only screen and (min-width: 992px) {
    .navbar-default {
      border: none;
      border-bottom: 5px solid #0a2e52; } }
  .navbar-default .screen-lg-max, .navbar-default .node-type-donation-form .region-footer, .node-type-donation-form .navbar-default .region-footer {
    position: relative;
    font-size: 0;
    padding-top: 16px; }
    @media only screen and (min-width: 992px) {
      .navbar-default .screen-lg-max, .navbar-default .node-type-donation-form .region-footer, .node-type-donation-form .navbar-default .region-footer {
        padding-top: 30px;
        padding-left: 80px;
        padding-right: 80px;
        background: url('../images/header_bg.jpg?1543888348') right no-repeat;
        background-size: contain; } }
  .navbar-default .region-navigation,
  .navbar-default .header-components {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: normal; }
  .navbar-default .navbar-header a.logo span {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  @media only screen and (min-width: 992px) {
    .navbar-default .navbar-collapse {
      width: calc(100% - 219px);
      display: inline-block !important;
      vertical-align: bottom; } }
  @media only screen and (min-width: 992px) {
    .navbar-default .region-navigation,
    .navbar-default .region-search,
    .navbar-default .region-donate,
    .navbar-default .navbar-header,
    .navbar-default .header-components {
      display: inline-block; } }
  .navbar-default .region-search {
    vertical-align: bottom; }
  @media only screen and (min-width: 992px) {
    .navbar-default .header-components {
      vertical-align: bottom;
      text-align: right;
      width: 295px; } }
  @media only screen and (min-width: 992px) {
    .navbar-default .region-navigation {
      width: calc(100% - 295px); } }
  .navbar-default .navbar-header {
    width: 219px;
    margin-left: 20px; }
    @media only screen and (min-width: 992px) {
      .navbar-default .navbar-header {
        margin-left: 0; } }
    .navbar-default .navbar-header .logo {
      display: inline-block;
      margin-bottom: 20px;
      margin-top: 12px;
      width: 149px; }
      @media only screen and (min-width: 992px) {
        .navbar-default .navbar-header .logo {
          width: auto;
          margin-top: 33px; } }
  .navbar-default .region-donate {
    padding: 20px 25px; }
    @media only screen and (min-width: 768px) {
      .navbar-default .region-donate {
        padding: 20px 35px; } }
    @media only screen and (min-width: 992px) {
      .navbar-default .region-donate {
        padding: 0; } }
    .navbar-default .region-donate #boxes-box-donate_link {
      margin-bottom: 5px; }
      @media only screen and (min-width: 992px) {
        .navbar-default .region-donate #boxes-box-donate_link {
          margin-left: 32px;
          margin-bottom: 18px; } }

#boxes-box-search_toggle {
  position: relative; }
  #boxes-box-search_toggle .search-toggle {
    display: none;
    cursor: pointer;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: normal;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    margin-left: 23px;
    padding-bottom: 10px;
    border-bottom: 4px solid #b5121b;
    color: #b5121b; }
    #boxes-box-search_toggle .search-toggle.collapsed {
      border-bottom: none;
      color: #336699;
      padding-bottom: 14px; }
    @media only screen and (min-width: 992px) {
      #boxes-box-search_toggle .search-toggle {
        display: block; } }
    #boxes-box-search_toggle .search-toggle:before {
      display: inline-block;
      content: "";
      border-left: 2px solid #666;
      position: absolute;
      top: -5px;
      left: 0;
      height: 40px; }
    #boxes-box-search_toggle .search-toggle:after {
      margin-left: .4em;
      font-size: 20px;
      font-size: 2rem;
      line-height: normal;
      position: relative;
      top: -2px; }

#block-cwt-base-cwt-search-block {
  background-color: #1d3557; }
  #block-cwt-base-cwt-search-block form {
    max-width: 1280px;
    margin: 13px auto 18px;
    padding: 0 230px 0 340px;
    font-size: 0; }
    #block-cwt-base-cwt-search-block form .form-item-search-text2 {
      margin: 0;
      display: inline-block;
      vertical-align: top;
      width: calc(100% - 46px); }
    #block-cwt-base-cwt-search-block form .form-text,
    #block-cwt-base-cwt-search-block form .form-submit {
      display: inline-block;
      vertical-align: top; }
    #block-cwt-base-cwt-search-block form .form-text {
      height: 47px;
      border-radius: 0;
      border: 1px solid #cdcccc;
      border-right: 0;
      font-size: 24px;
      font-size: 2.4rem;
      line-height: normal;
      color: #336699; }
    #block-cwt-base-cwt-search-block form .form-submit {
      text-indent: -9999px;
      border: none;
      box-shadow: none;
      margin: 0;
      height: 47px;
      width: 46px;
      background-position: 0 -630px; }
  @media only screen and (max-width: 991px) {
    #block-cwt-base-cwt-search-block {
      display: none; } }

#block-cwt-base-cwt-search-block .input-group-addon {
  border: 1px solid #cdcccc;
  border-right: none;
  border-left: none; }

#block-cwt-base-cwt-mobile-search-block .input-group-addon {
  border: none; }

#block-cwt-base-cwt-search-block .input-group-addon,
#block-cwt-base-cwt-mobile-search-block .input-group-addon {
  border-radius: 0; }

#block-cwt-base-cwt-mobile-search-block {
  padding: 12px 25px; }
  @media only screen and (min-width: 768px) {
    #block-cwt-base-cwt-mobile-search-block {
      padding: 12px 35px; } }
  @media only screen and (min-width: 992px) {
    #block-cwt-base-cwt-mobile-search-block {
      display: none; } }
  #block-cwt-base-cwt-mobile-search-block form {
    font-size: 0; }
  #block-cwt-base-cwt-mobile-search-block .form-item-search-text2 {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 46px); }
  #block-cwt-base-cwt-mobile-search-block .form-text,
  #block-cwt-base-cwt-mobile-search-block .form-submit {
    display: inline-block;
    vertical-align: top; }
  #block-cwt-base-cwt-mobile-search-block .form-text {
    height: 43px;
    border-radius: 0;
    border: none;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: normal;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    color: #336699; }
  #block-cwt-base-cwt-mobile-search-block .form-submit {
    text-indent: -9999px;
    border: none;
    box-shadow: none;
    margin: 0;
    height: 43px;
    width: 43px;
    background-position: 0 -677px; }

.navbar.navbar-default .navbar-toggle {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: normal;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #002b54;
  border: 1px solid #0a2e52;
  border-radius: 0;
  padding: 2px 6px;
  background-color: transparent;
  margin: 25px 25px 0 0; }
  .navbar.navbar-default .navbar-toggle:after {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: normal; }
  .navbar.navbar-default .navbar-toggle.collapsed:after {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: normal; }

.bottom-border-mobile {
  height: 5px;
  background-color: #0a2e52; }
  @media only screen and (min-width: 992px) {
    .bottom-border-mobile {
      display: none; } }

header .menu-name-main-menu > ul.menu {
  font-size: 0; }
  @media only screen and (min-width: 992px) {
    header .menu-name-main-menu > ul.menu {
      padding-left: 5%; } }
  header .menu-name-main-menu > ul.menu > li {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: normal;
    border-bottom: 1px solid #cac9bb;
    margin: 0 10px; }
    @media only screen and (min-width: 768px) {
      header .menu-name-main-menu > ul.menu > li {
        margin: 0 20px; } }
    @media only screen and (min-width: 992px) {
      header .menu-name-main-menu > ul.menu > li {
        display: inline-block;
        vertical-align: top;
        border: none;
        margin: 0 1%; } }
    @media only screen and (min-width: 1050px) {
      header .menu-name-main-menu > ul.menu > li {
        margin: 0 3%; } }
    @media only screen and (min-width: 1100px) {
      header .menu-name-main-menu > ul.menu > li {
        margin: 0 4%; } }
    @media only screen and (min-width: 1150px) {
      header .menu-name-main-menu > ul.menu > li {
        margin: 0 5%; } }
    @media only screen and (min-width: 1280px) {
      header .menu-name-main-menu > ul.menu > li {
        margin: 0 6%; } }
    @media only screen and (min-width: 992px) {
      header .menu-name-main-menu > ul.menu > li:hover > a {
        border-bottom: 4px solid #b5121b;
        padding-bottom: 11px; } }
    header .menu-name-main-menu > ul.menu > li > a {
      font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
      font-size: 24px;
      font-size: 2.4rem;
      line-height: normal;
      color: #002b54;
      display: inline-block;
      padding: 12px 15px; }
      @media only screen and (min-width: 992px) {
        header .menu-name-main-menu > ul.menu > li > a {
          padding: 15px 5px; }
          header .menu-name-main-menu > ul.menu > li > a.active-trail {
            border-bottom: 4px solid #b5121b;
            padding-bottom: 11px; } }
    header .menu-name-main-menu > ul.menu > li > ul {
      display: none;
      background-color: #fff;
      border-top: 5px solid #b5121b;
      padding: 20px 25px;
      margin: 0 -10px; }
      @media only screen and (min-width: 768px) {
        header .menu-name-main-menu > ul.menu > li > ul {
          padding: 20px 35px;
          margin: 0 -20px; } }
      @media only screen and (min-width: 992px) {
        header .menu-name-main-menu > ul.menu > li > ul {
          border-bottom: 1px solid #b6b2a4;
          border-left: 1px solid #b6b2a4;
          border-right: 1px solid #b6b2a4;
          position: absolute;
          left: -60px;
          z-index: 200;
          white-space: nowrap;
          margin: 0;
          padding: 25px 20px; } }
      @media only screen and (min-width: 992px) {
        header .menu-name-main-menu > ul.menu > li > ul > li {
          display: inline-block;
          vertical-align: top;
          position: static;
          margin-right: 25px; } }
      header .menu-name-main-menu > ul.menu > li > ul > li a {
        font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
        color: #336699;
        padding-left: 0;
        padding-top: 5px;
        padding-bottom: 5px; }
header .menu-name-main-menu li.first > .nolink {
  margin-top: 0; }
@media only screen and (min-width: 992px) {
  header .menu-name-main-menu > ul > li > ul > li > .nolink {
    margin-top: 0; } }
header .menu-name-main-menu .nolink {
  padding: 10px 15px 10px 0;
  display: block;
  border-bottom: 1px solid #cac9bb;
  font-style: italic;
  margin-top: 25px; }

@media only screen and (min-width: 992px) {
  .region-utility-nav {
    position: absolute;
    top: 0;
    right: 80px; } }

.menu-name-menu-utility-1 {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif; }
  .menu-name-menu-utility-1 li {
    margin: 0 10px; }
    @media only screen and (min-width: 768px) {
      .menu-name-menu-utility-1 li {
        margin: 0 20px; } }
    @media only screen and (min-width: 992px) {
      .menu-name-menu-utility-1 li {
        display: inline-block;
        margin: 0; } }
    .menu-name-menu-utility-1 li a {
      color: #3c3936;
      padding: 7px 15px; }
      @media only screen and (min-width: 992px) {
        .menu-name-menu-utility-1 li a {
          padding: 10px 12px; } }
    .menu-name-menu-utility-1 li.last a {
      padding-right: 0; }

div.navbar-header {
  float: none; }

ul.nav > li > a:hover,
ul.nav > li > a:focus {
  background-color: transparent; }

#block-iknow-battlefield-modal .modal-content {
  background: transparent;
  border: none;
  box-shadow: none; }
#block-iknow-battlefield-modal .modal-header {
  border-bottom: 0;
  position: absolute;
  right: -35px;
  top: -35px;
  z-index: 99; }
  #block-iknow-battlefield-modal .modal-header .close {
    height: 70px;
    margin-top: 0;
    opacity: 1;
    width: 70px; }
    #block-iknow-battlefield-modal .modal-header .close:hover {
      opacity: 1; }
    #block-iknow-battlefield-modal .modal-header .close span {
      background-image: url("/sites/all/modules/custom/custom/iknow_battlefield/includes/donor-wall/img/close.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 30px;
      display: block;
      font-size: 0;
      height: 100%;
      width: 100%; }

.node-opportunity.node-homepage_opportunity_feature.alternative .table-fixed {
  margin-left: auto;
  margin-right: auto;
  max-width: 620px; }
  .node-opportunity.node-homepage_opportunity_feature.alternative .table-fixed .col-left {
    font-size: 35px;
    font-size: 3.5rem;
    line-height: normal;
    border-bottom: 0;
    border-right: 1px solid #fff;
    display: block;
    height: 300px;
    text-align: left; }
    .node-opportunity.node-homepage_opportunity_feature.alternative .table-fixed .col-left .absolute-bg {
      right: -10px; }
    .node-opportunity.node-homepage_opportunity_feature.alternative .table-fixed .col-left .img-credit {
      font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
      font-size: 16px;
      font-style: italic;
      font-weight: normal;
      position: absolute;
      right: 18px;
      text-align: right;
      top: 18px; }
    .node-opportunity.node-homepage_opportunity_feature.alternative .table-fixed .col-left .line1 {
      display: block;
      line-height: 35px; }
  .node-opportunity.node-homepage_opportunity_feature.alternative .table-fixed .col-right {
    border-left: 1px solid #fff;
    border-top: 0;
    display: block;
    padding-left: 20px;
    padding-top: 40px !important;
    width: 100%; }
    .node-opportunity.node-homepage_opportunity_feature.alternative .table-fixed .col-right .absolute-bg {
      left: -10px; }
.node-opportunity.node-homepage_opportunity_feature.alternative .cta {
  bottom: initial;
  top: 266px; }
  .node-opportunity.node-homepage_opportunity_feature.alternative .cta a {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: normal;
    box-shadow: 0 0 0 5px #fff, 0 0 0 10px #b5121b, 0 11px 0 3px rgba(60, 57, 54, 0.3);
    text-transform: uppercase; }

body.node-type-modal-content footer .links {
  display: none; }

.vertical-padding {
  padding-top: 70px;
  padding-bottom: 70px; }

.vertical-padding-top {
  padding-top: 70px; }

.vertical-padding-top_sm {
  padding-top: 45px; }

.vertical-padding-bottom {
  padding-bottom: 70px; }

.vertical-padding-bottom-lg {
  padding-bottom: 90px; }

.vertical-padding-bottom-ex-lg {
  padding-bottom: 105px; }

.vertical-padding-bottom_sm {
  padding-bottom: 30px; }

.vertical-margin-bottom_sm {
  margin-bottom: 30px; }

.vertical-padding-bottom_sm_half {
  margin-bottom: 15px; }

.vertical-margin-top {
  margin-top: 70px; }

.vertical-margin-bottom {
  margin-bottom: 70px; }

.horz-padding {
  padding-left: 20px;
  padding-right: 20px; }

.horz-padding-left {
  padding-left: 20px; }

.horz-padding-right {
  padding-right: 20px; }

.horz-padding-lg {
  padding-left: 50px;
  padding-right: 50px; }

.horz-padding-left-lg {
  padding-left: 50px; }

.horz-padding-right-lg {
  padding-right: 50px; }

.horz-padding-left-exlg {
  padding-left: 100px; }

.horz-padding-right-exlg {
  padding-right: 100px; }

@media only screen and (min-width: 768px) {
  .horz-padding-right-lg-responsive {
    padding-right: 50px; } }

.horz-margin {
  margin-left: 20px;
  margin-right: 20px; }

.horz-margin-left {
  margin-left: 20px; }

.horz-margin-right {
  margin-right: 20px; }

.content-area-padding-lg {
  padding-left: 0; }
  @media only screen and (min-width: 768px) {
    .content-area-padding-lg {
      padding-left: 100px; } }

.container-padding, .node-type-donation-form .region-footer {
  padding-left: 10px;
  padding-right: 10px; }
  @media only screen and (min-width: 768px) {
    .container-padding, .node-type-donation-form .region-footer {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (min-width: 992px) {
    .container-padding, .node-type-donation-form .region-footer {
      padding-left: 80px;
      padding-right: 80px; } }

@media only screen and (min-width: 992px) {
  .article-container-padding {
    padding-left: 80px;
    padding-right: 80px; } }

@media only screen and (min-width: 992px) {
  .article-container-padding-lg {
    padding-left: 190px;
    padding-right: 190px; } }

.article-hedaer-container-padding, .header-banner-2 .header-row .title-region {
  padding-left: 10px;
  padding-right: 10px; }
  @media only screen and (min-width: 768px) {
    .article-hedaer-container-padding, .header-banner-2 .header-row .title-region {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (min-width: 992px) {
    .article-hedaer-container-padding, .header-banner-2 .header-row .title-region {
      padding-left: 160px;
      padding-right: 160px; } }

.negative-container-margin {
  margin-left: -10px;
  margin-right: -10px; }
  @media only screen and (min-width: 768px) {
    .negative-container-margin {
      margin-left: -20px;
      margin-right: -20px; } }
  @media only screen and (min-width: 992px) {
    .negative-container-margin {
      margin-left: -80px;
      margin-right: -80px; } }

.header-row {
  position: relative; }

@media only screen and (min-width: 992px) {
  .left-sidebar-layout.no-sidebars .content-row {
    padding-left: 80px;
    padding-right: 80px; } }
.left-sidebar-layout.no-sidebars .column-content {
  padding: 0;
  width: auto;
  float: none; }

@media only screen and (min-width: 992px) {
  .node-type-battle .horz-links {
    width: calc(100% - 345px); } }
@media only screen and (max-width: 991px) {
  .node-type-battle .horz-links {
    padding-right: 0; } }
@media only screen and (min-width: 992px) {
  .node-type-battle .battle-nav {
    width: 345px; } }
@media only screen and (min-width: 992px) {
  .node-type-battle .content-region {
    width: calc(100% - 467px); } }
@media only screen and (min-width: 992px) {
  .node-type-battle .facts-table {
    width: 467px; } }

@media only screen and (min-width: 992px) {
  .node-type-battlefield .acres-saved-region {
    width: calc(100% - 374px); } }
@media only screen and (max-width: 991px) {
  .node-type-battlefield .acres-saved-region {
    padding-right: 0; } }
@media only screen and (min-width: 992px) {
  .node-type-battlefield .battle-nav {
    width: 374px; } }

.primary-donation-layout .main-container {
  max-width: 100%;
  padding: 0; }
.primary-donation-layout .panels-flexible-row.content-row {
  max-width: 1280px;
  padding-left: 80px;
  padding-right: 80px;
  margin-left: auto;
  margin-right: auto; }

.register-button a,
.register-button-link, .sm-donate, .donate-button, body.node-type-itinerary .pane-iknow-battlefield-itinerary-menu a.section-menu-item, #certificateModal .modal-footer .btn,
.certificate-page .modal-footer .btn, .standard-button-blue, .pager.pager-load-more a, .standard-button-red, .standard-button-gold, div.pane-bundle-cta-promo .field-name-field-link a, div.cta-promo a,
.standard-button-gold-inner a, .taxonomy-button a, .resource-button a, .overview-button-filter a, .overview-button-filter span, .donation-amounts .donation-amount, .form-submit,
div.ngp-form.at .at-submit {
  padding: 10px 20px;
  display: inline-block; }

.register-button a,
.register-button-link {
  font-size: 33px;
  font-size: 3.3rem;
  line-height: normal;
  font-weight: bold;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: #b5121b;
  box-shadow: 0 0 0 5px #fff, 0 0 0 10px #b5121b, 0 11px 0 3px #cdcccc;
  margin: 10px 10px 13px; }

.register-button.cta-link a {
  padding: 10px 55px; }

.sm-donate, .donate-button, body.node-type-itinerary .pane-iknow-battlefield-itinerary-menu a.section-menu-item, #certificateModal .modal-footer .btn,
.certificate-page .modal-footer .btn {
  color: #b5121b;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: normal;
  font-weight: bold;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  border: 2px solid #b5121b; }

.donate-button {
  border: none;
  background-color: #db2032;
  color: #fff;
  box-shadow: 0 0 0 3px #edeae3, 0 0 0 6px #db2032;
  margin: 6px; }

.standard-button-blue, .pager.pager-load-more a, .standard-button-red, .standard-button-gold, div.pane-bundle-cta-promo .field-name-field-link a, div.cta-promo a,
.standard-button-gold-inner a {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: normal;
  font-weight: bold;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #fff; }

.standard-button-blue, .pager.pager-load-more a {
  background-color: #007eb3;
  box-shadow: 0 0 0 1px #002b54, 0 0 0 4px #007eb3, 0 0 0 5px #002b54;
  margin: 5px; }

.standard-button-red {
  background-color: #b5121b;
  box-shadow: 0 0 0 1px #790000, 0 0 0 4px #b5121b;
  margin: 4px; }

.standard-button-gold, div.pane-bundle-cta-promo .field-name-field-link a, div.cta-promo a,
.standard-button-gold-inner a {
  background-color: #cc9933;
  box-shadow: 0 0 0 1px #a87612, 0 0 0 4px #cc9933, 0 0 0 5px #a87612;
  margin: 5px; }

.taxonomy-button, .resource-button {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: normal;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px; }
  @media only screen and (min-width: 768px) {
    .taxonomy-button, .resource-button {
      margin-bottom: 0; } }
  .taxonomy-button:last-child, .resource-button:last-child {
    margin-right: 0; }
  .taxonomy-button a, .resource-button a {
    border-radius: 3px; }

.taxonomy-button a {
  color: #003e7d;
  border: 1px solid #003e7d; }

.resource-button a {
  color: #fff;
  background-color: #003e7d; }

.overview-button-filter a, .overview-button-filter span {
  font-size: 20px;
  font-size: 2rem;
  line-height: normal;
  color: #b5121b;
  box-shadow: 0 0 0 1px #b5121b, 0 0 0 3px #fff, 0 0 0 4px #b5121b;
  margin: 4px 14px 24px; }

.donation-amounts .donation-amount {
  color: #fff;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: normal;
  font-style: italic;
  background: #cc9933;
  /* fallback */
  background: linear-gradient(135deg, rgba(0, 0, 0, 0) 10px, #cc9933 0%) top left, linear-gradient(225deg, rgba(0, 0, 0, 0) 10px, #cc9933 0%) top right, linear-gradient(315deg, rgba(0, 0, 0, 0) 10px, #cc9933 0%) bottom right, linear-gradient(45deg, rgba(0, 0, 0, 0) 10px, #cc9933 0%) bottom left;
  background-size: 51% 51%;
  background-repeat: no-repeat;
  background-image: radial-gradient(circle at 0 0, rgba(204, 0, 0, 0) 10px, #cc9933 11px), radial-gradient(circle at 100% 0, rgba(204, 0, 0, 0) 10px, #cc9933 11px), radial-gradient(circle at 100% 100%, rgba(204, 0, 0, 0) 10px, #cc9933 11px), radial-gradient(circle at 0 100%, rgba(204, 0, 0, 0) 10px, #cc9933 11px);
  margin-right: 20px;
  text-shadow: 1px 1px 1px #000; }
  .donation-amounts .donation-amount:last-child {
    margin-right: 0; }

.admin-menu-search label {
  display: none !important; }

.form-text:not(.admin-menu-search) {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: normal; }

div.ngp-form.at input {
  font-size: 19px; }

div.ngp-form .AdditionalInformation .radios {
  margin-top: 10px; }

.form-text:not(.admin-menu-search),
div.ngp-form.at input:not([type="radio"]) {
  border-radius: 0;
  border: 1px solid #b6b2a4;
  height: 47px;
  color: #3c3936;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif; }
  .form-text:not(.admin-menu-search):-moz-placeholder,
  div.ngp-form.at input:not([type="radio"]):-moz-placeholder {
    font-style: italic;
    color: rgba(105, 102, 94, 0.5); }
  .form-text:not(.admin-menu-search)::-moz-placeholder,
  div.ngp-form.at input:not([type="radio"])::-moz-placeholder {
    font-style: italic;
    color: rgba(105, 102, 94, 0.5); }
  .form-text:not(.admin-menu-search):-ms-input-placeholder,
  div.ngp-form.at input:not([type="radio"]):-ms-input-placeholder {
    font-style: italic;
    color: rgba(105, 102, 94, 0.5); }
  .form-text:not(.admin-menu-search)::-webkit-input-placeholder,
  div.ngp-form.at input:not([type="radio"])::-webkit-input-placeholder {
    font-style: italic;
    color: rgba(105, 102, 94, 0.5); }
  .form-text:not(.admin-menu-search):hover,
  div.ngp-form.at input:not([type="radio"]):hover {
    border: 1px solid #b6b2a4; }
  .form-text:not(.admin-menu-search):focus,
  div.ngp-form.at input:not([type="radio"]):focus {
    border: 1px solid #b6b2a4;
    background-color: #fff; }

div.ngp-form.at input.select2-search__field {
  border: none; }

div.ngp-form.at select {
  color: #3c3936; }
  div.ngp-form.at select:hover {
    border: 1px solid #b6b2a4;
    background-color: #fff; }
  div.ngp-form.at select:focus {
    border: 1px solid #b6b2a4;
    background-color: #fff; }

.form-item {
  margin-bottom: 20px; }
  .form-item label {
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    color: #69665e;
    font-weight: 400;
    font-size: 20px;
    font-size: 2rem;
    line-height: normal;
    margin-bottom: 10px; }

div.ngp-form {
  max-width: none;
  font-size: 16px; }
  div.ngp-form header.at-title,
  div.ngp-form .HeaderHtml {
    display: none; }
  div.ngp-form .at-steps {
    border-top: none; }
  div.ngp-form.at fieldset.ContributionInformation legend {
    font-size: 30px;
    font-family: Georgia, serif;
    color: #336699; }
  div.ngp-form.at fieldset legend {
    font-size: 26px;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    color: #336699; }
  div.ngp-form form .label-amount > a {
    background-color: #B6B2A4;
    border: none; }
  div.ngp-form form .label-amount input[type="radio"]:checked + a {
    background-color: #b5121b; }
  div.ngp-form form .label-amount:hover > a {
    background-color: #b5121b; }
  div.ngp-form form .label-amount input:required {
    background-color: transparent;
    border-color: #888;
    color: #3c3936; }
  div.ngp-form form .label-amount input:required + .label-otheramount-prefix {
    color: #3c3936; }
  div.ngp-form form .label-amount.label-otheramount {
    float: none;
    margin: 0 auto !important;
    clear: both; }
    @media only screen and (min-width: 40em) and (max-width: 767px) {
      div.ngp-form form .label-amount.label-otheramount {
        width: 30.5%; } }
    @media only screen and (min-width: 1280px) {
      div.ngp-form form .label-amount.label-otheramount {
        width: 30.5%; } }
  div.ngp-form ul {
    border-left: none !important; }
  div.ngp-form form .label-amount input {
    padding-left: 24px; }
  div.ngp-form .at-form-submit {
    -webkit-font-smoothing: auto; }
  div.ngp-form .select2 ul {
    font-size: 19px; }
  div.ngp-form .select2-search {
    margin-bottom: 3px; }
    div.ngp-form .select2-search .select2-search__field {
      margin-top: 10px; }
  div.ngp-form form .label-amount input,
  div.ngp-form input[type="checkbox"] + span:before {
    border-color: #b6b2a4; }
  div.ngp-form input[type="checkbox"] + span:before {
    border-color: #b6b2a4 !important;
    background-color: transparent !important; }
  div.ngp-form input[type="checkbox"]:checked + span:after {
    color: #003e7d; }
  div.ngp-form .fastAction, div.ngp-form.multistep-layout .FastAction {
    border-top: 0; }
  div.ngp-form .at-radio.PaymentMethod .at-radio-set label input[type='radio'] {
    height: auto; }

.select2-results ul {
  font-size: 19px; }

div.ngp-form .form-item-selectamount .label-amount:not(.label-otheramount) {
  height: 50px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: normal;
  line-height: 1 !important; }
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  div.ngp-form form .label-amount {
    width: 48%; }
    div.ngp-form form .label-amount:nth-child(4n+4) {
      margin-right: 4%; }
    div.ngp-form form .label-amount:nth-child(2n+2) {
      margin-right: 0; } }
@media only screen and (min-width: 40em) and (max-width: 767px) {
  div.ngp-form form .label-amount {
    width: 30.5%; }
    div.ngp-form form .label-amount:nth-child(4n+4) {
      margin-right: 4%; }
    div.ngp-form form .label-amount:nth-child(3n+3) {
      margin-right: 0; } }
@media only screen and (min-width: 1280px) {
  div.ngp-form form .label-amount {
    width: 30.5%; }
    div.ngp-form form .label-amount:nth-child(4n+4) {
      margin-right: 4%; }
    div.ngp-form form .label-amount:nth-child(3n+3) {
      margin-right: 0; } }

div.ngp-form .form-unit-radio > label,
div.ngp-form label[class*="at-"],
div.ngp-form .form-unit-radio .radios > label,
div.ngp-form label.checkbox-list-label,
div.ngp-form.at label small {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #69665e;
  font-weight: 400; }
  div.ngp-form .form-unit-radio > label input,
  div.ngp-form .form-unit-radio > label select,
  div.ngp-form .form-unit-radio > label .select2,
  div.ngp-form label[class*="at-"] input,
  div.ngp-form label[class*="at-"] select,
  div.ngp-form label[class*="at-"] .select2,
  div.ngp-form .form-unit-radio .radios > label input,
  div.ngp-form .form-unit-radio .radios > label select,
  div.ngp-form .form-unit-radio .radios > label .select2,
  div.ngp-form label.checkbox-list-label input,
  div.ngp-form label.checkbox-list-label select,
  div.ngp-form label.checkbox-list-label .select2,
  div.ngp-form.at label small input,
  div.ngp-form.at label small select,
  div.ngp-form.at label small .select2 {
    margin-top: 5px; }

div.ngp-form .form-unit-radio .radios > label > input[type="radio"] {
  margin-right: .30rem; }

div.ngp-form .at-row-full > .form-unit-radio {
  margin-bottom: 1rem; }

/* 
 * Start: 
 * Very specific spacing for some custom fields on Park Day application form
 * https://www.battlefields.org/park-day-2019-site-application
 */
.CustomFormFieldQuestion_6707119970895511,
.CustomFormFieldQuestion_160064314765555 {
  margin-top: 1rem; }

/* 
 * End.
 */
.ngp-form.at .error small.error {
  font-size: 16px;
  background: #ff5257;
  color: #fff !important; }

.ngp-form.at label.error,
.ngp-form.at label.error small {
  color: #ff5257 !important; }

.ngp-form.at .error input,
.ngp-form.at .error input:hover,
.ngp-form.at .error input:focus {
  border-color: #ff5257 !important;
  color: #ff5257 !important; }

select::-ms-expand {
  display: none; }

select.form-control,
div.ngp-form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("../images/dropdown_arrow.png") right center no-repeat #fff;
  height: 38px;
  border-radius: 0;
  border-color: #d7d7d7;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif; }

select.form-control {
  padding: 0 55px 0 17px; }

div.ngp-form select {
  padding-right: 55px; }

.node-type-donation-form div.ngp-form p {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-weight: normal; }

select.form-control[multiple="multiple"] {
  height: auto;
  background: none; }

.dropdown-theme-2 select.form-control,
div.ngp-form select {
  height: 47px;
  background: url(../images/dropdown_arrow_thin.png) right center no-repeat;
  padding-right: 40px;
  border-color: #b6b2a4; }

.dropdown-theme-2 select.form-control {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: normal; }

div.ngp-form select {
  font-size: 19px; }

.form-submit,
div.ngp-form.at .at-submit {
  -webkit-appearance: none;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff !important;
  border: none;
  border-radius: 0;
  background-color: #007eb3;
  box-shadow: 0 0 0 1px #003e7d, 0 0 0 4px #007eb3, 0 0 0 5px #003e7d; }

.form-submit {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: normal;
  margin: 5px; }

div.ngp-form.at .at-submit:focus {
  background-color: #007eb3; }

div.ngp-form.at .at-submit {
  font-size: 18px;
  font-weight: normal !important;
  margin-right: 14px; }
  div.ngp-form.at .at-submit:hover {
    border: none; }

div.ngp-form .submitStep,
div.ngp-form .submitStep + a {
  background-color: #007eb3;
  font-weight: normal !important; }
  div.ngp-form .submitStep:hover,
  div.ngp-form .submitStep + a:hover {
    background-color: rgba(0, 126, 179, 0.9); }

.container-inline-date {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif; }

.form-autocomplete .dropdown-menu {
  max-height: 600px;
  overflow: auto; }
  .form-autocomplete .dropdown-menu li.selected a {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5; }
  .form-autocomplete .dropdown-menu li a {
    white-space: normal;
    /* Fix touch events on iOS */
    cursor: pointer; }

.view-id-filters .views-exposed-form .views-exposed-widget .btn {
  margin-top: 0; }

.multiselect-native-select .btn-group {
  display: block; }
.multiselect-native-select .btn {
  width: 100%;
  height: 47px;
  text-align: left;
  float: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #b6b2a4;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: normal;
  color: #69665e;
  background: url(../images/dropdown_arrow_thin.png) right center no-repeat;
  padding-right: 40px; }
  .multiselect-native-select .btn .caret {
    display: none; }
.multiselect-native-select .dropdown-menu a, .multiselect-native-select .dropdown-menu a:hover {
  background: transparent !important; }
.multiselect-native-select .dropdown-menu .opendropdown > .dropdown-menu {
  display: block; }
.multiselect-native-select .dropdown-menu li {
  margin-bottom: 5px; }
.multiselect-native-select .dropdown-menu label {
  line-height: 17px; }
.multiselect-native-select .dropdown-menu input {
  margin: 0 !important;
  position: relative;
  top: -0px;
  display: inline-block;
  vertical-align: top; }
.multiselect-native-select .multiselect-container > li > a > label {
  padding: 0; }

.view-id-filters .views-widget-filter-nid,
.view-id-filters .views-widget-filter-nid_1,
.view-id-filters .views-widget-filter-nid_2,
.view-id-filters .views-widget-filter-nid_3 {
  display: none !important; }

#filter-chicklets {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: normal;
  color: #fff;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif; }
  #filter-chicklets .chicklet {
    float: left;
    border: 1px solid #336699;
    color: #336699;
    padding: 8px;
    margin: 0 5px 5px 0;
    display: inline-block;
    cursor: pointer; }
  #filter-chicklets .close-chicklet {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: normal;
    margin-left: .5em; }

.multistep-layout.ngp-form .HeaderHtml {
  display: block; }
.multistep-layout.ngp-form .form-item-inhonororinmemoryof .radios label {
  position: relative;
  padding-left: 20px; }
.multistep-layout.ngp-form .form-item-inhonororinmemoryof .radios input[type="radio"] {
  position: absolute;
  top: -13px;
  left: 0; }
.multistep-layout.ngp-form .at-steps {
  background: none;
  flex-wrap: wrap; }
  .multistep-layout.ngp-form .at-steps li.at-step {
    display: inline-block;
    border: none !important;
    flex: 1 0 20%; }
    @media all and (max-width: 480px) {
      .multistep-layout.ngp-form .at-steps li.at-step {
        flex: 1 0 80%; } }
    @media all and (min-width: 481px) and (max-width: 599px) {
      .multistep-layout.ngp-form .at-steps li.at-step {
        flex: 1 0 40%; } }
    @media all and (min-width: 768px) and (max-width: 1100px) {
      .multistep-layout.ngp-form .at-steps li.at-step {
        flex: 1 0 40%; } }
  .multistep-layout.ngp-form .at-steps li.at-step a {
    color: #fff;
    position: relative;
    padding: 0; }
    .multistep-layout.ngp-form .at-steps li.at-step a:before {
      position: absolute;
      z-index: 0;
      top: 12px;
      left: 0;
      width: 100%;
      background: none;
      background-image: url("../images/off.svg");
      background-size: 100% 100%;
      background-repeat: no-repeat;
      border: none;
      border-radius: 0;
      content: ""; }
      @media all and (max-width: 512px) {
        .multistep-layout.ngp-form .at-steps li.at-step a:before {
          transform: none;
          top: -2px; } }
    .multistep-layout.ngp-form .at-steps li.at-step a .step-title {
      position: relative;
      z-index: 1;
      font-size: 9px;
      font-size: 0.9rem;
      line-height: 1;
      text-transform: uppercase; }
  .multistep-layout.ngp-form .at-steps li.at-step.active a:before {
    background-image: url("../images/on.svg"); }
.multistep-layout.ngp-form .form-item-selectamount .at-radios {
  display: flex;
  flex-wrap: wrap; }
  .multistep-layout.ngp-form .form-item-selectamount .at-radios .label-amount {
    margin-right: 20px !important; }
    @media all and (max-width: 480px) {
      .multistep-layout.ngp-form .form-item-selectamount .at-radios .label-amount {
        flex: 1 0 55%;
        margin-right: 0 !important; } }
    @media all and (min-width: 600px) and (max-width: 767px) {
      .multistep-layout.ngp-form .form-item-selectamount .at-radios .label-amount {
        flex: 1 0 25%; }
        .multistep-layout.ngp-form .form-item-selectamount .at-radios .label-amount:nth-child(3n+3) {
          margin-right: 0 !important; } }
    @media all and (min-width: 910px) {
      .multistep-layout.ngp-form .form-item-selectamount .at-radios .label-amount {
        flex: 1 0 25%; }
        .multistep-layout.ngp-form .form-item-selectamount .at-radios .label-amount:nth-child(3n+3) {
          margin-right: 0 !important; } }
    @media all and (min-width: 481px) and (max-width: 599px) {
      .multistep-layout.ngp-form .form-item-selectamount .at-radios .label-amount {
        flex: 1 0 45%; }
        .multistep-layout.ngp-form .form-item-selectamount .at-radios .label-amount:nth-child(even) {
          margin-right: 0 !important; } }
    @media all and (min-width: 769px) and (max-width: 909px) {
      .multistep-layout.ngp-form .form-item-selectamount .at-radios .label-amount {
        flex: 1 0 45%; }
        .multistep-layout.ngp-form .form-item-selectamount .at-radios .label-amount:nth-child(even) {
          margin-right: 0 !important; } }
    .multistep-layout.ngp-form .form-item-selectamount .at-radios .label-amount:last-child {
      margin-right: 0 !important; }

.pane-title {
  margin-top: 0; }

.dnd-atom-wrapper img {
  width: 100%; }

body.modal-open {
  overflow: auto; }

.field ul, .field ol:not(.at-steps),
.cke_editable ul,
.cke_editable ol:not(.at-steps),
.taxonomy-term-description ul,
.taxonomy-term-description ol:not(.at-steps),
.double-border-list ul,
.double-border-list ol:not(.at-steps) {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: normal;
  border-left: 3px double #ababab;
  margin: 20px 0 20px 20px;
  overflow: hidden; }
  .field ul ul, .field ul ol, .field ol:not(.at-steps) ul, .field ol:not(.at-steps) ol,
  .cke_editable ul ul,
  .cke_editable ul ol,
  .cke_editable ol:not(.at-steps) ul,
  .cke_editable ol:not(.at-steps) ol,
  .taxonomy-term-description ul ul,
  .taxonomy-term-description ul ol,
  .taxonomy-term-description ol:not(.at-steps) ul,
  .taxonomy-term-description ol:not(.at-steps) ol,
  .double-border-list ul ul,
  .double-border-list ul ol,
  .double-border-list ol:not(.at-steps) ul,
  .double-border-list ol:not(.at-steps) ol {
    border: none;
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 0; }
  .field ul ol, .field ol:not(.at-steps) ol,
  .cke_editable ul ol,
  .cke_editable ol:not(.at-steps) ol,
  .taxonomy-term-description ul ol,
  .taxonomy-term-description ol:not(.at-steps) ol,
  .double-border-list ul ol,
  .double-border-list ol:not(.at-steps) ol {
    list-style-type: lower-alpha; }
  .field ul ul, .field ol:not(.at-steps) ul,
  .cke_editable ul ul,
  .cke_editable ol:not(.at-steps) ul,
  .taxonomy-term-description ul ul,
  .taxonomy-term-description ol:not(.at-steps) ul,
  .double-border-list ul ul,
  .double-border-list ol:not(.at-steps) ul {
    list-style-type: disc; }
  .field ul li, .field ol:not(.at-steps) li,
  .cke_editable ul li,
  .cke_editable ol:not(.at-steps) li,
  .taxonomy-term-description ul li,
  .taxonomy-term-description ol:not(.at-steps) li,
  .double-border-list ul li,
  .double-border-list ol:not(.at-steps) li {
    margin-bottom: 10px; }

.view .view-content:after {
  content: " ";
  display: table;
  clear: both; }

.small-simple-link:after, .quote-promo a:after, .pane-content-listing-with-promo .field-name-field-optional-node-link a:after, .pane-bundle-featured-content-collection.view-mode-full .field-name-field-link a:after, .pane-preservation-letter-promo a:after, .event-website a:after, .large-link:after, .large-link-inline a:after, .reverse-tab-link a:after {
  margin-left: .2em;
  content: "\203A"; }

.small-simple-link, .quote-promo a, .pane-content-listing-with-promo .field-name-field-optional-node-link a, .pane-bundle-featured-content-collection.view-mode-full .field-name-field-link a, .pane-preservation-letter-promo a, .event-website a {
  color: #9c0202;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: normal; }

.simple-link {
  color: #b5121b;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: normal; }
  .simple-link:after {
    margin-left: .2em;
    content: "\00BB"; }

.promo-link {
  color: #3c3936;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: normal; }

.large-link, .large-link-inline a {
  color: #b5121b;
  font-size: 40px;
  font-size: 4rem;
  line-height: normal; }

.large-link-inline {
  font-size: 40px;
  font-size: 4rem;
  line-height: normal; }

.reverse-tab-link {
  clear: both;
  text-align: center;
  border-top: 1px solid #d2d2d2;
  margin-top: 20px; }
  .reverse-tab-link .field-items {
    height: 36px; }
  .reverse-tab-link .field-item {
    height: 36px;
    padding: 0 20px 10px;
    border-bottom: 1px solid #d2d2d2;
    position: relative;
    top: -15px;
    display: inline-block;
    background: #fff; }
    .reverse-tab-link .field-item:before, .reverse-tab-link .field-item:after {
      display: inline-block;
      content: "";
      border-left: 1px solid #d2d2d2;
      position: absolute;
      bottom: 0;
      height: 21px; }
    .reverse-tab-link .field-item:before {
      left: 0; }
    .reverse-tab-link .field-item:after {
      right: 0; }
  .reverse-tab-link a {
    color: #b5121b;
    text-transform: uppercase;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-size: 19px;
    font-size: 1.9rem;
    line-height: normal; }

.attribution:before, .quote-promo p:nth-child(2):before,
.attribution-field .field-item:before {
  margin-right: .2em;
  content: "\2014"; }

.lg-quote, .quote-promo p:nth-child(1),
.lg-quote-field .field-item {
  color: #336699;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.25;
  font-style: italic; }
  .lg-quote:before, .quote-promo p:nth-child(1):before,
  .lg-quote-field .field-item:before {
    content: "\201C"; }
  .lg-quote:after, .quote-promo p:nth-child(1):after,
  .lg-quote-field .field-item:after {
    content: "\201D"; }

.horz-links .inside {
  display: table;
  width: 100%; }

.horz-link {
  padding: 10px 20px;
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px solid #ababab; }
  @media only screen and (min-width: 768px) {
    .horz-link {
      display: table-cell;
      border-right: 1px solid #ababab;
      border-bottom: none;
      padding: 0 20px; } }
  .horz-link:last-child {
    border-right: none;
    border-bottom: none; }

.horz-link a {
  color: #0f64ba; }

.county-state .county:after {
  content: ","; }

.title-border-behind .title-wrapper {
  text-align: center;
  position: relative; }
  .title-border-behind .title-wrapper:before {
    content: "";
    width: 100%;
    border-top: 2px solid #b6b2a4;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 0; }
.title-border-behind .pane-title {
  display: inline-block;
  padding: 0 20px;
  background-color: #fff;
  margin: 0;
  position: relative;
  z-index: 1; }

.line-behind {
  text-align: center;
  position: relative; }
  .line-behind:before {
    content: "";
    width: 92%;
    left: 4%;
    border-top: 2px solid #b6b2a4;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 0; }
  .line-behind p {
    color: #3c3936;
    text-transform: uppercase;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: normal;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    display: inline-block;
    padding: 0 20px;
    background-color: #fff;
    margin: 0;
    position: relative;
    z-index: 1; }

.title-border-behind .title-wrapper:before {
  border-top: 2px solid #b6b2a4;
  width: 92%;
  left: 4%; }
.title-border-behind .pane-title {
  color: #3c3936;
  text-transform: uppercase;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: normal;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif; }

.tag-sm-element {
  display: inline-block;
  color: #fff;
  background-color: #b5121b;
  padding: 5px 8px;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif; }

.boxes-box-controls {
  display: none; }

.pane-node-title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: normal; }
  .pane-node-title a {
    color: #3c3936; }

.page-header {
  border: none; }

.pane-node-field-subtitle {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: normal; }

.pane-node-field-event-type {
  font-size: 20px;
  font-size: 2rem;
  line-height: normal;
  color: #336699;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  text-transform: uppercase; }

.event-website a {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: normal; }

.pane-node-field-event-location.event-name-pane {
  font-family: Georgia, serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: normal; }

.event-details-row .pane-node-field-event-date,
.event-details-row .pane-node-field-event-location {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: normal;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif; }
.event-details-row .pane-node-field-event-location {
  margin-top: 20px; }
.event-details-row .pane-node-field-event-date {
  font-family: Georgia, serif;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: normal; }
.event-details-row .pane-node-field-event-date.date-prefix:before {
  content: "@";
  float: left; }

.panelizer-view-mode .pane-node-field-event-date,
.panelizer-view-mode .pane-node-field-event-location {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: normal;
  margin-bottom: 10px; }

.view .pane-node-field-event-date,
.view .pane-node-field-event-location {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: normal; }
.view .pane-node-field-event-date {
  margin-top: 10px; }

.field-collection-container {
  border: none; }

.author-title .title-wrapper,
.author-title .pane-content {
  display: inline-block; }

.author-organization {
  margin-left: -4px; }
  .author-organization .field-item:before {
    content: ", "; }

div.author-title,
div.author-organization {
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  line-height: normal; }

.pane-bundle-hero-image > .contextual-links-wrapper {
  margin-top: 40px; }

.pager.pager-load-more {
  text-align: center;
  padding-top: 20px; }
  @media only screen and (min-width: 768px) {
    .pager.pager-load-more {
      text-align: right; } }
  .pager.pager-load-more a {
    border: none;
    border-radius: 0; }
    .pager.pager-load-more a:hover, .pager.pager-load-more a:focus {
      background-color: #007eb3; }

.load-more-label {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: normal;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin-right: 10px;
  color: #363636; }

.cke_editable h1,
.field-name-body h1 {
  color: #336699; }

.dnd-widget-wrapper.slideshow {
  cursor: pointer; }

.field-name-body .slideshow.only {
  display: none; }

#cboxClose,
#cboxNext,
#cboxPrevious {
  outline-color: #fff; }

#back-to-top {
  cursor: pointer;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: normal; }
  #back-to-top:before {
    margin-right: 8px; }

ul.pagination {
  color: #336699;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: normal;
  text-transform: uppercase;
  /* Mobile pagination */ }
  ul.pagination a, ul.pagination li, ul.pagination span {
    background-color: transparent !important;
    float: none;
    border: none; }
    ul.pagination a:hover, ul.pagination a:focus, ul.pagination li:hover, ul.pagination li:focus, ul.pagination span:hover, ul.pagination span:focus {
      background-color: transparent;
      border: none; }
  ul.pagination .active span {
    color: #3c3936;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: normal;
    font-family: Georgia, serif;
    font-style: italic; }
    ul.pagination .active span:hover {
      color: #3c3936; }
  ul.pagination .prev a {
    padding-left: 20px; }
  ul.pagination .next a {
    padding-right: 20px; }
  ul.pagination .pager-first a:before {
    margin-right: .5em; }
  ul.pagination .prev a:before {
    margin-right: .5em; }
  ul.pagination .next a:after {
    margin-left: .5em; }
  ul.pagination .pager-last a:after {
    margin-left: .5em; }
  @media only screen and (max-width: 767px) {
    ul.pagination .pager-first a,
    ul.pagination .pager-first a:before,
    ul.pagination .pager-last a,
    ul.pagination .pager-last a:after {
      display: none; }
    ul.pagination .prev a,
    ul.pagination .next a {
      font-size: 0px;
      font-size: 0rem;
      line-height: normal; }
    ul.pagination .prev a:before,
    ul.pagination .next a:after {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: normal; } }

div.atom-align-left {
  margin-top: 5px;
  margin-bottom: 15px;
  float: none; }
  @media only screen and (min-width: 768px) {
    div.atom-align-left {
      margin-right: 30px;
      float: left; } }

div.atom-align-right {
  margin-top: 5px;
  float: none;
  margin-bottom: 15px; }
  @media only screen and (min-width: 768px) {
    div.atom-align-right {
      margin-left: 30px;
      float: right; } }

.field-type-text-with-summary .field-item h1:first-child, .field-type-text-with-summary .field-item h2:first-child, .field-type-text-with-summary .field-item h3:first-child, .field-type-text-with-summary .field-item h4:first-child, .field-type-text-with-summary .field-item h5:first-child, .field-type-text-with-summary .field-item h6:first-child,
.field-type-text-long .field-item h1:first-child,
.field-type-text-long .field-item h2:first-child,
.field-type-text-long .field-item h3:first-child,
.field-type-text-long .field-item h4:first-child,
.field-type-text-long .field-item h5:first-child,
.field-type-text-long .field-item h6:first-child {
  margin-top: 0; }

.related-content-title {
  position: relative; }
  .related-content-title .title-wrapper {
    text-align: center; }
    @media only screen and (min-width: 480px) {
      .related-content-title .title-wrapper {
        position: absolute;
        left: 0;
        right: 0;
        bottom: calc(100% - 31px); } }
  .related-content-title .pane-title {
    display: inline-block;
    background: #fff;
    padding: 0 15px;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: normal;
    text-transform: uppercase;
    color: #4199cc; }

.related-content-link {
  margin-top: -25px; }

span.glyphicon-filter:before {
  content: normal; }

.front #block-system-main .homepage-canvas + .contextual-links-wrapper {
  display: none; }

.page-node h1.page-header {
  display: none; }

@media only screen and (min-width: 992px) {
  .node-type-battle .facts-table {
    padding-left: 100px; } }
.node-type-battle .pane-node-field-article-reference {
  margin-top: 45px; }

@media only screen and (min-width: 992px) {
  .node-type-battle .data-row .data-region-right {
    width: 466px; } }
@media only screen and (min-width: 992px) {
  .node-type-battle .data-row .data-region-left {
    width: calc(100% - 466px); } }

.not-logged-in .node-partner_event-form .field-name-field-sponsors .field-name-field-square-image {
  display: none; }
.not-logged-in .node-partner_event-form .form-actions .form-submit {
  margin-top: 20px; }
  .not-logged-in .node-partner_event-form .form-actions .form-submit .icon {
    display: none; }

.node-type-donation-form .navbar-header {
  display: inline-block; }
  @media all and (max-width: 992px) {
    .node-type-donation-form .navbar-header {
      max-width: 149px;
      width: 100%; }
      .node-type-donation-form .navbar-header .logo.navbar-btn {
        float: left;
        width: 100%; }
        .node-type-donation-form .navbar-header .logo.navbar-btn img {
          width: 100%; } }
  @media all and (max-width: 480px) {
    .node-type-donation-form .navbar-header {
      max-width: calc(50% - 20px); } }
.node-type-donation-form .bottom-border-mobile {
  display: none; }
.node-type-donation-form #navbar-collapse {
  display: inline-block !important; }
  @media all and (max-width: 992px) {
    .node-type-donation-form #navbar-collapse {
      width: calc(100% - 170px);
      text-align: right; } }
  @media all and (max-width: 480px) {
    .node-type-donation-form #navbar-collapse {
      max-width: 50%; } }
.node-type-donation-form .region-navigation {
  width: 100%;
  padding: 0 25px;
  display: inline-block; }
  @media all and (max-width: 992px) {
    .node-type-donation-form .region-navigation {
      padding-left: 20px; } }
  .node-type-donation-form .region-navigation #block-block-2 {
    float: right;
    width: 100%;
    padding: 10px 0; }
    .node-type-donation-form .region-navigation #block-block-2 .title, .node-type-donation-form .region-navigation #block-block-2 .contact {
      display: inline-block; }
    .node-type-donation-form .region-navigation #block-block-2 .title {
      width: calc(100% - 365px);
      font-size: 17px;
      font-size: 1.7rem;
      line-height: normal;
      font-style: italic;
      color: #007eb3;
      text-align: left; }
      .node-type-donation-form .region-navigation #block-block-2 .title span {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: normal; }
        .node-type-donation-form .region-navigation #block-block-2 .title span:before {
          content: "";
          display: block; }
      @media all and (min-width: 992px) {
        .node-type-donation-form .region-navigation #block-block-2 .title {
          padding-left: 40px; } }
      @media all and (max-width: 1190px) {
        .node-type-donation-form .region-navigation #block-block-2 .title {
          font-size: 14px;
          font-size: 1.4rem;
          line-height: normal; }
          .node-type-donation-form .region-navigation #block-block-2 .title span {
            font-size: 18px;
            font-size: 1.8rem;
            line-height: normal; } }
      @media all and (max-width: 1180px) {
        .node-type-donation-form .region-navigation #block-block-2 .title {
          width: calc(100% - 310px); } }
      @media all and (max-width: 680px) {
        .node-type-donation-form .region-navigation #block-block-2 .title {
          display: none; } }
    .node-type-donation-form .region-navigation #block-block-2 .mail, .node-type-donation-form .region-navigation #block-block-2 .phone {
      display: inline-block;
      padding: 10px;
      font-family: "Roboto Condensed", Arial, Helvetica, sans-serif; }
      .node-type-donation-form .region-navigation #block-block-2 .mail .label, .node-type-donation-form .region-navigation #block-block-2 .phone .label {
        color: #3c3936; }
      .node-type-donation-form .region-navigation #block-block-2 .mail .content, .node-type-donation-form .region-navigation #block-block-2 .mail .content a, .node-type-donation-form .region-navigation #block-block-2 .phone .content, .node-type-donation-form .region-navigation #block-block-2 .phone .content a {
        color: #007eb3;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: normal;
        text-align: center; }
      @media all and (max-width: 1180px) {
        .node-type-donation-form .region-navigation #block-block-2 .mail .label, .node-type-donation-form .region-navigation #block-block-2 .phone .label {
          font-size: 52%; }
        .node-type-donation-form .region-navigation #block-block-2 .mail .content, .node-type-donation-form .region-navigation #block-block-2 .mail .content a, .node-type-donation-form .region-navigation #block-block-2 .phone .content, .node-type-donation-form .region-navigation #block-block-2 .phone .content a {
          font-size: 8px;
          font-size: 0.8rem;
          line-height: normal; } }
      @media all and (max-width: 480px) {
        .node-type-donation-form .region-navigation #block-block-2 .mail, .node-type-donation-form .region-navigation #block-block-2 .phone {
          text-align: right;
          line-height: 0;
          width: 80%;
          padding: 5px; }
          .node-type-donation-form .region-navigation #block-block-2 .mail .label, .node-type-donation-form .region-navigation #block-block-2 .mail .content, .node-type-donation-form .region-navigation #block-block-2 .phone .label, .node-type-donation-form .region-navigation #block-block-2 .phone .content {
            display: inline-block;
            padding: 0;
            text-align: left;
            width: 100%; }
          .node-type-donation-form .region-navigation #block-block-2 .mail .label, .node-type-donation-form .region-navigation #block-block-2 .phone .label {
            font-size: 43%; }
          .node-type-donation-form .region-navigation #block-block-2 .mail .content, .node-type-donation-form .region-navigation #block-block-2 .mail .content a, .node-type-donation-form .region-navigation #block-block-2 .phone .content, .node-type-donation-form .region-navigation #block-block-2 .phone .content a {
            font-size: 7px;
            font-size: 0.7rem;
            line-height: normal; } }
.node-type-donation-form .main-container {
  font-size: 16px;
  margin-top: 0; }
.node-type-donation-form .region-footer {
  width: auto; }
.node-type-donation-form .navbar-toggle {
  display: none !important; }
@media only screen and (max-width: 767px) {
  .node-type-donation-form .content-row .region-right,
  .node-type-donation-form .content-row .region-left {
    padding: 0; } }
.node-type-donation-form h1 {
  font-size: 36px; }
.node-type-donation-form p {
  font-size: 19px; }
.node-type-donation-form #mini-panel-footer_simple {
  font-size: 19px; }
.node-type-donation-form .pane-node-field-subtitle {
  font-size: 26px;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif; }

.primary-donation-layout #block-system-main {
  background-color: #edeae3; }
.primary-donation-layout .pane-node-body {
  text-shadow: -1px -1px 0 #edeae3, 1px -1px 0 #edeae3, -1px 1px 0 #edeae3, 1px 1px 0 #edeae3; }
.primary-donation-layout .pane-node-field-landscape-image {
  margin: 0; }
@media all and (min-width: 768px) {
  .primary-donation-layout .field-name-field-landscape-image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0; } }
.primary-donation-layout .footer {
  position: relative;
  z-index: 1; }

.donation-form-html {
  font-size: 16px; }

.node-type-park-day-volunteer-opportunity .park_day_details {
  border: solid 1px #b6b2a4;
  padding: 30px;
  margin: 50px 30px 70px 30px; }

.pane-park-day-volunteer .view-park-day-volunteer .views-field-title {
  border-bottom: 1px solid #b6b2a4;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: normal;
  overflow: hidden;
  padding: 20px 0px; }

.view-park-day-volunteer .form-top {
  margin: 0;
  padding-top: 20px; }
  @media only screen and (min-width: 768px) {
    .view-park-day-volunteer .form-top {
      max-width: none; } }
.view-park-day-volunteer .form-header {
  padding: 15px 0px; }
.view-park-day-volunteer div.views-reset-button {
  position: absolute;
  bottom: -19px;
  width: 157px;
  left: 66px;
  font-size: 1.4em; }
  .view-park-day-volunteer div.views-reset-button .btn {
    margin-top: 0px; }

body.toolbar-drawer {
  padding-top: 36px !important; }

.not-panel .main-container {
  padding-top: 50px;
  padding-bottom: 50px; }

.page-learn h1.page-header {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap; }

.view .pagination .progress-disabled {
  float: none !important; }

.page-page-not-found .page-title {
  color: #336699; }
@media only screen and (min-width: 768px) {
  .page-page-not-found .center-row {
    background: url('../images/page_not_found_bg.png?1543888348') right 70px no-repeat;
    padding-right: 40%; } }

.node-Unpublished #block-system-main {
  background-color: #fff4f4; }

.page-node-add-partner-event label {
  display: block; }
.page-node-add-partner-event .pane-node-form-title,
.page-node-add-partner-event .pane-entity-form-field {
  margin-bottom: 40px; }
.page-node-add-partner-event .form-checkboxes .form-item {
  margin-bottom: 10px; }
.page-node-add-partner-event .panel-heading {
  background: transparent;
  border: none;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #69665e; }
  .page-node-add-partner-event .panel-heading .panel-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: normal; }
.page-node-add-partner-event .field-name-body .panel-body {
  display: none; }
.page-node-add-partner-event .node-partner_event-form {
  padding-bottom: 40px; }
.page-node-add-partner-event .end-date-wrapper > .control-label {
  display: block; }
.page-node-add-partner-event div[id^="edit-field-event-date-und-0-value"] {
  padding-left: 0 !important; }
.page-node-add-partner-event #field-event-date-add-more-wrapper .panel-body {
  padding: 20px 30px; }
.page-node-add-partner-event div.pane-node-field-event-type {
  text-transform: none; }
.page-node-add-partner-event .field-name-field-event-location .form-item {
  margin-bottom: 20px; }
.page-node-add-partner-event .field-name-field-event-date .help-link-toggle {
  margin-top: 20px; }
.page-node-add-partner-event .form-item-captcha-response .form-text {
  margin-top: 10px; }

a.help-link-toggle {
  color: #007eb3;
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 15px; }
  a.help-link-toggle:before {
    display: inline-block !important;
    text-decoration: none !important;
    color: #3c3936;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: normal; }

.help-dropdown ul {
  margin: 0;
  margin-left: 10px; }

#sliding-popup .popup-content #popup-buttons button {
  color: #db2032;
  background: #ffffff !important;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: normal;
  font-family: "Roboto", Arial, Helvetica, sans-serif; }

.page-sitemap #site-map .site-map-box-menu-main-menu > .content > ul > li > ul > li > ul {
  padding-left: 0; }
  .page-sitemap #site-map .site-map-box-menu-main-menu > .content > ul > li > ul > li > ul li a {
    margin-left: 1.5em; }
.page-sitemap #site-map .site-map-taxonomys li {
  list-style-type: none; }

body.node-type-itinerary #navbar {
  z-index: 100; }
body.node-type-itinerary .main-container {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  /* Delays */ }
  body.node-type-itinerary .main-container .panels-flexible-region-single_column_page_template-absolute_top_bar_region {
    z-index: 99; }
  body.node-type-itinerary .main-container .article-container-padding {
    padding-left: 0;
    padding-right: 0; }
  body.node-type-itinerary .main-container .panels-flexible-region-single_column_page_template-absolute_top_bar_region-inside,
  body.node-type-itinerary .main-container .panels-flexible-row-single_column_page_template-1 .content-top-row,
  body.node-type-itinerary .main-container .footer-row,
  body.node-type-itinerary .main-container .pane-node-field-additional-notes {
    margin-left: auto;
    margin-right: auto;
    max-width: 1120px; }
    @media only screen and (max-width: 991px) {
      body.node-type-itinerary .main-container .panels-flexible-region-single_column_page_template-absolute_top_bar_region-inside,
      body.node-type-itinerary .main-container .panels-flexible-row-single_column_page_template-1 .content-top-row,
      body.node-type-itinerary .main-container .footer-row,
      body.node-type-itinerary .main-container .pane-node-field-additional-notes {
        max-width: 90%; } }
  body.node-type-itinerary .main-container .panels-flexible-row-single_column_page_template-1 .content-top-row,
  body.node-type-itinerary .main-container .pane-node-field-additional-notes {
    padding-left: 72px; }
    @media only screen and (max-width: 991px) {
      body.node-type-itinerary .main-container .panels-flexible-row-single_column_page_template-1 .content-top-row,
      body.node-type-itinerary .main-container .pane-node-field-additional-notes {
        padding-left: 0; } }
  body.node-type-itinerary .main-container .hero-credit {
    bottom: 18px;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: italic;
    position: absolute;
    left: 50%;
    margin-left: -560px;
    text-align: right;
    width: 1120px; }
    @media only screen and (max-width: 991px) {
      body.node-type-itinerary .main-container .hero-credit {
        font-size: 9px;
        font-size: 0.9rem;
        line-height: normal;
        left: inherit;
        margin-left: auto;
        margin-right: auto;
        right: 5%;
        width: 90%; } }
  body.node-type-itinerary .main-container .pane-iknow-battlefield-itinerary-hero .hero-image {
    margin: 0 auto;
    position: relative;
    width: 100%; }
    body.node-type-itinerary .main-container .pane-iknow-battlefield-itinerary-hero .hero-image .bg-image {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      height: 100%;
      width: 100%; }
    body.node-type-itinerary .main-container .pane-iknow-battlefield-itinerary-hero .hero-image h1 {
      font-size: 40px;
      font-size: 4rem;
      line-height: normal;
      align-items: center;
      display: flex;
      font-family: brothers, georgia, serif;
      justify-content: center;
      letter-spacing: -2px;
      line-height: 100px;
      margin-top: -50px;
      margin-bottom: 0;
      position: absolute;
      text-align: center;
      top: 50%;
      width: 100%; }
      body.node-type-itinerary .main-container .pane-iknow-battlefield-itinerary-hero .hero-image h1 strong {
        font-size: 75px;
        font-size: 7.5rem;
        line-height: normal;
        border-bottom: 10px solid #db2032;
        line-height: 100px;
        margin: 0 10px; }
      @media only screen and (max-width: 991px) {
        body.node-type-itinerary .main-container .pane-iknow-battlefield-itinerary-hero .hero-image h1 {
          font-size: 40px;
          font-size: 4rem;
          line-height: normal;
          flex-direction: column;
          line-height: 1;
          margin-top: -60px; }
          body.node-type-itinerary .main-container .pane-iknow-battlefield-itinerary-hero .hero-image h1 strong {
            font-size: 55px;
            font-size: 5.5rem;
            line-height: normal;
            line-height: 0.8; } }
    body.node-type-itinerary .main-container .pane-iknow-battlefield-itinerary-hero .hero-image button.trigger {
      position: absolute;
      bottom: 40px;
      left: 50%;
      z-index: 99;
      display: block;
      margin-left: -0.5em;
      padding: 0;
      width: 40px;
      height: 70px;
      border: none;
      background: transparent;
      color: transparent;
      cursor: pointer; }
      @media only screen and (max-width: 991px) {
        body.node-type-itinerary .main-container .pane-iknow-battlefield-itinerary-hero .hero-image button.trigger {
          width: 15px;
          height: 22px; } }
      body.node-type-itinerary .main-container .pane-iknow-battlefield-itinerary-hero .hero-image button.trigger::before {
        position: absolute;
        bottom: 100%;
        left: -84px;
        width: 222px;
        color: #fff;
        content: attr(data-info);
        font-size: 30px;
        font-size: 3rem;
        line-height: normal;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; }
        @media only screen and (max-width: 991px) {
          body.node-type-itinerary .main-container .pane-iknow-battlefield-itinerary-hero .hero-image button.trigger::before {
            font-size: 15px;
            font-size: 1.5rem;
            line-height: normal;
            left: -95px; } }
      body.node-type-itinerary .main-container .pane-iknow-battlefield-itinerary-hero .hero-image button.trigger:focus {
        outline: none; }
      body.node-type-itinerary .main-container .pane-iknow-battlefield-itinerary-hero .hero-image button.trigger span {
        background-image: url("/sites/all/themes/custom/cwt/images/icon-arrow.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        position: relative;
        display: block;
        overflow: hidden;
        width: 40px;
        height: 70px; }
        @media only screen and (max-width: 991px) {
          body.node-type-itinerary .main-container .pane-iknow-battlefield-itinerary-hero .hero-image button.trigger span {
            width: 15px;
            height: 22px; } }
      body.node-type-itinerary .main-container .pane-iknow-battlefield-itinerary-hero .hero-image button.trigger span::before {
        content: " ";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        text-transform: none; }
  body.node-type-itinerary .main-container button.trigger {
    -webkit-transition: opacity 0.3s 0.5s;
    transition: opacity 0.3s 0.5s; }
  body.node-type-itinerary .main-container .hero-image-region,
  body.node-type-itinerary .main-container .panels-flexible-row-single_column_page_template-1 > .inside {
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    -webkit-transition-duration: 1s;
    transition-duration: 1s; }
  body.node-type-itinerary .main-container .hero-image-region {
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s;
    width: 100%; }
  body.node-type-itinerary .main-container .hero-image-region {
    position: absolute;
    z-index: 9; }
  body.node-type-itinerary .main-container.modify .hero-image-region {
    z-index: 0; }
  body.node-type-itinerary .main-container .panels-flexible-row-single_column_page_template-1 > .inside {
    position: relative;
    top: auto;
    left: auto;
    padding: 6em 0 2em; }
    @media only screen and (max-width: 991px) {
      body.node-type-itinerary .main-container .panels-flexible-row-single_column_page_template-1 > .inside {
        padding: 2em 1em; } }
  body.node-type-itinerary .main-container .panels-flexible-row-single_column_page_template-1 > .inside,
  body.node-type-itinerary .main-container .intro-effect-push .content > div {
    -webkit-transform: translateY(400px);
    transform: translateY(400px);
    opacity: 0; }
  body.node-type-itinerary .main-container.modify .panels-flexible-row-single_column_page_template-1 > .inside {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  body.node-type-itinerary .main-container.modify .hero-image-region {
    opacity: 0;
    -webkit-transform: translateY(-100%) scale(0.9);
    transform: translateY(-100%) scale(0.9); }
  body.node-type-itinerary .main-container.modify .panels-flexible-row-single_column_page_template-1 > .inside {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s; }
body.node-type-itinerary .pane-node-body .field-item p:first-child {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.5;
  color: #336699; }
  @media only screen and (max-width: 991px) {
    body.node-type-itinerary .pane-node-body .field-item p:first-child {
      font-size: 21px;
      font-size: 2.1rem;
      line-height: 1.38095; } }
body.node-type-itinerary .pane-iknow-battlefield-itinerary-menu {
  margin-bottom: 135px;
  margin-top: 84px; }
  @media only screen and (max-width: 991px) {
    body.node-type-itinerary .pane-iknow-battlefield-itinerary-menu {
      margin-bottom: 25px;
      margin-top: 20px; } }
  body.node-type-itinerary .pane-iknow-battlefield-itinerary-menu .sections-menu {
    align-items: center;
    display: flex;
    justify-content: center; }
    @media only screen and (max-width: 991px) {
      body.node-type-itinerary .pane-iknow-battlefield-itinerary-menu .sections-menu {
        flex-wrap: wrap; } }
    @media only screen and (max-width: 767px) {
      body.node-type-itinerary .pane-iknow-battlefield-itinerary-menu .sections-menu {
        flex-direction: column; } }
  body.node-type-itinerary .pane-iknow-battlefield-itinerary-menu a.section-menu-item {
    border: none;
    background-color: #db2032;
    color: #fff;
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #db2032;
    margin: 6px 10px;
    text-align: center;
    width: 25%; }
    @media only screen and (max-width: 991px) {
      body.node-type-itinerary .pane-iknow-battlefield-itinerary-menu a.section-menu-item {
        margin: 10px;
        width: 244px;
        text-align: center; } }
body.node-type-itinerary .itinerary-section {
  margin-bottom: 135px; }
  @media only screen and (max-width: 991px) {
    body.node-type-itinerary .itinerary-section {
      margin-bottom: 25px; } }
  body.node-type-itinerary .itinerary-section .parallax-banner {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #ffffff;
    margin-bottom: 70px;
    padding: 215px 0 185px;
    position: relative;
    text-align: center; }
    body.node-type-itinerary .itinerary-section .parallax-banner h3 {
      font-size: 60px;
      font-size: 6rem;
      line-height: normal;
      color: #ffffff;
      font-family: Georgia, serif; }
    @media only screen and (max-width: 991px) {
      body.node-type-itinerary .itinerary-section .parallax-banner {
        background-attachment: initial;
        padding: 150px 0;
        margin-left: -1em;
        margin-right: -1em; }
        body.node-type-itinerary .itinerary-section .parallax-banner h3 {
          font-size: 30px;
          font-size: 3rem;
          line-height: 1.2; } }
  body.node-type-itinerary .itinerary-section .section-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1120px;
    padding-left: 72px; }
    @media only screen and (max-width: 991px) {
      body.node-type-itinerary .itinerary-section .section-content {
        max-width: 90%;
        padding-left: 0; } }
  body.node-type-itinerary .itinerary-section .section-map {
    margin-bottom: 30px;
    margin-top: 30px; }
    body.node-type-itinerary .itinerary-section .section-map iframe {
      height: 500px;
      width: 100%; }
  body.node-type-itinerary .itinerary-section .section-body > p:first-child {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.5;
    color: #336699; }
    @media only screen and (max-width: 991px) {
      body.node-type-itinerary .itinerary-section .section-body > p:first-child {
        font-size: 21px;
        font-size: 2.1rem;
        line-height: 1.33333; } }
  body.node-type-itinerary .itinerary-section .section-body ul {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.18182;
    color: #336699;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-weight: bold; }
    @media only screen and (max-width: 991px) {
      body.node-type-itinerary .itinerary-section .section-body ul {
        font-size: 19px;
        font-size: 1.9rem;
        line-height: 1.15789; } }
    body.node-type-itinerary .itinerary-section .section-body ul li:not(:last-child) {
      margin-bottom: 30px; }
      body.node-type-itinerary .itinerary-section .section-body ul li:not(:last-child) ul {
        background-image: url("/sites/all/themes/custom/cwt/images/itinerary-ul-border.png");
        background-repeat: repeat-y;
        background-position: top left;
        font-family: Georgia, serif;
        font-weight: normal;
        list-style: disc; }
        body.node-type-itinerary .itinerary-section .section-body ul li:not(:last-child) ul li {
          margin-bottom: 5px; }
          body.node-type-itinerary .itinerary-section .section-body ul li:not(:last-child) ul li:first-child {
            margin-top: 5px; }
  body.node-type-itinerary .itinerary-section .section-instagram {
    display: flex;
    justify-content: center;
    margin-top: 60px; }
    @media only screen and (max-width: 991px) {
      body.node-type-itinerary .itinerary-section .section-instagram iframe {
        margin-left: auto;
        margin-right: auto;
        max-width: 90%;
        min-width: 90% !important; } }
body.node-type-itinerary .pane-node-field-additional-notes {
  margin-bottom: 70px; }
  body.node-type-itinerary .pane-node-field-additional-notes h3 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.5; }
  body.node-type-itinerary .pane-node-field-additional-notes ul {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.18182;
    border: 0;
    color: #336699;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-weight: bold; }
    @media only screen and (max-width: 991px) {
      body.node-type-itinerary .pane-node-field-additional-notes ul {
        font-size: 19px;
        font-size: 1.9rem;
        line-height: 1.15789; } }
    body.node-type-itinerary .pane-node-field-additional-notes ul li:not(:last-child) {
      margin-bottom: 30px; }
      body.node-type-itinerary .pane-node-field-additional-notes ul li:not(:last-child) ul {
        background-image: url("/sites/all/themes/custom/cwt/images/itinerary-ul-border.png");
        background-repeat: repeat-y;
        background-position: top left;
        font-family: Georgia, serif;
        font-weight: normal;
        list-style: disc; }
        body.node-type-itinerary .pane-node-field-additional-notes ul li:not(:last-child) ul li {
          margin-bottom: 5px; }
          body.node-type-itinerary .pane-node-field-additional-notes ul li:not(:last-child) ul li:first-child {
            margin-top: 5px; }
body.node-type-itinerary .pane-boxes-donate-appeal,
body.node-type-itinerary .pane-boxes-newsletter-signup {
  margin-bottom: 70px; }
body.node-type-itinerary #mini-panel-featured_content .grid-region > .inside {
  margin-bottom: 18px; }
body.node-type-itinerary .pane-fieldable-panels-pane.view-mode-pre_footer {
  margin-top: 50px; }

.node-promo.node-itinerary .field-name-field-hero-image, .node-tile.node-itinerary .field-name-field-hero-image {
  overflow: hidden; }
  .node-promo.node-itinerary .field-name-field-hero-image img, .node-tile.node-itinerary .field-name-field-hero-image img {
    width: auto;
    max-width: 100%; }
  @media only screen and (min-width: 768px) {
    .node-promo.node-itinerary .field-name-field-hero-image img, .node-tile.node-itinerary .field-name-field-hero-image img {
      width: auto; } }
  @media only screen and (min-width: 992px) {
    .node-promo.node-itinerary .field-name-field-hero-image img, .node-tile.node-itinerary .field-name-field-hero-image img {
      width: auto; } }
.node-promo .pane-node-field-article-alt-label, .node-tile .pane-node-field-article-alt-label {
  margin-top: 15px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: normal;
  color: #336699;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif; }

.node-tile.node-itinerary .pane-node-title {
  margin-top: 15px; }

#virtual-tour {
  position: relative; }
  #virtual-tour .pnlm-compass {
    background-image: url("/sites/all/modules/custom/custom/iknow_battlefield/includes/tours/assets/compass-background.png");
    background-size: contain;
    border: 0;
    border-radius: 50%;
    bottom: inherit;
    height: 100px;
    top: 4px;
    width: 100px;
    z-index: 1; }
    #virtual-tour .pnlm-compass:after {
      content: ' ';
      background-image: url("/sites/all/modules/custom/custom/iknow_battlefield/includes/tours/assets/compass-pointer.png");
      background-size: contain;
      display: block;
      height: 100%;
      position: absolute;
      width: 100%;
      z-index: 2; }
  #virtual-tour .pnlm-hotspot-base {
    z-index: 1; }
    #virtual-tour .pnlm-hotspot-base:not(.hotspot-miles) {
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      border-radius: 50%;
      height: 50px;
      width: 50px; }
      #virtual-tour .pnlm-hotspot-base:not(.hotspot-miles):hover {
        background-color: rgba(255, 255, 255, 0.2); }
  #virtual-tour .pnlm-hotspot {
    background-image: url("/sites/all/modules/custom/custom/iknow_battlefield/includes/tours/assets/icon-quill.png"); }
    #virtual-tour .pnlm-hotspot.north {
      background-image: url("/sites/all/modules/custom/custom/iknow_battlefield/includes/tours/assets/icon-quill-blue.png"); }
    #virtual-tour .pnlm-hotspot.south {
      background-image: url("/sites/all/modules/custom/custom/iknow_battlefield/includes/tours/assets/icon-quill-red.png"); }
    #virtual-tour .pnlm-hotspot.pnlm-scene {
      background-image: url("/sites/all/modules/custom/custom/iknow_battlefield/includes/tours/assets/icon-up.png"); }
  #virtual-tour .hotspot-biography {
    background-image: url("/sites/all/modules/custom/custom/iknow_battlefield/includes/tours/assets/icon-info.png"); }
    #virtual-tour .hotspot-biography.north {
      background-image: url("/sites/all/modules/custom/custom/iknow_battlefield/includes/tours/assets/icon-info-blue.png"); }
    #virtual-tour .hotspot-biography.south {
      background-image: url("/sites/all/modules/custom/custom/iknow_battlefield/includes/tours/assets/icon-info-red.png"); }
  #virtual-tour .hotspot-link {
    background-image: url("/sites/all/modules/custom/custom/iknow_battlefield/includes/tours/assets/icon-link.png"); }
    #virtual-tour .hotspot-link.north {
      background-image: url("/sites/all/modules/custom/custom/iknow_battlefield/includes/tours/assets/icon-link-blue.png"); }
    #virtual-tour .hotspot-link.south {
      background-image: url("/sites/all/modules/custom/custom/iknow_battlefield/includes/tours/assets/icon-link-red.png"); }
  #virtual-tour .hotspot-map {
    background-image: url("/sites/all/modules/custom/custom/iknow_battlefield/includes/tours/assets/icon-map.png"); }
  #virtual-tour .hotspot-video {
    background-image: url("/sites/all/modules/custom/custom/iknow_battlefield/includes/tours/assets/icon-play.png"); }
  #virtual-tour .hotspot-miles {
    z-index: 0; }
    #virtual-tour .hotspot-miles span {
      background-color: #ffffff;
      color: rgba(0, 0, 0, 0.7);
      font-size: 12px;
      visibility: visible; }
      #virtual-tour .hotspot-miles span:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-width: 10px;
        border-style: solid;
        border-color: #ffffff transparent transparent transparent;
        bottom: -20px;
        left: -10px;
        margin: 0 50%; }

#virtual-tour-overlay {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  height: 100%;
  justify-content: center;
  opacity: 0;
  position: absolute;
  width: 100%;
  transition: opacity 1s linear 0.5s;
  z-index: 99; }
  #virtual-tour-overlay.open {
    display: flex !important;
    opacity: 1; }
  #virtual-tour-overlay .closer {
    background-image: url("/sites/all/modules/custom/custom/iknow_battlefield/includes/tours/assets/icon-close.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 28px;
    border: 2px solid #000000;
    cursor: pointer;
    height: 30px;
    opacity: 0.9;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    z-index: 1; }
    #virtual-tour-overlay .closer:hover {
      opacity: 1; }
  #virtual-tour-overlay .overlay-contents {
    background-color: #ffffff;
    height: 90%;
    margin: auto;
    position: relative;
    width: 90%; }
    #virtual-tour-overlay .overlay-contents .contents {
      height: 100%;
      position: absolute;
      width: 100%;
      z-index: 0; }
      #virtual-tour-overlay .overlay-contents .contents iframe {
        height: 100%;
        width: 100%; }

.pane-iknow-battlefield-hero-with-credit .hero-image {
  background-size: 0px 0px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .pane-iknow-battlefield-hero-with-credit .hero-image {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 271px; }
      .pane-iknow-battlefield-hero-with-credit .hero-image img {
        display: none; } }
  .pane-iknow-battlefield-hero-with-credit .hero-image .hero-credit {
    bottom: 18px;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: italic;
    position: absolute;
    right: 18px;
    text-align: right; }

@media only screen and (max-width: 767px) {
  .node-type-donor-wall .addthis {
    display: none; } }
.node-type-donor-wall .header-row .title-region .pane-node-field-alternate-title .field-item {
  font-family: brothers, georgia, serif;
  font-weight: bold;
  margin: 0;
  font-size: 30px;
  font-size: 3rem;
  line-height: normal; }
  @media only screen and (min-width: 768px) {
    .node-type-donor-wall .header-row .title-region .pane-node-field-alternate-title .field-item {
      font-size: 50px;
      font-size: 5rem;
      line-height: normal; } }
  @media only screen and (min-width: 992px) {
    .node-type-donor-wall .header-row .title-region .pane-node-field-alternate-title .field-item {
      font-size: 70px;
      font-size: 7rem;
      line-height: normal; } }
.node-type-donor-wall .header-row .title-region .pane-node-field-subtitle .pane-title {
  font-family: brothers, georgia, serif;
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: normal; }
  @media only screen and (min-width: 768px) {
    .node-type-donor-wall .header-row .title-region .pane-node-field-subtitle .pane-title {
      font-size: 52px;
      font-size: 5.2rem;
      line-height: normal; } }
.node-type-donor-wall .article-container-padding {
  margin-top: 20px; }
.node-type-donor-wall .pane-node-body {
  margin: 0 auto;
  max-width: 820px;
  text-align: center; }
  .node-type-donor-wall .pane-node-body p {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.25;
    margin-bottom: 30px; }
.node-type-donor-wall .views-exposed-form {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 782px; }
  @media only screen and (max-width: 767px) {
    .node-type-donor-wall .views-exposed-form .views-exposed-widget {
      float: none;
      padding: 0 0 20px 0; } }
  .node-type-donor-wall .views-exposed-form .image-or {
    float: left;
    text-align: center;
    width: 20%; }
    @media only screen and (max-width: 767px) {
      .node-type-donor-wall .views-exposed-form .image-or {
        float: none;
        margin-bottom: 20px;
        width: 100%; } }
    .node-type-donor-wall .views-exposed-form .image-or + .form-item {
      float: left;
      width: 80%; }
      @media only screen and (max-width: 767px) {
        .node-type-donor-wall .views-exposed-form .image-or + .form-item {
          float: none;
          margin: 0 auto;
          width: 100%; } }
  .node-type-donor-wall .views-exposed-form input::placeholder,
  .node-type-donor-wall .views-exposed-form select {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: normal;
    background-size: 50px;
    color: #69665e;
    font-style: normal;
    height: 47px; }
  .node-type-donor-wall .views-exposed-form input[type="text"] {
    background-image: url("/sites/all/modules/custom/custom/iknow_battlefield/includes/donor-wall/img/search.svg");
    background-position: 95% center;
    background-repeat: no-repeat;
    background-size: 20px; }
  .node-type-donor-wall .views-exposed-form .views-widget-filter-full_name {
    padding-right: 0;
    width: 40%; }
    @media only screen and (max-width: 767px) {
      .node-type-donor-wall .views-exposed-form .views-widget-filter-full_name {
        width: 100%; } }
  .node-type-donor-wall .views-exposed-form .views-widget-filter-field_donor_level_target_id {
    width: 60%; }
    @media only screen and (max-width: 767px) {
      .node-type-donor-wall .views-exposed-form .views-widget-filter-field_donor_level_target_id {
        width: 100%; } }
  .node-type-donor-wall .views-exposed-form .views-submit-button {
    display: none; }
.node-type-donor-wall .pane-node-field-related-view {
  margin-bottom: 50px; }
  .node-type-donor-wall .pane-node-field-related-view .table {
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      .node-type-donor-wall .pane-node-field-related-view .table {
        margin-bottom: 0; } }
  .node-type-donor-wall .pane-node-field-related-view .table-responsive table {
    border: 1px solid #3c3936; }
    .node-type-donor-wall .pane-node-field-related-view .table-responsive table caption {
      font-size: 20px;
      font-size: 2rem;
      line-height: 2.5;
      background-color: #3c3936;
      color: #ffffff;
      font-family: brothers, georgia, serif;
      font-weight: bold; }
      @media only screen and (max-width: 767px) {
        .node-type-donor-wall .pane-node-field-related-view .table-responsive table caption {
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 1.25; } }
      .node-type-donor-wall .pane-node-field-related-view .table-responsive table caption span {
        background-position: 20px center;
        background-repeat: no-repeat;
        background-size: 30px;
        display: block;
        padding-left: 60px;
        padding-right: 20px;
        width: 100%; }
        @media only screen and (max-width: 767px) {
          .node-type-donor-wall .pane-node-field-related-view .table-responsive table caption span {
            height: 100%;
            width: 97%;
            min-height: 50px;
            display: flex;
            align-items: center; } }
        .node-type-donor-wall .pane-node-field-related-view .table-responsive table caption span.level-1930 {
          background-image: url("/sites/all/modules/custom/custom/iknow_battlefield/includes/donor-wall/img/level-1930.svg"); }
        .node-type-donor-wall .pane-node-field-related-view .table-responsive table caption span.level-1931 {
          background-image: url("/sites/all/modules/custom/custom/iknow_battlefield/includes/donor-wall/img/level-1931.svg"); }
        .node-type-donor-wall .pane-node-field-related-view .table-responsive table caption span.level-1932 {
          background-image: url("/sites/all/modules/custom/custom/iknow_battlefield/includes/donor-wall/img/level-1932.svg"); }
        .node-type-donor-wall .pane-node-field-related-view .table-responsive table caption span.level-1933 {
          background-image: url("/sites/all/modules/custom/custom/iknow_battlefield/includes/donor-wall/img/level-1933.svg"); }
        .node-type-donor-wall .pane-node-field-related-view .table-responsive table caption span.level-1934 {
          background-image: url("/sites/all/modules/custom/custom/iknow_battlefield/includes/donor-wall/img/level-1934.svg"); }
        .node-type-donor-wall .pane-node-field-related-view .table-responsive table caption span.level-1935 {
          background-image: url("/sites/all/modules/custom/custom/iknow_battlefield/includes/donor-wall/img/level-1935.svg"); }
        .node-type-donor-wall .pane-node-field-related-view .table-responsive table caption span.level-1936 {
          background-image: url("/sites/all/modules/custom/custom/iknow_battlefield/includes/donor-wall/img/level-1936.svg"); }
        .node-type-donor-wall .pane-node-field-related-view .table-responsive table caption span.level-1937 {
          background-image: url("/sites/all/modules/custom/custom/iknow_battlefield/includes/donor-wall/img/level-1937.svg"); }
  .node-type-donor-wall .pane-node-field-related-view .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #ffffff;
    border-bottom: 1px solid #3c3936; }
  .node-type-donor-wall .pane-node-field-related-view .table-striped > tbody > tr:nth-of-type(even) {
    background-color: #ECEBE5;
    border-bottom: 1px solid #3c3936; }
  .node-type-donor-wall .pane-node-field-related-view .table-striped > tbody > tr:last-child {
    border-bottom: 0; }
  .node-type-donor-wall .pane-node-field-related-view table tbody td {
    font-size: 20px;
    font-size: 2rem;
    line-height: 2.5;
    width: 50%; }
    .node-type-donor-wall .pane-node-field-related-view table tbody td.views-field-full-name {
      color: #b5121b;
      cursor: pointer;
      padding-left: 20px;
      text-decoration: underline; }
  @media only screen and (max-width: 767px) {
    .node-type-donor-wall .pane-node-field-related-view table tbody tr {
      display: block; }
    .node-type-donor-wall .pane-node-field-related-view table tbody td {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: normal;
      border: 0;
      display: block;
      padding: 7px 10px;
      width: 100%; }
      .node-type-donor-wall .pane-node-field-related-view table tbody td.views-field-full-name {
        padding: 7px 10px 0; } }
.node-type-donor-wall .pane-fieldable-panels-pane.view-mode-pre_footer .col-right img {
  max-width: 160px; }
@media only screen and (max-width: 767px) {
  .node-type-donor-wall .pagination > li > a,
  .node-type-donor-wall .pagination > li > span {
    padding: 6px 8px; }
  .node-type-donor-wall .pagination .pager-ellipsis {
    display: none; } }

#certificateModal .modal-content,
.certificate-page .modal-content {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  width: 612px; }
  @media only screen and (max-width: 767px) {
    #certificateModal .modal-content,
    .certificate-page .modal-content {
      width: 100%; } }
#certificateModal .close,
.certificate-page .close {
  background-image: url("/sites/all/modules/custom/custom/iknow_battlefield/includes/donor-wall/img/close.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  font-size: 0;
  height: 30px;
  opacity: 1;
  position: absolute;
  right: -15px;
  width: 30px;
  z-index: 999; }
#certificateModal .modal-header,
#certificateModal .modal-footer,
.certificate-page .modal-header,
.certificate-page .modal-footer {
  border-bottom: 0;
  border-top: 0;
  padding-left: 0;
  padding-right: 0; }
#certificateModal .modal-body,
.certificate-page .modal-body {
  padding: 0;
  width: 612px; }
  @media only screen and (max-width: 767px) {
    #certificateModal .modal-body,
    .certificate-page .modal-body {
      width: 100%; } }
#certificateModal .modal-footer .btn,
.certificate-page .modal-footer .btn {
  background-position: 42px center;
  background-repeat: no-repeat;
  background-size: 20px;
  border: none;
  background-color: #b5121b;
  color: #fff;
  box-shadow: 0 0 0 3px #edeae3, 0 0 0 6px #b5121b;
  margin: 6px;
  text-indent: 16px;
  width: 182px; }
  #certificateModal .modal-footer .btn:nth-child(2),
  .certificate-page .modal-footer .btn:nth-child(2) {
    margin: 0 21px; }
  #certificateModal .modal-footer .btn.btn-download,
  .certificate-page .modal-footer .btn.btn-download {
    background-image: url("/sites/all/modules/custom/custom/iknow_battlefield/includes/donor-wall/img/download.svg");
    background-position: 25px center; }
  #certificateModal .modal-footer .btn.btn-print,
  .certificate-page .modal-footer .btn.btn-print {
    background-image: url("/sites/all/modules/custom/custom/iknow_battlefield/includes/donor-wall/img/print.svg");
    background-size: 25px; }
  #certificateModal .modal-footer .btn.btn-share,
  .certificate-page .modal-footer .btn.btn-share {
    background-image: url("/sites/all/modules/custom/custom/iknow_battlefield/includes/donor-wall/img/share.svg"); }
  @media only screen and (max-width: 767px) {
    #certificateModal .modal-footer .btn:nth-child(2),
    .certificate-page .modal-footer .btn:nth-child(2) {
      margin: 21px; } }

#donor-certificate {
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
  width: 612px; }
  @media only screen and (max-width: 767px) {
    #donor-certificate {
      width: 100%; } }
  #donor-certificate .certificate-background-image {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0; }
  #donor-certificate .certificate-wrapper {
    border: 2px solid #b5121b;
    left: 20px;
    position: absolute;
    top: 20px;
    width: 93%;
    z-index: 1; }
  #donor-certificate .certificate-inner {
    border: 1px solid #b5121b;
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: 2; }
  #donor-certificate .certificate-header {
    margin-top: 34px;
    margin-bottom: 70px; }
    @media only screen and (max-width: 767px) {
      #donor-certificate .certificate-header {
        margin-top: 18px;
        margin-bottom: 30px; }
        #donor-certificate .certificate-header img {
          height: auto;
          width: 152px; } }
  #donor-certificate .certificate-content {
    margin-bottom: 60px; }
    @media only screen and (max-width: 767px) {
      #donor-certificate .certificate-content {
        padding: 10px;
        margin-bottom: 40px; } }
  #donor-certificate h1 {
    font-size: 44px;
    font-size: 4.4rem;
    line-height: 1.13636;
    font-family: brothers, georgia, serif;
    margin-bottom: 18px; }
    @media only screen and (max-width: 767px) {
      #donor-certificate h1 {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.125;
        margin-bottom: 10px;
        margin-top: 10px; } }
  #donor-certificate p {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.30769; }
    @media only screen and (max-width: 767px) {
      #donor-certificate p {
        margin-bottom: 0; } }
    #donor-certificate p + p {
      margin-top: 40px; }
    @media only screen and (max-width: 767px) {
      #donor-certificate p {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.28571; }
        #donor-certificate p + p {
          margin-top: 10px; } }
  #donor-certificate .certificate-footer {
    bottom: 10px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: absolute;
    width: 100%; }
  #donor-certificate #certificate-level {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    align-items: center;
    display: flex;
    float: left;
    justify-content: flex-start;
    margin-left: 20px;
    margin-top: 64px;
    width: 50%; }
    #donor-certificate #certificate-level img {
      padding-right: 10px; }
    @media only screen and (max-width: 767px) {
      #donor-certificate #certificate-level {
        font-size: 11px;
        font-size: 1.1rem;
        line-height: 1.09091;
        margin-left: 2%;
        margin-top: 46px;
        width: 45%; }
        #donor-certificate #certificate-level img {
          height: auto;
          width: 30px; } }
  #donor-certificate .certificate-signature {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    float: right;
    margin-right: 20px;
    width: 225px; }
    #donor-certificate .certificate-signature img {
      height: auto;
      width: 172px; }
    @media only screen and (max-width: 767px) {
      #donor-certificate .certificate-signature {
        font-size: 11px;
        font-size: 1.1rem;
        line-height: 1.09091;
        margin-right: 2%;
        width: 45%; } }

#share-certificate-tooltip {
  transition: opacity 0.3s; }

#share-certificate-value {
  left: -99999px;
  position: absolute; }

.certificate-page #donor-certificate {
  margin: 10px auto; }
  @media print {
    .certificate-page #donor-certificate {
      margin: 0;
      width: 100% !important; } }
@media print {
  .certificate-page .modal-footer,
  .certificate-page #share-certificate-value {
    display: none; } }
