html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}

html {
  scroll-behavior: smooth;
}

body, p, .p {
    line-height: 1.875rem;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }

.navbar {
    background-color: transparent;
    z-index: 500;
    position: fixed;
    color: #ffffff;
    padding: 1rem 2rem;
}

.navbar a {
    color: #ffffff;
}

.navbar .dropdown-menu a {
    color: #2d8acb;
}

.ham {
  width: 35px;
  height: 3px;
  background-color: #ffffff;
  margin: 6px 0;
}

.navbar-nav .nav-link {
  padding-top: .75rem;
  padding-bottom: 1rem;
  margin-right: 1.25rem;
  font-size: 1em;
    font-weight: 600;
  color: #ffffff;
}

.navbar-nav .nav-link:hover {
  color: #2d8acb;
    text-decoration: underline;
}

.lh-100 { line-height: 1; }
.lh-125 { line-height: 1.25; }
.lh-150 { line-height: 1.5; }

.cta-a {
    color: #ffffff;
}

.logo {
    margin-right: 25px;
}

.nav-download {
    margin-left: 15px;
}

.video-container {
    padding: 25px;
    border: solid 5px #2d8acb;
    box-shadow: 0.25em 0.1em 1em rgba(0,0,0,.15);
    background: #fdfbfb;
    background-image: linear-gradient(to top, #dfe9f3 0%, white 100%);
}

.box-shadow {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
}

/** cutom buttons **/
.btn-a {
    color: #ffffff;
    border: solid 2px #ffffff;
    border-radius: 10px;
    font-weight: 600;
}

.btn-a:hover {
    color: #ffffff;
    border: solid 2px #2d8acb;
    background-color: #2d8acb;
}

.btn-b {
    color: #2d8acb;
    border: solid 2px #2d8acb;
    border-radius: 10px;
    font-weight: 600;
    background-color: transparent;
}

.btn-b:hover {
    color: #ffffff;
    border: solid 2px #2d8acb;
    background-color: #2d8acb;
}
/** custom buttons **/

/** home hero **/
.home-hero {
    background-color: #000000;
    min-height: 600px;
    height: 100vh!important;
    width: 100%!important;
    position: relative;
    padding-top: 62px;
    overflow: hidden;
    color: #ffffff;
}

.home-hero .hero-a {
    font-size: 4em;
    font-weight: 700;
    line-height: 4rem;
}

.home-hero .hero-b {
    font-family: 'Raleway', sans-serif;
    font-size: 32px;
    font-weight: 400;
}

.home-hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.home-hero .container-fluid {
  position: relative;
  z-index: 2;
}

.home-hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.65;
  z-index: 1;
}

.home-hero .hero-play {
    background-image: url(../images/play-button.png);
    width: 149px;
    height: 150px;
    display: inline-block;
    cursor: pointer;
}

.home-hero .hero-play:hover {
    background-image: url(../images/play-button-hover.png);
    width: 149px;
    height: 150px;
    display: inline-block;
    cursor: pointer;
}

/** home hero **/

/** about **/
.home-about {
    background: #fdfbfb;
    background-image: linear-gradient(to top, #dfe9f3 0%, white 100%);
}

.home-about .title h2 {
    color: #2d8acb;
    font-weight: 600;
}

.home-about .title h1 {
    color: #4c525c;
    font-weight: 300;
    border-bottom: dashed 2px #2d8acb;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: inline-block;
}

.home-about-cta {
    background-color: #4c525c;
    border-top: solid 5px #2d8acb;
    box-shadow: 0.25em 0.1em 1em rgba(0,0,0,.15);
    padding: 35px;
    color: #dfe9f3;
}

.home-about-cta h2 {
    color: #ffffff;
    font-weight: 600;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: dashed 2px #2d8acb;
}
/** about **/

/** home features **/
.features .title h3 {
    color: #2d8acb;
    font-weight: 600;
    font-size: 2rem;
}

.features .title h2 {
    color: #4c525c;
    font-weight: 300;
    font-size: 2.5rem;
        border-bottom: dashed 2px #2d8acb;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: inline-block;
}
.feature {
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: #ffffff 10px solid;
}

.feature-alt {
    background-image: linear-gradient(240deg, #fdfbfb 0%, #ebedee 100%);
}


.feature h2 {
    color: #2d8acb;
    font-size: 2.5em;
    font-weight: 300;
        border-bottom: dashed 2px #4c525c;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: inline-block;
}
/** /home features **/

/** pricing **/
.pricing .title h3 {
    color: #2d8acb;
    font-weight: 600;
    font-size: 2rem;
}

.pricing .title h2 {
    color: #4c525c;
    font-weight: 300;
    font-size: 2.5rem;
        border-bottom: dashed 2px #2d8acb;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: inline-block;
}
/** /pricing **/

/** footer contact **/
.footer-contact {
    background: #ffffff;
}

.footer-contact .title h2 {
    color: #4c525c;
    font-size: 2.5em;
    font-weight: 300;
    border-bottom: dashed 2px #2d8acb;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: inline-block;
}

.footer-contact .content p {
    color: #333333;
    font-weight: 500;
}

.footer-form {
    background-color: #ffffff;
    box-shadow: 0.25em 0.25em 2em rgba(0,0,0,.05);
}

/** /footer contact **/

/** footer **/
footer {
    background: #fdfbfb;
    background-image: linear-gradient(to top, #dfe9f3 0%, white 100%);
}

.gl-f-logo {
    width: 15rem;
}

.footer .content p {
    color: #4c525c;
    font-weight: 500;
}

.footer a {
    color: #2d8acb;
}

.footer a:hover {
    color: #2d8acb;
}
/** footer **/

/* SINGLE POST */

.post {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #ffffff;
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}

.post .title-wrap {
    margin-bottom: 35px;
    text-align: center;
}
.post .content h2 {
    position: relative;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 15px;
}

.post .content h2:after{
    content: "";
    display: block;
    width: 15%;
    background-color: #005079;
    height:3px;
    margin-top: 15px;
}

.post .title-wrap .post-sub {
    margin:0;
    margin-top:0px;
    display: inline-block;
    border-bottom: solid 5px #005079;
    padding-bottom: 15px;
    font-size:14px;
}

.post .article {
    background: transparent;
    margin-bottom: 35px;
}

.post .article  .title {
    margin-bottom: 0px;
    padding-top: 0px;
}

.archive .article {
    background-color: transparent;
    box-shadow: 0 0.4rem 0.8rem -0.1rem rgba(0,32,128,.1), 0 0 0 1px rgba(255,255,255,0.15);
    margin-bottom: 50px;
    border-left: 3px solid #005079;
    background: #ffffff;
    padding:25px 25px 25px 25px;
}

.archive .article .title-wrap .title:after {
    margin-left: 0px;
    margin-right: none;
}

.prev-next {
    background-image: url(../images/bg-b.png);
    color: #ffffff;
    padding:20px;
    margin-bottom: 35px;
    border-bottom: 3px solid #005079;
    font-size: 16px;
    box-shadow: 0 0.4rem 0.8rem -0.1rem rgba(0,32,128,.1), 0 0 0 1px rgba(255,255,255,0.15);
}

.prev-next a:hover {
    color: #ffffff;
}
/* /SINGLE POST STYLES */

/* SINGLE PAGE */

.page {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: transparent;
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}

.page .content h2 {
    position: relative;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 15px;
}

.page .content h2:after{
    content: "";
    display: block;
    width: 15%;
    background-color: #005079;
    height:3px;
    margin-top: 15px;
}

.page .title-wrap {
    margin-bottom: 35px;
    text-align: center;
}

.page .title-wrap .title {
    color: #4c525c;
    font-weight: 300;
    font-size: 2.5rem;
    border-bottom: dashed 2px #2d8acb;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: inline-block;
}

.page .article {
    background: transparent;
    margin-bottom: 35px;
}

.page .article  .title {
    margin-bottom: 0px;
    padding-top: 0px;
}
/* /SINGLE PAGE STYLES */

/* SIDEBAR */
.sidebar-item {
    background-color: #FFFFFF;
    box-shadow: 0 0.4rem 0.8rem -0.1rem rgba(0,32,128,.1), 0 0 0 1px rgba(255,255,255,0.15);
    padding:20px;
    margin-bottom: 50px;
    border-left: 3px solid #005079;
    text-align: center;
}

.sidebar-title {
    margin-top:0px;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
    color:#324b64;
    border-bottom: 3px solid #005079;
    display: inline-block;
    padding-bottom: 10px;
}

.sidebar-content {
    font-size:16px;
}

.sidebar-item .list-group-item {
    color: #324b64;
    font-weight: 400;
    border:none;
    margin-bottom: 0px;
    border-radius: 0px;
    border-bottom: 2px solid #ffffff;
    padding: 10px 0px 10px 0px;
    text-align: left;
}

.sidebar-item .list-group-item:hover, .sidebar-item .list-group-item.active {
    background-color: #ffffff;
    color: #005079;
    border-bottom: 2px solid #005079;
}
/* /SIDEBAR */


/** scroll chevron **/
.scroll-container {
  width: 24px;
  height: 24px;
}

.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.scroll-text {
  display: block;
  font-weight: 600;
  margin-top: 35px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .25;
  animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}

@keyframes gradient-a {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
/** scroll chevron **/

.nf-form-fields-required {
    display: none;
}

.nf-form-content {max-width:1500px !important;}

.breadcrumbs {
    padding: 15px;
    font-weight: bold;
}

