/* GLOBAL */
/* -------------------------------------------------------- */
html, body, .carousel, .carousel-inner, .carousel-inner .item {
  height: auto;
  font-family: "Titillium Web", Arial, sans-serif;
}
hr {
  border: 0;
  border-bottom: 1px dashed #face01;
  background: #999;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 50px;
  right: 60px;
  display: none;
}
.white-bg {
  background-color: #fff !important;
  /* background-color: #ebf2f8 !important; */
}
.page-banner {
  height: 210px; 
  margin-bottom: 30px;
  background-position: top center;
  background-repeat: no-repeat;
}
.title-img {
  width: auto;
  height: 110px;
  margin-bottom: 10px;
  background-position: top left;
  background-repeat: no-repeat;
  -webkit-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.4);
  box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.4);
}
body, nav {
  min-width: 320px;
}
.h1, .h2, h1, h2 {
  font-family: "Oswald", Arial, sans-serif;
  color:#1b5392;
  letter-spacing: 1px;
}
.h3, .h4, .h5, .h6, h3, h4, h5, h6 {
  line-height: 1.5em;
  color: #1b5392;
}
p, ol li {
  font-size: 16px;
  line-height: 1.5em;
}
.text-light {
  color: #fff;
}
.margin-tb-30 {
  margin: 30px 0px;
}
.margin-t-30 {
  margin-top: 30px;
}
a.anchor {
  display: block;
  position: relative;
  top: -125px; /* Offset page from the top of the window so content is not obscured by the fixed header. */
  visibility: hidden;
}
.btn {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}
.gradient-block {
  padding: 20px; 
  background: -moz-linear-gradient(45deg, rgba(19, 108, 191,0.4) 0%, rgba(66, 164, 255,0.4) 100%); 
  background: -webkit-linear-gradient(45deg, rgba(19, 108, 191,0.4) 0%, rgba(66, 164, 255,0.4) 100%); 
  background: #136cbf linear-gradient(45deg, rgba(19, 108, 191,0.4) 0%, rgba(66, 164, 255,0.4) 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66136cbf', endColorstr='#6642a4ff', GradientType=1);
}
.shadow {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.4);
}
.shadow-box {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}
.social-btn a {
  display: inline-block;
  padding: 0px 7px;
  height: 36px;
  cursor: pointer;
  transition: background-color 0.5s ease;
  border-radius: 10px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  margin-right: 3px;
  margin-bottom: 5px;
}
.social-btn a:hover {
  background-color: #5383d3;
}
.social-btn a.icon-facebook:hover {
  background-color: #3765a3;
  border-radius: 10px;
}
.social-btn a.icon-instagram:hover {
  background-color: #895a4d;
  border-radius: 10px;
}
.social-btn a.icon-twitter:hover {
  background-color: #00b4ff;
  border-radius: 10px;
}
.social-btn a.icon-vine:hover {
  background-color: #00b489;
  border-radius: 10px;
}
.social-btn a.icon-youtube:hover {
  background-color: #da2722;
  border-radius: 10px;
}
.tooltip.top .tooltip-inner, .tooltip.left .tooltip-inner {
  background-color:#face01;
  color: #101c33;
  border-radius: 0;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #face01;
}
.ba-tooltip {
  margin: -6px 0px 0px 10px;
}
.alt li {
  background-color: #f6f6f6;
}
.alt :nth-child(odd) {
  background-color: #eaeaea;
}
.alt li a, .alt li span, .alt li div {
  background-color: transparent !important;
}
.list-group li {
  font-family: 'Titillium Web', Arial, sans-serif;
  font-size: 14px;
}
.highlight {
  background: #ffe052 !important;
}
.panel-body ol {
  margin-top: 10px;
}
.panel-body li {
  font-size: inherit;
}
#faq-accordion .panel-heading {
  background: #e3e8ed !important;
}
#departments-row-1 .glyphicon, #departments-row-2 .glyphicon, #join .glyphicon {
  color: #1b5392;
}
#departments-row-1 img, #departments-row-2 img {
  margin-left: 5px;
}
.img-team-md {
  margin: 0px 20px 5px 0px;
}
#officers .glyphicon, #officers .btn-gold, #enlisted .glyphicon, #officers .btn-gold, #tech-reps .glyphicon {
  margin-right: 5px;
}
.space:before { content: "\00a0 " }
.space:after { content: "\00a0 " }

.team-member {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.team-member .member-details {
  padding-bottom: 5px;
  display: inline-block;
  position: relative;
  font-family: 'Maven Pro', Arial Narrow, sans-serif;
  letter-spacing: 0.5px;
}
.team-member .profile-pic {
  margin: auto auto 5px;
  overflow: hidden;
}
.team-member .profile-pic img {
  width: 100%;
  height: 100%;
  max-width: 160px;
  margin: 0px auto;
}
.team-member h4 {
  color: rgb(64, 64, 64); 
  position: relative;
  font-size: 13px;
  font-weight: bold;
}
.team-member h4 span {
  font-weight: normal;
  font-size: 12px;
}
.team-member .position {
  font-size: 12px;
  margin: 15px 0px 15px 0px;
  font-weight: normal;
}
.blue-border-bottom::after {
  background: rgb(27, 83, 146);
  margin: auto;
  left: 12.5%;
  width: 75%;
  height: 2px;
  bottom: -9px;
  position: absolute;
  z-index: 1;
  content: "";
}
.yellow-border-bottom::after {
  background: rgb(250, 206, 1);
  margin: auto;
  left: 12.5%;
  width: 75%;
  height: 2px;
  bottom: -9px;
  position: absolute;
  z-index: 1;
  content: "";
}
.ribbon {
  margin-top: 10px;
}
#showPage .glyphicon-star {
  color: #1b53ad !important;
}

/* NAVBAR */
/* -------------------------------------------------------- */
.navbar-nav {
  font-family: "Oswald", Arial, sans-serif;
}
.navbar-brand > span {
  font-family: "Lobster", Times New Roman, serif;
  color: #face01;
  font-size: 34px;
  margin-top: 4px;
}
.navbar ul {
  margin-top:-4px;
}
.navbar-brand .nav-logo {
  margin-top: 6px;
}
.navbar-brand .nav-logo-xs {
  margin-top: -14px !important;
}
.navbar .social-btn {
  float: right;
  display: block;
  margin: 13px -12px 0px 0px;
}
.navbar-header button {
  margin-top: 14px;
}
.navbar-nav > li {
  font-size: 18px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #face01 !important;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #084884 !important;
}
.navbar-collapse {
  border: none;
  clear: right;
}
.navbar-default {
  background-color: #101c33;
  border: none;
}
.navbar-default .navbar-text {
  color: #fff;
}
.navbar-default .navbar-nav > li > a {
  color: #fff; 
  font-style: italic;
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a { 
  transition: color .75s ease;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover { 
  color: #face01;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
   color: #face01;
   background-color: transparent;
}
.navbar .recruiting {
  float: right;
  display: block;
  margin: 16px 15px 0px 0px;
}
.navbar .recruiting a:first-of-type {
  margin-right: 15px;
}
.navbar .btn-danger {
  background-color: #990000;
  border-color: #740000;
}
.navbar .btn-danger:hover {
  background-color: #860000;
  border-color: #6d0000;
}

/* CAROUSEL - HOMEPAGE HEADER */
/* -------------------------------------------------------- */
.carousel-caption .title {
  text-align: left;
  font-family: "Oswald", Arial, sans-serif;
}
.carousel-caption .title-primary, .carousel-caption .title-secondary, .carousel-caption .nonessential {
  text-align: left;
  font-family: "Titillium Web", Arial Narrow, sans-serif;
}
.carousel-caption {
  top: 50%;
  transform: translateY(-50%);
}
.carousel-caption .title {
  font-style: italic;
  color: #face01;
}
.carousel-caption .btn {
  margin-top: 15px;
}
.carousel-img {
  background: rgba(255, 255, 255, .2);
  margin-right: 20px;
  padding: 12px;
}
.icon-prev, .icon-next { 
  font-size: 120px !important; /* Resize carousel arrows. */
  line-height: 20px !important;
}
.carousel-control.left, .carousel-control.right { 
  background: none !important; 
  filter: progid:none !important; 
}
.carousel-indicators {
  bottom: 5px !important;
}
.carousel-indicators li {
  background: #ccc;
  border-radius: 0px;
}
.carousel-indicators .active {
  background: #face01;
}
/*.carousel-inner > .item {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

/* CAROUSEL - HOMEPAGE SHOW DATES */
/* -------------------------------------------------------- */
#carousel-show-dates .item {
  width: 180px;
  margin-bottom: 15px;
}
#carousel-show-dates .item .show-month {
  height: 30px;
  background: url(/assets/img/show-date-header.png) no-repeat;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-family: 'Oswald', Arial, sans-serif;
}
#carousel-show-dates .item .show-date {
  height: 45px;
  background:#f4f4f4;
  border-left: 1px solid #929cb2;
  border-right: 1px solid #929cb2;
  border-bottom: 1px solid #929cb2;
  font-family: 'Oswald', Arial, sans-serif;
  color: #142f6e;
  font-size: 30px;
  line-height: 45px;
}
#carousel-show-dates .item .show-date span {
  font-size: 24px;
}
#carousel-show-dates .item .show-location {
  height: 25px;
  background: #face01;
  border-left: 1px solid #d0ab00;
  border-right: 1px solid #d0ab00;
  border-bottom: 1px solid #d0ab00;
  color: #142f6e;
  line-height: 24px;
  font-family: 'Maven Pro', Arial, sans-serif;
  font-size: 13px;
}
#carousel-show-dates .item .btn {
  margin-top: 30px;
}

/* BLUE ANGELS BUTTON */
/* -------------------------------------------------------- */
.btn-gold { 
  color: #101c33; 
  background-color: #face01;
  font-family: "Oswald", Arial, sans-serif;
  transition: background-color 0.5s ease;
  border: solid 1px #deb700;
  letter-spacing: 0.5px;
} 
.btn-gold:hover, .btn-gold:focus, .btn-gold:active, .btn-gold.active, .open .dropdown-toggle.btn-gold { 
  color: #003399; 
  background-color: #ececed;
  border: solid 1px #d7d6d6;
} 
.btn-gold:active, .btn-gold.active, .open .dropdown-toggle.btn-gold { 
  background-image: none; 
} 
.btn-gold.disabled, .btn-gold[disabled], fieldset[disabled] .btn-gold, .btn-gold.disabled:hover, .btn-gold[disabled]:hover, fieldset[disabled] .btn-gold:hover, 
.btn-gold.disabled:focus, .btn-gold[disabled]:focus, fieldset[disabled] .btn-gold:focus, .btn-gold.disabled:active, .btn-gold[disabled]:active, fieldset[disabled] .btn-gold:active, 
.btn-gold.disabled.active, .btn-gold[disabled].active, fieldset[disabled] .btn-gold.active { 
  background-color: #face01; 
} 
.btn-gold .badge { 
  color: #face01; 
  background-color: #001e74; 
}

/* EXTERNAL LINK MODAL */
/* -------------------------------------------------------- */
.modal-header {
  background: #084884;
}
.modal-title, .close {
  color: #fff;
  opacity: 1;
}
.modal-body {
  background: #fff;
  min-height: 115px;
}
.modal-body image {
  padding: 0px 8px;
}
.modal-footer {
  background: #efeeee;
}

/* BLUEIMP IMAGE GALLERY */
/* -------------------------------------------------------- */
#links img {
  width: 140px;
  height: 140px;
  margin: 10px;
  transition: all .2s ease-in-out;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
}
#links img:hover {
   transform: scale(1.2); 
   box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
}

/* RESPONSIVE (XXS-custom) */
/* -------------------------------------------------------- */
@media screen and (max-width: 445px) {
  .carousel-caption .col-md-6 {
    margin-top: -10px;
  }
  .carousel-caption .title {
    font-size: 20px;
  }
  .carousel-caption .title-primary, .carousel-caption .title-secondary {
    font-size: 13px;
  }
  .carousel-caption .btn {
    margin-top: 5px;
  }
}

/* RESPONSIVE (XS-custom) */
/* -------------------------------------------------------- */
@media screen and (min-width: 446px) and (max-width: 767px) {
  .carousel-caption .col-md-6 {
    margin-top: -10px;
  }
  .carousel-caption .title {
    font-size: 28px;
  }
  .carousel-caption .title-primary, .carousel-caption .title-secondary {
    font-size: 18px;
  }
}  

/* RESPONSIVE (XS) */
/* -------------------------------------------------------- */
@media screen and (max-width: 767px) {
  body {
    margin-top: 65px;
  }
  .navbar, .navbar-brand {
    height: 65px !important;
  }
  .navbar-collapse {
    background:#101c33;
  }
  .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover { 
    background-color: #084884;
  }
  .icon-prev, .icon-next { 
    font-size: 80px !important; /* Resize carousel arrows. */
  }
  .carousel-inner {
    width: 120%;
    margin-left: -10%;
  }
  .back-to-top {
    bottom: 20px;
    right: 20px;
    display: none;
  }
}

/* RESPONSIVE (SM) */
/* -------------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .social-btn {
    margin-right: -17px !important;
  }
  .navbar-nav > li {
    font-size: 12px;
  }
  .navbar-nav > li {
    margin-left: -4px;
    margin-right: -4px;
  }
  .navbar-brand .nav-logo {
    margin-top: 8px;
    width: 240px;
    height: auto;
  }
  .carousel-caption .col-md-6 {
    margin-top: 15px;
  }
  .carousel-caption .title-primary, .carousel-caption .title-secondary {
    font-size: 24px;
  }
  .navbar-right:hover {
    background:url(/assets/img/navbar-sm.png) no-repeat right;
  }
  .page-banner {
    height: 160px; 
    margin-bottom: 20px;
  }
}

/* RESPONSIVE (XS, SM) */
/* -------------------------------------------------------- */
@media screen and (max-width: 991px) {
  .carousel-caption .title, .carousel-caption .title-primary, .carousel-caption .title-secondary, .carousel-caption .nonessential, .carousel-caption btn {
    text-align: center;
  }
  #ftr-img-01, #ftr-img-02 {
    margin-bottom: 30px;
  }
  #mediaPosts div:nth-of-type(1) {
    padding-bottom: 15px;
  }
  #mediaPosts div:nth-of-type(2) {
    padding-bottom: 5px;
  }
}
  
/* RESPONSIVE (MD) */
/* -------------------------------------------------------- */
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .carousel-caption .title-primary, .carousel-caption .nonessential {
    font-size: 24px;
  }
  .carousel-caption .title-secondary {
    font-size: 18px;
  }
}

/* RESPONSIVE (SM, MD) */
/* -------------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .carousel-caption .title {
    font-size: 34px;
  }
}

/* RESPONSIVE (LG) */
/* -------------------------------------------------------- */
@media screen and (min-width: 1200px) {
  .carousel-caption .title {
    font-size: 40px;
  }
  .carousel-caption .title-primary, .carousel-caption .nonessential {
    font-size: 28px;
  }
  .carousel-caption .title-secondary {
    font-size: 22px;
  }
}
  
/* RESPONSIVE (SM, MD, LG) */
/* -------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .navbar {
    min-height: 115px;
  }
  .navbar-brand {
    height: 100%;
    width: auto;
  }
  /* Uncollapsed state */
  .navbar-default {
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    padding-top: 35px;
    background-color: transparent;
  }
  /* Collapsed state */
  .navbar-default.affix {
    padding: 0px;
    background-color: #101c33; /*background-color: rgba(31,51,77,.93);*/
  }
}

/* RESPONSIVE (MD, LG) */
/* -------------------------------------------------------- */
@media screen and (min-width: 992px) {
  .carousel-caption .col-md-6 {
    margin-top: 35px;
  }
  .navbar-right:hover {
    background: url(/assets/img/navbar.png) no-repeat right;
  }
  #mediaPosts div:nth-of-type(3) {
    margin-top: -10px !important;
  }
}

/* PARALLAX EFFECT */
/* -------------------------------------------------------- */
[data-type='media'].rd-parallax-layer {
	left: 0px; top: 0px; height: 100%; right: 0px; bottom: 0px; position: absolute;
}
[data-url].rd-parallax-layer {
	background-position: center; background-size: cover; -webkit-background-size: cover;
}
.rd-parallax .container > div {
  margin: 50px 0px;
}
.rd-parallax h1 {
  color: #face01;
  font-family: 'Oswald', Arial, sans-serif;
  font-style: italic;
}
.rd-parallax p {
  font-family:'Titillium Web', Arial, sans-serif;
  font-size: 18px;
}
.rd-parallax img {
  margin-top: 15px;
}