/* style.scss */
/*  HTML5 ✰ Boilerplate  */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  border: 0;
  margin: 10px 0;
  padding: 0;
  height:35px;
  background:url(../images/hr-double.png) 0 90% repeat-x;
  }

input, select {
  vertical-align: middle; }

body {
  font: 13px/1.231 sans-serif;
  *font-size: small; }

select, input, textarea, button {
  font: 99% sans-serif; }

pre, code, kbd, samp {
  font-family: monospace, sans-serif; }

html {
  overflow-y: scroll; }

a:hover, a:active {
  outline: none; }

ul, ol {
  margin-left: 2em; }

ol {
  list-style-type: decimal; }

nav ul, nav li {
  margin: 0;
  list-style: none;
  list-style-image: none; }

small {
  font-size: 85%; }

strong, th {
  font-weight: bold; }

td {
  vertical-align: top; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 15px; }

textarea {
  overflow: auto; }

.ie6 legend, .ie7 legend {
  margin-left: -7px; }

input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom; }

.ie7 input[type="checkbox"] {
  vertical-align: baseline; }

.ie6 input {
  vertical-align: text-bottom; }

label, input[type="button"], input[type="submit"], input[type="image"], button {
  cursor: pointer; }

button, input, select, textarea {
  margin: 0; }

input:invalid, textarea:invalid {
  border-radius: 1px;
  -moz-box-shadow: 0px 0px 5px red;
  -webkit-box-shadow: 0px 0px 5px red;
  box-shadow: 0px 0px 5px red; }

.no-boxshadow input:invalid, .no-boxshadow textarea:invalid {
  background-color: #f0dddd; }

::-moz-selection {
  background: #183361;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #183361;
  color: #fff;
  text-shadow: none; }

a:link {
		  -webkit-tap-highlight-color: #183361;
	-webkit-tap-highlight-color: #AF9354;
  }

button {
  width: auto;
  overflow: visible; }

.ie7 img {
  -ms-interpolation-mode: bicubic; }

body, select, input, textarea {
  color: #444; }

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

a, a:active, a:visited {
  color: #607890;
  color: #AF9354;
  }

a:hover {
  color: #036;
  color: #AF9354;
  }

.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr; }

.hidden {
  display: none;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.group:before, .group:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden; }

.group:after {
  clear: both; }

.group {
  zoom: 1; }

@media screen and (max-device-width: 480px) {
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */ }
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  @page {
    margin: 0.5cm; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
.wrapper {
  width: 960px;
  margin: 0 auto; }

body {
  background: #f1f6f9 url(../images/bg-body.gif) 0 185px repeat-x;
  font: 14px "helvetica neue", helvetica, arial, sans-serif;
  color: #81888e; }

a.button,
#sidebar a.button {
	  display: block;
  display: inline-block;
  width: auto;
  text-decoration: none;
  font: 32px times, "Times New Roman", serif;
  font-style: italic;
  font-weight: normal;
  font-size: 17px;
  line-height: 17px;
  padding: 6px 16px;
  margin: 0 0 1px 0;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
	  color: #86a1ad;
	  border: 1px solid #cedce5;
	  background: white;
	  background: -moz-linear-gradient(top, white 0%, #e9f0f5 100%);
	  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #e9f0f5));
	  background: -webkit-linear-gradient(top, white 0%, #e9f0f5 100%);
	  background: -o-linear-gradient(top, white 0%, #e9f0f5 100%);
	  background: -ms-linear-gradient(top, white 0%, #e9f0f5 100%);
	  background: linear-gradient(top, white 0%, #e9f0f5 100%); 
  color: #ffffff;
  border: 1px solid #cedce5;
  background: #183361;
  background: -moz-linear-gradient(top, #183361 0%, #183361 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #183361), color-stop(100%, #183361));
  background: -webkit-linear-gradient(top, #183361 0%, #183361 100%);
  background: -o-linear-gradient(top, #183361 0%, #183361 100%);
  background: -ms-linear-gradient(top, #183361 0%, #183361 100%);
  background: linear-gradient(top, #183361 0%, #183361 100%); 
  }
  a.button:hover {
		background: white;
		background: -moz-linear-gradient(top, white 0%, #f5fafd 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f5fafd));
		background: -webkit-linear-gradient(top, white 0%, #f5fafd 100%);
		background: -o-linear-gradient(top, white 0%, #f5fafd 100%);
		background: -ms-linear-gradient(top, white 0%, #f5fafd 100%);
		background: linear-gradient(top, white 0%, #f5fafd 100%); 
    background: #AF9354;
    background: -moz-linear-gradient(top, #AF9354 0%, #AF9354 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #AF9354), color-stop(100%, #AF9354));
    background: -webkit-linear-gradient(top, #AF9354 0%, #AF9354 100%);
    background: -o-linear-gradient(top, #AF9354 0%, #AF9354 100%);
    background: -ms-linear-gradient(top, #AF9354 0%, #AF9354 100%);
    background: linear-gradient(top, #AF9354 0%, #AF9354 100%); 
	}
  a.button:active {
    margin: 1px 0 0 0; }

a {
  text-decoration: none;
  color: #AF9354;
  }

#header {
  border-bottom: 10px solid #183361;
  background: #0a2147 url(../images/bg-header-repeat.gif) 0 0 repeat-x;
  color: #fff; }
  #header .assist {
    background: url(../images/bg-header.gif) 50% 0 no-repeat; }
  #header p.linkhome {
    width: 560px;
    float: left;
    background: url(../images/logo-shgtus.gif) 0 50% no-repeat; }
    #header p.linkhome a {
      height: 126px; }
  #header div#member_login_wrapper {
    padding: 34px 0 0 0;
    margin: 0;
    width: 386px;
    float: right; }
    #header div#member_login_wrapper h6 {
      font-weight: normal;
      padding: 0 0 5px 13px;
      font-size: 12px;
      -webkit-font-smoothing: antialiased;
      color: #fff; }
    #header div#member_login_wrapper p.loggedin {
      font-size: 0.9em;
      text-align: right;
      padding-top: 5px; }
    #header div#member_login_wrapper form legend {
      display: none; }
    #header div#member_login_wrapper form div.gform_body ul > li {
      position: relative; }
      #header div#member_login_wrapper form div.gform_body ul > li label {
        position: absolute;
        left: 24px;
        top: 2px; }
    #header div#member_login_wrapper form .gform_body {
      width: auto;
      float: none;
      margin: 0;
      padding: 0;
      display: inline-block;
      vertical-align:top;
      }
      #header div#member_login_wrapper form .gform_body li {
        width: 155px;
        padding-left: 12px;
        float: left;
        clear: none; }
        #header div#member_login_wrapper form .gform_body li label {
          font-size: 12px;
          color: #7ea1b9;
          font-weight: normal; }
        #header div#member_login_wrapper form .gform_body li input {
          width: 100%;
          padding: 12px 8% 10px;
          background: #021c4a;
          font-size: 12px;
          color: #7ea1b9;
          border: 0;
          -moz-border-radius-topleft: 6px;
          -moz-border-radius-topright: 6px;
          -moz-border-radius-bottomright: 6px;
          -moz-border-radius-bottomleft: 6px;
          -webkit-border-radius: 6px 6px 6px 6px;
          border-radius: 6px 6px 6px 6px;
          -webkit-box-shadow: inset 0px -1px 0px 0px #122c59;
          -moz-box-shadow: inset 0px -1px 0px 0px #122c59;
          box-shadow: inset 0px -1px 0px 0px #122c59; }
    #header div#member_login_wrapper form .gform_footer {
      width: auto;
      float: none;
      margin: 0;
      padding: 0;
      display: inline-block;
      vertical-align:top;
      }

.gform_button {
    cursor: pointer;
    min-width: 150px;
}

	#header div#member_login_wrapper form .gform_footer button {
		white-space: nowrap;
		margin-top: 24px;
		background-color: #7ea1b9;
		color: #183361;
		border: 0px;
		padding: 10px 14px;
	}
        	
		#header div#member_login_wrapper form .gform_footer button:hover {
			
		}

		#header div#member_login_wrapper form .gform_footer button:active {
			
		}
		
  #header #global-nav {
    clear: both; }
    #header #global-nav ul {
      list-style: none;
      margin: 0;
      padding: 0;
          text-align: center;
          }
      #header #global-nav ul li {
        float: right;
        padding-left: 16px; }
        #header #global-nav ul li a {
          display: block;
          height: 31px;
          padding-top: 19px;
          color: #7ea1b9;
          text-decoration: none;
	          font-size: 14px;
          font-size: 13px;
          text-transform: uppercase;
          -webkit-font-smoothing: antialiased; }
          #header #global-nav ul li a:hover {
            color: #fff; }
        #header #global-nav ul li.current_page_item a {
          color: #fff; }
        #header #global-nav ul li.prominent {
          padding-left: 0;
	    float: none;
	    display: inline-block;
	    vertical-align: top;
          }
          #header #global-nav ul li.prominent a {
            text-indent: 0px;
            color: #D2BA84;
            font-family: 'Open Sans Condensed', sans-serif;
            font-weight: 700;
            font-size: 20px;
            font-size: 16px;
            line-height: 22px;
            padding-top: 16px;
	            padding-right: 36px;
            	padding-right: 22px;
		padding-left: 11px;
    	padding-right: 11px;
			 }
          #header #global-nav ul li.prominent.current_page_item a,
          #header #global-nav ul li.prominent a:hover {
            color: #fff; }
          #header #global-nav ul li#nav-store a {
            
            }
			
          
  #header #nav-tomb-unknown-soldier {
    clear: both;
    display: none;
    overflow: hidden; }
    #header #nav-tomb-unknown-soldier ul {
      list-style: none;
      margin: 0;
      padding: 28px 0 15px; }
      #header #nav-tomb-unknown-soldier ul li {
        float: left; }
        #header #nav-tomb-unknown-soldier ul li a {
          display: block;
          overflow: hidden;
          zoom: 1; }
        #header #nav-tomb-unknown-soldier ul li.tus-nav-button {
          width: 49%;
          height: 55px; }
          #header #nav-tomb-unknown-soldier ul li.tus-nav-button a {
            width: 146px;
            height: 39px;
            background: url(../images/sprite-tus-nav.gif) 0 0 no-repeat; }
          #header #nav-tomb-unknown-soldier ul li.tus-nav-button#tus-nav-overview {
            float: left; }
            #header #nav-tomb-unknown-soldier ul li.tus-nav-button#tus-nav-overview a {
              float: right;
              background-position: 0 0; }
              #header #nav-tomb-unknown-soldier ul li.tus-nav-button#tus-nav-overview a:hover {
                background-position: 0 -39px; }
              #header #nav-tomb-unknown-soldier ul li.tus-nav-button#tus-nav-overview a:active {
                background-position: 0 -78px; }
          #header #nav-tomb-unknown-soldier ul li.tus-nav-button#tus-nav-tomb-guard {
            float: right; }
            #header #nav-tomb-unknown-soldier ul li.tus-nav-button#tus-nav-tomb-guard a {
              background-position: -146px 0; }
              #header #nav-tomb-unknown-soldier ul li.tus-nav-button#tus-nav-tomb-guard a:hover {
                background-position: -146px -39px; }
              #header #nav-tomb-unknown-soldier ul li.tus-nav-button#tus-nav-tomb-guard a:active {
                background-position: -146px -78px; }
        #header #nav-tomb-unknown-soldier ul li#tus-nav-wwi {
          clear: both; }
        #header #nav-tomb-unknown-soldier ul li.conflict {
          width: 240px; }
          #header #nav-tomb-unknown-soldier ul li.conflict a {
            background: url(../images/sprite-conflicts.png) 0 0 no-repeat;
            height: 132px; }
          #header #nav-tomb-unknown-soldier ul li.conflict#tus-nav-wwi a {
            background-position: 0 0; }
            #header #nav-tomb-unknown-soldier ul li.conflict#tus-nav-wwi a:hover {
              background-position: 0 -132px; }
          #header #nav-tomb-unknown-soldier ul li.conflict#tus-nav-wwii a {
            background-position: -240px 0; }
            #header #nav-tomb-unknown-soldier ul li.conflict#tus-nav-wwii a:hover {
              background-position: -240px -132px; }
          #header #nav-tomb-unknown-soldier ul li.conflict#tus-nav-korean-war a {
            background-position: -480px 0; }
            #header #nav-tomb-unknown-soldier ul li.conflict#tus-nav-korean-war a:hover {
              background-position: -480px -132px; }
          #header #nav-tomb-unknown-soldier ul li.conflict#tus-nav-vietnam-war a {
            background-position: -720px 0; }
            #header #nav-tomb-unknown-soldier ul li.conflict#tus-nav-vietnam-war a:hover {
              background-position: -720px -132px; }

#header .mobileMenuToggle {
	display:none;
}

#header #global-nav ul.subnav {
	display:none;
}

#header .mobileNavTop {
	height: auto;
}              

.no-js #header #nav-tomb-unknown-soldier {
  display: block; }

#main {
  padding: 60px 0 20px; }

.primary-secondary {
  overflow: hidden;
  zoom: 1;
  background: url(../images/bg-primary-secondary.png) 50% 0 no-repeat;
  min-height: 530px; }
  .primary-secondary .primary {
    width: 685px;
    float: right; }
  .primary-secondary .secondary {
    width: 240px;
    float: left; }

.heading {
  height: 17px; }
  .heading.contact-information {
    width: 190px;
    height: 40px;
    background: url(../images/heading-contact-information.gif) 0 0 no-repeat; }
  .heading.helpful-links {
    width: 123px;
    background: url(../images/heading-helpful-links.gif) 0 0 no-repeat; }
  .heading.categories {
    width: 100px;
    background: url(../images/heading-categories.gif) 0 0 no-repeat; }
  .heading.gallery {
    width: 100px;
    background: url(../images/heading-gallery.png) 0 0 no-repeat; }
  .heading.outside-memory-tributes {
    width: 196px;
    background: url(../images/heading-outside-memory-tributes.png) 0 0 no-repeat;
    margin-top: 30px; }
  .heading.media-photos-videos {
    width: 196px;
    background: url(../images/heading-media-photos-videos.png) 0 0 no-repeat; }
  .heading.share-memory {
    height: 35px;
    margin: 15px 0 0;
    background: url(../images/headline-share-memory.png) 0 0 no-repeat; }

.alt.heading.contact-information {
  height: 17px;
  background: url(../images/heading-contact-information.png) 0 0 no-repeat; }

.page-content {
	font: 14px "Helvetica Neue", helvetica, arial, sans-serif;
		color: #81888e;
 		color: #3E4C58;
	color: #183361;
}

	.page-content a {
		font-weight:bold;
	}
	
  .page-content img {
    max-width: 100%;
    height: auto !important; }
  .page-content h1 {
    font: 32px times, "Times New Roman", serif;
    font-style: italic;
    font-weight: normal;
    color: #183361;
    margin: 0 0 23px 0;
    -webkit-font-smoothing: antialiased; }
  .page-content h2 {
    font: 32px times, "Times New Roman", serif;
    font-style: italic;
    font-weight: normal;
    font-size: 22px;
    line-height: 24px;
	    color: #95adb8;
    color: #48626E;
    margin: 18px 0 10px;
    -webkit-font-smoothing: antialiased; }
  .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
    font: 32px times, "Times New Roman", serif;
    font-style: italic;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #95adb8;
    margin: 13px 0 10px;
    -webkit-font-smoothing: antialiased; }
  .page-content h1 br, .page-content h2 br, .page-content h3 br, .page-content h4 br, .page-content h5 br, .page-content h6 br {
    display: none; }
  .page-content h1 a, .page-content h2 a, .page-content h3 a, .page-content h4 a, .page-content h5 a, .page-content h6 a {
    color: inherit;
    text-decoration: none; }
  .page-content p {
    margin: 1em 0;
    line-height: 24px; }
    .page-content p.focus {
      font-size: 17px;
      color: #183361;
      line-height: 30px;
      margin-top: 0; }
  .page-content .intro {
    font-size: 17px; }
    .page-content .intro p {
      color: #183361;
      line-height: 36px;
      margin-top: 0; }
  .page-content strong {
    font-weight: bold; }
  .page-content em {
    font-style: italic; }
  .page-content p > a > img:only-child,
  .page-content p > img:only-child {
    display: block;
    background: #fff;
    border: 6px solid #fff;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(4, 27, 59, 0.15);
    -moz-box-shadow: 0px 0px 4px 0px rgba(4, 27, 59, 0.15);
    box-shadow: 0px 0px 4px 0px rgba(4, 27, 59, 0.15); }
  .page-content p > a > img.alignleft:only-child,
  .page-content p > img.alignleft:only-child {
    clear: left;
    float: left;
    margin: 2px 15px 5px 0; }
  .page-content p > a > img.alignright:only-child,
  .page-content p > img.alignright:only-child {
    clear: right;
    float: right;
    margin: 2px 0 15px 15px; }
  .page-content blockquote {
    background: url(../images/hr-alt.gif) 0 0 repeat-x;
    background: url(../images/hr-alt.gif) 0 100% repeat-x, url(../images/hr-alt.gif) 0 0 repeat-x;
    padding: 0 0 0 60px;
    font: 32px times, "Times New Roman", serif;
    font-style: italic;
    font-weight: normal;
    font-size: 19px;
    color: #95adb8;
    overflow: hidden;
    zoom: 1; }
    .page-content blockquote p {
      line-height: 29px;
      margin: 1em 0; }
  .page-content ul {
    list-style: disc;
    margin-bottom: 25px; }
  .page-content ol {
    list-style: decimal;
    margin-bottom: 25px; }
  .page-content li {
    padding: 5px 0;
    line-height: 1.6em; }
  .page-content .stand-out {
    text-align: center;
    padding-bottom: 20px; }

.tabs {
  clear: both;
  overflow: hidden;
  zoom: 1;
  min-height: 610px;
  background: url(../images/bg-tabs.png) 0 45px no-repeat;
  position: relative; }
  .tabs .tab-nav {
    position: absolute;
    height: 44px;
    left: 0;
    top: 0; }
    .tabs .tab-nav ul {
      list-style: none;
      margin: 0;
      height: 44px; }
      .tabs .tab-nav ul li {
        width: 124px;
        height: 44px;
        float: left; }
        .tabs .tab-nav ul li a {
          display: block;
          height: 30px;
          padding-top: 14px;
          background: url(../images/sprite-tab-bg.png) -124px 0 no-repeat; }

          .tabs .tab-nav ul li a span {
            height: 20px;
            background: url(../images/sprite-tab-labels-3.png) 50% 0 no-repeat; 
            background-image: none !important; 
			font-size: 16px;
			line-height: 20px;
			text-indent:0px;
			font-family: 'Open Sans Condensed', sans-serif;
			font-weight: 700;
			text-transform:uppercase;
			text-align:center;
				    color: #95ADB8;
			    color: #48626E;
			}
	
			  .tabs .tab-nav ul li a span:hover,
			  .tabs .tab-nav ul li.active a span {
					color: #AF9354;
				}
	
        .tabs .tab-nav ul li.small {
          width: auto;
		    min-width: 124px;
		  
		  }
          .tabs .tab-nav ul li.small a {
            background: url(../images/sprite-tab-bg.png) -124px 0 no-repeat; }
          .tabs .tab-nav ul li.small.active a {
            background-position: 0 0; }
        .tabs .tab-nav ul li.medium {
   
   	  width: auto;
		    min-width: 149px;
		  }
          .tabs .tab-nav ul li.medium a {
            background: url(../images/sprite-tab-bg.png) -152px -44px no-repeat; }
          .tabs .tab-nav ul li.medium.active a {
            background-position: 0 -44px; }
        .tabs .tab-nav ul li.large {
          width: auto;
		    min-width: 210px; }
          .tabs .tab-nav ul li.large a {
            background: url(../images/sprite-tab-bg.png) -210px -88px no-repeat; }
          .tabs .tab-nav ul li.large.active a {
            background-position: 0 -88px; }
      .tabs .tab-nav ul li.selection a span {
        background-position: 50% 0px; }
      .tabs .tab-nav ul li.selection a:hover span, .tabs .tab-nav ul li.selection.active a span {
        background-position: 50% -13px; }
      .tabs .tab-nav ul li.training a span {
        background-position: 50% -26px; }
      .tabs .tab-nav ul li.training a:hover span, .tabs .tab-nav ul li.training.active a span {
        background-position: 50% -39px; }
      .tabs .tab-nav ul li.lifestyle a span {
        background-position: 50% -52px; }
      .tabs .tab-nav ul li.lifestyle a:hover span, .tabs .tab-nav ul li.lifestyle.active a span {
        background-position: 50% -65px; }
      .tabs .tab-nav ul li.summary-of-war a span {
        background-position: 50% -78px; }
      .tabs .tab-nav ul li.summary-of-war a:hover span, .tabs .tab-nav ul li.summary-of-war.active a span {
        background-position: 50% -91px; }
      .tabs .tab-nav ul li.organizations a span {
        background-position: 50% -104px; }
      .tabs .tab-nav ul li.organizations a:hover span, .tabs .tab-nav ul li.organizations.active a span {
        background-position: 50% -117px; }
      .tabs .tab-nav ul li.individuals a span {
        background-position: 50% -130px; }
      .tabs .tab-nav ul li.individuals a:hover span, .tabs .tab-nav ul li.individuals.active a span {
        background-position: 50% -143px; }
      .tabs .tab-nav ul li.awards-decorations a span {
        background-position: 50% -156px; }
      .tabs .tab-nav ul li.awards-decorations a:hover span, .tabs .tab-nav ul li.awards-decorations.active a span {
        background-position: 50% -169px; }
      .tabs .tab-nav ul li.units a span {
        background-position: 50% -182px; }
      .tabs .tab-nav ul li.units a:hover span, .tabs .tab-nav ul li.units.active a span {
        background-position: 50% -195px; }
      .tabs .tab-nav ul li.favorite-moment a span {
        background-position: 50% -208px; }
      .tabs .tab-nav ul li.favorite-moment a:hover span, .tabs .tab-nav ul li.favorite-moment.active a span {
        background-position: 50% -221px; }
      .tabs .tab-nav ul li.gallery a span {
        background-position: 50% -234px; }
      .tabs .tab-nav ul li.gallery a:hover span, .tabs .tab-nav ul li.gallery.active a span {
        background-position: 50% -247px; }
      .tabs .tab-nav ul li.obituary a span {
        background-position: 50% -260px; }
      .tabs .tab-nav ul li.obituary a:hover span, .tabs .tab-nav ul li.obituary.active a span {
        background-position: 50% -273px; }
      .tabs .tab-nav ul li.interment a span {
        background-position: 50% -286px; }
      .tabs .tab-nav ul li.interment a:hover span, .tabs .tab-nav ul li.interment.active a span {
        background-position: 50% -299px; }
      .tabs .tab-nav ul li.disinterment a span {
        background-position: 50% -312px; }
      .tabs .tab-nav ul li.disinterment a:hover span, .tabs .tab-nav ul li.disinterment.active a span {
        background-position: 50% -325px; }
      .tabs .tab-nav ul li.funeral a span {
        background-position: 50% -338px; }
      .tabs .tab-nav ul li.funeral a:hover span, .tabs .tab-nav ul li.funeral.active a span {
        background-position: 50% -351px; }

    .tabs .tab-nav ul li.units-campaigns a span {
	      background-position: 50% -364px; }
	  .tabs .tab-nav ul li.units-campaigns a:hover span,
	  .tabs .tab-nav ul li.units-campaigns.active a span {
		  background-position: 50% -377px; }

    .tabs .tab-nav ul li.tomb-reflections a span {
	      background-position: 50% -390px; }
	  .tabs .tab-nav ul li.tomb-reflections a:hover span,
	  .tabs .tab-nav ul li.tomb-reflections.active a span {
		  background-position: 50% -403px; }



    .tabs .tab-nav ul li.line-6-members a span {
        background-position: 50% -416px; }
    .tabs .tab-nav ul li.line-6-members a:hover span,
    .tabs .tab-nav ul li.line-6-members.active a span {
      background-position: 50% -429px; }

    .tabs .tab-nav ul li.vigil-members a span {
        background-position: 50% -442px; }
    .tabs .tab-nav ul li.vigil-members a:hover span,
    .tabs .tab-nav ul li.vigil-members.active a span {
      background-position: 50% -455px; }

    .tabs .tab-nav ul li.honor-members a span {
        background-position: 50% -468px; }
    .tabs .tab-nav ul li.honor-members a:hover span,
    .tabs .tab-nav ul li.honor-members.active a span {
      background-position: 50% -481px; }




  .tabs .tabs-content {
    padding: 70px 30px 30px 30px; }
    .tabs .tabs-content img {
      max-width: 609px !important;
      height: auto !important; }
    .tabs .tabs-content ul.thumbnails li a img {
      border: 6px solid #fff; }
  .tabs ul.tab-buttons {
    position: absolute;
    top: 3px;
    right: 5px;
    list-style: none;
    margin: 0;
    padding: 0; }
    .tabs ul.tab-buttons li {
      float: right; }
      .tabs ul.tab-buttons li a {
        display: block;
        width: auto;
        text-decoration: none;
        font: 32px times, "Times New Roman", serif;
        font-style: italic;
        font-weight: normal;
        font-size: 17px;
        line-height: 17px;
        padding: 6px 16px;
        margin: 0 0 1px 0;
        color: #86a1ad;
        border: 1px solid #cedce5;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-topright: 4px;
        -moz-border-radius-bottomright: 4px;
        -moz-border-radius-bottomleft: 4px;
        -webkit-border-radius: 4px 4px 4px 4px;
        border-radius: 4px 4px 4px 4px;
        background: white;
        background: -moz-linear-gradient(top, white 0%, #e9f0f5 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #e9f0f5));
        background: -webkit-linear-gradient(top, white 0%, #e9f0f5 100%);
        background: -o-linear-gradient(top, white 0%, #e9f0f5 100%);
        background: -ms-linear-gradient(top, white 0%, #e9f0f5 100%);
        background: linear-gradient(top, white 0%, #e9f0f5 100%); }
        .tabs ul.tab-buttons li a:hover {
          background: white;
          background: -moz-linear-gradient(top, white 0%, #f5fafd 100%);
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f5fafd));
          background: -webkit-linear-gradient(top, white 0%, #f5fafd 100%);
          background: -o-linear-gradient(top, white 0%, #f5fafd 100%);
          background: -ms-linear-gradient(top, white 0%, #f5fafd 100%);
          background: linear-gradient(top, white 0%, #f5fafd 100%); }
        .tabs ul.tab-buttons li a:active {
          margin: 1px 0 0 0; }
  .tabs.alt {
    background: url(../images/bg-tabs-alt.png) 0 45px no-repeat; }

#main .gform_wrapper .gfield_required {
  color: inherit; }
#main .gform_wrapper span.ginput_total {
  color: #183361;
  font: 26px times, "Times New Roman", serif;
  font-style: italic; }
#main .gform_wrapper li.gfield {
  padding-top: 6px; }
#main .gform_wrapper label {
  font-size: 16px; }
  #main .gform_wrapper label:empty {
    display: none; }

#main .gform_wrapper input,
#main .gform_wrapper select,
#main .gform_wrapper textarea {
  background: #dbe8ee;
  border: 0;
  -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  padding: 10px 7px;
  font-size: 16px; }

#main .gform_wrapper select {
		padding: 10px 7px !important;
		margin: 0px !important;
	}

#main .gform_wrapper li.gfield.gfield_error {
  background: transparent !important;
  padding: 0 !important;
  border: 0 !important; }
#main .gform_wrapper .gfield_description {
  font-size: 12px; }
#main .gform_wrapper .gfield_error .gfield_label,
#main .gform_wrapper .validation_error,
#main .gform_wrapper .gfield_description.validation_message,
#main .gform_wrapper .validation_message {
  color: #df0f2b; }
#main .gform_wrapper .ginput_complex span {
  min-height: 75px; }
  #main .gform_wrapper .ginput_complex span label {
    font-size: 14px; }
#main .gform_wrapper ul.gfield_checkbox,
#main .gform_wrapper ul.gfield_radio {
  padding-top: 5px;
  margin: 0; }
  #main .gform_wrapper ul.gfield_checkbox label,
  #main .gform_wrapper ul.gfield_radio label {
    font-size: 14px;
    padding-top: 2px; }
  #main .gform_wrapper ul.gfield_checkbox input,
  #main .gform_wrapper ul.gfield_radio input {
    margin-right: 2px;
    margin-left: 2px;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
#main .gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label, #main .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label {
  font-weight: normal; }
#main .gform_footer {
  padding: 0;
  margin: 16px 0 0 0; }
  #main .gform_footer button {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    width: 126px;
    height: 50px;
    background: url(../images/btn-submit.png) 0 0 no-repeat;
    margin: 0;
    border: 0;
    cursor: pointer; }
    #main .gform_footer button:hover {
      background-position: 0 -50px; }
    #main .gform_footer button:active {
      background-position: 0 -100px; }
#main #leave_comment_wrapper {
  padding-top: 10px; }
#main .form-submit input#submit {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  width: 126px;
  height: 50px;
  background: url(../images/btn-submit.png) 0 0 no-repeat;
  margin: 0;
  border: 0;
  cursor: pointer; }
  #main .form-submit input#submit:hover {
    background-position: 0 -50px; }
  #main .form-submit input#submit:active {
    background-position: 0 -100px; }
#main h3#reply-title {
  display: none; }
#main #gforms_confirmation_message {
  width: 89%;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background: #F5F7FA;
  border: 1px solid #D9E3E9;
  font: 32px times, "Times New Roman", serif;
  font-style: italic;
  font-weight: normal;
  font-size: 1.2em;
  text-align:center;
  padding:20px 0;
  color: #95adb8; }

#sidebar {
  font-size: 14px;
  line-height: 24px;
  padding-top: 8px;
		color: #95adb8; 
  color: #48626E; 
  }
  #sidebar a {
    text-decoration: none;
		color: #95adb8; 
    color: #48626E; 
	
	}
  #sidebar .separator {
    padding-top: 24px;
    background: url(../images/hr.png) 0 12px repeat-x; }
  #sidebar div.links ul {
    list-style: none;
    margin: 0;
    padding-top: 25px;
    background: url(../images/hr-double.png) 0 23px repeat-x; }
    #sidebar div.links ul li {
      background: url(../images/hr-double.png) 0 100% repeat-x; }
      #sidebar div.links ul li a {
        display: block;
        text-decoration: none;
        padding: 5px 0 7px; }
        #sidebar div.links ul li a span {
          display: block;
          font-size: 14px;
	          color: #95adb8;
          color: #48626E;
          padding: 10px 20px 10px 0;
          line-height: 18px;
          background: url(../images/arrow-link-list.png) 100% 13px no-repeat; }
        #sidebar div.links ul li a:hover span {
          color: #6e92a3; }
  #sidebar div.links.alt {
    padding-bottom: 20px; }
    #sidebar div.links.alt li a span {
      background: transparent; }
    #sidebar div.links.alt li a:hover span {
      background: transparent; }
  #sidebar .search {
    padding-bottom: 0; }
    #sidebar .search label {
      display: none; }
    #sidebar .search input {
      margin-top: 6px;
      display: block;
      background: #d9e7ee;
      border: 0;
      font-size: 14px;
      width: 155px;
      float: left;
      padding: 8px 6px 5px;
      -moz-border-radius-topleft: 4px;
      -moz-border-radius-topright: 4px;
      -moz-border-radius-bottomright: 4px;
      -moz-border-radius-bottomleft: 4px;
      -webkit-border-radius: 4px 4px 4px 4px;
      border-radius: 4px 4px 4px 4px;
      -webkit-box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
      box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.2); }
    #sidebar .search button {
      width: 44px;
      height: 45px;
      background: url(../images/btn-search-alt.png) 0 0 no-repeat;
      margin: 0;
      border: 0;
      cursor: pointer;
      float: right; }
      #sidebar .search button:hover {
        background-position: 0 -45px; }
      #sidebar .search button:active {
        background-position: 0 -90px; }
  #sidebar p.cta a {
    width: 219px;
    height: 50px; }
    #sidebar p.cta a.subscribe {
      background: url(../images/btn-cta-subscribe.png) 0 0 no-repeat; }
    #sidebar p.cta a.share-photo-video {
      background: url(../images/btn-share-photo-video.png) 0 0 no-repeat; }
    #sidebar p.cta a.update-photo {
      background: url(../images/btn-update-photo.png) 0 0 no-repeat; }
    #sidebar p.cta a:hover {
      background-position: 0 -50px; }
    #sidebar p.cta a:active {
      background-position: 0 -100px; }
  #sidebar .current-cat a {
    color: #af9354; }
  #sidebar ul, #sidebar div.links, #sidebar div.search {
    margin-right: 20px; }
  #sidebar ul.branded {
    list-style: none;
    margin: 0; }
    #sidebar ul.branded li {
      background: url(../images/hr.png) 0 100% repeat-x;
      padding-bottom: 2px; }
      #sidebar ul.branded li.current_page_item {
        background: url(../images/bg-sidebar-active.png) 0 100% no-repeat; }
      #sidebar ul.branded li a {
        display: block;
        overflow: hidden;
        text-decoration: none;
		font-family: times new roman;
		text-transform: uppercase;
		font-size: 18px;
		line-height: 20px;
		font-weight: 400;
		letter-spacing: 0.025em;
		padding: 14px 10px 14px 0px; }
      #sidebar ul.branded li a:hover,
      #sidebar ul.branded li.current_page_item a {
        color: #AF9354; }

.guard-profile #sidebar .links ul li a span {
  padding: 1px 20px 2px 0;
  background-position: 100% 5px; }

#footer {
  background: url(../images/bg-footer.gif) 50% 0 no-repeat;
  min-height: 250px; }
  #footer h4 {
    height: 200px; }
  #footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center; }
    #footer ul li {
      display: inline; }
      #footer ul li a {
        text-decoration: none;
        font-size: 12px;
        color: #979ea3 !important;
        text-transform: uppercase;
        padding: 0 10px; }
        #footer ul li a:hover {
          color: #183361 !important; }
  #footer p {
    font-size: 12px;
    color: #aabfc9;
    padding: 10px 0 25px;
    text-align: center; }
    #footer p abbr {
      border: 0;
      outline: 0; }
  #footer .share {
    width: 219px;
    margin: 0 auto;
    padding: 5px 0 40px; }

#home {
  overflow: hidden;
  clear: both;
  background:url(../images/bg-home-repeat.png) 50% 0 repeat-x; }
  #home .masthead {
    background: url(../images/home-art-layer-1-bg.jpg) 50% 0 no-repeat; }
    #home .masthead .wrapper {
      height: 576px;
      position: relative; }
      #home .masthead .wrapper h3 {
        position: absolute;
        left: 0;
        top: 101px;
        width: 601px;
        height: 25px;
        background: url(../images/home-art-layer-2-type-1.png) 0 0 no-repeat; }
      #home .masthead .wrapper h2 {
        position: absolute;
        left: 0;
        top: 139px;
        width: 957px;
        height: 62px;
        background: url(../images/home-art-layer-2-type-2.png) 0 0 no-repeat; }
      #home .masthead .wrapper img {
        display: block;
        position: absolute;
        left: 359px;
        top: 0;
        width: 600px;
        height: 576px; }
  #home #main {
    background: url(../images/bg-home-conflict-nav.gif) 50% 0 repeat-x;
    height: 202px;
    padding: 0; }
    #home #main ul.conflicts {
      list-style: none;
      margin: 0;
      padding: 0; }
      #home #main ul.conflicts li {
        width: 240px;
        float: left; }
        #home #main ul.conflicts li a {
          height: 202px;
          background: url(../images/sprite-conflicts-home.gif) 0 0 no-repeat; }
        #home #main ul.conflicts li#nav-conflict-home-wwi a {
          background-position: 0 0; }
          #home #main ul.conflicts li#nav-conflict-home-wwi a:hover {
            background-position: 0 -202px; }
        #home #main ul.conflicts li#nav-conflict-home-wwii a {
          background-position: -240px 0; }
          #home #main ul.conflicts li#nav-conflict-home-wwii a:hover {
            background-position: -240px -202px; }
        #home #main ul.conflicts li#nav-conflict-home-korean-war a {
          background-position: -480px 0; }
          #home #main ul.conflicts li#nav-conflict-home-korean-war a:hover {
            background-position: -480px -202px; }
        #home #main ul.conflicts li#nav-conflict-home-vietnam-war a {
          background-position: -720px 0; }
          #home #main ul.conflicts li#nav-conflict-home-vietnam-war a:hover {
            background-position: -720px -202px; }

.js #home .masthead .wrapper h3 {
  top: -70px; }
.js #home .masthead .wrapper h2 {
  top: -70px; }
.js #home .masthead .wrapper img {
  top: -600px; }

#tus-overview .masthead {
  background: url(../images/masthead-tus-repeat.jpg) 50% 0 repeat-x; }
  #tus-overview .masthead .assist {
    background: url(../images/masthead-tus.jpg) 50% 0 no-repeat;
    height: 300px; }

#main {
  padding-top: 20px; }
  #main .primary-secondary {
    padding-top: 120px; }
  #main.tus {
    background: url(../images/heading-tomb-of-the-unknown-soldier.png) 50% 35px no-repeat; }
  #main.shg {
    background: url(../images/heading-society-of-the-honor-guard.png) 50% 35px no-repeat; }
  #main.anc {
    background: url(../images/heading-arlington-national-cemetery.png) 50% 35px no-repeat; }
  #main.column {
    background: url(../images/heading-the-tomb-guard-column.png) 50% 35px no-repeat; }

body.page-id-109 #main .primary-secondary,
body.parent-pageid-109 #main .primary-secondary {
  background: url(../images/heading-the-society-store.png) 50% 35px no-repeat; }

.heading-memories-condolences {
  height: 45px;
  background: url(../images/heading-memories-condolences.png) 0 0 no-repeat; }

body.page-id-77 #main .primary-secondary,
body.pod-page-profile #main .primary-secondary {
  padding-top: 70px; }

#tomb-guards p.claim-badge {
  width: 160px;
  height: 55px;
  margin: 0 auto; }
  #tomb-guards p.claim-badge a {
    height: 30px;
    background: url(../images/btn-claim-your-badge.gif) 0 0 no-repeat; }
#tomb-guards .search {
  text-align: center;
  padding: 15px 0 5px; }
  #tomb-guards .search h2 {
    font: 32px times, "Times New Roman", serif;
    font-style: italic;
    font-weight: normal;
    color: #183361;
    font-size: 25px;
    margin-bottom: 4px; }
  #tomb-guards .search p {
    font-size: 13px;
    margin-bottom: 20px;
    color: #95adb8; }
  #tomb-guards .search form {
    width: 565px;
    margin: 0 auto; }
    #tomb-guards .search form legend, #tomb-guards .search form label {
      display: none; }
    #tomb-guards .search form .textfield {
      width: 490px;
      float: left;
      padding-top: 7px; }
    #tomb-guards .search form .submit {
      width: 75px;
      float: right; }
    #tomb-guards .search form input {
      display: block;
      background: #d9e7ee;
      border: 0;
      font-size: 21px;
      width: 90%;
      padding: 18px 13px 15px;
      -moz-border-radius-topleft: 4px;
      -moz-border-radius-topright: 4px;
      -moz-border-radius-bottomright: 4px;
      -moz-border-radius-bottomleft: 4px;
      -webkit-border-radius: 4px 4px 4px 4px;
      border-radius: 4px 4px 4px 4px;
      -webkit-box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
      box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
      color: #95adb8; }
    #tomb-guards .search form button {
      display: block;
      width: 70px;
      height: 71px;
      cursor: pointer;
      border: 0;
      margin: 0;
      padding: 0;
      background: url(../images/btn-search.png) 0 0 no-repeat; }
      #tomb-guards .search form button:hover {
        background-position: 0 -71px; }
      #tomb-guards .search form button:active {
        background-position: 0 -142px; }

#badge-board {
  background: url(../images/bg-badge-board.png) 50% 0 no-repeat;
  min-height: 500px; }
  #badge-board .nav-badge-board ul {
    padding-left: 0; }
    #badge-board .nav-badge-board ul li {
      float: left; }
      #badge-board .nav-badge-board ul li a {
        display: block;
        padding: 25px 15px;
        font-size: 13px;
        color: #95adb8;
        text-decoration: none; }
        #badge-board .nav-badge-board ul li a:hover {
         	 color: #af9354;
          color: #48626E;
		  }
        #badge-board .nav-badge-board ul li a.active {
          	color: #af9354;
          color: #48626E;
		  
          background: url(../images/bg-badge-board-nav-active.png) 50% -3px no-repeat; }
  #badge-board h1 {
    width: 661px;
    height: 140px;
    margin: 0 auto;
    background: url(../images/heading-badge-board.png) 50% 50% no-repeat; }
  #badge-board ol {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    zoom: 1; }
    #badge-board ol li {
      width: 25%;
      float: left; }
      #badge-board ol li a {
        display: block;
        width: 228px;
        height: 105px;
        margin: 0 auto;
        position: relative;
        text-decoration: none;
	        color: #95adb8;
        color: #48626E;
        background: url(../images/bg-badge-board-badge.png) 0 0 no-repeat; }
        #badge-board ol li a:hover {
          background-position: -472px -265px; }
        #badge-board ol li a:active {
          background-position: -472px -264px;
          padding-top: 1px;
          height: 104px; }
          #badge-board ol li a:active img.ribbon-kia {
            top: 5px; }
        #badge-board ol li a span {
          display: block;
          width: 180px;
          margin: 0 auto;
          text-align: center; }
          #badge-board ol li a span.badge-number {
            padding: 12px 0 5px;
            font: 19px times, "Times New Roman", serif; }
          #badge-board ol li a span.guard-name {
            font-size: 14px;
            line-height: 14px;
            text-transform: uppercase;
            overflow: hidden; }
          #badge-board ol li a span.guard-service {
            font: 32px times, "Times New Roman", serif;
            font-style: italic;
            font-weight: normal;
            font-size: 13px;
            padding-top: 2px; }
        #badge-board ol li a img.ribbon-kia {
          display: block;
          position: absolute;
          width: 58px;
          height: 57px;
          right: 4px;
          top: 4px; }
      #badge-board ol li.non-numbered span.badge-number {
        visibility: hidden; }
  #badge-board .no-results {
    font: 32px times, "Times New Roman", serif;
    font-style: italic;
    font-weight: normal;
    text-align: center;
    font-size: 25px;
    padding-top: 50px; }

.program, .resource, .event {
  padding-bottom: 5px;
  margin-bottom: 25px; }
  .program .meta, .resource .meta, .event .meta {
    position: relative; }
    .program .meta h2, .resource .meta h2, .event .meta h2 {
      padding: 3px 170px 0 0; }
    .program .meta a.button, .resource .meta a.button, .event .meta a.button {
      position: absolute;
      right: 0;
      top: 0;
      float: right; }

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

p.rsvp {
  background: url(../images/bg-rsvp.gif) 113px 25px no-repeat; }
  p.rsvp a {
    width: 96px;
    height: 50px;
    background: url(../images/btn-rsvp.png) 0 0 no-repeat; }
    p.rsvp a:hover {
      background-position: 0 -50px; }
    p.rsvp a:active {
      background-position: 0 -100px; }

.primary .standout {
  min-height: 550px;
  background: url(../images/bg-primary-standout.png) 0 0 no-repeat;
  padding: 30px 25px 0; }
  .primary .standout.alt {
    background: url(../images/bg-standout-alt.png) 0 0 no-repeat;
    min-height: 200px;
    margin-top: 35px; }

ul.thumbnails {
  list-style: none;
  margin: 0;
  padding: 15px 0 0; }
  ul.thumbnails li {
    width: 125px;
    height: 125px;
    float: left; }
    ul.thumbnails li a {
      display: block;
      width: 96px;
      text-decoration: none; }
      ul.thumbnails li a img {
        display: block;
        border: 0;
        width: 96px;
        height: 96px; }

.event ul.thumbnails img, .event-photos ul.thumbnails img {
  border: 6px solid #fff; }
.event p.view-more, .event-photos p.view-more {
  background: url(../images/bg-view-more.gif) 135px 25px no-repeat; }
  .event p.view-more a, .event-photos p.view-more a {
    width: 126px;
    height: 50px;
    background: url(../images/btn-view-more.png) 0 0 no-repeat; }
    .event p.view-more a:hover, .event-photos p.view-more a:hover {
      background-position: 0 -50px; }
    .event p.view-more a:active, .event-photos p.view-more a:active {
      background-position: 0 -100px; }
.event p.view-more, .event-photos p.view-more {
  background: url(../images/bg-view-more.gif) 135px 25px no-repeat; }
  .event p.view-more a, .event-photos p.view-more a {
    width: 126px;
    height: 50px;
    background: url(../images/btn-view-alt.png) 0 0 no-repeat; }
    .event p.view-more a:hover, .event-photos p.view-more a:hover {
      background-position: 0 -50px; }
    .event p.view-more a:active, .event-photos p.view-more a:active {
      background-position: 0 -100px; }

.event-details {
  position: relative;
  padding-top: 6px; }
  .event-details a.back {
    width: 96px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/btn-back.png) 0 0 no-repeat; }
    .event-details a.back:hover {
      background-position: 0 -50px; }
    .event-details a.back:active {
      background-position: 0 -100px; }

.friend {
  border-bottom: 1px solid #d9e5ec;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .friend .image {
    width: 162px;
    height: 142px;
    padding: 9px 0 0 8px;
    float: left;
    background: url(../images/bg-friend-image.png) 0 0 no-repeat; }
    .friend .image img {
      display: block;
      width: 154px;
      height: 133px !important; }
  .friend .info {
    width: 430px;
    float: right; }
    .friend .info h2 a {
      text-decoration: none;
      color: #95adb8; }
      .friend .info h2 a:hover {
        color: #183361; }

.faq-question h2 {
  font-size: 18px;
  padding: 5px 15px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #cedce5;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #e9f0f5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #e9f0f5));
  background: -webkit-linear-gradient(top, white 0%, #e9f0f5 100%);
  background: -o-linear-gradient(top, white 0%, #e9f0f5 100%);
  background: -ms-linear-gradient(top, white 0%, #e9f0f5 100%);
  background: linear-gradient(top, white 0%, #e9f0f5 100%); }
  .faq-question h2 span {
    display: block;
    background: url(../images/sprite-faq-question.png) 635px -479px no-repeat;
    padding-right: 50px;
    color: #7f98a4; }
.faq-question.expanded h2 span {
  background-position: 633px 7px; }
.faq-question .answer {
  font-size: 14px;
  padding-left: 20px; }
  .faq-question .answer p {
    margin: 0 0 20px 0; }

.js .faq-question h2 {
  cursor: pointer; }

#anc .masthead {
  background: url(../images/masthead-anc-repeat.jpg) 50% 0 repeat-x; }
  #anc .masthead .assist {
    background: url(../images/masthead-anc.jpg) 50% 0 no-repeat;
    height: 300px; }

#gallery-large {
  padding: 15px 0; }
  #gallery-large #hero {
    background: #fff;
    margin-bottom: 15px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(4, 22, 42, 0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(4, 22, 42, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(4, 22, 42, 0.3);
    padding: 15px; }
    #gallery-large #hero img {
      display: block;
      margin: 0 auto; }
  #gallery-large .caption {
    width: 710px;
    float: left; }
    #gallery-large .caption p {
      margin: 5px 0;
      font-size: 14px;
      line-height: 22px; }
  #gallery-large .gallery-nav {
    width: 203px;
    float: right; }
    #gallery-large .gallery-nav ul {
      list-style: none;
      margin: 0; }
      #gallery-large .gallery-nav ul li {
        float: right; }
        #gallery-large .gallery-nav ul li a {
          display: block;
          height: 50px;
          background: url(../images/sprite-gallery-nav.png) 0 0 no-repeat; }
        #gallery-large .gallery-nav ul li#gallery-next {
          width: 86px; }
          #gallery-large .gallery-nav ul li#gallery-next a {
            background-position: 0 0; }
            #gallery-large .gallery-nav ul li#gallery-next a:hover {
              background-position: 0 -50px; }
            #gallery-large .gallery-nav ul li#gallery-next a:active {
              background-position: 0 -100px; }
        #gallery-large .gallery-nav ul li#gallery-prev {
          width: 106px;
          float: left; }
          #gallery-large .gallery-nav ul li#gallery-prev a {
            background-position: -97px 0; }
            #gallery-large .gallery-nav ul li#gallery-prev a:hover {
              background-position: -97px -50px; }
            #gallery-large .gallery-nav ul li#gallery-prev a:active {
              background-position: -97px -100px; }

#gallery-thumbs {
  background: url(../images/bg-badge-board.png) 50% 0 no-repeat;
  padding-top: 50px; }
  #gallery-thumbs ul {
    list-style: none;
    margin: 0; }
    #gallery-thumbs ul li {
      width: 198px;
      height: 187px;
      float: left; }
      #gallery-thumbs ul li a {
        display: block;
        text-decoration: none;
        background: #f6f9fb;
        width: 151px;
        height: 149px;
        padding: 9px 8px; }
        #gallery-thumbs ul li a img {
          display: block;
          width: 151px;
          height: 149px; }
        #gallery-thumbs ul li a:hover, #gallery-thumbs ul li a.active {
          background: #fff; }
      #gallery-thumbs ul li:nth-child(5n) {
        width: 167px; }

.page-content .entry {
  padding-bottom: 40px; }
  .page-content .entry .meta h1 {
    margin-bottom: 2px; }
  .page-content .entry .meta p {
    margin: 0;
    font-size: 13px;
    text-transform: uppercase;
    color: #95adb8; }
  .page-content .entry .meta a {
    color: inherit;
    text-decoration: none; }
    .page-content .entry .meta a:hover {
      text-decoration: none; }

.moremeta {
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #cedce5;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #e9f0f5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #e9f0f5));
  background: -webkit-linear-gradient(top, white 0%, #e9f0f5 100%);
  background: -o-linear-gradient(top, white 0%, #e9f0f5 100%);
  background: -ms-linear-gradient(top, white 0%, #e9f0f5 100%);
  background: linear-gradient(top, white 0%, #e9f0f5 100%); }
  .moremeta p {
    margin: 0;
    line-height: 1em; }
  .moremeta p.leave-comment {
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    background: white;
    background: -moz-linear-gradient(top, white 0%, #dce5eb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dce5eb));
    background: -webkit-linear-gradient(top, white 0%, #dce5eb 100%);
    background: -o-linear-gradient(top, white 0%, #dce5eb 100%);
    background: -ms-linear-gradient(top, white 0%, #dce5eb 100%);
    background: linear-gradient(top, white 0%, #dce5eb 100%);
    height: 42px;
    width: 164px;
    float: left; }
    .moremeta p.leave-comment a {
      padding: 10px 20px;
      height: 100%;
      background: url(../images/btn-leave-comment.png) 18px 16px no-repeat; }
      .moremeta p.leave-comment a:hover {
        background-position: -349px 16px; }
      .moremeta p.leave-comment a:active {
        background-position: -349px 17px; }
  .moremeta p.tags {
    width: 484px;
    float: right;
    padding: 17px 20px 11px 15px;
    background: url(../images/bg-tags.gif) 0 100% no-repeat;
    line-height:1.6em;
    font-size: 13px;
    color: #95adb8; }
    .moremeta p.tags a {
      text-decoration: none;
      color: #95adb8; }
      .moremeta p.tags a:hover {
        text-decoration: underline; }

.post {
  padding-bottom: 10px; }

.single .page-content .entry {
  padding-bottom: 25px; }

#comments, .memories-condolences {
  padding-top: 15px; }
  #comments ol, .memories-condolences ol {
    list-style: none;
    margin: 0;
    padding-bottom: 3px;
    border-bottom: 1px solid #d9e5ec; }
    #comments ol li, .memories-condolences ol li {
      border-bottom: 1px solid #d9e5ec;
      padding: 10px 0; }
      #comments ol li h4.meta span.author, .memories-condolences ol li h4.meta span.author {
        display: block;
        width: 430px;
        float: left;
        font-size: 22px; }
      #comments ol li h4.meta a, .memories-condolences ol li h4.meta a {
        color: inherit;
        text-decoration: none; }
        #comments ol li h4.meta a.timestamp, .memories-condolences ol li h4.meta a.timestamp {
          float: right;
          -moz-border-radius-topleft: 10px;
          -moz-border-radius-topright: 10px;
          -moz-border-radius-bottomright: 10px;
          -moz-border-radius-bottomleft: 10px;
          -webkit-border-radius: 10px 10px 10px 10px;
          border-radius: 10px 10px 10px 10px;
          background: #e1ecf1;
          text-transform: uppercase;
          font: 12px "Helvetica Neue", helvetica, arial, sans-serif;
          padding: 3px 9px; }
      #comments ol li .entry, .memories-condolences ol li .entry {
        padding: 0; }

#main .archive ul {
  list-style: none;
  margin: 0; }
  #main .archive ul li {
    border-bottom: 1px solid #d9e5ec; }
    #main .archive ul li a {
      display: block;
      text-decoration: none;
      padding: 13px 0 18px; }
      #main .archive ul li a span {
        display: block; }
        #main .archive ul li a span.title {
          font: 32px times, "Times New Roman", serif;
          font-style: italic;
          font-weight: normal;
          font-size: 22px;
          padding: 2px 0;
          color: #95adb8; }
          #main .archive ul li a span.title i {
            background: url(../images/arrow-big.png) 100% 50% no-repeat;
            padding-right: 18px; }
        #main .archive ul li a span.timestamp {
          font-size: 13px;
          color: #81888e;
          text-transform: uppercase; }
      #main .archive ul li a:hover span.title i {
        padding-right: 20px; }
      #main .archive ul li a:hover span.timestamp {
        color: #81888e; }
    #main .archive ul li:last-of-type {
      border-bottom: 0; }

.breadcrumbs {
  background: url(../images/hr.png) 0 100% repeat-x;
  padding: 10px 0; }
  .breadcrumbs a, .breadcrumbs span {
    display: block;
    text-decoration: none;
    font-size: 13px;
    color: #95adb8;
    padding: 3px 0; }
  .breadcrumbs li {
    float: left;
    margin-right: 15px; }
  .breadcrumbs li.back {
    width: 210px;
    background: url(../images/bg-breadcrumb-back.gif) 100% 50% no-repeat; }
    .breadcrumbs li.back a {
      background: url(../images/arrow-left.png) 0 50% no-repeat;
      padding-left: 18px; }
      .breadcrumbs li.back a:hover {
        color: #6e92a3; }

.guard-profile .overview {
  padding: 40px 0; }
  .guard-profile .overview .avatar {
    width: 202px;
    float: left; }
.guard-profile .metadata {
  width: 725px;
  float: right;
  padding-bottom: 0; }
  .guard-profile .metadata dl {
    width: 50%;
    float: left; }
    .guard-profile .metadata dl dt {
      height: 11px;
      width: 75%;
      background: url(../images/sprite-guard-metadata-rev-1.gif) 0 0 no-repeat; }
      .guard-profile .metadata dl dt.membership-status {
        background-position: 0 0; }
      .guard-profile .metadata dl dt.military-history {
        background-position: -361px 0; }
      .guard-profile .metadata dl dt.position-held {
        background-position: 0 -51px; }
      .guard-profile .metadata dl dt.dob {
        background-position: -361px -51px; }
      .guard-profile .metadata dl dt.highest-rank {
        background-position: 0 -204px; }
      .guard-profile .metadata dl dt.relief {
        background-position: 0 -102px; }
      .guard-profile .metadata dl dt.home-city-state {
        background-position: -361px -102px; }
      .guard-profile .metadata dl dt.dates-at-tomb {
        background-position: 0 -153px; }
      .guard-profile .metadata dl dt.current-city-state {
        background-position: -361px -153px; }
      .guard-profile .metadata dl dt.dob-dod {
        background: url(../images/heading-dob-dod.gif) 0 0 no-repeat; }
    .guard-profile .metadata dl dd {
      padding: 5px 0 16px; }
.guard-profile .details {
  background: url(../images/bg-badge-board.png) 50% 0 no-repeat; }
  .guard-profile .details .wrapper {
    min-height: 175px; }
.guard-profile.unclaimed .overview p {
  font-size: 17px;
  color: #95adb8;
  margin-bottom: 20px; }
  .guard-profile.unclaimed .overview p.claim {
    margin-bottom: 0; }
    .guard-profile.unclaimed .overview p.claim a {
      width: 196px;
      height: 50px;
      background: url(../images/btn-claim-this-badge.png) 0 0 no-repeat; }
      .guard-profile.unclaimed .overview p.claim a:hover {
        background-position: 0 -50px; }
      .guard-profile.unclaimed .overview p.claim a:active {
        background-position: 0 -100px; }
.guard-profile.unclaimed .primary-secondary {
  min-height: 1px;
  height: 150px; }
.guard-profile.deceased {
  padding-top: 0 !important; }
  .guard-profile.deceased .wrapper {
    position: relative;
    padding-top: 10px; }
    .guard-profile.deceased .wrapper img.banner {
      display: block;
      position: absolute; }
      .guard-profile.deceased .wrapper img.banner.in-memory {
        left: 10px;
        top: 265px; }
      .guard-profile.deceased .wrapper img.banner.kia {
        right: 25px;
        top: 0; }

.avatar {
  width: 202px;
  float: left; }
  .avatar span.avatar-wrapper {
    display: block;
    padding: 8px;
    background: #d5e2eb;
    -webkit-box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    -moz-border-radius-topleft: 100px;
    -moz-border-radius-topright: 100px;
    -moz-border-radius-bottomright: 100px;
    -moz-border-radius-bottomleft: 100px;
    -webkit-border-radius: 100px 100px 100px 100px;
    border-radius: 100px 100px 100px 100px; }
    .avatar span.avatar-wrapper .assist {
      display: block;
      width: 186px;
      height: 186px;
      overflow: hidden;
      -moz-border-radius-topleft: 100px;
      -moz-border-radius-topright: 100px;
      -moz-border-radius-bottomright: 100px;
      -moz-border-radius-bottomleft: 100px;
      -webkit-border-radius: 100px 100px 100px 100px;
      border-radius: 100px 100px 100px 100px; }

p.cta {
  padding-top: 20px; }
  p.cta .email {
    width: 196px;
    height: 50px;
    background: url(../images/btn-send-email.png) 0 0 no-repeat; }
    p.cta .email:hover {
      background-position: 0 -50px; }
    p.cta .email:active {
      background-position: 0 -100px; }

#main.guard-profile .primary-secondary.details {
  padding-top: 40px; }

#main.guard-profile .primary-secondary.details .secondary {
  width: 196px;
  padding-top: 15px; }
#main.guard-profile .primary-secondary.details .primary {
  width: 725px; }

.sidebar-gallery {
  padding-bottom: 50px; }
  .sidebar-gallery ul li {
    float: left;
    width: 80px;
    height: 100px; }
    .sidebar-gallery ul li.alt {
      float: right; }
    .sidebar-gallery ul li a {
      display: block;
      background: #fff;
      padding: 4px;
      width: 76px;
      height: 76px; }
      .sidebar-gallery ul li a img {
        display: block;
        width: 76px;
        height: 76px; }

.deceased .sidebar-gallery {
  padding-bottom: 10px; }

.memories-condolences {
  background: url(../images/bg-tabs-alt.png) 0 0 no-repeat;
  padding: 10px 30px 10px 25px; }

p.message {
  padding: 10px 110px;
  text-align: center;
  font: 32px times, "Times New Roman", serif;
  font-style: italic;
  font-weight: normal;
  color: #183361;
  font-size: 1.5em; }
  p.message.error {
    color: #df0f2b; }

p.profile-updated {
  background: #dbe8ee;
  border: 0;
  -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  padding: 10px 7px; }

#submit-photo-video {
  padding-bottom: 20px; }
  #submit-photo-video input {
    width: 94%; }

#update-photo {
  clear: both;
  padding-top: 35px; }
  #update-photo p {
    font-size: 0.9em;
    padding-top: 15px;
    line-height: 1.4em; }

.avatar.standalone {
  float: none; }

body.page-id-19 .page-content .intro p > a > img:only-child,
body.page-id-19 .page-content p > img:only-child {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.cat-item a:hover {
  color: #af9354 !important; }

body.page-id-109 .primary .standout, body.parent-pageid-109 .primary .standout {
  background: #f3f6f9;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(4, 22, 42, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(4, 22, 42, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(4, 22, 42, 0.2);
  margin-bottom: 10px; }

.share {
  padding: 60px 0 25px 0; }

#sidebar-column .share {
  padding-top: 20px; }

.addtoany_list a {
  padding-left: 0 !important; }


#container #main #viewCartTable input[type="submit"] {
    color: #ffffff !important;
	padding: 5px 10px;
}


.ie8 #container,
.ie8 #header,
.ie8 #header .assist { display:block; width:100%; zoom:1; }


.footer-image {
	display:none;
}

.new-button {
    display:inline-block;
    border-radius:5px;
    border-bottom:1px solid #fff;
    background:#e2ebef;
    -webkit-box-shadow:inset 0 0 4px 0 #d2dbe2;
    box-shadow:inset 0 0 4px 0 #d2dbe2;
    padding:6px;
}

	.new-button span {
	    display:inline-block;
	    border-radius:4px;
	    -webkit-box-shadow: 0 0 4px 0 #d2dbe2;
	    box-shadow: 0 0 4px 0 #d2dbe2;
	    color:#86a1ad;
	    font:14px georgia, serif;
	    line-height:1em;
	    padding:10px 25px;
	    font-style:italic;
	    background: #ffffff;
	    background: -moz-linear-gradient(top,  #ffffff 0%, #e9f0f5 100%);
	    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e9f0f5));
	    background: -webkit-linear-gradient(top,  #ffffff 0%,#e9f0f5 100%);
	    background: -o-linear-gradient(top,  #ffffff 0%,#e9f0f5 100%);
	    background: -ms-linear-gradient(top,  #ffffff 0%,#e9f0f5 100%);
	    background: linear-gradient(to bottom,  #ffffff 0%,#e9f0f5 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9f0f5',GradientType=0 );
	}
	
	.new-button:hover,
	.new-button:active,
	.new-button:focus {
    	color: #183361;
	}
	
	#container .addtoany_list a.addtoany_no_icon {
		display:inline-block;
		border-radius:5px;
		border-bottom:1px solid #fff;
		background:#e2ebef;
		-webkit-box-shadow:inset 0 0 4px 0 #d2dbe2;
		box-shadow:inset 0 0 4px 0 #d2dbe2;
	    padding:10px 25px !important;
		    color:#86a1ad;
		color: #183361;
	    font-size:16px !important;
	    font-family: georgia, serif ;
	    line-height:1em;
	    font-style:italic;
	    background: #ffffff;
	    background: -moz-linear-gradient(top,  #ffffff 0%, #e9f0f5 100%);
	    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e9f0f5));
	    background: -webkit-linear-gradient(top,  #ffffff 0%,#e9f0f5 100%);
	    background: -o-linear-gradient(top,  #ffffff 0%,#e9f0f5 100%);
	    background: -ms-linear-gradient(top,  #ffffff 0%,#e9f0f5 100%);
	    background: linear-gradient(to bottom,  #ffffff 0%,#e9f0f5 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9f0f5',GradientType=0 );
		text-align: center;
	    min-width: 150px;
	    border: solid 5px #DEE7EC;
	}
	
		#container .addtoany_list a.addtoany_no_icon:hover,
		#container .addtoany_list a.addtoany_no_icon:active,
		#container .addtoany_list a.addtoany_no_icon:focus {
			color: #183361;
		}	



// Extra small devices (portrait phones, less than 576px)
@media (max-width: 575.98px) {
	
	
	
}

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) {
	
	
	
}

@media (max-width: 767.98px) {
	
	.page-content p > a > img:only-child, .page-content p > img:only-child {
		max-width: 90%;
		margin: 15px auto;
	}
	
	.page-content p > a > img.alignright:only-child, .page-content p > img.alignright:only-child,
	.page-content p > a > img.alignleft:only-child, .page-content p > img.alignleft:only-child {
		float: none;
    	margin: 15px auto;
	}
	
	body.page-id-109 #main .primary-secondary, body.parent-pageid-109 #main .primary-secondary {
		background-size: contain;
	}
	
}

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) {
	
	
	
}

@media (max-width: 959.98px) {
	
	div,
	img {
		max-width:100%;
	}

	.wrapper {
		width: 100%;
	}
	
	#header {
		background-image: none;
		background-color: #042153;
	}
	
	#header p.linkhome {
		width: 389px;
		max-width: 335px;
		float: none;
		margin:0px 20px;
		background-size: contain;
	}
	
		#header p.linkhome a {
			height: 80px;
		}

	    
	
	#header .assist {
	    background-image: none;
	}
	
	#header div#member_login_wrapper {
	    padding: 0px;
	    margin: 0;
	    width: auto;
	    float: none;
	    text-align: center;
		display: inline-block;
		    margin-bottom: 20px;
	}
	
		#header div#member_login_wrapper h6 {
			display:none;
		}
		
		.gform_wrapper form {
			text-align: center !important;
		}

		#header div#member_login_wrapper form .gform_body {
		    width: auto;
		    float: none;
		    display: inline-block;
		}
		
		#header div#member_login_wrapper form .gform_footer {
		    width: auto;
		    float: none;
		    display: inline-block;
		}
		
	#header #global-nav {
	    margin: 0px 0px;
	}
	
		#header #global-nav ul {
		    text-align:center;
		}

			#header #global-nav ul li {
			    display:inline-block;
			    vertical-align:top;
			    float:none;
			    padding:0px;
			}

			#header #global-nav ul li.prominent {
			    float:none;
			}

				#header #global-nav ul li a {
					padding: 11px 11px;
					height: auto;
				}

				#header #global-nav ul li.prominent a {
					padding: 11px 11px;
				}
	
	#home .masthead .wrapper {
		height: auto;
	}
					
		.js #home .masthead .wrapper h3 {
			display:none;
		}
	
		.js #home .masthead .wrapper h2 {
			display:none;
		}
		
		.js #home .masthead .wrapper img {
			display:none;
		}
		
	#home {
	    background: none;
	}
	
	#home .masthead {
	    background-size: cover;
	    height: 300px;
	}
	
	#home #main {
	    background-image: none;
	    height: auto;
	}
	
	#home #main ul.conflicts {
	    text-align: center;
	}
	
		#home #main ul.conflicts li {
			display:inline-block;
			float: none;
		}
	
	#footer {
		background-image:none;
	}

		#footer .wrapper {
			text-align:center;
		}

		#footer h4 {
			display:none;
		}

		.footer-image {
			display:inline-block;
			width:auto;
			max-width:100%;
		}
		
		#footer ul li a {
		    padding: 0 10px 10px 10px;
		    display: inline-block;
		}

	#header #nav-tomb-unknown-soldier {
		height: auto !important;
	}
	
		#header #nav-tomb-unknown-soldier ul {
			text-align:center;
		}
	
			#header #nav-tomb-unknown-soldier ul li {
				float: none;
				display: inline-block;
			}
		
	#badge-board ol {
		text-align:center;
	}
		
		#badge-board ol li {
			float: none;
			display: inline-block;
			width: auto;
		}
		
	#badge-board h1 {
	    max-width: 100%;
	}

	#tomb-guards .search {
		text-align: center;
		padding: 15px;
	}
		
		#tomb-guards .search form {
			max-width: 100%;
		}
		
			#tomb-guards .search form .textfield {
				max-width: 50%;
				width: auto;
			}
			
			#tomb-guards .search form .submit {
				float: left;
				margin-left: 20px;
			}
			
		#badge-board .nav-badge-board ul {
			padding-left: 0px !important;
		}
		
	#main {
		padding: 20px;
	}
			
		#main.tus {
			background-size: contain;
		}	
		
		.primary-secondary {
			background-image: none;	
		}
		
		.primary-secondary .primary {
			width: auto;
			float: none;
		}
		
			.tabs {
				background-image: none;
			}
			
				.tabs .tab-nav {
					height: auto;
					position: static;
				}	
				
					.tabs .tab-nav ul {
						height: auto;
					}	

						.tabs .tab-nav ul li a {
							background-image: none !important;
							background-color: #ffffff !important;
							margin: 0px 10px 0px 0px;
							border-radius: 5px;
						}

			.tabs .tabs-content {
				padding: 15px 30px;
				background-color: #ffffff;
			}
				


		.primary-secondary .secondary {
			width: auto;
			float: none;
		}
		
			#sidebar ul.branded li a {
				text-align: center;
			}
			
			#sidebar ul.branded li.current_page_item {
				background-image: none;
				background-color: #ffffff;
			}
			
			.share {
				text-align: center;
			}
		
	#gallery-large #hero {
		height:auto !important;	
	}
	
	#main.anc,
	#main.shg {
		background-size:contain;	
	}
	
	#main .gform_wrapper ul.gfield_checkbox,
	#main .gform_wrapper ul.gfield_radio {
	    text-align: left;
	}
	
	.guard-profile .overview .avatar {
	    margin-bottom: 20px;
	}
	
	#main.guard-profile .primary-secondary.details .secondary {
	    width: auto;
	}
	
	.heading-memories-condolences {
	    background-size: contain;
	}
	
	.tabs ul.tab-buttons {
		position:static;
	}


	#header p.linkhome {
		margin-bottom: 27px;
	}

	#header .mobileMenuToggle {
		display: inline-block;
		position: absolute;
		right: 10px;
		top: 70px;
	}

	#header .mobileNavTop {
		display:none;
	    text-align: center;
	    overflow: hidden;
	}

	#header #nav-tomb-unknown-soldier {
		display:none !important;	
	}

	#header #global-nav ul li.prominent {
		display: block;
	    text-align: center;
	}

		#header #global-nav ul li.prominent a {
			text-align: center;
		}


		#header #global-nav ul.subnav {
			display:block;
		}

			#header #global-nav ul.subnav li {
				display: block;
			}

				#header #global-nav ul.subnav li a {
					display: block;
					color: #ffffff;
					font-weight: 400;
				}

}

// Large devices (desktops)
@media (min-width: 960px) {

	
	
}

