html,
body {
  height: 100%;
  overflow-y: auto;
  touch-action: auto;
  font-family: Georgia, serif;
  font-style: normal;
  font-weight: 400;
  color: #333;
  -webkit-font-smoothing: antialiased;
  line-height: 1.2em;
}
h1 {
  font-weight: normal;
  font-size: 28px;
}
h2,
h3,
h4,
h5 {
  font-weight: normal;
  display: inline-block;
}
a:hover,
a {
  cursor: pointer;
  text-decoration: none;
  color: #f2979a;
  font-style: italic;
}
div.qvobject.fifty {
  height: 50px;
}
.disabled {
  text-decoration: none;
  color: #ccc;
  font-style: italic;
}
div.qvobject,
div.qvplaceholder {
  padding: 0 0 0 0;
  height: 400px;
  /*opacity: 0;*/
}
.survey {
  padding-bottom: 0 !important;
}
.survey .qvobject {
  padding-left: 10px;
}
.no-margin-padding {
  margin: 0 !important;
  padding: 0 !important;
}
.no-margin-padding-top-bottom {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.no-margin-padding-left-right {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.top20 {
  padding-top: 20px;
}
.bottom20 {
  padding-bottom: 20px;
}
.header a {
  font-size: 15px;
  color: #f2979a;
  font-style: normal;
}
.whoBtn {
  padding-right: 25px;
}
#filterBtn {
  font-size: 20px;
  margin-left: 0;
  text-transform: uppercase;
  font-family: 'Droid Sans', sans-serif;
}
.filter a,
.filter a:hover {
  color: #f2979a;
  text-decoration: none;
  font-style: normal;
}
.filterp1 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.home .bg {
  position: absolute;
  top: 0;
  left: 0;
}
.home .header {
  padding-top: 130px;
}
.home .p1 {
  font-size: 18px;
  line-height: 1.5em;
}
.home .p2 {
  font-size: 14px;
  line-height: 1.5em;
}
.logo {
  /*height: 30px;*/
  cursor: pointer;
  display: inline-block;
  vertical-align: text-bottom;
  /*padding-right: 40px;*/
  margin-top: 10px;
  margin-bottom: 10px;
}
.logo.desktop {
  padding-right: 0;
  margin-top: 20px;
}
.qlik-mobile-logo {
  text-align: right;
  padding: 10px 0 !important;
  border-top: 1px solid #ccc;
}
.header {
  padding-top: 5px;
  width: 100%;
  z-index: 999999999;
  background-color: white;
  /*padding-bottom: 5px;*/
}
.header .row {
  padding-bottom: 0;
}
.header h3 {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 32px;
  color: gray;
  vertical-align: top;
  font-size: 24px;
  padding-left: 40px;
}
.header .right {
  padding-top: 32px;
}
.border-bottom {
  padding-left: 0;
  padding-right: 0;
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.footer .row {
  padding-top: 20px;
  border-top: 1px solid #ccc;
}
.main {
  padding-top: 15px;
  max-width: 800px;
}
.main .col-xs-6 {
  padding-right: 25px;
}
.main .qv-object-title-text {
  font-family: Georgia, serif !important;
  text-overflow: initial !important;
  overflow: visible !important;
  white-space: normal !important;
  font-weight: 400;
  color: #333;
  font-size: 18px;
  padding-right: 25px;
}
.main h4 {
  font-size: 18px;
  padding-left: 10px;
  padding-right: 25px;
}
.main .qv-object-subtitle {
  font-family: Georgia, serif !important;
  text-overflow: initial !important;
  overflow: visible !important;
  white-space: normal !important;
  font-weight: 400;
  color: #333;
  padding-left: 0 !important;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 25px;
  margin-top: 0;
}
.main h5 {
  display: block;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 25px;
  margin-top: 0;
}
.side {
  padding-top: 15px;
  height: 100%;
  width: 150px;
  line-height: 2em;
}
.border-right {
  border-right: 1px solid #ccc;
}
.side ul {
  list-style-type: none;
}
.side ul li {
  border-radius: 15px;
  background: #FFFFFF;
  padding: 0;
  width: 25px;
  color: #333;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out;
}
.side ul li.active,
.side ul li:hover {
  background: #f2979a;
  color: #FFFFFF;
}
.side a {
  display: block;
  text-align: center;
  border-radius: 15px;
  background: #FFFFFF;
  padding: 0;
  width: 25px;
  color: #333;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out;
  margin-left: 40%;
  margin-right: 50%;
}
.side a.active,
.side a:hover {
  background: #f2979a;
  color: #FFFFFF;
}
.side a.logoholder,
.side a.logoholder:hover {
  background: none;
  margin-left: 20px;
  margin-right: 0;
}
.container .content {
  padding-top: 20px;
}
.padding-top-20 {
  padding-top: 20px;
}
.who h1 {
  margin-top: 0;
  margin-bottom: 0;
}
.who h2 {
  margin: 0;
  font-size: 30px;
}
.who .qv-object-title-text,
.who h5 {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: normal;
  font-family: 'Droid Sans', sans-serif;
  margin: 0;
  display: block;
  padding-left: 0;
  color: black;
}
.who .row {
  padding: 0 !important;
}
.who .col-md-3,
.who .col-md-4,
.who .col-md-5,
.who .col-md-7,
.who .col-md-12 {
  padding: 15px 10px;
}
/*.who > .main > .row {
	padding-top: 15px;
}
.who .content {
	padding-top: 0;
}*/
.whop1 {
  line-height: 1.5em;
}
.home .link {
  font-size: 16px;
}
.survey label {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
}
.footnote {
  font-family: 'Droid Sans', sans-serif !important;
  /*line-height: 1em !important;*/
  font-size: 11px;
  padding-top: 10px;
  padding-bottom: 10px;
}
/*************
 * QLIK 
**************/
.qlik,
.qlik a,
.qlik a:hover {
  color: #65a604 !important;
}
.qv-object-subtitle {
  margin-top: 0;
}
/*************
 * BOOTSTRAP 
**************/
.container {
  max-width: 700px;
  width: 100%;
}
.row {
  padding-bottom: 20px;
}
.btn {
  font-weight: bold;
  border-radius: 0;
  text-transform: uppercase;
  padding: 6px 30px;
}
.btn-default:hover,
.btn-default {
  font-family: 'Droid Sans', sans-serif !important;
  background-color: #f2979a;
  border-color: #f2979a;
  color: #FFFFFF;
}
.who .btn {
  padding: 6px 12px;
}
.modal.fade:not(.in) .modal-dialog {
  -webkit-transform: translate3d(-25%, 0, 0);
  transform: translate3d(-25%, 0, 0);
}
/*************
 * ANGULAR 
**************/
[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}
/* PAgeSlider Directive*/
/* Needed for hiding crollbars when pushing */
/*html {
    overflow-x: hidden;
}*/
.filters-panel {
  background: #FFFFFF;
  border-left: 1px solid #ccc;
  margin-top: 70px;
  overflow-y: auto;
  height: 100%;
  padding-bottom: 70px;
  /*padding: 8px;*/
}
.filters-panel > div {
  padding: 30px;
}
body.filters-panel-body-open::before {
  content: '.';
  display: block;
  position: absolute;
  top: 0;
  background-color: #000000;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.5;
  transition: opacity 1s;
}
body.filters-panel-body-closed::before {
  transition: opacity 1s;
  opacity: 0;
  content: '.';
  display: block;
  position: absolute;
  top: 0;
  background-color: #000000;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}
.filters-panel .qv-object-title-text,
.filters-panel label {
  font-family: 'Droid Sans', sans-serif !important;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 0;
}
.filters-panel .qv-object-title {
  margin-top: 30px;
  margin-bottom: 0;
}
.filters-panel .row {
  padding: 15px 30px;
}
