/************************
 *
 * #Columns
 *
 * **************************/
 
 .one-col,
 .two-col,
 .three-col,
 .four-col,
 .five-col,
 .six-col {
   flex-wrap: wrap;
   margin-left: -15px;
   margin-right: -15px;
 }
 
 .col-outer {
   padding: 15px;
 }
 
 .two-col > * {
   width: calc(100% / 2);
 }
 
 .three-col > * {
   width: calc(100% / 3);
 }


.four-col > * {
  width: calc(100% / 4 );
}

@media (max-width: 991px) {
  .footer-row-3 .four-col > * {
    width: 100%;
    margin: 0 0 30px;
    text-align: left;
  }
}




.service-listing > .col-outer {
  margin-bottom: 0px;
    width: 100%;
    max-width: calc((100% / 4) - 4px);
    display: inline-block;
    vertical-align: top;
    box-shadow: none;
    padding: 15px;
	position: relative;
}



.three-col > * {
  width: calc(100% / 3 );
}



@media (max-width: 991px) {
  .service-listing > .col-outer {
      max-width: calc((100% / 3) - 4px);
    }
      
      
  .four-col > * {
    width: calc(100% / 2 );

  }

  .three-col > * {
    width: calc(100% / 2);

  }
  
  .service-listing > * {
    width: calc(100% / 2 );

  }
  

}

@media (max-width: 767px) {

    .three-col > * {
    width: calc(100%);
    margin: 15px;
  }
    .two-col > *,
  .service-listing > * {
  width: calc(100%);
  margin: 0px;
}

.service-listing > .col-outer {
    max-width: calc((100% / 2) - 4px);
  }

}

@media (max-width: 540px) {
  .service-listing > .col-outer {
    max-width: 100%;
  }
  .four-col > .contact-details {
    width: 100%;
  }
}



@media (max-width: 420px) {
  .four-col > * {
    width: 100%;
  }
  
  .col-outer {
    padding: 7.5px 15px;
  }
}



/************************
 *
 * #Locations
 *
 * **************************/

 
 .locations-padding-top {
   padding-top: 90px;
 }
 
 @media (max-width: 767px) {
   .locations-padding-top {
     padding-top: 0px;
   }
 }
 
  .searchandfilter select,
  .searchandfilter input {
   background: #ffffff;
   box-shadow: none;
   border: 1px solid #0080c5;
   border-radius: 3px;
   padding: 10px;
   height: 50px;
   margin: 0 15px;
   color: #0080c5;
   line-height: 1;
 }
 
  .searchandfilter select {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
}

.sonas .searchandfilter select.sf-input-select {
  min-width: 222px;
}

 .searchandfilter [data-sf-field-input-type="select"] label {
   position: relative;
 }

 .searchandfilter [data-sf-field-input-type="select"] label:after {
   position: absolute;
   right: 28px;
   top: 21px;
   content: "";
   display: block !important;
   background-image: url('../img/select-arrow.svg');
   background-size: cover;
   width: 14px;
   height: 8px;
   
 }
 
 .sonas .searchandfilter ul {
     padding: 0;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     justify-content: center;
 }
 

 
 .searchandfilter ul li {
   margin: 0 5px !important;
 }
 
 @media (max-width: 767px) {
 .sonas    .searchandfilter ul {
      display: block;
      text-align: center;
      flex-direction: column;
 }
   .searchandfilter label,
   .searchandfilter ul li input,
   .searchandfilter ul li select {
     width: 100%;
     max-width: 280px;
     margin-left: 0;
   }
}

.post-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}


.job-listing,
.location-listing {
  justify-content: center;
}

.post-il,
.award-il,
.job-il,
.location-il {
  text-align: center;
  background: #ffffff;
  border-radius: 6px;
  overflow: hidden;
  -webkit-transition: .15s ease;
  transition: .15s ease;
  transform: translatey(0px);
  padding-bottom: 0px;
  margin-bottom: 10px !important;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.location-il {
  padding-bottom: 50px;
}


.location-il .shell-mask {
  content: "";
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left:0;
  z-index: 1;
  -webkit-transition: .9s cubic-bezier(0.42, 0, 0.09, 1.02);
  transition: .9s cubic-bezier(0.42, 0, 0.09, 1.02);
  transform-origin: center;
  transform: rotate(0deg) scale(1.03);
}

.location-il .thumbnail-il {
  max-width: 340px;
  margin: 0 auto;
	min-height: 200px;
  transform-origin: center;
  -webkit-transition: .9s cubic-bezier(0.42, 0, 0.09, 1.02);
  transition: .9s cubic-bezier(0.42, 0, 0.09, 1.02);
}


.location-il:hover .shell-mask {
  transform: rotate(7deg) scale(1.17);
}




.post-il,
.award-il {
  padding-bottom: 0;
}
.award-details,
.post-info-il,
.location-info-il {
  padding: 20px 20px 25px;
}

.location-info-il {
  padding-top: 0px;
}
.award-details {
  color: #fff;
  background-color: #0080c5;
}


.location-il .button-container  {
  position: absolute;
  text-align: center;
  bottom: 10px;
  display: inline-block;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.award-il:hover,
.job-il:hover {
  transform: translatey(-5px); 
}

.post-il {
	padding: 20px;
}


.job-il {
  padding: 20px 20px 65px;
}

.job-il .button-container {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}


.post-il hr,
.award-il hr,
.job-il hr {
  margin: 0 auto;
  border: 0;
  border-bottom: 2px solid #b41a89;
  max-width: 80px;
  margin-bottom: 20px;
}

.award-title {
  font-size: 25px;
  line-height: 1.2;
}


.award-short-description {
  font-size: 22px;
  line-height: 1.2;
}

.award-short-description {
  font-weight: 300;
  font-style: italic;
}

.retirement-cta {
  position: absolute;
  bottom: 0;
  right: 30px;
  background: #0080c5;
  z-index: 3;
  max-width: 220px;
  padding: 20px;
  border-radius: 3px 3px 0 0;
  text-align: center;
}

.sonas-header .retirement-cta p {
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 20px;
}


a.header-text-link  {
  margin: 20px 0;
  display: inline-block;
}

a.header-text-link span {
  border-bottom: 1px solid #fff;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

a:hover.header-text-link span {
	border-bottom: 1px solid #b41a89;
}

.purple-bg a:hover.header-text-link span {
	border-bottom: 1px solid #0080c5;
}


/**************

#Slider

**************/

.sonas-slider {
  opacity: 0;
  overflow: visible;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}
.slick-track {
  display: flex !important;
}

.slick-slide {
  height: auto !important;
}

.sonas-slider.slick-initialized  {
  opacity: 1;
}

.slide {
  height: 100%;
  overflow: hidden;
}

.slick-list,
.slick-track,
.sonas-header .lhs,
.sonas-header .boxed-width {
  height: 100%;
}

.sonas-header .lhs {
  justify-content: center;
  flex-direction: column;
  position: relative; 
  z-index: 2;
  overflow: visible;
}



.sonas-head p {
  font-size: 22px;
  line-height: 1.28;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 45px !important;
}

.modal-lhs {
width: 480px;
flex-direction: column;
padding: 40px;
height: 100%;
overflow-y: scroll;
justify-content: center;
padding-top: 5%;

}

.modal-rhs,
.rhs-image-bg {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width:  66%;
    display: block;
    background-size: cover;
    background-position: left;
  }
    
.modal-rhs {
  width: calc(100% - 480px);
  
}

.sonas-header {
  color:#fff;
  z-index: 3;
}



.sonas-header .boxed-width {
  position: relative;
  z-index: 1;
}

.slider-logo {
  width: 270px;
}

.sonas-header .lhs {
  max-width: 33%;
}

.page-head {
  color: #fff;
}



.purple-bg  {
  background: #b41a89;
}

.location-head h1 {
  font-size: 37px;
  margin-bottom: 10px;
}



.sonas-header.location-head hr {
  margin-bottom: 20px;

}

.sonas-header.purple-bg hr {
  border-bottom: 2px solid #fff;

}


.sonas-header {
  color: #fff;
}

.sonas-header p {
  margin: 20px 0 35px !important;
  font-size: 20px;

}
.sonas-header.location-head p {
  margin-top: 0px !important;

}

.location-head.slide p {
  margin-top: 0;
}


.sonas-header.light p a {
  border-bottom-width: 2px;
  padding-bottom: 3px;
}

.sonas-header.purple-bg.light p a {
  border-bottom-color: #0080c5;
}
.sonas-header.purple-bg.light p a:hover {
  border-bottom-color: #fff;
}

.location-head .lhs {
  padding: 90px 0;

}

.sonas-header .lhs {
    padding: 120px 0 150px;
}


.rhs-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}


@media (max-width: 1100px) {
  .slider-logo {
    width: 200px;
  }
  
  .sonas-header p {font-size: 20px;}
  
  .sonas-header .lhs {
    max-width: 33%;
  }
  
  .sonas-header .lhs:after {
    width: 180px;
    right: -179px;  
  }
  
  .sonas-slider {
    min-height: 300px;
    display: none;
}

.rhs-image-bg {
width: 75%  
}

  
}


@media (min-width: 1600px) {
  .sonas-header .lhs {
  max-width: 30%;
}


  .rhs-image-bg {
    width: 67%;
}

}

@media (min-width: 1800px) {
  .sonas-header .lhs {
  max-width: 33%;
}


  .rhs-image-bg {
    width: 55%;
}

}


@media (max-width: 767px) {
  
  .slider-logo {
    max-width: 160px;
  }
  
.sonas-header p {
  margin: 20px 0 !important;
}
  .sonas-slider {
    height: auto;
  }
  

  .sonas-header .lhs {
      padding: 20px 0 35px;
  }
  
  .single-nursing_home  .sonas-header .lhs {
        padding: 40px 0 55px;
    }


  
  .rhs-image-bg {
    height: 200px;
  width: 100%;
  
}

.sonas-slider .slick-prev:focus, 
.sonas-slider .slick-next:focus, 
.sonas-slider .slick-prev, .slick-next {

}
  

  
.sonas-header.post-head,
.sonas-header.page-head {
    display: flex;
    flex-direction: column;
  }
  
  .post-head .rhs-image-bg,
  .page-head .rhs-image-bg {
    width: 100%;
  }
  
  .post-head,
  .page-head {
    padding: 0;
  }
  
   .rhs-image-bg {
     position: relative;
   }

.rhs-wrapper {
    position: relative;
    height: auto;
  }
  

  .slide .rhs-wrapper {
    height: 270px;
  }
  
  .post-head .slide-colour-bg,
  .page-head .slide-colour-bg {
    display: none;
  }
  
  .sonas-header .lhs {
    max-width: 100%;
  }
  
  .modal-rhs {
    display: none
  }
  
  .modal-lhs {
    width: 100%;
    padding: 90px 20px 20px;
    overflow-x: hidden;
    max-width: 100vw;
  }
  
  .close-modal {
    top: 11px;
    right: 16px;
    background: #b41a89;
    
  }
  
  

}





/*---------------------

#Services / #Gridder

---------------------*/

.gridder {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.gridder-content {
	display: none;
}

.gridder-list {
    display: inline-block;
    vertical-align: top;
		box-shadow: none;
}

.gridder-list img{
	width: 100%;
	height: auto;
}

.gridder-show strong {
  font-weight: 600;
  color: #fff;
}

.gridder-show {
    display: block;
    float: left;
    position: relative;
		font-size: 18px;
    background: #0080c5;
		padding: 40px;
    width: calc(100% - 20px);
		margin: 10px;
		max-width: 1215px;
		box-shadow: none;
    color: #fff;
    margin-bottom: 30px;
    border-radius: 6px;
    text-align: left;
    box-shadow: 5px 5px 5px rgba(0, 28, 97, .1);
}


.gridder-show a,
.gridder-show p a {
  color: #fff;
}

.gridder-show a:hover,
.gridder-show p a:hover {
  color: #b41a89;
}


.gridder-show.loading {
    background: #fff;
}

.gridder-list {

}

.gridder-list img {
	font-size: 0;
}

.gridder-navigation .gridder-nav.disabled {
    opacity: .5
}

.gridder-list {
    cursor: pointer
}

.hasSelectedItem .gridder-list.selectedItem {
    opacity: 1;
		position: relative;
}

.gridder-list:hover  a.button, 
.hasSelectedItem .gridder-list.selectedItem a.button {
  background: #b41a89;
    color: #fff;
    border: 2px solid #b41a89;
}



.gridder-close{
	position: absolute;
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	right: -25px;
	top: -25px;
	cursor: pointer;
}

.gridder-close:after,
.gridder-close:before {
  width: 2px;
  height: 30px;
  content: "";
  
}

.gridder-nav {
	display: none
}

.gridder-expanded-content {

}

.disable-card {
  pointer-events: none;
}

h2.service-name-show {
  font-size: 22px;
}


.service-listing {
  justify-content: center;
  text-align: center;
}

.service-listing h2 {
  margin-bottom: 10px;
}

.service-card {
  text-align: center;
  margin-bottom: 35px;
}

.gridder-expanded-content > *:last-child {
  margin-bottom: 0;
}



.service-img {
  max-width: 185px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
}


.service-text {
  padding-bottom: 70px;
  
}

.service-text .button-container {
  position: absolute;
  bottom: 20px;
  display: block;
  width: 100%;
  text-align: center;
}

.main-services {
  justify-content: center;
  margin-top: 30px;
}


.main-services .service-img {
    max-width: 250px;
  }

  .service-il {
    text-align: center;
    margin-bottom: 30px !important;
	  cursor: pointer;
	  position: relative;
  }
  
  .service-il  .service-name {
    height:56px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    
  }
  
    .service-il-text {
      max-width: 200px;
      margin: 15px auto 0;
      
    }

/**************

#Team

**************/

.team-row {
  background: #0080c5; 
}



.team-listing {
  justify-content: center;
}



.team-show .gridder-show {
    background: #fff;
    color: #0080c5;
	max-width: calc(100% - 30px);
	margin: 15px;
}

h2.team-name-show {
  font-size: 22px;
  margin-bottom: 20px;
}



.team-listing.gridder .col-outer {
  width: calc((100% / 3) - 3px);
}

.team-listing.gridder {
text-align: center;
}

.team-card {
  background: #fff;
  height: 100%;
  border-radius: 3px;
  padding: 20px 15px 30px;;
  text-align: center;
  -webkit-transition: .15s ease;
  transition: .15s ease;
  transform: translatey(0px);
  box-shadow: 0 0 0 rgba(0,0,0,0);
} 

.team-text {
  height: 140px;
}


.team-card p {
  font-size: 20px;
	margin-bottom: 10px;
}


.team-card:hover {
transform: translatey(-5px);
box-shadow: 10px 10px 0 rgba(0,0,0,.05);
}

h4.team-name {
  color: #0080c5;
  margin-bottom: 10px;
}

.team-img {
  border-radius: 50%;
  overflow: hidden;
  max-width: 170px;
  margin: 0 auto 20px;
}

@media (max-width: 960px ) {
	.team-listing.gridder .col-outer {
  width: calc((100% / 2) - 3px);
}
}

@media (max-width: 767px ) {
	.team-listing.gridder .col-outer {
  width:100%
}
	
	.team-text {
  height: auto
}
}



/**************

#Testimonials

**************/

 hr {
  border: 0;
  border-bottom: 2px solid #b41a89;
  width: 60%;
  margin-left: 0;
  margin-right: auto;
}

.sonas-testimonials .slick-prev:focus, 
.sonas-testimonials .slick-next:focus, 
.sonas-testimonials .slick-prev, 
.sonas-testimonials .slick-next {
  bottom: 60px;
  right: 60px;
}

.testimonial-row:after{
  display: block;
  content: "";
  position: absolute;
   background: rgb(20,120,190);
background: -moz-linear-gradient(90deg, rgba(20,120,190,0.75) 0%, rgba(20,120,190,0.4990371148459384) 47%, rgba(20,120,190,.4) 60%);
background: -webkit-linear-gradient(90deg, rgba(20,120,190,0.75) 0%, rgba(20,120,190,0.4990371148459384) 47%, rgba(20,120,190,.4) 60%);
background: linear-gradient(90deg, rgba(20,120,190,0.75) 0%, rgba(20,120,190,0.4990371148459384) 47%, rgba(20,120,190,.4) 60%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1478be",endColorstr="#1478be",GradientType=1);
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}


.testimonial-row .wpb_wrapper {
  z-index: 2;
}

.slick-list {
  overflow-y: visible !important;
}

.testimonial-row .wpb_content_element {
  overflow: visible;
  margin-bottom: 0 !important;
}

.testimonial-row .vc_column-inner {
  padding-top: 0 !important;
}

.sonas-testimonials {
  position: relative;
  opacity: 0;
  z-index: 1;
}

.show .sonas-testimonials {
    opacity: 1;
}

.testimonial-content {
  width: 50%;
  max-width: 500px;
}

.testimonial-right .testimonial-content {
  margin-left: auto;

}

.testimonial-quote {
  font-size: 30px;
  font-weight: 100;
  font-style: italic;
  color: #fff;
  padding-top: 70px;
  padding-bottom: 50px;
}

.testimonial-quote:before {
  position: absolute;
  content: "";
  display: block;
  width: 58px;
  height: 44px;
  background-size: cover;
  background-image: url('../img/testimonial-quote-mark.svg');
  top: 0px;
}

.testimonial-meta {
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
}

.testimonial-slide {
	background-size: cover;
	background-position: center;
}

.testimonial-slide:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  background: rgb(20,120,190);
  background: -moz-linear-gradient(90deg, rgba(20,120,190,0.75) 0%, rgba(20,120,190,0.4990371148459384) 47%, rgba(20,120,190,.4) 60%);
  background: -webkit-linear-gradient(90deg, rgba(20,120,190,0.75) 0%, rgba(20,120,190,0.4990371148459384) 47%, rgba(20,120,190,.4) 60%);
  background: linear-gradient(90deg, rgba(20,120,190,0.75) 0%, rgba(20,120,190,0.4990371148459384) 47%, rgba(20,120,190,.4) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1478be",endColorstr="#1478be",GradientType=1);
}

.testimonial-slide > * {
  position: relative;
  z-index: 2;
}

@media (max-width: 1130px) {
  .sonas-testimonials .slick-next {
      right: 25px;
  }
  
  .testimonial-right .testimonial-content {
    margin-left: 0;

  }
  
}

@media (max-width: 767px) {
  .testimonial-content {
    width: 100%;
}

.sonas-testimonials .slick-next {
  -webkit-transform: scale(.7);
  transform: scale(.7);
}

.sonas-testimonials .slick-next {
    bottom: 25px;
    right: 25px;
}


.testimonial-quote {
  font-size: 22px;
  padding-top: 50px;
  padding-bottom: 30px;
}

.testimonial-quote:before {
  width: 40px;
  height: 30px;
}

.testimonial-meta {
  padding-right: 30px;
}

}


/*---------------------

#Maps

---------------------*/

.acf-map {
    width: 100%;
    height: 500px;
    border:0
    margin: 0;
}

.acf-map img {
}

.acf-map .gm-style .gm-style-iw-c {
  background: #0080c5;
  color: #fff;
  border-radius: 3px;
  padding: 10px 20px 0 10px !important;
  min-width: 280px;
  min-height: 160px;
  font-family: 'LMC';
  overflow: hidden;
}

.acf-map .gm-style .gm-style-iw-c a {
  color: #fff;
  text-decoration: underline;
}
.acf-map .gm-style .gm-style-iw-c a.button {
  background: transparent;
  border: 2px solid #fff;
  text-decoration: none;
  margin: 15px 0 !important;
}

.acf-map .gm-style .gm-style-iw-c a.button:hover {
    background: #b41a89;
      border: 2px solid #b41a89;
    }

.acf-map .gm-style .gm-style-iw-c .gm-style-iw-d {
  overflow: hidden !important;
}

.acf-map .gm-style .gm-style-iw-t::after {
  background: linear-gradient(45deg,rgba(20,130,190,1) 50%,rgba(20,130,190,1) 51%,rgba(20,130,190,1) 100%);
  box-shadow: none;
}

.map-info-lhs,
.map-info-rhs {
  float: left;
}
.map-info-lhs {
  width: 70px;
}

.map-info-rhs {
  width: calc(100% - 70px);
}

.map-img-il img {
  border-radius: 50%;
  overflow: hidden
}


.acf-map button[title="Close"] img {
  display: none !important;
}


button.gm-ui-hover-effect > img {
  display: none !important;
}
button.gm-ui-hover-effect {
  opacity: 1 !important;
  height: 43px !important;
  width: 43px !important;
}

button.gm-ui-hover-effect:before,
button.gm-ui-hover-effect:after {
  display: block;
  content: "";
  position: absolute;
  width: 2px;
  height: 18px;
  background: #fff;
  top: 12px;
  right: 18px;

}

button.gm-ui-hover-effect:hover:before,
button.gm-ui-hover-effect:hover:after {
  -webkit-animation: colour-animate-bg .4s linear infinite;
  animation: colour-animate-bg .4s linear infinite;  
}

button.gm-ui-hover-effect:before {
  transform: rotate(45deg);
}
button.gm-ui-hover-effect:after {
  transform: rotate(-45deg);
}




/**************

#Gallery

**************/ 
.sonas-gallery {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.gallery-image { 
  width: calc(100% / 3); 
  padding: 7.5px;
	display: inline-block;
}

@media (max-width: 767px) {
  .gallery-image { 
    width: calc(100% / 2); 
  }
}

.sl-wrapper .sl-close {
position: absolute;
top: 15px;
font-size: 0 !important;
right: 30px;
width: 50px !important;
height: 50px !important;
border-radius: 50%;
background: #0080c5;
cursor: pointer;
-webkit-transition: .2s ease;
transition: .2s ease;
}

.sl-wrapper .sl-close:hover {
  background: #b41a89;
  opacity: 1 !important;
}

.sl-wrapper .sl-close:before,
.sl-wrapper .sl-close:after {
  width: 3px;
      z-index: 1;
      height: 30px;
      background: white;
      content: "";
      display: block;
      position: absolute;
      top: 10px;
      right: 23px;
}

.sl-wrapper .sl-close:before {
  transform: rotate(45deg);
}

.sl-wrapper .sl-close:after {
  transform: rotate(-45deg);
}

.sonas .sl-wrapper .sl-counter {
  color:  #0080c5;
}

.sonas .sl-wrapper .sl-navigation button.sl-next,
.sonas .sl-wrapper .sl-navigation button.sl-prev {
  font-size: 0 !important;
  background-image: url('../img/blue-arrow-right.svg');
  background-size: cover;
  width: 21px;
  height: 40px;
}

.sonas .sl-overlay {
  background-color: rgba(255,255,255,.9);
}

.sonas .sl-wrapper .sl-navigation button.sl-prev {
  transform: rotate(180deg);
}


/********************

#Location list

******************/

.location-list {
  flex-direction: column;
}

.location-list-il {
  flex-direction: row;
}

.location-list-il:nth-child(even){
    flex-direction: row-reverse;
}


.location-list-il > * {
  width: 50%;
  align-items: center;
  justify-content: center;
  min-height: 100%; 
}

.location-list-il-lhs {
  flex-direction: column;
  align-items: flex-start;
  margin: 0 auto;
}

.location-list-il-lhs {
  padding: 0 100px 0 0;
}

.location-list-il-rhs {
  padding: 10px;
}

.location-list-il-rhs a {
  width: 100%;
  text-align: center;
}

.location-list-il-rhs a {
align-items: center;
justify-content: center;
}

.location-list-il:nth-child(even) .location-list-il-lhs {
  padding: 0 0px 0 100px;
}

.location-list-il-img {
  width: 100%;
  position: relative;
  max-width: 400px;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 7px 7px 7px rgba(0,0,0,.15);
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.location-list-il-img:hover {
  transform: translateY(-10px);
}

.location-list-il-img:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

@media (max-width: 1200px) {
  .location-list-il-lhs {
    padding: 0 30px 0 0;
  }
  
  .location-list-il:nth-child(even) .location-list-il-lhs {
    padding: 0 0px 0 30px;
  }

  
}

@media (max-width: 960px) {
  .location-list-il:nth-child(even),
  .location-list-il {
    flex-direction: column-reverse;
  }
  
  .location-list-il > * {
    width: 100%;
    min-height: auto; 
  }
  
  .location-list-il-lhs,
  .location-list-il:nth-child(even) .location-list-il-lhs {
    padding: 45px 0;
    max-width: 400px;
    margin: 0 auto;
  }

  
}

.map-row {
  flex-direction: row;
}

.map-row > * {
  width: 50%;
}

.map-row .map-text-col {
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 90px 90px 60px 15px;
  margin: 0 0 0 auto;
  max-width: 550px;
}

@media (max-width: 767px) {
  .map-row {
    flex-direction: column;
  }

  .map-row > * {
    width: 100%;
  }
  .map-row .map-text-col {
  max-width: 100%;
    padding: 45px 15px;
}
}




/*-------------------

#Careers row

-------------------*/

.careers-row {
  flex-direction: row;
}

.careers-row > * {
  width: 50%;
}


.careers-row .careers-text-col {
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 90px 15px 60px 90px;
  margin: 0 auto 0 0;
  max-width: 550px;
}

.careers-image-col {
  background-size: cover;
  background-position: center center;
}

@media (max-width: 767px) {
  
  .careers-image-col {
    height: 300px;
  }
  
  .careers-row {
    flex-direction: column;
  }

  .careers-row > * {
    width: 100%;
  }
  .careers-row .careers-text-col {
  max-width: 100%;
    padding: 45px 15px;
}
}
