body {
  font: 400 15px Lato, sans-serif;
  line-height: 1.8;
  color: #818181;
}
h2 {
  font-size: 24px;
  text-transform: uppercase;
  color: #303030;
  font-weight: 600;
  margin-bottom: 30px;
}
h4 {
  font-size: 19px;
  line-height: 1.375em;
  color: #303030;
  font-weight: 400;
  margin-bottom: 30px;
}  
.jumbotron {
  /*background-color: #00CDBC;*/
  background-color: #F6F6F6;
  /*color: #fff;*/
  padding: 100px 25px;
  font-family: Montserrat, sans-serif;
}
.jumbotron p {
	padding: 5% 15% 2% 15%;
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	color: #434343;
}
.container-fluid {
  padding: 60px 50px;
}
.bg-grey {
  background-color: #f6f6f6;
}
.logo-small {
  color: #00CDBC;
  font-size: 50px;
}
.logo {
  color: #00CDBC;
  font-size: 200px;
}
.thumbnail {
  padding: 0 0 15px 0;
  border: none;
  border-radius: 0;
}
.thumbnail img {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}
.carousel-control.right, .carousel-control.left {
  background-image: none;
  color: #00CDBC;
}
.carousel-indicators li {
  border-color: #00CDBC;
}
.carousel-indicators li.active {
  background-color: #00CDBC;
}
.item h4 {
  font-size: 19px;
  line-height: 1.375em;
  font-weight: 400;
  font-style: italic;
  margin: 70px 0;
}
.item span {
  font-style: normal;
}
.panel {
  border: 1px solid #00CDBC; 
  border-radius:0 !important;
  transition: box-shadow 0.5s;
}
.panel:hover {
  box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}
.panel-footer .btn:hover {
  border: 1px solid #00CDBC;
  background-color: #fff !important;
  color: #00CDBC;
}
.panel-heading {
  color: #fff !important;
  background-color: #00CDBC !important;
  padding: 25px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.panel-footer {
  background-color: white !important;
}
.panel-footer h3 {
  font-size: 32px;
}
.panel-footer h4 {
  color: #aaa;
  font-size: 14px;
}
.panel-footer .btn {
  margin: 15px 0;
  background-color: #00CDBC;
  color: #fff;
}
.navbar {
  margin-bottom: 0;
  /*background-color: #00CDBC;*/
  z-index: 9999;
  border: 0;
  font-size: 12px !important;
  line-height: 1.42857143 !important;
  letter-spacing: 4px;
  border-radius: 0;
  font-family: Montserrat, sans-serif;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.navbar li a, .navbar .navbar-brand {
  /*color: #fff !important;*/
  color: #434343 !important;
}
.navbar-brand {
	font-weight: bold;
}
.navbar-nav li a:hover, .navbar-nav li.active a {
  color: #00CDBC !important;
  background-color: #fff !important;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
  color: #fff !important;
}
footer .glyphicon {
  font-size: 20px;
  margin-bottom: 20px;
  color: #00CDBC;
}
.slideanim {visibility:hidden;}
.slide {
  animation-name: slide;
  -webkit-animation-name: slide;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  visibility: visible;
}
@keyframes slide {
0% {
  opacity: 0;
  transform: translateY(70%);
} 
100% {
  opacity: 1;
  transform: translateY(0%);
}
}
@-webkit-keyframes slide {
0% {
  opacity: 0;
  -webkit-transform: translateY(70%);
} 
100% {
  opacity: 1;
  -webkit-transform: translateY(0%);
}
}
@media screen and (max-width: 768px) {
.col-sm-4 {
  text-align: center;
  margin: 25px 0;
}
.btn-lg {
	width: 100%;
	margin-bottom: 35px;
}
}
@media screen and (max-width: 480px) {
.logo {
	font-size: 150px;
}
}

/* Dropdown Button */
.dropbtn {
    background-color: #F8F8F8;
    color: #434343;
    padding: 16px;
    font-size: 13px;
    border: none;
    cursor: pointer;
    letter-spacing: 4px;
}
.dropbtn:hover {
    color: #00CDBC;
    font-weight: bold;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: white;
  color: #00CDBC;
  font-weight: bold;
}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: white;
}


h1{
  font-family: 'Open Sans', sans-serif;
  text-transform: none;
  font-weight: 300;
  font-size: 40px;
  line-height: 1.5em;
}
h2{
  font-family: 'Open Sans', sans-serif;
  text-transform: none;
  font-weight: 300;
  font-size: 35px;
  line-height: 1.5em;
}
h3{
  font-family: 'Open Sans', sans-serif;
  text-transform: none;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.5em;
}
p{
  font-family: 'Open Sans', sans-serif;
  text-transform: none;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5em;
}
.logo-link{
  padding: 5 15px;
}
.logo-nav{
  max-width: 90px;
}
.navbar, .dropbtn{
  background: transparent;
}
.vid_container{
  position: relative;
  background: transparent;
  padding-top: 5%;
  overflow: hidden;

  
  background-size: cover;
}
.banner_vid{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.banner_logo{
  max-width: 35%;
  padding-top: 75px;
}
.ground_activation{
  background: url('images/bg1.jpg') no-repeat;
  background-size: cover;
}
.logo_list{
  text-align: center;
}
.logo_list li{
  display: inline-block;
  list-style-type: none;
  padding: 0 20px;
}
.logo_list li img{
  height: 40px;
}
h3 .icon-inline{
  font-size: inherit;
  margin-right: 5px;
  color: #00CDBC;
}
.list-box h3{
  padding: 10px 0;
}
.num-list{
  color: #fff;
  background: #00CDBC;
  display: inline-block;
  border-radius: 50px;
  text-align: center;
  font-size: 20px;
  line-height: 16px;
  padding: 20px 0;
  width: 56px;
  margin-top: 15px;
}
.list-cont{
  border-left: solid 3px #00CDBC;
  margin-bottom: 15px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 10px;
  min-height: 180px;
}
.list-cont h4{
  margin-bottom: 10px;
}
.strategy-box{
  background: #f5f5f5;
  padding-bottom: 30px;
}
.cx-box{
  background: #f5f5f5;
  padding-top:10px;
  padding-bottom: 30px;
}
hr {
    width: 196px;
    border: 1px solid #00CDBC;
    margin: 0 auto 30px;
    max-width: 70%;
}
.navbar{
  letter-spacing: inherit;
  background: #fff;
  height: 66px;
}
.navbar-brand{
  padding: 0;
}
.cx-card{
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 80%;
  padding: 20px;
  height: 280px;
  margin: 0 auto;
  border-radius: 5px;
  background: #ffffff;
}
.cx-card-long{
  min-height: 340px;
}
h3.margin-space{
  margin-top: 45px;
  margin-bottom: 45px;
}
.marketing-card{
  margin-top: 40px;
  min-height: 100%;
  height: 100%;
}
.marketing-card .cx-card{
  background: #00CDBC;
  color: #fff;
}
.marketing-card .cx-card .logo-small,.marketing-card .cx-card h4,.marketing-card .cx-card p{
  color: #fff;
  font-weight: 400;
}
.marketing-card .cx-card hr{
  border: 1px solid #fff;
}
.p-font p{
  font-size: 20px;
}