@charset "utf-8";

/* CSS Document */
/* Colors */
/* tabs */
/* images */
/* --  Panel Override Variables  -- */
/*-- Mixins --*/
/*.content-section-header() {
    background-color: @bodyContentBodyBackground;
    color: @standardLightTextColor;
}*/
/*  -- Logos --  */
/*  -- Panels --  */
/*  -- Divs --  */
.centeredDiv {
  display: table;
  margin: 0 auto;
}
/*  -- Lists --  */
/* Alignment */
/*-- Bootstrap Overrides --*/
.contentArticle .panel .panel-heading {
  background-color: #ffffff;
  color: #383838;
  font-weight: bold;
  font-size: 1.4em;
  cursor: default;
}
.contentArticle .panel .panel .panel-heading {
  background-color: #838383;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2em;
  cursor: default;
}
.contentArticle .panel .panel .panel .panel-heading {
  background-color: #b9b9b9;
  color: #030000;
  font-weight: bold;
  font-size: 1em;
  cursor: default;
}
.contentArticle .panel .panel .panel .panel .panel-heading {
  background-color: #535150;
  color: #ffffff;
  font-weight: bold;
  font-style: italic;
  font-size: 0.9em;
  cursor: default;
}
.panel-default > .panel-heading {
  background-color: #ffffff;
  color: #383838;
  font-weight: bold;
  font-size: 1.4em;
  cursor: default;
}
.panel-heading {
  font-family: Arial, Verdana, sans-serif;
  padding: 1px 15px;
  border-bottom: none;
}
.panel-body {
  padding: 10px;
}
.panel-body .panel-default > .panel-heading {
  background-color: #838383;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2em;
  cursor: default;
}
.panel-body h2 a {
  color: #ffffff;
}
panel-body table {
  margin: 0 20px;
}
panel-body td {
  padding-left: 3px;
}
.carousel {
  height: 100%;
}
.carousel-indicators li {
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}
.carousel-control {
  cursor: pointer;
  z-index: 60;
  width: 50px;
}
.hotTopics .carousel-indicators {
  bottom: -10px;
}
.hotTopics .item p {
  width: 250px;
  display: block;
  margin: auto;
}
.hotTopics {
  height: 65px;
}
.carousel-inner {
  z-index: 0;
}
.carousel-indicators {
  height: 20px;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  z-index: 1;
  padding-top: 1em;
}
.carousel-indicators .active {
  background-color: #ffd530;
}
.hotTopics .carousel-control {
  color: grey;
}
.hotTopics .carousel-control span {
  margin: 40% 0;
}
.modal-header {
  background-color: #383838;
  color: #ffffff;
}
.modal-header .close {
  color: #d2d1d1;
  text-shadow: 0 1px 0 #edeceb;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header .close:hover,
.modal-header .close:focus {
  color: #d2d1d1;
  filter: alpha(opacity=75);
  opacity: 0.75;
}
.modal-body {
  background-color: #ffffff;
  color: #030000;
}
.modal-link {
  color: #030000;
}
.modal-link-list {
  list-style-type: none;
}
.modal-link-list li {
  margin: 5px 0;
  padding: 5px 5px;
}
.modal-link-list li:nth-child(odd) {
  background: #dfdede;
}
.modal-footer {
  border-top: 1px solid #9c9d95;
  background-color: #dfdede;
  color: #030000;
}
.modal-footer .btn-primary {
  background-color: #dc5706;
  color: #ffffff;
  border: solid thin #030000;
  font-weight: bold;
}
.modal-footer .btn-primary:hover {
  background-color: #aa4305;
}
.modal-footer .btn-default {
  background-color: #afafaf;
  color: #030000;
  border: solid thin #030000;
  font-weight: bold;
}
.modal-footer .btn-default:hover {
  background-color: #969596;
}
.modal-footer .btn-cancel {
  float: left !important;
}
/* --  Overide the bootstrap tabs - Begin -- */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid #030000;
  border-radius: 4px 4px 0 0;
  color: #50544c;
  background-color: #ffffff;
}
.nav-tabs > li > a:hover {
  border-color: #030000;
  color: #030000;
}
.nav-tabs > li.active > a {
  color: #ffffff;
  background-color: #50544c;
}
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #ffffff;
  background-color: #50544c;
  border: 1px solid #030000;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
/* --  Overide the bootstrap tabs - End -- */
/*-- Media Query Overrides --*/
@media screen and (max-width: 991px) {
  #menu {
    display: none;
  }
  .slicknav_menu {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  #menu {
    display: block;
  }
  .slicknav_menu {
    display: none;
  }
}
/*-- Variable Declarations (Constants) --*/
/* US Army Branding Colors */
/* Black & White Conversions */
/* HRC Site Colors */
/*  Search  */
/* Header */
/*@hrcText: @armyGold;
@loginText: @armyWhite;*/
/* Main Menu */
/* Soldier Services */
/* Page Toolbar */
/* Footer */
.mainMenu {
  background: none repeat scroll 0 0 #ffffff;
  font-family: arial, sans-serif;
  line-height: 26px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 5px solid #030000;
}
.mainMenu > ul,
ol {
  margin: auto;
  padding-left: 0px;
}
.menuLinks {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  display: inline;
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
  outline: none;
}
.menuLinks a {
  color: #030000;
  padding-right: 1.5%;
  padding-left: 1.5%;
}
.menuLinks a:focus {
  text-decoration: none;
  outline: none;
  color: #030000;
}
.menuLinks a:hover {
  text-decoration: none;
  outline: none;
  color: #ffd530;
}
.menuMobile {
  background: none repeat scroll 0 0 #616161;
  color: #fff;
  display: table;
  font-family: arial, sans-serif;
  height: 44px;
  position: relative;
  width: 100%;
  z-index: 100;
}
/*.menuSlideLeft {
    background-color: @armyWhite;
}*/
.menuIcon {
  color: #ffffff;
  font-size: 24px;
  padding: 8px 22px;
  cursor: pointer;
}
.searchBar {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mobileMenuFixed {
  position: fixed;
  top: 0;
  z-index: 5000;
}
.body-content-fixed {
  padding-top: 55px;
}
.menuAccordion {
  background: none repeat scroll 0 0 #ffffff;
  color: #fff;
  display: table;
  font-family: arial, sans-serif;
  height: 44px;
  position: relative;
  width: 100%;
  padding: 0 2px;
}
.mobileAccordion {
  background-color: #ffd530;
}
.mobileLevel1 {
  margin: 0 1px 1px 1px !important;
}
.mobileLevel1 > .panel-heading {
  background-color: #383838;
  height: 44px;
}
.mobileLevel1 > .panel-heading > .panel-title {
  color: #ffffff;
  font-weight: bold;
  margin-top: 0.6em;
}
.mobileLevel1 > .panel-collapse > .panel-body {
  background-color: #ffffff;
  border: thin solid #383838;
  padding: 2px;
}
.l1HeaderLink {
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
}
.l1HeaderLink:hover {
  text-decoration: underline;
  color: #ffffff;
}
.mobileLevel2 > .panel-heading {
  background-color: #838383;
  height: 44px;
}
.mobileLevel2 > .panel-heading > .panel-title {
  color: #ffffff;
  font-weight: bold;
  margin-top: 0.3em;
}
.mobileLevel2 > .panel-collapse > .panel-body {
  background-color: #ffffff;
  border: thin solid #838383;
  padding: 2px 0 0 0;
}
.l2HeaderLink {
  text-decoration: none;
  color: #ffffff;
  font-size: 0.9em;
}
.l2HeaderLink:hover {
  text-decoration: underline;
  color: #ffffff;
}
.menuItemsList {
  margin-bottom: 0;
  padding: 0;
}
.menuItemsList li {
  height: 36px;
  font-size: 12px;
  font-weight: bold;
  padding: 0 0 0 20px;
}
.menuItemsList li a {
  font-weight: bold;
  text-decoration: none;
  color: #030000;
  vertical-align: middle;
}
.menuItemsList li:nth-of-type(2n) {
  background-color: #dfdede;
}
.menuItemsList .mobile-menu-icon {
  color: #030000;
}
uib-accordion-heading .mobile-menu-icon {
  color: #030000;
}
.menuHeaderToggle {
  margin-top: -15px;
}
.mobile-menu-link {
  display: inline-block;
  vertical-align: middle;
  width: 212px;
}
.mobile-menu-icon {
  display: inline-block;
  vertical-align: middle;
  padding-top: 1px;
  float: right;
  padding-right: 5px;
}
.mobile-menu-item-link {
  display: inline-block;
  vertical-align: middle;
  width: 180px;
  height: 28px;
  padding-top: 5px;
}
.mobile-menu-item-icon {
  display: inline-block;
  vertical-align: middle;
  padding-top: 5px;
  float: right;
  height: 28px;
  padding-right: 5px;
  color: #030000;
}
.mobile-menu-header-icon {
  display: inline-block;
  vertical-align: middle;
  padding-top: 7px;
  float: right;
  height: 22px;
  padding-right: 5px;
}
.listItem {
  border-bottom: solid 1px #030000;
  list-style-type: none;
  color: #030000;
  text-decoration: none;
  padding: 5px 0;
}
.listItem:last-child {
  border-bottom: none;
}
.panel-body ul.basicList {
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial;
  font-size: 8pt;
}
.newsSlider {
  min-height: 144px;
  margin-bottom: 4%;
}
.newsSlider a {
  cursor: pointer;
}
.newsSlider .carousel-control {
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}
.newsSlider .carousel-control:hover {
  color: #ffd530;
}
.newsSlider img {
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 144px;
  max-width: none;
  max-height: 100%;
}
.newsSlider .noImgSpacer {
  min-width: 100%;
  min-height: 144px;
  max-width: none;
  max-height: 300px;
}
.imageLinkDescription {
  background-color: #000000;
  /*border-bottom: 1px solid #9c9d95;*/
  bottom: 0;
  /*color: @armyWhite;*/
  padding: 5px;
  position: absolute;
  text-align: center;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  font-size: 1.1em;
  /*&:hover {
        background-color: rgb(0, 0, 0);
        color: @armyGold;
    }*/
}
.imageLinkDescription p {
  display: none;
  font-size: 11px;
  text-indent: 25px;
}
.imageLinkTitle {
  display: inline-block;
  /*font-weight: bold;*/
  font-size: 1.1em;
}
.img-thumbnail {
  float: left;
  height: 60px !important;
  width: 95px !important;
  border: none;
}
.newsList li:after {
  clear: both;
  content: "";
  display: block;
}
.newsListItemRow:not(:last-of-type) {
  padding: 0 0 10px;
  margin: 3px auto;
  border-bottom: 1px solid #9c9d95;
}
.newListItemImage {
  padding: 2px 10px 0 0;
  vertical-align: top;
  /*display: inline;
    margin: 2px 3px 0 0 ;*/
  /*width: 95px;*/
}
.newListItemImage img {
  width: 95px;
  height: auto;
  float: left;
  padding: 0 10px 5px 5px;
}
.newsListItemText {
  display: inline-block;
  padding: 0 10px;
  width: 65%;
  vertical-align: top;
}
.newsListItemContainer {
  cursor: pointer;
  font-family: Verdana, Arial;
  font-size: 8pt;
}
.newsListItemContainer:after {
  clear: both;
  content: "";
  display: block;
}
.fbHeader img {
  float: left;
  margin-right: 15px;
  height: 54px;
  width: auto;
}
.fbHeaderText {
  display: block;
}
.fbHeaderText a {
  font-size: 16pt;
  font-weight: bold;
}
.fbListItemImage {
  width: 200px;
  height: auto;
  float: left;
  padding: 0 10px 5px 5px;
}
.fbTime {
  color: #50544c;
  font-size: 11px;
  display: inline-block;
  padding-right: 10px;
}
.link-item {
  display: inline;
}
.link-icons {
  padding-right: 15px;
}
.icon-external {
  display: inline;
  float: right;
  right: 5px;
  color: #aa4305;
}
.icon-protected {
  display: inline;
  float: right;
  right: 5px;
  color: #030000;
}
.view-more {
  float: right;
  font-weight: bold;
  padding-right: 15px;
}
.carousel-inner img {
  border: 1px solid #616161;
  max-height: 100%;
  max-width: 100%;
}
.popover {
  background-color: #ffffff;
  color: #030000;
}
.popover.bottom .arrow:after {
  border-bottom-color: #616161;
}
.popover.top .arrow:after {
  border-top-color: #616161;
}
.myLinksContent {
  margin: 20px 0;
}
.myLinksContent h3 {
  background-color: #83847a;
  color: #ffffff;
  margin: 0 0 0.1em;
  padding: 0.2em 0.4em;
}
.myLinksContent h5 {
  font-weight: bold;
}
.myLinksContent ul {
  list-style: none outside none;
}
.myLinksTable {
  border: 1px solid grey;
  width: 100%;
}
.myLinksTable td,
.myLinksTable th {
  padding: 5px;
}
.myLinksTable th {
  border-bottom: 1px solid grey;
}
.myLinksTable tr {
  background-color: #ffffff;
}
.myLinksTable tr:nth-of-type(2n) {
  background-color: #dddcdb;
}
.myLinksTable tr th:not(:first-of-type) {
  text-align: center;
}
.myLinksTable tr td:not(:first-of-type) {
  text-align: center;
}
.yesIcon {
  color: green;
}
.noLinks {
  color: red;
  font-size: 1.3em;
  font-weight: bold;
}
.updateConfirmation {
  color: green;
  animation-name: fadeIn;
  animation-duration: 2s;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 100;
  }
}
.alerts {
  Background: none repeat scroll 0 0 #ffffff;
}
.alerts .alertCaption {
  background-color: #df0000;
  color: #ffffff;
  font-weight: bold;
  margin: 3px;
  text-align: center;
  width: 50px;
  cursor: pointer;
}
.alerts .alertCaption:hover {
  background-color: #ac0000;
}
.alertCtrBtn {
  background-color: #df0000;
  color: #ffffff;
  font-weight: bold;
  border-radius: 15px;
  width: 40px;
  height: 24px;
  text-align: center;
  border: solid 1px #df0000;
  cursor: pointer;
}
.alertCtrBtn:hover {
  background-color: #ac0000;
}
.alertBtnContain {
  padding: 5px 3px;
}
.alertCtr {
  color: #ffffff;
}
.alerts .alert-items {
  float: left;
  display: inline;
}
.alert-text {
  font-size: 1.5em;
  font-weight: bold;
  color: #df0000;
}
.alert-text a {
  text-decoration: none;
  color: #df0000;
  animation: pulse 6s infinite;
}
@keyframes pulse {
  0% {
    color: #660600;
  }
  20% {
    color: #CA0F14;
  }
  40% {
    color: #E50D00;
  }
  60% {
    color: #66231F;
  }
  80% {
    color: #B20A00;
  }
  100% {
    color: #660600;
  }
}
.alertCarousel {
  position: relative;
}
.alertCarousel-inner {
  position: relative;
  overflow: hidden;
  width: 90%;
}
.alertCarousel-inner > .item {
  display: none;
  position: relative;
}
.alertCarousel-inner > .item > img,
.alertCarousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .alertCarousel-inner > .item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .alertCarousel-inner > .item.next,
  .alertCarousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .alertCarousel-inner > .item.prev,
  .alertCarousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .alertCarousel-inner > .item.next.left,
  .alertCarousel-inner > .item.prev.right,
  .alertCarousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.alertCarousel-inner > .active,
.alertCarousel-inner > .next,
.alertCarousel-inner > .prev {
  display: block;
}
.alertCarousel-inner > .active {
  left: 0;
}
.alertCarousel-inner > .next,
.alertCarousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.alertCarousel-inner > .next {
  left: 100%;
}
.alertCarousel-inner > .prev {
  left: -100%;
}
.alertCarousel-inner > .next.left,
.alertCarousel-inner > .prev.right {
  left: 0;
}
.alertCarousel-inner > .active.left {
  left: -100%;
}
.alertCarousel-inner > .active.right {
  left: 100%;
}
.alertCarousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.alertCarousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.alertCarousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.alertCarousel-control:hover,
.alertCarousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.alertCarousel-control .icon-prev,
.alertCarousel-control .icon-next,
.alertCarousel-control .glyphicon-chevron-left,
.alertCarousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.alertCarousel-control .icon-prev,
.alertCarousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.alertCarousel-control .icon-next,
.alertCarousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.alertCarousel-control .icon-prev,
.alertCarousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.alertCarousel-control .icon-prev:before {
  content: '\2039';
}
.alertCarousel-control .icon-next:before {
  content: '\203a';
}
.alertCarousel-indicators {
  position: absolute;
  bottom: 10px;
  left: auto;
  z-index: 1;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
  top: 5px;
}
.alertCarousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border-radius: 10px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.alertCarousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffd530;
}
.alertCarousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.alertCarousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .alertCarousel-control .glyphicon-chevron-left,
  .alertCarousel-control .glyphicon-chevron-right,
  .alertCarousel-control .icon-prev,
  .alertCarousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .alertCarousel-control .glyphicon-chevron-left,
  .alertCarousel-control .icon-prev {
    margin-left: -15px;
  }
  .alertCarousel-control .glyphicon-chevron-right,
  .alertCarousel-control .icon-next {
    margin-right: -15px;
  }
  .alertCarousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .alertCarousel-indicators {
    bottom: 20px;
  }
}
/*  -- MILPER --  */
.milperRow .row:nth-child(even) {
  background-color: #f2f1ee;
}
.milperRow .row:nth-child(odd) {
  background-color: #ffffff;
}
.milperRow .row {
  border-top: thin solid #858a85;
}
.milperRow .row {
  border-bottom: thin solid #858a85;
  border-left: thin solid #858a85;
  border-right: thin solid #858a85;
  padding-top: 5px;
  cursor: pointer;
}
.milperRow .row:last-child {
  border-bottom: none;
}
.milperDtlHdr {
  font-size: 0.9em;
  font-weight: bold;
  padding-right: 5px;
}
.milperDtl {
  font-size: 0.9em;
  font-weight: normal;
}
.searchContent {
  margin: 20px auto;
  width: 90%;
}
@media (min-width: 768px) {
  .searchContent {
    margin: 50px auto;
    max-width: 768px;
    width: 100%;
  }
}
.searchContent h3 {
  color: #383838;
}
.searchSection {
  max-width: 500px;
  width: 100%;
  display: inline-block;
}
.searchInputDiv {
  margin-top: 10px;
  margin-bottom: 25px;
}
.searchBtnBorder {
  border-color: #ffffff;
}
.searchInput {
  padding: 0 0 0 8px;
}
.searchPageInput {
  border: 1px solid #ffffff;
  border-radius: 5px 0 0 5px;
  width: 88%;
  max-width: none;
}
.advancedBtn {
  cursor: pointer;
  font-size: 14px;
}
.collections {
  margin-top: 10px;
}
.collections hr {
  margin-top: 0;
}
.collections label {
  margin-bottom: 0;
}
.searchCollection {
  color: #ffffff;
  background-color: #383838;
  border: solid 1px #9c9d95;
}
.searchCollection:not(:first-of-type) {
  margin-left: 0;
}
.searchCollection.selected {
  color: #030000;
  background-color: #b9b9b9;
  font-weight: bold;
  text-decoration: none;
}
.searchCollection:focus.selected {
  color: #030000;
  background-color: #b9b9b9;
}
.searchCollection:hover:not(.selected),
.searchCollection:active:not(.selected),
.searchCollection:focus:not(.selected) {
  color: #ffffff;
  background-color: #736f6e;
  text-decoration: none;
}
.collections > .btn-group {
  margin-bottom: 10px;
}
.noResults {
  margin: 0 0 15px;
}
.resultHeader {
  display: inline-block;
}
.filters {
  margin: 0 0 15px;
}
.searchFilter {
  color: #9c9d95;
  white-space: nowrap;
  text-transform: uppercase;
}
.searchFilter.selected {
  color: #030000;
  font-weight: bold;
}
.searchFilter:hover:not(.selected),
.searchFilter:active:not(.selected) {
  color: #9c9d95;
}
.summary {
  color: #030000;
}
.searchResults {
  background-color: #f5ecde;
  padding: 5px;
}
.searchResultsOdd {
  background-color: #f5ecde;
}
.searchResultsEven {
  background-color: white;
}
.resultList {
  list-style: none;
  padding-left: 0;
}
.resultList li {
  word-wrap: break-word;
}
.resultList li:not(:first-of-type) {
  margin-top: 0px;
}
.resultList a {
  color: #0000be;
}
.resultList a:hover {
  color: #0000be;
}
.resultTitle {
  font-size: 18px;
}
.resultTitle > b {
  background-color: #e5e3dd;
}
.resultSnippet {
  color: #030000;
  width: 100%;
}
.resultSnippet > b {
  background-color: #e5e3dd;
}
.settings {
  margin-bottom: 10px;
  padding: 10px 10px 10px 0;
}
.settings td {
  padding-left: 5px;
}
.settings hr {
  margin-bottom: 0px;
}
.sidePanel {
  border-left: 1px solid #9c9d95;
  border-bottom: 1px solid #9c9d95;
  margin-top: -20px;
  padding-left: 20px;
  font-size: 0.8em;
}
.sidePanel ul {
  list-style: none outside none;
}
.sidePanel h3 {
  font-size: 1.7em;
}
.sidePanel .resultTitle {
  font-size: 1.4em;
  font-weight: bold;
}
.sidePanel li {
  margin-top: 5px !important;
}
.details {
  margin: 20px;
}
.question {
  font-weight: bold;
  margin-bottom: 20px;
}
.answer {
  text-indent: 20px;
}
.pagination a {
  color: grey !important;
}
.pagination .active a {
  background-color: #ffd530;
  border-top: 1px solid #ccc !important;
  color: #030000 !important;
  font-weight: bold;
  border-bottom: 1px solid #ccc !important;
  border-right: none;
  border-left: none;
}
.pagination .active a:hover {
  background-color: #ffd530;
}
@media (max-width: 1250px) {
  .sidePanel {
    border: none;
    font-size: 0.8em;
    margin-left: 15px;
    padding: 0;
  }
  .results {
    margin: -25px;
  }
  .mainResults {
    border-bottom: 1px solid #9c9d95;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}
.ng-pageslide {
  overflow-x: hidden;
  overflow-y: auto;
}
body.ng-pageslide-body-open::before {
  content: '.';
  display: block;
  position: absolute;
  top: 0;
  background-color: #030000;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
body.ng-pageslide-body-closed::before {
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  opacity: 0;
  content: '.';
  display: block;
  position: absolute;
  top: 0;
  background-color: #030000;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.leftButtonDiv {
  display: block;
  height: 44px;
  border-bottom: thin solid #9c9d95;
  background-color: #acaaaa;
  color: #030000;
}
.leftContentDiv {
  padding: 5px;
  display: block;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #acaaaa;
  color: #030000;
}
.rightButtonDiv {
  height: 44px;
  border-bottom: thin solid #9c9d95;
  display: block;
  padding-right: 10px;
  background-color: #acaaaa;
  color: #030000;
}
.rightContentDiv {
  padding: 15px;
  display: block;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #acaaaa;
  color: #030000;
}
.rightContentDiv {
  color: #030000;
}
.closeButton {
  font-size: 28pt;
  font-weight: bold;
  padding: 0 0 5px 5px;
  cursor: pointer;
  color: #030000;
}
.menuCloseButton {
  color: #030000;
}
.rightCloseButton {
  color: #030000;
}
.cbRight {
  float: right;
}
.accordion .panel-heading {
  /*background-image: linear-gradient(#e2e2e2, #ffffff);
    background-image: -ms-linear-gradient(#e2e2e2, #ffffff);*/
  background-color: #838383;
  color: #ffffff;
  height: 36px;
}
.accordion .panel-heading a {
  font-weight: bold;
  font-size: 0.9em;
  font-style: normal;
  color: #ffffff;
}
.accordion .panel .in {
  height: 150px !important;
  overflow-y: auto;
}
.boards-heading {
  cursor: pointer;
}
.boards-heading .panel-title {
  margin-top: 0.3em;
}
.datatablebordered {
  border-collapse: collapse;
}
.datatable th,
.datatablebordered th,
.groupingTableHead,
table.default th,
td.multispancell,
.menuCatTable {
  background-color: #b9b9b9;
  color: #030000;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  border: 1px solid;
  padding: 3px;
}
.datatable td,
.datatablebordered td,
.groupingTableBody,
table.default td,
.menuCatTable {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #333333;
  border: 1px solid;
  padding: 3px;
}
tr.datatablerowcolor1 {
  background-color: #FFFFFF;
}
tr.datatablerowcolor2,
td.groupingTableBody {
  background-color: #F4F4F4;
}
.indented {
  margin-left: 25px;
}
.generalHeading {
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 1px;
  color: #444444;
  padding-bottom: 0px;
  margin-bottom: 0px;
  background-image: none;
  background: none;
}
.faq_q {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #444444;
  letter-spacing: 1px;
}
.faq_a {
  margin-left: 15px;
}
.callout-light {
  background-color: #d2d1d1;
  padding: 6px 6px 6px 6px;
  border: 2px solid #030000;
  color: #030000;
}
/*START STYLES FOR ENLISTED PROMOTIONS PAGE HEADINGS*/
.positionsbanner {
  display: inline-block;
  background-color: #838383;
  color: #ffffff;
  margin: 10px 0;
  padding: 4px 0 4px 6px;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}
.imagebadge {
  padding: 0 7px 0 0;
  vertical-align: middle;
}
.positionsbanner > h2.textinnerdiv {
  float: left;
  vertical-align: middle;
  width: auto;
  padding-top: 6px;
}
.imagebadgesinnerdiv {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
}
.header_bar_style {
  background-color: #383838;
  padding: 3px;
  border: thin solid #383838;
  color: #ffffff;
  font-size: large;
}
.italics_style {
  font-style: italic;
  font-size: medium;
  font-weight: 600;
}
/*END STYLES FOR ENLISTED PROMOTIONS PAGE HEADINGS*/
.pagination > .disabled > a {
  pointer-events: none;
}
/*image preview*/
.imgElement {
  width: 32px !important;
  height: 32px !important;
  float: left;
  background-image: url('/images/InsigniaSpriteBase.png') !important;
}
.hrciconlink {
  display: inline !important;
  margin: 0 0 4px 3px;
  font-size: 10pt;
}
.hrciconlink .linkref {
  display: inline !important;
  padding-left: 3px;
}
.empty {
  background-position: 0 0;
}
/*Insignias*/
.acq_corps_insignia {
  background-position: -40px 0 !important;
}
.ag_insignia {
  background-position: -80px 0 !important;
}
.air_defense_artillery_insignia {
  background-position: -120px 0 !important;
}
.amd_dental_corps_insignia {
  background-position: -160px 0 !important;
}
.amd_med_corps_insignia {
  background-position: -200px 0 !important;
}
.amd_med_service_corps_insignia {
  background-position: -240px 0 !important;
}
.amd_med_specialist_corps_insignia {
  background-position: -280px 0 !important;
}
.amd_nurse_corps_insignia {
  background-position: -320px 0 !important;
}
.amd_vet_corps_insignia {
  background-position: -360px 0 !important;
}
.armor_insignia {
  background-position: -400px 0 !important;
}
.aviation_insignia {
  background-position: -440px 0 !important;
}
.chaplain_insignia {
  background-position: -480px 0 !important;
}
.chemical_corps_insignia {
  background-position: -520px 0 !important;
}
.civil_affairs_insignia {
  background-position: -560px 0 !important;
}
.cyber_branch_insignia {
  background-position: -520px -80px !important;
}
.elec_warfare_insignia {
  background-position: -600px 0 !important;
}
.engineer_insignia {
  background-position: -640px 0 !important;
}
.field_artillery_insignia {
  background-position: -680px 0 !important;
}
.finance_corps_insignia {
  background-position: -720px 0 !important;
}
.ig_insignia {
  background-position: -760px 0 !important;
}
.infantry_insignia {
  background-position: -800px 0 !important;
}
.jag_insignia {
  background-position: -840px 0 !important;
}
.logistics_insignia {
  background-position: -880px 0 !important;
}
.mi_insignia {
  background-position: -920px 0 !important;
}
.mp_insignia {
  background-position: -960px 0 !important;
}
.ordnance_insignia {
  background-position: -1000px 0 !important;
}
.pao_insignia {
  background-position: -1040px 0 !important;
}
.psych_ops_insignia {
  background-position: -1080px 0 !important;
}
.quartermaster_corps_insignia {
  background-position: -1120px 0 !important;
}
.signal_corps_insignia {
  background-position: -1160px 0 !important;
}
.special_forces_insignia {
  background-position: -1200px 0 !important;
}
.transportation_corps_insignia {
  background-position: -1240px 0 !important;
}
.chief_warrant_officer_insignia {
  background-position: -480px -80px !important;
}
/*Plaques*/
.acq_corps_plaque {
  background-position: 0 -40px !important;
}
.ag_plaque {
  background-position: -40px -40px !important;
}
.air_defense_artillery_plaque {
  background-position: -80px -40px !important;
}
.amd_dental_corps_plaque {
  background-position: -120px -40px !important;
}
.amd_med_corps_plaque {
  background-position: -160px -40px !important;
}
.amd_med_service_corps_plaque {
  background-position: -200px -40px !important;
}
.amd_med_specialist_corps_plaque {
  background-position: -240px -40px !important;
}
.amd_nurse_corps_plaque {
  background-position: -280px -40px !important;
}
.amd_vet_corps_plaque {
  background-position: -320px -40px !important;
}
.armor_plaque {
  background-position: -360px -40px !important;
}
.aviation_plaque {
  background-position: -400px -40px !important;
}
.chaplain_plaque {
  background-position: -440px -40px !important;
}
.chemical_corps_plaque {
  background-position: -480px -40px !important;
}
.civil_affairs_plaque {
  background-position: -520px -40px !important;
}
.cyber_branch_plaque {
  background-position: -560px -80px !important;
}
.elec_warfare_plaque {
  background-position: -560px -40px !important;
}
.engineer_plaque {
  background-position: -600px -40px !important;
}
.field_artillery_plaque {
  background-position: -640px -40px !important;
}
.finance_corps_plaque {
  background-position: -680px -40px !important;
}
.ig_plaque {
  background-position: -720px -40px !important;
}
.infantry_plaque {
  background-position: -760px -40px !important;
}
.jag_plaque {
  background-position: -800px -40px !important;
}
.logistics_plaque {
  background-position: -840px -40px !important;
}
.mi_plaque {
  background-position: -880px -40px !important;
}
.mp_plaque {
  background-position: -920px -40px !important;
}
.ordnance_plaque {
  background-position: -960px -40px !important;
}
.pao_plaque {
  background-position: -1000px -40px !important;
}
.psych_ops_plaque {
  background-position: -1040px -40px !important;
}
.quartermaster_corps_plaque {
  background-position: -1080px -40px !important;
}
.signal_corps_plaque {
  background-position: -1120px -40px !important;
}
.special_forces_plaque {
  background-position: -1160px -40px !important;
}
.transportation_corps_plaque {
  background-position: -1200px -40px !important;
}
/*Logos*/
.aces_logo {
  background-position: 0px -80px !important;
}
.epfmd_logo {
  background-position: -40px -80px !important;
}
.fa30_logo {
  background-position: -80px -80px !important;
}
.fa49_logo {
  background-position: -600px -80px !important;
}
.fa57_logo {
  background-position: -120px -80px !important;
}
.fao_logo {
  background-position: -160px -80px !important;
}
.force_sustain_logo {
  background-position: -200px -80px !important;
}
.hrc_logo {
  background-position: -240px -80px !important;
}
.orsa_logo {
  background-position: -640px -80px !important;
}
.osed_logo {
  background-position: -280px -80px !important;
}
.persinsd_logo {
  background-position: -320px -80px !important;
}
.reserve_logo {
  background-position: -360px -80px !important;
}
.sfltap_logo {
  background-position: -400px -80px !important;
}
.space_ops_logo {
  background-position: -440px -80px !important;
}
/* Miscellaneous Links */
.milSuite_misc {
  background-position: 0 -120px !important;
  width: 61px !important;
}
.video_misc {
  background-position: -80px -120px !important;
}
/* Rank Insignia Section */
.imgRankElement {
  width: 24px !important;
  height: 37px !important;
  float: left;
  background-image: url('/images/EnlistedSprite37h.png') !important;
  background-position: 0 0 !important;
}
/*Insignias*/
.private {
  background-position: 0 0 !important;
}
.private_first_class {
  background-position: -24px 0 !important;
}
.specialist {
  background-position: -48px 0 !important;
}
.corporal {
  background-position: -72px 0 !important;
}
.sergeant {
  background-position: -96px 0 !important;
}
.staff_sergeant {
  background-position: -120px 0 !important;
}
.sergeant_first_class {
  background-position: -144px 0 !important;
}
.master_sergeant {
  background-position: -168px 0 !important;
}
.first-sergeant {
  background-position: -192px 0 !important;
}
.sergeant_major {
  background-position: -216px 0 !important;
}
.command_sergeant_major {
  background-position: -240px 0 !important;
}
.sergeant_major_army {
  background-position: -264px 0 !important;
}
.serviceLinksImgBtn {
  height: 100%;
  width: 100%;
  cursor: pointer;
  color: #ffffff;
  display: inline-block;
  margin: 5% 0 0 0;
  position: relative;
  border: solid 2px #50544c;
  background-color: #50544c !important;
}
.serviceLinksImgBtn:hover {
  border: solid 2px #ffd530;
  color: #ffd530;
}
.serviceLinksImgBtn > img {
  background-size: cover;
  height: 100%;
  width: 100%;
}
.servicesImageLinkDescription {
  background-color: #000000;
  bottom: 0;
  padding: 5px;
  position: absolute;
  text-align: center;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  font-weight: normal;
  font-size: 1.1em;
}
.servicesImageLinkDescription:hover {
  background-color: #000000;
}
.servicesTitle {
  color: #030000;
  font-size: 1.4em;
  padding-left: 15px;
  font-weight: 700;
  cursor: default;
}
.newsRelative {
  position: relative;
}
.newsLinksImgBtn {
  height: 100%;
  width: 100%;
  cursor: pointer;
  display: inline-block;
  padding: -2px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: gray !important;
  /*&:first-of-type{
        vertical-align:top;
    }
    &:last-of-type{
        vertical-align:bottom
    }*/
}
.newsLinksImgBtn:hover {
  color: #ffd530;
}
.newsLinkContainer {
  color: #ffffff;
  border: solid 2px #50544c;
  padding-bottom: -2px;
}
.newsLinkContainer:hover {
  border: solid 2px #ffd530;
  color: #ffd530;
}
.newsImageLinkDescription {
  /*background-color: rgb(255, 255, 255, 0.25);*/
  bottom: 0;
  color: #030000;
  padding: 5px 5px 0 0;
  position: absolute;
  text-align: center;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  font-weight: bolder;
}
.newsImageLinkDescription:hover {
  background-color: #000000;
}
.newsTitle {
  color: #ffd530;
  font-size: 14px;
  margin: 10px 0 10px 0;
  font-weight: 700;
  text-shadow: 1px 1px 3px 1px black, 2px 2px 5px 2px black;
}
/*-- Main CSS Body --*/
body {
  padding-top: 0;
  padding-bottom: 0;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10pt;
  background-color: #383838;
  color: #030000;
  overflow-x: hidden;
}
.homepageTitle {
  color: #030000;
  font-size: 1.4em;
  padding-left: 0px;
  font-weight: 700;
  cursor: default;
}
.homepageList {
  padding-left: 0px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
  margin: 15px;
  background-color: #ffffff;
  min-height: 500px;
  position: relative;
}
.horizontalLine {
  border-bottom: 2px solid #030000;
  padding-top: 25px;
}
.menu-content {
  margin: 0px;
}
.hrcImageRotaterPad {
  padding: 1%;
}
.mainContainer {
  max-width: 1800px;
  padding: 0;
  background-color: #ffffff;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal;
}
hr {
  border-top: 2px solid #9c9d95;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
  max-width: 290px;
}
/*  -- Header Area --  */
.header {
  background-repeat: no-repeat;
  background-color: #030000;
  margin: 0px;
}
.headerBottomBorder {
  border-bottom: 5px solid #ffd530;
}
@media only screen and (max-width: 1200px) {
  .headerBottomBorder {
    border-bottom: 2px solid #ffd530;
  }
}
.headerXS {
  background-color: #030000;
}
.headerLogos {
  float: left;
}
.headerLogos a:focus {
  outline: none;
}
.headerSearchLoginPad {
  padding-top: 25px;
}
.logoBack {
  border-radius: 0.8em 0.8em 0.8em 0.8em;
  width: 70%;
  display: block;
  float: left;
  margin: 5px;
}
.armyHdrlogo {
  height: 75px;
  padding: 5px 10px;
}
.hrcHdrlogo {
  height: 75px;
  padding: 5px 10px;
}
.armyFdrlogo {
  height: 100px;
  z-index: 100;
  padding: 15px;
  -ms-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
  background-color: #030000;
}
.headerText {
  width: 150%;
}
.hrcInitials {
  color: #ffffff;
  font-family: Arial;
  font-size: 28px;
  font-weight: 900;
  padding-bottom: 10px;
  line-height: 1.2em;
}
.hrcText {
  color: #ffd530;
  font-size: 1.3em;
  font-weight: 700;
  padding-left: 2px;
  margin-top: -10px;
}
.headerRight {
  float: right;
  margin-top: -75px;
}
.hrcHomeRightPadding {
  padding-right: 30px;
}
.loginBtn {
  background-color: #ffffff;
  color: #030000;
  width: 84px;
  height: 32px;
  font-size: 12px;
  font-weight: bold;
  border-style: none;
  border-radius: 4px;
  margin-left: 15px;
  padding-right: 15px;
}
.loginBtn i {
  padding: 0 5px;
}
.pull-right {
  float: right !important;
  display: inline-flex;
}
.searchInput {
  border: 1px solid #ffffff;
}
.searchBtn {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  margin: 0;
}
.searchBtn i {
  color: #030000;
  font-size: 13pt;
}
.siteMap {
  padding: 5px;
  font-size: 0.9em;
  font-weight: bold;
}
.siteMap a {
  text-decoration: none;
  color: #ffffff;
}
/*  -- Footer --  */
.footer {
  background-color: #383838;
  border-top: 10px solid #ffd530;
  position: relative;
  margin: 0px;
}
.footer h2 {
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  padding: 0 2px;
}
.footer i {
  margin-right: 5px;
}
.footer p {
  font-size: 12px;
  color: #ffffff;
}
.footer > .row > div {
  padding-left: 25px;
}
.footer > .lin .footerImage {
  width: 100%;
}
.footerImageRow {
  margin-bottom: 15px;
  height: 65px;
}
.footerImage > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 100px;
}
/*  -- Social Media Icons placed in Footer --  */
.socialMediaNavlist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.socialMediaNavlist li {
  display: inline-block;
}
.socialMediaNavlist a {
  background-image: url(/images/socialmediaicons.png), none;
  background-repeat: no-repeat;
  display: inline-block;
  height: 68px;
  width: 68px;
}
.facebookMedia {
  background-position: 0px 0px;
  transform: scale(0.75);
}
.twitterMedia {
  background-position: -70px 0px;
  transform: scale(0.75);
}
.youtubeMedia {
  background-position: -140px 0px;
  transform: scale(0.9);
}
.linkedInMedia {
  background-position: -212px 0px;
  transform: scale(0.75);
  width: 72px !important;
}
.hrcPodcast {
  background-position: -290px 0px;
  transform: scale(0.45);
  width: 72px !important;
  margin-left: -15px;
  vertical-align: 20px;
}
@media only screen and (max-width: 600px) {
  .facebookMedia {
    margin-right: 54px;
  }
  .twitterMedia {
    margin-left: -38px;
  }
  .youtubeMedia {
    margin-left: 18px;
  }
  .linkedInMedia {
    margin-left: 18px;
  }
  .hrcPodcast {
    margin-left: -20px;
  }
}
/*  -- END: Footer Social Media Icons --  */
.lastLogin {
  color: #ffd530;
  margin-top: 10px;
  float: right !important;
}
.squareBackground {
  color: #ffffff;
  font-size: 60px;
  margin-right: 30px;
  margin-top: 10px;
}
.linkImagesItems {
  margin-right: 30px;
}
.linkImages {
  padding: 15px;
}
.linkMilOneSourceBackground {
  background-color: #ffffff;
}
.linkArrows a {
  color: #ffffff;
}
.footer_emails {
  color: #ffffff;
}
.footer_emails:hover {
  color: #ffffff;
}
.footerLinksRow {
  text-align: center;
}
.footerLinksUl {
  padding: 0px;
}
.footerLinks {
  display: inline;
  cursor: default;
}
.footerLinks a {
  color: #ffd530;
  cursor: pointer;
  font-weight: 700;
  margin: 0 1.25em;
}
.footerLinks a:focus {
  text-decoration: none;
  color: #ffd530;
}
.footerLinks a:hover {
  text-decoration: underline;
  color: #ffd530;
}
.footerLinks i {
  color: #ffd530;
  font-weight: 700;
  cursor: default;
}
/*  -- Content Banner --  */
.contentBannerParent {
  border-top: 6px solid #9c9d95;
  border-bottom: 6px solid #9c9d95;
  background-repeat: no-repeat;
  background-position: bottom right;
  min-height: 57px;
  padding: 5px 0 5px 10px;
  position: relative;
  z-index: 5;
}
.contentBannerImage {
  position: relative;
  float: right;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.contentBannerParent hr {
  width: 60%;
  margin-left: 5px;
  border-style: outset;
  height: 1px;
  border-color: #9c9d95;
  text-align: left;
  margin: 5px 0;
}
.contentBannerTitle {
  font-family: Verdana;
  font-size: 16pt;
  color: #7e7f73;
  display: block;
}
.contentBannerDescription {
  padding-left: 10px;
  font-family: Verdana;
  font-size: 11pt;
  color: #57584F;
  display: block;
  max-width: 575px;
  margin-bottom: 8px;
}
.articleBannerLandingPage {
  border-top: 6px solid #3B453D;
  border-bottom: 6px solid #3B453D;
  min-height: 120px;
  background-repeat: no-repeat;
  background-position: bottom right;
}
/*  -- Facebook Feed --  */
.fbFeed {
  height: 300px;
}
.pocPanel {
  font-family: Verdana, Arial;
  font-size: 8pt;
}
/*  -- POC Styles --  */
.pocLabel {
  font-weight: bold;
}
.pocSection {
  margin-top: 10px;
}
.pocFirstSection {
  margin-top: 0;
}
/*  -- Twitter Feed --  */
.twFeed {
  min-height: 300px;
}
/*  -- SHARP -- */
.homeSharp {
  display: block;
  display: table;
  margin: 0 auto;
}
.homeSharp div:nth-child(1),
.homeSharp div:nth-child(2) {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}
.homeSharp div:nth-child(1) > img,
.homeSharp div:nth-child(2) > img {
  display: block;
  margin: 0 auto;
}
.homeSharp div:nth-child(1) > p,
.homeSharp div:nth-child(2) > p {
  font-size: 0.9em;
}
.safeHelp {
  vertical-align: top;
}
.safeHelpline {
  display: table;
  margin: 0 auto;
}
.safeHelpline > p {
  text-align: center;
  margin: 5px 0 20px 0;
  font-size: 0.9em;
}
.hrcSafeImage > img {
  display: block;
  margin: 0 auto;
}
.miltaryOneSource {
  display: table;
  margin: 0 auto;
}
.miltaryOneSource > img {
  display: block;
  margin: 0 auto;
  height: 78px;
  width: auto;
}
.hrcDivider {
  width: 75%;
  color: #9c9d95;
  font-size: 1px;
}
.hrcSharpImage {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.navImageDiv {
  border-bottom: 0.5em solid #ffffff;
  padding-bottom: 0.5em;
  margin: auto -10px;
}
/*  -- Miscellaneous --  */
.hrcStdLogo {
  align-content: center;
  height: 65px;
}
.linkArrows {
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  COLOR: #ffffff;
  list-style: none;
  FONT-SIZE: 11px;
  PADDING-LEFT: 25px;
  MARGIN: 0px;
  PADDING-RIGHT: 10px;
  PADDING-TOP: 5px;
  PADDING-BOTTOM: 5px;
  FONT-WEIGHT: normal;
  text-decoration: none;
}
.linkArrows > li:before {
  font-family: 'FontAwesome';
  content: '\f054';
  margin: 0 5px 0 -15px;
  font-weight: bold;
  font-size: 8px;
}
/*  Back to Top arrow functionality */
.backToTop {
  background: none repeat scroll 0 0 #ffd530;
  border: 1px solid #333c33;
  border-radius: 20px;
  cursor: pointer;
  display: none;
  font-size: 18px;
  font-weight: normal;
  height: 40px;
  padding: 3px;
  position: fixed;
  right: 50px;
  text-align: center;
  top: 85%;
  width: 40px;
  z-index: 99999;
  opacity: 0.9;
}
.backToTop a {
  color: #030000;
}
.backToTop:hover {
  box-shadow: 0 0 3px #030000;
  text-shadow: 0 0 1px #ffffff;
}
.backToTopChevron {
  vertical-align: top;
}
.backToTopText {
  font-size: 12px;
  font-weight: bold;
  margin-top: -10px;
}
/* Utilities */
.pointer {
  cursor: pointer;
}
.cursor_default {
  cursor: default;
}
.no_underline {
  text-decoration: none;
}
.stdSpacing {
  margin: 5px 0;
}
.clearBoth {
  clear: both;
}
.fixFloat:after {
  clear: both;
  content: "";
  display: block;
}
.rowfix {
  padding: 0 15px;
}
.notFoundText {
  text-align: center;
  margin-top: 50px;
  font-weight: bold;
  font-size: 2em;
}
.addIcon {
  color: #33cc66;
  font-size: 12pt;
}
.lockIcon {
  color: #50544c '';
}
.linkListItem {
  margin-right: 10px;
  padding-right: 20px;
  line-height: 24px;
}
/*  Clamping  */
.clamp-base {
  line-height: 1.4;
  overflow: hidden;
  position: relative;
}
.clamped-1 {
  max-height: 1.4em;
}
.clamped-2 {
  max-height: 2.8em;
}
.clamped-3 {
  max-height: 4.2em;
}
.clamped-4 {
  max-height: 5.6em;
}
.ellipsis {
  background: inherit;
  bottom: 0;
  position: absolute;
  right: 0;
}
/* Content Tags */
.contentTags {
  display: inline-block;
}
.contentTagItems {
  background-color: #dadada;
  text-decoration: none !important;
  padding: 0 0.5em;
  color: #030000;
  font-weight: bold;
}
/* Pages */
.pageTeaser {
  padding: 10px;
  margin-bottom: 10px;
  background-color: #dfdede;
  color: #030000;
  font-size: 1.1em;
}
.contentArticle {
  font-family: Arial, Helvetica, sans-serif;
}
.contentArticle .contentBody {
  overflow-x: auto;
  display: inline;
}
.contentArticle h2 {
  margin: 10px 0;
  padding: 4px 4px 4px 6px;
  font-size: 1em;
  font-weight: bold;
  color: #ffffff;
  background-color: #838383;
}
.contentArticle h3 {
  color: #030000;
  padding: 2px;
  font-size: 1em;
  font-style: italic;
  font-weight: bold;
  margin: 0;
}
.contentArticleImage {
  float: left;
  padding: 0 10px 10px 0;
  width: 220px;
  height: 280px;
}
.contentMilper {
  font-size: 12pt;
}
.contentMilper h2 {
  margin: 10px 0;
  padding: 4px 4px 4px 6px;
  font-size: 1em;
  font-weight: bold;
  color: #ffffff;
  background-color: #838383;
}
.contentMilper h3 {
  color: #030000;
  padding: 2px;
  font-size: 1em;
  font-style: italic;
  font-weight: bold;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .contentListPageButtonTitle {
    font-size: 1.2em;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 5px;
    margin-left: -15px;
    background-color: #000000;
  }
}
/* Hide background image at Bootstrap XS mobile device size */
@media screen and (max-width: 768px) {
  .contentListPageBackgroundImage {
    background-image: none !important;
  }
  .contentListPageButtonTitle {
    font-size: 1.2em;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-left: -15px;
    padding: 5px;
    background-color: #000000;
  }
}
.contentListPageTitle {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  margin-top: 15px;
  font-kerning: 0.2em;
  text-shadow: -1px -1px #030000, 1px -1px #030000, -1px 1px #030000, 1px 1px #030000;
  color: #ffffff;
}
.contentListPageButton {
  margin-bottom: 30px;
}
.homePageSpacing {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 30px;
}
.resourcePhoto {
  height: 75px;
  min-width: 100%;
  background-color: #50544c;
  text-align: center;
  font-size: 1.4em;
  border: solid 2px #030000;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.contentListPageButtonImage {
  min-height: 250px;
  color: #ffffff;
  text-align: center;
  font-size: 0.9em;
  padding: 15px;
  border: solid 2px #50544c;
  text-shadow: -1px -1px #030000, 1px -1px #030000, -1px 1px #030000, 1px 1px #030000;
  position: relative;
  overflow: hidden;
}
.contentListPageButtonImage:hover {
  border: solid 2px #ffd530;
  color: #ffd530;
}
.contentListPageBody {
  background-color: white;
  clear: both;
  float: left;
  margin: 15px;
  border: solid medium #636444;
  padding: 0 2em 2em 2em;
  min-height: 80px;
}
.modalAcknowledge {
  z-index: 6000;
  display: inline-flex;
}
.modalAcknowledge .modal-header {
  font-size: 16pt;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  color: #ffd530;
}
.ratingHolder {
  display: inline-block;
  white-space: nowrap;
}
.ratingStar {
  color: #ffd530;
  cursor: pointer;
}
.ratingsModal .ratingHolder {
  padding: 6px 12px;
  height: 34px;
  line-height: 1.42857143;
}
.ratingsModal .modal-body {
  min-height: 360px;
}
.ratingsModal ul.nav-tabs {
  display: none;
}
.ratingsModal .ratingStar {
  font-size: 20px;
  padding-left: 12px;
}
.ratingsModal .captchaImage {
  max-width: 280px;
}
.ratingsModal .input-group {
  max-width: 280px;
}
.hrcContact {
  background-color: #dfdede;
  border: 1px solid #383838;
  border-radius: 5px;
  padding: 5px;
  max-width: 300px;
  margin-bottom: 2px;
  color: #383838;
  overflow-wrap: break-word;
}
.hrcContact i {
  margin-right: 5px;
}
.hrcContact a {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.verticalCenteredDiv {
  position: absolute;
  top: 98%;
  -ms-transform: translateY(-2%);
  -moz-transform: translateY(-2%);
  -webkit-transform: translateY(-2%);
  -o-transform: translateY(-2%);
  transform: translateY(-2%);
  position: relative;
}
.hrcContact .envelope {
  vertical-align: top;
}
.hrcContact .emailaddress {
  width: 85%;
  display: inline-block;
}
.ng-hide.ng-hide-animate {
  display: none !important;
}
.fullHeight {
  height: 100%;
}
.buttonTray {
  padding-top: 15px;
  padding-bottom: 15px;
}
.ui-grid-selectable .ui-grid-disable-selection {
  -webkit-touch-callout: default;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  cursor: auto;
}
.ui-grid-cell.ui-grid-disable-selection.ui-grid-row-header-cell {
  pointer-events: auto;
}
@media print {
  .ignoreOnPrint {
    display: none;
  }
  .footer {
    display: none;
  }
  .footerImage {
    display: none;
  }
  .header {
    display: none;
  }
  .menuTabbed {
    display: none;
  }
  .menuMobile {
    display: none;
  }
  .alerts {
    display: none;
  }
  .milperMessagePanel.panel {
    border: none;
  }
  .milperMessagePanel .panel-heading {
    display: none;
  }
}
