.cta-navigation {
   background: #091b29;
   position: fixed;
   top: 54px;
   width: 100%;
   z-index: 15;
}

.cta-navigation .container {
   display: flex;
   align-items: center;
}

.breadcrumbs {
   list-style: none;
   margin: 0;
   width: 50%;
}

.breadcrumbs li {
   display: inline-block;
}

.cta-navigation ul {
   align-items: center;
   display: flex;
   flex-wrap: wrap;
   justify-content: flex-end;
   margin: 0;
   width: 60%;
}

.cta-navigation li {
   padding: 10px 0;
}

.cta-navigation ul a {
   display: block;
   color: #ffffff;
   padding: 5px 20px 5px 0;
   transition: background 0.5s, color 0.5s;
}

.cta-navigation ul a:hover {
   color: #ffe339;
   text-decoration: none;
}

.cta-navigation ul a.cta-navigation-button {
   border: 1px solid #ffe339;
   margin-left: 15px;
   padding: 5px 15px;
}

a.cta-navigation-button:hover {
   background: none;
   color: #ffe339;
}

.cta-navigation ul .feature-link-dropdown {
   padding-left: 0;
}

.feature-link {
   position: relative;
}

.feature-link ul.open {
   display: flex;
}

.feature-link-dropdown:after {
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 8px;
   content: "";
   border-top: 5px solid;
   border-right: 5px solid transparent;
   border-bottom: 0;
   border-left: 5px solid transparent;
   position: relative;
   bottom: 2px;
}

.feature-link ul {
   display: none;
   position: absolute;
   width: 625px;
   background: #1c79b3;
   top: 56px;
   left: -180px;
   justify-content: center;
}

.feature-link ul li {
   padding: 0;
   width: 33.333%;
}

.feature-link ul li a {
   padding: 15px;
}

.feature-link img {
   width: 40px;
}

@media (min-width: 992px) {
   .cta-navigation .container {
      width: 100%;
   }
}

@media (min-width: 1200px) {
   .cta-navigation .container {
      width: 1150px;
   }
}

@media only screen and (max-width: 992px) {

   .cta-navigation .container {
      width: 100%;
   }

   .feature-link {
      position: initial;
   }

   .cta-navigation {
      top: 55px;
   }

   .cta-navigation ul {
      padding-right: 0;
      width: 100%;
   }
   
   .cta-navigation ul.open {
      width: 100%;
      left: 0;
   }

   .cta-navigation {
      display:none;
   }

   .cta-navigation ul li.feature-link {
      display: flex;
   }

   .feature-link ul li {
      display: flex;
   }

   .feature-link ul li a {
      padding: 12px;
   }

   .cta-navigation ul .feature-link-dropdown {
      padding-right: 0;
   }

   .banner-video {
      margin-top: 0;
   }
}

@media only screen and (max-width: 600px) {
   .feature-link ul li {
      width: 50%;
   }
}
.banner-center+.accreditations {
   margin-top: 0;
}

.banner-center {
   background: #131313;
   background-size: cover;
   background-position: center center;
   text-align: center;
   padding: 20px 15px 20px 15px;
   position: relative;
}

.banner-center-content {
   color: #ffffff;
   margin: 0 auto;
   max-width: 900px;
   padding: 40px 15px; 
   position: relative;
   z-index: 1;
}

.banner-center-content h1 {
   color: #46DEFF;
   font-size: 36px;
   line-height: 1.2;
   margin: 0;
}

.banner-center-content p {
   font-size: 19px;
   font-weight: 200;
   margin: 10px auto 0 auto;
   max-width: 750px;
}

.banner-center-content .button-links a {
   background: #1c79b3;
   border: 2px solid #1c79b3;
   border-radius: 4px;
   display: inline-block;
   color: #ffffff;
   margin: 20px 10px;
   padding: 10px 15px;
   transition: border 0.5s;
}

.banner-center-content .button-links a:hover {
   border: 2px solid #ffffff;
   text-decoration: none;
}

.banner-center-content .categories a {
   color: #ffffff;
   display: inline-block;
   padding: 10px 15px;
}

.banner-center .video-link a {
   border: 1px solid #ffe339;
   color: #ffffff;
   font-size: 18px;
   display: inline-block;
   padding: 10px 20px;
   transition: color 0.5s;
   text-decoration: none;
   margin-top: 20px;
}

.banner-center .video-link a:hover {
   color: #ffe339;
}

.banner-center .video-link img {
   width: 30px;
}

.banner-center-overlay {
   background: rgba(9, 27, 41, 0.85);
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
}

@media only screen and (min-width: 768px) {

   .banner-center {
      padding: 40px 15px 40px 15px;
   }

   .banner-center-content .button-links a {
      min-width: 150px;
   }

   .banner-center-content h1 {
      font-size: 45px;
   }

}

@media only screen and (min-width: 992px) {
   .cta-navigation+.banner-center {
      margin-top: 50px;
   }
}
/* sample-project Filter Bar */

.sample-project-filter-options {
   margin: 30px 0 0 0;
   transition: top 0.5s;
}

.sample-project-filter-options-inner {
   border-top: 1px solid #2B9BE0;
   border-bottom: 1px solid #2B9BE0;
   padding: 0 0 22px 0;
}

.sample-project-filter-options span {
   display: block;
   font-size: 16px;
   margin-top: 20px;
}

.sample-project-filter-options input {
   color: #09233c;
   margin: 10px 20px 0 0;
   padding: 10px 20px;
   width: 100%;
}

.sample-project-filter-options ul {
   display: none;
   margin: 0;
}

.sample-project-filter-options .title-divide {
   display: none;
   font-size: 16px;
   margin-top: 20px;
}

.sample-project-filter-options .filter-button {
   background: #061E35;
   border: 1px solid #2B9BE0;
   color: #ffffff;
   cursor: pointer;
   display: block;
   font-size: 16px;
   margin: 10px 20px 0 0;
   padding: 5px 20px;
   transition: background 0.5s;
   width: 100%;
}

.sample-project-filter-options .filter-button:hover {
   background: #2B9BE0;
}

.sample-project-filter-options li.active {
   background: #2B9BE0;
}

/* sample-project Videos */

.sample-projects {
   margin: 40px 0;
}

.sample-projects-filter {
   font-size: 0;
   overflow: hidden;
}

.sample-projects-filter .list {
   display: flex;
   flex-wrap: wrap;
}

.sample-projects-filter .list li {
   display: flex;
   margin-bottom: 20px;
}

.sample-projects-filter .sample-background {
   background: #061E35;
   display: flex;
   flex-direction: column;
   padding: 20px;
}

.sample-projects-filter .pagination li {
   font-size: 16px;
}

.sample-projects-filter .pagination > li > a {
   background-color:rgba(0, 142, 214, 0.4);
   color: #ffffff;
}

.sample-projects-filter .pagination > li > a:hover,
.sample-projects-filter .pagination > li > a:focus  {
   background-color:rgba(0, 142, 214, 0.7);
   color: #ffffff;
}

.sample-projects-filter .pagination > .active > a {
   background-color: #2B9BE0;
   border-color: #ffffff;;
}

.sample-project {
   display: flex;
   padding: 0 15px;
   width: 100%;
}

.sample-project-inner {
   background: #061E35;
   display: flex;
   flex-direction: column;
   margin-bottom: 30px;
   padding: 20px;
}

.sample-projects h3 {
   font-size: 20px;
   letter-spacing: 1.4px;
   line-height: 1.4;
}

.sample-projects h4 {
   color: #ffe339;
   font-size: 16px;
}

.sample-projects hr {
   border: 1px solid #008ed6;
   display: block;
   margin: 10px 0;
}

.sample-projects p {
   font-size: 16px;
}

.sample-projects p span {
   color: #ffe339;
}

.sample-project-buttons {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}

.sample-project p a:hover {
   text-decoration: underline;
}

.sample-project-screenshot {
   position: relative;
}

.sample-project-image-holder {
   height: 200px;
}

.sample-project-image {
   object-fit: fill;
   height: 100%;
   width: 100%;
}

.sample-project-play {
   cursor: pointer;
   position: absolute;
   left: 0;
   right: 0;
   margin: 0 auto;
   top: 50%;
   transform: translateY(-50%);
   width: 50px;
   z-index: 10;
}

.sample-project-screenshot:hover .sample-project-screenshot-overlay {
   background: rgba(0, 142, 214, 0.4)
}

.sample-project-screenshot-overlay {
   background: rgba(0, 0, 0, 0.2);
   cursor: pointer;
   height: 100%;
   position: absolute;
   top: 0;
   transition: background 0.5s;
   width: 100%;
   z-index: 5;
}

.sample-project p {
   font-size: 16px;
}


.no-sample-results {
   display: flex;
   flex-direction: column;
}

.no-sample-results p {
   font-size: 24px;
}

.sample-project .video-button,
.sample-project .read-more-button,
.no-sample-results a {
   background-image: linear-gradient(to right, #1c79b3 0%, #33adc7 51%, #1c79b3 100%);
   background-size: 200% auto;
   color: #ffffff;
   cursor: pointer;
   display: inline-block;
   font-size: 16px;
   padding: 15px;
   margin: 20px 0 0 0;
   transition: background 0.5s;
   text-align: center;
   width: 125px;
}

.sample-project a:hover,
.no-sample-results a:hover {
   background-position: right center;
   text-decoration: none;
}

.sample-download {
   font-size: 14px;
}

@media only screen and (min-width: 768px) {
   .sample-project {
      width: 50%;
   }
}

@media only screen and (min-width: 992px) {

   .sample-project-filter-options ul,
   .sample-project-filter-options .title-divide {
      display: block;
   }

}

@media (min-height: 700) and (min-width: 992px) {
   .sample-project-filter-options .filter-button {
      padding: 10px 20px;
   }
}

@media (min-height: 600px) and (min-width: 1024px) {
   .sample-project-inner {
      min-height: 525px;
   }

   .sample-project-buttons {
      margin-top: auto;
   }

   .sample-project-filter-options {
      margin: 0;
   }
}

@media only screen and (min-width: 1600px) {
   .sample-project {
      width: 33.333%;
   }
}
body.video-popup-open {
    overflow: hidden;
}

.video-popup {
    background: rgba(0, 0, 0, 0.9);
    display: none;
    position: fixed;
    opacity: 1;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
}

.video-popup-inner {
    height: 100%;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.video-popup-transcript {
   color: #ffffff;
   display: inline-block;
   margin-top: 30px;
   border: 2px solid #ffe339;
   padding: 10px 15px;
   transition: background 0.5s, color 0.5s;
}

.video-popup-transcript:hover {
   color: #ffe339;
}

.video-overlay {
    display: none;
    background: #232323;
    opacity: 0.8;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 15;
}

.video-popup-container {
   top: 45%;
   transform: translateY(-45%);
}

.video-popup-container h2 {
   color: #46DEFF;
   font-size: 36px; 
   line-height: 1.4;
   text-align: center;
   margin-bottom: 20px;
}

.video-popup-close {
    cursor: pointer;
    display: none;
    font-size: 50px;
    position: fixed;
    text-align: right;
    transition: color 0.5s;
    top: 50px;
    right: 5%;
    z-index: 999;
}

.video-popup-close:hover {
    color: #008ed6;
}