﻿a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: none;
    height: 1px;
    transition-property: left, right;
    transition-duration: .2s;
    transition-timing-function: ease-out;
}

.accordion {
  background-color: white;
  color: #444;
  cursor: pointer;
  padding: 11px 15px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  border-bottom: 1px solid #ececec;
  margin: 0;
}

.active, .accordion:hover {
  background-color: #ececec;
}

.accordion:after {
  font-family: "Font Awesome 5 Free";
  content: "\f0dd";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  color:black;
}

.active:after {
  content: "\f0de";
  font-family: "Font Awesome 5 Free";
  margin-top: 5px;
}
}

.accordionTile {
  background-color: white;
  color: #444;
  cursor: pointer;
  padding: 11px 15px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin: 0;
}

.activeTile, .accordionTile:hover {
  background-color:white;
}

.accordionTile:after {
  content: '\23F7';
  font-family: "materialIcons" !important;
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  color:black;
}

.activeTile:after {
  content: "\23F6";
  font-family: "materialIcons" !important;
}


.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.home {
  font-size: 15px;font-family:"Font Awesome 5 Free";
  content: "\f0d9";
  font-weight: bold; 
  color: black;
} 

* {
  box-sizing: border-box;
}


.pageContent ul li:not(.tab__tab):not(.roomlist__room):before {
  background: #f5f5f5;
}

.LHSMenu {
width:24%;
float:left;
margin:5px;
}

@media only screen and (max-width: 1021px) {
  .LHSMenu {
    width:100%;
    float:unset;
    margin:10px;
  }
}

.maincontainer {
 width:75%;
 float:left;
 margin-bottom: 20px;
}

@media only screen and (max-width: 1021px) {
.maincontainer {
 width:100%;
 float:unset;
 margin-bottom: 20px;
}
}

.oppTiles {
  min-height: 215px;
  width:30%;
  float:left;
  background:white;
  margin:5px;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .oppTiles {
  min-height: 215px;
  width:-webkit-fill-available;
  width:unset;
  float:unset;
  background:white;
  margin:10px;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .oppTiles {
  min-height: 215px;
  width:46%;
  float:left;
  background:white;
  margin:10px;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .oppTiles {
  min-height: 215px;
  width:47%;
  float:left;
  background:white;
  margin:10px;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .oppTiles {
  min-height: 215px;
  width:30%;
  float:left;
  background:white;
  margin:5px;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .oppTiles {
  min-height: 215px;
  width:31%;
  float:left;
  background:white;
  margin:5px;
  }
}


.cardTitle {
    font-size: 1.25rem;
    line-height: 25px;
    margin: 15px;
    font-weight: 400;
    }

@media only screen and (max-width: 1021px) {
    .cardTitle {
    font-size: 1.25rem;
    line-height: 25px;
    margin: 15px;
    font-weight: 400;
}
}

.cardInner {
    height: 170px;
    margin:0px;
    }

@media only screen and (max-width: 600px) {
    .cardInner {
    height: unset;
    margin:0px;    
}
}

.SearchOppWidget {
  background:white;
  margin-bottom:15px;
  padding: 20px 20px 25px 20px;
}
.SearchOppBar {
  background-image: url(/current-students/part-of-lse/assets/MO/assets/media/searchicon.png);
  background-position: 10px 12px; 
  background-repeat: no-repeat; 
  padding: 12px 20px 12px 40px;
}

.FilterOppWidget {
  background:white;
  padding:20px;
  margin-bottom:10px;
}

.promos--land {
    padding: 15px 0 0;
}

@media screen and (min-width: 1024px)
.promos--land {
    padding: 15px 0 0;
}

.col {
    margin-bottom: 5px;
}

.OppLabels {
  pointer-events: unset; 
  position: unset;
  opacity: unset;
  font-family: Roboto, sans-serif;
  color: #3a3d3f;
  font-size: 14px;
}

.OppInput {
width: 27px;
display: unset;
height: 13px;
}

.OppP{
  line-height: 25px;
  margin: 10px 0px;
}

.oppImage{
  background-color: #cccccc;
  height: 150px;
  background-position: center; 
  background-repeat: no-repeat;
  background-size: cover; 
  position: relative;
  margin-bottom: 20px;
}

.durationIconOneOff {
  background: #e30520;
  color: white;
  font-weight: 300;
  float: left; 
  margin: 15px 2px 15px 15px;
  padding: 6px 20px;
  border-radius: 5px;
}

.durationIconOnGoing {
  background: #55acef;
  color: white;
  font-weight: 300;
  float: left; 
  margin: 15px 2px 15px 15px;
  padding: 6px 20px;
  border-radius: 5px;
}

.spotlightOpp {
    margin: 25px 20px 20px 14px;
    background: rgb(95 49 92);
    padding: 5px 17px;
    border-radius: 5px;
    color: white;
    font-weight: 300;
    }

