:root {
    --govexec-pearl: #F1F1F1;
    --govexec-slate: #2E2E3B;
    --govexec-glo: #ff6146;
    --govexec-fog: #d9ceca;
    --govexec-dark: #000000;
}

/* Container types / colors */
.pearl {
    background-color: var(--govexec-pearl);
    color: #000000;
}
.slate {
    background-color: var(--govexec-slate);
    color: #ffffff;
}
.glo {
    background-color: var(--govexec-glo);
    color: #ffffff;
}
.fog {
    background-color: var(--govexec-fog);
    color: #ffffff;
}
.dark {
    background-color: var(--govexec-dark);
    color: #ffffff;
}

.dark hr {
   background-color: var(--govexec-pearl);
}

.slate hr {
   background-color: var(--govexec-pearl);
}



@font-face {
    font-family: 'GT America Mono';
    src: url("/static/fonts/GT-America/GT-America-Mono-Regular.cc8e87329fb6.woff2") format('woff2'),
         url("/static/fonts/GT-America/GT-America-Mono-Regular.325024cd53ef.woff") format('woff'),
         url("/static/fonts/GT-America/GT-America-Mono-Regular.613c07a8edb0.ttf")  format('truetype'),
         url("/static/fonts/GT-America/GT-America-Mono-Regular.f9bdbfbbd151.otf") format("opentype");
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url("/static/fonts/Helvetica-Neue/HelveticaNeueLTProLt/Helvetica-Neue-LT-Pro-Lt.3c75a4757f15.woff2") format('woff2'),
         url("/static/fonts/Helvetica-Neue/HelveticaNeueLTProLt/Helvetica-Neue-LT-Pro-Lt.927c9cb5dd63.woff") format('woff');
}

@font-face {
    font-family: 'Helvetica Neue';
    font-weight: bold;
    src: url("/static/fonts/Helvetica-Neue/HelveticaNeueLTProBd/Helvetica-Neue-LT-Pro-Bd.1a0ba66685be.woff2") format('woff2'),
         url("/static/fonts/Helvetica-Neue/HelveticaNeueLTProBd/Helvetica-Neue-LT-Pro-Bd.19c3a8fa0ce3.woff") format('woff');
}

body, p, h1 {
    font-family: 'GT America Mono', sans-serif;
}

html { 
    overflow-wrap: break-word; 
    max-width : 100%;
}

html, body {
    height: 100%;
}
.content {
    min-height: 100%;
}

.title {
    margin-top: 60px;
    font-weight: 900;
    font-size: 2.8rem;
    line-height: 94.7%;
}

.nav-link {
    font-weight: 500;
}

.nav-cta  {
      color: var(--govexec-glo);
      white-space: nowrap;
  }

.nav-link:hover  {
    color: var(--govexec-fog);
}

@media (min-width: 992px) {
  /* Fix the navbar on desktop to the top of the page.*/
  #fixed-site-nav {
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      z-index: 1030;
  }

  /* If the page has the django cms tool bar present, move the navbar
  down 46 pixels.*/
  body:has(#cms-top) > * > #fixed-site-nav {
     top: 46px;
  }

  /* Move the content down by the approximate height of the navbar.*/
  footer:has(#fixed-site-nav) {
      margin-bottom: 80px;
  }
}

.learn-more-link {
    margin-top: 60px;
    font-size: 1.2px;
    line-height: 28px;
}

a { 
    color: inherit; 
    text-decoration: none;
} 

a:hover {
    color: black;
    text-decoration: underline;
}

/* Drop down nav styling */
.navbar-custom .dropdown-menu {
    background-color: #000000;
}
.dropdown-item {
    color: rgba(255,255,255,.5);
    font-weight: 500;
}
.dropdown-item:hover {
    color: rgba(255,255,255,.7);
}
.dropdown-item:active {
    color: #ffffff;
}
.dropdown-menu > a:hover {
    background-image: none;
    background-color: #000000;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #000000;  
}





.arrow-link:before {
    content: "";
    position: absolute;
    top: 30%;
    right: 15px;
    transform: translateY(-50%);
    height: 16px;
    width: 45px;
}
.arrow-link:hover {
    transition: 0.3s ease;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
}
.arrow-link:hover:before {
    transform: translate(10px, -50%);
}
.arrow-link {
    position: relative;
    padding-right: 68px;
    display: inline-block;
}

.cms-overflow {
    overflow: visible!important;
}

.blockquote {
    position: relative;
    font-size: 1.5rem !important;
    text-align: center !important;
    line-height: 70px;
    font-style: italic;
    margin-top: 100px;

    margin-bottom: 100px !important;
    padding: 5px;
}

@media (min-width: 768px) {
    .blockquote {
        margin-left: 150px;
        margin-right: 150px;
        font-size: 2.5rem !important;
    }
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin: auto;
}

@media (min-width: 768px) {
    .content > .container-fluid {
        padding-right: 120px;
        padding-left: 120px;
    }
}

.page-footer {
    overflow-wrap: break-word;
    max-width: 100%;
}

html {
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    html {
      font-size: 16px;
    }
}


/* Resource card */
.resource-card {
  display:flex;
  flex-direction: column;
  height:100%;
}

.resource-card .resource-title {
  font-family: Helvetica Neue, Roboto, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;

}
.resource-card .resource-description {
  font-family: Helvetica Neue, Roboto, Arial, sans-serif;
  font-size: 18px;

  color:#696969;
  margin-bottom: auto;
}
.resource-card .resource-link {
  color: var(--govexec-glo);
  font: normal normal normal 16px GT America Mono;
  margin-top: auto;
}

.resource-card .mx-auto {
    text-align: center;
}

.resource-card .mr-auto {
    text-align: left;
}

.resource-card .ml-auto {
    text-align: right;
}

/* End resource card */



/* Hero */
.hero-desc {
    font-size: calc(14px + 0.9vw);
}

.hero-container{
    background-size: cover;
    background-position: center;

    position: relative;
    color: white;
}

.hero-short-text{
    font-family: Helvetica Neue, Roboto, Arial, sans-serif;
    font-size: calc(20px + 1.2vw);
    font-weight: bold;
}

/* Can be used outside of the hero.
This adds the orange "tray" around specific spans. */
.emphasis {
    border:7px solid var(--govexec-glo);
    border-top: none;
    padding: 10px 8px 2px;
    line-height: 2;
    white-space: pre;
}

/* Bottom left text */
.hero-bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
}
    
/* Top left text */
.hero-top-left {
    position: absolute;
    top: 0;
    left: 0;
    }
    
/* Top right text */
.hero-top-right {
    position: absolute;
    top: 0;
    right: 0;
}
    
/* Bottom right text */
.hero-bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
}


/* Middle left text */
.hero-middle-left {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
}

/* Middle left text */
.hero-middle-right {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
}


/* Centered text */
.hero-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hero-box-width {
    max-width: 700px;
}
/* End Hero */



/* SubHeader */
.subheader-header1 {
    font-family: GT America Mono; 
    font-size: 16px; 
    letter-spacing: 2px; 
    font-color: #000;
}

.subheader-header2 {
    font-size: 30px; 
    font-color: #000; 
    font-family: Helvetica Neue, Roboto, Arial, sans-serif;
    font-weight: bold;
}
/* End SubHeader */



/* Showcase */

.showcase-anchor {
    font: normal normal normal 16px/23px GT America Mono;
    color: #EB6C56;
}
@media (min-width: 1400px){
    .showcase-title-container{
        padding: 6rem;
    }
}

.showcase-title {
    font-family: GT America Mono;
    font-size: 16px;
    letter-spacing: 2px;
}

.showcase-desc {
    font-family: Helvetica Neue, Roboto, Arial, sans-serif;
    font-weight: bold;
    font-size: 24px;
}

.showcase-image {
    height: 100%; 
    width: 100%; 
    object-fit: contain;
}

/* End Showcase */



/* Responsive Image */
.responsive-img {
    width: 100%;
}
/* End Responsive Image */



/* Custom Footer */
.page-footer .navbar-nav .dropdown-menu {
    position: absolute;
}

.page-footer .navbar {
    display: block;
}

.page-footer .nav-link {
    font-size: 0.8rem;
    padding: 0.2rem 1rem;
}

.privacy-link img {
    width: 30px;
    height: 30px;
}

.privacy-link {
    text-align: center;
}

button.nav-link  {
    color: inherit;
    background: inherit;
    border: inherit;
}

button.nav-link:hover  {
    color: var(--govexec-fog);
    cursor: pointer;
}
/* End Custom Footer */

/*Section Header*/

.html-section-header {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 5px;
}
.html-section-header iframe {
    width: 100%
}

@media screen and (max-width: 400px) {
    .html-section-header{
        margin: 0 3rem !important;
    }
}

/*End Section Header*/



/* NavBar Custom */
@media screen and (max-width: 1275px) and (min-width: 992px) {
    .small-font {
        font-size: 14px;
    }

    .dynamic-padding {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}

@media screen and (min-width: 1276px) {
    .dynamic-padding {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

/* End NavBar Custom */

/*This should be in bootstrap but for some reason isnt included in our bootstrap file.*/
/*Long term fix should be to get the correct bootstrap in but that may be more of a team decision*/

@media (max-width: 576px){
    .offset-sm-0 {
        margin-left: 0;
    }
}

.medium-font {
    font-size: 17px;
}

.grey-font {
    color: #8d8d8d;
}

/* Video Styles */

.frame-video {
    position: relative;
    margin-right: auto;
    margin-left: auto;
}
/* Setting the iframe to occupy the full height and width of the youtube-video */
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.align-left {
    display: block;
    margin-right: auto;
}

.align-left + figcaption {
    text-align: left;
}

.align-right {
    display: block;
    margin-left: auto;
}

.align-right + figcaption {
    text-align: right;
}

.align-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.align-center + figcaption {
    text-align: center;
}


/*Sponsor Grid*/
.sponsor-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* gap: 20px; */
    gap:1px;  /* Make this the same width as the sponsor-cell outline*/
    padding: 20px;
    max-width: 1100px;
    margin-left:auto;
    margin-right:auto;
}

.sponsor-cell {
    outline: 1px solid #ccc;
    overflow: hidden; /* To contain the image within the div */
    position: relative; /* Needed for the hover effect */
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}


@media (max-width: 576px){
    .sponsor-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sponsor-grid-float-left {
    float: left;
        text-align: left;
}

    .sponsor-grid-float-right {
        float: right;
    }

}



.sponsor-cell-hover:hover {
    background-color: #ccc;
}

.sponsor-cell a{
    width:100%;
}

.sponsor-cell img {
    max-width: 85%;
    max-height: 85%;

    margin-left: auto;
    margin-right: auto;
    display: block;
}

.link-text {
    text-align: center;
    padding: 20px;
    color: #FF6146;
}

.link-text a {
    display: inline-flex;
}


@media (min-width: 992px) {


  .dotty-div {
    border-top: 13px solid var(--govexec-glo);
    position: relative;
  }

  .dotty-div > .row {
    padding-left: 200px;
  }

  .dotty-div:before {
    content: "";
    position: absolute;
    width: 98px;
    height: 100%;
    background-size: 30px 20px; /* Size of each circle and the gap */
    background-position: 0px 0px, 15px 10px; /* Position of the circles in each row */
  }

  .dotty-div.pearl:before{
      background-image: radial-gradient(circle, var(--govexec-slate) 30%, transparent 33%), /* First row */
                        radial-gradient(circle, var(--govexec-slate)  30%, transparent 33%);
  }


  .dotty-div.slate:before{
      background-image: radial-gradient(circle, var(--govexec-pearl) 30%, transparent 33%), /* First row */
                        radial-gradient(circle, var(--govexec-pearl)  30%, transparent 33%);
  }
}


.cta-button {
    border-style: solid;
    border-width: 2px;
    text-align: center;
}

.cta-button-link {
    font-weight: bold;
    border-width: 2px;
}

.cta-button-link:hover {
    text-decoration: none;
}

.cta-button-link.outline-glo {
    color: var(--govexec-glo);
    border-color: var(--govexec-glo);
}

.cta-button-link.outline-glo > .cta-button-link {
  color: var(--govexec-glo);
  text-decoration-color: var(--govexec-glo);
}


.cta-button-link.outline-slate {
    color: var(--govexec-slate);
    border-color: var(--govexec-slate);
}

.cta-button-link.outline-slate > .cta-button-link {
  color: var(--govexec-slate);
  text-decoration-color: var(--govexec-slate);
}


.cta-button-link.outline-pearl {
    color: var(--govexec-pearl);
    border-color: var(--govexec-pearl);
}

.cta-button-link.outline-pearl > .cta-button-link {
  color: var(--govexec-pearl);
  text-decoration-color: var(--govexec-pearl);
}


.cta-button-link.solid-glo {
    color: var(--govexec-pearl);
    border-color: var(--govexec-glo);
    background-color: var(--govexec-glo);
}

.cta-button-link.solid-glo > .cta-button-link {
  color: var(--govexec-glo);
  text-decoration-color: var(--govexec-glo);
}


.cta-button-link.solid-slate {
    color: var(--govexec-pearl);
    border-color: var(--govexec-slate);
    background-color: var(--govexec-slate);
}

.cta-button-link.solid-slate > .cta-button-link {
  color: var(--govexec-pearl);
  text-decoration-color: var(--govexec-slate);
}


.cta-button-link.solid-pearl {
    color: var(--govexec-slate);
    border-color: var(--govexec-pearl);
    background-color: var(--govexec-pearl);
}

.cta-button-link.solid-pearl > .cta-button-link {
  color: var(--govexec-slate);
  text-decoration-color: var(--govexec-pearl);
}

.cta-card{
  background-color: var(--govexec-pearl);
}

.cta-subtitle {
    padding-top: 0;
}

.cta-title{
    font-family: Helvetica Neue, Roboto, Arial, sans-serif;
    font-weight: bolder;
}

.cta-button-link-container > a {
    /*font-family: Helvetica Neue, Roboto, Arial, sans-serif;*/
    border-color: var(--govexec-glo);
    padding: 10px;
    margin-right: 10px;
}

@media screen and (min-width: 992px) {
    .cta-button-link-container > a{
        border-style: solid;
    }
}


.cta-button-link-container {
    margin-top: 10px;
    display:block;
    text-align: right;
}


.sf-form-header{
    font-family: Helvetica Neue, Roboto, Arial, sans-serif;
}

.sf-form {
    font-family: Helvetica Neue, Roboto, Arial, sans-serif;
}

.sf-form p {
    font-family: Helvetica Neue, Roboto, Arial, sans-serif;
}

.sf-form input {
    width: 100%;
}

.sf-form input[type="email"] {
    width: 100%;
    min-height: 40px;
}

.sf-form input[type="text"] {
    width: 100%;
    min-height: 40px;
}

.sf-form select{
    width: 100%;
    min-height: 40px;
}

.sf-form label.required::after {
    content: ' *';
    color: red;
}
