
@import url(https://fonts.googleapis.com/css?family=IBM+Plex+Sans:300,300i,400,400i,500,500i,700,700i,900,900i&amp;display=swap);



:root {
	--via-blue: #4983cb;
	--via-light-green: #87ab61;   /* use: var(--via-light-green) */
	--via-red: #d74f49;
	--via-medium-green: #4b7c56;
	--via-dark-green: #293b24;
	--via-grey: #cecac8; 
}

	


@font-face {
  font-family: 'BebasNeue';
  font-style: normal;
  src: local('BebasNeue Regular'), local('BebasNeue-Regular'), url('/static/fonts/BebasNeue-Regular.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.BebasNeue {
  font-family: 'BebasNeue';	
}


body {
  font-family: 'IBM Plex Sans', sans-serif;
  padding-top: 50px;
  line-height: 165%;
}

::-webkit-scrollbar {
    width: 12px;
	background-color: #cecac8;

}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
	background: rgba(41,59,36,1); 
/*	background: rgba(41,59,36,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(41,59,36,1); 
	*/
}


<!-- https://maxl.us/hide-related -->
.hytPlayerWrap{display: inline-block; position: relative;}
.hytPlayerWrap.ended::after{content:""; position: absolute; top: 0; left: 0; bottom: 0; right: 0; cursor: pointer; background-color: black; background-repeat: no-repeat; background-position: center; background-size: 64px 64px; background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4IiB2aWV3Qm94PSIwIDAgNTEwIDUxMCI+PHBhdGggZD0iTTI1NSAxMDJWMEwxMjcuNSAxMjcuNSAyNTUgMjU1VjE1M2M4NC4xNSAwIDE1MyA2OC44NSAxNTMgMTUzcy02OC44NSAxNTMtMTUzIDE1My0xNTMtNjguODUtMTUzLTE1M0g1MWMwIDExMi4yIDkxLjggMjA0IDIwNCAyMDRzMjA0LTkxLjggMjA0LTIwNC05MS44LTIwNC0yMDQtMjA0eiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==);
}


h1 {
    margin-bottom: 15px;
}

.flatbottom {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.colour-via-dark-green {
    color:  #293b24; /* IE redundancy */
    color:  var(--via-dark-green);
}

.fullheight {
min-height: 95vh;
}

.media-container-row .img-item img {
    width: 100%;
    min-height: 1px;
}
img {
    vertical-align: middle;
    border-style: none;
}

.section-first {
  padding-top: 160px;
  padding-bottom: 0px;
  background-color: #ffffff;
}

.section-std {
  padding-top: 50px;
  padding-bottom: 0px;
  background-color: #ffffff;
}

.section-last {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #ffffff;
}
.section-no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}


.counter-container {
  color: black;
}
.counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.counter-container ol li {
  margin-bottom: 1rem;
}
.counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.counter-container ol li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #1565c0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
} 


.counter-container-via-blue ol li::before {
  content: '1';
  background: #1565c0;
} 

.counter-container-via-green ol li::before {
  content: '2';
  background: #60bb45;
} 

.counter-container-via-red ol li::before {
  content: '3';
  background: #f44336;
} 

.counter-container-via-dark-green ol li::before {
  content: '4';
  background: #293b24;
} 


@media (min-width: 992px) {
   .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
   .mbr-figure {
    padding-top: 1rem;
  }
}

.display-1 {
  font-size: 3.81rem;
  font-display: swap;
}

.display-2 {
  font-size: 3.05rem;
  font-display: swap;
}

.display-3 {
  font-size: 2.44rem;
  font-display: swap;
}

.display-4 {
  font-size: 1.95rem;
  font-display: swap;
}

.display-5 {
  font-size: 1.56rem;
  font-display: swap;
}

.display-6 {
  font-size: 1.25rem;
  font-display: swap;
}

.display-7 {
  font-size: 1rem;
  font-display: swap;
}

/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */

/*    font-size: calc( smallest + (largest - smallest) * ((100vw - 20rem) / (48 - 20))); */


@media (max-width: 768px) {
/* down to 65% of the size */
  .display-1 {
    font-size: 2.48rem;
    font-size: calc( 2.48em + (3.81 - 2.48) * ((100vw - 20rem) / (48 - 20)));
  }  
  .display-2 {
    font-size: 1.98rem;
    font-size: calc( 1.98rem + (3.05 - 1.98) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-3 {
    font-size: 1.59rem;
    font-size: calc( 1.59rem + (2.44 - 1.59) * ((100vw - 20rem) / (48 - 20)));
 }
/* down to 75% of the size */
  .display-4 {
    font-size: 1.46rem;
    font-size: calc( 1.46rem + (1.95 - 1.46) * ((100vw - 20rem) / (48 - 20)));
  }
/* down to 85% of the size */
  .display-5 {
    font-size: 1.33rem;
    font-size: calc( 1.33rem + (1.56 - 1.33) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-6 {
    font-size: 1.06rem;
    font-size: calc( 1.06rem + (1.25 - 1.06) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-7 {
    font-size:  0.85rem;
    font-size: calc( 0.85rem + (1 - 0.85) * ((100vw - 20rem) / (48 - 20)));
  }
}

/* Buttons */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 0px solid transparent;
  border-radius: 4px;
}


.btn-sm,/* Used Configure Farm */
.btn-group-sm > .btn {
  padding: 5px 10px;
 font-size: 0.90rem;
  line-height: 1.5;
  border-radius: 3px;
}



.btn-pagination {
  padding: 5px 10px;
  margin: 0;
 font-size: 0.90rem;
  line-height: 1.5;
  border-radius: 3px;
}


.btn-group-xs > .btn, .btn-xs {/* Used: Configure farm */
  font-size: .75rem;
  line-height: .5;
  border-radius: .2rem;
  margin: 0.2rem 0.4rem;
}

.btn-primary,
.btn-primary:active {
  background-color: #293b24 !important; /* IE redundancy */
  background-color: var(--via-dark-green) !important;
  border-color: #000 !important; 
  color: #fff !important;
  margin: 0;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #fff !important;
  background-color: #87ab61  !important; /* IE redundancy */
  background-color: var(--via-light-green)  !important;
  border-color: #000 !important;
  /*  
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.4) !important;
  */
  
}

.btn-secondary {
    color: black;
    background-color: #cecac8;
    background-color: var(--via-grey);
    border-color: #cecac8;
	border-color: var(--via-grey);
    margin: 0;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
    color: black;
	background-color: #87ab61; /* IE redundancy */
	background-color: var(--via-light-green);
    border-color: #cecac8;
	border-color: var(--via-grey);
}

.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}


a,
a:hover {
  color: #4983cb; /* IE redundancy */
  color: var(--via-blue);
}
.cid-viadata { /* used configure farm */
  padding-top: 114px;
  padding-bottom: 60px;
  background-color: #ffffff;
}


/* Start: via-menu ------------ */

.via-menu .fad,
.via-menu .far,
.via-menu .fal {
  width:25px;	
}

.via-menu .navbar {
  padding: .5rem 0;
  background: #87ab61; /* IE redundancy */
  background: var(--via-light-green); 
  transition: none;
  min-height: 77px;
}

.via-menu .bg-dark {
  background-color: #87ab61!important; /* IE redundancy */
  background-color: var(--via-light-green)!important;
}

.via-menu a {
  font-style: normal;
  font-weight: 500;
}


.via-menu .nav-item a {
  display: flex;
  align-items: center;
 /* justify-content: center; */ /* MD: left align menu items */
 /*   padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;  */
   margin: 0rem 0 !important;
   padding: 0.7rem 0.5rem 0.7rem 0.5rem !important; /* top menu */

}

/* Start: cid-menu ------------ */

.cid-menu .bg-light {
background-color: #87ab61!important; /* IE redundancy */
background-color: var(--via-light-green)!important;
}
	
.cid-menu .highlighted {
background-color: #293b24 !important; /* IE redundancy */
background-color: var(--via-dark-green) !important; /* MD: Add dark green background to menu items on hover */
color: #ffffff !important; 
}

.cid-menu a.text-dark:hover  {
	color: #ffffff !important; 

}
	

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
  border-color: rgb(255,255,255);
} 

.cid-menu .bg-dark {
  background-color: #87ab61!important; /* IE redundancy */
  background-color: var(--via-light-green)!important;
}

.cid-menu .fad,
.cid-menu .far,
.cid-menu .fal {
  width:25px;	
}

.cid-menu .navbar {
  padding-left: 2rem;
  padding-right: 2rem;
  background: #87ab61; /* IE redundancy */
  background: var(--via-light-green); 
  transition: none;
  min-height: 77px;
}

.cid-menu a {
  font-style: normal;
  font-weight: 500;
}
  
.cid-menu .nav-item a {
  display: flex;
  align-items: center;
 /* justify-content: center; */ /* MD: left align menu items */
 /*   padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;  */
   margin: 0rem 0 !important;
   padding: 0.7rem 0.5rem 0.7rem 0.5rem !important; /* top menu */

}

.cid-menu .nav-item:focus,
.cid-menu .nav-link:focus {
  outline: none;
}

.cid-menu .menu-logo {
  margin-right: auto;
}
.cid-menu .menu-logo .navbar-brand {
  display: flex;
  /* margin-left: 2rem; MD: change from 5rem to create more space, then removed */
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}

.cid-menu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-menu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}

.cid-menu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 3rem;
  width: auto;
}
  
  




.cid-menu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-menu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}

.cid-menu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 0.8em 0.235em 0.8em !important;
  background-color: #87ab61;  /* IE redundancy */
  background-color: var(--via-light-green); 
}


.cid-menu .dropdown .dropdown-menu .dropdown-item-grey {
  width: auto;
  padding: 0.235em 0.8em 0.235em 0.8em !important;
  background-color: #cecac8; /* IE redundancy */
  background-color: var(--via-grey);
  font-size: 0.92rem;
  color: black !important;
}

.cid-menu .dropdown .dropdown-menu .dropdown-item-grey:hover {
  color: white !important;
}

.cid-menu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-menu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-menu  {
  min-height: 60px;
}

.cid-menu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  transition: all 0.5s; /* transition to short */
}

.cid-menu .navbar-logo a img {
  transition: all 0.5s; /* transition to tall */
}

.cid-menu button.navbar-toggler:focus {
  outline: none;
}
.cid-menu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-menu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-menu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-menu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-menu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-menu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-menu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}







.cid-menu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-menu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}




@media (min-width: 767px) {
  .cid-menu .menu-logo {
    flex-shrink: 0;
  }
}


.cid-menu .dropdown-toggle, 
.cid-menu .dropdown-item,
.cid-menu .nav-link { /* MD: Added to control text of top menu */
	font-size: 0.92rem;
    color: #ffffff !important;
}   



.cid-menu .left-menu {/* Used configure farm */
    padding: .5rem 0;
    background: #87ab61; /* IE redundancy */
    background: var(--via-light-green);
    transition: none;
    min-height: 77px;
}

.cid-menu .list-group-item {/* Used configure farm */
	color: #fff;
	background-color: #87ab61; /* IE redundancy */
	background-color: var(--via-light-green);
	font-size: 0.92rem; 
}

.cid-menu .list-group-item.active {
    font-weight: bold;
}

.cid-menu .list-group-item {/* Used configure farm */
    border: 0px solid rgba(0,0,0,.125);
}


.cid-left-menu .nav-item a  {/* Used configure farm */
   padding: 0.75rem 1rem !important; /* left menu */
   font-size: 0.92rem; 
}  

.cid-left-menu .list-group-item {
   padding: 0.75rem 1rem !important; /* left menu */
}
     
 
.cid-menu .nav-link:hover,
.cid-menu .dropdown-item:hover,
.cid-menu .nav-item:hover,
.cid-menu .list-group-item:hover {
	background-color: #293b24 !important; /* IE redundancy */
	background-color: var(--via-dark-green) !important; /* MD: Add dark green background to menu items on hover */
}


.cid-menu .dropdown-menu-myright {
transform: translate3d(-82px, 0, 0);
border-top-left-radius: 8px !important;
border-top-right-radius: 0 !important;
}



.cid-menu .dropdown-menu {
	background: #87ab61; /* IE redundancy */
	background: var(--via-light-green);
	display: none;
/* position: absolute; REMOVED as it stuff up mobile view */
	min-width: 5rem; 
	padding-top:  0.4rem; /* 1.4rem;  MD: To control top and bottom padding of menu  */
	padding-bottom: 0.4rem; /* 1.4rem;  MD: To control top and bottom padding of menu  */
	text-align: left;
	border-radius: 8px;
	border-color: #000;
	border: 2px solid cecac8; /* IE redundancy */
	border: 2px solid var(--via-grey);
	border-top-left-radius: 0;
} 
  
/* End: cid-menu ------------ */


.cid-footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #87ab61; /* IE redundancy */
  background-color: var(--via-light-green);
}

.cid-footer .img-logo img {
  height: 6rem;
}

.cid-footer .mbr-text a {
  color: #FFF;
}

.cid-footer .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-footer .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-footer .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: white;
}
.cid-footer .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-footer .social-list a {
  margin: 0;
  opacity: 0.8;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

/*** VIA ***/ 


label {/* Used Analytics */
	 padding: 7px 0px;
    font-weight: bold;
}


.dropdown-menu-right {/* Used configure farm */
    font-size: 0.9rem;
	background-color: #293b24; /* IE redundancy */
	background-color: var(--via-dark-green);
	border-radius: 8px;
    border-color: #000;
    border: 1px solid #000;
	border-top-right-radius: 0;
}

	
.dropdown-item {
	color: #fff !important;
    background-color: #293b24; /* IE redundancy */
    background-color: var(--via-dark-green);
	font-weight: normal !important;

}

.dropdown-item:hover, .dropdown-item:focus,.dropdown-item:active {
	color: #ffffff;
    background-color: #87ab61; /* IE redundancy */
    background-color: var(--via-light-green);
}

.navbar-brand {
    font-family: "BebasNeue";
    text-rendering: optimizeLegibility;
    font-size: 35px;
}

.table thead th {/* Used configure farm */
	border-bottom: 2px solid #293b24;
	border-top: 2px solid #293b24;
}

.table td {/* Used configure farm */
	border-bottom: 1px solid #293b24;
	border-top: 1px solid #293b24;
}

.table_no_side_padding td, .table_no_side_padding th {/* Used configure farm */
	padding-right: 0rem;
    padding-left: 0rem;
}

/* form field height */
.form-control-sm {/* Used: Analytics */
    font-size: 0.8rem;
	padding: 5px 10px; 
	min-height: 2em;
}

.responsive {
  max-width: 100%;
  height: auto;
}

.form-control {
	min-height: inherit;
padding: .375rem .75rem;
}


.btn-primary.focus, 
.btn-primary:focus,
.form-control:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus, 
.btn-primary:not(:disabled):not(.disabled):active:focus, 
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #4b7c56; /* IE redundancy */
    box-shadow: 0 0 0 0.2rem var(--via-medium-green);
}

.btn-light { /* used Manage Runs */
    color: #212529; /* nearly black */
    background-color: #cecac8; /* IE redundancy */
    background-color: var(--via-grey); 
}
.btn-light:hover,
.btn-light:not(:disabled):not(.disabled).active, 
.btn-light:not(:disabled):not(.disabled):active, 
.show>.btn-light.dropdown-toggle { /* used Manage Runs */
    color: #fff;
    background-color: #87ab61; /* IE redundancy */
    background-color: var(--via-light-green);
}

.btn-light:not(:disabled):not(.disabled).active:focus, 
.btn-light:not(:disabled):not(.disabled):active:focus, 
.show>.btn-light.dropdown-toggle:focus {  /* used Manage Runs */
    box-shadow: 0 0 0 0.2rem #4b7c56; /* IE redundancy */
    box-shadow: 0 0 0 0.2rem var(--via-medium-green);
}

table.paleblue tr.odd {   /* override djangotables2 theme */
    background-color: #93c7ff !important; /* #EDF3FE; */
}

.alert { /* used: claim sensor array */
    color: #000;
}

.alert-error {
    color: white;
    background-color: #F44336;
	font-size: 1rem;
	border-radius: 10px;
}

.alert-error .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: white;
    text-shadow: none;
    opacity: 0.75;
}


.alert-success {
    color: black;
    background-color: #60BB45;
	font-size: 1rem;
	border-radius: 10px;

}

.cid-message {
    padding-top: 90px;
    padding-bottom: 0px;
	background-color: #fff;
}

.custom-control-label {
	padding-top: 0;
	padding-bottom: 0;
}


.text-muted {
	margin-top: 4px;
	line-height: 100%;
}

.form-control {
	background-color: #fff;
	color: #000;
	border: 1px solid #4b7c56; /* IE redundancy */
	border: 1px solid var(--via-medium-green);
}

.text-black {
color: #000 !important;
}
.text-white {
color: #FFF !important;
}
.text-dark-green {
color: #293b24 !important;
}

.accordion .fa-angle-down {
float: right;
}

.panel-body {
    background-color: #cecac8;
    background-color: var(--via-grey);	
	border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;

}

.panel-body-light {
background-color: white;
border: 2px solid #293b24;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
border-top: 0;		
border-top: 2px solid #293b24;

}

.accordion .panel-title {
padding: 1.3rem 2rem;
border-top: 4px solid white;
margin-bottom: 0;
background-color: #293b24;
background-color: var(--via-dark-green);
cursor: pointer
}

.accordion .panel-title-light {
padding: 0.9rem 2rem;
cursor: pointer
background-color: #cecac8; /* IE redundancy */
background-color: var(--via-grey);
//border: 0px solid #293b24;
//border-bottom: 3px solid #293b24;
margin-bottom: 0;
color: #293b24;
font-weight: 500;
}




[data-toggle="collapse"][aria-expanded="true"] > .js-rotate-if-collapsed
{
-webkit-transform: rotate(180deg);
-moz-transform:    rotate(180deg);
-ms-transform:     rotate(180deg);
-o-transform:      rotate(180deg);
transform:         rotate(180deg);
}

.accordion .card {
border-radius: 0px;
margin-bottom: -1px;
}
.accordion .card .card-header {
border-radius: 0px;
border: 0px;
padding: 0;
}
.accordion .card .card-header a.panel-title {
margin-bottom: 0;
font-style: normal;
font-weight: 500;
display: block;
text-decoration: none !important;
margin-top: -1px;
line-height: normal;
}
.accordion .card .card-header a.panel-title:focus {
text-decoration: none !important;
}
.accordion .card .card-header a.panel-title h4 {
padding: 1.3rem 2rem;
border: 2px solid white;
margin-bottom: 0;
background-color: #293b24; /* IE redundancy */
background-color: var(--via-dark-green);
}

.accordion .card .card-header a.panel-title h4 .sign {
padding-right: 1rem;
}


.BlogItem-pagination-link-icon {
display: inline-block;
vertical-align: middle;
width: 23px;
height: 48px;
margin: 0;
stroke-width: 1;
stroke:  #293b24; /* IE redundancy */
stroke:  var(--via-dark-green);
}
@media screen and (min-width: 481px)
.BlogItem-pagination-link--prev {
float: left;
}
.BlogItem-pagination-link--prev .BlogItem-pagination-link-icon {
margin-right: 20px;
}
.BlogItem-pagination-link--next .BlogItem-pagination-link-icon {
margin-left: 20px;
}

.div_float_left div {
float: left;
clear: none;
}
.div_float_right div {
float: right;
clear: none;
}	

.line {
color:  #87ab61; /* IE redundancy */
color:  var(--via-light-green);
background-color:  #87ab61; /* IE redundancy */
background-color:  var(--via-light-green);
align: center;
height: 2px;
margin: 0 auto;
}

.quote-text {
padding: 2rem 0;
}

/* Bootstrap Table - Water School */
.action-icon, .detail-icon {
    color: #293b24;
    color: var(--via-dark-green);
}
.action-icon :hover, .detail-icon :hover {
    color: #87ab61;
    color: var(--via-light-green);
}


