/* Responsive Homepage Styles */

@media only screen and (max-width: 767px) {
    div.blockWrap_a4ca6feb5f40459583c4d34c55c9e81b {
        background-color: #D37F8E;
        background-image: none;
    }
}

.frameContent iframe { 
    height: 75vh;
    width: 100%; 
    border: none; 
}

/* Our Surrogacy Program Page */

.block_f8df4da1cd9241f6b5d96f11bc8205bb ul {
    padding-bottom: 0;
}

.block_d72b1abd044d4462bbc326bcac5b70a0 ul {
    margin-top: -17px;
}

@media only screen and (max-width: 430px) {
    div.surrogate-form {
      max-width: 350px;
      margin-left: 10px;
      margin-right: 10px;
    }
}

/* Equalize Simple List Blocks*/

/* Change item class here */
.items_b464b910f32a487fb79e3a2cf33f0ad4 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_b464b910f32a487fb79e3a2cf33f0ad4 > .item {
	display: flex;
	flex-direction: column;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul, .navContent ul li:first-child ul {
        max-width: 350px;
    }
}