.metlife-ga .form-finder__modal{display:none;position:fixed;z-index:9999;padding-top:60px;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,0.4)}
.metlife-ga .form-finder__errormessage,.metlife-ga .form-finder__errormessage--nofolder{display:none;color:red}
.metlife-ga .form-finder__message--loading{display:none}
.metlife-ga .form-finder__close{position:absolute;height:16px;width:16px;top:20px;right:20px;cursor:pointer}
.metlife-ga .form-finder__close:hover{fill:#2377c5}
.metlife-ga .form-finder__body{padding-left:35px;padding-bottom:35px}
.metlife-ga .form-finder__foldername{display:none}
.metlife-ga .form-finder__header{padding:30px 16px}
.metlife-ga .form-finder__frame{overflow-y:scroll;max-height:500px}
.metlife-ga .form-finder__content{position:relative;background-color:#fefefe;margin:auto;padding:0;border:1px solid #888;width:90%;max-width:750px;max-height:650px;min-height:250px;box-shadow:0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);-webkit-animation-name:animatetop;-webkit-animation-duration:.4s;animation-name:animatetop;animation-duration:.4s}
@-webkit-keyframes animatetop{from{top:-300px;opacity:0}
to{top:0;opacity:1}
}
@keyframes animatetop{from{top:-300px;opacity:0}
to{top:0;opacity:1}
}