@import 'https://fonts.googleapis.com/css?family=Bilbo Swash Caps';
@import 'https://fonts.googleapis.com/css?family=Roboto:400,900,700';

body{
  font-size: 18px;
}
.content-container { 
  position: relative;
  max-width: 1200px;
  float: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
}
.container-fluid { 
  position: relative;
  float: none;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  padding: 0px;
}
.row{
  margin-right: 0px;
  margin-left: 0px;
}
label.error {
  color: #e74c3c;
}
.red {
  color: #e74c3c;
}

/*Navbar*/
.navbar{
    border-radius: 0px;
    border:0px;
}
.navbar .nav-text-small{
    font-size: 14px;
}
.navbar .nav-text{
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
}
.navbar-red{
    background-color: #801118;
    background-image: linear-gradient(to bottom, #96151d, #7d1119);
    color: white;
    margin-top: 0px;
    margin-bottom: 0px;
}
.navbar-blue{
  background-color: #004665;
  background-image: linear-gradient(to bottom, #004e6f, #003f5b);
  color: white;
  margin-top: 0px;
  margin-bottom: 0px;
}
.navbar-white{
  background-color: #fafafa;
  /* background-image: linear-gradient(to bottom, #004e6f, #003f5b); */
  color: #004665;
  margin-top: 0px;
  margin-bottom: 0px;
}
.navbar-link{
    color: white;
    font-weight: bold;
}
.nav-text-bold{
    font-weight: bold;
}
.navbar .navbar-nav > li, .navbar .navbar-nav > li > a {
    height:100%;
}
.navbar .navbar-nav > li > a{
    padding-top:25px;
    padding-bottom:25px;
    color: #094995;
}
/* .navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus {
    background-color: #023b54;
    border-color: #023b54;
    color:white;
} */

.navbar-toggle {
  margin-right: 0;
  margin-top: 10px;
  margin-bottom: 7px;
}

/*Custom Nav Heading*/
.navbar-brand {
  margin-top: 12px;
  padding: 0;
}
.navbar-brand img {
  width: 124px;
  display: inline-block;
}
.heading {
  color:#fff;
  font-family: "Times New Roman", Georgia, Serif;
  font-size:20px;
  letter-spacing: -1px;
  line-height: 22px;
  margin:0 0 0 6px;
  display: inline-block;
  vertical-align: middle;
}

/*Footer*/
.footer {
  position: relative;
  bottom: 0;
  width: 100%;
  background-color: #e5e5e5;
}
.footer sm{
  font-size: 14px;
  font-weight: normal;
}
.footer-brand>img {
  display:block;
  margin:auto;
  padding-bottom: 18px;
}
.footer-nav {
  background-color: #eaeaea;
}
.footer-list{
  padding-top: 12px;
  padding-bottom: 12px;
  list-style-type: none;
}
.footer-list-item{
  display: inline;
  list-style-type: none;
  padding: 5px;
}
.footer-list-link{
  font-size: 14px;
  text-decoration: none;
  color: #333;
  padding: 8px;
  text-shadow: 0 1px 0 #fff;
  -webkit-transition: color .2s linear;
  -moz-transition: color .2s linear;
}
.footer-list-link:hover{
  text-decoration: none;
  color:#004665;
}
.copyright-text{
  font-size: 12px;
  padding: 5px;
}
.copyright-footer{
  background-color: #d2d2d2;
  padding-top: 12px;
  padding-bottom: 12px;
}
.footer-container{
  padding: 10px 10px 0px 10px;
}
.footer-borders{
  border-top:2px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 1px;
}
.footer-contact-text {
  text-align: center;
  float:none !important;
}

/*Universal*/
.background-pattern {
  background: url(../images/subtlenet2.png);
}
.background-profile {
  background: url(../images/cream_dust.png);
}
.border-top-1 {
  border-top: 1px solid #eee;
}
.no-side-margin{
    margin-left:0px;
    margin-right:0px;
}
.max-width-set {
    max-width: 1382px;
}
.margin-top-0{
    margin-top:0;
}
.margin-top-10{
    margin-top:10px;
}
.margin-bottom-10{
    margin-bottom:10px;
}
.margin-bottom-0{
    margin-bottom:0px;
}
.pad-top-5{
    padding: 5px 0px;
}
.pad-top-10{
    padding-top: 10px;
}
.pad-top-20{
    padding-top: 20px;
}
.pad-top-40{
    padding-top: 40px;
}
.pad-bottom-40{
    padding-bottom: 40px;
}
.pad-bottom-20{
    padding-bottom: 20px;
}
.pad-bottom-10{
    padding-bottom:10px;
}
.pad-left-20{
    padding-left:20px;
}
.pad-right-20{
    padding-right:20px;
}
.pad-right-40{
    padding-right: 40px;
}
.pad-left-40{
    padding-left: 40px;
}
.pad-bottom-40{
    padding-bottom: 40px;
}
.pad-right-15{
    padding-right:15px;
}
.pad-left-15{
    padding-left:15px;
}
.gray-text{
    color: #5a5a5a;
}
.light-gray-bg{
    background-color: #dedcdd;
}
.light-light-gray-bg{
    background-color: #f3f3f3;
}
.pad-remove-side{
    padding-left: 0px;
    padding-right: 0px;
}
.btn-red{
    background: #004665;
    border-color:#004360;
    color:#fff;
}
.btn-red:hover, 
.btn-red:focus, 
.btn-red:active,
.btn-red:active:hover,
.btn-red:active:focus {
    background-color: #004665;
    border-color: #004360;
    box-shadow: none;
}

.large-text{
  font-size:22px;
}
.gray-bg{
  width:100%;
  background-color: #5a5a5a;
  color: white;
}
.center-wrapper{
  text-align:center;
}
.top-bottom-border{
  display:inline-block;
  width:310px;
  border-bottom: 1px solid white;
  border-top: 1px solid white;
  text-align:center;
  margin-bottom:16px;
}
.border-text{
  width:120px;
  margin-top:-25px;
  margin-left: 30%;
  margin-bottom:-10px;
  color:white;
  font-size:34px;
  font-weight:lighter;
  font-family: 'Bilbo Swash Caps';
}
.title-text{
  font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
  text-transform: uppercase;
  font-size:42px;
  font-weight:700;
  color:white;
  margin-bottom:16px;
  margin-top:8px;
}
.title-sub-text{
  padding-left: 6%;
  padding-right: 6%;
  font-size: 20px;
  font-weight:normal;
}
.auto-width{
  width:auto;
}
.height-220{
  height:220px;
}

/*Carousel*/
div.carousel-wrapper{
  width: 100%;
  margin: auto;
}
.carousel-inner > .item > img, 
.carousel-inner > .item > a > img{
  width: 100%; 
  margin: auto;
  min-height: 340px;
  max-height: 575px;
}
.caption{
  position:absolute;
  text-align: center;
  width:auto;
  height:auto;
  color: #ffffff;
  top:50%;
  left:50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index:1;
}
.carousel-arrows-hide {
  display: inline-block;
  list-style: none;
}
.no-shadow{
    background-image:none !important;
    filter:none !important;
}

/*Light Slider*/
.lt-slider {
  height: 220px !important;
}
.lt-slider h3 {
  font-weight: 700;
}
.lslide {
  padding: 0 10px;
}

/*Banner*/
.banner {
  background-image: url(../images/atlas.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: #fff;
}
.banner-header{
  font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 900;
  font-size: 50px;
  line-height:60px;
  text-shadow: 2px 2px 4px #000000;
}
.banner-text{
  font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 32px;
  text-shadow: 2px 2px 4px #000000;
}
.banner-button{
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: bolder;
}
.banner .content-container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.contact-details {
  font-size:16px;
}

.people h2 { font-size: 26px; }

.people { text-align: center; }

.list-group-item.active, .list-group-item.active:hover {
  background-color: #eee;
  border-color: #ddd;
}

/** google maps **/
.google-map {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}


@media (min-width: 1200px) {
  .navbar .nav-text{
    font-size: 14px;
    padding-left: 12px;
    padding-right: 12px;
  }
}


@media (min-width: 768px) {
  .banner-header {
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 900;
    font-size: 78px;
    line-height: 98px;
    text-shadow: 2px 2px 4px #000000;
  }
  .banner-button {
    font-weight: 700;
    border-radius: 3px;
    font-size: 18px;
    padding: 20px 40px;
  }
  .banner .content-container {
    padding-top: 220px;
    padding-bottom: 80px;
  }
  .top-bottom-border {
    width:510px;
  }
  .border-text {
    margin-left: 38%;
  }
  .title-sub-text{
    font-size: 22px;
    padding-left: 16%;
    padding-right: 16%;
  }
  .footer-brand>img {
    display: inline;
    margin: 0;
    padding-bottom: 0;
  }
  .footer-contact-text {
    text-align: right;
    float: right !important;
  }
  .footer-container{
    padding: 10px 50px 0px 50px;
  }
  .copyright-text{
    font-size: 14px;
  } 
  .google-map {
    padding-bottom: 40%;
  }
}

/* Downloadable Articles */
.articles img {
  width: 240px;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}


.auto-clear .col-lg-3:nth-child(4n+1){clear:left;}
