/*  section.cawsey_image_with_text {
/*   position: relative;
overflow: hidden;
}

.cawsey_image_with_text .cawsey_two_container_main {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -11%;
}
body.popup-active section.cawsey_image_with_text {
z-index: 0 !important;
}

.cawsey_image_with_text .cawsey_img img {
width: 100%;
display: block;
-o-object-fit: cover;
object-fit: cover;
}
.cawsey_image_with_text .cawsey_text_contents .cawsey_text p{
font-size:20px;
font-weight:500;
color:#000000;
margin-bottom: 24px;
}
.cawsey_image_with_text .cawsey_text_contents .cawsey_text p:last-child{
margin-bottom:15px;
}
.cawsey_image_with_text .cawsey_text_contents .cawsey_text {
position: relative;
}
.cawsey_image_with_text .cawsey_text_contents{
padding-bottom: 120px;
padding-top:80px;
position: relative;
z-index: 1;
} */

/* .cawsey_image_with_text .cawsey_image_container {
-ms-flex-preferred-size: 53.5%;
flex-basis: 53.5%;
margin-right: 4.8%; 
}
.cawsey_image_with_text .cawsey_text_contents {
-ms-flex-preferred-size: 39%;
flex-basis: 39%;
margin-left: 2.6%;
}


@media(max-width:767px){
.cawsey_image_with_text .cawsey_two_container_main{
display:block;
margin:0;
}
.cawsey_image_with_text .cawsey_image_container{
margin-right: 0%;
max-height:unset;
flex-basis:100%;
min-height: 500px; 
}
.cawsey_image_with_text .cawsey_text_contents{
padding-bottom: 0px;
padding-top:40px;
}
.cawsey_image_with_text .cawsey_text_contents {
flex-basis:100%;
margin-left:0;
padding-bottom: 40px;
}
.cawsey_image_with_text .cawsey_image_container{
min-height: 370px;
}
}  */ */

.equal-height-container > .row-fluid-wrapper > .row-fluid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media(max-width:767px){
  .equal-height-container > .row-fluid-wrapper > .row-fluid {
    display: block;
    display: -webkit-block;

  }
}