  /*
  ºÃÉ«ÏÈÉúTV home page css
*/
a.brown-button {
    color: #6e6259;
    background: white;
}
a.maroon-button {
    color: #9d2235;
    background: white;
}
a.button:hover,
a.button:focus {
  background: #333;
  color: white;
}
.site-inner h2 {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 800;
  color: #6e6259;
}
.site-inner, wrap {
  max-width: 100%;
} 
.site-inner {
  background-color: white;
  width: 100%;
  padding-top: 0;
  margin: 0;
}
.site-inner .wrap {
  margin: 0 auto;
}

/* hero image -----------------------------------------------------------------*/
.alert-banner-section {
  background: #6e6259;
  color: white;
}

.alert-banner-section .alert-banner-wrapper {
  padding: 20px;
}

.alert-banner-section .alert-banner-wrapper p {
  margin-bottom: 0;
  text-align: center;
  font-size: 16px;
}
.alert-banner-section .alert-banner-wrapper a {
  color: white;
}

/* hero image -----------------------------------------------------------------*/
.home-hero-section {
    background-color: black;
}
.home-hero-wrapper {
  /* background-color: rgba(0,0,0,0.7); */
    background-color: transparent;
  display:block;
  width: 100%;
  height: 400px;
  height: calc(100vw *.6);
  display:flex;
  background-size: cover;
}
.home-hero-text-wrapper {
    margin: auto;
    width: 100%;
    background-color: #9d2235;
    color: white;
    text-align: center;
    padding: 5px 10px 10px;
}
.home-hero-section .home-hero-text-container {

}
.home-hero-section .home-hero-text-container p,
 .home-hero-section .home-hero-text-container h2 {
    margin: 0 0 5px 0;
    color: white;
}
.home-hero-section .home-hero-text-container h2.home-hero-headline {
  text-transform: uppercase;
}
/* text section --------------------------------------------------------------*/
.home-page-text-section {
    display: block;
    clear: both;
}

.home-page-text-wrapper {
    padding: 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.home-page-text-column {
    padding-bottom: 20px;
    width: 100%;
}
/* financial aid and student life sections ---------------------------------------------------------*/
.finaid-section,
.student-life-section {
  display:block;
  width: 100%;
  height: auto;
  min-height: 500px;
  overflow: hidden;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.finaid-section {
  background-color: #4ec3e0;
  background-image: url(/wp-content/plugins/luthersem-home/diagonal-pattern.png);
  background-position: bottom left;
  background-repeat: no-repeat;
}
.student-life-section {
  background-color: #cedc00;
  background-image: url(/wp-content/plugins/luthersem-home/luther-tile-white-transparent.png);
}
.finaid-image-wrapper,
.student-life-image-wrapper {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.finaid-image-container,
.student-life-image-container {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  width: 100%;
  height: auto;
  min-height: 500px;
  display: inline-block;
}
.finaid-text-wrapper, 
.student-life-text-wrapper {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 20px;
    width: 100%;
    max-width: 1200px;
    color: white;
}
.finaid-text-wrapper {
  background-color: rgba(78, 195, 224, 0.84);
}
.student-life-text-wrapper  {
  background-color: rgba(206, 220, 0, 0.84)
}
.finaid-text-container,
.student-life-text-container {
  width: 100%;
  background:  #9d2235;
  padding: 10px;
  border-left: white 7px solid;
}
.finaid-text-container h2,
.student-life-text-container h2 {
  color: white;
}
@media(min-width: 769px) {
  .finaid-image-wrapper,
  .student-life-image-wrapper {
    margin-left: 44%;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
  }
  .finaid-text-wrapper,
  .student-life-text-wrapper {
    background-color: transparent;
    width: 44%;
    right: auto;
    padding: 0;
  }
  .finaid-text-container,
  .student-life-text-container {
    width: 97%;
    max-width: 500px;
    margin: auto 0 auto auto;
    padding: 20px 50px 20px 20px;
  }
}
/* Calls to Action section ---------------------------------------------------------*/
.home-cta-section {
    margin: 30px 0;
}

.home-cta-boxes-wrapper {
    width:  100%;
    max-width: 1250px;
    margin:  0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
}

.home-cta-boxes-wrapper .cta-item {

}
.home-cta-box,
.home-cta-button {
    margin: 20px 5px;
    color: white;
    min-width: 280px;
    height: 192px;
    border: #d8d8d8 1px solid;
    background: #212121;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    font-size: 14px;
}
.home-cta-button {
  height: auto;
  margin: 13px 5px;
  width: 100%;
}
.home-cta-box a,
.home-cta-button a {
    color: white;
    text-decoration: none;
    display: block;
    height: 100%;
    padding: 10px 15px;
    position: relative;
    border: transparent 2px solid;
}
.home-cta-box a:hover,
.home-cta-box a:focus,
.home-cta-button a:hover,
.home-cta-button a:focus,
.home-cta-button a:hover span.cta-home-button-lineone, 
.home-cta-button a:focus span.cta-home-button-lineone  {
  background-color: white !important;
  color: black !important;
  border-color: black;
}
.home-cta-box a:hover span.cta-home-box-lineone,
.home-cta-box a:focus span.cta-home-box-lineone,
.home-cta-box a:hover span.cta-home-box-linetwo,
.home-cta-box a:focus span.cta-home-box-linetwo,
.home-cta-button a:hover span.cta-home-box-lineone,
.home-cta-button a:focus span.cta-home-box-lineone  {
  color: black !important;
}
.cta-image-box a {
  background-color: rgba(0,0,0,0.5);
  display:flex;
  align-items:center;
}
.cta-image-box a:hover,
.cta-image-box a:focus {
  background-color: rgba(0,0,0,0.75);
}
span.cta-home-box-lineone,
span.cta-home-button-lineone {
    display: block;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.2;
    margin: 8px 0;
}
span.cta-home-button-lineone {
    margin: 5px 0;
}
span.cta-home-box-linetwo {
    display: block;
}

span.cta-home-box-linktext {
    display: inline-block;
    position: absolute;
    right: 20px;
    bottom: 15px;
    border: 2px solid;
    padding: 3px 8px;
    float: right;
    background: white;
    border: #9d2235 1px solid;
    color: #9d2235;
    text-transform: uppercase;
    font-weight: 600;
}
.cta-image-box span.cta-home-box-linktext {
  float:none;
  position: relative;
  display: block;
  margin: auto;
  right: 0;
  bottom: 0;
  font-size: 18px;
  padding: 6px 16px;
  background: rgba(0, 0, 0, 0.5);
}
.home-cta-box a:hover span.cta-home-box-linktext,
.home-cta-box a:focus span.cta-home-box-linktext {
  color:black;
  background-color:white;
}
span.cta-home-box-arrow,
span.cta-home-button-arrow {
    font-size: 64px;
    position: absolute;
    right: 15px;
    bottom: 3px;
    line-height: 1;
}

@media(min-width:755px) {
    .home-cta-boxes-wrapper .cta-item {
      flex-basis: 48%;
    }
}

@media(min-width:769px) {
    .home-cta-boxes-wrapper {
        flex-direction: row;
    }
}
@media(min-width:1200px) {
    .home-cta-boxes-wrapper .cta-item {
      flex-basis: 20%;
    }
}

@supports (display:grid) {
  .home-cta-section {
    margin: 40px 30px;
}
  .home-cta-boxes-wrapper {
    margin: 10px auto;
  }

  .home-cta-buttons-wrapper {
    
  }
  .home-cta-button {
    width: 100%;
    min-width: auto;
    height: 100%;
  }
  .home-cta-button.btn1 {
    grid-area: button1;
    
  }
  .home-cta-button.btn2 {
    grid-area: button2;
    
  }
  .home-cta-button.btn3 {
    grid-area: button3;
    
  }
  .home-cta-box {
    width: 100%;
    min-width: auto;
    height: 100%;
  }
  .home-cta-box a {
    padding: 10px 15px 50px 15px;
  }
  .home-cta-box.box1 {
    grid-area: box1;
  }
  .home-cta-box.box2 {
    grid-area: box2;
  }
  .home-cta-box.box3 {
    grid-area: box3;
  }

  @media(min-width:600px) {
    .home-cta-boxes-wrapper {
      display: grid;
      grid-template-areas: 
        "button1 box1"
        "button2 box1"
        "button3 box1"
        "box2 box3";
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto;
      grid-column-gap: 20px;
      grid-row-gap: 20px;
    }
    .home-cta-box,
    .home-cta-button {
      margin: 0;
      width: auto;
    }
  }
  @media(min-width: 769px) {
    .home-cta-boxes-wrapper {
      grid-template-areas: 
        "button1 button2 button3"
        "box1 box2 box3"
        "box1 box2 box3";
      grid-template-columns: 1fr 1fr 1fr;
    }
  }
  @media(min-width: 1100px) {
    .home-cta-boxes-wrapper {
      width: 100%;
      grid-template-areas: 
        "button1 box1 box2 box3"
        "button2 box1 box2 box3"
        "button3 box1 box2 box3";
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-column-gap: 20px;
      grid-row-gap: 10px;
    }
  }
}


/* student stories -----------------------------------------------------------------*/
.resources-home-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px 60px 20px;
}
.resources-home-container {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.resources-home-column {
    font-size: 14px;
    margin: 0 auto 20px auto;
}
.resources-home-column a {
  text-decoration: none;
}
.resources-home-column p {
  margin: 0;
}
.resources-home-home-section {
    background: #EDEDED;
}
.resources-home-link {
    margin-top: 10px
}
.resources-home-link p {
    text-align: right;
    font-size:18px;
    font-size:1.8rem;
}
.resources-home-link a {
    text-decoration: none;
}
.resources-home-link a:hover,
.resources-home-link a:focus {
    border-bottom: 2px solid;
}
/* media queries */
@media(min-width: 600px) {
    .resources-home-container {
      flex-direction:row;
      flex-wrap: wrap;
    }
    .resources-home-column {
      width: 48%;
      margin: 10px 1%;
      display: flex;
    }
    .resources-home-column:nth-child(odd) {
      justify-content: flex-end;
    }
    .resources-home-column:nth-child(even) {
      justify-content: flex-start;
    }
}
@media(max-width: 768px) {
    .home-hero-section .home-hero-text-wrapper {
        margin: auto auto 0 auto !important;
    }
    .home-hero-section .home-hero-text-container h2.home-hero-headline {
      font-size: 28px !important;
      padding: 5px 0px;
    }
    .home-hero-section .home-hero-text-container p.home-hero-subtitle {
      font-size: 16px !important;
    }
    .home-hero-text-container .home-hero-button{
      max-width: 47%;
      display:inline-block;
      font-size: 15px;
      padding: 5px;
    }
}
@media(min-width: 769px) {
  .home-hero-section {
        position: relative;
    }   
    .home-hero-wrapper {
    background-color: transparent;
    position: relative;
    height: 600px;
  }
    .home-hero-section .home-hero-text-wrapper {
        background-color: #9d2235;
        background-image: url(/wp-content/plugins/luthersem-home/luther-tile-blue.png); 
        background-size: 60px;
        width: auto;
        padding: 0;
        max-width: 585px;
        position: absolute;
        bottom: 30px;
        left: 0;
    }
    .home-hero-section .home-hero-text-wrapper .home-hero-text-container {
      background-color: #9d2235;
    }
    .home-hero-section .home-hero-text-container h2.home-hero-headline {
      
    }
    a.home-hero-button {
        min-width: 200px;
    }
    .home-page-text-wrapper {
        padding-top: 50px;
        flex-direction: row;
    }
    .home-page-text-column{
        padding-right: 40px;
    }
}
@media(min-width: 1100px) {
    .resources-home-column {
      width: 23%;
      margin: 10px 1%;
      justify-content: center !important;
    }
}

@media(min-width: 1700px) {
  .home-hero-wrapper {
    height: 80vh;
  }
}

/* flip cards -----------------------------------------------------------------*/

.flip-card {
  width: 250px;
  height: 150px;
  border: 1px solid #101820;
  overflow: hidden;
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  height: 100%;
  transition: opacity 0.7s ease-in-out;
}

.flip-card-front img {
  width: 100%;
  height: auto;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  display: flex;
  opacity: 1;
}

/* Style the back side */
.flip-card-back {
  background-color: white;
  color: black;
  display: flex;
  padding: 10px;
  flex-direction: column;
  align-items: center;
  height: 0;
  opacity: 0;
}

.flip-card-back .flip-card-back-text-wrapper {
  margin: auto;
}

.flip-card-back .flip-card-back-text-wrapper p {
  font-size: 1em;
}

.flip-card-back .flip-card-back-text-wrapper p strong {
  font-size: 1.2em;
}

.flip-card-inner:hover .flip-card-back,
.flip-card-inner:focus .flip-card-back {
  height: 100%;
  opacity: 1;
}

.flip-card-inner:hover .flip-card-front,
.flip-card-inner:focus .flip-card-front {
  height: 0;
  opacity: 0;
}