html {
  margin-top: 0;
}

.grecaptcha-badge { visibility: hidden; }

.header-nav {
  background-color: #fff;
}

@media (min-width: 1024px) {
  .header-nav {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }
}

.navigation_button .hamburger-inner, .navigation_button .hamburger-inner:after, .navigation_button .hamburger-inner:before {
  color: #00699a !important;
  background-color: #00699a !important;
}

@media (min-width: 1024px) {
  .site-container {
    padding-top: 125px;
  }
}

.columns.full-width-column {
  max-width: none !important;
}

.header-container {
  background-color: #fff;
}

.top-tier {
  border-bottom: 1px solid #00a7e0;
  padding-bottom: .25rem;
}

.top-tier .column {
  padding-top: .25rem;
}

.top-tier nav.top-tier-nav {
  height: 30px;
}

.main-nav-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-bottom: 15px;
}

header .header-bar {
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 1024px) {
  header .header-bar {
    padding-bottom: 10px;
  }
}

header .header-bar .brand {
  top: 0;
}

header .header-bar .brand img.primary-logo {
  max-width: 215px;
}

.top-tier nav.top-tier-nav ul li a {
  color: #00a7e0;
  text-transform: uppercase;
  font-weight: 700;
}

.top-tier nav.top-tier-nav ul li.main-cta a {
  background-color: #00a7e0;
  color: #fff;
  font-size: 11px;
  padding: 10px 30px;
  border: 2px solid #00a7e0;
  border-radius: 25px;
  font-family: Open Sans,sans-serif;
  font-weight: 600;
  margin-left: 15px!important;
  margin-right: 0!important;
  padding: 8px 15px!important;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
  position: relative;
  top: -5px;
  text-transform: uppercase;
  display: block;
  z-index: 1000;
}

@media (min-width: 768px) {
  .top-tier nav.top-tier-nav ul li.main-cta a {
    top: 20px;
    font-size: 14px;
  }
}

.top-tier nav.top-tier-nav ul li.main-cta:hover a {
  color: #00a7e0;
  background-color: #fff;
}

.top-tier nav.top-tier-nav ul li a:hover {
  color: #00699a;
}

.menu-item-has-children > a {
  position: relative;
}

@media (min-width: 1024px) {
  .menu-item-has-children > a::after {
    border: solid #00699a;
    border-width: 0 2px 2px 0;
    padding: 4px;
    content: '';
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: 6px;
    right: -20px;
  }

  .menu-item-has-children:hover > a::after {
    top: 12px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
}

header nav.main-nav ul.main-nav li,
header nav.main-nav ul.main-nav li a {
  color: #00699a;
}

header nav.main-nav ul.main-nav li a:hover {
  color: #00a7e0;
}

@media only screen and (max-width: 1408px) {
  header nav.main-nav ul.main-nav li {
    margin: 0 25px;
  }
}

header nav.main-nav ul.main-nav li ul.sub-menu li {
  font-size: 14px;
}

header nav.main-nav ul.main-nav .sub-menu a {
  padding: 10px 5px 10px 10px !important;
}


header nav.main-nav ul.main-nav li.activated a:first-of-type {
  color: #00a7e0 !important;
}

section.hero.homepage-hero {
  background-size: cover;
  background-position: center bottom !important;
  padding-bottom: 60px;
  width: 100%;
}

section.hero.homepage-hero .columns {
  top: 0;
}

section.hero.homepage-hero .columns .hero-content {
  padding-top: 90px;
}

@media (min-width: 768px) {
  section.hero.homepage-hero .columns .hero-content {
    padding-top: 150px;
  }
}

@media (min-width: 1024px) {
  section.hero.homepage-hero .columns .hero-content {
    padding-top: 60px;
  }
}

section.hero.homepage-hero .columns .hero-content .title, section.hero.homepage-hero .columns .hero-content h2 {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 700 !important;
  color: #fff;
}

@media (min-width: 1024px) {
  section.hero.homepage-hero .columns .hero-content .title, section.hero.homepage-hero .columns .hero-content h2 {
    font-size: 58px;
    line-height: 1.3;
  }
}

section.hero.homepage-hero .columns .hero-content p {
  color: #000 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.5;
}

@media (min-width: 1024px) {
  section.hero.homepage-hero .columns .hero-content p {
    padding-right: 250px;
  }
}

.three-col-callout {
  padding-top: 130px;
}

.three-col-callout .btn {
  border-radius: 30px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 10px 30px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  background: #fff;
  border: 1px solid #00609c;
  color: #00609c!important;
  opacity: 1;
  margin-top: 10px;
  z-index: 1000;
  background-color: #fff;
  position: relative;
}

.three-col-callout .btn:hover {
  color: #fff !important;
  background-color: #00a7e0;
}

.three-col-callout-heading {
  color: #00a7e0;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
}

.three-col-callout-exit-heading {
  color: #006394;
  font-size: 28px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
}

.three-col-callout .text-wrap {
  padding-left: 10px;
  padding-right: 25px;
  flex: 1;
}

.three-col-callout .text-wrap h3 {
  color: #000;
  text-transform: uppercase;
  font-size: 22px;
}

.flex-block {
  display: flex;
  align-items: flex-start;
}

.flex-block svg {
  width: 58px;
  padding-top: 10px;
}

.flex-block:hover svg {
  -webkit-animation: bounceRight 2s infinite;
  animation: bounceRight 2s infinite;
}

.home-news-wrap {
  background-color: #fff;
}

.home-news-wrap .img-wrap {
  overflow: hidden;
}

.home-news-wrap .img-wrap img {
  -webkit-transform: scale(1.0);
  -o-transform: scale(1.0);
  transform: scale(1.0);
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.home-news-wrap .img-wrap:hover img {
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.home-news {
  padding-top: 60px;
  padding-bottom: 55px;
  padding-right: 30px;
  background-color: #fff;
}

.home-news .summary {
  margin-bottom: 10px;
}

.home-news .date {
  margin-bottom: 10px;
  color: #9c9c9c;
  font-size: 14px;
  font-style: italic;
}

.home-news a {
  color: #9c9c9c;
}

.home-news a:hover {
  color: #00699a;
}

.home-whitepaper {
  padding-top: 60px;
  padding-left: 30px;
  color: white;
  background-size: cover;
  padding-bottom: 0;
}

.home-whitepaper #gform_wrapper_1 {
  border-top: 1px solid #fff;
  padding-top: 10px;
  display: none;
}

.home-whitepaper #gform_confirmation_wrapper_1 {
  border-top: 1px solid #fff;
  padding-top: 10px;
  font-size: 18px;
  margin-bottom: 20px;
}

.home-whitepaper #gform_confirmation_wrapper_1 a {
  color: #fff;
  text-decoration: underline;
}

.whitepaper-cta {
  font-style: italic;
  font-size: 22px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 10px;
}

.heading-blue-bold {
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 10px;
  color: #006394;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
}

.heading-white-bold {
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
}

.heading-gray-cap {
  text-transform: uppercase;
  color: #9a9a9a;
  font-size: 28px;
  letter-spacing: 1;
  font-weight: 700;
}




.home .bg-blue {
  background-image: url(../dist/images/block-bg.png);
  background-size: cover;
}

.neg-margin {
  margin-bottom: -90px !important;
}

.q-links li .page-sum {
  opacity: 0;
  transition: .3s ease-in-out;
  bottom: -400px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  padding: 0 25px;
}

.q-links li:hover .page-sum {
  opacity: 1;
  bottom: 20px;
}

.quicklinks-block ul.q-links {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
}

.quicklinks-block ul.q-links li {
  display: flex !important;
  height: auto;
  width: 100%;
  -webkit-flex: none;
  margin-bottom: 10px;
}

.quicklinks-block .block-title h1 {
  font-size: 28px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #fff;
}

.quicklinks-block .block-title p {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.quicklinks-block .block-title p a {
  color: #fff;
  text-decoration: underline;
}

@media (min-width: 1024px) {
  .quicklinks-block .block-title p {
    max-width: 650px;
  }
}

@media (min-width: 1024px) {
  .quicklinks-block ul.q-links li {
    width: 25%;
  }
}

.quicklinks-block ul.q-links li .pre-hover {
  transition: height .2s linear;
  opacity: 1;
}

.quicklinks-block ul.q-links li:hover .pre-hover {
  opacity: 0;
}

.quicklinks-block ul.q-links li .shape {
  box-shadow: 0 6px 6px rgba(0,0,0,.15);
  padding-top: 40px;
  padding-bottom: 40px;
  width: 95%;
  position: relative;
}

.quicklinks-block ul.q-links li:hover .shape {
  background-color: #00699a;
  color: #fff;
  transition: .3s ease-in-out;
  min-height: 100%;
}

.quicklinks-block ul.q-links li .page-sum p {
  color: #fff;
}

.quicklinks-block ul.q-links li a .icon-block {

  transition: .3s ease-in-out;
}

.quicklinks-block ul.q-links li a .title {
  font-size: 25px;
  line-height: 1.3;
  font-weight: 700;
}

.quicklinks-block ul.q-links li a .page-sum .title {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 5px;
}

.quicklinks-block ul.q-links li a .page-sum .summary p {
  line-height: 1.5;
}

.quicklinks-block ul.q-links li:hover a .title {
  color: #fff;
}

footer.footer-container .content-links .link-group ul.main-nav {
  margin-bottom: 20px;
}

footer.footer-container .content-links .link-group ul li {
  margin-bottom: 0;
}

footer.footer-container .seo-note {
  margin-bottom: 20px;
}

footer.footer-container .seo-note p {
  padding-bottom: 0;
  line-height: 1.3;
}

footer.footer-container .seo-note a {
  color: hsla(0,0%,100%,.7);
  text-decoration: none;
}

footer.footer-container .seo-note a:hover {
  color: hsla(0,0%,100%,1);
  text-decoration: none;
}

footer.footer-container .content-links .footer-title {
  margin-bottom: 0;
}

footer.footer-container .content-links .footer-title a {
  color: #fff;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

footer.footer-container .content-links .footer-title a:hover {
  color: hsla(0,0%,100%,.7);
}

.social-media ul li a [class*=" icon-"],
.social-media ul li a [class^=icon-] {
  color: #fff;
}

.social-media ul li a:active [class^=icon-],
.social-media ul li a:focus [class^=icon-],
.social-media ul li a:hover [class^=icon-] {
  color: #00a7e0 !important;
}

/* Customer Slider */

section.customer-slidebar {
  padding-bottom: 0;
}

section.customer-slidebar .cont .clients .slide {
  height: auto;
}

section.customer-slidebar .cont .clients .slide .logo-block {
  height: 115px;
}

section.customer-slidebar .cont .clients .slide .logo-block img {
  max-height: 115px;
  opacity: .65;
}

section.customer-slidebar .cont .clients .slide .text-block {
  color: #fff;
  opacity: 0;
}

section.customer-slidebar .cont .clients .slide.slick-current .text-block {
  display: block;
  margin-left: -100px;
  margin-right: -100px;
  margin-top: 30px;
  border-top: 5px solid #fff;
  opacity: 1;
  padding-top: 7px;
}

section.customer-slidebar .cont .clients button.slick-arrow.slick-next {
  right: 0;
}

section.customer-slidebar .cont .clients button.slick-arrow.slick-prev {
  left: 0;
}

section.customer-slidebar .cont .clients .slide.slick-current img {
  opacity: 1;
}

section.customer-slidebar .cont .clients .slide.slick-current .text-block:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  margin-top: 5px;
}

@media (min-width: 600px) {
  section.customer-slidebar .cont .clients .slide.slick-current .text-block {
    opacity: 0;
  }


  section.customer-slidebar .cont .clients .slide.slick-current + div .text-block {
    display: block;
    margin-left: -100px;
    margin-right: -100px;
    margin-top: 30px;
    border-top: 5px solid #fff;
    opacity: 1;
    padding-top: 7px;
  }

  section.customer-slidebar .cont .clients .slide.slick-current + div img {
    opacity: 1;
  }

  section.customer-slidebar .cont .clients .slide.slick-current + div .text-block:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    margin-top: 5px;
  }
}

.home .icon-back-arrow:before {
  content: '\2039';
  font-size: 72px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  position: relative;
}

.home .icon-forward-arrow:before {
  content: "\203A";
  font-size: 72px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  position: relative;
}

.slick-arrow {
  outline: none;
}

.slick-active .text-block {
  padding-left: 150px;
  padding-right: 150px;
}

@media (min-width: 600px) {
  .slick-active .text-block {
    padding-left: 0;
    padding-right: 0;
  }
}


@media (min-width: 1024px) {
  section.customer-slidebar .cont .clients .slide.slick-current + div .text-block,
  section.customer-slidebar .cont .clients .slide.slick-current .text-block {
    opacity: 0;
  }

  section.customer-slidebar .cont .clients .slide.slick-current + div + div .text-block {
    display: block;
    margin-left: -100px;
    margin-right: -100px;
    margin-top: 30px;
    border-top: 5px solid #fff;
    opacity: 1;
    padding-top: 7px;
  }

  section.customer-slidebar .cont .clients .slide.slick-current + div + div img {
    opacity: 1;
  }

  section.customer-slidebar .cont .clients .slide.slick-current + div + div .text-block:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    margin-top: 5px;
  }
}

section.customer-slidebar .cont .clients .slide .text-block .testimonial {
  font-style: italic;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}

section.customer-slidebar .cont .clients .slide .text-block .testimonial-name {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

section.customer-slidebar .cont .clients .slide .text-block .testimonial-title {
  font-style: italic;
  font-size: 14px;
}

section.customer-slidebar {
  background-color: #006394;
  margin-top: -30px;
}

.btn-white,
#gform_submit_button_1 {
  border-radius: 30px;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 20px;
  padding: 10px 30px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  background: #fff;
  color: #00609c;
  opacity: 1;
  appearance: none;
  border: none;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1;
}

.gform_wrapper .gform_footer {
  padding-top: 0;
  margin-top: 0;
}

.btn-white.btn-hover:hover,
#gform_submit_button_1:hover {
  background-color: #00609c;
  color: #fff;
  appearance: none;
  border: none;
  cursor: pointer;
}

/* Layout Builder */

.narrowTextBlock {
  padding-top: 30px;
  padding-bottom: 30px;
}

.narrowTextBlock h2 {
  font-size: 32px;
  line-height: 1.3;
  font-weight: 700;
}

/* right bounce */
@-webkit-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  60% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}
@-moz-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-20px);
  }
  60% {
    transform: translateX(-10px);
  }
}
@keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  60% {
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}
/* /right bounce */