/* 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
 */
 
a:focus {
  outline: #555 dotted 1px;
}

.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: 1.8em;
  line-height: 1.2em;
  margin-top: .2em;
}

.region-content h2 {
  font-size: 1.55em;
}

.region-content h3 {
  font-size: 1.4em;
  font-style: italic;
}

.region-content h4 {
  font-size: 1.1em;
  text-transform: uppercase;
}

.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;
  padding-left: .8em;
  padding-top: 0;
}

.node ol {
  margin: 1.1em;
}

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

a:visited{
  color: #807452;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

label {
  font-weight: normal;
}

input[type="submit"],
input[type="reset"],
input[type="submit"]:hover,
input[type="reset"]:hover {
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #212121;
  background-image: none;
  border-color: #787a7c #5c5e63 #3a4356;
  color: white;
  font: normal 12px/1.2 'Times New Roman', serif;
  margin: 0;
  padding: 3px 10px 4px;
  text-shadow: none;
}

.center {
  text-align: center;
}

.caps-bold {
  font-size: .85em;
  font-weight: bold;
  text-transform: uppercase;
}

.extension {
  text-transform: uppercase;
}

.views-exposed-form .views-exposed-widget {
  font-family: Arial, sans-serif;
  font-size: 10pt;
  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;
}

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

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

/* span.ext {
  display: inline-block;
  padding-right: 0;
  text-indent: -99999px;
  width: 12px;
} */

/**
 * 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: #9c3c25;
  -webkit-box-shadow: inset 5px 5px 5px 5px #903722;
  box-shadow: inset 5px 5px 5px 5px #903722;
}

.callout-button {
  -webkit-box-shadow: 2px 4px 8px 1px #a5a5a5;
  box-shadow: 2px 4px 8px 1px #a5a5a5;
  background: #21578e url('../images/background-button.gif') repeat-x left top;
  font-size: 1.33em;
  font-style: italic;
  margin-bottom: .5em;
  padding-top: .75em;
  padding-bottom: .35em;
  text-align: center;
}

.callout-button a {
  color: white;
}

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

.blue-button {
  -webkit-box-shadow: 2px 4px 8px 1px #a5a5a5;
  box-shadow: 2px 4px 8px 1px #a5a5a5;
  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: "Times New Roman", serif;
  padding:5px 8px 6px;
  font-style: italic;  
}

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

/**
 * 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;
}

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;
}

/**
 * Grid theming
 */

.views-view-grid .views-row {
  margin-bottom: 1em;
  max-width: 207px;
}

.views-view-grid .col-1,
.views-view-grid .col-2,
.views-view-grid .col-3 {
  /* margin-right: 1em; */
}

/* .views-view-grid .field-type-image {
  float: left;
} */

.views-view-grid .views-row img {
  height: auto;
  width: 100%;
}

.views-view-grid .views-field-title,
.views-view-grid .title,
.views-view-grid .node-title {
  font-size: 1.15em;
  font-style: italic;
  line-height: 1.2em;
  margin-bottom: .33em;
  margin-top: .5em;
}

.views-view-grid .date {
  font-family: Arial, sans-serif;
  font-size: .9em;
  font-weight: bold;
}

/**
 * Video thumbnail theming - gallery block
 */

.block-gallery-block .video {
  background-color: #bcbdc0;
  text-align: center;
}

.block-gallery-block .video img {
  width: 100%;
}

.block-gallery-block .views-row img {
  height: auto;
  line-height: 100px;
  vertical-align: middle;
}

/* .views-view-grid .views-row img {
  line-height: 110px;
  vertical-align: middle;
} */

.block-gallery-block .video .image {
  display: none;
}

.block-gallery-block .video .views-field-field-video-media-2 {
  position: relative;
}

.views-view-grid .field-content .video {
  position: relative;
}

.block-gallery-block .video span,
.views-view-grid .video span.play-button {
  background: transparent url('../images/play-button.png') no-repeat left top;   
  display: block;
  height: 40px;
  left: 18%;
  position: absolute;
  top: 30%;
  width: 62px;
}

.views-view-grid .video span.play-button {
  left: 36%;
  position: absolute;
  top: 34%;
}  

.views-view-grid .video-736 span.play-button,
.block-gallery-block .video-736 span.play-button {
  display: none;
}

/**
 * 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 tr:hover td {
  background-color: #f1f5fa;
} */

.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;
}

/* .taxonomy .view-content ul li {
  margin-left: 1em;
  padding-left: 1em;
} */

/**
 * Main layout
 */

body {
  background-color: #001540;
  font-family: 'Times New Roman', serif;
}

body.cke_show_borders {
  background-color: #fff;
}

.not-front .region-content,
.region-sidebar-first,
.region-sidebar-second {
  font-size: 1.2em;
}
.region-sidebar-first {
	background: #FFF;
}

#page {
  overflow: hidden; /* Gets rid of extra blue space on the right of all pages */
}

.not-front .region-content {
  background-color: white;
  margin: 0;
  padding: 10px;
}

#admin-menu { /* Temporary fix for the admin menu module's horizontal scrollbar problem */
  padding: 0;
  margin: 0;
}

.front .zone-postscript .region {
  float: none;
}

/**
 * Menus
 */
 
#region-menu {
  margin: 0;
  width: 100%;
}

.region-menu a {
  text-decoration: none;
}

#region-menu a.active,
#region-menu a.active-trail {
  text-decoration: underline;
}
 
#zone-menu ul.menu {
  display: block;
  margin-bottom: 0;
}
.zone-menu ul.menu li {
  font-size: 1.2em;
  margin: 0;
  padding: 0;
}
.zone-menu ul.menu li li {
	font-size:1em;
}
.zone-menu ul.menu li a {
  /* background-color: #21578e; */
  background: #1d4b7b; /* Old browsers */
  background: -moz-linear-gradient(top,  #1d4b7b 0%, #21578d 13%, #21578d 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1d4b7b), color-stop(13%,#21578d), color-stop(100%,#21578d)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #1d4b7b 0%,#21578d 13%,#21578d 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #1d4b7b 0%,#21578d 13%,#21578d 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #1d4b7b 0%,#21578d 13%,#21578d 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #1d4b7b 0%,#21578d 13%,#21578d 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d4b7b', endColorstr='#21578d',GradientType=0 ); /* IE6-9 */
  color: white;
  display: block;
  font-size: 1.15em;  
  font-style: italic;
  margin: 0 0 1px;
  padding: .25em 0;
  text-align: center;
  width: 100%;
}
#zone-menu ul.menu li ul.menu {
	display:none;
}
#zone-menu ul.menu li.active-trail ul.menu {
	display:block;
}
.zone-menu ul.menu li.active-trail ul.menu li a {
  background: #484848;
  background: -moz-linear-gradient(top,  #484848 0%, #525252 13%, #525252 100%);  
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#484848), color-stop(13%,#525252), color-stop(100%,#525252));  background: -webkit-linear-gradient(top,  #484848 0%,#525252 13%,#525252 100%); /
  background: -o-linear-gradient(top,  #484848 0%,#525252 13%,#525252 100%);
  background: -ms-linear-gradient(top,  #484848 0%,#525252 13%,#525252 100%); 
  background: linear-gradient(to bottom,  #484848 0%,#525252 13%,#525252 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#484848', endColorstr='#525252',GradientType=0 ); 

}
.zone-menu ul.menu li.active-trail a.active,
.zone-menu ul.menu li.active-trail ul.menu li a.active {
  /* background-color: #21578e; */
  background: #717272; /* Old browsers */
  background: -moz-linear-gradient(top,  #717272 0%, #828282 13%, #828282 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#717272), color-stop(13%,#828282), color-stop(100%,#828282)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #717272 0%,#828282 13%,#828282 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #717272 0%,#828282 13%,#828282 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #717272 0%,#828282 13%,#828282 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #717272 0%,#828282 13%,#828282 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#717272', endColorstr='#828282',GradientType=0 ); /* IE6-9 */
}



/**
 * Header
 */

.zone-header {
  color: #a8a8a8;
  font-family: Arial, sans-serif;
}

.zone-header .content ul {
  list-style: none;
}

.zone-header a {
  color: #a8a8a8;
  text-decoration: none;
}

/**
 * Header - Branding
 */
 
h1.site-name,
h2.site-name {
  font-size: 2em;
  font-weight: normal;
  margin-bottom: .75em;
  margin-top: 1em;
}

.site-name a {
  background: transparent url('../images/abmc-logo-type-mobile.png') no-repeat left top;
  color: white;
  display: block;
  height: 58px;
  overflow: hidden;
  text-indent: -99999px;
  text-transform: uppercase;
  width: 340px;
}

.logo-img {
  margin-right: 0;
  margin-left: -0.75em;
}

.logo-img img {
  width: 5.5em;
}

.site-name-slogan {
  font-size: .75em;
  width: 28.5em;
}

@media screen and (max-width: 365px) {
  .logo-img img {
    width: 5.5em;
  }
  .site-name-slogan {
    font-size: .65em;
    margin-top: .7em;
    width: 27em;
  }
}

/**
 * Header - Search
 */

.block-search-form .content {
  height: 1.9em;
  margin: 0 auto 1em;
  width: 90%;
}

.block-search-form input {
  display: block;
  float: left;
}

.block-search-form input[type="text"] {
  color: white;
  background-color: #545454;
  border-color: #babbbe #c6c7c7 #9398a3;
  width: 82%;
}

.block-search-form input[type="submit"] {
  background-color: #212121;
  border-color: #787a7c #5c5e63 #3a4356;
  color: white;
  margin: 0;
  padding: 3px 10px 4px;
  width: 18%;
}

/**
 * Header - Other blocks
 */
 
.region-user-second {
  margin: 0 auto 1em;
  width: 300px;  
}
 
.burial-search-link,
.facebook-contact {
  display: block;
  float: left;
}

.burial-search-link {
  margin-right: .5em;
}

.burial-search-link p {
  margin-bottom: 0;
}

.burial-search-link p a {
  border-right: solid 1px #a8a8a8;
  padding-right: .5em;
}

.facebook-contact ul {
  margin: 0;
}

.facebook-contact ul li {
  display: block;
  float: left;
}

.facebook-contact li.facebook,
.facebook-contact li.youtube,
.facebook-contact li.instagram{
  border-right: solid 1px #A8A8A8; 
  margin-right: .6em; 
}

.facebook-contact .facebook a,
.facebook-contact .youtube a {
  background: transparent url('../images/sprites-header.png') no-repeat left top;
  display: block;
  height: 19px;
  margin-right: .5em;
  text-indent: -99999px;
}

.facebook-contact .instagram a{
  height: 21px;
  width: 21px;
  text-indent: -99999px;
  background: url('../images/instagram.png') no-repeat;
  display: block;
  margin-right: .6em;
}

.facebook-contact .facebook a {
  width: 10px;
}

.facebook-contact .youtube a {
  background-position: left -30px;
  margin-left: .1em;
  margin-right: .7em;
  width: 50px;
}

.facebook-contact span.ext {
  display: none;
}

.facebook-contact .contact a {
  display: block;
  padding-top: .15em;
}


/**
 * Sidebars
 */
 
.region-sidebar-first img,
.region-sidebar-second img {
  height: auto;
  max-width: 100%;
}

.region-sidebar-first .content ul li,
.region-sidebar-second .content ul li {
  margin-left: 1.75em;
}

.region-sidebar-first h2.block-title,
.region-sidebar-second h2.block-title,
.page-multimedia .more-block h2.block-title,
.page-learning-resources .more-block h2.block-title,
.database-index .more-block h2.block-title,
.view .callout-block h2.block-title {
  color: #323232;
  font-size: .85em;
  font-weight: bold;
  margin-top: 0;
  text-transform: uppercase;  
}

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

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

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

/**
 * 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.5em;
  font-style: italic;
  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 .starred a {
  background: transparent url('../images/background-starred.png') repeat-x 50% 8px;
  display: block;
  text-align: center;
}

.block .banner a,
.block .banner span {
}

.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;
}

.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;
}

.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;
}

.region-sidebar-second .burial-search .block-title,
.view .callout-block h2.block-title {
  color: #21578e;
  font-size: 1em;
  font-weight: normal;
}

.region-sidebar-second .burial-search p,
.view .callout-block p {
  margin-bottom: .5em;
  margin-top: .5em;
}

.region-sidebar-second .burial-search input#search {
  width: 120px;
}

.region-sidebar-second .burial-search input.red-button {
  font-size: .95em;
  padding: 1px 2px 2px;
  width: 75px;
}

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

/* 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;
	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-multimedia .view-filters,
.page-learning-resources .view-filters {
  margin-bottom: 2em;
}

.view-learning-and-resources .views-row {
  min-height: 300px;
}

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

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

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

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

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

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

.page-multimedia .form-item-field-monument-war-tid,
.page-learning-resources .form-item-field-monument-war-tid {
  max-width: 207px;
}

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

.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;
}

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

/*.sidebar-exposed .views-widget-filter-type,
.sidebar-exposed .views-widget-filter-field_publication_grade_level_value {
	margin-top: 2em;
}
*/

.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 {
  margin-bottom: .5em;
}

.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;
}


/**
 * Footer
 */
 
.region-footer-first {
  border-top: solid 1px #808aa0;
  border-bottom: solid 1px #808aa0;
  margin-top: 1em;
  margin-bottom: 1em;
}

#footer-logo {
  margin: .75em auto;
  width: 47px;
}

.region-footer-second {
  padding-bottom: 2em;
}

/* .region-footer-second .block.odd {
  float: left;
}

.region-footer-second .block.even {
  float: right;
  padding-right: 10%;
} */

.region-footer-second .content ul.menu li {
  list-style: none;
  margin-left: 0;
}

.region-footer-second .content ul.menu li a {
  color: #9c9c9c;
  font-family: Arial;
  text-decoration: none;
}

/** 
 * Flexslider
 */

.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 img {
  height: auto;
  max-width: 100%;
}

.flexslider ul li {
  margin-left: 0;
}

.flexslider .nav-container {
  display: inline-block;
  padding: 0;
}

.flexslider .nav-container ol, 
.flexslider .nav-container ul {
  display: block;
  float: left;
  list-style: none;
  margin-bottom: 0;
}

.flexslider .flex-direction-nav .flex-prev {
  margin-right: .25em;
}

.flexslider .flex-pauseplay {
  display: block;
  float: left;
}

.flexslider .nav-container ol {
  margin-left: 3px;
}

.flexslider .nav-container li {
  display: block;
  float: left;
  margin: 0;
  padding: 0 2px;
}

.flexslider .flex-control-nav li a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  color: white;  
  cursor: pointer;
  display: block;
  background: transparent;
  font-style: italic;
  font-weight: bold;
  height: auto;  
  text-indent: 0;
  width: 11px;  
}

.not-front .view-id-carousel .flex-control-nav li a {
	color:#111;
}

.flexslider .flex-control-nav li a:hover {
  background: transparent;
}

.flexslider .flex-control-nav li a.active {
  background: transparent url('../images/rotator-active-border.png') no-repeat -4px bottom;
}

.flex-nav-container {
  margin-bottom: 0;
}

.flexslider .view-content .flex-control-nav {
  display: none;
}

ol.flex-control-nav {
  font-style: italic;
  font-weight: bold;
  margin-bottom: 1em;
  padding: 0;
  position: static;
  text-align: left;
  width: auto;
}

.flexslider h2 {
  color: #92845e;
  left: .4em;
  font-size: 2.5em;
  font-style: italic;
  position: absolute;
  text-shadow: 0 0 8px black; /* add IE9 shadow here as well: http://stackoverflow.com/questions/6905658/css3-text-shadow-in-ie9?answertab=votes#tab-top */
  top: .4em;
}
.not-front .flexslider h2 {
	color:#003e7e;
	left:0;
	text-shadow:none;
	top:0;
	position: relative;
	left:0;
	font-size:1.4em;
}

.flex-nav-container .flexslider .slides li.views-row-1 {
  display: list-item;
}

.flexslider strong {
  color: white;
  font-size: 1.1em;
  font-style: normal;
  font-weight: bold;
  margin-top: .25em;
}

.flexslider .text .body a {
  color: white;
  font-weight: bold;
}

.not-front .flexslider strong {
	color:#111;
	font-weight:normal;
	font-size:1em;
}

.flexslider p {
  background-color: #001540;
  color: white;
  font-size: 1.2em;
  margin-bottom: 0;
}
.not-front .flexslider p {
	background: none;
	color:#111;
}

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

.flexslider .views-slideshow-controls-text-pause {
  display: inline-block;
  padding-right: .25em;
}

.flexslider .views-slideshow-controls-text-pause a {
  background: transparent url('../images/rotator-controls.png') no-repeat left -22px;
  display: block;
  margin-left: .2em;
  text-indent: -99999px;
  width: 10px;
}

.not-front .view-id-carousel .views-slideshow-controls-text-pause a {
	background: transparent url('../images/rotator-controls.png') no-repeat -100px -22px;	
}

/** 
 * Flexslider - Homepage
 */

.flexslider .text {
  font-size: .9em;
  padding: 1em;
}

.front .flexslider .nav-container li {
  font-size: 1.2em;
}


/* Interior */
.not-front .view-id-carousel .text {
	padding: 1em 1em 1em 0;
}

.not-front .view-id-carousel .view-footer {
	padding-bottom: 2em;
}

.not-front .flexslider .views-field-field-carousel-image img {
  width: 100%;
}


/** 
 * Flexslider - Nodes
 */

.flexslider-node {
  margin-bottom: 1em;
}

.flexslider-node .flexslider {
  border: solid 4px #555;
}

.flexslider-node .nav-container {
  background-color: black;
  position: absolute;
  right: 1em;
  bottom: 1em;
}

/* .flexslider-node ul.slides li:after {
  content: ".";
  position:absolute;
  top:0;
  left:0;
  z-index:-1000;
} */

/** 
 * Non-flexslider featured images
 */

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

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

.featured-image .image {
  border: solid 5px #545454;  
}

.featured-image .caption {
  background-color: #dddddd;
  color: #111111;
  font-style: italic;
  padding: .25em .75em .3em;
}

.featured-image .caption p {
  margin-bottom: 0;
}

.field-name-body .image {
  display: block;
  float: right;
  margin-bottom: .8em;
  margin-left: .8em;
}

/** 
 * Other homepage elements
 */
 
.front .region-content {
  margin: 0;
  width: 100%;
}

.hp-search-block {
  background: transparent url('../images/background-striped.gif') repeat left top;
  /* Note: Use http://stackoverflow.com/questions/2504071/is-it-possible-to-combine-a-background-image-and-css3-gradients to add gradient to this */
  color: white;
  margin: 2em auto 1em;
  padding: 1em 1em;
  max-width: 300px;
  width: 70%;
}

.hp-search-block .block-inner {
  border-top: solid 1px #6b6b6b;
  border-bottom: solid 1px #6b6b6b;
  padding: 1.5em 0;
}

.hp-search-block form {
  border-bottom: solid 1px #919499;
  padding-bottom: 2em;
  margin-bottom: 1.5em;
}

.hp-search-block label {
  font-size: 1.25em;
  margin-bottom: 1em;
  margin-left: 1em;
  text-transform: uppercase;
}

.hp-search-block label span {
  display: block;
  font-size: 1.7em;
  font-style: italic;
  text-transform: none;
}

.hp-search-block .form-fields {
  width: 100%;
}

.hp-search-block form input {
  float: left;
}

.hp-search-block #search {
  width: 70%;
}

.hp-search-block input[type="submit"] {
  font-size: 1em;
  width: 30%;
}

.hp-search-block p {
  font-size: 1.2em;
}

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

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

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

.zone-postscript .services.tablet-hidden{
  width: 213px;
}

.zone-postscript .services img {
  border: solid 5px #545454;  
  width: auto;
}



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

/**
 * General content
 */
 
#breadcrumb {
  font-family: Arial, sans-serif;
  font-size: .8em;
}

#breadcrumb a {
  text-decoration: none;
}

#breadcrumb .separator {
  color: #21578e;
}

/**
 * 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 .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;
}

.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;
  /* height: 380px !important;
  margin-left: auto;
  margin-right: auto;
  width: 300px !important; */
}

.cemeteries-memorials-map .openlayers-map-abmc_map {
  max-width: 100% !important;
  /* height: 380px !important;
  margin-left: auto;
  margin-right: auto;
  width: 300px !important; */
}

.cemeteries-memorials-map .filter-main {
  font-family: 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-exposed-form .form-item .form-item:last-child {
  width: auto;
} */

.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-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;
}

.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 form,
.webform-order p.required {
  color: #393939;
  font-family: Arial, sans-serif;
  font-size: .8em;
}

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

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

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

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

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

.webform-order legend {
  display: none;
}

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

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

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

.webform-order #edit-actions input[type="submit"] {
  background-color: #1e4e80;
  border: solid 1px #a5a5a5;
  font-family: 'Times New Roman', 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 .webform-component:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* IE6 */
* html .webform-order .webform-component {
  height: 1%;
}
/* IE7 */
*:first-child + html .webform-order .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: Georgia, 'Times New Roman', serif;
  font-style: italic;
  font-size: 1.5em;
  margin-bottom: .5em;
}

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

#cboxContent .awardPopupContent{
  font-family: 'Times New Roman', serif;
  font-size: 1.3em;
  line-height: 1.45em;
}

/* 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: 'Times New Roman', 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%;
}

.latest-article .views-field-title {
  font-size: 1.15em;
  font-style: italic;
  line-height: 1.2em;
  margin-bottom: .33em;
}

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

.latest-article .date {
  font-family: Arial, sans-serif;
  font-size: .9em;
  font-weight: bold;
}

.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;
}

/**
 * News & Events nodes
 */

/* .node-type-event .image-view,
.node-type-article .image-view {
  float: left;
  margin-right: 1em;
  position: static;
  width: 320px;
} */

.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;
}

.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 .question {
  color: #21578e;
  cursor: pointer;
  text-decoration: underline;
}

.view-faqs .question span.arrow {
  margin-left: .2em;
}

.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-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-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: "Times New Roman", 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 #paging {
  position: relative;
  top:0px;
  width:100%;
}*/
.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: 'Times New Roman', 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: 'Times New Roman', serif;
  font-size: 1.2em;
  font-style: italic;
}

.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{
  background: #f8f8f9;
  margin: 1.25em 0;
  display: block;
  padding: 1em;
}

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

.alert .date span{
  display: block;
}

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

/*
 * 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-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 .views-widget-filter-field_monument_region_tid,
.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;
}

/*.views-exposed-form .form-item.form-type-bef-checkbox{
  margin-top: .4em;
  margin-bottom: .4em;
}
*/
.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;
}


#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;

}

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

/*
#cboxLoadedContent p{
  text-align: right;
  padding: 0 20px;
}

#cboxLoadedContent a{
  float: left;
  margin-right: 10px;
}
*/


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

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

#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;
}