@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;400&display=swap');

/* Leadership Table */

.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	display: table-cell;
	padding: 3px 10px;
}

.position-role-Admiralty {
    font-family: Oswald;
    text-transform: uppercase;
    padding: 0px;
    margin: 0px;
    line-height: 0em;
}

.position-role-Support {
    font-family: Oswald;
    text-transform: uppercase;
    padding-left: 20px;
	font-weight:200;
    margin: 0px;
    line-height: 0em;
}

.leadership-role {
	margin-bottom: 1em;
}

.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

/* Awards */
.award-archive {
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px;
}
  
.award-level {
    display: table-row;
}
  
.award-reason {
	padding-bottom: 30px;
}


.award-item {
    display: table-row;
    vertical-align: top;
    width: 50%;
}
  
.award-image {
    display: table-cell;
    width: 150px;
    padding-right: 10px;
}
  
.award-thumbnail {
    max-width: 100%;
    height: auto;
}

.award-featured-image {
	display: flex;
    justify-content: center; 
    align-items: center;
}

.award-page-title {
	text-align:center;
	margin-bottom:20px;
}

.award-archive-header {
	text-transform: uppercase;
}

.award-level-2 {
	padding-bottom:10px;
}

.award-info {
	padding-bottom:20px;
}

.award-date {
	font-style:italic;
	font-size:11px;
}

.award-level-group {
	text-transform: uppercase;
	font-weight:bold;
}

.award-level-description {
	text-transform: uppercase;
	font-weight:bold;
}
  
.award-details {
    display: table-cell;
    padding-left: 10px;
}
  
.award-title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 0;
}
  
.award-introduction {
    margin-bottom: 0;
}

/* Sims */
.sim-url-button {
    text-align: center;
	padding-bottom: 20px;
	padding-top:10px;
	line-height:3em;
}

.sim-url-button a {
    background: #C0D6ED;
    padding: 8px 40px;
    border-radius: 5px;
    text-transform: uppercase;
	font-family: 'Work Sans',sans-serif;
	color: #000000;
}

.sim-url-button a:hover {
    background: #ffb200;
}

.sim-thumbnail {
	text-align: center;
}

.tf-thumbnail {
	text-align: center;
}

.tf-thumbnail img {
	max-height:200px;
	width:auto;
}

.sim-title {
	text-align: center;
}

h2.sim-display {
	background-color: #dfebf7;
}

.report-bold {
	font-weight: bold;
	text-transform: uppercase;
}

/* Fleet Year */

.fleet-year {
	font-family: 'Oswald',sans-serif;
	font-size:30pt;
}

.fleet-year-label {
	font-size:10pt;
	text-align:center;
	padding:0px;
}

.fleet-year-box {
	text-align:center;
	line-height:1;
}

/* Task Forces */

.task-force-image {

}

.task-force-title a {

}

.task-force-co {
	text-align:center;
	font-size:13px;
	line-height:1;
}

.task-force-count {
	text-align:center;
	font-size:13px;
}

.task-force-sims {
	list-style-type: none;
	text-align:center;
	margin:0px;
	padding-bottom:30px;
	padding-top:20px;
	font-family:'Work Sans',sans-serif;
	text-transform:uppercase;
	font-size:18px;
}

.task-force-name {
	font-style: italic;
	font-size: 14pt;
	text-align: center;
}

.task-force-details {
	text-align: center;
}

.tf-sim-name {
	text-align:center;
	text-transform:uppercase;
}

.sim-current-mission {
	text-align:center;
	margin-bottom:0.25em;
}

.sim-item-2 {
	display:table;
	width:100%;
	padding:10px;
	padding-bottom:30px;
}

.sim-item-2-row {
	display:table-row;
	grid-template-columns: repeat(4, 1fr);
	padding:15px;
	margin-bottom:15px;
}

.sim-item-2-button-row {
	display:table-row;
	grid-template-columns: repeat(2, 1fr);
}

.sim-item-2-column {
	display:table-column;
	float:left;
	width:22%;
	padding:4px;
	height:45px;
	margin:2px;
}

.sim-item {
	line-height:1;
	text-align:center;
}

.sim-item-label {
	font-family:'Work Sans',sans-serif;
	font-size:11px;
	text-transform:uppercase;
	color:#121212;
}

.sim-item-detail {
	font-size:15px;
	font-family:'Oswald',sans-serif;
}