/* Formatting */
html {
  box-sizing: border-box; }
  html * {
    box-sizing: border-box; }
  html body {
    width: 100%;
    margin: 0;
    padding: 0;
    color: #000000;
    font-family: "XfinityStandard", "Helvetica", "Arial", sans-serif; }
    html body h1 {
      margin: .5em 0;
      font-size: 30px;
      font-weight: 800; }
    html body h2 {
      font-size: 22px;
      font-weight: 800; }
    html body h3 {
      font-size: 16px;
      font-weight: 800;
      margin: 20px 0 10px 0; }
    html body li, html body p {
      margin-top: 10px;
      font-size: 16px;
      font-weight: 300;
      line-height: 150%; }
    html body li strong, html body p strong {
      font-weight: 500; }
    html body p.caption {
      font-size: 14px;
      font-weight: 400;
      color: #999; }
    html body a {
      color: #999; }
    html body a.button {
      display: inline-block;
      padding: 10px 25px;
      border: 1px solid #000;
      transition: color .25s, background .25s;
      border-radius: 3ex;
      text-decoration: none;
      font-size: 14px;
      font-weight: 500;
      color: #000;
      margin: 15px 15px 15px 0; }
      html body a.button:hover {
        background: #000;
        color: #fff; }
    html body section {
      margin-bottom: 60px; }
    html body .img {
      margin: 20px 0; }
      html body .img img {
        display: block; }
    html body img {
      max-width: 100%; }

.contain {
  height: 100%;
  background-color: #f3f3f3; }
  .contain main {
    background: #F2F4F5;
    clear: both;
    height: 100%; }
    .contain main .content {
      width: 100%;
      min-height: 100%; }

/* Header */
header .upper-head {
  background: #000;
  color: #fff;
  display: flex;
  height: 10vh;
  width: 100%; }
  @media (min-width: 960px) {
    header .upper-head {
      display: none; } }
  header .upper-head .inner {
    display: flex;
    width: 100%;
    margin: 0 auto;
    align-content: center;
    justify-content: center; }
    header .upper-head .inner .logo {
      display: inline-block;
      width: 125px;
      align-self: center; }
    header .upper-head .inner .vrule {
      border-right: 1px solid #fff;
      display: inline-block;
      align-self: center;
      height: 30px;
      width: 1px;
      padding-right: 2.5%;
      margin: 10px 0; }
    header .upper-head .inner .site-name {
      display: inline-block;
      align-self: center;
      font-weight: 300;
      font-size: 1em;
      margin: 0 0 0 2.5%; }
      header .upper-head .inner .site-name a {
        text-decoration: none;
        color: #fff; }
header .lower-head {
  background: #fff;
  color: #646464; }
  header .lower-head .inner {
    display: flex;
    align-content: center;
    width: 100%;
    height: 10vh;
    /* Search bar */ }
    header .lower-head .inner .site-info {
      display: none; }
      @media (min-width: 960px) {
        header .lower-head .inner .site-info {
          margin-left: 2%;
          width: 50%;
          display: inline-flex; } }
      header .lower-head .inner .site-info .logo {
        width: 25%;
        min-width: 125px;
        align-self: center; }
        header .lower-head .inner .site-info .logo img {
          max-width: 100%; }
      header .lower-head .inner .site-info .vrule {
        border-right: 1px solid #333;
        display: inline-block;
        align-self: center;
        height: 50px;
        width: 1px;
        padding-right: 2.5%; }
      header .lower-head .inner .site-info .site-name {
        display: inline-block;
        align-self: center;
        width: 100%;
        font-weight: 300;
        font-size: 1.5em;
        padding-left: 2.5%; }
        header .lower-head .inner .site-info .site-name a {
          text-decoration: none;
          color: #333; }
    header .lower-head .inner .searchbar {
      display: flex;
      align-content: center;
      justify-content: center;
      width: 100%; }
      @media (min-width: 960px) {
        header .lower-head .inner .searchbar {
          width: 50%; } }
      header .lower-head .inner .searchbar .searchbar-inner {
        display: flex;
        width: 90%;
        opacity: .9;
        position: relative;
        height: 8vh;
        border: 1px solid #646464;
        background-color: #fff;
        align-self: center; }
        header .lower-head .inner .searchbar .searchbar-inner input {
          margin-left: 35px;
          width: 90%;
          height: 100%;
          border: none;
          padding: 2%;
          font-size: 1.25em; }
          header .lower-head .inner .searchbar .searchbar-inner input:focus {
            outline: none; }
        header .lower-head .inner .searchbar .searchbar-inner .searchButton {
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          background-image: url("gfx/noun_Search_1555405_000000.svg");
          background-color: #ffffff;
          filter: opacity(0.5);
          background-repeat: no-repeat;
          width: 20px;
          height: 20px;
          border: none;
          margin-left: 10px;
          cursor: pointer; }
        header .lower-head .inner .searchbar .searchbar-inner .filter-button-wrapper {
          display: flex;
          align-items: center;
          justify-content: center;
          height: 100%;
          width: 25%;
          padding: 0.75%; }
          header .lower-head .inner .searchbar .searchbar-inner .filter-button-wrapper .filter-button {
            display: flex;
            background-image: url("gfx/noun_filter_1058874_000000BTN.svg");
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
            filter: opacity(0.75);
            width: 100%;
            height: 100%;
            cursor: pointer; }
            @media (min-width: 960px) {
              header .lower-head .inner .searchbar .searchbar-inner .filter-button-wrapper .filter-button {
                display: none; } }
header .interior-hero {
  background-image: url("gfx/hero.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 150px; }
  header .interior-hero .page-name {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    header .interior-hero .page-name .hero-h1 {
      text-transform: uppercase;
      font-size: 3em;
      font-weight: 300;
      color: #fff; }

/* Footer */
footer {
  width: 100%;
  background-color: #f3f3f3;
  display: flex;
  align-items: center;
  justify-content: center; }
  footer .inner {
    display: block;
    height: auto;
    width: 80%;
    margin: 3% 0; }
    @media (min-width: 960px) {
      footer .inner {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 1200px;
        margin: 1% 0; } }
    footer .inner .logo {
      width: 100%;
      display: block;
      margin-top: 2%;
      text-align: center; }
      @media (min-width: 960px) {
        footer .inner .logo {
          margin-top: 0;
          width: 33%;
          display: inline-block; } }
      footer .inner .logo a {
        display: block; }
        footer .inner .logo a img {
          max-width: 100%; }
    footer .inner .info {
      width: 100%;
      display: block;
      text-align: center;
      font-size: 15px; }
      @media (min-width: 960px) {
        footer .inner .info {
          width: 33%;
          display: inline-block; } }
      footer .inner .info a {
        font-weight: bold;
        color: #000;
        text-decoration: none; }
        footer .inner .info a:hover {
          text-decoration: underline; }

@media (max-width: 550px) {
  footer {
    padding-top: 30px; }
    footer .logo img {
      width: 75px; } }
/* Index Page */
#home header .lower-head .inner {
  display: none; }
  @media (min-width: 960px) {
    #home header .lower-head .inner {
      display: flex; } }
#home header .site-info {
  width: 100%;
  padding: auto 0; }
  #home header .site-info .logo {
    width: auto; }
#home header .searchbar {
  display: none; }
#home header .interior-hero {
  display: none; }
#home .index-hero {
  background-image: url("gfx/hero.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%; }
  #home .index-hero .hero-wrapper-1 .inner-1 {
    width: 100%;
    height: 650px;
    display: flex;
    align-items: center;
    justify-content: center; }
    #home .index-hero .hero-wrapper-1 .inner-1 .inner-search {
      width: 80%; }
      @media (min-width: 768px) {
        #home .index-hero .hero-wrapper-1 .inner-1 .inner-search {
          max-width: 600px; } }
      #home .index-hero .hero-wrapper-1 .inner-1 .inner-search .hero-h1 {
        text-align: center;
        margin: 0 auto;
        font-size: 3em;
        font-weight: 300;
        color: #fff; }
      #home .index-hero .hero-wrapper-1 .inner-1 .inner-search .index-searchbar {
        margin: 20px 0;
        height: 80px;
        font-size: 1.45em; }
        #home .index-hero .hero-wrapper-1 .inner-1 .inner-search .index-searchbar .index-searchbar-inner {
          opacity: .9;
          position: relative;
          height: 60px;
          border: 1px solid #646464;
          background-color: #fff;
          align-self: center; }
          #home .index-hero .hero-wrapper-1 .inner-1 .inner-search .index-searchbar .index-searchbar-inner input {
            width: 100%;
            height: 100%;
            border: none;
            padding: 2%;
            font-size: 1.25em; }
            @media (min-width: 768px) {
              #home .index-hero .hero-wrapper-1 .inner-1 .inner-search .index-searchbar .index-searchbar-inner input {
                max-width: 600px; } }
          #home .index-hero .hero-wrapper-1 .inner-1 .inner-search .index-searchbar .index-searchbar-inner .searchbutton {
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            background-image: url("gfx/noun_Search_1555405_000000.svg");
            background-color: #ffffff;
            filter: opacity(0.66);
            background-repeat: no-repeat;
            border: none;
            margin-right: 10px;
            cursor: pointer;
            width: 40px;
            height: 40px; }
      #home .index-hero .hero-wrapper-1 .inner-1 .inner-search .hero-h2 {
        text-align: center; }
        #home .index-hero .hero-wrapper-1 .inner-1 .inner-search .hero-h2 a {
          font-size: 1.33em;
          font-weight: 300;
          text-decoration: underline;
          color: #fff; }
  #home .index-hero .hero-wrapper-2 {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    #home .index-hero .hero-wrapper-2 .inner-2 {
      color: #fff;
      height: 80%;
      width: 80%; }
      #home .index-hero .hero-wrapper-2 .inner-2 .inner-2-text {
        padding: 2% 0;
        max-width: 960px;
        margin: 0 auto; }
        #home .index-hero .hero-wrapper-2 .inner-2 .inner-2-text h5 {
          font-weight: 300;
          font-size: 1.10em; }

#grid .interior-hero {
  display: none; }
#grid .info-bar {
  display: block;
  margin-bottom: 0; }
  #grid .info-bar .search-terms {
    background-color: #323232;
    display: flex; }
    #grid .info-bar .search-terms .you-searched {
      width: 100%;
      display: inline-flex;
      padding: 1%;
      color: #fff; }
      #grid .info-bar .search-terms .you-searched .each-term {
        margin: 0 1%; }
        #grid .info-bar .search-terms .you-searched .each-term .cancel-box {
          cursor: pointer;
          display: inline-flex;
          background-color: #646464;
          height: 20px;
          width: 20px;
          margin-left: 5px;
          align-items: center;
          justify-content: center; }
          #grid .info-bar .search-terms .you-searched .each-term .cancel-box div {
            background-image: url("gfx/noun_X_2126085_000000.svg");
            background-repeat: no-repeat;
            background-position: center;
            display: block;
            height: 10px;
            width: 10px;
            color: #fff; }
@keyframes slideUp {
  0% {
    margin-top: 400px; }
  100% {
    margin-top: 0; } }
#grid .opened {
  overflow: scroll; }
#grid .sidebar {
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
  background-color: #f3f3f3;
  animation: slideUp .5s ease;
  position: fixed;
  top: 0; }
  @media (min-width: 960px) {
    #grid .sidebar {
      position: relative;
      display: block;
      width: 20%;
      float: left;
      z-index: 0;
      visibility: visible;
      animation: none; } }
  #grid .sidebar .sidebar-inner {
    padding: 5%;
    background-color: #f3f3f3; }
    #grid .sidebar .sidebar-inner .count-row {
      display: flex;
      width: 100%;
      text-align: left; }
      #grid .sidebar .sidebar-inner .count-row .count-wrap {
        width: 75%; }
      #grid .sidebar .sidebar-inner .count-row .close-button-wrap {
        display: flex;
        width: 25%;
        align-items: flex-end;
        flex-direction: column;
        justify-content: center; }
        @media (min-width: 960px) {
          #grid .sidebar .sidebar-inner .count-row .close-button-wrap {
            display: none; } }
        #grid .sidebar .sidebar-inner .count-row .close-button-wrap .close-button {
          border: 1px solid #646464;
          border-radius: 5px;
          color: #646464;
          text-align: center;
          text-transform: uppercase;
          font-size: 130%;
          padding: 2.5% 10%; }
    #grid .sidebar .sidebar-inner .filters {
      display: block;
      margin-bottom: 40px; }
      #grid .sidebar .sidebar-inner .filters h2 {
        font-weight: 300; }
      #grid .sidebar .sidebar-inner .filters .filters-inner {
        display: flex;
        flex-wrap: wrap; }
        @media (min-width: 960px) {
          #grid .sidebar .sidebar-inner .filters .filters-inner {
            display: block;
            margin-left: 20px;
            flex-wrap: nowrap; } }
        #grid .sidebar .sidebar-inner .filters .filters-inner .filter-group {
          width: 100%;
          margin-bottom: 8%;
          margin-left: 3%; }
          @media (min-width: 470px) {
            #grid .sidebar .sidebar-inner .filters .filters-inner .filter-group {
              width: 47%; } }
          @media (min-width: 768px) {
            #grid .sidebar .sidebar-inner .filters .filters-inner .filter-group {
              width: 30%; } }
          @media (min-width: 960px) {
            #grid .sidebar .sidebar-inner .filters .filters-inner .filter-group {
              margin-bottom: 40px;
              margin-left: 0;
              width: 100%; } }
          #grid .sidebar .sidebar-inner .filters .filters-inner .filter-group .group-label {
            font-size: 1.135em;
            font-weight: 300; }
          #grid .sidebar .sidebar-inner .filters .filters-inner .filter-group .filter-item {
            position: relative;
            margin: 10px 0 15px 10px;
            display: flex;
            align-items: center; }
            #grid .sidebar .sidebar-inner .filters .filters-inner .filter-group .filter-item input[type="checkbox"] {
              opacity: 0;
              position: absolute; }
            #grid .sidebar .sidebar-inner .filters .filters-inner .filter-group .filter-item label {
              position: relative;
              padding-left: 28px;
              cursor: pointer; }
              #grid .sidebar .sidebar-inner .filters .filters-inner .filter-group .filter-item label::before, #grid .sidebar .sidebar-inner .filters .filters-inner .filter-group .filter-item label::after {
                content: "";
                display: inline-block;
                position: absolute;
                top: 0;
                left: 0;
                height: 18px;
                width: 18px;
                border: 1px solid #646464; }
              #grid .sidebar .sidebar-inner .filters .filters-inner .filter-group .filter-item label::after {
                background-color: #29BCD8; }
            #grid .sidebar .sidebar-inner .filters .filters-inner .filter-group .filter-item input[type="checkbox"] + label::after {
              content: none; }
            #grid .sidebar .sidebar-inner .filters .filters-inner .filter-group .filter-item input[type="checkbox"]:checked + label::after {
              content: ""; }
            #grid .sidebar .sidebar-inner .filters .filters-inner .filter-group .filter-item input[type="checkbox"]:focus + label::before {
              outline: #29BCD8 auto 5px; }
            #grid .sidebar .sidebar-inner .filters .filters-inner .filter-group .filter-item .item-count {
              color: #969696;
              padding-left: 5px; }
#grid .grid-items {
  width: 100%;
  background-color: #717171; }
  @media (min-width: 960px) {
    #grid .grid-items {
      float: right;
      width: 80%; } }
  #grid .grid-items ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative; }
    #grid .grid-items ul li.item {
      padding: 1%; }
      @media (min-width: 470px) {
        #grid .grid-items ul li.item {
          width: 50%; } }
      @media (min-width: 768px) {
        #grid .grid-items ul li.item {
          width: 33%; } }
      @media (min-width: 960px) {
        #grid .grid-items ul li.item {
          width: 25%; } }
      #grid .grid-items ul li.item .image_wrapper {
        max-height: 600px;
        overflow: hidden; }
        #grid .grid-items ul li.item .image_wrapper img {
          display: block;
          margin: 0 auto; }
      #grid .grid-items ul li.item .info-wrapper {
        border-top: 1px solid #969696;
        position: relative;
        display: block;
        background-color: #ececec; }
        #grid .grid-items ul li.item .info-wrapper p {
          margin: 5% 0;
          line-height: 133%; }
        #grid .grid-items ul li.item .info-wrapper .info-inner {
          position: relative;
          padding: 10px;
          color: #4b4b4b; }
          #grid .grid-items ul li.item .info-wrapper .info-inner .ii_tac {
            text-transform: capitalize;
            font-weight: 300;
            font-size: .66em; }
          #grid .grid-items ul li.item .info-wrapper .info-inner .ii_name {
            font-weight: 500;
            font-size: 1.125em; }
          #grid .grid-items ul li.item .info-wrapper .info-inner .ii_desc {
            font-weight: 300;
            font-size: .90em; }
          #grid .grid-items ul li.item .info-wrapper .info-inner .ii_tags {
            font-weight: 300;
            font-size: .66em; }
      #grid .grid-items ul li.item a {
        display: block;
        color: rgba(255, 255, 255, 0);
        z-index: 1000;
        transition: box-shadow, transform .5s ease;
        box-shadow: 0 0 5px rgba(41, 188, 216, 0);
        transform: scale(1); }
        #grid .grid-items ul li.item a:hover {
          transform: scale(1.02);
          box-shadow: 0 0 10px #29bcd8; }

#show .inner .filter-button-wrapper {
  display: none; }
#show .interior-hero {
  display: none; }
#show .item-display {
  display: block;
  position: relative; }
  @media (min-width: 960px) {
    #show .item-display {
      display: flex;
      justify-content: flex-start; } }
  #show .item-display .item-content {
    max-width: 100%;
    flex-grow: 1;
    align-self: center;
    background: #000;
    padding: 20px; }
    @media (min-width: 960px) {
      #show .item-display .item-content {
        max-width: 66%; } }
  #show .item-display .item-info {
    position: relative;
    width: 100%;
    height: auto;
    top: 10%;
    right: 0;
    padding: 20px;
    background: #F2F4F5; }
    @media (min-width: 960px) {
      #show .item-display .item-info {
        position: sticky;
        width: 33%;
        height: 100%; } }
    #show .item-display .item-info h2 {
      margin-top: 1.25em;
      margin-bottom: .20em; }
    #show .item-display .item-info ul.list-filters {
      list-style: none;
      padding-inline-start: 20px; }
      #show .item-display .item-info ul.list-filters li a {
        color: #010101;
        text-decoration: none; }
        #show .item-display .item-info ul.list-filters li a:hover {
          text-decoration: underline; }
    #show .item-display .item-info p {
      padding-left: 20px; }
    #show .item-display .item-info .notice {
      border: 1px solid #e80000;
      margin-top: 3em; }
      #show .item-display .item-info .notice .notice-inner {
        margin: 10% 5%; }
        #show .item-display .item-info .notice .notice-inner p {
          font-size: 1.2em;
          line-height: 1.2em;
          padding: 0; }

/*FAQ Page*/
#faq .lower-head .filter-button-wrapper {
  display: none; }
#faq main {
  margin: 5% auto;
  width: 100%; }
  #faq main .content {
    max-width: 1200px;
    margin: 0 auto; }
    #faq main .content ul.questions {
      margin: 0 5%;
      padding: 0;
      list-style: none; }
      #faq main .content ul.questions li {
        margin: 5% 0 0 0;
        padding-bottom: 5%;
        border-bottom: 1px solid #999; }
        #faq main .content ul.questions li:last-child {
          border-bottom: none;
          padding-bottom: 0; }
        #faq main .content ul.questions li .question {
          margin: 1% 0;
          font-size: 1.25em;
          font-weight: bold; }
        #faq main .content ul.questions li .answer a {
          text-decoration: none;
          color: #0067ad;
          font-weight: 600; }

/* Weird Fixes */
.ah {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

.clearfix::after {
  content: "";
  clear: both;
  display: table; }

/*# sourceMappingURL=styles.css.map */
