.ns-box {position: fixed;background: rgba(42,45,50,0.85);padding: 22px;line-height: 1.4;z-index: 9999;pointer-events: none;color: rgba(250,251,255,0.95);font-size: 90%;font-family:'Open Sans','Helvetica Neue','Segoe UI',Helvetica,Arial,sans-serif;}.ns-box.ns-show {pointer-events: auto;}.ns-box a {color: inherit;opacity:0.7;font-weight: 700;}.ns-box a:hover,.ns-box a:focus {opacity:1;}.ns-box p {margin: 0;}.ns-box.ns-show,.ns-box.ns-visible {pointer-events: auto;}.ns-close {width:20px;height:20px;position:absolute;right:4px;top:4px;overflow:hidden;text-indent:100%;cursor:pointer;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.ns-close:hover,.ns-close:focus {outline:none;}.ns-close::before,.ns-close::after {content:'';position:absolute;width:3px;height:60%;top:50%;left:50%;background:#FFF;color: #FFF;}.ns-close:hover::before,.ns-close:hover::after {background:#fff;}.ns-close::before {-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg);}.ns-close::after {-webkit-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg);}.ns-type-error{background-color:#ff3547!important;}.ns-type-success{background-color:#7ACB3D!important;}/* Growl-style notifications */.ns-growl {top:30px;right:30px;max-width:100%;border-radius:4px;}.ns-growl p {margin: 0;line-height: 1.3;font-weight: bold;}[class^="ns-effect-"].ns-growl.ns-hide,[class*=" ns-effect-"].ns-growl.ns-hide {-webkit-animation-direction: reverse;animation-direction: reverse;}/* Scale */.ns-effect-scale {background:#7ACB3D;box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important;}.ns-effect-scale a {color:#1f8a4c;}.ns-effect-scale a:hover,.ns-effect-scale a:focus {color:#fff;}.ns-effect-scale .ns-close::before,.ns-effect-scale .ns-close::after {background: #FFF;}.ns-effect-scale .ns-close:hover::before,.ns-effect-scale .ns-close:hover::after {background:#fff;}.ns-effect-scale.ns-show,.ns-effect-scale.ns-hide {-webkit-animation-name:animScale;animation-name: animScale;-webkit-animation-duration: 0.25s;animation-duration: 0.25s;}@-webkit-keyframes animScale {0% { opacity: 0; -webkit-transform: translate3d(0,40px,0) scale3d(0.1,0.6,1); }100% { opacity: 1; -webkit-transform: translate3d(0,0,0) scale3d(1,1,1);}}@keyframes animScale {	0% { opacity: 0; -webkit-transform: translate3d(0,40px,0) scale3d(0.1,0.6,1); transform: translate3d(0,40px,0) scale3d(0.1,0.6,1); }100% { opacity: 1; -webkit-transform: translate3d(0,0,0) scale3d(1,1,1); transform: translate3d(0,0,0) scale3d(1,1,1);}}.ns-effect-slide {background: rgba(65,95,118,0.8);top: auto;bottom: 30px;}.ns-effect-slide .ns-close::before,.ns-effect-slide .ns-close::after {background:#333;}.ns-effect-slide .ns-close:hover::before,.ns-effect-slide .ns-close:hover::after {background:#fff;}.ns-effect-slide.ns-show {-webkit-animation-name: animSlideElastic;animation-name: animSlideElastic;-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-timing-function: linear;animation-timing-function: linear;}@media screen and (max-width: 25em) {.ns-growl {top: 10px;left: 10px;right: 10px;max-width: none;}	.ns-effect-slide,.ns-effect-genie {top: auto;bottom: 10px;}}