﻿/* override large navbar when on top of page */
@media (min-width: 768px) {
  .navbar-fixed-top.navbar-expanded {
    padding: 15px 0 !important;
  }
}
section {
  background-color: #fff;
}
.results-row {
  padding: 15px;
  border: 1px solid #ddd;
}
.floating-label-form-group select {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
  height: 60px;
}
.navbar-default .navbar-brand img {
  height: auto;
}
.welcome-text {
  padding-bottom: 0px;
  margin-bottom: -100px;
}
footer {
  padding: 12px 0;
  color: white;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #FFF;
  opacity: 1;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #555;
}
.bg-grey {
  color: #333;
  background-color: #f5f5f5;
}
.pricing-black {
  color: #fff;
  background-color: #333;
}
.pricing-grey {
  color: #333;
  background-color: #f5f5f5;
}
.mt-10 {
  margin-top: 10px;
}
.pricing .pricing-item.light-shadow {
  -webkit-box-shadow: 0px 0px 8px 5px rgba(10, 10, 10, 0.5);
  -moz-box-shadow: 0px 0px 8px 5px rgba(10, 10, 10, 0.5);
  box-shadow: 0px 0px 8px 5px rgba(10, 10, 10, 0.5);
}
.video-library .video-item {
  border-top: 1px solid #222;
  padding: 15px 0px;
}
.video-library .row:last-of-type .video-item:last-of-type {
  border-bottom: 1px solid #222;
}
.video-item iframe {
  float: left;
  width: 40%;
  border: none;
  padding-right: 15px;
}
.video-item .video-name {
  font-weight: 400;
  display: block;
  font-size: 21px;
  line-height: 25px;
}
.video-item .video-text {
  line-height: 20px;
}
.pdf {
  width: 100%;
  height: 446px;
}

.tma-card img {
    width: 100%;
}
/* media queries for large menus -- copy into site css */
/*@media (min-width:1200px){
    .body-content{
        margin-top:40px;
    }
}

@media (min-width:990px) and (max-width:1200px){
    .body-content{
        margin-top:80px;
    }
}

@media (min-width:768px) and (max-width:990px){
    .body-content{
        margin-top:80px;
    }
}*/