/* CSS Document */

/* GLOBAL */
/* ---------------------------------------------------------------------------------------------------------------- */
body {
  min-width: 360px;
  font-family: 'Titillium Web', Arial, Sans-Serif; 
  font-size: 14px;
}
p, li, #faq-accordion {
  letter-spacing: .5px;
}
a:hover, a:focus {
  text-decoration: none;
}
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;
}
.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;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
}
.blue-glyph {
  color: #1b5392;
}
.btn {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.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.7em;
  color: #1b5392;
}
.highlight {
  background: #ffe052 !important;
}
hr {
  border: 0;
  border-bottom: 1px dashed #face01;
}
.img-team-md {
  /*margin: 0px 20px 5px 0px;*/
  margin: 5px 0 10px 0;
}
.list-group-item {
  padding: 10px 15px;
}
.list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.modal ul {
  margin: 0;
}
p, ol li {
  font-size: 16px;
  line-height: 1.5em;
}
.page-banner {
  height: 210px; 
  margin-bottom: 30px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; 
}
.search-result {
  padding: 0 1px 0 1px;
  margin: 0 1px 0 1px;
  border: solid 1px #b5c8db;
  background-color: #fdeea8;
}
.space:before { content: "\00a0 " }
.space:after { content: "\00a0 " }

.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: 2px;
  margin-bottom: 5px;
}
.social-btn a:hover, .social-btn a:focus {
  background-color: #5383d3;
}
.social-btn a.icon-facebook:hover, .social-btn a.icon-facebook:focus {
  background-color: #3765a3;
  border-radius: 10px;
}
.social-btn a.icon-instagram:hover, .social-btn a.icon-instagram:focus {
  background-color: #895a4d;
  border-radius: 10px;
}
.social-btn a.icon-twitter:hover, .social-btn a.icon-twitter:focus {
  background-color: #00b4ff;
  border-radius: 10px;
}
.social-btn a.icon-vine:hover, .social-btn a.icon-vine:focus {
  background-color: #00b489;
  border-radius: 10px;
}
.social-btn a.icon-youtube:hover, .social-btn a.icon-youtube:focus {
  background-color: #da2722;
  border-radius: 10px;
}
.social-btn a.icon-dvids:hover, .social-btn a.icon-dvids:focus {
  background-color: #666666;
  border-radius: 10px;
}
.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);
}
.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: "";
}
.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;
}
/* 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: 2px;
}
.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: 0 -12px 0px 0px;
}
.navbar-header button {
  margin-top: 14px;
}
.navbar-nav > li {
  font-size: 18px;
  text-transform: uppercase;
  font-style: oblique;
  padding: 0;
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: #face01;
}
.navbar-dark .navbar-toggler {
  margin: 0 13px 0 0;
  padding: 2px 6px;
  border-color: #ddd;
}
.navbar-toggler:hover {
  background-color: #084884;
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28250, 206, 1, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-toggle span {
  color: #face01;
}
.navbar-toggle:hover, .navbar-toggle:focus {
  background-color: #084884 !important;
}
.navbar-collapse {
  border: none;
  clear: right;
}
.navbar {
  background-color: #101c33;
  border: none;
}
.navbar-text {
  color: #fff;
}
.navbar-nav > li > a {
  color: #fff; 
  font-style: italic;
  transition: color .75s ease;
}
.navbar-nav > li > a:focus, .navbar-nav > li > a:hover { 
  color: #face01;
}
.navbar-nav > .active > a, .navbar-nav > .active > a:focus, .navbar-nav > .active > a:hover {
   color: #face01;
   background-color: transparent;
}
.navbar .recruiting {
  margin: 5px 15px 0px 0px;
}
.navbar .recruiting a:first-of-type {
  margin-right: 15px;
}
.navbar .recruiting .btn { 
  padding: 8; 
  height: 30px;
  font-size: 12px;
}
.navbar .btn-danger {
  background-color: #990000;
  border-color: #740000;
}
.navbar .btn-danger:hover, .navbar .btn-danger:focus {
  background-color: #860000;
  border-color: #6d0000;
}
.navbar .btn-primary {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.navbar .btn-primary:hover, .navbar .btn-primary:focus {
  background-color: #286090;
  border-color: #204d74;
}
  
/* FAQ ACCORDION */
/* -------------------------------------------------------- */
#faq-accordion .card {
  margin-bottom: 7px;
}
#faq-accordion .card-header {
  padding: 8px 8px 8px 12px;
  border-bottom: none;
  background-color: #e1ebf5;
}
#faq-accordion a {
  color: #000066;
}
#faq-accordion .card-header h2 {
  line-height: 1em;
  font-size: 1rem;
}
#faq-accordion .card-body {
  line-height: 1.5rem;
  border-top: 1px solid rgba(0,0,0,.125);
}
#faq-accordion .spacer {
  padding-right: 5px;
  padding-left: 3px;
}

/* 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;
}
.list-group-item:not(:first-child).btn-gold:hover, .list-group-item:not(:first-child).btn-gold:focus, .list-group-item:not(:first-child).btn-gold:active, .list-group-item:not(:first-child).btn-gold.active { 
  color: #003399; 
  background-color: #ececed;
  border: solid 1px #d7d6d6;
  border-top: none;
}
.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; 
}
.btn-secondary { 
  font-family: "Oswald", Arial, sans-serif;
  letter-spacing: 1.5px;
} 

/* 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.gallery img {
  width: 140px;
  height: 140px;
  margin: 9px;
  transition: all .2s ease-in-out;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
}
#links.gallery img:hover {
   transform: scale(1.2); 
   box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
}

/* 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;
  border-bottom: none;
  border-top: none;
}
.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;
}

/* DVIDS EMBEDDED VIDEO */
/* ---------------------------------------------------------------------------------------------------------------- */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  margin-bottom: 5px;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #191e34;
  padding: 5px 5px 0 5px;
}
.videoWrapperYT {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin-bottom: 20px;
}
.videoWrapperYT iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* FOOTER */
/* ---------------------------------------------------------------------------------------------------------------- */
footer {
  background-color: #101c33;
  padding-bottom: 40px;
  padding-top: 40px;
}
footer li, footer p {
  font-family: 'Maven Pro', sans-serif;
}
footer h2 {
  font: normal 33px 'Lobster', cursive;
  color: #5383d3;
  margin-bottom: 0;
}
footer h2 span {
  color: #face01;
}
footer h3 {
  font-family: 'Titillium Web', sans-serif;
  color: #face01;
  margin-bottom: 0;
}
footer .ftr-address {
  font-size: 13px;
  color: #aeadad;
  line-height: 25px;
  margin-bottom: 0;
}
footer .ftr-copyright {
  font-size: 11px;
  color: #434e63;
}
footer ul {
  list-style: none;
  padding: 0;
  font-size: 13px;
  color: #aeadad;
}
footer li {
  line-height: 25px;
}
footer a {
  color: #aeadad;
  transition: color .5s ease;
}
footer a:hover, footer a:focus {
  color: #face01;
  text-decoration: none;
}
footer a.ftr-email {
  color: #5383d3;
  transition: color .5s ease;
}
footer a.ftr-email:hover, footer a.ftr-email:focus {
  color: #face01;
  text-decoration: none;
}
footer .social-btn a {
  margin-right: 6px;
  margin-top: 15px;
}

/* FOOTER | SUPPORT SECTION */
/* -------------------------------------------------------- */
.ftr-support {
  font-family: 'Titillium Web', sans-serif;
  background-color: #e4e4e4;
}
.ftr-support p {
  font-size: 14px;
  color: #1b5392;
}

/* RESPONSIVE ADJUSTMENTS */
/* ---------------------------------------------------------------------------------------------------------------- */

/* RESPONSIVE (XS) // 575 MAX-W */
/* -------------------------------------------------------- */
@media screen and (max-width: 575px) {
  
}


/* RESPONSIVE (SM) // 576 MIN-W / 767 MAX-W */
/* -------------------------------------------------------- */
@media screen and (min-width: 576px) and (max-width: 767px) {
  
}


/* RESPONSIVE (MD) // 768 MIN-W / 991 MAX-W */
/* -------------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .carousel-caption .col-md-6 {
    margin-top: 15px;
  }
  .carousel-caption .title-primary, .carousel-caption .title-secondary {
    font-size: 24px;
  }
  #main-menu:hover {
    background:url(../img/navbar-sm.png) no-repeat right;
  }
  .navbar-nav > li > a {
    font-size: 13px;
  }
  .navbar-brand .nav-logo {
    margin-top: 8px;
    width: 240px;
    height: auto;
  }
  .navbar-nav > li {
    font-size: 15px;
  }
  .navbar-nav > li {
    margin-left: -4px;
    margin-right: -4px;
  }
  .navbar-brand .nav-logo {
    margin-top: 8px;
    width: 240px;
    height: auto;
  }
  .page-banner {
    height: 160px; 
    margin-bottom: 20px;
  }
  .social-btn {
    margin-right: -17px !important;
  }
}


/* RESPONSIVE (LG) // 992 MIN-W / 1199 MAX-W */
/* -------------------------------------------------------- */
@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 (XL) // 1200 MIN-W */
/* -------------------------------------------------------- */
@media screen and (min-width: 1200PX) {
  
}


/* RESPONSIVE (>MD) // 768 MIN-W */
/* -------------------------------------------------------- */
@media screen and (min-width: 768px) {
  #main-menu {
    margin-right: -15px;
  }
  #navbar {
    /*overflow: hidden;*/
    padding: 50px 0 60px 0;
    transition: .6s;
  }
  .navbar {
   background-color: transparent;
  }
  .navbar-nav li {
    padding-left: 13px;
  }
  
}


/* RESPONSIVE (>LG) // 992 MIN-W */
/* -------------------------------------------------------- */
@media screen and (min-width: 992px) {
  #main-menu:hover {
    background:url("../img/navbar.png") no-repeat right;
  }
  .navbar-nav li {
    padding-left: 15px;
  }
}

/* RESPONSIVE (XS, SM) // 767 max width */
/* -------------------------------------------------------- */
@media screen and (max-width: 767px) {
  body {
    margin-top: 65px;
  }
  .navbar {
    padding: 0px;
  background-color: #101c33;
  }
  .navbar-brand {
    padding: 4px 15px 15px 15px;
  }
  .navbar, .navbar-brand {
    /*height: 65px !important;*/
  }
  .navbar-nav {
    margin-top: 0px;
    text-align: left;
    border-top: solid 1px #283348;
  }
  .navbar-nav .nav-link {
    padding-left: 8px;
  }
  .navbar-collapse {
    background:#101c33;
  }
  .navbar-nav > li > a:focus, .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 (XS-custom) // 445 max width */
/* -------------------------------------------------------- */
@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 (SM-custom) // 446 - 767 */
/* -------------------------------------------------------- */
@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, SM, MD) // 991 max width */
/* -------------------------------------------------------- */
@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, LG) // 768 - 1199 */
/* -------------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .carousel-caption .title {
    font-size: 34px;
  }
}

/* RESPONSIVE (XL) // 1200 min width */
/* -------------------------------------------------------- */
@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;
  }
}
  
/* FOOTER | RESPONSIVE ADJUSTMENTS */
/* -------------------------------------------------------- */
@media screen and (max-width: 767px) {
  footer ul, footer p {
    font-size: 12px;
    line-height: 20px;
  }
  footer li {
    line-height: 20px;
  }
  footer div.col-sm-12 {
    text-align: center;
  }
  footer h2 {
    font-size: 31px;
  }
  footer h3 {
    font-size: 20px;
  }
  footer .ftr-copyright {
    font-size: 10px;
  }
  footer div:nth-of-type(1), footer div:nth-of-type(2) {
    margin-bottom: 10px;
  }
}