html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline;
  zoom: 1; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

h1 {
  font-size: 2em; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: none; }

small {
  font-size: 75%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

ul, ol {
  margin-left: 0;
  padding: 0; }

dd {
  margin: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  border: 0;
  /*margin-left:-7px;*/ }

button, input, select, textarea {
  font-size: 100%;
  vertical-align: middle;
  margin: 0; }

button, input {
  line-height: normal; }

button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
  overflow: visible; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=search] {
  /*-webkit-appearance:textfield;*/
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-spacing: 0; }

audio:not([controls]), [hidden] {
  display: none; }

body, figure, form {
  margin: 0; }

.group:before,
.group:after,
fieldset:before,
fieldset:after {
  content: "";
  display: table; }

.group:after,
fieldset:after {
  clear: both; }

.group,
fieldset {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }

.hide, .printOnly {
  display: none; }

span.skipLink {
  width: 20em;
  height: 5em; }

span.skipLink a, span.skipLink a:hover, span.skipLink a:visited {
  position: absolute;
  left: 0px;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden; }

span.skipLink a:active, span.skipLink a:focus {
  top: 0;
  width: 10em;
  height: 1em;
  left: 40em;
  z-index: 100;
  background: #fff;
  text-align: center;
  padding: 0.25em 0 0.5em;
  display: block; }

.textCenter {
  text-align: center; }

html {
  font-size: 100%; }

body {
  background: #eee;
  color: #222;
  font: normal normal 1em/140% "Open Sans", Verdana, Helvetica, Arial, sans-serif; }

h1, h2, h3, h4, h5, h6 {
  color: #0b2566;
  font: normal bold 1em/120% "Oswald", Verdana, Helvetica, Arial, sans-serif;
  margin: 0.5em 0 0.25em;
  text-align: center; }

h1 {
  font-size: 2.25em; }

h2 {
  font-size: 1.875em;
  color: #004346; }

h3 {
  font-size: 1.625em; }

h4 {
  font-size: 1.5em; }

h5 {
  font-size: 1.25em; }

h6 {
  font-size: 1.125em; }

a, a:link {
  color: #0b2566; }

a:visited {
  color: #004346; }

a:hover {
  color: #004346;
  text-decoration: none; }

ol, ul {
  list-style-position: outside;
  margin-left: 1.1em; }

.nowrap {
  white-space: nowrap; }

.pageContainer {
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  width: 98%;
  margin: 0 auto;
  background: #fff;
  padding: 1em;
  margin-top: 1em;
  margin-bottom: 1em; }
  .pageContainer::after {
    clear: both;
    content: "";
    display: block; }

.quote,
.formContainer,
.mainContent {
  border-top: 1px solid #0b2566;
  padding-top: 1em;
  padding-bottom: 1em; }

.formContainer {
  text-align: center; }

form {
  display: block;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%; }
  form:last-child {
    margin-right: 0; }

.itemContainer {
  padding: 1em;
  margin: 1em; }
  .itemContainer .askingPrice {
    display: block;
    text-align: center;
    font-size: 1.25em;
    font-weight: bold; }
    .noprices .askingPrice {
      display: none;
    }
    .itemContainer .askingPrice strong {
      display: inline-block;
      margin-right: 0.5em; }
  .itemContainer img {
    border: 1px solid #0b2566; }
  
  .itemContainer a {
    text-align: center;
    display: inline-block; }
    .itemContainer a:first-child {
      clear: both;
      display: block; }
      .itemContainer a:first-child img {
        max-width: 99%; }
  .itemContainer ul {
    width: 39%;
    float: right;
    margin-left: 1%;
    list-style-type: none; }
    .itemContainer ul li {
      margin: 0.5em 0; }
    .itemContainer ul strong {
      display: inline-block;
      margin-right: 0.5em; }

label {
  font-weight: bold;
  color: #0b2566;
  margin-left: 1em; }

.filterOptions {
  background: #adc2f6;
  text-align: center;
  font-size: 1.125em;
  padding: 0.5em; }

p.photos {
    display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
p.photos a {
  flex-basis: 30%;
  max-width: 33%;
  margin: 5px;
}
p.photos a img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  p.photos a {
    flex-basis: 48%;
  max-width: 48%; } }

  @media screen and (max-width: 600px) {
  p.photos a {
    flex-basis: 100%;
  max-width: 100%; } }