@import url('https://fonts.googleapis.com/css?family=Lato:400,700');

:root {
    --ia-site-primary-color: #482987;
    --ia-site-primary-color-darker: #604C8D;
    --ia-site-banner-bg-color: var(--ia-site-primary-color);
	--ia-site-banner-fg-color: #ffffff;
    --ia-site-background-color: #e7f2f7;
}

body {
  font-family: Swis721, Arial, sans-serif !important;
  overflow: auto !important;
}

h1 {
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: 36px;
}

.navigation-wrapper {
  /* customer_dependant */
  background: white;
  background-image: none;
  color: var(--ia-site-primary-color, #482987); 
  border-bottom: 0px solid var(--ia-site-primary-color-darker, #604C8D);
}

.navigation-wrapper .main-navigation .primary-menu > li > a,
.navigation-wrapper .main-navigation .primary-menu > li > a:hover {
	color: #fff;
}

.main-navigation .primary-menu .menu-item a:hover {
  color: #fff !important;
  background-color: var(--ia-site-primary-color, #482987) !important;
}

.main-navigation .sub-menu .menu-item a:hover {
  color: #fff !important;
  background-color: var(--ia-site-primary-color, #482987) !important;
}

@media screen and (min-width: 56.875em) {
  /* customer_dependant */
  .navigation-wrapper {
    background: var(--ia-site-primary-color, #482987);
    background-image: none;
  }

  .main-navigation .primary-menu > li {
    border-right: 0px solid rgba(0,0,0,.2);
	margin-right: 2vw;
    /* customer_dependant */
    background-color: var(--ia-site-primary-color, #482987);
  }
}

.menu-toggle.toggled-on, .menu-toggle.toggled-on:hover, .menu-toggle.toggled-on:focus {
    background-color: var(--ia-site-primary-color, #482987);
    border-color: var(--ia-site-primary-color, #482987);
    color: #fff;
}

.tile .tile-inner {
    background: #F1F1F1;
}

a.tile-action{
    color: #000;
}

.tiles .tile-action:hover .tile-inner {
  /* customer_dependant */
  outline: 1px solid var(--ia-site-primary-color, #482987);
  background-color: #eaeaea;
}

.tiles .tile-action:hover {
  /* customer_dependant */
  color: #000; 
}


.tiles .tile-h-3 {
    height: auto;
    grid-row: auto / span 3;
}

.search-submit {
  /* customer_dependant */
  background-color: var(--ia-site-primary-color, #482987);
}

.qp-map {
  margin-top: 10px;
  border: 1px solid #bbb;
}

.qp-container {
  overflow: visible;
  background: #F1F1F1; 
}

.qp-map-feature {
  fill: #fff;
  stroke: var(--ia-site-primary-color, #482987);
  stroke-width: 2;
  fill-opacity: 0.1;
}

.qp-map-feature:hover {
  fill: var(--ia-site-primary-color, #482987);
  stroke: var(--ia-site-primary-color, #482987);
  fill-opacity: 0.6;
}

.qp-background-reference-map {
  pointer-events: none;
}

.tile-theme .tile-inner {
  background-position: 98% 100%;
  background-repeat: no-repeat;
  background-size: 80px;
}

svg text {
  font-family: sans-serif;
}

@media screen and (max-width: 1025px) {
  .site-content .report-viewer {
    margin: 0 -5.5%;
  }
}

/**
 * Will need moved to main styles css file
 */

.tile-stat .tile-footer {
  bottom: -4px;
  font-size: 10px;
  opacity: 0.7;
}

#masthead
{
    background-color: #ffffff;
}

#iaoCookieBanner.in {
    background-color: #000;
    padding: 40px 120px;
    height: auto;
}
#iaoCookieBanner.in > div {
  position: relative;
    z-index: 10001;
}
#iaoCookieBanner.in::before {
    content: ' ';
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    cursor: not-allowed;
    pointer-events: all;
    z-index: 9999;
}

/* to override text colour in reports */
/*.rboxstat, .rboxstatsub, .rboxicon, .ia-app a {color: #482987 !important;}*/

.page-header, .content-bottom-widgets, .entry-footer {
	margin-left:0px !important;
	margin-right:0px !important;
}

#iaCookieOkButton {
	color:#333333;
}

/*.header-search {
	display: none;
}*/


.header-image {
	width: 285px;
}

.site-branding {
    margin-top: 20px;
    margin-bottom: 20px;
}

@media screen and (max-width: 910px) {
    .navigation-wrapper .main-navigation .primary-menu > li > a, .navigation-wrapper .main-navigation .primary-menu > li > a:hover, .navigation-wrapper .main-navigation .primary-menu > li > a:focus {
        color: var(--ia-site-primary-color, #482987);
    }
}

.header-search{
	display:none;
}