/*WFB COLORS*/

@font-face {
    font-family: "GT America Extended Black";
    src: url("../fonts/GT-America-Extended-Black.woff") format("woff2"), url("./fonts/GT-America-Extended-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "GT America Extended";
    src: url("../fonts/GT-America-Extended-Light.woff2") format("woff2"), url("./fonts/GT-America-Extended-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "GT America Extended Light";
    src: url("../fonts/GT-America-Extended-Light.woff") format("woff2"), url("./fonts/GT-America-Extended-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "GT America Expanded Black";
    src: url("../fonts/GT-America-Expanded-Black.woff") format("woff2"), url("./fonts/GT-America-Extended-Light.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "GT America Expanded";
    src: url("../fonts/GT-America-Expanded-Black.woff2") format("woff2"), url("./fonts/GT-America-Extended-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "GT America Mono Bold";
    src: url("../fonts/GT-America-Mono-Bold.woff2") format("woff2"), url("./fonts/GT-America-Mono-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "GT America Mono";
    src: url("../fonts/GT-America-Mono-Regular.woff2") format("woff2"), url("./fonts/GT-America-Mono-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Sectra";
    src: url("../fonts/GT-Sectra-Fine-Bold.woff2") format("woff2"), url("./fonts/GT-Sectra-Fine-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

:root {
    --gutter-size: 165px;
    --body-size: 1140px;
    --body-color: #161616;
    --main-divider-style: 1px solid hsla(0, 0%, 100%, .2);
}

.global-header-logo {
    padding-left: 0.86em !important;
    height: 100% !important;
}

.global-header-menu {
    padding-right: 0em !important;
    height: 100% !important;
}

.body-line-divider {
    border-bottom: var(--main-divider-style);
}

h1,
.h1,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
.p {
    font-family: "GT America Extended", sans-serif;
}

h2,
.h2,
h3,
.h3 {
    font-family: "Sectra", sans-serif;
}

label {
    font-family: "GT America Mono", sans-serif;
}

h1,
.h1 {
    font-size: 3.125rem;
    line-height: 2.5625rem;
    font-weight: bold;
}

h2,
.h2 {
    font-size: 2.25rem;
    line-height: 2.5625rem;
    font-weight: bold;
}

h3,
.h3 {
    font-size: 1.875rem;
    line-height: 2rem;
    font-weight: bold;
}

h4,
.h4 {
    font-size: 1.3125rem;
    line-height: 1.625rem;
    font-weight: bold;
}

h5,
.h5 {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: bold;
}

h6,
.h6 {
    font-size: 1rem;
    line-height: 1.5rem;
}

.h3-style {
    font-family: Sectra;
    font-size: 2rem;
    line-height: 32px;
}

label,
.label {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 200;
}

p {
    font-size: 1rem;
    line-height: 1.5rem;
}

.no-gutter {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}

.contents {
    margin-bottom: 30px;
}

code,
pre {
    margin: 5rem !important;
    background-color: #ccc;
    padding: 0 3px;
    border-radius: 5px;
}

body {
    background-color: var(--body-color) !important;
    width: inherit;
    overflow-x: hidden !important;
}

.bg-vertical-logo {
    /* border: 1px solid white; */
    background-image: url(../images/CIA-AcroMarque.svg);
    background-repeat: no-repeat;
    background-position: right -13px bottom 5.4rem;
    background-attachment: local;
    background-size: 198px;
}

.body-filler {
    margin-left: auto;
    margin-right: auto;
}

.weak-cipher-message {
	padding: 5rem 0;
}

.body-space {
    margin-left: auto;
    margin-right: auto;
    height: 500px;
	width: var(--body-size);
    color: white;
	background-image: url(../images/vert_lines_desktop.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-color: transparent;
    background-color: var(--body-color) !important;
}

.main-navbar-wrapper-top {
    background-color: #efeff3;
    transition: all 0.5s ease-in-out;
}

.navbar-header {
  border-right: 1px solid #000;
    color: #000;
    display: inline-block;
    height: 100%;
    line-height: 2.5rem;
    padding: 0 .9375rem;
    text-decoration: none;
}

button:focus {
    outline: 1px dotted;
    outline: 0 !important;
}

.hamburger:focus,
.hamburger:active,
.hamburger-icon:focus {
    outline: none;
    box-shadow: none;
}

@media only screen and (max-width: 1350px) {
    .nav-search {
        padding-top: 1.56em !important;
    }
}

@media only screen and (max-width: 1350px) {
    .navbar-vertical-line {
        border: 0 !important;
    }
}

@media only screen and (max-width: 1200px) {
     :root {
        --body-size: 960px;
    }
    .nav-main-menu-brand-motif,
    .main-menu-search-input {
        width: 307px !important;
    }
    .main-menu-list {
        width: 90% !important;
    }
}


/* TRIGGER THESE STYLES IF WIDTH GOES BELOW 991 PIXELS */

@media only screen and (max-width: 991px) {
     :root {
        --body-size: 720px;
    }
    .nav-search {
        border-left: none !important;
        padding-left: 0em !important;
    }
    .nav-search img {
        display: none;
    }
    .navbar-toggler {
        top: -50px;
        position: absolute;
        display: flex;
        right: 0;
        margin-right: 1em;
    }
    .nav-fill .nav-item {
        text-align: start;
        margin-left: 4em;
    }
    .main-menu-careers,
    .main-wrapper-left {
        display: none !important;
    }
    .main-menu-list-item span {
        font-size: 36px !important;
    }
    .main-wrapper-right {
        border-left: none;
    }
    .main-wrapper-mid .middle {
        border-left: none;
    }
    .main-navbar-menu,
    .body-filler-space {
        width: 100% !important;
    }
    .bg-image {
        height: 50% !important;
        width: 183px !important;
        background-position: 0 0% !important;
        right: 0 !important;
    }
    .nav-main-seal {
        display: none;
    }
    .main-menu-search-input {
        /*width: 100% !important;*/
        margin: 0 auto !important;
    }
    .nav-main-menu-brand-motif {
        width: 270px !important;
        height: 547px;
        margin: auto 0 !important;
    }
    .logo-content-only {
        display: inline-flex !important;
    }
    .current span:after {
        width: 32.5px !important;
    }
    .nav-menu-overlay {
        top: 60px !important;
    }
    .bg-vertical-logo {
        background-position: right -13px bottom 19em !important;
    }
    .main-navbar-wrapper {
        height: 63px !important;
    }
    #MainMenuClose {
        top: 1rem !important;
    }
    .main-menu-list {
        width: 85% !important;
    }
    .menu-overlay-contact-us,
    .menu-overlay-report-information {
        margin: 1rem 2rem !important;
    }
}


/* end - @media only screen and (max-width: 991px) */

@media only screen and (max-width: 767px) {
     :root {
        --body-size: calc(100% + 80px);
    }
    .nav-main-menu-brand-motif {
        display: none !important;
    }
    .main-navbar-menu-right {
        display: none !important;
    }
    #MainMenuOpen {
        margin: 0 !important;
    }
    .main-menu-list {
        width: 100% !important;
    }
    .main-menu-search-input {
        width: 100% !important;
    }
    .rep {
        padding: 1rem !important;
    }
    .nav-main-title {
        display: none !important;
    }
    .main-navbar-menu-left {
        border: 0 !important;
    }
    .nav-main-acro {
        display: block !important;
    }
    .bg-vertical-logo {
        background-position: right 0px bottom 68.7em !important;
    }
    .menu-overlay-contact-us,
    .menu-overlay-report-information {
        width: 100% !important;
        margin: 1rem 0 !important;
    }
    .menu-overlay-contact-us-active,
    .menu-overlay-report-information-active {
        width: 105% !important;
    }
    .firstrow {
        height: 8% !important;
    }
    .main-menu-list-container {
        padding-top: 1.5em !important;
    }
	.body-space {
		margin: 5rem 2rem;
		width: 100%;
		padding: 0 2rem 0 0;
		background-image: none;
		height: 350px;
	}
	.weak-cipher-message {
		padding: 0 !important;
	}
}

@media only screen and (max-width: 670px) {
    .main-navbar-menu-left {
        background: linear-gradient(0deg, var(--body-color) 80%, transparent 20%) !important;
    }
    .nav-main-menu-brand-motif {
        width: 94% !important;
    }
    /*
    .main-menu-list {
        margin: 0px 0px !important;
        position: absolute !important;
        top: 80px !important;
    }
*/
    .nav-main-seal {
        display: none !important;
    }
    .current span:after {
        width: 32.5px !important;
    }
    .main-navbar-menu-logo {
        display: block !important;
        padding-left: 1.5em !important;
        padding-top: 1.5em !important;
    }
    /*
    .main-menu-list-wrapper {
        padding-top: 2em !important;
    }
*/
    .main-navbar-menu-left {
        padding: 0 !important;
        border: 0 !important;
    }
}

.goto-wrapper {
    font: 100%/1.45 'GT America Extended Black';
    font-kerning: normal;
    -moz-font-feature-settings: "kern", "liga", "clig", "calt";
    font-feature-settings: "kern", "liga", "clig", "calt";
    max-width: 156px !important;
    height: 40px !important;
    border-right: 1px solid black;
    margin: auto 13px;
    transition: all 0.4s ease-in-out;
    display: grid;
}

.goto-wrapper:hover {
    background-color: #e21a41;
    color: white !important;
    cursor: pointer;
}

.contact-cia.utility-button-wrapper {
    margin-right: 1rem;
}

.nav-utility-buttons .utility-button-wrapper:hover {
    box-shadow: inset 0 -4px #e21a41;
}

.nav-utility-buttons {
    font: 100%/1.45 'GT America Extended Black';
    margin-top:0.5rem;
    text-align:right;
    padding-right:1rem;
    padding-left:0rem;
}

.utility-button {
    display: contents;
    color: black;
    padding-right: 20px;
    font-size: small;
}

.utility-button:hover {
    color:black !important;
}

.navbar-brand {
    z-index: 2;
    position: sticky;
}

.extended {
    width: "88.5%";
}

.main-navbar-utlity {
    height: 50px;
    display: grid !important;
    border-left: solid 1px #161618
}

.main-navbar-utlity-link {
    color: #161618;
    display: contents;
    font-family: "GT America Extended Black", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 900;
    -webkit-text-decoration-color: #ffffff;
    text-decoration-color: #ffffff;
}

.main-navbar-utlity a:hover {
    color: #e21a41;
}

.navbar-toggler-icon {
    border: none;
    color: white;
}

.main-navbar-wrapper {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    transition: all 0.3s ease-out;
    height: 100px;
    padding-top: 0.35em;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--body-color);
    border-bottom: var(--main-divider-style);
    z-index: 999;
}

.navbar-vertical-line {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    height: 100px;
    display: flex;
    max-width: var(--gutter-size);
}

.nav-item-icon-r {
    height: 30px;
    width: 95px;
}

.nav-search {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    margin-left: 0em;
    padding-left: 1rem;
    height: 100%;
    padding-top: 1.9em;
    margin-top: -1.9em;
    padding-bottom: 1.9em;
    margin-bottom: -1.9em;
}

.main-navbar {
    background-color: var(--body-color);
    color: #ffffff;
    font-weight: 800;
    font-family: "GT America Extended Black", sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    z-index: 1;
}

.main-navbar-right-side {
    display: flex;
    justify-content: flex-end;
    color: #ffffff;
    font-family: "GT America Extended Black", sans-serif;
    font-size: 14px;
    line-height: 14px;
    height: inherit;
    text-decoration: none;
    z-index: 1;
}

.main-menu-icon {
    min-width: 42px;
    min-height: 42px;
}

.main-menu-icon span:first-child {
    margin-bottom: 0.5em;
}

.main-menu-careers {
    padding: 13px;
    font-family: "GT America Expanded Black", sans-serif;
    font-size: 14px;
    line-height: 14px;
    position: relative;
    border: 1px solid #e21a41;
    height: 42px;
    right: 0em;
}

.button-effect:hover {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: pointer;
    border-color: #e21a41;
    box-shadow: inset 0 -5px 0 #e21a41;
    transition: color .3s ease-out;
}

.main-navbar a:link {
    color: #ffffff !important;
}

.main-navbar a:hover {
    color: #e21a41 !important;
}

.main-navbar .nav-link {
    color: #ffffff;
    margin-right: 0.8rem !important;
}

.nav-title {
    font-family: "GT America Expanded", sans-serif;
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
    margin-left: -1em;
    min-width: var(--gutter-size);
}

.nav-title-main {
    font-family: "GT America Extended Black", sans-serif;
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
}

#MainMenuClose {
    position: absolute;
    top: 2rem;
    right: 2rem;
    z-index: 1000;
    transition: display 0.3s ease-in !important;
}

#MainMenuCareers,
#MainMenuOpen,
#MainMenuClose:hover {
    cursor: pointer;
}

#MainMenuClose:hover {
    border: 1px solid #e21a41;
}

#MainMenuClose:not(:hover) {
    box-shadow: 0 0 0 1px #e21a41, 0 0 0 3px #e21a4160, 0 0 4px 6px #e21a4160;
    transition: border .4s cubic-bezier(.5, .15, .5, .85), box-shadow .2s cubic-bezier(.5, .15, .5, .85) .2s;
}

.nav-menu-overlay {
    display: none;
    opacity: 0;
    width: 100%;
    height: 140rem;
    position: absolute;
    margin: auto 0;
    top: 5rem;
    z-index: 999;
    transition: all 0.5s ease-in;
    background-color: var(--body-color);
}

.nav-menu-overlay-wrapper {
    width: 100%;
    background-color: var(--body-color);
}

.main-navbar-menu {
    height: inherit;
    background-color: var(--body-color);
    width: var(--body-size);
    margin: 0 auto;
}

.firstrow {
    height: 2%;
    background-color: var(--body-color);
}

@keyframes menu-movement {
    0% {
        opacity: 0;
        left: 2600px;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
        left: 0px;
    }
}

.menu-overlay-contact-us {
    border: 1px solid red;
    font-family: "GT America Expanded Black", Arial;
    font-size: 14px;
    color: white;
    opacity: 0.25;
    display: flex;
    width: max-content;
    height: 40px;
    display: block;
    padding: .8125rem .9375rem;
}

.menu-overlay-report-information {
    opacity: 0.25;
    border: 1px solid red;
    font-family: "GT America Expanded Black", Arial;
    font-size: 14px;
    display: flex;
    width: max-content;
    height: 40px;
    color: white;
    padding: .8125rem .9375rem;
}

.main-navbar-menu-left {
    border-right: 1px solid rgba(50, 50, 50, 1);
    background: linear-gradient(0deg, var(--body-color) 90%, transparent 10%);
    width: 50%;
}

.main-navbar-menu-right {
    background-color: var(--body-color);
    width: 50%;
}

.bg-image {
    position: absolute;
    top: 0;
    height: 100%;
    width: 192px;
    /*border: 1px solid white;*/
    background-image: url(../images/CIA-AcroMarque.svg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    right: -28%;
}

.nav-main-seal {
    margin-right: 1rem;
}

.main-menu-search-input {
    width: 445px;
    height: 62px;
    margin: 0 auto;
    float: none;
    margin-bottom: 7em;
    border-radius: 0;
}

.main-menu-search-input-field {
    background-color: transparent;
    border-color: white;
    border-radius: 0 !important;
    font-family: "GT America Extended Light", sans-serif;
    font-size: 15px !important;
    color: #fff;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.main-menu-search-input-field:hover {
    cursor: text !important;
}

.main-menu-search-input-button {
    background-color: transparent;
    border-left: none;
    border-color: white;
}

.current span:after {
    width: 65px;
    content: '';
    height: 5px !important;
    background-color: #E21A41;
    float: right;
    margin: 0.75em;
    display: inline-block;
    position: absolute;
    right: 0;
}

.current span {
    color: #E21A41;
}

.main-menu-list {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    height: auto;
    width: auto;
}

.main-menu-list-item {
    margin-bottom: 1rem;
    opacity: 0;
    height: 100%;
    margin-top: 0;
    display: flex;
}

.main-menu-list-item span {
    font-family: "GT America Extended Black", sans-serif;
    text-decoration: none;
    font-size: 50px;
    width: fit-content;
    background: linear-gradient(to right, #e21a41 50%, transparent 50%);
    background-size: 201% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}

.main-menu-list-item:not(.current) {
    color: white !important;
}

.main-menu-list-item span:hover {
    cursor: pointer;
    background-position: left bottom;
    color: white !important;
}

.main-menu-list-item.home {
    transition: opacity 0.2s ease-in-out;
}

.main-menu-list-item.careers {
    transition: opacity 0.7s ease-in-out;
}

.main-menu-list-item.about {
    transition: opacity 1.2s ease-in-out;
}

.main-menu-list-item.legacy {
    transition: opacity 1.7s ease-in-out;
}

.main-menu-list-item.stories {
    transition: opacity 2.2s ease-in-out;
}

.main-menu-list-item.resources {
    transition: opacity 2.7s ease-in-out;
}

.nav-main-menu-brand-motif {
    opacity: 0;
    transition: opacity 1.2s ease-in-out;
}

.nav-title-img {
    height: 60px;
    width: 60px;
    margin: 0px 15px 0 30px;
}

.nav-border-left {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    display: contents;
}

.nav-border-right {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    display: contents;
}

.nav-main-logo {
    margin-right: 0.5em;
}

.logo-content-only {
    width: max-content;
    height: 100% !important;
    border-bottom: 6px solid transparent;
    display: flex;
}

.logo-content-only:hover {
    border-bottom: 6px solid #e21a41;
    transition: .5s;
    cursor: pointer;
}

.nav-main-acro {
    display: none;
}

.tg {
    vertical-align: top;
}