@media only screen 
and (orientation : portrait) 
and (max-device-width : 1024px) 
and (min-device-width : 768px) 
{ 

	#explore .col {
	    width: 33.33333%;
	}
	
	#explore .col  .h3{
		font-size:29px;
	}

	#explore .col:nth-child(2),
	#explore .col:nth-child(3) {
	    background:#f9f9f9;
	}

	#explore .bg-stretch.col-bg-1{
		background-image: url("http://www.rmanj.com/wp-content/uploads/2016/08/img-01.jpg") !important;	
	}

	#explore .bg-stretch.col-bg-2{
		
	}
	
	#explore .bg-stretch.col-bg-1,
	#explore .bg-stretch.col-bg-2{	
	    background-position: -390px 0;
	    background-repeat: no-repeat;
	    background-color: #f9f9f9;
	    opacity: .5;
	}



}



@media only screen 
and (max-device-width : 1024px)
and (min-device-width : 768px) {

	
	.top-banner .text-holder{
		bottom:80px !important;
	}
}

@media (max-width:1300px){
	#header .static{
		max-width:200px;
	}
}

@media (max-width:1250px){
	#header .static{
		max-width:150px;
	}
	
}

@media (max-width:1100px){
	
	#header #nav > ul > li > a{
		font-size:11px;
	}
}


.mobile-top-menu{
	display:none;
}

@media (max-width:1024px){
	
	.top-banner.inner-banner {
    	padding: 200px 0 40px;
	}
	.mobile-menu {
		padding-top:170px;
	}
	
	#wrapper{
		min-height:initial;
		padding-top:40px;	
	}
	
	#header{
		top:40px;
	}
	
	.mobile-top-menu{
		display:block;
		top:0;
		position: fixed;
	    height: 40px;
	    width: 100%;
	    z-index: 125;
	    background:#fff;
        box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	}

	.mobile-top-menu .flex {
		display: flex;
		flex-direction: row;
		justify-content: space-evenly;
		height: 100%;
		line-height: 40px;
	}	
	
	.mobile-top-menu .flex .b{
		
	}
	
	.mobile-top-menu a{
		font: 600 14px/31px "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		color: #3b6ccb;

	}

	.mobile-top-menu i {
	    font-size: 17px;
	    display: inline-block;
	    vertical-align: -3px;
	    margin: 0 10px 0 0;	
	}
	
	.mobile-top-menu .tel {
	    font-weight: 700;
	    font-family: "Open Sans", "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}
	
}

@media (max-width:500px){
	.mobile-top-menu a{
		font-size:12px;
	}
	.mobile-top-menu i {
		
	}

}


@media (max-width:320px){
	.graph-holder {
	    padding: 10px 0;
	}
	.graph-holder .inner-wrap{
	    padding: 10px 0;
	}
	.mobile-top-menu a{
		font-size:10px;
	}
}

/* RMA Nurses Layout */

.contact-info-holder.img .image{
	text-align:center;
}

.contact-info-holder.img .image img{
	width: 100%;
    margin-bottom: 20px;
}

.contact-info-holder.img .bio{
	margin-top:10px;
}


.contact-info-holder.img .bio p{
	margin-bottom:5px;
}

.contact-info-holder.img .bio{
		white-space:normal;
}

.contact-info-holder.ajax .collapseomatic_content {

}

@media (min-width:768px){
	.contact-info-holder.img .image{
	    float: left;
	    max-width: 150px;
	    padding-right: 10px;
	}
	
	.contact-info-holder.img .image img{
		margin-bottom:5px;
	}
	
	.contact-info-holder.img li span{
		white-space:normal;
		display:inline;
	}
	
	.contact-info-holder.img li.hasimg:after{
		display:none;
	}
	
}

.payment-subform {
		padding: 10px;
		border: 2px double;
	}
.payment-form {
	display: table;
	margin: 3px;
}
.payment-subform input, .payment-subform label {
	display: table-cell;
}
.payment-subform-line {
	display: table-row;
}
label.payment-subform-inline, input.payment-subform-inline {
	display: inline;
}
#pjHiddenErrorMessage {
	color: red;
	display: none;
}

.payment-subform-line .jcf-select{
	height:40px;
	margin:3px;
	padding:5px;
    border: 1px solid #999;
    max-width:170px;
}

.payment-subform-line .jcf-select .jcf-select-text{
    font-weight: normal;
    text-transform: capitalize;
    font-size: 16px;
}

.page-id-6247 .jcf-list{
	border: 1px solid #999;
    font-size: 16px;
    text-transform: capitalize;
    padding: 0 13px;
}

.page-id-6247 .jcf-list .jcf-option{
	padding:0;
	margin:0;
}