/* Modal background */
.rrmodal {
	z-index: 95 ;
    display: none ; /* Hidden by default */
    position: fixed ;
    top: 50% ;
    left: 50% ;
    transform: translate(-50%, -50%) !Important;
    width: 100% ; /* Full width */
    height: 100% ; /* Full height */
    overflow: auto ; /* Enable scroll if needed */
    background-color: rgba(0,0,0,0.75); /* Black w/ opacity */
}

/* Modal content */
.rrmodal-content {
	border-radius: 5px;
    background-color: #323232;
    margin: 5% auto; /* 15% from the top and centered */
	top: 15%;
    padding: 20px;
/*    border: 1px solid #888;*/
    width: 65%; /* Could be more or less, depending on screen size */
    position: relative;
}
.rrmodal-content > H2{
width:100%;
	text-align: center;
	color: white;

}
.rrflex{    
	display: flex;
	flex-wrap: wrap;
/*	height: 250px; /* Example height for the container */
	align-items:center;
	justify-content:center;

}

.rrflexbutton{
	display:flex;
	flex-wrap:wrap;
	height:100px;
	border-radius:5px;
	padding: 0px;
	align-self:stretch;
	align-items:center;
	justify-content:center;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: white;
	
}

#post-2-a1, #post-2-a2, #post-2-a3 {
color:white !important;
}

#post-2 > .pagetitle,#post-918 > .pagetitle{display:none;}


.rrflexbutton > a {
	
    color: white ;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
	font-size: x-large;
	padding:20px;
	width:250px;
	height:100px;
	margin:0px;

}
.rrflexbutton > a:hover{
	background-color:#D53D3D;
	color: white;
	text-decoration:none;
	border-radius:5px;
}

.rr-redirect-flex{    
	display: flex;
	flex-wrap: wrap;
	flex-direction:row;
	row-gap:20px;
    column-gap:20px;
}
.rr-redirect-content{
display:flex;
flex-direction:column;
	align-items:center;
	justify-content:center;

}

.rr-redirect-flexbutton{
	display:flex;
	flex-direction: row;
	flex-wrap:wrap;
	border-radius:5px;
	padding: 0px;
	align-self:stretch;
	align-items:center;
	justify-content:center;
	background-color: #D53D3D;
	color:white;
}
.rr-redirect-flexbutton > a {
	
    color: white ;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
	justify-content: space-around;
	font-size: x-large;
	padding:20px;
	width:175px;
	height:75px;
	margin:0px;

}
.rr-redirect-flexbutton > a:hover{
	background-color:#000000;
	color: #D53D3D !important;
	text-decoration:none;
	border-radius:5px;
}
#rr-redirect-title{
font-weight:600 ;
	font-size: xx-large;
	font-family: "montserrat", "Open Sans", "Helvetica", "Arial", sans-serif; ;
	color: #D53D3D;
	margin-bottom:40px;
	text-transform: uppercase;
}




/* Close button */
#rr-close-button {
	/*z-index: 99;*/
	background-color: white;
    color: #aaa;
    float: right;
    font-size: large;
	border: 2px solid #232323;
	border-radius: 5px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	

	
    font-weight: bold;
    cursor: pointer;
}

#rr-close-button:hover,
#rr-close-button:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
