/*
Theme Name: YoungCreative
Theme URI: stephenjayyoung.com
Author: Stephen Young
Author URI: stephenjayyoung.com
Description: Theme for Sundberg Nicks WordPress Site
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: youngcreative
Tags: youngcreative
*/

@import url("https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css");
.animation {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: hidden;
}
.animation-2 {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  animation-delay: 0.25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: hidden;
}
.animation-3 {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: hidden;
}
.animation-4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  animation-delay: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: hidden;
}
.animation-5 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  animation-delay: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: hidden;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  visibility: visible;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  visibility: visible;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translateY(45%);
    transform: translateY(45%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translateY(45%);
    transform: translateY(45%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp2 {
  visibility: visible;
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}
.wrap {
  max-width: 68rem;
  margin: 0 auto;
  box-sizing: border-box;
}
.wrap.narrow {
  max-width: 56.5rem;
}
.wrap.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
.wrap-wider.container {
  max-width: 107rem;
  margin: 0 auto;
  box-sizing: border-box;
}
.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0 -0.75rem;
}
.row.vertical {
  flex-direction: column;
  height: 100%;
}
.row.vertical [class^="col"] {
  max-width: 100% !important;
}
.row + .row {
  margin-top: 1.5rem;
}
.row.flex-cols [class^="col"] {
  display: flex;
}
.row.vcenter {
  align-items: center;
}
.row.hcenter {
  justify-content: center;
  text-align: center;
}
[class^="col"] {
  box-sizing: border-box;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  max-width: 100%;
  flex: 0 0 auto;
}
.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}
.box {
  flex-grow: 1;
}
.col-xs-1 {
  flex-basis: 11.11111111%;
  max-width: 11.11111111%;
}
.col-xs-2 {
  flex-basis: 22.22222222%;
  max-width: 22.22222222%;
}
.col-xs-3 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
.col-xs-4 {
  flex-basis: 44.44444444%;
  max-width: 44.44444444%;
}
.col-xs-5 {
  flex-basis: 55.55555556%;
  max-width: 55.55555556%;
}
.col-xs-6 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}
.col-xs-7 {
  flex-basis: 77.77777778%;
  max-width: 77.77777778%;
}
.col-xs-8 {
  flex-basis: 88.88888889%;
  max-width: 88.88888889%;
}
.col-xs-9 {
  flex-basis: 100%;
  max-width: 100%;
}
.col-xs-offset-1 {
  margin-left: 11.11111111%;
}
.col-xs-offset-2 {
  margin-left: 22.22222222%;
}
.col-xs-offset-3 {
  margin-left: 33.33333333%;
}
.col-xs-offset-4 {
  margin-left: 44.44444444%;
}
.col-xs-offset-5 {
  margin-left: 55.55555556%;
}
.col-xs-offset-6 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 77.77777778%;
}
.col-xs-offset-8 {
  margin-left: 88.88888889%;
}
.col-xs-half {
  flex-basis: 50%;
  max-width: 50%;
}
@media only screen and (min-width: 48rem) {
  [class^="col-sm-"] {
    box-sizing: border-box;
    flex: 0 0 auto;
  }
  .col-sm-1 {
    flex-basis: 11.11111111%;
    max-width: 11.11111111%;
  }
  .col-sm-2 {
    flex-basis: 22.22222222%;
    max-width: 22.22222222%;
  }
  .col-sm-3 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-4 {
    flex-basis: 44.44444444%;
    max-width: 44.44444444%;
  }
  .col-sm-5 {
    flex-basis: 55.55555556%;
    max-width: 55.55555556%;
  }
  .col-sm-6 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-7 {
    flex-basis: 77.77777778%;
    max-width: 77.77777778%;
  }
  .col-sm-8 {
    flex-basis: 88.88888889%;
    max-width: 88.88888889%;
  }
  .col-sm-9 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 11.11111111%;
  }
  .col-sm-offset-2 {
    margin-left: 22.22222222%;
  }
  .col-sm-offset-3 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-4 {
    margin-left: 44.44444444%;
  }
  .col-sm-offset-5 {
    margin-left: 55.55555556%;
  }
  .col-sm-offset-6 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 77.77777778%;
  }
  .col-sm-offset-8 {
    margin-left: 88.88888889%;
  }
  .col-sm-half {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-fourth {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-fifth {
    flex-basis: 20%;
    max-width: 20%;
  }
  .row-sm {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 -0.75rem;
  }
}
@media only screen and (min-width: 57.5rem) {
  [class^="col-md-"] {
    box-sizing: border-box;
    flex: 0 0 auto;
  }
  .col-md-1 {
    flex-basis: 11.11111111%;
    max-width: 11.11111111%;
  }
  .col-md-2 {
    flex-basis: 22.22222222%;
    max-width: 22.22222222%;
  }
  .col-md-3 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-4 {
    flex-basis: 44.44444444%;
    max-width: 44.44444444%;
  }
  .col-md-5 {
    flex-basis: 55.55555556%;
    max-width: 55.55555556%;
  }
  .col-md-6 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-7 {
    flex-basis: 77.77777778%;
    max-width: 77.77777778%;
  }
  .col-md-8 {
    flex-basis: 88.88888889%;
    max-width: 88.88888889%;
  }
  .col-md-9 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 11.11111111%;
  }
  .col-md-offset-2 {
    margin-left: 22.22222222%;
  }
  .col-md-offset-3 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-4 {
    margin-left: 44.44444444%;
  }
  .col-md-offset-5 {
    margin-left: 55.55555556%;
  }
  .col-md-offset-6 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 77.77777778%;
  }
  .col-md-offset-8 {
    margin-left: 88.88888889%;
  }
  .col-md-half,
  .col-sm-half {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-fourth,
  .col-sm-fourth {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-fifth,
  .col-sm-fifth {
    flex-basis: 20%;
    max-width: 20%;
  }
  .row-md {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 -0.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  [class^="col-lg-"] {
    box-sizing: border-box;
    flex: 0 0 auto;
  }
  .col-lg-1 {
    flex-basis: 11.11111111%;
    max-width: 11.11111111%;
  }
  .col-lg-2 {
    flex-basis: 22.22222222%;
    max-width: 22.22222222%;
  }
  .col-lg-3 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-4 {
    flex-basis: 44.44444444%;
    max-width: 44.44444444%;
  }
  .col-lg-5 {
    flex-basis: 55.55555556%;
    max-width: 55.55555556%;
  }
  .col-lg-6 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-7 {
    flex-basis: 77.77777778%;
    max-width: 77.77777778%;
  }
  .col-lg-8 {
    flex-basis: 88.88888889%;
    max-width: 88.88888889%;
  }
  .col-lg-9 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 11.11111111%;
  }
  .col-lg-offset-2 {
    margin-left: 22.22222222%;
  }
  .col-lg-offset-3 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-4 {
    margin-left: 44.44444444%;
  }
  .col-lg-offset-5 {
    margin-left: 55.55555556%;
  }
  .col-lg-offset-6 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 77.77777778%;
  }
  .col-lg-offset-8 {
    margin-left: 88.88888889%;
  }
  .col-lg-half,
  .col-md-half,
  .col-sm-half {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-fourth,
  .col-md-fourth,
  .col-sm-fourth {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-fifth,
  .col-md-fifth,
  .col-sm-fifth {
    flex-basis: 20%;
    max-width: 20%;
  }
  .row-lg {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 -0.75rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .col-xs {
    flex-basis: auto;
  }
}
#leadin-new {
  margin-top: 0;
  margin-bottom: 4rem;
}
#leadin-new .home-header {
  padding: 9rem 0 4.5rem 0;
  background: #000;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 768px) {
  #leadin-new .home-header {
    min-height: 612px;
  }
}
@media only screen and (max-width: 768px) {
  #leadin-new .home-header {
    padding: 6rem 0 4.5rem 0;
  }
}
#leadin-new .home-header h1 {
  /*
                    @media only screen and (min-width: 768px){
                        .animation;
                        .fadeInUp2;

                    }*/
  font-family: 'futura';
  font-size: 4.15rem;
  color: #1F2C34;
}
#leadin-new .home-header h1 .top-text {
  display: block;
  margin-bottom: 1.5rem;
}
#leadin-new .home-header h1 .chaos-color {
  color: #FF3364;
}
#leadin-new .home-header h1 .isolated-decisions-color {
  color: #2F6BE8;
}
#leadin-new .home-header h1 .missed-deadlines-color {
  color: #FFC120;
}
#leadin-new .home-header h1 .misaligned-work-color {
  color: #9567FF;
}
#leadin-new .home-header h1 .burnt-out-teams-color {
  color: #FF663D;
}
@media only screen and (max-width: 768px) {
  #leadin-new .home-header h1 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  #leadin-new .home-header .buttons {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    animation-delay: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: hidden;
    visibility: visible;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
  }
}
#leadin-new .home-header .buttons .border-btn-white {
  color: #fff;
  border: 1px solid #FFF;
  background: transparent;
}
#leadin-new .home-header .buttons .border-btn-white:hover {
  border: 1px solid #38E084;
  background: #38E084;
}
@media only screen and (max-width: 500px) {
  #leadin-new .home-header a.btn {
    padding: 1.25rem 2rem;
  }
  #leadin-new .home-header .mobile-hidden {
    display: none;
  }
}
#leadin-new .two-column-quotes {
  /*            @media only screen and (min-width: 768px){
                .animation;

                &.in-view{
                    .fadeInUp2;
                }
            }*/
}
#leadin-new .two-column-quotes .col-sm-half {
  margin-bottom: 2rem;
}
#leadin-new .two-column-quotes .col-sm-half .col-xs-2 {
  align-self: center;
}
#leadin-new .two-column-quotes .col-sm-half .col-xs-2 img {
  margin-left: 1.5rem;
  max-width: 73px;
}
@media only screen and (max-width: 550px) {
  #leadin-new .two-column-quotes .col-sm-half .col-xs-2 img {
    margin-left: 0;
    max-width: 100%;
  }
}
#leadin-new .two-column-quotes .col-sm-half .col-xs-7 {
  align-self: center;
}
#leadin-new .two-column-quotes .col-sm-half:first-of-type {
  border-right: 1px solid #979797;
}
@media only screen and (max-width: 768px) {
  #leadin-new .two-column-quotes .col-sm-half:first-of-type {
    border-right: none;
  }
}
#leadin-new .two-column-quotes .col-sm-half blockquote {
  display: block;
  margin: 0 0 0 2rem;
  font-family: 'futura';
  font-size: 1.1rem;
}
#leadin-new .two-column-quotes .col-sm-half span.author {
  display: block;
  font-size: 1rem;
  font-family: 'futura';
  font-size: 0.85rem;
  margin: 1rem 0 0 2rem;
}
#leadin-new .brands-header {
  text-transform: uppercase;
  margin-top: 4rem;
  color: #8A9AA6;
  text-align: center;
  font-size: 0.85rem;
  font-weight: bold;
  font-family: 'futura';
}
#leadin-new .logos-container {
  z-index: 100;
}
#leadin-new .logos-container .logos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
#leadin-new .logos-container .logos .company-logo {
  place-self: center;
  margin: 1rem;
}
@media only screen and (min-width: 550px) and (max-width: 992px) {
  #leadin-new .logos-container .logos {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 550px) {
  #leadin-new .logos-container .logos {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 992px) {
  #leadin-new .logos-container .nav-logo {
    height: 4.5rem;
  }
}
@media only screen and (min-width: 768px) {
  #leadin-new .logos-container {
    /*                .animation;

                &.in-view{
                    .fadeInUp2;
                }*/
  }
}
html {
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}
body,
html {
  height: 100%;
}
*,
:after,
:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  font-family: 'Lato';
  color: #6da7d8;
}
.wide-section {
  max-width: 1600px;
  margin: 0 auto;
}
section {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
img {
  max-width: 100%;
}
p:first-child {
  margin-top: 0;
}
ul {
  font-size: 1rem;
}
ul li {
  margin-bottom: 1rem;
}
a {
  color: blue;
  text-decoration: none;
}
a.btn,
input[type=submit].btn {
  color: #004621;
  background-color: #6BF9AE;
  text-decoration: none;
  font-size: 1.25rem;
  padding: 1.75rem 2.5rem;
  border-radius: 0.5rem;
  display: inline-block;
  line-height: 0;
  transition: all 0.5s ease;
  min-width: 200px;
  text-align: center;
  cursor: pointer;
}
a.btn.large,
input[type=submit].btn.large {
  font-size: 1.5rem;
  line-height: 0.5;
}
a.btn:hover,
input[type=submit].btn:hover {
  background-color: #38E084;
  color: #FFF;
}
a.btn.border-btn,
input[type=submit].btn.border-btn {
  background-color: transparent;
  box-shadow: inset 0px 0px 0px 1px #6da7d8;
  color: #6da7d8;
}
a.btn.border-btn:hover,
input[type=submit].btn.border-btn:hover {
  background-color: #6da7d8;
  color: #FFF;
  box-shadow: inset 0px 0px 0px 1px #6da7d8;
}
a.btn.red {
  background-color: #FE5A5E;
}
a.btn.btn-green {
  background-color: #38E084;
  color: #FFF;
}
a.btn:hover,
input[type=submit].btn:hover {
  background-color: #28a15f;
}
a.btn.red:hover {
  background-color: #ad2f30;
}
a.btn + a.btn,
.wistia_embed + a.btn,
a.btn + .wistia_embed {
  margin-left: 1.5rem;
}
a.btn.video {
  padding-left: 2.75rem;
  position: relative;
}
a.btn.video:before {
  content: '';
  width: 9px;
  height: 10px;
  display: block;
  background: url('/assets/images/icons/play-arrow-gray.svg');
  position: absolute;
  margin-left: -1.25rem;
  top: 50%;
  transform: translateY(-50%);
}
a.btn.video:hover:before {
  background: url('/assets/images/icons/play-arrow-white.svg');
}
a.btn.video.border-btn:before {
  background: url('/assets/images/icons/play-arrow-green.svg');
}
a.btn.video.border-btn:hover:before {
  background: url('/assets/images/icons/play-arrow-white.svg');
}
.constrain {
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}
.tailarrow {
  content: url('/assets/images/icons/link-arrow-tail.png');
  position: relative;
  left: -10px;
  bottom: 2px;
}
.tailarrowWhite {
  content: url('/assets/images/icons/link-arrow-tail-white.png');
  width: 17px;
  height: 6px;
  display: inline-block;
  margin-right: 5px;
}
.hashDividerOne {
  content: url('/assets/images/icons/h2-divider-green.svg');
  display: block;
  width: 4.5rem;
  line-height: 0;
  margin: 2rem 0;
}
header#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #000000;
  z-index: 999;
  background-color: #000000;
}
header#header .top-callout-link .callout {
  background: #a9cbe8;
  font-size: 1.125rem;
  color: #114529;
  transition: all 0.5s ease;
  overflow: hidden;
}
header#header .top-callout-link .callout .wrap {
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
}
@media only screen and (max-width: 1024px) {
  header#header .top-callout-link .callout .wrap {
    display: none;
  }
}
header#header .top-callout-link .callout .row {
  align-items: center;
}
header#header .top-callout-link .callout p {
  margin-bottom: 0;
}
header#header .top-callout-link .callout .top-callout-label {
  color: #114529;
  text-decoration: none;
}
header#header .top-callout-link .callout [class^="col"]:last-child {
  text-align: right;
}
header#header .top-callout-link .callout.orange {
  background: #ffb219;
  color: #e03412;
}
header#header .top-callout-link .callout.orange .top-callout-label {
  color: white;
}
header#header .top-callout-link .callout.blue {
  background: #6da7d8;
  color: white;
}
header#header .top-callout-link .callout.blue .top-callout-label {
  color: #152540;
}
header#header .top-callout-link .callout.dark {
  background: #293640;
  color: #C7D2D9;
}
header#header .top-callout-link .callout.dark strong,
header#header .top-callout-link .callout.dark .top-callout-label {
  color: #FFF;
}
header#header .top-callout-link:hover .callout.dark {
  background: #0b0f11;
}
header#header .nav-container {
  max-height: 100px;
}
header#header .main-nav {
  margin-top: 2rem;
  margin-bottom: 2rem;
  min-height: 5rem;
}
header#header a.logo {
  height: 24px;
  display: block;
  margin: 10px 0;
}
header#header svg {
  height: 24px;
}
header#header svg,
header#header svg path,
header#header svg polygon,
header#header svg text {
  fill: #FFF;
}
header#header .hamburger {
  display: none;
  text-align: right;
}
header#header nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
  font-size: 1rem;
}
header#header nav > ul > li {
  display: inline-block;
  padding: 0 1.92rem;
  margin-bottom: 0px;
  position: relative;
}
header#header nav > ul > li > a:not(.btn) {
  text-decoration: none;
  color: #FFF;
  font-size: 1rem;
}
header#header nav > ul > li > a:not(.btn):after {
  content: '';
  display: block;
  height: 4px;
  background: #6da7d8;
  opacity: 0;
  width: 100%;
  margin-top: 0.25rem;
}
header#header nav > ul > li ul {
  position: absolute;
  background: #293640;
  padding: 0.5rem 0.25rem;
  pointer-events: none;
  opacity: 0;
}
header#header nav > ul > li ul li {
  display: block;
  white-space: nowrap;
  padding: 0;
  text-align: left;
  margin-bottom: 0;
}
header#header nav > ul > li ul li a:not(.btn) {
  font-size: 0.8125rem;
  padding: 0.25rem 0.75rem;
  color: #FFF;
}
header#header nav > ul > li ul li a:not(.btn).active,
header#header nav > ul > li ul li a:not(.btn):hover {
  color: #6da7d8;
}
header#header nav > ul > li ul li a:not(.btn):after {
  display: none;
}
header#header nav > ul > li:hover > a:not(.btn):after,
header#header nav > ul > li:hover > a.active:after {
  opacity: 1;
}
header#header nav > ul > li:hover ul {
  pointer-events: all;
  opacity: 1;
}
header#header nav > ul > li:first-child {
  padding-left: 0;
}
header#header nav > ul > li:last-child {
  padding-right: 0;
}
header#header.hasCallout {
  position: absolute;
}
header#header.hasCallout.stuck {
  position: fixed;
}
#demo-cta {
  margin-bottom: 0;
  margin-top: 0;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  height: 329px;
  background: url(/assets/images/backgroundImages/global-footer.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
#demo-cta .cta a {
  display: block;
  width: 100%;
  height: 329px;
}
.heading-text .subhead {
  color: #8A9AA6;
  text-transform: uppercase;
  font-size: 0.85rem;
  font-weight: bold;
  font-family: 'Lato';
  margin: 0  0  2rem 0;
}
.heading-text h2 {
  font-family: 'futura';
  font-size: 2.75rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .heading-text h2 {
    font-size: 2rem;
  }
}
.heading-text p {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.heading-text .green-cta-text {
  color: #6da7d8;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
.heading-text .green-cta-text:hover {
  text-decoration: underline;
}
.heading-text-left .subhead,
.heading-text-left h2,
.heading-text-left p,
.heading-text-left .green-cta-text,
.heading-text-left a {
  text-align: left;
}
.heading-text-center .subhead,
.heading-text-center h2,
.heading-text-center p,
.heading-text-center .green-cta-text,
.heading-text-center a {
  text-align: center;
}
.heading-black-bg h2,
.heading-black-bg p {
  color: #FFF;
}
.heading-white-bg h2,
.heading-white-bg p {
  color: #3E4E59;
}
#footer {
  background: #172026;
}
#footer .wrap {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
#footer svg {
  height: 24px;
}
#footer svg,
#footer svg path,
#footer svg polygon,
#footer svg text {
  fill: #FFF;
}
#footer nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.75;
}
#footer nav ul li {
  margin-bottom: 0;
}
#footer nav ul li a {
  color: #6D7F8C;
  text-decoration: none;
  font-size: 0.875rem;
}
#footer nav ul li a:hover {
  color: #FFF;
}
#footer h2 {
  color: #FFF;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
#footer ul.social {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}
#footer ul.social li {
  display: inline;
  padding-right: 1rem;
}
#footer ul.social li:last-child {
  padding-right: 0;
}
#footer ul.social a {
  display: inline-block;
  width: 2.25rem;
  height: 2.25rem;
  text-align: center;
  line-height: 2.5rem;
}
#footer ul.social a.tw:before {
  content: url('/assets/images/twitter-icon.svg');
}
#footer ul.social a.li:before {
  content: url('/assets/images/linkedin-icon.svg');
}
body.default #leadin {
  margin-top: 9rem;
}
@media only screen and (max-width: 768px) {
  body.default #leadin {
    margin-bottom: 5rem;
  }
}
body.default #leadin .wrap {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
body.default #leadin .wrap h1 {
  margin-bottom: 0;
}
body.default #leadin .wrap p {
  display: none;
}
body.sectionsAndSideNav :target:before {
  content: "";
  display: block;
  height: 120px;
  /* fixed header height*/
  margin: -120px 0 0;
  /* negative fixed header height */
}
body.sectionsAndSideNav section#sections {
  margin: 0;
  position: relative;
}
body.sectionsAndSideNav section#sections:before {
  content: '';
  width: 50%;
  height: 100%;
  background: #F2F2F2;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
body.sectionsAndSideNav section#sections .sections-nav {
  background: #F2F2F2;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
body.sectionsAndSideNav section#sections .sections-nav .sticky {
  position: sticky;
  top: calc(120px + 2.5rem);
}
body.sectionsAndSideNav section#sections .sections-nav h2 {
  font-family: 'futura';
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: bold;
}
body.sectionsAndSideNav section#sections .sections-nav h2 img {
  max-height: 2.5rem;
  vertical-align: top;
}
body.sectionsAndSideNav section#sections .sections-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}
body.sectionsAndSideNav section#sections .sections-nav ul li {
  margin-bottom: 0.25rem;
}
body.sectionsAndSideNav section#sections .sections-nav ul li a {
  color: #293640;
  font-size: 1.2rem;
}
body.sectionsAndSideNav section#sections .sections-nav ul li a.sublink {
  font-size: 0.875rem;
}
body.sectionsAndSideNav section#sections .sections-nav ul li a:hover {
  color: #6D7F8C;
}
body.sectionsAndSideNav section#sections .sections-nav select {
  display: none;
}
body.sectionsAndSideNav section#sections .sections-content {
  background: #FFF;
  padding: 2.5rem 1.5rem;
}
body.sectionsAndSideNav section#sections .sections-content h3 {
  font-size: 1.25rem;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 300;
}
body.sectionsAndSideNav section#sections .sections-content h2 {
  font-weight: 500;
}
body.sectionsAndSideNav section#sections .sections-content p,
body.sectionsAndSideNav section#sections .sections-content ul,
body.sectionsAndSideNav section#sections .sections-content ol {
  color: #8A9AA6;
}
body.sectionsAndSideNav section#sections .sections-content .section-block a,
body.sectionsAndSideNav section#sections .sections-content .subsection-block a {
  font-size: 1.25rem;
  /*					text-transform: uppercase;
					font-weight: bold;*/
}
@media only screen and (max-width: 47.9375rem) {
  #content {
    overflow: hidden;
  }
  header#header .main-nav {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  header#header .top-callout-link .callout {
    text-align: center;
    font-size: 0.75rem;
  }
  body.sectionsAndSideNav :target:before {
    content: "";
    display: block;
    height: 76px;
    margin: -76px 0 0;
  }
  body.sectionsAndSideNav section#sections .wrap.container {
    padding: 0;
  }
  body.sectionsAndSideNav section#sections:before {
    display: none;
  }
  body.sectionsAndSideNav section#sections .sections-nav {
    padding: 1.5rem;
    z-index: 1;
    position: fixed;
    top: 4.75rem;
    left: 0;
    width: 100%;
  }
  body.sectionsAndSideNav section#sections .sections-nav h2 {
    font-size: 1.5rem;
  }
  body.sectionsAndSideNav section#sections .sections-nav h2 img {
    max-height: 1.5rem;
  }
  body.sectionsAndSideNav section#sections .sections-nav ul {
    display: none;
  }
  body.sectionsAndSideNav section#sections .sections-nav select {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0.375rem;
    background: #FFF;
    font-size: 0.875rem;
  }
  body.sectionsAndSideNav section#sections .sections-content {
    padding: 2.5rem;
    padding-top: calc(123px + 2.5rem);
  }
}
@media only screen and (max-width: 1055px) {
  header#header .hamburger {
    display: block;
    opacity: 1;
  }
  header#header .con {
    cursor: pointer;
    display: inline-block;
  }
  header#header .bar {
    display: block;
    height: 3px;
    width: 1.25rem;
    background: #E5E5E5;
    margin: 5px auto;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }
  header#header .con {
    width: auto;
    margin: 0 auto;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }
  header#header .main-nav {
    max-height: 44px;
    overflow: hidden;
  }
  header#header .nav-container {
    max-height: 0px;
    opacity: 0;
    transition: all 1s ease;
  }
  header#header nav > ul {
    margin-top: 1rem;
  }
  header#header nav > ul > li {
    padding-left: 0;
    padding-bottom: 0.75rem;
    color: #FFF;
    display: block;
    text-align: left;
  }
  header#header nav > ul > li a:not(.btn) {
    font-size: 2rem;
  }
  header#header nav > ul > li > a:not(.btn):after,
  header#header nav > ul > li > a:not(.btn):hover:after {
    display: none;
  }
  header#header nav > ul > li a.btn {
    width: 100%;
    max-width: 30rem;
    margin-bottom: 3.5rem;
  }
  header#header nav > ul > li ul {
    position: relative;
    opacity: 1;
    padding: 0;
    background: none;
  }
  header#header nav > ul > li ul li a:not(.btn) {
    display: block;
    padding: 0.125rem 0;
    font-size: 1.125rem;
  }
  header#header nav > ul > li:last-child {
    margin-top: 1rem;
    text-align: center;
  }
  body.mobileNavActive {
    overflow: hidden;
  }
  body.mobileNavActive header#header,
  body.mobileNavActive header#header.hasCallout {
    max-height: 100%;
    background-color: #172026;
    top: 0px !important;
  }
  body.mobileNavActive header#header svg,
  body.mobileNavActive header#header.hasCallout svg,
  body.mobileNavActive header#header svg path,
  body.mobileNavActive header#header.hasCallout svg path,
  body.mobileNavActive header#header svg polygon,
  body.mobileNavActive header#header.hasCallout svg polygon,
  body.mobileNavActive header#header svg text,
  body.mobileNavActive header#header.hasCallout svg text {
    fill: #FFF;
  }
  body.mobileNavActive header#header .main-nav,
  body.mobileNavActive header#header.hasCallout .main-nav {
    max-height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  body.mobileNavActive header#header .nav-container,
  body.mobileNavActive header#header.hasCallout .nav-container {
    opacity: 1;
    max-height: 500px;
  }
  body.mobileNavActive header#header nav ul li a:not(.btn),
  body.mobileNavActive header#header.hasCallout nav ul li a:not(.btn) {
    color: #FFF;
  }
  body.mobileNavActive header#header .con .top,
  body.mobileNavActive header#header.hasCallout .con .top {
    -webkit-transform: translateY(8px) rotateZ(45deg);
    -moz-transform: translateY(8px) rotateZ(45deg);
    -ms-transform: translateY(8px) rotateZ(45deg);
    -o-transform: translateY(8px) rotateZ(45deg);
    transform: translateY(8px) rotateZ(45deg);
  }
  body.mobileNavActive header#header .con .bottom,
  body.mobileNavActive header#header.hasCallout .con .bottom {
    -webkit-transform: translateY(-8px) rotateZ(-45deg);
    -moz-transform: translateY(-8px) rotateZ(-45deg);
    -ms-transform: translateY(-8px) rotateZ(-45deg);
    -o-transform: translateY(-8px) rotateZ(-45deg);
    transform: translateY(-8px) rotateZ(-45deg);
  }
  body.mobileNavActive header#header .con .middle,
  body.mobileNavActive header#header.hasCallout .con .middle {
    width: 0;
  }
  #demo-cta {
    height: 250px;
    background-size: 800px;
  }
  .heading-text h2 {
    font-size: 2rem;
  }
  body.sectionsAndSideNav :target:before {
    content: "";
    display: block;
    height: 108px;
    margin: -108px 0 0;
  }
  footer#footer .row > div:first-child {
    margin-bottom: 1rem;
  }
  footer#footer .row > div:last-child {
    margin-top: 1rem;
  }
}
@media only screen and (min-width: 48rem) {
  section {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  #footer .wrap {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media only screen and (min-width: 57.5rem) {
  section {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  #footer .wrap {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.navbar {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  color: #000;
  padding-top: 5px;
  box-shadow: 0 2px 4px -2px rgba(36, 50, 66, 0.075);
  -webkit-box-shadow: 0 2px 4px -2px rgba(36, 50, 66, 0.075);
  width: 100vw;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 100;
}
.navbar:before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.navbar ul {
  -webkit-padding-start: 0;
  -moz-padding-start: 0;
  padding-inline-start: 0;
}
.navbar .nav-logo svg {
  max-width: 65px;
  min-width: 65px;
  margin-left: 15px;
}
.navbar .nav-sidebar-1 {
  text-align: right;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  -ms-flex-item-align: center;
  margin-bottom: 8px;
}
.navbar .nav-sidebar-1,
.navbar .nav-sidebar-2 {
  -webkit-box-flex: 1;
  background: transparent;
  align-self: center;
}
.navbar .nav-sidebar-2 {
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  -ms-flex-item-align: center;
  margin-bottom: 10px;
}
.navbar .demo-btn {
  text-decoration: none;
  color: #fff;
  background: #6da7d8;
  padding: 10px 25px;
  border-radius: 4px;
  margin: 10px;
}
.navbar .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 1024px;
  flex: 0 1 1024px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
}
.navbar .menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 0;
}
.navbar .menu li:not(.header-descriptor-container) {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
/*.navbar .menu li:hover .outside-nav-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1
}*/
.showdropdownNavbar {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
}
.navbar .menu li .nav-main-element {
  -webkit-transition: all 0.15s ease-in-out 0.15s;
  transition: all 0.15s ease-in-out 0.15s;
  cursor: pointer;
  color: #000;
  text-align: left;
  text-decoration: none;
  padding: 0;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 992px) {
  .navbar .menu li .nav-main-element {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 550px) {
  .navbar .menu li .nav-main-element {
    font-size: 2rem;
  }
}
.navbar .menu li .outside-nav-container {
  display: none;
  position: absolute;
  width: 100vw;
  top: 80px;
  left: 0;
  right: 0;
  background-color: #fff;
  text-align: left;
  border-top: 2px solid #ededed;
}
.navbar .menu li .outside-nav-container .inside-nav-wrapper {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.35s;
  animation-duration: 0.35s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.navbar .menu li .outside-nav-container .inside-nav-wrapper .dropdown-nav-container {
  margin: 1.25rem 0 0;
}
.navbar .menu li .outside-nav-container .inside-nav-wrapper .dropdown-nav-container .dropdown-nav-elements {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media only screen and (max-width: 992px) {
  .navbar .menu li .outside-nav-container .inside-nav-wrapper .dropdown-nav-container .dropdown-nav-elements {
    display: block;
    text-align: center;
    margin-bottom: 0;
  }
}
.navbar .menu li .outside-nav-container .inside-nav-wrapper .dropdown-nav-container .dropdown-nav-elements .has-three {
  min-width: 340px !important;
}
.navbar .menu li .outside-nav-container .inside-nav-wrapper .dropdown-nav-container .dropdown-nav-elements .container__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 0;
  min-width: 229px;
}
.navbar .menu li .outside-nav-container .inside-nav-wrapper .dropdown-nav-container .dropdown-nav-elements .container__list .container__listItem {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin: 0 1.25rem;
}
.navbar .menu li .outside-nav-container .inside-nav-wrapper .dropdown-nav-container .dropdown-nav-elements .container__list .container__listItem .nav-elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1rem;
}
.navbar .menu li .outside-nav-container .inside-nav-wrapper .dropdown-nav-container .dropdown-nav-elements .container__list .container__listItem .nav-elements:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 992px) {
  .navbar .menu li .outside-nav-container .inside-nav-wrapper .dropdown-nav-container .dropdown-nav-elements .container__list .container__listItem .nav-elements {
    margin-bottom: 0;
  }
}
.navbar .menu li .outside-nav-container .inside-nav-wrapper .dropdown-nav-container .dropdown-nav-elements .container__list .container__listItem .nav-elements .dropdown-header {
  font-size: 1.25rem;
  text-decoration: none;
  color: #000;
}
@media only screen and (max-width: 992px) {
  .navbar .menu li .outside-nav-container .inside-nav-wrapper .dropdown-nav-container .dropdown-nav-elements .container__list .container__listItem .nav-elements .dropdown-header {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 550px) {
  .navbar .menu li .outside-nav-container .inside-nav-wrapper .dropdown-nav-container .dropdown-nav-elements .container__list .container__listItem .nav-elements .dropdown-header {
    font-size: 1.25rem;
  }
}
.navbar .menu li .outside-nav-container .inside-nav-wrapper .dropdown-nav-container .dropdown-nav-elements .container__list .container__listItem .nav-elements .dropdown-descriptor {
  font-size: 0.9rem;
  text-decoration: none;
  color: #b1b1b1;
  font-family: 'lato';
}
.navbar .menu li .outside-nav-container .inside-nav-wrapper .dropdown-nav-container .dropdown-nav-elements .container__list .container__listItem .nav-elements .dropdown-btn {
  background: #e5e2ff;
  padding: 3px 5px;
  border-radius: 16px;
  width: 5.5rem;
  text-align: center;
  margin-bottom: 1rem;
  color: #6da7d8;
  text-decoration: none;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
}
.navbar .menu li .outside-nav-container .inside-nav-wrapper .dropdown-nav-container .dropdown-nav-elements .container__list .container__listItem .nav-elements .dropdown-btn a {
  text-decoration: none;
}
.navbar .menu li .outside-nav-container .inside-nav-wrapper .dropdown-nav-container .dropdown-nav-elements .container__list .container__listItem .nav-elements .dropdown-cta-heading-container {
  margin-bottom: 0.5rem;
  color: #6da7d8;
  margin-bottom: 0.75rem;
  white-space: nowrap;
  font-size: 1.25rem;
  line-height: 1;
  font-family: 'Lato';
  font-weight: 700;
}
.navbar .menu li .outside-nav-container .inside-nav-wrapper .dropdown-nav-container .dropdown-nav-elements .container__list .container__listItem .nav-elements .dropdown-cta-descriptor {
  color: #6da7d8;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  font-style: italic;
  color: #b1b1b1;
}
.navbar .menu li .outside-nav-container .inside-nav-wrapper .dropdown-nav-container .dropdown-nav-elements .container__list .container__listItem .nav-elements .full-width-nav-link {
  text-decoration: none;
  cursor: pointer;
  color: #162027;
  font-size: 1.0625rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media only screen and (max-width: 992px) {
  .navbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    box-shadow: 0 2px 4px -2px rgba(36, 50, 66, 0.075);
    -webkit-box-shadow: 0 2px 4px -2px rgba(36, 50, 66, 0.075);
  }
  .navbar:before {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: #fff;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .navbar .demo-btn-sidebar,
  .navbar .nav-hide-on-mobile {
    display: none;
  }
  .navbar .nav-logo svg {
    margin-left: 15px;
  }
  .navbar .nav-sidebar-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .navbar .nav-sidebar-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .navbar .menu {
    text-align: center;
    overflow-y: scroll;
  }
  .navbar .menu li {
    display: block;
    margin-bottom: 1rem;
  }
  .navbar .menu li:nth-child(6) {
    margin-bottom: 2rem;
  }
  .navbar .menu li:hover .outside-nav-container {
    display: none;
  }
  .navbar .menu li .showHideDropdown {
    display: block !important;
  }
  .navbar .menu li .chevron {
    border-style: solid;
    border-width: 0.1em 0.1em 0 0;
    content: "";
    display: inline-block;
    height: 0.25em;
    left: 0.15em;
    position: relative;
    top: 0.57em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    vertical-align: top;
    width: 0.25em;
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }
  .navbar .menu li .down {
    -webkit-transform: rotate(134deg);
    transform: rotate(134deg);
  }
  .navbar .menu li .outside-nav-container {
    position: relative;
    top: 0;
    background-color: transparent;
    padding: 0;
    margin-bottom: 10px;
    border-top: none;
  }
  .navbar .menu li .outside-nav-container .container__list {
    display: block;
  }
  .navbar .menu li .outside-nav-container .container__list .dropdown-descriptor {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .navbar .hamburger {
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }
  .navbar ul > li > a:not(.demo-btn):after {
    content: "";
    display: block;
    height: 4px;
    background: #6da7d8;
    opacity: 0;
    width: 100%;
  }
  .navbar ul > li:hover > a:not(.demo-btn):after {
    opacity: 1;
  }
  .navbar .nav-inner-sidebar-1,
  .navbar .nav-inner-sidebar-2 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
  }
  .navbar .inside-nav-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 1024px;
    flex: 0 1 1024px;
    margin-left: 40px;
  }
  .navbar .outside-nav-container {
    box-shadow: 0 2px 4px -2px rgba(36, 50, 66, 0.075);
    -webkit-box-shadow: 0 2px 4px -2px rgba(36, 50, 66, 0.075);
  }
}
@media only screen and (min-width: 1128px) {
  .navbar .demo-btn-mainNav {
    display: none !important;
  }
  .navbar .demo-btn-sidebar {
    display: inline !important;
  }
  .navbar ul > li > a:not(.demo-btn):after {
    margin-top: 1.5rem;
  }
  .navbar .login-desktop {
    margin-left: 20%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1128px) {
  .demo-btn-mainNav {
    display: inline;
  }
  .demo-btn-sidebar {
    display: none;
  }
  .navbar .menu li .outside-nav-container {
    top: 80px;
  }
  ul > li > a:not(.demo-btn):after {
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 1324px) {
  .navbar .nav-sidebar-1,
  .navbar .nav-sidebar-2 {
    margin: 5px 0 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .navbar .demo-btn {
    padding: 20px 65px;
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 768px) {
  .navbar .demo-btn {
    padding: 15px 30px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 992px) {
  #header-nav .menu {
    display: none;
  }
  .demo-btn-mainNav {
    margin-top: 3.25rem;
  }
  #header-nav .hamburger {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    opacity: 1;
  }
  #header-nav .con {
    cursor: pointer;
    display: inline-block;
  }
  #header-nav .bar {
    display: block;
    height: 3px;
    width: 1.25rem;
    background: #000;
    margin: 5px auto;
  }
  #header-nav .bar,
  #header-nav .con {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }
  #header-nav .con {
    width: auto;
    margin: 0 auto;
  }
  #header-nav .main-nav {
    max-height: 44px;
    overflow: hidden;
  }
  #header-nav .nav-container {
    max-height: 0;
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
}
/*hamburger mobile nav*/
@media only screen and (max-width: 992px) {
  body.mobileNavActive {
    overflow: hidden;
  }
  body.mobileNavActive .main-dropdown-nav {
    display: block !important;
  }
  body.mobileNavActive div.bar.bottom:before,
  body.mobileNavActive div.bar.top:before {
    background: #fff;
  }
  body.mobileNavActive #header-nav {
    max-height: 100%;
    background-color: #fff;
    top: 0 !important;
  }
  body.mobileNavActive #header-nav .main-nav {
    max-height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  body.mobileNavActive #header-nav .nav-container {
    opacity: 1;
    max-height: 500px;
  }
  body.mobileNavActive #header-nav .con .top {
    -webkit-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }
  body.mobileNavActive #header-nav .con .bottom {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }
  body.mobileNavActive #header-nav .con .middle {
    width: 0;
  }
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .down {
    -webkit-transform: rotate(134deg);
    transform: rotate(134deg);
  }
  .showHideDropdown {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .hide-login-dropdown {
    display: none;
  }
  .login-dropdown {
    position: absolute;
    top: 80px;
    background: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 4px -2px rgba(36, 50, 66, 0.075);
    -webkit-box-shadow: 0 2px 4px -2px rgba(36, 50, 66, 0.075);
  }
  .login-dropdown li {
    text-align: left !important;
    padding: 20px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .login-dropdown li a {
    text-decoration: none;
    text-align: left;
    cursor: pointer;
    color: #162027;
    font-size: 0.975rem;
  }
  .login-dropdown li a::after {
    display: none !important;
  }
  .login-dropdown li a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 992px) {
  .login-dropdown {
    display: none;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .login-dropdown li {
    margin: 3rem;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .login-dropdown li a {
    text-decoration: none;
    cursor: pointer;
    color: #162027;
    font-size: 1.0625rem;
    margin: 1rem;
  }
  .login-dropdown li a:hover {
    opacity: 0.7;
  }
  .showMobileDropdown {
    display: block !important;
  }
}
html {
  scroll-behavior: inherit;
}
#services {
  background-color: #ededed;
  margin: 0;
  padding: 6rem 0 0;
}
#services h2,
#services h3 {
  font-family: 'futura';
}
#services ul,
#services li,
#services p {
  font-family: 'Lato';
}
#team {
  padding: 6rem 0 10rem;
  margin: 0;
  background: #fff;
  margin-top: 0;
  /*    .views-2-accordian-text, .views-3-accordian-text, .views-2-img, .views-3-img{
        visibility: hidden;
        height: 0;
        line-height: .5;
    }*/
}
#team h2,
#team h3 {
  font-family: 'futura';
}
#team p,
#team span {
  font-family: 'Lato';
}
@media only screen and (max-width: 550px) {
  #team p {
    font-size: 1rem;
  }
}
#team .learn-more-chevron {
  border-style: solid;
  border-width: 0.1em 0.1em 0 0;
  content: "";
  display: inline-block;
  height: 0.25em;
  left: 0.15em;
  position: relative;
  top: 0.57em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: top;
  width: 0.25em;
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
#team .chevron-down {
  transition: all 0.1s ease-in-out;
  transform: rotate(133deg);
}
#team #views-1-text,
#team #views-2-text,
#team #views-3-text,
#team #views-4-text,
#team #views-5-text,
#team #views-6-text,
#team #views-7-text,
#team #views-8-text {
  cursor: pointer;
}
#team .views-hide {
  visibility: hidden;
  height: 0;
  line-height: 0.5;
  /* transition: ease-out .22s; */
}
#team .views-show {
  transition: ease-in 0.12s;
  /* padding: 25px 0; */
  height: auto;
  visibility: visible !important;
  line-height: 1.4;
}
#team .add-bg {
  background: #e9eef2;
}
#team .remove-margin {
  margin-top: -0.5rem;
}
#team .views-container {
  margin-bottom: 0.75rem;
}
#team .views-header {
  padding: 1rem;
  display: block;
  margin-bottom: 1.5rem;
  margin: 0;
  border-radius: 4px;
  margin-top: 0.75rem;
  display: flex;
}
#team .views-header:hover {
  background: #e9eef2;
  border-radius: 4px 4px 0 0;
  border-radius: 4px;
}
#team .views-accordion {
  /* padding: 1rem 0 0 1rem; */
  /* margin: -.5rem 0 0; */
  /* padding: -1rem; */
  margin: -0.25rem 0 0;
  /* padding: 0 1rem 1rem; */
  padding-left: 1rem;
  z-index: 99;
  border-radius: 0 0 4px 4px;
  background: #e9eef2;
  padding-bottom: 0.25rem;
  transition: 0.05s ease-in-out;
}
#team .view-list {
  margin-bottom: 0;
}
#team .views-list li {
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  #team .views-1-img,
  #team .views-2-img,
  #team .views-3-img {
    display: none !important;
  }
}
@media only screen and (max-width: 375px) {
  #team .mobile-margin {
    display: block;
    margin-left: 0.75rem;
  }
}
body {
  font-family: "apercu";
  color: #172026;
  font-size: 1;
  line-height: 1.4;
}
h1 {
  font-family: "noe";
  font-size: 1.875rem;
  line-height: 1.1;
}
h2 {
  font-size: 1.5rem;
  line-height: 1.125;
  font-weight: normal;
}
h2.alt {
  font-family: "noe";
  font-size: 1.75rem;
  line-height: 1.125;
  font-weight: normal;
}
h3 {
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
.subtitle {
  display: block;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: normal;
  letter-spacing: 0.1rem;
}
a {
  font-size: 0.875rem;
}
p {
  font-size: 1.25rem;
}
h1:first-child,
h2:first-child,
h3:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 48rem) {
  body {
    font-size: 1.125rem;
  }
  h1 {
    font-size: 3.375rem;
  }
  h2 {
    font-size: 1.75rem;
  }
  h2.alt {
    font-size: 2rem;
  }
  h3 {
    font-size: 0.875rem;
  }
  .subtitle,
  a {
    font-size: 0.975rem;
  }
}
@media only screen and (min-width: 57.5rem) {
  body {
    font-size: 1.25rem;
  }
  h1 {
    font-size: 3.3125rem;
  }
  h2 {
    font-size: 2rem;
  }
  h2.alt {
    font-size: 2.25rem;
  }
  h3 {
    font-size: 1rem;
  }
  .subtitle,
  a {
    font-size: 1.0625rem;
  }
}
#testimonials-slider {
  background: #FAFAFA;
  margin: 0;
  padding: 6rem 0 2rem;
  overflow: hidden;
}
#testimonials-slider h2 {
  font-family: 'futura';
}
#testimonials-slider p,
#testimonials-slider span {
  font-family: 'Lato';
}
#testimonials-slider p {
  font-size: 1rem;
}
#testimonials-slider span .testimonial-author {
  margin-top: 1rem;
  font-size: 0.8rem;
}
#testimonials-slider .owl-theme .owl-controls {
  margin-top: 1.75rem;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
#testimonials-slider .owl-theme .owl-controls .owl-nav [class*='owl-'] {
  color: white;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#testimonials-slider .owl-theme .owl-controls .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: white;
  text-decoration: none;
}
#testimonials-slider .owl-theme .owl-controls .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
#testimonials-slider .owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#testimonials-slider .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
#testimonials-slider .owl-theme .owl-dots .owl-dot.active span,
#testimonials-slider .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
#testimonials-slider .owl-item {
  opacity: 0.3;
  font-size: 24px;
  cursor: pointer;
  border-radius: 4px;
  color: #808080;
}
#testimonials-slider .owl-item p strong {
  font-size: 16px;
}
#testimonials-slider .owl-item.center {
  opacity: 1;
  box-shadow: 3px 2px 5px 1px rgba(0, 0, 0, 0.34);
  background: #FFF;
}
#testimonials-slider .owl-stage-outer {
  padding-bottom: 1rem;
}
#testimonials-slider .owl-carousel-card {
  padding: 40px;
  text-align: center;
  border-radius: 4px;
}
@media only screen and (max-width: 600px) {
  #testimonials-slider .owl-item.active.center {
    padding: 0 20px;
    box-shadow: none;
    border: 0;
    background: #fafafa;
  }
  #testimonials-slider .owl-item.active.center .owl-carousel-card {
    background: #FFF;
    box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.34);
  }
}
#three-column-contact {
  background-image: linear-gradient(to top, #ffffff, #E9EEF2);
  text-align: center;
  margin-top: 0;
  padding-bottom: 1rem;
  padding-top: 3rem;
  overflow: hidden;
}
#three-column-contact a {
  color: #6da7d8;
}
#three-column-contact .heading-text {
  margin-top: 4rem;
  /*        @media only screen and (min-width: 768px){
            .animation;

            &.in-view{
                .fadeInUp2;
            }
        }*/
}
#three-column-contact .heading-text p.subhead {
  color: #8A9AA6;
  text-transform: uppercase;
  font-size: 0.85rem;
  font-weight: 700;
  font-family: 'Lato';
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #three-column-contact .heading-text h2 {
    font-size: 2rem;
  }
}
#three-column-contact h4 {
  color: #3E4E59;
  margin-bottom: 0.5rem;
  font-size: 18px;
  font-weight: bold;
}
#three-column-contact .three-col-p {
  margin: 0.5rem 0.8rem 4rem;
  color: #3E4E59;
  margin-top: 0;
  font-size: 18px;
}
@media only screen and (min-width: 550px) and (max-width: 768px) {
  #three-column-contact .three-col-p {
    padding: 0 13%;
  }
}
#three-column-contact img {
  max-width: 75px;
}
#three-column-contact div.wpcf7-validation-errors,
#three-column-contact div.wpcf7-acceptance-missing {
  border: 2px solid red;
}
#three-column {
  background-image: linear-gradient(to top, #ffffff, #E9EEF2);
  text-align: center;
  margin-top: 3rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
  /*    .box-holder{

        @media only screen and (min-width: 768px){
            .animation;

            &.in-view{
                .fadeInUp2;
            }
        }
    }*/
}
#three-column .heading-text {
  margin-top: 4rem;
  /*        @media only screen and (min-width: 768px){
            .animation;

            &.in-view{
                .fadeInUp2;
            }
        }*/
}
#three-column .heading-text p.subhead {
  color: #8A9AA6;
  text-transform: uppercase;
  font-size: 0.85rem;
  font-weight: 700;
  font-family: 'futura';
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #three-column .heading-text h2 {
    font-size: 2rem;
  }
}
#three-column h4 {
  color: #3E4E59;
  margin-bottom: 0.5rem;
  font-size: 18px;
  font-weight: bold;
}
#three-column .three-col-p {
  margin: 0.5rem 0.8rem 4rem;
  color: #3E4E59;
  margin-top: 0;
  font-size: 18px;
}
@media only screen and (min-width: 550px) and (max-width: 768px) {
  #three-column .three-col-p {
    padding: 0 13%;
  }
}
#three-column img {
  background: #172026;
  padding: 2rem;
  border-radius: 4px;
  box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.34);
  max-width: 150px;
}
#three-column .green-cta-text {
  color: #38E084;
  font-size: 1.25rem;
  text-align: center;
}
#three-column .green-cta-text:hover {
  opacity: 0.8;
}
form {
  display: flex;
  flex-direction: column;
}
label {
  font-family: 'lato';
}
form p {
  text-align: left;
  margin: 10px 0;
}
input[type="text"],
input[type="email"],
textarea {
  width: 100% !important;
  border: 1px solid #6da7d8;
}
textarea {
  padding: 15px;
}
input[type="text"],
input[type="email"] {
  padding: 15px;
  border: 1px solid #6da7d8;
}
input[type="submit"] {
  background: #6da7d8;
  color: #fff;
  border: none;
  font-size: 32px;
  border-radius: 4px;
  width: 100%;
  padding: 10px;
  cursor: pointer;
}
div.wpcf7-mail-sent-ok {
  border: 2px solid #6da7d8;
  font-family: 'lato';
  font-weight: bold;
  padding: 1rem;
  margin-top: 0.5rem;
  border-radius: 4px;
}
div.wpcf7-validation-errors {
  border: 2px solid red;
  font-family: 'lato';
  font-weight: bold;
  padding: 1rem;
  margin-top: 0.5rem;
  border-radius: 4px;
}
#blog a {
  text-decoration: none;
}
.col-sm-3 {
  margin-bottom: 2rem;
}
#blog a article {
  background-color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  transition: all 0.25s ease;
  border: 1px solid #ededed;
  margin-top: 2rem;
}
#blog a article .thumb-holder {
  width: 100%;
  padding-top: 82%;
  position: relative;
  overflow: hidden;
  background: #171f26;
  background-size: cover;
  background-position: center;
}
#blog a article .details {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
#blog a article .details h3 {
  color: #3F4F5A;
  font-weight: 500;
  margin: 1rem 0 0;
  font-size: 1.25rem;
  line-height: 1.25rem;
  flex: 1;
  text-transform: none;
  font-family: 'futura';
  letter-spacing: normal;
}
#blog article .details .details-link {
  color: #38e084;
  margin: 0.5rem 0;
  font-size: 1.15rem;
  line-height: 1.2rem;
  text-transform: none;
  font-family: 'Lato';
}
#blog a article .details h5 {
  font-weight: normal;
  color: #c7d2d9;
  padding-top: 1.5rem;
  border-top: 1px solid #c7d2d9;
}
#blog a:hover article {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  transform: scale(1.025);
}
#footer {
  background: #000;
  color: #fff;
  margin: 0;
}
#footer p {
  font-family: 'lato';
  margin: 50px;
  padding: 50px;
  text-align: center;
}
#footer nav ul li a {
  font-size: 1rem;
  color: #fff;
}
#footer nav ul li a:hover {
  font-size: 1rem;
  color: #6da7d8;
}
#hover-cta-image {
  margin-top: 5rem;
  margin-bottom: 0;
}
#hover-cta-image .heading-text {
  text-align: center;
  margin-bottom: 4rem;
  /*            @media only screen and (min-width: 768px){
                .animation;

                &.in-view{
                    .fadeInUp2;
                }
            }*/
}
#hover-cta-image .heading-text h2 {
  color: #3E4E59;
  font-weight: bold;
  font-size: 2.75rem;
  margin-bottom: 1rem;
}
#hover-cta-image .heading-text .subhead {
  color: #8A9AA6;
  text-transform: uppercase;
  font-size: 0.85rem;
  font-weight: bold;
  font-family: 'futura';
}
#hover-cta-image .heading-text .green-text h3 {
  color: #38E084;
}
#hover-cta-image .hover-cta-image-container {
  /*            @media only screen and (min-width: 768px){
                .animation;

                &.in-view{
                    .fadeInUp2;
                }
            }*/
}
#hover-cta-image .hover-cta-image-container .show-platform-box {
  display: flex;
  align-items: flex-start;
  padding: 1.35rem;
  margin-bottom: 0.5rem;
  cursor: pointer;
  opacity: 0.3;
}
#hover-cta-image .hover-cta-image-container .show-platform-box.active {
  opacity: 1;
}
#hover-cta-image .hover-cta-image-container .show-platform-box .show-platform-icon {
  background: #2b2f32;
  border-radius: 50%;
  margin-right: 0.75rem;
  max-width: 75px;
}
#hover-cta-image .hover-cta-image-container .hover-image {
  margin-left: 0.5rem;
  margin-top: 4rem;
}
#hover-cta-image .hover-cta-image-container a > p {
  color: #3E4E59;
  font-size: 1rem;
  margin: 0;
  letter-spacing: 0;
  font-weight: 500;
}
#hover-cta-image .hover-cta-image-container .show-platform-box.active {
  box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.34);
  border-radius: 4px;
}
#hover-cta-image .hover-cta-image-container .show-platform-box.active:hover {
  transition: fade 2s ease-in-out;
  box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.34);
}
#hover-cta-image .hover-cta-image-container .targetDiv {
  vertical-align: top;
  min-height: 500px;
}
#hover-cta-image .hover-cta-image-container .FadeInOut {
  animation: fade 1.5s ease-in;
}
#hover-cta-image .hover-cta-image-container .FadeInOutText {
  transition: fade 2s ease-in-out;
  box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.34);
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
#hover-cta-image .hover-cta-image-container .right-image-text {
  color: #3E4E59;
}
@media only screen and (max-width: 768px) {
  #hover-cta-image .hover-cta-image-container .heading-text h2 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  #hover-cta-image {
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 920px) {
  #hover-cta-image .hover-cta-mobile {
    display: flex;
  }
  #hover-cta-image .hover-cta-desktop {
    display: none;
  }
}
@media only screen and (min-width: 920px) {
  #hover-cta-image .hover-cta-mobile {
    display: none;
  }
  #hover-cta-image .hover-cta-desktop {
    display: flex;
  }
}
@media only screen and (max-width: 600px) {
  #hover-cta-image .hover-cta-mobile {
    margin-right: auto;
    margin-left: auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  #hover-cta-image .heading-text h2 {
    font-size: 2rem;
  }
}
#featured-post .featured-post-card {
  transition: all 0.25s ease;
}
#featured-post .featured-post-card:hover {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  transform: scale(1.025);
}
#featured-post .feature-image {
  padding-right: 0;
}
#featured-post .feature-image .holder {
  width: 100%;
  min-height: 100%;
  padding-top: 70%;
  position: relative;
  overflow: hidden;
  background: #171f26;
  background-size: cover;
  background-position: center;
}
#featured-post .details {
  padding-left: 0;
}
#featured-post .details .holder {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  padding: 2.5rem;
}
#featured-post .details .holder .categories {
  margin-bottom: 1.5rem;
}
#featured-post .details .holder .categories a {
  color: #38e084;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.875rem;
}
#featured-post .details .holder h3 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 2rem;
  font-weight: 500;
}
#featured-post .details .holder h3 a {
  color: #202b33;
  text-decoration: none;
  transition: all 0.25s ease;
}
#featured-post .details .holder h3 a:hover {
  color: #38e084;
  text-decoration: none !important;
}
#featured-post .details .holder p {
  flex: 1;
  color: #8a9aa6;
  font-size: 1.1875rem;
  line-height: 1.2;
  font-weight: 300;
}
#category-list a {
  display: inline-block;
  text-decoration: none;
  color: #8a9aa6;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.75rem 1.5rem;
  border: 1px solid #8a9aa6;
  border-radius: 0.5rem;
  margin-right: 1.5rem;
  transition: all 0.5s ease;
}
#category-list a:hover {
  background-color: #202b33;
  border: 1px solid #202b33;
  color: #fff;
}
#blog-post-list a,
#related-posts a {
  text-decoration: none;
}
#blog-post-list a article,
#related-posts a article {
  background-color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  transition: all 0.25s ease;
}
#blog-post-list a article .thumb-holder,
#related-posts a article .thumb-holder {
  width: 100%;
  padding-top: 62.5%;
  position: relative;
  overflow: hidden;
  background: #171f26;
  background-size: cover;
  background-position: center;
}
#blog-post-list a article .details,
#related-posts a article .details {
  padding: 2.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
#blog-post-list a article .details h3,
#related-posts a article .details h3 {
  color: #202b33;
  font-weight: 500;
  margin: 0 0 2.5rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
  flex: 1;
}
#blog-post-list a article .details h5,
#related-posts a article .details h5 {
  font-weight: 400;
  color: #c7d2d9;
  padding-top: 1.5rem;
  border-top: 1px solid #c7d2d9;
}
#blog-post-list a:hover article,
#related-posts a:hover article {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  transform: scale(1.025);
}
body.single {
  background: #fff;
}
body.single-post #the-post article,
body.single-post-author #the-post article {
  padding-bottom: 3rem;
  border-bottom: 1px solid #7c8d99;
}
body.single-post #the-post .entry-content h5:first-of-type,
body.single-post-author #the-post .entry-content h5:first-of-type {
  text-transform: uppercase;
}
body.single-post #the-post .feature-image,
body.single-post-author #the-post .feature-image {
  border-radius: 0.5rem;
  overflow: hidden;
  margin-bottom: 1.875rem;
}
body.single-post #the-post .feature-image img,
body.single-post-author #the-post .feature-image img {
  display: block;
  width: 100%;
  height: auto;
}
body.single-post #the-post .feature-image-full-width,
body.single-post-author #the-post .feature-image-full-width {
  border-radius: 0.5rem;
  overflow: hidden;
  margin-bottom: 1.875rem;
}
body.single-post #the-post .feature-image-full-width img,
body.single-post-author #the-post .feature-image-full-width img {
  display: block;
  width: 100%;
  height: auto;
}
body.single-post #the-post .categories,
body.single-post #the-post .entry-content,
body.single-post #the-post h1,
body.single-post-author #the-post .categories,
body.single-post-author #the-post .entry-content,
body.single-post-author #the-post h1 {
  margin-left: auto;
  margin-right: auto;
  width: 65%;
}
body.single-post #the-post .categories,
body.single-post-author #the-post .categories {
  margin: 2.5rem auto;
}
body.single-post #the-post .categories a,
body.single-post-author #the-post .categories a {
  display: inline-block;
  text-decoration: none;
  color: #8a9aa6;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.75rem 1.5rem;
  border: 1px solid #8a9aa6;
  border-radius: 0.5rem;
  margin-right: 1.5rem;
  transition: all 0.5s ease;
}
body.single-post #the-post .categories a:hover,
body.single-post-author #the-post .categories a:hover {
  background-color: #202b33;
  border: 1px solid #202b33;
  color: #fff;
}
body.single-post #the-post h1,
body.single-post-author #the-post h1 {
  font-size: 3rem;
  margin-top: 3rem;
  line-height: 1.03125;
  font-weight: 900;
  color: #171f26;
}
body.single-post #the-post h1 span,
body.single-post-author #the-post h1 span {
  display: block;
  font-size: 1rem;
  text-transform: uppercase;
  color: #8a9aa6;
  margin-bottom: 1.5rem;
  font-family: lato;
}
body.single-post #the-post h2,
body.single-post-author #the-post h2 {
  font-size: 2rem;
  line-height: 1.03125;
  font-weight: 500;
  font-family: lato;
  font-style: normal;
  margin: 3rem 0 1.5rem 0;
  color: #171f26;
}
body.single-post #the-post * + h2,
body.single-post-author #the-post * + h2 {
  margin: 3rem 0 1.5rem 0;
}
body.single-post #the-post h3,
body.single-post-author #the-post h3 {
  font-size: 1.75rem;
  line-height: 1.03125;
  font-weight: 500;
  font-family: lato;
  font-style: normal;
  margin: 3rem 0 1.5rem 0;
}
body.single-post #the-post * + h3,
body.single-post-author #the-post * + h3 {
  margin: 3rem 0 1.5rem 0;
}
body.single-post #the-post h4,
body.single-post-author #the-post h4 {
  font-size: 0.875rem;
  line-height: 1.03125;
  font-weight: 700;
  font-family: lato;
  margin: 3rem 0 1.5rem 0;
  text-transform: uppercase;
}
body.single-post #the-post * + h4,
body.single-post-author #the-post * + h4 {
  margin: 3rem 0 1.5rem 0;
}
body.single-post #the-post h5,
body.single-post-author #the-post h5 {
  margin: 1.5rem 0 1.5rem 0;
}
body.single-post #the-post ol,
body.single-post #the-post p,
body.single-post #the-post ul,
body.single-post-author #the-post ol,
body.single-post-author #the-post p,
body.single-post-author #the-post ul {
  font-size: 1.25rem;
  line-height: 1.4;
  color: #404040;
  font-weight: 100;
  margin: 0 0 1.5rem 0;
}
body.single-post #the-post ol b,
body.single-post #the-post ol strong,
body.single-post #the-post p b,
body.single-post #the-post p strong,
body.single-post #the-post ul b,
body.single-post #the-post ul strong,
body.single-post-author #the-post ol b,
body.single-post-author #the-post ol strong,
body.single-post-author #the-post p b,
body.single-post-author #the-post p strong,
body.single-post-author #the-post ul b,
body.single-post-author #the-post ul strong {
  font-weight: 700;
}
body.single-post #the-post ul,
body.single-post-author #the-post ul {
  list-style: initial;
  padding-left: 1.25rem;
}
body.single-post #the-post ul li,
body.single-post-author #the-post ul li {
  padding-bottom: 0.5rem;
}
body.single-post #the-post ul ul,
body.single-post-author #the-post ul ul {
  list-style: circle;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
body.single-post #the-post ul ul li:last-child,
body.single-post-author #the-post ul ul li:last-child {
  padding-bottom: 0;
}
body.single-post #the-post ol,
body.single-post-author #the-post ol {
  padding-left: 1.25rem;
}
body.single-post #the-post ol li,
body.single-post-author #the-post ol li {
  padding-bottom: 0.5rem;
}
body.single-post #the-post blockquote,
body.single-post-author #the-post blockquote {
  width: 100%;
  margin: 3rem 0;
  text-align: center;
  font-weight: 700;
}
body.single-post #the-post blockquote p,
body.single-post-author #the-post blockquote p {
  width: 100%;
  font-size: 1.75rem;
  line-height: 1;
  font-family: futura;
  font-style: italic;
  font-weight: 100;
  color: #171f26;
}
body.single-post #the-post blockquote cite,
body.single-post-author #the-post blockquote cite {
  text-transform: uppercase;
  margin: 3rem 0 0;
  color: #8a9aa6;
  font-style: normal;
}
body.single-post #the-post .wp-block-image,
body.single-post-author #the-post .wp-block-image {
  margin: 3rem 0;
}
body.single-post #the-post .wp-block-image figcaption,
body.single-post-author #the-post .wp-block-image figcaption {
  text-transform: uppercase;
  margin: 3rem 0 0;
  color: #8a9aa6;
  font-weight: 700;
}
body.single-post #post-share ul,
body.single-post-author #post-share ul {
  margin-top: 1.5rem;
}
body.single-post #post-share li,
body.single-post-author #post-share li {
  display: inline-block;
  margin-right: 1rem;
}
body.single-post #post-share li .share-button,
body.single-post-author #post-share li .share-button {
  display: inline-block;
  border-radius: 0.5rem;
  text-decoration: none;
  padding: 0.75rem 2.5rem;
  transition: all 0.5s ease;
  font-weight: 700;
  color: #fff;
  font-size: 0.6875rem;
  text-transform: uppercase;
  transition: all 0.25s ease;
}
body.single-post #post-share li.twitter .share-button,
body.single-post-author #post-share li.twitter .share-button {
  background-color: #1dadea;
}
body.single-post #post-share li.twitter .share-button:hover,
body.single-post-author #post-share li.twitter .share-button:hover {
  background-color: #0e6c93;
}
body.single-post #post-share li.linkedin .share-button,
body.single-post-author #post-share li.linkedin .share-button {
  background-color: #0077b5;
}
body.single-post #post-share li.linkedin .share-button:hover,
body.single-post-author #post-share li.linkedin .share-button:hover {
  background-color: #00344f;
}
body.single-post #post-share li.facebook .share-button,
body.single-post-author #post-share li.facebook .share-button {
  background-color: #3b5a96;
}
body.single-post #post-share li.facebook .share-button:hover,
body.single-post-author #post-share li.facebook .share-button:hover {
  background-color: #1e2e4d;
}
body.single-post #author-bio,
body.single-post-author #author-bio {
  line-height: 1.4;
}
body.single-post #author-bio img.headshot,
body.single-post-author #author-bio img.headshot {
  float: left;
}
body.single-post #author-bio h3,
body.single-post #author-bio h4,
body.single-post #author-bio p,
body.single-post-author #author-bio h3,
body.single-post-author #author-bio h4,
body.single-post-author #author-bio p {
  margin-left: 10.875rem;
}
body.single-post #author-bio a:hover,
body.single-post-author #author-bio a:hover {
  text-decoration: none;
}
body.single-post #author-bio a:hover h3,
body.single-post-author #author-bio a:hover h3 {
  color: #38e084;
}
body.single-post #author-bio h3,
body.single-post-author #author-bio h3 {
  line-height: 1;
  font-size: 2.5rem;
  font-weight: 700;
  color: #202b33;
  transition: color 0.25s ease;
}
body.single-post #author-bio h4,
body.single-post-author #author-bio h4 {
  font-size: 1.5rem;
  font-weight: 400;
  color: #202b33;
  margin-bottom: 0.5rem;
}
body.single-post #author-bio p,
body.single-post-author #author-bio p {
  font-size: 1.25rem;
  color: #7c8d99;
}
@media only screen and (max-width: 47.9375rem) {
  section {
    margin-bottom: 3rem;
  }
  #demo-cta {
    height: 250px;
    background-size: 800px;
    padding-top: 2rem;
  }
  #footer .footer-logo img {
    margin-bottom: 1rem;
  }
  #featured-post .feature-image {
    padding-right: calc(1.5rem/2);
  }
  #featured-post .details {
    padding-left: calc(1.5rem/2);
  }
  #featured-post .link-holder {
    text-align: center;
    margin-top: 2rem;
  }
  #category-list a {
    margin-bottom: 0.5rem;
  }
  #category-list a:last-child {
    margin-bottom: 0;
  }
  #blog-post-list .row > div {
    margin-top: 1.5rem;
  }
  #blog-post-list .row + .row {
    margin-top: 0;
  }
  body.single-post #the-post .categories,
  body.single-post #the-post .entry-content,
  body.single-post #the-post h1,
  body.single-post-author #the-post .categories,
  body.single-post-author #the-post .entry-content,
  body.single-post-author #the-post h1 {
    width: 100%;
  }
  body.single-post #the-post h1,
  body.single-post #the-post h2,
  body.single-post #the-post h3,
  body.single-post #the-post h4,
  body.single-post #the-post ol,
  body.single-post #the-post p,
  body.single-post #the-post ul,
  body.single-post-author #the-post h1,
  body.single-post-author #the-post h2,
  body.single-post-author #the-post h3,
  body.single-post-author #the-post h4,
  body.single-post-author #the-post ol,
  body.single-post-author #the-post p,
  body.single-post-author #the-post ul {
    width: 100%;
  }
  body.single-post #the-post h1,
  body.single-post-author #the-post h1 {
    font-size: 2.5rem;
  }
  body.single-post #the-post h1 span,
  body.single-post-author #the-post h1 span {
    font-size: 0.875rem;
  }
  body.single-post #the-post h2,
  body.single-post-author #the-post h2 {
    font-size: 1.875rem;
  }
  body.single-post #the-post h3,
  body.single-post-author #the-post h3 {
    font-size: 1.375rem;
  }
  body.single-post #the-post h4,
  body.single-post-author #the-post h4 {
    font-size: 0.75rem;
  }
  body.single-post #the-post blockquote,
  body.single-post-author #the-post blockquote {
    width: 100%;
  }
  body.single-post #the-post blockquote p,
  body.single-post-author #the-post blockquote p {
    font-size: 1.5rem;
  }
  body.single-post #the-post ol,
  body.single-post #the-post p,
  body.single-post #the-post ul,
  body.single-post-author #the-post ol,
  body.single-post-author #the-post p,
  body.single-post-author #the-post ul {
    font-size: 1rem;
  }
  body.single-post #the-post article,
  body.single-post-author #the-post article {
    padding-bottom: 1.5rem;
  }
  body.single-post #the-post .categories,
  body.single-post-author #the-post .categories {
    margin: 1.5rem 0;
  }
  body.single-post #post-share li,
  body.single-post-author #post-share li {
    display: block;
    margin-bottom: 0.5rem;
  }
  body.single-post #post-share li:last-child,
  body.single-post-author #post-share li:last-child {
    margin-bottom: 0;
  }
  body.single-post #related-posts a,
  body.single-post-author #related-posts a {
    display: block;
    margin-bottom: 1.5rem;
  }
  body.single-post #author-bio img.headshot,
  body.single-post-author #author-bio img.headshot {
    float: none;
    display: block;
    margin: 0 auto 1.5rem;
  }
  body.single-post #author-bio h3,
  body.single-post #author-bio h4,
  body.single-post #author-bio p,
  body.single-post-author #author-bio h3,
  body.single-post-author #author-bio h4,
  body.single-post-author #author-bio p {
    margin-left: 0;
  }
  body.single-post #author-bio h3,
  body.single-post-author #author-bio h3 {
    font-size: 1.875rem;
  }
  body.single-post #author-bio h4,
  body.single-post-author #author-bio h4 {
    font-size: 1.25rem;
  }
  body.single-post #author-bio p,
  body.single-post-author #author-bio p {
    font-size: 1rem;
  }
}
#the-post h1 {
  font-family: 'Futura';
}
#the-post h2,
#the-post h3,
#the-post h4,
#the-post h5,
#the-post p,
#the-post ul,
#the-post ul li {
  font-family: 'Lato';
}
body.single-post #the-post a {
  font-size: 1.25rem;
  color: #6da7d8;
}
#the-post h2 {
  font-size: 2rem;
}
#the-post h3 {
  font-size: 1.5rem;
  text-transform: none !important;
}
#the-post ol li {
  font-family: 'lato';
}
@media only screen and (max-width: 920px) {
  body.single-post #the-post .feature-image img {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  body.single-post #the-post a {
    font-size: 1rem !important;
  }
}
#blog-post-list a article .details h5,
#related-posts a article .details h5 {
  color: #202b33;
}
