/* Add here all your CSS customizations */



/* Welcome titles in gold across the whole CCoE website */ 
h2{
color: #ffd530;
font-weight:bold;
font-size: 2.30em;
text-transform: uppercase;
}




h3{
text-transform: none;
}

.upper{
text-transform: uppercase;
}


@media (max-width: 575px) {
.page-header.page-header-lg h1

 {
	color: #fff;
	display: inline-block;
	font-size: 20px;
	line-height: 1;
	margin: 0;
	padding: 0;
	font-weight: 300;
	position: relative;
	top: 1px;
    }
.nofloat{
float:none;
display:block;
width:90% !important;
margin:auto;
}
}


/* FOR HPCON BUTTON TO BE NON CLICKABLE */
.btn-nl {
cursor: none;
}



.link {
  color: #030000;
  font-size: 19.2px;
}



dt {
  font-weight: 600;;
}

.list.list-icons a {
  color: #000000;
}

.list.list-icons dt > [class*="fa-"]:first-child, .list.list-icons li a:first-child > [class*="fa-"]:first-child, .list.list-icons li > .icons:first-child, .list.list-icons li a:first-child > .icons:first-child {
  color: #e02b20;
  border-color: #e02b20;
  font-weight: 600;
}



.sticky-wrapper {
  touch-action: manipulation;
}

.hamburguer-btn {
  touch-action: manipulation;
}



.fs-search-btn {
  background: transparent;
    outline: 0 !important;
    border: none;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 15px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    z-index: 2;
    touch-action: manipulation;
    color: #ffffff;

  
}


.fs-search .input-group {
  margin-right: 37px;
  
}



#fs-search-input {
  width: 100%;
    position: absolute;
    background: #333333;
    border: none;
    top: 15px;
    color: #ffffff;
    font-size: 18px;
    padding: 6px 12px;
    z-index: 1;
    border-radius: 0;
}




#fs-search-input:focus {
  outline: none;
  color: #ffffff;
}




.fs-search-field{
display:none;
}



input [type="search"] {
 border: none;
}





/*home news image background overlay gradient*/

.thumb-info .thumb-info-wrapper:after {
  background: linear-gradient(rgba(255,0,0,0), rgba(0,0,0,1));
}



/*home top slider image background overlay gradient*/

html .overlay-color-dark:not(.no-skin):before {
    background: linear-gradient(rgba(0,0,0,.1), rgba(0,0,0,.7));
    background-color: transparent !important;
}

/*home top slider image background overlay gradient*/
.overlay:hover:before, .overlay.overlay-show:before, .overlay.show:before {
  opacity: 1;
}



/*
html .bg-color-transparent,
html .bg-transparent
 {
   background-color: transparent;
  
 }


 html.side-header-overlay-full-screen #header .header-row-side-header {
  flex: 0 0 100%;
  margin: 0 auto;
}


*/
.fs-nav-overlay {
  position: fixed;
  top: 66px !important;
  left: 0px !important;;
  right: 0px !important;;
  bottom: 0px !important;;
  background-color: #000000 !important;
  overflow: hidden;
}
.fs-nav-content {
      height: 100vh;
      width: 100%;
      overflow: scroll;
      padding-top: 30px;
      padding-bottom: 200px;
      overscroll-behavior: contain;
  }


.fs-nav-overlay .container-fluid {
  padding-right: 3rem;
  padding-left: 3rem;
}

.fs-nav-overlay .fs-accordion-dark ul {
 padding-left: 5px;
}

.fs-nav-overlay .fs-accordion-dark .card-body {
  padding-top: .5rem;
 }



.fs-nav-btn {
  color: #ffffff;
  border-top: solid 1px rgba(255, 255, 255, 0.125);
  border-bottom: solid 1px rgba(255, 255, 255, 0.125);
  padding: 16.95px 20px;
  font-size: 16px;
  text-align: left;
  font-weight: 600;
    line-height: 27px;
    margin-top: 0px !important;
    margin-bottom: -1px !important;
 }
 


 
 @media (max-width: 575px) {

  /*
  html.side-header-overlay-full-screen #header .header-nav-main {
    top: 42%;
}
*/

html.side-header-overlay-full-screen #header:not(.side-header-hide) {
  transition: ease opacity 0ms, ease visibility 0ms;
}


  html.side-header-overlay-full-screen #header {
    background-color: #222222;
    padding-top: 0px;
    padding-top: 0rem;
    transition: ease opacity 0ms, ease visibility 0ms;
  }

  .fs-nav-overlay .container-fluid {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .fs-nav-overlay .col-md-4 {
    padding: 0px;
}

.fs-nav-content {
  padding-top: 0px;
}

}













/* Main Navigations */

.sticky-wrapper .sticky-body {
  background: #000;
  border-bottom: 1px solid #222;
}

.menu-ac-hilight {
  color: #e02b20 !important;
}

#header .header-nav-main nav > ul > li > a {
  font-size: 14px !important;
}

@media (min-width: 992px) {
  #header
    .header-nav.header-nav-links-side-header
    nav
    > ul
    > li.dropdown
    > .dropdown-item:before {
    content: "\f078" !important;
  }
}

@media (max-width: 991px) {
  #header .header-nav-main nav > ul li a.dropdown-toggle .fa-chevron-down {
    z-index: -1;
  }
}













.page-header.page-header-classic:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #252525;
  position: absolute;
  bottom: 0;
  left: 0;
}



.page-header.page-header-modern.page-header-background.page-header-background-md:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #252525;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
}




/* Secondary Navigation */

.fs-secondary-nav {
  background: #252525;
}

.navbar-dark .navbar-nav .nav-link {
  color: #000000;
  text-transform: uppercase;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #333c33;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{
color:#333c33;
}

@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}
}

.navbar-toggler:focus {
  outline: 0;
}

.icon-bar {
  width: 22px;
  height: 2px;
  background-color: #b6b6b6;
  display: block;
  transition: all 0.2s;
  margin-top: 4px;
}

.navbar-toggler {
  border: none;
  background: transparent !important;
  padding: 0.25rem 0.12rem 0.45rem;
}

.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
  opacity: 0;
}

.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}

.navbar-nav > li > .dropdown-menu {
  background-color: #ffd530;
  border: none;
}
.navbar-nav > li > .dropdown-menu a {
  color: #030000;
  font-size: 13px;
}


/* secondary menu submenu (not native)
*/

/* remove javascript and enable this to show on hover instead
.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
*/




.dropdown-submenu {
  background-color: #222222;
  border: none;
  position:relative;
}
.dropdown-submenu>.dropdown-menu {
  background-color: #222222;
  border: none;
  top:0;
  left:100%;
  margin-top: 0px;
}
.dropdown-item.active, .dropdown-item:active {
  background-color: #222222;
}


.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  text-decoration: underline;
  background-color: #ffd530; /*change background for pull-down menus when clicking on link*/
}





/* Sidebar Navigation */

.sidebar-btn-collapse {
  background-color: #a10b0a;
  color: #fff;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
}

.sidebar-btn-collapse i {
  line-height: 35px;
  min-height: 38px;
  min-width: 30px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 0;
}
.btn:hover,
.btn:focus,
.focus.btn {
  color: #ffffff;
}
@media (min-width: 992px) {
  .sidebar-btn-collapse {
    display: none;
  }
  .sidebar-nav-collapse {
    display: block !important;
    height: auto !important;
    visibility: visible !important;
  }
}





/* Section */

section.section {
  background: #ffffff;
  border-top: none;
  margin: 30px 0;
  padding: 50px 0;
}


/* Container Site Width */
.container {
  max-width: 1640px !important;
  padding-right: 20px;
  padding-left: 20px;
}


/* Container Site Width 
html.side-header-hamburguer-sidebar .main .container,
html.side-header-hamburguer-sidebar #footer .container {
  max-width: 1440px;
}

*/



/* Accordion */
.accordion .card-header a {
  color: #000000;
}

.accordion .card-header a:after {
  content: "\f078"; /* fa-chevron-down */
  font-family: 'Font Awesome 5 Free';
  float: right;
}
.accordion .card-header a[aria-expanded="true"]:after {
  content: "\f077"; /* fa-chevron-up */
}     

.accordion .card{
  background-color: transparent;
  margin-top: -1px;

}

.accordion .card-header a {
  padding: 18px 20px;
}

.accordion .card-header {
  background-color: transparent;
}


.accordion .card:first-of-type, .accordion .card:not(:first-of-type):not(:last-of-type), .accordion .card:last-of-type {
  border: 1px solid #999;
border-left: none;
border-right: none;
  border-radius: .25rem;
}

/* Accordion Dark */

.fs-accordion-dark .card{
  background-color: transparent;
  margin-top: -1px;

}

.fs-accordion-dark .card-header {
  background-color: transparent;
}

.fs-accordion-dark .card:first-of-type, .fs-accordion-dark .card:not(:first-of-type):not(:last-of-type), .fs-accordion-dark .card:last-of-type {
  border: 1px solid rgba(255, 255, 255, 0.125);
border-left: none;
border-right: none;
  border-radius: .25rem;
}

.fs-accordion-dark .card-header a {
  color: #ffffff;
  padding: 18px 20px;
}

..fs-accordion-dark .card-header a:after {
  content: "\f078"; /* fa-chevron-down */
  font-family: 'Font Awesome 5 Free';
  float: right;
}
.fs-accordion-dark .card-header a[aria-expanded="true"]:after {
  content: "\f077"; /* fa-chevron-up */
}   

.fs-accordion-dark .card-body a {
  color: #ffffff;
}




.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #e02b20;
  border-color: #e02b20;
  box-shadow: 0 0 0 0.2rem rgba(38,143,255,.5);
}












.divider.divider-small hr {
  width: 10%;
  height: 4px;
}





/* Make Tables Responsive */

/*! Tablesaw - v3.1.2 - 2019-03-19
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2019 Filament Group; Licensed MIT */

.tablesaw {
  width: 100%;
  max-width: 100%;
  empty-cells: show;
  border-collapse: collapse;
  border: 0;
  padding: 0;
}

.tablesaw * {
  box-sizing: border-box;
}

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
  display: none;
}

/* Mobile first styles: Begin with the stacked presentation at narrow widths */

/* Support note IE9+: @media only all */

@media only all {
  /* Show the table cells as a block level element */

  .tablesaw-stack {
    clear: both;
  }

  .tablesaw-stack td,
  .tablesaw-stack th {
    text-align: left;
    display: block;
  }

  .tablesaw-stack tr {
    clear: both;
    display: table-row;
  }

  /* Make the label elements a percentage width */

  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: inline-block;
    padding: 0 0.6em 0 0;
    width: 35%;
  }

  /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */

  .tablesaw-stack th .tablesaw-cell-label-top,
  .tablesaw-stack td .tablesaw-cell-label-top {
    display: block;
    padding: 0.4em 0;
    margin: 0.4em 0;
  }

  .tablesaw-cell-label {
    display: block;
    text-transform: uppercase;
    color: #666666;
  }

  /* Avoid double strokes when stacked */

  .tablesaw-stack tbody th.group {
    margin-top: -1px;
  }

  /* Avoid double strokes when stacked */

  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important;
  }
}

@media (max-width: 39.9375em) {
  /* Table rows have a gray bottom stroke by default */

  .tablesaw-stack tbody tr {
    display: block;
    width: 100%;
    border-top: 30px solid transparent;
  }

  .tablesaw-stack tbody tr td:first-child {
    font-weight: 700;
  }

  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: none;
  }

  .tablesaw-stack tbody td,
  .tablesaw-stack tbody th {
    display: block;
    float: left;
    clear: left;
    width: 100%;
  }

  .tablesaw-cell-label {
    vertical-align: top;
  }

  .tablesaw-cell-content {
    display: inline-block;
    max-width: 62%;
    text-align: right;
    float: right;
  }

  .tablesaw-stack .tablesaw-stack-block .tablesaw-cell-label,
  .tablesaw-stack .tablesaw-stack-block .tablesaw-cell-content {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .tablesaw-stack td:empty,
  .tablesaw-stack th:empty {
    display: none;
  }
}

/* Media query to show as a standard table at 560px (35em x 16px) or wider */

@media (min-width: 40em) {
  .tablesaw-stack tr {
    display: table-row;
  }

  /* Show the table header rows */

  .tablesaw-stack td,
  .tablesaw-stack th,
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: table-cell;
    margin: 0;
  }

  /* Hide the labels in each cell */

  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: none !important;
  }
}

/*End Make Tables Responsive*/












  /* MPSD reassignments/trasitions/conus oconus mabye don't need it anymore */


 

    .pagination-pages {
      position: relative;
      background: #ffffff;
      border: 1px #cccccc solid;
      min-height: 600px;
      width: 100%;
      padding: 50px 50px 100px 50px;
    }

    .pagination-pages h2 {
      font-weight: 700;
      text-align: center;
    }

    .pagination-pages .footer {
      background: #333333;
      color: #ffffff;
      position: absolute;
      width: 100%;
      bottom: 0;
      left: 0;
      text-align: center;
      padding: 10px;
    }
  






/* MPSD Certificat style */
    .Cert_body {
      background-color: white;
      font-family: "Times New Roman", Times, serif;
    }
    .Cert_table {
      border: 20px solid #111111;
      text-align: center;
    }
    .Cert_DHR_Logo {
      padding: 20px;
      border: none;
    }
    .Cert_MPD_Logo {
      padding: 20px;
      border: none;
    }
    .Cert_Title {
      padding-left: 0px;
      padding-right: 40px;
      font-size: 50px;
      font-weight: bold;
      border: none;
    }
    .Cert_Name {
      padding: 25px;
      border-top: 1px solid #000000;
      border-bottom: 1px solid #000000;
    }
    
    .Cert_Name p {
      font-size: 18px;
    }
    
    .Cert_Name h1 {
      font-size: 72px;
    }
    .Cert_Name h2 {
      font-size: 32px;
    }

    .Cert_Name input{
      text-align:center;
  }
    
    .Cert_Para {
      font-size: 20px;
      padding: 25px 25px 50px 25px;
    }
    .Cert_Today {
      padding: 15px;
    }
    .Cert_Phone {
      padding: 15px;
      font-size: 24px;
    }



    /* print just a div on the page just add id */
                  @media print {
  body * {
    visibility: hidden;
  }
  #printDiv, #printDiv * {
    visibility: visible;
  }
  #printDiv {
    position: absolute;
    left: 0;
    top: 0;
  }
}










   /* Pure Css Marquee added by KM Office*/

.marquee {
  -moz-animation: marquee 30s linear infinite;
  -webkit-animation: marquee 30s linear infinite;
  animation: marquee 30s linear infinite;
}
@-moz-keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes marquee {
  0% {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }
  100% {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

/*cyber word rotater in heading CSS by KM Office*/

.wrapper{
  display: flex;
align-items: center;
  /*justify-content: center;*/
min-height: 100px;
  background: #212529;

}
.wrapper .static-txt{
  color: #FFD530;
  font-size: 45px;
  font-weight: 400;
}
.wrapper .dynamic-txts{
  margin-left: 5px;
  height: 67.5px;
  line-height: 67.5px;
  overflow: hidden;
}
.dynamic-txts li{
  list-style: none;
  color: #FFFFFF;
  font-size: 45px;
  font-weight: 500;
 position: relative;
  top: 10px;
  animation: slide 12s steps(4) infinite;
}
@keyframes slide {
  100%{
    top: -270px;
  }
}
.dynamic-txts li span{
  position: relative;
  margin: 5px 0;
  line-height: 67.5px;
}
.dynamic-txts li span::after{
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background: #212519;
  border-left: 3px solid #FFD530;
  animation: typing 3s steps(20) infinite;
}
@keyframes typing {
  40%, 60%{
    left: calc(100% + 5px);
  }
  100%{
    left: 0;
  }
}


/*US ARMY BRAND COLORS*/

.usaw{
background-color: #ffffff;
}                                  /* US ARMY WHITE #ffffff*/

.usab{
background-color: #030000;
}                                  /* US ARMY BLACK #030000*/

usag{
color: #ffd530;
}                                   /* US ARMY GOLD #ffd530*/

.footer-hr{
border-top: 3px solid #333c33;
}

.center{
display: block;
margin-left: auto;
margin-right: auto;

}

/*HPCON BUTTON*/

/*HPCON LEVEL ALPHA*/
.alpha {
border-color: #ffffff;
color: #ffffff;
background-color: #377fc7;
}

.h-100 {
height:100%!important;
}

.w-100 {
width:100%!important;
}

.d-flex {
display: flex!important;
}

/*ARMY LOGO HOVER TRANSFORM*/
.army-logo {
transititon: transform .1s ease;
}
.army-logo:hover{
transform: scale(1.1);
}