@charset "UTF-8";
/* Mobile Layout: 480px and below. */
#bannerLogo {
  width: 180px;
}
.gridContainer {
  display: inline-block;
  position: relative;
  z-index: 80;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
}
.gridContainerTitle {
  display: inline-block;
  position: relative;
  z-index: 80;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  padding-left: 32px;
  padding-right: 32px;
}
.cardsWrapper {
  display: inline-block;
  width: 100%;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
}
.pictureCard {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 32px;
  background-color: whitesmoke;
  vertical-align: top;
}
.pictureCard divline:nth-child(1) {
  width: 100%;
  margin-top: 32px;
  margin-left: 32px;
  margin-right: 32px;
  margin-bottom: 32px;
  text-align: left;
  vertical-align: top;
}
.pictureCard divline:nth-child(2) {
  flex: 1;
  margin-top: 0px;
  margin-left: 32px;
  margin-right: 32px;
  margin-bottom: 32px;
  text-align: left;
  vertical-align: top;
}
.textCard {
  display: flex;
  flex-wrap: nowrap;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 32px;
  background-color: whitesmoke;
  vertical-align: top;
}
.textCard divline:nth-child(1) {
  flex: 1;
  margin-top: 32px;
  margin-left: 32px;
  margin-right: 32px;
  margin-bottom: 32px;
  text-align: left;
  vertical-align: top;
}
table {
  width: auto;
}
tr {}
td {
  display: block;
  width: 100%;
  padding-bottom: 0px;
}
tr td:nth-of-type(1) {
  white-space: nowrap;
  padding-right: 0px;
  table-layout: auto;
  text-align: left;
}
tr td:nth-of-type(2) {
  padding-bottom: 16px;
  table-layout: auto;
  text-align: left;
}
.headerLogoSection {
  display: inline-block;
  position: relative;
  z-index: 80;
  left: 0%;
  transform: translateX(0%);
  width: 100%;
}
.footerCSection {
  display: block;
  position: fixed;
  bottom: 0px;
  z-index: 84;
  width: 100%;
  height: 48px;
  text-align: right;
  background-color: #e7e7e7;
  overflow: hidden;
}
.figCard {
  position: relative;
  clear: none;
  float: left;
  display: block;
  cursor: pointer;
  z-index: 1000;
  border: solid 1px white;
  width: calc(100%/3);
}
.figCard:hover {
  opacity: 0.5;
}
.figCard img {
  width: 100%;
  height: 100%;
}
.displayMobile {
  display: block;
}
.displayTabletAndDesktop {
  display: none;
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {
  #bannerLogo {
    width: 180px;
  }
  .gridContainer {
    display: inline-block;
    position: relative;
    z-index: 80;
    left: 50%;
    transform: translateX(-50%);
    width: 480px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .gridContainerTitle {
    display: inline-block;
    position: relative;
    z-index: 80;
    left: 50%;
    transform: translateX(-50%);
    width: 320px;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
  }
  .cardsWrapper {
    display: inline-block;
    width: 100%;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
  }
  .pictureCard {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 0px);
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 32px;
    background-color: whitesmoke;
    vertical-align: top;
  }
  .pictureCard divline:nth-child(1) {
    width: 100%;
    margin-top: 32px;
    margin-left: 32px;
    margin-right: 32px;
    margin-bottom: 32px;
    text-align: left;
    vertical-align: top;
  }
  .pictureCard divline:nth-child(2) {
    flex: 1;
    margin-top: 0px;
    margin-left: 32px;
    margin-right: 32px;
    margin-bottom: 32px;
    text-align: left;
    vertical-align: top;
  }
  .textCard {
    display: flex;
    flex-wrap: nowrap;
    width: calc(100% - 0px);
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 32px;
    background-color: whitesmoke;
    vertical-align: top;
  }
  .textCard divline:nth-child(1) {
    flex: 1;
    margin-top: 32px;
    margin-left: 32px;
    margin-right: 32px;
    margin-bottom: 32px;
    text-align: left;
    vertical-align: top;
  }
  table {
    width: auto;
  }
  tr {}
  td {
    display: table-cell;
    width: auto;
    padding-bottom: 16px;
  }
  tr td:nth-of-type(1) {
    white-space: nowrap;
    padding-right: 16px;
    table-layout: auto;
    text-align: right;
  }
  tr td:nth-of-type(2) {
    padding-bottom: 16px;
    table-layout: auto;
    text-align: left;
  }
  .headerLogoSection {
    display: inline-block;
    position: relative;
    z-index: 80;
    left: 0%;
    transform: translateX(0%);
    width: 100%;
  }
  .footerCSection {
    display: block;
    position: fixed;
    bottom: 0px;
    z-index: 84;
    width: 100%;
    height: 48px;
    text-align: right;
    background-color: #e7e7e7;
    overflow: hidden;
  }
  .figCard {
    position: relative;
    clear: none;
    float: left;
    display: block;
    cursor: pointer;
    z-index: 1000;
    border: solid 1px white;
    width: calc(480px/4);
  }
  .figCard:hover {
    opacity: 0.5;
  }
  .figCard img {
    width: 100%;
    height: 100%;
  }
  .displayMobile {
    display: none;
  }
  .displayTabletAndDesktop {
    display: block;
  }
}
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 769px) {
  #bannerLogo {
    width: 180px;
  }
  .gridContainer {
    display: inline-block;
    position: relative;
    z-index: 80;
    left: 50%;
    transform: translateX(-50%);
    width: 768px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .gridContainerTitle {
    display: inline-block;
    position: relative;
    z-index: 80;
    left: 50%;
    transform: translateX(-50%);
    width: 480px;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
  }
  .cardsWrapper {
    display: inline-block;
    width: 100%;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
  }
  .pictureCard {
    display: flex;
    flex-wrap: nowrap;
    width: calc(100% - 0px);
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 32px;
    background-color: whitesmoke;
    vertical-align: top;
  }
  .pictureCard divline:nth-child(1) {
    width: 320px;
    margin-top: 32px;
    margin-left: 32px;
    margin-right: 0px;
    margin-bottom: 32px;
    text-align: left;
    vertical-align: top;
  }
  .pictureCard divline:nth-child(2) {
    flex: 1;
    margin-top: 32px;
    margin-left: 32px;
    margin-right: 32px;
    margin-bottom: 32px;
    text-align: left;
    vertical-align: top;
  }
  .textCard {
    display: flex;
    flex-wrap: nowrap;
    width: calc(100% - 0px);
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 32px;
    background-color: whitesmoke;
    vertical-align: top;
  }
  .textCard divline:nth-child(1) {
    flex: 1;
    margin-top: 32px;
    margin-left: 32px;
    margin-right: 32px;
    margin-bottom: 32px;
    text-align: left;
    vertical-align: top;
  }
  table {
    width: auto;
  }
  tr {}
  td {
    display: table-cell;
    width: auto;
    padding-bottom: 16px;
  }
  tr td:nth-of-type(1) {
    white-space: nowrap;
    padding-right: 16px;
    table-layout: auto;
    text-align: right;
  }
  tr td:nth-of-type(2) {
    padding-bottom: 16px;
    table-layout: auto;
    text-align: left;
  }
  .headerLogoSection {
    display: inline-block;
    position: relative;
    z-index: 80;
    left: 0%;
    transform: translateX(0%);
    width: 100%;
  }
  .footerCSection {
    display: block;
    position: fixed;
    bottom: 0px;
    z-index: 84;
    width: 100%;
    height: 48px;
    text-align: right;
    background-color: #e7e7e7;
    overflow: hidden;
  }
  .figCard {
    position: relative;
    clear: none;
    float: left;
    display: block;
    cursor: pointer;
    z-index: 1000;
    border: solid 1px white;
    width: calc(768px/5);
  }
  .figCard:hover {
    opacity: 0.5;
  }
  .figCard img {
    width: 100%;
    height: 100%;
  }
  .displayMobile {
    display: none;
  }
  .displayTabletAndDesktop {
    display: block;
  }
}