.heropad{
padding-left:95px;
}
@media screen and (max-width: 580px){
.heropad {
padding-left:0px;
  }
}

.uploaddiv {
    width: 925px;
}
.btn-primary {
    color: #fff !important;
}

.press-release__dateline {
    margin-bottom: 3rem;
    font-family: Roboto Slab,RobotoSlabLocal,serif !important;
    font-size: 1.75rem;
    font-weight: 700;
    text-align: center;
}

.short-border-top:after {
    margin: 0px 45%;
}

/* Styling of Expandable HTML Links to fit Font of the skin */
a.normal.CollapseLink, active, visited, hover, link{
    color: #08262C;
    font-weight:700; 
    text-transform: uppercase;
}
a.normal.ExpandLink, active, visited, hover, link{
    color: #08262C;
    font-weight:700;    
    text-transform: uppercase;
}
a.SubHead, active, visited, hover, link{
    color: #08262C;
    font-weight:700;    
}
/*End of Expandable HTML Links Styling */

/*Color Biography Buttons */
.afilter.no-switch .top-bar .toggle, .afilter.no-switch .search-filter .btn-primary {
    background: #003b4f !important;
}

#show-more-biographies {
      background: #003b4f !important;
}
/*Color Biography Buttons */

/*Start of History and Heritage */
.ui-datepicker-year{
    display:none;
}

.current-day {
    /*margin-top: 20px;*/
    text-align: center;
    padding-top: 21px;
    padding-bottom: 21px;
    background-color: #c6ccd0;
    width:100%;
    color: #003b4f;
    font-size: 17px;
}

.current-day .date-in-history {
    padding-top: 19px;
    padding-bottom: 19px;
    max-width: 700px;
    display: flex;
    margin: 0 auto;
}

.current-day .date-in-history-link{
    padding-left: 7%;
    padding-top: 11px;
    max-width: 700px;
    display: flex;
    margin: 0 auto;
}

.current-day .history-year {
    flex: 0 0 10%;
    font-size: 17px;
    font-weight: 700;
    line-height: 29px;
}

.current-day .history-description {
    max-width: 640px;
    flex: 0 0 86%;
    text-align: left;
    margin: 0 0 10px;
}

.current-day .history-description p{
    margin: 0 auto;
    line-height: 29px
}

.current-day .dates-divider {
    border: 1px solid #a0a0a0;
    max-width: 689px;
    margin-top: 10px;
    margin-bottom: -20px;
}

#date{
  border: 0;
  display: inline-block;
  color: #003B4F;
  max-width: 150px;
  height: 30px;
  font-size: 20px;
  line-height: 1.3em;
  background-color: #c6ccd0;
}

#date:focus{
    outline: none;
}

.fa-chevron-right:before {
    content: "\f054";
}

.current-day a{
    color: #003B4F;
    text-decoration: none;
}

.current-day h2 {
    font-family: "Roboto Slab", "RobotoSlabLocal", serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.3em;
    margin: 10px auto;
    color: #003B4F;
}
.current-day h3 {
   ont-family: "Roboto Slab", "RobotoSlabLocal", serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3em;
    color: #003B4F;
}

.current-day .divider-border {
    border: 3px solid #a0a0a0;
    height: 10px;
    margin-top: 10px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.current-day .history-divider {
    border-width: 3px;
    border-style: dashed;
    color: #a0a0a0;
    max-width: 696px;
    /*margin-top: -2px;
    height: 1px;*/
}

.current-day hr {
    max-width: 700px;
    margin: 0 auto;
    border: 0;
    border-top: 2px solid #a0a0a0;
    border-bottom: none;
}

.today-in-history-container .loadmore{
    border: solid 2px #003b4f;
    padding: 10px 55px 10px 55px;
    font-size: 12px;
    height: 50px;
    border-radius: 4px;
    color: #fff;
    font-family: "Roboto", "RobotoLocal", sans-serif;
    text-transform: uppercase;
    background-color: rgba(0,59,79, 1);
    font-weight: bold;
    display: flex;
    align-items: center;
    margin: 7px auto;
}

@media (max-width: 767px){
    .current-day .date-in-history {
        display: block;
        padding-right: 11px;
        padding-left: 11px;
    }
    
    .current-day .date-in-history-link a{
        font-size: 27px;
        line-height: 29px;
    }
    
    .current-day .history-year {
        text-align: left;   
        max-width: 700px;   
        width: 100vw;   
    }
}
/*End of History and Heritage */

/*image block callouts*/
.image-block-callouts {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.image-block-callouts li {
  min-height: 460px;
  width: calc(50% - 10px);
  margin: 0 0 20px;
  overflow: hidden;
  position: relative;
  background: #000;
}
@media (max-width: 720px) {
  .image-block-callouts li {
    width: 100%;
  }
}
.image-block-callouts aside {
  height: 100%;
  width: 100%;
  position: relative;
}
.image-block-callouts .backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  background-size: cover;
  background-position: 50% 50%;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  -webkit-transition: all .2s;
  transition: all .2s;
}
.image-block-callouts li:hover .backdrop {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  left: -20px;
  right: -20px;
  bottom: -20px;
  top: -20px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media (max-width: 720px) {
  .image-block-callouts li .backdrop{
    -webkit-filter: blur(0px);
          filter: blur(0px);
  }
}
.image-block-callouts h1 {
  position: relative;
  word-break: break-word;
  padding-right: 28px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  font-size: 28px;
  color: #fff;
}
.image-block-callouts h1:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 50%;
  height: 30px;
  margin-top: -15px;
  -webkit-transition: right .2s;
  transition: right .2s;
}
.image-block-callouts li:hover h1:after {
  right: 0;
}
.image-block-callouts a {
  color: #fff;
  text-decoration: none;
  display: block;
  height: 100%;
  width: 100%;
  padding: 30px;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.image-block-callouts a:hover {
  text-decoration: underline;
  background: rgba(0, 0, 0, 0.15);
  color: #fff;
}
@media (max-width: 720px) {
  .image-block-callouts a {
    padding: 20px;
  }
}

/* end image block callouts*/


/* ADDED BY GARY CORPUZ */


/* For DDR Menu */
.backend-cp-collapsible
{
  overflow: visible !important;
}
.backend-cp-fixed
{
  overflow: visible !important;
}
/* End DDR Menu */


.navy-pager{
	width: auto !important;
}


.navTable{
    margin-left: auto;
    margin-right: auto;
    width: 1199px;
    table-layout: fixed;
}

.navCell{
font-size: 14pt;
    text-align: center;
	font-weight: bold;
}


#app .header .menu-grad-bg .logo-element {
    background: none !important;
    background-repeat: no-repeat !important;
    max-width: 100%;
    background-size: 192px 62px !important;
    position: relative;
    height: 100%;
    width: 192px;
   display: none !important;
    outline: 1px solid rgba(255, 255, 255, 0);
}
/* Main Logo Override */

.logo-link{
	background: url(/Portals/62/Images/NavMedLogoStack2.png) !important;
}


.menu-grad-bg{
	padding-bottom: 100px !important;
	background-color: blue !important;

}


.header .logo-container .mobile-menu-logo-header{
    background: url(/Portals/62/NAVMED-Mobile.png) !important;
    width: 160px;
    max-width: 100%;

}

/* News Headline */
.content-box-header{
	font-size: 1.1em !important;
}

.author-dateline{
	font-size: .9em !important;
}


#footer-above{
	display: none;
}


/* SUPERFISH Color Change */


.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;

}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	min-width:		fit-content;
	width: 			100%; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			100%; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			100%; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	height: 2em;
	margin-bottom:	1em;	
}
.sf-menu a {
	border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#e8b00f; /* #13a; */
}
.sf-menu li {
	background:		#022a3a; /* #BDD2FF; */
}
.sf-menu li li {
	background:		#064775; /* #AABDE6; */
}
.sf-menu li li li {
	background:		#033050; /* #9AAEDB; */
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#0076a9; /* #CFDEFF; */
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


// Addedd 2-16-22 to hide bottom white space
.col-md footer-links{
       display: none !important;
}
@media (max-width: 991px){
.req-footer-drawer {
    display: none !important;
}
}
.footer-links .footer-text-links {
    padding: 0 !important;
}

/*** header bars primarily for GRGB ***/


.redBar{
	height:1vh;
	background-color: #cc0000;
}

.yellowBar{
	height:1vh;
	background-color: #e8b00f;
}
.blueBar{
	height:1vh;
	background-color: #022a3a;
}
.goldBar{
	height:1vh;
	background-color: #998a42;
}
.mossBar{
	height:1vh;
	background-color: #445223;
}

// GRGB P tag line spacing

p.smaller{
	line-height: 1.2 !important;
}
