/* The side navigation menu */

.sidenav {
	height: 100%;
	/* 100% Full-height */
	width: 0;
	/* 0 width - change this with JavaScript */
	position: fixed;
	/* Stay in place */
	z-index: 9999;
	/* Stay on top */
	top: 0;
	/* Stay at the top */
	left: 0;
	background-color: transparent;
	/* Black*/
	overflow-x: hidden;
	/* Disable horizontal scroll */
	transition: 0.5s;
	/* 0.5 second transition effect to slide in the sidenav */
	scrollbar-width: none;
	    padding-right: 40px;

}


/* Hide scrollbar for Chrome, Safari and Opera */

#mySidenav::-webkit-scrollbar {
	display: none;
}


/* Hide scrollbar for IE and Edge */

#mySidenav {
	-ms-overflow-style: none;
}


/* Position and style the close button (top right corner) */

.sidenav .closebtn {
    position: absolute;
    top: 85px;
    right: 60px;
    font-size: 36px;
    margin-left: 50px;
    color: #013157;
	cursor: pointer;
}

.sidenav .closebtn:hover {
	
}

.website-feedback-form {
	padding-left: 25px;
    width: 85%;
	visibility: hidden;
}

.website-feedback-title {
	font-family: 'signika-bold', sans-serif;
	color: white;
	font-weight: normal;
	font-size: 28px;
	margin-bottom: 20px;
}

.website-feedback-text {
	font-size: 14px;
	font-family: Arial, sans-serif;
	margin-bottom: 20px;
	color:#013157 ;
	   max-width: 500px;
}

.website-feedback-text>a {
	font-size: 14px;
	color:#013157 ;
	font-weight: 900;
}

.website-feedback-label {
	margin-bottom: 5px;
	margin-top: 10px;
	color:#013157 ;
	font-size: 14px;
	font-weight:700;
	    font-family: signika-bold;
		    max-width: 500px;
}

.website-feedback-label span{
	  font-family: signika-light;
}

#yes-this-is-what-i-like,
#no-it-would-be-better {
	width: 90%;
}

.rsis-feedback-form {
	margin-top: 80px;
	margin-bottom: 60px;
	padding-top: 20px;
	padding-bottom:20px;
	background-color: #e1eef1;
	color:#013157 ;
	    box-shadow:3px 0px 10px #888888;
		    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
	pointer-events: auto;
}

.reCaptcha-feedback {
	margin-top: 15px;
	margin-bottom: 15px;
}

.submit-feedback {
	margin-top: 30px;
	margin-bottom: 30px;
}

#feedback-submit {
	background: #a91317;
	color: #ffffff;
	cursor: pointer;
	text-transform: uppercase;
	border: 0;
	padding: 5px 20px 4px;
	font-family: 'signika-light', sans-serif;
	display: inline-block;
	z-index: 2;
	text-transform: uppercase;
	outline: none;
	position: relative;
	margin-bottom: 20px;
}

span#ease-navigate>span.wpcf7-list-item,
span#found-what-you-looking-for>span.wpcf7-list-item,
span#overall-rating>span.wpcf7-list-item,
span#first-visit>span.wpcf7-list-item,
span#regular-visitor>span.wpcf7-list-item,
span#contact-me-about-feedback>span.wpcf7-list-item {
	display: inline;
	margin-right: 20px;
	color:#013157 ;
	font-size:14px;
}

#opennav {
	width: 19px;
	line-height: 14px;
	font-family: "LatoWeb";
	position: fixed;
    top: 38%;
	transform: translateY(-50%);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
	background-color: #1a52e4;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	animation-name: fadeInRight;
	/* display: none; */
	width: 0px;
	transition: 1s;
	z-index: 100;
	left: -40px;
	height: 160px;
	cursor: pointer;
	color:white;
}

#opennav-extend:hover,#opennav-extend:active{
	background-color:#808080;
    color: white;
}

#opennav:hover,#opennav:active{
background-color:#808080;
    color: white;
}

.feedback-content-drawer {
	display: block;
	position: relative;
}

.feedback-content-text {
	transform: rotate(-90deg);
	/* height: 200px; */
	position: absolute;
top: 60px;
    left: -60px;
    width: 160px;
	/* height: 50px; */
	font-size: 16px;
	font-weight: 900;
}



.website-feedback-text a {
	color: #0c9df7 !important;
}

.website-feedback-text a:hover,.website-feedback-text a:active{
	color:red!important;
}

.rsis-feedback-form .wpcf7-mail-sent-ok {
color: #013157;
    font-family: signika-bold;
	padding-left: 22px;
	font-size: 16px;
}

.rsis-feedback-form .wpcf7-response-output.wpcf7-spam-blocked {
	width: 100%;
	max-width: 768px;
	padding-left: 22px;
	color: red;
	font-size: 16px;
}

.rsis-feedback-form .wpcf7-response-output.wpcf7-validation-errors {
	width: 100%;
	max-width: 768px;
	color: red;
	display: block;
	padding-top: 0px;
	padding-left: 22px;
	font-size: 16px;
}

.rsis-feedback-form .screen-reader-response {
	color: white;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
	width: 100%;
	max-width: 768px;
	margin-bottom: 50px;
	display: none;
}

.rsis-feedback-form .wpcf7-not-valid-tip {
	padding-top: 0px;
}

#opennav-extend{
	width: 19px;
    line-height: 14px;
    font-family: "LatoWeb";
    position: fixed;
top: 38%;
    transform: translateY(-50%);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    background-color: #1a52e4;
    color: white;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    animation-name: fadeInRight;
    /* display: none; */
    width: 0px;
    transition: 1s;
    z-index: 100;
    height: 160px;
    cursor: pointer;
	width: 0px;
    left: unset;
    position: absolute;
    right: 0px;
	    pointer-events: auto;
}

.sidenav.active-feedback-panel{
	padding-right: 40px;
}

#closeNav_block{
	height: 50px;
    width: 50px;
    position: absolute;
    top: 85px;
    right: 40px;
	cursor: pointer;
	    z-index: 99;
}

#group-yes-i-found,#group-no-i-didnt,#contact-me-about-feedback-email{
	display:none;
}

#contact-me-feedback-email{
    border-width: 1px;
    border-style: solid;
    border-color: rgb(169, 169, 169);
    padding: 5px;
    margin-bottom: 5px;
}


@media only screen and (max-width: 769px){
	
	span#first-visit>span.wpcf7-list-item{
		display: block;
	}
	
	.website-feedback-form{
		padding-top:40px;
	}
	
	.rsis-feedback-form .wpcf7-mail-sent-ok{
		    padding-left: 22px!important;
	}
	
	.rsis-feedback-form .wpcf7-response-output.wpcf7-spam-blocked{
		    max-width: 300px;
	}
	
	.rsis-feedback-form .wpcf7-response-output.wpcf7-validation-errors{
		padding-left: 22px!important;
		    max-width: 300px;
	}
	
	span#ease-navigate>span.wpcf7-list-item, 
	span#found-what-you-looking-for>span.wpcf7-list-item, 
	span#overall-rating>span.wpcf7-list-item, 
	span#first-visit>span.wpcf7-list-item, 
	span#regular-visitor>span.wpcf7-list-item
	{
		    margin-right: 10px;
	}
}

@-moz-document url-prefix() {
  .website-feedback-label {
    font-weight: 500!important;
  }
}

/*202002201600*/