/* a.nectar-button span, a.nectar-button{
	color:#000;
} */
h1 .color-blue,
h2 .color-blue,
h3 .color-blue,
h4 .color-blue,
h5 .color-blue,
h6 .color-blue,
span.color-blue
{
	color:#00B5DA;
}
h1 .color-red,
h2 .color-red,
h3 .color-red,
h4 .color-red,
h5 .color-red,
h6 .color-red,
span.color-red
{
	color:#FF4E36;
}
h1 .color-orange,
h2 .color-orange,
h3 .color-orange,
h4 .color-orange,
h5 .color-orange,
h6 .color-orange,
span.color-orange
{
	color:#FFB933;
}
h1 .color-yellow,
h2 .color-yellow,
h3 .color-yellow,
h4 .color-yellow,
h5 .color-yellow,
h6 .color-yellow,
span.color-yellow
{
	color:#FFEB93;
}
h1 .color-purple,
h2 .color-purple,
h3 .color-purple,
h4 .color-purple,
h5 .color-purple,
h6 .color-purple,
span.color-purple
{
	color: #B7A8E1;
}
h1 .color-dark-blue,
h2 .color-dark-blue,
h3 .color-dark-blue,
h4 .color-dark-blue,
h5 .color-dark-blue,
h6 .color-dark-blue,
a .color-dark-blue
span.color-dark-blue
{
	color: #0b505b;
}

.swiper-slide .button a{
	color:#000;
}

a.nectar-button{
	margin-top:20px;
}
.wpb_wrapper .wpb_text_column:not(:first-of-type){
	margin-top:20px;
}

@media only screen and (min-width:1000px){
    .align-right{
        text-align:right;
    }
}
.align-right-all-screens{
	text-align:right;
}

.gform_wrapper.gravity-theme .gform_previous_button.button{
	padding:12px 30px;
	background:#FEB932;
	color:#000;
	text-transform:uppercase;
}
.gform_next_button.button{
	padding:12px 30px;
	background:#04B5DA;
	color:#000;	
	text-transform:uppercase;
}

#footer-outer:before{
	content:'';
	height:400px;
	width:100%;
	background:url('/wp-content/uploads/2021/06/LCOP_Footer-2.png');
	background-position:left top;
	display:block;
	padding-top:75px;
	background-color:#fff;
}

#footer-outer #footer-widgets .widget h4, #footer-outer .col .widget_recent_entries span, #footer-outer .col .recent_posts_extra_widget .post-widget-text span{
	color:#fff !important;
}

#footer-outer .widget.gform_widget{
	background:#145c6c !important;
	padding:5%;
	border-radius:5px;
	
}