﻿/* CountUp widget 2015-04 */
.infoPanel { 
    width:21%; 
    margin:2%; 
    padding:4%;
    
    float:left; 
    
    border-radius:10px;  
    color:#fff;
    /*text-align:center; */
    font-size:1.2vw; /* Link font size to viewport width so that it will scale nicely */
    font-family: tahoma, chicago, sans-serif;
}

.infoPanel.right { 
    float: right;
}

.infoPanel .text, .infoPanel .icon { 
    width:54%;
    display:inline-block;
    vertical-align:middle;
    
    margin:0 auto; 
    padding:0 auto;
    padding-left: 3%;
}
.infoPanel .icon { 
    width:42%; font-size:6em;
}
.infoPanel .icon img { 
    width:80px;
    height:80px;
}
.infoPanel .data {
    font-size:4em; 
    font-family: arial, helvetica, helv, sans-serif;
}

.infoPanel .spacer {
    line-height: 0.5em;
}

.infoPanel .text2 {
    font-size: 1rem;;
}

/* LAYOUT OPTIONS */
.infoPanel-col-1 {
    width:80%; 
    margin:2%; 
    padding:4%; 
    font-size:1.65vw;
}
.infoPanel-col-2 {
    width:38%; 
    margin:2%; 
    padding:2%; 
    font-size:0.9vw;
}
.infoPanel-col-2 .text { font-size:1.1em; }
.infoPanel-col-2 .data { font-size:3em; }
.infoPanel-col-3 {
    width:25%; 
    margin:2%; 
    padding:2%; 
    font-size:0.75vw;
}
.infoPanel-col-3 .text, .infoPanel-col-3 .icon { width:100%; }
.infoPanel-col-3 .text { font-size:1.25em; margin-top:3%; }
.infoPanel-col-3 .data { font-size:2.5em; }

/* RESPONSIVE EDITS */
@media only screen and (max-width: 1400px){
    .infoPanel { 
        font-size:1.1vw;
    }
}

@media only screen and (max-width: 997px){
    .infoPanel { 
        font-size:1.65vw;
    }
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (max-width: 768px) and (min-width: 481px) {
/* Stack 2 and 3 col layout for iPads to preserve readability     */
    .infoPanel-col-1 .text, .infoPanel-col-1 .icon { width:34%; padding:4%; font-size:10em;}
    .infoPanel-col-1 .text { font-size:1.4em; margin-top:3%; }
    .infoPanel-col-1 .data { font-size:3.5em; }
    
    .infoPanel-col-2 .text, .infoPanel-col-2 .icon { width:92%; padding:4%;}
    .infoPanel-col-2 .text { font-size:1.4em; margin-top:3%; }
    .infoPanel-col-2 .data { font-size:3.5em; }
}
/* iPads (portrait and landscape) ----------- */
/*@media only screen and (max-width: 768px) and (min-width: 481px) {*/
/* Split 3 col layout into 2 col layout for iPads 
    .infoPanel-col-3 {     
        width:38%; 
        margin:2%; 
        padding:4%; 
        font-size:1.65vw; 
    }
}
*/
/* Smartphones (portrait and landscape) ----------- */
/* Header font size fix 2017-06 */
@media only screen and (max-width: 375px) {
    .infoPanel .text { font-size:1.25em !important;}
}

@media only screen and (max-width: 480px) {
    .infoPanel { width:88%; padding:4%; font-size:3vw; }
    .infoPanel .text, .infoPanel .icon { width:54%; }
    .infoPanel .text { font-size:1em; }
/* Header font size fix 2017-06 */
    .infoPanel .text1 {font-size: 1.5em; }
    .infoPanel .text2 {font-size: 1.4em;}     
    .infoPanel .icon { width:35%; font-size:7em; }
    .infoPanel .data { font-size:4em; }
}
/* END CountUp widget 2015-04 */

/* slidescreen widget 2015-08 */
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px; }
.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px; }
.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }
.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s; }
.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity; }
.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em; }
.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }
.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px; }
.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px; }
.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute; }
.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px; }
.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px; }
.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none; }
  .twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block; }
  .twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0); }
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
      opacity: 0; }
  .twentytwenty-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
.twentytwenty-before-label {
  opacity: 0; }
  .twentytwenty-before-label:before {
    content: "Before"; }
.twentytwenty-after-label {
  opacity: 0; }
  .twentytwenty-after-label:before {
    content: "After"; }
.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px; }
.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px; }
.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px; }
.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px; }
.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25; }
  .twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5); }
    .twentytwenty-overlay:hover .twentytwenty-after-label {
      opacity: 1; }
    .twentytwenty-overlay:hover .twentytwenty-before-label {
      opacity: 1; }
.twentytwenty-before {
  z-index: 20; }
.twentytwenty-after {
  z-index: 10; }
.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer; }
.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px; }
.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px; }
.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px; }
.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px; }
/* END slidescreen widget 2015-08 */
 

/* card-grid widget 2015-08 */
.card-grid-panels *, .card-grid * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
/*
body {
  font-family: 'Arial', sans-serif;
  font-size:62.5%;
}
*/
/* ---- button ---- */
.card-grid-button-group .button, .card-grid-panel .button {
  display: inline-block;
  padding: 10px 18px;
  margin-bottom: 10px;
  background: #D9D9D9;
  border: none;
  border-radius: 7px;
  /* background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) ); */
  color: #222;
  /* font-family: sans-serif; */
  font-size: 12px;
  /* text-shadow: 0 1px white; */
  cursor: pointer;
}
.card-grid-button-group .button:hover, .card-grid-panel .button:hover {
  background-color: #0279B1;
  /* text-shadow: 0 1px hsla(0, 0%, 100%, 0.5); */
  color: #FFF;
}
.card-grid-button-group .button:active, .card-grid-panel .button:active,
.card-grid-button-group .button.is-checked, .card-grid-panel .button.is-checked {
  background-color: #0279B1;
}
.card-grid-button-group .button.is-checked, .card-grid-panel .button.is-checked {
  color: #FFF;
  /* text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8); */
}
.card-grid-button-group .button:active, .card-grid-panel .button:active {
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}
/* ---- card-grid-button-group ---- */
.card-grid-button-group:after {
  content: '';
  display: block;
  clear: both;
}
.card-grid-button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
}
.card-grid-button-group .button:first-child { border-radius: 5px 0 0 5px; }
.card-grid-button-group .button:last-child { border-radius: 0 5px 5px 0; }
.card-grid-button-group {
    margin-top: 1em;
}
/* ---- isotope ---- */
.card-grid {
clear:both;
}
/* clear fix */
.card-grid:after {
  content: '';
  display: block;
  clear: both;
}
/* ---- .card-grid-item ---- */
.card-grid-item {
  position: relative;
  float: left;
  width: 32.3%;
  margin: 0.5%;
  padding: 0px;
  background: #888;
  color: #262524;
  
  padding-top:33.3%;
}
.card-grid-item > * {
  margin: 0;
  padding: 0;
}
.card-grid-item-container {
    position:absolute; top:0; left:0; bottom:0; right:0;
}
.card-grid-item .featured-image {
    height:100%; 
    background: #262524 no-repeat 0 0; 
    background-size: 100% 100%;
}
.card-grid-item .featured-image h2 {
    width:100%; 
    position:absolute;
    bottom:0;
    margin:0;
    padding:10px;
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;    
    
    text-align:center;
    color:#fff;
    background-color: #0279B1;
}

/* ITEM OVERLAY */
.post-overlay {
    position: absolute;
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    color: #fff;
    text-align: center;
    background-color: #0279B1;
    overflow: hidden; 
    z-index: 10;
}
.card-grid-item:hover .post-overlay {
  opacity: 0.9;
}
.card-grid-item:hover .featured-image h2 {
  opacity: 0;
}
.post-overlay-inner { margin: 20px; }
.post-overlay .post-title {
    color: #fff;
    font-weight: normal;
    font-size:20px; line-height:22px;
    padding: 0 10px;
    margin: 10px auto;
}
.post-overlay .post-title a { color: #fff; }
.post-overlay .post-content {
    color: #fff;
    font-weight: normal;
    font-size:14px; line-height:16px;
    padding: 0 10px;
    margin: 0px auto;    
}
.post-overlay .more { font-size:14px; width:25px; height:25px; display:inline-block; background-color:#fff; margin:10px; 
/* line-height:25px; */
vertical-align:middle; padding:6px; color: #0279B1;  
}
.post-overlay .icon { font-size:4vw; display:none; }
.post-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    text-decoration:none!important;
}
/* RESPONSIVE ITEMS WIDTHS */
/*
@media only screen and (min-width: 960px) {
    .card-grid-item { width: 23%; padding-top:23%; }
    .post-overlay-inner { margin: 20px; }  
    .post-overlay .icon { font-size:5vw; }
    .post-overlay .post-title { font-size:1.7vw; line-height:1.9vw; }
    .post-overlay .post-content { font-size:1.1vw; line-height:1.3vw; }    
}
@media only screen and (max-width: 960px) and (min-width: 768px) {
    .card-grid-item { width:31.33%; padding-top:31.33%; }
    .post-overlay-inner { margin: 20px; }  
    .post-overlay .icon { font-size:6vw; }
    .post-overlay .post-title { font-size:2.2vw; line-height:2.4vw; }
    .post-overlay .post-content { font-size:1.6vw; line-height:1.8vw; }      
}
*/
/* iPads (portrait and landscape) ----------- */
@media only screen and (max-width: 768px) and (min-width: 481px) {
    .card-grid-item { width:32.3%; padding-top:32.3%; } 
    .post-overlay-inner { margin: 10px 5px; }  
    .post-overlay .icon { font-size:8vw; }
    .post-overlay .post-title { font-size:2.7vw; line-height:2.9vw; }
    .post-overlay .post-content { font-size:2.3vw; line-height:2.5vw; }         
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 480px) {
    .card-grid-item { width:49%; padding-top:49%; }
    
    .card-grid-button-group .button, .card-grid-panel .button {
        font-size: 16px;
    }    
    .post-overlay-inner { margin: 10px 5px; }  
    .post-overlay .icon { font-size:8vw; }
    .post-overlay .post-title { font-size:3.7vw; line-height:3.9vw; }
    .post-overlay .post-content { font-size:3.3vw; line-height:3.5vw; }
    
    .card-grid-item-container .featured-image h2 {
	    font-size: 1em;
    }
    
    .card-grid-button-group .button {
        width: 100%;
        margin-bottom: 1px;
    }
    .card-grid-button-group .button:first-child {
        border-radius: 5px 5px 0 0;
    }
    .card-grid-button-group .button:last-child {
        border-radius: 0 0 5px 5px;
        margin-bottom: 10px;
    }
}
/* DETAILS PANEL STYLING */
.card-grid-panels { 
    background-color:rgb(228, 228, 228); 
    display:none; 
    overflow:hidden;
    width:100%;
    padding:0;
    margin-bottom:20px;
    margin-top: 1em;
}
#card-grid-panels-details {
    
}
.loading {
    text-align:center; 
    margin:50px 0;
}
.card-grid-panel {
    margin:0;
    padding:10px;
    
    border:1px solid #0279B1;
    background-color:#fff;
    
    
}
.card-grid-panel .card-grid-panel-header {
    padding:10px;
    margin:-10px;
    margin-bottom:20px;
    color:#fff;
    overflow: hidden;
}
.card-grid-panel h2 .buttons { float:right; padding-left: 10px; }
.card-grid-panel h2 a { text-decoration:none; color:#fff; }

.card-grid-panel .close {
    padding: 3px 5px 4px 5px;
    border: 2px solid #fff;
    margin-left: 15px;
    margin-top: -5px;
}

@media only screen and (max-width: 768px) {
    .card-grid-panel h2 {
        font-size: 1em;
    }
}

/* card columns layout */
@media only screen and (min-width: 768px) {
    .card-grid.card-grid-four-col .card-grid-item {
        width: 24%;
        padding-top: 25%;
    }
    
    .card-grid.card-grid-four-col .post-overlay .post-content {
        font-size:inherit;
        line-height:inherit;
    }
}

/* Category Coloring */
.card-grid-panel .card-grid-panel-header {background: #0279B1; }
.card-grid-item.card-grid-group-1 .featured-image h2 { background: #953A1A; }
.card-grid-item.environments .featured-image h2 { background: #F05B2E; }
.card-grid-item.communities .featured-image h2 { background: #127EBF; } 
.card-grid-item.card-grid-group-1 .post-overlay          { background: #953A1A; }
.card-grid-item.environments .post-overlay  { background: #F05B2E; }
.card-grid-item.communities .post-overlay      { background: #127EBF; }
.card-grid-item.card-grid-group-1 .post-overlay .more { color: #953A1A; }
.card-grid-item.environments .post-overlay .more { color: #F05B2E; }
.card-grid-item.communities .post-overlay .more { color: #127EBF; }
.card-grid-panel.card-grid-group-1 { border-color: #953A1A; }
.card-grid-panel.environments { border-color: #F05B2E; }
.card-grid-panel.communities { border-color: #127EBF; }
/*
.card-grid-panel.card-grid-group-1 h2 { background: #953A1A; }
.card-grid-panel.environments h2 { background: #F05B2E; }
.card-grid-panel.communities h2 { background: #127EBF; } 
*/
/* END card-grid widget 2015-08 */

/* fusionchart 2016-04/2016-06 */
.chartTabs.inactiveChartTab {
   color: #ffffff;
   background-color: #0279B1;
}

.chartTabs{
	padding:10px;
	float: left;
	cursor: pointer;
	margin-right: 4px;
	font-weight: bold;
	margin-left: -1px;
	display: block;
	color: #ffffff;
	background-color: #0279B1;
}
.chartTabs:hover{
	opacity: 0.5;
}
.activeChartTab {
	color: #524641;
	background-color: #f1f1f1;
	border-top: 1px solid #524641;
	border-left: 1px solid #524641;
	border-right: 1px solid #524641;
}
.activeChartTab:hover {
	opacity: 1;
}

/* END fusionchart 2016-04 */