/* ************************** */
/* Special styling for Charts */
/* ************************** */
[class*="Target"] {
	stroke-width: 0px !important;
}

html *
{
   font-family: Arial, sans-serif !important;
}

h1 {
	font-size: 2.5em;
}

.main-layout {
	display: flex;
}

.country-layout {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.manual-layout {
	display: flex;
	flex-direction: column;
	padding-left: 10%;
	width:40%;
	min-width: 500px;
	padding-top: 3rem;
}

.manual-layout h2 {
	color: #566c11;
}

.manual-layout p {
	color: #333333;
}

.country-sidebar {
	background-color: #c2e5f7;
	padding: 5px 0;
	position: sticky;
	position: -webkit-sticky;
	top: -1px;
	width: 190px;
}

.country-sidebar-container {
	position: sticky;
	position: -webkit-sticky;
	top: 70px;
}

.sidebar-title {
	margin: 10px 20px;
	color: #f37221;
	font-weight: bold;
}

.dropdown-label {
	display: inline;
	color: #566c11;
	font-weight: bold;
	font-size: .9em;
	margin-bottom: 5px;
}

.dropdown-select {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 10px 20px;
}

.dropdown-select > p {
	margin: 0 0 5px 0;
}

.dropdown-input {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: .75em;
}

.dropdown-input select {
  background-color: #ffffff;
  color: #000000;
  font-size: inherit;
  padding: .5em;
  padding-right: 2.5em;
  border: 0;
  margin: 0;
  border-radius: 3px;
  text-indent: 0.01px;
  text-overflow: '';
  -webkit-appearance: button; /* hide default arrow in chrome OSX */
}

.map-dropdown-input {
	background-color: #00629c;
	width: 100%;
	color: #fff;
	font-weight: bold;
}

.map-dropdown-input select {
  background-color: #ffffff;
  color: #000000;
  font-size: inherit;
  padding: .5em;
  padding-right: 2.5em;
  border: 0;
  margin: 0;
  border-radius: 3px;
  text-indent: 0.01px;
  -webkit-appearance: button; /* hide default arrow in chrome OSX */
}

select {
  /* margin: 50px; */
  width: 150px;
  padding: 5px 35px 5px 5px;
  font-size: 16px;
  border: 1px solid #ccc;
  height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
	appearance: none;
	background-color: #666666;
}

select[multiple] {
	height: 85px;
	padding: initial;
}

.select-selected {
	background-color: darkorchid;
}

.header {
	background-color: #fff;
	padding: 1.2631578947rem 0 1rem;
}

.l-constrain {
	margin-left: auto;
	margin-right: auto;
	max-width: 90%;
	padding-left: 0.5rem;
	padding-right: 0.5rem; 
}

.l-constrain--no-padding {
	padding-left: 0;
	padding-right: 0; 
}

.l-constrain--wide {
	max-width: 90%;
}

@media (max-width: 50em) {
    .l-constrain--wide {
        max-width: 100%;
    }
}


@media (max-width: 62.5em) {
    .l-constrain--wide-mobile {
        max-width: 90%;
    }
}

.l-constrain--narrow {
    max-width: 50%;
}

.header__second {
  margin-top: 1.2105263158rem; }
  @media (min-width: 68.75em) {
    .header__second {
      float: left;
      margin-top: 0;
			text-align: right; } }

.loc--header {
	background-image: linear-gradient(to right, #c2e5f7, #e9e3db);
	display: flex;
	justify-content: space-around;
	padding: 2rem;
}

.loc--header__first {
	display: flex;
}
.loc--header__left {
	display: flex;
	margin-left: 5%;
	justify-content: flex-start;
	flex-direction: column;
}
.loc--header__right {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}


.loc--header__left > h1 {
	margin: 0;
	color: #566c11;
}

.loc--header__detail {
	display: flex;
	flex-direction: row;
	min-width: 600px;
}

.loc--header__detail h4 {
	color: #666666;
}

.loc--header__detail ul {
	font-size: 14px;
	padding: 0;
	width: 50%;
}

.loc--header__detail li {
	list-style: none;
	padding-bottom: 5px;
	font-size: 14px;
}

.loc--header__detail li:first-child {
	font-weight: bold;
	padding-bottom: 10px;
	font-size: 18px;
}

.blue-btn {
	background-color: #00629C;
	color: #ffffff;
	font-weight: bold;
	padding: 10px 30px;
	text-align: center;
	text-decoration: none;
	width: 160px;
	cursor: pointer;
}

.blue-btn_short {
	background-color: #00629C;
	color: #ffffff;
	font-weight: bold;
	padding: 0px 30px 0px 30px;
	text-align: center;
	text-decoration: none;
	width: 160px;
	cursor: pointer;
}

.blue-btn__inactive {
	background-color: #bec6d3;
	color: #666666;
}

.blue-btn_sub {
	background-color: #00629C;
	color: #ffffff;
	display: flex;
	flex-direction: row;
	font-weight: bold;
	font-size: 0.7rem;
	float: left;
	text-align: center;
	text-decoration: none;
	width: 220px;
	border-top: 1px solid white;
	cursor: pointer;
}

.blue-btn_item_right {
	text-decoration: none;
	width: 50%;
	color: white;
	border-left: 1px solid white;
}

.grey-btn_item {
	background-color: #bec6d3;
	text-decoration: none;
	width: 33.333333333%;
	color: white;
	border-left: 1px solid white;
}

.blue-btn_item {
	text-decoration: none;
	width: 33.333333333%;
	color: white;
	border-right: 1px solid white;
}

.blue-btn2 {
	display: block;
	background-color: #00629C;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	width: 160px;
	cursor: pointer;
}

.loc-confirm-btn {
	width: 240px;
	border-radius: 5px;
	padding: 15px 30px;
	font-size: 0.9em;
	margin-top: 20px;
}

.loc-select {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 0;
}

.big-blue-btn {
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer {
  background-color: #E9E3D8;
	color: #e9e3db;
  margin-top: 46px;
	padding: .8rem 0; 
}

.footer__first {
	float: left;
	max-width: 60%;
	/* margin-right: 2rem; */
} 

.flex-footer {
	display: flex;
	justify-content: space-between;
}

.footer__second {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
  /* @media (min-width: 51.875em) {
    .footer__second {
      float: left;
      margin-top: 0;
      text-align: right; } }
	}
	} */
      
.bottom--footer {
	background-color: #666666;
	color: #ffffff;
	font-size: 10px;
	padding: 10px 0;
}

.bottom--footer__text {
	display: flex;
	align-items: flex-start;
}

.flex-footer {
	display: flex;
	justify-content: space-between;
}

.nav {
  list-style: none;
	padding: 0; 
}

.nav__item {
  margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: flex;
	justify-content: center;
	text-align: center;
	font-size: .85rem;
}
  
.nav__item, .nav--main .nav__item {
  display: -moz-inline-stack;
	display: inline-block;
  vertical-align: middle;
	white-space: nowrap; 
}
  

.nav--footer .nav__item {
	margin-right: 1.2105263158rem; 
}
  .nav--footer .nav__item:last-child {
    margin-right: 0; }

.nav__link, .footer__link {
  color: #666666;
  font-size: 0.7894736842rem;
	text-decoration: none; 
	margin-right: 10px;
}
.nav__link:focus, .nav__link:hover, .footer__link:focus, .footer__link:hover,
{
	color: #ffffff; 
}

.footer__link {
	color: #666666;
	font-size: 0.8rem;
	margin-right: 1rem;
	text-decoration: none;

}

.sectioncontent {
	width: 45%;
	padding-left: 5px;
	padding-right: 5px; }

.header__first {
	display: flex;
	justify-content: space-around;
}

.nav--header {
	display: flex;
}

.nav--header__item {
	padding: 15px 0px;
	min-width: 105px;
}

.nav--header__item > a {
	text-decoration: none;
	color: #666666;
}

.site-name__link {
	display: flex;
	align-items: center;
	max-width: 80%;
  padding: 0.1447368421rem 0;
  text-decoration: none; }
  
.site-name__logo {
  border-right: 1px solid #e9e3db;
  display: inline-block;
  margin-right: 0.4rem;
  padding-right: 0.5789473684rem;
	vertical-align: middle; 
}

.site-name__logo__bottom {
  border-right: 1px solid #666666;
  display: inline-block;
  margin-right: 0.4rem;
	padding-right: 0.5789473684rem;
	vertical-align: middle; 	
}

.site-name__slogan {
  color: #f37221;
  font-size: 1.2105263158rem;
  font-weight: 700;
  vertical-align: middle; }
  
.hidebydefault {
	display: none; }

/* ************************************************* */
/* National Indicator Page NOTE: Should be re-usable */
/* ************************************************* */

.chart {
	background-color: #f9fafc;
	width: 60%;
	margin: auto;
}

.chart__container {
	display: grid;
	grid-template-columns: auto auto;
	margin: auto;
	font-size: .9rem;
	width: 100%;
	z-index: 10;
	overflow: visible;
}

.chart__indicatorpagelink {
	display: inline-block;
	margin-left: -.4rem;
	margin-right: -.4rem;
}

.button-amfar  {
	background-color: #535353;
	color: #fff;
	font-weight: bold;
	font-size: .75rem;
	padding: .4rem 1.25rem .4rem 1.25rem;
	border: 1px solid #fff;
	transition: background-color 300ms ease-in;
	width: 36%;
}

.button-amfar:hover, 
.button-amfar:active  {
	background-color: #e95a13;
}

.button-group {
	display: flex;
}

.chart__mini {
	background-color: #ffffff;
	min-width: 300px;
	margin: 10px 1% 10px 1%;
	border: 1px solid #313E6B;
	position: relative;
}

.chart__title {
	text-align: center;
	color: #313E6B;
	padding: 0 0.6rem 0 0.6rem;
}

.chart__title p {
	text-align: justify;
}

.chart__explain {
	padding: 1rem 0rem 1rem 0rem;
	margin-top: 0;
	border: 1px solid #f37221; 
	background-color: #313E6B;
	color: #FFFFFF;
	height: 14px;
	overflow: hidden;
	z-index: 0;
}

.chart__explain h7 {
	margin-left: 0.8rem;
	font-size: 0.9rem;
	font-weight: bold;
	margin-bottom: 0.8rem;
}

.chart__explain:hover {
	overflow: visible;
	position: absolute;
	height: auto;
	z-index: 10;
	padding-bottom: 0;
}

.chart__explain__sub {
	color: black;
	padding: 0px .5rem .5rem .5rem;
	background-color: #e9e3db;
}

[class*="card"]{
	background-color: #ffffff;
	padding: 3 3 3 3;
}

.separator {
	clear: both;
	background-color: #ffffff;
	margin-top: 10px;
	margin-bottom: 10px;
}

.card__full {
	width: 95%;
	margin: auto;
	padding-top: 5px;
	padding-bottom: 20px;
	padding-right: 10rem;
	overflow: visible;
}

.card__full h1 {
	color: #566c11;
}

/* *************************************************************** */
/* Mapstyles NOTE: SHOULD BE RE-ASSESSED HOW MUCH THESE ARE NEEDED */
/* *************************************************************** */
.districts__Raw {
  fill: none;
  stroke: #666666;
  stroke-width: 0.5px;
  stroke-linejoin: round;
}

.districts__Ach {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 0.5px;
  stroke-linejoin: round;
}

.highlight {
	stroke: #ff38c0; 
	stroke-width: 1.5px;
}

.highlight2 {
	stroke: #fff200; 
	stroke-width: 2.2px;
}

.highlight__fill {
	fill: #ff38c0; 
}

.background {
  fill: none;
  pointer-events: all;
}

div.tooltip { 
	position: absolute;
	text-align: center;
	width: auto;
	height: auto;
	padding: 2px;
	font: 12px sans-serif;
	background: lightsteelblue;
	border: 0px;
	border-radius: 8px;
	z-index: 10;
	opacity: 0;
}

.map {
	width: 90%;
	margin: auto;
}

.map__container {
	display: grid;
	grid-template-columns: auto minmax(350px, 27%);
	width: 100%;
	text-align: center;
	margin: auto;
}

.map__button__container {
	display: flex;
	flex-direction: row;
	background-color: #666666;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

.map__button {
	padding: 20px 30px;
	color: #fff;
	width: 50%;
	text-align: center;
	display: flex;
	align-items: center;
	background: none;
	border: 1px solid #fff;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-weight: bold;
	font-size: 0.9rem;
	cursor: pointer;
}

.is_active {
	background-color: #f37221 !important;
}

.map__container__sub {
	width: 100%;
	vertical-align: top;
	margin: auto;
	border: 1px solid #313E6B;
	background-color: #d5e4ea;
}

.map__container__subcontent {
	padding: 10px;
	border: 1px solid #313E6B;
}

.map__container__subcontent h5 {
	color: #f37221;
	padding: 0 0 0 0;
	text-align: left;
	margin: 0 0 0 0;
}

.map__container__subcontent p {
	font-size: 0.8rem;
	padding: 0 0 0 0;
	text-align: left;
}

.map__title {
	text-align: left;
	width: 100%;
	padding-top: 0;
	margin-top: 0;
	color: #f37221;
	
}

.map__actual {
	display: flex;
    flex-direction: row;
    align-items: center;
}

.map__actual__svg {
	width: 100%;
	display: block;
	margin: auto;
}

.map__legend {
	flex: 0 0 auto;
	width: 175px;
}

@media (max-width: 62.5em) {
    .map__legend {
        flex-direction: row;
        flex-wrap: wrap;
    }
}

.map__legend__row {
	display: flex;
    flex-direction: row;
    align-items: center;
/*     border-bottom: 1px solid #f5f4f0; */
}

@media (max-width: 62.5em) {
	.map__legend__row {
		border: none;
	}
}

.map__legend__row > * {
	margin: 0.2rem;
}

.map__legend__swatch {
	margin-right: 0.5em;
}

.map__legend__swatch span {
    width: 20px;
    height: 20px;
    display: block;
}

.map__legend__label {
	float: left;
	font-size: 0.8rem;
}
/* *********************** */
/* Indicator Manual Styles */
/* *********************** */
.manualinformation {
	color: #565656;
	padding: 1em 1em 1em 1em;
	background: #b6d0f9; }

.ManualFrequency {
	background-color: #bad9ff; }


/* ******************* */
/* Basic Opt in Styles */
/* ******************* */
.floatleft {
	float: left; }
	
.floatright {
	float: right; }
	
.floatcenter {
	float: center; }
	
.clearfloat {
	clear: both;}


/* ************************** */
/* Special Menus or Selectors */
/* ************************** */

.radioside {
	display: block;
	position: relative;
	cursor: pointer;
	margin-bottom: 3px;
	text-align: center;
	color: #fff;
	font-size: 0.9rem;
	border: 1px solid #fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #666666;
	width: 95%;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 5%;
}

.radioside:hover {
	background-color: #f37221;
	transition: background-color 300ms ease-in;
}

.radioside.is_active {
	background-color: #f37221;
	width:100%;
	margin-right:0%;
}

.radioside input {
	position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.service__tooltip {
	display: inline;
	position: relative;
}

#service__tooltip__item {
	display: none;
	position: absolute;
}

.service__tooltip:hover + #service__tooltip__item, #service__tooltip__item:hover {
	display: block;
	position: absolute;
	margin-left: 110px;
	margin-top: -10px;
	border: 1px black solid;
	font-weight: normal;
	z-index: 50;
	width: 420px;
}

.title__special {
	width: 95%;
	background-color: #313E6B;
	color: #FFFFFF;
	margin: auto;
	text-align: center;
}

.PDF__download {
	width: 95%;
	background-color: #f2a100;
	color: #ffffff;
	border: 1px solid #313E6B;
	margin: auto;
	text-align: center;
	text-decoration: none;
}

.PDF__download h2 {
	margin-right: 4px;
	margin-left: 4px;
}

a.PDF__download__link {
	text-decoration: none;
}

.sidepanel__info {
	text-align: center;
}

.sidepanel__info h4 {
	color: #313E6B;
	margin-bottom: 0px;
}

.sidepanel__info p {
	color:  #565656;
	margin: 2px 5px 1px 4px;
	text-align: left;
}

	
/* ************************** */
/* Data Table Design elements */
/* ************************** */
.datatablebody tr:nth-child(even) {background-color: #e2e2e2;}

.snudatarowright {
	text-align: right;
}

.unmatchedtable{
	max-height: 240px;
	flex: 1 1 auto;
	overflow: scroll;
	width:100%;
	font-size: 0.6rem;
	color: #313E6B;
	overflow-x: hidden;
}

.datatable {
	width: 100%;
	font-size: .87rem;
	color: #2b2b2b;
}

.table__button__container {
	display: flex;
	flex-direction: row;
	background-color: #666666;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

.table__button {
	padding: 20px 30px;
	color: #fff;
	width: 50%;
	text-align: center;
	display: flex;
	align-items: center;
	background: none;
	border: 1px solid #fff;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-weight: bold;
	font-size: 0.9rem;
	cursor: pointer;
}


.datatablehead {
	top: 59px;
	z-index: 10;
	cursor: pointer;
	font-weight: bold;
	vertical-align: middle;
	color: #fff;
	background-color: #44546a;
}

.datatableheadach {
	background-color: #00629c;
}

.datatablebody {
	min-width: 100%;
}

.datatableheadach:hover .sortarrowdiv {
	opacity: 0.4; }

.datatableheadcol:hover .sortarrowdiv {
	opacity: 0.4; }

.sortarrowdiv {
	opacity: 0;
	float: right;
	vertical-align: middle;
	margin-top: 5%;
}

.infodisaggtable {
	width: 100%; 
	border: 1px solid #565656;
}

.modal-backdrop {
	display: none;
	background-color: rgba(0, 0, 0, 0.75);

	position: fixed;
	top: 0;
	width: 100vw;
	height: 100vh;
	left: 0;
}

.modal-backdrop.is-active {
	display: flex;
	align-items: center;
	justify-content: center;
}

.modal {
	background-color: #333333;
	width: 50vw;
	height: 50vh;
}

.modal__header {
	display: flex;
	flex-direction: row-reverse;
	margin: 2rem;
}

.modal__close {
	display: block;
	color: white;
	text-decoration: none;
	font-size: 36px;
}

.modal__content {
	margin: 0 auto;
	width: 70%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.button {
	appearance: none;
	background-color: #00629c;
	border: 0;
	color: #fff;
	margin: 0;
	padding: 1rem;
}
.district-toggle {
	display: inline-block;
	background-color: #f37221;
	color: #fff;
	margin: 0.25rem;
	padding: 0.5rem 0.75rem;
	text-decoration: none;
}

.district-toggle::after {
	content: 'X';
	font-weight: bold;
	padding-left: 0.5rem;
}


.sub-nav {
	position: sticky;
	position: -webkit-sticky;
	top: -1px;
	z-index: 10;
	display: flex;
	flex-direction: row;
	background-color: #8e8e8e;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding-left: 190px;
}

.sub-nav__item {
	padding: 15px 20px;
	color: #fff;
	height: 100%;
	display: flex;
	align-items: center;
	background: none;
	background-color: #666666;
	border-top: 0;
	border-bottom: 0;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-weight: bold;
	font-size: 0.9rem;
	cursor: pointer;
	width: auto;
}

.sub-nav__itemSelect {
	background: url(/images/dropdown-arrow.png) no-repeat;
	background-color: #666666;
	background-position: 98% 50%;
	border-left: 0;
}


.sub-nav__arrow {
	width:0;
	height:0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid white;
}

.sub-nav__item optgroup {
	background-color: #f37221;
}

.sub-nav__item option {
	background-color: #666666;
}

.sub-nav__item:focus:not(:focus-visible) {
  outline: none;
}

.sub-nav__item.is-active {
	background-color: #f37221;
}

.sub-nav__item + .sub-nav__item {
	border-left: none;
}

.home__select {
  background-color: #fff;
  width: auto;
}

.home__about__grid {
  background-color: #e9e3d8;
}

.home__about__grid__container {
  display: flex;
  justify-content: space-around;
  padding: 40px 80px;
}

.home__about__item {
  width: 40%;
  max-height: 300px;
  border-top: 7px solid #00629c;
}

.home__about__item a {
  text-decoration: none;
  color: #f37221;
}

.home__trend {
  height: 250px;
  max-width: 70%;
}

.home__trend-container {
  display: flex;
  flex-direction: row;
  max-width: 800px;
}

.home__trend-text {
  max-width: 20%;
}

.home__top {
  background-image: url('../images/home-bg.png');
  max-height: 926px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 80px;
}

.home__top__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  max-width: 1060px;
}

.home__title {
  color: #fdba08;
  text-align: center;
  margin-top: 40px;
}

.home__sub {
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
}

.home__selector {
  background-color: rgba(0,0,0,0.4);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  height: 150px;
}

.home__selector__title {
  color: #f37221;
  text-align: center;
  margin: 0;
  padding-bottom: .1rem;
}

.home__results__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
	padding: 40px 80px;
	max-width: 1000px;
}

.home__results__item__title {
  color: #566c11;
}

.home__results__grid {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%;
}

.home__results__charts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 60px;
/*   max-width: 800px; */
}

.home__trend-title {
  color: #f37221;
}

.home__card__text {
  color: #f37221;
  margin-top: -1rem;
  padding-left: 1rem;
  width: 80%;
  background-color: rgba(255,255,255,0);
}

.home__card__title {
	font-weight: bold;
}

.home__trend__text {
  font-size: 1em;
}

.home__trend__title a {
	text-decoration: none;
}

.home__trend__container {
  display: flex;
  justify-content: space-between;
}

.flip-container {
	perspective: 1000px;
	border: 1px solid #666666;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	width: 240px;
	height: 240px;
	margin: 20px;
}
	/* flip the pane when hovered */
	.flip-container:hover .flipper, .flip-container.hover .flipper {
		transform: rotateY(-180deg);
	}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-webkit-transition: 0.6s;
	position: relative;
}

/* hide back of pane during swap */
.front {
	backface-visibility: hidden;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	width: 240px;
	height: 240px;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-image: url('../images/corner-button.png');
	background-color: white;
	background-repeat: no-repeat;
	background-position: right bottom;
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

.front :hover {
	z-index: -1;
}

.back {
	backface-visibility: hidden;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	width: 240px;
	height: 240px;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #C2E5F7;
	transform: rotateY(180deg);
}

.back :hover {
	z-index:3;
}

.back__card__text {
	text-align: center;
	background-color: #c2e5f7;
	margin: 20px;
	font-size: 0.9rem;
}

.home__trend-title {
  color: #f37221;
}

.district-filter {
	padding: 0.25rem;
	border: 2px solid #fdba08;
}

.district-filter__toggle {
	display: block;
	font-size: 3rem;
	text-decoration: none;
}

.district-filter__toggle::after {
	content: '^';
}

.district-filter__toggle.is-collapsed::after {
	content: 'v';
}

.district-filter__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 1rem;
}

.district-filter__form {
	background-color: #E9E3DB;
	padding: 2rem;
}

.district-filter__search {
	display: flex;
	margin-bottom: 1rem;
}

.district-filter__search input[type=text] {
	width: 30rem;
}

.district-filter__container {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	max-height: 10rem;
	overflow-y: auto;
}

.district-filter__district {
	align-items: center;
	flex-basis: 25%;
	box-sizing: border-box;
	display: inline-flex;
	margin: 0.25rem 0;
	padding: 0;
}

.social-footer {
	/*display: flex;
	justify-content: flex-start;*/
	background-color: #C2E5F7;
	box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.25);
	padding: 2rem;
}

.social-links {
	padding: 0;
	margin: 0;
	cursor: pointer;
	text-decoration: underline;
	color: #262626;
}

.social-links__item {
	list-style-type: none;
	margin-right: 1rem;
}

.social-links__links {
}

.social-footer__social {
	margin-right: 4rem;
}

.social-footer__download {

}


.download_link {
	font-size: 1.25rem;
	color: #262626;
	text-decoration: none;
}

.download_link:hover {
	text-decoration: underline;
}

.download_link svg {
	margin-right: 1rem;
	position: relative;
	top: 2px;
}
