/** base **/
/*========================================================importing

adding specific types of font-weights*/
@font-face {
  font-family: "Barlow SemiBold";
  /*with OTF without SVG and EOT*/
  src: url("../fonts/Barlow-SemiBold.otf") format("opentype"), url("../fonts/Barlow-SemiBold.woff2") format("woff2"), url("../fonts/Barlow-SemiBold.woff") format("woff"), url("../fonts/Barlow-SemiBold.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "Barlow Black";
  /*with OTF without SVG and EOT*/
  src: url("../fonts/Barlow-Black.otf") format("opentype"), url("../fonts/Barlow-Black.woff2") format("woff2"), url("../fonts/Barlow-Black.woff") format("woff"), url("../fonts/Barlow-Black.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "DIN Bold";
  /*with OTF without SVG and EOT*/
  src: url("../fonts/DIN-Bold.otf") format("opentype"), url("../fonts/DIN-Bold.woff2") format("woff2"), url("../fonts/DIN-Bold.woff") format("woff"), url("../fonts/DIN-Bold.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "Andale Mono";
  /*with OTF without SVG and EOT*/
  src: url("../fonts/AndaleMono.otf") format("opentype"), url("../fonts/AndaleMono.woff2") format("woff2"), url("../fonts/AndaleMono.woff") format("woff"), url("../fonts/AndaleMono.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
.custom-modal-container.type-student-work h1 {
  font-family: Barlow Black;
  font-size: 80px;
  line-height: 80px; }
  @media (max-width: 768px) {
    .custom-modal-container.type-student-work h1 {
      font-size: 52px;
      line-height: 52px; } }
  @media (max-width: 540px) {
    .custom-modal-container.type-student-work h1 {
      font-size: 42px;
      line-height: 42px; } }
.custom-modal-container.type-student-work h2 {
  font-family: "Work Sans";
  font-weight: 300;
  font-size: 36px;
  line-height: 46px; }
.custom-modal-container.type-student-work h3 {
  font-family: "Work Sans";
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 70px;
  letter-spacing: normal;
  text-transform: none; }
  @media (max-width: 768px) {
    .custom-modal-container.type-student-work h3 {
      font-size: 22px;
      line-height: 33px;
      margin-bottom: 30px; } }
@media only screen and (max-width: 540px) {
  .custom-modal-container.type-student-work .l-main p {
    font-size: 14px;
    line-height: 21px; } }

/** breakpoints **/
.custom-modal-container.type-student-work .section--bg-grey, .custom-modal-container.type-school-work .section--bg-grey {
  background-color: #292929; }
.custom-modal-container.type-student-work .section--bg-dark-grey, .custom-modal-container.type-school-work .section--bg-dark-grey {
  background-color: #191919; }

/** breakpoints **/
.custom-modal-container.type-student-work .section--bg-grey, .custom-modal-container.type-school-work .section--bg-grey {
  background-color: #292929; }
.custom-modal-container.type-student-work .section--bg-dark-grey, .custom-modal-container.type-school-work .section--bg-dark-grey {
  background-color: #191919; }

.custom-modal-container.type-student-work, .custom-modal-container.type-school-work {
  /* popup image modal */ }
  .custom-modal-container.type-student-work ul, .custom-modal-container.type-student-work ol, .custom-modal-container.type-student-work dd, .custom-modal-container.type-student-work dl, .custom-modal-container.type-student-work p, .custom-modal-container.type-student-work figure, .custom-modal-container.type-student-work pre, .custom-modal-container.type-student-work table, .custom-modal-container.type-student-work hr, .custom-modal-container.type-student-work form, .custom-modal-container.type-student-work fieldset, .custom-modal-container.type-school-work ul, .custom-modal-container.type-school-work ol, .custom-modal-container.type-school-work dd, .custom-modal-container.type-school-work dl, .custom-modal-container.type-school-work p, .custom-modal-container.type-school-work figure, .custom-modal-container.type-school-work pre, .custom-modal-container.type-school-work table, .custom-modal-container.type-school-work hr, .custom-modal-container.type-school-work form, .custom-modal-container.type-school-work fieldset {
    margin: 0 0 27px; }
  .custom-modal-container.type-student-work strong, .custom-modal-container.type-school-work strong {
    font-family: "Work Sans";
    font-weight: 700; }
  .custom-modal-container.type-student-work html, .custom-modal-container.type-school-work html {
    background-color: #000000; }
  .custom-modal-container.type-student-work body, .custom-modal-container.type-school-work body {
    background-color: #191919;
    color: #ffffff;
    height: auto; }
  .custom-modal-container.type-student-work .container, .custom-modal-container.type-school-work .container {
    width: 100% !important;
    max-width: 1092px !important;
    padding-left: 36px;
    padding-right: 36px; }
  .custom-modal-container.type-student-work .section, .custom-modal-container.type-school-work .section {
    padding-top: 100px;
    padding-bottom: 100px; }
    .custom-modal-container.type-student-work .section .section, .custom-modal-container.type-school-work .section .section {
      padding-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .custom-modal-container.type-student-work .section, .custom-modal-container.type-school-work .section {
        padding-top: 60px;
        padding-bottom: 60px !important; }
        .custom-modal-container.type-student-work .section .section, .custom-modal-container.type-school-work .section .section {
          padding-bottom: 0; } }
  .custom-modal-container.type-student-work .section--bg-dark-grey, .custom-modal-container.type-school-work .section--bg-dark-grey {
    background-color: #191919; }
  .custom-modal-container.type-student-work .title_style, .custom-modal-container.type-school-work .title_style {
    display: flex;
    margin-bottom: 10px; }
    .custom-modal-container.type-student-work .title_style div:first-child, .custom-modal-container.type-school-work .title_style div:first-child {
      position: relative;
      padding-right: 5px;
      margin-right: 9px; }
      .custom-modal-container.type-student-work .title_style div:first-child:after, .custom-modal-container.type-school-work .title_style div:first-child:after {
        content: "";
        position: absolute;
        top: 4px;
        right: 0;
        display: block;
        height: 15px;
        width: 1px;
        background-color: #fffff; }
  .custom-modal-container.type-student-work .page-node-type--student-work .l-main, .custom-modal-container.type-school-work .page-node-type--student-work .l-main {
    background-image: none; }
  .custom-modal-container.type-student-work .bg-edge2edge, .custom-modal-container.type-school-work .bg-edge2edge {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw; }
  .custom-modal-container.type-student-work .modaal-wrapper .modaal-close, .custom-modal-container.type-school-work .modaal-wrapper .modaal-close {
    border: 1px solid #fff; }
  .custom-modal-container.type-student-work .modaal-wrapper:hover:before, .custom-modal-container.type-school-work .modaal-wrapper:hover:before {
    background-color: #000000; }

/** components**/
/** breakpoints **/
.custom-modal-container.type-student-work .section--bg-grey, .custom-modal-container.type-school-work .section--bg-grey {
  background-color: #292929; }
.custom-modal-container.type-student-work .section--bg-dark-grey, .custom-modal-container.type-school-work .section--bg-dark-grey {
  background-color: #191919; }

/*========================================================importing

adding specific types of font-weights*/
@font-face {
  font-family: "Barlow SemiBold";
  /*with OTF without SVG and EOT*/
  src: url("../fonts/Barlow-SemiBold.otf") format("opentype"), url("../fonts/Barlow-SemiBold.woff2") format("woff2"), url("../fonts/Barlow-SemiBold.woff") format("woff"), url("../fonts/Barlow-SemiBold.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "Barlow Black";
  /*with OTF without SVG and EOT*/
  src: url("../fonts/Barlow-Black.otf") format("opentype"), url("../fonts/Barlow-Black.woff2") format("woff2"), url("../fonts/Barlow-Black.woff") format("woff"), url("../fonts/Barlow-Black.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "DIN Bold";
  /*with OTF without SVG and EOT*/
  src: url("../fonts/DIN-Bold.otf") format("opentype"), url("../fonts/DIN-Bold.woff2") format("woff2"), url("../fonts/DIN-Bold.woff") format("woff"), url("../fonts/DIN-Bold.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "Andale Mono";
  /*with OTF without SVG and EOT*/
  src: url("../fonts/AndaleMono.otf") format("opentype"), url("../fonts/AndaleMono.woff2") format("woff2"), url("../fonts/AndaleMono.woff") format("woff"), url("../fonts/AndaleMono.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
.custom-modal-container.type-student-work h1 {
  font-family: Barlow Black;
  font-size: 80px;
  line-height: 80px; }
  @media (max-width: 768px) {
    .custom-modal-container.type-student-work h1 {
      font-size: 52px;
      line-height: 52px; } }
  @media (max-width: 540px) {
    .custom-modal-container.type-student-work h1 {
      font-size: 42px;
      line-height: 42px; } }
.custom-modal-container.type-student-work h2 {
  font-family: "Work Sans";
  font-weight: 300;
  font-size: 36px;
  line-height: 46px; }
.custom-modal-container.type-student-work h3 {
  font-family: "Work Sans";
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 70px;
  letter-spacing: normal;
  text-transform: none; }
  @media (max-width: 768px) {
    .custom-modal-container.type-student-work h3 {
      font-size: 22px;
      line-height: 33px;
      margin-bottom: 30px; } }
@media only screen and (max-width: 540px) {
  .custom-modal-container.type-student-work .l-main p {
    font-size: 14px;
    line-height: 21px; } }

/* School work page */
.custom-modal-container.type-school-work {
  background-color: #292929; }
  .custom-modal-container.type-school-work .single-row-one-columns {
    padding-top: 0;
    padding-bottom: 0; }
  .custom-modal-container.type-school-work .node__header {
    margin-top: -90px; }
  .custom-modal-container.type-school-work p {
    text-transform: none;
    letter-spacing: normal;
    font-weight: normal; }
  .custom-modal-container.type-school-work h5 {
    font-size: 1.25rem;
    letter-spacing: normal; }
  .custom-modal-container.type-school-work .node-title-wrapper {
    top: -150px; }
  .custom-modal-container.type-school-work h2:after {
    bottom: -84px; }
  .custom-modal-container.type-school-work .l-subfeatures .pr-subfeatures,
  .custom-modal-container.type-school-work .l-subfeatures .pr-subfeatures .regions,
  .custom-modal-container.type-school-work .node {
    background-color: #292929; }
  .custom-modal-container.type-school-work .node__header {
    position: static; }
    .custom-modal-container.type-school-work .node__header > .section {
      padding-top: 77px; }
  .custom-modal-container.type-school-work h1 {
    line-height: 46px; }
  .custom-modal-container.type-school-work h5 {
    margin-bottom: 30px;
    font-family: "Work Sans";
    font-weight: 700; }
  .custom-modal-container.type-school-work .header-wrapper {
    margin-bottom: 60px; }
    .custom-modal-container.type-school-work .header-wrapper .detail {
      margin-bottom: 30px; }
    .custom-modal-container.type-school-work .header-wrapper .left-content {
      margin-bottom: 50px; }
  .custom-modal-container.type-school-work .school-top-content .synopsis {
    margin-bottom: 40px; }
    .custom-modal-container.type-school-work .school-top-content .synopsis:nth-of-type(2) p {
      margin: 0 0 5px; }
  .custom-modal-container.type-school-work .school-top-content .wrapper {
    margin-top: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .custom-modal-container.type-school-work .film-link .field {
    margin-bottom: 0; }
  .custom-modal-container.type-school-work .film-link a {
    color: #154a69;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 192px;
    height: 51px;
    text-decoration: none;
    align-items: center;
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Work Sans";
    font-weight: 700; }
    .custom-modal-container.type-school-work .film-link a:before {
      content: ""; }
    .custom-modal-container.type-school-work .film-link a:after {
      content: ""; }
    .custom-modal-container.type-school-work .film-link a span {
      background: url(images/tls/ic_watch.svg) no-repeat;
      background-size: auto;
      background-position: center;
      background-color: #164c69;
      border-right: 1px solid #fff;
      margin-right: 32px;
      width: 52px;
      height: 49px;
      padding: 0 10px; }
    .custom-modal-container.type-school-work .film-link a:hover {
      background-color: white;
      color: #154a69; }

@media only screen and (max-width: 768px) {
  .custom-modal-container.type-school-work .node__header > .section {
    padding-top: 147px; }
  .custom-modal-container.type-school-work .node-title-wrapper {
    top: -105px !important; }
  .custom-modal-container.type-school-work h2 {
    font-size: 52px !important;
    line-height: 52px !important; } }
@media only screen and (max-width: 720px) {
  .custom-modal-container.type-school-work h1 {
    font-size: 22px !important; } }
@media only screen and (max-width: 540px) {
  .custom-modal-container.type-school-work .work-desc {
    margin-top: 30px; }
  .custom-modal-container.type-school-work h1 {
    text-align: left;
    padding-bottom: 0;
    margin-bottom: 0; }
  .custom-modal-container.type-school-work h2 {
    font-size: 42px !important;
    line-height: 42px !important; }
  .custom-modal-container.type-school-work .work-desc {
    margin-top: 0; }
  .custom-modal-container.type-school-work .film-link a {
    font-size: 15px;
    width: 146px;
    height: 33px; }
    .custom-modal-container.type-school-work .film-link a span {
      background-size: 20px;
      width: 32px;
      height: 31px;
      margin-right: 24px; }
  .custom-modal-container.type-school-work .school-top-content .synopsis {
    margin-top: 60px;
    margin-bottom: 60px; } }
.e-open-house .a2a_kit {
  margin-bottom: 0; }
.e-open-house .field {
  margin-bottom: 0; }
.e-open-house .text-center {
  text-align: center;
  max-width: 920px;
  margin: 0 auto; }
  .e-open-house .text-center p {
    font-size: 16px;
    line-height: 24px; }
    .e-open-house .text-center p:nth-child(2) {
      margin-bottom: 38px; }
.e-open-house .banner-section img {
  width: 100%; }
.e-open-house p {
  color: white;
  font-family: "Work Sans";
  font-weight: 400; }
.e-open-house h3 {
  color: white;
  font-family: "Work Sans";
  font-weight: 700;
  letter-spacing: normal;
  font-size: 28px;
  line-height: 30px;
  text-transform: initial; }
.e-open-house .node-title-wrapper.bg-edge2edge {
  display: none; }
.e-open-house .e-openhouse-banner-wrapper {
  padding-bottom: 0; }
  .e-open-house .e-openhouse-banner-wrapper .banner-section {
    position: relative; }
    .e-open-house .e-openhouse-banner-wrapper .banner-section img.mobile-banner {
      display: none; }
  .e-open-house .e-openhouse-banner-wrapper .banner-contant {
    position: absolute;
    top: 50%;
    left: 52%;
    max-width: 40%;
    color: #fff;
    transform: translateY(-50%); }
    .e-open-house .e-openhouse-banner-wrapper .banner-contant p {
      font-size: 16px;
      line-height: 24px; }
    .e-open-house .e-openhouse-banner-wrapper .banner-contant .mobile-banner-content {
      display: none; }
    .e-open-house .e-openhouse-banner-wrapper .banner-contant .desktop-banner-content {
      margin-bottom: 40px; }
      .e-open-house .e-openhouse-banner-wrapper .banner-contant .desktop-banner-content img {
        max-width: 393px; }
    .e-open-house .e-openhouse-banner-wrapper .banner-contant h1,
    .e-open-house .e-openhouse-banner-wrapper .banner-contant h2 {
      font-family: "Work Sans";
      font-weight: 700;
      font-size: 57.7px;
      line-height: 63px;
      letter-spacing: normal;
      margin-bottom: 0; }
    .e-open-house .e-openhouse-banner-wrapper .banner-contant h1 {
      font-size: 100px;
      line-height: 1; }
    .e-open-house .e-openhouse-banner-wrapper .banner-contant p {
      color: white;
      font-family: "Work Sans";
      font-weight: 400;
      font-size: 27px;
      line-height: 24px;
      margin-bottom: 12px; }
      .e-open-house .e-openhouse-banner-wrapper .banner-contant p b {
        font-family: "Work Sans";
        font-weight: 700; }
.e-open-house .best-of-lasalle {
  color: white;
  padding-bottom: 100px; }
  .e-open-house .best-of-lasalle.pd-top {
    padding-top: 100px; }
  .e-open-house .best-of-lasalle p {
    margin-bottom: 32px; }
.e-open-house .all-about-addmission ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0; }
  .e-open-house .all-about-addmission ul li {
    color: white;
    display: inline-block;
    margin-bottom: 15px;
    max-width: 445px;
    font-size: 16px; }
    .e-open-house .all-about-addmission ul li a {
      line-height: 1;
      text-decoration: none;
      position: relative;
      margin-top: 20px;
      display: inline-block;
      letter-spacing: 0.2em;
      font-family: "Work Sans";
      font-weight: 700;
      display: inline-flex;
      align-items: center;
      line-height: 24px; }
      .e-open-house .all-about-addmission ul li a:hover {
        border-bottom: 1px solid #fff; }
      .e-open-house .all-about-addmission ul li a::after {
        content: "\e905";
        font-family: "lasalle-icons" !important;
        font-size: 20px;
        margin-right: -8px;
        margin-left: 5px; }
.e-open-house .submit-application {
  padding-top: 90px; }
  .e-open-house .submit-application h3 {
    color: black;
    position: relative;
    font-size: 40px;
    line-height: 46px;
    font-weight: 700;
    max-width: 920px;
    padding-bottom: 10px; }
    .e-open-house .submit-application h3::before {
      content: "";
      background: black;
      position: absolute;
      width: 65px;
      height: 8px;
      left: 0;
      top: -40px; }
.e-open-house .l-btn-wrapper .l-btn__black_bg {
  margin-left: -9px; }
  .e-open-house .l-btn-wrapper .l-btn__black_bg::before {
    height: 41px;
    background-color: #000;
    left: 7px; }
  .e-open-house .l-btn-wrapper .l-btn__black_bg:hover {
    background-color: transparent;
    color: #000 !important;
    border-color: #000; }
    .e-open-house .l-btn-wrapper .l-btn__black_bg:hover::before {
      margin-left: -1px;
      border-left: 1px solid #000000; }
.e-open-house .highlight-slider {
  padding: 100px 0;
  text-align: center; }
  .e-open-house .highlight-slider > h3 {
    margin-bottom: 50px;
    padding-top: 27px;
    position: relative;
    text-align: left; }
    .e-open-house .highlight-slider > h3::before {
      content: "";
      background: #fff;
      height: 7px;
      width: 58px;
      position: absolute;
      top: 0;
      left: 0; }
  .e-open-house .highlight-slider .e-open-slider {
    margin-bottom: 40px; }
    .e-open-house .highlight-slider .e-open-slider img {
      width: 100%; }
      .e-open-house .highlight-slider .e-open-slider img.mobile-banner {
        display: none; }
    .e-open-house .highlight-slider .e-open-slider .slide {
      position: relative;
      text-align: left; }
    .e-open-house .highlight-slider .e-open-slider .slide-content {
      position: absolute;
      left: 75px;
      top: 40px;
      max-width: 450px;
      padding: 0 20px; }
      .e-open-house .highlight-slider .e-open-slider .slide-content h3 {
        font-family: "Work Sans";
        font-size: 32px;
        font-weight: 600;
        line-height: 34px;
        margin-bottom: 10px;
        max-width: 300px; }
      .e-open-house .highlight-slider .e-open-slider .slide-content p {
        font-size: 16px;
        font-weight: normal;
        line-height: 24px; }
    .e-open-house .highlight-slider .e-open-slider button.slick-arrow {
      width: 30px;
      height: 30px;
      background: transparent;
      padding: 0;
      border: none;
      box-shadow: none;
      background-color: rgba(0, 0, 0, 0.5);
      font-size: 0;
      color: #fff;
      position: absolute;
      top: 36%;
      font-size: 0;
      z-index: 2; }
      .e-open-house .highlight-slider .e-open-slider button.slick-arrow:before {
        font-family: "lasalle-icons" !important;
        font-size: 20px;
        line-height: 30px; }
      .e-open-house .highlight-slider .e-open-slider button.slick-arrow.slick-prev {
        left: 0; }
        .e-open-house .highlight-slider .e-open-slider button.slick-arrow.slick-prev:before {
          content: "\e906"; }
      .e-open-house .highlight-slider .e-open-slider button.slick-arrow.slick-next {
        right: 0; }
        .e-open-house .highlight-slider .e-open-slider button.slick-arrow.slick-next:before {
          content: "\e905"; }
    .e-open-house .highlight-slider .e-open-slider ul.slick-dots {
      list-style: none;
      margin: 20px auto 0;
      padding: 0; }
      .e-open-house .highlight-slider .e-open-slider ul.slick-dots li {
        display: inline-block;
        margin: 0 3px; }
        .e-open-house .highlight-slider .e-open-slider ul.slick-dots li button {
          border: 1px solid #fff;
          border-radius: 50%;
          background: transparent;
          width: 6px;
          height: 6px;
          padding: 0;
          font-size: 0; }
        .e-open-house .highlight-slider .e-open-slider ul.slick-dots li.slick-active button {
          background: #fff;
          border-radius: 18px;
          width: 18px; }

@media only screen and (max-width: 991px) {
  .e-open-house .e-openhouse-banner-wrapper .banner-contant h2 {
    font-size: 40px;
    line-height: 43px; }
  .e-open-house .e-openhouse-banner-wrapper .banner-contant h1 {
    font-size: 70px; }
  .e-open-house .highlight-slider .e-open-slider img {
    height: 100%;
    width: auto; }
  .e-open-house .highlight-slider .e-open-slider .slide {
    min-height: 200px;
    overflow: hidden; } }
@media only screen and (max-width: 767px) {
  .e-open-house .e-openhouse-banner-wrapper .banner-contant h2 {
    font-size: 20px;
    line-height: 23px; }
  .e-open-house .e-openhouse-banner-wrapper .banner-contant h1 {
    font-size: 40px;
    margin-bottom: 10px; }
  .e-open-house .highlight-slider .e-open-slider img {
    height: 100%;
    width: auto; }
  .e-open-house .highlight-slider .e-open-slider .slide {
    min-height: 250px;
    overflow: hidden; }
  .e-open-house .highlight-slider .e-open-slider .slide-content {
    left: 0;
    top: 45%;
    transform: translateY(-50%); } }
@media only screen and (max-width: 576px) {
  .e-open-house .text-center {
    text-align: left; }
  .e-open-house .video-wrapper {
    width: auto;
    margin-left: -30px;
    margin-right: -30px; }
  .e-open-house .all-about-addmission ul {
    flex-direction: column; }
    .e-open-house .all-about-addmission ul li {
      margin-bottom: 40px; }
      .e-open-house .all-about-addmission ul li:last-child {
        margin-bottom: 0; }
      .e-open-house .all-about-addmission ul li a {
        font-size: 13px;
        line-height: 13px; }
  .e-open-house h3 {
    max-width: 244px; }
  .e-open-house .e-openhouse-banner-wrapper {
    background: url(../images/mobile-banner-bg.jpg) repeat-x left bottom; }
    .e-open-house .e-openhouse-banner-wrapper .banner-section img {
      max-width: 600px;
      display: none; }
      .e-open-house .e-openhouse-banner-wrapper .banner-section img.mobile-banner {
        display: block;
        margin: 0 auto; }
    .e-open-house .e-openhouse-banner-wrapper .banner-contant {
      left: 0;
      max-width: none;
      text-align: center;
      height: 100%;
      padding-top: 150px;
      width: 100%; }
      .e-open-house .e-openhouse-banner-wrapper .banner-contant h2 {
        font-size: 18px;
        line-height: 18.5px; }
      .e-open-house .e-openhouse-banner-wrapper .banner-contant h1 {
        font-size: 85px;
        margin-bottom: 108.5px; }
      .e-open-house .e-openhouse-banner-wrapper .banner-contant p {
        bottom: 45px;
        position: absolute;
        left: 0;
        transform: translateX(0%);
        width: 100%;
        text-align: left;
        padding-left: 32px;
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 0; }
      .e-open-house .e-openhouse-banner-wrapper .banner-contant p:last-child {
        margin-bottom: -20px; }
  .e-open-house .best-of-lasalle {
    padding-bottom: 50px; }
    .e-open-house .best-of-lasalle.pd-top {
      padding-top: 50px; }
  .e-open-house .submit-application {
    padding-top: 70px;
    padding-bottom: 60px; }
    .e-open-house .submit-application h3 {
      font-size: 28px;
      line-height: 30px; }
      .e-open-house .submit-application h3:before {
        width: 58px;
        top: -30px; }
  .e-open-house .mobile-banner-content {
    display: block; }
  .e-open-house .desktop-banner-content {
    display: none;
    margin-bottom: 40px; }
    .e-open-house .desktop-banner-content img {
      max-width: 370px; }
  .e-open-house .highlight-slider {
    padding: 50px 0; }
  .e-open-house .highlight-slider .e-open-slider {
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 20px; }
    .e-open-house .highlight-slider .e-open-slider button.slick-arrow {
      display: none; }
    .e-open-house .highlight-slider .e-open-slider ul.slick-dots {
      margin-top: 0; } }
@media only screen and (max-width: 480px) {
  .e-open-house .highlight-slider .e-open-slider img {
    display: none;
    height: 100%;
    width: 100%; }
    .e-open-house .highlight-slider .e-open-slider img.mobile-banner {
      display: block; }
  .e-open-house .highlight-slider .e-open-slider .slide {
    min-height: 254px;
    overflow: hidden; }
  .e-open-house .highlight-slider .e-open-slider .slide-content {
    left: 0; } }

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