/* This file will hold styles for the mobile version of your website (mobile first). */
/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide. */

/**
 * General elements
 */
body {
  margin: 0;
  color: #191f2c;
}

a:focus {
  outline: #555 dotted 1px;
}

.clearbefore {
  clear:both;
}
.region-content h1,
.region-content h2,
.region-content h3,
.region-content h4,
.region-content h5,
.region-content h6 {
  font-weight: normal;
  margin-bottom: .35em;
}

.region-content h1,
.region-content h2,
.region-content h3 {
  color: #21578e;
}

.region-content h1 {
  font-size: 40px;
  line-height: 44px;
  margin-top: .2em;
}

.region-content h2 {
  font-size: 26px;
  margin-bottom: 5px;
  letter-spacing: normal;
}

.front #zone-content {
  width: 100%;
  background-color: #FFF;
  margin-bottom: 0;
}

#zone-content article h2 {
  font-family: Arial, sans-serif;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 26px;
}
.banner-page #zone-content article h2 {
  font-family: FreightTextProSemibold-Regular, 'Georgia', serif;
}
.region-content h3 {
  font-size: 1.4em;
}

.region-content h4 {
  font-size: 1.1em;
  margin-bottom: 0.5em;
  text-transform: none;
}

.region-content h5 {
  font-size: 1.1em;
  font-style: italic;
}

.region-content h6 {
  font-size: 1em;
  font-style: italic;
}

.node ul,
.region-content .block-menu-block ul {
  margin-left: 0;
  padding-left: 1em;
}

.node ul li,
.region-content .block-menu-block ul li {
  background: transparent url('../images/bullet-blue.png') no-repeat left .6em;
  list-style: none;
  margin: 0 0 1em 0;
  padding-left: .8em;
  padding-top: 0;
}

.node ol {
  margin: 1.1em;
}

a:link, a:visited {
  color: #21578e;
}

a:visited {
  color: #807452;
}

h2 a:link,
h2 a:visited {
  color: #305392;
  text-decoration: none;
}

h2 a:hover,
h2 a:focus {
  text-decoration: underline;
}

body.front h2 a:after {
  content: '';
  border: solid #305392;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: relative;
  top: -2px;
  left: 8px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  letter-spacing: -0.03em;
  font-family: FreightTextProSemibold-Regular, 'Georgia', serif;
}

label {
  font-weight: normal;
}

input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #212121;
  background-image: none;
  border-color: #fff;
  color: white;
  margin: 0;
  text-shadow: none;
}
textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
  height: auto;
  min-height: 32px;
}

.left {
  float: left;
  margin-bottom: 1em;
  margin-right: 1.5em;
}

.center {
  text-align: center;
}

.caps-bold {
  font-size: 17px;
  line-height: 24px;
  font-weight: bold;
}

.caps-bold + .views-field-title {
  font-size: 17px;

  line-height: 24px;
}

.extension {
  text-transform: uppercase;
}

.views-exposed-form .views-exposed-widget {
  font-family: Arial, sans-serif;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 15px;
  margin: 0.2em 0;
}

.views-exposed-form .views-widget label {
  font-weight: normal;
}

.column {
  float: none !important;
  width: auto !important;
}

.hidden {
  display: none;
}

.offscreen {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

#messages {
  padding-top: 20px;
  z-index: 4;
}

#cboxTitle p {
  margin-bottom: .5em;
}

#cboxLoadedContent p {
  margin-bottom: 1em;
}

.view-multimedia-revamp .title ~ p,
.not-front #zone-content article {
  font-size: 17px;
  line-height: 24px;
}

/**
 * Buttons
 */

.button {
  background-color: #212121;
  border: solid 1px;
  border-color: #787a7c #5c5e63 #3a4356;
  color: white;
  padding: 3px 10px 4px;
}

a.button {
  color: white;
  text-decoration: none;
}

.red-button,
input.red-button {
  background-color: #9C3017;
}
/*
.red-button:hover,
input.red-button:hover,
.red-button:focus,
input.red-button:focus {
  background-color: #b83921;
}
*/

.callout-button {
  -webkit-box-shadow: 2px 4px 8px 1px #a5a5a5;
  box-shadow: 2px 4px 8px 1px #a5a5a5;
  font-size: 1.33em;
  font-family: Arial, sans-serif;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  margin-bottom: .5em;
  text-align: center;
  margin-top: 1.2em;
}

.callout-button a:hover,
.callout-button a:focus {
  background: #002147 url('../images/background-button.gif') repeat-x left top;
}

.callout-button a {
  color: white;
  text-decoration: none;
  background: #21578e url('../images/background-button.gif') repeat-x left top;
  display:block;
  padding-top: .75em;
  padding-bottom: .35em;
}

.node .callout-button {
  display: inline-block;
  padding-left: 2em;
  padding-right: 2em;
}

.blue-button {
  background-color: #21578e;
  border: none;
}

.blue-button a {
  color: white;
  text-decoration: none;
}

a.button-blue-gradient,
input.button-blue-gradient,
a.button-blue-gradient:hover,
input.button-blue-gradient:hover {
  background: #21568d; /* Old browsers */
  background: -moz-linear-gradient(top, #21568d 0%, #1e4e80 50%, #1b4773 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #21568d), color-stop(50%, #1e4e80), color-stop(100%, #1b4773)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #21568d 0%, #1e4e80 50%, #1b4773 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #21568d 0%, #1e4e80 50%, #1b4773 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #21568d 0%, #1e4e80 50%, #1b4773 100%); /* IE10+ */
  background: linear-gradient(to bottom, #21568d 0%, #1e4e80 50%, #1b4773 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#21568d', endColorstr='#1b4773', GradientType=0); /* IE6-9 */
  border: 1px solid #8b95a0;
  padding: 5px 14px 6px;
  font-style: italic;
}

a.button-gray-gradient,
input.button-gray-gradient,
a.button-gray-gradient:hover,
input.button-gray-gradient:hover {
  background: #f5f5f5; /* Old browsers */
  background: -moz-linear-gradient(top, #f5f5f5 0%, #d6d6d6 50%, #c0c0c0 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(50%, #d6d6d6), color-stop(100%, #c0c0c0)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f5f5f5 0%, #d6d6d6 50%, #c0c0c0 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f5f5f5 0%, #d6d6d6 50%, #c0c0c0 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f5f5f5 0%, #d6d6d6 50%, #c0c0c0 100%); /* IE10+ */
  background: linear-gradient(to bottom, #f5f5f5 0%, #d6d6d6 50%, #c0c0c0 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#c0c0c0', GradientType=0); /* IE6-9 */
  border: 1px solid #8b95a0;
  color: #323232;
  font-family: 'FreightTextProSemibold-Italic', 'Georgia', serif;
  padding: 5px 8px 6px;
}

.paragraph-margin p {
  margin-bottom: 0;
}

.region-sidebar-second .cantfind ul {
  padding-left: 10px;
}

.context-database-search .region-sidebar-second .cantfind,
.context-honor-roll-database-search .region-sidebar-second .cantfind {
  padding: 20px;
}

/**
 * Pagination
 */

body .pager-list ul.pager,
body .pager-list ul.pager li,
body .pager-list ul.pager li a {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  position: static;
  width: auto;
}

body .pager-list ul.pager {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}

body .pager-list {
  margin-top: 1em;
  position: relative;
  clear:both;
}

body .pager-list .item-list {
  text-align: center;
}

body .pager-list ul.pager li {
  padding: 4px 8px;
}

body .pager-list ul.pager li a {
  color: #21578e;
  padding: 0;
}

body .pager-list ul.pager li.pager-current {
  color: #323232;
}

/**
 * Ajax throbber
 */

html.js .ajax-progress .throbber {
  position: absolute;
  right: 0;
  top: 0;
}

html.js .views-exposed-widgets-wrapper .ajax-progress .throbber {
  right: 1em;
  bottom: .75em;
  top: auto;
}

html.js ul.pager .ajax-progress .throbber {
  right: 6em;
  top: .1em;
}

html.js .basic-pager ul.pager .ajax-progress .throbber {
  right: -3em;
  top: -.33em;
}



/**
 * Old card view/multimedia
 */

.view-id-multimedia div,
.view-id-multimedia ul,
.view-id-multimedia p {
  margin-left: 0;
  padding-left: 0;
}

/**
 * Tables
 */

.region-content table tr {
  border: none;
}

.region-content table tr.even td {
  background-color: #eee;
}

.region-content table tr.odd td {
  background-color: white;
}

.region-content table th {
  background-color: #21578e;
  color: white;
  font-weight: bold;
}

/**
 * Expanding/collapsing content
 */

.cemeteries-memorials-map .views-exposed-widget .label-header span.arrow,
.collapsible-header span.arrow {
  background: transparent url('../images/expanded-collapsed.png') no-repeat right top;
  display: inline-block;
  height: 10px;
  margin-left: .4em;
  width: 10px;
}

.cemeteries-memorials-map .views-exposed-widget.expanded .label-header span.arrow,
.collapsible-header.expanded span.arrow {
  background: transparent url('../images/expanded-collapsed.png') no-repeat right -236px;
}

/**
 * Callout blocks
 */

.callout {
  border-top: solid 1px #eaeaea;
  padding-top: .8em;
}

.callout-3 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
}

.callout-3 img {
  height: auto;
  max-width: 100%;
}

@media screen and (max-width: 465px) {
  .callout-3 {
    margin-left: auto;
    margin-right: auto;
    width: 207px;
  }

  .callout-3 .text,
  .callout-3 .image {
    float: none;
    width: 100%;
  }

  .callout-3 img {
    width: auto;
  }
}

@media screen and (min-width: 466px) {
  .callout-3 {
    min-height: 125px;
  }

  .callout-3 .text {
    float: left;
    margin-left: 215px;
    top: 0;
  }

  .callout-3 .text p {
    margin-bottom: .33em;
  }

  .callout-3 .image {
    position: absolute;
    width: 207px;
  }
}

.callout img,
.callout .image {
  margin-bottom: .65em;
}

/**
 * Taxonomy theming
 */

.taxonomy ul.legend {
  background: #d0d0d0; /* Old browsers */
  background: -moz-linear-gradient(top, #d0d0d0 0%, #dddddd 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d0d0d0), color-stop(100%, #dddddd)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d0d0d0 0%, #dddddd 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d0d0d0 0%, #dddddd 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d0d0d0 0%, #dddddd 100%); /* IE10+ */
  background: linear-gradient(to bottom, #d0d0d0 0%, #dddddd 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0d0d0', endColorstr='#dddddd', GradientType=0); /* IE6-9 */
  -webkit-box-shadow: 2px 2px 5px 2px #EBEBEB;
  box-shadow: 2px 2px 5px 2px #EBEBEB;
  margin-bottom: 1em;
}

.taxonomy ul.legend li {
  display: inline-block;
  line-height: 1.5em;
  margin-bottom: .5em;
  margin-right: 2em;
  margin-top: .5em;
}

.taxonomy ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.taxonomy ul li {
  background: transparent url('../images/star-sprite.png') no-repeat left -110px;
  margin: 0;
  padding-left: 30px;
}

.taxonomy ul li.term-7 {
  background-position: left -53px;
}

.taxonomy ul li.term-6 {
  background-position: left 5px;
}






.page-education .more-block,
.page-multimedia .more-block {
  margin-top: 2em;
}

.page-multimedia .views-exposed-form #edit-field-cemetery-or-memorial-nid-wrapper {
  /*width:200px;*/
}

.page-multimedia .views-exposed-form #edit-field-cemetery-or-memorial-nid-wrapper select {
  height: 34px;
  margin-right: 7px;
  padding-left: 10px;
  width: 230px;
}

.region-sidebar-first .block,
.region-sidebar-second .block {
  padding: .5em 1em;
}

.region-sidebar-second .block {
  background-color: white;
  margin: 1em auto;
}

/**
 * General blocks
 */

.block {
  position: relative;
}

.shadow {
  -webkit-box-shadow: 1px 1px 10px 8px #013;
  box-shadow: 1px 1px 10px 8px #013;
}

.block .banner {
  background: transparent url('../images/background-translucent-gray.png') repeat-x left top;
  color: white;
  font-size: 1.6em;
  height: 2em;
  padding-top: .33em;
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 100%;
}

.block .striped {
  background: transparent url('../images/background-translucent-striped.png') repeat-x left top;
  padding-top: .4em;
}

.block .banner a {
  color: white;
  text-decoration: none;
}

.block .banner {
  cursor: pointer;
}

.block .starred span {
  background: transparent url('../images/background-starred.png') repeat-x 50% 8px;
  display: block;
  text-align: center;
}

.block .banner a,
.block .banner span {
  font-family: FreightTextProSemibold-Regular, 'Georgia', serif;
  font-size: 22px;
}

.region-sidebar-second .block.facebook {
  background: transparent url('../images/background-striped-light-gray.png') repeat left top;
  padding: 13px;
  margin-top: 1em;
}

.region-sidebar-second .block.facebook .content {
  padding-bottom: 0;
}

.block.facebook div {
  display: block;
  width: 100%;
  background: #fff;
  text-align: center;
}

.block.facebook img {
  display: block;
  margin: 0 auto;
  padding: 32px;
  max-width: 100%;
  height: auto !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.not-front .block.video .video-thumbnail {
  border: solid 5px #545454;
}

.not-front .block.video .video-thumbnail img {
  width: 100%;
}

.not-front .fields-of-honor .banner {
  font-size: 1.1em;
  height: 1.5em;
  padding-top: .1em;
  position: relative;
  margin-top: -1.6em;
  width: 100%;
}

.not-front .fields-of-honor img {
  width: 100%;
}

.not-front .fields-of-honor .starred a {
  background: transparent url('../images/background-starred.png') repeat-x 50% 4px;
}

.region-sidebar-second .view-monument-video-webcam .views-row {
  margin-top: 1em;
}

.region-sidebar-second .view-monument-video-webcam .views-row-first {
  margin-top: 0;
}

.region-sidebar-second .news-view .views-row {
  margin-bottom: 1em;
}

.region-sidebar-second .news-view .body {
  font-size: .95em;
}

.region-sidebar-first {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width: 739px) {
  .node-type-decedent .region-sidebar-first {
    padding: 20px;
  }
}

.region-sidebar-first .block-menu-block h2.block-title,
.region-sidebar-second .block-menu-block h2.block-title {
  font-size: 1.2em;
  font-style: italic;
  font-weight: normal;
  text-transform: none;
}

.region-sidebar-first .block-menu-block .content,
.region-sidebar-second .block-menu-block .content {
  font-size: .9em;
}

.region-sidebar-first .block-menu-block .content ul,
.region-sidebar-second .block-menu-block .content ul {
  list-style: none;
}

.region-sidebar-first .block-menu-block .content ul li,
.region-sidebar-second .block-menu-block .content ul li {
  list-style: none;
  list-style-image: none;
  margin-left: .8em;
}

.region-sidebar-first .block-menu-block .content ul li.expanded span,
.region-sidebar-first .block-menu-block .content ul li.collapsed span,
.region-sidebar-second .block-menu-block .content ul li.expanded span,
.region-sidebar-second .block-menu-block .content ul li.collapsed span {
  background: transparent url('../images/expanded-collapsed.png') no-repeat right -1px;
  display: inline-block;
  height: 10px;
  margin-left: .25em;
  width: 10px;
}

.region-sidebar-first .block-menu-block .content ul li.expanded span,
.region-sidebar-second .block-menu-block .content ul li.expanded span {
  background: transparent url('../images/expanded-collapsed.png') no-repeat right -236px;
}

.region-sidebar-first .block-menu-block .content ul li ul,
.region-sidebar-second .block-menu-block .content ul li ul {
  /* line-height: .9em; */
  margin-left: .8em;
  text-indent: -.8em;
}

.region-sidebar-first .block-menu-block .content ul li ul li:before,
.region-sidebar-second .block-menu-block .content ul li ul li:before {
  content: "\2013  ";
}

.region-sidebar-second .burial-search,
.view .callout-block {
  background: transparent url('../images/background-striped-light-gray.png') repeat left top;
}

.region-sidebar-second .burial-search {
  margin-top: 3em;
  margin-bottom: 20px;
  padding: 0 10px;
}

.view .callout-block {
  margin-bottom: 1em;
}

@media screen and (max-width: 733px) {
  .view .callout-block {
    height: auto !important;
  }
}

.view .callout-block .block-inner {
  padding: .75em .75em 0;
}

.region-sidebar-second .burial-search .block-inner .content,
.view .callout-block .block-inner .content {
  border: none;
  padding-bottom: .5em;
  font-family: Arial, sans-serif;
  font-family: 'Source Sans Pro', Arial, sans-serif;
}

.region-sidebar-second .burial-search h2 {
  margin-top: 0;
  font-size: 32px;
  letter-spacing: 0.5px;
  font-weight: 400;
  line-height: 1.3;
}

.region-sidebar-second .burial-search h2 span {
  display: block;
  text-transform: uppercase;
  font-size: 17px;
  color: #444;
  letter-spacing: 0.2px;
  font-weight: normal;
  margin-top: 11px;
}

.view .callout-block h2.block-title {
  color: #21578e;
  font-size: 1em;
  font-weight: normal;
}

.view .callout-block p {
  margin-bottom: .5em;
  margin-top: .5em;
}

.region-sidebar-second .block p {
  margin-top: 0;
  margin-bottom: 16px;
  color: #444;
  line-height: 1.8;
}

.region-sidebar-second .burial-search p {
  margin-top: 17px;
  line-height: 1.5;
  max-width: 240px;
}

.region-sidebar-second .burial-search input#search {
  width: calc(100% - 93px);
  border: 1px solid #ccc;
  padding-left: 10px;
  font-size: 16px;
  padding-top: 3px;
  padding-bottom: 0;
}

.region-sidebar-second .burial-search input.red-button {
  font-size: 16px;
  padding: 1px 2px 2px;
  width: 90px;
  border: 1px solid #9C3017;
}

.region-sidebar-second .korean-honor-roll-block {
  background: none;
  margin: .5em auto;
  width: 251px;
  padding: 0;
}

.region-sidebar-second .upcoming-events h2 {
  font-family: FreightTextProSemibold-Regular, 'Georgia', serif;
  margin-top: 10px;
  margin-bottom: 13px;
  font-size: 22px;
}

.region-sidebar-second .upcoming-events .views-row {
  margin-bottom: 28px;
}

.region-sidebar-second .upcoming-events .views-row-last {
  margin-bottom: 0;
}

.region-sidebar-second .upcoming-events .caps-bold {
  display: block;
}

/* Learning + Resources and Multimedia Sidebar */

.node-type-lesson-plan .node .content img {
  float: right;
  margin: 0 0 5px 5px;
}

.view-learning-and-resources .block-block .content ul {
  padding-left: 2em;
}

.sidebar-exposed h2.block-title {
  font-family: Arial, sans-serif;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  text-transform: none;
  padding-bottom: 0.5em;
}

.sidebar-exposed .views-exposed-form .views-exposed-widget {
  float: none;
}

@media screen and (max-width: 733px) {
  .page-learning-resources .sidebar-exposed .views-exposed-form .views-exposed-widget {
    margin: 0;
  }
}

.page-education .view-filters,
.page-multimedia .view-filters,
.page-learning-resources .view-filters {
  margin-bottom: 2em;
}

.twocolumn:after {
  clear: both;
  display: table;
  content: '';
}

.twocolumn .image-column {
  float: left;
  margin-right: 20px;
  margin-bottom: 2rem;
}

.twocolumn .image-column + .text-column {
  float: left;
  width: calc(100% - 247px);
  min-width: 240px;
}

.page-education .counts .views-row,
.page-learning-resources .counts .views-row {
  min-height: 0;
  text-transform: lowercase;
}

.page-education .counts,
.page-multimedia .counts,
.page-learning-resources .counts {
  margin-bottom: 1em;
}

.page-education .counts .views-row-last .comma,
.page-multimedia .counts .views-row-last .comma,
.page-learning-resources .counts .views-row-last .comma {
  display: none;
}

.page-education .counts .views-row .period,
.page-multimedia .counts .views-row .period,
.page-learning-resources .counts .views-row .period {
  display: none;
}

.page-education .counts .views-row-last .period,
.page-multimedia .counts .views-row-last .period,
.page-learning-resources .counts .views-row-last .period {
  display: inline;
}

.page-education .counts div,
.page-multimedia .counts div,
.page-learning-resources .counts div,
.page-education .counts p,
.page-multimedia .counts p,
.page-learning-resources .counts p {
  display: inline;
}

.page-education .form-item-field-cemetery-or-memorial-nid,
.page-multimedia .form-item-field-cemetery-or-memorial-nid,
.page-learning-resources .form-item-field-cemetery-or-memorial-nid {
  max-width: 207px;
}

.page-education .view-filters-inner h2,
.page-multimedia .view-filters-inner h2,
.page-learning-resources .view-filters-inner h2 {
  color: black;
  font-family: Arial, sans-serif;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: .85em;
  font-weight: bold;
}

.page-education .views-exposed-form .views-exposed-widgets .views-submit-button,
.page-multimedia .views-exposed-form .views-exposed-widgets .views-submit-button,
.page-learning-resources .views-exposed-form .views-exposed-widgets .views-submit-button {
  float: left;
  padding-right: .5em;
}

.block--exp-news-events-page-1 .views-exposed-form label,
.view-news-events .views-exposed-form label,
.view-multimedia-revamp .views-exposed-form label {
  height: 25px;
}

.block--exp-news-events-page-1 .views-exposed-form label {
  font-weight: bold;
}

.block--exp-news-events-page-1 .views-exposed-form input[type="submit"],
.view-news-events .views-exposed-form input[type="submit"],
.view-multimedia-revamp .views-exposed-form input[type="submit"] {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  display: inline-block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #b4aaa9;
  cursor: pointer;
  color: #fff;
  font-family: Arial, sans-serif;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 32px;
  min-height: 32px;
  padding: 0 20px;
  background-color: #953922;
  margin-top: 25px;
}

.view-news-events .views-exposed-form .custom-select > span,
.view-multimedia-revamp .views-exposed-form .custom-select > span {
  background: #fff url(../images/bg-dropdown.png) right center no-repeat;
  min-height: 32px;
  line-height: 32px;
  margin-right: 10px;
}

.block--exp-news-events-page-1 .views-exposed-form,
.view-news-events .views-exposed-form,
.view-multimedia-revamp .views-exposed-form {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #b4aaa9;
  margin-bottom: 10px;
  clear: both;
}

.block--exp-news-events-page-1 select.replaced {
  min-width: 120px;
}

#views-exposed-form-news-events-page-1 .views-exposed-widget > .views-widget h3,
#views-exposed-form-news-events-page-1 .views-exposed-widget > .views-widget br {
  display: none;
}

@media (max-width: 739px) {
  .view-multimedia-revamp .views-row {
    max-width: 100% !important;
  }

  .view-multimedia-revamp.view-display-id-attachment_5 > .view-header > .card-view,
  .view-multimedia-revamp.view-display-id-attachment_5 > .view-content > .views-row {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
}

.view-multimedia-revamp.view-display-id-attachment_5 > .view-header .card-view header,
.view-multimedia-revamp.view-display-id-attachment_5 > .view-content article header {
  background: linear-gradient(to top, #000000, transparent 90%);
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 20px 10px;
}

.view-multimedia-revamp.view-display-id-attachment_5 > .view-header .card-view header a,
.view-multimedia-revamp.view-display-id-attachment_5 > .view-content article header a {
  text-decoration: none;
  color: #fff;
  font-family: Arial, sans-serif;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
  display: block;
}

.view-multimedia-revamp.view-display-id-attachment_5 > .view-content article header a {
  font-size: 1rem;
}

.view-multimedia-revamp.view-display-id-attachment_5 > .view-header .card-view img,
.view-multimedia-revamp.view-display-id-attachment_5 > .view-content > .views-row img {
  width: 100%;
  height: auto !important;
}

.view-multimedia-revamp .video {
  position: relative;
}

.view-multimedia-revamp.view-display-id-attachment_5 > .view-content > .views-row > .views-field-title a,
.view-multimedia-revamp.view-display-id-block_1 > .view-content .views-row .views-field-title a {
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}

/**
 * Education page
 */
.block-education-block-1 .view.view-popular-resources + h2 {
  border-top: 1px solid #bbbbbb;
  clear: both;
  padding-top: 1em;
}

.block-education-block-1 .view-education > .view-header > .view.view-popular-resources {
  margin-bottom: 2em;
}

.block-education-block-1 .view-education > .view-header > .view.view-popular-resources > .view-content .views-row {
  margin-bottom: 15px;
  line-height: 1.3;
}

.block-education-block-1 .view-education > .view-header > .view.view-popular-resources > .view-content .views-row a {
  float: none;
}

.block-education-block-1 .view-education .views-row {
  margin-bottom: 1em;
}

.block-education-block-1 .view-education .views-row .views-field-path + div {
  margin-top: 1em;
}

/**
 * Exposed filters
 */

.sidebar-exposed fieldset.bef-select-as-checkboxes-fieldset {
  margin-bottom: 0;
}

.page-multimedia .sidebar-exposed .views-widget-filter-type {
  margin-top: 0;
}

.page-learning-resources .sidebar-exposed .views-exposed-widget.views-widget-filter-field_publication_grade_level_value {
  margin-top: 0;
  padding-top: .5em;
}

.page-news-events-events .column-left .label-header,
.page-learning-resources .sidebar-exposed .label-header,
.page-multimedia .sidebar-exposed .label-header,
.form-item-field-cemetery-or-memorial-nid legend {
  margin-bottom: .5em;
  font-weight: bold;
}

.page-learning-resources .sidebar-exposed .description,
.page-multimedia .sidebar-exposed .description {
  color: black;
  font-size: 1em;
  font-weight: bold;
  margin-top: 2em;
}

.sidebar-exposed .views-exposed-widget.views-widget-filter-field_publication_grade_level_value .bef-checkboxes .form-item {
  float: left;
  margin-right: 2.5em;
}

.sidebar-exposed .views-submit-button,
.sidebar-exposed .views-submit-button,
.sidebar-exposed #edit-type-wrapper {
  clear: both;
}

.sidebar-exposed label {
  font-weight: normal;
}

.sidebar-exposed legend .fieldset-legend,
.sidebar-exposed legend .fieldset-legend {
  padding-left: 0;
  background: none;
}

.sidebar-exposed legend .fieldset-legend a,
.sidebar-exposed legend .fieldset-legend a {
  text-decoration: none;
  color: #000;
}

.sidebar-exposed legend .fieldset-legend a:hover,
.sidebar-exposed legend .fieldset-legend a:hover {
  text-decoration: none;
  color: #000;
  cursor: default;
}

.sidebar-exposed legend .fieldset-wrapper,
.sidebar-exposed legend .fieldset-wrapper {
  display: block !important;
}

.flexslider {
  background: transparent;
  border: none;
  margin: 0;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  zoom: 1;
}
.flexslider .views-field-field-carousel-image:before {
  content:'';
  display:block;
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index: 2;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000000+100&0+0,0.46+100 */
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.46) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.46) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,0.46) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#75000000',GradientType=0 ); /* IE6-9 */
}
.flexslider .slides img {
  width: 100% !important;
  height: auto !important;
  display: block;
  max-width: none !important;
}

.views-slideshow-controls-bottom {
  display: none;
}

.views-slideshow-controls-text-pause {
  display: none;
}

.view-carousel.flexslider .view-footer {
  clear: both;
}

.flexslider .views-field.views-field-body {
  padding: 20px 0 0;
}

.flexslider .views-field.views-field-body * {
  color: #305392;
}
.flexslider .views-field.views-field-body p {
  color: #000;
}
.flexslider .views-field.views-field-body .body,
.flexslider .views-field.views-field-body .body * {
  font-size:18px;
}

.flexslider .views-field.views-field-body h3 {
  font-size:28px;
  line-height:1.1;
}
.flexslider .views-field.views-field-body h3 a {
  text-decoration:none;
}
.flexslider .views-field.views-field-body h3 a:after {
  content: '';
  border: solid #305392;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: relative;
  top: -2px;
  left: 8px;
}

@media screen and (min-width:1024px){
  .flexslider .views-field.views-field-body {
    position: absolute;
    bottom: 0;
    padding: 20px 20px 0;
    z-index: 3;
    max-height: 90%;
    overflow: hidden;
  }
  .flexslider .views-field.views-field-body h3 a:after {
    border: solid #FFF;
    border-width: 0 2px 2px 0;
  }
  .flexslider .views-field-view-node a:before {
    z-index: 2;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+53,000000+100&0+52,0.65+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 40%, rgba(0,0,0,0.01) 5%, rgba(0,0,0,0.85) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 40%,rgba(0,0,0,0.01) 5%,rgba(0,0,0,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 40%,rgba(0,0,0,0.01) 5%,rgba(0,0,0,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
  }
  .flexslider .views-field.views-field-body p,
  .flexslider .views-field.views-field-body * {
    color: #FFF;
  }
}
.flex-control-nav {
  bottom: -10px;
}

.flex-control-nav li,
.flex-control-nav li:first-child {
  margin:0 5px;
}
.flex-control-nav li a {
  width: 13px;
  height: 13px;
  display: block;
  /*background: url(../images/bg_control_nav.png) no-repeat 0 0;*/
  background: #FFF;
  border:1px solid #305392;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  text-indent: -9999px;
}
.flex-control-nav li a.active {
  background:#305392;
}

/**
 * Non-flexslider featured images
 */

.featured-image {
  margin-bottom: 1em;
}
.flexslider .featured-image {
  margin-bottom:0;
}

.featured-image img {
  height: auto;
  max-width: 100%;
  width: 100%;
}

.featured-image .caption {
  color: #444;
  font-style: italic;
}

/**
 * Drupal tabs
 */
#page ul.primary {
  white-space: inherit;
}

/**
 * Other homepage elements
 */

.front .region-content {
  margin: 0;
  width: 100%;
}



.front .zone-postscript .block {
  margin: 1em auto;
  text-align: center;
}

.zone-postscript .feature-1 .block-inner,
.zone-postscript .feature-2 .block-inner,
.zone-postscript .services .block-inner {
  border: solid 5px #545454;
}

.zone-postscript .feature-1 img,
.zone-postscript .feature-2 img,
.zone-postscript .services img {
  height: auto !important;
  width: 100%;
}

.region-sidebar-second .tablet-only,
.zone-postscript .tablet-only {
  display: none;
}

.region-sidebar-second .burial-search input.red-button {
  padding-top: 0;
  padding-bottom: 0;
  height: 32px;
  line-height: 32px;
}

/* EMAIL SIGNUP */
#prefix-overlay-outer input[type="email"] {
  line-height: 25px !important;
}



/**
 * General content
 */

#breadcrumb {
  font-family: Arial, sans-serif;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 14px;
}

#breadcrumb a,
#breadcrumb a:visited {
  text-decoration:none;
  color: #325e9f;
}

#breadcrumb a:hover,
#breadcrumb a:focus {
  text-decoration: underline;
}

#breadcrumb .separator {
  color: #325e9f;
}

/**
 * Cemeteries & Memorials content type
 */

h1 .title {
  margin-right: .3em;
}

h1 .country {
  border-left: solid 1px #c6c6c6;
  display: inline-block;
  font-size: .75em;
  padding-left: .5em;
}

.info h2 {
  background: transparent url('../images/background-striped-light.png') repeat left top;
  color: #010101;
}

.info .colon {
  display: none;
}

.info.first .field {
  line-height: 1.1em;
  margin-bottom: .2em;
  position: relative;
}

.info.first .field-items {
  line-height: 1.1em;
}

.info.first .field-label {
  margin-bottom: .5em;
}

.info .contact {
  margin-bottom: 1em;
  margin-top: 0;
}

.node-type-cemetery-or-memorial .view-news.view-display-id-block_1 {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.node-type-cemetery-or-memorial .first .field-label {
  margin-right: .25em;
  /* text-align: right;
  width: 120px; */
}

.node-type-cemetery-or-memorial .node-cemetery-or-memorial {
  position: relative;
  /*padding-bottom: 57%;*/
  padding-top: 0px;
  /*height: 0;
  overflow: hidden;*/
  padding-bottom: 0;
  height: auto;
  margin-top: 1em;
}

.node-type-cemetery-or-memorial .node-cemetery-or-memorial iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid #545454 !important;
}

.node-type-cemetery-or-memorial .flexslider-node .flexslider {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.block-quicktabs ul.quicktabs-tabs {
  display: none;
}

.block-quicktabs ul.quicktabs-tabs li.active {
  border-bottom: solid 1px #e7e7e8;
}

.quicktabs-hide {
  display: block;
}

.location {
  margin-bottom: 0;
}

.location abbr {
  display: none;
}

.block-gallery-block .views-row {
  display: inline-block;
  height: 102px;
  margin-bottom: .3em;
  width: 102px;
}

.block-gallery-block .views-row a {
  display: block;
  height: 100px;
  line-height: 100px;
}

.node-type-cemetery-or-memorial h2 {
  margin-top: 1em;
}

h2.accordion {
  background-color: #bcbdc0;
  cursor: pointer;
}

h2.accordion.active {
  background-color: #e7e7e8;
}

.cemeteries-memorials-pubs {
  margin-top: 1em;
  margin-bottom: 1em;
}

.cemeteries-memorials-pubs .views-row {
  margin-bottom: 1em;
  position: relative;
  box-sizing: border-box;
}

.cemeteries-memorials-pubs .views-row img {
  display: block;
  max-width: 100%;
}

.info h2 {
  margin-bottom: .5em;
}

.info h2,
h2.accordion {
  font-size: 1em;
  padding: .25em .5em .1em;
  text-align: center;
}

h2.accordion {
  margin-top: 1px;
  margin-bottom: 0;
}

.quicktabs-wrapper {
  margin-top: .5em;
}

.quicktabs_main .view-content {
  margin-top: .5em;
}

.block-quicktabs .view-gallery .view-content {
  padding-bottom: .5em;
}

.view-monument-tabs .button {
  margin-bottom: 1em;
  text-align: center;
}

.view-monument-tabs .button a {
  text-align: center;
  width: 100%;
}

.view-monument-tabs .coordinates {
  margin-bottom: 1em;
}

/**
 * Cemeteries & Memorials map
 */

.cemeteries-memorials-map #popup_contentDiv a,
.cemeteries-memorials-map #popup_contentDiv a:visited,
.cemeteries-memorials-map #popup_contentDiv a:hover,
.cemeteries-memorials-map #popup_contentDiv a:focus {
  color: white;
}

.cemeteries-memorials-map .openlayers-container-map-abmc_map {
  max-width: 100% !important;
}

.cemeteries-memorials-map .openlayers-map-abmc_map {
  max-width: 100% !important;
}

.cemeteries-memorials-map .filter-main {
  font-family: Arial, sans-serif;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: .9em;
  font-weight: bold;
  margin: .25em 0 .5em 1.2em;
  text-transform: uppercase;
}

.filtered-view .filters {
  border: solid 1px #dbdbdb;
  margin-top: 1em;
  padding: 1em;
}

.filtered-view .views-exposed-form label {
  font-size: 1.05em;
  margin-bottom: .5em;
}

.filtered-view .views-exposed-form .form-item .form-item label {
  font-size: 1em;
  margin-bottom: 0;
}

.cemeteries-memorials-map .label-header {
  color: #21578e;
  cursor: pointer;
}

.cemeteries-memorials-map .views-widget-filter-field_monument_type_value .label-header {
  display: none;
}

.filtered-view .views-exposed-form .views-exposed-widget {
  border-bottom: solid 1px #dbdbdb;
  float: none;
  padding: 1em 0;
}

.filtered-view .views-exposed-form .views-widget-filter-field_monument_type_value {
  padding-top: 0;
}

.filtered-view .views-exposed-form .form-item .form-item {
  display: block;
  float: left;
  width: 45%;
}

.filtered-view .views-exposed-form .form-item .column .form-item {
  display: block;
  width: 100%;
}

.filtered-view .views-submit-button {
  text-align: right;
}

.filtered-view .views-exposed-widget .form-submit {
  margin-right: 1em;
  margin-top: 0;
}

.cemeteries-memorials-map .results {
  font-family: Arial, sans-serif;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 10pt;
}

.cemeteries-memorials-map .site {
  margin-bottom: .75em;
}

.cemeteries-memorials-map .results .title {
  font-weight: bold;
}

.cemeteries-memorials-map .results .views-row {
  padding: .4em 0;
}

.cemeteries-memorials-map .results a {
  text-decoration: none;
}

.cemeteries-memorials-map .results .view-header {
  margin-bottom: .5em;
}

.cemeteries-memorials-map .results .view-content {
  margin: 0 1em;
}

/**
 * Cemeteries & Memorials landing page
 */

.view-monument-list .views-exposed-form {
  margin-bottom: 1.5em;
}

.view-monument-list .column {
  float: none !important;
  width: auto !important;
}

/*
 * Do Not Delete - This is for the faux select list *
 
.view-id-monument_list .views-exposed-form .views-exposed-widget {
  float: none;
}

.view-id-monument_list .views-exposed-form .views-exposed-widget input[type="checkbox"] {
  display: none;
}

.view-id-monument_list .views-exposed-form .views-exposed-widget .selected label {
  color: blue;
}
*/

/**
 * Commission
 */

.previous-administrations h3 {
  cursor: pointer;
  font-style: normal;
  font-size: 1.1em;
}

.previous-administrations ul {
  list-style: none;
}

.current-administration .bio-image {
  display: inline-block;
}

.current-administration .collapsible-header {
  cursor: pointer;
}

.current-administration .bio-text {
  display: block;
}
.current-administration .bio-text .field-name-field-biography-image {
  float:left;
  margin:0 20px 20px 0;
}

.bio-image {
  float: left;
  margin-bottom: 1em;
  margin-right: 1em;
  width: 83px;
}

.bio-image img {
  height: auto;
  width: 100%;
}

.staff h3 {
  font-style: normal;
  font-size: 1.2em;
}

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

/**
 * Webforms
 */

.webform-order #section-content form,
.webform-order #section-content p.required {
  color: #393939;
  font-family: Arial, sans-serif;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: .8em;
}

.webform-order #section-content form label {
  font-weight: bold;
}

.webform-order #section-content .form-checkboxes label,
.webform-order #section-content .form-radios label {
  color: #000;
  font-weight: normal;
}

.webform-order #section-content input[type="text"],
.webform-order #section-content select,
.webform-order #section-content textarea {
  border: solid 1px #a5a5a5;
  max-width: 100%;
}

.webform-order #section-content .form-wrapper {
  border: solid 1px #dbdbdb;
  padding: 0 1em;
}

.webform-order #section-content #edit-actions {
  border: none;
}

.webform-order #section-content legend {
  display: none;
}

.webform-order #section-content .form-checkboxes .form-item,
.webform-order #section-content .form-radios .form-item {
  margin-top: 0;
  margin-bottom: 0;
}

.webform-order #section-content .webform-container-inline .form-item label {
  margin-left: .5em;
  margin-right: 1em;
}

.webform-order #section-content #edit-actions {
  margin: 0 auto 1em;
  width: 12em;
}

.webform-order #section-content #edit-actions input[type="submit"] {
  background-color: #1e4e80;
  border: solid 1px #a5a5a5;
  font-family: Arial, sans-serif;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 1.4em;
  font-style: italic;
  padding: .33em 0;
  text-align: center;
  width: 100%;
}

/**
 * Webforms - clearfixing form items
 * Attributes below reused from .clearfix class from system.base.css
 */

.webform-order #section-content .webform-component:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* IE6 */
* html .webform-order #section-content .webform-component {
  height: 1%;
}

/* IE7 */
*:first-child + html .webform-order #section-content .webform-component {
  min-height: 1%;
}

/* War Dead Details */
#Wardead_Detail {
  /*padding-top:2em;*/
}

#Wardead_Detail #utility {
  padding-top: 1em;
  margin-top: 1em;
  border-top: 1px solid #e5e5e5;
}

#Wardead_Detail #utility .icon {
  display: inline-block;
  width: 27px;
  height: 23px;
  background: url(../images/sprites_icons.png) 0 0 no-repeat;
}

#Wardead_Detail #utility .icon-fb {
  background: url(../images/sprites_icons.png) 0 -100px no-repeat;
}

#Wardead_Detail #utility .icon-email {
  background: url(../images/sprites_icons.png) 0 -200px no-repeat;
}

#Wardead_Detail .fieldTitle.fieldTitle-born {
  font-weight: bold;
}

#Wardead_Detail span.star {
  padding-left: 28px;
  background: url(../images/sprites_icons.png) 0 -300px no-repeat;
}

#Wardead_Detail h2 {
  font-weight: normal;
  font-style: italic;
  font-size: 1.3em;
  margin-top: 1em;
}

#Wardead_Detail #wardead-war {
  padding-top: 1em;
  font-size: 1.4em;
  color: #21578e;
}

#Wardead_Detail .rank-branch {
  font-style: italic;
}

#Wardead_Detail .unit {
  font-style: italic;
}

#Wardead_Detail .unit .redcross {
  background: transparent url('../images/abmc-wardead-redcross.jpg') no-repeat left 0px;
  width: 28px;
  height: 28px;
  display: inline-block;
  margin-left: 10px;
}

#Wardead_Detail .unit .ymca {
  background: transparent url('../images/abmc-wardead-ymca.jpg') no-repeat left 0px;
  display: inline-block;
  margin-left: 10px;
}

#Wardead_Detail .unit .knights-of-columbus {
  background: transparent url('../images/abmc-wardead-knights-of-columbus.jpg') no-repeat left 0px;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-left: 10px;
}

#Wardead_Detail .born,
#Wardead_Detail .marker-location {
  padding-top: 1em;
  clear: both;
  overflow: hidden;
}

#Wardead_Detail .born .otherWarImage img {
  vertical-align: middle;
  margin-top: -3px;
  padding: 0 5px;
  height: 13px;
}

#Wardead_Detail .born .fieldTitle,
#Wardead_Detail .marker-location .fieldTitle {
  font-weight: bold;
  float: left;
  margin-right: 5px;
}

#Wardead_Detail #awards .award {
  /*padding-left:36px;
  background: url(../images/sprites_awards.png) 0 0 no-repeat;
  display:block;
  float:left;
  width:50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:60px;
  padding-right:20px;*/
}

.js #Wardead_Detail #awards .description {
  display: none;
}

#Wardead_Detail #awards .description {
  color: black;
  font-size: 1em;
  margin-left: 60px;
}

#Wardead_Detail #awards .arrow {
  background: transparent url('../images/expanded-collapsed.png') no-repeat right top;
  display: inline-block;
  height: 10px;
  margin-left: .4em;
  width: 10px;
}

#Wardead_Detail #awards .expanded .arrow {
  background: transparent url('../images/expanded-collapsed.png') no-repeat right -236px;
}

#Wardead_Detail #awards .award img {
  width: 50px;
  /* margin-left:-60px; */
  margin-right: 10px;
  position: relative;
  top: -3px;
}

#Wardead_Detail .note {
  margin-top: 1em;
}

#Wardead_Detail #leftCol #profile img {
  max-width: 100% !important;
}

#Wardead_Detail .fieldTitleAligned,
#Wardead_Detail .fieldContentAligned {
  display: block;
  float: left;
}

#Wardead_Detail .fieldContentAligned span {
  display: block;
}

/* #Wardead_Detail .born {
  color:#444;
}
#Wardead_Detail .born .fieldTitle {
  color:#000;
}*/
#Wardead_Detail .fieldTitleServiceNumber,
#Wardead_Detail .address-entry .fieldTitle {
  font-weight: bold;
}

#Wardead_Detail .back-to-results,
#Wardead_Detail .new-search {
  display: block;
}

#Wardead_Detail .block9Note {
  margin-top: 2em;
  text-align: center;
  width: 50%;
}

#Wardead_Detail .block9Note span {
  display: block;
}

#Wardead_Detail .recoveryText {
  background: transparent url('../images/abmc-wardead-rosette.jpg') no-repeat left 0px;
  height: 35px;
  padding: 5px 0 0 40px;
}

#Wardead_Detail .comradeText {
  font-weight: bold;
}

#cboxContent .awardPopupHeader {
  font-family: 'FreightTextProSemibold-Italic', 'Georgia', serif;
  font-size: 1.5em;
  margin-bottom: .5em;
}

#cboxContent .awardPopupHeader img {
  padding-right: .5em;
  max-height: 100px;
  vertical-align: middle;
}

#cboxContent .awardPopupContent {
  font-family: FreightTextProSemibold-Regular, 'Georgia', serif;
  font-size: 1.3em;
  line-height: 1.45em;
}
/*
#cboxContent .extlink-extra-leaving {
  padding-top: 50px;
}

#cboxContent .extlink-extra-leaving p:first-child {
  font-size: 1.4em;
}

#cboxContent .extlink-extra-leaving a:link,
#cboxContent .extlink-extra-leaving a:visited,
#cboxContent .extlink-extra-leaving a:hover,
#cboxContent .extlink-extra-leaving a:active {
  text-decoration: none;
  color: #305392 !important;
}

#cboxContent .extlink-extra-leaving .extlink-extra-back-action {
  margin-right: 10px;
}

#cboxContent .extlink-extra-leaving .extlink-extra-go-action {
  margin-left: 10px;
}
*/
/* CUSTOM SELECT MENU */
.custom-select-container {
  position: relative;
}

select.replaced {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 1.7em;
  border: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  line-height: 1.7;
}

.custom-select {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
}

.custom-select > span {
  display: block;
  padding: 0 25px 0 6px;
  border: solid 1px #cecece;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  color: #393939;
  background: #fdfdfd url(../images/ui_selectmenu_arrow_down.png) no-repeat 100% 50%;
  font-weight: normal;
  line-height: 1.7;
}

.custom-select span span {
  display: block;
  height: 1.7em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.custom-select.active > span {
  border-color: #aaa;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

/* EXPOSED FILTERS - CEMETARIES */
#views-exposed-form-monument-list-block .views-exposed-form .views-exposed-widget {
  margin-top: 1.5em;
}

.view-monument-list #edit-field-monument-region-tid-wrapper label {
  display: block;
  color: #393939;
  text-transform: uppercase;
  position: relative;
  top: -1em;
  font-family: FreightTextProSemibold-Regular, 'Georgia', serif;
}

.view-monument-list #edit-field-monument-region-tid-wrapper select {
  width: 140px;
}

.view-monument-list input#edit-submit-monument-list {
  background: #1b4673 url(../images/bg_btn_blue_grad.png) 0 0 repeat-x;
  border: 1px solid #8b95a0;
}

/**
 * News & Events landing page
 */

.latest-article .image img {
  max-width: 100%;
  width: 100%;
  height: auto !important;
  margin-bottom: 1em;
}

.latest-article .views-field-title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: .33em;
}

.latest-article .views-field-title a {
  text-decoration: none;
}

.latest-article .date {
  font-family: Arial, sans-serif;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 17px;
  font-weight: bold;
}

.latest-article .views-field-body {
  font-size: 17px;
  line-height: 24px;
}

.not-front .view-news-events .views-field-body {
  font-size: 17px;
  line-height: 24px;
}

.page-node-1165 .block-views-top-images-block-2 {
  float: right;
  margin-left: 1em;
}

.page-node-1165 .block-views-top-images-block-2 .featured-image {
  margin-left: 0;
  width: auto;
}

.page-node-1165 .region-content .more-link {
  margin-bottom: 1em;
  text-align: left;
}

.container-12 .grid-3.region-postscript-second,
.container-12 .grid-3.region-postscript-second .region-postscript-second-inner {
  display: block;
  background: #fff;
  width: 100%;
  float: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container-12 .grid-3.region-postscript-second .region-postscript-second-inner {
  max-width: 1054px;
}

.container-12 .grid-3.region-postscript-second:after {
  display: table;
  content: '';
  clear: both;
}

/**
 * News & Events nodes
 */

.node-type-event .block-main .content ul,
.node-type-article .block-main .content ul {
  overflow: hidden;
}

.node-type-event .featured-image,
.node-type-article .featured-image {
  max-width: 100%;
}

.node-type-event .featured-image img,
.node-type-article .featured-image img {
  height: auto;
  width: 100%;
}

.node-type-article .date {
  float: left;
  font-weight: bold;
  margin-right: .5em;
}

.node-type-event .date {
  font-weight: bold;
}

/**
 * AddThis/Print icons
 */

.aticon-email, .aticon-pinterest_share, .aticon-twitter, .aticon-facebook {
  background-color: transparent !important; /* Using important to override style added via AddThis JS */
}

.addthis {
  width: 150px;
}

.print-addthis-wrapper .block {
  float: left;
}

.print-addthis-wrapper .print_html {
  margin-left: 0;
}

.print-addthis-wrapper .content a {
  width: 25px;
}

.print-addthis-wrapper .addthis .addthis_button_facebook,
.print-addthis-wrapper .addthis .addthis_button_email,
.print-addthis-wrapper .addthis .addthis_button_twitter,
.print-addthis-wrapper .print_html a {
  background: transparent url('../images/sprites-print-addthis.png') no-repeat left top;
  display: block;
  margin-right: .6em;
  padding: 0;
  text-indent: -99999px;
}

.page-search-abmc-burials-and-memorializations-detail .print-addthis-wrapper .addthis .addthis_button_facebook,
.page-search-abmc-burials-and-memorializations-detail .print-addthis-wrapper .addthis .addthis_button_email,
.page-search-abmc-burials-and-memorializations-detail .print-addthis-wrapper .addthis .addthis_button_twitter {
  margin-bottom: .5em;
}

.print-addthis-wrapper .print_html a {
  width: 22px;
}

.print-addthis-wrapper .addthis .addthis_button_facebook span,
.print-addthis-wrapper .addthis .addthis_button_email span,
.print-addthis-wrapper .addthis .addthis_button_twitter span,
.print-addthis-wrapper .addthis .addthis_button_pinterest_share span {
  background: transparent;
}

.print-addthis-wrapper .addthis .addthis_button_facebook {
  background-position: 2px -31px;
  width: 10px;
}

.print-addthis-wrapper .addthis .addthis_button_email {
  background-position: left -60px;
  width: 16px;
}

.print-addthis-wrapper .addthis .addthis_button_twitter {
  background-position: left -90px;
  width: 17px;
}

.print-addthis-wrapper .addthis .addthis_button_pinterest_share {
  background: transparent url('../images/pinterest-abmc.png') no-repeat;
  margin-right: 5px;
}

.print-addthis-wrapper .addthis .addthis_button_pinterest_share span {
  background: none !important;
}

.print-addthis-wrapper .addthis .addthis_button_pinterest_share span svg {
  fill: none !important;
}

.print-addthis-wrapper .addthis .contextual-links-wrapper {
  right: -2.5em;
}

.print-addthis-wrapper .print-block .contextual-links-wrapper {
  left: -2.5em;
  right: auto;
}

/**
 * FAQs
 */

.view-faqs h3 {
  border-bottom:1px solid #b2b2b2;
  color: #15171c;
  line-height: 1.3em;
}

.view-faqs .views-row-last +  h3 {
  margin-top: 1.5em;
}
.view-faqs .views-row-last {
  margin-bottom: 1.5em;
}
.view-faqs h3 + div {
  margin-top:1.5em;
}
.view-faqs .node {
  margin-bottom: 1em;
  position: relative;
  padding-left: 20px;
}

.view-faqs .question {
  color: #21578e;
  cursor: pointer;
}

.view-faqs .question span.arrow {
  position:absolute;
  top: 7px;
  left:0;
}

.view-faqs .answer {
  margin-top: 1em;
}

.view-faqs .edit-link {
  float: left;
  margin-right: .5em;
}

.view-faqs .views-row-last {
  margin-bottom: 1em;
}

/**
 * Sitemap
 */

#site-map .site-map-box ul ul {
  padding-top: 0;
}

.page-sitemap .region-content .content ul {
  padding-left: 0;
}

.page-sitemap .region-content .block-menu-block ul li {
  background: transparent;
  list-style-image: url('/misc/menu-leaf.png');
  list-style-type: disc;
  padding: 0.2em 0.5em 0 0;
}

.page-sitemap .region-content .block-menu-block ul li.expanded {
  list-style-image: url('/misc/menu-expanded.png');
  list-style-type: circle;
}

/**
 * Our Services
 */

.region-content .callout span {
  font-size: 1.3em;
  font-style: italic;
  line-height: 1.2em;
  margin-bottom: .33em;
  letter-spacing: -0.05em;
}

/**
 * External Disclaimer page
 */

.page-now-leaving .breadcrumb {
  display: none;
}

/**
 * War Dead index
 */

.database-index .block-main {
  font-family: Arial, sans-serif;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: .9em;
}

.database-index select,
.database-index input {
  max-width: 100%;
}

.page-news-events-events .block.column-left,
.database-index .column-left {
  margin-bottom: 1em;
}

.page-news-events-events .block.column-left,
.database-index .block-main form.column-left {
  border: solid 1px #dbdbdb;
}

.page-news-events-events .block.column-left,
.database-index .block-main form.column-left div {
  padding: 1em;
}

.page-news-events-events .block.column-left,
.database-index .block-main form.column-left div div {
  padding: 0;
}

.database-index .block-main form.column-left .form-item-searchfield {
  margin-bottom: 0;
}

.database-index .block-main form.column-left .form-item-firstname {
  margin-top: 0;
}

.database-index .block-main form.column-left div.form-item-row,
.database-index .block-main form.column-left div.form-item-grave,
.database-index .block-main form.column-left div.form-item-plot {
  width: 30%;
  margin-right: 10.5px;
  float: left;
}

.database-index .block-main form.column-left div.form-item-grave {
  margin-right: 0;
}

.database-index #wardead-results-container {
}

.database-index #wardead-results,
.database-index .sticky-header {
  font-family: Arial, sans-serif;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: .85em;
}

.database-index #wardead-results thead tr th,
.database-index #wardead-results thead tr:hover th {
  background-color: white;
  background-image: none;
  border: none;
  color: black;
  padding: .4em;
}

.database-index #wardead-results thead tr,
.database-index table tr.even td {
  background-color: white;
}

.database-index table tr:hover,
.database-index table tr:hover td {
  background-color: #e8eef3;
}

.database-index table tr.even:hover,
.database-index table tr.even:hover td {
  background-color: white;
}

.database-index tr.odd,
.database-index table tr.odd td {
  background-color: #e8eef3;
}

.database-index tr.even {
  background-color: white;
}

.database-index table tr.odd td {
  background-color: transparent;
}

.database-index .sticky-header .headerSort {
  display: none;
}

.database-index .filterSection,
.database-index .searchHeader {
  font-weight: bold;
}

.database-index .column-left select {
  width: 100%;
}

.database-index #edit-warfilter {
  font-size: .9em;
}

.database-index #edit-warfilter legend {
  margin-bottom: .25em;
}

.database-index .block-main .button {
  font-size: 1.2em;
}

.database-index .block-main .button-gray-gradient {
  margin-right: .5em;
}

.database-index #paging_bottom .button-blue-gradient {
  display: block;
  float: right;
  font-family: FreightTextProSemibold-Regular, 'Georgia', serif;
  margin-top: 1em;
  padding: 2px 9px 2px;
}

.database-index .form-item-dateto-date label,
.database-index .form-item-datefrom-date label,
.database-index .form-item-birthdatefrom-date label,
.database-index .form-item-birthdateto-date label {
  display: none;
}

.page-news-events-events .column-left .container-inline-date .form-item .date-padding,
.database-index .container-inline-date .form-item .date-padding {
  background: transparent url('../images/calendar-icon.png') no-repeat right top;
  margin-right: .3em;
  padding-right: 1.75em;
}

.page-news-events-events .column-left .container-inline-date .form-item,
.page-news-events-events .column-left .container-inline-date .form-item input,
.database-index .container-inline-date .form-item,
.database-index .container-inline-date .form-item input {
  margin-right: 0;
}

.database-index .alphaFilter {
  border: solid 1px #dbdbdb;
  margin-bottom: 1em;
  text-align: center;
}

.database-index .alphaFilter a,
.database-index .alphaFilter .alphaNoLink {
  display: block;
  float: left;
  width: 3.75%;
}

.database-index #wardead-results-container {
  position: relative;
}

.database-index .previous,
.database-index .next {
  background: #f4f4f4 url('../images/arrows-prev-next.png') no-repeat 10px 7px;
  border: solid 1px #b5b5b5;
  display: inline-block;
  height: 23px;
  margin-left: 2px;
  padding: 0 10px;
  text-indent: -99999px;
  width: 10px;
  /*position: relative;
  left:-190px;*/
}

.database-index .next {
  background-position: -41px 7px;
  /*left:0;*/
}

.database-index .linkSubmit.first,
.database-index .linkSubmit.last {
  background: #f4f4f4 url('../images/arrows-prev-next.png') no-repeat 5px -93px;
  border: solid 1px #b5b5b5;
  display: inline-block;
  height: 23px;
  margin-left: 2px;
  padding: 0 10px;
  text-indent: -99999px;
  width: 10px;
  /*position: relative;
  left:-190px;*/
}

.database-index .linkSubmit.last {
  background-position: -38px -93px;
  /*left:0;*/
}

.database-index .pageJumpForm {
  display: inline;
  position: relative;
  /*left:60px;*/
}

.database-index .count-paging-wrapper {
  margin: 1em 0;
}

.database-index .pageJump {
  width: 45px;
}

.database-index .paging-inner {
  display: block;
  margin-left: 10px;
  padding-top: 10px;
}

.database-index .arrows,
.database-index #pageJumpForm,
.database-index #pageJumpForm_bottom {
  display: block;
  float: left;
}

.database-index .arrows-first {
  margin-right: .5em;
}

.database-index .arrows-last {
  margin-left: .5em;
}

.database-index #ResultStats {
  margin-bottom: 1em;
}

.database-index #ResultsPerPage {
  /*margin-top: 1em;*/
  position: relative;
  top: -4px;
  width: 100%;
}

.database-index #ResultsPerPage .currentShow {
  text-decoration: none;
}

.database-index .submit-wrapper {
  float: right;
  margin-bottom: 1em;
  width: 147px;
}

.database-index a.resetForm,
.database-index input.form-submit {
  padding: 4px 8px 7px;
}

@media screen and (max-width: 465px) {
  .database-index .alphaFilter a,
  .database-index .alphaFilter .alphaNoLink {
    display: block;
    float: left;
    padding: 0 .25em;
  }
}

#wardead-results {
  border: none;
}

#wardead-results td {
  border: none;
}

#wardead-results > thead > tr:first-child > th.footable-first-column,
#wardead-results > thead > tr:first-child > td.footable-first-column,
#wardead-results > thead > tr:first-child > th.footable-last-column,
#wardead-results > thead > tr:first-child > td.footable-last-column {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.footable {
  max-width: 100%;
}

.database-index .more-block {
  font-family: FreightTextProSemibold-Regular, 'Georgia', serif;
  font-size: 1.1em;
  margin-top: 1.5em;
}

.database-index .more-block .content {
  font-size: 1.05em;
}

.database-index #wardead-results-container #cant_find {
  display: none;
}

.database-index #wardead-results th a {
  background: transparent url('../images/arrows-sort.png') no-repeat right -83px;
  display: inline-block;
  padding-left: .5em;
  text-indent: -99999px;
  width: 10px;
}

.database-index #wardead-results th .desc a.currentSort {
  background: transparent url('../images/arrows-sort.png') no-repeat right -44px;
}

.database-index #wardead-results th .asc a.currentSort {
  background: transparent url('../images/arrows-sort.png') no-repeat right 2px;
}

.context-search-korean-war-veterans-memorial-honor-roll h1 {
  background: transparent url('../images/database/korean-service-ribbon.jpg') no-repeat right .225em;
  color: #9c7235;
  display: inline-block;
  padding-right: 3.5em;
}

.context-search-korean-war-veterans-memorial-honor-roll #Wardead_Detail #wardead-war {
  color: #9c7235;
}

.database-index .help {
  display: block;
  float: right;
  font-size: .9em;
  margin-bottom: 1em;
  padding: .33em 1.5em;
  width: 2em;
  background: #21568d;
  background: -moz-linear-gradient(top, #21568d 0%, #1e4e80 50%, #1b4773 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #21568d), color-stop(50%, #1e4e80), color-stop(100%, #1b4773));
  background: -webkit-linear-gradient(top, #21568d 0%, #1e4e80 50%, #1b4773 100%);
  background: -o-linear-gradient(top, #21568d 0%, #1e4e80 50%, #1b4773 100%);
  background: -ms-linear-gradient(top, #21568d 0%, #1e4e80 50%, #1b4773 100%);
  background: linear-gradient(to bottom, #21568d 0%, #1e4e80 50%, #1b4773 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#21568d', endColorstr='#1b4773', GradientType=0);
  border: 1px solid #8b95a0;
  font-family: 'FreightTextProSemibold-Italic', 'Georgia', serif;
  font-size: 1.2em;
}

.database-index .help a {
  color: #fff;
  text-decoration: none;
}

.database-index input.form-text:-ms-input-placeholder,
.database-index input.placeholder-text,
.database-index input.placeholder {
  color: #8B8B8B;
}

/**
 * Contact Us
 */

.context-contact-us .webform-client-form input[type="text"],
.context-contact-us .webform-client-form input[type="email"],
.context-contact-us .webform-client-form select,
.context-contact-us .webform-client-form textarea {
  width: 100% !important;
}

.context-contact-us .webform-client-form .grippie {
  display: none;
}

.context-contact-us .webform-client-form .form-item-captcha-response {
  margin-top: 0;
}

.context-contact-us .webform-client-form .form-item .description {
  font-size: 1em;
  color: inherit;
  margin-top: .33em;
}

/**
 * Cemetary Alert
 */
.alert {

}

.alert .view-content {
  border: 1px solid #953922;
  margin: 1.25em 0;
  display: block;
  padding: 1em;
}

.alert .view-content a {
  color: #953922;
  font-size: 17px;
}

.alert .date {
  background: url(../images/alert-top.png) no-repeat left center;
  font-family: Arial, sans-serif;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-weight: bold;
  font-size: 17px;
  padding-left: 2.5em;
  line-height: 1.25em;
  margin-bottom: 1em;
  min-height: 2em;
}

.alert .view-content .views-row * {
  display: inline;
}

.context-cemeteries-memorials #zone-content #region-content .alert .view-content {
  padding-top: 0.5em;
}

.context-cemeteries-memorials #zone-content #region-content .alert .date {
  background: none;
  padding-left: 0;
}

.context-cemeteries-memorials #zone-content #region-content .alert .date:before {
  content: '';
  display: inline-block;
  height: 28px;
  width: 38px;
  position: relative;
  top: 7px;
  background: url(../images/icon-alert.png) no-repeat left center;
}

.context-cemeteries-memorials #zone-content #region-content .alert {
  line-height: 1.5;
}

.alert .body {
  line-height: 1.5;
}

/*
 * Exposed Filter for Events
 */
#block-views-exp-news-events-page-1 {
  z-index: 5;
}

#block-views-exp-news-events-page-1 .views-exposed-widgets {
  padding: 1em;
}

#block-views-exp-news-events-page-1 .views-exposed-widgets h3 {
  color: black;
  font-family: Arial, sans-serif;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: bold;
}

#block-views-exp-news-events-page-1 .views-exposed-widget {
  padding-top: 1em;
}

#block-views-exp-news-events-page-1 #field_cemetery_or_memorial_nid_wrapper .form-item-field-cemetery-or-memorial-nid {
  display: block !important;
}

.view-learning-and-resources.view-display-id-page .views-widget-filter-field_monument_region_tid {
  width: 100% !important;
  /* padding-top: 0; */
}

#edit-field-monument-region-tid-wrapper .label-header,
#block-views-exp-news-events-page-1 .views-widget-filter-field_monument_region_tid label,
.view-learning-and-resources.view-display-id-page .views-widget-filter-field_monument_region_tid label,
.view-learning-and-resources.view-display-id-page .views-widget-filter-field_cemetery_or_memorial_nid label {
  font-weight: bold
}

.view-learning-and-resources.view-display-id-page .views-widget-filter-field_cemetery_or_memorial_nid div div label {
  font-weight: normal;
}

#edit-field-event-dates-value-wrapper {
  padding-top: 1em;
}

#edit-field-event-dates-value-wrapper .label-header {
  margin-bottom: 0;
}

.is-inline-label {
  display: inline;
}

/* Overrides Better Exposed Filters collapsible fieldset to appear noncollapsible */

.bef-select-as-checkboxes-fieldset .fieldset-wrapper {
  display: block !important;
}

html.js fieldset.collapsible .fieldset-legend {
  background: none;
  padding-left: 0px;
}

.print-only {
  display: none;
}

#colorbox {
  background-image: none;
  background-color: #fff;

  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

#cboxContent {
  padding: 25px 50px;
  font-size: 15px;
}

#cboxContent img {
  max-width: 100%;
  height: auto !important;
}

#cboxContent .file-video {

}

#cboxPrevious,
#cboxNext {
  background: #fff;
  width: auto;
  height: auto;
  color: #000;
  text-indent: 0;
  padding: 4px;
}

#cboxPrevious {
  right: auto;
  left: 17px;
  bottom: 42%;
  background: transparent url('../images/abmc-colorbox-left.png') no-repeat;
  width: 18px;
  height: 28px;
  font-size: 0;
}

#cboxPrevious:hover {
  background-position: 0 0;
}

#cboxNext {
  right: 17px;
  bottom: 42%;
  background: transparent url('../images/abmc-colorbox-right.png') no-repeat;
  width: 18px;
  height: 28px;
  font-size: 0;
}

#cboxNext:hover {
  background-position: 0 0;
}

#cboxClose {
  background: transparent url('../images/abmc-colorbox-close.png') no-repeat;
  height: 18px;
  width: 18px;
  top: 25px;
  right: 17px;
}

#cboxClose:hover {
  background-position: 0 0;
}

#cboxTitle {
  padding: 3px 105px 0 0;

}


/*

  #colorbox {
    position:fixed !important;
    top:20px !important;
    right: 20px !important;
    bottom: 20px !important;
    left: 20px !important;
    width: auto !important;
    height: auto !important;
  }
  #cboxWrapper,
  #cboxContent,
  #cboxLoadedContent {
    width: 100% !important;
    height: 100% !important;
    max-width: 100%;
    max-height: calc(100vh - 40px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
#cboxWrapper {
  overflow-y: hidden !important;
}
#cboxContent {
  max-width: 680px;
  margin:0 auto;
  float:none !important;
}
@media screen and (min-width: 1024px){
  #colorbox {
    position:fixed !important;
    top:15vh !important;
    right: 25vw !important;
    bottom: 15vh !important;
    left: 25vw !important;
  }
  #cboxWrapper,
  #cboxContent,
  #cboxLoadedContent {
    max-height: 70vh;
  }
  .extlink-extra-leaving {
    max-height: 100%;
  }
}


*/



#cboxCurrent {
  right: 50px;
  bottom: -7px;
  border-left: 1px solid #cdcdce;
}

.accordion-help-text {
  padding: 1em 1em 0 1em;
}

.print-directions {
  margin-right: 1em;
  cursor: pointer;
}

.view-monument-tabs .print-directions {
  margin-right: 0em;
  margin-top: 1rem;
  clear: right;
}

#quicktabs-cemeteries_memorials {
  margin-bottom: 20px;
}

/* Mobile App */
.view-mobile-app {
  border-top: 2px solid #eaeaea;
  padding: 12px 0;
}

.view-mobile-app .views-row-odd,
.view-mobile-app .views-row-even {
  float: left;
  padding: 9px 3px 0;
  margin-bottom: 2%;
}

.view-mobile-app .views-row-odd img,
.view-mobile-app .views-row-even img {
  height: 30px;
  width: auto;
}

.view-mobile-app .view-header {
  float: left;
}

.view-mobile-app .view-header img {
  padding-right: 10px;
  height: 38px;
  width: auto;
}

.view-mobile-app .divider {
  color: #eaeaea;
  padding: 0 10px 0 5px;
}

.underline {
  text-decoration: underline;
}


.front .region-postscript-first-inner img {
  width: 100% !important;
  display: block;
}

body.context-cemeteries-memorials .flexslider-node,
body.context-cemeteries-memorials .featured-image {
  margin-bottom: 0;
}

.context-cemeteries-memorials .flexslider-node img,
.context-cemeteries-memorials .featured-image img {
  display: block;
  width: 100%;
  height: auto !important;
}

.context-cemeteries-memorials #zone-content #region-content article {
  line-height: 2;
  font-family: Arial, sans-serif;
  font-family: 'Source Sans Pro', Arial, sans-serif;
}

.context-cemeteries-memorials #zone-content #region-content .view-id-publications {
  line-height: 1.3;
}

.context-cemeteries-memorials #zone-content #region-content .view-id-publications .views-row {
  margin-bottom: 40px;
}

.context-cemeteries-memorials #zone-content #region-content .view-id-publications img {
  display: block;
  margin-bottom: 10px;
}


.banner-page .view .more-link a,
.banner-page .view-footer a,
.context-cemeteries-memorials .button.button-blue-gradient,
.context-cemeteries-memorials .view-monument-list input#edit-submit-monument-list,
.block-browse-burials-block .views-field-title a {
  -moz-appearance: none;
  background: #953922;
  border: 1px solid #b4aaa9;
  border-radius: 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Arial, sans-serif;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  margin: 25px auto;
  min-height: 32px;
  padding: 0 20px;
  position: relative;
  z-index: 1;
  text-decoration: none;
}
/*
.banner-page .view .more-link a:hover,
.banner-page .view-footer a:hover,
.context-cemeteries-memorials .button.button-blue-gradient:hover,
.context-cemeteries-memorials .view-monument-list input#edit-submit-monument-list:hover,
.block-browse-burials-block .views-field-title a:hover,
.banner-page .view .more-link a:focus,
.banner-page .view-footer a:focus,
.context-cemeteries-memorials .button.button-blue-gradient:focus,
.context-cemeteries-memorials .view-monument-list input#edit-submit-monument-list:focus,
.block-browse-burials-block .views-field-title a:focus {
  background: #b83921;
}
*/
.banner-page .view .more-link,
.banner-page .view-footer {
  text-align:center;
}
.banner-page .view .more-link a,
.banner-page .view-footer a {
  font-size: 16px;
  padding: 5px 40px;
  border:none;
  text-transform: uppercase;
}

.context-cemeteries-memorials .view-monument-list input#edit-submit-monument-list {
  margin-top: 22px;
}

.context-cemeteries-memorials .button.button-blue-gradient {
  text-transform: uppercase;
  line-height: 35px;
  min-height: 35px;
}

.context-cemeteries-memorials .item-list h3,
.node-type-cemetery-or-memorial .zone-content h2 {
  font-size: 1.6em;
  margin: 2em 0 1em;
  font-style: normal;
  font-weight: normal;
}

.context-cemeteries-memorials .taxonomy ul li {
  padding: 0 0 40px;
  background: none;
  font-family: Arial, sans-serif;
  font-family: 'Source Sans Pro', Arial, sans-serif;
}

.context-cemeteries-memorials .taxonomy ul li .view-images {
  margin-bottom: 10px;
}

.not-front.context-cemeteries-memorials .region-content .content ul {
  padding: 0;
}

.context-cemeteries-memorials.not-front .flexslider .view-content {
  min-height: 100px;
}

.context-cemeteries-memorials .view-monument-list .views-exposed-form {
  margin-bottom: 0;
  padding-bottom: 10px;
  background: url(../images/bg-exposed-filters-bar.png) top left repeat-x;
  position: relative;
}

.context-cemeteries-memorials .view-monument-list .views-exposed-form:after {
  content: '';
  display: block;
  height: 9px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/bg-exposed-filters-bar.png) top left repeat-x;
}

.context-cemeteries-memorials .major-label {
  font-size: 24px;
  font-family: FreightTextProSemibold-Regular, 'Georgia', serif;
  position: absolute;
  top: -8765em;
}

select.replaced,
select.replaced {
  height: 32px;
  line-height: 32px;
}

.custom-select > span,
.custom-select > span {
  border: solid 1px #b4aca9;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #222;
  background: #fff url(../images/ui-select-down-arrow.png) no-repeat 100% 50%;
  line-height: 32px;
}

.custom-select span span,
.custom-select span span {
  height: 32px;
}

.custom-select.active > span {
  border-color: #aaa;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.context-database-search input.form-text {
  min-height: 34px;
}

.views-exposed-form input[type="text"] {
  min-height: 34px;
}

.node-type-cemetery-or-memorial .view-monument-tabs .field-name-body * {
  font-family: Arial, sans-serif;
  font-family: 'Source Sans Pro', Arial, sans-serif;
}

.bar-info {
  text-align: center;
  max-width: 80%;
  margin-left:auto;
  margin-right: auto;
}

.bar-info > *:before {
  content: '|';
  margin-right: 5px;
  margin-left: 5px;
}

.bar-info > *:nth-child(1):before {
  content: '';
  margin: 0;
}

.bar-info * {
  display: inline;
}

@media screen and (max-width: 739px){
  .banner-page .bar-info {
    max-width: 100%;
  }
  .banner-page .bar-info > *:before {
    display:none;
  }
  .banner-page .bar-info {
    text-align:left;
    margin-left:0;
    padding-left:0;
  }
  .banner-page .bar-info li {
    display:block;
  }
}

.node-type-cemetery-or-memorial .block-monument-tabs-block * {
  line-height: 1.7;
}

.node-type-cemetery-or-memorial .tabbed-content {
  margin-bottom: 2em;
}

.node-type-cemetery-or-memorial .tabs h3 {
  color: #222;
  font-style: normal;
  margin-top: 0;
}

.node-type-cemetery-or-memorial .vertical-navigation-divider {
  height: 9px;
  background: url(../images/bg-exposed-filters-bar.png) top left repeat-x;
  margin-top: 2em;
  margin-bottom: 2em;
}

.node-type-cemetery-or-memorial .block-news-block-1 .views-row {
  font-family: Arial, sans-serif;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  line-height: 2;
  margin-bottom: 1.5em;
  /*padding-left:60px;
  padding-right:60px;*/
}

.node-type-cemetery-or-memorial .view-monument-video-webcam {
  text-align: center;
}

.not-front.node-type-cemetery-or-memorial .view-monument-video-webcam .video-thumbnail {
  display: inline-block;
  border: none;
  width: 100%;
  max-width: 480px;

}

.not-front.node-type-cemetery-or-memorial .view-monument-video-webcam .video-thumbnail img {
  height: auto !important;
}

.node-type-cemetery-or-memorial .view-monument-video-webcam .video-thumbnail img {
  display: block;
}

.node-type-cemetery-or-memorial .view-mobile-app .views-row-odd,
.node-type-cemetery-or-memorial .view-mobile-app .views-row-even {
  float: none;
}

.node-type-cemetery-or-memorial .grid-view-3 .views-row img {
  display: block;
  max-width: 100%;
  height: auto !important;
  width: 100%;
}

.node-type-cemetery-or-memorial .zone-postscript.container-12 {
  background: #efefef;
  padding-left: 0;
  padding-right: 0;
  max-width: 1280px;
}

.node-type-cemetery-or-memorial .zone-postscript.container-12 .region-postscript-first {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  display: block;
  font-size: 14px;
  font-family: Arial, sans-serif;
  font-family: 'Source Sans Pro', Arial, sans-serif;
}

.node-type-cemetery-or-memorial .zone-postscript.container-12 .region-postscript-first strong {
  font-size: 18px;
  font-weight: normal;
  font-family: FreightTextProSemibold-Regular, 'Georgia', serif;
}

.node-type-cemetery-or-memorial .zone-postscript.container-12 .region-postscript-first img {
  width: auto !important;
  height: auto !important;
  border-radius: 16px;
}

.node-type-cemetery-or-memorial .view-mobile-app {
  padding: 24px 20px 30px;
}

.node-type-cemetery-or-memorial .view-mobile-app .view-header {
  margin-right: 20px;
}

.context-cemeteries-memorials .zone-preface.container-12 .region-preface-first .date {
  text-transform: uppercase;
  font-weight: bold;
}

.context-cemeteries-memorials .zone-preface.container-12 .region-preface-first {
  width: calc(100% - 60px);
  margin: 0;
  position: relative;
  display: block;
  float: none;
  background: #953922;
  color: #fff;
  padding: 0 20px 0 40px;
}

.context-cemeteries-memorials .zone-preface.container-12 .region-preface-first-inner {
  margin: 0 auto;
  max-width: 920px;
  padding-left: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  background: url(../images/alert-top.png) no-repeat left 12px;
  font-family: Arial, sans-serif;
  font-family: 'Source Sans Pro', Arial, sans-serif;
}

.context-cemeteries-memorials .zone-preface.container-12 .region-preface-first .view-content .views-row * {
  color: #fff;
  display: inline;
  margin-right: 10px;
  font-size: 15px;
}

.node-type-cemetery-or-memorial .vertical-navigation {
  display: none;
}

.node-type-cemetery-or-memorial .vertical-navigation + .tabs .tab {
  width: calc(100vw - 60px);
  overflow: hidden;
}

.node-type-cemetery-or-memorial .grid-view-3 {
  margin-top: 2em;
}

.node-type-cemetery-or-memorial .grid-view-3 .views-row {
  margin-bottom: 20px;
}

.context-cemeteries-memorials .grid-view-3 .views-row:nth-child(3n) {
  margin-right: 0;
}

.context-cemeteries-memorials .grid-view-3 .view-all-row a {
  position: relative;
  display: block;
}

.context-cemeteries-memorials .grid-view-3 .view-all-row a span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  text-align: center;
  width: 100%;
}

.context-cemeteries-memorials .grid-view-3 .view-all-row * {
  color: #FFF;
  margin: 0;
}

.context-cemeteries-memorials .container-12.zone-preface .region-preface-third.grid-4 {
  width: 100%;
  margin: 0;
}

.context-cemeteries-memorials .views-submit-button {
  position: relative;
}

.node-type-cemetery-or-memorial .block-browse-burials-block a {
  margin: 0;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  border: none;
  text-align: center;
}

#block-views-monument-list-block {
  padding-left: 20px;
  padding-right: 20px;
}

.prefix-overlay-button-panel button {
  background: transparent;
  text-decoration: underline;
}

.honor {
  font-family: FreightTextProSemibold-Regular, 'Georgia', serif;
  font-size: 24px;
  color: #8f815c;
}

body *::-ms-clear {
  display: none;
}





body .grid-alternate .row .views-row {
  position:relative;
}
body .grid-alternate .row .views-field-title .field-content {
  background: linear-gradient(to top, #000000, transparent 90%);
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 20px 10px;
}
body .grid-alternate .row .views-field-title .field-content a {
  color: #FFF;
  text-decoration: none;
}

body .grid-alternate .row .views-field-title .field-content a:hover,
body .grid-alternate .row .views-field-title .field-content a:focus {
  text-decoration: underline;
}

@media screen and (min-width: 740px) {
  body .grid-alternate {
    margin-left: auto;
    margin-right: auto;
    max-width: 910px;
  }

  body .grid-alternate .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
  }

  body .grid-alternate .row .views-row {
    flex: 1;
    overflow: hidden;
    margin-bottom: 0;
    margin-right: 7px;
  }

  body .grid-alternate .row:nth-child(odd) .views-row:nth-child(1),
  body .grid-alternate .row:nth-child(even) .views-row:nth-child(2) {
    flex: 2;
  }

  body .grid-alternate .row:nth-child(odd) .views-row:nth-child(2) img,
  body .grid-alternate .row:nth-child(even) .views-row:nth-child(1) img {
    height: 100%;
    width: auto;
    position: absolute;
  }
}