.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;
   }
}
.peripherals {
   padding: 40px 0 50px 0;
}

.peripheral-title {
   background: #0a3361;
   cursor: pointer;
   margin-top: 10px;
   padding: 20px;
   transition: background 0.5s;
}

.peripheral-title:hover {
   background: #132B42;
}

.peripheral-title h2 {
   font-size: 18px;
   letter-spacing: 1px;
   line-height: 1.4;
}

.peripheral-title img {
   margin-right: 10px;
}

.peripheral-content {
   background: #022e5f;
   padding: 40px;
   display: none;
}

@media only screen and (min-width: 768px) {
   .peripheral-title h2 {
      display: inline-block;
   }
}