.no-transitions * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}
.hidden {
  display: none;
}
.invisible {
  visibility: hidden;
}
.hide,
.ng-hide {
  display: none !important;
}
.Day .BlueSeries0 {
  fill: #007dc3;
  cursor: pointer;
}
.Day .BlueSeries1 {
  fill: #0075b9;
  cursor: pointer;
}
.Day .BlueSeries2 {
  fill: #006eae;
  cursor: pointer;
}
.Day .BlueSeries3 {
  fill: #0064a1;
  cursor: pointer;
}
.Day .BlueSeries4 {
  fill: #005b94;
  cursor: pointer;
}
.Day .BlueSeries5 {
  fill: #005187;
  cursor: pointer;
}
.Day .BlueSeries6 {
  fill: #00477a;
  cursor: pointer;
}
.Day .BlueSeries7 {
  fill: #003e6d;
  cursor: pointer;
}
.Day .BlueSeries8 {
  fill: #003662;
  cursor: pointer;
}
.Day .BlueSeries9 {
  fill: #002f59;
  cursor: pointer;
}
.disabled {
  text-shadow: none !important;
  cursor: default !important;
}
body {
  color: #000;
  background: #fff;
  font-family: 'Ubuntu-Regular', Tahoma, sans-serif;
}
.ui.ellipsis {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ui.badge {
  border-radius: 12px;
  padding: 6px;
  font-size: 11px;
  line-height: 10px;
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 0;
  color: #fff;
  background: -webkit-linear-gradient(#00f, #00c);
  background: -moz-linear-gradient(#00f, #00c);
  background: -o-linear-gradient(#00f, #00c);
  background: -ms-linear-gradient(#00f, #00c);
  background: linear-gradient(#00f, #00c);
  text-shadow: 0 1px 1px rgba(0,0,0,0.8);
  border-color: #00c;
}
.ui.badge:hover:not([disabled]),
.ui.badge.hover:not([disabled]) {
  background: -webkit-linear-gradient(#33f, #0000f5);
  background: -moz-linear-gradient(#33f, #0000f5);
  background: -o-linear-gradient(#33f, #0000f5);
  background: -ms-linear-gradient(#33f, #0000f5);
  background: linear-gradient(#33f, #0000f5);
  border-color: #33f;
}
.ui.badge:active:not([disabled]),
.ui.badge.active:not([disabled]) {
  background: -webkit-linear-gradient(#00c, #00f);
  background: -moz-linear-gradient(#00c, #00f);
  background: -o-linear-gradient(#00c, #00f);
  background: -ms-linear-gradient(#00c, #00f);
  background: linear-gradient(#00c, #00f);
  border-color: transparent;
}
.ui.badge:focus,
.ui.badge.focus {
  outline: none;
  border: 1px solid #800080;
  -webkit-box-shadow: 0 0 15px #800080;
  box-shadow: 0 0 15px #800080;
}
.ui.badge.floated {
  top: -5px;
  right: -12px;
}
.ui.badge.small {
  font-size: 11px;
}
.ui.button {
  cursor: pointer;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 20px;
  border-radius: 2px;
  border: 1px solid transparent;
  font-size: inherit;
  -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.05), 0 1px 1px rgba(0,0,0,0.02);
  box-shadow: 0 3px 5px rgba(0,0,0,0.05), 0 1px 1px rgba(0,0,0,0.02);
  color: #fff;
  background: -webkit-linear-gradient(#000, #000);
  background: -moz-linear-gradient(#000, #000);
  background: -o-linear-gradient(#000, #000);
  background: -ms-linear-gradient(#000, #000);
  background: linear-gradient(#000, #000);
  text-shadow: 0 1px 1px rgba(0,0,0,0.8);
  border-color: #000;
}
.ui.button:hover:not([disabled]),
.ui.button.hover:not([disabled]) {
  background: -webkit-linear-gradient(#1a1a1a, #151515);
  background: -moz-linear-gradient(#1a1a1a, #151515);
  background: -o-linear-gradient(#1a1a1a, #151515);
  background: -ms-linear-gradient(#1a1a1a, #151515);
  background: linear-gradient(#1a1a1a, #151515);
  border-color: #1a1a1a;
}
.ui.button:active:not([disabled]),
.ui.button.active:not([disabled]) {
  background: -webkit-linear-gradient(#000, #000);
  background: -moz-linear-gradient(#000, #000);
  background: -o-linear-gradient(#000, #000);
  background: -ms-linear-gradient(#000, #000);
  background: linear-gradient(#000, #000);
  border-color: transparent;
}
.ui.button:focus,
.ui.button.focus {
  outline: none;
  border: 1px solid #800080;
  -webkit-box-shadow: 0 0 15px #800080;
  box-shadow: 0 0 15px #800080;
}
.ui.button.primary {
  color: #e6e6e6;
  background: -webkit-linear-gradient(#00f, #00c);
  background: -moz-linear-gradient(#00f, #00c);
  background: -o-linear-gradient(#00f, #00c);
  background: -ms-linear-gradient(#00f, #00c);
  background: linear-gradient(#00f, #00c);
  text-shadow: 0 1px 1px rgba(0,0,0,0.8);
  border-color: #00c;
}
.ui.button.primary:hover:not([disabled]),
.ui.button.primary.hover:not([disabled]) {
  background: -webkit-linear-gradient(#33f, #0000f5);
  background: -moz-linear-gradient(#33f, #0000f5);
  background: -o-linear-gradient(#33f, #0000f5);
  background: -ms-linear-gradient(#33f, #0000f5);
  background: linear-gradient(#33f, #0000f5);
  border-color: #33f;
}
.ui.button.primary:active:not([disabled]),
.ui.button.primary.active:not([disabled]) {
  background: -webkit-linear-gradient(#00c, #00f);
  background: -moz-linear-gradient(#00c, #00f);
  background: -o-linear-gradient(#00c, #00f);
  background: -ms-linear-gradient(#00c, #00f);
  background: linear-gradient(#00c, #00f);
  border-color: transparent;
}
.ui.button.primary:focus,
.ui.button.primary.focus {
  outline: none;
  border: 1px solid #800080;
  -webkit-box-shadow: 0 0 15px #800080;
  box-shadow: 0 0 15px #800080;
}
.ui.button.success {
  color: #e6e6e6;
  background: -webkit-linear-gradient(#008000, #060);
  background: -moz-linear-gradient(#008000, #060);
  background: -o-linear-gradient(#008000, #060);
  background: -ms-linear-gradient(#008000, #060);
  background: linear-gradient(#008000, #060);
  text-shadow: 0 1px 1px rgba(0,0,0,0.8);
  border-color: #060;
}
.ui.button.success:hover:not([disabled]),
.ui.button.success.hover:not([disabled]) {
  background: -webkit-linear-gradient(#00b300, #008f00);
  background: -moz-linear-gradient(#00b300, #008f00);
  background: -o-linear-gradient(#00b300, #008f00);
  background: -ms-linear-gradient(#00b300, #008f00);
  background: linear-gradient(#00b300, #008f00);
  border-color: #00b300;
}
.ui.button.success:active:not([disabled]),
.ui.button.success.active:not([disabled]) {
  background: -webkit-linear-gradient(#060, #008000);
  background: -moz-linear-gradient(#060, #008000);
  background: -o-linear-gradient(#060, #008000);
  background: -ms-linear-gradient(#060, #008000);
  background: linear-gradient(#060, #008000);
  border-color: transparent;
}
.ui.button.success:focus,
.ui.button.success.focus {
  outline: none;
  border: 1px solid #800080;
  -webkit-box-shadow: 0 0 15px #800080;
  box-shadow: 0 0 15px #800080;
}
.ui.button.warning {
  color: #e6e6e6;
  background: -webkit-linear-gradient(#ffa500, #cc8400);
  background: -moz-linear-gradient(#ffa500, #cc8400);
  background: -o-linear-gradient(#ffa500, #cc8400);
  background: -ms-linear-gradient(#ffa500, #cc8400);
  background: linear-gradient(#ffa500, #cc8400);
  text-shadow: 0 1px 1px rgba(0,0,0,0.8);
  border-color: #cc8400;
}
.ui.button.warning:hover:not([disabled]),
.ui.button.warning.hover:not([disabled]) {
  background: -webkit-linear-gradient(#ffb733, #f59e00);
  background: -moz-linear-gradient(#ffb733, #f59e00);
  background: -o-linear-gradient(#ffb733, #f59e00);
  background: -ms-linear-gradient(#ffb733, #f59e00);
  background: linear-gradient(#ffb733, #f59e00);
  border-color: #ffb733;
}
.ui.button.warning:active:not([disabled]),
.ui.button.warning.active:not([disabled]) {
  background: -webkit-linear-gradient(#cc8400, #ffa500);
  background: -moz-linear-gradient(#cc8400, #ffa500);
  background: -o-linear-gradient(#cc8400, #ffa500);
  background: -ms-linear-gradient(#cc8400, #ffa500);
  background: linear-gradient(#cc8400, #ffa500);
  border-color: transparent;
}
.ui.button.warning:focus,
.ui.button.warning.focus {
  outline: none;
  border: 1px solid #800080;
  -webkit-box-shadow: 0 0 15px #800080;
  box-shadow: 0 0 15px #800080;
}
.ui.button.danger {
  color: #e6e6e6;
  background: -webkit-linear-gradient(#f00, #c00);
  background: -moz-linear-gradient(#f00, #c00);
  background: -o-linear-gradient(#f00, #c00);
  background: -ms-linear-gradient(#f00, #c00);
  background: linear-gradient(#f00, #c00);
  text-shadow: 0 1px 1px rgba(0,0,0,0.8);
  border-color: #c00;
}
.ui.button.danger:hover:not([disabled]),
.ui.button.danger.hover:not([disabled]) {
  background: -webkit-linear-gradient(#f33, #f50000);
  background: -moz-linear-gradient(#f33, #f50000);
  background: -o-linear-gradient(#f33, #f50000);
  background: -ms-linear-gradient(#f33, #f50000);
  background: linear-gradient(#f33, #f50000);
  border-color: #f33;
}
.ui.button.danger:active:not([disabled]),
.ui.button.danger.active:not([disabled]) {
  background: -webkit-linear-gradient(#c00, #f00);
  background: -moz-linear-gradient(#c00, #f00);
  background: -o-linear-gradient(#c00, #f00);
  background: -ms-linear-gradient(#c00, #f00);
  background: linear-gradient(#c00, #f00);
  border-color: transparent;
}
.ui.button.danger:focus,
.ui.button.danger.focus {
  outline: none;
  border: 1px solid #800080;
  -webkit-box-shadow: 0 0 15px #800080;
  box-shadow: 0 0 15px #800080;
}
.ui.button.small {
  font-size: 11px;
  padding: 0 5px;
  line-height: 18px;
}
.ui.dropdown {
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  color: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  vertical-align: middle;
  font-size: 14px;
}
.ui.dropdown .select.value {
  position: relative;
  text-align: left;
}
.ui.dropdown .select.value:after {
  content: '\25bc';
  display: inline-block;
  position: absolute;
  -webkit-transform: scale(1, 0.5);
  -moz-transform: scale(1, 0.5);
  -o-transform: scale(1, 0.5);
  -ms-transform: scale(1, 0.5);
  transform: scale(1, 0.5);
}
.ui.dropdown:focus {
  outline: none;
}
.ui.dropdown.opened,
.ui.dropdown.opened .select.value {
  z-index: 50;
}
.ui.dropdown .ui.input {
  width: 100%;
}
.ui.dropdown .select.value {
  display: block;
  padding: 0 21px 0 9px;
  min-width: 165px;
  line-height: 27px;
}
.ui.dropdown .select.value:after {
  right: 6px;
  top: 2px;
  font-size: 12px;
}
.ui.dropdown.small {
  font-size: 11px;
}
.ui.dropdown.small .select.value {
  display: block;
  min-width: 120px;
  line-height: 18px;
  padding: 0 21px 0 7px;
}
.ui.dropdown.small .select.value:after {
  right: 4px;
  top: 2px;
  font-size: 12px;
}
.ui.dropdown.small .ui.options {
  font-size: 11px;
}
.ui.dropdown.small .ui.input {
  font-size: 11px;
  height: 20px;
}
.ui.options {
  color: #fff;
  font-size: 14px;
  min-width: 100%;
  position: absolute;
  z-index: 1;
  text-shadow: none;
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.ui.options ul {
  margin: 0;
  padding: 0;
  max-height: 190px;
  overflow-y: auto;
  overflow-x: hidden;
  white-space: nowrap;
  list-style: none;
}
.ui.options .ui.option {
  position: relative;
  border-top: 1px solid transparent;
  cursor: pointer;
  padding: 3px 20px 3px 10px;
  min-width: 100%;
  max-width: 450px;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #008000;
  border-color: #00a600;
}
.ui.options .ui.option.intent {
  background: #00a600;
}
.ui.input {
  outline: none;
  border-radius: 2px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 11px;
  font-size: 14px;
  line-height: 18px;
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  -ms-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  height: 28px;
  color: #fff;
  background: #000;
  border: 1px solid #808080;
  -webkit-box-shadow: 0 1px 0 rgba(112,112,112,0.3);
  box-shadow: 0 1px 0 rgba(112,112,112,0.3);
}
.ui.input:focus {
  outline: none;
  border: 1px solid #800080;
  -webkit-box-shadow: 0 0 15px #800080;
  box-shadow: 0 0 15px #800080;
}
ui-tab {
  display: none;
}
.ui.tab.header {
  display: table;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 0;
}
.ui.tab.header .header {
  border: 1px solid;
  display: table-cell;
  font-size: 1rem;
  padding: 0.6rem;
  cursor: pointer;
}
.ui.tab.header .header:first-child {
  border-left-style: none;
}
.ui.tab.header .header:last-child {
  border-right-style: none;
}
.ui.tab.header .header:not(.active) {
  border-left-color: transparent;
}
.ui.tab.header .header.active {
  cursor: default;
}
.ui.tab .content {
  display: none;
  padding: 11px;
}
.ui.tab .content.active {
  display: block;
}
.ui.tab.header .header {
  color: #000;
  text-shadow: 0 1px 1px #fff;
  background: -webkit-linear-gradient(#ffa500, #ed9900);
  background: -moz-linear-gradient(#ffa500, #ed9900);
  background: -o-linear-gradient(#ffa500, #ed9900);
  background: -ms-linear-gradient(#ffa500, #ed9900);
  background: linear-gradient(#ffa500, #ed9900);
  border-color: #ffa500 #ffd700 #ffa500 #ffd700;
}
.ui.tab.header .header.active {
  border-top-color: #ffa500;
  border-bottom-color: #ffd700;
  background: background -webkit-linear-gradient(#edc800, #ffd700);
  background: background -moz-linear-gradient(#edc800, #ffd700);
  background: background -o-linear-gradient(#edc800, #ffd700);
  background: background -ms-linear-gradient(#edc800, #ffd700);
  background: background linear-gradient(#edc800, #ffd700);
}
.ui.tab.header .header.active:first-child {
  border-left-color: #ffd700;
}
.ui.tab .content {
  background: #ffd700;
}
.ui.typeahead {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.ui.selectable-selected {
  -webkit-box-shadow: 0px 0px 11px #44a8e0;
  box-shadow: 0px 0px 11px #44a8e0;
}
.ui.selectable-focused {
  border: 2px solid #44a8e0;
  -webkit-box-shadow: 0px 0px 11px #44a8e0;
  box-shadow: 0px 0px 11px #44a8e0;
}
[ui-selectable].no-select {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
ui-line-chart {
  display: block;
  position: relative;
}
ui-line-chart .trend-line {
  fill: none;
  stroke-width: 2px;
  -webkit-transition: fill 250ms;
  -moz-transition: fill 250ms;
  -o-transition: fill 250ms;
  -ms-transition: fill 250ms;
  -webkit-transition: fill 250ms;
  -moz-transition: fill 250ms;
  -o-transition: fill 250ms;
  -ms-transition: fill 250ms;
  transition: fill 250ms;
  -webkit-transition: stroke 250ms;
  -moz-transition: stroke 250ms;
  -o-transition: stroke 250ms;
  -ms-transition: stroke 250ms;
  -webkit-transition: stroke 250ms;
  -moz-transition: stroke 250ms;
  -o-transition: stroke 250ms;
  -ms-transition: stroke 250ms;
  transition: stroke 250ms;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  stroke: #000;
}
ui-line-chart .trend-line.trendAverage {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
ui-line-chart .trend-line.highlight {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  stroke-width: 3px;
}
ui-line-chart .tick line {
  stroke: #474747;
}
ui-line-chart .trend-series0 {
  stroke: #158000;
}
ui-line-chart .trend-series1 {
  stroke: #80ff66;
}
ui-line-chart .trend-series2 {
  stroke: #e6ac73;
}
ui-line-chart .trend-series3 {
  stroke: #c60;
}
ui-line-chart .trend-series4 {
  stroke: #0ff;
}
ui-line-chart .trend-series5 {
  stroke: #008080;
}
ui-line-chart .trend-series6 {
  stroke: #80aaff;
}
ui-line-chart .no-data {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
body {
  color: #222;
  font-family: 'Ubuntu-Regular', Tahoma, sans-serif;
}
.ui.ellipsis {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ui.badge {
  border-radius: 12px;
  padding: 6px;
  font-size: 11px;
  line-height: 10px;
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 0;
  color: #fff;
  background: -webkit-linear-gradient(#007bc2, #00629b);
  background: -moz-linear-gradient(#007bc2, #00629b);
  background: -o-linear-gradient(#007bc2, #00629b);
  background: -ms-linear-gradient(#007bc2, #00629b);
  background: linear-gradient(#007bc2, #00629b);
  text-shadow: 0 1px 1px rgba(0,0,0,0.8);
  border-color: #00629b;
}
.ui.badge:hover:not([disabled]),
.ui.badge.hover:not([disabled]) {
  background: -webkit-linear-gradient(#009bf5, #007cc4);
  background: -moz-linear-gradient(#009bf5, #007cc4);
  background: -o-linear-gradient(#009bf5, #007cc4);
  background: -ms-linear-gradient(#009bf5, #007cc4);
  background: linear-gradient(#009bf5, #007cc4);
  border-color: #009bf5;
}
.ui.badge:active:not([disabled]),
.ui.badge.active:not([disabled]) {
  background: -webkit-linear-gradient(#00629b, #007bc2);
  background: -moz-linear-gradient(#00629b, #007bc2);
  background: -o-linear-gradient(#00629b, #007bc2);
  background: -ms-linear-gradient(#00629b, #007bc2);
  background: linear-gradient(#00629b, #007bc2);
  border-color: transparent;
}
.ui.badge:focus,
.ui.badge.focus {
  outline: none;
  border: 1px solid #007cc3;
  -webkit-box-shadow: 0 0 15px #007cc3;
  box-shadow: 0 0 15px #007cc3;
}
.ui.badge.floated {
  top: -5px;
  right: -12px;
}
.ui.badge.small {
  font-size: 11px;
}
.ui.button {
  cursor: pointer;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 20px;
  border-radius: 2px;
  border: 1px solid transparent;
  font-size: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #3d3d3d;
  background: -webkit-linear-gradient(#d9d9d9, #adadad);
  background: -moz-linear-gradient(#d9d9d9, #adadad);
  background: -o-linear-gradient(#d9d9d9, #adadad);
  background: -ms-linear-gradient(#d9d9d9, #adadad);
  background: linear-gradient(#d9d9d9, #adadad);
  text-shadow: 0 1px 1px #fafafa;
  border-color: #adadad;
}
.ui.button:hover:not([disabled]),
.ui.button.hover:not([disabled]) {
  background: -webkit-linear-gradient(#f2f2f2, #c2c2c2);
  background: -moz-linear-gradient(#f2f2f2, #c2c2c2);
  background: -o-linear-gradient(#f2f2f2, #c2c2c2);
  background: -ms-linear-gradient(#f2f2f2, #c2c2c2);
  background: linear-gradient(#f2f2f2, #c2c2c2);
  border-color: #f2f2f2;
}
.ui.button:active:not([disabled]),
.ui.button.active:not([disabled]) {
  background: -webkit-linear-gradient(#adadad, #d9d9d9);
  background: -moz-linear-gradient(#adadad, #d9d9d9);
  background: -o-linear-gradient(#adadad, #d9d9d9);
  background: -ms-linear-gradient(#adadad, #d9d9d9);
  background: linear-gradient(#adadad, #d9d9d9);
  border-color: transparent;
}
.ui.button:focus,
.ui.button.focus {
  outline: none;
  border: 1px solid #007cc3;
  -webkit-box-shadow: 0 0 15px #007cc3;
  box-shadow: 0 0 15px #007cc3;
}
.ui.button.primary {
  color: #e6e6e6;
  background: -webkit-linear-gradient(#007bc2, #00629b);
  background: -moz-linear-gradient(#007bc2, #00629b);
  background: -o-linear-gradient(#007bc2, #00629b);
  background: -ms-linear-gradient(#007bc2, #00629b);
  background: linear-gradient(#007bc2, #00629b);
  text-shadow: 0 1px 1px rgba(0,0,0,0.8);
  border-color: #00629b;
}
.ui.button.primary:hover:not([disabled]),
.ui.button.primary.hover:not([disabled]) {
  background: -webkit-linear-gradient(#009bf5, #007cc4);
  background: -moz-linear-gradient(#009bf5, #007cc4);
  background: -o-linear-gradient(#009bf5, #007cc4);
  background: -ms-linear-gradient(#009bf5, #007cc4);
  background: linear-gradient(#009bf5, #007cc4);
  border-color: #009bf5;
}
.ui.button.primary:active:not([disabled]),
.ui.button.primary.active:not([disabled]) {
  background: -webkit-linear-gradient(#00629b, #007bc2);
  background: -moz-linear-gradient(#00629b, #007bc2);
  background: -o-linear-gradient(#00629b, #007bc2);
  background: -ms-linear-gradient(#00629b, #007bc2);
  background: linear-gradient(#00629b, #007bc2);
  border-color: transparent;
}
.ui.button.primary:focus,
.ui.button.primary.focus {
  outline: none;
  border: 1px solid #007cc3;
  -webkit-box-shadow: 0 0 15px #007cc3;
  box-shadow: 0 0 15px #007cc3;
}
.ui.button.success {
  color: #e6e6e6;
  background: -webkit-linear-gradient(#52992e, #417b25);
  background: -moz-linear-gradient(#52992e, #417b25);
  background: -o-linear-gradient(#52992e, #417b25);
  background: -ms-linear-gradient(#52992e, #417b25);
  background: linear-gradient(#52992e, #417b25);
  text-shadow: 0 1px 1px rgba(0,0,0,0.8);
  border-color: #417b25;
}
.ui.button.success:hover:not([disabled]),
.ui.button.success.hover:not([disabled]) {
  background: -webkit-linear-gradient(#66c039, #529a2e);
  background: -moz-linear-gradient(#66c039, #529a2e);
  background: -o-linear-gradient(#66c039, #529a2e);
  background: -ms-linear-gradient(#66c039, #529a2e);
  background: linear-gradient(#66c039, #529a2e);
  border-color: #66c039;
}
.ui.button.success:active:not([disabled]),
.ui.button.success.active:not([disabled]) {
  background: -webkit-linear-gradient(#417b25, #52992e);
  background: -moz-linear-gradient(#417b25, #52992e);
  background: -o-linear-gradient(#417b25, #52992e);
  background: -ms-linear-gradient(#417b25, #52992e);
  background: linear-gradient(#417b25, #52992e);
  border-color: transparent;
}
.ui.button.success:focus,
.ui.button.success.focus {
  outline: none;
  border: 1px solid #007cc3;
  -webkit-box-shadow: 0 0 15px #007cc3;
  box-shadow: 0 0 15px #007cc3;
}
.ui.button.warning {
  color: #e6e6e6;
  background: -webkit-linear-gradient(#e39f16, #b67f12);
  background: -moz-linear-gradient(#e39f16, #b67f12);
  background: -o-linear-gradient(#e39f16, #b67f12);
  background: -ms-linear-gradient(#e39f16, #b67f12);
  background: linear-gradient(#e39f16, #b67f12);
  text-shadow: 0 1px 1px rgba(0,0,0,0.8);
  border-color: #b67f12;
}
.ui.button.warning:hover:not([disabled]),
.ui.button.warning.hover:not([disabled]) {
  background: -webkit-linear-gradient(#ecb341, #db9916);
  background: -moz-linear-gradient(#ecb341, #db9916);
  background: -o-linear-gradient(#ecb341, #db9916);
  background: -ms-linear-gradient(#ecb341, #db9916);
  background: linear-gradient(#ecb341, #db9916);
  border-color: #ecb341;
}
.ui.button.warning:active:not([disabled]),
.ui.button.warning.active:not([disabled]) {
  background: -webkit-linear-gradient(#b67f12, #e39f16);
  background: -moz-linear-gradient(#b67f12, #e39f16);
  background: -o-linear-gradient(#b67f12, #e39f16);
  background: -ms-linear-gradient(#b67f12, #e39f16);
  background: linear-gradient(#b67f12, #e39f16);
  border-color: transparent;
}
.ui.button.warning:focus,
.ui.button.warning.focus {
  outline: none;
  border: 1px solid #007cc3;
  -webkit-box-shadow: 0 0 15px #007cc3;
  box-shadow: 0 0 15px #007cc3;
}
.ui.button.danger {
  color: #e6e6e6;
  background: -webkit-linear-gradient(#c00, #a30000);
  background: -moz-linear-gradient(#c00, #a30000);
  background: -o-linear-gradient(#c00, #a30000);
  background: -ms-linear-gradient(#c00, #a30000);
  background: linear-gradient(#c00, #a30000);
  text-shadow: 0 1px 1px rgba(0,0,0,0.8);
  border-color: #a30000;
}
.ui.button.danger:hover:not([disabled]),
.ui.button.danger.hover:not([disabled]) {
  background: -webkit-linear-gradient(#f00, #c00);
  background: -moz-linear-gradient(#f00, #c00);
  background: -o-linear-gradient(#f00, #c00);
  background: -ms-linear-gradient(#f00, #c00);
  background: linear-gradient(#f00, #c00);
  border-color: #f00;
}
.ui.button.danger:active:not([disabled]),
.ui.button.danger.active:not([disabled]) {
  background: -webkit-linear-gradient(#a30000, #c00);
  background: -moz-linear-gradient(#a30000, #c00);
  background: -o-linear-gradient(#a30000, #c00);
  background: -ms-linear-gradient(#a30000, #c00);
  background: linear-gradient(#a30000, #c00);
  border-color: transparent;
}
.ui.button.danger:focus,
.ui.button.danger.focus {
  outline: none;
  border: 1px solid #007cc3;
  -webkit-box-shadow: 0 0 15px #007cc3;
  box-shadow: 0 0 15px #007cc3;
}
.ui.button.small {
  font-size: 11px;
  padding: 0 5px;
  line-height: 18px;
}
.ui.dropdown {
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  color: #4c4c4c;
  -webkit-box-shadow: none;
  box-shadow: none;
  vertical-align: middle;
  font-size: 14px;
}
.ui.dropdown .select.value {
  position: relative;
  text-align: left;
}
.ui.dropdown .select.value:after {
  content: '\25bc';
  display: inline-block;
  position: absolute;
  -webkit-transform: scale(1, 0.5);
  -moz-transform: scale(1, 0.5);
  -o-transform: scale(1, 0.5);
  -ms-transform: scale(1, 0.5);
  transform: scale(1, 0.5);
}
.ui.dropdown:focus {
  outline: none;
}
.ui.dropdown.opened,
.ui.dropdown.opened .select.value {
  z-index: 50;
}
.ui.dropdown .ui.input {
  width: 100%;
}
.ui.dropdown .select.value {
  display: block;
  padding: 0 21px 0 9px;
  min-width: 165px;
  line-height: 27px;
}
.ui.dropdown .select.value:after {
  right: 6px;
  top: 2px;
  font-size: 12px;
}
.ui.dropdown.small {
  font-size: 11px;
}
.ui.dropdown.small .select.value {
  display: block;
  min-width: 120px;
  line-height: 18px;
  padding: 0 21px 0 7px;
}
.ui.dropdown.small .select.value:after {
  right: 4px;
  top: 2px;
  font-size: 12px;
}
.ui.dropdown.small .ui.options {
  font-size: 11px;
}
.ui.dropdown.small .ui.input {
  font-size: 11px;
  height: 20px;
}
.ui.options {
  color: #4c4c4c;
  font-size: 14px;
  min-width: 100%;
  position: absolute;
  z-index: 1;
  text-shadow: none;
  -webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.2);
  box-shadow: 0 0 10px 5px rgba(0,0,0,0.2);
}
.ui.options ul {
  margin: 0;
  padding: 0;
  max-height: 190px;
  overflow-y: auto;
  overflow-x: hidden;
  white-space: nowrap;
  list-style: none;
}
.ui.options .ui.option {
  position: relative;
  border-top: 1px solid transparent;
  cursor: pointer;
  padding: 3px 20px 3px 10px;
  min-width: 100%;
  max-width: 450px;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #e6e6e6;
  border-color: #cfcfcf;
}
.ui.options .ui.option.intent {
  background: #cfcfcf;
}
.ui.input {
  outline: none;
  border-radius: 2px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 11px;
  font-size: 14px;
  line-height: 18px;
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  -ms-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  height: 28px;
  color: #3b3c3e;
  background: #fafafa;
  border: 1px solid rgba(51,51,51,0.4);
  -webkit-box-shadow: 0 1px 0 transparent;
  box-shadow: 0 1px 0 transparent;
}
.ui.input:focus {
  outline: none;
  border: 1px solid #007cc3;
  -webkit-box-shadow: 0 0 15px #007cc3;
  box-shadow: 0 0 15px #007cc3;
}
ui-tab {
  display: none;
}
.ui.tab.header {
  display: table;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 0;
}
.ui.tab.header .header {
  border: 1px solid;
  display: table-cell;
  font-size: 1rem;
  padding: 0.6rem;
  cursor: pointer;
}
.ui.tab.header .header:first-child {
  border-left-style: none;
}
.ui.tab.header .header:last-child {
  border-right-style: none;
}
.ui.tab.header .header:not(.active) {
  border-left-color: transparent;
}
.ui.tab.header .header.active {
  cursor: default;
}
.ui.tab .content {
  display: none;
  padding: 11px;
}
.ui.tab .content.active {
  display: block;
}
.ui.tab.header .header {
  color: #323232;
  text-shadow: 0 1px 1px #fff;
  background: -webkit-linear-gradient(#c2c2c2, #b4b4b4);
  background: -moz-linear-gradient(#c2c2c2, #b4b4b4);
  background: -o-linear-gradient(#c2c2c2, #b4b4b4);
  background: -ms-linear-gradient(#c2c2c2, #b4b4b4);
  background: linear-gradient(#c2c2c2, #b4b4b4);
  border-color: #c2c2c2 #e5e5e5 #c2c2c2 #e5e5e5;
}
.ui.tab.header .header.active {
  border-top-color: #c2c2c2;
  border-bottom-color: #e5e5e5;
  background: background -webkit-linear-gradient(#d5d5d5, #e5e5e5);
  background: background -moz-linear-gradient(#d5d5d5, #e5e5e5);
  background: background -o-linear-gradient(#d5d5d5, #e5e5e5);
  background: background -ms-linear-gradient(#d5d5d5, #e5e5e5);
  background: background linear-gradient(#d5d5d5, #e5e5e5);
}
.ui.tab.header .header.active:first-child {
  border-left-color: #e5e5e5;
}
.ui.tab .content {
  background: #e5e5e5;
}
.ui.typeahead {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.ui.selectable-selected {
  -webkit-box-shadow: 0px 0px 11px #44a8e0;
  box-shadow: 0px 0px 11px #44a8e0;
}
.ui.selectable-focused {
  border: 2px solid #44a8e0;
  -webkit-box-shadow: 0px 0px 11px #44a8e0;
  box-shadow: 0px 0px 11px #44a8e0;
}
[ui-selectable].no-select {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
ui-line-chart {
  display: block;
  position: relative;
}
ui-line-chart .trend-line {
  fill: none;
  stroke-width: 2px;
  -webkit-transition: fill 250ms;
  -moz-transition: fill 250ms;
  -o-transition: fill 250ms;
  -ms-transition: fill 250ms;
  -webkit-transition: fill 250ms;
  -moz-transition: fill 250ms;
  -o-transition: fill 250ms;
  -ms-transition: fill 250ms;
  transition: fill 250ms;
  -webkit-transition: stroke 250ms;
  -moz-transition: stroke 250ms;
  -o-transition: stroke 250ms;
  -ms-transition: stroke 250ms;
  -webkit-transition: stroke 250ms;
  -moz-transition: stroke 250ms;
  -o-transition: stroke 250ms;
  -ms-transition: stroke 250ms;
  transition: stroke 250ms;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  stroke: #000;
}
ui-line-chart .trend-line.trendAverage {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
ui-line-chart .trend-line.highlight {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  stroke-width: 3px;
}
ui-line-chart .tick line {
  stroke: #474747;
}
ui-line-chart .trend-series0 {
  stroke: #158000;
}
ui-line-chart .trend-series1 {
  stroke: #80ff66;
}
ui-line-chart .trend-series2 {
  stroke: #e6ac73;
}
ui-line-chart .trend-series3 {
  stroke: #c60;
}
ui-line-chart .trend-series4 {
  stroke: #0ff;
}
ui-line-chart .trend-series5 {
  stroke: #008080;
}
ui-line-chart .trend-series6 {
  stroke: #80aaff;
}
ui-line-chart .no-data {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
input[type=number] {
  -moz-appearance: textfield;
}
.Day h1,
.Day h2,
.Day h3:not(.sidebar-nav__title),
.Day h4 {
  color: #002d56;
}
::selection {
  background: #44a8e0;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #44a8e0;
  color: #fff;
  text-shadow: none;
}
a img {
  border: none;
}
[class*='icon-'] {
  -webkit-transition: opacity 166.5ms ease, color 166.5ms ease;
  -moz-transition: opacity 166.5ms ease, color 166.5ms ease;
  -o-transition: opacity 166.5ms ease, color 166.5ms ease;
  -ms-transition: opacity 166.5ms ease, color 166.5ms ease;
  transition: opacity 166.5ms ease, color 166.5ms ease;
}
[disabled],
.disabled {
  opacity: 0.32;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=32)";
  filter: alpha(opacity=32);
  cursor: default !important;
}
.default-cursor {
  cursor: default !important;
}
.right {
  float: right;
}
.left {
  float: left;
}
.fill-height {
  height: 100%;
}
.abs-fill {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.flex-row {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-row.center {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-row.space-around {
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  -o-box-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.flex-column {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-0 {
  position: relative;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0;
  -ms-flex: 0;
  flex: 0;
}
.flex-1 {
  position: relative;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex-2 {
  position: relative;
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -o-box-flex: 2;
  box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.flex-3 {
  position: relative;
  -webkit-box-flex: 3;
  -moz-box-flex: 3;
  -o-box-flex: 3;
  box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
}
.flex-4 {
  position: relative;
  -webkit-box-flex: 4;
  -moz-box-flex: 4;
  -o-box-flex: 4;
  box-flex: 4;
  -webkit-flex: 4;
  -ms-flex: 4;
  flex: 4;
}
.flex-5 {
  position: relative;
  -webkit-box-flex: 5;
  -moz-box-flex: 5;
  -o-box-flex: 5;
  box-flex: 5;
  -webkit-flex: 5;
  -ms-flex: 5;
  flex: 5;
}
.flex-6 {
  position: relative;
  -webkit-box-flex: 6;
  -moz-box-flex: 6;
  -o-box-flex: 6;
  box-flex: 6;
  -webkit-flex: 6;
  -ms-flex: 6;
  flex: 6;
}
.flex-7 {
  position: relative;
  -webkit-box-flex: 7;
  -moz-box-flex: 7;
  -o-box-flex: 7;
  box-flex: 7;
  -webkit-flex: 7;
  -ms-flex: 7;
  flex: 7;
}
.flex-8 {
  position: relative;
  -webkit-box-flex: 8;
  -moz-box-flex: 8;
  -o-box-flex: 8;
  box-flex: 8;
  -webkit-flex: 8;
  -ms-flex: 8;
  flex: 8;
}
.flex-9 {
  position: relative;
  -webkit-box-flex: 9;
  -moz-box-flex: 9;
  -o-box-flex: 9;
  box-flex: 9;
  -webkit-flex: 9;
  -ms-flex: 9;
  flex: 9;
}
.flex-10 {
  position: relative;
  -webkit-box-flex: 10;
  -moz-box-flex: 10;
  -o-box-flex: 10;
  box-flex: 10;
  -webkit-flex: 10;
  -ms-flex: 10;
  flex: 10;
}
.flex-11 {
  position: relative;
  -webkit-box-flex: 11;
  -moz-box-flex: 11;
  -o-box-flex: 11;
  box-flex: 11;
  -webkit-flex: 11;
  -ms-flex: 11;
  flex: 11;
}
.flex-12 {
  position: relative;
  -webkit-box-flex: 12;
  -moz-box-flex: 12;
  -o-box-flex: 12;
  box-flex: 12;
  -webkit-flex: 12;
  -ms-flex: 12;
  flex: 12;
}
a,
a:hover,
a:focus,
a:active,
input,
input:focus,
button {
  outline: none !important;
}
.well {
  -webkit-box-shadow: inset 0 1.5px 2.3px rgba(0,0,0,0.2) !important;
  box-shadow: inset 0 1.5px 2.3px rgba(0,0,0,0.2) !important;
}
.seemer {
  margin-top: 11px;
  width: 100%;
}
.device input[type="text"],
.device input[type="password"],
.device input[type="search"] {
  -webkit-appearance: none !important;
}
.Night {
  color: #999;
}
.Night,
.Night body {
  background: -webkit-radial-gradient(ellipse at center, nBodyBgGradStop1 0%, nBodyBgGradStop2 100%);
  background: -moz-radial-gradient(ellipse at center, nBodyBgGradStop1 0%, nBodyBgGradStop2 100%);
  background: -o-radial-gradient(ellipse at center, nBodyBgGradStop1 0%, nBodyBgGradStop2 100%);
  background: -ms-radial-gradient(ellipse at center, nBodyBgGradStop1 0%, nBodyBgGradStop2 100%);
  background: radial-gradient(ellipse at center, nBodyBgGradStop1 0%, nBodyBgGradStop2 100%);
}
.Day {
  color: #4d4d4d;
}
.Day,
.Day body {
  background: #fafafa;
}
.container {
  width: 984px;
  margin: 0 auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input {
  border: none;
  outline: none;
}
input::-ms-clear {
  display: none;
}
.large-input {
  height: 28px;
  border-radius: 2px;
  padding: 0 8px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
button {
  display: inline-block;
  background: transparent;
  border: none;
  padding: 0;
}
.Night button {
  color: nButtonColor;
  text-shadow: nTextShadow;
}
.Day button {
  color: #ccc;
  text-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
.outer-wrap {
  height: 100%;
}
.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}
.clearfix:after {
  clear: both;
}
.col-1 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  width: 8.333333333333332%;
  padding: 0 2%;
}
.col-2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  width: 16.666666666666664%;
  padding: 0 2%;
}
.col-3 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  width: 25%;
  padding: 0 2%;
}
.col-4 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  width: 33.33333333333333%;
  padding: 0 2%;
}
.col-5 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  width: 41.66666666666667%;
  padding: 0 2%;
}
.col-6 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  width: 50%;
  padding: 0 2%;
}
.col-7 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  width: 58.333333333333336%;
  padding: 0 2%;
}
.col-8 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  width: 66.66666666666666%;
  padding: 0 2%;
}
.col-9 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  width: 75%;
  padding: 0 2%;
}
.col-10 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  width: 83.33333333333334%;
  padding: 0 2%;
}
.col-11 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  width: 91.66666666666666%;
  padding: 0 2%;
}
.col-12 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  width: 100%;
  padding: 0 2%;
}
.row {
  margin: 0 -2%;
  width: 100%;
}
.row:before,
.row:after {
  content: ' ';
  display: table;
}
.row:after {
  clear: both;
}
.col-row {
  padding: 20px 0;
}
.col-row:before,
.col-row:after {
  content: " ";
  display: table;
  width: 100%;
}
.ellipsis {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.reveal {
  -webkit-transform: translateZ(0);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 333ms linear 0.2s;
  -moz-transition: opacity 333ms linear 0.2s;
  -o-transition: opacity 333ms linear 0.2s;
  -ms-transition: opacity 333ms linear 0.2s;
  transition: opacity 333ms linear 0.2s;
}
.device .reveal {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.reveal-trigger:hover .reveal {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.full-height-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  height: 100%;
  width: 100%;
  flex-pack: justify;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -o-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
[ng-click],
[panel-trigger] {
  cursor: pointer;
}
.ui.dropdown[disabled] {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.ui.dropdown.small .throbber-wrapper {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 4px;
  top: 2px;
}
.ui.button.small {
  min-width: 64px;
}
@media only screen and (min-width: 986px) {
  .br-desktop {
    display: inline;
  }
}
@media only screen and (min-width: 768px) {
  .br-tablet {
    display: inline;
  }
}
@media only screen and (max-width: 767px) {
  .br-mobile {
    display: inline;
  }
}
@media only screen and (max-width: 985px) {
  .br-not-desktop {
    display: inline;
  }
}
@media only screen and (min-width: 768px) {
  .br-not-mobile {
    display: inline;
  }
}
.br-always {
  display: inline;
}
@font-face {
  font-family: 'Ubuntu-Regular';
  src: url("/fonts/ubuntu/ubuntu-r-webfont.eot");
  src: url("/fonts/ubuntu/ubuntu-r-webfont.eot?#iefix") format('embedded-opentype'), url("/fonts/ubuntu/ubuntu-r-webfont.woff") format('woff'), url("/fonts/ubuntu/ubuntu-r-webfont.ttf") format('truetype'), url("/fonts/ubuntu/ubuntu-r-webfont.svg#name") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Ubuntu-Bold';
  src: url("/fonts/ubuntu/ubuntu-b-webfont.eot");
  src: url("/fonts/ubuntu/ubuntu-b-webfont.eot?#iefix") format('embedded-opentype'), url("/fonts/ubuntu/ubuntu-b-webfont.woff") format('woff'), url("/fonts/ubuntu/ubuntu-b-webfont.ttf") format('truetype'), url("/fonts/ubuntu/ubuntu-b-webfont.svg#name") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Ubuntu-Mono';
  src: url("/fonts/ubuntu/ubuntu-m-webfont.eot");
  src: url("/fonts/ubuntu/ubuntu-m-webfont.eot?#iefix") format('embedded-opentype'), url("/fonts/ubuntu/ubuntu-m-webfont.woff") format('woff'), url("/fonts/ubuntu/ubuntu-m-webfont.ttf") format('truetype'), url("/fonts/ubuntu/ubuntu-m-webfont.svg#name") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open-Regular';
  src: url("/fonts/open-sans/opensans_regular_macroman/OpenSans-Regular-webfont.eot");
  src: url("/fonts/open-sans/opensans_regular_macroman/OpenSans-Regular-webfont.eot?#iefix") format('embedded-opentype'), url("/fonts/open-sans/opensans_regular_macroman/OpenSans-Regular-webfont.woff") format('woff'), url("/fonts/open-sans/opensans_regular_macroman/OpenSans-Regular-webfont.ttf") format('truetype'), url("/fonts/open-sans/opensans_regular_macroman/OpenSans-Regular-webfont.svg#name") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open-Light';
  src: url("/fonts/open-sans/opensans_light_macroman/OpenSans-Light-webfont.eot");
  src: url("/fonts/open-sans/opensans_light_macroman/OpenSans-Light-webfont.eot?#iefix") format('embedded-opentype'), url("/fonts/open-sans/opensans_light_macroman/OpenSans-Light-webfont.woff") format('woff'), url("/fonts/open-sans/opensans_light_macroman/OpenSans-Light-webfont.ttf") format('truetype'), url("/fonts/open-sans/opensans_light_macroman/OpenSans-Light-webfont.svg#name") format('svg');
  font-weight: normal;
  font-style: normal;
}
html,
body,
p {
  font-family: 'Ubuntu-Regular', Tahoma, sans-serif;
}
html,
body {
  font-size: 14px;
  line-height: 14px;
}
p {
  font-size: 16px;
  color: #4b4b4b;
  line-height: 30px;
}
strong {
  font-family: 'Ubuntu-Bold', Tahoma, sans-serif;
  font-weight: normal;
}
h1,
h2,
h3,
h4 {
  font-family: 'Open-Regular', Verdana, sans-serif;
  font-weight: 200;
}
.moz h2 {
  letter-spacing: -1px;
}
h2 {
  font-size: 21px;
}
legend {
  font-family: 'Ubuntu-Regular', Tahoma, sans-serif;
}
h1,
h2 {
  margin-top: 40px;
  margin-bottom: 20px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  h1,
  h2 {
    margin-top: 20px;
    margin-bottom: 11px;
  }
}
h1 {
  min-height: 39px;
  font-size: 39px;
  line-height: 63.103287px;
}
@media only screen and (max-width: 767px) {
  h1 {
    min-height: 30px;
    font-size: 30px;
    line-height: 48.54099px;
  }
}
h2 {
  min-height: 30px;
  font-size: 30px;
  line-height: 48.54099px;
}
@media only screen and (max-width: 767px) {
  h2 {
    min-height: 24px;
    font-size: 24px;
    line-height: 38.832792px;
  }
}
h3 {
  min-height: 20px;
  font-size: 20px;
  line-height: 32.36066px;
}
#page blockquote,
#post blockquote,
#site-home blockquote,
.intro blockquote,
.item-box-set blockquote {
  font-style: italic !important;
}
#page ul:not(.ui):not(.sidebar-nav__list):not(.sidebar-share__buttons):not(.home-engagement__list):not(.carousel__dots),
#post ul:not(.ui):not(.sidebar-nav__list):not(.sidebar-share__buttons):not(.home-engagement__list):not(.carousel__dots),
#site-home ul:not(.ui):not(.sidebar-nav__list):not(.sidebar-share__buttons):not(.home-engagement__list):not(.carousel__dots),
.intro ul:not(.ui):not(.sidebar-nav__list):not(.sidebar-share__buttons):not(.home-engagement__list):not(.carousel__dots),
.item-box-set ul:not(.ui):not(.sidebar-nav__list):not(.sidebar-share__buttons):not(.home-engagement__list):not(.carousel__dots),
#page ol,
#post ol,
#site-home ol,
.intro ol,
.item-box-set ol {
  font-family: 'Ubuntu-Regular', Tahoma, sans-serif;
  font-size: 16px;
  color: #4b4b4b;
  line-height: 22px;
  line-height: 30px;
}
#page ul:not(.ui):not(.sidebar-nav__list):not(.sidebar-share__buttons):not(.compare-box__list):not(.home-engagement__list):not(.carousel__dots),
#post ul:not(.ui):not(.sidebar-nav__list):not(.sidebar-share__buttons):not(.compare-box__list):not(.home-engagement__list):not(.carousel__dots),
#site-home ul:not(.ui):not(.sidebar-nav__list):not(.sidebar-share__buttons):not(.compare-box__list):not(.home-engagement__list):not(.carousel__dots),
.intro ul:not(.ui):not(.sidebar-nav__list):not(.sidebar-share__buttons):not(.compare-box__list):not(.home-engagement__list):not(.carousel__dots),
.item-box-set ul:not(.ui):not(.sidebar-nav__list):not(.sidebar-share__buttons):not(.compare-box__list):not(.home-engagement__list):not(.carousel__dots) {
  list-style: none;
  padding: 0;
  margin: 0;
}
#page li:not(.sidebar-nav__item):not(.sidebar-share__buttons):not(.compare-box__list > li):not(.home-engagement__list-item):not(.carousel__dots > li),
#post li:not(.sidebar-nav__item):not(.sidebar-share__buttons):not(.compare-box__list > li):not(.home-engagement__list-item):not(.carousel__dots > li),
#site-home li:not(.sidebar-nav__item):not(.sidebar-share__buttons):not(.compare-box__list > li):not(.home-engagement__list-item):not(.carousel__dots > li),
.intro li:not(.sidebar-nav__item):not(.sidebar-share__buttons):not(.compare-box__list > li):not(.home-engagement__list-item):not(.carousel__dots > li),
.item-box-set li:not(.sidebar-nav__item):not(.sidebar-share__buttons):not(.compare-box__list > li):not(.home-engagement__list-item):not(.carousel__dots > li) {
  padding-left: 20px;
  text-indent: -0.7em;
}
#page li:not(.sidebar-nav__item):not(.sidebar-share__buttons):not(.compare-box__list > li):not(.home-engagement__list-item):not(.carousel__dots > li) p,
#post li:not(.sidebar-nav__item):not(.sidebar-share__buttons):not(.compare-box__list > li):not(.home-engagement__list-item):not(.carousel__dots > li) p,
#site-home li:not(.sidebar-nav__item):not(.sidebar-share__buttons):not(.compare-box__list > li):not(.home-engagement__list-item):not(.carousel__dots > li) p,
.intro li:not(.sidebar-nav__item):not(.sidebar-share__buttons):not(.compare-box__list > li):not(.home-engagement__list-item):not(.carousel__dots > li) p,
.item-box-set li:not(.sidebar-nav__item):not(.sidebar-share__buttons):not(.compare-box__list > li):not(.home-engagement__list-item):not(.carousel__dots > li) p {
  text-indent: 0;
}
#page ul:not(.ui):not(.sidebar-nav__list):not(.sidebar-share__buttons):not(.compare-box__list):not(.home-engagement__list):not(.carousel__dots) li:before,
#post ul:not(.ui):not(.sidebar-nav__list):not(.sidebar-share__buttons):not(.compare-box__list):not(.home-engagement__list):not(.carousel__dots) li:before,
#site-home ul:not(.ui):not(.sidebar-nav__list):not(.sidebar-share__buttons):not(.compare-box__list):not(.home-engagement__list):not(.carousel__dots) li:before,
.intro ul:not(.ui):not(.sidebar-nav__list):not(.sidebar-share__buttons):not(.compare-box__list):not(.home-engagement__list):not(.carousel__dots) li:before,
.item-box-set ul:not(.ui):not(.sidebar-nav__list):not(.sidebar-share__buttons):not(.compare-box__list):not(.home-engagement__list):not(.carousel__dots) li:before {
  content: "• ";
  font-size: 20px;
  color: #007dc3;
}
#page ul:not(.ui):not(.sidebar-nav__list):not(.sidebar-share__buttons):not(.compare-box__list):not(.home-engagement__list):not(.carousel__dots) li p,
#post ul:not(.ui):not(.sidebar-nav__list):not(.sidebar-share__buttons):not(.compare-box__list):not(.home-engagement__list):not(.carousel__dots) li p,
#site-home ul:not(.ui):not(.sidebar-nav__list):not(.sidebar-share__buttons):not(.compare-box__list):not(.home-engagement__list):not(.carousel__dots) li p,
.intro ul:not(.ui):not(.sidebar-nav__list):not(.sidebar-share__buttons):not(.compare-box__list):not(.home-engagement__list):not(.carousel__dots) li p,
.item-box-set ul:not(.ui):not(.sidebar-nav__list):not(.sidebar-share__buttons):not(.compare-box__list):not(.home-engagement__list):not(.carousel__dots) li p {
  display: inline-block;
}
#page p img,
#post p img,
#site-home p img,
.intro p img,
.item-box-set p img {
  max-width: 100%;
  margin: 20px auto;
  display: block;
}
#page table,
#post table,
#site-home table,
.intro table,
.item-box-set table {
  width: 100%;
  line-height: 18px;
  border-bottom: 1px dotted #e5e5e5;
}
#page td,
#post td,
#site-home td,
.intro td,
.item-box-set td,
#page th,
#post th,
#site-home th,
.intro th,
.item-box-set th {
  padding: 11px;
}
#page td:first-child,
#post td:first-child,
#site-home td:first-child,
.intro td:first-child,
.item-box-set td:first-child,
#page th:first-child,
#post th:first-child,
#site-home th:first-child,
.intro th:first-child,
.item-box-set th:first-child {
  padding-left: 5.5px;
}
#page td:last-child,
#post td:last-child,
#site-home td:last-child,
.intro td:last-child,
.item-box-set td:last-child,
#page th:last-child,
#post th:last-child,
#site-home th:last-child,
.intro th:last-child,
.item-box-set th:last-child {
  padding-right: 5.5px;
}
#page tr,
#post tr,
#site-home tr,
.intro tr,
.item-box-set tr {
  border-top: 1px dotted #007dc3;
}
#page th,
#post th,
#site-home th,
.intro th,
.item-box-set th {
  padding-bottom: 20px;
  text-align: left;
  font-family: 'Ubuntu-Bold', Tahoma, sans-serif;
  font-weight: normal;
}
#page tbody tr:nth-child(odd),
#post tbody tr:nth-child(odd),
#site-home tbody tr:nth-child(odd),
.intro tbody tr:nth-child(odd),
.item-box-set tbody tr:nth-child(odd) {
  background: #e5e5e5;
}
@font-face {
  font-family: 'lr-web';
  src: url("/fonts/lr-web/lr-web.eot?-wgkmhf");
  src: url("/fonts/lr-web/lr-web.eot?#iefix-wgkmhf") format('embedded-opentype'), url("/fonts/lr-web/lr-web.woff?-wgkmhf") format('woff'), url("/fonts/lr-web/lr-web.ttf?-wgkmhf") format('truetype'), url("/fonts/lr-web/lr-web.svg?-wgkmhf#icomoon") format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'lr-web';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
/* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn [class^="icon-"],
.btn [class*=" icon-"] {
  margin-right: 5.5px;
  display: inline-block;
  vertical-align: middle;
}
.icon-add-case:before {
  content: "\E001";
}
.icon-add-widget:before {
  content: "\E002";
}
.icon-add:before {
  content: "\E003";
}
.icon-case:before {
  content: "\E004";
}
.icon-check-circle:before {
  content: "\E005";
}
.icon-check-empty:before {
  content: "\E006";
}
.icon-check-stand-alone:before {
  content: "\E007";
}
.icon-check:before {
  content: "\E008";
}
.icon-chevron-left:before {
  content: "\E009";
}
.icon-chevron-right:before {
  content: "\E00A";
}
.icon-close-square:before {
  content: "\E00B";
}
.icon-collapse:before {
  content: "\E00C";
}
.icon-comment:before {
  content: "\E00D";
}
.icon-down:before {
  content: "\E00E";
}
.icon-download-pdf {
  font-size: 30px;
  margin-bottom: -6px;
  margin-top: -3px;
  text-align: center;
  margin-left: -11px;
}
.icon-download-pdf:before {
  content: "\E00F";
}
.icon-download-zip:before {
  content: "\E010";
}
.icon-download:before {
  content: "\E011";
}
.icon-edit-square:before {
  content: "\E012";
}
.icon-edit:before {
  content: "\E013";
}
.icon-expand:before {
  content: "\E014";
}
.icon-export:before {
  content: "\E015";
}
.icon-filter:before {
  content: "\E016";
}
.icon-flag:before {
  content: "\E017";
}
.icon-fullscreen:before {
  content: "\E018";
}
.icon-garbage:before {
  content: "\E019";
}
.icon-gear:before {
  content: "\E01A";
}
.icon-import:before {
  content: "\E01B";
}
.icon-info:before {
  content: "\E01C";
}
.icon-layouts:before {
  content: "\E01D";
}
.icon-left:before {
  content: "\E01E";
}
.icon-lightning:before {
  content: "\E01F";
}
.icon-list:before {
  content: "\E020";
}
.icon-pause-alt:before {
  content: "\E021";
}
.icon-pause:before {
  content: "\E022";
}
.icon-pin:before {
  content: "\E023";
}
.icon-play-circle:before {
  content: "\E024";
}
.icon-play:before {
  content: "\E025";
}
.icon-print:before {
  content: "\E026";
}
.icon-question:before {
  content: "\E027";
}
.icon-remove:before {
  content: "\E028";
}
.icon-resize:before {
  content: "\E029";
}
.icon-revert:before {
  content: "\E02A";
}
.icon-right:before {
  content: "\E02B";
}
.icon-save-layout:before {
  content: "\E02C";
}
.icon-save:before {
  content: "\E02D";
}
.icon-search-lite:before {
  content: "\E02E";
}
.icon-search:before {
  content: "\E02F";
}
.icon-share-layout:before {
  content: "\E030";
}
.icon-share:before {
  content: "\E031";
}
.icon-single-direction:before {
  content: "\E032";
}
.icon-sort-asc:before {
  content: "\E033";
}
.icon-sort-desc:before {
  content: "\E034";
}
.icon-sort:before {
  content: "\E035";
}
.icon-stop:before {
  content: "\E036";
}
.icon-team:before {
  content: "\E037";
}
.icon-triangle:before {
  content: "\E038";
}
.icon-up:before {
  content: "\E039";
}
.icon-user:before {
  content: "\E03A";
}
.icon-warn-circle:before {
  content: "\E03B";
}
.icon-warn-triangle:before {
  content: "\E03C";
}
.icon-widget:before {
  content: "\E03D";
}
.icon-x-circle:before {
  content: "\E03E";
}
.icon-x:before {
  content: "\E03F";
}
form.normal {
  margin: 0;
  padding: 20px;
  padding-top: 31px;
}
form.normal h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
.Day label {
  color: #4d4d4d;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  font-size: 13px;
}
label {
  display: block;
  margin: 11px 0;
}
input[type="email"],
input[type="tel"],
input[type="text"],
input[type="number"],
input[type="password"],
input[type="search"],
select {
  height: 28px;
}
input[type="email"],
input[type="tel"],
input[type="text"],
input[type="number"],
input[type="password"],
input[type="search"],
select,
textarea {
  outline: none !important;
  border-radius: 2px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 7px;
  font-size: 14px;
  line-height: 18px;
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  -ms-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  width: 100%;
}
.Day input[type="email"],
.Day input[type="tel"],
.Day input[type="number"],
.Day input[type="password"],
.Day input[type="text"],
.Day input[type="search"],
.Day select,
.Day textarea {
  background: #fafafa;
  border: 1px solid rgba(51,51,51,0.4);
  color: #252627;
/*text-shadow dTextShadow*/
}
.Day input[type="email"]::-webkit-input-placeholder,
.Day input[type="tel"]::-webkit-input-placeholder,
.Day input[type="number"]::-webkit-input-placeholder,
.Day input[type="password"]::-webkit-input-placeholder,
.Day input[type="text"]::-webkit-input-placeholder,
.Day input[type="search"]::-webkit-input-placeholder,
.Day select::-webkit-input-placeholder,
.Day textarea::-webkit-input-placeholder {
  color: #85878a !important;
  text-shadow: none;
}
.Day input[type="email"]::-moz-input-placeholder,
.Day input[type="tel"]::-moz-input-placeholder,
.Day input[type="number"]::-moz-input-placeholder,
.Day input[type="password"]::-moz-input-placeholder,
.Day input[type="text"]::-moz-input-placeholder,
.Day input[type="search"]::-moz-input-placeholder,
.Day select::-moz-input-placeholder,
.Day textarea::-moz-input-placeholder {
  color: #85878a !important;
  text-shadow: none;
}
.Day input[type="email"]:-ms-input-placeholder,
.Day input[type="tel"]:-ms-input-placeholder,
.Day input[type="number"]:-ms-input-placeholder,
.Day input[type="password"]:-ms-input-placeholder,
.Day input[type="text"]:-ms-input-placeholder,
.Day input[type="search"]:-ms-input-placeholder,
.Day select:-ms-input-placeholder,
.Day textarea:-ms-input-placeholder {
  color: #85878a !important;
  text-shadow: none;
}
.Day input[type="email"]::input-placeholder,
.Day input[type="tel"]::input-placeholder,
.Day input[type="number"]::input-placeholder,
.Day input[type="password"]::input-placeholder,
.Day input[type="text"]::input-placeholder,
.Day input[type="search"]::input-placeholder,
.Day select::input-placeholder,
.Day textarea::input-placeholder {
  color: #85878a !important;
  text-shadow: none;
}
.Day input[type="email"].placeholdersjs,
.Day input[type="tel"].placeholdersjs,
.Day input[type="number"].placeholdersjs,
.Day input[type="password"].placeholdersjs,
.Day input[type="text"].placeholdersjs,
.Day input[type="search"].placeholdersjs,
.Day select.placeholdersjs,
.Day textarea.placeholdersjs {
  color: #85878a !important;
  text-shadow: none;
}
.Day input[type="email"]:focus,
.Day input[type="tel"]:focus,
.Day input[type="number"]:focus,
.Day input[type="password"]:focus,
.Day input[type="text"]:focus,
.Day input[type="search"]:focus,
.Day select:focus,
.Day textarea:focus {
  border: 1px solid #007dc3;
  -webkit-box-shadow: 0 0 20px #007dc3;
  box-shadow: 0 0 20px #007dc3;
}
.Day input[type="email"]:disabled,
.Day input[type="tel"]:disabled,
.Day input[type="number"]:disabled,
.Day input[type="password"]:disabled,
.Day input[type="text"]:disabled,
.Day input[type="search"]:disabled,
.Day select:disabled,
.Day textarea:disabled {
  color: #85878a !important;
  text-shadow: none;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.Day input[type="email"]:-webkit-autofill,
.Day input[type="tel"]:-webkit-autofill,
.Day input[type="number"]:-webkit-autofill,
.Day input[type="password"]:-webkit-autofill,
.Day input[type="text"]:-webkit-autofill,
.Day input[type="search"]:-webkit-autofill,
.Day select:-webkit-autofill,
.Day textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px #9bcde9 inset;
  -webkit-text-fill-color: #000;
}
.Day input[type="email"]:-webkit-autofill:focus,
.Day input[type="tel"]:-webkit-autofill:focus,
.Day input[type="number"]:-webkit-autofill:focus,
.Day input[type="password"]:-webkit-autofill:focus,
.Day input[type="text"]:-webkit-autofill:focus,
.Day input[type="search"]:-webkit-autofill:focus,
.Day select:-webkit-autofill:focus,
.Day textarea:-webkit-autofill:focus {
  border: 1px solid #007dc3;
  background-color: #9bcde9;
  -webkit-box-shadow: 0 0 0 50px #9bcde9 inset, 0 0 20px #007dc3;
  box-shadow: 0 0 0 50px #9bcde9 inset, 0 0 20px #007dc3;
}
.Day .ng-submitted button.ng-invalid,
.Day .ng-submitted input.ng-invalid,
.Day .ng-submitted select.ng-invalid,
.Day .ng-submitted textarea.ng-invalid,
.Day .ng-submitted .FilteredSelect.ng-invalid input,
.Day .ng-submitted .FilteredSelect.ng-invalid .SimpleSelectValue,
.Day .ng-submitted .SimpleSelect.ng-invalid .SimpleSelectValue {
  border: 1px solid #c00;
  -webkit-box-shadow: 0 0 20px #c00;
  box-shadow: 0 0 20px #c00;
}
.radio,
.checkbox {
  display: inline-block;
  margin: 0 1px;
}
.radio .radio-label,
.checkbox .radio-label,
.radio .checkbox-label,
.checkbox .checkbox-label {
  cursor: pointer;
  border-radius: 2px;
  margin: 0;
  margin-top: 3px;
  padding: 4px 10px;
  -webkit-box-shadow: 0 3px 4px -2px rgba(0,0,0,0.7);
  box-shadow: 0 3px 4px -2px rgba(0,0,0,0.7);
  border: 1px solid;
}
.radio [type="radio"],
.checkbox [type="radio"],
.radio [type="checkbox"],
.checkbox [type="checkbox"] {
  display: none;
}
.radio [type="checkbox"] + .checkbox-label [class*='icon-'],
.checkbox [type="checkbox"] + .checkbox-label [class*='icon-'] {
  min-width: 12px;
  display: inline-block;
  vertical-align: bottom;
}
.radio [type="radio"]:checked + .radio-label,
.checkbox [type="radio"]:checked + .radio-label,
.radio [type="checkbox"]:checked + .checkbox-label,
.checkbox [type="checkbox"]:checked + .checkbox-label {
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.5);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.5);
}
.radio [type="radio"]:disabled + .radio-label,
.checkbox [type="radio"]:disabled + .radio-label,
.radio [type="checkbox"]:disabled + .checkbox-label,
.checkbox [type="checkbox"]:disabled + .checkbox-label {
  cursor: default !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
.Day .radio .radio-label,
.Day .checkbox .radio-label,
.Day .radio .checkbox-label,
.Day .checkbox .checkbox-label {
  border-color: #b2b2b2;
  background: -webkit-linear-gradient(#d9d9d9, #b2b2b2);
  background: -moz-linear-gradient(#d9d9d9, #b2b2b2);
  background: -o-linear-gradient(#d9d9d9, #b2b2b2);
  background: -ms-linear-gradient(#d9d9d9, #b2b2b2);
  background: linear-gradient(#d9d9d9, #b2b2b2);
}
.Day .radio [type="radio"]:checked + .radio-label,
.Day .checkbox [type="radio"]:checked + .radio-label,
.Day .radio [type="checkbox"]:checked + .checkbox-label,
.Day .checkbox [type="checkbox"]:checked + .checkbox-label {
  background: #f9f9f9;
  -webkit-transition: color 333ms ease, text-shadow 333ms ease;
  -moz-transition: color 333ms ease, text-shadow 333ms ease;
  -o-transition: color 333ms ease, text-shadow 333ms ease;
  -ms-transition: color 333ms ease, text-shadow 333ms ease;
  transition: color 333ms ease, text-shadow 333ms ease;
  color: #007bc2;
  text-shadow: -1px 1px 1px #f2f2f2;
}
.Day .radio [type="radio"]:disabled + .radio-label,
.Day .checkbox [type="radio"]:disabled + .radio-label,
.Day .radio [type="checkbox"]:disabled + .checkbox-label,
.Day .checkbox [type="checkbox"]:disabled + .checkbox-label {
  color: rgba(77,77,77,0.4);
  border-color: rgba(87,90,92,0.15);
}
.Day .radio [type="radio"]:checked:disabled + .radio-label,
.Day .checkbox [type="radio"]:checked:disabled + .radio-label,
.Day .radio [type="checkbox"]:checked:disabled + .checkbox-label,
.Day .checkbox [type="checkbox"]:checked:disabled + .checkbox-label {
  background: rgba(87,90,92,0.4);
  text-shadow: none;
}
.Day select {
  background: -webkit-linear-gradient(#d9d9d9, #b2b2b2);
  background: -moz-linear-gradient(#d9d9d9, #b2b2b2);
  background: -o-linear-gradient(#d9d9d9, #b2b2b2);
  background: -ms-linear-gradient(#d9d9d9, #b2b2b2);
  background: linear-gradient(#d9d9d9, #b2b2b2);
  border: 1px solid #b2b2b2;
  color: #4c4c4c;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
.Day select:focus,
.Day select:hover {
  background: -webkit-linear-gradient(#007cc3, #006aa7);
  background: -moz-linear-gradient(#007cc3, #006aa7);
  background: -o-linear-gradient(#007cc3, #006aa7);
  background: -ms-linear-gradient(#007cc3, #006aa7);
  background: linear-gradient(#007cc3, #006aa7);
  outline: none;
  color: #fff;
  text-shadow: none;
}
.Day select:focus option,
.Day select:hover option {
  color: #4c4c4c;
}
.Day select option {
  background: #f2f2f2;
  border-top: 1px solid #575a5c;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
@-moz-keyframes blueGlow {
  0% {
    color: nCopy;
    text-shadow: transparent;
  }
  100% {
    color: #44a8e0;
    text-shadow: nTextGlow;
  }
}
@-webkit-keyframes blueGlow {
  0% {
    color: nCopy;
    text-shadow: transparent;
  }
  100% {
    color: #44a8e0;
    text-shadow: nTextGlow;
  }
}
@-o-keyframes blueGlow {
  0% {
    color: nCopy;
    text-shadow: transparent;
  }
  100% {
    color: #44a8e0;
    text-shadow: nTextGlow;
  }
}
@keyframes blueGlow {
  0% {
    color: nCopy;
    text-shadow: transparent;
  }
  100% {
    color: #44a8e0;
    text-shadow: nTextGlow;
  }
}
@-moz-keyframes blueGlowDay {
  0% {
    color: nCopy;
    text-shadow: none;
  }
  100% {
    color: #007cc3;
    text-shadow: 0 0 1px #f2f2f2;
  }
}
@-webkit-keyframes blueGlowDay {
  0% {
    color: nCopy;
    text-shadow: none;
  }
  100% {
    color: #007cc3;
    text-shadow: 0 0 1px #f2f2f2;
  }
}
@-o-keyframes blueGlowDay {
  0% {
    color: nCopy;
    text-shadow: none;
  }
  100% {
    color: #007cc3;
    text-shadow: 0 0 1px #f2f2f2;
  }
}
@keyframes blueGlowDay {
  0% {
    color: nCopy;
    text-shadow: none;
  }
  100% {
    color: #007cc3;
    text-shadow: 0 0 1px #f2f2f2;
  }
}
.btn,
button.mktoButton {
  font-family: 'Open-Regular', Verdana, sans-serif;
  font-weight: 200;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 90px;
  height: 28px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  padding: 5px 20px;
  line-height: 1;
  border-radius: 2px;
  margin: 6px 3px;
  position: relative;
  cursor: pointer;
  text-decoration: none !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: HotPink;
  color: Lime;
}
.btn.first,
button.mktoButton.first,
.btn:first-child,
button.mktoButton:first-child {
  margin-left: 0;
}
.btn.last,
button.mktoButton.last,
.btn:last-child,
button.mktoButton:last-child {
  margin-right: 0;
}
.btn.active,
button.mktoButton.active {
  cursor: default !important;
}
.btn-disabled,
.btn[disabled] {
  cursor: default !important;
}
.btn .throbber-wrapper {
  position: absolute;
  left: calc(50% - 10px);
  top: 3px;
  width: 20px;
  height: 20px;
}
.btn-active {
  line-height: 13px;
  -webkit-transform: scale(0.95) translateY(1px);
  -moz-transform: scale(0.95) translateY(1px);
  -o-transform: scale(0.95) translateY(1px);
  -ms-transform: scale(0.95) translateY(1px);
  transform: scale(0.95) translateY(1px);
}
.btn-fill {
  width: 100%;
}
.btn-nomargin {
  margin: 0;
}
.btn-small {
  font-size: 11px;
  padding: 3px 8px 4px 8px;
  height: 20px;
  margin: 0px;
  min-width: 64px;
}
.btn-round {
  border-radius: 100px;
  padding: 5px;
  width: 25px;
  height: 25px;
  min-width: 25px;
}
.btn-badge {
  border-radius: 12px;
  padding: 6px;
  font-size: 11px;
  height: 10px;
  display: inline-block;
  position: absolute;
  top: -5px;
  right: -12px;
}
.Day .btn {
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  color: #4c4c4c;
  -webkit-box-shadow: 0 3px 5px rgba(255,255,255,0.05), 0 1px 1px rgba(255,255,255,0.2);
  box-shadow: 0 3px 5px rgba(255,255,255,0.05), 0 1px 1px rgba(255,255,255,0.2);
}
.Day .btn-standard,
.Day .btn-small {
  color: #4d4d4d;
}
.Day .btn-warning,
.Day .btn-info,
.Day .btn-success,
.Day .btn-danger,
.Day .btn-inverse,
.Day .btn-primary,
.Day .btn-warn {
  color: #fff;
  text-shadow: none;
}
.Day .btn-disabled,
.Day .btn[disabled] {
  text-shadow: none !important;
}
.Day .btn-standard {
  color: #131313;
}
.Day .btn-standard,
.Day .btn-small {
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.22);
  box-shadow: 0 2px 3px rgba(0,0,0,0.22);
  background-color: #d3d3d3;
  background: -webkit-linear-gradient(#dcdcdc, #cacaca);
  background: -moz-linear-gradient(#dcdcdc, #cacaca);
  background: -o-linear-gradient(#dcdcdc, #cacaca);
  background: -ms-linear-gradient(#dcdcdc, #cacaca);
  background: linear-gradient(#dcdcdc, #cacaca);
  border-width: 1px;
  border-style: solid;
  border-color: #b2b2b2;
}
.Day .btn-standard.btn-hover,
.Day .btn-small.btn-hover {
  background-color: #dadada;
  background: -webkit-linear-gradient(#f2f2f2, #c3c3c3);
  background: -moz-linear-gradient(#f2f2f2, #c3c3c3);
  background: -o-linear-gradient(#f2f2f2, #c3c3c3);
  background: -ms-linear-gradient(#f2f2f2, #c3c3c3);
  background: linear-gradient(#f2f2f2, #c3c3c3);
  border-color: #fafafa;
}
.Day .btn-standard.btn-active,
.Day .btn-small.btn-active {
  background-color: #dadada;
  background: -webkit-linear-gradient(#afafaf, #d7d7d7);
  background: -moz-linear-gradient(#afafaf, #d7d7d7);
  background: -o-linear-gradient(#afafaf, #d7d7d7);
  background: -ms-linear-gradient(#afafaf, #d7d7d7);
  background: linear-gradient(#afafaf, #d7d7d7);
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.Day .btn-primary {
  background-color: #0070af;
  background: -webkit-linear-gradient(#007dc3, #00649c);
  background: -moz-linear-gradient(#007dc3, #00649c);
  background: -o-linear-gradient(#007dc3, #00649c);
  background: -ms-linear-gradient(#007dc3, #00649c);
  background: linear-gradient(#007dc3, #00649c);
  border: 1px solid #00649c;
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.22);
  box-shadow: 0 2px 3px rgba(0,0,0,0.22);
}
.Day .btn-primary.btn-hover {
  background-color: #2286be;
  background: -webkit-linear-gradient(#44a8e0, #00649c);
  background: -moz-linear-gradient(#44a8e0, #00649c);
  background: -o-linear-gradient(#44a8e0, #00649c);
  background: -ms-linear-gradient(#44a8e0, #00649c);
  background: linear-gradient(#44a8e0, #00649c);
  border: 1px solid #00649c;
}
.Day .btn-primary.btn-active {
  background-color: #0073b4;
  background: -webkit-linear-gradient(#006aa7, #007cc2);
  background: -moz-linear-gradient(#006aa7, #007cc2);
  background: -o-linear-gradient(#006aa7, #007cc2);
  background: -ms-linear-gradient(#006aa7, #007cc2);
  background: linear-gradient(#006aa7, #007cc2);
  border: 0;
}
.Day .btn-success {
  background-color: #4c8d2b;
  background: -webkit-linear-gradient(#52982e, #468328);
  background: -moz-linear-gradient(#52982e, #468328);
  background: -o-linear-gradient(#52982e, #468328);
  background: -ms-linear-gradient(#52982e, #468328);
  background: linear-gradient(#52982e, #468328);
  border: 1px solid #468328;
}
.Day .btn-success.btn-hover {
  background-color: #58a632;
  background: -webkit-linear-gradient(#5eb236, #529a2e);
  background: -moz-linear-gradient(#5eb236, #529a2e);
  background: -o-linear-gradient(#5eb236, #529a2e);
  background: -ms-linear-gradient(#5eb236, #529a2e);
  background: linear-gradient(#5eb236, #529a2e);
  border: 1px solid #529a2e;
}
.Day .btn-success.btn-active {
  background-color: #4c8d2a;
  background: -webkit-linear-gradient(#468227, #52982e);
  background: -moz-linear-gradient(#468227, #52982e);
  background: -o-linear-gradient(#468227, #52982e);
  background: -ms-linear-gradient(#468227, #52982e);
  background: linear-gradient(#468227, #52982e);
  border: 0;
}
.Day .btn-warn {
  background-color: #d49515;
  background: -webkit-linear-gradient(#e4a017, #c58a14);
  background: -moz-linear-gradient(#e4a017, #c58a14);
  background: -o-linear-gradient(#e4a017, #c58a14);
  background: -ms-linear-gradient(#e4a017, #c58a14);
  background: linear-gradient(#e4a017, #c58a14);
  border: 1px solid #c58a14;
}
.Day .btn-warn.btn-hover {
  background-color: #eca618;
  background: -webkit-linear-gradient(#feb21a, #db9a16);
  background: -moz-linear-gradient(#feb21a, #db9a16);
  background: -o-linear-gradient(#feb21a, #db9a16);
  background: -ms-linear-gradient(#feb21a, #db9a16);
  background: linear-gradient(#feb21a, #db9a16);
  border: 1px solid #db9a16;
}
.Day .btn-warn.btn-active {
  background-color: #d39415;
  background: -webkit-linear-gradient(#c38914, #e4a017);
  background: -moz-linear-gradient(#c38914, #e4a017);
  background: -o-linear-gradient(#c38914, #e4a017);
  background: -ms-linear-gradient(#c38914, #e4a017);
  background: linear-gradient(#c38914, #e4a017);
  border: 0;
}
.Day .btn-danger {
  background-color: #bc0000;
  background: -webkit-linear-gradient(#cb0000, #ae0000);
  background: -moz-linear-gradient(#cb0000, #ae0000);
  background: -o-linear-gradient(#cb0000, #ae0000);
  background: -ms-linear-gradient(#cb0000, #ae0000);
  background: linear-gradient(#cb0000, #ae0000);
  border: 1px solid #ae0000;
}
.Day .btn-danger.btn-hover {
  background-color: #d50000;
  background: -webkit-linear-gradient(#e50000, #c60000);
  background: -moz-linear-gradient(#e50000, #c60000);
  background: -o-linear-gradient(#e50000, #c60000);
  background: -ms-linear-gradient(#e50000, #c60000);
  background: linear-gradient(#e50000, #c60000);
  border: 1px solid #c60000;
}
.Day .btn-danger.btn-active {
  background-color: #ca0000;
  background: -webkit-linear-gradient(#c90000, #cb0000);
  background: -moz-linear-gradient(#c90000, #cb0000);
  background: -o-linear-gradient(#c90000, #cb0000);
  background: -ms-linear-gradient(#c90000, #cb0000);
  background: linear-gradient(#c90000, #cb0000);
  border: 0;
}
.spined-slider-slide {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  width: 100%;
  height: inherit;
  padding: 0 20px 0 51px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fafafa;
}
.spined-slider-slide:first-child {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.spined-slider-slide:first-child .spined-slider-spine {
  border-top: 1px solid #fafafa;
}
.spined-slider-spine {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  position: absolute;
  height: 31px;
  left: 32px;
  vertical-align: middle;
  border-top: 1px solid #c9c9c9;
  background: #fafafa;
  color: #2f95cd !important;
  line-height: 28px;
  text-indent: 15px;
  bottom: 0;
  margin: 0;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  transition: background 0.3s;
  cursor: pointer !important;
  z-index: 3;
}
.spined-slider-spine.active-spine {
  background: #e7e7e7;
  cursor: default !important;
  border-top: 1px solid #e7e7e7;
}
[content-horizontal-scroll] {
  overflow-x: hidden;
  overflow-y: hidden;
  display: block;
  white-space: nowrap;
}
[content-horizontal-scroll] .chs-block {
  display: inline-block;
  white-space: normal;
  display: inline-block;
  max-width: calc(100% - 50px);
  overflow: hidden;
  vertical-align: top;
}
[fadeload] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#logo:before {
  display: none !important;
}
.logo-item,
.logo-front,
.logo-back {
  width: 312px;
  height: 312px;
  text-align: center;
}
.logo-item {
  position: relative;
  margin: 10px;
  cursor: pointer;
  display: inline-block;
}
.logo-front,
.logo-back {
  position: absolute;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 3px;
}
.logo-front {
  background: #fafafa;
  z-index: 2;
}
.logo-back {
  border: 4px solid #f1f1f1;
  display: none;
  padding: 11px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  overflow: auto;
  z-index: 1;
}
.logo-img {
  display: inline-block;
  max-width: 292px;
  max-height: 292px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.logoset {
  text-align: center;
  font-size: 0;
  max-width: 1016px;
  margin: 0 auto 40px auto;
  padding: 0 10px;
}
.blog-listing {
  margin: 20px 0;
}
.blog-listing:nth-child(n + 2) {
  border-top: 1px solid rgba(0,0,0,0.1);
}
.blog-listing .btn {
  float: right;
}
.blog-listing-title-link {
  text-decoration: none !important;
  border: 0 !important;
  color: #4b4b4b;
}
.blog-listing-about {
  margin-bottom: 20px;
  margin-top: 0 !important;
  float: left;
  width: 175px;
}
.blog-listing-about .blog-listing-about-author.with-no-pic-adjustment {
  left: 0;
}
.blog-listing-about .blog-roll-promo-image {
  height: 110px;
  width: 110px;
}
.blog-listing-about .blog-listing-about-date.blog-listing-about-date-no-author {
  left: 0px;
}
.not-the-thumbnail {
  border: 1px dotted rgba(0,0,0,0.1);
}
.blog-listing-summary,
.blog-listing-intro {
  max-width: 48em;
}
.blog-listing-summary {
  min-height: 110px;
}
.blog-listing-about-tags {
  position: relative;
  left: 110px;
}
.blog-listing-about-tags .blog-listing-about-tag .blog-listing-about-tag-link {
  color: #4b4b4b;
  text-decoration: none;
}
.blog-listing-about-tags .blog-listing-about-tag:not(:last-child):after {
  content: ', ';
}
#blogs-layout {
  margin: 0 auto;
}
#blogs-layout-banner {
  height: 117px;
  -webkit-box-shadow: 0 5px 8px rgba(0,0,0,0.06);
  box-shadow: 0 5px 8px rgba(0,0,0,0.06);
  position: relative;
  top: -30px;
}
@media only screen and (max-width: 767px) {
  #blogs-layout-banner {
    height: 45px;
    top: 0;
  }
}
#blog-drop {
  height: 117px;
  overflow: hidden;
  background-image: url("/images/blog/header.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: absolute;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #blog-drop {
    height: 45px;
  }
}
#blogs-layout-sidebar {
  float: right;
  width: 315px;
}
#blog-banner-text {
  text-transform: capitalize;
  padding: 0;
  margin: 0;
  font-family: 'Open-Regular', Verdana, sans-serif;
  font-weight: 200;
  font-size: 42px;
  line-height: 42px;
  height: 42px;
  margin-left: 20px;
  vertical-align: middle;
  display: inline-block;
  padding: 37.5px 0;
}
@media only screen and (max-width: 767px) {
  #blog-banner-text {
    margin-left: 11px;
    font-size: 25px;
    line-height: 25px;
    height: 25px;
    padding: 10px 0;
  }
}
#page .wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 976px;
}
#page-content {
  max-width: 644px;
  margin-bottom: 40px;
  padding-left: 20px;
  float: left;
}
@media only screen and (max-width: 968px) {
  #page-content {
    padding: 0 20px;
    margin: 0 auto;
    float: none;
  }
}
a {
  text-decoration: none;
  color: #007dc3;
}
a.btn {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
a:visited {
  color: #007dc3;
}
a:active {
  color: #84aac6;
}
a:hover {
  text-decoration: underline;
}
.author-img {
  margin: 0 20px 0 0;
  height: 100px;
  overflow: hidden;
  float: left;
  cursor: pointer;
}
#previous-posts .post-excerpt {
  width: 312px;
}
#previous-posts .blog-roll-promo {
  position: relative;
  height: 100px;
  overflow: hidden;
  margin-top: 20px;
  width: auto;
}
#facelayout .wrapper {
  margin: 0 auto 40px auto;
  max-width: 996px;
  padding: 0 20px;
}
#facelayout .post-content {
  margin-left: -6.666666666666667px;
  text-align: center;
}
#facelayout .name {
  display: block;
  margin-bottom: 11px;
  font-family: 'Ubuntu-Bold', Tahoma, sans-serif;
  font-weight: normal;
  font-size: 14px;
  height: 22.652462px;
}
#facelayout .name.with-title {
  border-bottom: 1px solid #00477a;
}
#facelayout .role {
  display: block;
  font-family: 'Ubuntu-Regular', Tahoma, sans-serif;
  font-size: 14px;
  line-height: 22.652462px;
}
.inactive {
  display: none !important;
}
.bio {
  width: 146px;
  margin: 9px;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  border: 0 !important;
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
  box-shadow: 0 0 0 rgba(0,0,0,0);
}
.bio.active {
  z-index: 100;
}
.face-bio {
  min-width: calc(100% - 80px);
  max-width: 750px;
  background: #fff;
  z-index: -1;
  position: absolute;
  -webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
  box-shadow: 0 3px 7px rgba(0,0,0,0.3);
  padding: 20px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  top: 100px;
  left: 20px;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.face-bio.active {
  z-index: 100;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.bio-content {
  text-align: left;
  margin: 0 auto 40px auto;
  width: 644px;
  max-width: calc(100% - 80px);
}
.inner-face {
  width: 146px;
  margin: 40px auto;
}
.face {
  margin-bottom: 11px;
  padding: 3px;
  background: #fff;
  -webkit-box-shadow: 0 3px 15px rgba(0,0,0,0.15);
  box-shadow: 0 3px 15px rgba(0,0,0,0.15);
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.face:hover {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 7px 25px rgba(0,0,0,0.07);
  box-shadow: 0 7px 25px rgba(0,0,0,0.07);
}
#search-res {
  width: 768px;
  margin: 0 auto;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  #search-res {
    width: calc(100% - 40px);
  }
}
.search-res {
  display: block;
  margin: 40px 0;
  text-decoration: none !important;
  border-bottom: 0;
}
.search-title {
  font-family: Open-Light;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 11px;
}
.search-snippet {
  font-family: Ubuntu-Regular;
  font-size: 14px;
  line-height: 20px;
  color: #4b4b4b !important;
}
.search-snippet b {
  display: inline-block;
  border-radius: 2px;
  font-style: normal !important;
  padding: 0 3px;
  margin: 0 3px;
  background: #007cc3;
  -webkit-box-shadow: inset 0 1.5px 2.3px rgba(0,0,0,0.2);
  box-shadow: inset 0 1.5px 2.3px rgba(0,0,0,0.2);
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
.search-link {
  font-family: Ubuntu-Regular;
  font-size: 11px;
  color: #4b4b4b !important;
}
#masthead-desktop,
#masthead-mobile {
  overflow: hidden;
}
#masthead-desktop {
  position: relative;
  height: 427px;
}
@media only screen and (min-width: 986px) {
  #masthead-desktop {
    height: 515px;
  }
}
@media only screen and (max-width: 767px) {
  #masthead-desktop {
    display: none;
  }
}
.blurred {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  width: 106%;
  height: 106%;
  top: -3%;
  left: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
}
#masthead-mobile {
  height: 318px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #masthead-mobile {
    display: none;
  }
}
.mast-title {
  font-size: 42px;
  line-height: 42px;
  color: #002d56 !important;
  text-shadow: none !important;
  font-family: 'Open-Light', Verdana, sans-serif;
  font-weight: 200 !important;
  margin: 0;
  margin-top: 40px;
}
@media only screen and (min-width: 986px) {
  .mast-title {
    font-size: 58px;
    line-height: 58px;
  }
}
.mast-copy {
  display: block;
  font-family: 'Open-Regular', Verdana, sans-serif;
  font-weight: 200;
  font-size: 21px;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  .mast-copy {
    font-size: 16px;
    line-height: 30px;
    color: #002d56;
    line-height: 25.888528px;
  }
}
@media only screen and (min-width: 768px) {
  .spined-slider-slide {
    width: calc(100% - 64px);
  }
}
@media only screen and (max-width: 767px) {
  .spined-slider-slide {
    overflow: hidden;
  }
}
.mast-call {
  margin-top: 20px;
}
.spined-slider-inner {
  text-align: center;
}
@media only screen and (min-width: 986px) {
  .spined-slider-inner {
    margin: 0 auto;
    max-width: 986px;
  }
}
.spined-slider-spine {
  width: 515px;
}
.mobile-slider-slide {
  display: inline-block;
  width: 100%;
  -webkit-box-shadow: inset 0 -20px 60px 20px #fafafa, inset 0 -20px 60px 20px #fafafa;
  box-shadow: inset 0 -20px 60px 20px #fafafa, inset 0 -20px 60px 20px #fafafa;
  height: 318px;
  text-align: left;
  vertical-align: top;
}
.mobile-slider-slide .spined-slider-content {
  padding: 11px;
}
.mobile-slider-slide .spined-slider-spine {
  display: none;
}
.mobile-slider-slide .mast-title,
.mobile-slider-slide .mast-copy {
  margin-left: 0 !important;
}
.mobile-slider-slide .mast-title {
  margin-bottom: 40px;
  height: 70px;
  font-size: 30px;
  line-height: 40px;
  vertical-align: center;
  margin-top: 20px;
}
.mobile-slider-slide .mast-copy {
  display: block;
  height: 150px;
  position: relative;
  margin-top: 0;
}
.mobile-slider-slide .mast-img {
  display: none;
}
#side-bar {
  width: auto;
  padding: 0 20px;
  text-align: center;
  margin-bottom: 40px;
  color: #535353;
}
@media only screen and (min-width: 968px) {
  #side-bar {
    width: 272px;
    float: right;
    padding: 0;
    margin-left: 20px;
    text-align: left;
  }
}
#side-bar margin-top (gutter + seem) .call-to-action {
  display: block;
  color: #535353;
  line-height: 20px;
  font-size: 18px;
}
.sidebar-nav-container {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 40px;
  -webkit-box-shadow: 5px 5px 20px #535353 initial;
  box-shadow: 5px 5px 20px #535353 initial;
  padding: 0;
  width: 272px;
  border-radius: 3px;
  margin-right: 20px;
}
@media only screen and (min-width: 968px) {
  .sidebar-nav-container {
    display: block;
    float: right;
    margin-top: 20px;
    margin-right: 0;
  }
}
.sidebar-nav-title {
  height: 33px;
  padding: 11px 0;
  font-size: 120%;
  color: #666;
  text-transform: capitalize;
}
.sidebar-nav-link,
.sidebar-nav-link:visited {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  background: rgba(239,239,239,0.98);
  color: #007dc3;
  text-align: left;
  font-size: 14px;
  line-height: 12px;
  padding: 11px;
  border-bottom: 1px solid rgba(255,255,255,0.75);
  -webkit-transition: background-color 50ms linear, color 50ms linear, text-indent 166.5ms linear;
  -moz-transition: background-color 50ms linear, color 50ms linear, text-indent 166.5ms linear;
  -o-transition: background-color 50ms linear, color 50ms linear, text-indent 166.5ms linear;
  -ms-transition: background-color 50ms linear, color 50ms linear, text-indent 166.5ms linear;
  transition: background-color 50ms linear, color 50ms linear, text-indent 166.5ms linear;
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}
.sidebar-nav-link.overview,
.sidebar-nav-link:visited.overview {
  background-color: rgba(208,221,226,0.98);
}
.sidebar-nav-link:hover,
.sidebar-nav-link:visited:hover {
  background-color: rgba(0,146,195,0.98);
  color: #fff;
  text-indent: 3px;
}
.sidebar-nav-link:last-child,
.sidebar-nav-link:visited:last-child {
  border-radius: 0 0 3px 3px;
}
.sidebar-nav-link:first-child,
.sidebar-nav-link:visited:first-child {
  border-radius: 0 3px 0 0;
}
.sidebar-nav-links {
  max-height: 2574px;
  border-top: 1px solid #999;
  overflow-y: auto;
}
.sidebar-nav-link {
  text-transform: capitalize;
}
.sidebar-nav-link:hover {
  text-decoration: none;
}
@media screen and (max-width: 870px) {
  #page-sidebar {
    padding: 0 20px;
  }
  #page-sidebar .sidebar-nav-container {
    width: 100%;
    float: none;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #page-sidebar .sidebar-nav-container {
    margin-top: 20px;
  }
  #page-sidebar .sidebar-nav-link {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mktoForm .mktoFormCol {
    float: none;
    width: 50%;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mktoForm .mktoFieldWrap,
  .mktoForm .mktoField {
    width: 100% !important;
  }
  .mktoForm .mktoFormRow .mktoOffset {
    height: 0;
  }
}
#share-buttons {
  clear: both;
}
#shared-links {
  padding: 11px 0;
  margin: 11px 0;
  height: 40px;
  width: 193px;
}
@media only screen and (max-width: 965px) {
  #shared-links {
    margin: 0 auto;
  }
}
.shared-link {
  margin-right: 11px;
  height: 40px;
  width: 40px;
  float: left;
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.22);
  box-shadow: 0 2px 3px rgba(0,0,0,0.22);
  border-radius: 100px;
}
.shared-link:last-child {
  margin-right: 0;
}
.shared-link a {
  border: 0;
}
.shared-img {
  height: 40px;
  width: 40px;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -ms-transition: -ms-transform 0.3s;
  transition: transform 0.3s;
}
.shared-img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.content-in-site-404 .footer-push {
  background-color: #fff;
}
#page-404 {
  margin: 0 auto;
  background-color: #fff;
  background-image: url("/images/404/LogRhythmMotiflightBG.jpg");
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-repeat: repeat-x;
  height: 550px;
  text-shadow: 0px 1px #858484;
}
#page-404 #corporate {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 890px;
  height: 550px;
  color: #147ec0;
}
@media only screen and (max-width: 767px) {
  #page-404 #corporate {
    width: 312px;
    height: auto;
  }
}
#page-404 #image-container,
#page-404 #message-container {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  #page-404 #image-container,
  #page-404 #message-container {
    width: 312px;
    height: auto;
    display: block;
  }
}
#page-404 #image-container {
  position: relative;
  left: 0;
  height: 550px;
}
@media only screen and (max-width: 767px) {
  #page-404 #image-container {
    height: auto !important;
  }
}
#page-404 #image-container #image-404 {
  position: absolute;
  top: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (max-width: 767px) {
  #page-404 #image-container #image-404 {
    max-width: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 20px auto;
    position: static;
  }
}
#page-404 #image-container #text-404 {
  position: absolute;
  top: 50%;
  left: 118px;
  font-size: 51px;
  font-family: 'Open-Regular', Verdana, sans-serif;
  font-weight: 200;
  color: #05234a;
  text-shadow: 0px 0px 22px #007bc2;
}
@media only screen and (max-width: 767px) {
  #page-404 #image-container #text-404 {
    max-width: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
#page-404 #message-container {
  width: 480px;
  vertical-align: top;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  font-family: 'Open-Regular', Verdana, sans-serif;
  font-weight: 200;
}
@media only screen and (max-width: 767px) {
  #page-404 #message-container {
    position: static;
    width: 312px;
    margin: 20px auto;
  }
}
#page-404 #message-container #somethingmissing,
#page-404 #message-container #goodnews,
#page-404 #message-container #alt-goodnews,
#page-404 #message-container #alt-badnews {
  line-height: 64px;
  margin: 35px;
}
#page-404 #message-container #alt-badnews {
  margin-top: 0;
}
#page-404 #message-container #somethingmissing {
  font-size: 48px;
  color: #147ec0;
}
#page-404 #message-container #badnews {
  font-size: 32px;
  line-height: 180%;
  margin: 25px;
}
#page-404 #message-container #goback {
  line-height: 180%;
  font-size: 18px;
  margin-bottom: 100px;
}
#page-404 #message-container .clickhere {
  text-decoration: underline;
  color: #147ec0;
}
#page-404 {
  height: 700px;
}
#page-404 #alt-goodnews,
#page-404 #alt-badnews {
  display: none;
}
@media only screen and (max-width: 767px) {
  #page-404 {
    height: auto;
  }
}
#page-404.un-lucky-roll #message-container #alt-goodnews,
#page-404.lucky-roll #message-container #alt-goodnews {
  font-family: 'Great Vibes', sans-serif;
}
#page-404.un-lucky-roll #message-container #alt-badnews,
#page-404.lucky-roll #message-container #alt-badnews,
#page-404.un-lucky-roll #message-container #alt-goodnews,
#page-404.lucky-roll #message-container #alt-goodnews {
  display: inline-block;
}
#page-404.un-lucky-roll #message-container #alt-goodnews,
#page-404.lucky-roll #message-container #alt-goodnews {
  font-size: 64px;
}
#page-404.un-lucky-roll #message-container #alt-badnews,
#page-404.lucky-roll #message-container #alt-badnews {
  font-size: 28px;
  line-height: 180%;
}
#page-404.un-lucky-roll #somethingmissing,
#page-404.lucky-roll #somethingmissing,
#page-404.un-lucky-roll #badnews,
#page-404.lucky-roll #badnews {
  display: none;
}
#page-404.un-lucky-roll #image-container,
#page-404.lucky-roll #image-container {
  height: 700px;
}
@media only screen and (max-width: 767px) {
  #page-404.un-lucky-roll #image-container,
  #page-404.lucky-roll #image-container {
    height: auto;
  }
}
#page-404.un-lucky-roll #image-container #text-404,
#page-404.lucky-roll #image-container #text-404 {
  display: none;
}
.inset-banner {
  text-align: center;
  background: #efefef;
  -webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.1) inset;
  box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.1) inset;
}
.home-title {
  padding: 20px;
  margin: 20px auto 0 auto;
  max-width: 986px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .home-title {
    padding: 20px 11px;
  }
}
.gutter-top {
  margin-top: 20px;
}
.contact-point {
  font-family: 'Ubuntu-Bold', Tahoma, sans-serif;
  font-weight: normal;
  margin-bottom: 11px;
  text-transform: capitalize;
}
.contact {
  font-family: 'Ubuntu-Regular', Tahoma, sans-serif;
  margin: 20px;
  display: inline-block;
  vertical-align: top;
}
.contact:last-child {
  margin-bottom: 40px;
}
.contact-point,
.contact {
  font-size: 16px;
  line-height: 20px;
}
address {
  font-style: normal !important;
  margin-top: 11px;
}
#contact-page {
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  #contact-page .link {
    width: auto;
  }
}
.job-item {
  padding: 5.5px 11px;
}
.department {
  display: inline-block;
  vertical-align: top;
  width: 312px;
  margin: 11px;
  margin-bottom: 20px;
}
.options {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
#careers-page {
  margin-bottom: 40px;
}
.department-title {
  margin: 20px 0;
  font-size: 18px;
}
.solution-box {
  vertical-align: text-top;
  display: inline-block;
  padding: 0 10px;
  width: 179.2px;
  margin: auto;
  text-align: left;
  border-bottom: 0 !important;
}
.solution {
  margin: 0;
  line-height: 100%;
  color: #002d56;
  font-size: 18px;
  font-weight: 700;
}
.solution-description {
  line-height: 120%;
  font-size: 14px;
  margin-top: 20px;
}
#solutions-banner {
  padding-top: 3px;
  padding-bottom: 23px;
}
#solution-title {
  margin-top: 0 !important;
}
@media only screen and (max-width: 767px) {
  #solution-title {
    margin: 0 11px;
    width: auto;
    padding: 20px 11px;
  }
}
.blockquote-banner {
  text-align: center;
  font-size: 20px;
  height: 120px;
  margin: 0 auto;
  padding-bottom: 31px;
  width: 620px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .blockquote-banner {
    width: 260px;
  }
}
.blockquote {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  margin: 0;
  width: 620px;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .blockquote {
    width: 260px;
  }
}
.blockquote:before,
.blockquote:after {
  color: #e5e5e5;
  font-size: 360px;
  font-family: Ubuntu-Regular;
  text-align: left;
  line-height: 0.1em;
  vertical-align: -0.4em;
  width: 215px;
  text-align: left;
  position: absolute;
  top: 129.44264px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .blockquote:before,
  .blockquote:after {
    font-size: 240px;
    width: 125px;
  }
}
.singleton-blue .blockquote:after,
.singleton-blue .blockquote:before {
  color: rgba(229,229,229,0.3);
}
.blockquote:before {
  content: open-quote;
  position: absolute;
  left: -80px;
}
.blockquote:after {
  content: close-quote;
  position: absolute;
  right: -40px;
}
.quote {
  display: block;
  min-height: 31px;
  font-size: 31px;
  line-height: 50.159023000000005px;
  font-family: Open-Regular;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .quote {
    font-size: 16px;
    line-height: 25.888528px;
  }
}
.quote:before,
.quote:after {
  content: "";
}
.attribution {
  display: block;
  font-size: 16px;
  text-align: right;
  font-family: Open-Regular;
  font-style: normal;
  position: absolute;
  bottom: -51px;
  right: 0;
}
.attribution:before {
  content: "— ";
}
@media only screen and (max-width: 767px) {
  .attribution {
    font-size: 14px;
  }
}
.blogroll {
  font-size: 16px;
  line-height: 160%;
  color: #002d56;
}
#blog-roll-title {
  margin-bottom: 0 !important;
}
#blog-roll-text {
  padding: 20px;
  max-width: 986px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #blog-roll-text {
    margin: 0 11px;
    width: auto;
    padding: 20px 11px;
  }
}
.blog-roll-title {
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 0;
}
.blog-roll-description {
  margin-top: 20px;
  font-size: 18px;
}
.blog-roll-content-container {
  display: block;
  text-align: center;
  vertical-align: text-top;
}
.post-excerpt {
  font-size: 16px;
  line-height: 160%;
  width: 478px;
  text-align: left;
  padding: 15px;
  height: 160px;
}
@media only screen and (min-width: 986px) {
  .post-excerpt {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media only screen and (max-width: 767px) {
  .post-excerpt {
    width: 80%;
  }
}
.post-excerpt-title {
  font-size: 18px;
  text-decoration: none;
  border: 0;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.post-excerpt-title,
.post-excerpt-title:visited {
  color: #1567b6;
}
.blog-roll-promo,
.blog-listing-about {
  position: relative;
  height: 100px;
  overflow: hidden;
  margin-top: 20px;
}
.blog-roll-promoimage {
  vertical-align: text-top;
  max-width: 100px;
  max-height: 100px;
  float: left;
}
.blog-roll-promoimage img {
  max-height: 100%;
  max-width: 100%;
}
.blog-roll-author,
.blog-listing-about-author {
  position: absolute;
  bottom: 0;
  left: 60px;
  line-height: 15px;
  max-width: 100px;
  font-size: 14px;
  padding: 3px 6px;
  border-radius: 3px 0 0 0;
  background: rgba(250,250,250,0.8);
  font-style: italic;
}
.blurb {
  position: absolute;
  top: 0;
  left: 170px;
  height: 100px;
  max-height: 100px;
  line-height: 20px;
  color: #8d8d8d;
  font-size: 14px;
}
.wide-blurb {
  position: absolute;
  top: 0;
  left: 0px;
  height: 100px;
  max-height: 100px;
  line-height: 20px;
  color: #8d8d8d;
  font-size: 14px;
}
.blog-roll-date,
.blog-listing-about-date {
  font-family: Open-Light;
  text-align: center;
  vertical-align: center;
  position: absolute;
  top: 10px;
  left: 110px;
  line-height: 15px;
  font-size: 14px;
  border-radius: 30px;
  border: 1px solid #002d56;
  width: 50px;
  height: 50px;
  font-size: 12px;
}
.blog-roll-day {
  padding-top: 5px;
  line-height: 22px;
  font-size: 22px;
}
.readmore {
  display: block;
  line-height: 20px;
  padding-right: 20px;
  float: right;
  color: #1567b6;
  margin-top: 11px;
  text-decoration: none;
  border: 0;
}
@media only screen and (max-width: 500px) {
  .post-excerpt {
    position: relative;
    -webkit-box-shadow: inset 0 0 15px rgba(0,0,0,0.2);
    box-shadow: inset 0 0 15px rgba(0,0,0,0.2);
    border-radius: 3px;
    height: 132px;
  }
  .blog-roll-promo {
    position: absolute;
    bottom: 0.5em;
    left: 11px;
    margin-top: 0;
    width: 200px;
  }
  .blurb {
    display: none;
  }
  .readmore {
    color: #fff !important;
    line-height: 23px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 90px;
    height: 35px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    padding: 5px 20px;
    border-radius: 2px;
    margin: 6px 3px;
    position: relative;
    cursor: pointer;
    text-decoration: none !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-shadow: 0 3px 5px rgba(255,255,255,0.05), 0 1px 1px rgba(255,255,255,0.2);
    box-shadow: 0 3px 5px rgba(255,255,255,0.05), 0 1px 1px rgba(255,255,255,0.2);
    background: #007dc3;
    background: -webkit-linear-gradient(#007dc3, #00649c);
    background: -moz-linear-gradient(#007dc3, #00649c);
    background: -o-linear-gradient(#007dc3, #00649c);
    background: -ms-linear-gradient(#007dc3, #00649c);
    background: linear-gradient(#007dc3, #00649c);
    border: 1px solid #00649c;
    position: absolute;
    bottom: 40px;
    left: 195px;
  }
  .readmore.btn-hover {
    background: #44a8e0;
    background: -webkit-linear-gradient(#44a8e0, #00649c);
    background: -moz-linear-gradient(#44a8e0, #00649c);
    background: -o-linear-gradient(#44a8e0, #00649c);
    background: -ms-linear-gradient(#44a8e0, #00649c);
    background: linear-gradient(#44a8e0, #00649c);
    border: 1px solid #00649c;
  }
  .readmore.btn-active {
    background: #006aa7;
    background: -webkit-linear-gradient(#006aa7, #007cc2);
    background: -moz-linear-gradient(#006aa7, #007cc2);
    background: -o-linear-gradient(#006aa7, #007cc2);
    background: -ms-linear-gradient(#006aa7, #007cc2);
    background: linear-gradient(#006aa7, #007cc2);
    border: 0;
  }
}
#engagement {
  font-family: "Ubuntu-Regular";
  color: #002d56;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 160%;
}
#engagement .btn {
  margin-right: 11px;
}
#engagement-wrap {
  margin-top: 20px;
}
.event-details {
  font-family: Open-Regular;
}
.upcoming-container {
  text-align: center;
  font-family: Open-Light;
  vertical-align: top;
}
.upcoming {
  width: 312px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0 10px;
  text-align: left;
}
.event {
  display: inline-block;
  margin: 10px 0;
}
#home-newsreel {
  margin-bottom: 40px;
}
#home-newsreel .content-container {
  text-align: center;
}
.home-news-item {
  border-bottom: none !important;
  display: inline-block;
  width: 478px;
  max-width: calc(100% - (gutter * 2));
  text-align: left;
  margin-left: 20px;
}
.home-news-item:first-child {
  margin-left: 0;
}
.home-news-image {
  max-width: 100%;
  height: 40px;
}
.home-news-item-text {
  display: block;
}
#promoted-banner {
  text-align: center;
}
.promoted {
  font-family: Open-Light;
  overflow: hidden;
  display: block;
  border-radius: 3px;
  border: 2px solid #b9b9b9;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 312px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 180px;
  text-decoration: none;
}
.promotion-container {
  vertical-align: text-top;
  display: inline-block;
  padding: 10px;
  max-width: 100% !important;
}
.promotion-container .btn {
  width: 175px;
}
.promoted-button-wrapper {
  text-align: center;
}
#home-boilerplate {
  background-image: url("/images/boilerdrop.png") !important;
  background-position: center bottom !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
#home-boilerplate .top-banner {
  font-size: 18px;
  color: #c00;
  padding-top: 40px;
  padding-bottom: 60px;
}
#home-boilerplate .top-banner .btn {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  #home-boilerplate .top-banner .btn {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #home-boilerplate .top-banner {
    padding: 20px 0;
  }
}
#home-boilerplate .boilerplate {
  margin: 20px;
  line-height: 180%;
  text-shadow: none;
}
@media only screen and (max-width: 767px) {
  #home-boilerplate .boilerplate {
    font-size: 16px !important;
  }
}
#trusted-logos {
  margin-bottom: 40px;
}
#trusted-logos .home-title {
  margin-top: 20px;
  margin-bottom: -20px;
}
#trusted-logos-wrap {
  text-align: center;
}
#trusted-logos-desktop {
  display: inline-block;
  max-width: 100%;
  width: 1040px;
}
@media only screen and (max-width: 767px) {
  #trusted-logos-desktop {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #trusted-logos {
    display: none;
  }
}
.netmon {
  background-image: url("/images/masthead/nm_bg.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
#netmon-ui {
  display: inline-block;
  height: 220px;
}
@media only screen and (min-width: 986px) {
  #netmon-ui {
    height: 388px;
  }
}
@media only screen and (max-width: 767px) {
  #netmon-ui {
    display: none;
  }
}
.lrseven {
  background-image: url("/images/masthead/soc.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
#mast-ui {
  display: inline-block;
  height: 220px;
}
@media only screen and (min-width: 986px) {
  #mast-ui {
    height: 388px;
  }
}
@media only screen and (max-width: 767px) {
  #mast-ui {
    display: none;
  }
}
.rsa {
  background-image: url("/images/masthead/RSA_BG.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
#rsa-conference {
  background-image: url("/images/masthead/logo_rsaconference.png");
  background-repeat: no-repeat;
  display: inline-block;
  height: 71px;
  width: 816px;
  max-width: calc(100% - 40px);
  text-indent: -99999px;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  margin-top: 126px;
}
@media only screen and (max-width: 985px) {
  #rsa-conference {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #rsa-conference {
    height: 30px;
  }
}
#booth-text {
  font-size: 36px;
}
@media only screen and (max-width: 767px) {
  #booth-text {
    font-size: 24px;
  }
}
#rsa-copy {
  height: auto !important;
}
.security-intelligence {
  background-image: url("/images/masthead/surface.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
#mast-ui {
  display: inline-block;
  height: 220px;
}
@media only screen and (min-width: 986px) {
  #mast-ui {
    height: 388px;
  }
}
@media only screen and (max-width: 767px) {
  #mast-ui {
    display: none;
  }
}
@media only screen and (max-width: 1100px) {
  .br-jackie {
    display: inline-block !important;
  }
}
.recognition {
  background-image: url("/images/masthead/recognition.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
#r-logos {
  width: 400px;
  left: 50%;
  margin-left: -200px;
  position: absolute;
  bottom: 0;
}
#mast-logos {
  display: inline-block;
  height: 160px;
}
@media only screen and (min-width: 986px) {
  #mast-logos {
    height: 223px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #mast-logos {
    display: none;
  }
}
.compliance {
  background-image: url("/images/masthead/working.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
#compliance-list {
  display: block;
  clear: both;
  width: 750px;
  padding-top: 40px;
  margin: 0 auto !important;
  text-align: center;
}
.compliance-list {
  display: inline-block;
  padding: 2.75px 5.5px;
  margin: 10px;
  background: rgba(255,255,255,0.75);
  border-radius: 3px;
  font-size: 16px;
  -webkit-box-shadow: 0 5px 8px rgba(0,0,0,0.06);
  box-shadow: 0 5px 8px rgba(0,0,0,0.06);
  border: 2px solid rgba(21,103,182,0.5);
}
@media only screen and (max-width: 890px) {
  .compliance-list {
    display: none;
  }
}
#mast-reports {
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 150px;
  margin-left: -175px;
}
@media only screen and (min-width: 986px) {
  #mast-reports {
    height: 240px;
    margin-left: -245px;
  }
}
@media only screen and (max-width: 767px) {
  #mast-reports {
    display: none;
  }
}
#disqus_thread {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 870px) {
  #disqus_thread {
    margin: 0 20px 40px;
  }
}
button.mktoButton {
  color: #fff;
  text-shadow: none;
  background-color: #007dc3;
  background: -webkit-linear-gradient(#007dc3, #00649c);
  background: -moz-linear-gradient(#007dc3, #00649c);
  background: -o-linear-gradient(#007dc3, #00649c);
  background: -ms-linear-gradient(#007dc3, #00649c);
  background: linear-gradient(#007dc3, #00649c);
  border: 1px solid #00649c;
}
button.mktoButton.btn-hover,
button.mktoButton:hover {
  background-color: #44a8e0;
  background: -webkit-linear-gradient(#44a8e0, #00649c);
  background: -moz-linear-gradient(#44a8e0, #00649c);
  background: -o-linear-gradient(#44a8e0, #00649c);
  background: -ms-linear-gradient(#44a8e0, #00649c);
  background: linear-gradient(#44a8e0, #00649c);
  border: 1px solid #00649c;
}
button.mktoButton.btn-active,
button.mktoButton:active {
  background-color: #006aa7;
  background: -webkit-linear-gradient(#006aa7, #007cc2);
  background: -moz-linear-gradient(#006aa7, #007cc2);
  background: -o-linear-gradient(#006aa7, #007cc2);
  background: -ms-linear-gradient(#006aa7, #007cc2);
  background: linear-gradient(#006aa7, #007cc2);
  border: 0;
}
.mktoButton {
  margin-top: 10px !important;
}
.mktoLabel {
  float: none !important;
}
.mktoGutter {
  width: 0 !important;
}
.mktoButtonWrap {
  margin-left: 5px !important;
}
.mktoField {
  width: 117px !important;
}
.mktoFieldDescriptor {
  display: inline-block !important;
}
.mktoForm {
  width: auto !important;
  margin-top: 11px;
}
.mktoAsterix {
  display: none !important;
}
select.mktoField {
  padding-left: 5px !important;
}
.singleton .mktoForm {
  width: 245px !important;
  margin: 0 auto;
}
iframe[marketo] {
  max-width: 312px;
}
.full_img_wrapper {
  padding: 20px 11px;
  text-align: center;
}
.full_img {
  max-height: 300px;
  max-width: 100%;
}
.item-box {
  margin: 40px 0;
  width: 100%;
  min-height: 146px;
}
.item-box-left .item-box-wrapper {
  width: 81px;
  height: 81px;
}
.item-box-right .item-box-wrapper {
  width: 166px;
  height: 166px;
}
.item-box-wrapper {
  padding: 11px;
  text-align: center;
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .item-box-wrapper {
    position: relative;
    margin: 0 auto 11px auto;
    height: 85px;
  }
}
.item-box-left .item-box-img {
  max-width: 81px;
  max-height: 81px;
}
.item-box-right .item-box-img {
  max-width: 166px;
  max-height: 166px;
}
.item-box-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.item-box-right {
  position: relative;
}
.item-box-right .item-box-wrapper {
  right: 0;
}
.item-box-title {
  font-family: 'Open-Regular', Verdana, sans-serif;
  font-weight: 200;
  margin-top: 0;
}
.item-box-link {
  border: 0 !important;
}
.item-description {
  color: #002d56;
}
.item-box-left .item-box-set {
  margin-left: 101px;
}
.item-box-right .item-box-set {
  margin-right: 186px;
}
.item-box-set {
  clear: both;
}
.item-box-set.item-box-no-img {
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .item-box-set {
    margin-left: 0;
    margin-right: 0;
  }
}
.intro {
  text-align: center;
  padding-bottom: 20px;
  margin: 0 auto;
  max-width: 996px;
}
.intro p {
  max-width: 768px;
  margin: 1em auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  .intro p {
    max-width: 352px;
  }
}
.intro .btn {
  margin-top: 20px;
}
.intro .full_img {
  max-height: 10000px;
}
.singleton {
  padding: 40px 20px;
}
.singleton .wrapper {
  max-width: 768px;
  margin: 0 auto;
  text-align: center;
}
.singleton .wrapper h1:first-child,
.singleton .wrapper h2:first-child,
.singleton .wrapper h3:first-child {
  margin-top: 0;
}
.singleton .full_img {
  max-height: 10000px;
}
.singleton-blue {
  background-color: #007dc3;
  -webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.3) inset !important;
  box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.3) inset !important;
}
.singleton-blue h1,
.singleton-blue h2,
.singleton-blue h3,
.singleton-blue .quote {
  color: #fff;
}
.singleton-blue p,
.singleton-blue .attribution {
  color: #d8dfe5;
}
.values {
  text-align: center;
  padding: 20px;
  padding-top: 20px;
  font-size: 0;
}
.values h1,
.values h2,
.values h3,
.values p {
  max-width: 768px;
}
.values h1,
.values h2,
.values h3 {
  margin: 0 auto 20px auto;
}
.values p {
  margin: 20px auto;
}
.values .wrapper {
  margin: 0 auto;
  max-width: 996px;
}
.values .item-box {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  max-width: 478px;
  margin: 20px 10px;
}
.full_img_wrapper img,
youtube {
  max-width: calc(100% - 40px);
}
.divider-down,
.divider-up {
  height: 20px;
  width: 100%;
}
.divider-down {
  -webkit-box-shadow: 0 -4px 7px rgba(0,0,0,0.1);
  box-shadow: 0 -4px 7px rgba(0,0,0,0.1);
  margin-top: -20px;
}
.divider-up {
  -webkit-box-shadow: 0 4px 7px rgba(0,0,0,0.1);
  box-shadow: 0 4px 7px rgba(0,0,0,0.1);
}
.spacer-h {
  width: 20px;
  display: inline-block;
}
.split-left,
.split-right {
  color: #4b4b4b;
  width: calc(50% - 20px);
  text-align: left;
  font-size: 16px;
  line-height: 25.888528px;
}
@media only screen and (max-width: 767px) {
  .split-left,
  .split-right {
    width: calc(100% - 40px);
    float: none !important;
    margin-left: auto;
    margin-right: auto;
    height: auto;
  }
}
.split-left {
  margin-right: 20px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .split-left {
    margin-right: 0;
  }
}
.split-right {
  margin-left: 20px;
  float: right;
}
@media only screen and (max-width: 767px) {
  .split-right {
    margin-left: 0;
  }
}
