#lightbox_wrapper{position:fixed;width:100%;height:100%;background:rgba(0,0,0,0.8);left:0;right:0;top:-100%;z-index:999;transition:all .75s ease-in-out;-moz-transition:all .75s ease-in-out;-webkit-transition:all .75s ease-in-out;-o-transition:all .75s ease-in-out;-ms-transition:all .75s ease-in-out;box-sizing:border-box;opacity:0}#lightbox_wrapper #lightbox_inner{position:absolute;left:0;top:0;width:100%;height:100%;background:transparent}#lightbox_wrapper #lightbox_cont{-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transfrom:translate(-50%,-50%);transform:translate(-50%,-50%);width:auto;height:auto;top:50%;left:50%;position:absolute;max-width:80%}@media(max-width:767px){#lightbox_wrapper #lightbox_cont{max-width:94%;width:94%}}#lightbox_wrapper #lightbox_content{position:relative;width:auto;height:auto;overflow-y:auto;box-sizing:border-box}#lightbox_wrapper.active{top:0;opacity:1}#lightbox_wrapper #lightbox_close{display:block;width:28px;height:28px;text-align:center;line-height:32px;cursor:pointer;position:absolute;top:-30px;left:0;color:#FFF;transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out}#lightbox_wrapper #lightbox_close span{width:2px;height:20px;content:'';display:block;background:white;position:absolute;top:0;left:6px;transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out}#lightbox_wrapper #lightbox_close span:first-child{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transfrom:rotate(45deg);transform:rotate(45deg)}#lightbox_wrapper #lightbox_close span:last-child{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transfrom:rotate(-45deg);transform:rotate(-45deg)}#lightbox_wrapper #lightbox_close:hover span{background:#1b3664}@media(max-width:576px){#lightbox_wrapper #lightbox_inner{width:100%;height:100%;left:0;top:0;right:0;bottom:0;-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0);-o-transfrom:translate(0,0);transform:translate(0,0)}#lightbox_wrapper #lightbox_content{padding:1.5em}}#lightbox_wrapper.inline #lightbox_content{padding:50px;background:#FFF;border-radius:4px;-mox-border-radius:4px;-webkit-border-radius:4px;-o-border-radius:4px;-ms-border-radius:4px}@media(max-width:479px),(max-height:500px){#lightbox_wrapper.inline #lightbox_content{padding:25px}}#lightbox_wrapper.video #lightbox_content{background:transparent;padding:0;overflow:hidden}.lightbox-content{letter-spacing:.04em}.lightbox-content ul{list-style:none;padding:0;margin-bottom:2rem}.lightbox-content ul li{position:relative;list-style:none;padding-left:2.5em;margin-bottom:.5em}.lightbox-content ul li:before{font-family:'fontawesome';color:#1b3664;content:'\f00c';display:block;position:absolute;top:0;left:.75em;line-height:inherit}.lightbox-content ol{counter-reset:listitem;list-style:none;position:relative;padding:0;margin-bottom:2rem}.lightbox-content ol li{padding-left:2.5em;margin-bottom:.5em}.lightbox-content ol li:before{position:absolute;left:.75em;color:#1b3664;counter-increment:listitem;content:counters(listitem,".") "."}