﻿/* LAYOUT */

#home-wrapper {
  position: relative;
  top: -34px;
  z-index: 222;
}

#homepage-buttons-wrapper {
  border-radius: unset !important;
  border: none !important;
  padding: 0 !important;
}

#homepage-buttons-wrapper,
#inner-page-wrapper {
  border-radius: 15px;
  border: 1px solid #d9d9d9;
  padding: 30px;
  background: linear-gradient(to bottom, #fdfdfd 0%, #f1f1f1 100%);
}

.ct-blog-link a, .ct-blog-link > a:hover, .ct-slide p {
  color: white;
  text-decoration: none;
}

/* ACTIONS LISTS */

.actions-list {
  padding: 0 1.25rem;
  max-width: 1136px;
  margin-right: auto;
  margin-left: auto;
}

.actions-list__wrapper {
  border-radius: 0;
  padding: 0;
  box-shadow: 0 0.375rem 0.75rem 0 #e7e9f2;
  background-color: #fff;
}

.actions-list__wrapper_list {
  padding: 2rem;
  flex-direction: row;
  list-style-type: none;
  display: flex;
  padding-inline-start: 0;
}

.actions-list__wrapper_list .scLooseFrameZone.scEnabledChrome_link,
.actions-list__wrapper_list_item_link {
  display: flex;
  text-decoration: none;
  align-items: center;
}

.actions-list__wrapper_list .scLooseFrameZone.scEnabledChrome,
.actions-list__wrapper_list_item {
  flex-basis: 100%;
  padding: 0;
  position: relative;
}

.actions-list__wrapper_list .scLooseFrameZone.scEnabledChrome_link_desc,
.actions-list__wrapper_list_item_link_desc {
  text-align: center;
  color: #09538b;
  width: 8.75rem;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  letter-spacing: 0.00813rem;
}

.actions-list__wrapper_list .scLooseFrameZone.scEnabledChrome_link_image,
.actions-list__wrapper_list_item_link_image {
  height: 5.5rem;
  width: auto;
  margin-right: 0;
  margin-bottom: 0.5rem;
}

article.actions-list-welcome, article.actions-list-find-test-center {
  max-width: 1700px;
}

#homepage-buttons-wrapper .actions-list__wrapper_list_item p {
  font-size: 18px;
  padding: 0 80px 20px 40px;
  margin-top: -4px;
}

#stationDropdown {
  border: 2px solid #E2E2E2;
}


/* HOMEPAGE TITLE */

#homepage-welcome-title > h1 {
  color: #2d2c2c;
  font-weight: 400;
  font-family: "Lato-Bold";
  width: 100%;
  text-align: center;
}

#homepage-welcome-title > h2 {
  font: italic 23px 'Fira Sans', 'Karla-Regular', sans;
  font-style: italic;
  text-align: center;
  width: 100%;
  text-shadow: 0 0 16px #FFFFFF;
  padding-bottom: 15px;
}


/* CAROUSEL */

#HomeCarousel {
  padding-bottom: 1em;
}

#HomeCarousel h2 {
  filter: drop-shadow(2px 2px 2px black);
  color: white;
}

.ct-slide p {
  width: 60%;
  filter: drop-shadow(2px 2px 2px black);
  font-style: italic;
}

.ct-slide {
  position: absolute;
  z-index: 11;
  top: 5%;
  left: 3%;
  color: white;
  text-decoration: none;
}

/* FIND A TEST CENTER SEARCH BAR */

.find-test-center-jumbotron {
  background-size: cover !important;
  background: url('/img/find-test-center-jumbotron-image.jpg') no-repeat;
}

.find-test-center-jumbotron-wrap {
  margin: auto;
  width: 750px;
}

.find-test-center-jumbotron-wrap label {
  color: white;
  filter: drop-shadow(2px 2px 2px black);
  font-weight: bold;
  font-size: 32px
}

/* MOBILE DISPLAY */
@media (max-width: 968px) {

  #homepage-welcome-title > h1,
  #homepage-welcome-title > h2 {
    font-size: 18px;
    padding-bottom: 40px;
  }

  #homepage-buttons-wrapper .actions-list__wrapper_list_item p {
    font-size: 16px;
    padding: 0 20px 20px 20px;
  }

  .actions-list__wrapper_list_item {
    padding: 1.5rem 0 1.375rem 0;
  }

  .ct-slide > h2,
  .ct-slide > p {
    display: none;
  }

  .actions-list__wrapper_list {
    padding: 2rem;
    flex-direction: column;
  }

  .actions-list__wrapper_list_item_link_desc {
    width: 75vw;
    text-align: left;
  }

  .actions-list__wrapper_list_item_link_image {
    width: 5rem;
    height: auto;
    margin-right: 1rem;
  }

  .test-reminder {
    padding-top: 90px;
  }

  .test-reminder-wrap {
    width: 75vw;
  }

  #banner-right {
    background-position: -50px 0px;
  }

  .find-test-center-jumbotron-wrap {
    width: 75vw;
  }

  .find-test-center-jumbotron-wrap label {
    font-size: 20px;
  }

  #banner-left {
    padding-left: 0px;
    font-size: 18px;
    margin-left: 45px;
    height: 60px;
  }
}

@media (min-width: 968px) {
  .mobile-hdr-messaging {
    display: none;
  }

  #homepage-welcome-title {
    padding-left: 20px;
    padding-bottom: 30px;
    padding-top: 20px;
  }

  .actions-list__wrapper_list_item_link {
    flex-direction: column;
    justify-content: center;
  }
}
