/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../../../../../../../../Users/sundar/.rvm/gems/ruby-2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../../../../Users/sundar/.rvm/gems/ruby-2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../../../Users/sundar/.rvm/gems/ruby-2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../../../Users/sundar/.rvm/gems/ruby-2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../../../Users/sundar/.rvm/gems/ruby-2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../../../Users/sundar/.rvm/gems/ruby-2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../../../Users/sundar/.rvm/gems/ruby-2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../../../Users/sundar/.rvm/gems/ruby-2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../../../Users/sundar/.rvm/gems/ruby-2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 2, ../sass/_base.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

/* line 4, ../sass/_base.scss */
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
}

/* line 6, ../sass/_base.scss */
ul, ol, h1, h2, h3, h4, p {
  margin: 0;
  padding: 0;
  font-weight: normal;
  list-style: none inside;
}

/* line 8, ../sass/_base.scss */
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

/* line 10, ../sass/_base.scss */
em, i {
  font-style: italic;
}

/* line 12, ../sass/_base.scss */
strong, b {
  font-weight: bold;
}

/* line 14, ../sass/_base.scss */
u, ins {
  text-decoration: underline;
}

/* line 16, ../sass/_base.scss */
s, del {
  text-decoration: line-through;
}

/* line 18, ../sass/_base.scss */
.unselectable {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* GENERAL ELEMENT STYLES */
/* line 69, ../sass/memorial_screen.sass */
body {
  font: 16px/1.35em "freight-text-pro", Georgia, serif;
  color: white;
  background: #1f1f29 url("../img/main/background_texture.gif");
  min-width: 61em;
  min-height: 100%;
  font-weight: 400;
  letter-spacing: 0;
}

/* line 79, ../sass/memorial_screen.sass */
a:hover {
  text-decoration: underline;
}

/* line 82, ../sass/memorial_screen.sass */
h2 {
  font-size: 1.5em;
  line-height: 1.3em;
}

/* line 87, ../sass/memorial_screen.sass */
h3 {
  font-weight: 300;
  font-size: 1.2em;
  line-height: 1.3em;
}

/* GENERAL CLASSES */
/* line 94, ../sass/memorial_screen.sass */
.icon {
  margin-right: 1em;
  height: 1.1em;
}

/* line 99, ../sass/memorial_screen.sass */
.ui {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

/* line 102, ../sass/memorial_screen.sass */
.button {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  letter-spacing: 1px;
  display: block;
  text-transform: uppercase;
  text-align: center;
  margin: 0.3em 0;
  font-size: 0.7em;
  font-weight: bold;
  font-family: "proxima-nova", Helvetica, sans-serif;
  line-height: 37px;
  height: 37px;
  width: 148px;
  background: url(../img/ui/green_button_short_double.png) no-repeat top;
  text-shadow: 0.1em 0.1em 0.2em black;
}
/* line 120, ../sass/memorial_screen.sass */
.button:hover {
  background: url(../img/ui/green_button_short_double.png) no-repeat bottom;
  text-decoration: none;
}
/* line 125, ../sass/memorial_screen.sass */
.button.long {
  width: 226px;
  background: url(../img/ui/green_button_long_double.png) no-repeat;
}
/* line 129, ../sass/memorial_screen.sass */
.button.long:hover {
  background: url(../img/ui/green_button_long_double.png) no-repeat bottom;
  text-decoration: none;
}

/* line 133, ../sass/memorial_screen.sass */
.vignette {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 141, ../sass/memorial_screen.sass */
.link {
  color: #8ac9cf;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "proxima-nova", Helvetica, sans-serif;
}

/* line 148, ../sass/memorial_screen.sass */
.overlay-background {
  opacity: 0.1;
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

/* line 160, ../sass/memorial_screen.sass */
.loading-icon {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  position: absolute;
  top: 20.5em;
  left: 50%;
  z-index: 100;
}

/* line 167, ../sass/memorial_screen.sass */
.no-overflow {
  overflow: hidden !important;
}

/* PAGE CORE SECTIONS */
/* line 172, ../sass/memorial_screen.sass */
#site-wrapper {
  position: relative;
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
}

/* line 176, ../sass/memorial_screen.sass */
#site-header {
  position: absolute;
  width: 100%;
  z-index: 10;
}
/* line 181, ../sass/memorial_screen.sass */
#site-header .site-header-in {
  position: relative;
  max-width: 61em;
  margin-left: auto;
  margin-right: auto;
  width: 80em;
}
/* line 185, ../sass/memorial_screen.sass */
#site-header .site-header-in .logo {
  font-size: 2.5em;
  line-height: 1em;
  float: left;
  margin-top: 0.5em;
  text-shadow: 0.05em 0.05em 0.1em black;
}
/* line 192, ../sass/memorial_screen.sass */
#site-header .site-header-in .logo a:hover {
  text-decoration: none;
}
/* line 195, ../sass/memorial_screen.sass */
#site-header .site-header-in .nav {
  overflow: auto;
}
/* line 198, ../sass/memorial_screen.sass */
#site-header .site-header-in .nav .main-menu {
  float: right;
}
/* line 201, ../sass/memorial_screen.sass */
#site-header .site-header-in .nav .main-menu .menu-item {
  text-transform: uppercase;
  text-shadow: 0.1em 0.1em 0.2em black;
  font-size: 0.85em;
  float: left;
  padding: 0 1.5em;
  color: white;
}
/* line 209, ../sass/memorial_screen.sass */
#site-header .site-header-in .nav .main-menu .menu-item .marker {
  visibility: hidden;
  border-top: 2px solid red;
  width: 2.5em;
  margin-bottom: 0.5em;
}
/* line 215, ../sass/memorial_screen.sass */
#site-header .site-header-in .nav .main-menu .menu-item .marker.active {
  visibility: visible;
}
/* line 218, ../sass/memorial_screen.sass */
#site-header .site-header-in .nav .main-menu .menu-item .label {
  position: relative;
  display: block;
  z-index: 100;
  color: white;
}
/* line 224, ../sass/memorial_screen.sass */
#site-header .site-header-in .nav .main-menu .menu-item .label:hover {
  color: #CCCCCC;
  text-decoration: none;
}
/* line 229, ../sass/memorial_screen.sass */
#site-header .site-header-in .nav .main-menu .menu-item .label.active {
  color: #addade;
  text-decoration: none;
}
/* line 233, ../sass/memorial_screen.sass */
#site-header .site-header-in .nav .main-menu .sec-menu {
  display: none;
  position: absolute;
  padding-top: 1em;
  margin-top: -1em;
  background: url("../img/ui/transparent.gif");
}
/* line 240, ../sass/memorial_screen.sass */
#site-header .site-header-in .nav .main-menu .sec-menu.hover {
  display: block;
}
/* line 244, ../sass/memorial_screen.sass */
#site-header .site-header-in .nav .main-menu .sec-menu.active {
  display: block;
}
/* line 248, ../sass/memorial_screen.sass */
#site-header .site-header-in .nav .main-menu .sec-menu .sec-menu-item {
  float: none;
  padding: 0;
}
/* line 252, ../sass/memorial_screen.sass */
#site-header .site-header-in .nav .main-menu .sec-menu .sec-menu-item .label {
  z-index: 0;
}
/* line 255, ../sass/memorial_screen.sass */
#site-header .site-header-in .nav .main-menu .sec-menu .tert-menu-item {
  font-size: 1em;
}
/* line 258, ../sass/memorial_screen.sass */
#site-header .site-header-in .nav .about-menu {
  float: right;
  font-size: 0.7em;
  margin: 1em;
}
/* line 263, ../sass/memorial_screen.sass */
#site-header .site-header-in .nav .about-menu .menu-item {
  float: right;
  padding: 0 0.5em;
}
/* line 267, ../sass/memorial_screen.sass */
#site-header .site-header-in .nav .button.join-us {
  color: white;
  float: right;
  margin: 0;
  font-size: 1.1em;
  font-weight: normal;
  width: 132px;
  height: 36px;
  line-height: 36px;
  background: url("../img/ui/joinus_button_double.png") no-repeat top;
}
/* line 280, ../sass/memorial_screen.sass */
#site-header .site-header-in .nav .button.join-us:hover {
  background: url("../img/ui/joinus_button_double.png") no-repeat bottom;
}

/* line 283, ../sass/memorial_screen.sass */
#main-content {
  float: left;
  width: 100%;
  min-height: 41em;
  position: relative;
}

/* line 290, ../sass/memorial_screen.sass */
#main-footer {
  position: relative;
  max-width: 61em;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  bottom: 0;
  z-index: 10;
  border-top: 1px solid #8ac9cf;
  margin-top: 1em;
  color: #8ac9cf;
}
/* line 299, ../sass/memorial_screen.sass */
#main-footer .footer-menu {
  font-size: 0.7em;
  margin-top: 0.5em;
}
/* line 303, ../sass/memorial_screen.sass */
#main-footer .footer-menu .menu-item {
  float: left;
  padding: 0 1em 0 0;
}
/* line 307, ../sass/memorial_screen.sass */
#main-footer .sharing-menu {
  font-size: 0.7em;
  float: right;
}
/* line 311, ../sass/memorial_screen.sass */
#main-footer .sharing-menu .label {
  line-height: 1.2em;
  margin: 0 1em;
  float: left;
}
/* line 316, ../sass/memorial_screen.sass */
#main-footer .sharing-menu .list {
  float: left;
}
/* line 319, ../sass/memorial_screen.sass */
#main-footer .sharing-menu .menu-item {
  float: left;
}
/* line 322, ../sass/memorial_screen.sass */
#main-footer .sharing-menu .menu-item .icon {
  height: 1.5em;
  margin-right: 0.5em;
}

/* COMPONENTS: CSS here is very general
 * as these views are used in several pages.
 * Ovewrite positioning and style attributes
 * under specific contexts.
 */
/* GALLERY VIEW COMPONENT */
/* line 333, ../sass/memorial_screen.sass */
.gallery-view {
  width: 61em;
  margin: auto;
}
/* line 337, ../sass/memorial_screen.sass */
.gallery-view .sections-nav {
  position: absolute;
  top: 23em;
}
/* line 341, ../sass/memorial_screen.sass */
.gallery-view .sections-nav.left {
  left: 1em;
}
/* line 344, ../sass/memorial_screen.sass */
.gallery-view .sections-nav.right {
  right: 1em;
}
/* line 347, ../sass/memorial_screen.sass */
.gallery-view .sections-nav a {
  opacity: 0.7;
}
/* line 350, ../sass/memorial_screen.sass */
.gallery-view .sections-nav a:hover {
  opacity: 1;
}
/* line 353, ../sass/memorial_screen.sass */
.gallery-view .slider {
  width: 61em;
  height: 40em;
}
/* line 357, ../sass/memorial_screen.sass */
.gallery-view .slider .image {
  position: relative;
  width: 920px;
  height: 518px;
}
/* line 362, ../sass/memorial_screen.sass */
.gallery-view .widgets {
  width: 20em;
  position: relative;
  margin-left: 2.5em;
  margin-top: -6.5em;
  text-transform: uppercase;
  color: #8ac9cf;
}
/* line 370, ../sass/memorial_screen.sass */
.gallery-view .widgets .icon {
  padding: 0.4em;
  vertical-align: middle;
}
/* line 374, ../sass/memorial_screen.sass */
.gallery-view .widgets .widget-item {
  font-size: 0.7em;
  line-height: 1em;
  float: left;
  margin-right: 1em;
}

/* FULLSCREEN COMPONENT */
/* line 381, ../sass/memorial_screen.sass */
.fullscreen-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  text-align: center;
  overflow: auto;
}
/* line 392, ../sass/memorial_screen.sass */
.fullscreen-overlay .overlay-background {
  background: black;
  opacity: 1;
}
/* line 396, ../sass/memorial_screen.sass */
.fullscreen-overlay .sharing-box {
  width: 100em;
  margin: -3em auto 1em auto;
  padding-left: 2em;
}
/* line 401, ../sass/memorial_screen.sass */
.fullscreen-overlay .sharing-box .sharing-box-view {
  width: 10em;
}
/* line 404, ../sass/memorial_screen.sass */
.fullscreen-overlay .thumbnail-grid {
  position: relative;
  margin: auto;
  display: inline-block;
  background: black;
}
/* line 410, ../sass/memorial_screen.sass */
.fullscreen-overlay .thumbnail-grid .thumbnail {
  margin: 0.5em 0.4em;
  width: 10em;
  float: left;
  opacity: 0.5;
}
/* line 416, ../sass/memorial_screen.sass */
.fullscreen-overlay .thumbnail-grid .thumbnail.active {
  opacity: 1;
}
/* line 418, ../sass/memorial_screen.sass */
.fullscreen-overlay .thumbnail-grid .thumbnail.active .image {
  border-color: #8ac9cf;
}
/* line 421, ../sass/memorial_screen.sass */
.fullscreen-overlay .thumbnail-grid .thumbnail:hover {
  opacity: 1;
}
/* line 425, ../sass/memorial_screen.sass */
.fullscreen-overlay .thumbnail-grid .thumbnail .image {
  width: 100%;
  border: 2px solid black;
}
/* line 429, ../sass/memorial_screen.sass */
.fullscreen-overlay .close-button {
  font-family: "proxima-nova", Helvetica, sans-serif;
  position: absolute;
  top: 2em;
  right: 1em;
}
/* line 435, ../sass/memorial_screen.sass */
.fullscreen-overlay .close-button .icon {
  vertical-align: middle;
  height: 2.5em;
  margin: 0 1em;
}
/* line 440, ../sass/memorial_screen.sass */
.fullscreen-overlay .sections-nav {
  top: 25em;
  padding: 0 2em;
}
/* line 444, ../sass/memorial_screen.sass */
.fullscreen-overlay .slider {
  position: relative;
  margin: auto;
  width: 100em;
  height: 56.49718em;
}
/* line 450, ../sass/memorial_screen.sass */
.fullscreen-overlay .slider .image-view {
  width: 100%;
  height: 100%;
}
/* line 454, ../sass/memorial_screen.sass */
.fullscreen-overlay .slider .image-view img {
  height: inherit;
  width: inherit;
}

/* SHARING BOX COMPONENT */
/* line 459, ../sass/memorial_screen.sass */
.sharing-box-view {
  text-align: left;
  position: relative;
}
/* line 463, ../sass/memorial_screen.sass */
.sharing-box-view .sharing-list {
  position: absolute;
  padding-bottom: 2em;
  bottom: 0;
  width: 12em;
}
/* line 469, ../sass/memorial_screen.sass */
.sharing-box-view .sharing-list .sharing-item {
  display: block;
  padding-top: 0;
  background: url("../img/ui/transparent.gif");
}
/* line 474, ../sass/memorial_screen.sass */
.sharing-box-view .sharing-list .icon {
  border-bottom: 1px solid #8ac9cf;
}

/* MAP NAV VIEW */
/* line 478, ../sass/memorial_screen.sass */
.map-nav-view {
  position: relative;
}
/* line 481, ../sass/memorial_screen.sass */
.map-nav-view .map-holder {
  margin-top: -5.6em;
  top: 50%;
  left: 0;
  width: 25em;
  height: 14em;
  overflow: hidden;
  position: absolute;
}
/* line 490, ../sass/memorial_screen.sass */
.map-nav-view .map-vignette {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
/* line 499, ../sass/memorial_screen.sass */
.map-nav-view .map-compass {
  width: 1.5em;
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
}
/* line 505, ../sass/memorial_screen.sass */
.map-nav-view .map-image {
  width: 100%;
  top: 0;
  left: 0;
}
/* line 510, ../sass/memorial_screen.sass */
.map-nav-view .selector {
  font: 1.3em/1.5em "proxima-nova", Helvetica, sans-serif;
  text-align: center;
  color: white;
  width: 22px;
  height: 30px;
  margin-left: -11px;
  margin-top: -30px;
  background: url("../img/ui/pin_sprite.png") no-repeat bottom left;
  z-index: 10;
}
/* line 521, ../sass/memorial_screen.sass */
.map-nav-view .selector.active, .map-nav-view .selector:hover {
  background: url("../img/ui/pin_sprite.png") no-repeat top left;
  z-index: 100;
}
/* line 525, ../sass/memorial_screen.sass */
.map-nav-view .close-button {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
}

/* LINK LIST VIEW COMPONENT */
/* line 534, ../sass/memorial_screen.sass */
.link-list-view .group {
  clear: both;
  color: #8ac9cf;
}
/* line 538, ../sass/memorial_screen.sass */
.link-list-view .group .group-label {
  font-weight: bold;
  line-height: 1em;
  float: left;
  margin-right: 1em;
  padding: 1em 0;
  border-bottom: 1px solid #8ac9cf;
  text-transform: uppercase;
  font-size: 0.75em;
  font-family: "proxima-nova", Helvetica, sans-serif;
}
/* line 549, ../sass/memorial_screen.sass */
.link-list-view .group .link-list {
  float: left;
  width: 75%;
}
/* line 553, ../sass/memorial_screen.sass */
.link-list-view .group .link {
  padding: 0.5em 0;
}

/* MEMBERS LIST COMPONENT VIEW */
/* line 559, ../sass/memorial_screen.sass */
.member-list-view .member {
  position: relative;
  clear: both;
}
/* line 563, ../sass/memorial_screen.sass */
.member-list-view .member .image {
  float: left;
  width: 110px;
}
/* line 567, ../sass/memorial_screen.sass */
.member-list-view .member .text {
  margin-left: 110px;
  padding-left: 2em;
  position: relative;
}
/* line 572, ../sass/memorial_screen.sass */
.member-list-view .member .text .fullname {
  text-transform: uppercase;
}
/* line 575, ../sass/memorial_screen.sass */
.member-list-view .member .text .position {
  font-style: italic;
}
/* line 578, ../sass/memorial_screen.sass */
.member-list-view .member .text .summary {
  margin: 1em 0;
}
/* line 581, ../sass/memorial_screen.sass */
.member-list-view .member .text .biography {
  margin-bottom: 1em;
}
/* line 584, ../sass/memorial_screen.sass */
.member-list-view .member .text .biography p {
  margin-bottom: 1em;
}
/* line 587, ../sass/memorial_screen.sass */
.member-list-view .member .text .link {
  font-size: 0.75em;
}
/* line 590, ../sass/memorial_screen.sass */
.member-list-view .member .text .link .show {
  display: inline;
}
/* line 593, ../sass/memorial_screen.sass */
.member-list-view .member .text .link .hide {
  display: none;
}
/* line 598, ../sass/memorial_screen.sass */
.member-list-view .member .text .link.active .show {
  display: none;
}
/* line 601, ../sass/memorial_screen.sass */
.member-list-view .member .text .link.active .hide {
  display: inline;
}
/* line 604, ../sass/memorial_screen.sass */
.member-list-view .member .text .divider {
  border-top: 1px solid white;
  margin: 1em 0;
  width: 3em;
}

/* ARTICLE PREVIEW */
/* line 610, ../sass/memorial_screen.sass */
.article-preview {
  background: url("../img/main/light_background_texture.gif");
  margin-bottom: 1em;
  overflow: auto;
}
/* line 615, ../sass/memorial_screen.sass */
.article-preview .article-metadata {
  text-transform: uppercase;
  color: #8ac9cf;
  font-size: 0.8em;
  font-weight: bold;
  display: block;
  margin: 2em 2em 0.5em 2em;
  font-family: "proxima-nova", Helvetica, sans-serif;
}
/* line 624, ../sass/memorial_screen.sass */
.article-preview .link {
  text-transform: uppercase;
  color: #8ac9cf;
  font-size: 0.8em;
  display: block;
}
/* line 630, ../sass/memorial_screen.sass */
.article-preview .header {
  float: left;
  width: 55%;
}
/* line 634, ../sass/memorial_screen.sass */
.article-preview .article-title {
  font-size: 1.2em;
  margin: 0 1.2em;
}
/* line 638, ../sass/memorial_screen.sass */
.article-preview .article-image {
  float: left;
  width: 45%;
}
/* line 642, ../sass/memorial_screen.sass */
.article-preview .article-url {
  clear: both;
  margin: 1em 1.8em 2em 1.8em;
}
/* line 648, ../sass/memorial_screen.sass */
.article-preview.featured .header {
  width: 100%;
}
/* line 651, ../sass/memorial_screen.sass */
.article-preview.featured .article-title {
  font-size: 1.3em;
  margin: 0 1.2em 1em 1.2em;
}
/* line 655, ../sass/memorial_screen.sass */
.article-preview.featured .article-image {
  width: 100%;
}
/* line 658, ../sass/memorial_screen.sass */
.article-preview.featured .article-summary {
  clear: both;
  padding: 1em 1.5em 0.5em 1.5em;
}

/* INFO BOX VIEW */
/* line 663, ../sass/memorial_screen.sass */
.info-box-view {
  width: inherit;
  position: absolute;
  margin-left: auto;
  margin-right: 1em;
  bottom: 0;
  background: url("../img/main/transparent_white_25.png");
  text-shadow: 0.1em 0.1em 0.2em black;
}
/* line 672, ../sass/memorial_screen.sass */
.info-box-view .title {
  margin: 0.7em 1em 0 1em;
  position: relative;
}
/* line 677, ../sass/memorial_screen.sass */
.info-box-view .description {
  position: relative;
  margin: 0em 1.5em 1em 1.5em;
  font-size: 1em;
}
/* line 682, ../sass/memorial_screen.sass */
.info-box-view .nav {
  position: relative;
  overflow: auto;
  margin: 1em 1.5em;
}
/* line 687, ../sass/memorial_screen.sass */
.info-box-view .nav .selectors {
  float: left;
}
/* line 690, ../sass/memorial_screen.sass */
.info-box-view .nav .selectors .selector {
  background: url("../img/ui/spot_button.png") top left no-repeat;
  width: 15px;
  height: 15px;
  display: block;
  float: left;
  margin: 0.2em 0.5em 0.2em 0;
}
/* line 698, ../sass/memorial_screen.sass */
.info-box-view .nav .selectors .selector.active {
  background: url("../img/ui/spot_button.png") bottom left no-repeat;
}
/* line 701, ../sass/memorial_screen.sass */
.info-box-view .nav .controls {
  float: left;
  font-size: 0.75em;
}

/* PAGINATION */
/* line 707, ../sass/memorial_screen.sass */
.pagination-view .link {
  margin: 0 0.3em;
  font-size: 0.9em;
}
/* line 711, ../sass/memorial_screen.sass */
.pagination-view .link.active {
  color: red;
}

/* ARTICLE VIEW */
/* line 717, ../sass/memorial_screen.sass */
.article-view .content {
  float: left;
  width: 100%;
}
/* line 721, ../sass/memorial_screen.sass */
.article-view .content.tagged {
  width: 65%;
}
/* line 724, ../sass/memorial_screen.sass */
.article-view .article-metadata {
  text-transform: uppercase;
  color: #8ac9cf;
  margin-bottom: 1em;
  font-weight: bold;
  display: block;
  font-family: "proxima-nova", Helvetica, sans-serif;
  font-size: 0.8em;
}
/* line 733, ../sass/memorial_screen.sass */
.article-view .article-image {
  width: 100%;
}
/* line 736, ../sass/memorial_screen.sass */
.article-view .article-caption {
  color: #666666;
  font-size: 0.8em;
  font-style: italic;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
/* line 743, ../sass/memorial_screen.sass */
.article-view .article-caption a {
  color: #999999;
  text-decoration: underline;
}
/* line 749, ../sass/memorial_screen.sass */
.article-view .article-content p {
  margin-bottom: 1em;
}
/* line 752, ../sass/memorial_screen.sass */
.article-view .article-content a {
  color: #c2e3e6;
  text-decoration: underline;
}
/* line 756, ../sass/memorial_screen.sass */
.article-view .article-url {
  margin-top: 1em;
  display: block;
  font-size: 0.8em;
}
/* line 761, ../sass/memorial_screen.sass */
.article-view .related {
  float: right;
  width: 35%;
}
/* line 767, ../sass/memorial_screen.sass */
.article-view .related .article-preview .article-image, .article-view .related .article-preview .article-summary {
  display: none;
}
/* line 771, ../sass/memorial_screen.sass */
.article-view .related .article-preview.featured .article-title {
  font-size: 1em;
  margin: 0 1.5em;
}
/* line 775, ../sass/memorial_screen.sass */
.article-view .related .article-preview .article-url {
  float: left;
  clear: both;
}
/* line 779, ../sass/memorial_screen.sass */
.article-view .related .header {
  width: 100%;
}
/* line 782, ../sass/memorial_screen.sass */
.article-view .related .list-title, .article-view .related .list {
  margin-left: 2em;
  margin-bottom: 1em;
}

/* CONTENT PAGES : These component-like pages are kept
 * outside of main content to reduce excessive cascading
 * and to improve performance */
/* OVERVIEW PAGE */
/* line 791, ../sass/memorial_screen.sass */
.page-overview-view {
  width: 61em;
  margin: auto;
}
/* line 795, ../sass/memorial_screen.sass */
.page-overview-view .general-section-view {
  position: relative;
}
/* line 800, ../sass/memorial_screen.sass */
.page-overview-view .general-section-view .general-section .description {
  width: 20em;
  position: absolute;
  top: 12em;
  z-index: 10;
  text-shadow: 0.1em 0.1em 0.2em black;
}
/* line 808, ../sass/memorial_screen.sass */
.page-overview-view .general-section-view .general-section .link {
  display: block;
  font-size: 0.8em;
  margin-top: 0.5em;
}
/* line 813, ../sass/memorial_screen.sass */
.page-overview-view .general-section-view .general-section figure {
  position: relative;
  margin: 3em 2em;
}
/* line 817, ../sass/memorial_screen.sass */
.page-overview-view .general-section-view .general-section figcaption {
  font-family: "proxima-nova", Helvetica, sans-serif;
  font-size: 0.6em;
  color: #666666;
}
/* line 822, ../sass/memorial_screen.sass */
.page-overview-view .quicklinks {
  float: right;
  margin-top: -3em;
  overflow: auto;
}
/* line 827, ../sass/memorial_screen.sass */
.page-overview-view .quicklinks .press-links {
  position: relative;
  width: 16em;
  float: right;
  margin-right: 3em;
  text-shadow: 0.1em 0.1em 0.2em black;
}
/* line 834, ../sass/memorial_screen.sass */
.page-overview-view .quicklinks .press-links .date {
  text-transform: uppercase;
  color: #8ac9cf;
  line-height: 1.9em;
}
/* line 839, ../sass/memorial_screen.sass */
.page-overview-view .quicklinks .press-links .source {
  line-height: 1.9em;
}
/* line 842, ../sass/memorial_screen.sass */
.page-overview-view .quicklinks .participation-links {
  margin-bottom: 1em;
  position: relative;
  float: right;
  padding: 1em 1.5em;
  background: url("../img/main/transparent_white_25.png");
  text-shadow: 0.1em 0.1em 0.2em black;
}
/* line 850, ../sass/memorial_screen.sass */
.page-overview-view .quicklinks .participation-links .text {
  width: 17em;
}
/* line 853, ../sass/memorial_screen.sass */
.page-overview-view .quicklinks .participation-links .link {
  display: block;
  font-size: 0.9em;
  margin-top: 0.5em;
}
/* line 858, ../sass/memorial_screen.sass */
.page-overview-view .quicklinks .participation-links .link .icon {
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0.5em;
}

/* EISENHOWER PAGE */
/* line 865, ../sass/memorial_screen.sass */
.page-eisenhower-view .widgets {
  display: none;
}

/* Keep ike section in the root to have consistent styles in different pages for this component */
/* line 870, ../sass/memorial_screen.sass */
.ike-section figure {
  position: relative;
  margin: 3em 2em;
}
/* line 874, ../sass/memorial_screen.sass */
.ike-section .intro-text {
  position: absolute;
  top: 15em;
  left: 50%;
  text-align: center;
  width: 30em;
  margin-left: -15em;
  text-shadow: 0.1em 0.1em 0.2em black;
}
/* line 883, ../sass/memorial_screen.sass */
.ike-section .intro-text .title {
  letter-spacing: 1px;
  line-height: 1.1em;
  font-family: "proxima-nova", Helvetica, sans-serif;
  font-size: 2.5em;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 891, ../sass/memorial_screen.sass */
.ike-section .intro-text .description {
  font-family: "freight-text-pro", Georgia, serif;
  font-size: 1em;
  margin-bottom: 1em;
}
/* line 896, ../sass/memorial_screen.sass */
.ike-section .intro-text .button.enter {
  margin: auto;
  font-size: 0.8em;
}

/* MEMORIAL PAGE */
/* line 901, ../sass/memorial_screen.sass */
.page-memorial-view {
  width: 61em;
  margin: auto;
}
/* line 905, ../sass/memorial_screen.sass */
.page-memorial-view .general-section-view {
  position: relative;
}
/* line 908, ../sass/memorial_screen.sass */
.page-memorial-view .general-section-view .description {
  width: 20em;
  position: absolute;
  top: 12em;
  z-index: 10;
  text-shadow: 0.1em 0.1em 0.2em black;
}
/* line 915, ../sass/memorial_screen.sass */
.page-memorial-view .general-section-view figure {
  position: relative;
  margin: 3em 2em;
}
/* line 919, ../sass/memorial_screen.sass */
.page-memorial-view .general-section-view figcaption {
  font-family: "proxima-nova", Helvetica, sans-serif;
  font-size: 0.6em;
  color: #666666;
}
/* line 924, ../sass/memorial_screen.sass */
.page-memorial-view .info-box {
  position: relative;
  width: 27.5em;
  float: right;
  height: 6.5em;
}

/* ABOUT PAGE */
/* line 931, ../sass/memorial_screen.sass */
.page-about-view {
  position: relative;
  max-width: 50em;
  margin-left: auto;
  margin-right: auto;
  background: url("../img/main/transparent_black_25.png");
  margin: 3em auto 0 auto;
  padding: 10em 4em 8em 4em;
  overflow: auto;
}
/* line 936, ../sass/memorial_screen.sass */
.page-about-view .divider {
  border-top: 1px solid white;
  margin: 1em 0 1.5em 0;
  width: 2em;
}
/* line 941, ../sass/memorial_screen.sass */
.page-about-view .title {
  line-height: 1.3em;
  font-size: 1.8em;
  margin-bottom: 0.5em;
  margin-bottom: 0;
}
/* line 945, ../sass/memorial_screen.sass */
.page-about-view .subtitle {
  font-size: 1.8em;
  font-style: italic;
  margin-bottom: 0.8em;
}
/* line 950, ../sass/memorial_screen.sass */
.page-about-view .faq {
  width: auto;
  padding: 0 3em;
  float: left;
}
/* line 955, ../sass/memorial_screen.sass */
.page-about-view .faq .question {
  text-transform: uppercase;
  margin-bottom: 0.5em;
}

/* JOIN US */
/* line 960, ../sass/memorial_screen.sass */
.page-joinus-view {
  position: relative;
  max-width: 50em;
  margin-left: auto;
  margin-right: auto;
  background: url("../img/main/transparent_black_25.png");
  margin: 3em auto 0 auto;
  padding: 10em 4em 8em 4em;
  overflow: auto;
}
/* line 965, ../sass/memorial_screen.sass */
.page-joinus-view .title {
  line-height: 1.3em;
  font-size: 1.8em;
  margin-bottom: 0.5em;
  white-space: nowrap;
}
/* line 969, ../sass/memorial_screen.sass */
.page-joinus-view .text {
  margin-bottom: 1em;
}
/* line 972, ../sass/memorial_screen.sass */
.page-joinus-view .link {
  color: #8ac9cf;
  text-transform: uppercase;
  font-size: 0.75em;
}
/* line 977, ../sass/memorial_screen.sass */
.page-joinus-view .actions {
  position: relative;
}
/* line 980, ../sass/memorial_screen.sass */
.page-joinus-view .actions .actions-in {
  position: absolute;
  top: 0;
  right: 0;
  width: 16em;
}
/* line 986, ../sass/memorial_screen.sass */
.page-joinus-view .actions .section {
  padding-bottom: 1.1em;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 1.1em;
}
/* line 991, ../sass/memorial_screen.sass */
.page-joinus-view .actions .button {
  margin: 1.8em auto 0.8em auto;
}
/* line 995, ../sass/memorial_screen.sass */
.page-joinus-view .find .links {
  text-align: center;
}
/* line 998, ../sass/memorial_screen.sass */
.page-joinus-view .find .icon {
  height: 2.1em;
}

/* line 1002, ../sass/memorial_screen.sass */
.donate-modal .button {
  margin: 1em auto;
}
/* line 1005, ../sass/memorial_screen.sass */
.donate-modal .title.divider {
  padding-bottom: 1em;
}
/* line 1008, ../sass/memorial_screen.sass */
.donate-modal .title.divider .ornament {
  border-top: 1px solid white;
  margin: 0.7em 0;
  width: 45%;
  float: left;
}
/* line 1014, ../sass/memorial_screen.sass */
.donate-modal .title.divider .text {
  text-align: center;
  width: 10%;
  float: left;
  margin: 0;
  font-style: italic;
}
/* line 1021, ../sass/memorial_screen.sass */
.donate-modal .address {
  text-align: center;
}
/* line 1024, ../sass/memorial_screen.sass */
.donate-modal .disclaimer {
  font-size: 0.8em;
  font-style: italic;
  color: #CCCCCC;
}

/* COMMISSION MISSION VIEW */
/* line 1031, ../sass/memorial_screen.sass */
.page-mission-view {
  position: relative;
  max-width: 50em;
  margin-left: auto;
  margin-right: auto;
  background: url("../img/main/transparent_black_25.png");
  margin: 3em auto 0 auto;
  padding: 10em 4em 8em 4em;
  overflow: auto;
}
/* line 1035, ../sass/memorial_screen.sass */
.page-mission-view .title {
  line-height: 1.3em;
  font-size: 1.8em;
  margin-bottom: 0.5em;
  clear: both;
}
/* line 1039, ../sass/memorial_screen.sass */
.page-mission-view .link {
  font-size: 0.75em;
  display: block;
}
/* line 1044, ../sass/memorial_screen.sass */
.page-mission-view .mission {
  width: 65%;
  float: left;
}
/* line 1048, ../sass/memorial_screen.sass */
.page-mission-view .mission .mission-caption {
  color: #999999;
  font-size: 1em;
  font-style: italic;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
/* line 1055, ../sass/memorial_screen.sass */
.page-mission-view .mission .mission-text {
  margin-bottom: 2em;
}
/* line 1058, ../sass/memorial_screen.sass */
.page-mission-view .files {
  width: 35%;
  float: left;
}
/* line 1062, ../sass/memorial_screen.sass */
.page-mission-view .files .subtitle {
  text-transform: uppercase;
  font-size: 1em;
  margin-bottom: 1em;
}
/* line 1067, ../sass/memorial_screen.sass */
.page-mission-view .files .minutes {
  margin-left: 2em;
  overflow: auto;
}
/* line 1071, ../sass/memorial_screen.sass */
.page-mission-view .files .budget {
  margin-top: 1em;
  margin-left: 2em;
  overflow: auto;
}

/* NEWS LIST PAGE VIEW */
/* line 1077, ../sass/memorial_screen.sass */
.page-news-view {
  position: relative;
  max-width: 50em;
  margin-left: auto;
  margin-right: auto;
  background: url("../img/main/transparent_black_25.png");
  margin: 3em auto 0 auto;
  padding: 10em 4em 8em 4em;
  overflow: auto;
}
/* line 1081, ../sass/memorial_screen.sass */
.page-news-view .title {
  line-height: 1.3em;
  font-size: 1.8em;
  margin-bottom: 0.5em;
}
/* line 1084, ../sass/memorial_screen.sass */
.page-news-view .news {
  width: 70%;
  float: left;
}
/* line 1088, ../sass/memorial_screen.sass */
.page-news-view .press {
  width: 30%;
  float: left;
}
/* line 1092, ../sass/memorial_screen.sass */
.page-news-view .press .title {
  padding-left: 1em;
}
/* line 1095, ../sass/memorial_screen.sass */
.page-news-view .press .pagination-view {
  margin-left: 1em;
}
/* line 1098, ../sass/memorial_screen.sass */
.page-news-view .press .article-preview {
  margin-left: 1em;
}
/* line 1101, ../sass/memorial_screen.sass */
.page-news-view .press .article-preview .title {
  font-size: 1em;
  padding-left: 0;
}
/* line 1105, ../sass/memorial_screen.sass */
.page-news-view .press .article-preview .header {
  width: auto;
}
/* line 1108, ../sass/memorial_screen.sass */
.page-news-view .press .article-preview .article-image {
  display: none;
}
/* line 1113, ../sass/memorial_screen.sass */
.page-news-view .press .article-preview.featured .article-image {
  display: block;
}
/* line 1116, ../sass/memorial_screen.sass */
.page-news-view .press .article-preview.featured .article-summary {
  display: none;
}

/* MEMBERS LIST PAGE VIEW */
/* line 1120, ../sass/memorial_screen.sass */
.page-member-list-view {
  position: relative;
  max-width: 38em;
  margin-left: auto;
  margin-right: auto;
  background: url("../img/main/transparent_black_25.png");
  margin: 3em auto 0 auto;
  padding: 10em 10em 8em 10em;
}
/* line 1123, ../sass/memorial_screen.sass */
.page-member-list-view .title {
  line-height: 1.3em;
  font-size: 1.8em;
  margin-bottom: 0.5em;
}

/* COMMITTEES VIEW */
/* line 1127, ../sass/memorial_screen.sass */
.page-committees-view {
  position: relative;
  max-width: 50em;
  margin-left: auto;
  margin-right: auto;
  background: url("../img/main/transparent_black_25.png");
  margin: 3em auto 0 auto;
  padding: 10em 4em 8em 4em;
  overflow: auto;
}
/* line 1131, ../sass/memorial_screen.sass */
.page-committees-view .title {
  line-height: 1.3em;
  font-size: 1.8em;
  margin-bottom: 0.5em;
}
/* line 1134, ../sass/memorial_screen.sass */
.page-committees-view .footnote {
  clear: both;
  margin-top: 3em;
  display: block;
  float: left;
  font-size: 0.9em;
}
/* line 1141, ../sass/memorial_screen.sass */
.page-committees-view .advisory {
  width: 66%;
  float: left;
}
/* line 1145, ../sass/memorial_screen.sass */
.page-committees-view .committee-sidebar {
  width: 34%;
  float: right;
}
/* line 1150, ../sass/memorial_screen.sass */
.page-committees-view .legacy .title {
  padding-left: 1em;
}
/* line 1153, ../sass/memorial_screen.sass */
.page-committees-view .legacy .text {
  margin-left: 0;
  padding-left: 2.2em;
  font-size: 0.8em;
}

/* CONTACT PAGE VIEW */
/* line 1159, ../sass/memorial_screen.sass */
.page-contact-view {
  position: relative;
  max-width: 50em;
  margin-left: auto;
  margin-right: auto;
  background: url("../img/main/transparent_black_25.png");
  margin: 3em auto 0 auto;
  padding: 10em 4em 8em 4em;
  overflow: auto;
}
/* line 1163, ../sass/memorial_screen.sass */
.page-contact-view .title {
  line-height: 1.3em;
  font-size: 1.8em;
  margin-bottom: 0.5em;
}
/* line 1166, ../sass/memorial_screen.sass */
.page-contact-view .contact-us {
  width: 65%;
  float: left;
}
/* line 1170, ../sass/memorial_screen.sass */
.page-contact-view .contact-us .form-container {
  background: url("../img/main/light_background_texture.gif");
  padding: 1em 1em 1em 1.5em;
}
/* line 1174, ../sass/memorial_screen.sass */
.page-contact-view .contact-us .field {
  clear: both;
  margin: 1em;
  overflow: auto;
}
/* line 1179, ../sass/memorial_screen.sass */
.page-contact-view .contact-us .label, .page-contact-view .contact-us label {
  line-height: 2em;
}
/* line 1182, ../sass/memorial_screen.sass */
.page-contact-view .contact-us .form-item {
  clear: both;
  position: relative;
  overflow: hidden;
}
/* line 1189, ../sass/memorial_screen.sass */
.page-contact-view .contact-us .form-item.form-type-checkbox .form-checkbox {
  clear: both;
  margin: 0.5em 2em 0.5em 1em;
  float: left;
  display: block;
}
/* line 1195, ../sass/memorial_screen.sass */
.page-contact-view .contact-us .form-item.form-type-checkbox .option {
  line-height: 1.5em;
  float: left;
  width: 70%;
  display: block;
}
/* line 1201, ../sass/memorial_screen.sass */
.page-contact-view .contact-us #webform-component-contact-ambassador {
  margin-left: 2.7em;
  display: block;
}
/* line 1205, ../sass/memorial_screen.sass */
.page-contact-view .contact-us #webform-component-contact-ambassador .option {
  width: auto;
}
/* line 1208, ../sass/memorial_screen.sass */
.page-contact-view .contact-us .input, .page-contact-view .contact-us .form-text, .page-contact-view .contact-us .form-textarea {
  float: right;
  width: 70%;
  background-color: #16161d;
  border: 2px solid #33434a;
  color: white;
  line-height: 2em;
  height: 2em;
  border-radius: 2px;
  font-family: "proxima-nova", Helvetica, sans-serif;
  font-size: 1em;
}
/* line 1220, ../sass/memorial_screen.sass */
.page-contact-view .contact-us .form-textarea {
  padding: 0.5em;
  width: 30em;
  max-width: 30em;
  line-height: 1.5em;
  height: 10em;
  float: left;
  margin: 1em 0;
}
/* line 1229, ../sass/memorial_screen.sass */
.page-contact-view .contact-us .fieldset-wrapper {
  overflow: auto;
  position: relative;
}
/* line 1233, ../sass/memorial_screen.sass */
.page-contact-view .contact-us .fieldset-wrapper .fieldset-description {
  margin: 1em 0;
}
/* line 1236, ../sass/memorial_screen.sass */
.page-contact-view .contact-us .fieldset-wrapper #recaptcha_area {
  margin: 1em auto;
}
/* line 1239, ../sass/memorial_screen.sass */
.page-contact-view .contact-us .submit {
  margin: 1em auto;
  padding: 0;
  color: white;
  border: 0;
}
/* line 1245, ../sass/memorial_screen.sass */
.page-contact-view .contact-info {
  width: 30%;
  float: left;
}
/* line 1249, ../sass/memorial_screen.sass */
.page-contact-view .contact-info .contact-info-in {
  padding-left: 2em;
}
/* line 1252, ../sass/memorial_screen.sass */
.page-contact-view .contact-info .address {
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: 1px solid #666666;
}
/* line 1257, ../sass/memorial_screen.sass */
.page-contact-view .contact-info .icon {
  height: 2.5em;
}
/* line 1260, ../sass/memorial_screen.sass */
.page-contact-view .error {
  background-color: #313643;
  color: #8ac9cf;
  border: 2px solid #8ac9cf;
  font-family: sans-serif;
  text-transform: uppercase;
  font-size: 0.75em;
  margin-bottom: 2em;
}

/* PAGE CREDITS VIEW */
/* line 1270, ../sass/memorial_screen.sass */
.page-credits-view {
  position: relative;
  max-width: 38em;
  margin-left: auto;
  margin-right: auto;
  background: url("../img/main/transparent_black_25.png");
  margin: 3em auto 0 auto;
  padding: 10em 10em 8em 10em;
}
/* line 1273, ../sass/memorial_screen.sass */
.page-credits-view .title {
  line-height: 1.3em;
  font-size: 1.8em;
  margin-bottom: 0.5em;
}
/* line 1276, ../sass/memorial_screen.sass */
.page-credits-view .section {
  margin-bottom: 1em;
}
/* line 1279, ../sass/memorial_screen.sass */
.page-credits-view .section img {
  height: 3em;
}
/* line 1282, ../sass/memorial_screen.sass */
.page-credits-view .section .link {
  margin: 1em 0;
  display: block;
  clear: both;
  font-size: 0.75em;
}
/* line 1288, ../sass/memorial_screen.sass */
.page-credits-view .section-title {
  margin-bottom: 1em;
  text-transform: uppercase;
  font-size: 1em;
}

/* PAGE MEMORIAL VIDEO VIEW */
/* line 1295, ../sass/memorial_screen.sass */
.page-memorial-video-view .video-container {
  margin: 3em 2em;
}
/* line 1298, ../sass/memorial_screen.sass */
.page-memorial-video-view .video-container .vignette {
  margin: inherit;
}

/* 404 PAGE */
/* line 1302, ../sass/memorial_screen.sass */
.page-404 {
  position: relative;
  max-width: 38em;
  margin-left: auto;
  margin-right: auto;
  background: url("../img/main/transparent_black_25.png");
  margin: 3em auto 0 auto;
  padding: 10em 10em 8em 10em;
  height: 15em;
  text-align: center;
}

/* PAGE DONATION VIEW */
/* line 1308, ../sass/memorial_screen.sass */
.page-donation-view {
  overflow: auto;
  margin: auto;
  padding-top: 3em;
  max-width: 976px;
}
/* line 1316, ../sass/memorial_screen.sass */
.page-donation-view .title {
  line-height: 1.3em;
  font-size: 1.8em;
  margin-bottom: 0.5em;
  white-space: nowrap;
}
/* line 1320, ../sass/memorial_screen.sass */
.page-donation-view .donation-level {
  background: url("../img/main/light_background_texture.gif");
  padding: 1em 1em 1em 1.5em;
  margin-bottom: 1em;
  overflow: auto;
  width: 100%;
}
/* line 1327, ../sass/memorial_screen.sass */
.page-donation-view .level-title {
  cursor: pointer;
}
/* line 1330, ../sass/memorial_screen.sass */
.page-donation-view .level-amounts {
  font-style: italic;
  color: #addade;
}
/* line 1334, ../sass/memorial_screen.sass */
.page-donation-view .benefit-list {
  padding-top: 1em;
  display: none;
}
/* line 1337, ../sass/memorial_screen.sass */
.page-donation-view .benefit-list li {
  margin-left: 1em;
  margin-bottom: 2em;
}
/* line 1344, ../sass/memorial_screen.sass */
.page-donation-view .benefit-text {
  font-style: italic;
  color: #8ac9cf;
}
/* line 1348, ../sass/memorial_screen.sass */
.page-donation-view .text {
  margin-bottom: 1em;
}
/* line 1351, ../sass/memorial_screen.sass */
.page-donation-view .link {
  color: #8ac9cf;
  text-transform: uppercase;
  font-size: 0.75em;
}
/* line 1356, ../sass/memorial_screen.sass */
.page-donation-view .donate {
  position: relative;
  margin-right: 16em;
  padding-right: 3em;
  float: left;
  width: 57%;
}
/* line 1363, ../sass/memorial_screen.sass */
.page-donation-view .donate .button {
  margin: 1em auto;
}
/* line 1366, ../sass/memorial_screen.sass */
.page-donation-view .donate .title.divider {
  padding-bottom: 1em;
}
/* line 1369, ../sass/memorial_screen.sass */
.page-donation-view .donate .title.divider .ornament {
  border-top: 1px solid white;
  margin: 0.7em 0;
  width: 45%;
  float: left;
}
/* line 1375, ../sass/memorial_screen.sass */
.page-donation-view .donate .title.divider .text {
  text-align: center;
  width: 10%;
  float: left;
  margin: 0;
  font-style: italic;
}
/* line 1382, ../sass/memorial_screen.sass */
.page-donation-view .donate .address {
  text-align: center;
}
/* line 1385, ../sass/memorial_screen.sass */
.page-donation-view .donate .disclaimer {
  font-size: 0.8em;
  font-style: italic;
  color: #CCCCCC;
}
/* line 1390, ../sass/memorial_screen.sass */
.page-donation-view .actions {
  position: relative;
}
/* line 1393, ../sass/memorial_screen.sass */
.page-donation-view .actions .actions-in {
  position: absolute;
  top: 0;
  right: 0;
  width: 16em;
}
/* line 1399, ../sass/memorial_screen.sass */
.page-donation-view .actions .section {
  padding-bottom: 1.1em;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 1.1em;
}
/* line 1404, ../sass/memorial_screen.sass */
.page-donation-view .actions .button {
  margin: 1.8em auto 0.8em auto;
}
/* line 1408, ../sass/memorial_screen.sass */
.page-donation-view .find .links {
  text-align: center;
}
/* line 1411, ../sass/memorial_screen.sass */
.page-donation-view .find .icon {
  height: 2.1em;
}

/* DONOR WALL */
/* line 1431, ../sass/memorial_screen.sass */
.donor-title-txt {
  font-family: "freight-text-pro", Georgia, serif;
  font-size: 28px;
  color: #1a2f61;
  margin-bottom: 10px;
}

/* line 1437, ../sass/memorial_screen.sass */
.donor-subtitle-txt {
  font-family: "freight-text-pro", Georgia, serif;
  font-size: 16px;
  line-height: 20px;
  color: #1a2f61;
}

/* line 1443, ../sass/memorial_screen.sass */
.donor-button-txt {
  font-family: "proxima-nova", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 900;
  color: #8ac9cf;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.075em;
  cursor: pointer;
}
/* line 1453, ../sass/memorial_screen.sass */
.donor-button-txt.inverse {
  color: #FFF;
}

/* line 1456, ../sass/memorial_screen.sass */
.donor-section-txt {
  font-family: "freight-text-pro", Georgia, serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 20px;
  color: #1a2f61;
}
/* line 1463, ../sass/memorial_screen.sass */
.donor-section-txt.sub {
  font-size: 16px;
}

/* line 1466, ../sass/memorial_screen.sass */
.donor-name-txt {
  font-family: "freight-text-pro", Georgia, serif;
  font-size: 16px;
  line-height: 18px;
  color: #1a2f61;
  display: inline-block;
}

/* line 1473, ../sass/memorial_screen.sass */
.donate-wrapper {
  position: relative;
  background-color: #edf9fa;
  margin: auto auto 30px;
  height: auto;
  overflow: hidden;
}
/* line 1480, ../sass/memorial_screen.sass */
.donate-wrapper div {
  position: relative;
}

/* line 1483, ../sass/memorial_screen.sass */
.donate-header {
  width: 100%;
  height: 535px;
  overflow: visible;
}

/* line 1488, ../sass/memorial_screen.sass */
.donate-header-bkg {
  background-size: 100% 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: black;
  width: 100%;
  height: 535px;
  overflow: hidden;
}

/* line 1503, ../sass/memorial_screen.sass */
.iphone .donate-header-bkg {
  background-image: url(../img/memorial/eisenhowermemorial_phone.jpeg);
}

/* line 1507, ../sass/memorial_screen.sass */
.ipad .donate-header-bkg {
  background-image: url(../img/memorial/eisenhowermemorial_phone.jpeg);
}

/* line 1511, ../sass/memorial_screen.sass */
.android .donate-header-bkg {
  background-image: url(../img/memorial/eisenhowermemorial_phone.jpeg);
}

/* line 1514, ../sass/memorial_screen.sass */
.donate-header-text {
  -moz-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
  position: absolute !important;
  bottom: -149px;
  left: 26.65975%;
  width: 47.09544%;
  background-color: white;
  text-align: center;
  padding-top: 24px;
  padding-bottom: 25px;
  z-index: 1;
}

/* line 1527, ../sass/memorial_screen.sass */
.donate-btn {
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  display: block;
  background: url(../img/memorial/button-donate.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  line-height: 44px;
  height: 44px;
  width: 65.19824%;
  margin: 27px auto 0;
}

/* line 1539, ../sass/memorial_screen.sass */
.donate-list {
  width: 100%;
  padding-top: 191px;
  padding-bottom: 90px;
  text-align: center;
}
/* line 1545, ../sass/memorial_screen.sass */
.donate-list .donor-title-txt {
  margin-bottom: 35px;
}

/* line 1548, ../sass/memorial_screen.sass */
.donor-section {
  display: inherit;
  margin-bottom: 40px;
}

/* line 1552, ../sass/memorial_screen.sass */
.donor-section-header {
  text-align: center;
  margin: auto;
}

/* line 1556, ../sass/memorial_screen.sass */
.donor-section-icon {
  margin-bottom: 5px;
}

/* line 1559, ../sass/memorial_screen.sass */
.donor-section-list {
  margin-top: 25px;
  margin-bottom: 5px;
  text-align: center;
}

/* line 1564, ../sass/memorial_screen.sass */
.donor-column {
  width: calc(33% - 40px);
  padding: 0 20px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}

/* line 1571, ../sass/memorial_screen.sass */
.donor-overflow {
  display: none;
}

/* line 1574, ../sass/memorial_screen.sass */
.donor {
  margin-bottom: 8px;
}
/* line 1577, ../sass/memorial_screen.sass */
.donor a {
  opacity: 1;
}
/* line 1580, ../sass/memorial_screen.sass */
.donor a:hover {
  opacity: 0.5;
}
/* line 1583, ../sass/memorial_screen.sass */
.donor img {
  height: 60px;
  width: auto;
}

/* line 1587, ../sass/memorial_screen.sass */
.backline {
  width: 65.3527%;
  margin: auto;
}
/* line 1591, ../sass/memorial_screen.sass */
.backline .donor-section-txt {
  width: auto;
  display: inline-block;
  background-color: #edf9fa;
  padding: 0 20px;
}
/* line 1597, ../sass/memorial_screen.sass */
.backline:before {
  border-top: 1px solid #1a2f61;
  content: " ";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

/* line 1608, ../sass/memorial_screen.sass */
.video {
  margin: 0;
  padding: 0;
  position: absolute;
  top: -1%;
  left: -1%;
  width: 102%;
  min-width: 100%;
  min-height: 100%;
}

/* line 1619, ../sass/memorial_screen.sass */
.iphone .video {
  display: none;
}

/* line 1623, ../sass/memorial_screen.sass */
.ipad .video {
  display: none;
}

/* line 1627, ../sass/memorial_screen.sass */
.donor-section-center .donor-section-txt {
  margin-bottom: 5px;
}

/* line 1631, ../sass/memorial_screen.sass */
.full-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 1638, ../sass/memorial_screen.sass */
.check-view {
  z-index: 1000;
}
/* line 1641, ../sass/memorial_screen.sass */
.check-view .full-layer.background {
  background: black;
  opacity: 0.6;
}
/* line 1645, ../sass/memorial_screen.sass */
.check-view .main-content {
  padding-right: 1em;
}
/* line 1648, ../sass/memorial_screen.sass */
.check-view .about-box {
  background: #141721;
  color: #FFF;
  font-size: 1em;
  font-family: "freight-text-pro", Georgia, serif;
  line-height: 1.5;
  padding: 4em 2em 2em;
}
/* line 1656, ../sass/memorial_screen.sass */
.check-view .about-box.donate-modal {
  -moz-box-shadow: rgba(0, 0, 0, 0.85) 0 0 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.85) 0 0 5px;
  box-shadow: rgba(0, 0, 0, 0.85) 0 0 5px;
  position: relative;
  left: 50%;
  top: 50%;
  width: 500px;
  margin-left: -282px;
  margin-top: -186px;
}
/* line 1666, ../sass/memorial_screen.sass */
.check-view .about-box .about-title {
  position: absolute;
  top: 1.175em;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: "proxima-nova", Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 1.3em;
}
/* line 1675, ../sass/memorial_screen.sass */
.check-view .about-box .about-content {
  overflow: auto;
  width: 100%;
  height: 100%;
  position: relative;
}
/* line 1681, ../sass/memorial_screen.sass */
.check-view .about-box .about-content .content {
  margin-right: 1em;
}
/* line 1684, ../sass/memorial_screen.sass */
.check-view .about-box .about-content p {
  margin-top: 0.5em;
}
/* line 1687, ../sass/memorial_screen.sass */
.check-view .about-box .about-content p:last-child {
  margin-bottom: 0;
}
/* line 1692, ../sass/memorial_screen.sass */
.check-view .about-box .about-content .field-name-field-credit-firm-logo img {
  margin-top: 0.5em;
  height: 3em;
  width: auto;
}
/* line 1697, ../sass/memorial_screen.sass */
.check-view .about-box .about-content .field-label {
  font-size: 0.9em;
  font-weight: bold;
  font-family: "proxima-nova", Helvetica, sans-serif;
  text-transform: uppercase;
  color: #8ac9cf;
  margin-top: 1em;
}
/* line 1705, ../sass/memorial_screen.sass */
.check-view .close-button {
  position: absolute;
  width: 1.75em;
  height: 1.75em;
  top: 1.3em;
  right: 1.3em;
  cursor: pointer;
}
