p
{
	line-height: 1.5em !important;
}




.entry-content ul {
        padding-top: 10px;
        padding-right: 30px;
        padding-bottom: 10px;
        padding-left: 30px;
}


figure figcaption {
    font-style: normal;
	color:black;
    text-align: center;
    padding: 10px 10px;
    background-color: #ffffff;
}
figcaption {
    font-style: normal;
    text-align: center;
	color:black;
    padding: 10px 10px;
    background-color: #ffffff;
    margin-bottom: 20px;
}



section.slider-repeater .slides .slide .slider-content .slider-inner .slide-arrows {
	display:none !important;
}

/*
    MDaly: A temporary fix to align the slider images so the main focus of the
    image is not cut off from the top and/or bottom border
*/
section.slider-repeater .slides .owl-stage .owl-item:nth-child(4) .slide,
section.slider-repeater .slides .owl-stage .owl-item:nth-child(6) .slide {
    background-position: 50% top!important;
}

section.archive-page-content .content .entry-content .blog-archive-wrapper a .blog-single-title h2 {

    text-transform:  none !important
}



.elementor-post__title a {
    text-transform: none !important;
}





#main-body section .content .entry-content p:nth-child(1) {
    line-height: 1.5em !important;
}

h1              { font-size: 2.5em; margin: .67em 0 }
h2              { font-size: 2em; margin: .75em 0 }
h3              { font-size: 1.5em; margin: .83em 0 }
h4		          { margin: 1.12em 0 }
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }


.elementor-button.elementor-size-xl {
    font-size: 20px;
        padding-top: 25px;
        padding-right: 25px;
        padding-bottom: 25px;
        padding-left: 25px;
	 display: table-cell;
    vertical-align: middle;
	
	height: 120px;
	width: 300px;

}


/*Footer*/
section.footer-section .content {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}


/*MENU*/

aside h2.widget-title {
	color: #ffffff !important;
}


section.header-select .content .locate-link {
padding-left: 5px;
padding-right: 5px;
}

section.header-select .content .group-select {
	right: 10px!important;
}


section.header-select .content .charter-mark {
	display: none;	
}

.elementor-widget-icon-list .elementor-icon-list-item a:hover {

background-color: #13325e;
transition: .5s;
color: #fff;

}

.elementor-widget-icon-list .elementor-icon-list-item a::before {
    content: "\f054";
    position: absolute;
    top: 50%;
    left: 10px;
    font-family: fontAwesome;
     color:  #809cba;
   
    transform: translateY(-50%);

}

.elementor-widget-icon-list .elementor-icon-list-item a {
    padding-left: 40px;
    position: relative;
    display: block;
    padding: 15px 30px;
    border-bottom: 1px solid #95acc4;
color:#13325e;
    transition: .5s;
}



@media only screen and (min-width: 768px) {
	section.header-logo {
		height: 120px;	
	}
	
	section.header-select .content {
		position: relative;
	}
	
	section.header-logo .content a {
    	max-width: 75%;
	    display: block;
	}
	
	section.header-select .content .charter-mark {
		display: block;
		background-color: #fff;
	}
	
	section.header-select .content .locate-link {
		position: absolute;
		top: -128px;
		right: 10px;
		background-color: #ffffff;
		padding: 0 0;
		transition: .5s;
	}
}

@media only screen and (min-width: 1030px) {
	section.header-logo .content a {
    	max-width: 51%;
	}
	
	section.header-select .content .group-select {
		right: 130px!important;
	}
	
	section.header-select .content .locate-link {
		top: -117px;
	}
}

/** RCP Custom CSS **/

#rcp_user_login_wrap,
.rcp_subscription_fieldset, 
.rcp_registration_total {
    display: none;
}

.blockUI.blockOverlay {
	background-color: #0088d0 !important;
	opacity: 0.3 !important;
	box-shadow: 0 0 10px 1px #000 !important;
}

.rcp_form {
	width: 100%!important;
	max-width: 640px!important;
}

.rcp_form .form-message {
	background-color: #fff3cd;
	border: 1px solid #edd89a;
	border-radius: 6px;
	color: #664f12;
	padding: 8px 12px;
}

.rcp_error {
	border-radius: 6px!important;
    border: 1px solid #c00!important;
    margin: 0 0 10px!important;
    padding: 8 12px!important;
    background: #ffebe8!important;
    color: #333!important;
	width: 100%!important;
	max-width: 640px!important;
}

.rcp_form fieldset p {
	margin-bottom: 16px!important;
}

.rcp_form fieldset label {
	color: #333!important;
	margin-bottom: 5px!important;
}

.rcp_form fieldset input[type="text"],
.rcp_form fieldset input[type="password"] {
	border: 1px solid #999;
	border-radius: 4px!important;
	letter-spacing: normal!important;
	padding: 10px 10px!important;
	width: 100%!important;
}

.rcp_form input[type="submit"] {
	background-color: #809cba!important;
	border: none;
	border-radius: 4px!important;
	color: #ffffff!important;
	cursor: pointer!important;
	padding: 8px 18px;
}

.rcp_form input[type="submit"]:focus {
	outline: none!important;
}

@media only screen and (max-width: 768px) {
	.private-members-quick-links {
		margin: 0px 0px 0px!important;
	}
	
	.private-members-quick-links .elementor-element .elementor-widget-container {
		margin: 10px 0px 10px 0px!important;
	}
}


/** End RCP Custom CSS **/