/* CSS Document */
.pardotpopupformBg{display: none;position: fixed;top: 0;bottom: 0;left: 0;right: 0;background: rgba(255, 255, 255, 0.6);z-index: 90000;}
.pardotpopupformContainer{display: none;position: absolute;top:50px;width:768px;height: auto;min-height:400px;margin:0;padding:0;background: #E7F1F2;overflow-y: auto;-webkit-box-shadow: 0px 8px 13px 0px rgba(0,0,0,0.1);-moz-box-shadow: 0px 8px 13px 0px rgba(0,0,0,0.1);box-shadow: 0px 8px 13px 0px rgba(0,0,0,0.1);z-index: 100000;left: 0;right: 0;margin:0 auto;}

.pardotpopupformTable{display: block;margin: 0 auto;margin-right: auto;margin-left: auto;height:auto;width:100%;max-width:810px;padding:5px;}

.pardotpopupcloseWrapper{display:block;position:absolute;right:30px;top:30px;z-index: 150000;}
.pardotpopupcloseWindow{display:block;position:relative;background:#A8D9EB;width:44px;height:44px;border-radius: 50%;background-image:url(img/flyover_close.svg);background-repeat:no-repeat;background-size: 19px 19px;background-position: center center;cursor: pointer;-webkit-transition: all .3s;-moz-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.pardotpopupcloseWindow:hover{background:#FA9400;background-image:url(img/flyover_close.svg);background-repeat:no-repeat;background-size: 19px 19px;background-position: center center;}

.pardotpopupcloseWindowBg{display:block;width:48px;height:48px;background:#81B6CA;z-index:-1;border-radius: 50%;position:absolute;top:-2px;left:-2px;-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);-moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);}

.pardotpopupcloseWindow:hover .pardotpopupcloseWindowBg{background:#FFBC8B;-webkit-animation-name:pardotpopupbloop;animation-name:pardotpopupbloop;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode: forwards;animation-fill-mode: forwards;}

@media all and (max-width:768px) {
	.pardotpopupformContainer{width:auto;width:80%;}
}
