@font-face {
    font-family: "LuloClean";
    src: url("./font/Lulo Clean W01 One Bold.ttf") format("ttf");
    src: url("./font/Lulo Clean W01 One Bold.woff") format("woff");
    /*font-family: 'Nunito', sans-serif;*/
    font-family: 'Montserrat', sans-serif;
    }

/* unvisited link */
a:link {
    color: #FFFFFF;
    text-decoration: none;
  }

  /* visited link */
  a:visited {
    color: #FFFFFF;
    text-decoration: none;
  }
  
  /* mouse over link */
  a:hover {
    color: #56b6b4;
    text-decoration: none;
  }
  
  /* selected link */
  a:active {
    color: #56b6b4;
    text-decoration: none;
  }

p.a {
    font-family: 'Montserrat';
    line-height: 1.5;
    /*text-align: justify;*/
    letter-spacing: 0.1em;
    font-size: 14px;
  }

  p.b {
    font-family: 'Montserrat';
    line-height: 1.2;
    text-align: left;
    font-size: 16px;
    margin-right: 15px;
  }

  p.c {
    font-family: 'Montserrat';
    line-height: 1;
    text-align: left;
    font-size: 16px;
    margin-left: 15px;
    margin-right: 15px;
  }

  p.d {
    font-family: 'Montserrat';
    line-height: 1;
    text-align: left;
    font-size: 16px;
    padding: 2px 2px 2px 2px !IMPORTANT;
    margin-left: 5px;
    margin-right: 5px;
  }

/*Devhub stuff*/
.qvwrapper {
    z-index: 100000 !important;
    top: 5px !important;
    right: 5px !important;
    left: auto !important;
}

body{
    line-height: unset;
    font-family: 'Nunito';
    overflow-x: hidden; /*horizontal*/
    overflow-y: scroll; /*vertical*/
}

.row-no-margin {
	padding:5px
}
.col-xs-12{
    margin-bottom: 15px;
}

.app-title{
	font-weight:bold;
	font-size:125%;
	padding:2px;
}

.center1 {
    margin: auto;
    width: 100%;
    text-align: center;
    padding: 10px;
    top: 2vh;
    transform: translateY(2vh);
  }

  .center2 {
    margin: auto;
    width: 100%;
    text-align: center;
    padding: 10px;
    top: 20vh;
    transform: translateY(20vh);
  }

h1 {
    text-shadow: 4px 4px 8px #56b6b4;
    color: white;
    font-family: 'LuloClean';
    text-align: center;
	margin: auto;
	font-weight: bold;
    font-size: 8vw;
    top: 50%;
}

h2 {
    color: black;
    font-family: 'Montserrat';
    text-align: center;
	margin: auto;
	font-weight: bold;
    font-size: 2vw;
    top: 30%;
    letter-spacing: 0.3em;
}

h3 {
    color: white;
    font-family: 'LuloClean';
    text-align: center;
	margin: auto;
	font-weight: bold;
    font-size: 250%;
    top: 30%;
}

h4 {
    color: white;
    font-family: 'LuloClean';
    text-align: center;
	margin: auto;
	font-weight: bold;
    font-size: 20px;
    top: 30%
}

h5 {
    color: white;
    font-family: 'LuloClean';
    text-align: left;
	margin: auto;
	font-weight: bold;
    font-size: 22px;
    top: 30%
}


div.transbox {
    margin: 15px;
    color: white;
    height: 380px;
    border: 0px solid white;
	font-weight: bold;
    opacity: 1;
    vertical-align: middle;
    font-size: 1.05vw;
  }

  div.transbox-info {
    margin: 15px;
    color: white;
    height: 525px;
    border: 1px solid white;
	font-weight: bold;
    opacity: 1;
    vertical-align: middle;
    font-size: 1vw;
  }

  div.transbox-info2 {
    margin: 15px;
    color: white;
    height: 525px;
    border: 0px solid white;
	font-weight: bold;
    opacity: 1;
    vertical-align: middle;
  }

  div.transbox-contact {
    margin: 15px;
    color: white;
    height:80px;
    border: 0px solid white;
	font-weight: bold;
    opacity: 1;
    vertical-align: middle;
  }

  .img-container {
    text-align: center;
    display: block;
  }

  .resize_fit_center1 {
    float:right;
    width:100%;
    height:auto;
    object-fit:cover;
    min-height:540px;
    vertical-align:right;
    text-align:right;
}

  .resize_fit_center2 {
    float:left;
    width:100%;
    height:auto;
    object-fit:cover;
    min-height:540px;
    vertical-align:middle;
}

/*SLIDESHOW STUFF*/
* {box-sizing: border-box;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
    width: 50vw;
    position: relative;
    margin: auto;
  }

/* Caption text */
.text {
  color: #FFFFFF;
  background-color: #56b6b4;
  font-family: 'Montserrat';
  font-size: 15px;
  padding: 1px 1px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-family: 'Montserrat';
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color:  #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #56b6b4;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 0.15s;
  animation-name:#56b6b4 fade;
  animation-duration: 5.25s;
}

/*Navigation side menu*/
.sidenav {
    height: 100%;
    width: 0;
    font-family: 'Montserrat';
    color: #FFFFFF;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color:#56b6b4;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-family: 'Montserrat';
    font-size: 25px;
    color: #FFFFFF;
    display: block;
    transition: 0.3s;
  }
  
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }

@-webkit-keyframes fade {
  from {opacity: .75} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .75} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 100%) and (min-width: 100%) {
  .text {font-size: 11px; text-align: center;}
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


/*2nd SLIDESHOW STUFF*/
* {
    box-sizing: border-box;
  }
  
  /* Position the image container (needed to position the left and right arrows) */
  .container {
    position: relative
  }
  
  /* Hide the images by default */
  .mySlides {
    display: none;
  }
  
  /* Add a pointer when hovering over the thumbnail images */
  .cursor {
    cursor: pointer;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 45%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: black;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .prev {
    left: 0;
    border-radius: 3px 0 0 3px;
    background-color: rgba(211, 211, 211, 0.8);
  }

  .next {
    right: 0;
    border-radius: 3px -3px 0 3px;
    background-color: rgba(211, 211, 211, 0.8);
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: rgba(84, 176, 175, 0.5); /* rgba(0, 0, 0, 0.8);*/
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color:white;
    background-color: #56b6b4;
    font-weight: bold;
    font-size: 14px;
    padding: 1px 2px;
    position: absolute;
    top: 0;
  }
  
  /* Container for image text */
  .caption-container {
    text-align: center;
    background-color: #56b6b4;
    padding: 2px 16px;
    color: white;
    font-family: 'Montserrat';
    font-size: 1.5vw;
    font-weight: bold;
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }


 
  /* 15 columns side by side */
  .column {
    float: left;
    width: 12.5%;
  }
  
  /* Add a transparency effect for thumnbail images */
  .demo {
    opacity: 0.5;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }



/*KPIs*/
.kpi {
    height: 6vw;
    max-height: 180px;
    min-height: 150px;
    box-shadow: 0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);
    border-radius: 2px;
    color: #fff;
    margin-bottom: 15px;
}

.kpi-small {
    height: 6vw;
    max-height: 120px;
    min-height: 100px;
    box-shadow: 0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);
    border-radius: 2px;
    color: #fff;
    margin-bottom: 15px;
}

.kpi article{
    width: 80%;
}

.kpi-row1{
    margin-bottom: 15px;
    height: 65vw;/*500px;*/
}

.kpi-row2{
    margin-bottom: 15px;
    height: 70vw;/*550px;*/
}

.kpi-row3{
    margin-bottom: 15px;
    height: 30vw;/*550px;*/
}

.kpi-row-separator{
    margin-bottom: 15px;
    height: 30vw;/*550px;*/
}

.kpi-side{
    position: absolute;
    left: 40px;
    top: 50%;
    margin-top: -25px;
    width: 40px;
    height: 40px;
}

.kpi-side i{
    font-size: 40px;
    opacity: .2;
    color: #fff;
}

.kpi-side-stack{
    position: absolute;
    left: 40px;
    /*top: 50%;*/
    width: 30px;
    height: 40px;
}

.kpi-side-stack i{
	position: relative;
	top:100%;
    font-size: 40px;
    opacity: .2;
    color: #fff;
}

.qv-object-kpi .kpi-data{
    align-items: flex-end;
    padding-right: 15px;
}


/*Get rid of rounded borders on qliksense objects*/
/*.qv-object, .sel-toolbar-card, .qv-object.qv-selections-active {
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
}
*/
/*adjusting active chart borders*/
.sel-toolbar-card{
    border: 1px solid #ccc;
    border-bottom: 1px solid #D9D9D9;
}
.qv-object.qv-selections-active{
    border: 1px solid #ccc;
    border-top: 1px solid #D9D9D9;
}

/*Qlik Contextual */
.qui-immidiateContextual {
    z-index: 10004;
}

.kpi-row-small{
	height: 50px !important;
}

/*Selection toolbar */
#CurrentSelections {
    position:relative; 
    top:0; 
    left:0; 
    width:100%; 
    height:35px;
}
.buttons-end.borderbox {
    width: 45px;
}
.buttons-end.borderbox button:nth-child(2) {
    display: none;
}
.qv-panel-current-selections .qv-selections-pager {
    padding-right: 45px;
}
.current-selections-placeholder {
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(84, 83, 82);
    color: rgba(255, 255, 255, 0.6);
}
.current-selections-placeholder span {
    display: none;
}

@media (max-width: 767px) {
    .buttons.borderbox {
        width: 45px;
    }
    .buttons.borderbox button:nth-child(1), .buttons.borderbox button:nth-child(2) {
        display: none;
    }
    .qv-panel-current-selections .qv-selections-pager {
        padding-left: 45px;
    }
    .col-xs-12{
        margin-bottom: 15px;
    }
    .drawer-title{
        height: 56px !important;
    }
    .kpi-row{
        margin-bottom: 0px;
    }
    .row{
        margin-bottom: 0;
    }
}


/*Fix selection toolbar options placement*/
.qv-panel-current-selections .remove, .qv-panel-current-selections .unlock, .qv-panel-current-selections .lock {
    width: 20px;
}
.lui-clear-all {
    line-height: 36px;
}

/*Fix qv-filterpane*/
.qv-filterpane {
    overflow: visible;
}

/*Filter Drawer*/
.drawer-title {
    display: flex; 
    justify-content: center; 
    align-items: center; 
    height: 35px; 
    background-color: #FF8000;
    color: #fff;
    height: 40px;
    font-size: 20px;
    font-family: 'Source Sans Pro',sans-serif;
    /*font-weight: bold;*/
}

.filter-container25 {
    position: relative;
	padding:2px;
	height: 25px;
	text-align:left;
}

.filter-container50 {
    position: relative;
	padding:2px;
	height: 50px;
	text-align:left;
	z-index: 1000
}

.filter-container75 {
    position: relative;
	padding:2px;
	height: 75px;
	z-index: 1000
}

.filter-container100 {
    position: relative;
	padding:2px;
	height: 100px;
}

.filter-container150 {
    position: relative;
	padding:2px;
	height: 150px;
}

.filter-container200 {
    position: relative;
	padding:2px;
	height: 200px;
}

.filter-container250 {
    position: relative;
	padding:2px;
	height: 250px;
}

@media (max-width: 767px) {
    .drawer-title{
        height: 56px !important;
    }
}

/*Main content area (paper-body)*/
.paper-body {
    padding: 30px 15px;
}
#main{
    background-color: #F3F4F5;
}

/*Main toolbar styles*/
.paper-toolbar-0 .toolbar-tools.paper-toolbar .title {
    font-family: 'Source Sans Pro', sans-serif;
}

/*Current selections restyling*/
    .qv-panel-current-selections ,.qv-panel-current-selections .buttons-end .qv-subtoolbar-button, .qv-panel-current-selections .buttons .qv-subtoolbar-button, .qv-panel-current-selections .buttons-end .qv-subtoolbar-button{
        background-color: #E8EAEC !important;
    }
    .qv-panel-current-selections .buttons .qv-subtoolbar-button i, .qv-panel-current-selections .buttons-end .qv-subtoolbar-button i{
        color: #838383;
    }
    .qv-panel-current-selections .no-selection{
        color: #838383;
    }
    .qv-panel-current-selections .buttons{
        background: unset;
        border: unset;
    }
    .qv-panel-current-selections .wrap, .qv-panel-current-selections .buttons .qv-subtoolbar-button, .qv-panel-current-selections .buttons-end .qv-subtoolbar-button{
        border: unset;
    }
    .qv-panel-current-selections{
        font-family: 'Source Sans Pro', sans-serif;
    }
    .qv-panel-current-selections .item{
        font-weight: 300;
        font-family: 'Source Sans Pro', sans-serif;
        color: #838383;
        font-size: 11px;
    }
    .qv-panel-current-selections .item:hover{
        color: #E8EAEC;
    }
    .qv-panel-current-selections li{

    }
    .qv-panel-current-selections .remove{
        padding-right: 5px;
    }
    .qv-panel-current-selections .buttons-end{
        border-left: none;
        box-shadow: none;
    }
    .qv-global-search-container{
        z-index: 10003;
    }
    #dropShadow{
        z-index: 10002;
    }
    .qv-panel-current-selections .item .qv-state-count-bar{
        height: 4px;
    }

/*Sidebar*/
paper-item{
    /*background-color: #fff;*/
	background-color: #005095;
    flex-direction: column !important;
    height: 80px;
    justify-content: center;
    align-items: center;
    /*color: #838383;*/
	color: #ffffff;
}
.paper-menu-0 .selectable-content.paper-menu .iron-selected{
    font-weight: 300 !important;
    /*background-color: #F5F5FA;
    color: #3F51B5;*/
    background-color: #046ac2;
    color: #ffffff;
}

    .menu-option{
        font-family: 'Source Sans Pro', sans-serif;
    }


/*modal styling*/
  .modal{
      z-index: 10050;
  }
  .modal-backdrop{
      z-index: 10040;
  }

/*color library*/
.blue-100{ background-color:#004C9C;}
.blue-75{ background-color:#4079B5;}
.blue-55{ background-color:#739DC9;}
.blue-40{ background-color:#99B7D7;}
.blue-25{ background-color:#C0D3E7;}
.brown-100{ background-color:#804000;}
.brown-75{ background-color:#A07040;}
.brown-55{ background-color:#B99673;}
.brown-40{ background-color:#CCB399;}
.brown-25{ background-color:#E0D0C0;}
.green-100{ background-color:#78B82A;}
.green-75{ background-color:#9ACA5F;}
.green-55{ background-color:#B5D88A;}
.green-40{ background-color:#C9E3AA;}
.green-25{ background-color:#DEEDCA;}
.grey-100{ background-color:#9D9D9C;}
.grey-75{ background-color:#B6B6B5;}
.grey-55{ background-color:#C9C9C9;}
.grey-40{ background-color:#D8D8D7;}
.grey-25{ background-color:#E7E7E7;}
.indigo-100{ background-color:#624EAC;}
.indigo-75{ background-color:#897AC1;}
.indigo-55{ background-color:#A99ED1;}
.indigo-40{ background-color:#C0B8DE;}
.indigo-25{ background-color:#D8D3EA;}
.lime-100{ background-color:#80FF00;}
.lime-75{ background-color:#A0FF40;}
.lime-55{ background-color:#B9FF73;}
.lime-40{ background-color:#CCFF99;}
.lime-25{ background-color:#E0FFC0;}
.navy-100{ background-color:#004080;}
.navy-75{ background-color:#4070A0;}
.navy-55{ background-color:#7396B9;}
.navy-40{ background-color:#99B3CC;}
.navy-25{ background-color:#C0D0E0;}
.olive-100{ background-color:#808000;}
.olive-75{ background-color:#A0A040;}
.olive-55{ background-color:#B9B973;}
.olive-40{ background-color:#CCCC99;}
.olive-25{ background-color:#E0E0C0;}
.orange-100{ background-color:#EE7623;}
.orange-75{ background-color:#F2985A;}
.orange-55{ background-color:#F6B486;}
.orange-40{ background-color:#F8C8A7;}
.orange-25{ background-color:#FBDDC9;}
.pink-100{ background-color:#FF0080;}
.pink-75{ background-color:#FF40A0;}
.pink-55{ background-color:#FF73B9;}
.pink-40{ background-color:#FF99CC;}
.pink-25{ background-color:#FFC0E0;}
.purple-100{ background-color:#AD2B8A;}
.purple-75{ background-color:#C260A7;}
.purple-55{ background-color:#D28BBF;}
.purple-40{ background-color:#DEAAD0;}
.purple-25{ background-color:#EBCBE2;}
.red-100{ background-color:#FF0804;}
.red-75{ background-color:#FF4643;}
.red-55{ background-color:#FF7775;}
.red-40{ background-color:#FF9C9B;}
.red-25{ background-color:#FFC2C1;}
.sky-100{ background-color:#00A4D9;}
.sky-75{ background-color:#40BBE3;}
.sky-55{ background-color:#73CDEA;}
.sky-40{ background-color:#99DBF0;}
.sky-25{ background-color:#C0E9F6;}
.teal-100{ background-color:#56B1BF;}
.teal-75{ background-color:#80C5CF;}
.teal-55{ background-color:#A2D4DC;}
.teal-40{ background-color:#BBE0E5;}
.teal-25{ background-color:#D5ECEF;}
.yellow-100{ background-color:#FFFF00;}
.yellow-75{ background-color:#FFFF40;}
.yellow-55{ background-color:#FFFF73;}
.yellow-40{ background-color:#FFFF99;}
.yellow-25{ background-color:#FFFFC0;}