body.landing .module-43 {
    width: 60%;
    margin-top: 20px;
}
body.landing .module-43 .ry-container {
    max-width: 80%;   
}
body.landing  .module-43 .ry-right .ry-menu,
body.landing .ry-sticky-menu.fixed,
body.landing .module-43 .ry-right .ry-leads .ry-contact li:nth-child(2),
body.landing .module-43 .ry-right .ry-leads .ry-contact li:nth-child(3) {
    display: none;
}

body.landing .module-43 > .ry-container > .ry-flex {
    align-items: center;
}

body.landing .module-43 .ry-right .ry-leads .ry-contact li{
    background-color: #ffde58;
    color: #000;
    width: 210px;
}

.module-43 .ry-right .ry-leads .ry-contact li .contact__icon .icon__wrap {
    border-color: #000;
    background-color: #000;
    font-weight: 700;
}
body.landing .module-43 .ry-right .ry-leads .ry-contact li a {
    color: #000;
    font-weight: 700;
    letter-spacing: normal
}

body.landing .module-43 .ry-right .ry-leads .ry-contact li a::before {
    content: 'Santa Monica, CA';
    display: block;  
    font-weight: 400;  
}


body.landing .module-43 .ry-right .ry-leads .ry-contact li .call_us {
    display: none;
}

body.landing #hp-custom h2 {
    font-size: 60px;
}

#hp-custom-reviews {
    background-size: cover;
}

body.landing #hp-custom-welcome {
    background: none;
}

body.landing #hp-custom-welcome::before {
    display: none;
}

body.landing #hp-custom-welcome .ry-flex {
    justify-content: center;
}

body.landing #hp-custom-welcome #welcome-text {
    max-width: 1090px;
    width: 90%;
    text-align: center;
}

body.landing #hp-custom-welcome #welcome-text p{
    padding: 0 10vw;
}

body.landing #hp-custom-welcome #welcome-text h2::before {
    margin: 0 auto 10px;
}

body.landing #hp-custom-welcome #welcome-text h2::after {
    margin: 30px auto;
}

body.landing #hp-custom-welcome #welcome-text .hp-custom-btn:last-child {
    margin-left: 10px;
}

.landing-center-heading h2 {
    text-align: center !important;
}

.landing-center-heading h2::after {
    margin: 30px auto !important;
}

.landing-top {
    height: 100vh;
    min-height: 850px;
    background-color: #f6f6f6;
}

.landing-top-feature{
   width: 60%;
   background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-88a5128c-aaae-4122-b1ad-472be343579c/landing/hero_bg.jpg);
   background-size: cover;
   background-position: center;
}

.feature-text {
    position: absolute;
    bottom: 0;
    padding: 10% 15%;
}

.feature-text *{
    color: #fff;
}

.feature-text p {
    font-size: 24px;
}

.feature-text h1 {
    color: #ffde58;
    font-size: 70px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.feature-text h1 span {
    display: block;
    font-size: 30px;
}

.feature-text {
    font-size: 24px;
}

.landing-top-form {
    width: 40%;
    display: flex;
    align-items: center;
    background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-88a5128c-aaae-4122-b1ad-472be343579c/landing/form_bg.jpg);
    background-size: cover;
}

.landing-top-form .ry-content {
    padding: 8%;
}

.landing-top-form .ry-content form {
    padding: 10%;
    background-color: #fff;
}

.landing-top-form h2 {
    font-size: 35px !important;
}

.landing-top-form .visit-website {
    text-align: right;
    margin-bottom: 10px;    
}

.visit-website a {
    color: #75c9ca;
    text-transform: uppercase;
}
.visit-website a::after {
    content: '\f105';
    font-family: fontAwesome;
    margin-left: 5px;
}

.landing-top-form .form-row {
    display: flex;
}

.landing-top-form .form-row--submit [data-type="submit"]{    
    text-align: right;
}

.landing-top-form .hp-custom-btn {
    padding: 10px 30px !important;
}

.landing-top-form .form-row .form-group {
    padding: 5px;
}

.landing-top-form .form-row .form-control {
    border-color: #666;
    border-radius: 0;
    font-size: 22px;
    height: 60px;
}

.landing-top-form .form-row .form-group.has-error .form-control {
    border-color: #a94442;
}

.landing-top-form .form-row textarea.form-control {
    height: 250px;
}

.landing-top-form .form-row .form-control::placeholder {
    opacity: 0.5;
}

@media (max-width: 1680px) {
	.landing-top {
		height: auto;
	}
	#hp-custom-reviews {
		background-position: right;
	}
}
@media(max-width:1440px) {
    .landing-top-form .form-row .form-control {
        font-size: 18px;
        height: 40px;
    }  
    .landing-top-form h2 {
        font-size: 30px !important;
    }  
    .landing-top-form .form-row textarea {
        height: 150px;
    }
	.landing-about-affiliations {
		padding: 30px 0 0;
	}
}
@media(max-width:1280px){
    .feature-text h1 {
        font-size: 65px;
    }
    .feature-text h1 span {
        font-size: 20px;
    }
}

@media(max-width:1024px) {
    .feature-text h1 {
        font-size: 40px;
    }
    .feature-text h1 span {
        font-size: 18px;
    }
    .feature-text p {
        font-size: 18px;
        line-height: normal;
	}
	.landing-cta-section-2 .ry-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.landing-cta-section-2 .ry-flex .landing-cta-section-2-text {
		margin-bottom: 20px !important;
	}
}
/* CHANGES SIZES */
@media(max-width:1024px){
    .landing-top.ry-flex {
        flex-wrap: wrap;
        height: auto;
    }
    .landing-top-form, .landing-top-feature {
        width: 100%;
    }
    .feature-text {
        position: relative;
        padding: 60% 10% 50px;
    }
    body.landing #hp-custom h2 {
        font-size: 40px;
    }
    body.landing #hp-custom-welcome {
        padding-bottom: 0
    }
	/**/
	body.landing #theme2-smHeader {
		display: block !important;
	}
	body.landing .module-43 {
		display: none;
	}
}
@media (max-width: 1024px) and (min-width: 992px) {
	.feature-text {
		position: relative;
		padding: 60% 10% 50px;
		padding-top: calc(100vh - 76px - 100px);
	}
}
@media(max-width:600px){
    .feature-text h1 {
        font-size: 36px;
    }
    .feature-text h1 span {
        font-size: 16px;
    }
    .feature-text {
        position: relative;
        padding: 80% 5% 50px;
    }   
    .feature-text p {
        font-size: 16px;
    } 
    .landing-top-form .form-row {
        display: block;
    }
}

.landing-cta-section {
    padding: 100px 0 200px;
}

@media(min-width:1024px){
    .landing-cta-section h2 {
        max-width: 800px;
        margin: auto;
    }
}

.landing-cta-section::before {
    content: '';
    width: 100%;
    height: 50%;
    background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-88a5128c-aaae-4122-b1ad-472be343579c/hp_order_contacts/silver_abstract.png);
    position: absolute;
    bottom: 0;
    left: 0;
}

.landing-ctas {
    display: flex;    
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.landing-cta {
    width: calc( (100%/3) - 20px );
    max-width: 400px;
    height: 400px;
    background-color: #edf6f6;
    margin: 0 20px;
    border-style: solid;
    border-color: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-image-slice: 1;
    border-width: 5px;
    border-image-source: linear-gradient(to left, rgb(184, 184, 184), rgb(237, 237, 237), rgb(184, 184, 184), rgb(237, 237, 237));    
    transition: all .5s;
}

.landing-cta-icon {
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px #fff solid;
    border-bottom: 0;
}

.landing-cta-icon img {
    width: auto;    
}

.landing-cta-label {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 110%;
    height: 20%;    
    clear: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 2px #fff solid;
    border-top: 0;
    transition: all .5s;
}

.landing-cta-label a {
    text-transform: uppercase;
}

.landing-cta-label span {
    display: block;
    font-size: 13px;
}

.landing-cta:hover .landing-cta-label {
    background-color: #75c9ca;
}

.landing-about-section {
    padding: 80px 0 50px 0;
    background-color: #f6f6f6;
}

.landing-about-section .landing-center-heading{
    z-index: 2;
    position: relative;
    text-align: center;
}

.landing-about-photo {
    margin-top: -100px;
    z-index: 1;
    position: relative;
}

@media(min-width:1366px){
    .landing-about-section p {
        padding: 0 22%;
    }
}

.landing-about-affiliations {
    margin-top: -110px;
    z-index: 2;
}

.landing-about-section h3 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}

@media(max-width:1500px){
    .landing-cta {
        margin: 0 10px;
    }
}

@media(max-width:991px){
    .landing-ctas {
        flex-wrap: wrap;
    }
    .landing-cta {
        width: 45%;
        margin-bottom: 30px;
    }
    .landing-cta-section {
        padding: 50px 0;
    }
}

@media(max-width:600px){
    .landing-cta {
        width: 100%;    
        height: 350px;            
    }    
}

.about-logos {
    display: flex;
    align-items: center;
}

.about-logo img{
    width: auto; 
    display: block;
    margin: auto;    
}

@media(max-width:1440px) {
    .about-logo img {
        max-width: 60%;
    }
}

@media(max-width:991px) {
    .landing-about-affiliations {
        margin-top: 0;
    }
    .landing-about-photo {
        margin-top: 0;
    }
    .about-logos {
        flex-wrap: wrap;
    }
    .about-logo {
        width: 50%;
        margin-bottom: 30px;
    }
}


.landing-cta-section-2 {
    background-color: #000;
    padding: 50px 0;
}

.landing-cta-section-2 .ry-container {
    max-width: 1200px;
}

.landing-cta-section-2 .ry-flex {
    align-items: center;
    flex-wrap: wrap;
}

.landing-cta-section-2 h2 {
    color: #ffde58 !important;
    font-size: 36px !important;
    text-transform: unset !important;   
}

.landing-cta-section-2 h2::after {
    display: none !important;
}

.landing-cta-section-2 .hp-custom-btn {
    color: #fff !important;
    padding: 20px 30px !important;
}

@media(max-width:991px){
    .landing-cta-section-2 .ry-flex {
        justify-content: center;
    }
    .landing-cta-section-2 h2 {
        margin-bottom: 30px;
    }
    body.landing #hp-custom-welcome #welcome-text p{
        padding: 0
    }
}

@media(max-width:600px){
    body.landing #hp-custom h2 {
        font-size: 27px;
    }
    body.landing #hp-custom-welcome #welcome-text .hp-custom-btn:last-child {
        margin-left: 0;
        margin-top: 10px;
    }
}