/*
Hompage Specific Styling.
*/
/*
Global Variables

@import this file at the top of each page 
template file to make variables available.
*/
/*
Mixins

Add mixins to any css page using @include

e.g.
.element{
	@include transition( background .2s ease-out )
}
*/
.site-logo {
  display: none;
}
.site-logo.home-logo {
  display: block;
}

#home-banner {
  display: block;
  width: 100%;
  position: relative;
  margin-top: -206px;
  padding-top: 206px;
  z-index: 55;
  background-color: #2291cf;
}
#home-banner .home-banner-content {
  position: relative;
  z-index: 5;
  padding: 7% 0 calc(5% + 120px) 10%;
}
@media screen and (max-width: 1125px) {
  #home-banner .home-banner-content {
    padding: 13% 7% calc(5% + 120px) 7%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1100px) {
  #home-banner .home-banner-content {
    padding: 160px 7% 5% 7%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 800px) {
  #home-banner .home-banner-content {
    padding: calc(125px + 45px) 5% 45px 5%;
  }
}
#home-banner .home-banner-content .primary-heading, #home-banner .home-banner-content p {
  color: white;
}
#home-banner .home-banner-content .primary-heading {
  width: 100%;
  max-width: 650px;
}
@media screen and (max-width: 1280px) {
  #home-banner .home-banner-content .primary-heading {
    max-width: 550px;
  }
}
#home-banner .home-banner-content p {
  width: 100%;
  max-width: 525px;
}
#home-banner .home-banner-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}

#main {
  position: relative;
  z-index: 50;
}

.overlap-block .column-wrap {
  position: relative;
}
.overlap-block .column-wrap:after {
  content: "";
  position: absolute;
  top: 100px;
  bottom: 100px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 3px;
  background: #e8c137;
  display: block;
}
@media screen and (max-width: 800px) {
  .overlap-block .column-wrap:after {
    display: none;
  }
}

section.home-events {
  margin: 0 4% 0 4%;
  background: #2291cf url("/wp-content/themes/shishalh/images/shell/watermark.png") left -35px top -45px no-repeat;
  background-size: auto 100%;
  color: white;
  padding: 50px 6% 40px 6%;
  z-index: 5;
  position: relative;
  bottom: -200px;
}
@media screen and (max-width: 1125px) {
  section.home-events {
    display: none;
  }
}
section.home-events .custom-button {
  clear: both;
  margin-top: 20px;
  float: right;
}
section.home-events .home-events-inner {
  position: relative;
  clear: both;
}
section.home-events .home-events-inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 25%;
  bottom: 0;
  width: 2px;
  height: 100%;
  background: #1c7aae;
}
@media screen and (max-width: 1500px) {
  section.home-events .home-events-inner::after {
    right: 30%;
  }
}
@media screen and (max-width: 1400px) {
  section.home-events .home-events-inner::after {
    right: 40%;
    height: auto;
    top: 75px;
  }
}
section.home-events .secondary-heading,
section.home-events .newsbox,
section.home-events .eventbox {
  float: left;
  display: block;
}
section.home-events .secondary-heading {
  width: 25%;
  padding-right: 5%;
}
@media screen and (max-width: 1400px) {
  section.home-events .secondary-heading {
    width: 100%;
    padding: 0;
    clear: both;
    float: none;
  }
}
section.home-events .newsbox {
  width: 50%;
  padding-right: 55px;
}
@media screen and (max-width: 1500px) {
  section.home-events .newsbox {
    width: 45%;
  }
}
@media screen and (max-width: 1400px) {
  section.home-events .newsbox {
    width: 60%;
  }
}
section.home-events .newsbox .newsbox-date {
  font-size: 14px;
  text-transform: uppercase;
}
section.home-events .newsbox .newsbox-subheading {
  font-size: 18px;
  padding-bottom: 5px;
}
section.home-events .newsbox p {
  margin-bottom: 0;
}
section.home-events .eventbox {
  padding-left: 55px;
  width: 25%;
}
@media screen and (max-width: 1500px) {
  section.home-events .eventbox {
    width: 30%;
  }
}
@media screen and (max-width: 1400px) {
  section.home-events .eventbox {
    width: 40%;
  }
}
section.home-events .eventbox .eventbox-date {
  font-size: 67px;
  font-family: "Montserrat", Helvetica, Roboto, Arial, sans-serif;
  line-height: 1;
  width: 50%;
  float: left;
  text-align: center;
  width: 100px;
}
section.home-events .eventbox .eventbox-date span {
  font-family: "Barlow", Helvetica, Roboto, Arial, sans-serif;
  display: block;
  clear: both;
  font-size: 16px;
  margin-top: 3px;
  font-weight: 600;
}
section.home-events .eventbox .eventbox-subheading {
  width: calc(100% - 100px);
  float: right;
  padding-left: 20px;
}
section.home-events .eventbox .eventbox-subheading a {
  color: white;
}
section.home-events .eventbox .eventbox-subheading a:hover {
  color: #e8c137;
}

section.home-feed {
  margin: 0 10% 0 10%;
  z-index: 99;
  position: relative;
  margin-top: -120px;
  display: flex;
}
@media screen and (max-width: 1600px) {
  section.home-feed {
    bottom: auto;
    margin: 0 5%;
    margin-top: -120px;
  }
}
@media screen and (max-width: 1100px) {
  section.home-feed {
    bottom: auto;
    margin: 0px;
  }
}
@media screen and (max-width: 800px) {
  section.home-feed {
    flex-wrap: wrap;
  }
}
section.home-feed .home-news {
  background: #2291cf url("/wp-content/themes/shishalh/images/shell/watermark.png") left -35px top -45px no-repeat;
  background-size: auto 100%;
  color: white;
  flex: 0 0 70%;
  padding: 30px 30px 30px 50px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  section.home-feed .home-news {
    flex: 0 0 60%;
  }
}
@media screen and (max-width: 800px) {
  section.home-feed .home-news {
    flex: 0 0 100%;
    padding: 30px 15px 20px 30px;
  }
}
section.home-feed .home-news .home-election-title {
  margin: 0px 0px 5px 0px;
}
section.home-feed .home-news > .custom-link {
  position: absolute;
  right: 50px;
  top: 35px;
}
section.home-feed .home-news > .custom-link a {
  color: white;
}
section.home-feed .home-news > .custom-link a:hover {
  color: #e8c137;
}
section.home-feed .home-news .post-list {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0px 0px 0px;
}
section.home-feed .home-news .post-list .post {
  flex: 0 0 33.3333%;
  padding: 0px 30px 0px 0px;
}
@media screen and (max-width: 1000px) {
  section.home-feed .home-news .post-list .post {
    flex: 0 0 50%;
  }
}
section.home-feed .home-news .post-list .post .title {
  padding-bottom: 5px;
  line-height: 1.5;
  display: block;
}
section.home-feed .home-news .post-list .post a {
  color: white;
}
section.home-feed .home-news .post-list .post a:hover {
  color: #e8c137;
}
section.home-feed .home-news .post-list .post .custom-link a {
  margin-bottom: 18px;
}
section.home-feed .home-cal {
  flex: 0 0 30%;
  padding: 0px 30px 30px 30px;
  background: white;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1000px) {
  section.home-feed .home-cal {
    flex: 0 0 40%;
  }
}
@media screen and (max-width: 800px) {
  section.home-feed .home-cal {
    flex: 0 0 100%;
    background: #f1f1f1;
    padding: 15px;
  }
}
section.home-feed .home-cal .wp-calendar-nav {
  display: none;
}
section.home-feed .home-cal .wp-calendar-table {
  max-width: 350px;
  margin: 0 auto 1.5em auto;
}
section.home-feed .home-cal .wp-calendar-table caption {
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 7px;
}
section.home-feed .home-cal .wp-calendar-table th {
  color: #2291cf;
  padding: 3px;
}
section.home-feed .home-cal .wp-calendar-table td {
  padding: 3px;
}
section.home-feed .home-cal .solid-button {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
section.home-feed .home-cal .solid-button a {
  margin: 0px 0px 10px 0px;
}

.swapper-wrap {
  width: 100%;
}
.swapper-wrap .content-imgs {
  background: #f6f6f6;
}
@media screen and (max-width: 1100px) {
  .swapper-wrap .content-imgs {
    display: none;
  }
}
.swapper-wrap .content-imgs .content-img {
  height: 450px;
  background: center center no-repeat;
  background-size: cover;
}
.swapper-wrap .content-imgs .slick-list {
  width: 100%;
  z-index: 99;
  position: relative;
}
.swapper-wrap .content-swap {
  display: flex;
  align-items: flex-end;
  height: 270px;
}
@media screen and (max-width: 1100px) {
  .swapper-wrap .content-swap {
    flex-wrap: wrap;
    align-items: stretch;
    height: auto;
  }
}
.swapper-wrap .content-swap .content {
  background: white;
  color: #2b2b2b;
  padding: 0px 35px 15px 35px;
  width: 25%;
}
.swapper-wrap .content-swap .content:nth-child(odd) {
  background: #E8E8E8;
}
@media screen and (max-width: 1100px) {
  .swapper-wrap .content-swap .content:nth-child(odd) {
    background: #E8E8E8 !important;
  }
}
@media screen and (max-width: 1100px) {
  .swapper-wrap .content-swap .content:nth-child(odd) .content-main {
    background: #E8E8E8 !important;
  }
}
.swapper-wrap .content-swap .content:nth-child(odd) .content-main:after {
  background-image: linear-gradient(rgba(232, 232, 232, 0), #e8e8e8);
}
@media screen and (max-width: 1280px) {
  .swapper-wrap .content-swap .content {
    padding: 10px 30px 10px 30px;
  }
}
@media screen and (max-width: 1100px) {
  .swapper-wrap .content-swap .content {
    width: 50%;
    padding: 0px;
  }
}
@media screen and (max-width: 700px) {
  .swapper-wrap .content-swap .content {
    width: 100%;
  }
}
.swapper-wrap .content-swap .content .mobile-img {
  display: none;
}
@media screen and (max-width: 1100px) {
  .swapper-wrap .content-swap .content .mobile-img {
    display: block;
    padding-top: 60%;
    width: 100%;
    background: center center no-repeat;
  }
}
@media screen and (max-width: 700px) {
  .swapper-wrap .content-swap .content .mobile-img {
    padding-top: 50%;
  }
}
@media screen and (max-width: 1100px) {
  .swapper-wrap .content-swap .content .custom-link {
    padding-left: 30px;
  }
}
.swapper-wrap .content-swap .content .content-main {
  height: 230px;
  overflow: hidden;
  position: relative;
  transition: height 0.6s ease-out;
}
@media screen and (max-width: 1100px) {
  .swapper-wrap .content-swap .content .content-main {
    height: auto;
    padding: 10px 30px 10px 30px;
  }
}
@media screen and (max-width: 1600px) {
  .swapper-wrap .content-swap .content .content-main .secondary-heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 1280px) {
  .swapper-wrap .content-swap .content .content-main .secondary-heading {
    font-size: 18px;
  }
}
@media screen and (max-width: 1500px) {
  .swapper-wrap .content-swap .content .content-main p {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1280px) {
  .swapper-wrap .content-swap .content .content-main p {
    font-size: 15px;
  }
}
.swapper-wrap .content-swap .content .content-main:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 80px;
  background-image: linear-gradient(rgba(255, 255, 255, 0), white);
}
@media screen and (max-width: 1100px) {
  .swapper-wrap .content-swap .content .content-main:after {
    display: none;
  }
}
.swapper-wrap .content-swap .active {
  color: white;
  position: relative;
  background: #2291cf !important;
}
@media screen and (max-width: 1100px) {
  .swapper-wrap .content-swap .active {
    background: white !important;
    color: #2b2b2b;
  }
}
.swapper-wrap .content-swap .active a {
  color: white;
}
@media screen and (max-width: 1100px) {
  .swapper-wrap .content-swap .active a {
    color: inherit;
  }
}
.swapper-wrap .content-swap .active a:hover {
  color: #e8c137;
}
.swapper-wrap .content-swap .active .content-main {
  position: relative;
  z-index: 99;
  background: #2291cf;
  height: 460px;
}
@media screen and (max-width: 1100px) {
  .swapper-wrap .content-swap .active .content-main {
    height: auto;
    background: white;
  }
}
.swapper-wrap .content-swap .active .content-main:after {
  opacity: 0;
  background-image: linear-gradient(rgba(34, 145, 207, 0), #2291cf);
}
.swapper-wrap .slick-dots {
  position: absolute;
  width: 50%;
  padding: 30px 105px 40px 30px;
  top: 0;
  left: 0;
  background: #e8e8e8;
  list-style-type: none;
  z-index: 99;
  margin: 0px;
  display: flex;
  height: 98px;
  justify-content: center;
}
@media screen and (max-width: 1550px) {
  .swapper-wrap .slick-dots {
    padding: 30px 30px 40px 30px;
  }
}
@media screen and (max-width: 1200px) {
  .swapper-wrap .slick-dots {
    width: calc(100%);
    padding-right: 220px;
  }
}
@media screen and (max-width: 800px) {
  .swapper-wrap .slick-dots {
    display: none;
    visibility: hidden;
    z-index: -99999;
  }
}
.swapper-wrap .slick-dots li {
  padding: 0px;
  display: inline-block;
}
.swapper-wrap .slick-dots li:after {
  display: none;
}
.swapper-wrap .slick-dots li:not(:last-of-type) {
  margin-right: 40px;
}
@media screen and (max-width: 1550px) {
  .swapper-wrap .slick-dots li:not(:last-of-type) {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .swapper-wrap .slick-dots li:not(:last-of-type) {
    margin-right: 5%;
  }
}
@media screen and (max-width: 900px) {
  .swapper-wrap .slick-dots li:not(:last-of-type) {
    margin-right: 30px;
  }
}
.swapper-wrap .slick-dots li a {
  position: relative;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 800;
  opacity: 0.25;
  color: #2b2b2b;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 1300px) {
  .swapper-wrap .slick-dots li a {
    font-size: 14px;
    margin-top: 3px;
  }
}
.swapper-wrap .slick-dots li a:hover {
  opacity: 1;
  color: #2b2b2b;
}
.swapper-wrap .slick-dots li a:hover:after {
  opacity: 1;
  transform: none;
}
.swapper-wrap .slick-dots li a:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0px;
  right: 0px;
  height: 4px;
  background: #e8c137;
  opacity: 0;
  transform: translateY(10px);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.swapper-wrap .slick-dots li.slick-active a {
  opacity: 1;
}
.swapper-wrap .slick-dots li.slick-active a:after {
  opacity: 1;
  transform: none;
}
.swapper-wrap .slick-prev {
  top: 0;
  left: 50%;
  background: #e8c137 url("/wp-content/themes/shishalh/images/shell/arrow-white-left.svg") center center no-repeat;
  -webkit-background-size: 12px;
  -moz-background-size: 12px;
  -o-background-size: 12px;
  background-size: 12px;
  z-index: 5;
}
@media screen and (max-width: 1200px) {
  .swapper-wrap .slick-prev {
    left: initial;
    right: 100px;
  }
}
@media screen and (max-width: 800px) {
  .swapper-wrap .slick-prev {
    left: 0;
    right: initial;
    -webkit-background-size: 8px;
    -moz-background-size: 8px;
    -o-background-size: 8px;
    background-size: 8px;
  }
}
.swapper-wrap .slick-next {
  top: 0;
  left: calc(50% + 100px);
  z-index: 105;
  border: 0;
  background: #e8c137 url("/wp-content/themes/shishalh/images/shell/arrow-white.svg") center center no-repeat;
  -webkit-background-size: 12px;
  -moz-background-size: 12px;
  -o-background-size: 12px;
  background-size: 12px;
  z-index: 5;
}
@media screen and (max-width: 1200px) {
  .swapper-wrap .slick-next {
    left: initial;
    right: 0;
  }
}
@media screen and (max-width: 800px) {
  .swapper-wrap .slick-next {
    left: 61px;
    right: initial;
    -webkit-background-size: 8px;
    -moz-background-size: 8px;
    -o-background-size: 8px;
    background-size: 8px;
  }
}
.swapper-wrap .slick-prev, .swapper-wrap .slick-next {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 98px;
  height: 98px;
  position: absolute;
  font-size: 0;
  z-index: 105;
  border: 0;
}
@media screen and (max-width: 800px) {
  .swapper-wrap .slick-prev, .swapper-wrap .slick-next {
    width: 60px;
    height: 60px;
  }
}
.swapper-wrap .slick-prev:after, .swapper-wrap .slick-next:after {
  content: "";
  background: url("/wp-content/themes/shishalh/images/shell/wave.png") center left -88px no-repeat;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.swapper-wrap .slick-prev:hover, .swapper-wrap .slick-next:hover {
  background-color: #2291cf;
}

.home-cta {
  display: flex;
  flex-wrap: wrap;
}
.home-cta .cta-text {
  flex: 0 0 50%;
  padding: 5% 7%;
  background: white;
}
@media screen and (max-width: 800px) {
  .home-cta .cta-text {
    flex: 0 0 100%;
  }
}
.home-cta .cta-img {
  background: center center no-repeat;
  background-size: cover;
  flex: 0 0 50%;
}
@media screen and (max-width: 800px) {
  .home-cta .cta-img {
    flex: 0 0 100%;
    padding-top: 55%;
  }
}

section.home-events.mobile-events {
  display: none;
  bottom: initial;
  margin: 0;
  padding: 60px 10%;
}
@media screen and (max-width: 1125px) {
  section.home-events.mobile-events {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  section.home-events.mobile-events {
    padding: 45px 5% 45px 5%;
  }
}
section.home-events.mobile-events .custom-button {
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  section.home-events.mobile-events .home-events-inner::after {
    display: none;
  }
}
section.home-events.mobile-events .newsbox {
  padding-right: 30px;
}
@media screen and (max-width: 800px) {
  section.home-events.mobile-events .newsbox {
    padding-right: 0;
    width: 100%;
    clear: both;
    border-bottom: 2px solid #1c7aae;
    padding-bottom: 20px;
  }
}
section.home-events.mobile-events .eventbox {
  padding-left: 30px;
}
@media screen and (max-width: 800px) {
  section.home-events.mobile-events .eventbox {
    padding-left: 0;
    width: 100%;
    clear: both;
    padding-top: 30px;
  }
}
section.home-events.mobile-events .eventbox .eventbox-date {
  font-size: 50px;
  width: 75px;
}
@media screen and (max-width: 800px) {
  section.home-events.mobile-events .eventbox .eventbox-date {
    font-size: 60px;
    width: 100px;
  }
}
section.home-events.mobile-events .eventbox .eventbox-subheading {
  width: calc(100% - 75px);
}
@media screen and (max-width: 800px) {
  section.home-events.mobile-events .eventbox .eventbox-subheading {
    width: calc(100% - 100px);
  }
}

.home-top {
  position: relative;
}

@media screen and (max-width: 1125px) {
  section.home-about-content.two-col {
    margin-top: 0;
    padding-top: 0;
  }
}
section.home-about-content.two-col .col-6:first-of-type {
  padding: 100px 7% 100px 10%;
}
@media screen and (max-width: 1400px) {
  section.home-about-content.two-col .col-6:first-of-type {
    padding: 75px 7% 75px 10%;
  }
}
@media screen and (max-width: 1200px) {
  section.home-about-content.two-col .col-6:first-of-type {
    padding: 40px 5% 30px 7%;
  }
}
@media screen and (max-width: 1125px) {
  section.home-about-content.two-col .col-6:first-of-type {
    padding: 20px 5% 20px 7%;
  }
}
@media screen and (max-width: 800px) {
  section.home-about-content.two-col .col-6:first-of-type {
    padding: 20px 6%;
  }
}
section.home-about-content.two-col .col-6:last-of-type {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 50%;
  top: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 800px) {
  section.home-about-content.two-col .col-6:last-of-type {
    display: none;
  }
}

section.home-language-content.two-col {
  position: relative;
}
@media screen and (max-width: 1125px) {
  section.home-language-content.two-col {
    margin-top: 0;
    padding-top: 0;
  }
}
section.home-language-content.two-col .col-6:last-of-type {
  padding: 100px 7% 100px 10%;
}
@media screen and (max-width: 1400px) {
  section.home-language-content.two-col .col-6:last-of-type {
    padding: 75px 7% 75px 10%;
  }
}
@media screen and (max-width: 1200px) {
  section.home-language-content.two-col .col-6:last-of-type {
    padding: 40px 5% 30px 7%;
  }
}
@media screen and (max-width: 1125px) {
  section.home-language-content.two-col .col-6:last-of-type {
    padding: 20px 5% 20px 7%;
  }
}
@media screen and (max-width: 800px) {
  section.home-language-content.two-col .col-6:last-of-type {
    padding: 20px 6%;
  }
}
section.home-language-content.two-col .col-6:first-of-type {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 50%;
  top: 0;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 800px) {
  section.home-language-content.two-col .col-6:first-of-type {
    width: 100%;
    padding-top: 40%;
    position: relative;
  }
}

section.home-community-content.two-col {
  position: relative;
  display: none;
}
section.home-community-content.two-col .col-6:first-of-type {
  float: right;
  padding: 100px 10% 100px 7%;
}
@media screen and (max-width: 1400px) {
  section.home-community-content.two-col .col-6:first-of-type {
    padding: 75px 10% 75px 7%;
  }
}
@media screen and (max-width: 1125px) {
  section.home-community-content.two-col .col-6:first-of-type {
    padding: 60px 10% 60px 7%;
  }
}
@media screen and (max-width: 800px) {
  section.home-community-content.two-col .col-6:first-of-type {
    padding: 45px 5% 45px 5%;
  }
}
section.home-community-content.two-col .col-6:last-of-type {
  position: absolute;
  width: 50%;
  top: 0;
  left: 0;
  bottom: 0;
  background: #e8c137;
  padding: 0;
}
@media screen and (max-width: 800px) {
  section.home-community-content.two-col .col-6:last-of-type {
    width: 100%;
    position: relative;
    clear: both;
    top: initial;
    left: initial;
    bottom: initial;
  }
}
section.home-community-content.two-col .portal-wrap {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 800px) {
  section.home-community-content.two-col .portal-wrap {
    position: relative;
    top: initial;
    left: initial;
    bottom: initial;
    background: #e8c137;
  }
}
section.home-community-content.two-col .portal-wrap .portal {
  display: block;
  color: white;
  float: left;
  width: 50%;
  overflow: hidden;
  min-height: 175px;
}
@media screen and (max-width: 800px) {
  section.home-community-content.two-col .portal-wrap .portal {
    line-height: 1.35;
  }
}
section.home-community-content.two-col .portal-wrap .portal:hover {
  color: white;
}
section.home-community-content.two-col .portal-wrap .portal:hover .portal-content:after {
  transform: translate(20px, -50%);
  opacity: 0;
}
section.home-community-content.two-col .portal-wrap .portal:hover .portal-bg {
  opacity: 0.7;
}
section.home-community-content.two-col .portal-wrap .portal:first-of-type {
  position: absolute;
  width: 50%;
  top: 0;
  left: 0;
  bottom: 50%;
}
@media screen and (max-width: 800px) {
  section.home-community-content.two-col .portal-wrap .portal:first-of-type {
    position: relative;
    top: initial;
    left: initial;
    bottom: initial;
  }
}
section.home-community-content.two-col .portal-wrap .portal:nth-of-type(2) {
  position: absolute;
  width: 50%;
  top: 0;
  right: 0;
  bottom: 50%;
}
@media screen and (max-width: 800px) {
  section.home-community-content.two-col .portal-wrap .portal:nth-of-type(2) {
    position: relative;
    top: initial;
    left: initial;
    bottom: initial;
  }
}
section.home-community-content.two-col .portal-wrap .portal:nth-of-type(3) {
  position: absolute;
  width: 50%;
  top: 50%;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 800px) {
  section.home-community-content.two-col .portal-wrap .portal:nth-of-type(3) {
    position: relative;
    top: initial;
    left: initial;
    bottom: initial;
  }
}
section.home-community-content.two-col .portal-wrap .portal:last-of-type {
  position: absolute;
  width: 50%;
  top: 50%;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 800px) {
  section.home-community-content.two-col .portal-wrap .portal:last-of-type {
    position: relative;
    top: initial;
    left: initial;
    bottom: initial;
  }
}
section.home-community-content.two-col .portal-wrap .portal .portal-content {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  font-size: 18px;
  font-family: "Barlow", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
}
section.home-community-content.two-col .portal-wrap .portal .portal-content:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  background: url("/wp-content/themes/shishalh/images/shell/arrow-white.svg") right center no-repeat;
  -webkit-background-size: 10px;
  -moz-background-size: 10px;
  -o-background-size: 10px;
  background-size: 11px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
section.home-community-content.two-col .portal-wrap .portal .portal-bg {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.25;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.slider-block {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  min-height: 690px;
}
.slider-block .slider-intro {
  padding: 60px 7% 80px 10%;
  width: calc(55% - 180px);
}
@media screen and (max-width: 1400px) {
  .slider-block .slider-intro {
    width: calc(50% - 141px);
    padding: 60px 60px 50px 10%;
  }
}
@media screen and (max-width: 1200px) {
  .slider-block .slider-intro {
    padding: 40px 40px 30px 7%;
    width: calc(50% - 121px);
  }
}
@media screen and (max-width: 1020px) {
  .slider-block .slider-intro {
    width: 100%;
    float: none;
    padding: 0px 7% 0px 7%;
    position: relative;
  }
}
@media screen and (max-width: 800px) {
  .slider-block .slider-intro .slick-slide {
    min-height: 0;
  }
}
@media screen and (max-width: 1020px) {
  .slider-block .slider-intro .slick-dots {
    display: block;
    width: 100%;
  }
  .slider-block .slider-intro .slick-dots li {
    display: inline-block;
    float: left;
    width: 50%;
  }
  .slider-block .slider-intro .slick-dots li:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 700px) {
  .slider-block .slider-intro .slick-dots li {
    clear: left;
    width: 100%;
  }
}
.slider-block .slider-intro .slider-text {
  position: relative;
  padding: 20px 0 0 0;
}
.slider-block .slider-intro .slider-text .content {
  position: relative;
  cursor: pointer;
  font-size: 18px;
  font-weight: 800;
  display: inline-block;
  opacity: 0.25;
  color: #2b2b2b;
  max-width: 300px;
  margin: 0 0 30px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 800px) {
  .slider-block .slider-intro .slider-text .content {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.slider-block .slider-intro .slider-text .content.active {
  opacity: 1;
  color: #2b2b2b;
}
.slider-block .slider-intro .slider-text .content.active:after {
  opacity: 1;
  transform: none;
}
.slider-block .slider-intro .slider-text .content:hover {
  color: #2b2b2b;
  opacity: 1;
}
.slider-block .slider-intro .slider-text .content:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0px;
  right: 0px;
  height: 4px;
  background: #e8c137;
  opacity: 0;
  transform: translateY(10px);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.slider-block .slider-intro .slider-text .slick-current a, .slider-block .slider-intro .slider-text .slick-active a {
  opacity: 1;
  color: #2b2b2b;
}
.slider-block .slider-intro .slider-text .slick-current a:after, .slider-block .slider-intro .slider-text .slick-active a:after {
  opacity: 1;
  transform: none;
}
@media screen and (max-width: 1020px) {
  .slider-block .slider-intro .slider-text {
    top: auto;
    transform: none;
  }
}
.slider-block .slider-wrap {
  width: calc(45% + 180px);
  background: #e3e3e3;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .slider-block .slider-wrap {
    width: calc(50% + 141px);
  }
}
@media screen and (max-width: 1200px) {
  .slider-block .slider-wrap {
    width: calc(50% + 121px);
  }
}
@media screen and (max-width: 1020px) {
  .slider-block .slider-wrap {
    width: 100%;
    float: none;
    min-height: 600px;
  }
}
@media screen and (max-width: 800px) {
  .slider-block .slider-wrap {
    min-height: 700px;
  }
}
@media screen and (max-width: 500px) {
  .slider-block .slider-wrap {
    min-height: 750px;
  }
}
.slider-block .slider-wrap .slider-inner {
  opacity: 0;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 1020px) {
  .slider-block .slider-wrap .slider-inner {
    padding: 75px 0px;
  }
}
.slider-block .slider-wrap .slider-inner.active {
  opacity: 1;
  z-index: 999;
}
.slider-block .slider-wrap .slick-slide {
  transform-origin: 50% 50%;
  transform: scale(0.8);
  min-height: initial;
  opacity: 0.5;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.slider-block .slider-wrap .slick-slide:focus {
  outline: none;
}
.slider-block .slider-wrap div .single {
  background: white;
  padding: 30px 50px 30px 50px;
  border-top: 10px solid #e8c137;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 1200px) {
  .slider-block .slider-wrap div .single {
    padding: 15px 30px 20px 30px;
  }
}
@media screen and (max-width: 800px) {
  .slider-block .slider-wrap div .single {
    padding: 10px 25px 20px 25px;
  }
}
.slider-block .slider-wrap .slick-track {
  display: flex;
  align-content: center;
}
.slider-block .slider-wrap .slide-title {
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 16px;
  color: #e8c137;
}
@media screen and (max-width: 1020px) {
  .slider-block .slider-wrap .slide-title {
    font-size: 14px;
  }
}
.slider-block .slider-wrap .slick-current, .slider-block .slider-wrap .slick-active {
  opacity: 1;
  transform: scale(1);
}
.slider-block .slider-wrap .slick-current .single, .slider-block .slider-wrap .slick-active .single {
  border-top: 10px solid #e8c137;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1200px) {
  .slider-block .slider-wrap .slick-current .single, .slider-block .slider-wrap .slick-active .single {
    border-top: 8px solid #e8c137;
  }
}
.slider-block .slider-wrap .slick-current, .slider-block .slider-wrap .slick-active {
  opacity: 1;
  transform: scale(1);
}
.slider-block .slider-wrap .slick-current .single, .slider-block .slider-wrap .slick-active .single {
  border-top: 10px solid #e8c137;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1200px) {
  .slider-block .slider-wrap .slick-current .single, .slider-block .slider-wrap .slick-active .single {
    border-top: 8px solid #e8c137;
  }
}
.slider-block .slider-wrap .slick-prev, .slider-block .slider-wrap .slick-next {
  position: absolute;
  top: 0px;
  left: 100px;
  font-size: 0px;
  width: 98px;
  height: 98px;
  border: none;
  background: #e8c137 url("/wp-content/themes/shishalh/images/shell/arrow-white.svg") center center no-repeat;
  -webkit-background-size: 12px;
  -moz-background-size: 12px;
  -o-background-size: 12px;
  background-size: 12px;
  z-index: 99;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -ms-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
@media screen and (max-width: 1400px) {
  .slider-block .slider-wrap .slick-prev, .slider-block .slider-wrap .slick-next {
    width: 70px;
    height: 70px;
    left: 72px;
  }
}
@media screen and (max-width: 1200px) {
  .slider-block .slider-wrap .slick-prev, .slider-block .slider-wrap .slick-next {
    width: 60px;
    height: 60px;
    left: 61px;
    -webkit-background-size: 10px;
    -moz-background-size: 10px;
    -o-background-size: 10px;
    background-size: 10px;
  }
}
.slider-block .slider-wrap .slick-prev:hover, .slider-block .slider-wrap .slick-next:hover {
  background-color: #2291cf;
  /*
  			&:after{
  				opacity: 0;
  			}
  */
}
.slider-block .slider-wrap .slick-prev:after, .slider-block .slider-wrap .slick-next:after {
  content: "";
  background: url("/wp-content/themes/shishalh/images/shell/wave.png") center left -88px no-repeat;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
@media screen and (max-width: 1400px) {
  .slider-block .slider-wrap .slick-prev:after, .slider-block .slider-wrap .slick-next:after {
    background: url("/wp-content/themes/shishalh/images/shell/wave.png") center left -70px no-repeat;
  }
}
@media screen and (max-width: 1200px) {
  .slider-block .slider-wrap .slick-prev:after, .slider-block .slider-wrap .slick-next:after {
    background: url("/wp-content/themes/shishalh/images/shell/wave.png") center left -60px no-repeat;
  }
}
.slider-block .slider-wrap .slick-prev {
  left: 0px;
  background: #e8c137 url("/wp-content/themes/shishalh/images/shell/arrow-white-left.svg") center center no-repeat;
  -webkit-background-size: 12px;
  -moz-background-size: 12px;
  -o-background-size: 12px;
  background-size: 12px;
}
@media screen and (max-width: 1400px) {
  .slider-block .slider-wrap .slick-prev {
    left: 0px;
  }
}
@media screen and (max-width: 1200px) {
  .slider-block .slider-wrap .slick-prev {
    left: 0px;
    -webkit-background-size: 10px;
    -moz-background-size: 10px;
    -o-background-size: 10px;
    background-size: 10px;
  }
}
.slider-block .slider-wrap .slick-prev:after {
  content: "";
  background: url("/wp-content/themes/shishalh/images/shell/wave.png") center left no-repeat;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

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