#home {
  top: 0;
  left: 0;
}

.holder {
  margin: 0 auto;
  width: auto;
}

#interior.RL-interior {
  background: #eee;
  padding-top: 0;
}

.RL-title-band {
  background-color: #fff;
  padding: 0 0 2.75rem;
  margin-top: 30px;
}

.RL-cards {
  margin-top: 1.5rem;
}

.RL-nav {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #272525;
  z-index: 1;
}

.RL-nav ul {
  list-style: none;
}

.RL-nav-top {
  position: relative;
  padding: 1.5rem 1.4rem;
  height: 4.5rem;
  border: 1px solid transparent;
  margin-left: 1rem;
}

.RL-nav-top:first-child {
  margin-left: 0;
}

.RL-nav-top::after {
  content: "\f0d7";
  font-family: FontAwesome;
  position: absolute;
  right: 0.3em;
  top: 1.5rem;
}

.RL-nav-top:hover {
  background-color: #fff;
  border: 1px solid #939598;
  border-bottom: none;
}

/*.RL-nav-top:nth-child(3):hover {
  min-width: 153px;
}*/

.RL-nav-top:nth-child(4):hover {
  min-width: 109px;
}

.RL-nav-top:hover > ul {
  left: auto;
}

.RL-nav-top:hover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  left: 0;
  bottom: -1px;
  z-index: 1;
}

.RL-nav-top:hover::after {
  color: transparent;
}

.RL-nav-drop {
  position: absolute;
  left: -999em;
  top: 4.5rem;
  background-color: #fff;
  padding: 0.4rem 1rem;
  margin-top: -1px;
  margin-left: calc(-1.4rem - 1px);
  border: 1px solid #939598;
  min-width: calc(100% + 2px);
}

.RL-nav-drop a:link,
.RL-nav-drop a:visited,
.RL-nav-drop a:active {
  white-space: nowrap;
  color: #231f20;
  font-size: 0.875rem;
  text-decoration: none;
  display: block;
  padding: 0.2em 1.6em;
  margin: 0 calc(-1.2em + 1px);
}

.RL-nav-drop a:hover {
  background-color: #2dccd3;
  color: #fff;
}

.RL-control-band {
  position: relative;
  z-index: 20;
}
.RL-control-band .container {
  overflow: visible;
}

.RL-control-band .holder {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.RL-control-band select {
  padding: 0.25em;
}

.RL-current-filters {
  display: flex;
}

.fs_holder1,
.fs_holder2,
.fs_holder3 {
  margin-right: 3rem;
}

.RL-search-and-view {
  display: flex;
  flex-wrap: wrap;
}

.RL-search-component {
  display: flex;
  height: 2.375rem;
  position: relative;
}

#suggestionsSpe {
  position: absolute;
  top: calc(2.375rem - 1px);
  left: 0;
  background-color: #fff;
  padding: 0.25rem 1rem;
  border: thin solid rgb(94, 92, 92, 0.6);
}

#autoSuggestionsListSpe {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.29;
}

#autoSuggestionsListSpe li {
  cursor: pointer;
  margin: 0.75em 0;
}

#autoSuggestionsListSpe li:hover {
  text-decoration: underline;
}

.RL-magnifier-btn,
.RL-magnifier-btn[type="submit"] {
  font-family: FontAwesome;
  background-color: #ffff;
  border: 1px solid #707070;
  border-right: none;
  height: 100%;
  font-size: 1.75rem;
  color: #000;
  padding: 0 0.3em 0.1em;
}

.RL-magnifier-btn:hover,
.RL-magnifier-btn[type="submit"]:hover,
input[type="submit"]:hover {
  background-color: transparent;
}

.RL-search-input {
  background-color: #fff;
  height: 100%;
  border: 1px solid #707070;
  border-left: none;
  width: 17.5em;
  padding-left: 0.2em;
}

.RL-view-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 5.25rem;
  height: 2.375rem;
  margin-left: 2.5rem;
}

.RL-view-btns button {
  padding: 0;
  border: none;
  background-color: transparent;
  position: relative;
  height: 22px;
  width: 36px;
}

.RL-view-btns svg {
  height: 22px;
  width: 36px;
  position: absolute;
  left: 0;
  top: 0;
  fill: #b1afb0;
}

.RL-view-btns .active svg {
  fill: #231f20;
}

.RL-cards-holder {
  display: grid;
  grid-template-columns: repeat(4, minmax(220px, 1fr));
  grid-gap: calc((100vw / 70) + 10px);
}

.RL-card-item {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
  color: #4c4c4c;
  text-decoration: none;
}

.search_pager a:visited {
  color: #005776;
}
.search_pager a:visited:hover {
  color: #fa4616;
}

.ie11 .RL-cards-holder {
  overflow: hidden;
}

.ie11 .RL-grid-view .RL-card-item,
.ie11 .support-items-holder .RL-card-item {
  margin: 0 32px 32px 0;
  width: calc(25% - 24px);
  float: left;
  min-height: 455px;
  position: relative;
}

.ie11 .RL-list-view .RL-card-item {
  margin-bottom: 1em;
}

.ie11 .RL-grid-view .RL-card-item:nth-child(4n),
.ie11 .support-items-holder .RL-card-item:nth-child(4n) {
  margin-right: 0;
}

.ie11 .RL-grid-view .RL-card-category,
.ie11 .support-items-holder .RL-card-category {
  position: absolute;
  width: calc(100% - 1.5rem);
  left: 0px;
  bottom: 0px;
}

.ie11 .RL-card-img-holder {
  background-size: cover;
}

.RL-card-item a:not(.RL-overlay):hover {
  text-decoration: underline;
}

.RL-card-item a:not(.RL-overlay) {
  color: #2dccd3;
  font-weight: 600;
  position: relative;
  z-index: 10;
}

.RL-card-img-holder {
  position: relative;
  border-bottom: thin solid rgb(94, 92, 92, 0.6);
}

.RL-card-img {
  width: 100%;
  height: 168px;
  object-fit: cover;
  object-position: center top;
}

.RL-card-heading {
  font-size: 1rem !important;
  font-weight: 600;
  line-height: 1.2 !important;
  margin: 0.75rem 0.75rem 0;
  padding: 0 !important;
  position: relative;
  word-wrap: break-word;
}

.RL-card-heading.locked {
  padding-right: 18px !important;
}

.RL-card-heading.locked:after {
  content: "\f023";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  top: 0;
}

.RL-card-text {
  font-size: 0.875rem;
  line-height: 1.29;
  margin: 0.75rem;
}

.RL-card-text span.no-card {
  display: none;
}

.ie11 .RL-card-text p {
  height: 125px;
  overflow: hidden;
}

.RL-card-item a:not(.RL-overlay) {
  color: #2dccd3;
  font-weight: 600;
  position: relative;
  z-index: 10;
  text-decoration: none;
}

.RL-card-item a:not(.RL-overlay):hover {
  text-decoration: underline;
}

.RL-card-category {
  margin: auto 0.75rem 0.75rem;
  text-align: right;
  font-size: 0.75rem;
  border-top: 2px solid #2dccd3;
  padding-top: 1em;
  line-height: 1.2;
}

.RL-overlay {
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
}

.RL-card-item:hover .RL-overlay {
  opacity: 0.2;
}

.RL-list-view .RL-card-img-holder {
  display: none;
}

.RL-list-view .RL-cards-holder {
  grid-template-columns: 1fr;
}

.RL-pager {
  text-align: center;
  margin: 2.5rem 0;
}

.RL-pager a {
  padding: 0.25em 0.5em;
  border-radius: 0.25em;
  text-decoration: none;
  margin: 0 0.375em;
}

.RL-pager a.active {
  color: #fa4616;
}

.RL-prev::before {
  content: "\f053";
  font-family: FontAwesome;
  margin-right: 0.75em;
  font-size: 150%;
  vertical-align: middle;
}

.RL-next::after {
  content: "\f054";
  font-family: FontAwesome;
  margin-left: 0.75em;
  font-size: 150%;
  vertical-align: middle;
}

.iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

    .iframe-container iframe {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/** Let container padding take over
@media only screen and (max-width: 85.25em) {
  #interior.RL-interior,
  .RL-title-band {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
*/
@media only screen and (max-width: 1260px) {
  .RL-cards-holder {
    grid-template-columns: repeat(3, minmax(220px, 1fr));
  }

  /* ==========================================================================
       IE11 Dependent Styling - Resources Cards
       ========================================================================== */
  .ie11 .RL-grid-view .RL-card-item,
  .ie11 .support-items-holder .RL-card-item {
    margin: 0 12px 24px;
    width: calc(33% - 22px);
  }

  .ie11 .RL-grid-view :nth-child(4n).RL-card-item,
  .ie11 .support-items-holder :nth-child(4n).RL-card-item {
    margin-right: 12px;
  }
}

@media only screen and (max-width: 57em) {
  .RL-search-and-view {
    justify-content: space-between;
    width: 100%;
  }
}

@media only screen and (max-width: 844px) {
  .RL-cards-holder {
    grid-gap: calc((100vw / 70) + 30px);
    grid-template-columns: repeat(2, minmax(220px, 1fr));
  }

  .RL-card-category {
    font-size: 0.875rem;
  }

  /* ==========================================================================
       IE11 Dependent Styling - Resources Cards
       ========================================================================== */
  .ie11 .RL-grid-view .RL-card-item,
  .ie11 .support-items-holder .RL-card-item {
    margin: 0 10px 24px;
    width: calc(50% - 22px);
  }

  .ie11 .RL-grid-view :nth-child(4n).RL-card-item,
  .ie11 .support-items-holder :nth-child(4n).RL-card-item {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 34em) {
  .RL-title-band {
    padding: 1.5rem;
  }

  .RL-cards-holder {
    grid-template-columns: minmax(220px, 1fr);
  }

  .RL-search-component {
    width: 100%;
  }

  .RL-search-input {
    width: 100%;
    background-color: #fff;
  }

  .RL-view-btns {
    margin: 0.75rem auto 0;
    justify-content: space-around;
    width: 100%;
  }

  .RL-nav {
    width: 100%;
    flex-direction: column;
    margin-bottom: 2rem;
  }

  .RL-nav-drop {
    position: static;
    margin-left: 0;
    overflow: hidden;
    transition: all 0.5s;
    padding: 0;
    border: none;
    overflow: hidden;
    display: none;
  }

  .RL-nav-top {
    margin-left: 0;
    padding: 1.5rem 0 0;
    height: auto;
  }

  .RL-nav-top:hover {
    border: none;
    background-color: transparent;
  }

  .RL-nav-top:hover .RL-nav-drop {
    display: flex;
    flex-direction: column;
    margin-top: 0.3em;
    padding: 0.4em 0.6em;
  }

  .RL-nav-top:hover .RL-nav-drop a:link,
  .RL-nav-top:hover .RL-nav-drop a:visited,
  .RL-nav-top:hover .RL-nav-drop a:active {
    padding: 0.5em 3em 0.5em 1em;
  }

  /* ==========================================================================
       IE11 Dependent Styling - Resources Cards
       ========================================================================== */
  .ie11 .RL-grid-view .RL-card-item,
  .ie11 .support-items-holder .RL-card-item {
    margin: 0 0 24px;
    width: 100%;
  }

  .ie11 .RL-grid-view :nth-child(4n).RL-card-item,
  .ie11 .support-items-holder :nth-child(4n).RL-card-item {
    margin-right: 0;
  }
}
