
		.lb-loader, .lightbox {
	text-align: center;
	line-height: 0
}
body:after {
	content: url(../img/lightbox/close.png) url(../img/lightbox/loading.gif) url(../img/lightbox/prev.png) url(../img/lightbox/next.png);
	display: none
}
.lb-dataContainer:after, .lb-outerContainer:after {
	content: "";
	clear: both
}
body.lb-disable-scrolling {
	overflow: hidden
}
.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: #000;
	filter: alpha(Opacity=80);
	opacity: .8;
	display: none
}
.lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	font-weight: 400
}
.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	max-height: none;
	border-radius: 3px;
	border: 4px solid #fff
}
.lightbox a img {
	border: none
}
.lb-outerContainer {
	position: relative;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border-radius: 4px;
	background-color: #fff
}
.lb-loader, .lb-nav {
	position: absolute;
	left: 0
}
.lb-outerContainer:after {
	display: table
}
.lb-loader {
	top: 43%;
	height: 25%;
	width: 100%
}
.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url(../img/lightbox/loading.gif) no-repeat
}
.lb-nav {
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 10
}
.lb-container>.nav {
	left: 0
}
.lb-nav a {
	outline: 0;
	background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}
.lb-next, .lb-prev {
	height: 100%;
	cursor: pointer;
	display: block
}
.lb-nav a.lb-prev {
	width: 34%;
	left: 0;
	float: left;
	background: url(../img/lightbox/prev.png) left 48% no-repeat;
	filter: alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity .6s;
	-moz-transition: opacity .6s;
	-o-transition: opacity .6s;
	transition: opacity .6s
}
.lb-nav a.lb-prev:hover {
	filter: alpha(Opacity=100);
	opacity: 1
}
.lb-nav a.lb-next {
	width: 64%;
	right: 0;
	float: right;
	background: url(../img/lightbox/next.png) right 48% no-repeat;
	filter: alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity .6s;
	-moz-transition: opacity .6s;
	-o-transition: opacity .6s;
	transition: opacity .6s
}
.lb-nav a.lb-next:hover {
	filter: alpha(Opacity=100);
	opacity: 1
}
.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
	width: 100%;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px
}
.lb-dataContainer:after {
	display: table
}
.lb-data {
	padding: 0 4px;
	color: #ccc
}
.lb-data .lb-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1em
}
.lb-data .lb-caption {
	font-size: 13px;
	font-weight: 700;
	line-height: 1em
}
.lb-data .lb-caption a {
	color: #4ae
}
.lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 12px;
	color: #999
}
.lb-data .lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: url(../img/lightbox/close.png) top right no-repeat;
	text-align: right;
	outline: 0;
	filter: alpha(Opacity=70);
	opacity: .7;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s
}
.lb-data .lb-close:hover {
	cursor: pointer;
	filter: alpha(Opacity=100);
	opacity: 1
}

		/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{font:inherit;display:inline-block;overflow:visible;margin:0;padding:15px;cursor:pointer;transition-timing-function:linear;transition-duration:.15s;transition-property:opacity,filter;text-transform:none;color:inherit;border:0;background-color:transparent}.hamburger:hover{opacity:.7}.hamburger-box{position:relative;display:inline-block;width:40px;height:24px}.hamburger-inner{top:50%;display:block;margin-top:-2px}.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{position:absolute;width:40px;height:4px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform;border-radius:4px;background-color:#000}.hamburger-inner:after,.hamburger-inner:before{display:block;content:""}.hamburger-inner:before{top:-10px}.hamburger-inner:after{bottom:-10px}.hamburger--3dx .hamburger-box{perspective:80px}.hamburger--3dx .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx .hamburger-inner:after,.hamburger--3dx .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx.is-active .hamburger-inner{transform:rotateY(180deg);background-color:transparent}.hamburger--3dx.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dx.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dx-r .hamburger-box{perspective:80px}.hamburger--3dx-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx-r .hamburger-inner:after,.hamburger--3dx-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx-r.is-active .hamburger-inner{transform:rotateY(-180deg);background-color:transparent}.hamburger--3dx-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dx-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dy .hamburger-box{perspective:80px}.hamburger--3dy .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy .hamburger-inner:after,.hamburger--3dy .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy.is-active .hamburger-inner{transform:rotateX(-180deg);background-color:transparent}.hamburger--3dy.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dy.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dy-r .hamburger-box{perspective:80px}.hamburger--3dy-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy-r .hamburger-inner:after,.hamburger--3dy-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy-r.is-active .hamburger-inner{transform:rotateX(180deg);background-color:transparent}.hamburger--3dy-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dy-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dxy .hamburger-box{perspective:80px}.hamburger--3dxy .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy .hamburger-inner:after,.hamburger--3dxy .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy.is-active .hamburger-inner{transform:rotateX(180deg) rotateY(180deg);background-color:transparent}.hamburger--3dxy.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dxy.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dxy-r .hamburger-box{perspective:80px}.hamburger--3dxy-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy-r .hamburger-inner:after,.hamburger--3dxy-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy-r.is-active .hamburger-inner{transform:rotateX(180deg) rotateY(180deg) rotate(-180deg);background-color:transparent}.hamburger--3dxy-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dxy-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--arrow.is-active .hamburger-inner:before{transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrow.is-active .hamburger-inner:after{transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrow-r.is-active .hamburger-inner:before{transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrow-r.is-active .hamburger-inner:after{transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowalt .hamburger-inner:before{transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt .hamburger-inner:after{transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt.is-active .hamburger-inner:before{top:0;transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(-8px,-10px,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowalt.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(-8px,10px,0) rotate(45deg) scaleX(.7)}.hamburger--arrowalt-r .hamburger-inner:before{transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r .hamburger-inner:after{transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r.is-active .hamburger-inner:before{top:0;transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(8px,-10px,0) rotate(45deg) scaleX(.7)}.hamburger--arrowalt-r.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(8px,10px,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn.is-active .hamburger-inner:before{transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrowturn.is-active .hamburger-inner:after{transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn-r.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn-r.is-active .hamburger-inner:before{transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn-r.is-active .hamburger-inner:after{transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--boring .hamburger-inner,.hamburger--boring .hamburger-inner:after,.hamburger--boring .hamburger-inner:before{transition-property:none}.hamburger--boring.is-active .hamburger-inner{transform:rotate(45deg)}.hamburger--boring.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--boring.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}.hamburger--collapse .hamburger-inner{top:auto;bottom:0;transition-delay:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.13s}.hamburger--collapse .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear}.hamburger--collapse .hamburger-inner:before{transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse.is-active .hamburger-inner{transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--collapse.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;opacity:0}.hamburger--collapse.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;transform:rotate(-90deg)}.hamburger--collapse-r .hamburger-inner{top:auto;bottom:0;transition-delay:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.13s}.hamburger--collapse-r .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear}.hamburger--collapse-r .hamburger-inner:before{transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse-r.is-active .hamburger-inner{transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,-10px,0) rotate(45deg)}.hamburger--collapse-r.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;opacity:0}.hamburger--collapse-r.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;transform:rotate(90deg)}.hamburger--elastic .hamburger-inner{top:2px;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);transition-duration:.275s}.hamburger--elastic .hamburger-inner:before{top:10px;transition:opacity .125s ease .275s}.hamburger--elastic .hamburger-inner:after{top:20px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic.is-active .hamburger-inner{transition-delay:75ms;transform:translate3d(0,10px,0) rotate(135deg)}.hamburger--elastic.is-active .hamburger-inner:before{transition-delay:0s;opacity:0}.hamburger--elastic.is-active .hamburger-inner:after{transition-delay:75ms;transform:translate3d(0,-20px,0) rotate(-270deg)}.hamburger--elastic-r .hamburger-inner{top:2px;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);transition-duration:.275s}.hamburger--elastic-r .hamburger-inner:before{top:10px;transition:opacity .125s ease .275s}.hamburger--elastic-r .hamburger-inner:after{top:20px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic-r.is-active .hamburger-inner{transition-delay:75ms;transform:translate3d(0,10px,0) rotate(-135deg)}.hamburger--elastic-r.is-active .hamburger-inner:before{transition-delay:0s;opacity:0}.hamburger--elastic-r.is-active .hamburger-inner:after{transition-delay:75ms;transform:translate3d(0,-20px,0) rotate(270deg)}.hamburger--emphatic{overflow:hidden}.hamburger--emphatic .hamburger-inner{transition:background-color .125s ease-in .175s}.hamburger--emphatic .hamburger-inner:before{left:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s}.hamburger--emphatic .hamburger-inner:after{top:10px;right:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s}.hamburger--emphatic.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent}.hamburger--emphatic.is-active .hamburger-inner:before{top:-80px;left:-80px;transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(80px,80px,0) rotate(45deg)}.hamburger--emphatic.is-active .hamburger-inner:after{top:-80px;right:-80px;transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(-80px,80px,0) rotate(-45deg)}.hamburger--emphatic-r{overflow:hidden}.hamburger--emphatic-r .hamburger-inner{transition:background-color .125s ease-in .175s}.hamburger--emphatic-r .hamburger-inner:before{left:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s}.hamburger--emphatic-r .hamburger-inner:after{top:10px;right:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s}.hamburger--emphatic-r.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent}.hamburger--emphatic-r.is-active .hamburger-inner:before{top:80px;left:-80px;transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(80px,-80px,0) rotate(-45deg)}.hamburger--emphatic-r.is-active .hamburger-inner:after{top:80px;right:-80px;transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(-80px,-80px,0) rotate(45deg)}.hamburger--minus .hamburger-inner:after,.hamburger--minus .hamburger-inner:before{transition:bottom .08s ease-out 0s,top .08s ease-out 0s,opacity 0s linear}.hamburger--minus.is-active .hamburger-inner:after,.hamburger--minus.is-active .hamburger-inner:before{transition:bottom .08s ease-out,top .08s ease-out,opacity 0s linear .08s;opacity:0}.hamburger--minus.is-active .hamburger-inner:before{top:0}.hamburger--minus.is-active .hamburger-inner:after{bottom:0}.hamburger--slider .hamburger-inner{top:2px}.hamburger--slider .hamburger-inner:before{top:10px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform,opacity}.hamburger--slider .hamburger-inner:after{top:20px}.hamburger--slider.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--slider.is-active .hamburger-inner:before{transform:rotate(-45deg) translate3d(-5.71429px,-6px,0);opacity:0}.hamburger--slider.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(-90deg)}.hamburger--slider-r .hamburger-inner{top:2px}.hamburger--slider-r .hamburger-inner:before{top:10px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform,opacity}.hamburger--slider-r .hamburger-inner:after{top:20px}.hamburger--slider-r.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(-45deg)}.hamburger--slider-r.is-active .hamburger-inner:before{transform:rotate(45deg) translate3d(5.71429px,-6px,0);opacity:0}.hamburger--slider-r.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(90deg)}.hamburger--spin .hamburger-inner{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.22s}.hamburger--spin .hamburger-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}.hamburger--spin .hamburger-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin.is-active .hamburger-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(225deg)}.hamburger--spin.is-active .hamburger-inner:before{top:0;transition:top .1s ease-out,opacity .1s ease-out .12s;opacity:0}.hamburger--spin.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(-90deg)}.hamburger--spin-r .hamburger-inner{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.22s}.hamburger--spin-r .hamburger-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}.hamburger--spin-r .hamburger-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin-r.is-active .hamburger-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(-225deg)}.hamburger--spin-r.is-active .hamburger-inner:before{top:0;transition:top .1s ease-out,opacity .1s ease-out .12s;opacity:0}.hamburger--spin-r.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(90deg)}.hamburger--spring .hamburger-inner{top:2px;transition:background-color 0s linear .13s}.hamburger--spring .hamburger-inner:before{top:10px;transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring .hamburger-inner:after{top:20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring.is-active .hamburger-inner{transition-delay:.22s;background-color:transparent}.hamburger--spring.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--spring.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:translate3d(0,10px,0) rotate(-45deg)}.hamburger--spring-r .hamburger-inner{top:auto;bottom:0;transition-delay:0s;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.13s}.hamburger--spring-r .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity 0s linear}.hamburger--spring-r .hamburger-inner:before{transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring-r.is-active .hamburger-inner{transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--spring-r.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity 0s linear .22s;opacity:0}.hamburger--spring-r.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:rotate(90deg)}.hamburger--stand .hamburger-inner{transition:transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms}.hamburger--stand .hamburger-inner:before{transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand .hamburger-inner:after{transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand.is-active .hamburger-inner{transition:transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s;transform:rotate(90deg);background-color:transparent}.hamburger--stand.is-active .hamburger-inner:before{top:0;transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(-45deg)}.hamburger--stand.is-active .hamburger-inner:after{bottom:0;transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(45deg)}.hamburger--stand-r .hamburger-inner{transition:transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms}.hamburger--stand-r .hamburger-inner:before{transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand-r .hamburger-inner:after{transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand-r.is-active .hamburger-inner{transition:transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s;transform:rotate(-90deg);background-color:transparent}.hamburger--stand-r.is-active .hamburger-inner:before{top:0;transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(-45deg)}.hamburger--stand-r.is-active .hamburger-inner:after{bottom:0;transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(45deg)}.hamburger--squeeze .hamburger-inner{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:75ms}.hamburger--squeeze .hamburger-inner:before{transition:top 75ms ease .12s,opacity 75ms ease}.hamburger--squeeze .hamburger-inner:after{transition:bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze.is-active .hamburger-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(45deg)}.hamburger--squeeze.is-active .hamburger-inner:before{top:0;transition:top 75ms ease,opacity 75ms ease .12s;opacity:0}.hamburger--squeeze.is-active .hamburger-inner:after{bottom:0;transition:bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(-90deg)}.hamburger--vortex .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transition-duration:.2s}.hamburger--vortex .hamburger-inner:after,.hamburger--vortex .hamburger-inner:before{transition-delay:.1s;transition-timing-function:linear;transition-duration:0s}.hamburger--vortex .hamburger-inner:before{transition-property:top,opacity}.hamburger--vortex .hamburger-inner:after{transition-property:bottom,transform}.hamburger--vortex.is-active .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transform:rotate(765deg)}.hamburger--vortex.is-active .hamburger-inner:after,.hamburger--vortex.is-active .hamburger-inner:before{transition-delay:0s}.hamburger--vortex.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--vortex.is-active .hamburger-inner:after{bottom:0;transform:rotate(90deg)}.hamburger--vortex-r .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transition-duration:.2s}.hamburger--vortex-r .hamburger-inner:after,.hamburger--vortex-r .hamburger-inner:before{transition-delay:.1s;transition-timing-function:linear;transition-duration:0s}.hamburger--vortex-r .hamburger-inner:before{transition-property:top,opacity}.hamburger--vortex-r .hamburger-inner:after{transition-property:bottom,transform}.hamburger--vortex-r.is-active .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transform:rotate(-765deg)}.hamburger--vortex-r.is-active .hamburger-inner:after,.hamburger--vortex-r.is-active .hamburger-inner:before{transition-delay:0s}.hamburger--vortex-r.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--vortex-r.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}
		/* Example tokeninput style #2: Facebook style */
ul.token-input-list-facebook {
    overflow: hidden; 
    height: auto !important; 
    height: 1%;
    width: 400px;
    border: 1px solid #8496ba;
    cursor: text;
    font-size: 12px;
    font-family: Verdana;
    min-height: 1px;
    z-index: 999;
    margin: 0;
    padding: 0;
    background-color: #fff;
    list-style-type: none;
    clear: left;
}

ul.token-input-list-facebook li input {
    border: 0;
    width: 100px;
    padding: 3px 8px;
    background-color: white;
    margin: 2px 0;
    -webkit-appearance: caret;
}

li.token-input-token-facebook {
    overflow: hidden; 
    height: auto !important; 
    height: 15px;
    margin: 3px;
    padding: 1px 3px;
    background-color: #eff2f7;
    color: #000;
    cursor: default;
    border: 1px solid #ccd5e4;
    font-size: 11px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    white-space: nowrap;
}

li.token-input-token-facebook p {
    display: inline;
    padding: 0;
    margin: 0;
}

li.token-input-token-facebook span {
    color: #a6b3cf;
    margin-left: 5px;
    font-weight: bold;
    cursor: pointer;
}

li.token-input-selected-token-facebook {
    background-color: #5670a6;
    border: 1px solid #3b5998;
    color: #fff;
}

li.token-input-input-token-facebook {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

div.token-input-dropdown-facebook {
    position: absolute;
    width: 400px;
    background-color: #fff;
    overflow: hidden;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    cursor: default;
    font-size: 11px;
    font-family: Verdana;
    z-index: 1;
}

div.token-input-dropdown-facebook p {
    margin: 0;
    padding: 5px;
    font-weight: bold;
    color: #777;
}

div.token-input-dropdown-facebook ul {
    margin: 0;
    padding: 0;
}

div.token-input-dropdown-facebook ul li {
    background-color: #fff;
    padding: 3px;
    margin: 0;
    list-style-type: none;
}

div.token-input-dropdown-facebook ul li.token-input-dropdown-item-facebook {
    background-color: #fff;
}

div.token-input-dropdown-facebook ul li.token-input-dropdown-item2-facebook {
    background-color: #fff;
}

div.token-input-dropdown-facebook ul li em {
    font-weight: bold;
    font-style: normal;
}

div.token-input-dropdown-facebook ul li.token-input-selected-dropdown-item-facebook {
    background-color: #3b5998;
    color: #fff;
}
		/* Example tokeninput style #2: Mac Style */
fieldset.token-input-mac {
  position: relative;
  padding: 0;
  margin: 5px 0;
  background: #fff;
  width: 400px;
  border: 1px solid #A4BDEC;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

fieldset.token-input-mac.token-input-dropdown-mac {
  border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  box-shadow: 0 5px 20px 0 rgba(0,0,0,0.25);
  -moz-box-shadow: 0 5px 20px 0 rgba(0,0,0,0.25);
  -webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,0.25);
}

ul.token-input-list-mac {
    overflow: hidden; 
    height: auto !important; 
    height: 1%;
    cursor: text;
    font-size: 12px;
    font-family: Verdana;
    min-height: 1px;
    z-index: 999;
    margin: 0;
    padding: 3px;
    background: transparent;
}

ul.token-input-list-mac.error {
  border: 1px solid #C52020;
}

ul.token-input-list-mac li {
    list-style-type: none;
}

li.token-input-token-mac p {
    display: inline;
    padding: 0;
    margin: 0;
}

li.token-input-token-mac span {
    color: #a6b3cf;
    margin-left: 5px;
    font-weight: bold;
    cursor: pointer;
}

/* TOKENS */

li.token-input-token-mac {
    font-family: "Lucida Grande", Arial, serif;
    font-size: 9pt;
    line-height: 12pt;
    overflow: hidden; 
    height: 16px; 
    margin: 3px;
    padding: 0 10px;   
    background: none; 
    background-color: #dee7f8;
    color: #000;
    cursor: default;
    border: 1px solid #a4bdec;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    float: left;
}

li.token-input-highlighted-token-mac {
    background-color: #bbcef1;
    border: 1px solid #598bec;
    color: #000;
}

li.token-input-selected-token-mac {
    background-color: #598bec;
    border: 1px solid transparent;
    color: #fff;
}

li.token-input-highlighted-token-mac span.token-input-delete-token-mac {
    color: #000;
}

li.token-input-selected-token-mac span.token-input-delete-token-mac {
    color: #fff;
}

li.token-input-input-token-mac {
    border: none;
    background: transparent;
    float: left;
    padding: 0;
    margin: 0;
}

li.token-input-input-token-mac input {
  border: 0;
  width: 100px;
  padding: 3px;
  background-color: transparent;
  margin: 0;
}

div.token-input-dropdown-mac {
    position: absolute;
    border: 1px solid #A4BDEC;
    border-top: none;
    left: -1px;
    right: -1px;
    background-color: #fff;
    overflow: hidden;
    cursor: default;
    font-size: 10pt;
    font-family: "Lucida Grande", Arial, serif;
    padding: 5px;
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,0.25);
    -moz-box-shadow: 0 5px 20px 0 rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,0.25);
    clip:rect(0px, 1000px, 1000px, -10px);
}

div.token-input-dropdown-mac p {
    font-size: 8pt;
    margin: 0;
    padding: 0 5px;
    font-style: italic;
    color: #aaa;
}

div.token-input-dropdown-mac h3.token-input-dropdown-category-mac {
  font-family: "Lucida Grande", Arial, serif;
  font-size: 10pt;
  font-weight: bold;
  border: none;
  padding: 0 5px;
  margin: 0;
}

div.token-input-dropdown-mac ul {
    margin: 0;
    padding: 0;
}

div.token-input-dropdown-mac ul li {
    list-style-type: none;
    cursor: pointer;
    background: none;
    background-color: #fff;
    margin: 0;
    padding: 0 0 0 25px;
}

div.token-input-dropdown-mac ul li.token-input-dropdown-item-mac {
    background-color: #fff;
}

div.token-input-dropdown-mac ul li.token-input-dropdown-item-mac.odd {
    background-color: #ECF4F9;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

div.token-input-dropdown-mac ul li.token-input-dropdown-item-mac span.token-input-dropdown-item-description-mac {
    float: right;
    font-size: 8pt;
    font-style: italic;
    padding: 0 10px 0 0;
    color: #999;
}

div.token-input-dropdown-mac ul li strong {
    font-weight: bold;
    text-decoration: underline;
    font-style: none;
}

div.token-input-dropdown-mac ul li.token-input-selected-dropdown-item-mac,
div.token-input-dropdown-mac ul li.token-input-selected-dropdown-item-mac.odd {
    background-color: #598bec;
    color: #fff;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

div.token-input-dropdown-mac ul li.token-input-selected-dropdown-item-mac span.token-input-dropdown-item-description-mac,
div.token-input-dropdown-mac ul li.token-input-selected-dropdown-item-mac.odd span.token-input-dropdown-item-description-mac {
    color: #fff;
}

		/* Example tokeninput style #1: Token vertical list*/
ul.token-input-list {
    overflow: hidden; 
    height: auto !important; 
    height: 1%;
    width: 400px;
    border: 1px solid #999;
    cursor: text;
    font-size: 12px;
    font-family: Verdana;
    z-index: 999;
    margin: 0;
    padding: 0;
    background-color: #fff;
    list-style-type: none;
    clear: left;
}

ul.token-input-list li {
    list-style-type: none;
}

ul.token-input-list li input {
    border: 0;
    width: 350px;
    padding: 3px 8px;
    background-color: white;
    -webkit-appearance: caret;
}

li.token-input-token {
    overflow: hidden; 
    height: auto !important; 
    height: 1%;
    margin: 3px;
    padding: 3px 5px;
    background-color: #d0efa0;
    color: #000;
    font-weight: bold;
    cursor: default;
    display: block;
}

li.token-input-token p {
    float: left;
    padding: 0;
    margin: 0;
}

li.token-input-token span {
    float: right;
    color: #777;
    cursor: pointer;
}

li.token-input-selected-token {
    background-color: #08844e;
    color: #fff;
}

li.token-input-selected-token span {
    color: #bbb;
}

div.token-input-dropdown {
    position: absolute;
    width: 400px;
    background-color: #fff;
    overflow: hidden;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    cursor: default;
    font-size: 12px;
    font-family: Verdana;
    z-index: 1;
}

div.token-input-dropdown p {
    margin: 0;
    padding: 5px;
    font-weight: bold;
    color: #777;
}

div.token-input-dropdown ul {
    margin: 0;
    padding: 0;
}

div.token-input-dropdown ul li {
    background-color: #fff;
    padding: 3px;
    list-style-type: none;
}

div.token-input-dropdown ul li.token-input-dropdown-item {
    background-color: #fafafa;
}

div.token-input-dropdown ul li.token-input-dropdown-item2 {
    background-color: #fff;
}

div.token-input-dropdown ul li em {
    font-weight: bold;
    font-style: normal;
}

div.token-input-dropdown ul li.token-input-selected-dropdown-item {
    background-color: #d0efa0;
}


		/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
/**
 * The picker input element.
 */
.picker__input {
  cursor: default;
}
/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec;
}
/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
/**
 * Make the holder and frame fullscreen.
 */
.picker__holder,
.picker__frame {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
/**
 * The holder should overlay the entire screen.
 */
.picker__holder {
  position: fixed;
  transition: background 0.15s ease-out, -webkit-transform 0s 0.15s;
  transition: background 0.15s ease-out, transform 0s 0.15s;
  -webkit-backface-visibility: hidden;
}
/**
 * The frame that bounds the box contents of the picker.
 */
.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  max-width: 666px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: all 0.15s ease-out;
}
@media (min-height: 33.875em) {
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%;
  }
}
@media (min-height: 40.125em) {
  .picker__frame {
    margin-bottom: 7.5%;
  }
}
/**
 * The wrapper sets the stage to vertically align the box contents.
 */
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}
@media (min-height: 33.875em) {
  .picker__wrap {
    display: block;
  }
}
/**
 * The box contains all the picker contents.
 */
.picker__box {
  background: #ffffff;
  display: table-cell;
  vertical-align: middle;
}
@media (min-height: 26.5em) {
  .picker__box {
    font-size: 1.25em;
  }
}
@media (min-height: 33.875em) {
  .picker__box {
    display: block;
    font-size: 1.33em;
    border: 1px solid #777777;
    border-top-color: #898989;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  }
}
@media (min-height: 40.125em) {
  .picker__box {
    font-size: 1.5em;
    border-bottom-width: 1px;
    border-radius: 5px;
  }
}
/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  transition: background 0.15s ease-out;
}
.picker--opened .picker__frame {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
@media (min-height: 33.875em) {
  .picker--opened .picker__frame {
    top: auto;
    bottom: 0;
  }
}

		/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em;
}
/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}
/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}
.picker__year {
  color: #999999;
  font-size: .8em;
  font-style: italic;
}
/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em;
}
@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}
.picker__select--month {
  width: 35%;
}
.picker__select--year {
  width: 22.5%;
}
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}
/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000;
}
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}
@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}
/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */
}
@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
}
/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}
.picker__day--today {
  position: relative;
}
.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent;
}
.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}
.picker__day--outfocus {
  color: #dddddd;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__day--highlighted {
  border-color: #0089ec;
}
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #ffffff;
}
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}
/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
}
.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}
.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}
.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}
.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200;
}
.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777;
}
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}

/* ==========================================================================
   $DEFAULT-DATE-PICKER
   ========================================================================== */

		/* ==========================================================================
   $BASE-TIME-PICKER
   ========================================================================== */
/**
 * The list of times.
 */
.picker__list {
  list-style: none;
  padding: 0.75em 0 4.2em;
  margin: 0;
}
/**
 * The times on the clock.
 */
.picker__list-item {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin-bottom: -1px;
  position: relative;
  background: #fff;
  padding: .75em 1.25em;
}
@media (min-height: 46.75em) {
  .picker__list-item {
    padding: .5em 1em;
  }
}
/* Hovered time */
.picker__list-item:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
  border-color: #0089ec;
  z-index: 10;
}
/* Highlighted and hovered/focused time */
.picker__list-item--highlighted {
  border-color: #0089ec;
  z-index: 10;
}
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
/* Selected and hovered/focused time */
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
  background: #0089ec;
  color: #fff;
  z-index: 10;
}
/* Disabled time */
.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
  border-color: #ddd;
  z-index: auto;
}
/**
 * The clear button
 */
.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: none;
  border: 0;
  font-weight: 500;
  font-size: .67em;
  text-align: center;
  text-transform: uppercase;
  color: #666;
}
.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
  color: #000;
  background: #b1dcfb;
  background: #e20;
  border-color: #e20;
  cursor: pointer;
  color: #fff;
  outline: none;
}
.picker--time .picker__button--clear:before {
  top: -0.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: bold;
}
.picker--time .picker__button--clear:hover:before,
.picker--time .picker__button--clear:focus:before {
  color: #fff;
  border-color: #fff;
}

/* ==========================================================================
   $DEFAULT-TIME-PICKER
   ========================================================================== */
/**
 * The frame the bounds the time picker.
 */
.picker--time .picker__frame {
  min-width: 256px;
  max-width: 320px;
}
/**
 * The picker box.
 */
.picker--time .picker__box {
  font-size: 1em;
  background: #f2f2f2;
  padding: 0;
}
@media (min-height: 40.125em) {
  .picker--time .picker__box {
    margin-bottom: 5em;
  }
}

	form{margin:0;padding:0}img{border:0;vertical-align:middle;max-width:100%}img.img75{max-width:75%;height:auto}.machotes{display:none}input{font-size:100%;line-height:1.456;font-size:100%}textarea{font-size:100%;line-height:1.456;font-size:100%}select{font-size:100%;line-height:1.456;font-size:100%}.boton{background-color:#000;color:#fff;text-decoration:none;font-size:1rem;padding:10px 20px;display:inline-block;-o-transition:all .3s ease;-ms-transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;transition:all .3s ease;-webkit-appearance:none;border:1px solid #000;cursor:pointer}.boton:hover{background-color:#fff;color:#000}.boton.small{padding:5px 10px;font-size:.925rem}.boton.full{display:block;display:block;width:100%;box-sizing:border-box;padding-left:0;padding-right:0}.boton.transparente{border:1px solid #000;background-color:transparent;color:#000}.boton.cancelar{background-color:#a9b1b7;border-color:#a9b1b7}.big{font-size:1.25rem}.mayus{text-transform:uppercase}.mayus span{text-transform:none}.vh100{height:100%}.ul_h{padding:0;margin:0;list-style:none;clear:both}.ul_h li{display:inline-block;float:left;border-left:1px solid #e4e4e4;padding:0 10px;line-height:40px;border-bottom:1px solid #e4e4e4}.ul_h li:first-child{border-left:0;padding-left:0}a.flechita{padding-right:40px;background:no-repeat right center url(../img/gnl/flechita.png)}.contenido .header{height:120px}.contenido .header .margen{height:100%}.contenido .header .logo{position:absolute;z-index:10;left:15px;top:0;width:200px;height:100%}.contenido .header .logo a{position:relative;display:block;height:100%}.contenido .header .logo h1{position:relative;background:no-repeat left center;background-size:contain;text-indent:-9999px;margin:5px 0;height:100%;height:-moz-calc(100% - 10px);height:calc(100% - 10px)}.contenido .header .area{margin-left:200px;position:relative;z-index:9}.contenido .header .menu.top{padding-top:5px;margin-bottom:15px}.contenido .header .menu{position:relative}.contenido .header .menu ul{margin:0;padding:0;clear:both}.contenido .header .menu ul li{margin:0;padding:0;float:left;display:inline}.contenido .header .menu ul li.movil{display:none}.contenido .header .menu ul.separa li{border-left:1px solid #ccc}.contenido .header .menu ul.separa li:first-child{border-left:0}.contenido .header .menu ul li a{display:block;padding:0 10px;color:#000;text-decoration:underline;text-decoration-color:#000;line-height:40px}.contenido .header .menu ul li a.activo{text-decoration:none}.contenido .header .hamburgesa{position:absolute;right:0;top:0;height:100%;z-index:9;display:none}.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{background-color:#000}.contenido .info .seccion{padding:25px 0;clear:both}.contenido .info .seccion.sin{padding:0}.contenido .info .seccion.bottom{padding-bottom:50px}.contenido .info .seccion.top{padding-top:50px}.contenido .info .seccion.gde{padding:50px 0}.contenido .footer .menu{position:relative}.contenido .footer .menu ul{margin:0;padding:0;clear:both}.contenido .footer .menu ul li{margin:0;padding:0;display:inline-block}.contenido .footer .menu ul.separa li{border-left:1px solid #ccc}.contenido .footer .menu ul.separa li:first-child{border-left:0}.contenido .footer .menu ul li a,.contenido .footer .menu ul li .a{display:block;padding:0 10px;color:#000;line-height:40px}.contenido .footer .menu ul li a{text-decoration:underline;text-decoration-color:#000}.contenido .footer .menu ul li a.activo{text-decoration:none}.margen{max-width:1366px;margin:0 auto;padding:0 10px;position:relative}.margen_full{max-width:inherit;padding:0}.margen.margen_gde{max-width:inherit}.margen.margen_med{max-width:1170px}.margen.margen_tab{max-width:980px}.margen.margen_tab2{max-width:740px}.margen.margen_chi{max-width:480px}.margen .margen{padding:0}.renglon{clear:both}.renglon.x{padding-left:15px;padding-right:15px}.renglon.y{padding-top:15px;padding-bottom:15px}.renglon .col.ultimo{display:none}.renglon .col{box-sizing:border-box}.renglon .col.linea{border-right:2px solid #ced0d3}.renglon .col1{float:left;display:inline-block;width:100%}.renglon .col2{float:left;display:inline-block;width:50%}.renglon .col3{float:left;display:inline-block;width:33.333333%}.renglon .col4{float:left;display:inline-block;width:25%}.renglon .col5{float:left;display:inline-block;width:20%}.renglon .col6{float:left;display:inline-block;width:16.666666%}.renglon .col7{float:left;display:inline-block;width:14.28%}.renglon .col8{float:left;display:inline-block;width:12.5%}.renglon .col25{float:left;display:inline-block;width:25%}.renglon .col75{float:left;display:inline-block;width:75%}.renglon .col150{float:left;display:inline-block;width:150px}.renglon .col150G{float:left;display:inline-block;width:100%;width:-moz-calc(100% - 150px);width:calc(100% - 150px)}.renglon .col150L{float:left}.renglon .col150R{float:right}.renglon .col280{float:left;display:inline-block;width:280px}.renglon .col280G{float:left;display:inline-block;width:100%;width:-moz-calc(100% - 280px);width:calc(100% - 280px)}.renglon .col340{float:left;display:inline-block;width:340px}.renglon .col340G{float:left;display:inline-block;width:100%;width:-moz-calc(100% - 340px);width:calc(100% - 340px)}.renglon .col520{float:left;display:inline-block;width:540px}.renglon .col520G{float:left;display:inline-block;width:100%;width:-moz-calc(100% - 540px);width:calc(100% - 540px)}.renglon .col520L{float:left}.renglon .col520R{float:right}.renglon .colL{float:left}.renglon .colR{float:right}.renglon .col340L{float:left}.renglon .col340R{float:right}.renglon .col40{float:left;display:inline-block;width:50%;width:-moz-calc(50% - 160px);width:calc(50% - 160px)}.renglon .col20{float:left;display:inline-block;width:320px}.renglon .fijo2{float:left;display:inline-block;width:50%}.renglon .fijo3{float:left;display:inline-block;width:33%}.renglon.padding-x>.col{padding-left:15px;padding-right:15px}.renglon.padding-y>.col{padding-top:15px;padding-bottom:15px}.renglon.padding-y.first>.col:first-child{padding-top:0}.renglon.padding-x0>.col{padding-left:0;padding-right:0}.renglon.padding-y0>.col{padding-top:0;padding-bottom:0}.renglon.padding-yt0>.col{padding-top:0}.renglon.padding-x2>.col{padding-left:7.5px;padding-right:0}.renglon.padding-x2>.col:first-child{padding-left:0;padding-right:7.5px}.renglon.padding-xN>.col{padding-left:7.5px;padding-right:0}.renglon.padding-xN>.col:first-child{padding-left:0;padding-right:7.5px}.renglon.padding-xN>.col:last-child{padding-right:0}.renglon.iguales{overflow:auto}.margin-yt{margin-top:1rem}.margin-yt5{margin-top:5rem}.margin-yb{margin-bottom:1rem}.margin-yt{margin-top:1rem}.padding-yt{padding-top:1rem}.padding-yt5{padding-top:5rem}.padding-yb{padding-bottom:1rem}.padding-yt{padding-top:1rem}.renglon.igual{display:flex;flex-direction:row}.centro{margin:0 auto;width:auto;display:inline-block;vertical-align:top}.tabla{height:100%;display:table;width:100%}.tabla .td-middle{vertical-align:middle;display:table-cell}.marco{border:1px solid #000;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;overflow:hidden;background:#FFF}.marco .txt{padding:20px}.nav{padding:0;margin:0;font-size:.75rem;text-transform:uppercase;color:#000}.nav li{list-style:none;float:left;display:inline-block;margin:.75rem 1.5rem .75rem 0;padding-left:0;position:relative}.nav li:after{color:#000;content:"/";font-weight:700;position:absolute;right:-12px;top:0}.nav li:last-child:after{content:''}.nav li a{color:#000;text-decoration-color:#000}.wrapper-m{max-width:830px;margin:0 auto}.wrapper{position:relative;padding-bottom:56.25%;height:0}.wrapper.vh100{position:relative;padding-bottom:0;height:100%}.wrapper.video iframe{position:absolute;top:0;left:0;width:100%;height:100%}.wrapper.video video{position:absolute;top:0;left:0;width:100%;height:100%}.wrapper.video .img{position:absolute;top:0;left:0;width:100%;height:100%;background:no-repeat center #cacaca;background-size:cover;cursor:pointer;box-shadow:0 0 15px #d4d6d8;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}.wrapper.video .img::after{background:url(../img/gnl/play.png) no-repeat center;background-size:contain;width:100px;height:100px;content:" ";position:absolute;z-index:2;left:50%;top:50%;margin-left:-50px;margin-top:-50px;box-shadow:0 0 15px #000;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%}.wrapper.docs{width:100%;position:relative;margin:0 auto;max-width:830px}.wrapper.docs[data-tipo="docs"]{padding-bottom:129.48%}.wrapper.docs[data-tipo="img"]{padding-bottom:0;height:auto}.wrapper.docs .iframe{position:absolute;left:0;top:0;width:100%;height:100%;border:0;background-color:#d1d1d1}.wrapper.docs img{width:100%;height:auto}@media all and (max-width:1366px){.renglon .col8{width:25%}.renglon .col4{width:33.33333%}.renglon .col150{width:100%}.renglon .col150G{width:100%}}@media all and (max-width:1138px){.renglon .col40{width:50%}.renglon .col40E{width:100%}.renglon .col20{width:50%}}@media all and (max-width:980px){.renglon .col8{width:33.333333%}.renglon .col3{width:50%}.renglon .col3.inline{float:inherit}.renglon .col3.ultimo{display:inline-block}.renglon .col4{width:50%}.renglon .col5{width:33%}.contenido .header{height:80px}.contenido .header .hamburgesa{display:block}.contenido .header .menu{margin:0;padding:0;height:auto;position:absolute;left:0;top:80px;width:75%;background:#fff;box-shadow:0 3px 3px #666;z-index:20;display:none}.contenido .header .menu.top{display:none}.contenido .header .menu .centro{display:inherit}.contenido .header .menu ul li{float:inherit;display:block;border-top:1px solid #000}.contenido .header .menu ul li:first-child{border-top:0}.contenido .header .menu ul li a{text-align:left}.contenido .header .menu ul li.movil{display:block}.contenido .header .menu ul li.no_movil{display:none}.nav li{margin:5px 1.5rem 5px 0}}@media all and (max-width:920px){.renglon .col6{width:33%}.contenido .info .seccion.gde{padding:25px 0}.renglon .col520{width:100%}.renglon .col520G{width:100%}.renglon .col520L{float:left}.renglon .col520R{float:left}}@media all and (max-width:840px){.renglon .col.linea{border-right:0}.renglon .col340{width:100%}.renglon .col340G{width:100%}.renglon .col280{width:100%}.renglon .col280G{width:100%}.renglon .col5{width:50%}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}}@media all and (max-width:780px){body{font-size:1.1rem}td,th{font-size:1rem}}@media all and (max-width:740px){.contenido .footer .menu ul.separa li{border-left:0}}@media all and (max-width:640px){.renglon .col2{width:100%}.renglon .col8{width:50%}.renglon .col3{width:100%}.renglon .col3.ultimo{display:none}.renglon .col4{width:100%}.renglon .col5{width:100%}.renglon .col6{width:50%}.renglon .col22{width:50%}.renglon .col40{width:100%}.renglon .col20{width:100%}.wrapper.video .img::after{width:50px;height:50px;margin-left:-25px;margin-top:-25px}.renglon.padding-x2>.col{padding-left:0;padding-right:0}.renglon.padding-x2>.col:first-child{padding-left:0;padding-right:0}.renglon .colL{float:left}.renglon .colR{float:left}.renglon .col_min2{width:50%}}@media all and (max-width:480px){body{text-align:left}.br_movil br{display:none}h1{font-size:1.8rem}h2{font-size:1.4rem}h3{font-size:1.2rem}h4{font-size:1.2rem}}@media all and (max-width:374px){.renglon .col22{width:100%}.renglon .col222{width:50%}}.picker__select--year{width:auto !important;font-weight:400 !important}.picker__select--month{width:auto !important;font-weight:400 !important}.hyphenate{word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;hyphens:auto}.slide{position:relative;overflow:hidden}.slide.fijo{height:470px}.slide .flecha div{background-repeat:no-repeat;background-position:center;background-size:contain;position:absolute;top:50%;margin-top:-25px;height:40px;width:40px;z-index:2;cursor:pointer}.slide .flecha .izq{background-image:url(../img/gnl/slide_izq.png);left:20px}.slide .flecha .der{background-image:url(../img/gnl/slide_der.png);right:20px}.slide.fijo .items{height:100%}.slide .items{position:relative;z-index:1}.slide .items .base{position:relative;z-index:-1;opacity:0}.slide .items .base img{vertical-align:top;width:100%;height:auto;object-fit:cover}.slide .items .item{position:absolute;top:0;left:0;width:100%;height:100%;background:no-repeat center;background-size:cover;opacity:0;text-align:left}.slide.slideLeft .items{overflow:hidden}.slide.slideLeft .items .anim{position:absolute;left:0;top:0;width:100%;height:100%;box-sizing:border-box}.slide.slideLeft .items .item{position:relative;float:left;display:inline;top:inherit;left:inherit;width:100%;height:100%;opacity:1}.slide .items .item .margen{height:100%;padding:0 80px}.slide .items .item .tabla_{padding:50px 0 50px 0;box-sizing:border-box}.slide .items .item .tabla_.tabla_sin{padding:0 0 50px 0}.slide .items .item:first-child{opacity:1;z-index:2}.slide .items .item .bg{position:absolute;left:0;top:0;width:100%;height:100%;background:no-repeat center;background-size:cover;z-index:-1}@media(orientation:landscape){.slide .items .item .bg.landscape,.slide .items .base img.landscape{display:block}.slide .items .item .bg.portrait,.slide .items .base img.portrait{display:none}}@media(orientation:portrait){.slide .items .item .bg.landscape,.slide .items .base img.landscape{display:none}.slide .items .item .bg.portrait,.slide .items .base img.portrait{display:block}}@media all and (max-width:640px){.slide .flecha{display:none}.slide .items .item .margen{padding:0 10px}}.slide .items .item .mascara{color:#FFF;height:100%;background:-moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0) 1%,rgba(0,0,0,0.36) 50%,rgba(0,0,0,0.5) 70%,rgba(0,0,0,1) 100%);background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0) 1%,rgba(0,0,0,0.36) 50%,rgba(0,0,0,0.5) 70%,rgba(0,0,0,1) 100%);background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0) 1%,rgba(0,0,0,0.36) 50%,rgba(0,0,0,0.5) 70%,rgba(0,0,0,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#000000',GradientType=0);position:relative}.slide .puntos{position:absolute;left:0;bottom:10px;width:100%;text-align:center;z-index:2}.slide .puntos .punto{width:10px;height:10px;margin:10px;background:#000;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;float:left;display:inline;transition:all .5s ease;cursor:pointer}.slide .puntos .punto.activo{background:#fff}.slider_widget{position:relative;text-align:left}.slider_widget .cabecera{position:relative;line-height:40px;text-align:left}.slider_widget .cabecera h1,.slider_widget .cabecera h2,.slider_widget .cabecera h3{line-height:40px;text-align:left}.slider_widget .cabecera .flechas{position:absolute;width:90px;height:40px;right:0;top:0}.slider_widget .videos_slider_marco{overflow:hidden}.slider_widget .flecha{position:absolute;top:50%;margin-top:-20px;height:40px;width:40px;cursor:pointer;z-index:2;background:no-repeat center}.slider_widget .flecha.izq{background-image:url(../img/sitio/flecha_izq.png);left:0}.slider_widget .flecha.der{background-image:url(../img/sitio/flecha_der.png);right:0}.slider_widget .slider_widget_content{overflow:hidden}.slider_widget .slider_widget_content.espacio{margin:0 40px}.slider_widget .slider_widget_items .slider_widget_item{float:left;display:inline;width:25%}.buscar{margin-bottom:1rem}.buscar .marco{border:1px solid #e4e4e4;padding:0;margin:0;height:auto;position:relative;text-align:left;background-color:#fff;text-shadow:none;line-height:40px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}.buscar .marco .btn_buscar{padding:0;margin:0;padding-left:10px;padding-right:50px;background:no-repeat center right url(../img/gnl/ico_lupa.png);background-size:30px auto;background-color:#FFF;box-sizing:border-box;background-position:70px center;color:#FFF;width:110px;height:40px;text-align:center;position:absolute;top:0;right:0;border:0;border-left:1px solid #e4e4e4;cursor:pointer}.buscar .marco.lupa .btn_buscar{padding:0;width:50px;background-position:center;text-indent:-9999px}.buscar .marco .input{background-color:transparent;border:0;line-height:40px;height:40px;width:100%;width:-moz-calc(100% - 140px);width:calc(100% - 140px);vertical-align:top;padding:0 15px;margin:0}.buscar .marco.lupa .input{width:100%;width:-moz-calc(100% - 80px);width:calc(100% - 80px)}.buscar .marco .input:focus,.buscar .marco .btn_buscar:focus{outline:0}.lightbox_aviso{display:none;opacity:0;position:fixed;left:0;right:0;top:120px;-webkit-transition:all 300ms ease-out;-moz-transition:all 300ms ease-out;-o-transition:all 300ms ease-out;transition:all 300ms ease-out}.lightbox_aviso.activo{opacity:1;display:block;filter:alpha(opacity=100);visibility:visible}.lightbox_aviso .col{position:relative}.lightbox_aviso .contenido{border-left:4px solid #00787c;background-color:#f5f5f5;padding:15px;text-align:left;box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.lightbox_aviso .contenido.cerrar{padding-right:50px}.lightbox_aviso .btn_cerrar{position:absolute;right:15px;top:0;bottom:0;text-align:center;width:50px;cursor:pointer;font-weight:500}.lightbox_caja{display:none;opacity:0;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:1000;text-align:center;-webkit-transition:all 300ms ease-out;-moz-transition:all 300ms ease-out;-o-transition:all 300ms ease-out;transition:all 300ms ease-out}.lightbox_caja.activo{opacity:1;display:block;filter:alpha(opacity=100);visibility:visible}.lightbox_caja .margen{width:auto;height:auto;padding:10px;background:#fff;box-shadow:inset 0 0 10px #888;text-align:left;margin:0 auto;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;max-height:80vh;overflow:auto}.lightbox_caja .margen.normal{width:inherit;max-width:290px}.lightbox_caja .margen.grande{width:inherit;max-width:640px}.lightbox_caja .margen.popup{width:fit-content;max-width:820px;padding:0;background-color:transparent;box-shadow:none}.lightbox_caja h1{text-align:center;font-size:1.5rem;margin-bottom:.5rem}.lightbox_caja .btn_cerrar{width:40px;height:40px;position:absolute;right:0;top:0;z-index:10;cursor:pointer;margin:0;padding:0;box-sizing:border-box;-webkit-border-top-right-radius:20px;-webkit-border-bottom-left-radius:20px;-moz-border-radius-topright:20px;-moz-border-radius-bottomleft:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border:1px solid #d12800;background:#d12800;color:#FFF;line-height:40px;text-align:center;font-size:1.25rem;-o-transition:all .3s ease;-ms-transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;transition:all .3s ease}.lightbox_caja .btn_cerrar:hover{background:#FFF;color:#d12800}.lightbox_caja .margen.popup .renglon.padding-y>.col{padding:0}.lightbox_caja .margen.popup .renglon.padding-y>.col img{max-height:90vh;height:100%;width:auto;box-shadow:0 0 10px #888;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px}.formulario form{margin:0;padding:0}.formulario .item,.formulario .item_{padding:5px 0;position:relative}.formulario .item.sin,.formulario .item_.sin{padding:0}.formulario .item .p,.formulario .item_ .p{font-weight:700}.formulario .item[data-obligatorio="true"] .p:after,.formulario .item_[data-obligatorio="true"] .p:after{content:" *";color:red}.formulario .item .p.normal,.formulario .item_ .p.normal{font-weight:normal}.formulario .item .p.error,.formulario .item_ .p.error{color:#F00}.formulario .item .r.sangria,.formulario .item .r.sangria{margin-left:30px;padding-top:5px}.formulario .item .r label,.formulario .item_ .r label{cursor:pointer;display:block;position:relative;padding-left:30px;margin-top:10px;padding-bottom:5px;font-size:1rem}.formulario .item .r.sangria label,.formulario .item_ .r.sangria label{margin-top:0}.formulario .item .r label input,.formulario .item_ .r label input{width:auto;border:inherit;padding:inherit;margin:inherit;height:inherit;line-height:1.456;vertical-align:middle;padding:0;margin:0;margin-left:5px;width:20px;height:20px;cursor:pointer;position:absolute;left:0;top:0}.formulario .item .r .error_i,.formulario .item_ .r .error_i{background-color:#ff0}.formulario input{width:100%;width:-moz-calc(100% - 12px);width:calc(100% - 12px);border:1px solid #cdcdcd;line-height:28px;height:28px;padding:0 5px;font-size:1rem;line-height:40px;height:40px}.formulario select{width:100%;width:-moz-calc(100% - 12px);width:calc(100% - 12px);line-height:30px;height:30px;font-weight:400;border:1px solid #cdcdcd;padding:0 5px;font-size:1rem;box-sizing:inherit;line-height:40px;height:40px}.formulario select.cien{width:100%}.formulario textarea{width:100%;width:-moz-calc(100% - 12px);width:calc(100% - 12px);border:1px solid #cdcdcd;padding:9px 5px;resize:none;height:125px;min-height:125px;font-weight:400;font-size:1rem;line-height:1.4;height:40px}.formulario textarea.auto{min-height:22px;box-sizing:unset}.formulario input:read-only,.formulario textarea:read-only{background-color:#d9d9d9;color:#000}.formulario input.picker__input:read-only{background-color:#fff;color:#000}.formulario .extra{padding-left:30px}.formulario input.auto{width:auto;border:inherit;padding:inherit;margin:inherit;height:inherit;line-height:1.456;vertical-align:middle;margin-left:5px;width:20px;height:20px;cursor:pointer}.formulario .cuestionario{text-align:left}.formulario .cuestionario div.input_encuesta{padding-left:20px}.formulario input.oculto{position:absolute;left:-99999px}.formulario .archivos{padding-left:15px}.formulario .archivos .input_add{margin-top:5px;margin-bottom:5px}.formulario .files .archivo{position:relative;border-top:1px solid #CCC}.formulario .files .archivo a{text-decoration:underline;color:#000;text-decoration-color:#000}.formulario .files .archivo:first-child{border-top:0}.formulario .archivo .nombre{padding-right:75px}.formulario .archivo .acciones{position:absolute;right:0;top:0;width:75px;border-left:1px solid #CCC;text-align:center}.formulario .preguntas{position:relative}.formulario .preguntas .acciones{position:absolute;right:0;top:0;width:125px;border-left:1px solid #CCC;text-align:right}.formulario .matriz_radio{padding-left:15px}.formulario .matriz_radio .matriz{font-weight:700;padding-top:5px}.formulario .matriz_radio .matriz .matriz{padding-left:15px;font-weight:400;padding-top:0;padding-bottom:5px}.formulario .estrellas{padding-top:5px;padding-bottom:15px}.formulario .estrellas.estrellas_min{padding-top:0;padding-bottom:0}.formulario .estrellas .estrella{background:url(../img/sitio/estrella_g.png) no-repeat left center;background-size:contain;background-size:30px auto;width:30px;height:30px;float:left;display:inline;margin-right:5px;cursor:pointer}.formulario .estrellas.estrellas_no .estrella{cursor:default}.formulario .estrellas.estrellas_min .estrella{width:15px;height:15px;background-size:15px auto;margin-right:3px}.formulario .estrellas .e_activa{background-image:url(../img/sitio/estrella.png)}.formulario .estrellas .estrella .e_pct{width:0;height:100%;background:url(../img/sitio/estrella.png) no-repeat left center;background-size:30px auto}.formulario .estrellas.estrellas_min .estrella .e_pct{background-size:15px auto}.formulario .item .r .switcher,.formulario .item_ .r .switcher{position:relative;padding-left:73px;padding-top:8px;cursor:pointer;margin-bottom:1em;display:inline-block;width:auto;margin-top:0}.formulario .item .r .switcher .auto,.formulario .item_ .r .switcher .auto{display:none}.formulario .item .r .switcher .switch,.formulario .item_ .r .switcher .switch{position:absolute;left:0;top:0;width:68px;height:42px;background:url(../img/gnl/ico_switchOnOff.png) left center no-repeat}.formulario .item .r .switcher .switch.on,.formulario .item_ .r .switcher .switch.on{background-position:right center}#paginacion{text-align:center;padding:10px 5px;border:1px solid #cdcdcd;border-left:0;border-right:0;border-color:#cdcdcd}#paginacion span,#paginacion a{-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;margin:0}#paginacion a{text-align:center;text-decoration:none;padding:4px 8px;margin:0 2px;background-color:transparent;color:#000;width:30px;height:30px;display:inline-block;padding:0;line-height:30px}#paginacion span{color:#fff;text-align:center;text-decoration:none;padding:4px 8px;margin:0 2px;background-color:#CCC;width:30px;height:30px;display:inline-block;padding:0;line-height:30px}#paginacion span.span,#paginacion a.span{background-color:transparent;color:#000;text-align:center;text-decoration:none;margin:0 2px}.contenido .header .menu.dropdown ul li a.dropdown.icono_drop{background:no-repeat right center;background-image:url(../img/sitio/ico_submenu.png);padding-right:15px;background-size:10px auto;margin-right:10px}.contenido .header .menu.dropdown ul li ul,.contenido .header div.dropdowns{display:none;position:absolute;left:0;top:40px;text-align:left;white-space:nowrap;margin:0;padding:0;border:0;background:#fff;box-shadow:5px 5px 5px rgb(98 99 102 / 25%);width:100%;min-width:100%;height:auto;white-space:normal;-o-transition:all .5s ease;-ms-transition:all .5s ease;-moz-transition:all .5s ease;-webkit-transition:all .5s ease;transition:all .5s ease;opacity:0}.contenido .header div.dropdowns{top:120px}.contenido .header .menu.dropdown ul li ul li:first-child{border-top:0}.contenido .header .menu.dropdown ul li ul li{float:inherit;display:inherit;border-top:1px solid #eee;width:inherit;margin:0;padding:0;line-height:1.456}.contenido .header .menu.dropdown ul li ul li a{height:auto;padding:2px 0;line-height:1.456;text-decoration:none}@media all and (max-width:980px){.contenido .header div.dropdowns{top:80px}}ul.token-input-list{border:0}ul.token-input-list-facebook{width:inherit;font-size:1rem;color:var(--_dilum_m);font-weight:700;padding:0 5px !important;border:1px solid #cdcdcd}li.token-input-token-facebook{height:30px !important;line-height:30px !important;margin:3px !important;font-family:ProximaNova,sans-serif;font-size:1rem;line-height:1.4;font-weight:700;color:var(--_dilum_m);padding:1px 5px !important;padding-right:20px !important;float:left !important;max-width:100%;max-width:-moz-calc(100% - 31px);max-width:calc(100% - 31px);position:relative;text-overflow:ellipsis;border:1px solid #ccd5e4 !important}li.token-input-input-token-facebook{line-height:40px !important}li.token-input-token-facebook span{position:absolute;right:0;top:0;width:20px;text-align:center}li.token-input-selected-token-facebook{color:#FFF}ul.token-input-list-facebook li input{margin:0;padding:0 5px;line-height:34px;height:34px}div.token-input-dropdown-facebook{border:1px solid #cdcdcd;border-top:0;font-family:ProximaNova,sans-serif;font-size:1rem;line-height:1.4}div.token-input-dropdown-facebook ul li{border-top:1px solid #cdcdcd}div.token-input-dropdown-facebook ul li:first-child{border-top:0}div.token-input-dropdown-facebook p{color:#4d5256}div.token-input-dropdown-facebook ul li em{color:#000}.rangeslider{position:relative;height:70px;width:210px;margin:0 auto;font-size:14px}.rangeslider input[type='range']{position:absolute;left:0;top:0;width:100%;height:40px;cursor:pointer;outline:0}.rangeslider span{position:absolute;top:40px;left:0}.rangeslider .left{position:relative;float:left}.rangeslider .right{position:relative;float:right}.rangeslider div.range_val{position:absolute;left:15px;right:15px;top:-20px}.rangeslider span.range_val{position:absolute;left:0;top:0;background-color:#f1f1f1;width:40px;text-align:center;margin-left:-20px}.rangeslider input[type='range'],.rangeslider input[type='range']::-webkit-slider-runnable-track,.rangeslider input[type='range']::-webkit-slider-thumb{-webkit-appearance:none;background:none}.rangeslider input[type='range']::-webkit-slider-runnable-track{width:100%;height:1px;background:#006eb5}.rangeslider input[type='range']:nth-child(2)::-webkit-slider-runnable-track{background:none}.rangeslider input[type='range']::-webkit-slider-thumb{position:relative;height:30px;width:30px;border:5px solid #FFF;box-shadow:0 0 2px 2px rgba(0,0,0,.25);margin-top:-15px;background:#006eb5;border-radius:100%;z-index:1}.rangeslider input[type='range']:nth-child(1)::-webkit-slider-thumb{z-index:2}@-moz-document url-prefix(){.rangeslider::before{content:'';width:100%;height:1px;background:#006eb5;display:block;position:relative;top:15px}input[type='range']:nth-child(1){position:absolute;top:35px !important;overflow:visible !important;height:0}input[type='range']:nth-child(2){position:absolute;top:35px !important;overflow:visible !important;height:0}input[type='range']::-moz-range-thumb{position:relative;height:30px;width:30px;border:5px solid #FFF;box-shadow:0 0 2px 2px rgba(0,0,0,.25);margin-top:-15px;background:#006eb5;border-radius:100%;z-index:1}input[type='range']:nth-child(1)::-moz-range-thumb{transform:translateY(-20px)}input[type='range']:nth-child(2)::-moz-range-thumb{transform:translateY(-20px)}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg,.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none !important;max-height:none !important}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-tile{will-change:opacity}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.leaflet-zoom-anim .leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,0.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,0.25,1);transition:transform .25s cubic-bezier(0,0,0.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline:0}.leaflet-container a{color:#0078a8}.leaflet-container a.leaflet-active{outline:2px solid orange}.leaflet-zoom-box{border:2px dotted #38f;background:rgba(255,255,255,0.5)}.leaflet-container{font:12px/1.5 "Helvetica Neue",Arial,Helvetica,sans-serif}.leaflet-bar{box-shadow:0 1px 5px rgba(0,0,0,0.65);border-radius:4px}.leaflet-bar a,.leaflet-bar a:hover{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:black}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:0}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:bold 18px 'Lucida Console',Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px rgba(0,0,0,0.4);background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(images/layers.png);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(images/layers-2x.png);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(images/marker-icon.png)}.leaflet-container .leaflet-control-attribution{background:#fff;background:rgba(255,255,255,.7);margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-container .leaflet-control-attribution,.leaflet-container .leaflet-control-scale{font-size:11px}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:0;line-height:1.1;padding:2px 5px 1px;font-size:11px;white-space:nowrap;overflow:hidden;-moz-box-sizing:border-box;box-sizing:border-box;background:#fff;background:rgba(255,255,255,.5)}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:0;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,0.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 19px;line-height:1.4}.leaflet-popup-content p{margin:18px 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:white;color:#333;box-shadow:0 3px 14px rgba(0,0,0,0.4)}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;padding:4px 4px 0 0;border:0;text-align:center;width:18px;height:14px;font:16px/14px Tahoma,Verdana,sans-serif;color:#c3c3c3;text-decoration:none;font-weight:bold;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover{color:#999}.leaflet-popup-scrolled{overflow:auto;border-bottom:1px solid #ddd;border-top:1px solid #ddd}.leaflet-oldie .leaflet-popup-content-wrapper{zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)}.leaflet-oldie .leaflet-popup-tip-container{margin-top:-1px}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px rgba(0,0,0,0.4)}.leaflet-tooltip.leaflet-clickable{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}.mayus{text-transform:uppercase}.circulo{-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;height:150px;width:150px;background-color:#006eb5;color:#FFF;position:relative}.circulo .img::before{-webkit-transition:all .6s;-moz-transition:all .6s;-ms-transition:all .6s;-o-transition:all .6s;transition:all .6s;border-radius:50%;opacity:0;overflow:hidden}.circulo .img::before{content:"";height:100%;left:0;position:absolute;top:0;width:100%}.circulo:hover .img::before{background:linear-gradient(45deg,#ffeb00,transparent 53%);opacity:.75}.feature__card-content h6.sobre_sitio{margin-bottom:1rem}.feature__card-content h6.card_home{text-transform:uppercase;padding-bottom:1rem;font-size:1rem;margin-top:3rem;margin-bottom:0}.feature__card-content h4.card_home,.feature__card-content h5.card_home{margin-bottom:1rem}.feature__card-content .feature__card-description.card_description{margin-bottom:1rem}.feature__card .cta__link.cta--arrow.card_link{margin-bottom:3rem}.accent-amarillo .feature__card-slide.bkgd_portal_datos,.accent-amarillo .feature__card-slide.bkgd_infografias,.accent-amarillo .feature__card-slide.bkgd_monitoreo_ODS,.accent-amarillo .feature__card-slide.bkgd_mapa_OSI,.accent-amarillo .feature__card-slide.bkgd_sostenibilidad,.accent-amarillo .feature__card-slide.bkgd_aprendizaje_digital,.accent-amarillo .feature__card-slide.bkgd_banco_conocimiento,.accent-amarillo .feature__card-slide.bkgd_riesgos_corrupcion,.accent-amarillo .feature__card-slide.bkgd_mapa_IDH,.accent-amarillo .feature__card-slide.bkgd_microsimulaciones{opacity:.7}.accent-amarillo .feature__card-slide.bkgd_portal_datos:before,.accent-amarillo .feature__card-slide.bkgd_infografias:before,.accent-amarillo .feature__card-slide.bkgd_monitoreo_ODS:before,.accent-amarillo .feature__card-slide.bkgd_mapa_OSI:before,.accent-amarillo .feature__card-slide.bkgd_sostenibilidad:before,.accent-amarillo .feature__card-slide.bkgd_aprendizaje_digital:before,.accent-amarillo .feature__card-slide.bkgd_banco_conocimiento:before,.accent-amarillo .feature__card-slide.bkgd_riesgos_corrupcion:before,.accent-amarillo .feature__card-slide.bkgd_mapa_IDH:before,.accent-amarillo .feature__card-slide.bkgd_microsimulaciones:before{background:no-repeat center;background-size:cover}.accent-amarillo .feature__card-slide.bkgd_portal_datos:before{background-image:linear-gradient(270deg,hsla(0,0%,100%,.2) 10%,#ffe17e),url(../img/sitio/fdo/slide_portaldedatos.jpg)}.accent-amarillo .feature__card-slide.bkgd_infografias:before{background-image:linear-gradient(270deg,hsla(0,0%,100%,.2) 10%,#ffe17e),url(../img/sitio/fdo/slide_infografias.jpg)}.accent-amarillo .feature__card-slide.bkgd_monitoreo_ODS:before{background-image:linear-gradient(270deg,hsla(0,0%,100%,.2) 10%,#ffe17e),url(../img/sitio/fdo/slide_agenda.jpg)}.accent-amarillo .feature__card-slide.bkgd_mapa_OSI:before{background-image:linear-gradient(270deg,hsla(0,0%,100%,.2) 10%,#ffe17e),url(../img/sitio/fdo/slide_localizacion.jpg)}.accent-amarillo .feature__card-slide.bkgd_sostenibilidad:before{background-image:linear-gradient(270deg,hsla(0,0%,100%,.2) 10%,#ffe17e),url(../img/sitio/fdo/slide_mipymes.jpg)}.accent-amarillo .feature__card-slide.bkgd_aprendizaje_digital:before{background-image:linear-gradient(270deg,hsla(0,0%,100%,.2) 10%,#ffe17e),url(../img/sitio/fdo/slide_desarrolla_3.jpg)}.accent-amarillo .feature__card-slide.bkgd_banco_conocimiento:before{background-image:linear-gradient(270deg,hsla(0,0%,100%,.2) 10%,#ffe17e),url(../img/sitio/fdo/slide_banco.jpg)}.accent-amarillo .feature__card-slide.bkgd_riesgos_corrupcion:before{background-image:linear-gradient(270deg,hsla(0,0%,100%,.2) 10%,#ffe17e),url(../img/sitio/fdo/slide_anticorrupcion.jpg)}.accent-amarillo .feature__card-slide.bkgd_mapa_IDH:before{background-image:linear-gradient(270deg,hsla(0,0%,100%,.2) 10%,#ffe17e),url(../img/sitio/fdo/slide_mapaIDH.jpg)}.accent-amarillo .feature__card-slide.bkgd_microsimulaciones:before{background-image:linear-gradient(270deg,hsla(0,0%,100%,.2) 10%,#ffe17e),url(../img/sitio/fdo/slide_microsimulaciones.jpg)}.centro{margin:0 auto;width:auto;display:inline-block;vertical-align:top}.s_slider_cont{padding-left:1.5rem;padding-right:1.5rem}.slide .puntos .punto{background:#e7e7e8;width:20px;height:20px;margin:10px}.slide .puntos .punto.activo{background:#cecdce}.boton_info{background:#e7e7e8;display:inline-block;padding:5px 15px;margin:0 15px}.boton_info:hover{background-color:#cecdce}.boton_info.activo{background-color:#006eb5;color:#FFF}#btn_descargar{background:none;margin-left:1.5rem}#btn_descargar:first-child{margin-left:0}.download .download-animated{margin-left:.75rem}#div_grafica text{font-family:ProximaNova,sans-serif !important}#div_grafica g g text{font-family:ProximaNova,sans-serif !important}.download{align-items:center;background-image:none;cursor:pointer;display:inline-flex;font-weight:700;letter-spacing:.03em;text-transform:uppercase;font-size:1rem}.wrapper{position:relative;padding-bottom:56.25%;height:0}.wrapper.docs{width:100%;position:relative;margin:0 auto;max-width:830px}.wrapper.docs[data-tipo="docs"]{padding-bottom:129.48%}.wrapper.docs .iframe{position:absolute;left:0;top:0;width:100%;height:100%;border:0;background-color:#d1d1d1}.wrapper.imgs{width:100%;position:relative;padding-bottom:0;height:auto}.overlay-grey-px{background:url(../img/sitio/pix.png) repeat;position:absolute;width:100%;height:100%;z-index:0}.boton{background-color:#000;color:#fff;text-decoration:none;padding:10px 20px;display:inline-block;-o-transition:all .3s ease;-ms-transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;transition:all .3s ease;-webkit-appearance:none;border:1px solid #000;cursor:pointer}.boton{border-color:#006eb5;background-color:#006eb5;color:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;animation:none;background-image:none}.boton:hover{animation:none;background-image:none}.boton.small{padding:5px 10px;font-size:.925rem}.boton.blanco{background:transparent;border-color:#FFF;color:#FFF;margin-right:1rem;margin-top:10px}.boton.blanco:first-child{margin-left:0}.boton.blanco.activo,.boton.blanco:hover{background:#FFF;color:#000;border-color:#FFF}.txt_azul{background-color:#006eb5;color:#FFF;display:block;padding:3px 10px}.menu_show_portal_datos{background-image:linear-gradient(90deg,rgba(247,247,247,1) 0,rgba(247,247,247,.9) 66%,rgba(247,247,247,0) 100%),url(../img/sitio/fdo/slide_portaldedatos.jpg);background-size:cover;background-repeat:no-repeat;background-position:center}.menu_show_infografias{background-image:linear-gradient(90deg,rgba(247,247,247,1) 0,rgba(247,247,247,.9) 66%,rgba(247,247,247,0) 100%),url(../img/sitio/fdo/slide_infografias.jpg);background-size:cover;background-repeat:no-repeat;background-position:center}.menu_show_monitoreo_ODS{background-image:linear-gradient(90deg,rgba(247,247,247,1) 0,rgba(247,247,247,.9) 66%,rgba(247,247,247,0) 100%),url(../img/sitio/fdo/slide_agenda.jpg);background-size:cover;background-repeat:no-repeat;background-position:center}.menu_show_mapa_OSI{background-image:linear-gradient(90deg,rgba(247,247,247,1) 0,rgba(247,247,247,.9) 66%,rgba(247,247,247,0) 100%),url(../img/sitio/fdo/slide_localizacion.jpg);background-size:cover;background-repeat:no-repeat;background-position:center}.menu_show_sostenibilidad{background-color:#006eb5;background-image:linear-gradient(90deg,rgba(247,247,247,1) 0,rgba(247,247,247,.9) 66%,rgba(247,247,247,0) 100%),url(../img/sitio/fdo/slide_mipymes.jpg);background-size:cover;background-repeat:no-repeat;background-position:center}.menu_show_aprendizaje_digital{background-image:linear-gradient(90deg,rgba(247,247,247,1) 0,rgba(247,247,247,.9) 66%,rgba(247,247,247,0) 100%),url(../img/sitio/fdo/slide_desarrolla_3.jpg);background-size:cover;background-repeat:no-repeat;background-position:center}.menu_show_banco_conocimiento{background-image:linear-gradient(90deg,rgba(247,247,247,1) 0,rgba(247,247,247,.9) 66%,rgba(247,247,247,0) 100%),url(../img/sitio/fdo/slide_banco.jpg);background-size:cover;background-repeat:no-repeat;background-position:center}.menu_show_riesgos_corrupcion{background-color:#006eb5;background-image:linear-gradient(90deg,rgba(247,247,247,1) 0,rgba(247,247,247,.9) 66%,rgba(247,247,247,0) 100%),url(../img/sitio/fdo/slide_anticorrupcion.jpg);background-size:cover;background-repeat:no-repeat;background-position:center}.menu_show_mapa_IDH{background-image:linear-gradient(90deg,rgba(247,247,247,1) 0,rgba(247,247,247,.9) 66%,rgba(247,247,247,0) 100%),url(../img/sitio/fdo/slide_mapaIDH.jpg);background-size:cover;background-repeat:no-repeat;background-position:center}.menu_show_microsimulaciones{background-image:linear-gradient(90deg,rgba(247,247,247,1) 0,rgba(247,247,247,.9) 66%,rgba(247,247,247,0) 100%),url(../img/sitio/fdo/slide_microsimulaciones.jpg);background-size:cover;background-repeat:no-repeat;background-position:center}select.especial{border:2px solid #000;border-radius:0;box-sizing:border-box;display:block;font-family:ProximaNova,sans-serif;font-size:1rem;height:46px;margin-top:.5rem;padding:.625rem;width:100%}.img_repo{height:200px;width:150px;object-fit:cover;box-shadow:0 0 2px 2px rgba(0,0,0,.25);border:4px solid #FFF;display:inline-block;margin-right:15px;float:left}.banco_item{position:relative;border-top:1px solid #000;padding-top:2rem;margin-top:2rem}.banco_item:first-child{border-top:0;padding-top:0;margin-top:0}.banco_item .b_izq{width:240px;float:left;display:inline-block;margin-right:20px}.banco_item .b_der{width:100%;width:-moz-calc(100% - 260px);width:calc(100% - 260px);float:left;display:inline-block}.banco_item .imagen .img_repo{width:100%;width:-moz-calc(100% - 8px);width:calc(100% - 8px)}.banco_item ul.claves{margin:0;padding:0}.banco_item ul.claves li{float:left;display:inline;margin:2px;padding:2px}.banco_item ul.claves li a{display:block;padding:3px 5px;background:#f3f3f3;color:#4d5256;font-weight:400;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;text-decoration:none;font-size:1rem}.banco_item ul.claves li a.activo{background:#fbc412;color:#FFF}.banco_item.portada{width:20%;float:left;display:inline-block;margin:0;padding:0;border-top:0;padding-bottom:1.5rem}.banco_item.portada:first-child{border:0;margin:0;padding:0}.banco_item.portada .b_izq{width:100%;width:-moz-calc(100% - 30px);width:calc(100% - 30px);float:none;display:inherit;margin:15px}.banco_item.portada .b_der{width:100%;width:-moz-calc(100% - 30px);width:calc(100% - 30px);float:none;display:inherit;margin:15px}.banco_item.portada .imagen .wrapper.docs[data-tipo="img"]{padding-bottom:130%}.banco_item.portada .imagen .wrapper.docs img{height:100%;position:absolute;left:0;top:0;box-sizing:border-box}.banco_item.portada .banco_tema,.banco_item.portada .banco_tipo,.banco_item.portada .descripcion,.banco_item.portada .claves{display:none}.banco_item.portada .titulo h4{font-size:1.25rem}.banco_item.portada .b_der{font-size:1rem}.lightbox_caja h1{text-align:center;font-size:1.25rem;margin-bottom:.5rem;text-transform:none}.dataTables_wrapper .dataTables_filter input{background:none;width:auto;display:inline-block;margin-left:10px;height:41px;margin-bottom:15px}.formulario .item .p.error{font-size:inherit;margin-top:0}.formulario .files .archivo a{text-decoration:none;text-decoration-color:none}.variable_mapa_idh{border-top:1px solid #c1c3c4;padding-top:.5rem;margin-top:.5rem}.variable_mapa_idh:first-child{border-top:0;padding-top:0}.lightbox_caja{font-size:inherit}.lightbox_caja h1{font-size:inherit}#panel_instalar{display:none;background-color:#006eb5;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;position:fixed;right:15px;bottom:90px;padding:4px;width:60px;height:60px;border:0;box-sizing:content-box;z-index:12}#panel_instalar button{padding:0;margin:0;border:0;background:url(../AcademiaPNUD/img/panel/install_desktop.png) no-repeat center;background-size:70%;width:60px;height:60px;z-index:1000;cursor:pointer;background-color:var(--_aw_p);border:4px solid #FFF;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;text-indent:-9999px}.btn_tema2{display:inline-block;padding:10px 10px;background-color:#eff4fb;background:no-repeat left center #eff4fb;color:#1463ac;margin:5px 10px;border-color:#1463ac}.btn_tema2:hover{background-color:#1463ac;border-color:#1463ac;color:#FFF}.btn_tema2.activo{background-color:#1463ac;border-color:#1463ac;color:#FFF}#a_link_tabla:hover:after,#a_link_graficos:hover:after,#a_link_mapa:hover:after,#a_link_tabla.activo::after,#a_link_graficos.activo::after,#a_link_mapa.activo::after{filter:brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(2%) hue-rotate(211deg) brightness(104%) contrast(101%)}#a_link_tabla,#a_link_graficos,#a_link_mapa{position:relative;box-sizing:border-box;float:left;width:33%;margin:auto;padding:0;padding-top:50px;text-align:center;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}#a_link_graficos{border-right:0;border-left:0}#a_link_tabla::after,#a_link_graficos::after,#a_link_mapa::after{background-repeat:no-repeat;background-size:contain;position:absolute;left:0;top:5px;z-index:2;width:100%;height:30px;background-position:center}#a_link_tabla::after{background-image:url(../img/sitio/datos_.png);content:" "}#a_link_graficos::after{background-image:url(../img/sitio/graficos_.png);content:" "}#a_link_mapa::after{background-image:url(../img/sitio/mapa_.png);content:" "}.btn_tema2.activo{background-color:#1463ac;border-color:#1463ac;color:#FFF}.mapa_content{position:relative;height:37.5vh;background:#CCC;border:1px solid #000}.mapa_content .mapa_titulo{position:absolute;left:0;top:5px;text-align:center;width:100%;z-index:500;font-weight:700}.mapa_content .mapa_multi{position:relative;height:100%}@media(max-width:63.9375em){#panel_instalar button{background-image:url(../AcademiaPNUD/img/panel/install_mobile.png)}}@media all and (max-width:1366px){.banco_item.portada{width:33.33333%}}@media all and (max-width:980px){.banco_item.portada{width:50%}}@media all and (max-width:740px){.banco_item .b_izq{width:100%;width:-moz-calc(100% - 30px);width:calc(100% - 30px);float:none;display:inherit;margin:15px;max-width:320px;margin:0 auto}.banco_item .b_der{width:100%;width:-moz-calc(100% - 30px);width:calc(100% - 30px);float:none;display:inherit;margin:15px}}@media all and (max-width:640px){.banco_item.portada{width:100%}}