#blax{.display-flex(){display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.align-items(@value:stretch) when (@value=start){-webkit-box-align:@value;-webkit-align-items:flex-start;-ms-flex-align:@value;align-items:flex-start}.align-items(@value:stretch) when (@value=end){-webkit-box-align:@value;-webkit-align-items:flex-end;-ms-flex-align:@value;align-items:flex-end}.align-items(@value:stretch) when not(@value=end) and not(@value=start){-webkit-box-align:@value;-webkit-align-items:@value;-ms-flex-align:@value;align-items:@value}.align-self(@value:stretch) when (@value=start){-webkit-align-self:flex-start;-ms-flex-align:@value;align-self:flex-start}.align-self(@value:stretch) when (@value=end){-webkit-align-self:flex-end;-ms-flex-align:@value;align-self:flex-end}.align-self(@value:stretch) when not(@value=end) and not(@value=start){-webkit-align-self:@value;-ms-flex-align:@value;align-self:@value}.flex-wrap(@value:nowrap) when (@value=wrap){-webkit-flex-wrap:wrap;-webkit-box-lines:multiple;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-wrap(@value:nowrap) when (@value=nowrap){-webkit-flex-wrap:nowrap;-webkit-box-lines:single;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.flex-wrap(@value:nowrap) when not(@value=wrap) and not(@value=nowrap){-webkit-flex-wrap:@value;-webkit-box-lines:multiple;-ms-flex-wrap:@value;flex-wrap:@value}.flex-direction(@value:row) when (@value=row){-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.flex-direction(@value:row) when (@value=row-reverse){-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.flex-direction(@value:row) when (@value=column){-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.flex-direction(@value:row) when (@value=column-reverse){-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.flex(@grow:0,@shrink:1,@basis:auto){-webkit-flex:@grow @shrink @basis;-ms-flex:@grow @shrink @basis;flex:@grow @shrink @basis}.justify-content(@value:false) when (@value=start){-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.justify-content(@value:false) when (@value=end){-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.justify-content(@value:false) when (@value=center){-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.justify-content(@value:false) when (@value=space-between),(@value=justify){-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.justify-content(@value:false) when (@value=space-around),(@value=distribute){-webkit-box-pack:justify;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.justify-content(){-webkit-box-pack:justify;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.order(@value){-webkit-box-ordinal-group:@value + 1;-webkit-order:@value;-ms-flex-order:@value;order:@value}.box-shadow(@style) when (@style=none){-webkit-box-shadow:@style;box-shadow:@style}.box-shadow(@style,@alpha:.33) when not(@style=none) and (isnumber(@alpha)){-webkit-box-shadow:@style rgba(red(@text-color),green(@text-color),blue(@text-color),@alpha);box-shadow:@style rgba(red(@text-color),green(@text-color),blue(@text-color),@alpha)}.box-shadow(@style,@color:@text-color,@alpha:.33) when not(@style=none) and (iscolor(@color)) and (isnumber(@alpha)){-webkit-box-shadow:@style rgba(red(@color),green(@color),blue(@color),@alpha);box-shadow:@style rgba(red(@color),green(@color),blue(@color),@alpha)}.background-image-linear-gradient(@angle;@color1;@stop1;@color2;@stop2;@postfix:none) when (isnumber(@angle)){background-image:-moz-linear-gradient(@angle,@color1 @stop1,@color2 @stop2),@postfix;background-image:-webkit-linear-gradient(@angle,@color1 @stop1,@color2 @stop2),@postfix;background-image:-ms-linear-gradient(@angle,@color1 @stop1,@color2 @stop2),@postfix;background-image:-o-linear-gradient(@angle,@color1 @stop1,@color2 @stop2),@postfix;background-image:linear-gradient(@angle,@color1 @stop1,@color2 @stop2),@postfix}.background-image-linear-gradient(@angle;@color1;@stop1;@color2;@stop2;@color3;@stop3;@postfix:none) when (isnumber(@angle)){background-image:-moz-linear-gradient(@angle,@color1 @stop1,@color2 @stop2,@color3 @stop3),@postfix;background-image:-webkit-linear-gradient(@angle,@color1 @stop1,@color2 @stop2,@color3 @stop3),@postfix;background-image:-ms-linear-gradient(@angle,@color1 @stop1,@color2 @stop2,@color3 @stop3),@postfix;background-image:-o-linear-gradient(@angle,@color1 @stop1,@color2 @stop2,@color3 @stop3),@postfix;background-image:linear-gradient(@angle,@color1 @stop1,@color2 @stop2,@color3 @stop3),@postfix}.background-image-linear-gradient(@to;@color1;@stop1;@color2;@stop2;@postfix:none) when (@to=top){background-image:-moz-linear-gradient(bottom,@color1 @stop1,@color2 @stop2);background-image:-webkit-linear-gradient(bottom,@color1 @stop1,@color2 @stop2);background-image:-webkit-gradient(left bottom,left top,color-stop(@stop1,@color1),color-stop(@stop2,@color2));background-image:-ms-linear-gradient(bottom,@color1 @stop1,@color2 @stop2);background-image:-o-linear-gradient(bottom,@color1 @stop1,@color2 @stop2);background-image:linear-gradient(to top,@color1 @stop1,@color2 @stop2)}.background-image-linear-gradient(@to;@color1;@stop1;@color2;@stop2;@postfix:none) when (@to=bottom){background-image:-moz-linear-gradient(top,@color1 @stop1,@color2 @stop2),@postfix;background-image:-webkit-linear-gradient(top,@color1 @stop1,@color2 @stop2),@postfix;background-image:-webkit-gradient(left top,left bottom,color-stop(@stop1,@color1),color-stop(@stop2,@color2)),@postfix;background-image:-ms-linear-gradient(top,@color1 @stop1,@color2 @stop2),@postfix;background-image:-o-linear-gradient(top,@color1 @stop1,@color2 @stop2),@postfix;background-image:linear-gradient(to bottom,@color1 @stop1,@color2 @stop2),@postfix}.background-image-linear-gradient(@to;@color1;@stop1;@color2;@stop2;@color3;@stop3;@postfix:none) when (@to=top){background-image:-moz-linear-gradient(bottom,@color1 @stop1,@color2 @stop2,@color3 @stop3),@postfix;background-image:-webkit-linear-gradient(bottom,@color1 @stop1,@color2 @stop2,@color3 @stop3),@postfix;background-image:-webkit-gradient(left bottom,left top,color-stop(@stop1,@color1),color-stop(@stop2,@color2),color-stop(@stop3,@color3)),@postfix;background-image:-ms-linear-gradient(bottom,@color1 @stop1,@color2 @stop2,@color3 @stop3),@postfix;background-image:-o-linear-gradient(bottom,@color1 @stop1,@color2 @stop2,@color3 @stop3),@postfix;background-image:linear-gradient(to top,@color1 @stop1,@color2 @stop2,@color3 @stop3),@postfix}.background-image-linear-gradient(@to;@color1;@stop1;@color2;@stop2;@color3;@stop3;@postfix:none) when (@to=bottom){background-image:-moz-linear-gradient(top,@color1 @stop1,@color2 @stop2,@color3 @stop3),@postfix;background-image:-webkit-linear-gradient(top,@color1 @stop1,@color2 @stop2,@color3 @stop3),@postfix;background-image:-webkit-gradient(left top,left bottom,color-stop(@stop1,@color1),color-stop(@stop2,@color2),color-stop(@stop3,@color3)),@postfix;background-image:-ms-linear-gradient(top,@color1 @stop1,@color2 @stop2,@color3 @stop3),@postfix;background-image:-o-linear-gradient(top,@color1 @stop1,@color2 @stop2,@color3 @stop3),@postfix;background-image:linear-gradient(to bottom,@color1 @stop1,@color2 @stop2,@color3 @stop3),@postfix}.background-image-linear-gradient(@to;@color1;@stop1;@color2;@stop2;@postfix:none) when (@to=left){background-image:-moz-linear-gradient(right,@color1 @stop1,@color2 @stop2),@postfix;background-image:-webkit-linear-gradient(right,@color1 @stop1,@color2 @stop2),@postfix;background-image:-webkit-gradient(right top,left top,color-stop(@stop1,@color1),color-stop(@stop2,@color2)),@postfix;background-image:-ms-linear-gradient(right,@color1 @stop1,@color2 @stop2),@postfix;background-image:-o-linear-gradient(right,@color1 @stop1,@color2 @stop2),@postfix;background-image:linear-gradient(to left,@color1 @stop1,@color2 @stop2),@postfix}.background-image-linear-gradient(@to;@color1;@stop1;@color2;@stop2;@color3;@stop3;@postfix:none) when (@to=left){background-image:-moz-linear-gradient(right,@color1 @stop1,@color2 @stop2,@color3 @stop3),@postfix;background-image:-webkit-linear-gradient(right,@color1 @stop1,@color2 @stop2,@color3 @stop3),@postfix;background-image:-webkit-gradient(right top,left top,color-stop(@stop1,@color1),color-stop(@stop2,@color2),color-stop(@stop3,@color3)),@postfix;background-image:-ms-linear-gradient(right,@color1 @stop1,@color2 @stop2,@color3 @stop3),@postfix;background-image:-o-linear-gradient(right,@color1 @stop1,@color2 @stop2,@color3 @stop3),@postfix;background-image:linear-gradient(to left,@color1 @stop1,@color2 @stop2,@color3 @stop3),@postfix}.background-image-linear-gradient(@to;@color1;@stop1;@color2;@stop2;@color3;@stop3;@color4;@stop4;@postfix:none) when (@to=left){background-image:-moz-linear-gradient(right,@color1 @stop1,@color2 @stop2,@color3 @stop3,@color4 @stop4),@postfix;background-image:-webkit-linear-gradient(right,@color1 @stop1,@color2 @stop2,@color3 @stop3,@color4 @stop4),@postfix;background-image:-webkit-gradient(right top,left top,color-stop(@stop1,@color1),color-stop(@stop2,@color2),color-stop(@stop3,@color3),color-stop(@stop4,@color4)),@postfix;background-image:-ms-linear-gradient(right,@color1 @stop1,@color2 @stop2,@color3 @stop3,@color4 @stop4),@postfix;background-image:-o-linear-gradient(right,@color1 @stop1,@color2 @stop2,@color3 @stop3,@color4 @stop4),@postfix;background-image:linear-gradient(to left,@color1 @stop1,@color2 @stop2,@color3 @stop3,@color4 @stop4),@postfix}.background-image-linear-gradient(@to;@color1;@stop1;@color2;@stop2;@postfix:none) when (@to=right){background-image:-moz-linear-gradient(left,@color1 @stop1,@color2 @stop2),@postfix;background-image:-webkit-linear-gradient(left,@color1 @stop1,@color2 @stop2),@postfix;background-image:-webkit-gradient(left top,right top,color-stop(@stop1,@color1),color-stop(@stop2,@color2)),@postfix;background-image:-ms-linear-gradient(left,@color1 @stop1,@color2 @stop2),@postfix;background-image:-o-linear-gradient(left,@color1 @stop1,@color2 @stop2),@postfix;background-image:linear-gradient(to right,@color1 @stop1,@color2 @stop2),@postfix}.background-image-linear-gradient(@to;@color1;@stop1;@color2;@stop2;@color3;@stop3;@postfix:none) when (@to=right){background-image:-moz-linear-gradient(left,@color1 @stop1,@color2 @stop2,@color3 @stop3),@postfix;background-image:-webkit-linear-gradient(left,@color1 @stop1,@color2 @stop2,@color3 @stop3),@postfix;background-image:-webkit-gradient(left top,right top,color-stop(@stop1,@color1),color-stop(@stop2,@color2),color-stop(@stop3,@color3)),@postfix;background-image:-ms-linear-gradient(left,@color1 @stop1,@color2 @stop2,@color3 @stop3),@postfix;background-image:-o-linear-gradient(left,@color1 @stop1,@color2 @stop2,@color3 @stop3),@postfix;background-image:linear-gradient(to right,@color1 @stop1,@color2 @stop2,@color3 @stop3),@postfix}.background-image-linear-gradient(@to;@color1;@stop1;@color2;@stop2;@color3;@stop3;@color4;@stop4;@postfix:none) when (@to=right){background-image:-moz-linear-gradient(left,@color1 @stop1,@color2 @stop2,@color3 @stop3,@color4 @stop4),@postfix;background-image:-webkit-linear-gradient(left,@color1 @stop1,@color2 @stop2,@color3 @stop3,@color4 @stop4),@postfix;background-image:-webkit-gradient(left top,right top,color-stop(@stop1,@color1),color-stop(@stop2,@color2),color-stop(@stop3,@color3),color-stop(@stop4,@color4)),@postfix;background-image:-ms-linear-gradient(left,@color1 @stop1,@color2 @stop2,@color3 @stop3,@color4 @stop4),@postfix;background-image:-o-linear-gradient(left,@color1 @stop1,@color2 @stop2,@color3 @stop3,@color4 @stop4),@postfix;background-image:linear-gradient(to right,@color1 @stop1,@color2 @stop2,@color3 @stop3,@color4 @stop4),@postfix}.rgba(@property;@color;@alpha) when (iscolor(@color)) and (isnumber(@alpha)){@{property}:rgba(red(@color),green(@color),blue(@color),@alpha)}.rgba(@property;@value;@color;@alpha) when (iscolor(@color)) and (isnumber(@alpha)){@{property}:@value rgba(red(@color),green(@color),blue(@color),@alpha)}.transition(@value;...){-webkit-transition:@arguments;transition:@arguments}.transform(@value;...){-webkit-transform:@arguments;-ms-transform:@arguments;transform:@arguments}.animation(@value;...){-webkit-animation:@arguments;animation:@arguments}.column-gap(@value;...){-moz-column-gap:@arguments;-webkit-column-gap:@arguments;column-gap:@arguments}.column-rule(@value;...){-webkit-column-rule:@arguments;-moz-column-rule:@arguments;column-rule:@arguments}.column-count(@value){-webkit-column-count:@value;-moz-column-count:@value;column-count:@value}}@font-family:"Arial",sans-serif;@color-black:@color5;@color-white:@color4;@primary-color:@color1;@primary-dark-color:@color3;@accent-color:@color2;@text-color:mix(@color-black,@color-white,87%);@invert-text-color:#fff-@text-color;@light-text-color:lighten(@text-color,25%);@dark-text-color:darken(@text-color,25%);@highlight-color:@primary-color;@link-color:@accent-color;@error-text-color:rgb(192,0,0);@success-text-color:rgb(0,164,0);@background-color:@color-white;@background-color2:mix(@color-black,@color-white,80%);@content-background-color:@background-color;@ios-slider-item-text-container-background-color:mix(@color-black,@color-white,5%);@ios-slider-item-text-container-color:@color-black;@ios-slider-item-selected-text-container-background-color:@primary-color;@ios-slider-item-selected-text-container-color:@color-white;@ios-slider-navigation-prev-color:@text-color;@ios-slider-navigation-prev-char:"\f104";@ios-slider-navigation-prev-text-shadow:0 1px 2px fade(@color-white,33%);@ios-slider-navigation-next-color:@text-color;@ios-slider-navigation-next-char:"\f105";@ios-slider-navigation-next-text-shadow:0 1px 2px fade(@color-white,33%);@ios-slider-text-color:@text-color;@ios-slider-hover-text-color:@text-color;@ios-slider-background-color:@invert-text-color;@ios-slider-border-color:@highlight-color;@ios-slider-navigation-background-color:mix(@color-black,@color-white,80%);@ios-slider-navigation-hover-background-color:@highlight-color;@ios-slider-navigation-button-text-color:@invert-text-color;@ios-slider-navigation-button-hover-text-color:@text-color;@ios-slider-navigation-button-background-color:@highlight-color;@ios-slider-navigation-button-hover-background-color:@highlight-color;@staff-team-grid-view-item-margin-hor:1em;@staff-team-grid-view-item-margin-ver:1em;@staff-team-grid-view-item-text-color:@text-color;@staff-team-grid-view-item-picture-text-color:@invert-text-color;@staff-team-grid-view-item-background-color:transparent;@staff-team-grid-view-item-background-gradient-start-color:fade(@color-black,7.5%);@staff-team-grid-view-item-background-gradient-end-color:transparent;@staff-team-grid-view-item-box-shadow:none;@staff-team-grid-view-item-text-color-dark:@invert-text-color;@staff-team-grid-view-item-picture-text-color-dark:@invert-text-color;@staff-team-grid-view-item-background-color-dark:#333;@staff-team-grid-view-item-background-gradient-start-color-dark:fade(@color-white,10%);@staff-team-grid-view-item-background-gradient-end-color-dark:transparent;@staff-team-grid-view-item-box-shadow-dark:0 1px 3px-1px fade(@color-black,25%);.staff-team-grid-view-item-background(@start-color:@staff-team-grid-view-item-background-gradient-start-color;@end-color:@staff-team-grid-view-item-background-gradient-end-color){#blax.background-image-linear-gradient(bottom;@start-color;0%;@end-color;100%)};@mediapool-media-player-text-color:@text-color;@mediapool-media-player-link-color:@link-color;@mediapool-media-player-background-color:@content-background-color;@mediapool-media-player-highlight-color:@highlight-color;@_mediapool-media-player-text-contrast-color:contrast(@mediapool-media-player-text-color,darken(@mediapool-media-player-text-color,75%),lighten(@mediapool-media-player-text-color,75%));@_mediapool-media-player-highlight-contrast-color:contrast(@mediapool-media-player-highlight-color,darken(@mediapool-media-player-highlight-color,50%),lighten(@mediapool-media-player-highlight-color,50%));.hba-table-container{display:block;position:relative;overflow:auto;width:100%}.hba-table{margin:0;padding:0;width:100%;tr{&:nth-child(2n){background-color:fade(@color-black,10%)}th,td{padding:.25em;a,a:link,a:hover,a:focus,a:active,a:visited{color:@highlight-color}&.col-align-left{text-align:left}&.col-align-center{text-align:center}&.col-align-right{text-align:right}&.col-nowrap{white-space:nowrap}}}}