g *,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  list-style-type: none;
}

header {
  position: absolute;
  background: transparent;
  display: block;
  width: 100%;
  z-index: 2;
  margin-top: 3rem;
}

span.brand_green {
  color: #81D947;
}

.logo_container{
  display:block;
  float: left;
  width:195px;
  height: 49px;
  background-image: url(/wp-content/themes/nightowls/tempimgs/logo_white.png);
  background-size: 100% auto;
  background-position: center center;
  background-repeat:no-repeat;
}

header nav.top .menu-main-menu-container {
  margin-left: auto;
}

header nav.top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header nav.top ul li.menu-item a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 0.8rem 2rem;
  margin:0 1rem;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header nav.top ul li.menu-item a:hover {
  color: #01D1F5;
}

.post-type-archive .hamburger-inner,
.post-type-archive .hamburger-inner:after,
.post-type-archive .hamburger-inner:before,
.page-template-t-contact .hamburger-inner,
.page-template-t-contact .hamburger-inner:after,
.page-template-t-contact .hamburger-inner:before
{
  background-color: #150038;
}
.post-type-archive .hamburger.is-active .hamburger-inner,
.post-type-archive .hamburger.is-active .hamburger-inner:after,
.post-type-archive .hamburger.is-active .hamburger-inner:before,
.page-template-t-contact .hamburger.is-active .hamburger-inner,
.page-template-t-contact .hamburger.is-active .hamburger-inner:after,
.page-template-t-contact .hamburger.is-active .hamburger-inner:before
{
  background-color: #150038;
}
.post-type-archive header nav.top ul li.menu-item a,
.page-template-t-contact header nav.top ul li.menu-item a {
  color: #150038;
}
.post-type-archive .logo_container,
.page-template-t-contact .logo_container{
  background-image: url(/wp-content/themes/nightowls/tempimgs/logo_dark.png);
}

.news-template-default .logo_container {
  background-image: url(/wp-content/themes/nightowls/tempimgs/logo_white_w.png);
}


#homepage_hero_bg {
  background-image: url(/wp-content/uploads/2019/09/homepage-graphic-hero_rev-03_New.png);
  background-color: #150038;
}


header nav.top ul li.menu-item:last-child {
  margin-left: 3rem;
}



header nav.top ul li.menu-item:last-child a {
  border: 1px solid #fff;
  transition: all 0.3s ease;
}

.post-type-archive header nav.top ul li.menu-item:last-child a,
.page-template-t-contact header nav.top ul li.menu-item:last-child a {
  border: 1px solid #150038;
}


header nav.top ul li.menu-item:last-child a:hover {
  color: #fff;
  border: 1px solid #01D1F5;
  background-color: #01D1F5;
}

.post-type-archive header nav.top ul li.menu-item:last-child,
.page-template-t-contact header nav.top ul li.menu-item:last-child {
  border-color:#150038;
}



header nav.top .logo {
  width: 17rem;
}

footer {
  background-color: #150038;
  color: #fff;
  padding: 8rem 0;
}

footer a {
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 2;
}

footer a:hover {
  color: #01D1F5;
}

footer a.highlight {
  color: #01D1F5;
}

footer nav {
  display:block;
  float: left;
}
footer nav ul,
footer nav li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width:100%;
}

footer .navs_container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

footer .navs_container nav {
  margin-right: 0rem;
  width: 30%;
}

footer .navs_container .social {
  float: none;
}
footer .navs_container .social .icons_container svg g {
  transition: all 0.3s ease;
}
footer .navs_container .social .icons_container svg g:hover {
  fill: #01D1F5;
}

footer .navs_container .social a {
  margin-right: 1rem;
}

footer .navs_container .social p {
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0rem;
  margin-bottom: 1rem;
}
.copyright {
  text-align: left;
  display:block;
  float: left;
  width:100%;
}
footer p.copy {
  margin: 9rem 0rem 3rem 0rem;
  font-size: 1.6rem;
  font-weight: 400;
}

footer p.copy a {
  text-decoration: underline;
  font-size: 1.4rem;
}

ul.footer-nav {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2;
}

.single-news ul {
  list-style-type: disc;
}
.single-news ul li {
  font-size: 1.3rem;
}



.btn {
  font-weight: 600;
  letter-spacing: 0.05em;
}
.btn {
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1.2rem 4.6rem;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  margin: 2rem 0rem;
  font-size: 1.3rem;
  color:#ffffff;
}

.btn:hover {
  -webkit-transform: translateY(-0.3rem);
          transform: translateY(-0.3rem);
}

.btn:active {
  -webkit-transform: translateY(-0.1rem);
          transform: translateY(-0.1rem);
}

.btn-primary {
  background-color: #01D1F5;
  color: #fff;
}

.btn-primary:hover {
  background-color: #01a6c2;
}

.btn-highlight {
  background-color: #150038;
  color: #fff;
}

.btn-fade {
  background-color: rgba(21, 0, 56, 0.1);
  color: #fff;
}
.hero,
.hero_home,
.hero_news {
  padding-top:70px;
  min-height: 85vh;
  background-size: cover;
  background-position: center;
}
.hero_home {
  background-image: -webkit-gradient(linear, right top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url(../tempimgs/home_hero.png);
  background-image: linear-gradient(to left bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(../tempimgs/home_hero.png);
  background-size: cover;
  background-position: top;
  color: #fff;
}

.hero_home .hero-content h1 {
  font-size: 3.8rem;
  line-height: 1.2em;
  margin: 1.5rem 0rem;
}

.hero_home .hero-content p {
  font-size: 1.4rem;
  letter-spacing: .05rem;
  margin: 1.5rem 0rem;
  line-height: 1.4;
}

.hero-content {
  display:block;
  width:45%;
  max-width:695px;
  margin-top:20vh;

}






.hero .hero-content .hero-tab .tab-body .article-title {
  width: 75%;
}


.hero .hero-content .hero-tab .tab-body .article-content {
  margin-top: 3rem;
}
.hero-content h1 {
  margin: 0;
  font-size: 3.8rem;
  line-height: 1.2em;
}
.hero-content .tab-title h1 {
  font-size: 1.5rem;
  font-weight: 600;
}
.hero-content p {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.6em;
}

section.partners h1 {
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: .1rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5rem;
  color: #150038;
}

section.partners .partner_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.partners .partner_container .partner {
  margin: 0rem 3rem;
}

section.partners .partner_container .partner img {
  width: 8rem;
}
section.solutions.solution {
  height: 100vh;
  position: relative;
  padding: 0;
}
section.solutions_home .solution {
  background-color: #01D1F5;
  height: 100vh;
  padding: 0;
  position: relative;
}

section.solutions_home .solution h1 {
  color: #000;
  text-transform: uppercase;
  font-size: 1.6rem;
}

.solutionheader {
  max-width: 1380px;
  margin: 0 auto;
  width: 100%;
  float: none;
}
#solutionheader {
  font-size: 2rem;
  color: #150038;
  margin-top: 5rem;
}

h1.fixed {
  position: fixed;
  top: 5%;
  left: 6%;
}



section.solutions_home ul.solutions,
section.solutions_home ul.solutions li {
  margin: 0;
  padding: 0;
}
section.solutions_home ul.solutions li {
  padding: 2em 0;
}
section.solutions_home ul.solutions li a {
  text-decoration: none;
  font-size: 4.5rem;
  font-weight: 800;
  color: rgba(21, 0, 56, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

section.solutions_home ul.solutions li a.active {
  color: #fff;
}

section.solutions_home ul.solutions li a:hover {
  color: #fff;
}

section.solutions_home ul.solutions li a.highlight {
  color: #fff;
}


section.solutions .solution.white .content {
  color: #000;
}

section.solutions .solution.white .content h2.slide-title {
  color: #01D1F5;
}

section.solutions {
  background-color: #01D1F5;
  transition: all 1s linear;
}
section.solutions.white {
  background-color: #ffffff;
}
section.solutions.green {
  background-color: #81D947;
}
section.solutions .solution .content h1 {
  color: #000;
  text-transform: uppercase;
  font-size: 1.6rem;
}

section.solutions .solution .content h2.slide-title {
  color: #fff;
  margin-top: 12rem;
  font-size: 6rem;
}
section.solutions .solution.green h2,
section.solutions .solution.blue h2 {
  color:#fff;
}

section.solutions .solution .content p.slide-content {
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  margin-top: 2rem;
  width: 46rem;
  line-height: 2.5rem;
}

section.solutions .solution .content-animation {
  position: relative;
}


.our-partners h1 {
  color: #01D1F5;
  font-size: 3rem;
  width: 50%;
  margin: 0rem auto;
  line-height: 4.6rem;
}



.team-members h1 {
  text-align: center;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #150038;
}

.team-members .team-members-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2rem 6rem;
}

.team-members .team-members-container .team-member-card {
  padding: 2rem;
}

.team-members .team-members-container .team-member-card .member-photo img {
  width: 100%;
}

.team-members .team-members-container .team-member-card .member-info h1 {
  text-align: left;
}

.team-members .team-members-container .team-member-card .member-info h2 {
  font-weight: 200;
}

.our-partners h1 {
  color: #01D1F5;
  font-size: 3rem;
  width: 50%;
  margin: 0rem auto;
  line-height: 4.6rem;
}


.team-members h1 {
  text-align: center;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #150038;
}

.team-members .team-members-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2rem 10rem;
}



.team-members .team-members-container .team-member-card .member-photo img {
  width: 100%;
}

.team-members .team-members-container .team-member-card .member-info h1 {
  text-align: left;
}

.team-members .team-members-container .team-member-card .member-info h2 {
  font-weight: 200;
}
.team-members .team-members-container .team-member-card .member-info p {
  font-size: 1.6rem;
  color: #150038;
  margin: 0;
}
.partnershipof {
  padding: 5rem 0rem;
}

.partnershipof h1 {
  text-align: center;
  text-transform: uppercase;
  color: #150038;
  font-size: 1.7rem;
  font-weight: 600;
}

.partnershipof .partnerships-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 3rem 0rem;
  width: 100%;
}

.partnershipof .partnerships-container .partnership {
  width: 25%;
}

.partnershipof .partnerships-container .partnership img {
  display: block;
  margin: auto;
  width: 70%;
}

.bottomsliders .sliders-container .slider {
  width:100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.owl-stage-outer {
  width:100%;
  overflow: hidden;
}
.bottomsliders .sliders-container .slider .slider-tab {
  position: absolute;
  background-color: #fff;
  top: 50%;
  left:50%;
  width: 50%;
  transform: translate(0%,-50%);
  padding: 3rem 5rem;
  max-width:695px;
}

.bottomsliders .sliders-container .slider .slider-tab h1 {
  font-size: 3.6rem;
  color: #150038;
  line-height: 5rem;
}

.bottomsliders .sliders-container .slider .slider-tab h2 {
  margin: 2rem 0rem;
  font-weight: 200;
  line-height: 2.5rem;
}


.content-container {
  width: 40%;
}

.promo-container .content-container h1 {
  color: #01D1F5;
  font-size: 3rem;
}
.content-container h4 {
  margin-bottom: 1em;
}
.content-container h2 {
  margin-top:0;
}
.image-container {
  position: absolute;
  top:50%;
  right:50%;
  transform: translateY(-50%);
}
.image-container.float-right {
  right:auto;
  left:50%;
}
.our-values {
  padding: 5rem 15rem;
  background-color: #eee;
}

.our-values .values-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.our-values .values-container .value-card {
  text-align: center;
  padding: 2rem;
}
.our-values .values-container .value-card.hidden {
  visibility: hidden;
}

.our-values .values-container .value-card .value-img{
   width:100%;
   height: 150px;
   background-size: auto 100%;
   background-repeat: no-repeat;
   background-position: center;
}
.our-values .values-container .value-card .value-cnt {
  display: inline-table;
  float: none;
  max-width:240px;
  clear: both;
}
.hero_contact,
.hero_news {
  background-color: #eee;
  min-height: auto;
}

.hero_news .hero-content {
  width:100%;
  padding: 0;
  max-width:100%!important;
  position: relative;
  padding-right: 50%;
  margin-bottom: 50px;
  margin-top: 5vh;
}

.hero_news .hero-content .hero-tab {
  width:100%;
  background-color: #fff;
  color: #150038;
}
.hero_news .hero-content .hero-tab .news-hero-tab {
  display:block;
  float:left;
  width:100%;
  padding: 5rem 8rem 6rem 8rem;
}

.hero_news .hero-content .hero-tab .news-hero-tab h2 {
  font-size: 2rem;
  text-transform: uppercase;
  color: #150038;
  font-weight: 600;
}


.hero_news .hero-content .hero-tab h1 {
  font-size: 3.6rem;
}

.hero_news .hero-content .hero-tab p {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-weight: 400;
  margin: 1rem 0rem;
}

.hero_news .hero-content .hero-img {
  width: 50%;
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:50%;
  background-size:cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero_news .hero-content .hero-img img {
  width: 100%;
  height: auto;
}

.news {
  padding: 5rem 2rem;
  text-align: center;
}

.news h1 {
  font-size: 3rem;
  color: #01D1F5;
}

.news .news-container .news-card {
  padding: 20px;
}
.news .news-container .news-card .news-thumbnail {
  width:100%;
  height:20vw;
  max-height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.news .news-container .news-card .news-excerpt {
  display:block;
  float: left;
  background: #eeeeee;
  padding: 30px;
  text-align: left;
  min-height: 270px;
}
.news .news-container .news-card .news-excerpt h4 {
color:#01D1F5;
margin: 0;
font-size: 1.3rem;
}
.news .news-container .news-card .news-excerpt h3 {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0.6em 0;
}
.news .news-container .news-card .news-excerpt {
  color: #150038;
}

.news .news-container .news-card .news-excerpt .news-text-container p {
  font-size: 1.5rem;
  margin: 0rem;
}

body {
  font-family: Helvetica;
}

.partner.center {
  float: none;
  width: 100px;
  margin: 0px auto;
}

.filter_tab_container {
  margin: 6rem 0rem;
  float: none;
}
.filter_dropdown_container {
  display: none;
}

.filter_tab {
  margin-top: -1px;
  margin-left: -1px;
  display: flex;
  justify-content: center;
}

.filter_tab .filter {
  display: inline;
  padding: 0.5rem 7rem;
  background-color: #eee;
  margin-left: -1px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2rem;
  cursor: pointer;
  color: #999;
  margin: 0rem 0.1rem;
}

.filter_tab .filter.active {
  background-color: #150038;
  color: #fff;
}

.news-card.hidden {
  display: none;
}

.single-news-hero {
  background-color: #01D1F5;
  height: 45vh;
  text-align: center;
}

.single-news-hero.generalinfo {
  background-color: #150038;
}

.single-news-hero h2 {
  color: #150038;
  font-size: 1.8rem;
  text-transform: uppercase;
}
.single-news-hero h1 {
  color: #fff;
  font-size: 3.6rem;
  max-width: 590px;
  margin: 0px auto;
  line-height: 1.1;
}

.single-news-hero h3 {
  font-weight: 500;
  font-size: 1.4rem;
}

.single-news-hero h3 span {
  text-decoration: underline;
}


.container.single-news {
  max-width: 800px;
  padding: 5rem 2rem;
}

section.section.content-section.single-news-hero {
  padding: 11rem 0rem 2rem 0rem;
  min-height: 420px;
}

.container.single-news img {
  width: 100%;
  height: auto;
}

a.nav {
  display: block;
  font-weight: 600;
  font-size: 1.6rem;
  text-decoration: none;
  margin: 4rem 0px;
  color: #150038;
}
.news .container.related-news .news-container .news-card .news-excerpt h3 {
  color: #01D1F5;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0.2em 0;
  text-align: left;
  padding: 10px 0px;
}

.container.related-news h3 {
  text-align: left;
  font-size: 2rem;
  padding-left: 30px;
  margin: 3rem 0rem 1rem 0rem;
  color: #150038;
}

.news .container.related-news .news-container .news-card .news-excerpt h4 {
  color: #150038;
  font-size: 1.4rem;

}

.social-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  float: none;
}

.social-icons .icon {
  float: none;
  margin: 0rem 1rem;
}
.social-icons .icon svg g {
  transition: all 0.3s ease;
}
.social-icons .icon svg g:hover {
  fill: #150038;
}

.owl-nav {
  display: none;
}
/* basically not using at this point */
/* .owl-nav .owl-prev,
.owl-nav .owl-next {
    position: absolute;
    top:50%;
    transform: translateY(-50%);
}
.owl-nav .owl-prev {
  left:1%;
}
.owl-nav .owl-next {
  right:1%;
} */

@media(min-width:1281px) {
  .hero-content {
    width: 50%;
  }
}

@media(max-width:1280px){
  .hero-content {
    width: 65%;
  }
  .home .hero.video-hero .hero-content.video-hero-content {
    width: 58%;
  }
}

@media(max-width:980px){

}

@media(max-width:760px){
  .single-news-hero {
    height: 85vh;
  }
  .hero-content {
    width:100%;
  }
  .home .hero.video-hero .hero-content.video-hero-content {
    width: 100%;
  }
  .hero .container {
    padding: 0;
  }
  .container .hero-content {
    padding: 0;
  }

  footer .navs_container .social {
    order: -1;
    width: 100%;
    text-align: center;
  }

  footer .navs_container .social .icons_container {
    float: none;
    margin: 3rem 0rem;
  }

  footer .navs_container .social .icons_container a {
    margin: 0rem 1rem;
  }

  footer .navs_container nav {
    margin-right: 0rem;
    width: 50%;
  }
}

section.video-hero {
  height: 85vh;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
}

.hero-content.video-hero-content {
  color: #fff;
  padding: 0rem 2rem;
  margin-top: 20vh;
}
.vimeo-wrapper {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: -1;
   pointer-events: none;
   overflow: hidden;
}
.vimeo-wrapper iframe {
   width: 100vw;
   height: 45vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 100vh;
   min-width: 233.33vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

.page-template-default article {
  /* video fade in with dark blue background */
  background-color: #150038;
}

.home .hero.video-hero .hero-content.video-hero-content {
  display: block; 
}

.home .hero.video-hero .hero-content.video-hero-content h1 {
  font-size: 5rem;
}

.home .hero.video-hero .hero-content.video-hero-content p {
  font-size: 1.7rem;
  line-height: 1.6em;
  width: 80%;
  letter-spacing: 0.16rem;
  margin: 2rem 0rem;
}

.home .hero.video-hero .hero-content.video-hero-content.hidden {
  display: none;
}


/* hero box animation */
.tab-title {
  background-color: #01D1F5;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.15rem;
  /* below for animation */
  width: 0;
  padding: 0rem;
  color: rgba(255, 255, 255, 0);
  transition: width 0.5s ease, padding 1s ease, color 2s ease;
}
.tab-title.animatedin {
  width: auto;
  padding: 1.3rem 4rem 1.3rem 4rem;
  color: rgba(255, 255, 255, 1);
}


.tab-body {
  background-color: #fff;
  clear: left;
  opacity: 0;
  /* below for animation */
  padding: 0rem;
  width: 100%;
  color: rgba(21, 0, 56, 0);
  transition: opacity 1s ease, padding 1s ease, color 2.5s ease;
}

.tab-body.animatedin {
  padding: 3rem 4rem 4rem 4rem;
  color: rgba(21, 0, 56, 1);
  opacity: 1;
}

#section3 .content-animation svg {
  width: 120%;
}


#skipvideo {
  position: absolute;
  bottom: 6%;
}

#skipvideo.hidden {
  display: none;
}

.page-template-t-generalinfo .single-news-hero {
  height: 15vh;
}

.section.partners.content-section {
  background-color: #fff;
}

.post-type-archive-news section.news .news-container {
  float: none;
}