body.stop-scrolling{height:100%;overflow:hidden}.sweet-overlay{background-color:#000;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";background-color:rgba(0,0,0,0.4);position:fixed;left:0;right:0;top:0;bottom:0;display:none;z-index:10000}.sweet-alert{background-color:#fff;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;width:478px;padding:17px;border-radius:5px;text-align:center;position:fixed;left:50%;top:50%;margin-left:-256px;margin-top:-200px;overflow:hidden;display:none;z-index:99999}@media all and (max-width: 540px){.sweet-alert{width:auto;margin-left:0;margin-right:0;left:15px;right:15px}}.sweet-alert h2{color:#575757;font-size:30px;text-align:center;font-weight:600;text-transform:none;position:relative;margin:25px 0;padding:0;line-height:40px;display:block}.sweet-alert p{color:#797979;font-size:16px;font-weight:300;position:relative;text-align:inherit;float:none;margin:0;padding:0;line-height:normal}.sweet-alert fieldset{border:none;position:relative}.sweet-alert .sa-error-container{background-color:#f1f1f1;margin-left:-17px;margin-right:-17px;overflow:hidden;padding:0 10px;max-height:0;webkit-transition:padding .15s,max-height .15s;transition:padding .15s,max-height .15s}.sweet-alert .sa-error-container.show{padding:10px 0;max-height:100px;webkit-transition:padding .2s,max-height .2s;transition:padding .25s,max-height .25s}.sweet-alert .sa-error-container .icon{display:inline-block;width:24px;height:24px;border-radius:50%;background-color:#ea7d7d;color:#fff;line-height:24px;text-align:center;margin-right:3px}.sweet-alert .sa-error-container p{display:inline-block}.sweet-alert .sa-input-error{position:absolute;top:29px;right:26px;width:20px;height:20px;opacity:0;-webkit-transform:scale(0.5);transform:scale(0.5);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transition:all .1s;transition:all .1s}.sweet-alert .sa-input-error::after,.sweet-alert .sa-input-error::before{content:"";width:20px;height:6px;background-color:#f06e57;border-radius:3px;position:absolute;top:50%;margin-top:-4px;left:50%;margin-left:-9px}.sweet-alert .sa-input-error::before{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.sweet-alert .sa-input-error::after{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.sweet-alert .sa-input-error.show{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.sweet-alert input{width:100%;box-sizing:border-box;border-radius:3px;border:1px solid #d7d7d7;height:43px;margin-top:10px;margin-bottom:17px;font-size:18px;box-shadow:inset 0 1px 1px rgba(0,0,0,0.06);padding:0 12px;display:none;-webkit-transition:all .3s;transition:all .3s}.sweet-alert input:focus{outline:0;box-shadow:0 0 3px #c4e6f5;border:1px solid #b4dbed}.sweet-alert.show-input input{display:block}.sweet-alert button{background-color:#AEDEF4;color:#fff;border:none;box-shadow:none;font-size:17px;font-weight:500;-webkit-border-radius:4px;border-radius:5px;padding:10px 32px;margin:26px 5px 0;cursor:pointer}.sweet-alert button:focus{outline:0;box-shadow:0 0 2px rgba(128,179,235,0.5),inset 0 0 0 1px rgba(0,0,0,0.05)}.sweet-alert button:hover{background-color:#a1d9f2}.sweet-alert button:active{background-color:#81ccee}.sweet-alert button.cancel{background-color:#D0D0D0}.sweet-alert button.cancel:hover{background-color:#c8c8c8}.sweet-alert button.cancel:active{background-color:#b6b6b6}.sweet-alert button.cancel:focus{box-shadow:rgba(197,205,211,0.8) 0 0 2px,rgba(0,0,0,0.0470588) 0 0 0 1px inset !important}.sweet-alert button::-moz-focus-inner{border:0}.sweet-alert[data-has-cancel-button=false] button{box-shadow:none !important}.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false]{padding-bottom:40px}.sweet-alert .sa-icon{width:80px;height:80px;border:4px solid gray;-webkit-border-radius:40px;border-radius:50%;margin:20px auto;padding:0;position:relative;box-sizing:content-box}.sweet-alert .sa-icon.sa-error{border-color:#F27474}.sweet-alert .sa-icon.sa-error .sa-x-mark{position:relative;display:block}.sweet-alert .sa-icon.sa-error .sa-line{position:absolute;height:5px;width:47px;background-color:#F27474;display:block;top:37px;border-radius:2px}.sweet-alert .sa-icon.sa-error .sa-line.sa-left{-webkit-transform:rotate(45deg);transform:rotate(45deg);left:17px}.sweet-alert .sa-icon.sa-error .sa-line.sa-right{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);right:16px}.sweet-alert .sa-icon.sa-warning{border-color:#F8BB86}.sweet-alert .sa-icon.sa-warning .sa-body{position:absolute;width:5px;height:47px;left:50%;top:10px;-webkit-border-radius:2px;border-radius:2px;margin-left:-2px;background-color:#F8BB86}.sweet-alert .sa-icon.sa-warning .sa-dot{position:absolute;width:7px;height:7px;-webkit-border-radius:50%;border-radius:50%;margin-left:-3px;left:50%;bottom:10px;background-color:#F8BB86}.sweet-alert .sa-icon.sa-info{border-color:#C9DAE1}.sweet-alert .sa-icon.sa-info::before{content:"";position:absolute;width:5px;height:29px;left:50%;bottom:17px;border-radius:2px;margin-left:-2px;background-color:#C9DAE1}.sweet-alert .sa-icon.sa-info::after{content:"";position:absolute;width:7px;height:7px;border-radius:50%;margin-left:-3px;top:19px;background-color:#C9DAE1}.sweet-alert .sa-icon.sa-success{border-color:#A5DC86}.sweet-alert .sa-icon.sa-success::after,.sweet-alert .sa-icon.sa-success::before{content:'';position:absolute;width:60px;height:120px;background:#fff;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.sweet-alert .sa-icon.sa-success::before{-webkit-border-radius:120px 0 0 120px;border-radius:120px 0 0 120px;top:-7px;left:-33px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:60px 60px;transform-origin:60px 60px}.sweet-alert .sa-icon.sa-success::after{-webkit-border-radius:0 120px 120px 0;border-radius:0 120px 120px 0;top:-11px;left:30px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0 60px;transform-origin:0 60px}.sweet-alert .sa-icon.sa-success .sa-placeholder{width:80px;height:80px;border:4px solid rgba(165,220,134,0.2);-webkit-border-radius:40px;border-radius:50%;box-sizing:content-box;position:absolute;left:-4px;top:-4px;z-index:2}.sweet-alert .sa-icon.sa-success .sa-fix{width:5px;height:90px;background-color:#fff;position:absolute;left:28px;top:8px;z-index:1;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.sweet-alert .sa-icon.sa-success .sa-line{height:5px;background-color:#A5DC86;display:block;border-radius:2px;position:absolute;z-index:2}.sweet-alert .sa-icon.sa-success .sa-line.sa-tip{width:25px;left:14px;top:46px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.sweet-alert .sa-icon.sa-success .sa-line.sa-long{width:47px;right:8px;top:38px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.sweet-alert .sa-icon.sa-custom{background-size:contain;border-radius:0;border:none;background-position:center center;background-repeat:no-repeat}@-webkit-keyframes showSweetAlert{0%{transform:scale(0.7);-webkit-transform:scale(0.7)}45%{transform:scale(1.05);-webkit-transform:scale(1.05)}80%{transform:scale(0.95);-webkit-transform:scale(0.95)}100%{transform:scale(1);-webkit-transform:scale(1)}}@keyframes showSweetAlert{0%{transform:scale(0.7);-webkit-transform:scale(0.7)}45%{transform:scale(1.05);-webkit-transform:scale(1.05)}80%{transform:scale(0.95);-webkit-transform:scale(0.95)}100%{transform:scale(1);-webkit-transform:scale(1)}}@-webkit-keyframes hideSweetAlert{0%{transform:scale(1);-webkit-transform:scale(1)}100%{transform:scale(0.5);-webkit-transform:scale(0.5)}}@keyframes hideSweetAlert{0%{transform:scale(1);-webkit-transform:scale(1)}100%{transform:scale(0.5);-webkit-transform:scale(0.5)}}@-webkit-keyframes slideFromTop{0%{top:0}100%{top:50%}}@keyframes slideFromTop{0%{top:0}100%{top:50%}}@-webkit-keyframes slideToTop{0%{top:50%}100%{top:0}}@keyframes slideToTop{0%{top:50%}100%{top:0}}@-webkit-keyframes slideFromBottom{0%{top:70%}100%{top:50%}}@keyframes slideFromBottom{0%{top:70%}100%{top:50%}}@-webkit-keyframes slideToBottom{0%{top:50%}100%{top:70%}}@keyframes slideToBottom{0%{top:50%}100%{top:70%}}.showSweetAlert[data-animation=pop]{-webkit-animation:showSweetAlert .3s;animation:showSweetAlert .3s}.showSweetAlert[data-animation=none]{-webkit-animation:none;animation:none}.showSweetAlert[data-animation=slide-from-top]{-webkit-animation:slideFromTop .3s;animation:slideFromTop .3s}.showSweetAlert[data-animation=slide-from-bottom]{-webkit-animation:slideFromBottom .3s;animation:slideFromBottom .3s}.hideSweetAlert[data-animation=pop]{-webkit-animation:hideSweetAlert .2s;animation:hideSweetAlert .2s}.hideSweetAlert[data-animation=none]{-webkit-animation:none;animation:none}.hideSweetAlert[data-animation=slide-from-top]{-webkit-animation:slideToTop .4s;animation:slideToTop .4s}.hideSweetAlert[data-animation=slide-from-bottom]{-webkit-animation:slideToBottom .3s;animation:slideToBottom .3s}@-webkit-keyframes animateSuccessTip{0%,54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}100%{width:25px;left:14px;top:45px}}@keyframes animateSuccessTip{0%,54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}100%{width:25px;left:14px;top:45px}}@-webkit-keyframes animateSuccessLong{0%,65%{width:0;right:46px;top:54px}84%{width:55px;right:0;top:35px}100%{width:47px;right:8px;top:38px}}@keyframes animateSuccessLong{0%,65%{width:0;right:46px;top:54px}84%{width:55px;right:0;top:35px}100%{width:47px;right:8px;top:38px}}@-webkit-keyframes rotatePlaceholder{0%,5%{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}100%,12%{transform:rotate(-405deg);-webkit-transform:rotate(-405deg)}}@keyframes rotatePlaceholder{0%,5%{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}100%,12%{transform:rotate(-405deg);-webkit-transform:rotate(-405deg)}}.animateSuccessTip{-webkit-animation:animateSuccessTip .75s;animation:animateSuccessTip .75s}.animateSuccessLong{-webkit-animation:animateSuccessLong .75s;animation:animateSuccessLong .75s}.sa-icon.sa-success.animate::after{-webkit-animation:rotatePlaceholder 4.25s ease-in;animation:rotatePlaceholder 4.25s ease-in}@-webkit-keyframes animateErrorIcon{0%{transform:rotateX(100deg);-webkit-transform:rotateX(100deg);opacity:0}100%{transform:rotateX(0deg);-webkit-transform:rotateX(0deg);opacity:1}}@keyframes animateErrorIcon{0%{transform:rotateX(100deg);-webkit-transform:rotateX(100deg);opacity:0}100%{transform:rotateX(0deg);-webkit-transform:rotateX(0deg);opacity:1}}.animateErrorIcon{-webkit-animation:animateErrorIcon .5s;animation:animateErrorIcon .5s}@-webkit-keyframes animateXMark{0%,50%{transform:scale(0.4);-webkit-transform:scale(0.4);margin-top:26px;opacity:0}80%{transform:scale(1.15);-webkit-transform:scale(1.15);margin-top:-6px}100%{transform:scale(1);-webkit-transform:scale(1);margin-top:0;opacity:1}}@keyframes animateXMark{0%,50%{transform:scale(0.4);-webkit-transform:scale(0.4);margin-top:26px;opacity:0}80%{transform:scale(1.15);-webkit-transform:scale(1.15);margin-top:-6px}100%{transform:scale(1);-webkit-transform:scale(1);margin-top:0;opacity:1}}.animateXMark{-webkit-animation:animateXMark .5s;animation:animateXMark .5s}@-webkit-keyframes pulseWarning{0%{border-color:#F8D486}100%{border-color:#F8BB86}}@keyframes pulseWarning{0%{border-color:#F8D486}100%{border-color:#F8BB86}}.pulseWarning{-webkit-animation:pulseWarning .75s infinite alternate;animation:pulseWarning .75s infinite alternate}@-webkit-keyframes pulseWarningIns{0%{background-color:#F8D486}100%{background-color:#F8BB86}}@keyframes pulseWarningIns{0%{background-color:#F8D486}100%{background-color:#F8BB86}}.pulseWarningIns{-webkit-animation:pulseWarningIns .75s infinite alternate;animation:pulseWarningIns .75s infinite alternate}/*! jQuery UI - v1.12.1 - 2018-09-16
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default !important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;font-size:100%}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-controlgroup{vertical-align:middle;display:inline-block}.ui-controlgroup>.ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup>.ui-controlgroup-item:focus,.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus{z-index:9999}.ui-controlgroup-vertical>.ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item{border-top:none}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc( 100% - 2.4em )}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-checkboxradio-disabled{pointer-events:none}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-n{height:2px;top:0}.ui-dialog .ui-resizable-e{width:2px;right:0}.ui-dialog .ui-resizable-s{height:2px;bottom:0}.ui-dialog .ui-resizable-w{width:2px;left:0}.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw,.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw{width:7px;height:7px}.ui-dialog .ui-resizable-se{right:0;bottom:0}.ui-dialog .ui-resizable-sw{left:0;bottom:0}.ui-dialog .ui-resizable-ne{right:0;top:0}.ui-dialog .ui-resizable-nw{left:0;top:0}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis}.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}.ui-selectmenu-icon.ui-icon{float:right;margin-top:0}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:.222em 0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:2em}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px #5e9ed6}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("images/ui-icons_444444_256x240.png")}.ui-widget-header .ui-icon{background-image:url("images/ui-icons_444444_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url("images/ui-icons_555555_256x240.png")}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url("images/ui-icons_ffffff_256x240.png")}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url("images/ui-icons_777620_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("images/ui-icons_cc0000_256x240.png")}.ui-button .ui-icon{background-image:url("images/ui-icons_777777_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}ul.tagit{padding:1px 5px;overflow:auto;margin-left:inherit;margin-right:inherit}ul.tagit li{display:block;float:left;margin:2px 5px 2px 0}ul.tagit li.tagit-choice{position:relative;line-height:inherit}ul.tagit li.tagit-choice-read-only{padding:.2em .5em .2em .5em}ul.tagit li.tagit-choice-editable{padding:.2em 18px .2em .5em}ul.tagit li.tagit-new{padding:.25em 4px .25em 0}ul.tagit li.tagit-choice a.tagit-label{cursor:pointer;text-decoration:none}ul.tagit li.tagit-choice .tagit-close{cursor:pointer;position:absolute;right:.1em;top:50%;margin-top:-8px;line-height:17px}ul.tagit li.tagit-choice .tagit-close .text-icon{display:none}ul.tagit li.tagit-choice input{display:block;float:left;margin:2px 5px 2px 0}ul.tagit input[type="text"]{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;border:none;margin:0;padding:0;width:inherit;background-color:inherit;outline:none}#nprogress{pointer-events:none;-webkit-pointer-events:none}#nprogress .bar{background:#29d;position:fixed;z-index:100;top:0;left:0;width:100%;height:2px}#nprogress .peg{display:block;position:absolute;right:0px;width:100px;height:100%;box-shadow:0 0 10px #29d, 0 0 5px #29d;opacity:1.0;-webkit-transform:rotate(3deg) translate(0px, -4px);-moz-transform:rotate(3deg) translate(0px, -4px);-ms-transform:rotate(3deg) translate(0px, -4px);-o-transform:rotate(3deg) translate(0px, -4px);transform:rotate(3deg) translate(0px, -4px)}#nprogress .spinner{display:block;position:fixed;z-index:100;top:15px;right:15px}#nprogress .spinner-icon{width:14px;height:14px;border:solid 2px transparent;border-top-color:#29d;border-left-color:#29d;border-radius:10px;-webkit-animation:nprogress-spinner 400ms linear infinite;-moz-animation:nprogress-spinner 400ms linear infinite;-ms-animation:nprogress-spinner 400ms linear infinite;-o-animation:nprogress-spinner 400ms linear infinite;animation:nprogress-spinner 400ms linear infinite}@-webkit-keyframes nprogress-spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes nprogress-spinner{0%{-moz-transform:rotate(0deg);transform:rotate(0deg)}100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes nprogress-spinner{0%{-o-transform:rotate(0deg);transform:rotate(0deg)}100%{-o-transform:rotate(360deg);transform:rotate(360deg)}}@-ms-keyframes nprogress-spinner{0%{-ms-transform:rotate(0deg);transform:rotate(0deg)}100%{-ms-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes nprogress-spinner{0%{transform:rotate(0deg);transform:rotate(0deg)}100%{transform:rotate(360deg);transform:rotate(360deg)}}.animated{-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s}.animated.hinge{-webkit-animation-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1)}50%{-webkit-transform:scale(1.1)}100%{-webkit-transform:scale(1)}}@-moz-keyframes pulse{0%{-moz-transform:scale(1)}50%{-moz-transform:scale(1.1)}100%{-moz-transform:scale(1)}}@-o-keyframes pulse{0%{-o-transform:scale(1)}50%{-o-transform:scale(1.1)}100%{-o-transform:scale(1)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}100%{transform:scale(1)}}.pulse{-webkit-animation-name:pulse;-moz-animation-name:pulse;-o-animation-name:pulse;animation-name:pulse}.animate-spin{-moz-animation:spin 1s infinite linear;-o-animation:spin 1s infinite linear;-webkit-animation:spin 1s infinite linear;animation:spin 1s infinite linear;display:inline-block}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-o-keyframes spin{0%{-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-ms-keyframes spin{0%{-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.animate-pointing{-moz-animation:pointing 0.7s infinite ease-in-out;-o-animation:pointing 0.7s infinite ease-in-out;-webkit-animation:pointing 0.7s infinite ease-in-out;animation:pointing 0.7s infinite ease-in-out}@-moz-keyframes pointing{0%{-moz-transform:translate(5px);-o-transform:translate(5px);-webkit-transform:translate(5px);transform:translate(5px)}50%{-moz-transform:translate(0px);-o-transform:translate(0px);-webkit-transform:translate(0px);transform:translate(0px)}100%{-moz-transform:translate(5px);-o-transform:translate(5px);-webkit-transform:translate(5px);transform:translate(5px)}}@-webkit-keyframes pointing{0%{-moz-transform:translate(5px);-o-transform:translate(5px);-webkit-transform:translate(5px);transform:translate(5px)}50%{-moz-transform:translate(0px);-o-transform:translate(0px);-webkit-transform:translate(0px);transform:translate(0px)}100%{-moz-transform:translate(5px);-o-transform:translate(5px);-webkit-transform:translate(5px);transform:translate(5px)}}@-o-keyframes pointing{0%{-moz-transform:translate(5px);-o-transform:translate(5px);-webkit-transform:translate(5px);transform:translate(5px)}50%{-moz-transform:translate(0px);-o-transform:translate(0px);-webkit-transform:translate(0px);transform:translate(0px)}100%{-moz-transform:translate(5px);-o-transform:translate(5px);-webkit-transform:translate(5px);transform:translate(5px)}}@-ms-keyframes pointing{0%{-moz-transform:translate(5px);-o-transform:translate(5px);-webkit-transform:translate(5px);transform:translate(5px)}50%{-moz-transform:translate(0px);-o-transform:translate(0px);-webkit-transform:translate(0px);transform:translate(0px)}100%{-moz-transform:translate(5px);-o-transform:translate(5px);-webkit-transform:translate(5px);transform:translate(5px)}}@keyframes pointing{0%{-moz-transform:translate(5px);-o-transform:translate(5px);-webkit-transform:translate(5px);transform:translate(5px)}50%{-moz-transform:translate(0px);-o-transform:translate(0px);-webkit-transform:translate(0px);transform:translate(0px)}100%{-moz-transform:translate(5px);-o-transform:translate(5px);-webkit-transform:translate(5px);transform:translate(5px)}}body.channel .main-content{padding-bottom:0}.page-header.page-story-header{margin:0;padding:0;background:#1D1D1D;border:0}.page-header.page-column-header{margin:0;padding:0;background:#2c3e50;border:0}.page-header.page-seismik-header{padding:60px 0;background:#1D1D1D url("/assets/seismik-banner-7ca7f88fb832cddb191e4c6a47bc8e58e962f8924726c8da3459b276eadd90fa.jpg ") no-repeat center;background-size:cover;border:0;margin:0;max-height:190px}.page-header.page-seismik-header .seismik-logo{background:url("/assets/seismik-logo-528d0fe3807c10dcab4ccb331b11936b8a8dd2d2caba5fd74667816409098384.png ") no-repeat center;width:168px;height:30px;text-indent:-9999px;display:block;margin:0 0 15px}@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi){.page-header.page-seismik-header .seismik-logo{background:url("/assets/seismik-logo@2x-999766a35603b1b8b47db2229cdd0ef36db8d5cb5c750369e74325507680fe0b.png ") no-repeat center;background-size:168px 30px}}@media (max-width: 991px){.page-header.page-seismik-header .seismik-logo{margin:0 auto 15px}}.page-header.page-seismik-header .seismik-tagline{font-size:19px;color:#eee;color:rgba(255,255,255,0.8);margin:0}@media (max-width: 991px){.page-header.page-seismik-header .seismik-tagline{text-align:center}}.page-header.page-seismik-header .fb-like-box{background:#fff;background:rgba(255,255,255,0.9);border-radius:2px}.page-header.page-videos-header{padding:0;background:#1D1D1D;background-size:cover;border:0;margin:0;box-shadow:0 0px 1px rgba(0,0,0,0.15),0 0px 4px rgba(0,0,0,0.13)}.page-header.page-videos-header .story-first-big-details{width:100%;background:#2b8fd8;padding:12px 0;margin:0}.page-header.page-videos-header .story-first-big-details .page-title{color:#fff;padding:0 15px;margin:0 auto;font-size:20px}.page-news{color:#F0C502}.page-makan{color:#40d4bc}.page-fun{color:#E34374}.page-lifestyle{color:#B648F6}.page-sports{color:#C9941D}.page-tech{color:#98bef1}.page-entertainment{color:#33bd6d}.page-imho{color:#FF0000}.page-seismik{color:#E226C3}.page-videos{color:#2b8fd8}.page-title{font-size:22px;font-weight:600;letter-spacing:1px;text-transform:uppercase}.page-title.hashtag{padding:20px;color:#FFF;text-transform:none}.stories.search #search-container #hits-bot{position:absolute;top:45px;width:auto;margin-right:30px;z-index:1}.stories.search #search-container .page-search .form-control{border-radius:3px 0 0 3px;border-right:0}.stories.search #search-container .page-search .btn{border-radius:0 3px 3px 0 !important}.stories.search #search-container .checkbox-author{margin-top:24px;margin-bottom:24px}.column-header{padding:50px 0 35px;color:#fff}.column-header span{display:block;height:100px;width:100px;margin:0 auto 10px;background:#eee;border-radius:50%;font-size:35px;color:#333;padding:27px 0 0;text-transform:uppercase;font-weight:600;box-shadow:0 1px 4px rgba(0,0,0,0.3)}.column-header span.column-youtuberoftheweek{background:url(/assets/column-icon-yotw-cfe168715dc364ddc802458f365e7358c22a74ae3a26543745efc12d22f8fbb5.jpg) no-repeat center/cover;background-size:100px 100px;text-indent:-9999px}.column-header span.column-techtuesday{background:url(/assets/column-icon-techtuesday-69a85f13e30535af23025dae294aace5a52292ef2442dd6bff698c79bc5a3c46.jpg) no-repeat center/cover;background-size:100px 100px;text-indent:-9999px}.column-header span.column-saysmakan{background:url(/assets/column-icon-saysmakan-d9c474442cf0bdb6b5367062fbe3a6befb35625a0bd3846705970dcb6c4640c6.jpg) no-repeat center/cover;background-size:100px 100px;text-indent:-9999px}.column-header span.column-randomwednesday,.column-header span.column-wtfwednesday{background:url(/assets/column-icon-randomwednesday-84ec824589e9a257b0e79c367a30134f9df1b75a8a7d5e2074a9ff77260e7aa8.jpg) no-repeat center/cover;background-size:100px 100px;text-indent:-9999px}.column-header span.column-feelgoodfriday{background:url(/assets/column-icon-feelgoodfriday-babed47edfbec771d31ab0c9c1481d96a7e988170edfa3c0f8162257209506eb.jpg) no-repeat center/cover;background-size:100px 100px;text-indent:-9999px}.column-header span.column-factorfake{background:url(/assets/column-icon-factorfake-f6ed821a1a3725164187cdbce4345da5b6dbbdb81ae475619c66ca15c66d7f3d.jpg) no-repeat center/cover;background-size:100px 100px;text-indent:-9999px}.column-header h2{margin-top:15px}.story-first-big{display:table;width:100%}.story-first-big .story-first-big-details{display:table-cell;vertical-align:middle;float:none}.story-first-big .story-first-big-image{display:table-cell;vertical-align:middle;float:none}.story-first-big .story-image{width:100%;position:relative;height:370px;background-repeat:no-repeat;background-size:cover;background-position:center}.story-first-big .story-info{padding-right:30px}.story-first-big .story-info .story-meta{margin-bottom:10px;text-transform:uppercase;font-size:12px;letter-spacing:1px;display:block}.story-first-big .story-info .story-meta a{color:#FFF;color:rgba(255,255,255,0.8)}.story-first-big .story-info h4{color:#FFF;font-size:32px;font-weight:700;line-height:38px}@media (max-width: 991px){.story-first-big .story-info h4{font-size:24px;line-height:30px}}@media (max-width: 767px){.story-first-big .story-info h4{font-size:32px;line-height:38px}}.story-first-big .story-info h4 a{color:#fff}.story-first-big .story-info>p{color:#FFF;color:rgba(255,255,255,0.8);font-size:16px;margin-bottom:20px}@media (max-width: 991px){.story-first-big .story-info>p{font-size:14px}}.story-first-big .story-info span.story-meta{color:#b0b0b0;color:rgba(255,255,255,0.6)}.story-first-big .story-info span.story-meta a{display:inline;color:#b0b0b0;color:rgba(255,255,255,0.6)}.video-loader{width:100%;text-align:center;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.video-loader .loader,.video-loader .loader:before,.video-loader .loader:after{background:#ffffff;-webkit-animation:load1 1s infinite ease-in-out;animation:load1 1s infinite ease-in-out;width:1em;height:4em}.video-loader .loader{color:#ffffff;text-indent:-9999em;margin:0 auto;position:relative;font-size:11px;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation-delay:-0.16s;animation-delay:-0.16s}.video-loader .loader:before,.video-loader .loader:after{position:absolute;top:0;content:''}.video-loader .loader:before{left:-1.5em;-webkit-animation-delay:-0.32s;animation-delay:-0.32s}.video-loader .loader:after{left:1.5em}@-webkit-keyframes load1{0%,
  80%,
  100%{box-shadow:0 0;height:4em}40%{box-shadow:0 -2em;height:5em}}@keyframes load1{0%,
  80%,
  100%{box-shadow:0 0;height:4em}40%{box-shadow:0 -2em;height:5em}}.video-story-first-big .embed-responsive.embed-responsive-16by9{background-repeat:no-repeat;background-size:cover}.video-story-first-big .embed-responsive.embed-responsive-16by9 .play.youtube-play{font-size:4.7em;color:#1f1f1e}.video-story-first-big .embed-responsive.embed-responsive-16by9.played .video-loader{display:none}.video-story-first-big .embed-responsive.embed-responsive-16by9.played .video-loader .loader,.video-story-first-big .embed-responsive.embed-responsive-16by9.played .video-loader .loader:before,.video-story-first-big .embed-responsive.embed-responsive-16by9.played .video-loader .loader:after{-webkit-animation-play-state:paused;animation-play-state:paused}.video-story-info{border-bottom:1px solid #f0f3f6;padding:20px 15px}@media (max-width: 767px){.video-story-info{padding:10px 15px;margin-left:-15px;margin-right:-15px}}@media (min-width: 992px){.video-story-info{margin-left:-30px}}.video-story-info .story-info{max-width:853px;padding:0 15px;margin:0 auto;position:relative}@media (max-width: 584px){.video-story-info .story-info{padding:0}}.video-story-info .story-info .story-meta{padding:0 15px;color:#2b8fd8;text-transform:uppercase;font-size:13px;border-right:3px solid #eee}.video-story-info .story-info .story-meta .brand-author{width:100%;display:flex;justify-content:flex-end;text-align:right}.video-story-info .story-info .story-meta .brand-author a,.video-story-info .story-info .story-meta .brand-author img{vertical-align:middle;align-self:center}.video-story-info .story-info .story-meta .brand-author img{margin-left:5px;width:40px;height:auto}@media (max-width: 767px){.video-story-info .story-info .story-meta .brand-author{text-align:left;position:relative;margin:5px 0;justify-content:flex-start}.video-story-info .story-info .story-meta .brand-author a{display:inline-block;margin-left:50px;line-height:40px;vertical-align:middle}.video-story-info .story-info .story-meta .brand-author img{display:inline-block;position:absolute;left:0;margin:0}}@media (max-width: 767px){.video-story-info .story-info .story-meta{width:100%;position:relative;display:block;border-right:none;padding:0px;color:#8490A1;margin-top:5px}}@media (min-width: 768px){.video-story-info .story-info .story-meta{min-height:64px;padding-left:0}}.video-story-info .story-info .story-meta span{display:block;text-align:right}.video-story-info .story-info .story-meta span:first-of-type{color:#8490a1;font-size:10px;margin-bottom:5px}@media (max-width: 767px){.video-story-info .story-info .story-meta span{display:inline-block;text-align:left}}.video-story-info .story-info .story-meta a,.video-story-info .story-info .story-meta a:hover,.video-story-info .story-info .story-meta a:focus{color:#2b8fd8}@media (max-width: 767px){.video-story-info .story-info .story-title{display:block;width:100%;padding-left:0}}@media (min-width: 768px){.video-story-info .story-info .story-title{padding-right:0}}.video-story-info .story-info .story-title h4{color:#333;font-size:27px;font-weight:700;line-height:34px;margin:0}.video-story-info .story-info .story-title h4 p{margin:0;padding:0}.video-story-info .story-info .story-title h4 a{color:#333}@media (max-width: 767px){.video-story-info .story-info .story-title h4{font-size:20px;line-height:26px}}.video-story-info .story-info span.story-meta{color:#8490A1}.video-story-info .story-info span.story-meta a{color:#8490A1}.video-story-info .story-info>p{color:#8490A1;font-size:16px;margin-bottom:20px;margin-top:10px}@media (max-width: 991px){.video-story-info .story-info>p{font-size:14px}}.page-no-story-header{padding:50px 0 50px;background:#333 url(/assets/nostory-ae57dc3d7533b991768bae9a17accd15461d7bda806ad1141ee34b3cd2afa1ce.jpg) no-repeat;background-size:cover;border:0;color:#eee;color:rgba(255,255,255,0.8)}.page-no-story-header i.fa.fa-file-o{font-size:3.5em}.page-no-story-header p{font-size:19px}.page-no-story-header .form-control{border:0}.page-no-story-header .btn-default{border-left:0;border-radius:0 4px 4px 0}.no-story .story-listing.story-listing-bottom li{margin-bottom:20px}@media (min-width: 768px){.no-story .story-listing.story-listing-bottom li:nth-child(4){clear:both}}@media (max-width: 767px){.no-story .story-listing.story-listing-bottom li:nth-child(2n+1){clear:both}}.no-story .story-listing.story-listing-bottom li h4{font-size:16px;padding:0}.no-story .story-listing.story-listing-bottom li a{color:#333}.no-story .story-listing.story-listing-bottom li .story-image{background-position:top center;margin-bottom:10px}.twitter-typeahead{width:100%;vertical-align:middle}.input-group-lg .twitter-typeahead .form-control{height:46px;padding:10px 16px;font-size:16px;border-radius:3px 0 0 3px !important}.tt-hint{color:#999}.hits{display:none;width:100%;max-height:450px;overflow-y:scroll;background-color:#fff;border:1px solid rgba(0,0,0,0.2);border-top:0px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2)}.tt-suggestion{text-align:left;padding:8px 15px;font-size:16px;line-height:24px}.tt-suggestion:hover{color:#fff;background-color:#0097cf}.tt-suggestion:hover em{background:#1B8AC3}.tt-suggestion:hover .story-details{color:#fff}.tt-suggestion:hover .story-details .meta{color:#eee}.tt-suggestion:hover .story-details .meta span{color:#eee !important}.tt-suggestion p{margin:0}.tt-suggestion a.each-story{color:#000;text-decoration:none;display:table;width:100%;table-layout:fixed}.tt-suggestion em{font-style:normal;background:#E7EBF0}.tt-suggestion .story-thumb{display:table-cell;width:50px;background:#eee;vertical-align:top;overflow:hidden;background-size:cover;background-position:center}.tt-suggestion .story-thumb img{display:none}.tt-suggestion .story-details{display:table-cell;padding-left:10px;vertical-align:top}.tt-suggestion .story-details .meta{font-size:12px;color:#888}.tt-suggestion .story-details .meta span{font-weight:600;letter-spacing:1px;text-transform:uppercase}.hits-more{position:relative;margin-top:-1px;background:#eee;width:100%;padding:5px 10px;text-align:center;border:1px solid rgba(0,0,0,0.2);border-top:0;font-size:12px;color:#777}.headersearch .tt-suggestion{font-size:15px;line-height:18px;padding:7px 12px 8px}.headersearch .tt-suggestion .story-details .title{margin-bottom:3px;font-size:14px}.headersearch .tt-suggestion .story-details .meta{font-size:11px}#youtube-subscribe{position:relative;margin-top:20px}#youtube-subscribe.fixed{position:fixed;top:54px}@media (max-width: 767px){#youtube-subscribe{display:none}}.emirates .page-header .container{border:none}.channel-story .channel-story-info .story-channel{margin-bottom:8px}.channel-story .channel-story-info h3{font-size:20px;font-weight:600;line-height:24px;margin-bottom:8px}.channel-story .channel-story-info h3 p{color:#333333}.channel-story .channel-story-info p{color:#666666;margin-bottom:8px}.channel-story .channel-story-info .channel-story-desc{font-size:16px;font-weight:400;line-height:19.2px}.channel-story .channel-story-info .channel-story-author{font-size:12.8px;font-weight:400;line-height:19.2px}.channel-story .channel-story-info .channel-story-author img{display:inline-block;height:30px;margin-right:8px}.channel-story .channel-story-card{box-shadow:0 0px 4px rgba(0,0,0,0.15)}.channel-story.page-videos-header .played .video-loader{display:none}.modal-dialog{padding:30px 0}.modal-header{background:#6699CC;color:#fff;border:0}.modal-header h3{margin:0}.modal-header .modal-title{line-height:50px;padding-left:15px;font-size:17px}.modal-header .close{background:#5986B2;color:#fff;padding:20px;opacity:1;margin:0;text-shadow:0 0 0 transparent;float:none;position:absolute;top:0;right:0}.modal-header .close:hover{background:#41688F}.modal-header .close:active,.modal-header .close.active{background:#4D759C}.modal-content{border-radius:0;-moz-border-radius:0;-webkit-border-radius:0}.modal-content .btn.orange{width:100%;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px}.modal-body{padding:30px}.modal-body label{color:#777;font-size:13px}.filter-form{margin:0 auto;width:inherit;height:inherit}.filter-form label{color:#777;font-size:13px}.group-border{border:2px solid #AEB5C2;overflow:hidden;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px}.group-border .form-group{margin:0}.group-border input{background-image:url("/assets/signup-input-9377c5f3552e4a6c44fc044b5e838759126eb71dbe2513200bfd87310d4e495e.png");background-repeat:no-repeat;border:0;padding-left:43px;border-top:1px solid #E2E7ED;font-size:13px;height:43px;box-shadow:0 0 0 0;-moz-box-shadow:0 0 0 0;-webkit-box-shadow:0 0 0 0;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0}.group-border input.username{background-position:13px 14px;border:0}.group-border input.email{background-position:13px -29px}.group-border input.password{background-position:13px -70px;display:inline-block;zoom:1;*display:inline;width:167px;float:left}.group-border input.password.last{border-left:1px solid #E2E7ED}.group-border input::-webkit-input-placeholder{color:#B0BAC9}.group-border input:-moz-placeholder{color:#B0BAC9;opacity:1}.group-border input::-moz-placeholder{color:#B0BAC9;opacity:1}.group-border input:-ms-input-placeholder{color:#B0BAC9}.group-border input:focus{border-color:#E2E7ED;box-shadow:0 0 0 transparent;-moz-box-shadow:0 0 0 transparent;-webkit-box-shadow:0 0 0 transparent}.optional{height:1px;line-height:1px;background:#E2E7ED;margin:30px 0;text-transform:uppercase;font-weight:700;font-size:11px}.optional span{background:#fff;padding:0 10px;color:#747A86}.form-optional{border:2px dashed #D8E1ED;padding:15px;margin:30px 0 20px;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px}.fake-avatar{background:url("/assets/avatar/upload-avatar-58de5a666f90dfdc4f34e85ee6c883b7605170b3ac30f264fbc13d38c04719e9.png");width:110px;height:110px;display:block}.avatar-upload{margin-left:120px}.form-term{font-size:11px;color:#7D8492}.form-term a{color:#555D6F;font-weight:700;text-decoration:underline}.pass-rec{margin-top:10px;margin-bottom:0}.pass-rec a{font-size:11px;color:#7D8492;font-weight:700}.modal-footer{border:0;padding:13px 0;margin-top:0;background:#E5EAF0;font-size:11px;color:#7D8492;text-align:center}.modal-footer a{font-weight:700}#signin-modal .group-border input.password{display:block;width:100%;float:none}#email-share-containe-modal .modal-dialog{position:absolute;height:170px;width:500px;margin-top:-85px;top:50%;margin-left:-250px;left:50%;padding:0}#email-share-containe-modal .modal-header{background:transparent;height:0}#email-share-containe-modal .modal-header .close{background:transparent;color:#666;z-index:1}#email-share-containe-modal .modal-body{padding:14px 10px 30px}#email-share-containe-modal .form-control{border:0;height:auto;padding:10px 12px}.modal-email-footer{border:0;padding:13px 0;margin-top:0;background:#fff;font-size:11px;color:#7D8492;text-align:center}.modal-email-footer a{color:#555D6F;font-weight:700;text-decoration:underline}.email-control{background:transparent;border:1px solid #AEB5C2;height:25%;width:100%;border-radius:2px;padding:13px 15px;resize:none}.modal-body-email{padding:14px 10px 0px}.email-share-container{position:relative}.email-share-container .email-share{width:500px;top:-13px;position:absolute;border:1px solid #AEB5C2;background-color:#fff;display:none;z-index:99}.email-share-container .modal-title{margin-bottom:6px}.email-share-container .close-modal{cursor:pointer;position:absolute;right:30px;top:30px}.email-share-container .close-modal a{color:#DD4B39}#thankyou-modal .modal-dialog{position:absolute;height:170px;width:500px;margin-top:-85px;top:50%;margin-left:-250px;left:50%;padding:0}#thankyou-modal .modal-header{background:transparent;height:0}#thankyou-modal .modal-header .close{background:transparent;color:#666;z-index:1}#thankyou-modal .modal-body{padding:14px 10px 30px}#thankyou-modal .btn-facebook,#thankyou-modal .btn-twitter,#thankyou-modal .btn-gplus{font-weight:700;padding:8px 14px;margin:0 2px;font-size:13px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px}.subscribe-notification h3{margin:-10px 0 20px}.subscribe-notification .content{font-size:13px;background:#FFFCDF;border:2px dashed #E2C592;padding:15px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px}.subscribe-notification .content p{margin:0 0 10px}@media (max-width: 767px){.modal-header .modal-title{padding-left:15px;font-size:16px}.modal-body{padding:15px}.subscribe-notification ul li{height:150px;margin:0 5px}}.bootstrap-wysihtml5-insert-link-modal .checkbox{padding-left:15px;margin:0}.bootstrap-wysihtml5-insert-link-modal input.form-control.bootstrap-wysihtml5-insert-link-url{border:1px solid #cccccc}#cookieConsent{min-height:26px;font-size:14px;line-height:26px;padding:9px 0 9px 30px;font-family:"Trebuchet MS",Helvetica,sans-serif;position:fixed;bottom:0;left:0;right:0;z-index:9999;opacity:1;transition:opacity 1s}#cookieConsent.fade{opacity:0;display:none}#cookieConsent a{color:#4B8EE7;text-decoration:none}#cookieConsent a.cookieAccept{display:inline-block;border-radius:5px;padding:4px 22px;cursor:pointer;float:right;margin:0 60px 0 10px}#cookieCollapsible{width:100%;border:none;text-align:left;outline:none}#cookieContent{padding:0 18px;max-height:0;overflow:hidden;transition:max-height 0.2s ease-out;background-color:#f1f1f1}.avatar_default{padding:3px;background:#fff;border:1px solid rgba(0,0,0,0.4);width:258px;height:259px;min-height:200px;box-shadow:0 1px 2px rgba(0,0,0,0.2);-moz-box-shadow:0 1px 2px rgba(0,0,0,0.2);-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.2)}.avatar_default img{display:block;position:relative;background:url("/assets/avatar/avatar-2042e97d823f4ff9c05d942994c7e20cd41cebbc7733c0f45a56a45dcbed45ff.png") no-repeat 0 0;width:100%;height:100%;background-size:100%}.avatar_default img:after{position:absolute;content:"";border:1px solid rgba(0,0,0,0.1);top:0;bottom:0;right:0;left:0}#edit-profile{background:#fff;margin-bottom:20px;padding:25px}#edit-profile img{max-width:100%}#edit-profile .thumbnail{border:none;padding:20px 0}#edit-profile .thumbnail img{max-width:100%}#edit-profile .upload-avatar{padding:10px;border:1px solid #ccc;border-radius:3px}#edit-profile .upload-avatar input[type="file"]{font-size:13px;color:#495057}#edit-profile .form-control{padding:10px 10px 38px 10px;border:1px solid #ccc;border-radius:3px}#edit-profile .form-control input[type="file"]{font-size:13px}#edit-profile input[type="text"]{padding:10px}#edit-profile p{font-size:10px}#edit-profile textarea{height:120px}#edit-profile .avatar-info{padding:0 0 40px;border-bottom:1px solid rgba(0,0,0,0.08)}#edit-profile .form-horizontal .control-label{text-align:left;font-weight:700}.dashboards.show h3,.draft h3{border-bottom:1px solid #ccc;padding-bottom:20px}.page-header{margin-bottom:0 !important}.page-header.page-internal{padding:25px 0 30px 0;border-bottom:0}.page-header.page-internal h3{margin-top:30px}.btn-loadmore.dashboard{border:1px solid #a5b4ca}#previous-article{margin-bottom:50px}.footer{padding:50px 0;border-top:1px solid #eee;background:#fff;z-index:3}.footer .footer-logo{width:66px;height:20px;margin-bottom:12px;display:block}.footer .subscribe-box{margin-top:-10px}@media (max-width: 767px){.footer .subscribe-box{margin:15px 0 25px}}.footer .subscribe-box .subscribe-box-top h4{font-size:18px}.footer .subscribe-box .subscribe-box-top h4 br{display:none !important}.footer-links a{padding:3px 0 5px;display:block;color:#666}.footer-links a:hover{color:#333;text-decoration:none}.footer-links i.fa{font-size:19px;margin-right:3px;text-align:center;vertical-align:middle;width:17px;height:20px}.footer-links i.fa.fa-youtube-play{vertical-align:-2px}.footer-links i.fa.fa-envelope{font-size:15px;vertical-align:0}.footer-links i.fa.fa-info-circle{font-size:18px;vertical-align:-2px}.footer-links i.fa.fa-support{font-size:16px;vertical-align:-1px}.footer-links i.fa.fa-briefcase{font-size:16px;vertical-align:-1px}#goToTop{position:fixed;right:40px;bottom:0px;padding:5px 14px 10px 16px;background:#fff;background:-webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.85)), to(#fff));background:-moz-linear-gradient(top, rgba(255,255,255,0.85), #fff);box-shadow:0 0px 2px rgba(0,0,0,0.3);border-bottom:0;color:#333;border-radius:3px 3px 0 0;text-align:center;text-transform:uppercase;font-size:12px;letter-spacing:1px;font-weight:700;z-index:1;transition:bottom 0.15s ease-out;-moz-transition:bottom 0.15s ease-out;-webkit-transition:bottom 0.15s ease-out;-o-transition:bottom 0.15s ease-out}@media (max-width: 765px){#goToTop{padding:12px 21px 17px 23px;margin-right:-10px}}#goToTop:hover{text-decoration:none;color:#4493EE}#goToTop:active,#goToTop:focus{text-decoration:none}#goToTop.show{bottom:0;transition:bottom 0.15s ease-out;-moz-transition:bottom 0.15s ease-out;-webkit-transition:bottom 0.15s ease-out;-o-transition:bottom 0.15s ease-out}#goToTop i.fa{display:block;font-size:25px}#goToComment{position:fixed;right:110px;bottom:0;padding:8px 14px 10px 16px;background:#fff;background:-webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.85)), to(#fff));background:-moz-linear-gradient(top, rgba(255,255,255,0.85), #fff);box-shadow:0 0px 2px rgba(0,0,0,0.3);border-bottom:0;color:#333;border-radius:3px 3px 0 0;text-align:center;text-transform:uppercase;font-size:12px;letter-spacing:1px;font-weight:700;z-index:1}#goToComment:hover{text-decoration:none;color:#4493EE}#goToComment:active,#goToComment:focus{text-decoration:none}#goToComment.show{bottom:0;transition:bottom 0.15s ease-out;-moz-transition:bottom 0.15s ease-out;-webkit-transition:bottom 0.15s ease-out;-o-transition:bottom 0.15s ease-out}#goToComment i.fa{display:block;font-size:16px;margin-bottom:6px}*{font-family:'helvetica neue', 'proxima-nova', 'sans-serif'}:root{--contributor-banner-blue: RGB(1, 77, 120);--contributor-blue: RGB(24, 160, 251);--contributor-dark-blue: RGB(15, 80, 124)}h2>p,h3>a>p{font-family:proxima-nova, 'sans-serif'}.mars{margin:10px}.marm{margin:15px}.marb{margin:30px}.marvs{margin-top:10px;margin-bottom:10px}.marhs{margin-left:10px;margin-right:10px}.marvm{margin-top:15px;margin-bottom:15px}.marhm{margin-left:15px;margin-right:15px}.marvb{margin-top:30px;margin-bottom:30px}.marhb{margin-left:30px;margin-right:30px}.nomar{margin:0 !important}.mar-t-sm{margin-top:10px !important}.mar-b-sm{margin-bottom:10px !important}.mar-l-sm{margin-left:10px !important}.mar-r-sm{margin-right:10px !important}.pads{padding:10px}.padm{padding:15px}.padb{padding:30px}.padvs{padding-top:8px;padding-bottom:8px}.padhs{padding-left:10px;padding-right:10px}.padvm{padding-top:15px;padding-bottom:15px}.padhm{padding-left:15px;padding-right:15px}.padvb{padding-top:30px;padding-bottom:30px}.padvbb{padding-bottom:30px}.padhb{padding-left:30px;padding-right:30px}.nopad{padding:0 !important}.overflow{overflow:hidden}.clear{clear:both}.fixed{position:fixed !important}@media (min-width: 1200px){.container{max-width:1200px}}@media (max-width: 767px){.d-sm-none{display:none !important}}.main-content{padding-top:2px;background:#fff;min-height:600px;overflow:hidden;clear:both;z-index:3}.main-content.main-content-frontpage{padding-bottom:0}@media (min-width: 767px){.main-content.main-content-frontpage{padding-top:0}}.main-content.main-content-frontpage.offset{padding-top:51px}@media (max-width: 767px){.main-content.main-content-frontpage.offset{padding-top:20px}}body{padding:0 !important}body.login.guest .main-content{background:#e7ebf0}body.users.show .main-content{padding-top:60px}.login-box{margin-top:100px;background:#fff;padding:30px;border-radius:4px}.login-box .btn{padding:10px 35px}.login-box .btn i{margin-right:10px}.login-box .text-center{margin-bottom:30px}#error_logs{color:red}.input-group-addon,.input-group-addon:hover,.input-group-addon:focus{background:transparent;color:#fff}.nav-tabs>li>a.btn-primary:hover,.nav-tabs>li>a.btn-primary:focus{background:#216089;color:#fff}.play{padding:0;color:rgba(255,255,255,0.65);text-decoration:none;vertical-align:middle;text-align:center;font-size:5em;position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%);width:100%;text-align:center;-webkit-transition:color 0.5s;-moz-transition:color 0.5s;transition:color 0.5s;pointer-events:none}.play.youtube-play{font-size:4em}@media (max-width: 600px){.play.youtube-play{font-size:3.5em}}.subscribe-box{background-image:linear-gradient(135deg, #0093FF 0%, #005391 97%);color:#fff;text-align:center;padding:24px 16px}.subscribe-box h5{font-size:20px;margin-bottom:8px}.subscribe-box .subscribe-box-bottom p{font-size:16px;font-weight:400;margin-bottom:8px}.subscribe-box .error-container{max-width:400px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);margin:0}.subscribe-box .error-container .alert{border-radius:0;border-width:0 1px;font-size:13px;padding:15px 35px 15px 15px;margin:0}.subscribe-box .input-group{margin-bottom:8px}.subscribe-box .form-control{border:0;height:auto;padding:10px 12px;text-align:center}.subscribe-box .btn{background:#0093FF;color:white;text-transform:uppercase;font-size:16px;line-height:22.4px;font-weight:600;box-shadow:0 2px 4px rgba(0,0,0,0.25)}.subscribe-box .success-wrap h5,.subscribe-box .failure-wrap h5{font-size:21px;margin:10px 0 15px}.subscribe-box .success-wrap .message-table,.subscribe-box .failure-wrap .message-table{display:table}.subscribe-box .success-wrap .message-icon,.subscribe-box .failure-wrap .message-icon{display:table-cell;vertical-align:top;line-height:20px}.subscribe-box .success-wrap .message-icon i.fa,.subscribe-box .failure-wrap .message-icon i.fa{font-size:20px}.subscribe-box .success-wrap .message-text,.subscribe-box .failure-wrap .message-text{display:table-cell;vertical-align:middle;line-height:20px;padding-left:10px}.more-stories{display:block;text-align:center}.follow-box{margin-bottom:16px}@media (max-width: 767px){.follow-box{margin-bottom:0;margin-top:15px}}.follow-box .section-label{padding-top:12px;padding-bottom:12px}.follow-box .section-label.get-app{padding-bottom:10px}.follow-box .icn{padding-right:0;vertical-align:middle;width:48%;margin-bottom:8px;display:inline-block}@media (max-width: 767px){.follow-box .icn{width:15%;margin:0px 5px}}.follow-box .icn a{font-size:26px;color:#fff;display:block;height:45px;text-align:center;text-decoration:none}.follow-box .icn a i{line-height:45px}.follow-box .icn.fb-icn a{background-color:#3578E5;color:#fff;vertical-align:middle;height:45px}.follow-box .icn.fb-icn a i{line-height:45px}.follow-box .icn.fb-icn a img{width:50px;vertical-align:middle}.follow-box .icn.yt-icn a{background-color:#FF0000;color:#fff;vertical-align:middle;height:45px}.follow-box .icn.yt-icn a i{line-height:45px}.follow-box .icn.yt-icn a img{width:50px;vertical-align:initial}.follow-box .icn.twitter-icn a{background-color:#1DA1F2;color:#fff;vertical-align:middle;height:45px}.follow-box .icn.twitter-icn a i{line-height:45px}.follow-box .icn.twitter-icn a img{width:50px}.follow-box .icn.insta-icn a{background-color:#DD2A7B;color:#fff;vertical-align:middle;height:45px}.follow-box .icn.insta-icn a i{line-height:45px}.follow-box .icn.insta-icn a img{width:50px}.follow-box .icn a.disabled{cursor:not-allowed;pointer-events:none;opacity:0.65}.follow-box .list-app-st .icn{vertical-align:top}.follow-box .list-app-st .icn a{text-align:left;background:#f1f1f1;color:#666;padding:5px 5px 5px 0;height:auto;transition:0.1s ease-in-out;-moz-transition:0.1s ease-in-out;-webkit-transition:0.1s ease-in-out;-o-transition:0.1s ease-in-out}.follow-box .list-app-st .icn a i{display:table-cell;padding:5px 10px;vertical-align:middle}.follow-box .list-app-st .icn a span{font-size:11px;display:table-cell;font-weight:700;vertical-align:middle}.follow-box .list-app-st .icn a span em{font-size:10px;font-style:normal;color:#999;font-weight:400;display:table-cell}.follow-box .list-app-st .icn a:hover{background:#eee}.follow-box .list-app-st .icn a:hover i{border-color:#ccc;color:#333}.follow-box .list-app-st .icn a:hover span{color:#000}.follow-box .list-app-st .icn a:hover span em{color:#333}.follow-box .list-app-st .icn.ap-icn i{color:#888}.follow-box .list-app-st .icn.go-icn i{color:#B3C833}.sidebar-mrec{text-align:center;display:none}@media (min-width: 992px){.sidebar-mrec{display:block;margin-left:-15px}}@media (min-width: 1200px){.sidebar-mrec{display:block;margin-left:0px}}.sidebar-halfpage{text-align:center;height:fit-content;max-height:600px}@media (min-width: 992px){.sidebar-halfpage{display:block;margin-left:-15px}}@media (min-width: 1200px){.sidebar-halfpage{display:block;margin-left:0px}}.avatar_30,.avatar_40{display:block;position:relative;overflow:hidden}.avatar_30:after,.avatar_40:after{border:1px solid rgba(0,0,0,0.1);content:"";position:absolute;top:0;bottom:0;left:0;right:0}.avatar_30 img,.avatar_40 img{display:block;min-width:100%;min-height:100%;-ms-interpolation-mode:bicubic}.avatar_30{height:30px;width:30px}.avatar_30 img{background:url("/assets/avatar/avatar_30-b34e3c073d912453b4a9d0c082e5657c0a00074479c39277b08f89f6e0d1d5f6.png") no-repeat 0 0;width:30px}.avatar_40{height:40px;width:40px}.avatar_40 img{background:url("/assets/avatar/avatar_40-e29da22d09510cfacc5c9ead17083ba68be867347855f5d60cd841c1c8eb0e99.png") no-repeat 0 0;width:40px}.round img{border-radius:100px;-moz-border-radius:100px;-webkit-border-radius:100px}.round img:after{border-radius:100px;-moz-border-radius:100px;-webkit-border-radius:100px}.userMenu{display:inline-block;vertical-align:top;margin-left:5px}.userMenu .userMenu-pic{width:23px;height:23px;overflow:hidden;border-radius:2px 0 0 2px;-moz-border-radius:2px 0 0 2px;-webkit-border-radius:2px 0 0 2px}.userMenu .userMenu-pic img{width:100%;min-height:100%;display:block;background:url("/assets/avatar/avatar_30-b34e3c073d912453b4a9d0c082e5657c0a00074479c39277b08f89f6e0d1d5f6.png") no-repeat 0 0;background-size:100%}.hl-underline{border-bottom:1px solid #ccc;padding-bottom:20px}.caret-alt{background:#fff url("/assets/caret-alt-dced797329e0b30cd0f3aaf9d1f25b30547458a8a20c6396c51e741f58b2e67f.png") no-repeat 3px 5px;border:1px solid rgba(0,0,0,0.3);padding:0 7px 0 6px;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;cursor:pointer}.caret-alt:hover{background-position:3px -8px;background-color:#aaa}input[disabled]{background:#eee;display:block;width:100%;height:34px;padding:6px 12px;color:#555;margin-bottom:15px;border:1px solid #CCC;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset;-moz-box-shadow:0 1px 1px rgba(0,0,0,0.075) inset;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.075) inset}.dropdown{display:inline-block}.dropdown:hover .dropdown-list{cursor:pointer;display:block}.dropdown .dropdown-arrow{background:#474949 url("/assets/caret-alt-dced797329e0b30cd0f3aaf9d1f25b30547458a8a20c6396c51e741f58b2e67f.png") no-repeat center -3px;display:inline-block;position:relative;width:20px;height:23px;border-radius:0 2px 2px 0;-moz-border-radius:0 2px 2px 0;-webkit-border-radius:0 2px 2px 0}.dropdown .dropdown-arrow:hover{cursor:pointer}.dropdown .dropdown-list{background:#474949;display:none;position:absolute;z-index:9999;top:22px;list-style:none;margin:0;right:0;padding:6px;font-size:12px;border-radius:3px 0 4px 4px;-moz-border-radius:3px 0 4px 4px;-webkit-border-radius:3px 0 4px 4px}.dropdown .dropdown-list li a{color:#fff;padding:4px 10px;display:block;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px}.dropdown .dropdown-list li a:hover{color:#fff;background:#666}.dropdown .dropdown-list li.admin-label{font-size:10px;text-align:center;text-transform:uppercase;margin-top:5px;color:#222;text-shadow:0 1px 0 rgba(255,255,255,0.2)}.dropdown .dropdown-list li.admin{margin:0 -6px -6px}.dropdown .dropdown-list li.admin a{background:#333;padding:5px 15px;color:#fff;border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px}.dropdown .dropdown-list li.admin a:hover{background:#666}.edit-title{margin-top:15px;margin-bottom:15px}.cover-img-edit{position:absolute;bottom:0;width:100%;padding:30px 10% 10%;text-align:center}.cover-img-edit a{background:#F8F8F8;color:#444;display:inline-block;padding:7px 9px 4px;font-size:12px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px}.cover-img-edit a:hover{text-decoration:none;background:#F2F2F2}.cover-img-edit a em.edit-cover-icn{background:url("/assets/icon-sprite-0f2d6ef8d592f4c573d08cd941e92ed391e091d46e0046c2993068b6c7dce957.png") no-repeat -80px 1px;display:inline-block;width:16px;height:16px;vertical-align:-4px;margin-right:5px}.guest #main-container{padding-top:0}.show.guest #main-container,.password_resets.guest #main-container{margin-top:-4px}.terms #main-container{padding-top:49px;margin-top:-6px}.new.guest #main-container{width:398px;background:#fff;padding:30px 30px 0;margin:100px auto;height:auto}.new.guest #main-container .modal-header{margin:-30px -30px 30px}.user_sessions.guest #main-container .group-border input.password{width:100%}#main-alert{position:fixed;display:none;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);z-index:1;left:50%;width:101%;top:50px;padding-top:8px;padding-bottom:4px}#main-alert.alert{font-size:14px}#main-alert.fadeout{display:none;opacity:0;transition:visibility 0s 2s, opacity 2s linear}#main-alert.alert-success{display:block;color:#fff;background-color:#4FCE5D;border-color:#c3e6cb}#main-alert.alert-danger{display:block;color:#fff;background-color:#ED4337;border-color:#f5c6cb}.custom_pagination{margin-bottom:40px}.custom_pagination nav .current,.custom_pagination nav a{padding:6px 12px;border:1px solid #ccc;margin-left:-5px;text-decoration:none}.custom_pagination nav .current{background:#f1f1f1;display:inline-block;zoom:1;padding:4px 12px;color:#999}.custom_pagination nav a:hover{background:#f1f1f1}#cboxWrapper #cboxContent #cboxTitle{bottom:0;background:rgba(0,0,0,0.7);color:#fff;font-size:11px;padding:10px 15px;text-align:left}#footer-box{position:fixed;bottom:0;left:0;z-index:100;background:#e6e6e6;width:100%;font-size:10px;border-top:1px solid rgba(0,0,0,0.4);box-shadow:0 -1px 1px rgba(0,0,0,0.01);-moz-box-shadow:0 -1px 1px rgba(0,0,0,0.01);-webkit-box-shadow:0 -1px 1px rgba(0,0,0,0.01)}#footer-box .footer-center{max-width:1280px;margin:0 auto}#footer-box ul{text-transform:uppercase;padding:5px 0}#footer-box li{padding:0 10px}#footer-box a{font-weight:700;color:#666}#footer-box a:hover{color:#444}#footer-box .border-left{border-left:1px solid #bbb;padding-left:10px}.fb-spacer,.tw-spacer{display:inline-block;padding:12px 20px;vertical-align:middle;width:160px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px}.fb-spacer iframe,.tw-spacer iframe{vertical-align:bottom}.fb-spacer{background:-webkit-gradient(linear, left top, left bottom, from(#325E9B), to(#3E6DAF));background:-moz-linear-gradient(top, #325E9B, #3E6DAF)}.tw-spacer{background:#00BAED}.stories.edit .random-box-mobile{display:none !important}.random-box-mobile{position:fixed;bottom:25px;right:20px;z-index:100}.random-box-mobile .email-box{background:#fff;padding:15px 20px;width:300px;border:1px solid rgba(0,0,0,0.4);border-bottom:0}.random-box-mobile .email-box h4{font-weight:700;line-height:1.3em;margin:0 0 10px}.random-box-mobile .close-box{position:absolute;color:#FFF;background:#000;top:-20px;right:25px;padding:3px 7px;font-size:11px;font-weight:700;cursor:pointer;opacity:.7;border-radius:2px 2px 0 0;-moz-border-radius:2px 2px 0 0;-webkit-border-radius:2px 2px 0 0}.random-box-mobile .close-box:hover{opacity:1}.emailActv li{float:left;width:30%;padding:4% 3%;margin:0 1.6%;height:130px;text-align:center;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px}.emailActv li span{display:block;font-size:34px;margin-bottom:15px}.emailActv li.create{background:#80EBC8}.emailActv li.create span{color:#156353}.emailActv li.comment{background:#C0E8F5}.emailActv li.comment span{color:#295883}.emailActv li.email{background:#AAF19C}.emailActv li.email span{color:#18793F}.emailActv .btn.btn-success{font-weight:700;font-size:16px;margin-top:30px;text-transform:uppercase;padding:8px 0;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px}.says-card-container{border-bottom:1px solid #DDDDDD;height:204px;overflow:hidden;margin-bottom:10px}.says-card-container iframe.says-card{overflow:hidden}.toggle-top-navbar .navbar-toggle{padding:14px 18px;margin:-10px -10px -10px 0;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0}.toggle-top-navbar .navbar-toggle .icon-bar{background-color:#fff}.toggle-top-navbar .small-usr{font-weight:700;font-size:13px}.navbar-collapse{border-top:0;box-shadow:0 0 0 #999;-moz-box-shadow:0 0 0 #999;-webkit-box-shadow:0 0 0 #999}@media (max-width: 767px){.navbar-collapse .navbar-nav{display:block}}.navbar-collapse#hidden-bar{position:fixed;width:100%;background:#000;top:45px;z-index:1}.navbar-collapse#hidden-bar .featured-tag{padding:10px 0}.navbar-collapse#hidden-bar .featured-tag li a{display:block;text-decoration:none;font-weight:700;padding:5px 10px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px}.navbar-collapse#hidden-bar .featured-tag li a:hover{background:#333;color:#fff}.navbar-collapse#hidden-bar .button-drop a{color:#fff;text-align:center;border:1px solid #fff;font-weight:700;padding:5px 0;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px}.navbar-collapse#hidden-bar .button-drop a:hover{background:#fff;color:#000}.navbar-collapse#hidden-bar .navbar{min-height:0}.navbar-collapse#hidden-bar .dropsearch{width:100%;padding:8px 7px}.hide-submit{position:absolute;visibility:hidden}@media (max-width: 768px){.top-header #logo{margin-right:10px}.new.subscribers{background:transparent}.new.subscribers #main-container{background:transparent;margin:0;padding:0;width:100%;font-size:13px}.new.subscribers #main-container .sub{display:none}.new.subscribers.dark .form-control{border:0}.new.subscribers.dark p{color:#eee}}@media (max-width: 620px){.fb-spacer,.tw-spacer{display:none}}@media (min-width: 768px) and (max-width: 991px){.navbar-collapse.collapse#hidden-bar{display:none !important}.toggle-top-navbar .small-usr{display:none}}@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi){#logo{background-image:url("/assets/logosmall-retina-b2f0322ddc13a6696cba1403702a0381e7c469801ddc36142499accb26c5da9b.png");background-size:56px 16px}}.emirates.main-content{padding-top:106px}.emirates.main-content.main-content-frontpage{padding-top:54px}.emirates.main-content.main-content-frontpage.offset{padding-top:104px}.emirates.main-content .container{border:none}#role-section{background:#eee}#role-section .navbar{margin-bottom:0}#role-section #menu-toggle{font-size:24px;float:left;margin-left:5px;margin-top:8px}#role-section #brand{width:66px;height:16px;margin:0;display:inline}#role-section #navbar-text{font-weight:600;font-size:12pt;padding-left:2px;text-decoration:none;vertical-align:top}#role-section #wrapper{padding-left:0;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease}#role-section #wrapper.toggled{padding-left:180px}#role-section #wrapper.toggled #sidebar-wrapper{width:180px}#role-section #wrapper.toggled #page-content-wrapper{margin-right:-180px}#role-section #wrapper #sidebar-wrapper{position:fixed;left:180px;z-index:1000;overflow-y:auto;margin-left:-180px;width:0;height:100%;background:#3D93F7;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease}#role-section #wrapper #sidebar-wrapper .sidebar-nav{position:absolute;top:0;margin:0;padding:0;width:180px;list-style:none}#role-section #wrapper #sidebar-wrapper .sidebar-nav>.sidebar-brand{height:65px;font-size:18px;line-height:60px}#role-section #wrapper #sidebar-wrapper .sidebar-nav>.sidebar-brand a{color:#999999}#role-section #wrapper #sidebar-wrapper .sidebar-nav>.sidebar-brand a:hover{background:none;color:#fff}#role-section #wrapper #sidebar-wrapper .sidebar-nav li{text-indent:20px;line-height:40px}#role-section #wrapper #sidebar-wrapper .sidebar-nav li a{display:block;color:#fff;text-decoration:none;border-right:4px solid transparent}#role-section #wrapper #sidebar-wrapper .sidebar-nav li a:hover,#role-section #wrapper #sidebar-wrapper .sidebar-nav li a.active{background:#176DD1;border-right:4px solid #FF8383;color:#fff;text-decoration:none}#role-section #wrapper #sidebar-wrapper .sidebar-nav li a:active,#role-section #wrapper #sidebar-wrapper .sidebar-nav li a:focus{text-decoration:none}#role-section #wrapper #sidebar-wrapper .sidebar-nav li a span{float:left;line-height:inherit}#role-section #wrapper #page-content-wrapper{width:100%}#role-section #wrapper .navbar-right{margin-right:0}@media (max-width: 768px){#role-section #wrapper{padding-left:180px}#role-section #wrapper.toggled{padding-left:0px}#role-section #wrapper.toggled #sidebar-wrapper{width:0 !important}#role-section #wrapper.toggled #page-content-wrapper{position:relative;margin-right:0}#role-section #wrapper #sidebar-wrapper{width:180px}#role-section #wrapper #page-content-wrapper{margin-right:180px}#role-section #wrapper .navbar-right{float:right;margin-right:0}#role-section #wrapper .navbar-header{float:left}}#role-section .pagination span{border-radius:5px;padding:5px 10px;color:#999}#role-section .pagination span.current{color:#fff;background:#2193FF;display:inline-block}#role-section .card-header-row{margin:10px 0}#role-section .card-header-row .card-items{margin-left:15px}#role-section .card-header-row .card-items .card-header{color:#707070;font-weight:600;padding-bottom:15px}#role-section .sweet-alert button.confirm{width:100%}#role-section .filter-element{padding-bottom:10px;padding-top:10px}#role-section .filter-element .form-group .chosen-container .chosen-single{height:33px}#role-section .filter-element .form-group .chosen-container .chosen-single span{line-height:33px}#role-section .search-wrapper{width:400px}#role-section .search-wrapper .input-group-btn{background:#3D93F7}#role-section .search-wrapper .input-group-btn button{background:transparent;color:#fff}#role-section .list-wrapper{width:810px;margin:0 auto;max-width:98%}#role-section .list-wrapper .nav-tabs{border:none;margin-top:15px}@media (max-width: 500px){#role-section .list-wrapper .nav-tabs .search-group{width:75%}}#role-section .list-wrapper .nav-tabs .search-form{width:400px;max-width:100%}#role-section .list-wrapper .nav-tabs .search-form .input-group-btn{background:#3D93F7}#role-section .list-wrapper .nav-tabs .search-form .input-group-btn button{background:transparent;color:#fff}#role-section .list-wrapper .nav-tabs>:not(:first-child){float:right}#role-section .list-wrapper .nav-tabs>:not(:first-child) a{color:#fff;font-weight:600;border:1px solid;border-radius:4px;padding:7px 12px;background:transparent}#role-section .list-wrapper .nav-tabs>:not(:first-child) a.btn-inactive{color:#f18b89}#role-section .list-wrapper .nav-tabs>:not(:first-child) a.btn-active{margin-right:10px;color:#3D93F7}#role-section .list-wrapper .nav-tabs>:not(:first-child).active>a,#role-section .list-wrapper .nav-tabs>:not(:first-child).active>a:hover,#role-section .list-wrapper .nav-tabs>:not(:first-child).active>a:focus{color:#fff}#role-section .list-wrapper .nav-tabs>:not(:first-child).active>a.btn-inactive,#role-section .list-wrapper .nav-tabs>:not(:first-child).active>a:hover.btn-inactive,#role-section .list-wrapper .nav-tabs>:not(:first-child).active>a:focus.btn-inactive{background:#f18b89;border-color:#f18b89}#role-section .list-wrapper .nav-tabs>:not(:first-child).active>a.btn-active,#role-section .list-wrapper .nav-tabs>:not(:first-child).active>a:hover.btn-active,#role-section .list-wrapper .nav-tabs>:not(:first-child).active>a:focus.btn-active{background:#3D93F7;border-color:#3D93F7;margin-right:5px}@media (max-width: 768px){#role-section .list-wrapper .nav-tabs{margin-bottom:20px}}#role-section .list-wrapper .panel{margin-bottom:5px}#role-section .list-wrapper .panel .panel-body{padding:15px 0 15px 10px;margin-right:-15px}#role-section .list-wrapper #active-wrapper-page,#role-section .list-wrapper #inactive-wrapper-page{text-align:right}#role-section .dropdown-menu.right{right:0;left:auto}#role-section .action-col{text-align:right}@media (min-width: 768px){#role-section .action-col{width:12%;padding-right:0}}@media (max-width: 768px){#role-section .action-col{margin-top:10px}}#role-section .no-padding{padding:0 !important;margin:0 !important}#role-section .vhidden{visibility:hidden}#role-section .input-focus{width:100%;height:30px;outline:none;background:transparent;font-weight:600}@media (max-width: 768px){#role-section .input-focus{width:96%;margin:0 auto}}#role-section select.input-focus{border:1px solid #ddd}#role-section input:focus.input-focus{border:1px solid #ddd}#role-section input.input-focus{border:none}.bg-says{background-color:#0093FF}.top-billboard>div,.top-banner>div{margin:0 auto}.static-pages{padding:16px 0;border-top:1px solid #EEEEEE;border-bottom:1px solid #EEEEEE;margin-bottom:48px}.static-pages a{display:block;padding-left:32px;font-size:14.4px;line-height:26px;color:#0093FF}.about-us{margin-bottom:48px}.about-us p{font-size:12.8px;line-height:19.2px;font-weight:400}.about-us p a{color:#0093FF}#btn-back-to-top{position:fixed;bottom:50px;right:20px;display:none;font-size:15px}.fa-arrow-up{color:black;background:cornflowerblue;border-radius:50%;padding:4px}.radio-corner{padding-left:16px;width:fit-content;display:contents}.radio-name{text-align:center;font-family:"Helvetica Neue", "Arial", sans-serif}.radio-content{display:inline;height:850px;width:850px}ul.radio-list li{padding:0;margin:0}.sidebar>*{margin-bottom:48px}.radio-logo{height:24px;width:48px}.radio-logo-small{height:12px;width:24px}.video-list .video-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.video-list .video-container iframe,.video-list .video-container object,.video-list .video-container embed{position:absolute;top:0;left:0;width:100%;height:100%}.video-list .video-title{margin-top:8px;margin-bottom:24px;font-size:18px}.aspect-ratio-says{background-size:cover;padding-top:52%;position:relative}.style_image_recommended{max-width:100%}.text-fb{color:#007bff}.text-twitter{color:#00B0ED}.text-wa{color:#25D366}.copy-to-clipboard{color:#172B4D}.text-says{color:#0093FF}.text-disabled{color:#666666;pointer-events:none}.hide{display:none !important}@media (max-width: 767px){.banner-mobile{text-align:center;margin-bottom:8px}.top-banner-mobile{background-color:#f4f5f8;text-align:center;max-height:220px;position:relative;z-index:1002}.mgid-ad-panel{height:250px;width:300px;margin:0px auto;display:block;overflow:hidden}}.file-wrapper{position:relative;overflow:hidden;display:inline-block}.file-wrapper button{color:#fff;background-color:#0B65AE;padding:8px 10px !important;font-size:12px;font-weight:bold}.file-wrapper input[type=file]{font-size:100px;position:absolute;width:110px;left:0;top:0;opacity:0}.text-blue{color:var(--contributor-blue)}.bg-blue{background-color:var(--contributor-blue)}.text-dark-blue{color:var(--contributor-dark-blue)}.border-style-top>div+div{padding-top:1.5rem;border-top:1px solid #BDBDBD}.cta__block{background-color:#EFF9FF}.hero__block{background:#3D93F7;display:flex;max-height:600px;margin-top:-40px;position:relative}.hero__block .hero__title{display:flex;flex:1;justify-content:center;align-content:center;align-items:center;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:1}.hero__block .hero__title h1{font-size:clamp(33px, 4vw, 56px);line-height:1.2}.hero__block .hero__image{width:100%;object-fit:cover;object-position:bottom;mix-blend-mode:multiply}.content__title{font-size:clamp(22px, 2vw, 36px)}.nav__list{display:flex;gap:0.8rem 1.5rem;flex-flow:row wrap}.nav__list li{flex:45%}@media screen and (min-width: 48em){.hero__block{background-color:var(--contributor-banner-blue)}.hero__block .hero__title{position:relative;top:0;left:0;transform:none}.hero__block .hero__image{width:50%;mix-blend-mode:normal}}.GE15{padding-right:15px}.cty-flag{width:18px;height:9px;background-repeat:no-repeat;background-position:center center;display:block;margin-left:70px}@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi){.cty-flag{background-repeat:no-repeat;background-position:center center;background-size:100%}}.cty-flag.my{display:none;visibility:hidden}.cty-flag.ph{background-image:url("/assets/ph-flag-f76e683db400003b7f5f7acd9815e60ed814b308a5d3b6fb03e1a5ae21a020bb.png")}@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi){.cty-flag.ph{background-image:url("/assets/ph-flag@2x-0fbbd4843562149fa55f0b99e2b96dfb569e4117b6dd2abb22ee642f816d243f.png ")}}.cty-flag.id{background-image:url("/assets/id-flag-0ff157ec95c9cbd2e351433ca0c6265006a71b2eb6ec90d2511fa8daa24c97f4.png")}@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi){.cty-flag.id{background-image:url("/assets/id-flag@2x-d2b5d3b1b14eab2b0b1dd2fff110455ca11009a84cb82b498e1cef73291318cf.png ")}}.item-branding{width:91px;height:54px;position:relative;display:inline-block;border-right:1px solid #eee}@media (max-width: 767px){.item-branding{width:75px;height:50px;border:0}}.item-branding #logo{background:url("/assets/says-logo-light-blue-8434e5ea8bac6d8b109a54322c7919ad754547ee24826923dc5e6e2815050d95.svg") no-repeat center;width:66px;height:20px;background-position:center;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translateY(-50%, -50%);-ms-transform:translateY(-50%, -50%);transform:translateY(-50%, -50%)}@media (max-width: 767px){.item-branding #logo{width:55px;height:16.5px}}.item-branding .header-channel{color:#fff;font-size:19px;line-height:54px;vertical-align:middle;position:absolute;left:91px}@media (max-width: 767px){.item-branding .header-channel{font-size:18px;line-height:50px;left:75px}}.item-branding .header-channel.news{color:#F0C502}.item-branding .header-channel.fun{color:#33BD6D}.item-branding .header-channel.lifestyle{color:#B648F6}.item-branding .header-channel.sports{color:#C9941D}.item-branding .header-channel.tech{color:#3C97E0}.item-branding .header-channel.entertainment{color:#E34374}.item-branding .header-channel.imho{color:#FF0000;text-transform:uppercase}.item-branding .header-channel.seismik{color:#E226C3}.item-branding .header-channel.videos{color:#58A3B1}.header{background:#FFF;width:100%;z-index:9999;position:relative;height:54px;box-shadow:0 0px 1px rgba(0,0,0,0.15),0 0px 2px rgba(0,0,0,0.06)}@media (max-width: 767px){.header{background:#000;height:50px;border-bottom:1px solid #232323}}.header.fixed{position:fixed;top:0;box-shadow:0 0px 1px rgba(0,0,0,0.15),0 0px 4px rgba(0,0,0,0.13)}.header .container{height:54px;padding:0}@media (max-width: 767px){.header .container{height:50px}}@media (min-width: 992px){.header .container{border-left:1px solid #eee;border-right:1px solid #eee}}@media (min-width: 992px) and (max-width: 1199px){.header .container{width:982px}}.header .navbar-nav{margin-left:15px}.header .navbar-right{margin-right:0}.header .navbar-default{background:transparent;margin-bottom:0;border:0}.header .navbar-default .navbar-header{position:relative;height:54px}@media (max-width: 767px){.header .navbar-default .navbar-header{height:50px;margin:0}}.header .navbar-default .navbar-header .navbar-toggle{border:none;background-color:transparent;width:50px;height:54px;border-left:1px solid #232323;margin:0;padding:0;border-radius:0;font-size:150%}@media (max-width: 767px){.header .navbar-default .navbar-header .navbar-toggle{height:50px}}.header .navbar-default .header-action.navbar-nav>li>a.btn{color:#fff}.header .navbar-default .header-action.navbar-nav>li>a.btn.btn-primary:hover{background:#286090}.header .navbar-default .header-action.navbar-nav>li>a.btn.btn-success:hover,.header .navbar-default .header-action.navbar-nav>li>a.btn.btn-success:focus{background:#449d44}.header .navbar-default .header-action.navbar-nav>li>.dropdown-menu{border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px}.header .navbar-default .header-action.navbar-nav>.open>a.btn-primary{background:#286090}.header .navbar-default .header-action.navbar-nav>.open>a.btn-primary:hover,.header .navbar-default .header-action.navbar-nav>.open>a.btn-primary:focus{background:#286090}.header .navbar-default .header-action.navbar-nav>.open>a{background:transparent}.header .navbar-default .header-action.navbar-nav>.open>a:hover,.header .navbar-default .header-action.navbar-nav>.open>a:focus{background:transparent}.header .navbar-default .navbar-collapse{border:0;padding:0}@media (max-width: 767px){.header .navbar-default .navbar-collapse{background-color:#000;padding-left:15px;padding-right:15px}}@media (max-width: 767px){.header .navbar-default .channel .navbar-nav{margin:0;padding:15px 0}}.header .navbar-default .channel .navbar-nav>.open>a{background:#e7ebf0;color:#98bef1}.header .navbar-default .channel .navbar-nav>li{margin:0}@media (max-width: 767px){.header .navbar-default .channel .navbar-nav>li{margin:0;width:49%;display:inline-block}}.header .navbar-default .channel .navbar-nav>li.dropdown>a:hover{background:#e7ebf0}.header .navbar-default .channel .navbar-nav>li>.dropdown-menu{background:#e7ebf0;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0}.header .navbar-default .channel .navbar-nav>li>.dropdown-menu li a{color:#555;font-size:16px;padding:10px 20px;text-transform:uppercase}.header .navbar-default .channel .navbar-nav>li>.dropdown-menu li a:hover{background:#f1f3f7;color:#333}.header .navbar-default .channel .navbar-nav>li>a{color:#555;line-height:54px;font-size:18px;padding:0 9px;font-weight:600;text-transform:uppercase;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (max-width: 767px){.header .navbar-default .channel .navbar-nav>li>a{color:#3498db;margin:0px !important;padding:6px 10px 6px;line-height:1.5}.header .navbar-default .channel .navbar-nav>li>a:hover{color:#fff !important}}@media (max-width: 991px){.header .navbar-default .channel .navbar-nav>li>a{font-size:17px}}@media (max-width: 1199px){.header .navbar-default .channel .navbar-nav>li>a{padding:0 6px}}html.wf-loading .header .navbar-default .channel .navbar-nav>li>a{font-size:16px;margin-right:4px}.header .navbar-default .channel .navbar-nav>li>a.news:hover,.header .navbar-default .channel .navbar-nav>li>a.news.current{color:#F0C502}.header .navbar-default .channel .navbar-nav>li>a.makan:hover,.header .navbar-default .channel .navbar-nav>li>a.makan.current{color:#40d4bc}.header .navbar-default .channel .navbar-nav>li>a.fun:hover,.header .navbar-default .channel .navbar-nav>li>a.fun.current{color:#E34374}.header .navbar-default .channel .navbar-nav>li>a.lifestyle:hover,.header .navbar-default .channel .navbar-nav>li>a.lifestyle.current,.header .navbar-default .channel .navbar-nav>li>a.foodtrip:hover,.header .navbar-default .channel .navbar-nav>li>a.foodtrip.current{color:#B648F6}.header .navbar-default .channel .navbar-nav>li>a.sports:hover,.header .navbar-default .channel .navbar-nav>li>a.sports.current{color:#C9941D}@media (max-width: 1199px){.header .navbar-default .channel .navbar-nav>li>a.sports{display:none}}.header .navbar-default .channel .navbar-nav>li>a.tech:hover,.header .navbar-default .channel .navbar-nav>li>a.tech.current,.header .navbar-default .channel .navbar-nav>li>a.showbiz:hover,.header .navbar-default .channel .navbar-nav>li>a.showbiz.current,.header .navbar-default .channel .navbar-nav>li>a.tekno:hover,.header .navbar-default .channel .navbar-nav>li>a.tekno.current{color:#98bef1}.header .navbar-default .channel .navbar-nav>li>a.entertainment:hover,.header .navbar-default .channel .navbar-nav>li>a.entertainment.current,.header .navbar-default .channel .navbar-nav>li>a.haybuhay:hover,.header .navbar-default .channel .navbar-nav>li>a.haybuhay.current,.header .navbar-default .channel .navbar-nav>li>a.merahputih:hover,.header .navbar-default .channel .navbar-nav>li>a.merahputih.current{color:#33bd6d}.header .navbar-default .channel .navbar-nav>li>a.imho:hover,.header .navbar-default .channel .navbar-nav>li>a.imho.current,.header .navbar-default .channel .navbar-nav>li>a.tambayan:hover,.header .navbar-default .channel .navbar-nav>li>a.tambayan.current,.header .navbar-default .channel .navbar-nav>li>a.imo:hover,.header .navbar-default .channel .navbar-nav>li>a.imo.current{color:#FF0000}.header .navbar-default .channel .navbar-nav>li>a.seismik:hover,.header .navbar-default .channel .navbar-nav>li>a.seismik.current{color:#E226C3}.header .navbar-default .channel .navbar-nav>li>a.coupons:hover{color:#045E8B}.header .navbar-default .channel .navbar-nav>li>a.videos:hover,.header .navbar-default .channel .navbar-nav>li>a.videos.current{color:#2b8fd8}.header .navbar-default .channel .navbar-nav>li>a.klips:hover{color:#ff9900}.header .navbar-default .channel .navbar-nav>li>a:hover{text-decoration:none;color:#333}.header .navbar-default .channel .navbar-nav>li>a em{position:absolute;background:#E85142;padding:0 2px 0 3px;color:#fff;font-size:8px;letter-spacing:1px;font-weight:normal;font-style:normal;text-transform:uppercase;top:-3px;right:0;display:inline-block;border-radius:2px}.header .nav .social-links .open>a{background:transparent}.header .nav .social-links .open>a:hover,.header .nav .social-links .open>a:focus{background:transparent}@media (max-width: 767px){.header #logo{background:url("/assets/says-logo-white-7aef5e5dce9fc35f98a00aa174b9206cbb23460ee62c0bd446e3175dab4aece9.svg ") no-repeat center;background-size:cover}.header .item-branding{float:left}.header .search{float:right;padding:0;width:50px;height:54px;border-left:1px solid #232323;text-align:center;line-height:54px;vertical-align:middle}}@media (max-width: 767px) and (max-width: 767px){.header .search{height:50px;line-height:50px}}@media (max-width: 767px){.header .search>a{font-size:18px}}@media (max-width: 767px) and (max-width: 767px){.header .search>a{color:#333333}}.header-action .dropdown-toggle::after{position:absolute;left:185px;top:23px}.header-action .dropdown-hover{margin-left:25px;width:180px;height:50px;background-color:transparent}.header-action .dropdown-hover:hover{margin-left:25px;width:180px;height:50px;background-color:#0077cc;opacity:0.98;transition:0.3s ease}.header-action .profile_display img{width:30px;height:30px;overflow:hidden;background:#eee;border-radius:40px;position:absolute;top:10px;left:40px}.header-action .user-identity{font-size:11px;font-weight:bold;color:black;background-color:white;text-align:center;padding:3px 3px 2px 3px;border-radius:30px;position:absolute;margin-left:55px;top:16px;width:100px;text-transform:uppercase}.header-action .dropdown-hover:hover>.user-identity{background-color:#ffffffe8}.header-action .navbar-right{margin-right:-25px}.header-action .startstory{padding:11px 5px 11px 0}.header-action .startstory i{margin-right:5px}.header-action .startstory a{padding:6px 12px 6px 12px}.header-action .dropdown-admin>a{padding:4px 8px 4px 10px;font-size:12px}.header-action .dropdown-admin>a span{margin-left:1px}.header-action .dropdown-user .avatar{display:block;outline:0;overflow:hidden}.header-action .dropdown-user .avatar:hover{color:#fff;text-decoration:none}.header-action .dropdown-user .avatar-guest{width:48px;height:48px;display:block;padding:12px;text-align:center}.header-action .dropdown-user .avatar-guest:hover{background:#eee}.header-action .dropdown-user .avatar-guest span{font-size:14px;border:1px solid #ccc;width:30px;height:30px;border-radius:40px;color:#777;padding-top:5px;background:#fff}.header-action .dropdown-menu{min-width:80px;text-align:left;margin-top:0px}.header-action .dropdown-menu li{margin-right:0;display:block;width:100%}.header-action .dropdown-menu li>a:hover{color:#333;background-color:#f3f3f3}.header-action .social-links{height:54px;padding:15px}.header-action .social-links .dropdown>a,.header-action .social-links>a{padding:0px 6px;display:inline-block}.header-action .social-links i.fa{font-size:23px}.header-action .social-links i.fa.fa-twitter{font-size:22px;color:#00B0ED}.header-action .social-links i.fa.fa-facebook-official{color:#3B5998}.header-action .search{border-left:1px solid #eee;padding:0}.header-action .search a.toggleSearch{display:block;padding:17px 0;width:54px;text-align:center;color:#3D93F7}.header-action .search a.toggleSearch:hover,.header-action .search a.toggleSearch:focus{color:#23527c}.header-action .search i.fa{font-size:18px}@media (max-width: 991px){.header-action .search{display:none}}.dropdown-social{width:215px;overflow:hidden}.dropdown-social li{padding:5px 15px 5px}.dropdown-social li:first-child{border-bottom:1px solid #e7ebf0;margin-bottom:10px}.dropdown-social li.head{font-size:13px;padding:5px 15px 10px}.dropdown-social li.linked{padding:0}.dropdown-social li.linked a{padding:5px 15px;font-size:13px}.dropdown-social li.linked i.fa{vertical-align:-3px;margin-right:5px;width:22px;color:#426E98;text-align:center}.dropdown-social li.linked i.fa-youtube-play{color:#E12603}.dropdown-social li.goback{margin-top:10px;padding:0;border-top:1px solid #e7ebf0}.dropdown-social li.goback a{padding:10px 15px 11px}.searchwrap{position:absolute;top:70px;width:0;left:0;z-index:-1;opacity:0}.searchwrap .form-control{height:40px;border:0;border-bottom:1px solid gray;border-radius:0;background:transparent}@media (max-width: 767px){.searchwrap .form-control{margin-bottom:10px}}.searchwrap.expand{width:100%;opacity:1;z-index:10}@media (max-width: 767px){.searchwrap.expand{padding:0px 10px 0px 10px}}.searchwrap.expand+.search-overlay{width:100%;position:fixed;opacity:0.9;height:100vh;z-index:5;top:48px;left:0;background:white;transition:all 0.15s ease-out;-moz-transition:all 0.15s ease-out;-webkit-transition:all 0.15s ease-out;-o-transition:all 0.15s ease-out}@media (min-width: 768px){.searchwrap#mobile-headersearch{display:none}}@media (max-width: 767px){.searchwrap#mobile-headersearch{width:100%;top:0;right:0;background:#000;transition:all 0.15s ease-out;-moz-transition:all 0.15s ease-out;-webkit-transition:all 0.15s ease-out;-o-transition:all 0.15s ease-out}.searchwrap#mobile-headersearch.expand{top:50px}}.searchwrap#mobile-headersearch .search-form{display:table;width:100%;line-height:initial}.searchwrap#mobile-headersearch input[type="text"]{width:calc(100% - 80px);height:auto;display:table-cell;font-size:13px;padding:8px 12px;border-radius:2px 0 0 2px}.searchwrap#mobile-headersearch .btn-submit{display:table-cell;width:80px;padding:px 0;font-size:16px;font-weight:600;text-align:center;border-radius:0 2px 2px 0;background-color:#3498db}@media (max-width: 991.98px){.header-search{width:25px}.header-search .toggleSearch{top:15px;right:15px;position:absolute}}.stories.new .header.fixed,.stories.edit .header.fixed{display:none;visibility:hidden}.emirates.header{background-color:#D1050D}.emirates .search{border-left:1px solid #a5090f}@media (min-width: 992px){.emirates .container{border-left:1px solid #a5090f;border-right:1px solid #a5090f}}.emirates .item-branding{border-right:1px solid #a5090f}.emirates .navbar-default .channel .navbar-nav>li>a{color:#fff}.emirates .navbar-default .channel .navbar-nav>li>a.news:hover,.emirates .navbar-default .channel .navbar-nav>li>a.news.current{color:#025F8D}.emirates .navbar-default .channel .navbar-nav>li>a.makan:hover,.emirates .navbar-default .channel .navbar-nav>li>a.makan.current{color:#025F8D}.emirates .navbar-default .channel .navbar-nav>li>a.fun:hover,.emirates .navbar-default .channel .navbar-nav>li>a.fun.current{color:#025F8D}.emirates .navbar-default .channel .navbar-nav>li>a.lifestyle:hover,.emirates .navbar-default .channel .navbar-nav>li>a.lifestyle.current,.emirates .navbar-default .channel .navbar-nav>li>a.foodtrip:hover,.emirates .navbar-default .channel .navbar-nav>li>a.foodtrip.current{color:#025F8D}.emirates .navbar-default .channel .navbar-nav>li>a.sports:hover,.emirates .navbar-default .channel .navbar-nav>li>a.sports.current{color:#025F8D}@media (max-width: 1199px){.emirates .navbar-default .channel .navbar-nav>li>a.sports{display:none}}.emirates .navbar-default .channel .navbar-nav>li>a.tech:hover,.emirates .navbar-default .channel .navbar-nav>li>a.tech.current,.emirates .navbar-default .channel .navbar-nav>li>a.showbiz:hover,.emirates .navbar-default .channel .navbar-nav>li>a.showbiz.current,.emirates .navbar-default .channel .navbar-nav>li>a.tekno:hover,.emirates .navbar-default .channel .navbar-nav>li>a.tekno.current{color:#025F8D}.emirates .navbar-default .channel .navbar-nav>li>a.entertainment:hover,.emirates .navbar-default .channel .navbar-nav>li>a.entertainment.current,.emirates .navbar-default .channel .navbar-nav>li>a.haybuhay:hover,.emirates .navbar-default .channel .navbar-nav>li>a.haybuhay.current,.emirates .navbar-default .channel .navbar-nav>li>a.merahputih:hover,.emirates .navbar-default .channel .navbar-nav>li>a.merahputih.current{color:#025F8D}.emirates .navbar-default .channel .navbar-nav>li>a.imho:hover,.emirates .navbar-default .channel .navbar-nav>li>a.imho.current,.emirates .navbar-default .channel .navbar-nav>li>a.tambayan:hover,.emirates .navbar-default .channel .navbar-nav>li>a.tambayan.current,.emirates .navbar-default .channel .navbar-nav>li>a.imo:hover,.emirates .navbar-default .channel .navbar-nav>li>a.imo.current{color:#025F8D}.emirates .navbar-default .channel .navbar-nav>li>a.seismik:hover,.emirates .navbar-default .channel .navbar-nav>li>a.seismik.current{color:#025F8D}.emirates .navbar-default .channel .navbar-nav>li>a.coupons:hover{color:#025F8D}.emirates .navbar-default .channel .navbar-nav>li>a.videos:hover,.emirates .navbar-default .channel .navbar-nav>li>a.videos.current{color:#025F8D}.emirates .navbar-default .channel .navbar-nav>li>a.klips:hover{color:#025F8D}.emirates .navbar-default .channel .navbar-nav>li>a:hover{text-decoration:none;color:#333}.emirates .item-branding #logo{background:url("/assets/says-logo-grey-a805a221fe8b33a5b78ca933e7dcb06c3df6fd401e71f774a6bedb923eb67ddf.svg") no-repeat center}.emirates .header-action .dropdown-user{border-left:1px solid #a5090f}.emirates .header-action .social-links a.dropdown-toggle{color:#232323}.emirates .header-action .search a.toggleSearch{color:#232323}.emirates .header-action .search a.toggleSearch:hover,.emirates .header-action .search a.toggleSearch:focus{color:#fff}.emirates .client-takeover{background-color:#fff}@media (min-width: 992px){.emirates .client-takeover .container{border-left:1px solid #fff;border-right:1px solid #fff}}.emirates .client-takeover .container .client-text{display:inline-block;color:#666666;float:right;font-weight:400;font-style:italic;font-size:14px;margin:1.2em 1.2em 0 0}.emirates .client-takeover .container .client-text p{margin:0}.emirates .client-takeover .container .client-logo{width:5em;height:100%;float:right;background-image:url("/assets/emirates-logo-6474bb0f96c45b83ed2c03d856fe9d9b255fe8a93fad8c0ab26497e6778ae338.png");background-size:cover;background-position:center;overflow:hidden}#says-logo{background:url(/assets/says-logo-white.svg) no-repeat center;width:75px;height:50px;display:flex;flex-grow:0}#header{z-index:9999;width:100%;box-shadow:0 2px 4px rgba(0,147,255,0.5);position:relative}#header.fixed{position:fixed;top:0}#header .container{position:relative}@media (max-width: 767px){#header .container{max-width:800px;background-color:#0093ff}}#header .header-brand{padding-top:5px;padding-bottom:5px;z-index:99}#header .header-brand>img{height:24px}#header .header-brand+.navbar-toggler{border:0;z-index:1;width:35px;position:absolute;top:11px;left:0}@media (max-width: 767px){#header .header-brand+.navbar-toggler{left:-10px}}#header .header-brand+.navbar-toggler:focus{outline:none}#header .header-brand+.navbar-toggler:after,#header .header-brand+.navbar-toggler:before{transition:all .2s ease-in-out}#header .header-brand+.navbar-toggler[aria-expanded="true"]>.fa-bars{display:none}#header .header-brand+.navbar-toggler[aria-expanded="false"]>.fa-times{display:none}#header .fa,#header .fab,#header .fas{font-size:16px;color:#fff}#header .secondary-nav a{margin-right:16px}@media (max-width: 991.98px){#header ul.channels{padding-top:48px;margin-top:-48px}}@media (max-width: 991.98px) and (max-width: 767px){#header ul.channels{height:100vh}}#header ul.channels li{margin-left:26px;text-align:center}@media (max-width: 991.98px){#header ul.channels li{margin-left:0px}#header ul.channels li.dropdown{width:100%}#header ul.channels li.dropdown a:hover,#header ul.channels li.dropdown a:active,#header ul.channels li.dropdown a:visited{color:#fff}}@media (max-width: 767px){#header ul.channels li{padding-top:25px}}@media (max-width: 749px){#header ul.channels li.dropdown .dropdown-menu{overflow:scroll;height:65px}}#header ul.channels li a{color:white;font-size:11px;font-weight:600;line-height:19px;-webkit-font-smoothing:antialiased;text-transform:uppercase}@media (max-width: 767px){#header ul.channels li a{font-size:18px;font-weight:bold}}#header ul.channels li a.no-transform{text-transform:none !important}#header ul.channels li.highlighted-nav a{color:#FFFF00}#header ul.channels li.dropdown .dropdown-menu a{color:#212529;display:block;padding:5px 19px}.header-draft{display:block;text-align:center;color:#9E6911;background:#FFC970;font-weight:600;margin:0;padding:2px;background:repeating-linear-gradient(45deg, transparent, transparent 10px, #FFC970 10px, #FFC970 20px),linear-gradient(to bottom, #FFC970, #fcb749)}.story-overlay{position:absolute;background:rgba(0,0,0,0.3);bottom:0;top:0;right:0;left:0;width:100%}span.new{background:none repeat scroll 0 0 #e74c3c;border-radius:0 2px 2px 0;color:#fff;font-size:10px;padding:2px 5px;vertical-align:2px;position:absolute;top:10px;left:0px;text-transform:uppercase;letter-spacing:1px}.pinned-stories{top:0;right:0;width:100%;left:0;z-index:0}.pinned-stories .cover-image{background-size:cover;padding-top:48.7804878%;background-position:center center;position:relative}.pinned-stories .cover-image a{width:100%;height:100%;text-indent:-9999px;position:absolute;top:0}.pinned-stories .each-story{box-shadow:0 0px 4px rgba(0,0,0,0.15);position:relative}.pinned-stories .each-story a{padding-bottom:12px}.pinned-stories .featured-info{color:#000000;text-align:center;padding:16px}.pinned-stories .featured-info h3{color:#000000;font-size:20px;font-weight:600;text-transform:capitalize;margin-bottom:16px}.pinned-stories .featured-info .story-stats{font-size:12.8px;font-weight:400;bottom:16px;left:0;right:0;position:absolute}.pinned-stories .featured-info .story-stats a{color:#0093FF}.pinned-stories .story-update-from{margin:4px 0 8px;font-size:14px}.pinned-stories .story-update-from em{font-style:normal;text-transform:uppercase}@media (min-width: 992px){.section-wrap>.container{padding-left:30px;padding-right:30px;border-left:1px solid #f0f3f6;border-right:1px solid #f0f3f6;background:#fff}}@media (min-width: 1400px){.section-wrap>.container{border-color:#e7ebf0}}.line-banner-sidebar{margin-top:30px}.trending-column{padding:30px 15px 0 30px}@media (max-width: 991px){.trending-column{border-right:0;padding-right:0;padding-left:25px}.trending-column .subscribe-box{display:none}}@media (max-width: 800px){.trending-column{padding-right:5px}}@media (max-width: 767px){.trending-column{padding-left:15px;padding-right:15px}}.trending-column .label-styled{color:#e85142;margin-top:20px}.trending-column .label-styled i{background:#e85142;border-radius:2px;color:#fff;margin-right:3px;padding:3px 7px 4px 9px;vertical-align:1px}@media (max-width: 400px){.trending-column.ip-widget{padding:0}.trending-column.ip-widget .label-styled{margin-top:0}.trending-column.ip-widget .story-listing-middle .story-image{display:block;height:150px;width:100%}.trending-column.ip-widget .story-listing-middle .story-info{display:block;padding-left:0}}.main-content-frontpage .trending-column{display:block}@media (max-width: 991px){.main-content-frontpage .trending-column{border-top:1px solid #f0f3f6}.main-content-frontpage .trending-column .subscribe-box{display:none}}.main-content-frontpage>*{padding-bottom:1px;padding-top:52px}@media (max-width: 767px){.main-content-frontpage>*{padding-bottom:0;padding-top:0;max-width:800px}}.section-label{padding:0 0 20px;color:#fff;display:block;text-transform:uppercase;font-weight:600;color:#485E7F;letter-spacing:1px;font-size:17px}.story-label{color:#F55F19;font-size:11px;margin-right:2px;text-transform:uppercase}span.channel-name{text-transform:uppercase;font-size:13px;font-weight:600;letter-spacing:1px;margin-bottom:5px;display:block}span.channel-name.news{color:#F0C502}span.channel-name.makan{color:#40d4bc}span.channel-name.lifestyle,span.channel-name.foodtrip{color:#B648F6}span.channel-name.entertainment,span.channel-name.haybuhay,span.channel-name.merahputih{color:#33bd6d}span.channel-name.fun{color:#E34374}span.channel-name.sports{color:#C9941D}span.channel-name.tech,span.channel-name.showbiz,span.channel-name.tekno{color:#98bef1}span.channel-name.imho,span.channel-name.tambayan,span.channel-name.imo{color:#FF0000}span.channel-name.videos{color:#2b8fd8}span.channel-name.seismik{color:#E226C3}.story-listing li{display:table;padding:10px 0}.story-listing li:first-child{padding-top:0}.story-listing .story-image{background-color:#cbd3de;background-size:cover;background-repeat:no-repeat;background-position:center center;position:relative}.story-listing .story-image>a{display:block;height:100%;text-indent:-9999px;width:100%;position:absolute;border:1px solid rgba(0,0,0,0.05);top:0}.story-listing .story-info h4{margin:3px 0 0}@media (max-width: 1199px){.story-listing .story-info h4{font-size:17px}}.story-listing .story-info h4 a{color:#333}.story-listing .story-info h4 a:hover,.story-listing .story-info h4 a:focus{color:#333}.story-listing .story-info h4 p{margin-bottom:0}.story-listing .story-info span.story-meta{font-size:11px;color:#8490A1;margin-bottom:3px;text-transform:uppercase;letter-spacing:1px}.story-listing .story-info span.story-meta a{color:#8490A1}.story-listing .story-update-from{margin:5px 0 0;color:#8490A1;font-size:14px}.story-listing .story-update-from em{font-style:normal;text-transform:uppercase;font-size:11px;letter-spacing:1px;vertical-align:1px}.story-listing.story-listing-horizontal li:first-child .story-info{border-top:0;padding-top:5px}.story-listing.story-listing-horizontal .story-image{display:inline-block;vertical-align:top}@media (max-width: 600px){.story-listing.story-listing-horizontal .story-image{display:block}}.story-listing.story-listing-horizontal .story-info{width:100%;border-top:1px solid #f0f3f6;padding-top:10px;padding-left:20px;padding-right:40px;display:table-cell;vertical-align:middle}@media (max-width: 991px){.story-listing.story-listing-horizontal .story-info{padding-right:20px;padding-top:13px;padding-left:18px}}@media (max-width: 600px){.story-listing.story-listing-horizontal .story-info{display:block;margin-bottom:25px;padding-top:0;padding-left:0px;padding-right:5px;border-top:0}}.story-listing.story-listing-large li{width:100%}@media (max-width: 767px){.story-listing.story-listing-large li{display:flex;border-bottom:solid 1px #eeeeee}}@media (max-width: 767px){.story-listing.story-listing-large li .story-cover-image{min-width:35%;max-width:35%}}.story-listing.story-listing-large .story-label{color:#F55F19;font-size:11px;margin-right:2px;text-transform:uppercase}.story-listing.story-listing-large .yt-video-wrap{padding:0px;background-clip:content-box;background-repeat:no-repeat;background-size:cover;margin-top:15px}@media (min-width: 768px){.story-listing.story-listing-large .yt-video-wrap{padding-right:15px}}@media (min-width: 992px){.story-listing.story-listing-large .yt-video-wrap{padding-right:30px}}.story-listing.story-listing-large .story-image{padding:0;width:250px;height:140px;position:relative;overflow:hidden}@media (max-width: 767px){.story-listing.story-listing-large .story-image{height:95px}}.story-listing.story-listing-large .story-image:hover .play{color:rgba(255,255,255,0.8)}.story-listing.story-listing-large .story-image .embed-responsive.played{background:rgba(0,0,0,0.7)}.story-listing.story-listing-large .story-image .embed-responsive.played .youtube-play{color:rgba(255,255,255,0.2)}.story-listing.story-listing-large .story-image .embed-responsive.played.playing .youtube-play{color:rgba(237,28,36,0.5)}@media (max-width: 767px){.story-listing.story-listing-large .story-image{width:100%}}@media (max-width: 600px){.story-listing.story-listing-large .story-image{display:block;width:100%;padding-top:51%;margin-bottom:10px}}.story-listing.story-listing-large .story-image.story-image-large{width:100%}@media (min-width: 601px){.story-listing.story-listing-large .story-image.story-image-large{padding-bottom:calc(100% * 0.55)}}.story-listing.story-listing-large .story-info.float-none{float:none}.story-listing.story-listing-large .story-info h3{font-size:20px}.story-listing.story-listing-large .story-info h3 a{color:#000000}.story-listing.story-listing-large .story-info h3 a[href*=segment]{text-transform:capitalize}.story-listing.story-listing-large .story-info h4{font-size:21px;margin-top:0;margin-bottom:3px}@media (max-width: 991px){.story-listing.story-listing-large .story-info h4{font-size:18px}}.story-listing.story-listing-large .story-info h4 a[href*=segment]{text-transform:capitalize}.story-listing.story-listing-large.story-listing-videos li:not(:last-child){border-bottom:1px solid #f0f3f6}@media (max-width: 600px){.story-listing.story-listing-large.story-listing-videos .story-image{width:180px;height:95px;padding-top:0;margin-bottom:0}}.story-listing.story-listing-large.story-listing-videos .story-info.col-xs-8{border-top:none;padding-top:0px}@media (max-width: 600px){.story-listing.story-listing-large.story-listing-videos .story-info.col-xs-8{display:table-cell;margin-bottom:0;padding-left:15px}.story-listing.story-listing-large.story-listing-videos .story-info.col-xs-8 h4{font-size:14px}}.story-listing.story-listing-large.story-listing-videos .story-info.col-xs-12{border-top:none;padding-left:15px;padding-right:15px;padding-bottom:10px}@media (max-width: 600px){.story-listing.story-listing-large.story-listing-videos .story-info.col-xs-12{padding-top:10px;margin-bottom:0px}}.story-listing.story-listing-medium-section li{padding:0 0 18px 0;width:100%}@media (max-width: 991px){.story-listing.story-listing-medium-section li{padding-bottom:20px;padding-right:0}}.story-listing.story-listing-medium-section li .story-image{height:150px;margin-bottom:15px;position:relative}@media (max-width: 991px){.story-listing.story-listing-medium-section li .story-image{height:130px}}@media (max-width: 767px){.story-listing.story-listing-medium-section li .story-image{margin-bottom:12px}}.story-listing.story-listing-medium-section li .story-image .section-label{background:none repeat scroll 0 0 #000;background:rgba(0,0,0,0.6);left:0;padding:3px 15px 3px;position:absolute;top:-13px;color:#fff}.story-listing.story-listing-medium-section li .story-image .section-label a{color:#fff}.story-listing.story-listing-medium-section li.viewmore a{font-size:14px}.story-listing.story-listing-medium-section li.viewmore a i{margin-left:7px}.story-listing.story-listing-medium-section .story-info{padding-right:20px}@media (min-width: 991px){.story-listing.story-listing-medium-section .story-info h4{font-size:18px;margin-bottom:2px}}.story-listing.story-listing-medium-section .story-info h4 a{color:#333;word-break:break-word}.story-listing.story-listing-medium-section .story-info h4 a:hover{color:#333}.story-listing.story-listing-bottom li{padding:15px;text-align:center}@media (max-width: 991px){.story-listing.story-listing-bottom li:nth-child(3){clear:both}}.story-listing.story-listing-bottom li .story-image{height:140px;overflow:hidden;margin-bottom:15px;position:relative}.story-listing.story-listing-bottom li .story-image .gallery-icon{position:absolute;width:50px;position:absolute;bottom:10px;right:10px}.story-listing.story-listing-bottom li .story-image .gallery-icon i.fa{font-size:40px;text-shadow:0 1px 1px rgba(0,0,0,0.3)}.story-listing.story-listing-bottom li .story-image .gallery-icon i.fa.fa-photo{font-size:35px}.story-listing.story-listing-bottom li .story-image:hover i.fa{color:#fff}.story-listing.story-listing-bottom li a{color:#eee;display:block;color:rgba(255,255,255,0.8)}.story-listing.story-listing-bottom li h4{margin-bottom:0;font-size:15px}@media (min-width: 992px){.story-listing.story-listing-bottom li h4{padding:0 15px}}.story-listing-middle li{width:100%;padding:5px 0 20px}.story-listing-middle .story-image{height:150px;margin-bottom:8px}@media (max-width: 767px){.story-listing-middle .story-image{display:table-cell;width:145px}}@media (max-width: 400px){.story-listing-middle .story-image{width:100px;height:100px}}.story-listing-middle .story-info{display:inline-block;vertical-align:middle;text-align:left;word-break:break-word}@media (max-width: 767px){.story-listing-middle .story-info{display:table-cell;padding-left:15px}}@media (max-width: 400px){.story-listing-middle .story-info{padding-left:10px}}.story-listing-middle .story-info h4{font-size:18px;line-height:1.4em}@media (max-width: 991px){.story-listing-middle .story-info h4{font-size:17px}}.today-box{background-color:#e7ebf0;background-size:cover;background-position:center}.today-box .row{margin:0;background:rgba(0,0,0,0.5)}@media (max-width: 600px){.today-box .row{background:rgba(0,0,0,0.45)}}@media (min-width: 768px){.today-box li{padding-left:15px}}.today-box li.first{padding-top:100px}.today-box li.first h4{font-size:26px;line-height:1.23em}.today-box li.viewmore a{color:#eee}.today-box li.viewmore a i{margin-left:10px}.today-box .story-info h4{text-transform:capitalize;text-shadow:0 1px 3px rgba(0,0,0,0.2)}.today-box .story-info h4 a{color:#eee}.today-box .story-info h4 a:hover{color:#fff}.today-box .story-info span.story-meta{color:rgba(255,255,255,0.6)}.today-box .story-info span.story-meta a{color:rgba(255,255,255,0.6)}.today-box .section-label{background:none repeat scroll 0 0 #000;background:rgba(0,0,0,0.6);left:0;padding:3px 15px 3px;position:absolute;top:-13px;color:#fff}.today-box .section-label a{color:#fff}.section-columns>.container{padding-top:50px}@media (min-width: 992px){.section-columns>.container{border-top:1px solid #f0f3f6}}.section-columns .each-column{margin-bottom:60px}@media (max-width: 991px){.section-columns .each-column:nth-child(3){clear:both}}.section-video{background-color:#222;padding:1px 0 0 0}.section-video .story-listing li{padding:0 1px 0 0}.section-video .story-listing li:hover{background:#555}.section-video .story-listing li:last-child{padding:0}.section-video .story-listing li h4{font-weight:300;font-size:15px;padding:0 15px 15px;margin:0}.section-title{flex-basis:100%;align-items:center;font-size:16px;font-weight:bold;font-style:italic;line-height:19.2px;margin-bottom:24px}.section-title:not(.d-*){display:flex}.section-title.line-left::before,.section-title.line-right::after{content:"";flex-grow:1;background:#0093FF;height:4px;font-size:0px;line-height:4px}.section-title.line-left::before{margin-right:20px}.section-title.line-right::after{margin-left:20px}.news-feed .news-feed-items{padding-top:60px}.news-feed .news-feed-items li{margin-bottom:24px}.news-feed .news-feed-items li .drop{margin-bottom:12px}@media (max-width: 767px){.news-feed .news-feed-items li{margin-bottom:12px;border-bottom:solid 1px #eeeeee;display:-webkit-box}.news-feed .news-feed-items li .story-cover-image{max-width:35%;min-width:35%}}.news-feed .news-feed-items .story-image{background-size:cover;padding-top:48.7804878%;background-position:center center;position:relative}@media (max-width: 767px){.news-feed .news-feed-items .story-image{margin-bottom:12px}}.news-feed .news-feed-items .story-image a{height:100%;text-indent:-9999px;width:100%;position:absolute;top:0}.news-feed .news-feed-items .drop-action li{margin-bottom:0px}.news-feed .news-feed-items .storylist{box-shadow:6px 6px 24px #A4A4A4;margin-bottom:20px;margin-right:20px;background:white}@media (min-width: 770px){.news-feed .news-feed-items .storylist{display:flex;justify-content:center;align-items:center}}.news-feed .news-feed-items .storylist .imagelist{padding-left:0px}.news-feed .news-feed-items .storylist .imagelist .story-sponsor{background:#9D0202;font-family:proxima-nova, 'sans serif';color:white;position:absolute;top:0px;left:0px;padding:3px 7px 3px 7px}@media (max-width: 1280px){.news-feed .news-feed-items .storylist .imagelist .story-sponsor{font-size:12px}}@media (max-width: 765px){.news-feed .news-feed-items .storylist .imagelist .story-sponsor{font-size:20px}}@media (max-width: 765px){.news-feed .news-feed-items .storylist .imagelist{padding-right:0px}}.news-feed .news-feed-items .storylist .story-authors{font-size:12.8px;font-weight:400;line-height:19.2px}@media (max-width: 765px){.news-feed .news-feed-items .storylist .story-authors{width:80%}}.news-feed .news-feed-items .storylist .story-authors .story-author a{color:#3D93F7}.news-feed .news-feed-items .storylist .story-authors img{display:inline-block;height:25px;margin-right:8px}.news-feed .news-feed-items .storylist .story-authors a{color:#252525}.news-feed .news-feed-items .storylist .story-authors h3{font-size:17px;margin-top:0px;margin-bottom:2px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}@media (max-width: 1280px){.news-feed .news-feed-items .storylist .story-authors h3{margin-bottom:1.5px}.news-feed .news-feed-items .storylist .story-authors h3 p{font-size:15px}}@media (max-width: 1040px){.news-feed .news-feed-items .storylist .story-authors h3{margin-bottom:1px}.news-feed .news-feed-items .storylist .story-authors h3 p{font-size:13px}}@media (max-width: 800px){.news-feed .news-feed-items .storylist .story-authors h3{margin-top:5px;margin-bottom:0.5px}.news-feed .news-feed-items .storylist .story-authors h3 p{font-size:12px}}.news-feed .news-feed-items .storylist .story-authors p{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin:0 0 0px;margin-bottom:1px}@media (max-width: 1280px){.news-feed .news-feed-items .storylist .story-authors p{font-size:11px;margin:0 0 0px}}@media (max-width: 1040px){.news-feed .news-feed-items .storylist .story-authors p{font-size:10px;margin:0 0 0px}}@media (max-width: 800px){.news-feed .news-feed-items .storylist .story-authors p{font-size:9px;margin:0 0 0px}}.news-feed .news-feed-items .storylist .story-action{margin-top:20px}.news-feed .news-feed-items .storylist .story-action li{margin-bottom:8px}.news-feed .news-feed-items .storylist .story-action .state{margin-top:20px;width:80px;color:white;float:right;background:#009432;border-radius:10px;padding:5px;font-family:proxima-nova, 'sans serif';text-align:center;text-transform:capitalize}@media (min-width: 1500px){.news-feed .news-feed-items .storylist .story-action .state{margin-top:45px}}@media (max-width: 1100px){.news-feed .news-feed-items .storylist .story-action .state{font-size:12px}}@media (max-width: 1040px){.news-feed .news-feed-items .storylist .story-action .state{font-size:11px}}@media (max-width: 765px){.news-feed .news-feed-items .storylist .story-action .state{font-size:10px;margin-top:10px;margin-bottom:10px}}.news-feed .news-feed-items .storylist .story-action .state.state-draft{background:#505050}.news-feed .news-feed-items .story-info{padding:8px 16px;position:relative}@media (max-width: 767px){.news-feed .news-feed-items .story-info{min-width:68%;padding:0px 10px}}.news-feed .news-feed-items .story-info h3{font-size:20px;font-weight:600;line-height:24px;margin-bottom:8px}@media (max-width: 767px){.news-feed .news-feed-items .story-info h3{font-size:14px;line-height:16.8px}}.news-feed .news-feed-items .story-info h3 p{color:#333333}.news-feed .news-feed-items .story-info h3 a{color:#000000}.news-feed .news-feed-items .story-info p{color:#666666;margin-bottom:8px}.news-feed .news-feed-items .story-info .story-desc{font-size:14px;font-weight:400;line-height:19.2px}@media (max-width: 767px){.news-feed .news-feed-items .story-info .story-desc{display:none}}@media (max-width: 767px){.news-feed .news-feed-items .story-info .story-update-from{display:none}}.news-feed .news-feed-items .story-info .story-author{font-size:12.8px;font-weight:400;line-height:19.2px}@media (max-width: 767px){.news-feed .news-feed-items .story-info .story-author{font-size:10px}}.news-feed .news-feed-items .story-info .story-author img{display:inline-block;height:30px;margin-right:8px}.news-feed .news-feed-items .image-large{box-shadow:0 0 4px rgba(0,0,0,0.25)}@media (max-width: 767px){.news-feed .news-feed-items .image-large{box-shadow:none}}.news-feed .news-feed-items .image-large .story-info{padding:16px 16px}@media (max-width: 767px){.news-feed .news-feed-items .image-large .story-info{min-width:68%;padding:0px 10px}}.news-feed .news-feed-items .image-large .story-info h3{font-size:20px;line-height:22.4px}@media (max-width: 767px){.news-feed .news-feed-items .image-large .story-info h3{font-size:14px;line-height:16.8px}}.news-feed .news-feed-items .image-large .story-desc{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media (max-width: 767px){.news-feed .news-feed-items .image-large .story-desc{display:none}}.news-feed .fa-circle-notch{position:absolute;color:#0093ff;left:50%;bottom:0;-webkit-animation:fa-spin 1s infinite linear;animation:fa-spin 1s infinite linear}body.pages.mobile .header{display:none}body.pages.mobile .main-content{padding-top:0}.mobile-header{background:#333 url(/assets/mobile-header-a7c5927b0f59686c5ead695d8f013beebb6b06e55fb1c12561d48af1292917f5.jpg) no-repeat center;background-size:cover;padding-top:150px;padding-bottom:130px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.3);position:relative}@media (max-width: 480px){.mobile-header{padding-top:40px;padding-bottom:30px}}.mobile-header .logo{background:url("/assets/says-white-08cb8d4abd0e542f442f4419e6ff2029d6e799d0e0e48eb0a6e7208d16dc517a.png ") no-repeat top center;width:90px;height:27px;margin-bottom:30px;background-position:center center;text-indent:-9999px;display:inline-block}@media (max-width: 480px){.mobile-header .logo{margin-bottom:0}}@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi){.mobile-header .logo{background:url("/assets/says-white@2x-fe24e97e3ad27c27ccbd0cb2dfc709283dde66d8954e4a0fcb61687fcf1f2226.png ") no-repeat center;background-size:90px 27px}}.mobile-header h1{line-height:50px;font-size:47px;margin-bottom:20px}@media (max-width: 480px){.mobile-header h1{font-size:28px;line-height:32px}}.mobile-header p{font-size:23px;margin-bottom:30px;line-height:33px}@media (max-width: 480px){.mobile-header p{font-size:18px;line-height:24px;margin-bottom:20px}.mobile-header p br{display:none}}.mobile-header .intro{text-align:left}@media (max-width: 480px){.mobile-header .intro{text-align:center}}.mobile-header a.btn{margin:10px 20px 10px 0;padding:10px 25px 10px 15px;text-shadow:0 0 0 transparent;background:#fff;border-radius:4px;border:0;width:200px;color:#000}@media (max-width: 480px){.mobile-header a.btn{margin:10px 10px}}.mobile-header a.btn i.fa{display:table-cell;font-size:33px;padding-right:13px;vertical-align:middle;color:#5694E0}.mobile-header a.btn i.fa.fa-android{color:#99C823}.mobile-header a.btn span{display:table-cell;text-align:left;vertical-align:middle;font-size:19px;line-height:21px;padding:0 0 3px 13px;font-weight:300;border-left:1px solid rgba(0,0,0,0.15)}.mobile-header a.btn span em{font-size:13px;display:block;font-style:normal;font-family:sans-serif;font-weight:normal}.mobile-header a.btn.btn-ios:hover{background:#5694E0}.mobile-header a.btn.btn-android:hover{background:#99C823}.mobile-header a.btn:hover{color:rgba(0,0,0,0.7)}.mobile-header a.btn:hover i.fa{color:rgba(0,0,0,0.7)}.mobile-middle{padding:20px 0;border-bottom:1px solid #eee;text-align:center}.mobile-content{padding-top:60px;padding-bottom:0px}@media (max-width: 480px){.mobile-content{padding-top:30px}}.mobile-content .each-feature{text-align:center;margin-bottom:50px}.mobile-content .each-feature .icon{height:180px;width:200px;margin:0 auto 25px;background:#fff url(/assets/mobile-features-2b106c0d6405e9472b9370cddf2ea4b39bb60c1b005ab61f66bee7d946c0f418.png) no-repeat 0 0}@media (max-width: 991px){.mobile-content .each-feature .icon{width:160px;height:136px;background-size:480px 136px}}@media (max-width: 480px){.mobile-content .each-feature .icon{margin-bottom:0px}}@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi){.mobile-content .each-feature .icon{background:#fff url(/assets/mobile-features@2x-355c6d96dcabbe698e7f762e52a925a5345fc6975f33b3a7dae3bb4797ba46ec.png) no-repeat 0 0;background-size:480px 136px}}.mobile-content .each-feature .icon.zero{background-position:center}.mobile-content .each-feature .icon.offline{background-position:right}@media (max-width: 480px){.mobile-content .each-feature h3{font-size:20px;margin-bottom:4px}}.mobile-content .each-feature p{font-size:17px;color:#666}@media (max-width: 480px){.mobile-content .each-feature p{font-size:16px}}.covervid-wrapper{position:absolute;top:0;left:0;width:100%;height:100%}#says-newsletter-app{background:#fff}#says-newsletter-app header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:10px 15px;margin-bottom:15px;border-bottom:1px solid #eaeaea}#says-newsletter-app .actions-container{padding:10px 0;margin-bottom:0}#says-newsletter-app header h3{display:inline-block;margin:0}#says-newsletter-app .error-container{position:fixed;top:40px;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);z-index:9999;max-width:400px;margin:0}#says-newsletter-app .error-container .close{position:absolute;top:13px;right:12px}#says-newsletter-app #stories-container{border:1px dotted #ddd;min-height:200px;margin-bottom:15px}#says-newsletter-app #stories-container img{width:150px}#says-newsletter-app #add-story{display:inline-block;margin-top:-2px}#says-newsletter-app #search{display:inline-block;width:calc(100% - 85px)}#says-newsletter-app .search-wrap{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;margin-top:10px}#says-newsletter-app .edit{display:none}#says-newsletter-app .ui-sortable{list-style-type:none;margin:0;padding:0}#says-newsletter-app .ui-sortable li{position:relative;padding:10px;margin-bottom:10px}#says-newsletter-app .ui-sortable li:hover{background:#f9f9f9;border:1px solid #bbb}#says-newsletter-app .ui-sortable li:hover .edit{position:absolute;top:0px;right:0px;display:block}#says-newsletter-app .ui-sortable li:hover .edit .btn{color:#999;padding-bottom:8px;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0}#says-newsletter-app .ui-sortable li:hover .edit .btn:hover{color:#555}#says-newsletter-app .ui-sortable li h4{margin-top:0}#says-newsletter-app .ui-sortable li textarea.form-control{height:36px}#says-newsletter-app .story-placeholder{height:170px;width:100%;background:#f1f1f1;border:3px dashed #ccc;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px}#says-newsletter-app .story-placeholder:after{content:"drop it here";text-align:center;width:100%;position:absolute;font-size:16px;font-weight:700;text-transform:uppercase;padding-top:25px;color:#888}.newsletters #search-stories-container{border:3px solid rgba(0,0,0,0.2);overflow-y:auto}.newsletters .select-story{display:block;padding:10px;border-top:1px solid rgba(0,0,0,0.08);text-decoration:none}.newsletters .select-story:hover{background:#FFFDEA}.newsletters .select-story:hover .news-desc{color:#333}.newsletters .news-cover{width:70px;height:70px;overflow:hidden;position:relative}.newsletters .news-cover:after{position:absolute;content:"";border:1px solid rgba(0,0,0,0.2);top:0;bottom:0;left:0;right:0}.newsletters .news-cover img{display:block;height:100%;margin-left:-10px}.newsletters .news-desc{margin-left:90px;color:#666}.news-unsub{width:350px;margin:60px auto 0;padding:20px;background:#fff;border:1px solid #bbb;box-shadow:0 2px 1px rgba(0,0,0,0.1);-moz-box-shadow:0 2px 1px rgba(0,0,0,0.1);-webkit-box-shadow:0 2px 1px rgba(0,0,0,0.1)}.news-unsub p{font-weight:700;font-size:16px}.news-unsub .text-small{font-size:12px;margin-top:10px}h1,h2,h3,h4,h5{font-family:proxima-nova, sans-serif;font-weight:600;line-height:1.3;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;text-rendering:optimizeLegibility}.col-no-pad{padding-left:0;padding-right:0}.col-no-pad-left{padding-left:0}.col-no-pad-right{padding-right:0}.page-header{margin:0 0 40px}.table>thead{border-top:2px solid #e7ebf0}.table>thead>tr>th{border-bottom:2px solid #e7ebf0;font-size:12px;letter-spacing:1px;text-transform:uppercase;color:#333}.table>tbody>tr>td{border-top:1px solid #e7ebf0;vertical-align:middle;font-size:15px;padding:12px 5px}.table>tbody>tr:last-child{border-bottom:1px solid #e7ebf0}.table td.emptystate{padding:50px 0;color:#666}.table tr.cursor>td{cursor:pointer}.btn{border:0;border-radius:2px;padding:7px 12px}.btn-primary{background-color:#3D93F7}.btn-filter{background-color:#3D93F7;font-family:proxima-nova;color:#fff}.btn-xs{border:0;padding:2px 8px 4px;border-radius:2px}.btn-outline{border:1px solid #e7ebf0}.btn-share,.btn-social{width:80px;height:40px;color:#fff;padding:0;border:0;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px}.btn-share.btn-share-small,.btn-social.btn-share-small{padding:6px 15px 6px 10px;font-size:15px}.btn-share.btn-share-small i.fa,.btn-social.btn-share-small i.fa{margin-right:5px;vertical-align:-3px;height:21px}.btn-share.btn-share-no-text,.btn-social.btn-share-no-text{padding:9px 12px 6px}.btn-share.btn-share-no-text i.fa,.btn-social.btn-share-no-text i.fa{margin-right:0}.btn-share.btn-share-no-text.btn-share-small,.btn-social.btn-share-no-text.btn-share-small{padding:6px 12px 6px}.btn-facebook{background:#3a5a98}.btn-facebook:hover,.btn-facebook:focus,.btn-facebook:active,.btn-facebook .active{background:#3a5a98}.btn-twitter{background:#1db1ea}.btn-twitter:hover,.btn-twitter:focus,.btn-twitter:active,.btn-twitter .active{background:#1db1ea}.btn-whatsapp{background:#25d366}.btn-whatsapp:hover,.btn-whatsapp:focus,.btn-whatsapp:active,.btn-whatsapp .active{background:#25d366}.btn-whatsapp i{font-size:29px}.btn-gplus{background:#DD4B39}.btn-gplus:hover,.btn-gplus:focus,.btn-gplus:active,.btn-gplus .active{background:#DD4B39}.btn-email{background:#e74c3c}.btn-email:hover,.btn-email:focus,.btn-email:active,.btn-email .active{background:#e74c3c}.btn-instagram{background:#4C78A0}.btn-website{background:#fff;border:1px solid #ccc;color:#888}.btn-website:hover{background:#fff;border-color:#bbb;color:#666}.btn-website.btn-share-no-text i.fa{margin-right:0;vertical-align:-4px}.btn-loadmore,.btn-alt{padding:8px 16px;display:inline-block;margin-top:16px;color:#ffffff;font-weight:bold;background:#0093FF;text-transform:capitalize;box-shadow:0 2px 4px rgba(0,0,0,0.25)}.btn-loadmore i.fa,.btn-loadmore i.fas,.btn-alt i.fa,.btn-alt i.fas{margin-right:10px}.btn-loadmore.btn-loading i.fa-refresh,.btn-alt.btn-loading i.fa-refresh{-moz-animation:spin 1s infinite linear;-o-animation:spin 1s infinite linear;-webkit-animation:spin 1s infinite linear;animation:spin 1s infinite linear;display:inline-block}.btn-loadmore:hover,.btn-alt:hover{color:#ffffff}.form-control{background:#fff;border-radius:3px}.form-control:focus{box-shadow:none}.ui-widget,.ui-widget input{font:normal 300 12px/14px 'helvetica neue', helvetica, arial, 'san-serif'}.ui-widget-content{background:transparent;border:0}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{background:transparent;border:0;color:#333;cursor:pointer;font:normal 700 12px/14px 'helvetica neue', helvetica, arial, 'san-serif'}.ui-state-default:hover,.ui-widget-content .ui-state-default:hover,.ui-widget-header .ui-state-default:hover{text-decoration:line-through}ul{margin-bottom:0}ul.tagit{overflow:hidden;padding:0;word-break:break-all;border:none !important}ul.tagit li{margin:0 10px 5px 0}ul.tagit li.tagit-choice-editable{padding:5px 10px;background-color:#fff;margin-bottom:5px;border-radius:5px}ul.tagit li.tagit-choice-editable .tagit-close{display:none}ul.tagit li.tagit-new{padding:5px 10px;margin-bottom:5px;border:1px dotted #999;border-radius:5px}.ui-menu{background:#fff;border:1px solid rgba(0,0,0,0.4);margin:10px -1px 0;padding:5px 0}.ui-menu .ui-menu-item{list-style-image:none}.ui-menu .ui-menu-item a{color:#333;font-weight:700;padding:4px 10px;border:0}.ui-menu .ui-menu-item a:hover{font-weight:700;background:#428BCA;color:#fff;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0}#cboxClose{display:none !important}a{color:#0093FF}h1{font-size:40px;line-height:48px}h3{line-height:24px}h5{font-size:20px;line-height:24px}h6{font-size:16px;line-height:19.2px}.videoCube{margin-bottom:0 !important}.videoCube .video-label-box .video-title{font-family:'proxima-nova', sans-serif !important;font-size:18px !important;line-height:24px !important;font-weight:600 !important;margin-top:8px !important;margin-bottom:24px !important}#cover-image-credit-url .tagit-choice{max-height:50px;overflow:auto}#cover-image-credit-url .tagit-new{width:99%;padding:5px 10px;background-color:#fff;margin-bottom:5px;border-radius:5px}.doc{padding-top:60px}.doc .doc-sidebar{padding-top:55px;position:fixed;width:195px}@media (max-width: 767px){.doc .doc-sidebar{padding-top:0;position:relative;width:100%;border-bottom:1px solid #DEDEDE}.doc .doc-sidebar ul{text-align:center}}.doc .doc-sidebar li{margin-bottom:10px}.doc .doc-sidebar li a{display:block;color:#333;font-size:15px;font-family:"Helvetica Neue", Helvetica, sans-serif;font-weight:300;padding:15px}.doc .doc-sidebar li a:hover{background:#0093FF;border-radius:4px;color:#FFF;text-decoration:none}.doc .doc-sidebar li a.active{background:#0093FF;border-radius:4px;color:#FFF;padding:15px}@media (max-width: 767px){.doc .doc-sidebar li{display:inline-block;width:24.5%;text-align:center;margin-bottom:0;padding:10px}}.doc .doc-main h2{font-size:32px;line-height:38.4px;color:#707070;font-weight:600;font-family:"Helvetica Neue", Helvetica, sans-serif;margin-bottom:24px}.doc .doc-main h4{font-size:24px;line-height:28.8px;margin:0 0 8px;color:#333333}.doc .doc-main p{font-size:16px;line-height:24px;margin:0 0 24px;font-weight:300;color:#666666}.doc .doc-main .alert{padding:20px}.main-content.pages{padding-top:0;min-height:100vh}.pages.contact .pages-footer{position:absolute;bottom:0;width:100%}.about-page{padding-top:52px;font-weight:600}.about-page .section{padding:5em 0}.about-page .section .section-head{margin:0 auto}.about-page .section .section-head h2{font-size:24px;line-height:28.8px;font-weight:700;color:#ffffff}.about-page .section .section-head h2.dark{color:#535A69}.about-page .section .section-head h3{font-family:"Helvetica Neue", helvetica, sans-serif;margin:0;border-bottom:1px solid #E4E4E4;font-weight:400;display:inline-block;padding-bottom:15px;font-size:17px;color:#A2A8B4}.about-page .section .section-head h3.dark{color:#858585}.about-page .section .section-content p{font-family:"Helvetica Neue", helvetica, sans-serif;font-weight:normal;color:#858585;font-size:17px}.about-page .hero{background-color:#333333}.about-page .hero:before{content:' ';display:block;position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;background-color:#265FA1;background-repeat:no-repeat;background-position:90% 0;-ms-background-size:cover;-o-background-size:cover;-moz-background-size:cover;-webkit-background-size:cover;background-size:cover}.about-page .hero:after{content:' ';display:block;position:absolute;left:0;top:0;width:100%;height:100%;z-index:2}.about-page .hero.section{position:relative;overflow:hidden}.about-page .hero .hero-content{position:relative;z-index:9998;text-align:center}.about-page .hero .hero-content img{width:180px;height:100px}.about-page .hero .hero-content p{color:#ffffff;font-size:18px;line-height:28.8px;margin:0 auto;max-width:805px;padding:24px 12px;font-weight:normal}.about-page .our-story{background:#F2F2F2}.about-page .our-story p{margin-bottom:3em}.about-page .team .section{padding:0}.about-page .team .section:first-child{padding-top:5em}.about-page .team .section-content{padding:0 0 5em}@media (min-width: 1280px){.about-page .team .section-content{text-align:center}}.about-page .team .content-team{list-style:none;margin:0 auto;padding:0;text-align:center}@media (max-width: 1015px){.about-page .team .content-team{margin-top:0}}.about-page .team .content-team:first-of-type{margin-top:50px}@media (max-width: 1015px){.about-page .team .content-team:first-of-type{margin-top:20px}}.about-page .team .content-team:not(:first-of-type){margin-top:100px}@media (max-width: 1015px){.about-page .team .content-team:not(:first-of-type){margin-top:20px}}.about-page .team .content-team li{background-image:url(/assets/says_content_team-703b3e039cf8416190517387a9c5079174efb6865d71b37d6ef6a556556be0cb.jpg);background-size:1800px 2050px;display:inline-block;width:180px;text-align:center;height:180px;-webkit-transition:opacity 0.5s;-o-transition:opacity 0.5s;transition:opacity 0.5s;position:relative;margin:0 10px;border-radius:90px;-moz-border-radius:90px;-webkit-border-radius:90px;border:3px solid white}@media (max-width: 1015px){.about-page .team .content-team li{margin-top:50px;margin-bottom:30px}}.about-page .team .content-team li:hover{cursor:pointer;opacity:1;background-position:-14px -5px;box-shadow:0 2px 10px rgba(140,140,140,0.7);border-color:ghostwhite}.about-page .team .content-team li:hover .social-media{opacity:1}.about-page .team .content-team li:hover .role{opacity:1}.about-page .team .content-team li:hover.judith{background-position:-1150px -240px}.about-page .team .content-team li:hover.laila{background-position:-462px -695px}.about-page .team .content-team li:hover.sadho{background-position:-475px -1377px}.about-page .team .content-team li:hover.tamara{background-position:-473px -1606px}.about-page .team .content-team li:hover.gowri{background-position:-1600px -923px}.about-page .team .content-team li:hover.jeremy{background-position:-260px -245px}.about-page .team .content-team li:hover.akmal{background-position:-247px -17px}.about-page .team .content-team li:hover.dania{background-position:-478px -1841px}.about-page .team .content-team li:hover.nany{background-position:-25px -1840px}.about-page .team .content-team li:hover.ihsan{background-position:-477px -1157px}.about-page .team .content-team li:hover.wanxiang{background-position:-917px -1607px}.about-page .team .content-team li:hover.mayvin{background-position:-700px -462px}.about-page .team .content-team li:hover.arisha{background-position:-1600px -470px}.about-page .team .content-team li:hover.fionaa{background-position:-482px -920px}.about-page .team .content-team li:hover.alyssa{background-position:-700px -13px}.about-page .team .content-team li:hover.diandra{background-position:-1603px -687px}.about-page .team .content-team li:hover.amin{background-position:-495px -236px}.about-page .team .content-team li:hover.suresh{background-position:-25px -1607px}.about-page .team .content-team li:hover.gwen{background-position:-21px -1146px}.about-page .team .content-team li:hover.nicky{background-position:-1375px -1153px}.about-page .team .content-team li:hover.samuel{background-position:-925px -1380px}.about-page .team .content-team li:hover.nandini{background-position:-1152px -1160px}.about-page .team .content-team li:hover.brenda{background-position:-1377px -698px}.about-page .team .content-team li:hover.weishen{background-position:-1600px -1613px}.about-page .team .content-team li:hover.shinling{background-position:-1373px -1380px}.about-page .team .content-team li:hover.luqman{background-position:-1150px -925px}.about-page .team .content-team li:hover.angel{background-position:-1145px -464px}.about-page .team .content-team li:hover.kylie{background-position:-248px -699px}.about-page .team .content-team li:hover.kelson{background-position:-1375px -475px}.about-page .team .content-team li:hover.rozaidi{background-position:-22px -1380px}.about-page .team .content-team li:hover.amir{background-position:-1601px -234px}.about-page .team .content-team li:hover.aina{background-position:-21px -18px}.about-page .team .content-team li:hover.amirul{background-position:-20px -488px}.about-page .team .content-team li.judith{background-position:-1598px -12px}.about-page .team .content-team li.laila{background-position:-695px -697px}.about-page .team .content-team li.sadho{background-position:-252px -1380px}.about-page .team .content-team li.tamara{background-position:-250px -1599px}.about-page .team .content-team li.gowri{background-position:-700px -925px}.about-page .team .content-team li.jeremy{background-position:-700px -240px}.about-page .team .content-team li.akmal{background-position:-925px -18px}.about-page .team .content-team li.dania{background-position:-250px -1841px}.about-page .team .content-team li.nany{background-position:-1377px -1617px}.about-page .team .content-team li.ihsan{background-position:-250px -1154px}.about-page .team .content-team li.wanxiang{background-position:-692px -1607px}.about-page .team .content-team li.mayvin{background-position:-925px -242px}.about-page .team .content-team li.arisha{background-position:-920px -460px}.about-page .team .content-team li.fionaa{background-position:-245px -920px}.about-page .team .content-team li.alyssa{background-position:-473px -13px}.about-page .team .content-team li.diandra{background-position:-1153px -695px}.about-page .team .content-team li.amin{background-position:-1150px -15px;position:relative;top:20px}.about-page .team .content-team li.suresh{background-position:-1600px -1380px}.about-page .team .content-team li.gwen{background-position:-1375px -920px}.about-page .team .content-team li.nicky{background-position:-923px -1156px}.about-page .team .content-team li.samuel{background-position:-700px -1380px}.about-page .team .content-team li.nandini{background-position:-702px -1165px}.about-page .team .content-team li.brenda{background-position:-22px -700px}.about-page .team .content-team li.weishen{background-position:-1150px -1605px}.about-page .team .content-team li.shinling{background-position:-1150px -1384px;position:relative;top:20px}.about-page .team .content-team li.luqman{background-position:-922px -927px}.about-page .team .content-team li.angel{background-position:-470px -467px}.about-page .team .content-team li.kylie{background-position:-250px -472px}.about-page .team .content-team li.kelson{background-position:-1372px -245px}.about-page .team .content-team li.rozaidi{background-position:-1600px -1155px}.about-page .team .content-team li.amir{background-position:-1375px -15px}.about-page .team .content-team li.aina{background-position:-700px -1864px}.about-page .team .content-team li.amirul{background-position:-25px -234px}.about-page .team .content-team .role-details{position:relative;top:182px}.about-page .team .content-team h4{font-size:16px;-webkit-transition:all 0.15s;-o-transition:all 0.15s;transition:all 0.15s;width:180px}.about-page .team .content-team .social-media{text-align:center;opacity:0;-webkit-transition:all 0.25s;-o-transition:all 0.25s;transition:all 0.25s;margin-top:-3px}.about-page .team .content-team .social-media a{margin-right:15px}.about-page .team .content-team .social-media a:last-child{margin-right:0;margin-left:-5px}.about-page .team .content-team .social-media a .fa-facebook{color:#3578E5}.about-page .team .content-team .social-media a .fa-facebook:hover{filter:brightness(80%)}.about-page .team .content-team .social-media a .fa-twitter{color:#1DA1F2}.about-page .team .content-team .social-media a .fa-twitter:hover{filter:brightness(80%)}.about-page .team .content-team .social-media a .fa-instagram{background:radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.about-page .team .content-team .social-media a .fa-instagram:hover{filter:brightness(80%)}.about-page .team .content-team .social-media .fa,.about-page .team .content-team .social-media .fab{font-size:21px}.about-page .team .content-team .role{font-size:12.8px;line-height:19.2px;margin-top:-5px;width:180px;color:#444;text-align:center;opacity:0;-webkit-transition:all 0.25s;-o-transition:all 0.25s;transition:all 0.25s}.about-page .says-client{background:#265FA1}.about-page .says-client .section-head{margin-bottom:0}.about-page .says-client .section-head p{max-width:960px;color:#ffffff;font-size:18px;line-height:28.8px;font-weight:500;margin:0 auto}.about-page .says-client .brands{margin:64px 0}.about-page .says-client .btn-advertise{text-transform:uppercase;background:#0093FF;color:#FFFFFF;font-weight:600;font-size:16px;line-height:22.4px;text-align:center;padding:8px 48px}.about-page .subscribe .news-list{padding:0;margin:0 auto;list-style:none;width:80%}.about-page .subscribe .news-list li{text-align:center;display:inline-block;position:relative;padding:0 15px}@media (min-width: 768px){.about-page .subscribe .news-list li{width:33.333333333%}}.about-page .subscribe .news-list li h4{font-size:16px;margin-bottom:10px}.about-page .subscribe .news-list li p{font-size:15px;color:#858585}.about-page .subscribe .news-list li>div{background:url("/assets/about/news_icons-6bcdc314a86f7ae48b8db4460e3156f625a4fbff1241e234caf59c2f1c26bd27.png") no-repeat}.about-page .subscribe .news-list li>div.breaking{height:117px;background-position:30px 7px;width:119px;margin:0 auto}.about-page .subscribe .news-list li>div.trending{height:117px;background-position:-132px 12px;width:144px;margin:0 auto}.about-page .subscribe .news-list li>div.curiosity{height:117px;background-position:-329px 12px;width:153px;margin:0 auto}body.sessions .main-content,body.passwords .main-content,body.registrations .main-content{min-height:100vh}body.sessions .actions,body.passwords .actions,body.registrations .actions{margin-bottom:10px}body.sessions .btn,body.passwords .btn,body.registrations .btn{padding:10px 35px}@media only screen and (max-width: 768px){.pages.contact .pages-footer{position:relative}}.pages-footer{padding-top:30px;padding-bottom:40.8px;background-color:#0093ff}.pages-footer .footer-logo{height:24px;margin-bottom:16px;display:block}.pages-footer p{font-size:12.8px;line-height:19.2px;color:#ffffff;margin-bottom:-15px}.pages-footer .static-pages{padding:0;border:0;margin-bottom:0;margin-top:38px;padding-right:100px}.pages-footer .static-pages a{display:block;padding:0;font-size:12.8px;line-height:26px;color:#ffffff}.premium-story{position:relative}@media (min-width: 1440px){.premium-story{background:#e7ebf0}}.premium-story .container-fluid{width:1200px}.premium-story .main-content{background:#fff}@media (min-width: 1440px){.premium-story .main-content{max-width:1440px;margin-left:auto;margin-right:auto}}.premium-story .admin-edit{position:absolute;left:20px;top:20px;z-index:1}.premium-story .admin-edit .dropdown-toggle{opacity:.5;padding:4px 7px;background:#fff;color:#777;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px}.premium-story .admin-edit .dropdown-toggle:hover{opacity:1}.premium-story .section-brand{text-align:center}.premium-story .section-brand .brand-avatar{margin:0 auto 15px;width:56px;height:56px;overflow:hidden;border-radius:50px;-moz-border-radius:50px;-webkit-border-radius:50px}.premium-story .section-brand .brand-avatar img{width:56px}.premium-story .section{padding:50px 0}.premium-story .section-header{color:#fff;min-height:400px;position:relative}.premium-story .section-header .blackoverlay{position:absolute;height:100%;width:100%;top:0;left:0;background:rgba(0,0,0,0.73)}.premium-story .section-header .header-title{text-transform:uppercase;font-weight:700;font-size:48px;margin:0 auto;padding-top:50px}.premium-story .section-header .header-desc{font-size:20px;font-weight:400;margin:0 auto;padding-top:30px}.premium-story .section-header .section-brand{margin:0 auto;padding:50px 0}.premium-story .section-header .section-brand a{color:#fff;text-decoration:none;border-bottom:1px solid #55B1FF;padding:0 2px}.premium-story .section-wrapper{position:absolute;z-index:1;margin:0 auto;text-align:center;width:80%;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.premium-story .section-segments{font-size:16px;line-height:1.9em}.premium-story .section-segments .segment-head p{margin-bottom:0}.premium-story .section-segments .segment-head h2{font-weight:700;font-size:36px;margin-top:0;margin-bottom:30px;color:#333}.premium-story .section-segments .cap-para{font-size:56px;font-weight:700;margin-top:18px;width:44px;text-align:center;float:left;text-transform:uppercase}.premium-story .each-segment{padding-top:80px}.premium-story .each-segment:first-child{padding-top:0}.premium-story .each-segment .text,.premium-story .each-segment .image,.premium-story .each-segment .video,.premium-story .each-segment .tweet{margin-top:30px;margin-bottom:0}.premium-story .each-segment .text:first-child,.premium-story .each-segment .image:first-child,.premium-story .each-segment .video:first-child,.premium-story .each-segment .tweet:first-child{margin-top:0}.premium-story .each-segment .text p,.premium-story .each-segment .image p,.premium-story .each-segment .video p,.premium-story .each-segment .tweet p{margin-bottom:0}.premium-story .each-segment .text{font-size:16px;line-height:28px}.premium-story .each-segment .quote{margin:50px auto}.premium-story .each-segment .quote .quote-wrap{position:relative;padding:200px 0;background-repeat:no-repeat;background-position:center center;background-size:cover}.premium-story .each-segment .quote .quote-wrap.no-img .blackoverlay{display:none}.premium-story .each-segment .quote .quote-wrap.no-img blockquote{color:#333}.premium-story .each-segment .quote blockquote{font-size:28px;font-style:italic;position:absolute;top:50%;left:50%;z-index:2;margin:0;padding-left:30px;color:#fff;border-left:3px solid #55B1FF;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.premium-story .each-segment .quote .blackoverlay{position:absolute;background:rgba(0,0,0,0.6);top:0;left:0;width:100%;height:100%}.premium-story .section-brand-excerpt{border-top:1px solid #E5E8F1;margin-top:50px}.premium-story .section-brand-excerpt .small{color:#aaa;margin-bottom:20px}.premium-story .section-brand-excerpt .brand-avatar{height:75px;width:75px;margin-bottom:20px;overflow:hidden}.premium-story .section-brand-excerpt .brand-avatar img{width:75px}.premium-story .section-brand-excerpt .brand-name a{text-decoration:none;font-size:16px;font-weight:700;color:#333}.premium-story .section-related{padding:0}.premium-story .section-related .more-related{color:#444;margin:50px auto;text-decoration:none;display:table;font-weight:700;padding:14px 25px;border:1px solid #ccc;border-radius:50px;-moz-border-radius:50px;-webkit-border-radius:50px}.premium-story .section-related .more-related:hover{color:#000;border:1px solid #999}.premium-story .section-related .premium-related{margin:0 auto 20px;text-align:center}.premium-story .section-related .related-item{display:block;width:100%;height:350px;position:relative;color:#fff;text-decoration:none;overflow:hidden}.premium-story .section-related .related-item h3{text-align:center;padding:30px 30px 0;text-transform:capitalize;margin:0;position:relative;z-index:1;transition:all 0.15s ease-in;-moz-transition:all 0.15s ease-in;-webkit-transition:all 0.15s ease-in;-o-transition:all 0.15s ease-in}.premium-story .section-related .related-item .read-more{padding-top:40px;position:absolute;height:100px;width:100%;background:rgba(0,0,0,0.4);color:#fff;text-align:center;left:0;bottom:0;z-index:2;background:-webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0,0,0,0.7)));background:-moz-linear-gradient(top, transparent, rgba(0,0,0,0.7));-webkit-transform:translate(0, 100%);-moz-transform:translate(0, 100%);transform:translate(0, 100%);transition:all 0.4s ease-in;-moz-transition:all 0.4s ease-in;-webkit-transition:all 0.4s ease-in;-o-transition:all 0.4s ease-in}.premium-story .section-related .related-item .read-more span{padding:5px 10px;border:1px solid #fff;border-radius:50px;-moz-border-radius:50px;-webkit-border-radius:50px}.premium-story .section-related .related-item .boxoverlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.4);opacity:1;background:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.8)), to(transparent));background:-moz-linear-gradient(top, rgba(0,0,0,0.8), transparent);transition:all 0.2s ease-in;-moz-transition:all 0.2s ease-in;-webkit-transition:all 0.2s ease-in;-o-transition:all 0.2s ease-in}.premium-story .section-related .related-item:hover h3{-webkit-transform:translate(0, -100%);-moz-transform:translate(0, -100%);transform:translate(0, -100%)}.premium-story .section-related .related-item:hover .read-more{-webkit-transform:translate(0, 0%);-moz-transform:translate(0, 0%);transform:translate(0, 0%)}.premium-story .section-related .related-item:hover .boxoverlay{opacity:0}@media (min-width: 1440px){.premium-story .section-related .container-fluid{max-width:1440px;width:1440px}}@media (max-width: 767px){.container{max-width:800px}}.profile-top{box-shadow:0 0 4px rgba(0,0,0,0.25);border-radius:5px 5px 0 0;max-width:950px}.profile-top .profile-cover{background:#333;overflow:hidden;min-height:50px;max-height:350px;border-radius:5px 5px 0 0}@media (max-width: 767px){.profile-top .profile-cover{height:160px}}.profile-top .profile-cover img{width:100%;min-height:inherit;max-height:inherit}.coverupload{width:950px;height:350px;color:transparent;background-color:transparent;border:1px solid transparent;position:absolute;text-align:center;padding-top:155px}.coverupload:hover{position:absolute;width:950px;height:350px;color:white;background-color:black;border:1px solid transparent;opacity:0.7;transition:0.4s ease;cursor:pointer;text-align:center;padding-top:155px}.profile-details{background:#fff;padding:20px 25px 20px}@media (max-width: 767px){.profile-details{padding:0px 25px 20px}}@media (min-width: 768px){.profile-details .profile-details-wrap{display:table}}.profile-details .avatar{display:table-cell;vertical-align:middle;padding:1px;width:140px;height:140px}@media (max-width: 767px){.profile-details .avatar{width:85px;height:85px;display:table;padding:1px;overflow:hidden;margin:-60px auto 0;background:rgba(0,0,0,0.3);box-shadow:0 1px 1px rgba(0,0,0,0.1);border-radius:42.5px}}.profile-details .avatar .avatarupload{padding-top:5px;position:absolute;top:438px;left:45px;color:transparent;width:130px;height:67px;background-color:transparent;border-bottom-left-radius:100px;border-bottom-right-radius:100px;border:1px solid transparent;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-align:center}.profile-details .avatar .avatarupload:hover{position:absolute;top:438px;left:45px;color:white;width:130px;height:68px;background-color:black;border-bottom-left-radius:100px;border-bottom-right-radius:100px;border:1px solid transparent;opacity:0.7;transition:0.4s ease;cursor:pointer;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:15px;text-align:center}.profile-details .avatar img{background:#eee;border:4px solid #fff;border-radius:2px;display:block;height:138px;overflow:hidden;width:138px;color:#eee}@media (max-width: 767px){.profile-details .avatar img{height:85px;width:85px}}.profile-details .bio{display:table-cell;vertical-align:middle;padding-left:25px}@media (max-width: 767px){.profile-details .bio{display:block;padding:0;text-align:center}}.profile-details .bio h3{margin-top:0;margin-bottom:5px}@media (max-width: 767px){.profile-details .bio h3{font-size:20px;margin-top:15px}}.profile-details .bio p{margin-bottom:3px;font-size:14px;color:#666}.profile-details .bio span{font-size:13px;color:#666}.profile-details .btn-success{margin-left:420px;margin-top:90px}.profile-content{margin:28px 8px}.profile-content h5{margin-bottom:24px}.profile-content .story-listing.story-listing-large .story-info,.profile-content .story-listing.story-listing-large .story-info.user-story-info{vertical-align:baseline}@media (max-width: 767px){.profile-content .story-listing.story-listing-large .story-info,.profile-content .story-listing.story-listing-large .story-info.user-story-info{padding:0px 10px}}.profile-content .story-listing.story-listing-large .story-info h4,.profile-content .story-listing.story-listing-large .story-info.user-story-info h4{font-size:18px}@media (max-width: 991px){.profile-content .story-listing.story-listing-large .story-info h4,.profile-content .story-listing.story-listing-large .story-info.user-story-info h4{font-size:17px}}@media (max-width: 767px){.profile-content .story-listing.story-listing-large .story-info h4,.profile-content .story-listing.story-listing-large .story-info.user-story-info h4{font-size:14px}}.profile-content .story-listing.story-listing-middle li{width:100%}.profile-content .story-listing.story-listing-middle .channel-name{display:none}.profile-content .story-listing.story-listing-middle .story-image{width:100%;height:135px}.profile-content .story-listing.story-listing-middle .story-info h4{font-size:16px}.profile-content .profile-sidebar .btn-share{margin:0 3px 15px 0}.profile-content iframe{margin:15px 0;width:100% !important;border:1px solid #D1D9E5;border-radius:2px}.table-brand-listing img{margin-right:5px;width:35px;height:35px;overflow:hidden;background:#eee;display:inline-block}.table-brand-listing .btn{margin:3px 3px}#says-news-app{margin-bottom:50px}body.no-ads div[id^=innity_adslot]{display:none !important}body.no-ads div[id^=div-gpt-ad]:not(.partial_ads){display:none !important}body.no-ads .teads-inread{display:none !important}body.no-ads div[id^=adbro]{display:none !important}body.no-ads div.andbeyond_adunit{display:none !important}body.no-ads div.unruly_in_article_placement{display:none !important}body.no-ads div#ppstudio-mobile-bottom-carousel-spin{display:none !important}.story-header{background:#fff;left:0;position:fixed;right:0;top:0;width:100%;opacity:0}.story-header.show{opacity:1;z-index:1000}.story-header.show ul.share-buttons{opacity:1;transition:opacity 0.5s ease-in-out 0.05s;-moz-transition:opacity 0.5s ease-in-out 0.05s;-webkit-transition:opacity 0.5s ease-in-out 0.05s;-o-transition:opacity 0.5s ease-in-out 0.05s}.story-header.story-header-editor{box-shadow:0 0 1px rgba(0,0,0,0.2);-moz-box-shadow:0 0 1px rgba(0,0,0,0.2);-webkit-box-shadow:0 0 1px rgba(0,0,0,0.2)}.story-header #story-header-container{width:100%;max-width:1360px}@media (min-width: 1200px){.story-header #story-header-container{padding-left:30px;padding-right:30px}}.story-header .story-header-title{display:inline-block}.story-header ul.share-buttons{padding-top:10px;opacity:0;display:inline-block}#story-action{clear:both;margin-top:145px}#story-action i.fa{font-size:18px;width:20px;height:20px;text-align:center}#story-action .dropdown-story>a{color:#888;padding:4px 5px;display:block}#story-action .dropdown-story>a:hover{color:#333}#story-action .dropdown-menu{left:0px}#story-action .dropdown-item{margin:5px 0px;padding:0.3rem 1.5rem}.story-intro{margin-bottom:24px;min-height:260px}@media (max-width: 767px){.story-intro{min-height:0}}.story-intro span.label-draft{background:#FFC970;color:#9E6911;text-transform:uppercase;font-size:12px;padding:1px 7px 2px;display:inline-block;margin-bottom:10px;font-weight:bold;letter-spacing:1px;border-radius:3px}.story-intro .story-title{color:#333333;font-weight:700;margin-bottom:16px;word-wrap:break-word;font-size:30px;line-height:38px}@media (max-width: 767px){.story-intro .story-title{font-size:24px;margin-bottom:1rem;line-height:33.6px;margin-top:0}}@media (max-width: 480px){.story-intro .story-title{font-size:26px;line-height:32px}}.story-intro .story-desc{font-size:14px;line-height:22.8px;color:#666666;margin-bottom:16px}@media (max-width: 767px){.story-intro .story-desc{font-size:16px;line-height:22.4px}}.story-intro .photo-cover{overflow:hidden;position:relative;margin-bottom:25px}.story-intro .photo-cover a:after{position:absolute;content:"";border:1px solid rgba(0,0,0,0.1);top:0;bottom:0;left:0;right:0}.story-intro .photo-cover img{width:100%;display:block;margin:-2px}.story-intro .image-cropping .jcrop-holder{z-index:1}.story-intro .coverdesc{color:#aaa;width:100%}.story-intro .update-from{font-size:14px;margin-bottom:10px}.story-intro .story-meta{font-size:12.8px;line-height:19.2px;color:#666666}.story-intro .story-meta .avatar{width:32px;height:32px;display:inline-block;margin-right:4px;overflow:hidden;background:#eee;color:#eee}.story-intro .story-meta p{display:inline-block}@media (max-width: 767px){.story-intro .story-meta p{font-size:10px}}.story-intro .share-buttons{margin-top:16px}.story-intro .share-buttons li{font-size:32px;margin-right:8px}.story-intro .share-buttons li .fa-stack{font-size:16px;margin:-6px -4.5px 0px -10px}.story-intro .share-buttons li .fa-stack .fa-stack-1x{font-size:20px}.story-intro .share-buttons li .copy-to-clipboard .fa-stack-1x{font-size:17px}.story-intro .share-buttons .btn-share{width:80px;height:40px;padding:0}.story-intro .share-buttons .btn-share .fa{font-size:27px;line-height:40px;vertical-align:middle}.story-intro .share-buttons .btn-share .fa.fa-facebook{margin-top:1px}.story-intro .share-buttons span{margin-left:5px}.story-intro-bottom>.hashtags{color:#666;font-size:13px;margin-top:1rem}.story-intro-bottom>.hashtags li{display:inline-block;padding-right:0}.story-intro-bottom>.hashtags a{color:#0093FF}.story-intro-bottom>.hashtags a:hover{color:#0093FF}@media (min-width: 992px) and (max-width: 1199px){.story-content-left{width:calc(100% - 330px)}}@media (min-width: 992px){.story-content-left{min-height:1820px}}.story-content-right{min-width:330px}@media (max-width: 767px){.story-sidebar #recommended-stories{display:none !important}}.story-sidebar .sidebar-stats li{color:#666;margin-bottom:15px}.story-sidebar .sidebar-stats li:last-child{margin-bottom:30px}.story-sidebar .sidebar-stats em{font-weight:600;display:block;font-size:33px;color:#5bba2e;font-style:normal;line-height:35px;letter-spacing:1px}.story-sidebar .sidebar-stats.share-stats em{color:#E34274}.story-sidebar .share-buttons{display:flex}.story-sidebar .share-buttons li{width:33.333333%;display:inline-block;margin:0 2px;box-sizing:border-box}.story-sidebar .share-buttons li .btn-share{width:100%;font-size:27px;line-height:40px;vertical-align:middle}.content-mrec{text-align:center;margin:20px auto}.floatsidebar>*{margin-bottom:48px}.floatsidebar.js-sidebar-affix.fixed{position:fixed;top:48px}.floatsidebar .sidebar-mrec{text-align:center;display:none}@media (min-width: 992px){.floatsidebar .sidebar-mrec{display:block;margin-left:-15px}}@media (min-width: 1200px){.floatsidebar .sidebar-mrec{display:block;margin-left:0px}}@media (min-width: 1200px){.floatsidebar{width:400px}}@media (min-width: 992px){.floatsidebar{width:320px}}.story-author-box{padding:15px;margin-bottom:30px;background:#f4f5f8}.story-author-box .author-info{display:table;width:100%}.story-author-box .author-avatar{display:table-cell;vertical-align:middle;width:50px;overflow:hidden}.story-author-box .author-avatar img{width:50px;height:50px;background:#e7ebf0;display:block;color:#e7ebf0;overflow:hidden}.story-author-box .author-meta{display:table-cell;padding-left:10px;vertical-align:middle}.story-author-box .author-meta strong{display:block;font-weight:600;font-size:18px;line-height:21px}.story-author-box .author-desc{margin:15px 0 0;line-height:19px;color:#6982a2}#story-segments{min-height:100px;margin-bottom:50px}#new-segment-container{position:relative}#new-segment-container .loader{position:absolute;top:35%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border:8px solid #f3f3f3;border-top:8px solid #3498db;border-radius:50%;width:50px;height:50px;margin-left:calc(50% - 25px);animation:spin 2s linear infinite}.new-segment-form{position:relative}.new-segment-form .error-container{width:80%;margin-left:10%;position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}#segment-list .new-segment-form{border-color:transparent !important;box-sizing:border-box;-webkit-box-shadow:0px 0px 15px -2px rgba(0,0,0,0.3);-moz-box-shadow:0px 0px 15px -2px rgba(0,0,0,0.3);box-shadow:0px 0px 15px -2px rgba(0,0,0,0.3)}#segment-list .new-segment-form:after{content:"";position:absolute;width:0;height:0;margin-left:15px;top:0;left:50%;box-sizing:border-box;border:1em solid black;border-color:transparent transparent #fff #fff;transform-origin:0 0;transform:rotate(135deg);-webkit-box-shadow:-3px 3px 15px -5px rgba(0,0,0,0.3);-moz-box-shadow:-3px 3px 15px -5px rgba(0,0,0,0.3);box-shadow:-3px 3px 15px -5px rgba(0,0,0,0.3)}#segment-list .new-segment-form .box-foot{opacity:1 !important}.story-content{position:relative}.story-content>.container{background:#fff}@media (max-width: 767px){.story-content>.container{max-width:800px}}.story-middle{position:relative;margin-bottom:70px}@media (max-width: 767px){.story-middle{margin-bottom:20px}}.story-middle .story-cover-image-credit{color:#666666;display:block;text-align:right;margin-left:auto;margin-top:16px;margin-bottom:32px}@media (max-width: 767px){.story-middle .story-cover-image-credit{font-size:11px}}.story-middle .interested{margin-top:40px;font-weight:bold}@media (max-width: 767px){.story-middle .interested{font-size:18px}}@media (max-width: 767px){.story-middle .read-more-box{position:absolute;z-index:4;left:0;right:0;bottom:-2px;text-align:center;padding:75px 12px 50px;background:linear-gradient(to bottom, rgba(255,255,255,0.05) 10%, #fff 60%, #fff 100%)}.story-middle .read-more-btn{background:#0093ff;color:#fff;margin:auto;line-height:1.5;font-weight:bold;text-align:center;text-transform:capitalize;text-decoration:none;font-size:0.875rem;border-radius:0.2rem;padding:8px 16px;display:inline-block;box-shadow:0 2px 4px rgba(0,0,0,0.25)}.story-middle .read-more-box a:not([href]):not([tabindex]){color:#fff;text-decoration:none}}@media (max-width: 767px){.read-more-overflow-active{overflow:hidden}}.story-segment{position:relative;margin-bottom:25px}.segment-head h2{font-size:24px;line-height:28.8px;font-weight:700;color:#333333;margin-top:3rem;margin-bottom:24px}@media (max-width: 767px){.segment-head h2{font-size:19px;margin-bottom:8px}}.segment-head h2 a{text-decoration:underline;color:#1ca2f7}@media (max-width: 767px){.story-sharing{display:none;position:fixed;bottom:0;left:0;width:100%;z-index:4;text-align:center}.story-sharing .story-bottom-share-buttons{display:table;margin:0;width:100%;position:relative;transition:all 0.5s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden}.story-sharing .story-bottom-share-buttons li{display:table-cell;vertical-align:bottom}.story-sharing .story-bottom-share-buttons li .btn{width:100%;height:44px;text-align:center;padding:8px 12px;margin:0;border-radius:0;font-family:proxima-nova-alt, sans-serif;font-weight:600;font-size:15px;border:0}.story-sharing .story-bottom-share-buttons li .btn-share{color:#fff}.story-sharing .story-bottom-share-buttons li .btn-share i{font-size:28px;vertical-align:-3px;width:24px}.story-sharing .story-bottom-share-buttons li .btn-share-facebook{background-color:#007bff}.story-sharing .story-bottom-share-buttons li .btn-share-whatsapp{background:#25d366}.story-sharing .story-bottom-share-buttons li .btn-share-twitter{background:#00b0ed}.story-sharing .story-bottom-share-buttons li .btn-copy-clipboard{background:#172B4D;color:#fff}.story-sharing .story-bottom-share-buttons li .btn-copy-clipboard .fa-link{font-size:23px;margin-top:3px}}.btn-insert-segment{background-color:#fff;font-size:15px;font-weight:400;color:#ccc;position:absolute;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);bottom:-16px;transform:translateX(-50%);border:1px dashed #ccc;border-radius:25px;padding:7px 15px}.btn-insert-segment:hover,.btn-insert-segment:focus,.btn-insert-segment:active{background:#fff;border-color:#999;color:#999;outline:0;box-shadow:none}.segment-anchor{padding-top:54px;margin-top:-54px;display:block}@media (max-width: 767px){.segment-anchor{padding-top:20px}}.brand-author{margin:8px 0 5px 0}.brand-author img{display:inline-block;height:35px;vertical-align:middle;width:35px;background:#eee;margin-top:1px;overflow:hidden;color:#eee}.brand-author p{display:inline-block;margin:0;vertical-align:middle;padding-left:5px;line-height:17px}.brand-author p span{font-size:10px;text-transform:uppercase;letter-spacing:1px;color:#8490a1;display:block}.each-segment:last-child{margin-bottom:0}.each-segment h2.title{font-size:26px;margin-top:0;line-height:1.25em}.each-segment h2.title a{text-decoration:none;color:#333}.each-segment h2.title a:hover{color:#4589C4}.each-segment .clickable .sponsored-segment{text-decoration:none;color:#333}.each-segment .clickable:hover{cursor:pointer}.each-segment .text{font-size:16px;line-height:24px;color:#000000;word-wrap:break-word;margin-bottom:16px;transition:all 0.15s ease-in-out;-moz-transition:all 0.15s ease-in-out;-webkit-transition:all 0.15s ease-in-out;-o-transition:all 0.15s ease-in-out}@media (max-width: 767px){.each-segment .text p{font-size:15px}}.each-segment .text p,.each-segment .text ul,.each-segment .text ol{margin-bottom:16px}.each-segment .text ul{list-style-type:circle}.each-segment .fitvidWrapper iframe{max-width:100%}.each-segment .fitvidWrapper .fluid-width-video-wrapper+p{margin-top:10px;font-size:15px}.each-segment .image{margin-bottom:20px}.each-segment .image.no_collapse .colorbox-image img{width:100% !important;height:auto !important}.each-segment .image.no_collapse .imgoverlay{position:static;background:#fff;text-align:right;display:block}.each-segment .image.no_collapse .imgoverlay a{color:#3D93F7}.each-segment .image.no_collapse .imgoverlay a:hover{text-decoration:underline}.each-segment .image .single-image .single-image-wrap{position:relative;overflow:hidden}.each-segment .image .single-image .single-image-wrap .blur{-webkit-filter:blur(12px);-moz-filter:blur(12px);-o-filter:blur(12px);-ms-filter:blur(12px);filter:blur(12px)}.each-segment .image .single-image .single-image-wrap .hide{display:none}.each-segment .image .single-image .single-image-wrap .colorbox-image-reveal{position:absolute;z-index:2;height:100%;width:100%;background-color:rgba(0,0,0,0.7);font-size:22px;top:0;left:0;cursor:pointer}.each-segment .image .single-image .single-image-wrap .colorbox-image-reveal .reveal-message{color:#fff;position:relative;top:calc(50% - 13px);font-size:22px}.each-segment .image .single-image .single-image-wrap .colorbox-image-hide{position:absolute;border-radius:0;z-index:2;top:0;right:0;background-color:#DDD}.each-segment .image .single-image a.imgwrap{display:block;position:relative}.each-segment .image .single-image .img-credit{text-align:right;color:#666666;display:block;margin-top:16px}.each-segment .image .single-image .img-credit a:hover{text-decoration:underline}.each-segment .image .single-image .img-caption{display:block;background:rgba(0,0,0,0.8);color:#fff;font-size:13px;padding:7px;margin-bottom:0}.each-segment .image .single-image .imginfo{color:#737373}.each-segment .image .single-image img{width:100%;min-height:20px;background:#e7ebf0;display:block;color:#e7ebf0}.each-segment .image .group-image li{position:relative;padding:1px;display:inline-block;text-align:center}.each-segment .image .group-image img{max-width:100%}.each-segment .image .group-image a.imgwrap{position:relative;display:block}.each-segment .image .group-image a.imgwrap:after{content:"";border:1px solid rgba(0,0,0,0.1);position:absolute;top:0;bottom:0;left:0;right:0}.each-segment .image .group-image .group-single-wrap{position:relative}.each-segment .image .group-image .group-single-wrap:hover .imgoverlay{display:block}.each-segment .image .imgoverlay{display:none;background:rgba(0,0,0,0.7);position:absolute;padding:10px 15px;bottom:0;width:100%;position:absolute;font-size:11px;color:#fff;text-align:left}.each-segment .image .imgoverlay em{color:#ccc;font-style:normal}.each-segment .image .imgoverlay a{color:#fff}.each-segment .embed{margin-bottom:25px}.each-segment .video{margin-bottom:25px}.each-segment .video .videowrap{padding:15px;border:1px solid #ccc;position:relative;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px}.each-segment .video .desc{font-size:11px}.each-segment .video .srcvideo{background:#f1f1f1;min-width:300px;height:300px}.each-segment .video .srcshare{top:0;right:0}.each-segment .tweet iframe.twitter-tweet{margin:10px 0 !important}.each-segment .quote{margin-bottom:25px}.each-segment .brandlogo{margin-bottom:20px}.each-segment .brandlogo img{background:#eee;height:100px;width:350px;display:inline-block}.each-segment .hot{height:40px;width:40px;margin-bottom:20px;background:url("/assets/hotstory-0f2fc9d8b313e17d5e349930e6d544362ba5e3aaeefb12df9ba8065cea7318c9.png") no-repeat top center}.each-segment .readmore a.btn{font-size:18px;font-weight:500;padding:10px 0}.each-segment .readmore a.btn span{vertical-align:-2px}.quote-wrap{position:relative;background-repeat:no-repeat;background-position:center;background-size:cover;width:100%;padding-bottom:55%}@media (max-width: 600px){.quote-wrap{padding-bottom:75%}}.quote-wrap blockquote{color:#fff;font-size:28px;word-break:break-word;font-style:italic;font-weight:600;line-height:1.25;position:absolute;padding:10px 20px;top:50%;left:50%;z-index:2;margin:0;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);transform:translate(-50%, -50%);border:none}.quote-wrap blockquote footer{font-size:19px;font-weight:400;color:#aaa;text-align:right;margin-top:5px}@media (max-width: 600px){.quote-wrap blockquote{font-size:24px}.quote-wrap blockquote footer{font-size:16px}}.quote-wrap .blackoverlay{position:absolute;background:rgba(0,0,0,0.6);top:0;left:0;width:100%;height:100%}.quote-wrap .open-quote{width:55px !important;height:55px !important;position:absolute;top:-21px;left:-52px;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);background:url("/assets/quote-cb9d915dc57383f0e69c50abd34765b7a696666316e9952a852d2ee66ac1fc3c.svg") no-repeat center;background-size:cover}@media (max-width: 600px){.quote-wrap .open-quote{width:40px !important;height:40px !important;top:-10px;left:-35px}}.quote-wrap.no-img{padding-bottom:0}.quote-wrap.no-img .blackoverlay{display:none}.quote-wrap.no-img blockquote{max-width:55%;position:relative;top:initial;left:initial;margin:80px auto 70px;-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none;color:#333;padding:10px 20px}@media (max-width: 600px){.quote-wrap.no-img blockquote{max-width:65%}}.quote-wrap.square{width:400px;height:400px;padding:0}.quote-wrap.square .open-quote{top:-60px;left:150px}.quote-wrap.square blockquote{font-size:20px;top:55%;width:90%;text-align:center}.quote-wrap.square blockquote footer{font-size:16px;text-align:center}.source{font-size:12px;color:#aaa;display:block;height:15px;line-height:1.42857;margin:-10px 0 30px;transition:all 0.15s ease-in-out;-moz-transition:all 0.15s ease-in-out;-webkit-transition:all 0.15s ease-in-out;-o-transition:all 0.15s ease-in-out}.source .favicon{background:#fff;width:16px;height:16px;margin-right:5px;display:inline-block;zoom:1;*display:inline;vertical-align:-3px}.source .favicon img{width:16px;height:16px;display:block}.source .favicon i.fa{font-size:15px;margin:-2px 2px 0;vertical-align:top}.source a{color:#aaa}.source a:hover{color:#666;text-decoration:none}.top-bar{margin-bottom:3em}.top-bar .title{font-size:12px;font-weight:700;display:block;margin-bottom:10px}.top-bar ul li:first-child{padding-left:0}.top-bar .avatar_40 img{border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px}.top-bar .btn-xs{padding:4px 8px}.top-bar .scroll-to-chat{background:#FFB800;color:#912E00;font-weight:700;margin-top:24px}.top-bar .scroll-to-chat .glyphicon{color:#fff;font-size:11px;margin-right:4px}#left-sidebar label{font-weight:normal;font-size:13px}#left-sidebar .form-group{margin-bottom:22px;position:relative}#left-sidebar .form-group.publish-amp input[type="checkbox"]#publish-amp{opacity:0;width:50px;height:50px;margin:0}#left-sidebar .form-group.publish-amp input[type="checkbox"]#publish-amp+label{width:50px;height:50px;position:absolute;left:0;border:5px solid #555;border-radius:100%;white-space:nowrap;color:#555;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;line-height:42px;text-align:center;pointer-events:none}#left-sidebar .form-group.publish-amp input[type="checkbox"]#publish-amp+label:after{content:"";position:absolute;width:50px;height:50px;opacity:0}#left-sidebar .form-group.publish-amp input[type="checkbox"]#publish-amp:checked.valid+label{border:5px solid #22b573;color:#22b573}#left-sidebar .form-group.publish-amp input[type="checkbox"]#publish-amp:checked.invalid+label{border:5px solid #f34340;color:#f34340}#left-sidebar #video-box{margin:-10px 0 15px}#left-sidebar #amp-status{display:table}#left-sidebar #amp-status span{display:table-cell;vertical-align:middle}#left-sidebar #amp-status .amp-icon{display:inline-block;width:25px;height:25px;background:url("/assets/amp-gray-9199cf646cbc4c0c1d8ecd6ca4faea6afdb441193f6bf5cdbb3d9c4b3d3c47a7.svg") no-repeat center;margin-right:10px}#left-sidebar #amp-status.active .amp-icon{background:url("/assets/amp-blue-9207af413734414e3920c5f910280e467a14ebd39d848d344aead2c7bd8125f2.svg") no-repeat center}#left-sidebar #preview-url{margin-top:30px}#left-sidebar #preview-url p{white-space:nowrap;overflow:hidden;overflow-x:auto;width:95%;position:relative;height:40px;background:#fff;padding:4px;margin-top:10px;border:2px solid #018fd9}#right-sidebar{padding-bottom:15px}#right-sidebar .widget{background:transparent;margin-bottom:15px}#right-sidebar .widget .widget-header{padding:7px 15px;font-size:14px;font-weight:500}#right-sidebar .widget .widget-body{padding:10px 15px}#right-sidebar .widget .alert{color:#fff;border-color:#fff;font-size:13px}#right-sidebar .widget .alert .close{color:#fff}#right-sidebar .widget#notification-box{height:200px;color:#fff;background:#3D93F7;border:2px solid #3D93F7;overflow:hidden}#right-sidebar .widget#seo-box,#right-sidebar .widget#new-url-box{color:#028fda;background:#028fda;border:2px solid #028fda}#right-sidebar .widget#seo-box .widget-header,#right-sidebar .widget#new-url-box .widget-header{background:#028fda;color:#fff}#right-sidebar .widget#seo-box .widget-body,#right-sidebar .widget#new-url-box .widget-body{background:#fff;font-size:13px}#right-sidebar .widget#seo-box .widget-body .form-group:last-of-type,#right-sidebar .widget#new-url-box .widget-body .form-group:last-of-type{margin-bottom:10px}#right-sidebar .widget#seo-box label,#right-sidebar .widget#new-url-box label{margin-left:3px;color:#028fda;font-weight:500}#right-sidebar .widget#seo-box .form-control,#right-sidebar .widget#new-url-box .form-control{line-height:1.4;box-sizing:border-box;color:#444;font-size:13px;padding:7px 10px;box-shadow:none;background:#fff;border:1px solid #aaa;border-radius:5px}.pull-right{float:right}.pull-left{float:left}.meta-domain{font-size:12px}.meta-domain a{color:#3D93F7}.meta-domain img{margin-right:5px;margin-left:1px;vertical-align:-4px;width:15px;height:15px}.meta-domain .fa{font-size:16px;margin-right:4px;color:#999;vertical-align:-2px}.source-related{background:#fff;border-radius:2px;overflow:hidden;box-shadow:0 1px 1px rgba(0,0,0,0.05)}.source-related a{display:block;position:relative}@media (min-width: 479px){.source-related a{width:100%;display:table}}.source-related a:hover{text-decoration:none}.source-related .source-related-info{padding:15px 15px 15px}@media (min-width: 479px){.source-related .source-related-info{display:table-cell;width:60%;vertical-align:middle}}.source-related .source-related-info h6{color:#333;font-size:17px;margin-top:0;margin-bottom:6px}.source-related .source-related-info p{color:#777;font-size:13px;line-height:17px;margin-bottom:13px}.source-related .source-related-info span{color:#777}.source-related .source-related-info .fa-angle-right{margin-left:8px}#story-error-notifier{width:100%;padding:0;margin-bottom:10px;overflow-y:auto;overflow-x:hidden;max-height:156px}#story-error-notifier .alert{position:relative;-webkit-box-shadow:0px 0px 4px -2px rgba(0,0,0,0.2);-moz-box-shadow:0px 0px 4px -2px rgba(0,0,0,0.2);box-shadow:0px 0px 4px -2px rgba(0,0,0,0.2);padding:10px 30px 10px 10px;margin:0;background-color:transparent;border-color:#a94442}#story-error-notifier .close{float:none;position:absolute;top:10px;right:10px;line-height:18px;vertical-align:middle;color:#a94442;opacity:1}#story-error-notifier ul{padding-left:0;list-style:none}#story-error-notifier ul li{margin-bottom:10px}#new-segment{padding:30px 0}.source-changed:before{content:'';position:absolute;top:5px;right:-15px;width:10px;height:10px;border-radius:50%;background-color:#D00000;opacity:0.6}.story-segment .segment-head-title{font-size:22px;font-weight:600;color:#000;margin:0;line-height:34px;padding:15px}.story-segment .segment-head-title a{text-decoration:underline;color:#1ca2f7}.story-segment .segment-edit{padding-bottom:10px;margin-bottom:10px;border-bottom:1px dashed #CCCCCC}.story-segment .segment-content{position:relative;border:2px solid transparent;border-radius:5px}.story-segment .segment-content:hover:not(.editing){cursor:pointer;border-color:#ddd}.story-segment .segment-content:hover:not(.editing) .title-edit{opacity:1}.story-segment .segment-content.editing .segment-head-title{opacity:0}.story-segment .segment-content.editing .segment-title{padding:15px}.story-segment .segment-content .segment-sponsor label{font-size:12px}.story-segment .segment-content .sponsor-url{height:32px;line-height:24px;font-size:12px;vertical-align:middle;padding:10px}.story-segment .segment-content .btn-mark-ad-location{min-width:102px;background:transparent;box-shadow:none;text-align:left}.story-segment .segment-content .btn-collapsible-gallery{min-width:102px;background:transparent;box-shadow:none;text-align:left}.story-segment .segment-content .btn-feature-segment{min-width:102px;background:transparent;box-shadow:none;text-align:left}.story-segment .segment-content #mark-ad-location{color:#ccc;outline:none;background-color:transparent;font-size:13px}.story-segment .segment-content #mark-ad-location:hover,.story-segment .segment-content #mark-ad-location:focus,.story-segment .segment-content #mark-ad-location:active{color:#999}.story-segment .segment-content #mark-ad-location i{font-size:15px}.story-segment .segment-content #mark-ad-location.ad-location-marked i{color:#fcc50a}.story-segment .segment-content #collapsible-gallery{color:#ccc;outline:none;background-color:transparent;font-size:13px}.story-segment .segment-content #collapsible-gallery:hover,.story-segment .segment-content #collapsible-gallery:focus,.story-segment .segment-content #collapsible-gallery:active{color:#999}.story-segment .segment-content #collapsible-gallery i{font-size:15px}.story-segment .segment-content #collapsible-gallery.collapsible-gallery-enabled i{color:#fcc50a}.story-segment .segment-content #feature-segment{color:#ccc;outline:none;background-color:transparent;font-size:13px}.story-segment .segment-content #feature-segment:hover,.story-segment .segment-content #feature-segment:focus,.story-segment .segment-content #feature-segment:active{color:#999}.story-segment .segment-content #feature-segment i{font-size:15px}.story-segment .segment-content #feature-segment.featured i{color:#fcc50a}.story-segment .segment-content .title-edit{border-radius:5px;opacity:0}.story-segment .segment-content .rearrange-edit{display:none;position:absolute;top:2px;right:2px}.story-segment .segment-inputs .segment-title.form-control{color:#000;font-weight:600;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;text-rendering:optimizeLegibility}.story-segment .content{position:relative;border:2px solid transparent;border-radius:5px}.story-segment .content .excerpt{-webkit-transition:opacity 0.5s;-moz-transition:opacity 0.5s;-ms-transition:opacity 0.5s;transition:opacity 0.5s}.story-segment .content:not(.image){padding:15px}.story-segment .content.image{border-top-left-radius:0;border-top-right-radius:0}.story-segment .content.image .img-credit{font-size:11px;text-align:right;color:#666;padding:8px;margin-bottom:0}.story-segment .content.image .img-credit a:hover{text-decoration:underline}.story-segment .content.image .img-caption{background:rgba(0,0,0,0.8);color:#fff;font-size:13px;padding:7px;margin-bottom:0}.story-segment .content.editing .excerpt{opacity:0.3}.story-segment .content .embed-wrap{text-align:center}.story-segment .content .embed-wrap twitterwidget,.story-segment .content .embed-wrap iframe{margin:0 auto !important}.story-segment .content .embed-wrap .instagram-media{width:calc(100% - 3px) !important}.story-segment .content .image-wrap{position:relative;min-height:150px;background:#fff}.story-segment .content .image-wrap .img-file-name{position:absolute;font-size:11px;color:rgba(255,255,255,0.8);background:rgba(0,0,0,0.5);padding:5px 10px 5px}.story-segment .content .image-wrap .img-file-name.img-file-name{top:0;right:0;border-radius:0 0 0 2px;opacity:0}.story-segment .content .image-wrap:hover .img-file-name{opacity:1}.story-segment .content .video-wrap{text-align:center}.story-segment .content:hover:not(.editing){cursor:pointer;border-color:#ddd}.story-segment .content.padm{padding:15px}.story-segment .content img{width:100%}.story-segment .content.image{padding-bottom:58px}.story-segment .content.text{font-size:16px;line-height:1.6em;word-wrap:break-word}.story-segment .content.text.hide{display:block !important;position:absolute;top:0;z-index:-1;opacity:0;transition:opacity 1.5s;-moz-transition:opacity 1.5s;-webkit-transition:opacity 1.5s;-o-transition:opacity 1.5s}.story-segment .content.question.text h2{margin:0 0 5px}.story-segment .content.question.text:hover{border-color:#f9f9f9;box-shadow:0 0 0 0 inset;-moz-box-shadow:0 0 0 0 inset;-webkit-box-shadow:0 0 0 0 inset}.story-segment .content .source-edit{display:none;border-radius:5px;border-top-left-radius:0;border-top-right-radius:0;opacity:0;transition:opacity 1s}.story-segment .content .source-edit label{margin-bottom:0;color:#666;font-weight:500}.story-segment .content input.featured-src{margin:0}.story-segment .content:hover .source-edit{display:block;position:absolute;bottom:0;left:0;width:100%;opacity:1}.story-segment .content:hover .source-edit .feature.btn.btn-xs{margin-right:-5px}.story-segment .content:hover .source-edit .edit-segment,.story-segment .content:hover .source-edit .rearrange-segment,.story-segment .content:hover .source-edit .feature{border:none;margin:-5px auto;padding:10px;color:#666;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0}.story-segment .content:hover .source-edit .edit-segment:hover,.story-segment .content:hover .source-edit .edit-segment:focus,.story-segment .content:hover .source-edit .rearrange-segment:hover,.story-segment .content:hover .source-edit .rearrange-segment:focus,.story-segment .content:hover .source-edit .feature:hover,.story-segment .content:hover .source-edit .feature:focus{color:#333}.story-segment .content .excerpt.text-wrap{min-height:25px}.story-segment .content .excerpt:not(.image-wrap){margin-bottom:58px}.story-segment .content .excerpt p{margin-bottom:25px}.story-segment .content .excerpt iframe{max-width:100%}.story-segment .content .excerpt .article{padding:12px;background-color:#f4f5f8;margin-bottom:15px}.story-segment .content .excerpt .article .article-thumb{width:220px;min-height:115px;display:inline-block;background-color:#d3d3d3;background-position:center center;background-repeat:no-repeat;background-size:cover;vertical-align:top}.story-segment .content .excerpt .article .article-thumb img{width:100%}.story-segment .content .excerpt .article .article-content{width:calc(100% - 250px);display:inline-block;font-size:14px;padding-left:15px;padding-right:10px;line-height:1.3;vertical-align:top}.story-segment .content .excerpt .article .article-content h4{font-size:18px;margin-top:5px;margin-bottom:10px;min-height:28px}.story-segment .content .excerpt .article .article-content p{margin:0 0 10px}.story-segment .content .excerpt .article .article-content .source{font-size:12px;color:#8490a1}.story-segment .content .excerpt .article .article-content .source .favicon{display:inline-block;width:15px !important;height:15px !important;margin-right:5px}.story-segment .source-inputs,.story-segment .segment-inputs{position:relative;left:0;bottom:0px;width:100%;z-index:999}.story-segment .source-inputs.hide,.story-segment .segment-inputs.hide{display:block !important;z-index:-1;opacity:0;transition:opacity 1.5s;-moz-transition:opacity 1.5s;-webkit-transition:opacity 1.5s;-o-transition:opacity 1.5s}.story-segment .source-inputs.image .source-inputs-wrap label,.story-segment .segment-inputs.image .source-inputs-wrap label{margin:7px 0;padding:0 7px}.story-segment .source-inputs.image .overlay,.story-segment .segment-inputs.image .overlay{background:rgba(0,0,0,0.85);width:100%;color:#fff;font-size:12px}.story-segment .source-inputs.image .overlay .row,.story-segment .segment-inputs.image .overlay .row{margin:0 0 10px}.story-segment .source-inputs.image .overlay .row:first-of-type,.story-segment .segment-inputs.image .overlay .row:first-of-type{margin-top:5px}.story-segment .source-inputs.image .overlay .row:last-of-type,.story-segment .segment-inputs.image .overlay .row:last-of-type{margin:0}.story-segment .source-inputs.text,.story-segment .segment-inputs.text{width:100%}.story-segment .source-inputs.text iframe,.story-segment .segment-inputs.text iframe{border-bottom:1px solid #ddd !important}.story-segment .source-inputs.embed,.story-segment .segment-inputs.embed{width:100%}.story-segment .source-inputs.embed .autogrow,.story-segment .segment-inputs.embed .autogrow{max-height:calc(100vh - 350px)}.story-segment .source-inputs .source-inputs-wrap,.story-segment .source-inputs .segment-inputs-wrap,.story-segment .segment-inputs .source-inputs-wrap,.story-segment .segment-inputs .segment-inputs-wrap{width:100%;position:absolute;background:#fff;bottom:0px;border:2px solid #ddd}.story-segment .source-inputs .source-inputs-wrap .segment-title,.story-segment .source-inputs .segment-inputs-wrap .segment-title,.story-segment .segment-inputs .source-inputs-wrap .segment-title,.story-segment .segment-inputs .segment-inputs-wrap .segment-title{padding:15px !important;font-size:22px;height:34px;vertical-align:middle;line-height:34px}.story-segment .source-inputs .source-inputs-wrap label,.story-segment .segment-inputs .source-inputs-wrap label{margin:10px 0;padding:0 15px}.story-segment .source-inputs .source-url,.story-segment .segment-inputs .source-url{border:none;border-radius:0}.story-segment .source-inputs:not(.image) textarea,.story-segment .source-inputs:not(.image) input[type="text"],.story-segment .segment-inputs:not(.image) textarea,.story-segment .segment-inputs:not(.image) input[type="text"]{word-wrap:break-word;border-bottom:1px solid transparent}.story-segment .source-inputs:not(.image) textarea:focus,.story-segment .source-inputs:not(.image) input[type="text"]:focus,.story-segment .segment-inputs:not(.image) textarea:focus,.story-segment .segment-inputs:not(.image) input[type="text"]:focus{border-color:#eee}.story-segment .source-inputs .form-control,.story-segment .segment-inputs .form-control{height:auto;line-height:1.5;color:#000;font-size:15px;padding:10px 15px;box-shadow:none;border:none}.story-segment .source-inputs.embed .form-control,.story-segment .source-inputs.video .form-control,.story-segment .source-inputs.article .form-control,.story-segment .segment-inputs.embed .form-control,.story-segment .segment-inputs.video .form-control,.story-segment .segment-inputs.article .form-control{padding:10px 15px 25px;height:57px;vertical-align:middle}.story-segment .source-inputs.embed .rescrape-url-control,.story-segment .source-inputs.embed .keep-desc-control,.story-segment .source-inputs.video .rescrape-url-control,.story-segment .source-inputs.video .keep-desc-control,.story-segment .source-inputs.article .rescrape-url-control,.story-segment .source-inputs.article .keep-desc-control,.story-segment .segment-inputs.embed .rescrape-url-control,.story-segment .segment-inputs.embed .keep-desc-control,.story-segment .segment-inputs.video .rescrape-url-control,.story-segment .segment-inputs.video .keep-desc-control,.story-segment .segment-inputs.article .rescrape-url-control,.story-segment .segment-inputs.article .keep-desc-control{width:100%;text-align:right}.story-segment .source-inputs.embed .rescrape-url-control input,.story-segment .source-inputs.embed .keep-desc-control input,.story-segment .source-inputs.video .rescrape-url-control input,.story-segment .source-inputs.video .keep-desc-control input,.story-segment .source-inputs.article .rescrape-url-control input,.story-segment .source-inputs.article .keep-desc-control input,.story-segment .segment-inputs.embed .rescrape-url-control input,.story-segment .segment-inputs.embed .keep-desc-control input,.story-segment .segment-inputs.video .rescrape-url-control input,.story-segment .segment-inputs.video .keep-desc-control input,.story-segment .segment-inputs.article .rescrape-url-control input,.story-segment .segment-inputs.article .keep-desc-control input{margin-right:5px}.story-segment .source-inputs.image .autogrow,.story-segment .source-inputs.quote .autogrow,.story-segment .segment-inputs.image .autogrow,.story-segment .segment-inputs.quote .autogrow{padding:10px 15px}.story-segment .source-inputs.segment-inputs .form-control,.story-segment .segment-inputs.segment-inputs .form-control{font-size:22px;padding:0}.story-segment .source-inputs.text .form-control,.story-segment .segment-inputs.text .form-control{font-size:16px;line-height:1.6em}.story-segment .source-inputs .wysihtml5-toolbar,.story-segment .segment-inputs .wysihtml5-toolbar{border:none;background:#4b576a;padding:4px 10px}.story-segment .source-inputs .wysihtml5-toolbar li,.story-segment .segment-inputs .wysihtml5-toolbar li{margin-top:0px;margin-bottom:0px;padding:4px 0}.story-segment .source-inputs textarea.wysihtml5,.story-segment .segment-inputs textarea.wysihtml5{border:none;border-bottom:1px solid #ddd;font-size:16px;color:#000;padding:15px}.story-segment .source-inputs textarea.wysihtml5+iframe,.story-segment .segment-inputs textarea.wysihtml5+iframe{-webkit-transition:opacity 0.5s;-moz-transition:opacity 0.5s;-ms-transition:opacity 0.5s;transition:opacity 0.5s}.story-segment .source-inputs .wysihtml5-sandbox,.story-segment .segment-inputs .wysihtml5-sandbox{display:block !important;border:none !important;padding:15px !important}.story-segment .source-inputs .wysihtml5-commands-disabled+textarea.wysihtml5+iframe,.story-segment .segment-inputs .wysihtml5-commands-disabled+textarea.wysihtml5+iframe{opacity:0.4;pointer-events:none;cursor:not-allowed}.story-segment .text .source-inputs{-webkit-transition:height 1s;-moz-transition:height 1s;transition:height 1s}.story-segment .text .source-inputs.hide{height:0px}.story-segment .text .source-inputs .article{padding:12px;background-color:#f4f5f8;margin-bottom:15px}.story-segment .text .source-inputs .article .article-thumb{width:220px;min-height:115px;display:inline-block;background-color:#d3d3d3;background-position:center center;background-repeat:no-repeat;background-size:cover;vertical-align:top}.story-segment .text .source-inputs .article .article-thumb img{width:100%}.story-segment .text .source-inputs .article .article-content{width:calc(100% - 250px);display:inline-block;font-size:14px;padding-left:15px;padding-right:10px;line-height:1.3;vertical-align:top}.story-segment .text .source-inputs .article .article-content h4{font-size:18px;margin-top:5px;margin-bottom:10px;min-height:28px}.story-segment .text .source-inputs .article .article-content p{margin:0 0 10px}.story-segment .text .source-inputs .article .article-content .source{font-size:12px;color:#8490a1}.story-segment .text .source-inputs .article .article-content .source .favicon{display:inline-block;width:15px !important;height:15px !important;margin-right:5px}.story-segment .text .source-inputs .box-foot{border:1px solid #bbb;border-top-width:0px}.story-segment .question{position:relative}.story-segment .question .glyphicon{margin-right:4px}.story-segment .question span.content.text{font-size:14px}.story-segment .question span.content.text:hover{border:0;margin:0;line-height:22px;height:22px}.story-segment .question .question-edit{display:none;position:absolute;left:15px}.story-segment .question:hover .question-edit{display:block}.story-segment .question .editmode{margin-top:-1px;margin-bottom:1px}.story-segment .question .editmode textarea.autogrow{background:transparent;height:18px;color:#333;font-weight:700;display:inline;width:90%;margin-bottom:4px}.story-segment .question .editmode textarea.autogrow::-webkit-input-placeholder{color:#333}.story-segment .question .editmode textarea.autogrow:-moz-placeholder{color:#333}.story-segment .question .editmode textarea.autogrow::-moz-placeholder{color:#333}.story-segment .question .editmode textarea.autogrow:-ms-input-placeholder{color:#333}.story-segment .question .editmode textarea.autogrow:focus{background-color:#FFFFFF}.story-segment .question .editmode .small{font-size:11px;font-weight:normal;color:#666;margin:1px 0 0 22px}#cover-image-container{position:relative;background:#eee;overflow:hidden}#cover-image-container .actions{z-index:1}#cover-image-container .form-group{margin:0}#cover-image-container .overlay{width:100%;background:rgba(0,0,0,0.85)}#cover-image-container .overlay input{background:transparent;border:0;color:#fff;font-size:12px}#cover-image-container .overlay input:focus{box-shadow:0 0 0 transparent;-moz-box-shadow:0 0 0 transparent;-webkit-box-shadow:0 0 0 transparent}#cover-image-container .overlay input#cover_image-credit{padding:0;height:auto;display:inline;width:80%;margin-left:15px}#cover-image-container .overlay .glyphicon{color:#666;font-size:12px}#cover-image-container .overlay .credit{line-height:14px;margin-top:-1px}#cover-image-container #add-cover-image{width:150px;height:150px;margin-left:-75px;left:50%;top:50%;-webkit-transform:translateY(-80%);-moz-transform:translateY(-80%);-ms-transform:translateY(-80%);transform:translateY(-80%);z-index:1;position:absolute;background:#FFF;border-color:#777;color:#888;opacity:.7;transition:0.2s;-moz-transition:0.2s;-webkit-transition:0.2s;-o-transition:0.2s}#cover-image-container #add-cover-image span{display:block}#cover-image-container #add-cover-image span.fa{font-size:80px;line-height:1.2em;top:0}#cover-image-container #add-cover-image span.photo-text{font-size:11px;font-weight:500}#cover-image-container #add-cover-image:hover{opacity:1}#cover-image-container #cover-image-form{position:absolute;z-index:1;width:400px;height:170px;padding:20px 20px;background:#fff;margin-top:-59px;top:36.5%;margin-left:-200px;left:50%;border-radius:10px;transition:linear 1s;-moz-transition:linear 1s;-webkit-transition:linear 1s;-o-transition:linear 1s;box-shadow:0 0 5px rgba(0,0,0,0.5);-moz-box-shadow:0 0 5px rgba(0,0,0,0.5);-webkit-box-shadow:0 0 5px rgba(0,0,0,0.5)}#cover-image-container #cover-image-form input{border-color:#ccc;height:50px;padding:12px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px}#cover-image-container #cover-image-form input:focus{border-color:#999;box-shadow:0 0 0 transparent;-moz-box-shadow:0 0 0 transparent;-webkit-box-shadow:0 0 0 transparent}#cover-image-container #cover-image-form .box-foot{margin:5px -20px;padding:5px 20px;min-height:40px;line-height:40px}#cover-image-container #cover-image-form .box-foot .btn-cancel{color:#333;transition:all 0.5s;background-color:transparent;margin:0 2px;padding:7px}#cover-image-container #cover-image-form .box-foot .btn-cancel:hover,#cover-image-container #cover-image-form .box-foot .btn-cancel:focus,#cover-image-container #cover-image-form .box-foot .btn-cancel:active{color:#d9534f;outline:none}#cover-image-container #cover-image-form .box-foot .btn-confirm{color:#333;transition:all 0.5s;background-color:transparent;margin:0 2px;padding:7px}#cover-image-container #cover-image-form .box-foot .btn-confirm:hover,#cover-image-container #cover-image-form .box-foot .btn-confirm:focus,#cover-image-container #cover-image-form .box-foot .btn-confirm:active{color:#4cae4c;outline:none}#cover-image-container .photo-cover{position:relative;height:calc(100% * 0.525);min-height:205px;background:#333;overflow:hidden}#cover-image-container .photo-cover img{width:100%}#cover-image-container .photo-cover .img-file-name{position:absolute;font-size:11px;color:rgba(255,255,255,0.8);background:rgba(0,0,0,0.5);padding:5px 10px 5px;top:0;right:0;border-radius:0 0 0 2px;opacity:0}#cover-image-container .photo-cover:hover .img-file-name{opacity:1}#cover-image-container.no-cover .fa{font-size:150px;height:150px;width:150px;margin-top:-75px;top:50%;margin-left:-75px;left:50%;color:#888}#cover-image-container .cover-image-error{top:32%;width:70%;margin-left:15%}.new-segment-form{margin-top:25px;border:2px solid transparent;border-radius:5px}.new-segment-form textarea{height:64px;padding:15px !important;font-size:22px;line-height:34px;color:#000;font-weight:600;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;text-rendering:optimizeLegibility}.new-segment-form .box-foot{opacity:0}.new-segment-form:hover{border-color:#ccc}.new-segment-form:hover .box-foot{opacity:1}.story-sources-list,.empty-list{padding-left:0px;list-style:none}.story-sources-list li,.empty-list li{position:relative;margin-bottom:15px}.story-sources-list li:hover,.empty-list li:hover{background-position:0 21px}.box-foot{min-height:58px;line-height:58px;vertical-align:middle;background:#fff;padding:0 10px;margin:0;cursor:initial}.box-foot .btn{font-weight:500}.box-foot .btn-xs{font-size:11px}.box-foot a,.box-foot .btn-link{color:#666}.box-foot .btn-delete{border:2px solid #ccc;color:#ccc;border-radius:50%;transition:all 0.5s;background-color:transparent;margin:0 2px}.box-foot .btn-delete:hover,.box-foot .btn-delete:focus,.box-foot .btn-delete:active{color:#d9534f;border-color:#d9534f;outline:none}.box-foot .btn-edit{border:2px solid #ccc;color:#ccc;border-radius:50%;transition:all 0.5s;background-color:transparent;margin:0 2px}.box-foot .btn-edit:hover,.box-foot .btn-edit:focus,.box-foot .btn-edit:active{border-color:#4cae4c;color:#4cae4c;outline:none}.box-foot .btn-rearrange{width:39px;height:39px;border:2px solid #ccc;color:#ccc;border-radius:50%;transition:all 0.5s;background-color:transparent;margin:0 2px;padding:0}.box-foot .btn-rearrange:hover,.box-foot .btn-rearrange:focus,.box-foot .btn-rearrange:active{border-color:#286090;color:#286090;outline:none}.box-foot .btn-cancel{color:#333;transition:all 0.5s;background-color:transparent;margin:0 2px}.box-foot .btn-cancel:hover,.box-foot .btn-cancel:focus,.box-foot .btn-cancel:active{color:#d9534f;outline:none}.box-foot .btn-confirm{color:#333;transition:all 0.5s;background-color:transparent;margin:0 2px}.box-foot .btn-confirm:hover,.box-foot .btn-confirm:focus,.box-foot .btn-confirm:active{color:#4cae4c;outline:none}.box-foot .btn-pin{width:41px;height:41px;border:2px solid #ccc;color:#ccc;border-radius:50%;transition:all 0.5s;background-color:transparent;margin:0 2px}.box-foot .btn-pin:hover,.box-foot .btn-pin:focus,.box-foot .btn-pin:active{outline:none;color:#666;border-color:#666}.box-foot .btn-pin i{pointer-event:none;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);font-size:18px}.box-foot .btn-pin.pinned{border-color:#fcc50a;color:#fcc50a}.box-foot .btn-pin.pinned i{-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none}.add-source-container{position:relative;padding:15px 5px 40px}.source-wrap{background:#fff;width:100%;box-shadow:0 0 3px rgba(0,0,0,0.2);-moz-box-shadow:0 0 3px rgba(0,0,0,0.2);-webkit-box-shadow:0 0 3px rgba(0,0,0,0.2)}.source-wrap .source-head{background:#4b576b;color:#fff;font-size:12px;text-align:center;padding:7px 0;text-transform:uppercase;font-weight:700;border:1px solid #4b576b;border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0}.source-wrap .source-list{padding:10px 0 0;border:1px solid #a4a9b1;border-top:0;border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px}.source-wrap .source-list .nav-tabs{margin:0 10px;text-align:center;border:0;display:flex;flex-wrap:wrap;justify-content:space-around}@media (max-width: 991px){.source-wrap .source-list .nav-tabs{justify-content:center}}.source-wrap .source-list .source-type{padding:5px;vertical-align:top}.source-wrap .source-list .source-type a{display:block;text-decoration:none;position:relative;padding:0;color:#888;border:none;margin:0;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;transition:all 0.15s ease-in;-moz-transition:all 0.15s ease-in;-webkit-transition:all 0.15s ease-in;-o-transition:all 0.15s ease-in}.source-wrap .source-list .source-type a:hover{border-color:#25a7ff;background:#fff}.source-wrap .source-list .source-type a:hover i.fa,.source-wrap .source-list .source-type a:hover i.far,.source-wrap .source-list .source-type a:hover i.fas,.source-wrap .source-list .source-type a:hover i.fab{background:#78c9ff;color:#fff}.source-wrap .source-list .source-type a:hover p.source-name{opacity:1;color:#78c9ff}.source-wrap .source-list .source-type a i.fa,.source-wrap .source-list .source-type a i.far,.source-wrap .source-list .source-type a i.fas,.source-wrap .source-list .source-type a i.fab{width:60px;height:60px;line-height:60px;background:#eee;font-size:20px;transition:all 0.15s ease-in;-moz-transition:all 0.15s ease-in;-webkit-transition:all 0.15s ease-in;-o-transition:all 0.15s ease-in;border-radius:50px;-moz-border-radius:50px;-webkit-border-radius:50px}.source-wrap .source-list .source-type a p.source-name{width:100%;margin-top:10px;margin-bottom:5px;font-size:11px;bottom:6px;color:#888;opacity:0.5;transition:all 0.15s ease-in;-moz-transition:all 0.15s ease-in;-webkit-transition:all 0.15s ease-in;-o-transition:all 0.15s ease-in}.source-wrap .source-list .source-type.active a{border:none}.source-wrap .source-list .source-type.active a i.fa,.source-wrap .source-list .source-type.active a i.far,.source-wrap .source-list .source-type.active a i.fas,.source-wrap .source-list .source-type.active a i.fab{background:#8AC4F2;color:#fff}.source-wrap .source-list .source-type.active a p.source-name{color:#8AC4F2;opacity:1}.source-wrap .tab-info{font-size:12px;color:#90959c}.source-wrap .tab-pane{overflow:hidden}.source-wrap .tab-pane label{padding-left:10px;margin-bottom:10px}.source-wrap .form-group .autogrow{padding:6px 12px;color:#555;border:1px solid #cccccc}.source-wrap .form-group .btn{margin-top:10px;padding:7px 12px}.source-wrap .source-input{padding:20px 15px;margin-top:10px;border-top:1px solid #CFD5DD;background:#F0F4F6;border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px}.source-wrap .source-input label{color:#666;font-size:13px}.source-wrap .source-input .form-control{height:36px}.source-wrap .source-input button{padding:12px 20px;font-weight:700}.add-sourcebox{background:#fff;width:350px;padding:13px 15px 15px;margin-left:30px;border:1px solid rgba(0,0,0,0.3);top:13px;z-index:10;box-shadow:0 1px 1px rgba(0,0,0,0.3);-moz-box-shadow:0 1px 1px rgba(0,0,0,0.3);-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3)}.add-sourcebox strong{font-size:12px;display:block;margin-bottom:5px}.add-sourcebox input.form-control{width:260px;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px}.add-sourcebox button.btn-xs{width:50px;height:34px;font-size:17px}.source-placeholder{height:170px;width:100%;background:#f1f1f1;border:3px dashed #ccc;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px}.source-placeholder:after{content:"drop it here";text-align:center;width:100%;position:absolute;font-size:16px;font-weight:700;text-transform:uppercase;padding-top:25px;color:#888}.readscount em{background:url("/assets/readscount-2be0d79bd91eeb3a63f1c75362afcbbdbfd2d9974538799b880c1c583c395d5c.png") no-repeat 0 2px;padding-left:20px;color:#32D67A;font-weight:700;font-style:normal}.head-new{background:#FF5200;color:#FFF;padding:2px 6px;font-size:12px;font-weight:700;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;vertical-align:6px}.addstory-info{margin-bottom:20px}.addstory-info .form-control{text-rendering:optimizeLegibility}.addstory-info .story-title-input-wrap{margin:0}.addstory-info #story-title{font-size:33px;font-weight:700;color:#444;line-height:42px;vertical-align:middle;height:44px;margin-bottom:20px;-webkit-font-smoothing:antialiased;font-smoothing:antialiased}.addstory-info #story-title:focus{background:#fff;border-bottom:1px solid #ddd}.addstory-info #story-title-char-counter{text-align:right;color:#ccc;position:relative;top:-16px}.addstory-info #story-title-char-counter.over-limit{color:#d63633}.addstory-info #story-description{padding-bottom:10px;margin-bottom:20px;height:34px;font-size:17px;line-height:1.42;color:#868686}.addstory-info #story-description:focus{background:#fff;border-bottom:1px solid #ddd}.addstory-info #story-url-slug:focus{border-bottom:1px solid #ddd}.addstory-info #story-url-slug:read-only{background:#fff;color:#ccc;border:none}.error-container,.source-error-container{width:80%;position:absolute;top:35%;margin-left:10%;z-index:1000}.error-container .alert,.source-error-container .alert{padding:15px;padding-right:30px;margin-bottom:50px;position:relative}.error-container .alert .close,.source-error-container .alert .close{position:absolute;top:14px;right:10px}.error-container .alert .example,.source-error-container .alert .example{margin-top:15px;text-align:center}.error-container .loader,.source-error-container .loader{border:8px solid #f3f3f3;border-top:8px solid #3498db;border-radius:50%;width:50px;height:50px;animation:spin 2s linear infinite;margin:0 auto 50px}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.story-sources-list{margin-top:15px;margin-bottom:15px}.story-sources-list .source-error-container{width:80%;position:absolute;top:50%;margin-left:10%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:999}.moving .story-segment{margin-bottom:20px}.moving .story-segment .segment-edit{padding-bottom:6px}.moving .story-segment .segment-head-title{font-size:16px;line-height:24px;padding:10px 15px}.moving .segment-content .box-foot{display:none}.moving .btn-insert-segment{font-size:15px;padding:5px 12px}.moving .story-sources-container{display:none}.moving .add-source-container{display:none}.moving .add-source{display:none;margin-top:15px}.moving .content:hover .rearrange-edit{display:block}.moving .content:hover .title-edit{display:none}.segment-placeholder{height:50px}.segment-placeholder:after{padding-top:10px}.related-source{margin-bottom:15px;background:#FFFFFF;box-shadow:0 0 4px rgba(0,0,0,0.25)}.related-source a{display:table;width:100%;color:#333}.related-source a:hover{text-decoration:none;border-color:#e4e7ee}.related-source .related-thumb a{height:100%;text-indent:-9999px;width:100%;position:absolute;top:0}@media (min-width: 768px){.related-source .related-thumb{width:33.33%;float:left}}.related-source .related-content{padding:8px 16px 0px 16px;margin-bottom:5px}@media (max-width: 767px){.related-source .related-content{padding:8px 16px;margin-bottom:15px}}@media (min-width: 768px){.related-source .related-content{float:left;width:66%}}.related-source .related-content>{padding:5px}.related-source .related-content h6{font-weight:600;margin-bottom:8px}.related-source .related-content p{color:#666666;font-size:16px;line-height:19.2px;font-weight:400;margin-bottom:8px}@media (max-width: 767px){.related-source .related-content p{margin-bottom:-20px}}.related-source .source{opacity:1;color:#8490a1}@media (max-width: 480px){.related-source{padding:0}.related-source a{display:block}.related-source .related-thumb{display:block;width:100%;height:calc(100vw * 0.438);margin-bottom:10px}.related-source .related-content{width:100%;padding:15px}.related-source .related-content .source{margin-bottom:0}}@media (max-width: 767px){.related-source .related-content h4{margin-top:0}}@media (max-width: 480px){.related-source .related-content h4{margin-top:10px}}.story-bottom>.container{background:#fff}@media (max-width: 991px){.story-bottom{position:relative}}.story-bottom h3{font-size:22px}@media (min-width: 768px){.story-bottom #recommended-stories{display:none !important}}.story-bottom .subscribe-box h5{margin-bottom:32px}.story-newsletter{position:relative}.story-newsletter .story-newsletter-form{padding:30px}@media (max-width: 767px){.story-newsletter .story-newsletter-form{padding:20px 30px 20px}}.story-newsletter .story-newsletter-form .input-group-wrap{margin-bottom:20px}.story-newsletter .newsletter-shot{width:215px;height:180px;background:red;background:url("/assets/newsletter-shot-4c800ed48d2f658934f7ff7e28455e8ef55b1c74f4a79adc43613414c1661405.png") no-repeat 0 0;text-indent:-9999px;margin:0 auto;position:absolute;bottom:0;left:30px}.story-newsletter h4{font-size:21px;margin:0 0 10px}.story-newsletter .input-group{margin-top:20px;box-shadow:0 1px 2px rgba(0,0,0,0.3)}.story-newsletter .form-control{border:0;height:auto;padding:10px 12px}.story-newsletter .btn{background:#4F9CE9;text-transform:uppercase;letter-spacing:1.5px;font-size:12px;padding:12px 14px 11px 16px}.story-newsletter .btn:hover{color:#fff}.story-newsletter .success-wrap h5{font-size:25px;margin-bottom:15px}.story-newsletter .success-wrap .success-icon i.fa{font-size:50px}.story-newsletter .success-wrap .success-text p{margin-bottom:5px}.sidebar-stories .section-label.label-styled,.highlight-column-story .section-label.label-styled{color:#00A7FF;padding:0 0 10px}.sidebar-stories .section-label.label-styled i,.highlight-column-story .section-label.label-styled i{background:#00A7FF;border-radius:2px;color:#fff;margin-right:3px;padding:3px 7px 4px 9px;vertical-align:1px}.sidebar-stories .rg-sbar-title,.highlight-column-story .rg-sbar-title{letter-spacing:.05em}.sidebar-stories .rg-sbar-title.col-title,.highlight-column-story .rg-sbar-title.col-title{color:#E76C6C}.sidebar-stories .story-listing.story-listing-middle li,.highlight-column-story .story-listing.story-listing-middle li{padding:10px 0 0}.sidebar-stories .story-listing.story-listing-middle li .story-image,.highlight-column-story .story-listing.story-listing-middle li .story-image{height:100px}.sidebar-stories .story-listing.story-listing-middle li h4,.highlight-column-story .story-listing.story-listing-middle li h4{font-size:15px;line-height:1.4em}.sidebar-stories .story-listing.story-listing-middle li h4 a,.highlight-column-story .story-listing.story-listing-middle li h4 a{color:#333}.sidebar-stories .story-listing.story-listing-middle li h4 a:hover,.highlight-column-story .story-listing.story-listing-middle li h4 a:hover{color:#3D93F7}.highlight-column-story .column-label{margin-bottom:10px}.highlight-column-story .column-label p{color:#00A7FF;font-size:12px;letter-spacing:.05em;margin-bottom:5px}.highlight-column-story .column-label a{background:rgba(0,0,0,0.6);padding:3px 15px 3px;color:#fff;text-transform:uppercase;letter-spacing:1px;font-size:16px}.story-recommendations .story-listing-bottom li:nth-child(3){clear:both}.story-recommendations .story-listing-bottom li .story-image{height:140px;margin-bottom:10px}.story-recommendations .story-listing-bottom li .story-image span{display:none}.story-recommendations .story-listing-bottom li h4{padding-left:0;text-align:left;color:#333;margin-top:0;font-size:16px}.story-recommendations .story-listing-bottom li a{color:#333}.story-recommendations .story-listing-bottom li.oregano-sponsored .story-image{position:relative}.story-recommendations .story-listing-bottom li.oregano-sponsored .story-image span{background:#4393EE;display:block;font-size:9px;left:0;color:#fff;letter-spacing:1px;padding:2px 6px 2px 8px;position:absolute;text-transform:uppercase;bottom:0}.st-col-banner{margin-bottom:15px}.st-col-banner .banner-wrapper{padding:15px;display:block;position:relative;background-repeat:no-repeat;background-position:center center;background-size:cover}.st-col-banner .banner-wrapper .banner-content{display:table;width:100%;position:relative;z-index:1}.st-col-banner .banner-wrapper .banner-content .col-name,.st-col-banner .banner-wrapper .banner-content .col-arrow{display:table-cell;height:100%;vertical-align:top}.st-col-banner .banner-wrapper .banner-content .col-name{color:#fff;width:80%;text-transform:uppercase;line-height:1.1em}.st-col-banner .banner-wrapper .banner-content .col-arrow{color:#BAE140;width:20%;font-size:24px;line-height:0}.st-col-banner .banner-wrapper .blackoverlay{background:rgba(0,0,0,0.6);position:absolute;height:100%;width:100%;top:0;left:0}.st-col-banner .banner-wrapper.igotw{background-image:url("/assets/col-igotw-4b3437e4afc11529ef6c4665e750346c6eb532d6ce856654220d628c24c644d2.jpg")}.st-col-banner .banner-wrapper.fof{background-image:url("/assets/col-fof-e1b3c97f5ba5100dba2f5fe22ace4c51f53318c0a42547392e7864f9030d75f4.jpg")}.st-col-banner .banner-wrapper.says-makan{background-image:url("/assets/col-says-makan-a0a0c319ce56d511fce651e8a73ab0f39df0891403e39976491d307c36c1308f.jpg")}.st-col-banner .banner-wrapper.tech-tues{background-image:url("/assets/col-tech-tues-76590df60227f298bc8d1a6104a20221ef33af6dd51611bdc6592a37d562d4cd.jpg")}.st-col-banner .banner-wrapper.wtf-wed{background-image:url("/assets/col-wtf-wed-d630e04ed286b8cc8b8e046fe53559d3731bd92472e97b3c0205d5c914ca4fbd.jpg")}.st-col-banner .banner-wrapper.fgf{background-image:url("/assets/col-fgf-9fdfd5910cbb74bddc58ba8951eeb9c858ececb4218e4c9e89a25cb9ba9ad43b.jpg")}#new-question-form .glyphicon-edit{margin-right:4px}#new-question-form input.autogrow{background:transparent;color:#333;font-weight:700;display:inline;width:90%;margin-bottom:4px}#new-question-form input.autogrow::-webkit-input-placeholder{color:#333}#new-question-form input.autogrow:-moz-placeholder{color:#333}#new-question-form input.autogrow::-moz-placeholder{color:#333}#new-question-form input.autogrow:-ms-input-placeholder{color:#333}#new-question-form input.autogrow:focus{background-color:#FFFFFF}#new-question-form .small{font-size:11px;color:#666;margin:0 0 0 22px;font-weight:normal}#cover-opt{z-index:1;width:100%}#cover-opt.box-foot{background:rgba(0,0,0,0.8);font-size:12px}#cover-opt.box-foot .btn-cancel,#cover-opt.box-foot .btn-confirm{width:46px;height:46px;color:#fff;border:2px solid #fff;border-radius:50%}#cover-opt.box-foot .btn-cancel:hover,#cover-opt.box-foot .btn-cancel:focus,#cover-opt.box-foot .btn-cancel:active,#cover-opt.box-foot .btn-confirm:hover,#cover-opt.box-foot .btn-confirm:focus,#cover-opt.box-foot .btn-confirm:active{outline:none}#cover-opt.box-foot .btn-cancel:hover.btn-cancel,#cover-opt.box-foot .btn-cancel:focus.btn-cancel,#cover-opt.box-foot .btn-cancel:active.btn-cancel,#cover-opt.box-foot .btn-confirm:hover.btn-cancel,#cover-opt.box-foot .btn-confirm:focus.btn-cancel,#cover-opt.box-foot .btn-confirm:active.btn-cancel{border-color:#d9534f;color:#d9534f}#cover-opt.box-foot .btn-cancel:hover.btn-confirm,#cover-opt.box-foot .btn-cancel:focus.btn-confirm,#cover-opt.box-foot .btn-cancel:active.btn-confirm,#cover-opt.box-foot .btn-confirm:hover.btn-confirm,#cover-opt.box-foot .btn-confirm:focus.btn-confirm,#cover-opt.box-foot .btn-confirm:active.btn-confirm{border-color:#4cae4c;color:#4cae4c}.tags.index h3{border-bottom:1px solid #ccc;padding-bottom:20px}.tags.index .trending-setting{margin-left:0}.tags.index .trending-setting li{padding:0;margin:0 5px 10px 0}.tags.index .trending-setting li .btn.active{color:#999}.social-box{padding:50px 20px;border-top:1px solid #ddd;border-bottom:1px solid #ddd;margin-top:30px}.social-box.social-bottom>div{padding:0 10px 10px 10px}.autogrow{word-wrap:break-word;border:0px;padding:0;outline:none;overflow-y:hidden;resize:none;box-shadow:0 0 0 transparent;-moz-box-shadow:0 0 0 transparent;-webkit-box-shadow:0 0 0 transparent;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px}.autogrow:focus{box-shadow:0 0 0 transparent;-moz-box-shadow:0 0 0 transparent;-webkit-box-shadow:0 0 0 transparent}.autogrow-field{min-height:1em;overflow:hidden;resize:none}.autogrow-field ~ .autogrow-mirror{position:absolute;visibility:hidden;white-space:normal;word-break:break-word;z-index:-1}#pull-tweet-button.bt{margin-left:-1px}.delete-tweet .glyphicon{font-size:10px}.delete-tweet.btn-xs{padding:1px 6px}.hlight-name{color:#009CFF;font-weight:700;padding:0 5px 1px;border-bottom:1px solid #FFA500}.next-story-box{width:100%;left:0;margin:0 auto;overflow:hidden;position:absolute;bottom:10%;text-align:left;z-index:2}.next-story-box img{width:100%;margin-bottom:10px}.next-story-box a{display:block;padding:10%}.next-story-box a:hover{background:#EDF3F6;text-decoration:none}.next-story-box a:hover p{text-decoration:none}.next-story-box a:focus{text-decoration:none;outline:none}.next-story-box a>p{color:#1FB9E9;text-transform:uppercase;font-size:12px;font-weight:bold}.next-story-box .next-story-card{margin-top:10px;text-align:left}.next-story-box .next-story-card p{margin:0;font-size:14px;padding:0px 0 0;line-height:20px;color:#333}.chat-count{background:#FACC07;padding:2px 5px;float:right;font-size:12px;font-weight:700;color:#AF0000;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px}.chat-count:after{border-width:5px 5px 0px 0px;border-style:solid;border-color:#FACC07 transparent transparent transparent;height:0;width:0;position:absolute;content:"";bottom:-5px;right:10px}.story-chat .border{height:3px;width:100%;background:#ccc;margin:15px 0 30px}.story-chat .no-question .glyphicon{font-size:12px}.story-chat .chat-head{color:#333;font-size:14px}.story-chat .chat-head p{background:#D0D6D9;padding:10px 15px;font-size:11px;font-weight:700;text-transform:uppercase}.story-chat .chat-head .title{font-size:13px;font-weight:700;margin-bottom:8px}.story-chat .chat-body{border-top:1px solid #D4DCE0}.story-chat .twitter-s{width:13px;height:13px;background:url("/assets/twitter-s-8bd23813a06cc1b88139bb3e5d4ec39b93c68fe6c22a6c5da160ed003d0a97c6.png") no-repeat 0 0;display:inline-block;zoom:1;*display:inline;vertical-align:middle;margin-right:2px}.story-chat .chat-warn{padding:10px 35px 10px 10px;font-size:12px}.story-chat .avatar_30 img{border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px}.story-chat .avatar_30 img:after{border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px}.story-chat .speech-bubble{margin-left:40px;background:#fff;position:relative;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px}.story-chat .speech-bubble p{margin-bottom:7px;font-size:13px;word-wrap:break-word}.story-chat .speech-bubble.selected{background:#FFFEE4;box-shadow:0 0 6px rgba(0,0,0,0.2);-moz-box-shadow:0 0 6px rgba(0,0,0,0.2);-webkit-box-shadow:0 0 6px rgba(0,0,0,0.2)}.story-chat p.username{margin-bottom:0;font-weight:700}.story-chat p.username span{font-size:11px;color:#888}.story-chat p.timestamp{margin-bottom:0;font-size:11px;color:#aaa}.story-chat p.timestamp a{font-size:11px;font-style:italic;color:#aaa;text-decoration:none}.story-chat p.timestamp a:hover{color:#666}.videoWrapper{position:relative}.videoWrapper.youtube{padding:0}.videoWrapper.youtube .embed-responsive{background:#eee}.videoWrapper.youtube .embed-responsive .video-wrap{width:100%;height:100%;position:absolute;left:initial;right:0;top:0}.videoWrapper.youtube .embed-responsive .video-wrap iframe{width:100% !important;height:100% !important;position:absolute;top:0;left:initial;right:0}.videoWrapper.youtube .embed-responsive .video-wrap .close{width:35px;height:32px;position:absolute;right:0;top:0;background:#2b8fd8;opacity:0;color:#fff;text-shadow:none;font-weight:100;font-size:24px;line-height:32px;vertical-align:middle}.videoWrapper.youtube .embed-responsive .video-wrap.floated{width:300px !important;height:168px !important;position:fixed;top:84px;z-index:99999;-webkit-transition:right 0.5s;-moz-transition:right 0.5s;-ms-transition:right 0.5s;transition:right 0.5s}@media (max-width: 991px){.videoWrapper.youtube .embed-responsive .video-wrap.floated{right:40px !important}}.videoWrapper.youtube .embed-responsive .video-wrap.floated iframe{width:300px !important;height:168px !important;-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)}.videoWrapper.youtube .embed-responsive .video-wrap.floated .close{display:inline-block;opacity:1}.videoWrapper.youtube .embed-responsive .video-wrap.floated:hover button.close{-webkit-transition:right 0.5s;-moz-transition:right 0.5s;transition:right 0.5s;right:-35px;opacity:1}.videoWrapper.instagram{padding:0}.videoWrapper.vine{padding-top:0;width:480px;height:480px;padding-bottom:480px}@media (max-width: 527px){.videoWrapper.vine{padding-bottom:100%}}.videoWrapper iframe{width:100%}.video .box-foot{z-index:2}.position-fixed{position:fixed;height:100%;top:45px}.story-header-editor{height:54px}@media (max-width: 767px){.story-header-editor{height:108px}}.story-header-editor #autosave-notifier{display:inline-block;color:#ccc;font-weight:400;margin-right:10px}.story-header-editor #autosave-notifier i{margin-right:5px}.story-header-editor #autosave-notifier i.fa-circle-o-notch{animation:spin 2s linear infinite}.story-header-editor .header-btn-group{display:inline-block;padding:10px 0}@media (max-width: 575px){.story-header-editor #schedule-story-wrap{display:none}}.story-header-editor .btn{border-radius:3px;font-size:12px;padding-top:6px;padding-bottom:6px;margin:0 2px}.story-header-editor .btn#draft-story{width:105px}.story-header-editor .btn#schedule-story{width:158px}.story-header-editor .btn#publish-story{width:145px}.story-header-editor .btn i{margin-right:4px}.story-header-editor .btn i.fa-clock-o{font-size:17px;vertical-align:-1px}.story-header-editor .btn-link{color:#ccc}.story-header-editor .btn-link:hover{color:#999;border-color:#999;text-decoration:none}.story-header-editor label{font-size:12px;font-weight:normal;color:#ccc;margin:4px 0 0}.story-header-editor .form-control.schedule-date-input{width:200px;display:inline-block;vertical-align:-2px}.story-header-editor .pads .btn{margin-bottom:5px}@media (max-width: 560px){.story-header-editor .btn{margin:3px 5px !important}}.stories.new .edit-area,.stories.edit .edit-area,.premium-story.new .edit-area,.premium-story.edit .edit-area{background:none repeat scroll 0 0 #E6EBEE;padding:25px 0 50px}@media (max-width: 767px){.stories.new .edit-area,.stories.edit .edit-area,.premium-story.new .edit-area,.premium-story.edit .edit-area{padding-top:58px}}.stories.new .edit-area #edit-area-container,.stories.edit .edit-area #edit-area-container,.premium-story.new .edit-area #edit-area-container,.premium-story.edit .edit-area #edit-area-container{width:100%;max-width:1360px}@media (min-width: 1200px){.stories.new .edit-area #edit-area-container,.stories.edit .edit-area #edit-area-container,.premium-story.new .edit-area #edit-area-container,.premium-story.edit .edit-area #edit-area-container{padding-left:30px;padding-right:30px}}.stories.new .edit-area textarea:focus,.stories.edit .edit-area textarea:focus,.premium-story.new .edit-area textarea:focus,.premium-story.edit .edit-area textarea:focus{background-color:#FFFFFF}.stories.new .edit-area .ui-sortable-helper,.stories.edit .edit-area .ui-sortable-helper,.premium-story.new .edit-area .ui-sortable-helper,.premium-story.edit .edit-area .ui-sortable-helper{background-color:#fff;height:auto !important}.stories.new .edit-area .ui-sortable-helper.story-segment,.stories.edit .edit-area .ui-sortable-helper.story-segment,.premium-story.new .edit-area .ui-sortable-helper.story-segment,.premium-story.edit .edit-area .ui-sortable-helper.story-segment{left:30px !important;border:2px solid #ccc;border-radius:5px}.stories.new .edit-area .ui-sortable-helper.story-segment .segment-content,.stories.edit .edit-area .ui-sortable-helper.story-segment .segment-content,.premium-story.new .edit-area .ui-sortable-helper.story-segment .segment-content,.premium-story.edit .edit-area .ui-sortable-helper.story-segment .segment-content{border-color:transparent}.stories.new .edit-area .ui-sortable-helper.story-segment .segment-content .box-foot,.stories.edit .edit-area .ui-sortable-helper.story-segment .segment-content .box-foot,.premium-story.new .edit-area .ui-sortable-helper.story-segment .segment-content .box-foot,.premium-story.edit .edit-area .ui-sortable-helper.story-segment .segment-content .box-foot{display:none !important}.stories.new .edit-area .ui-sortable-helper.story-segment .error-container,.stories.edit .edit-area .ui-sortable-helper.story-segment .error-container,.premium-story.new .edit-area .ui-sortable-helper.story-segment .error-container,.premium-story.edit .edit-area .ui-sortable-helper.story-segment .error-container{display:none}.stories.new .edit-area .ui-sortable-helper .segment-edit,.stories.edit .edit-area .ui-sortable-helper .segment-edit,.premium-story.new .edit-area .ui-sortable-helper .segment-edit,.premium-story.edit .edit-area .ui-sortable-helper .segment-edit{border:none}.stories.new .edit-area .ui-sortable-helper .add-source-container,.stories.edit .edit-area .ui-sortable-helper .add-source-container,.premium-story.new .edit-area .ui-sortable-helper .add-source-container,.premium-story.edit .edit-area .ui-sortable-helper .add-source-container{display:none}.stories.new .edit-area .ui-sortable-helper.story-source,.stories.edit .edit-area .ui-sortable-helper.story-source,.premium-story.new .edit-area .ui-sortable-helper.story-source,.premium-story.edit .edit-area .ui-sortable-helper.story-source{left:2px !important}.stories.new .edit-area #left-sidebar,.stories.edit .edit-area #left-sidebar,.premium-story.new .edit-area #left-sidebar,.premium-story.edit .edit-area #left-sidebar{padding-top:5px}@media (max-width: 767px){.stories.new .edit-area #left-sidebar,.stories.edit .edit-area #left-sidebar,.premium-story.new .edit-area #left-sidebar,.premium-story.edit .edit-area #left-sidebar{padding-top:15px}}.stories.new .edit-area .story-content,.stories.edit .edit-area .story-content,.premium-story.new .edit-area .story-content,.premium-story.edit .edit-area .story-content{background:#fff;max-width:780px}@media (min-width: 1200px){.stories.new .edit-area #left-sidebar,.stories.edit .edit-area #left-sidebar,.premium-story.new .edit-area #left-sidebar,.premium-story.edit .edit-area #left-sidebar{width:250px;padding-right:0}.stories.new .edit-area #story,.stories.edit .edit-area #story,.premium-story.new .edit-area #story,.premium-story.edit .edit-area #story{width:calc(75% - 250px)}}.stories.new #story-url-slug-form-group{display:none}.flash-msg{font-weight:700;margin-top:30px;color:#666;background:#F1F1F1;border-color:#DDD;text-align:center}.flash-ntc{font-weight:700;text-align:center;margin-top:30px}.dfp-lead{padding:50px 0}.bottom-banner{background-color:#ffffff;padding:0}.bottom-banner .banner-wrap{width:779px;display:-webkit-box !important;display:-webkit-flex !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-pack:center !important;-webkit-justify-content:center !important;-ms-flex-pack:center !important;justify-content:center !important;border-right:1px solid #e7ebf0}.bottom-banner .banner-wrap div[id^="div-gpt"]{margin:15px 0;width:728px}@media (min-width: 1200px){.bottom-banner{border-left:1px solid #f0f3f6}}.bottom-banner a.cust-banner{display:block;margin-bottom:20px}.subscriptions .subs-info{padding-top:70px}.subscriptions .subs-main i{font-size:3em;padding:13px 18px 18px;width:78px;height:73px;color:#FFF;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px}.subscriptions .subs-main i.fa-envelope-o{background:#45E7DA}.subscriptions .subs-main i.fa-send-o{background:transparent;border-right:3px solid rgba(255,255,255,0.2);padding-right:30px;margin-right:15px;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0}.subscriptions .subs-main i.line-lg{background:#09c400 url("/assets/li-icn-lg-7a9189510b4514d4e84b4079aad612dc0f05c604ac8514f324bccf800c3fc7a3.png") no-repeat center center;display:table;margin:auto}.subscriptions .subs-main i.fa-whatsapp{background:#29B200}.subscriptions .sub-pg.subscribe-box{margin-top:15px}.subscriptions .sub-pg.subscribe-box .input-group{margin:15px 20px}.subscriptions .success-wrap{padding:15px 20px}.subscriptions .success-wrap h5{margin:0 0 20px}.subscriptions .success-wrap .success-text{vertical-align:middle}.subscriptions .subs-store{margin-top:30%}.subscriptions .subs-store a{display:block;margin-bottom:15px}.premium-banner-container .premium-banner{display:block;background:#fff;max-width:550px;margin:0 auto;border:1px solid #aaa;text-decoration:none;transition:0.2s;-moz-transition:0.2s;-webkit-transition:0.2s;-o-transition:0.2s}.premium-banner-container .premium-banner .content{color:#333;font-size:25px;line-height:1.2em;font-weight:500;width:380px;padding:20px 30px 25px;border-right:1px dashed #ccc;float:left}.premium-banner-container .premium-banner .premium-logo{margin:20px 0 0 380px;padding:20px}.premium-banner-container .premium-banner .premium-logo .btn{margin-top:35px;font-size:16px;font-weight:700}.premium-banner-container .premium-banner:hover{border-color:#999;box-shadow:0 0 5px rgba(0,0,0,0.2);-moz-box-shadow:0 0 5px rgba(0,0,0,0.2);-webkit-box-shadow:0 0 5px rgba(0,0,0,0.2)}.overlay-huge{position:fixed;width:100%;height:100%;top:0;left:0;background:rgba(244,244,244,0.9);z-index:9999}.overlay-huge .overlay-close{width:80px;height:80px;position:absolute;right:20px;top:20px;overflow:hidden;border:none;background:url("/assets/cross-a82ddde29aad91a7d826f11c40533fa0451ae60b620ab831ae89856472c43019.png") no-repeat center center;text-indent:200%;color:transparent;outline:none;z-index:100}.overlay-huge nav{text-align:center;position:relative;top:35%;height:60%;font-size:54px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.overlay-huge ul{list-style:none;padding:0;margin:0 auto;display:inline-block;height:100%;position:relative}.overlay-huge ul li{display:block;height:20%;height:calc(100% / 5);min-height:54px}.overlay-huge ul li a{font-weight:300;display:block;color:#fff;-webkit-transition:color 0.2s;transition:color 0.2s}.overlay-huge ul li a:hover,.overlay-huge ul li a:focus{color:#e3fcb1}.overlay-hugeinc{opacity:0;visibility:hidden;-webkit-transition:opacity 0.5s, visibility 0s 0.5s;transition:opacity 0.5s, visibility 0s 0.5s}.overlay-hugeinc.open{opacity:1;visibility:visible;-webkit-transition:opacity 0.5s;transition:opacity 0.5s}.overlay-hugeinc nav{-webkit-perspective:1200px;perspective:1200px}.overlay-hugeinc nav ul{opacity:0.4;-webkit-transform:translateY(-25%) rotateX(35deg);transform:translateY(-25%) rotateX(35deg);-webkit-transition:-webkit-transform 0.5s, opacity 0.5s;transition:transform 0.5s, opacity 0.5s}.overlay-hugeinc.open nav ul{opacity:1;-webkit-transform:rotateX(0deg);transform:rotateX(0deg)}.overlay-hugeinc.close nav ul{-webkit-transform:translateY(25%) rotateX(-35deg);transform:translateY(25%) rotateX(-35deg)}@media screen and (max-height: 30.5em){.overlay nav{height:70%;font-size:34px}.overlay ul li{min-height:34px}}.hashtag-and-credit{padding:10px}@media (max-width: 767px){.modal-dialog{width:90%;margin-left:auto;margin-right:auto}.modal-dialog .group-border input.password{width:100%;max-width:100%}}.pages.bersih4 .page-header.page-story-header{background:url("/assets/sayslive-b-94c5a49d60a233748f77cadbecc57efdd42eafcb17312d204c17bab8df406dd3.jpg") no-repeat center bottom;background-size:cover;text-align:center;color:#fff;position:relative;padding:70px 0}.pages.bersih4 .page-header.page-story-header .bersih-header{position:relative;z-index:1}.pages.bersih4 .page-header.page-story-header h1{font-size:54px}.pages.bersih4 .page-header.page-story-header h1,.pages.bersih4 .page-header.page-story-header h3{margin:0;text-transform:uppercase}.pages.bersih4 .page-header.page-story-header .share-buttons{margin-top:30px}.pages.bersih4 .page-header.page-story-header .img-credit{position:absolute;bottom:10px;right:10px;z-index:1}.pages.bersih4 .page-header.page-story-header .img-credit a{color:#ccc;font-size:12px}.pages.bersih4 .page-header.page-story-header .blackoverlay{position:absolute;background:rgba(0,0,0,0.4);top:0;left:0;height:100%;width:100%}.pages.bersih4 .latest-column{padding-right:15px;position:relative}.pages.bersih4 .latest-column iframe.twitter-timeline{position:relative !important;left:50%;-webkit-transform:translate(-50%, 0);-moz-transform:translate(-50%, 0);transform:translate(-50%, 0)}.pages.bersih4 .latest-column .section-label{color:#333}.pages.bersih4 .follow-twitter{margin-top:30px}.pages.bersih4 .follow-twitter .section-label{padding:0;color:#333}.pages.bersih4 .follow-twitter .section-label i{color:#00B0ED;font-style:normal}.pages.bersih4 .follow-twitter .media{margin-top:20px}.pages.bersih4 .follow-twitter .media .media-left{padding-right:15px}.pages.bersih4 .follow-twitter .media .media-left img{width:70px;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px}.pages.bersih4 .follow-twitter .media .media-description{font-size:12px;color:#666}.pages.bersih4 .hashtag-feeds{margin-top:50px}.pages.bersih4 .hashtag-feeds .section-label i{color:#EF2828;font-style:normal}.pages.bersih4 .hashtag-feeds .tab-content{margin-top:20px}.pages.bersih4 .hashtag-feeds .nav>li>a{padding:10px 20px;border-radius:50px;-moz-border-radius:50px;-webkit-border-radius:50px}.pages.bersih4 .hashtag-feeds .nav-pills>li.active>a,.pages.bersih4 .hashtag-feeds .nav-pills>li.active>a:hover,.pages.bersih4 .hashtag-feeds .nav-pills>li.active>a:focus{background-color:#2C9DFF}.pages.bersih4 .hashtag-feeds #instafeed li{padding:10px}.pages.bersih4 .hashtag-feeds #instafeed li a{display:block;position:relative;text-decoration:none}.pages.bersih4 .hashtag-feeds #instafeed li a img{width:200px}.pages.bersih4 .hashtag-feeds #instafeed li a .insta-content{position:absolute;height:100%;width:100%;z-index:1;background:rgba(0,0,0,0.5);color:#fff;top:0;left:0;display:none}.pages.bersih4 .hashtag-feeds #instafeed li a .insta-content ul{position:relative;top:50%;left:50%;margin:auto;text-align:center;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.pages.bersih4 .hashtag-feeds #instafeed li a .insta-content .fa{margin-right:5px}.pages.bersih4 .hashtag-feeds #instafeed li a:hover .insta-content{display:block}.pages.bersih4 .hashtag-feeds #instafeed li a:after{position:absolute;top:0;left:0;right:0;bottom:0;content:"";border:1px solid rgba(0,0,0,0.1)}.pages.bersih4 .hashtag-feeds .btn.view-more{margin-top:20px}.pages.bersih4 .story-newsletter .story-newsletter-form{padding:15px 30px}.pages.bersih4 .sidebar-stories.story-recommendations{border-top:0}.pages.bersih4 .sidebar-stories .story-listing.story-listing-middle li .story-image{height:150px}@media (max-width: 667px){.pages.bersih4 .page-header.page-story-header{padding:30px 0}.pages.bersih4 .page-header.page-story-header h1{font-size:34px}.pages.bersih4 .page-header.page-story-header h3{font-size:20px}.pages.bersih4 .page-header.page-story-header .share-buttons{margin-top:10px}.pages.bersih4 .page-header.page-story-header .share-buttons li{margin-top:10px}.pages.bersih4 .page-header.page-story-header .visible-xs{margin-top:10px;font-size:10px;color:#ccc;text-decoration:underline}.pages.bersih4 .hashtag-feeds #instafeed li{padding:5px}.pages.bersih4 .hashtag-feeds #instafeed li a img{width:120px}.pages.bersih4 .story-recommendations .story-listing-bottom li{display:block}.pages.bersih4 .story-recommendations .story-listing-bottom li .story-image{height:100px}}@media (min-width: 992px) and (max-width: 1200px){.pages.bersih4 .hashtag-feeds #instafeed li{padding:5px}.pages.bersih4 .hashtag-feeds #instafeed li a img{width:170px}}@media (min-width: 1400px){.bestof2015 .main-content{background:#fff}}.bestof2015 .boty-header{background:#eee url("/assets/boty/aa-crew-381fef9c8a1ae763f09745a7c4f40ad14037a582414f3a6a8618fc4809df7b77.jpg") no-repeat center 350px;background-size:90% auto;padding:50px 0 70px}@media (min-width: 1700px){.bestof2015 .boty-header{background-size:80% auto}}@media (min-width: 2000px){.bestof2015 .boty-header{background-size:65% auto}}@media (min-width: 2400px){.bestof2015 .boty-header{background-size:55% auto}}.bestof2015 .boty-header .boty-headline{display:table;margin:auto}.bestof2015 .boty-header .boty-headline>div{display:table-cell;vertical-align:middle}.bestof2015 .boty-header .boty-headline .main-logo{width:140px;height:140px}.bestof2015 .boty-header .boty-headline .main-headline{padding-left:50px}.bestof2015 .boty-header .boty-headline h1,.bestof2015 .boty-header .boty-headline h2{margin:0;text-transform:uppercase;line-height:1em}.bestof2015 .boty-header .boty-headline h1{font-size:90px;color:#ED1E24}.bestof2015 .boty-header .boty-headline h2{font-size:64px;color:#000}.bestof2015 .boty-header .boty-headline h2 span{color:#fff;text-shadow:2px 2px 0px rgba(0,0,0,0.4)}.bestof2015 .boty-header .embed-responsive{margin-top:40px}.bestof2015 .boty-header .aa-awards{display:table;padding:40px 0 0;margin:auto}.bestof2015 .boty-header .aa-awards>div{display:table-cell;vertical-align:middle}.bestof2015 .boty-header .aa-headline{padding:0 30px 0 0}.bestof2015 .boty-header .aa-headline h2{line-height:1.4em;margin:0}.bestof2015 .boty-header .award-badge{background-image:url("/assets/boty/aa-awards-8576cf063191a415b9f75bab88a801b8902ca24c4e5d425003fb406604bcb61b.png");background-repeat:no-repeat;background-position:center;width:110px;height:134px;background-size:100%}.bestof2015 .share-buttons{margin-top:40px}.bestof2015 .boty-body .brand-publish{margin:0 0 20px}.bestof2015 .boty-body .brand-publish .brand-avatar{width:35px;height:35px;display:inline-block;margin-right:5px;background:#eee}.bestof2015 .boty-body .brand-publish h4{display:inline-block;margin:0;vertical-align:-1px;font-size:16px;color:#666}.bestof2015 .boty-body .airasia-cta{margin:20px 0}.bestof2015 .boty-body .airasia-cta a{display:block}@media (max-width: 991px){.bestof2015 .boty-header{padding:30px 0;background:#eee}.bestof2015 .boty-header .boty-headline>div{vertical-align:top}.bestof2015 .boty-header .boty-headline .main-logo{width:70px;height:70px}.bestof2015 .boty-header .boty-headline .main-headline{padding-left:15px}.bestof2015 .boty-header .boty-headline h1{font-size:40px}.bestof2015 .boty-header .boty-headline h2{font-size:32px}.bestof2015 .boty-header .embed-responsive{margin-top:30px}.bestof2015 .boty-header .aa-awards{padding-top:30px}.bestof2015 .boty-header .aa-awards>div{display:table;padding:0}.bestof2015 .boty-header .aa-headline h2{font-size:20px}.bestof2015 .boty-header .award-badge{margin:20px auto 0}.bestof2015 .share-buttons{margin-top:20px}.bestof2015 .share-buttons li{margin-bottom:15px}.bestof2015 .boty-body{padding-top:0}.bestof2015 .boty-body .brand-publish .brand-avatar{width:25px;height:25px}}@media (min-width: 992px) and (max-width: 1024px){.bestof2015 .boty-header{background-size:100% auto}}body.modal-open{overflow:auto}#ytModal{width:335px;top:140px;left:initial;right:initial;bottom:initial;overflow:initial;padding:0 !important}@media (max-width: 991px){#ytModal{top:initial;bottom:15px;right:15px}}#ytModal .modal-content,#ytModal .modal-dialog,#ytModal .modal-body,#ytModal .modal-backdrop.in{width:100%;display:flex;padding:0px;margin:0px;background-color:transparent;border:none}#ytModal .embed-responsive{overflow:initial}#ytModal iframe{display:inline-block;width:335px;height:188px}#ytModal.fade{-webkit-transition:opacity 0.1s linear;-o-transition:opacity 0.1s linear;transition:opacity 0.1s linear}#ytModal.modal.fade .modal-dialog{-webkit-transform:translate(0, -10%);-ms-transform:translate(0, -10%);-o-transform:translate(0, -10%);transform:translate(0, -10%);-webkit-transition:-webkit-transform 0.1s ease-out;-o-transition:-o-transform 0.1s ease-out;transition:transform 0.1s ease-out}#ytModal button.close{width:35px;height:32px;position:absolute;right:0;top:0px;background:#2b8fd8;opacity:0;color:#fff;text-shadow:none;font-weight:100;font-size:24px;line-height:32px;vertical-align:middle;-webkit-transition:right 0.5s;-moz-transition:right 0.5s;transition:right 0.5s}#ytModal:hover button.close{right:-35px;opacity:1}.emirates .floatsidebar.js-sidebar-affix.fixed{top:124px}.switch{position:relative;display:inline-block;width:44px;height:22px}.switch input{opacity:0;width:0;height:0}.switch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s}.switch .slider:before{position:absolute;content:"";height:18px;width:18px;left:2px;bottom:2px;background-color:white;-webkit-transition:.4s;transition:.4s}.switch input:checked+.slider{background-color:#028fda}.switch input:focus+.slider{box-shadow:0 0 1px #028fda}.switch input:checked+.slider:before{-webkit-transform:translateX(22px);-ms-transform:translateX(22px);transform:translateX(22px)}.switch .slider.round{border-radius:34px}.switch .slider.round:before{border-radius:50%}.quote-square{margin-right:10px !important;margin-bottom:0 !important;width:auto !important;height:auto !important;display:inline-block !important}.sweet-alert h2{font-size:22px;line-height:27px}.sweet-alert p{font-weight:500}.sweet-alert button{width:45%}.sweet-alert button.confirm{clear:left;float:left;background-color:#0093ff}.sweet-alert button.cancel{float:right;background-color:#d43f3a}.sweet-alert button.cancel:hover{background-color:#d43f3a}.innity-apps-overlay-close-btn{background-image:url("/assets/cross-a82ddde29aad91a7d826f11c40533fa0451ae60b620ab831ae89856472c43019.png") !important;background-repeat:no-repeat;background-position:center top;width:100% !important;height:100% !important;clip-path:inset(42% 20% 11% 30%);background-color:dimgray}.story-channel{margin-bottom:14px;margin-top:64px}.story-channel .label-channel{background-color:#0093FF;color:white;display:block;float:left;font-size:14px;line-height:24px;height:24px;padding-left:12px;text-transform:uppercase}@media (max-width: 767px){.story-channel .label-channel{font-size:10px;line-height:20px;height:20px;padding-left:15px}}.story-channel .label-channel:after{float:right;width:0px;height:24px;margin-left:8px;border-left:1rem solid #0093FF;border-bottom:24px solid white;content:''}@media (max-width: 767px){.story-channel .label-channel:after{height:20px;border-bottom:20px solid white}}.story-channel .draft-label{background-color:#182B4E;color:white;display:block;float:left;font-size:14px;line-height:24px;height:24px;padding:0px 12px 0px 12px;margin-left:15px;text-transform:capitalize;font-weight:bold}@media (max-width: 767px){.story-channel .draft-label{font-size:10px;line-height:20px;height:20px;padding-left:15px}}#nst-stories{font-size:11px;margin-bottom:15px}#nst-stories img{height:210px;width:100%}#nst-stories a{font-size:14.0px;font-weight:normal;color:#333}#nst-stories a span{display:inline-block;font-family:'proxima-nova', sans-serif !important;font-size:18px !important;line-height:24px !important;font-weight:600 !important;margin-top:8px !important;margin-bottom:24px !important}#nst-stories a span:hover{text-decoration:underline}.autocomplete{position:relative;width:95%;margin-top:10px}.autocomplete-input{border:1px solid transparent;background-color:#fff;width:inherit;padding:5px;font-size:12px}.autocomplete-input.input[type=text]{background-color:#f1f1f1;width:100%}.autocomplete-items{position:absolute;border:1px solid #d4d4d4;border-bottom:none;border-top:none;z-index:99;top:100%;left:0;right:0;list-style-type:none;padding-left:0;width:95%;overflow-x:auto;max-height:200px;display:none}.autocomplete-items li{padding:10px;cursor:pointer;background-color:#fff;border-bottom:1px solid #d4d4d4}.autocomplete-items li:hover{background-color:#e9e9e9}.autocomplete-active{background-color:DodgerBlue !important;color:#ffffff}#coauthors #authors-select{display:none}#coauthors ul#authors-list{list-style-type:none;padding-left:5px;margin-top:10px;width:95%}#coauthors ul#authors-list li{background:#fff;border:2px solid #018fd9;border-radius:10px;padding:4px 9px;padding-right:15px;cursor:pointer;display:inline-block;position:relative}#coauthors ul#authors-list li a{color:#454545}#coauthors ul#authors-list li:before{content:'x';position:absolute;right:0;width:10px}#coauthors ul#authors-list li:hover a{text-decoration:underline}.story-type-timeline ul.segments-wrap{margin-top:40px;margin-bottom:60px}@media (max-width: 1199px){.story-type-timeline ul.segments-wrap{padding-left:30px;border-left:1px solid #eee}}.story-type-timeline .segment-timestamp{font-size:13px;color:#777;position:relative}.story-type-timeline .segment-timestamp:after{content:'';position:absolute;width:10px;height:10px;border-radius:10px;top:6px;left:-36px;background:#fff;border:1px solid #ccc}.story-type-timeline .segment-timestamp:before{content:'';position:absolute;width:20px;height:1px;background:#ccc;top:10px;left:-30px}.story-type-timeline .segment-head h2{margin-top:15px}.story-type-timeline .each-segment{margin-bottom:60px}.story-type-listicle .each-segment{padding-bottom:40px;border-bottom:1px dashed #ddd}.story-type-listicle .each-segment:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}.story-type-listicle .segment-head h2{font-size:25px;margin-bottom:25px}.stories.index{background:#fafafa}.stories.index #says_widget #story{background:transparent;min-height:0;padding-bottom:0;font-size:13px}.stories.index #says_widget #story h3.underline{margin:10px 0;border-bottom:6px solid #ddd;padding-bottom:3px;line-height:1.3em}.stories.index #says_widget #story .story-update{margin:0;padding:8px 0;display:table;border-bottom:1px solid #eee}.stories.index #says_widget #story a{display:block;color:#333}.stories.index #says_widget .photo-cover{width:60px;min-height:inherit;display:table-cell;overflow:hidden}.stories.index #says_widget .photo-cover img{width:100%}.stories.index #says_widget .textcontent{padding-left:10px;margin-left:58px;display:table-cell}#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:rgba(0,0,0,0.65)}#colorbox{outline:0}#cboxContent{background:#fff;overflow:hidden}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{margin-bottom:0}#cboxTitle{position:absolute;bottom:4px;left:0;text-align:center;width:100%;color:#949494}#cboxCurrent{position:absolute;bottom:4px;left:58px;color:#949494;display:none !important}#cboxLoadingOverlay{background:url(/assets/colorbox/loading_background-959eccc6b71befee67657392e7f22be26cab408483657fb32a218fed6ffe016b.png) no-repeat center center}#cboxLoadingGraphic{background:url(/assets/colorbox/loading-34ef55242fc24c94f0790902c09601d228e9074bf7a1f88c4de6a39b40ce38fa.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:none}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;bottom:4px;right:30px;color:#0092ef}#cboxPrevious{position:absolute;bottom:50%;left:0;background:url(/assets/colorbox/controls-cd0a305d6a16d28b62037fb08f9b062dd1a0a6a3b970d8f95ecebd56f74067e9.png) no-repeat -75px 0;width:25px;height:25px;text-indent:-9999px;display:none !important}#cboxPrevious:hover{background-position:-75px -25px}#cboxNext{position:absolute;bottom:50%;right:0;background:url(/assets/colorbox/controls-cd0a305d6a16d28b62037fb08f9b062dd1a0a6a3b970d8f95ecebd56f74067e9.png) no-repeat -50px 0;width:25px;height:25px;text-indent:-9999px;display:none !important}#cboxNext:hover{background-position:-50px -25px}.cboxIE #cboxTopLeft,.cboxIE #cboxTopCenter,.cboxIE #cboxTopRight,.cboxIE #cboxBottomLeft,.cboxIE #cboxBottomCenter,.cboxIE #cboxBottomRight,.cboxIE #cboxMiddleLeft,.cboxIE #cboxMiddleRight{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)}.jcrop-holder{direction:ltr;text-align:left}.jcrop-vline,.jcrop-hline{background:#fff url("Jcrop.gif");font-size:0;position:absolute}.jcrop-vline{height:100%;width:1px !important}.jcrop-vline.right{right:0}.jcrop-hline{height:1px !important;width:100%}.jcrop-hline.bottom{bottom:0}.jcrop-tracker{height:100%;width:100%;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none}.jcrop-handle{background-color:#333333;border:1px #eeeeee solid;width:7px;height:7px;font-size:1px}.jcrop-handle.ord-n{left:50%;margin-left:-4px;margin-top:-4px;top:0}.jcrop-handle.ord-s{bottom:0;left:50%;margin-bottom:-4px;margin-left:-4px}.jcrop-handle.ord-e{margin-right:-4px;margin-top:-4px;right:0;top:50%}.jcrop-handle.ord-w{left:0;margin-left:-4px;margin-top:-4px;top:50%}.jcrop-handle.ord-nw{left:0;margin-left:-4px;margin-top:-4px;top:0}.jcrop-handle.ord-ne{margin-right:-4px;margin-top:-4px;right:0;top:0}.jcrop-handle.ord-se{bottom:0;margin-bottom:-4px;margin-right:-4px;right:0}.jcrop-handle.ord-sw{bottom:0;left:0;margin-bottom:-4px;margin-left:-4px}.jcrop-dragbar.ord-n,.jcrop-dragbar.ord-s{height:7px;width:100%}.jcrop-dragbar.ord-e,.jcrop-dragbar.ord-w{height:100%;width:7px}.jcrop-dragbar.ord-n{margin-top:-4px}.jcrop-dragbar.ord-s{bottom:0;margin-bottom:-4px}.jcrop-dragbar.ord-e{margin-right:-4px;right:0}.jcrop-dragbar.ord-w{margin-left:-4px}.jcrop-light .jcrop-vline,.jcrop-light .jcrop-hline{background:#ffffff;filter:alpha(opacity=70) !important;opacity:0.7 !important}.jcrop-light .jcrop-handle{-moz-border-radius:3px;-webkit-border-radius:3px;background-color:#000000;border-color:#ffffff;border-radius:3px}.jcrop-dark .jcrop-vline,.jcrop-dark .jcrop-hline{background:#000000;filter:alpha(opacity=70) !important;opacity:0.7 !important}.jcrop-dark .jcrop-handle{-moz-border-radius:3px;-webkit-border-radius:3px;background-color:#ffffff;border-color:#000000;border-radius:3px}.solid-line .jcrop-vline,.solid-line .jcrop-hline{background:#ffffff}.jcrop-holder img,img.jcrop-preview{max-width:none}/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.1.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;zoom:1;*display:inline;-webkit-user-select:none;-moz-user-select:none;user-select:none}.chosen-container .chosen-drop{position:absolute;top:100%;left:-9999px;z-index:1010;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;border:1px solid #aaa;border-top:0;background:#fff;box-shadow:0 4px 5px rgba(0,0,0,0.15)}.chosen-container.chosen-with-drop .chosen-drop{left:0}.chosen-container a{cursor:pointer}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:23px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), color-stop(100%, #f4f4f4));background:-webkit-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);background:-moz-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);background:-o-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);background:linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);background-clip:padding-box;box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,0.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url("chosen-sprite.png") -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url("chosen-sprite.png") no-repeat 0px 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type="text"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:#fff url("chosen-sprite.png") no-repeat 100% -20px;background:url("chosen-sprite.png") no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;left:-9999px}.chosen-container .chosen-results{position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));background-image:-webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);background-image:-moz-linear-gradient(#3875d7 20%, #2a62bc 90%);background-image:-o-linear-gradient(#3875d7 20%, #2a62bc 90%);background-image:linear-gradient(#3875d7 20%, #2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:bold;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;width:100%;height:auto !important;height:1%;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eee), color-stop(15%, #fff));background-image:-webkit-linear-gradient(#eee 1%, #fff 15%);background-image:-moz-linear-gradient(#eee 1%, #fff 15%);background-image:-o-linear-gradient(#eee 1%, #fff 15%);background-image:linear-gradient(#eee 1%, #fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type="text"]{margin:1px 0;padding:5px;height:15px;outline:0;border:0 !important;background:transparent !important;box-shadow:none;color:#666;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-multi .chosen-choices li.search-field .default{color:#999}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 0 3px 5px;padding:3px 20px 3px 5px;border:1px solid #aaa;border-radius:3px;background-color:#e4e4e4;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));background-image:-webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);background-image:-moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);background-image:-o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);background-image:linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);background-clip:padding-box;box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,0.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url("chosen-sprite.png") -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));background-image:-webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);background-image:-moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);background-image:-o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);background-image:linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,0.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;-moz-border-radius-bottomright:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eee), color-stop(80%, #fff));background-image:-webkit-linear-gradient(#eee 20%, #fff 80%);background-image:-moz-linear-gradient(#eee 20%, #fff 80%);background-image:-o-linear-gradient(#eee 20%, #fff 80%);background-image:linear-gradient(#eee 20%, #fff 80%);box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:transparent}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,0.3)}.chosen-container-active .chosen-choices li.search-field input[type="text"]{color:#111 !important}.chosen-disabled{opacity:0.5 !important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type="text"]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single-nosearch .chosen-search,.chosen-rtl .chosen-drop{left:9999px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type="text"]{padding:4px 5px 4px 20px;background:#fff url("chosen-sprite.png") no-repeat -30px -20px;background:url("chosen-sprite.png") no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi){.chosen-rtl .chosen-search input[type="text"],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-container-single .chosen-search input[type="text"],.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span{background-image:url("chosen-sprite@2x.png") !important;background-size:52px 37px !important;background-repeat:no-repeat !important}}ul.wysihtml5-toolbar{margin:0;padding:0;display:block}ul.wysihtml5-toolbar::after{clear:both;display:table;content:""}ul.wysihtml5-toolbar>li{float:left;display:list-item;list-style:none;margin:0 5px 10px 0}ul.wysihtml5-toolbar a[data-wysihtml5-command=bold]{font-weight:bold}ul.wysihtml5-toolbar a[data-wysihtml5-command=italic]{font-style:italic}ul.wysihtml5-toolbar a[data-wysihtml5-command=underline]{text-decoration:underline}ul.wysihtml5-toolbar a.btn.wysihtml5-command-active{background-image:none;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);background-color:#E6E6E6;background-color:#D9D9D9;outline:0}ul.wysihtml5-toolbar .bootstrap-wysihtml5-insert-link-modal a.btn.btn-danger{background-color:#d9534f !important}ul.wysihtml5-commands-disabled .dropdown-menu{display:none !important}ul.wysihtml5-toolbar div.wysihtml5-colors{display:block;width:50px;height:20px;margin-top:2px;margin-left:5px;position:absolute;pointer-events:none}ul.wysihtml5-toolbar a.wysihtml5-colors-title{padding-left:70px}ul.wysihtml5-toolbar div[data-wysihtml5-command-value="black"]{background:black !important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value="silver"]{background:silver !important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value="gray"]{background:gray !important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value="maroon"]{background:maroon !important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value="red"]{background:red !important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value="purple"]{background:purple !important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value="green"]{background:green !important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value="olive"]{background:olive !important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value="navy"]{background:navy !important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value="blue"]{background:blue !important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value="orange"]{background:orange !important}.glyphicon-quote:before{content:"\201C";font-family:Georgia, serif;font-size:50px;position:absolute;top:-4px;left:-3px;max-height:100%}.glyphicon-quote:after{content:"\0000a0"}/*!
 * Font Awesome Free 5.10.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */@font-face{font-family:"FontAwesome";font-style:normal;font-weight:400;font-display:auto;src:url("/fonts/fa-regular-400.eot");src:url("/fonts/fa-regular-400.eot") format("embedded-opentype"),url("/fonts/fa-regular-400.woff2") format("woff2"),url("/fonts/fa-regular-400.woff") format("woff"),url("/fonts/fa-regular-400.ttf") format("truetype"),url("/fonts/fa-regular-400.svg#fontawesome") format("svg");font-display:auto}@font-face{font-family:'FontAwesomeBrands';font-style:normal;font-weight:normal;font-display:auto;src:url("/fonts/fa-brands-400.eot");src:url("/fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),url("/fonts/fa-brands-400.woff2") format("woff2"),url("/fonts/fa-brands-400.woff") format("woff"),url("/fonts/fa-brands-400.ttf") format("truetype"),url("/fonts/fa-brands-400.svg#fontawesome") format("svg")}@font-face{font-family:"FontAwesome";font-style:normal;font-weight:900;font-display:auto;src:url("/fonts/fa-solid-900.eot");src:url("/fonts/fa-solid-900.eot") format("embedded-opentype"),url("/fonts/fa-solid-900.woff2") format("woff2"),url("/fonts/fa-solid-900.woff") format("woff"),url("/fonts/fa-solid-900.ttf") format("truetype"),url("/fonts/fa-solid-900.svg#fontawesome") format("svg");font-display:auto}.far{font-family:'FontAwesome'}.fab{font-family:'FontAwesomeBrands'}.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.fa,.far,.fas{font-family:"FontAwesome"}.fa,.fas{font-weight:900}
