﻿@font-face {
    font-family: "RobotoLocal";
    src: url("/Portals/_default/Skins/NavyTheme2/Assets/fonts/roboto-v20-latin-regular.eot");
    src: url("/Portals/_default/Skins/NavyTheme2/Assets/fonts/roboto-v20-latin-regular.eot?#iefix") format("embedded-opentype"), 
        url("/Portals/_default/Skins/NavyTheme2/Assets/fonts/roboto-v20-latin-regular.woff2") format("woff2"), 
        url("/Portals/_default/Skins/NavyTheme2/Assets/fonts/roboto-v20-latin-regular.woff") format("woff"), 
        url("/Portals/_default/Skins/NavyTheme2/Assets/fonts/roboto-v20-latin-regular.ttf") format("truetype"), 
        url("/Portals/_default/Skins/NavyTheme2/Assets/fonts/roboto-v20-latin-regular.svg#oswaldlight") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "RobotoSlabLocal";
    src: url("/Portals/_default/Skins/NavyTheme2/Assets/fonts/RobotoSlab-Regular-webfont.eot");
    src: url("/Portals/_default/Skins/NavyTheme2/Assets/fonts/RobotoSlab-Regular-webfont.eot?#iefix") format("embedded-opentype"), 
        url("/Portals/_default/Skins/NavyTheme2/Assets/fonts/RobotoSlab-Regular-webfont.woff") format("woff"), 
        url("/Portals/_default/Skins/NavyTheme2/Assets/fonts/RobotoSlab-Regular-webfont.ttf") format("truetype"), 
        url("/Portals/_default/Skins/NavyTheme2/Assets/fonts/RobotoSlab-Regular-webfont.svg#oswaldlight") format("svg");
    font-weight: normal;
    font-style: normal;
}

/***** Advanced Search ******/
/*Content Type Leadin Dashboards*/
.content-type-listing {
  width: 500px;
  margin: 0 auto 30px;
  max-width: 100%;
}
@media screen and (min-width: 800px) {
    .content-type-listing {
        margin-bottom:120px;
    }
}
.content-type-listing a:hover{
  text-decoration:none;
}
.content-type-leadin {
  background: #fafafa;
  margin: 0 0 40px;
}
.uppercase {
  text-transform:uppercase;
}
.article-view .no-mobile, .article-view .mobile-only {
    display:none;
}
@media(max-width:1349px) {
    .article-view .mobile-only {
        display:block;
    }
}
@media(min-width:1350px) {
    .article-view .no-mobile {
        display:block;
    }
}
.article-view .mobile-only {

}
/*image heading*/
.content-type-leadin a {
  display: block;
  padding-bottom: 60%;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
}
.content-type-leadin h1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  font-size: 30px;
  line-height: 1;
}
.content-type-leadin h1 > span {
  display: inline-block;
  background: #fff;
  padding: 20px 20px 0 0;
}
.content-type-leadin h1 span > span {
  display: inline-block;
  padding: 0 0 20px 20px;
  position: relative;
}
.content-type-leadin h1 span > span:before, .content-type-leadin h1 span > span:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.content-type-leadin h1 span > span:before {
  height: 20px;
  width: 20px;
  border: 4px solid #088199;
  border-width: 0 0 4px 4px;
}
.content-type-leadin h1 span > span:after {
  width: 0;
  height: 4px;
  background: #088199;
  transition: width .3s;
  transition-timing-function: ease-out;
}
.content-type-leadin a:hover h1 span span:after {
  width: 100%;
}
.content-type-leadin img {
  position: absolute;
  left: -999em;
}
/*article listing*/
.content-type-listing-list {
  list-style:none;
  margin:0 0 40px;
  padding:0;
}
.content-type-listing-list li{
  margin-bottom: 30px;
}

.content-type-listing-list a:hover .title{
  text-decoration:underline;
  color:#003b4f;
}
.content-type-listing-list a:hover .meta{
  text-decoration:none;
}
.content-type-listing-list a .title{
  display:block;
  color:#003b4f;
  margin-bottom: 10px;
  font-weight:700;
}
.content-type-listing-list a .meta{
  display:block;
  color:#088199;
  padding-left: 10px;
  position: relative;
}
.content-type-listing-list a .meta:before{
  content:"";
  display:inline-block;
  width: 3px;
  height: 16px;
  background:#088199;
  position:absolute;
  left: 0; top: 4px;
}
.content-type-listing a.more, .content-type-listing a.more:hover {
  color:#003b4f;
  text-decoration:none;
  font-weight:700;
}
.content-type-listing a.more:hover span{
  text-decoration:underline;
}
/*Blue blockquote Callouts*/
.blue-block-callouts {
    display: -webkit-box;
    flex-wrap: wrap;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0;
    color: #fff;
    list-style: none;
}

.blue-block-callouts li {
    background: #003B4F;
    width: 100%;
    margin: 0 0 30px;
    padding: 40px 30px;
}

.blue-block-callouts li:nth-child(n+3){
    /*display:none;*/ /* commander asked to add code so cant be overridden by user in module. soft touch so can be easily changed */
}

.blue-block-callouts aside {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blue-block-callouts h1 {
    position: relative;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3em;
    margin: 0 0 30px;
    padding: 0 20px 0 0;
}

.blue-block-callouts h1 i{
    position: absolute;
    right: 0;
    top: 6px;
    color: #fff;
    font-size: 17px;
}

.blue-block-callouts a {
    color: #fff;
    text-decoration: none;
}

    .blue-block-callouts a:hover {
        color:#fff;
        text-decoration: underline;
    }

.blue-block-callouts .summary {
    padding-bottom: 20px;
    font-size: 17px;
    line-height: 1.9em;
}

.blue-block-callouts .blue-block-icon {
    margin: auto auto 0;
    width:60px;
}
.blue-block-callouts .blue-block-icon svg {
    width: 60px;
    height: 60px;
}
.blue-block-callouts .blue-block-icon i {
    display: block;
    width: 60px;
    height: 60px;
    background: url(/Portals/_default/Skins/NavyTheme2/Resources/img/SVGs/Guidance-Card-Small-Icon-01.svg) 50% 50% no-repeat;
    background-size:60px 60px;
}
.blue-block-callouts .blue-block-icon.speech i, .blue-block-callouts .blue-block-icon.speeche i{
    background-image: url(/Portals/_default/Skins/NavyTheme2/Resources/img/SVGs/Speeches-Icon.svg);
}
.blue-block-callouts .blue-block-icon.press-briefing i{
    background-image: url(/Portals/_default/Skins/NavyTheme2/Resources/img/SVGs/Press-Briefings-Small-Icon.svg);
}
.blue-block-callouts .blue-block-icon.press-release i{
    background-image: url(/Portals/_default/Skins/NavyTheme2/Resources/img/SVGs/Press-Releases-Small-Icon.svg);
}
.blue-block-callouts .blue-block-icon.statement i{
    background-image: url(/Portals/_default/Skins/NavyTheme2/Resources/img/SVGs/Statements-Icon.svg);
}
.blue-block-callouts .blue-block-icon.testimony i{
    background-image: url(/Portals/_default/Skins/NavyTheme2/Resources/img/SVGs/Testimony-Icon.svg);
}
.blue-block-callouts .blue-block-icon.fact-file i{
    background-image: url(/Portals/_default/Skins/NavyTheme2/Resources/img/SVGs/Fact-Files-Icon.svg);
}
.blue-block-callouts .blue-block-icon.all-hands-story i{
    background-image: url(/Portals/_default/Skins/NavyTheme2/Resources/img/SVGs/AH-Small-Icon.svg);
}
.blue-block-callouts .blue-block-icon.news i{
    background-image: url(/Portals/_default/Skins/NavyTheme2/Resources/img/SVGs/Stories-Icon.svg);
}


@media screen and (min-width: 800px) {
    .blue-block-callouts li {
        width: calc(50% - 15px);
    }
}

/***** Advanced Search ******/

.afilter {
  max-width: 800px;
  margin: 0 auto;
}
.afilter .sel-card, .afilter .sel-list {
    color: #717171
}

.afilter .top-bar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 11px 11px 15px;
}

.afilter .top-bar .toggle {
    border: solid 2px #717171;
    padding: 10px 55px 10px 55px;
    font-size: 20px;
    height: 50px;
    border-radius: 4px;
    color: #717171;
    text-transform: uppercase;
    background-color: rgba(0,59,79,.05);
    font-weight: bold;
    display: flex;
    align-items: center;
    text-decoration: none
}
.afilter .top-bar .toggle:hover{
    text-decoration:none;
}

.afilter .top-bar .toggle span {
    padding-left: 5px
}

/*.afilter .top-bar a.toggle:link {
    color: rgb(0,59,79);
    text-decoration: none
}

.afilter .top-bar a.toggle:hover {
    color: rgba(0,59,79, 1);
    background-color: rgba(0,59,79,.2);
    transition: all 0.5s;
    text-decoration: none
}
*/

.afilter .top-bar a.toggle.showit span:before {
    font-family: 'Font Awesome\ 5 Free';
    content: '\f077'
}

.afilter .sel-card, .afilter .sel-list {
    color: #717171
}

afilter select:after {
    font-family: 'Font Awesome\ 5 Free';
    font-weight: bold;
    content: '\f011';
}

.content .tag-container {
    display: none;
}

.afilter select:hover, ul.tagit:hover {
    border-color: #003b4f;
    font-family: "Roboto", "RobotoLocal", sans-serif;
}

.afilter input:hover:not([type='submit']) {
    border-color: #003b4f;
}

.afilter .select-view {
    border-color: transparent;
    color: #717171;
    border-radius: 4px;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-left: 15px;
    display: flex;
    justify-content: center;
    align-items: center
}

.afilter .select-view span {
    color: #717171;
    font-size: 1.6rem;
    padding-top: 2px
}

.afilter .select-view.selected {
    background-color: #003b4f;
}

.afilter .select-view.selected span {
    color: #fff
}

.afilter .select-view.selected:hover {
    text-decoration: none;
    background-color: #003b4f;
    transition: none
}

.afilter .select-view:hover {
    text-decoration: none;
    transition: all 0.5s;
    background-color: rgba(105,105,105,.2)
}

.afilter .view-selector {
    display: flex;
}

.afilter .items {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 31px;
    justify-content: center;
}
.afilter .items .row{
    width:100%;
}
.afilter .bbb {
    padding: 17px;
}

.afilter .date.date-picker {
    display: flex;
}

.afilter .date input {
    font-style: normal;
    padding: 10px 20px;
    font-size: 1rem !important;
    margin-right: 13px;
}


/*custom for bio type listing setup*/
.afilter.no-switch {
    margin: 0 auto 30px;
    padding: 0 20px;
}
.afilter.no-switch .top-bar {
    padding: 0;
    margin: 0 0 30px;
}
.afilter.no-switch .top-bar .toggle, 
.afilter.no-switch .search-filter .btn-primary {
    color:#fff;
    background:#088199;
    text-transform:none;
    padding: 8px 12px;
    height: 40px;
    margin: 0;
    font-size: 16px;
}
.afilter.no-switch .keyword, .afilter.no-switch .bbb{
    padding: 0;
    margin: 0 0 30px;
}
.afilter.no-switch .search-filter {
    margin: 0 0 30px;
    text-align: right;
}
.afilter.no-switch .search-filter .btn-primary{
    padding-left: 30px;
    padding-right: 30px;
}
@media(max-width: 991px) {
    .afilter .items {
        flex-direction:column;
    }
    .afilter .bbb, .afilter .search-filter {
        width:100%;
        max-width:400px;
        padding: 17px;
    }
    .afilter.no-switch .bbb, .afilter.no-switch .search-filter {
        max-width:none;
        padding:0;
    }
    .afilter .search-filter {
        text-align:center;
    }
    .afilter .btn-primary {
        width:100%;
    }
}
@media screen and (max-width: 420px) {
    .afilter .bbb, .afilter .search-filter {
        padding: 9px 15px;
    }
    .afilter .bbb .RadPicker.dates {
        width: 100%!important;
        padding-bottom: 20px;
    }
}
.afilter .bbb span {
    font-family: "Roboto", "RobotoLocal", sans-serif;
    line-height: 23px;
}

.afilter .riTextBox {
    height: calc(1.5em + .75rem + 8.5px) !important;
    padding: .375rem .75rem !important;
    border: 1px solid #ced4da !important;
}

.afilter .items .RadInput_Default .riTextBox, .afilter .items .RadInputMgr_Default {
    border-color: #ced4da #ced4da #ced4da #ced4da;
}


.search-filter .btn-primary {
    background: #003b4f;
}

.afilter .form-control {
    font-family: "Roboto", "RobotoLocal", sans-serif;
}

.filter {
  display: -webkit-box;
  display: flex;
  padding: 0 15px;
  max-width: 100%;
  flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.filter .filter-markers {
  display: -webkit-box;
  display: flex;
}
.filter .filter {
  background: #f1f1f1;
  border-radius: 4px;
}
.filter .filter-title, .filter .filter-clear {
  padding: 5px 0;
}
.filter .filter {
  padding: 5px 10px;
}
.filter .filter-title, .filter .filter, .filter .filter-clear {
  display: block;
  margin: 0 10px 0 0;
}

@media screen and (max-width: 500px) {
    .filter, .filter .filter-markers, .filter-markers .filter, .filter-markers .filter-title {
        display:block;
        text-align:left;
        float:none;
    }
    .filter .filter {
        padding: 5px 0;
        background:none;
    }
}

/* IE 11 datepicker fix */
@media all and (-ms-high-contrast:none)
{
*::-ms-backdrop, .date-picker { display: flex; } /* IE11 */
}

/********* Navy2 - Press Briefing Listing Start ***************/
/*********** Navy2 PB  Card View ***********/

/************Start Test***********/
.alist.aframe.navy-card .bg-img-div {
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .5s ease-out;
    max-height: 251px;
}

.alist.aframe.navy-card .image-container {
    position: relative;
}

    .alist.aframe.navy-card .image-container:after {
        padding-top: 80%;
        display: block;
        content: '';
    }

/*.alist.aframe.navy-card .inner img {
    display: none;
}*/
/************End Test********/

.alist.aframe.navy-card .items {
    width: 80%;
    max-width: 1280px;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.alist.aframe.navy-card .items {
    position: relative;
    z-index: 1;
    -webkit-columns: 240px 3;
    columns: 240px 3;
    -webkit-column-gap: 15px;
    column-gap: 15px;
}

.alist.aframe.navy-card .item {
    position: relative;
    display: inline-block;
    margin: 1rem;
    max-width: 25%;
    flex: 1 0 25%;
}

.alist.aframe.navy-card .item .inner {
    padding: 1rem 1rem 1rem 1rem;
}

.alist.aframe.navy-card .content-box {
    border: 0px solid #e6e6e6;
    background-color: white;
    /*box-shadow: 0px -1px 2px rgba(58, 58, 58, 0.1), 1px 1px 2px rgba(58, 58, 58, 0.1);*/
}

/*.alist.aframe.navy-card .content-box:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 4rem;
    left: 0px;
    top: 0px;
}*/


.alist.aframe.navy-card .content-box-header {
    font-size: 1rem;
    margin: 0.75rem 0rem 0.75rem 0rem;
}

.alist.aframe.navy-card .content-box-header a {
    color: #000;
}

.alist.aframe.navy-card .content-box-blurb {
    font-size: 0.85rem;
    display: block;
    display: -webkit-box;
    margin: 0rem;
    max-width: 100%;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.alist.aframe.navy-card .readmore-link {
    display: block;
    margin: 5px 5px 0px 5px;
    text-align: right;
}

.alist.aframe.navy-card .author-dateline {
    font-size: 12px;
    margin-top: 11px;
}
/*******************************************/
.alist.aframe.navy-card .items {
    position: relative;
    z-index: 1;
    -webkit-columns: 240px 2;
    columns: 240px 2;
    -webkit-column-gap: 15px;
    column-gap: 15px;
}

.alist.aframe.navy-card.list .items {
    display: grid;
    display: -ms-grid;
    grid-gap: 0;
    justify-content: center;
}

.alist.aframe.navy-card.list .bg-img-div {
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .5s ease-out;
    max-height: 251px;
}

.alist.aframe.navy-card.list .image-container {
    position: relative;
    margin-left: 0;
}

.alist.aframe.navy-card.list .grid-item {
    max-width: 100%;
}

.alist.aframe.navy-card.list .image-container:after {
    padding-top: 80%;
    content: '';
}

.alist.aframe.navy-card.list .inner {
    display: grid;
    display: -ms-grid;
    grid-gap: 0;
    grid-template-columns: 30vw 20vw;
    -ms-grid-columns: 30vw 20vw;
}

.alist.aframe.navy-card.list .author-dateline {
    font-size: 12px;
    margin-top: 11px;
}


.alist.aframe.navy-card.list .a-summary {
    grid-column: 1;
    -ms-grid-column: 1;
    grid-row: 1;
    -ms-grid-row: 1;
}


.alist.aframe.navy-card.list .image-container {
    grid-column: 2;
    -ms-grid-column: 2;
    grid-row: 1;
    -ms-grid-row: 1;
}
/************ Navy2 PB List View*************/
.alist.aframe.navy-list .items {
    position: relative;
    z-index: 1;
    -webkit-columns: 240px 2;
    columns: 240px 2;
    -webkit-column-gap: 15px;
    column-gap: 15px;
}

.alist.aframe.navy-list.textlist .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.alist.aframe.navy-list.textlist .bg-img-div {
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .5s ease-out;
    max-height: 251px;
}

.alist.aframe.navy-list.textlist .content-box-header {
    font-size: 1.71em;
    margin-bottom: 0.32em;
}

.alist.aframe.navy-list.textlist .image-container {
    position: relative;
    margin-left: 0;
}

.alist.aframe.navy-list.textlist .grid-item,
.msg-list .item,
.msg-list .list-row
{
    width: 100%;
}

.alist.aframe.navy-list.textlist .item:last-child{
    border-bottom: 1px solid #717171;
    margin-bottom: 21px;
}

.alist.aframe.navy-list.textlist .item {
    border-top: 1px solid #717171;
    margin: 0px
}

.alist.aframe.navy-list.textlist .item .author-dateline{
    margin-bottom: .5rem;
}

.alist.aframe.navy-list.textlist .item a {
    color: #003B4F !important;
    text-decoration: none;
}

.alist.aframe.navy-list.textlist .image-container:after {
    padding-top: 80%;
    content: '';
}

.alist.aframe.navy-list.textlist .inner {
    display: grid;
    display: -ms-grid;
    grid-gap: 0;
    /*grid-template-columns: 60vw;
    -ms-grid-columns: 60vw*/
}

.alist.aframe.navy-list.textlist .author-dateline {
    font-size: 1.1em;
    margin-top: 11px;
}


.alist.aframe.navy-list.textlist .a-summary {
    grid-column: 1;
    -ms-grid-column: 1;
    grid-row: 1;
    -ms-grid-row: 1;
    padding-right: 21px;
}


.alist.aframe.navy-list.textlist .content-box-blurb {
    font-size: 0.85rem;
}


.alist.aframe.navy-list.textlist .image-container {
    grid-column: 2;
    -ms-grid-column: 2;
    grid-row: 1;
    -ms-grid-row: 1;
}

@media screen and (max-width: 991px) {
    .alist.aframe.navy-list.textlist .inner {
        -ms-grid-columns: 80vw;
        grid-template-columns: 80vw;
    }
}
@media screen and (max-width: 767px){
    .alist.aframe.navy-list.textlist .inner {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
}

@media screen and (max-width: 420px) {
    .alist.aframe.navy-list.textlist .content-box-header {
        font-size: 1.17em;
    }
}
@media screen and (max-width: 320px) {

}
/*********************** Full Bleed *************************/
.fullBleed.item {
    width: 100vw;
    padding-top: 70vh;
}

#fullBleedImg {
    width: 100%;
    height: auto;
    z-index: 0;
    display: none;
}

#fullBleedDiv {
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .5s ease-out;
}

.summary-title-container {
    text-align: center;
    float: left;
    align-items: center;
    display: flex;
    justify-content: center;
    align-self: center;
    position: absolute;
    width: 100%;
    top: -1px;
    background: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    min-height: 28%;
}

.summary-title-container > a {
    display: block;
    color: #fff !important;
}

.summary-text-container {
    text-align: left;
    align-items: flex-end;
    display: flex;
    justify-content: flex-start;
    align-self: flex-end;
    width: 100%;
    position: absolute;
    bottom: 0%;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    min-height: 28%;
}

.summary-text-container > a {
    text-decoration: none;
    color: #FFFFFF;
    display: inline-block;
    font-weight: 700;
    font-size: 30px;
    font-family: "Roboto Slab", "RobotoSlabLocal", serif;
    margin-left: 12%;
    max-width: 40%;
}

.summary-text {
    display: block;
    padding-bottom: 2%;
}

.fullBleed-mobile {
    display: none;
}

.summary-text,
.summary-text .summary-title,
.summary-text-container .summary-title,
.summary-text-container .summary-detail,
.fullBleed-mobile a,
.fullBleed-mobile h4,
.fullBleed-mobile h5 {
    color: #fff !important;
}

#fullBleedDiv:after {
    padding-top: 88%;
    content: '';
}

.summary-detail {
    font-size: 17px;
    font-weight: normal;
}

.summary-title {
    font-size: 25px;
}

.byline-marker {
    width: 4px;
    height: 19px;
    background: #088199;
    display: inline;
    margin-right: 13px;
}

.summary-byline {
    font-size: 15px;
    font-weight: normal;
    display: flex;
    margin-top: 25px;
}

.summary-date {
    margin-right: 7px;
}

.byline {
    margin-left: 7px;
}

h2.author {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3em;
  text-align: center;
  color: #003b4f;
  position: relative;
  top: -40px;
}
@media screen and (max-width: 991px) {
    h2.author {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    h2.author {
      font-size: 16px;
    }
}

.acontent-container{
    width: 595px;
    max-width: 100%;
    padding-bottom:30px;
}


@media (max-width: 1580px){
    .alist.aframe.navy-card .item {
        max-width: 50%;
        flex: 1 0 45%;
    }

    .alist.aframe.navy-card .bg-img-div{
        max-height: 100%;
    }
}

@media(max-width: 1440px) {
    .alist.aframe.navy-card.list .inner {
        grid-template-columns: 40vw 20vw;
        -ms-grid-columns: 40vw 20vw;
    }
}

@media(min-width: 1199px) and (max-height:900px) {
    /*.fullBleed.item {
        min-height: 750px;
    }*/
}

@media (max-width: 1199px) {

    .fullBleed.item {
        padding-top: 0;
        width: 100%;
    }

    .fullBleedDiv {
        display: none;
    }

    #fullBleedImg {
        display: block;
    }

    .summary-text-container > a {
        max-width: 70%;
    }

    .alist.aframe.navy-card.list .inner {
        grid-template-columns: 50vw 30vw;
        -ms-grid-columns: 50vw 30vw;
    }
}

@media (max-width: 991px) {

    .summary-text-container {
        background: transparent;
        display: none;
    }

    .summary-title {
        text-align: left;
        font-size: 2.5vw;
        font-weight: 600;
    }

    .summary-date {
        text-align: left;
    }

    .fullBleed-mobile {
        color: #fff !important;
        width: 100%;
        max-width: 100%;
        clear: both;
        position: relative;
        display: block;
        margin: 0;
        background: #444;
        padding: 11px;
        text-align: center;
    }

    #fullBleedImg {
        display: block;
    }

    #fullBleedDiv {
        display: none;
    }

    .alist.aframe.navy-card .item {
        max-width: 50%;
        flex: 1 0 45%;
    }
}

@media(max-width: 800px){
    .alist.aframe.navy-card .item {
        max-width: 75%;
        flex: 1 0 70%;
    }

    .alist.aframe.navy-card .image-container:after {
        padding-top: 60%;
        display: block;
        content: '';
    }
}

@media(max-width: 767px) {
    .alist.aframe.adash.navy-card {
        width: 100%;
        display: flex;
    }

    .summary-title {
        font-size: 3.25vw;
    }

    .alist.aframe.navy-card.list .inner {
        grid-template-columns: 40vw 40vw;
        -ms-grid-columns: 40vw 40vw;
    }

    .alist.aframe.navy-card .item {
        max-width: 100%;
        flex: 1 0 95%;
    }

    .alist.aframe.navy-card .image-container:after {
        padding-top: 60%;
        display: block;
        content: '';
    }

    .alist.aframe.navy-card .content-box-blurb {
        display: none;
    }
}

@media(max-width: 420px) {
    .alist.aframe.adash.navy-card {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .summary-title {
        font-size: 4vw;
    }

    .alist.aframe.navy-card.list .bg-img-div {
        max-height: 120px;
    }

    .alist.aframe.navy-card.list .a-summary {
        padding-right: 11px;
    }

    .alist.aframe.navy-card .item {
         margin: 0; 
    }
}

@media(max-width: 375px) {
    .alist.aframe.navy-card.list .a-summary {
        padding-right: 3px;
    }
}

@media(max-width: 320px){
    .alist.aframe.navy-card.list .inner {
        grid-template-columns: 50vw 30vw;
        -ms-grid-columns: 50vw 30vw;
    }

    .alist.aframe.navy-card.list .items {
        width: 100%;
        margin: 0;
        display: flex !important;
        flex-wrap: wrap;
    }
    .alist.aframe.navy-card.list .bg-img-div {
        max-height: 98px;
    }
}


/************** Press Briefing View Page *******************/
.adetail, .alist {
    max-width: 1200px;
    width: 80vw;
    margin:0 auto;
}
aside.adetail, aside.alist {
    max-width: 100%;
}
@media (max-width: 650px) {
    .adetail, .alist  {
        width: auto;
        margin: 0 15px;
    }
    div[class^="col-"] .adetail,
    div[class^="col-"] .alist {
        margin: 0;
    }
}
.adetail img{
    max-width: 100%;
}
.adetail figcaption {
  font-size: .85rem;
  padding: 10px 0;
}

.content .press-briefing__title {
    max-width: 950px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1.9rem;
    font-size: 3.2rem;
    text-align: center;
}


.content .press-briefing__title h1 {
    font-family: "Roboto Slab", "RobotoSlabLocal", serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.3em;
}

.content .press-briefing__summary {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.25rem;
    line-height: 1.7;
}

.content .press-briefing__date {
    margin-bottom: 3rem;
    font-family: "Roboto Slab","RobotoSlabLocal", serif;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
}

.content .divider-container {
    width: 100%;
}

.content .divider--narrow {
    width: 160px;
}

.content .press-briefing-divider {
    height: 2px;
    margin-top: 4rem;
    margin-bottom: 4rem;
    margin-left: auto;
    margin-right: auto;
    background-color: #C6CCD0;
}

.content p {
    line-height: 1.9rem;
    margin: 0 auto 30px;
    font-size: 17px;
    font-weight: 400;
}


.content .aside-container {
    max-width: 570px;
    margin-left: -400px;
    margin-right: auto;
    padding-left: 3.5rem;
    padding-right: 4.5rem;
}
.content .messages-aside .actions {
    max-width: 570px;
    margin:0 auto;
}

.content .aside-container {
    display: none;
}

.content .messages-aside .actions,
.content .aside-container .actions,
.content .aside-container-mobile .actions {
    list-style-type: none;
    font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
}


.content .messages-aside .aside-divider,
.content .aside-container .aside-divider,
.content .aside-container-mobile .aside-divider {
    height: 2px;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    margin-left: auto;
    margin-right: auto;
    border: 0;
    background-color: #C6CCD0;
}

.content .aside-container hr,
.content .aside-container-mobile hr {
    box-sizing: content-box;
    height: 0;
}

.usa-button.usa-button-gray, .usa-button:visited.usa-button-gray {
    background-color: #C6CCD0;
}

.usa-button.usa-button-gray {
    color: #003B4F;
}

.usa-button, .usa-button:visited {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-top: 0.5em;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-family: "Roboto", "RobotoLocal", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    padding: 1rem 2rem;
    text-align: center;
    text-decoration: none;
}

.content .tag-container {
    display: none;
}

.content ul.tags {
    list-style-type: none;
}

.usa-button.usa-button-gray, .usa-button-primary.usa-button-gray, .usa-button:visited.usa-button-gray, .usa-button-primary:visited.usa-button-gray, button.usa-button-gray, [type=button].usa-button-gray, [type=submit].usa-button-gray, [type=reset].usa-button-gray, [type=image].usa-button-gray {
    background-color: #C6CCD0;
}

.usa-button, .usa-button-primary, .usa-button:visited, .usa-button-primary:visited, button, [type=button], [type=submit], [type=reset], [type=image] {
}

.usa-button.usa-button-gray {
    color: #003B4F;
}

.usa-button.usa-button-gray:hover, .usa-button.usa-button-gray.usa-button-hover, .usa-button-primary.usa-button-gray:hover, .usa-button-primary.usa-button-gray.usa-button-hover, .usa-button:visited.usa-button-gray:hover, .usa-button:visited.usa-button-gray.usa-button-hover, .usa-button-primary:visited.usa-button-gray:hover, .usa-button-primary:visited.usa-button-gray.usa-button-hover, button.usa-button-gray:hover, button.usa-button-gray.usa-button-hover, [type=button].usa-button-gray:hover, [type=button].usa-button-gray.usa-button-hover, [type=submit].usa-button-gray:hover, [type=submit].usa-button-gray.usa-button-hover, [type=reset].usa-button-gray:hover, [type=reset].usa-button-gray.usa-button-hover, [type=image].usa-button-gray:hover, [type=image].usa-button-gray.usa-button-hover {
    background-color: #088199;
    color: #FFFEF9;
}

.content .actions > li button {
    background: none;
    color: #003B4F;
    font-size: 13px;
    font-weight: 700;
    width: 50px;
    padding: 0;
}

.content .actions li {
    display: inline-block;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 2rem;
    margin-right: 21px;
    flex: 1 0 25%;
}
@media screen and (max-width: 1350px) {
    .content .actions li {
        text-align:center;
    }
}

.content .actions a {
    color: #003B4F !important;
    text-decoration: none;
    font-size: 17px;
}

.adetail-message .acontent-container {
    max-width: 860px;
    margin:0 auto;
}

@media screen and (min-width: 481px) {
    .content aside button {
        width: auto;
    }

    .usa-button, .usa-button:visited {
        width: auto;
    }
}

@media screen and (min-width: 1350px) {
    .content .press-briefing-columns {
        max-width: 570px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        display: flex;
    }

    .aside-container {
        position: relative;
        display: block !important;
    }

    /*.content aside {
        position: absolute;
        top: 0;
        left: calc(50% - (570px / 2) - 285px);
    }*/

    .content aside {
        max-width: 240px;
        width:240px;
        margin-right: 15px;
    }
    .content .messages-aside {
        max-width: 1050px;
        width:auto;
        margin:0 auto;
    }
    .content .messages-aside .actions li{
        flex: 1 0 15%;
        text-align:center;
    }
    .content .aside-container-mobile {
        display: none;
    }

    .content .profile-mobile-img {
        display: none;
    }
}

@media screen and (max-width: 1350px) {
    .content ul.tags {
        display: flex;
        flex-wrap: wrap;
    }
    .content .messages-aside .actions,
    .content .aside-container-mobile .actions {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }

    .acontent-container {
        width: 1350px;
        max-width: 100%;
    }
}

@media screen and (max-width: 1280px) {
    /*.content ul.tags {
        display: flex;
        flex-wrap: wrap;
    }*/
    .content .messages-aside .actions,
    .content .aside-container-mobile .actions {
        max-width: 570px;
        margin: 0 auto;
    }

    .content .aside-container-mobile .aside-divider {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .content .actions li {
        margin-right: 21px;
        flex: 1 0 15%;
    }
}

@media screen and (max-width: 991px){
    .content .press-briefing__title {
        font-size: 5vw;
        padding-top:30px;
    }

    .press-briefing__date{
        font-size: 4.90vw !important;
    }

    .content .press-briefing__summary {
        font-size: 2.75vw;
        line-height: 1.7;
    }
    .content .messages-aside .actions,
    .content .aside-container-mobile .actions {
        width: 40%;
    }
}

@media screen and (max-width: 767px) {
    .content .press-briefing__title {
        font-size: 7vw;
    }

    .press-briefing__date {
        font-size: 4.50vw !important;
    }

    .content .press-briefing__summary {
        font-size: 3vw;
        line-height: 1.7;
    }
    .content .messages-aside .actions,
    .content .aside-container-mobile .actions {
        width: 70%;
    }
}

@media screen and (max-width: 585px) {
    .content .press-briefing__summary {
        font-size: 4vw;
    }
}

@media screen and (max-width: 420px) {
    .content .press-briefing__summary {
        font-size: 5vw;
    }
}

/************ Navy2 - Press Briefing Listing End ***************/
/*********** Load More Button ***********/
.apager {
    display: flex;
    margin-bottom: 21px;
}

.apager .nextprev,
.pager button.alist-more-button.button-small,
.pager button.alist-more-button.button-small {
    border: solid 2px #003b4f;
    padding: 10px 55px 10px 55px;
    font-size: 20px;
    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: 21px auto;
}


.apager .nextprev a {
    color: #fff;
}

.apager .nextprev.disabled {
    border: solid 2px #717171;
    background-color: rgba(0,0,0,.05);
    visibility: hidden;
}

.apager .nextprev.disabled a {
    color: #717171;
    cursor: default;
    text-decoration: none;
}
/************* Press Release ******************/

.press-briefing-columns ul:not(.actions) {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 31px;
    width: 53ch;
    line-height: 1.85rem;
}

.profile-container a:hover,
.profile-container a:visited,
.profile-container a:active {
    text-decoration: none;
}

h2.command-link {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3em;
    text-align:center;
    color: #003b4f;
}

h2.meta {
    font-size:16px;
    margin-bottom:30px;
}

h2.meta.mobile-only a{
    color:#333;
}

.bottom-blue h2,
.qf-press-release {
    font-size: 1.25rem;
    font-family: "Roboto Slab", "RobotoSlabLocal", serif;
    font-weight: 700;
    line-height: 1.3em;
}

.press-release__dateline {
    margin-bottom: 3rem;
    font-family: "Roboto Slab", RobotoSlabLocal, serif;
    font-size: 1.75rem;
    font-weight: 700;
    text-align: center;
}

.bottom-blue > .main-content p {
    margin: 0;
}

.bottom-blue > .main-content p a {
    color: #fff;
}

.qf-press-release {
    width: 55ch;
    margin-left: auto;
    margin-right: auto;
}

.bottom-blue {
    background: #003B4F;
    color: #fff;
    align-items: center;
    display: flex;
    justify-content: center;
    align-self: center;
    width: 100%;
    margin-top: 6rem;
    padding-top: 4rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 4rem;
    background-color: #003B4F;
}

.bottom-blue h2 {
    color: #fff;
    width: 570px;
}

.bottom-blue > .main-content {
    max-width: 540px;
    margin-top: -20px;
}

@media screen and  (max-width: 1280px){
    .press-briefing-columns ul:not(.actions) {
        width: 66ch;
    }
}

@media screen and (max-width: 767px){
    .bottom-blue h2 {
        width: 80vw;
    }

    .bottom-blue > .main-content {
        max-width: 80vw;
    }

    .qf-press-release,
    .press-briefing-columns ul:not(.actions) {
        margin-left: 0;
        margin-right: 0;
        width: 71vw;
    }

    .press-briefing-columns ul:not(.actions) {
        margin-left: 2.5vw;
    }
}

.blue-callout {
  color: #fff;
  background: #003B4F;
  padding: 40px 20px;
  margin: 0 0 20px;
}
.blue-callout.bottom{
    margin-bottom:0;
}
@media (min-width: 768px) {
  .blue-callout {
    padding: 80px 30px;
    margin: 0 0 80px;
  }
}
.blue-callout .wrap {
  width: 850px;
  max-width: 100%;
  margin: 0 auto;
}
.blue-callout h1 {
  font-size: 30px;
  margin-bottom: 10px;
  color: #fff;
}
.blue-callout p {
  font-size: 17px;
  line-height: 1.8;
}

/**************** Testimony *****************/

.download,
.img-responsive.sidebar{
    max-width: 240px;
}

.download {
    padding: 10px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    width: 100%;
    position: absolute;
    bottom: 0;
}

.download > a {
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
}
.download > a:hover{
    color:#fff;
    text-decoration:none;
}
.profilepic {
    position: relative;
}

.profile-container {
    margin-top: 21px;
    max-width: 240px;
    text-align: center;
}

.profile-container h2 {
    font-size: 1.5rem;
    color:#003b4f;
}

.profile-container a,
.profile-container a:hover{
    color:#003b4f;
}

.profile-mobile-img{
    margin-top: 21px;
    text-align:center;
}

.profile-mobile-img .download, .profile-mobile-img .img-responsive.sidebar {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
}

.download .download-icon {
    height:30px;
    width:auto;
    margin-right: 5px;
}

.statements-mobile-img,
.bio-mobile-img {
    display:none;
    width:240px;
    margin:0 auto 30px;
    position:relative;
}
.aside-container-mobile .profile-container {
    width:240px;
    margin:0 auto 30px;
}

.statements-mobile-img img,
.bio-mobile-img img {
    width:100%;
}
@media screen and (max-width: 1350px) {
    .statements-mobile-img,
    .bio-mobile-img {
        display:block;
    }

    .mobile-aside-contact{
        display:block !important;
    }
}

.aside-container-mobile .profile-container {
    margin-top: 21px;
    text-align: center;
}

@media screen and (max-width: 1350px){
    .profile-container {
        width: 100%;
    }
}
/***************Other***************/
.ast-blockquote {
    font-size: 17.5px;
    border-left: 0;
    max-width: 570px;
    margin: 20px auto;
}

.ast-blockquote div {
    border-left: 4px solid #C6CCD0;
    padding: 10px 20px;
    color: #08262C;
    max-width: 570px;
    margin: 0 auto;
}

.ast-blockquote .source {
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    padding-left: 25px;
    color: #717171;
}

.ast-blockquote .source:before {
    content: '\2014' !important;
    font-family: "Roboto", "RobotoLocal", sans-serif;
    color: #717171;
}

.aside-contact {
    margin: 11px 0;
}

.aside-contact p{
    font-size: 15px;
    margin: 0 0 15px;
    word-break: break-word;
}
.mobile-aside-contact p {
    margin: 0 0 15px;
}

.mobile-aside-contact{
    display:none;
    margin-bottom: 11px;
}

/* Leadership bio and blog pages hero */
.leadership-hero, .blog-hero {
  position: relative;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 66.6%;
}
.blog-hero {
   padding-bottom: 50%;
   margin-bottom: 60px;
}
@media (max-width:991px) {
    .blog-hero {
       margin-bottom: 30px;
    }
}
.leadership-hero > img, .blog-hero > img {
  position: absolute;
  left: -999rem;
}
.leadership-hero h1 {
  font-size: 40px;
  color: #fff;
  margin: 10rem 20px 30px;
}
.leadership-hero h2, .leadership-hero p.timeline {
  font-size: 30px;
  color: #fff;
  font-family: Roboto Slab,RobotoSlabLocal,serif;
}
@media (max-width:991px){
    .leadership-hero h1 {
        font-size: 30px;
        margin: 2rem 20px 20px;
        display:none;
    }
    .leadership-hero h2 {
        margin-top: 20px;
    }
    .leadership-hero h2, .leadership-hero p.timeline {
        font-size: 24px;
    }
}

.blog-hero h1 {
    color:#fff;
    margin-bottom: 2vw;
    font-size: 2.5vw;
}
.blog-hero h2 {
    color:#fff;
    font-size: 1.75vw;
}
.blog-hero h2 a {
    color:#fff;
}
@media (max-width:771px) {
    .blog-hero h1 {
        font-size:18px;
    }
    .blog-hero h2 {
        font-size:16px;
    }
}
@media (min-width:1600px) {
    .blog-hero h1 {
        font-size:40px;
    }
    .blog-hero h2 {
        font-size:28px;
    }
}
.leadership-hero p.timeline, .leadership-hero span {
  display: block;
  margin: 0 0 30px;
}
.leadership-hero figcaption {
  height: 100%;
  display: -webkit-box;
  display: flex;
  position: absolute;
  left:0;
  right:0;
  top:0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.blog-hero figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 50%;
    background: rgba(0,0,0,.5);
    padding: 4vw;
}
.leadership-hero figcaption a {
  color: #fff;
  font-size: 40px;
}
.leadership-hero figcaption a:hover {
  text-decoration: none;
}
.leadership-hero .background-image,
.blog-hero .background-image{
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}

/************** Statements View Page *******************/
.content .statements__title {
    max-width: 950px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 3.2rem;
    text-align: center;
}

.content .statements__title h1 {
    font-family: "Roboto Slab", "RobotoSlabLocal", serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.3em;
}

.content .statements__summary {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.25rem;
    line-height: 1.7;
}

.statements-columns .actions img {
    display: inline-block;
    width: 38px;
}
.statements-columns .actions span {
    display: inline-block;
    width: 100%;
}

.content .statements__date {
    margin-bottom: 3rem;
    font-family: "Roboto Slab","RobotoSlabLocal", serif;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
}

.content .statements-divider {
    height: 2px;
    margin-top: 4rem;
    margin-bottom: 4rem;
    margin-left: auto;
    margin-right: auto;
    background-color: #C6CCD0;
}

.statements-columns .profile-container {
    text-align: left;
}

.statements-columns .profile-container .profile-image {
    margin: 0 0 30px 0;
}

@media screen and (min-width: 1350px) {
    .content .statements-columns {
        max-width: 570px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        display: flex;
    }
}

@media screen and (max-width: 991px){
    .content .statements__title {
        font-size: 5vw;
    }

    .statements__date{
        font-size: 4.90vw !important;
    }

    .content .statements__summary {
        font-size: 2.75vw;
        line-height: 1.7;
    }
}

@media screen and (max-width: 767px) {
    .content .statements__title {
        font-size: 7vw;
    }

    .statements__date {
        font-size: 4.50vw !important;
    }

    .content .statements__summary {
        font-size: 3vw;
        line-height: 1.7;
    }
}

@media screen and (max-width: 585px) {
    .content .statements__summary {
        font-size: 4vw;
    }
}

@media screen and (max-width: 420px) {
    .content .statements__summary {
        font-size: 5vw;
    }
}

/* Navy Thumb (bio) listing*/
section.navy-thumb-listing{max-width: 800px; margin:0 auto 40px; padding: 0 20px;}
section.navy-thumb-listing .subtitle:after{content:'';display:table;clear:both;}
section.navy-thumb-listing > ul { list-style: none; padding: 0; margin: 0 0 15px; }
section.navy-thumb-listing > ul > li { padding: 20px 0; margin: 0; }
section.navy-thumb-listing .desc { min-height: 56px; padding-left: 80px; position: relative; }
section.navy-thumb-listing h2 { font-size: 22px; font-weight: 700; }
section.navy-thumb-listing h2 a{ color:#000; text-transform:uppercase;}
section.navy-thumb-listing h3 { font-size: 18px; margin: 0 0 10px; }
section.navy-thumb-listing p { line-height:1.6;}
section.navy-thumb-listing time.calendar{display:block; width: 60px;background:#11375c;position:absolute;left:0;top:0;border-radius:5px;border: 3px solid #f1f1f1}
section.navy-thumb-listing time.calendar span{display:block; text-align:center;color:#fff;}
section.navy-thumb-listing time.calendar .day{font-size:28px;padding:8px 5px 0;font-weight:900;line-height:1;}
section.navy-thumb-listing time.calendar .month-year{font-size: 9px;text-transform:uppercase;padding:5px 5px 8px;}
section.navy-thumb-listing a.thumb{display:inline-block;max-width:100%;}
section.navy-thumb-listing a.thumb img{max-width:100%;}
section.navy-thumb-listing a.thumb:hover{}
section.navy-thumb-listing a.thumb:hover img.article-thumb{transform: scale(1.1) rotate(.5deg);transition: all 4s ease;}
@media (max-width: 991px) {
  section.navy-thumb-listing a.thumb{margin-bottom: 20px;}
}
@media (max-width: 550px) {
  section.navy-thumb-listing a.thumb{display:block}
  section.navy-thumb-listing a.thumb img{width:100%;}
}

/* Alpha (index) dash */
.alpha-list-filter {
    margin: 0 auto 30px;
    padding: 0 20px;
    max-width: 860px;
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
}
.alpha-list-filter a{
    padding: 2px 5px;
    margin:5px 2px;
    border-radius:.25rem;
    color: #888;
    font-weight: bold;
}
.alpha-list-filter a:hover, .alpha-list-filter a.active{
    text-decoration:none;
    background: #088199;
    color:#fff;
}
.alpha-list-filter a[aria-disabled=true]{
    visibility:hidden;
}
.biography-listing {
    margin: 0 auto 40px;
    padding: 0 20px;
    max-width: 1000px;
}
.biography-listing ul {
    display:flex;
    flex-wrap:wrap;
    list-style:none;
    margin: 0 0 20px;
}
.biography-listing li{
    width: 25%;
    padding: 0 30px 10px 60px;
    position:relative;
}
@media (max-width: 991px) {
    .biography-listing li {
        width: 50%;
    }
}
@media (max-width: 600px) {
    .biography-listing li {
        width: 100%;
    }
}
.biography-listing .thumb-wrap {
    height: 45px;
    width: 45px;
    position:absolute;
    top:0;left:0;
    text-align:center;
}
.biography-listing img.thumb{
    max-height: 100%;
    max-width: 100%;
}
.biography-listing h2{
    font-size: 18px;
    margin: 0;
    line-height: 1.2;
    font-weight: 700;
}
.biography-listing h3{
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
}
.biography-listing a h3 {
    color:#555;
}
#show-more-biographies {
    color: #fff;
    display: block;
    background: #088199;
    text-transform: none;
    padding: 8px 12px;
    height: 40px;
    margin: 0 auto;
    font-size: 16px;
    max-width: 200px;
    border:none;
    border-radius: .25rem;
}

/** messages **/
.msg-list .msg-col { align-self: center; }
.msg-list .list-row { display: flex; width: 100%; font-size: 16px; align-items: stretch; border-bottom: 2px solid #e3e3e3; line-height: 24px; }
.msg-list .header-row { padding: 10px 0; }
.msg-list .list-row .msg-num { white-space: nowrap; display: inline-block; width: 115px; }
.msg-list .list-row .msg-pub-date { width: 100px; text-align:right;}
.msg-list .list-row .msg-title { flex: 1; text-decoration: none; padding: 1px 7px 1px 0; }
.msg-list .item {position:relative;display:flex;}
.msg-list .item a.list-row { min-height: 76px; vertical-align: middle !important; color: #08262c;}
.msg-list .item a[title=Edit] {position:absolute;right: -20px;top: 50%; transform: translateY(-50%);}
.msg-list .item .msg-title a:hover { text-decoration: underline; }
.msg-list .mobile-label {display:none;font-weight:bold;font-size:.8rem;}
@media (max-width: 576px) {
    .msg-list .list-row:nth-child(1) { border-top: 4px solid #e3e3e3; }
    .msg-list .header-row {display:none;}
    .msg-list .list-row { flex-wrap: wrap; width: 100%; padding: 20px 0 10px}
    .msg-list .mobile-label{ display:block;}
    .msg-list .list-row .msg-title,
    .msg-list .list-row .msg-num,
    .msg-list .list-row .msg-pub-date { padding: 0 0 10px; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; width: 100%; text-align:left;}
}

.pod-listing h1{
    margin-bottom:30px;
}
.pod-listing h1 .rss a{
    color:#ee802f;
    opacity:1;
    transition:all .2s;
}
.pod-listing h1 .rss a:hover{
    opacity:.8;
}
.pod-listing h1 .fa-rss-square{
    font-size: .5em;
    margin-left: 10px;
    position: relative;
    top: -4px;
}

.press-briefing-columns .related ul, .related ul {
    list-style:none;
    width: auto;
    margin-left: 0;
}
.related li.item {
  margin: 0 0 30px;
}
.related li.item img {
  position:absolute;
  left:-999em;
  top: -999em;
}
.related .thumb{
  height: 70px;
  width: 70px;
  min-width: 70px;
  background-color: #ccc;
  display: block;
  margin: 2px 10px 10px 0;
  background-size: cover;
}
.related li a, .related li a:hover {
    color:#333;
    font-weight: 700;
    display:flex;
    text-decoration:none;
}
.related a .category, .related a:hover .category {
    text-transform:uppercase;
    display: block;
    color:#666;
    font-size: .8em;
    line-height:1.2;
    font-weight: 400;
    margin: 0 0 3px;
}
.related a .title, .related a:hover .title {
    color:#333;
    font-weight:bold;
    font-size: 16px;
}
.related a:hover .title {
    text-decoration: underline;
}
.block-listing {
  margin: 0 auto;
}
@media (min-width: 900px) {
  .block-listing {
    width: 80vw;
    max-width: 860px;
  }
}
.block-listing ul {
  list-style: none;
  margin: 0;
}
@media (min-width: 600px) {
  .block-listing ul {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
}
.block-listing li {
  width: 100%;
  min-width: 100%;
  box-sizing: border-box;
  padding: 0 15px 30px;
}
@media (min-width: 600px) {
  .block-listing li {
    width: 50%;
    min-width: 50%;
  }
}
@media (min-width: 900px) {
  .block-listing li {
    width: 33.333%;
    min-width: 33.333%;
  }
  .block-listing ul {
      margin: 0 -15px;
  }
}
.block-listing img {
  position: absolute;
  left: -999em;
  top:-999em;
}
.block-listing .thumb {
  padding-bottom: 100%;
  background-position: 50% 50%;
  background-color: #ccc;
  background-size: cover;
}
.block-listing a h2 {
  font-size: 1rem;
  color: #333;
  padding: 10px 0 0;
  font-weight:700;
  margin: 0;
}


.series-detail .wrap {
  list-style: none;
}
@media (min-width: 600px) {
  .series-detail .wrap {
    margin: 0 -15px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }

}
.series-detail .image-wrap, .series-detail .desc-wrap {
  width: 100%;
  min-width: 100%;
  box-sizing: border-box;
}
.series-detail .desc-wrap {
  padding: 15px 0;
}

@media (min-width: 600px) {
  .series-detail .image-wrap, .series-detail .desc-wrap {
    width: 50%;
    min-width: 50%;
    padding: 0 15px 60px;
  }
}
.series-detail .image-wrap img, .blog-item .image-wrap img{
  position: absolute;
  left: -999em;
  top:-999em;
}
.series-detail .image-wrap .thumb, .blog-item .image-wrap .thumb {
  padding-bottom: 100%;
  background-position: 50% 50%;
  background-color: #ccc;
  background-size: cover;
}
@media (max-width: 599px) {
    .series-detail .image-wrap .thumb, .blog-item .image-wrap .thumb {
        margin: 0 -15px;
    }
    .series-detail .desc-wrap h1 {
        font-size: 32px;
    }
}

.alist.aframe.navy-list.textlist .blog-item .a-summary {
    grid-column: 2;
    -ms-grid-column: 2;
    grid-row: 1;
    -ms-grid-row: 1;
    padding-right: 0;
}
.blog-item .image-wrap {
    grid-column: 1;
    -ms-grid-column: 1;
    grid-row: 1;
    -ms-grid-row: 1;
    padding-right: 21px;
}
.blog-item .image-wrap .thumb{
    width: 100%;
    margin: 15px 0;
}
@media (max-width: 1024px) {
    .alist.aframe.navy-list.blog-list.textlist .inner {
      -ms-grid-columns: none;
      grid-template-columns: none;
    }
    .alist.aframe.navy-list.textlist .blog-item .a-summary {
        grid-column: 1;
        -ms-grid-column: 1;
    }
    .blog-item .image-wrap {
        display:none;
    }
}
@media (min-width: 1025px) {
    .alist.aframe.navy-list.blog-list.textlist .inner {
      -ms-grid-columns: 20% 80%;
      grid-template-columns: 20% 80%;
    }
}



.navy-basic-listing h1{
    font-size: 24px;
    margin-bottom: 30px;
}
.navy-basic-listing ul {
    list-style:none;
    margin: 0;
}
.navy-basic-listing li {
    margin-bottom:30px;
}
.navy-basic-listing .meta{
    font-size: 18px;
}
.navy-basic-listing a {
    color:#333;
}
.navy-basic-listing h2{
    font-size: 20px;
    font-weight: 700;
}
.navy-basic-listing h1 a{
    color:#333;
}
.navy-basic-listing p{
    line-height: 1.6;
}

/***************** Print View *****************/
.adetail.print {
    line-height: 1.8;
    font-family: "Roboto", "RobotoLocal", sans-serif;
    font-size: 17px;
    font-weight: 400;
    width: 800px;
    margin: auto;
    color:#212529;
}
.adetail.print .print-logo{
    max-width: 200px;
    margin: 30px auto;
    display: block;
}
.adetail.print .featured-image-print{
    float: left;
    margin: 0 30px 30px 0;
    max-width: 40%;
}
.adetail.print h1, .adetail.print h2, .adetail.print h3, .adetail.print h4,.adetail.print h5,.adetail.print h6 {
    font-family: "Roboto Slab", "RobotoSlabLocal", serif;
    font-weight: 700;
    line-height: 1.3em;
    text-align:center;
    color:#333;
}

.adetail.print h1 {
    font-size: 36px;
}

.adetail.print h2 {
    font-size: 24px;
}

.adetail.print h3 {
    font-size: 20px;
    line-height: 1.7em;
}

.adetail.print p {
    line-height: 1.9rem;
    margin: 0 auto 30px;
    font-size: 17px;
    text-align: left;}

.adetail.print .tags li {
    list-style-type: none;
}

.adetail.print ul.tags {
    display: flex;
    flex-wrap: wrap;
}

.adetail.print .tag-title{
    font-size: 20px;
    font-weight: 700;
}

.aprint .date,
.aprint .title {
    text-align: center;
}

.aprint .img-responsive{
    max-width: 500px;
}

.adetail.print .quickfacts {
    margin: 0 0 21px;
}

.adetail.print .media-inline .slickshow {
    max-width: 570px;
    display: flex;
    flex-wrap: wrap;
}

.adetail.print .media-inline.navy2-slideshow {
    display: block;
    font-weight: normal;
    position: relative;
    max-width: 66ch;
    margin: 11px 0;
}

.adetail.print .slide {
    flex: 0 0 50%;
    flex-wrap: wrap;
}

div[id^=faqListing] .pager button.alist-more-button.button-small {
    color: #003b4f;
    background-color: white;
}

div[id^=faqListing] .pager button.alist-more-button.button-small:hover {
    background-color: #003b4f;
    color: white;
}

#navy-icons {
    top:-999em;
}

/*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% - 15px);
  margin: 0 0 30px;
  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 aside 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 aside a:hover {
  text-decoration: underline;
  background: rgba(0, 0, 0, 0.15);
  color: #fff;
}
@media (max-width: 720px) {
  .image-block-callouts aside a {
    padding: 20px;
  }
}

/*edit*/
.image-block-callouts aside + a {
  position: absolute;
  top: 10px;
  right: 10px;
}

/* end image block callouts*/
.adetail .media-inline .caption {
    font-size: 14px;
}
