/*************************************************************************/
/***************************** SCREEN CSS ********************************/
/*************************************************************************/
/************     	  International Docking Standard         *************/
/*************************************************************************/
/*************************************************************************/
/*************************************************************************/

* {
    box-sizing: border-box;
}
html, body, div, img {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: "Public Sans", sans-serif;
    vertical-align: baseline;
}
body {
    line-height: 1;
}

.idss-bold {
    font-weight: 600;
}

.idss-bold.super {
    font-weight: 900;
}

.hide {
    display: none;
    visibility: hidden;
}

.clear {
    display: block;
    clear: both;
}

p, td, label {
    color: #333333;
    font-size: 0.9em;
    margin: 0;
    padding: 0 0 1em 0;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a[href^="http"]::after,
a[href^="https://"]::after {
    content: "";
    width: 11px;
    height: 11px;
    margin-left: 4px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z'/%3E%3Cpath fill-rule='evenodd' d='M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}

.footer a[href^="http"]::after,
.footer a[href^="https://"]::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z'/%3E%3Cpath fill-rule='evenodd' d='M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z'/%3E%3C/svg%3E");
}

.footer .logos a[href^="http"]::after,
.footer .logos a[href^="https://"]::after {
    background-image: none;
}

td p {
    color: #333333;
    font-size: 1em;
    margin: 0;
    padding: 0 0 1em 0;
}

ul {
    margin-left: 20px;
    padding: 0 0 20px 0;
}

.content li, .textArea li li {
    color: #333333;
    font-size: 0.75em;
    margin: 0;
    padding: 0 0 0 0;
}

label {
    font-size: 1em
}

img {
    border: 0;
}

h1 {
    color: #000000;
    font-size: 2.2em;
}

h2 {
    color: #000000;
    font-weight: bold;
    font-size: 1.5em;
    margin: 0;
    padding: 20px 0 10px 0;
}

h3, td h3 {
    color: #333333;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0;
    padding: 0 0 10px 0;
}

h3 a {
    color: #000000;
    text-decoration: underline;
    font-size: 0.8em;
}

h3 a:hover {
    text-decoration: none;
}

h4 {
    color: #666666;
    font-weight: bold;
    font-style: italic;
    font-size: 1em;
}

h5 {
    font-size: 0.9em;
    margin: 0;
    padding: 5px 0 5px 0;
    color: #333333;
}

.blue {
    color: #171796;
}

.textArea li li {
    color: #333333;
    font-size: 1em;
}

.small {
    font-size: 0.8em;
}

.greybox {
    background: #EDEDED;
    margin: 15px;
    padding: 10px;
}

.greybox p {
    margin: 0;
    padding: 0;
}

.tm {
    position: absolute;
    font-size: 0.5em;
    margin: 0;
    padding: 0;
}

.error {
    color: #FF0000;
    font-weight: bold;
}

div.image {
    padding: 10px;
    border: 1px solid #CCC;
    width: 200px;
    overflow: hidden;
    color: #666;
    font-size: 10px;
}

.left {
    float: left;
    margin: 0 10px 10px 0;
}

.right {
    float: right;
    margin: 0 0 10px 10px;
}

span.clear {
    clear: both;
}

/**********************************************************************/
/**********************************************************************/
/**********************************************************************/
/***************** Main Content tags for site *************************/
/**********************************************************************/
/**********************************************************************/
/**********************************************************************/

.page {
    margin-left: auto;
    margin-right: auto;
}

header h1 {
    margin: 10px 0;
}

header h1 .international {
    font-weight: normal;
    font-style: italic;
}

header h1 a {
    color: black;
    font-size: 24px;
}

header h1 a:hover {
    text-decoration: none;
}

/* tabs
*************************/

ul.tabs {
    display: table;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

ul.tabs li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

.menu {
    width: 100%;
    height: 40px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #FFFFFF;
}

.menu ul {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    list-style: none;
    justify-content: space-between;
    z-index: 1;
}

.menu ul li {
    display: block;
    width: auto;
}

.menu ul.tabs li a {
    display: block;
    color: black;
    padding: 10px 20px 6px 20px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    width: auto;
    background: transparent;
    height: 40px;
}

.menu ul li a img {
    vertical-align: middle;
}

.menu ul li a:hover {
    background: #531AD51A;
    border-bottom: 8px solid #531AD5;
}

.menu ul li a.active {
    border-bottom: 8px solid #531AD5;
}

.menu ul li a span {
    display: block;
    text-align: center;

}

.menu ul li a.long span {
    padding: 7px 20px;
    height: 26px;
}

/*
						Main Content Area Tags
/**********************************************************************/

.fixedWidthContainer {
    width: 1060px;
    margin: 0 auto;
}

.fullWidthContainer {
    width: 100%;
}

.header {
    height: 300px;
    background-color: black;
    background-image: url('../images/footer.png');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.header .breadcrumb {
    color: white;
    padding-top: 40px;
}

.header .breadcrumb a {
    color: white;
    cursor: pointer;
}

.header .title {
    color: white;
    position: absolute;
    bottom: 22px;
}

.container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}

.scrollingBanner {
    background-color: black;
    color: white;
    margin-bottom: 80px;
}

.scrollingBanner .container {
    width: 1060px;
    margin: 0 auto;
}

.scrollingBanner .text {
    flex-grow: 1;
    word-break: break-word;
}

.bannerTitle {
    font-size: 48px;
    padding: 1rem;
}

.bannerTitle .international {
    font-weight: normal;
    font-style: italic;
}

.scrollingBanner .text .bannerSubtext {
    font-size: 14px;
    margin-bottom: 25px;
}

.scrollingBanner .text .bannerCTAButton {
    margin: 10% 10% 2.5% 10%;
    padding: 1rem;
    background-color: #531AD5;
    color: white;
    border-radius: 5px;
    align-content: space-around;
    display: block;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}

.scrollingBanner .text .bannerCTAButton:hover {
    text-decoration: none;
    background-color: #4616b5;
}

.revisions {
    margin-left: 5rem;
}

.revisionList {
    list-style-type: none;
}

li.revisionItem {
    text-decoration: none;
    padding-bottom: .5rem;
    color: #dcdcdc;
}

li.revisionItem:hover {

}

li.revisionItem a {
    color: #dcdcdc;
}

.bannerCTAButton .buttonHeader {
    padding-bottom: 1rem;
    font-size: 28px;
}

.scrollingBanner .pics {
    display: flex;
    justify-content: center;
    flex-grow: 1;
    max-width: 480px;
}

.scrollingBanner .pics img {
    max-width: 480px;
}

.learnMore {
    margin-bottom: 80px;
}

.learnMore .text {
    float: left;
    max-width: 550px;
    flex-grow: 1;
}

.learnMore .text .rotatorTitle {
    font-size: 32px;
}

.learnMore .text .rotatorDivider {
    width: 400px;
    margin: 25px 0;
}

.learnMore .text .rotatorDivider img {
    width: 400px;
}

.learnMore .text .rotatorSubtext {
    font-size: 16px;
}

.rotator {
    display: flex;
    align-items: center;
    gap: 30px;
}

.missions {
    list-style-type: upper-alpha;
}

.missions .mission {
    padding-bottom: 1rem;
    font-size: 16px;
}

.learnMore .text .bannerCTAButton {
    width: 178px;
    height: 45px;
    font-size: 18px;
    color: #531AD5;
    border: 1px solid #531AD5;
    border-radius: 5px;
    justify-content: center;
    align-content: space-around;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.learnMore .pics {
    float: right;
    flex-grow: 1;
    width: 500px;
}

.learnMore .pics img {
    max-width: 500px;
}

.tiles {

}

.tiles .tile {
    flex-grow: 1;
}

.partners {
    justify-content: space-around;
    margin-bottom: 80px;
}

.partners .title {
    width: 330px;
    flex-grow: 0;
    font-size: 32px;
    word-wrap: break-word;
    gap: 75px;
}

.partners .title img {
    width: 270px;
    margin-top: 20px;
}

.partners .logos {
    width: 380px;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

img.idss {
    max-height: 425px;
    padding: 40px 0;
}

/*
				  Subpage Area
/**********************************************************************/

.subpageContent {
    margin-top: 40px;
    margin-bottom: 40px;
}

.subpageContent .item {
    margin-top: 20px;
}

.subpageContent h3 {
    margin-bottom: 10px;
}

.subpageContent li {
    margin: 10px 0;
}

.subpageContent li + div {
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/*
				  File Page Area
/**********************************************************************/

.filePage {
    margin-top: 40px;
}

.filePage .sectional {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    padding-bottom: 40px;
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 40px;
}

.filePage .titleCol {
    width: 170px;
}

.filePage .titleCol  h2 {
    padding: 0;
}

.filePage .titleCol .divider {
    width: 50px;
    margin-top: 30px;
    border: 2px solid #531AD5;
}

.filePage .contentCol {
    max-width: 890px;
}

.filePage .contentCol .fileTiles {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    margin-top: 32px;
}

.filePage .fileTiles .fileTile {
    width: 275px;
    height: 275px;
    padding: 16px;
    border: 2px solid #EBEBEB;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
}

.filePage .fileTiles .fileTile .icon img {
    width: 50px;
    height: 55px;
}

.filePage .fileTiles .fileTile .title {
    margin-top: 25px;
    font-weight: bold;
}

.filePage .fileTiles .fileTile .text {
    margin-top: 12px;
    height: 48px;
    overflow: hidden;
}

.filePage .fileTiles .fileTile .link {
    margin-top: 32px;
    width: 100%;
    height: 40px;
    border: 1px solid #707070;
    border-radius: 4px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    align-items: center;
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.filePage .gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-around;
    align-items: center;
    gap: 10px;
}

.filePage .gallery img {
    border: 1px solid #00000014;
}

/*
                      Footer and Copyright Area
    /**********************************************************************/
/**********************************************************************/

.footer {
    display: block;
    width: 100%;
    height: 280px;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    background-color: black;
    flex-direction: column;
    justify-content: center;
    background-image: url('../images/footer.png');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer .menu {
    border: none;
    background-color: black;
    padding-left: 20px;
    padding-right: 20px;
}

ul.footerTabs.tabs li a {
    color: #ffffff;
}

.footerTag {
    display: block;
    position: relative;
    padding: 1rem;
    height: 100%;
    box-sizing: border-box;
    margin-top: -40px;
}

.footerTag .footerTitle {
    text-align: right;
    color: #ffffff;
    font-size: 22px;
}

.footerTag .footerTagline {
    text-align: right;
    color: #ffffff;
    font-weight: normal;
}

.footerTag .footerTagline a {
    color: #ffffff;
}

.footer .footerContact {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 1rem;
}

.footer .logos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: absolute;
    bottom: 0;
    padding: 1rem;
}

.footer .logos img {
    max-height: 75px;
}