.ry-horizontal-line {
    padding: 2em !important;
    border-bottom: 1px solid rgba(74, 92, 120, 0.10);
    margin-bottom: 20px !important;
}

.modal button.btn.btn-primary {
	text-align: center !important;
}

.pp {
    padding-right: 1em;
    position: relative;
    top: 10px;
    max-width: 200px;
    float: right;
}


@media (max-width:1199px) {
	
	.pp {
		padding-right: 0;
	}c



	.col-xs-12.paypal-wrap {
		position: absolute;
		bottom: -8em;
		right: 0;
	}
}

.north-valley-logo-wrap {
    max-width: 140px;
    padding: 10px !important;
}

#ry-sidebar .ry-link-wrp .ry-link-item {
   flex-wrap: wrap;
}
#ry-sidebar ul.dropdown-menu {
   position: relative;
   width: 100%;
}

#ry-sidebar .ry-link-wrp .ry-link-item a:hover {
	color: #a6d28a !important;
}

#ry-sidebar .ry-link-wrp .ry-link-item:after { 
	display: none !important;
}

.bnr-heading {
    width: 800px;
    padding: 10px;
}

#ry-section-hero .bnr-textbox span.span-1 {
    text-shadow: 0.7px 0.8px #5b5b5b;
}

@media (min-width: 1600px){
	#ry-section-hero .bnr-textbox h1 {
		font-size: 50px !important;
	}
}

@media (max-width: 1599px){
#ry-section-hero .bnr-textbox h1 {
    font-size: calc(20px + 35 * ((100vw - 320px)/ 1280)) !important;
}