/* Base.css */
.popUp{display: flex;}
.wrapper-popup {flex: 1;}
.popUp:not(.policy_page_visible) #show_policy_page {display: none;}
.policy_page_visible .rdc-wrapper-popup-header, .policy_page_visible .rdc-wrapper-popup-body .cms_frm {display: none;}
.policy_page_visible .rdc-wrapper-popup-body {height: 100%;}
#show_policy_page {line-height: 0;}
@media screen and (min-width: 768px){
	.popup-size-large {max-width: 750px; max-height: 500px; padding: 20px;}
	.popUp {padding-top: 60px;}
	.popUp .popUp {padding: 0; width: auto;}
	.rdc-wrapper-popup-header-desc {padding-top: 12px;}
	.popUp:not(.policy_page_visible) .wrapper-popup{overflow-y: auto;overflow-x: hidden;-webkit-overflow-scrolling: touch;}
	.popUp:not(.policy_page_visible) .wrapper-popup.scrollVisibleOnPopup {padding-right: 15px;}
}
@media screen and (max-width: 767px) {
	.popUp {position: static; padding: 50px 0 15px;}
	.wrapper-popup {padding: 0 15px;}
	.rdc-popup-xs-vertical{transform: none;max-height: var(--mobile-popup-max-height, 100vh);height: var(--window-inner-height, 100vh);text-align: left;display: flex;}
	.rdc-popup-xs-vertical .wrapper-popup{overflow-y: auto;overflow-x: hidden;-webkit-overflow-scrolling: touch;flex: 1;}
	.rdc-wrapper-popup-header-desc {padding-top: 12px;}
	#show_policy_page:not(.popUp), #show_policy_page.popUp .wrapper-popup {margin: 0 -15px; height: 100%;}
	#show_policy_page iframe {height: 100%;}
}
/* Base.css */

#share-testimony .wrapper-form input, #share-testimony .wrapper-form textarea{width: 100%;}
#share-testimony .wrapper-form textarea{height: 100px;}

@media screen and (max-width: 767px){	
	#share-testimony .wrapper-form .bottom-form p{float: none;padding: 0 0 5px;}
	#share-testimony .wrapper-form .bottom-form button{float: none;width: 100%;}
}