/* Ham-Menu */

.hamburger-menu-button {
    width: 35px;
    height: 35px;
    padding: 6px;
    display: none;
    position: absolute;
    top: -25px;
    right: 15px;
    margin-top: 35px;
    z-index: 100;
    background: #f67c4b!important;
    border: 5px solid white;
    box-sizing: content-box;
    border-radius: 50%;
    color: transparent;
    cursor: pointer;
    overflow: hidden;
}
.hamburger-menu-button-open {
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -12px;
}
.hamburger-menu-button-open, 
.hamburger-menu-button-open::before, 
.hamburger-menu-button-open::after {
  position: absolute;
  width: 24px;
  height: 2px;
  background: #fff;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hamburger-menu-button-open::before, 
.hamburger-menu-button-open::after {
  left: 0;
  content: "";
}
.hamburger-menu-button-open::before {
  top: 6px;
}
.hamburger-menu-button-open::after {
  bottom: 6px;
}
.close .hamburger-menu-button-open {
  background: transparent;
  -webkit-transform: rotate(180deg)!important;
          transform: rotate(180deg)!important;
}
.close .hamburger-menu-button-open::before {
  -webkit-transform: translateY(-6px) rotate(45deg)!important;
          transform: translateY(-6px) rotate(45deg)!important;
}
.close .hamburger-menu-button-open::after {
  -webkit-transform: translateY(6px) rotate(-45deg)!important;
          transform: translateY(6px) rotate(-45deg)!important;
}
.ham-menu {
    display: block;
}
#ham-navigation{
    background-color: #fff;
    height: 100%;
}
.on{
	height:100%!important;
	display:block!important;
}
/* End Ham menu */

.inputGroup {
  background-color: #fff;
  display: block;
  margin: 10px 0;
  position: relative;
}
.inputGroup label {
  padding: 12px 30px;
  width: 100%;
  display: block;
  text-align: left;
  color: #3C454C;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden;
}
.inputGroup label:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: '';
  background-color: #0e955e;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}
.inputGroup label:after {
  width: 32px;
  height: 32px;
  content: '';
  border: 2px solid #D1D7DC;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
}
.inputGroup input:checked ~ label {
  color: #fff;
}
.inputGroup input:checked ~ label:before {
  -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
          transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}
.inputGroup input:checked ~ label:after {
  background-color: #00c0de;
  border-color: #00c0de;
}
.r-and-d input:checked ~ label:after {
  background-color: #00609c!important;
  border-color: #00609c!important;
}
.demonstration input:checked ~ label:after {
  background-color: #04bfde!important;
  border-color: #04bfde!important;
}
.development input:checked ~ label:after {
  background-color: #ffd200!important;
  border-color: #ffd200!important;
}
.implementation input:checked ~ label:after {
  background-color: #f67d4b!important;
  border-color: #f67d4b!important;
}
.inputGroup input {
  width: 32px;
  height: 32px;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}

.stats-sidebar h1 {
    font-size: 32px;
    line-height: 1.1em;
    font-weight: 500;
    text-transform: none;
    color: #fff!important;
}
.stats-sidebar h3 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 0.25em;
    text-transform: none;
    color: #eaed7a!important;
}
.stats-sidebar p {
    text-align: left;
    text-transform: uppercase;
    color: #eaed7a;
    font-size: 14px;
    margin-bottom: 0px;
}
.stats-sidebar .value{
	color:#fff;
	line-height:0px;
	margin:0px;
}
.stats-sidebar .title{
    text-align: left;
    text-transform: uppercase;
    color: #eaed7a;
    font-size: 14px;
    border-right: 1px solid #ffffff;
    padding: 5px 10px 0 10px;
}
.stats-sidebar .stat{
    padding: 5px 10px;
    border-right: 1px solid #ffffff;
}
.stats-sidebar{
	margin-top:5em;
	padding-left:2em;
}
#sidebar {
    margin-top: 110px;
    background-color: #0E955E;
}
.stats-cell {
    margin-bottom: 15px;
    border-bottom: 1px solid #0c8050;
    padding-bottom: 15px;
}
.border-bottom {
    border-bottom: 5px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.white{
    background-color: #fff;
    color: #0e955e!important;
    border: 3px solid #0e955e;
    border-radius: 0;
    padding: 10px 30px;
    background-color: white;
    color: black;
    font-size: 24px;
    line-height: 24px;
    margin: 0 auto;
    text-decoration: none;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
}
.marker-filter{
    position: absolute;
    top: 110px;
    left: 20px;
    display: inline-block;
    background: #fff;
    padding: 15px;
    border-radius: 0px 0px 10px 0px;
    z-index: 2;
    max-width: 25vw;
}
.marker-filter .title {
    border-bottom: 2px solid#999999;
    margin-bottom: 15px;
}
.marker-filter .title h2{
	font-size:22px;
}
.acf-map {
    width: 100%;
    height: 100%;
}
.gmap-box {
	margin-top:90px;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.inside-markrer h1, h2, h3, h4, h5, h6 {
	clear: both;
	color:#fff;
	line-height: 1.1em;
}
.inside-marker h5 {
    font-size: 2em;
    margin-bottom: 0em;
	padding-left:30px;
	padding-right:30px;
}

.inside-marker .rounded-blue-button {
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
}
.inside-marker a, .location-info a, .entry-content a{
	text-decoration: none;
	color:#fff;
	font-family: 'Barlow', sans-serif;
	text-transform:uppercase;
}
.inside-marker a:hover{
	opacity:0.5;
}
.marker-image{
    max-height: 450px;
    overflow: hidden;
}
.sidebar {
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: visible;
  z-index: 2000;
  }
  .sidebar.collapsed {
    width: 0px; }
  @media (min-width: 768px) {
  .sidebar {
      top: 10px;
      bottom: 10px;
      transition: width 500ms; }
      .inside-marker .content{
		width:100vw;
		display: block;
		position: relative;
	} }
  @media (min-width: 768px) and (max-width: 900px) {
    .sidebar {
      width: 100%; } 
      .inside-marker .content{
		width:100vw;
		display: block;
		position: relative;
	}}
  @media (min-width: 900px) and (max-width: 1199px) {
    .sidebar {
      width: 690px; }
      .inside-marker .content{
	width:690px;
	display: block;
	position: relative;
	} }
  @media (min-width: 1200px) {
   .sidebar .wider {
      width: 860px; } }
        @media (min-width: 1200px) {
   .sidebar {
      width: 900px; } 
   .wider .content{
	width:860px!important;
	display: block;
	position: relative;
	}
	.inside-marker .content{
		width:860px;
		display: block;
		position: relative;
	}}

.sidebar-left {
  left: 0; }
  @media (min-width: 768px) {
    .sidebar-left {
      left: 10px; } }

.sidebar-right {
  right: 0; }
  @media (min-width: 768px) {
    .sidebar-right {
    bottom: 0px;
    right: 0px;
    top: 0px;
} } 

.sidebar-tabs {
    top: 0;
    bottom: 0;
    height: 100%;
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
}
  .sidebar-left .sidebar-tabs {
    left: 0; }
  .sidebar-right .sidebar-tabs {
    right: 0; }
  .sidebar-tabs, .sidebar-tabs > ul {
    position: absolute;
    width: 40px;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .sidebar-tabs > li, .sidebar-tabs > ul > li {
      width: 100%;
      height: 40px;
      color: #666;
      font-size: 12pt;
      overflow: hidden;
      transition: all 80ms; }
.sidebar-tabs > li:hover, .sidebar-tabs > ul > li:hover {
        color: #ececec;
        background-color: #00569666;
        }
      .sidebar-tabs > li.active, .sidebar-tabs > ul > li.active {
        color: #ececec;
        background-color: #005696;
        }
      .sidebar-tabs > li.disabled, .sidebar-tabs > ul > li.disabled {
        color: rgba(102, 102, 102, 0.4); }
        .sidebar-tabs > li.disabled:hover, .sidebar-tabs > ul > li.disabled:hover {
          background: transparent; }
        .sidebar-tabs > li.disabled > a, .sidebar-tabs > ul > li.disabled > a {
          cursor: default; }
      .sidebar-tabs > li > a, .sidebar-tabs > ul > li > a {
        display: block;
        width: 100%;
        height: 100%;
        line-height: 40px;
        color: inherit;
        text-decoration: none;
        text-align: center; }
  .sidebar-tabs > ul + ul {
    bottom: 0; }
    
.sidebar-content {
    height: 100%;
    overflow: scroll
}
.inside-marker {
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    float: right;
    min-height: 80vh;
    width: 100%;
}
  .sidebar-left .sidebar-content {
    left: 40px;
    right: 0; }
  .sidebar-right .sidebar-content {
    /* left: 0; */
    right: 0px;
    }
  .sidebar.collapsed > .sidebar-content {
    overflow-y: hidden; }

.sidebar-pane {
  display: none;
  left: 0;
  right: 0;
  box-sizing: border-box;
 }
  .sidebar-pane.active {
    display: block; }
  @media (min-width: 768px) and (max-width: 991px) {
    .sidebar-pane {
      min-width: 265px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .sidebar-pane {
      min-width: 350px; } }
  @media (min-width: 1200px) {
    .sidebar-pane {
      min-width: 820px; } }

.sidebar-header {
    margin: -10px 0;
    padding: 10px 20px;
    line-height: 40px;
    font-size: 14.4pt;
    color: #ececec;
}
.sidebar-right .sidebar-header {
    padding-left: 40px; }

.sidebar-close {
    position: relative;
    top: 30px;
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    background: #eaed7a;
    border-radius: 100px;
    display: block;
    padding: 2px;
    left: -5px;
}
.sidebar-left ~ .sidebar-map {
  margin-left: 40px; }
  @media (min-width: 768px) {
    .sidebar-left ~ .sidebar-map {
      margin-left: 0; } }

.sidebar-right ~ .sidebar-map {
  margin-right: 40px; }
  @media (min-width: 768px) {
    .sidebar-right ~ .sidebar-map {
      margin-right: 0; } }

.sidebar {
  border-right: 0;
  box-shadow: rgba(0, 0, 0, 0.298039) 0 1px 4px -1px; }
  @media (min-width: 768px) {
    .sidebar {
      border: 0;
       } }

@media (min-width: 768px) {
  .sidebar-left {
    bottom: 35px; } }

@media (min-width: 768px) {
  .sidebar-left ~ .sidebar-map .gm-style > div.gmnoprint[style*="left: 0px"] {
    transition: margin-left 500ms; } }

@media (min-width: 768px) and (max-width: 991px) {
  .sidebar-left ~ .sidebar-map .gm-style > div.gmnoprint[style*="left: 0px"] {
    margin-left: 325px !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar-left ~ .sidebar-map .gm-style > div.gmnoprint[style*="left: 0px"] {
    margin-left: 410px !important; } }

@media (min-width: 1200px) {
  .sidebar-left ~ .sidebar-map .gm-style > div.gmnoprint[style*="left: 0px"] {
    margin-left: 480px !important; } }

@media (min-width: 768px) {
  .sidebar-left.collapsed ~ .sidebar-map .gm-style > div.gmnoprint[style*="left: 0px"] {
    margin-left: 60px !important; } }

@media (min-width: 768px) {
  .sidebar-right {
    bottom: 0px;
    } }

@media (min-width: 768px) {
  .sidebar-right ~ .sidebar-map .gm-style > div.gmnoprint[style*="right: 28px"] {
    transition: margin-right 500ms; } }

@media (min-width: 768px) and (max-width: 991px) {
  .sidebar-right ~ .sidebar-map .gm-style > div.gmnoprint[style*="right: 28px"] {
    margin-right: 325px !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar-right ~ .sidebar-map .gm-style > div.gmnoprint[style*="right: 28px"] {
    margin-right: 410px !important; } }

@media (min-width: 1200px) {
  .sidebar-right ~ .sidebar-map .gm-style > div.gmnoprint[style*="right: 28px"] {
    margin-right: 480px !important; } }

@media (min-width: 768px) {
  .sidebar-right.collapsed ~ .sidebar-map .gm-style > div.gmnoprint[style*="right: 28px"] {
    margin-right: 60px !important; } }
@media screen and (max-width: 950px) {
	.ham-menu {
		display:none;
		height:0px;
	}
	.open{
		display:block!important;
	}
	
	.marker-filter {
    top: 100px;
    left: 1vw;
    max-width: 100%;
    width: 98vw;
	}
	.inputGroup {
    background-color: #fff;
    display: block;
    margin: 10px 0;
    position: relative;
    max-width: 50%;
	}
	.marker-filter .title {
    border-bottom: 2px solid#999999;
    margin-bottom: 15px;
    max-width: 80%;
	}
	.hamburger-menu-button{
		display:block;
	}
}
@media screen and (max-width: 470px) {
	.inputGroup {
    max-width: 100%;
	}
}
