html {
  height: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
}

.body-home .navbar {
  line-height: 70px;
  border-bottom: 1px #c7d8f0 solid;
  background: white;
  box-shadow: 0 0 5px #00000029;
}

.navbar-logo {
  margin-top:-5px;
  max-height: 60px;
}

.navbar-title {
  font-size: 1.5em;
  color: #32335B;
  display:inline;
  line-height: 50px;
  font-weight: 300;
}
.navbar-title strong {
  font-weight: 800;
  position: relative;
  top: 2px;
  font-size: 1.2em;
}

.navbar-brand {
  font-weight: 800;
}
.body-home .navbar-brand {
  height: auto;
}
.body-home .navbar .btn {
  margin-top: 14px;
}

.panel-default .panel-heading {
  background: rgba(0,63,127,0.2);
  color:#003f7f;
  font-weight: 600;
  font-size: 1.2em;
  height: 100%;

}

.body-home .navbar-default .navbar-nav>li>a,
.btn-primary {
  color: #fff;
  background: #6B92E7;
  border:0;
  box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
  border-radius: 4px;
      transition: all .15s ease-in-out;
}

.body-home .navbar-default .navbar-nav>li>a:hover,
.btn-primary:hover, .btn-primary:focus {
  /* background: #00b4bf; */
  background: #0abeca;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 3px 6px 12px rgba(50,50,93,.21), 0 3px 6px rgba(0,0,0,.08);
}
.btn-primary:active, .btn-primary:active:hover {
  background:#1dcad6;
}
h1 {
  font-size: 2em;
  color: #00b4bf;
  font-weight: 300;
}
h2 {
  font-size: 1.4em;
  color: #6B92E7;
  margin-top: 0;
  font-weight: 600;
}
a {
  color: #6B92E7;
}

.is-embed {
  height: 100%;
  border: 0;
}
.is-embed iframe {
  width: 100%;
  height: 1400px;
  border: 0;
}

.csr-color {
  color:#003f7f;
}


.body-dark {
    background: #202028;
}

.body-stats {
  /* background-color: #000; */
  /* background: -webkit-linear-gradient(top,#202028,#0f0e15); */
  /* background: linear-gradient(180deg,#202028 0,#0f0e15); */
  height: 100%;
  overflow: hidden;
}


.body-dark .navbar {
  margin-bottom: 0;
  position: relative;
  z-index: 10;
  background-color: #000;
  box-shadow: 0px 0px 20px #000;
}
.body-dark h1 {
  color: #fff;
}



.iframe-container {
  /* box-shadow: inset 0 0 10px #000; */
  position: relative;
  height:calc(100% - 50px);
  /* height: 100%; */
  /* z-index: 10; */
  /* display: flex; */
}

.iframe-container iframe {
  position: absolute;
  overflow:hidden;
  overflow-x:hidden;
  overflow-y:hidden;
  position:relative;
  height:100%;
  width:100%;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
	border: none;
  /* z-index: -1; */
  /* box-shadow: inset 0 0 10px #000; */
}

.container-cameras img {
  margin: 20px 0 20px;
  width: 100%;
  box-shadow: 0 0 20px #00000044;
  z-index: 0;
}

.lum-lightbox {
  z-index:20;
}

.footer {
  margin-top: 75px;
}

.btn-xl {
  font-size: 20px;
  padding: 20px 30px;
  border-radius: 6px;
  position: relative;
}
.btn-img {
  display: inline-block;
  position: absolute;
  font-size:93px;
  opacity: 0.13;
  top: -23px;
  left: -22px;
}

.highlighted-cta {
  margin-top: 40px;
  padding: 50px;
  background-color: #f6f9fc;
  display: flex;
  position:relative;
}
.highlighted-cta:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: -75px;
    left: 0;
    transform: skewY(-7deg);
    background: #f6f9fc;
}
.highlighted-cta + .highlighted-cta {
  margin-top: 0;
}
.highlighted-cta + .highlighted-cta:before {
  display:none;
}
.highlighted-cta .cta {
  margin: auto;
  width: 80%;
  display: flex;
  align-items: center;
}

.highlighted-cta .text {
  flex: 0 1 50%;
  text-align: left;
}

.highlighted-cta .action {
  display: flex;
  flex: 0 1 50%;
  justify-content: center;
}