/*
Theme Name: SGL Financial v1
Theme URI: https://www.sglfinancial.com
Author: Chris Boren / SGL Financial
Author URI: https://www.twitter.com/chrisboren
Description: A custom WordPress theme for SGL Financial
Version: 1.180622.01
License: Copyright 2018 SGL Financial - All Rights Reserved
Text Domain: sgl-financial
*/

mg { max-width:100%; height:auto; }



.btn {
  text-decoration: none;
  display: inline-block;
  padding: .5em 1em;
  -webkit-transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);
  margin: 1em .25em;
  border: 1px solid transparent;
  font-weight: 300;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .btn:hover {
    -webkit-transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1); }
  .btn.btn-large {
    font-size: 1.5em; }
  .btn.btn-small {
    font-size: .75em; }
  .btn:hover {
    -webkit-transform: translateY(-3px) skewX(-12deg);
            transform: translateY(-3px) skewX(-12deg); }

.skew {
  -webkit-transform: skewX(-12deg);
          transform: skewX(-12deg); }
  .skew span {
    -webkit-transform: skewX(12deg);
            transform: skewX(12deg);
    display: inline-block;
    -webkit-font-smoothing: antialiased; }

.btn-skew {
  -webkit-transform: skewX(-12deg);
          transform: skewX(-12deg); }
  .btn-skew:hover {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1); }
    .btn-skew:hover:before, .btn-skew:hover:after {
      -webkit-transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);
      transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1); }
  .btn-skew span {
    -webkit-transform: skewX(12deg);
            transform: skewX(12deg);
    display: inline-block; }

.nav-links .page-numbers span {
  -webkit-transform: skewX(12deg);
          transform: skewX(12deg);
  display: inline-block;
  font-weight: bold; }

.btn-default {
  background-color: #57a53f;
  color: #fff; }
  .btn-default:hover {
    background-color: #67bb4c; }

.btn-blue {
  background-color: #036591;
  color: #fff; }
  .btn-blue:hover {
    background-color: #037db4; }

.btn-green {
  background-color: #57a53f;
  color: #fff; }
  .btn-green:hover {
    background-color: #67bb4c; }

.btn-orange {
  background-color: #f36e2f;
  color: #fff; }
  .btn-orange:hover {
    background-color: #f58651; }

.btn-purple {
  background-color: #64458d;
  color: #fff; }
  .btn-purple:hover {
    background-color: #7550a5; }

.btn-clearWhite {
  background-color: transparent;
  color: #fff;
  border: 1px solid white;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .btn-clearWhite:hover {
    border: 1px solid #67bb4c;
    background-color: #67bb4c; }

.btn-clearGreen {
  background-color: transparent;
  color: #57a53f;
  border: 1px solid #57a53f; }
  .btn-clearGreen:hover {
    border: 1px solid #67bb4c;
    background-color: #67bb4c;
    color: #fff; }

.btn-noMargin {
  padding: 0 !important; }

ul:not(.navbar-main) {
  list-style: none; }
  ul:not(.navbar-main) li {
    position: relative; }
  ul:not(.navbar-main) li:before {
    content: '\f111';
    font-family: 'FontAwesome';
    position: absolute;
    left: -2em;
    top: 0;
    font-size: .5em;
    line-height: 2.8em;
    color: #61B746; }

.color-primary {
  color: #61B746; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

address {
  font-style: normal; }

.fadebox {
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background-color: #fff; }

.btn-lines {
  overflow-x: visible;
  position: relative;
  z-index: 5; }
  .btn-lines:before, .btn-lines:after {
    opacity: .5;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100vw;
    margin-left: calc(-100vw - 1em);
    -webkit-transform: skewX(12deg);
            transform: skewX(12deg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    z-index: 10;
    background-image: url("img/line-green-fade-left.svg");
    -webkit-transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1); }
  .btn-lines:after {
    right: 0;
    margin-left: calc(100% + 1em);
    background-position: left center;
    background-image: url("img/line-green-fade-right.svg"); }
  .btn-lines:hover:before, .btn-lines:hover:after {
    opacity: 1; }

.blockquote, .blockquote p {
  line-height: 1.15em !important; }

.clearfix {
  clear: both; }

.img-right, .img-left {
  width: 33.33%;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.img-right {
  float: right;
  margin: 0 0 2em 1em; }

.img-left {
  float: left;
  margin: 0 2em 1em 0; }

.img-full {
  width: 100%;
  margin: 1em 0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.img-right.img-drop-shadow, .img-left.img-drop-shadow, .img-full.img-drop-shadow {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.12)) drop-shadow(0 1px 2px rgba(0, 0, 0, 0.24));
          filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.12)) drop-shadow(0 1px 2px rgba(0, 0, 0, 0.24)); }

.flexRow {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.flexCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.featuredAccreditations .flexRow {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 4rem; }
  @media screen and (max-width: 700px) {
    .featuredAccreditations .flexRow {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.featuredAccreditations .flex-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  max-width: 250px; }

.featuredAccreditations .flex {
  margin: 1rem 0; }
  .featuredAccreditations .flex a {
    -webkit-filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.25));
            filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.25));
    -webkit-transition: all .15s linear;
    transition: all .15s linear;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    display: block; }
    .featuredAccreditations .flex a:hover {
      -webkit-filter: drop-shadow(0px 3px 9px rgba(0, 0, 0, 0.75));
              filter: drop-shadow(0px 3px 9px rgba(0, 0, 0, 0.75));
      -webkit-transition: all .15s linear;
      transition: all .15s linear;
      -webkit-transform: translateY(-3px) !important;
              transform: translateY(-3px) !important; }

html, body {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  color: #333;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  -webkit-font-feature-settings: "liga" 0;
          font-feature-settings: "liga" 0;
  overflow-x: hidden; }
  html p, html ul, html ol, body p, body ul, body ol {
    line-height: 1.4em; }
  html h1, html h2, html h3, html h4, body h1, body h2, body h3, body h4 {
    font-weight: 300;
    letter-spacing: .025em; }
  html h1, body h1 {
    font-size: 2.75em; }
    html h1 strong, body h1 strong {
      color: #61B746;
      font-weight: 700; }
  html h2, body h2 {
    font-size: 2em;
    font-weight: 400; }
  html h3, body h3 {
    font-size: 1.75em;
    font-weight: 400; }
  html .tagline, body .tagline {
    font-size: 1.5em; }
  @media screen and (max-width: 1100px) {
    html, body {
      font-size: 14px; } }
  @media screen and (max-width: 800px) {
    html, body {
      font-size: 14px; }
      html h1, body h1 {
        font-size: 2em; }
      html h2, body h2 {
        font-size: 1.5em; }
      html h3, body h3 {
        font-size: 1.25em; } }
  @media screen and (max-width: 374px) {
    html, body {
      font-size: 12px; } }

main p, main ul, main ol {
  font-size: 1.25em;
  font-weight: 300;
  xxmax-width: 45em; }

main li > p {
  font-size: 1em; }

a {
  text-decoration: none;
  color: #0376AA; }
  a:hover {
    text-decoration: underline; }

::-moz-selection {
  color: #333;
  background-color: #61B746; }

::selection {
  color: #333;
  background-color: #61B746; }

::-webkit-input-placeholder {
  opacity: 1;
  color: rgba(51, 51, 51, 0.42); }

:-ms-input-placeholder {
  opacity: 1;
  color: rgba(51, 51, 51, 0.42); }

::-ms-input-placeholder {
  opacity: 1;
  color: rgba(51, 51, 51, 0.42); }

::placeholder {
  opacity: 1;
  color: rgba(51, 51, 51, 0.42); }

blockquote {
  font-style: italic;
  border-left: 5px solid rgba(192, 192, 192, 0.5);
  padding-left: 1em; }

strong {
  font-weight: 700; }

main {
  position: relative;
  background-color: #fff;
  padding: 0;
  margin: 0;
  overflow: hidden; }

main h1:first-child {
  margin-top: 0; }

.hidden {
  display: none; }

hr {
  height: 10px;
  border-color: transparent;
  background: transparent url(img/green-line.svg) center center repeat-x;
  background-size: auto .75em;
  background-repeat: repeat-x;
  margin: 2em 0;
  overflow: hidden; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.container {
  display: block;
  width: calc(100% - 4em);
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2em;
  position: relative; }

.contentRight {
  width: 300px; }

.skewWrap {
  display: inline-block;
  float: right;
  shape-outside: ellipse(500px);
  -webkit-transform: skewX(-12deg);
          transform: skewX(-12deg);
  position: relative;
  overflow: hidden;
  -webkit-clip-path: none;
          clip-path: none;
  margin: 0 3em 1em 3em;
  -webkit-box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.33);
          box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.33); }
  .skewWrap img {
    opacity: 0; }
  .skewWrap .skewBgDiv {
    position: absolute;
    background-color: blue;
    -webkit-transform: skewX(12deg);
            transform: skewX(12deg);
    top: 0;
    left: 0;
    width: 128%;
    height: 100%;
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
    background-size: cover; }

.attentionBox {
  display: table;
  margin: 0 auto;
  color: #fff;
  background-color: #61B746;
  font-size: 2em;
  padding: .75em 1.5em;
  text-align: center;
  width: auto; }

.section {
  padding: 10em 0; }
  .section h2.smallCaps, .section h1.smallCaps, .section .btn.smallCaps {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.75em; }
  .section h2.line, .section h1.line, .section .btn.line {
    position: relative;
    display: table;
    margin: 0 auto; }
    .section h2.line:before, .section h2.line:after, .section h1.line:before, .section h1.line:after, .section .btn.line:before, .section .btn.line:after {
      display: inline-block;
      position: absolute;
      top: 0;
      width: 200%;
      content: "It's a secret to everybody.";
      color: transparent;
      margin: 0 1rem;
      background-image: url(img/line-white.svg);
      background-repeat: repeat-x;
      background-size: auto 100%;
      opacity: .25; }
    .section h2.line:before, .section h1.line:before, .section .btn.line:before {
      right: 0;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      background-position: right center; }
    .section h2.line:after, .section h1.line:after, .section .btn.line:after {
      left: 0;
      -webkit-transform: translateX(50%);
              transform: translateX(50%);
      background-position: left center; }
  .section h2.line-green:before, .section h2.line-green:after, .section h1.line-green:before, .section h1.line-green:after, .section .btn.line-green:before, .section .btn.line-green:after {
    background-image: url(img/line-green.svg); }
  .section .btn.line:before, .section .btn.line:after {
    height: 100%;
    width: 300%; }
  .section .btn.line:before {
    -webkit-transform: skewX(12deg) translateX(-50%);
            transform: skewX(12deg) translateX(-50%); }
  .section .btn.line:after {
    -webkit-transform: skewX(12deg) translateX(50%);
            transform: skewX(12deg) translateX(50%); }

.section-white, .section-dark {
  position: relative;
  overflow: hidden; }

.section-dark {
  background-color: #333;
  color: #fff; }
  .section-dark h1.strong {
    color: #61B746; }

.img-responsive {
  width: 100%;
  height: auto; }

.sglAnnouncement {
  z-index: 9000;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #333;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .sglAnnouncement .logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .sglAnnouncement .logos p {
      font-size: 3em;
      padding: .25em 1.5em; }
    @media screen and (max-width: 900px) {
      .sglAnnouncement .logos {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 90vw;
        max-width: 400px;
        margin: 0 auto;
        display: none; } }
  .sglAnnouncement .closeButton {
    min-width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    font-size: 1em;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: .5em;
    padding: .25em .5em;
    position: absolute;
    top: .5em;
    right: 0;
    z-index: 5;
    opacity: .62;
    cursor: pointer; }
    .sglAnnouncement .closeButton:hover {
      opacity: 1; }
  .sglAnnouncement .container {
    padding: 2em 0; }
  .sglAnnouncement .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .sglAnnouncement .content p.larger {
      font-size: 1.25em; }

nav.navbar.navbar-desktop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 60px;
  z-index: 99; }
  nav.navbar.navbar-desktop:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 175%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
    opacity: 1;
    -webkit-transition: all .25s linear;
    transition: all .25s linear; }
  nav.navbar.navbar-desktop .navbar-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    z-index: 0;
    -webkit-transform: translate3D(0px, -125%, 0px);
            transform: translate3D(0px, -125%, 0px);
    -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.55, 0, 0.1, 1);
    transition: -webkit-transform 0.75s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.75s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.75s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.75s cubic-bezier(0.55, 0, 0.1, 1); }
  nav.navbar.navbar-desktop .navbar-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 60px;
    padding: 0 1em;
    z-index: 5;
    color: #fff;
    max-width: 1200px;
    margin: 0 auto; }
  nav.navbar.navbar-desktop .logos {
    display: inline-block;
    position: relative;
    -webkit-transform: translate3D(0px, 2.5em, 0px);
            transform: translate3D(0px, 2.5em, 0px);
    -webkit-transition: all .25s linear;
    transition: all .25s linear; }
  nav.navbar.navbar-desktop .logo, nav.navbar.navbar-desktop .logoAlt {
    height: 50px;
    width: auto;
    z-index: 1;
    -webkit-transition: all .25s linear;
    transition: all .25s linear; }
  nav.navbar.navbar-desktop .logoAlt {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  nav.navbar.navbar-desktop .navbar-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    nav.navbar.navbar-desktop .navbar-right .socialIcons {
      line-height: 2em;
      -webkit-transform: skewX(-12deg);
              transform: skewX(-12deg); }
      nav.navbar.navbar-desktop .navbar-right .socialIcons a {
        border: 1px solid transparent;
        line-height: 2em !important;
        height: 2em;
        display: inline-block;
        color: #fff;
        padding: 0 .25em; }
        nav.navbar.navbar-desktop .navbar-right .socialIcons a:hover {
          background-color: #61B746;
          border-color: #61B746; }
          nav.navbar.navbar-desktop .navbar-right .socialIcons a:hover.icon-facebook {
            background-color: #3b5998;
            border-color: #3b5998; }
          nav.navbar.navbar-desktop .navbar-right .socialIcons a:hover.icon-twitter {
            background-color: #00aced;
            border-color: #00aced; }
          nav.navbar.navbar-desktop .navbar-right .socialIcons a:hover.icon-linkedin {
            background-color: #007bb6;
            border-color: #007bb6; }
          nav.navbar.navbar-desktop .navbar-right .socialIcons a:hover.icon-youtube {
            background-color: #bb0000;
            border-color: #bb0000; }
          nav.navbar.navbar-desktop .navbar-right .socialIcons a:hover.icon-instagram {
            background-color: #bc2a8d;
            border-color: #bc2a8d; }
          nav.navbar.navbar-desktop .navbar-right .socialIcons a:hover.icon-yelp {
            background-color: #D32323;
            border-color: #D32323; }
      nav.navbar.navbar-desktop .navbar-right .socialIcons i {
        -webkit-transform: skewX(12deg);
                transform: skewX(12deg);
        line-height: 2.25em; }
    nav.navbar.navbar-desktop .navbar-right .top {
      margin: .5em 0 .75em;
      padding-top: 2em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transition: all .25s linear;
      transition: all .25s linear;
      max-height: 100px;
      font-size: .9em; }
      nav.navbar.navbar-desktop .navbar-right .top > * {
        padding: 0 .5em;
        margin-top: 0;
        margin-bottom: 0; }
      nav.navbar.navbar-desktop .navbar-right .top > *:last-child {
        padding-right: 0; }
      nav.navbar.navbar-desktop .navbar-right .top .btn {
        margin: 0;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
                box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
      nav.navbar.navbar-desktop .navbar-right .top .info {
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        font-weight: 400; }
        nav.navbar.navbar-desktop .navbar-right .top .info a {
          color: #fff;
          text-decoration: none; }
    nav.navbar.navbar-desktop .navbar-right .bottom {
      margin: .25em 0;
      text-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
      font-size: 1.1em; }
    nav.navbar.navbar-desktop .navbar-right .navbar-main {
      list-style: none;
      margin: 0;
      padding: 0;
      font-weight: 400; }
      nav.navbar.navbar-desktop .navbar-right .navbar-main li {
        display: inline-block;
        margin: 0 .5em;
        color: #fff;
        cursor: default; }
        nav.navbar.navbar-desktop .navbar-right .navbar-main li.menu-item-has-children > a:after {
          content: '\f0d7';
          font-family: 'FontAwesome';
          font-size: .75em;
          margin-left: .5rem; }
        nav.navbar.navbar-desktop .navbar-right .navbar-main li.alwaysGreen {
          margin-left: .75em; }
        nav.navbar.navbar-desktop .navbar-right .navbar-main li a {
          display: block;
          text-decoration: none;
          color: inherit;
          border-bottom: 2px solid transparent;
          -webkit-transition: all .15s linear;
          transition: all .15s linear;
          cursor: pointer; }
          nav.navbar.navbar-desktop .navbar-right .navbar-main li a:hover {
            border-bottom: 2px solid #61B746;
            -webkit-transition: all .15s linear;
            transition: all .15s linear; }
        nav.navbar.navbar-desktop .navbar-right .navbar-main li ul {
          display: block;
          padding: 0;
          position: absolute;
          background-color: #61B746;
          margin: 0 0 0 -.5em;
          -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
                  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          visibility: none;
          opacity: 0;
          height: 0;
          overflow: hidden;
          -webkit-transition: all .25s linear;
          transition: all .25s linear;
          min-width: 150px; }
          nav.navbar.navbar-desktop .navbar-right .navbar-main li ul li {
            display: block;
            margin: 0;
            padding: 0;
            color: #fff;
            cursor: pointer;
            border-bottom: 2px solid transparent;
            -webkit-transition: all 0s linear;
            transition: all 0s linear;
            font-weight: normal; }
            nav.navbar.navbar-desktop .navbar-right .navbar-main li ul li:before {
              display: none; }
            nav.navbar.navbar-desktop .navbar-right .navbar-main li ul li:not(:last-child) a {
              border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
            nav.navbar.navbar-desktop .navbar-right .navbar-main li ul li a {
              padding: .5em 2em .5em 1em; }
            nav.navbar.navbar-desktop .navbar-right .navbar-main li ul li:hover {
              border-bottom: 2px solid #fff;
              opacity: 1;
              font-weight: bold;
              letter-spacing: 0; }
        nav.navbar.navbar-desktop .navbar-right .navbar-main li:hover ul {
          display: block;
          opacity: 1;
          padding: .5em 1em .25em;
          height: auto;
          -webkit-transition: all .25s linear;
          transition: all .25s linear; }
  nav.navbar.navbar-desktop.active:before {
    -webkit-transform: translate3D(0px, -150%, 0px);
            transform: translate3D(0px, -150%, 0px); }
  nav.navbar.navbar-desktop.active .logos {
    -webkit-transform: translate3D(0px, 0, 0px);
            transform: translate3D(0px, 0, 0px);
    -webkit-transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1); }
  nav.navbar.navbar-desktop.active .logo {
    opacity: 0;
    -webkit-transition: all .25s linear;
    transition: all .25s linear; }
  nav.navbar.navbar-desktop.active .logoAlt {
    opacity: 1;
    -webkit-transition: all .25s linear;
    transition: all .25s linear; }
  nav.navbar.navbar-desktop.active .logo, nav.navbar.navbar-desktop.active .logoAlt {
    height: 40px;
    margin-bottom: -15px; }
  nav.navbar.navbar-desktop.active .navbar-background {
    -webkit-transform: translate3D(0px, 0px, 0px);
            transform: translate3D(0px, 0px, 0px); }
  nav.navbar.navbar-desktop.active .navbar-right .top {
    max-height: 1px;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);
    padding: 0;
    margin: 0; }
  nav.navbar.navbar-desktop.active .navbar-main li {
    color: #333;
    text-shadow: none; }
  nav.navbar.navbar-desktop.active .navCTA a {
    background-color: #57a53f;
    color: #fff !important;
    padding: .125em .5em;
    margin: -.125em -.5em;
    -webkit-transform: skewX(-12deg);
            transform: skewX(-12deg); }
    nav.navbar.navbar-desktop.active .navCTA a:hover {
      -webkit-transform: skewX(-12deg);
              transform: skewX(-12deg);
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
              box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
      background-color: #67bb4c; }
    nav.navbar.navbar-desktop.active .navCTA a span {
      -webkit-transform: skewX(12deg);
              transform: skewX(12deg);
      display: inline-block; }

.alwaysGreen.navCTA a {
  background-color: #57a53f;
  color: #fff !important;
  padding: .5em 1em .25em;
  font-size: .8em;
  text-transform: uppercase;
  font-weight: bold;
  margin: -.125em -.5em;
  -webkit-transform: skewX(-12deg);
          transform: skewX(-12deg); }
  .alwaysGreen.navCTA a:hover {
    -webkit-transform: skewX(-12deg);
            transform: skewX(-12deg);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background-color: #67bb4c; }
  .alwaysGreen.navCTA a span {
    -webkit-transform: skewX(12deg);
            transform: skewX(12deg);
    display: inline-block; }

.navbar-mobile {
  min-height: 5em;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: visible;
  display: none;
  z-index: 99; }
  .navbar-mobile .navbar {
    max-height: 0px;
    height: calc(100vh + 60px);
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    position: absolute;
    top: 5em;
    width: 100%;
    background-color: #0376aa;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#025378), to(#0376aa));
    background-image: linear-gradient(to bottom right, #025378, #0376aa);
    overflow: auto; }
    .navbar-mobile .navbar.toggled {
      max-height: 999px;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      -webkit-transition-delay: 0s;
              transition-delay: 0s;
      -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
              box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
      height: calc(100vh - 5em); }
    .navbar-mobile .navbar ul, .navbar-mobile .navbar ul li, .navbar-mobile .navbar ul li a {
      list-style: none;
      margin: 0;
      padding: 0;
      color: #fff;
      text-decoration: none; }
      .navbar-mobile .navbar ul:before, .navbar-mobile .navbar ul li:before, .navbar-mobile .navbar ul li a:before {
        display: none; }
    .navbar-mobile .navbar .navbar-main {
      padding: 1em 0 2em;
      min-height: calc(100% - 8em);
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      overflow: auto; }
    .navbar-mobile .navbar li {
      font-size: 2rem;
      padding: .25em 1em !important;
      line-height: 1.5em;
      font-weight: normal; }
      .navbar-mobile .navbar li a {
        display: block; }
    /*.navbar-mobile .navbar li ul {
      padding: 0 !important; }*/
    /*.navbar-mobile .navbar .menu-item-has-children {
      padding: 0 !important; }*/
    /*.navbar-mobile .navbar .menu-item-has-children > a {
      display: none; }*/
      
     /******** show/hide submenu levels via CSS transition of max-height ********/
	/* applies to >= 2nd level submenus - these rules for submenus prevent nested submenus from being shown when a parent menu is closed */
	.navbar-mobile .navbar li ul {
		display: block;
		overflow: hidden;
		transition: .3s ease-in-out;
		max-height: 0 }

	/* applies to the submenu of the expanded item >= 2nd level */
	.navbar-mobile .navbar li.expanded > ul {
		max-height: 2000px; }
		
	/* indent submenu title when wrapping */
	.navbar-mobile .navbar li.expanded > ul li {
		margin-left: 1em;
		text-indent: -1em;
		padding-bottom: 0 !important; }
    
    /* submenu expander icon and location */
    .submenu-expander {
	    display: block;
	    position: absolute;
	    margin-top: 3px;
	    right: .75em;
	    height: 30px;
	    width: 30px;
	    cursor: pointer;
	    border-radius: 2px }
	.submenu-expander span {
		background-color: #fff;
		display: block;
		position: absolute;
		height: 3px;
		width: 16px;
		opacity: 1;
		left: 7px;
		transform: rotate(0deg);
		transition: .25s ease-in-out;
		top: calc(50% - 1px) }
	.submenu-expander > span:nth-child(1) {
		transform: rotate(90deg) }
	.submenu-expander > span:nth-child(2) {
		transform: rotate(-90deg) }
	.expanded > .submenu-expander > span:nth-child(1),
	.expanded > .submenu-expander > span:nth-child(2) {
		transform: rotate(0deg) }
	.expanded > .submenu-expander > span:nth-child(3) {
		width: 0; left: 50% }
          
    .navbar-mobile .navbar .alwaysGreen {
      font-size: 1.5rem;
      display: inline-block;
      padding: .5em 2em;
      margin: 1rem auto;
      font-weight: bold;
      display: none; }
      .navbar-mobile .navbar .alwaysGreen a {
        display: inline-block;
        padding: .5em 2em; }
  .navbar-mobile .navbar-toggle {
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    text-align: center;
    color: #333;
    border-radius: 2px;
    cursor: default;
    font-size: 2rem; }
  .navbar-mobile .navbar-static {
    width: calc(100% - 2em);
    height: 3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1em;
    z-index: 10;
    position: relative; }
    .navbar-mobile .navbar-static .logo {
      overflow: hidden;
      height: 5em; }
      .navbar-mobile .navbar-static .logo img {
        width: auto;
        height: 4em;
        margin-top: 1.25em; }
  .navbar-mobile .navbar-background {
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    height: 5em;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.navbar-mobile .navbar .socialIcons {
  max-width: 400px;
  margin: 1em auto 0;
  padding: 0 1.5em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .navbar-mobile .navbar .socialIcons a:after {
    display: none !important; }
  .navbar-mobile .navbar .socialIcons a {
    border-radius: 0;
    margin: 0; }

header {
  height: 92vh;
  background-color: grey;
  position: relative;
  z-index: 5; }
  header.page {
    height: 500px; }
  header.blog {
    height: 200px; }
  header .bgImage {
    position: absolute;
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    -webkit-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px);
    will-change: transform;
    z-index: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.3))), url("img/bg-city-night-1920.jpg");
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3)), url("img/bg-city-night-1920.jpg"); }
    header .bgImage.city {
      background-image: url("img/bg-field-sunrise-blur.jpg"); }
  header .bgOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    overflow: hidden;
    background-image: url(img/gradient-bottom-white.png);
    background-position: bottom center;
    background-repeat: repeat-x; }
  header.page .bgOverlay, header.blog .bgOverlay {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, rgba(255, 255, 255, 0)), to(white));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 75%, white 100%);
    background-image: none; }
  header .header-content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    header .header-content p.headline {
      font-size: 3.5em;
      color: #fff;
      text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
      line-height: 1.25em;
      font-weight: 400; }
      header .header-content p.headline strong {
        font-weight: 900; }
    header .header-content p.headline2 {
      text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
      font-size: 2.75em;
      color: #fff;
      line-height: 1.15em;
      margin: 0; }
      header .header-content p.headline2 .line {
        display: block; }
        header .header-content p.headline2 .line:nth-child(1), header .header-content p.headline2 .line:nth-child(3) {
          font-weight: 300; }
        header .header-content p.headline2 .line:nth-child(2) {
          font-weight: 700;
          font-size: 1.15em; }
        header .header-content p.headline2 .line:nth-child(1) i {
          font-size: 1.4em; }
        header .header-content p.headline2 .line:nth-child(3) i {
          font-size: 1.25em; }
        header .header-content p.headline2 .line:nth-child(2) {
          margin-left: 1em; }
        header .header-content p.headline2 .line:nth-child(3) {
          margin-left: .5em; }
    header .header-content p.headline-cta {
      font-size: 1.5em; }
  header.page .headline2 {
    padding-top: 4em; }
  header.blog .headline2 {
    padding-top: 2em; }
  header .headerContent2 {
    position: relative;
    height: 92vh;
    width: 100%;
    overflow: hidden;
    max-height: 100% !important; }
  header.page .headerContent2 {
    height: 500px; }
  header .blog .headerContent2 {
    min-height: 200px; }
  header .featuredNews {
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    padding-top: 0;
    padding-bottom: 4em; }

.skewBoxes {
  position: absolute;
  bottom: -3em;
  right: 2em;
  width: 100%;
  height: 100%;
  z-index: 2; }
  .skewBoxes .skewContainer {
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .skewBoxes .skewBox {
    width: 150px;
    height: 400px;
    background-color: #0376AA;
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 0) skewX(-12deg);
            transform: translate3d(0, 0, 0) skewX(-12deg);
    background-blend-mode: multiply;
    opacity: .5;
    margin: 0 .5em;
    background-size: auto 150vh;
    background-position: center bottom;
    -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.5));
            filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.5)); }
    .skewBoxes .skewBox.skewBox-green {
      background-color: #61B746;
      -webkit-transition: all .33s ease-in-out .15s;
      transition: all .33s ease-in-out .15s; }
    .skewBoxes .skewBox.skewBox-blue {
      background-color: #0376AA;
      -webkit-transition: all .33s ease-in-out .2s;
      transition: all .33s ease-in-out .2s; }
    .skewBoxes .skewBox.skewBox-orange {
      background-color: #F47F47;
      -webkit-transition: all .33s ease-in-out .25s;
      transition: all .33s ease-in-out .25s; }
    .skewBoxes .skewBox.skewBox-purple {
      background-color: #704D9E;
      -webkit-transition: all .33s ease-in-out .3s;
      transition: all .33s ease-in-out .3s; }
  .skewBoxes .skewBox-hidden {
    opacity: 0;
    -webkit-transform: translate3D(50%, 0, 0) skewX(-24deg);
            transform: translate3D(50%, 0, 0) skewX(-24deg); }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  z-index: 0; }

.videoWrapper video, .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

header.frontPage {
  height: 92vh;
  height: none !important;
  max-height: 1080px !important; }

.featuredIn {
  width: 100%;
  text-align: center;
  margin-bottom: 2em;
  opacity: .62;
  font-style: italic; }
  .featuredIn:before, .featuredIn:after {
    content: '\2014'; }

.featuredLogos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  .featuredLogos > .business-logo {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 3em;
    text-align: center; }
  .featuredLogos img {
    max-width: 100%;
    max-height: 60px;
    height: auto; }

.leadMagnet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .leadMagnet .left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 1em; }
  .leadMagnet .right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 1em;
    text-align: center; }
  .leadMagnet img {
    width: 100%; }

.iconList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative; }
  .iconList .item {
    -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -ms-flex-preferred-size: calc(33% - 4em);
        flex-basis: calc(33% - 4em);
    text-align: center;
    padding: 1em;
    margin: 1em; }
    .iconList .item.item-blue {
      -ms-flex-preferred-size: calc(25% - 4em);
          flex-basis: calc(25% - 4em); }
    .iconList .item .icon {
      width: 100%;
      text-align: center;
      -webkit-transition: all .25 ease-in-out;
      transition: all .25 ease-in-out;
      margin-bottom: 3em; }
      .iconList .item .icon img {
        max-width: 50%;
        max-height: 6em;
        padding: 2em; }
    .iconList .item .caption {
      font-size: 1.25em; }
    .iconList .item .content {
      margin: 1em;
      max-height: 0;
      overflow: hidden;
      opacity: 0;
      -webkit-transition: opacity 0.45s cubic-bezier(0.55, 0, 0.1, 1);
      transition: opacity 0.45s cubic-bezier(0.55, 0, 0.1, 1);
      -webkit-transition-delay: .05s;
              transition-delay: .05s; }
    .iconList .item .slider-container {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
      transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1); }
      .iconList .item .slider-container > div {
        padding: 0 1em; }
    .iconList .item .slider-content {
      position: absolute;
      bottom: 0;
      -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
      transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
      font-size: 1em; }
    @media screen and (min-width: 801px) {
      .iconList .item:hover {
        -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
        transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
        -webkit-transform: scale(1) translateY(-0.25em);
                transform: scale(1) translateY(-0.25em);
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
                box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
        cursor: pointer; }
        .iconList .item:hover .content {
          -webkit-transition: opacity 0.45s cubic-bezier(0.55, 0, 0.1, 1);
          transition: opacity 0.45s cubic-bezier(0.55, 0, 0.1, 1);
          -webkit-transition-delay: .05s;
                  transition-delay: .05s;
          overflow: visible;
          opacity: 1; }
        .iconList .item:hover .slider-container {
          background-color: rgba(255, 255, 255, 0.75);
          -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
          transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1); }
        .iconList .item:hover.item-blue .slider-container {
          background-color: rgba(3, 118, 170, 0.75); }
        .iconList .item:hover .slider-content {
          bottom: 50%;
          -webkit-transition: bottom 0.5s cubic-bezier(0.55, 0, 0.1, 1);
          transition: bottom 0.5s cubic-bezier(0.55, 0, 0.1, 1); } }

.timeline {
  padding: 4em 4em 0; }
  .timeline .timeline-top, .timeline .timeline-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 2em 0; }
    .timeline .timeline-top .timeline-item, .timeline .timeline-bottom .timeline-item {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: center;
      overflow: hidden;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      position: relative;
      -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
      transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
      max-height: none;
      height: auto; }
      .timeline .timeline-top .timeline-item .timeline-title, .timeline .timeline-bottom .timeline-item .timeline-title {
        -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
        transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1); }
      @media screen and (min-width: 801px) {
        .timeline .timeline-top .timeline-item:hover, .timeline .timeline-bottom .timeline-item:hover {
          background-color: rgba(255, 255, 255, 0.75);
          -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
                  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
          transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1); }
          .timeline .timeline-top .timeline-item:hover .timeline-icon, .timeline .timeline-bottom .timeline-item:hover .timeline-icon {
            opacity: .25;
            -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
            transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1); }
          .timeline .timeline-top .timeline-item:hover .timeline-title, .timeline .timeline-bottom .timeline-item:hover .timeline-title {
            opacity: 0;
            -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
            transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1); } }
    .timeline .timeline-top .timeline-expanded, .timeline .timeline-bottom .timeline-expanded {
      position: absolute;
      left: 0;
      top: 2em;
      font-size: 1em;
      line-height: 1.15em;
      padding: 0 1em;
      -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
      transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: calc(100% - 2em);
      height: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .timeline .timeline-top .timeline-expanded .headline, .timeline .timeline-bottom .timeline-expanded .headline {
        font-size: 1.25em;
        line-height: 1.15em;
        color: #0376AA;
        padding: 0 0 1em 0; }
    .timeline .timeline-top .timeline-icon, .timeline .timeline-bottom .timeline-icon {
      padding: 1em 0;
      -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
      transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1); }
      .timeline .timeline-top .timeline-icon img, .timeline .timeline-bottom .timeline-icon img {
        width: 40%; }
  .timeline .timeline-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%; }
  .timeline .timeline-top {
    -webkit-transform: translateX(-8%);
            transform: translateX(-8%); }
    .timeline .timeline-top .timeline-expanded {
      -webkit-transform: translateY(150%);
              transform: translateY(150%); }
    .timeline .timeline-top .timeline-item:hover .timeline-expanded {
      -webkit-transform: translateY(0px);
              transform: translateY(0px); }
  .timeline .timeline-bottom {
    -webkit-transform: translateX(8%);
            transform: translateX(8%); }
    .timeline .timeline-bottom .timeline-expanded {
      -webkit-transform: translateY(-150%);
              transform: translateY(-150%); }
    .timeline .timeline-bottom .timeline-item:hover .timeline-expanded {
      -webkit-transform: translateY(0px);
              transform: translateY(0px); }
    .timeline .timeline-bottom .timeline-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
  .timeline .timeline-title {
    padding: 1em 0;
    height: 2.5em;
    font-size: 1.25rem;
    color: #0376AA; }

.timeline-line {
  width: 100%;
  height: 1px;
  background-color: rgba(51, 51, 51, 0.62);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  .timeline-line .timeline-dot {
    height: 10px;
    width: 10px;
    margin-top: -5px;
    border-radius: 100%;
    display: inline-block;
    background-color: #0376aa;
    position: relative; }
    .timeline-line .timeline-dot:nth-child(odd):after {
      content: '';
      position: absolute;
      background-color: #0376AA;
      width: 2px;
      height: 1em;
      top: -1em;
      left: 4px;
      border-top-left-radius: 100%;
      border-top-right-radius: 100%; }
    .timeline-line .timeline-dot:nth-child(even):after {
      content: '';
      position: absolute;
      background-color: #0376AA;
      width: 2px;
      height: 1em;
      top: .5em;
      left: 4px;
      border-bottom-left-radius: 100%;
      border-bottom-right-radius: 100%; }

.section-shadow, .section-shadow2 {
  z-index: 10;
  -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
          box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  display: block;
  position: relative; }

.section-shadow2 {
  z-index: 11; }

.section-hidden {
  display: none; }

.section-founders {
  background-image: url(img/welcome-from-founders-2018-bg.jpg);
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 4em; }
  .section-founders .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .section-founders .container > div {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
  .section-founders .teamPhotos {
    display: block;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: -1em; }
    .section-founders .teamPhotos .skewWrap {
      float: none;
      margin: .5em;
      height: 100px;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
  .section-founders .btnContainer {
    margin-left: -1em; }
  .section-founders .btnContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .section-founders .mobileOnly {
    display: none; }

.followMedia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8em 0;
  position: relative;
  z-index: 1; }
  .followMedia .left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .followMedia .left h1 {
      padding-top: 0; }
  .followMedia .right {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding-left: 5em; }
    .followMedia .right .block {
      cursor: pointer;
      -webkit-transition: all .15s linear;
      transition: all .15s linear;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      background-color: rgba(255, 255, 255, 0.75);
      color: #333;
      min-width: 20%;
      text-align: center;
      -webkit-transform: skewX(-12deg);
              transform: skewX(-12deg);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 12em;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      justify-content: center;
      -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
              box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
      .followMedia .right .block.block-inactive {
        cursor: not-allowed; }
      .followMedia .right .block img, .followMedia .right .block svg {
        max-width: 90%;
        width: 100%;
        max-height: 4rem; }
      .followMedia .right .block.block-blog {
        background-color: rgba(97, 183, 70, 0.6); }
        .followMedia .right .block.block-blog p {
          color: #fff; }
        .followMedia .right .block.block-blog path {
          stroke: #fff; }
      .followMedia .right .block.block-tv {
        background-color: rgba(3, 118, 170, 0.6); }
        .followMedia .right .block.block-tv p {
          color: #fff; }
        .followMedia .right .block.block-tv path {
          stroke: #fff; }
      .followMedia .right .block.block-podcast {
        background-color: rgba(244, 127, 71, 0.75); }
        .followMedia .right .block.block-podcast p {
          color: #fff; }
        .followMedia .right .block.block-podcast path {
          stroke: #fff; }
      .followMedia .right .block.block-media {
        background-color: rgba(112, 77, 158, 0.6); }
        .followMedia .right .block.block-media p {
          color: #fff; }
        .followMedia .right .block.block-media path {
          stroke: #fff; }
        .followMedia .right .block.block-media path.st1 {
          fill: #fff; }
      .followMedia .right .block p {
        -webkit-transform: skewX(12deg);
                transform: skewX(12deg);
        padding: 0;
        margin: 0;
        text-align: center; }
      .followMedia .right .block:hover {
        -webkit-transition: all .15s linear;
        transition: all .15s linear;
        margin-bottom: .5em;
        margin-top: -.5em;
        -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
                box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
        .followMedia .right .block:hover.block-blog {
          background-color: rgba(255, 255, 255, 0.9); }
          .followMedia .right .block:hover.block-blog p {
            color: #61B746; }
          .followMedia .right .block:hover.block-blog path {
            stroke: #61B746; }
        .followMedia .right .block:hover.block-tv {
          background-color: rgba(255, 255, 255, 0.9); }
          .followMedia .right .block:hover.block-tv p {
            color: #0376AA; }
          .followMedia .right .block:hover.block-tv path {
            stroke: #0376AA; }
        .followMedia .right .block:hover.block-podcast {
          background-color: rgba(255, 255, 255, 0.9); }
          .followMedia .right .block:hover.block-podcast p {
            color: #F47F47; }
          .followMedia .right .block:hover.block-podcast path {
            stroke: #F47F47; }
        .followMedia .right .block:hover.block-media {
          background-color: rgba(255, 255, 255, 0.9); }
          .followMedia .right .block:hover.block-media p {
            color: #704D9E; }
          .followMedia .right .block:hover.block-media path {
            stroke: #704D9E; }
          .followMedia .right .block:hover.block-media path.st1 {
            fill: #704D9E; }

.socialIcons {
  font-size: 1.25em; }
  .socialIcons a.social {
    margin: .25em;
    display: inline-block;
    line-height: 2em;
    text-align: center;
    height: 2em;
    width: 2em;
    background-color: #333;
    color: #fff;
    border-radius: 2em;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
    .socialIcons a.social:hover {
      -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
              box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .socialIcons a.social-facebook {
    background-color: #3b5998;
    -webkit-transition: all .15s linear;
    transition: all .15s linear; }
    .socialIcons a.social-facebook:hover {
      background-color: #fff;
      color: #3b5998;
      -webkit-transition: all .15s linear;
      transition: all .15s linear; }
  .socialIcons a.social-twitter {
    background-color: #00aced;
    -webkit-transition: all .15s linear;
    transition: all .15s linear; }
    .socialIcons a.social-twitter:hover {
      background-color: #fff;
      color: #00aced;
      -webkit-transition: all .15s linear;
      transition: all .15s linear; }
  .socialIcons a.social-linkedin {
    background-color: #007bb6;
    -webkit-transition: all .15s linear;
    transition: all .15s linear; }
    .socialIcons a.social-linkedin:hover {
      background-color: #fff;
      color: #007bb6;
      -webkit-transition: all .15s linear;
      transition: all .15s linear; }
  .socialIcons a.social-youtube {
    background-color: #bb0000;
    -webkit-transition: all .15s linear;
    transition: all .15s linear; }
    .socialIcons a.social-youtube:hover {
      background-color: #fff;
      color: #bb0000;
      -webkit-transition: all .15s linear;
      transition: all .15s linear; }
  .socialIcons a.social-yelp {
    background-color: #D32323;
    -webkit-transition: all .15s linear;
    transition: all .15s linear; }
    .socialIcons a.social-yelp:hover {
      background-color: #fff;
      color: #D32323;
      -webkit-transition: all .15s linear;
      transition: all .15s linear; }
  .socialIcons a.social-instagram {
    background-color: #bc2a8d;
    -webkit-transition: all .15s linear;
    transition: all .15s linear;
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), -webkit-gradient(linear, left top, left bottom, from(#6559ca), color-stop(30%, #bc318f), color-stop(50%, #e33f5f), color-stop(70%, #f77638), to(#fec66d));
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }
    .socialIcons a.social-instagram:hover {
      background-color: #fff;
      background: #fff;
      color: #bc2a8d;
      -webkit-transition: all .15s linear;
      transition: all .15s linear; }

.followMedia-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #025378;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 83, 120, 0.95)), to(rgba(2, 66, 95, 0.95))), url("img/bg-sgl-team-bw.jpg");
  background-image: linear-gradient(to bottom, rgba(2, 83, 120, 0.95), rgba(2, 66, 95, 0.95)), url("img/bg-sgl-team-bw.jpg");
  background-size: cover;
  background-position: center center;
  z-index: 0;
  top: 0;
  left: 0; }

.section-ready {
  background-color: #0376AA;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 83, 120, 0.95)), to(rgba(2, 66, 95, 0.95))), url("img/bg-stock-exchange.jpg");
  background-image: linear-gradient(to bottom, rgba(2, 83, 120, 0.95), rgba(2, 66, 95, 0.95)), url("img/bg-stock-exchange.jpg");
  background-size: cover;
  background-position: center center; }

.section-specialized {
  background-color: #025378;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 83, 120, 0.85)));
  background-image: linear-gradient(to bottom, rgba(2, 83, 120, 0.85)); }
  .section-specialized .section-specialized-bg {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 83, 120, 0.85)), to(rgba(2, 66, 95, 0.85))), url("img/bg-skyline-south-bw.jpg");
    background-image: linear-gradient(to bottom, rgba(2, 83, 120, 0.85), rgba(2, 66, 95, 0.85)), url("img/bg-skyline-south-bw.jpg");
    background-size: cover;
    background-position: center center; }

.section-whyChoose2 {
  padding: 0;
  z-index: 15;
  position: relative;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow: visible;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
  .section-whyChoose2 .left, .section-whyChoose2 .right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 4em 0; }
  .section-whyChoose2 .left {
    background-image: url(img/group-19.png);
    background-size: 700px;
    background-repeat: no-repeat;
    background-position: bottom right;
    padding-right: 20px;
    margin-right: -20px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .section-whyChoose2 .left .content {
      margin: 5em 0;
      max-width: 600px;
      width: calc(100% - 4em);
      float: right; }
      .section-whyChoose2 .left .content strong {
        color: #fff; }
  .section-whyChoose2 .right {
    padding: 2em 4em 0em 1em;
    margin: -2em -4em -2em 0;
    background-color: #404040;
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
            box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    font-size: 1.5em;
    -webkit-transform: skewX(-12deg);
            transform: skewX(-12deg);
    -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: -webkit-transform 1.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 1.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 1.5s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 1.5s cubic-bezier(0.55, 0, 0.1, 1); }
    .section-whyChoose2 .right.notActive {
      -webkit-transform: skewX(-12deg) translateX(100%);
              transform: skewX(-12deg) translateX(100%); }
    .section-whyChoose2 .right li, .section-whyChoose2 .right p {
      -webkit-transform: skewX(12deg);
              transform: skewX(12deg); }
  .section-whyChoose2 ol {
    list-style: none;
    margin: 3em 0; }
  .section-whyChoose2 li {
    counter-increment: item;
    margin: .5em 0; }
  .section-whyChoose2 li:before {
    margin-right: 10px;
    content: counter(item);
    background: #61B746;
    border-radius: 100%;
    color: #fff;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    text-align: center;
    display: inline-block; }
  .section-whyChoose2 .whyChoose {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .section-whyChoose2 .whyChoose > div {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
  .section-whyChoose2 .left {
    margin-right: 2em; }

.signatures {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }
  .signatures .signature {
    padding: 1em 2em;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .signatures .signature img {
      width: 100%; }

.frontPosts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }
  .frontPosts a {
    color: white;
    text-decoration: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
    border-radius: .25rem;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 90%; }
    .frontPosts a:hover {
      background-color: rgba(255, 255, 255, 0.25);
      -webkit-transform: translate3d(0px, -0.25rem, 0px);
              transform: translate3d(0px, -0.25rem, 0px);
      -webkit-box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.25);
              box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.25); }
  .frontPosts .post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 1em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .frontPosts .thumbnail-container {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .frontPosts .thumbnail {
    width: 100%;
    height: 0px;
    padding-bottom: 75%;
    background-position: center;
    background-size: cover;
    border-radius: .25rem; }
  .frontPosts .content {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
    margin-left: 1rem; }
    .frontPosts .content p {
      margin: 0;
      line-height: 1em;
      font-weight: normal; }
    .frontPosts .content .title {
      font-weight: bold;
      font-size: 1.15em;
      letter-spacing: -.025em; }
    .frontPosts .content .info {
      font-size: .9em; }

.latestBlock h3 {
  text-align: Center; }

footer {
  background-size: cover;
  background-position: center center;
  background: #333; }
  footer .section-footer {
    background-color: rgba(51, 51, 51, 0.95);
    color: white; }
  footer .title {
    font-size: 1.25em; }
  footer .container-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  footer .flex-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  footer .footer-logo {
    width: 100%;
    max-width: 300px; }
  footer .socialIcons {
    font-size: .75rem;
    padding: 1em 0; }
  footer .copyright {
    font-size: .8em; }
    footer .copyright p {
      line-height: 1em; }
  footer .section:last-child {
    padding-bottom: 1em;
    padding-top: 5em; }
  footer .footer-links {
    text-align: center; }
    footer .footer-links a {
      color: #fff;
      text-decoration: none;
      padding: 0 1em;
      margin: 0;
      text-transform: uppercase;
      border: 1px solid transparent; }
      footer .footer-links a:hover {
        text-decoration: underline; }
    footer .footer-links a:not(:first-child) {
      border-left: 1px solid white; }
  footer .phone {
    font-size: 2rem;
    font-weight: 700; }
  footer .footer-center, footer .footer-left, footer .footer-right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 2em 0; }
    footer .footer-center p, footer .footer-left p, footer .footer-right p {
      margin: 0;
      padding: 0;
      line-height: 1.15em; }
  footer address {
    color: white; }
    footer address a {
      color: rgba(255, 255, 255, 0.62);
      text-decoration: none; }
      footer address a:hover {
        text-decoration: underline; }
    footer address .phone, footer address .email {
      display: inline-block;
      padding: 1em .5em; }

footer form .your-email {
  width: calc(80% - 2em);
  position: relative;
  display: inline-block;
  margin-top: .5em; }

footer form .newsletter-email, footer form .newsletter-submit {
  font-size: 1rem; }

footer form .newsletter-email {
  margin: 0;
  display: inline-block;
  background-color: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.125); }
  footer form .newsletter-email::-webkit-input-placeholder {
    color: #fff !important;
    opacity: .62;
    font-style: italic; }
  footer form .newsletter-email:-ms-input-placeholder {
    color: #fff !important;
    opacity: .62;
    font-style: italic; }
  footer form .newsletter-email::-ms-input-placeholder {
    color: #fff !important;
    opacity: .62;
    font-style: italic; }
  footer form .newsletter-email::placeholder {
    color: #fff !important;
    opacity: .62;
    font-style: italic; }

footer form .newsletter-submit {
  max-width: 30%;
  display: inline-block;
  margin: 0 0 0 0.5em !important;
  background-color: rgba(255, 255, 255, 0.125);
  font-weight: bold;
  color: white;
  border: 1px solid transparent; }
  footer form .newsletter-submit:hover {
    color: #fff; }

.footer-right-float {
  float: right;
  position: relative;
  display: inline-block;
  width: auto;
  max-width: 280px; }
  .footer-right-float div {
    width: auto; }
  .footer-right-float p, .footer-right-float span, .footer-right-float input, .footer-right-float div, .footer-right-float form {
    display: inline; }
  .footer-right-float > p {
    display: table; }
  .footer-right-float .wpcf7-response-output {
    position: absolute;
    width: 100%;
    left: 0;
    top: -5em;
    display: none; }
  .footer-right-float .ajax-loader {
    display: none !important; }

.page h1 {
  position: relative;
  display: inline-block; }
  .page h1:after {
    content: '';
    width: 100vw;
    display: inline-block;
    position: absolute;
    left: calc(100% + .25em);
    height: .25em;
    bottom: .15em;
    background-image: url(img/line-green.svg);
    background-position: left left;
    background-repeat: repeat-x;
    background-size: auto 100%; }
  .page h1.noLine:after {
    display: none; }

.teamBoxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.teamBox {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: #61B746;
  color: #fff;
  -ms-flex-preferred-size: calc(33% - 1em);
      flex-basis: calc(33% - 1em);
  max-width: calc(33% - 1em);
  position: relative;
  min-height: 16em;
  overflow: hidden;
  background-image: url(img/bg-our-team.jpg);
  background-size: cover;
  margin: 1em 0; }
  .teamBox .portrait {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: absolute;
    height: 100%;
    width: auto;
    overflow-y: visible;
    bottom: 0;
    right: 0;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    z-index: 5; }
    .teamBox .portrait img {
      height: calc(100% - 2em);
      -webkit-filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.19)) drop-shadow(0 6px 6px rgba(0, 0, 0, 0.23));
              filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.19)) drop-shadow(0 6px 6px rgba(0, 0, 0, 0.23));
      image-rendering: crisp-edges;
      width: auto;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      -webkit-transform-origin: bottom right;
              transform-origin: bottom right;
      -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1); }
  .teamBox .caption {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 100%;
    background-color: #61B746;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    position: absolute;
    bottom: calc(50% - 3.5em);
    padding: .5em;
    z-index: 3; }
    .teamBox .caption strong {
      font-weight: 900; }
    .teamBox .caption .name {
      font-size: 1.25em; }
      .teamBox .caption .name span {
        font-size: .66em;
        font-weight: normal; }
    .teamBox .caption .title {
      font-style: italic; }
  .teamBox .background {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(97, 183, 70, 0.5);
    z-index: 1; }
  .teamBox .bio {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: absolute;
    height: 100%;
    font-size: .8em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 0;
    z-index: 2; }
    .teamBox .bio p {
      margin-bottom: 4em;
      line-height: 1.15em;
      padding: 2em;
      font-weight: 400; }
  .teamBox:hover {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
    .teamBox:hover .caption {
      bottom: 0;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    .teamBox:hover .portrait img {
      -webkit-transform: scale3D(0.5, 0.5, 1);
              transform: scale3D(0.5, 0.5, 1);
      -webkit-transform-origin: bottom right;
              transform-origin: bottom right;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    .teamBox:hover .bio {
      opacity: 1;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    .teamBox:hover .background {
      background-color: rgba(58, 109, 42, 0.9);
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
  .teamBox.teamBox-advisor .background {
    background-color: rgba(97, 183, 70, 0.5); }
  .teamBox.teamBox-advisor .caption {
    background-color: #61B746; }
  .teamBox.teamBox-advisor:hover .background {
    background-color: rgba(58, 109, 42, 0.9); }
  .teamBox.teamBox-office .background {
    background-color: rgba(244, 127, 71, 0.5); }
  .teamBox.teamBox-office .caption {
    background-color: #F47F47; }
  .teamBox.teamBox-office:hover .background {
    background-color: rgba(201, 73, 12, 0.9); }
  .teamBox.teamBox-client .background {
    background-color: rgba(3, 118, 170, 0.5); }
  .teamBox.teamBox-client .caption {
    background-color: #0376AA; }
  .teamBox.teamBox-client:hover .background {
    background-color: rgba(1, 48, 70, 0.9); }
  .teamBox.teamBox-design .background {
    background-color: rgba(112, 77, 158, 0.5); }
  .teamBox.teamBox-design .caption {
    background-color: #704D9E; }
  .teamBox.teamBox-design:hover .background {
    background-color: rgba(63, 44, 89, 0.9); }
  .teamBox.teamBox-institutional .background {
    background-color: rgba(112, 77, 158, 0.5); }
  .teamBox.teamBox-institutional .caption {
    background-color: #704D9E; }
  .teamBox.teamBox-institutional:hover .background {
    background-color: rgba(63, 44, 89, 0.9); }

/*
Looking for an easter egg?
*/
.teamBoxes.StarTrek .teamBox.teamBox-advisor .background, .teamBoxes.StarTrek .teamBox.teamBox-institutional .background {
  background-color: rgba(223, 0, 0, 0.5); }

.teamBoxes.StarTrek .teamBox.teamBox-advisor .caption, .teamBoxes.StarTrek .teamBox.teamBox-institutional .caption {
  background-color: #333; }

.teamBoxes.StarTrek .teamBox.teamBox-advisor:hover .background, .teamBoxes.StarTrek .teamBox.teamBox-institutional:hover .background {
  background-color: rgba(121, 0, 0, 0.9); }

.teamBoxes.StarTrek .teamBox.teamBox-office .background {
  background-color: rgba(242, 195, 0, 0.5); }

.teamBoxes.StarTrek .teamBox.teamBox-office .caption {
  background-color: #333; }

.teamBoxes.StarTrek .teamBox.teamBox-office:hover .background {
  background-color: rgba(140, 113, 0, 0.9); }

.teamBoxes.StarTrek .teamBox.teamBox-client .background {
  background-color: rgba(0, 153, 246, 0.5); }

.teamBoxes.StarTrek .teamBox.teamBox-client .caption {
  background-color: #333; }

.teamBoxes.StarTrek .teamBox.teamBox-client:hover .background {
  background-color: rgba(0, 90, 144, 0.9); }

.teamBoxes.StarTrek .teamBox.teamBox-design .background {
  background-color: rgba(223, 0, 0, 0.5); }

.teamBoxes.StarTrek .teamBox.teamBox-design .caption {
  background-color: #333; }

.teamBoxes.StarTrek .teamBox.teamBox-design:hover .background {
  background-color: rgba(121, 0, 0, 0.9); }

.team-filter {
  font-size: 1.25rem;
  font-weight: 300;
  margin: 2em 0; }
  .team-filter .filterElements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .team-filter .filter {
    padding: .25em 1em;
    border-radius: .5rem;
    margin: .25em .5em;
    border: 1px solid rgba(51, 51, 51, 0.25);
    cursor: pointer;
    -webkit-transition: all .125s linear;
    transition: all .125s linear; }
    .team-filter .filter:hover {
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
              box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .team-filter .filter-advisors {
    border-color: #61B746;
    color: #61B746; }
    .team-filter .filter-advisors.active {
      background-color: #61B746;
      color: #fff; }
  .team-filter .filter-client {
    border-color: #0376AA;
    color: #0376AA; }
    .team-filter .filter-client.active {
      background-color: #0376AA;
      color: #fff; }
  .team-filter .filter-office {
    border-color: #F47F47;
    color: #F47F47; }
    .team-filter .filter-office.active {
      background-color: #F47F47;
      color: #fff; }
  .team-filter .filter-institutional {
    border-color: #704D9E;
    color: #704D9E; }
    .team-filter .filter-institutional.active {
      background-color: #704D9E;
      color: #fff; }
  .team-filter .filter-all.active {
    background-color: #333;
    color: #fff; }

.blogItem {
  background-color: rgba(255, 0, 0, 0.1); }

.blog .section {
  padding: 6em; }

.blog .flexRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative; }
  .blog .flexRow > div:not(last-child) {
    margin-left: 1rem; }
  .blog .flexRow > div:not(first-child) {
    margin-right: 1rem; }

.blog .flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.blog .flex-2 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2; }

.blog .flex-3 {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3; }

.blog .flex-4 {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4; }

.blog .flex-5 {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5; }

.blog .flex-6 {
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6; }

.blog .flex-1, .blog .flex-2, .blog .flex-3, .blog .flex-4, .blog .flex-5, .blog .flex-6 {
  position: relative; }

.blog .sidebar {
  position: relative;
  top: 0;
  padding-left: 2rem; }
  .blog .sidebar h3 {
    font-size: 1.5rem;
    margin: 1em 0 .25em; }
    .blog .sidebar h3:first-child {
      margin-top: 0; }
  .blog .sidebar .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 5rem;
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .blog .sidebar .socialShare {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .blog .sidebar .socialShare > a {
      font-size: 1.25rem;
      height: 2.5rem;
      width: 2.5rem;
      background-color: #333;
      line-height: 2.5rem;
      text-align: center;
      border-radius: 100%;
      margin: .25rem;
      color: #fff;
      -webkit-transition: all .25s ease-in-out;
      transition: all .25s ease-in-out;
      -webkit-transform: translate3d(0px, 0px, 0px);
              transform: translate3d(0px, 0px, 0px);
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .blog .sidebar .socialShare > a.share-facebook {
        background-color: #3b5998; }
      .blog .sidebar .socialShare > a.share-twitter {
        background-color: #00aced; }
      .blog .sidebar .socialShare > a.share-linkedin {
        background-color: #007bb6; }
      .blog .sidebar .socialShare > a:hover {
        -webkit-transform: translate3d(0px, -2px, 0px);
                transform: translate3d(0px, -2px, 0px);
        -webkit-box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.25);
                box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.25); }
  .blog .sidebar .newsletter {
    font-size: 1em;
    margin: 0;
    padding: 0; }
    .blog .sidebar .newsletter p {
      margin: 0; }
    .blog .sidebar .newsletter .wpcf7-form-control-wrap, .blog .sidebar .newsletter .wpcf7-form-control {
      font-size: 1rem; }
    .blog .sidebar .newsletter input:not([type=submit]) {
      border: 0px;
      border-bottom: 1px solid rgba(51, 51, 51, 0.25); }
    .blog .sidebar .newsletter input[type=submit] {
      font-weight: bold; }
    .blog .sidebar .newsletter .wpcf7-not-valid-tip {
      height: 0px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      position: absolute;
      top: -.5em;
      right: 0;
      margin: 0;
      padding: 0;
      display: block;
      line-height: 0; }

.section-blog h1:first-child {
  margin-bottom: 2em; }

.blog-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #333; }
  .blog-block .blog-item {
    color: #333;
    text-decoration: none;
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin: .5em 0 2em;
    -webkit-transition: all .25s ease-in-out, z-index 0s linear .25s;
    transition: all .25s ease-in-out, z-index 0s linear .25s;
    z-index: 1;
    background-color: white; }
  .blog-block p {
    font-weight: 400;
    font-size: 1em;
    margin: 0; }
  .blog-block h2 {
    margin: 0;
    padding: 0;
    font-size: 1.5em;
    font-weight: bold; }
    .blog-block h2 a {
      color: #333; }
  .blog-block .blog-image-container {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .blog-block .blog-image-container .blog-image {
      width: 100%;
      height: 0px;
      padding-bottom: 65%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
  .blog-block .blog-info {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    margin: .5em 1em; }

.blog-item .blog-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .blog-item .blog-info h2 {
    margin-top: .5em; }
  .blog-item .blog-info .blog-date {
    text-align: left;
    padding-bottom: .25em;
    font-size: .75em; }
  .blog-item .blog-info .read-more {
    margin-top: auto;
    margin-bottom: 1em;
    color: #2566b1;
    text-align: right;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out; }
    .blog-item .blog-info .read-more:hover {
      color: #61B746; }

.blog-info {
  margin: 1em .25em; }

.pagination h2 {
  display: none; }

.pagination .nav-links {
  text-align: center;
  padding: 2em 0;
  -webkit-transform: skewX(-12deg);
          transform: skewX(-12deg); }
  .pagination .nav-links .prev {
    position: absolute;
    left: 0; }
  .pagination .nav-links .prev:before {
    content: '<< '; }
  .pagination .nav-links .next {
    position: absolute;
    right: 0; }
  .pagination .nav-links .next:after {
    content: ' >>'; }
  .pagination .nav-links .page-numbers {
    display: inline-block;
    background-color: #5db043;
    -webkit-transition: all .15s linear;
    transition: all .15s linear;
    color: #fff;
    padding: .75em 1em;
    margin: 0;
    text-decoration: none; }
    .pagination .nav-links .page-numbers:hover {
      background-color: #70bf58;
      -webkit-transition: all .15s linear;
      transition: all .15s linear;
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
              box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
    .pagination .nav-links .page-numbers.current {
      background-color: #0376AA; }

.blogPost {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400; }
  .blogPost p, .blogPost ul, .blogPost ol, .blogPost li, .blogPost blockquote {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.8em;
    margin-top: 0;
    margin-bottom: 1.5em; }
  .blogPost p a:not(.btn) {
    color: #2566b1;
    font-weight: 700; }
  .blogPost .postContent {
    max-width: 55em;
    margin: 0 auto; }
  .blogPost .authorPicture {
    width: 2.5rem;
    height: 2.5rem;
    float: left;
    background-size: cover;
    border-radius: 2.5rem;
    margin-right: .5rem; }
  .blogPost h1.title {
    margin-bottom: 0;
    font-weight: 700;
    letter-spacing: -.025em; }
  .blogPost .postInfo {
    margin-bottom: 2em;
    margin-top: 1em;
    color: rgba(0, 0, 0, 0.54);
    position: relative; }
  .blogPost .wp-post-image {
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .blogPost .videoWrapper {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    margin-bottom: 2rem; }
  .blogPost .podcastWrapper {
    margin-bottom: 2rem;
    padding: 0;
    display: block; }
    .blogPost .podcastWrapper iframe {
      display: block;
      width: 100%;
      min-height: 400px;
      padding: 0;
      margin: 0; }
  .blogPost a.mediaCard-link {
    color: #333;
    text-decoration: none; }
  .blogPost .mediaCard {
    -webkit-transition: all .15s linear;
    transition: all .15s linear;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    border: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: .5em;
    font-size: 1rem;
    height: auto;
    min-height: 12em;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin: 3em 0;
    width: 100%; }
    .blogPost .mediaCard .card-thumbnail {
      width: 12em;
      height: 12em;
      -ms-flex-preferred-size: 12em;
          flex-basis: 12em;
      min-width: 12em;
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      flex-shirnk: 0;
      margin: 0 1em;
      display: inline-block; }
    .blogPost .mediaCard .card-content {
      width: auto;
      overflow: hidden;
      padding: 0 1em; }
      .blogPost .mediaCard .card-content .title {
        font-size: 2em;
        margin-top: .5em; }
      .blogPost .mediaCard .card-content .source, .blogPost .mediaCard .card-content .source a {
        color: rgba(0, 0, 0, 0.62); }
      .blogPost .mediaCard .card-content .snippit {
        margin-top: 1em;
        margin-bottom: 1em; }
    .blogPost .mediaCard:hover {
      -webkit-transition: all .15s linear;
      transition: all .15s linear;
      -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
              box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
    @media screen and (max-width: 800px) {
      .blogPost .mediaCard {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .blogPost .mediaCard .card-thumbnail {
          width: auto;
          -ms-flex-preferred-size: none;
              flex-basis: none;
          max-width: none;
          width: calc(100% - 2em); } 
        
        
        
          main p, main ul, main ol,
          .blogPost p, .blogPost ul, .blogPost ol, .blogPost li, .blogPost blockquote {
            font-size: 1.3rem; font-weight:400; line-height:1.8em; }
          .author-block .author-info .author-bio p.bio-content { font-size:1.1rem; }
          }

.author-block {
  margin: 0 auto;
  max-width: 900px;
  font-weight: 300;
  font-size: 1rem; }
  .author-block .aboutText {
    text-align: center; }
  .author-block .author-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media screen and (max-width: 500px) {
      .author-block .author-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .author-block .author-info > div {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .author-block .author-info .author-picture {
      position: relative;
      display: block;
      width: 12rem;
      height: 12rem;
      max-width: 12rem;
      max-height: 12rem;
      -ms-flex-preferred-size: 12rem;
          flex-basis: 12rem;
      overflow: hidden;
      margin-right: 2rem;
      text-align: center;
      border-radius: 100%; }
      @media screen and (max-width: 500px) {
        .author-block .author-info .author-picture {
          width: 200px;
          height: 200px;
          margin: 0 auto 1rem;
          padding: 0; } }
      .author-block .author-info .author-picture .picture {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: .5em;
        background-size: cover;
        background-position: center; }
    .author-block .author-info .author-bio .bio-name {
      font-size: 2rem;
      color: #61B746;
      font-weight: 400;
      margin: 0; }
    .author-block .author-info .author-bio .bio-title {
      font-weight: 400;
      font-size: 1.25rem;
      margin: 0; }
    .author-block .author-info .author-bio .bio-content {
      margin-top: 1rem;
      font-size: .9rem; }
  .author-block .author-connect .connect-message {
    font-size: 1.25em;
    margin-bottom: .5rem;
    font-weight: 400; }
  .author-block .author-connect .connect-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    font-size: 1rem;
    font-weight: 400;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .author-block .author-connect .connect-content > div {
      margin: .25em 0; }
      .author-block .author-connect .connect-content > div a {
        color: #333; }
      .author-block .author-connect .connect-content > div a:hover {
        color: #0376AA; }

.subscribeContainer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 1.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .subscribeContainer .btn-share {
    padding: .5rem 1rem;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: .75rem;
    line-height: 1.125rem;
    margin-left: 1rem;
    -webkit-transition: all .125s linear;
    transition: all .125s linear;
    margin-bottom: 1rem; }
    .subscribeContainer .btn-share i {
      font-size: 1rem;
      line-height: 1rem; }
    .subscribeContainer .btn-share:hover {
      background-color: #f00;
      color: #fff;
      -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
              box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
    .subscribeContainer .btn-share.btn-youtube {
      background-color: #bb0000;
      color: #fff; }
      .subscribeContainer .btn-share.btn-youtube:hover {
        background-color: #fff;
        color: #bb0000; }
    .subscribeContainer .btn-share.btn-itunes {
      background-color: #000;
      color: #fff; }
      .subscribeContainer .btn-share.btn-itunes:hover {
        background-color: #fff;
        color: #000; }
    .subscribeContainer .btn-share.btn-google-play {
      background-color: #ff5722;
      color: #fff; }
      .subscribeContainer .btn-share.btn-google-play:hover {
        background-color: #fff;
        color: #ff5722; }
    .subscribeContainer .btn-share.btn-stitcher {
      background-color: #8b9121;
      color: #fff; }
      .subscribeContainer .btn-share.btn-stitcher:hover {
        background-color: #fff;
        color: #8b9121; }
    .subscribeContainer .btn-share.btn-facebook {
      background-color: #3b5998;
      color: #fff; }
      .subscribeContainer .btn-share.btn-facebook:hover {
        background-color: #fff;
        color: #3b5998; }
    .subscribeContainer .btn-share.btn-linkedin {
      background-color: #007bb6;
      color: #fff; }
      .subscribeContainer .btn-share.btn-linkedin:hover {
        background-color: #fff;
        color: #007bb6; }

.container.has-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  overflow: auto; }
  .container.has-sidebar .left {
    -webkit-box-flex: 5;
        -ms-flex: 5;
            flex: 5; }
  .container.has-sidebar .right {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    position: relative;
    margin-left: 2em;
    padding-left: 2em;
    margin-top: 134px; }
    @media screen and (max-width: 1000px) {
      .container.has-sidebar .right {
        display: none; } }

.recentArticles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .recentArticles .article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: .25em .5em;
    color: #333;
    text-decoration: none;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    border-radius: .25rem;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .recentArticles .article:hover {
      -webkit-box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.25);
              box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.25); }
    .recentArticles .article .pictureContainer {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .recentArticles .article .text {
      -webkit-box-flex: 2;
          -ms-flex: 2;
              flex: 2;
      margin: .25em 0 .25em .5em; }
    .recentArticles .article h5 {
      font-size: .9em;
      margin: 0;
      padding: 0; }
    .recentArticles .article p {
      font-size: .9em;
      margin: 0;
      padding: 0; }
    .recentArticles .article h5, .recentArticles .article p {
      line-height: 1em; }
    .recentArticles .article .picture {
      width: 100%;
      height: 0px;
      padding-bottom: 75%;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      border-radius: .25rem; }

.tour-photos {
  margin: 0 auto; }

.tour-photo {
  width: calc(400px - 2em);
  margin: 0;
  padding: 1em; }
  .tour-photo img {
    width: 100%;
    margin: 0;
    padding: 0; }
  .tour-photo.grid--width2 {
    width: calc(800px - 2em); }
  .tour-photo.grid--width3 {
    width: calc(1200px - 2em); }
  .tour-photo .bg-photo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center; }

.contact-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .contact-block .info, .contact-block .form {
    padding: 0 2em; }
  .contact-block .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    z-index: 1; }
    .contact-block .info .greenBar {
      position: absolute;
      display: block;
      content: '';
      width: 1000%;
      max-width: 120vw;
      height: 100%;
      z-index: 0;
      top: -5em;
      left: -30vw;
      padding: 5em 0;
      background-position: center center;
      background-size: cover; }
    .contact-block .info .caption::after {
      display: none; }
  .contact-block .info-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .contact-block .info-block > * {
      padding: .5em 0em;
      margin: .5em 0em;
      max-width: calc(50% - 5em);
      min-width: 300px;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      z-index: 1; }
    .contact-block .info-block .hours {
      -webkit-box-flex: 2;
          -ms-flex: 2;
              flex: 2;
      max-width: none; }
    .contact-block .info-block .hours-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
      .contact-block .info-block .hours-block p {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        margin: 0;
        padding: 0 0 0 1em;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%; }
      @media screen and (min-width: 801px) {
        .contact-block .info-block .hours-block p:last-child {
          padding-left: 2.5em; } }
    .contact-block .info-block i {
      color: #61B746; }
    .contact-block .info-block ul {
      margin: 0 0 0 1em;
      padding: 0; }
    .contact-block .info-block a {
      color: #333; }
    .contact-block .info-block li:before {
      display: none;
      margin: 0;
      padding: 0; }
  .contact-block .form {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background-color: #0376AA;
    color: #fff;
    min-height: 500px;
    text-align: center;
    font-size: 1em;
    padding: 1em 2em 2em;
    position: relative;
    z-index: 2;
    min-width: 400px;
    width: 100%;
    max-width: 500px;
    margin-bottom: 6rem;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    max-width: 350px; }
    .contact-block .form p {
      font-size: 1em;
      font-weight: 400; }
    .contact-block .form input[type="submit"], .contact-block .form button {
      font-size: 1.25em;
      margin: 0; }
    .contact-block .form h2 {
      margin: 1em 0; }
    .contact-block .form .submitArea {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media screen and (max-width: 420px) {
        .contact-block .form .submitArea {
          font-size: .8rem; } }
  .contact-block .fa-lock {
    color: #61B746; }

.section-dark.locations {
  padding: 8em 0; }
  .section-dark.locations .content h2 {
    font-size: 3rem; }

.mapBackground {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(110%); }
  .mapBackground iframe {
    position: relative;
    z-index: 0; }
  .mapBackground .blueOverlay {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(2, 83, 120, 0.5); }

.location-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .location-block .location {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    color: #333;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 1em 2em;
    margin: .5em;
    width: 100%; }
  .location-block .picture {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background-size: cover;
    background-position: center center; }
    @media screen and (max-width: 800px) {
      .location-block .picture {
        display: none; } }
  .location-block .coming-soon div:not(.city) {
    -webkit-filter: blur(5px);
            filter: blur(5px);
    font-weight: 300; }
  .location-block .city {
    font-size: 2em;
    padding-bottom: .25em; }
  .location-block .address, .location-block .phone {
    font-size: 1.25em; }
    .location-block .address a, .location-block .phone a {
      color: #fff; }

address .phone, address .email {
  display: inline-block; }

.form-interests {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400; }
  .form-interests input {
    width: 1em !important; }
  .form-interests .wpcf7-list-item {
    white-space: nowrap;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0;
    margin: 0;
    text-align: left; }

.bio {
  width: 100%;
  height: 100%;
  position: absolute; }

.teamContact {
  position: absolute;
  width: 100%;
  height: 78%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 4rem; }
  .teamContact .element {
    height: auto;
    height: 20%;
    font-size: 1rem;
    padding: .5em 0; }
    .teamContact .element a {
      color: #fff; }
    .teamContact .element .title {
      font-weight: 700; }
    .teamContact .element .item {
      font-size: 1.25em; }

input:not([type="submit"]), textarea {
  font-family: "Lato", sans-serif;
  border: 0;
  background-color: #fff;
  width: calc(100% - 1em);
  font-size: 1em;
  margin: .5em 0;
  padding: 0 .5em;
  border: 2px solid transparent; }
  input:not([type="submit"]):focus, textarea:focus {
    outline: none !important;
    border: 2px solid #61B746;
    -webkit-box-shadow: 0 0 1em rgba(51, 51, 51, 0.25);
            box-shadow: 0 0 1em rgba(51, 51, 51, 0.25); }

input:not([type="submit"]) {
  line-height: 2em; }

textarea {
  line-height: 1.25em;
  padding: .5em .5em;
  height: 5em; }

form {
  font-size: 1.125rem; }

.wpcf7-form {
  position: relative; }

.wpcf7-form-control-wrap {
  position: relative; }
  .wpcf7-form-control-wrap input {
    position: relative; }

.wpcf7-not-valid-tip {
  position: absolute;
  top: -.5em;
  right: 0;
  width: 100%;
  white-space: nowrap;
  text-align: right;
  font-size: 0.75em !important;
  color: #B71C1C;
  padding: 0 .5em; }

.wpcf7-response-output {
  position: absolute;
  background-color: #fff;
  color: #333;
  width: calc(100% - 2em);
  padding: 0.5em 1em !important;
  margin: 0 !important;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

input[type="checkbox"] {
  -webkit-appearance: initial;
  -moz-appearance: initial;
       appearance: initial;
  background: gray;
  width: 1rem;
  height: 1rem;
  border: 2px solid transparent;
  background: #fff;
  position: relative;
  padding: 0;
  margin: 0 .25em 0 0; }

input[type="checkbox"]:checked {
  background: #61B746; }

input[type="checkbox"]:checked:after {
  /* Heres your symbol replacement - this is a tick in Unicode. */
  content: "\2713";
  color: #fff;
  /* The following positions my tick in the center,
     * but you could just overlay the entire box
     * with a full after element with a background if you want to */
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 2em;
  /*
     * If you want to fully change the check appearance, use the following:
     * content: " ";
     * width: 100%;
     * height: 100%;
     * background: blue;
     * top: 0;
     * left: 0;
     */ }

.wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 2em; }

.sent-ok {
  display: none; }

.slider-main, .slider-sidebar {
  -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1); }

.slider-mouseout {
  position: absolute;
  width: 100%;
  width: 100%;
  height: 100%;
  z-index: 100;
  position: fixed;
  top: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.85)), to(rgba(51, 51, 51, 0)));
  background-image: linear-gradient(to bottom, rgba(51, 51, 51, 0.85), rgba(51, 51, 51, 0));
  margin: 0 auto;
  -webkit-transform: translateY(-125vh);
          transform: translateY(-125vh);
  -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1); }
  .slider-mouseout.active {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  .slider-mouseout .content {
    max-width: 1200px;
    min-height: 500px;
    z-index: 100;
    margin: 0 auto;
    background: #0376AA;
    position: relative;
    padding: 2em;
    color: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
    .slider-mouseout .content .closeButton {
      text-align: right;
      font-size: .75rem;
      opacity: .62;
      cursor: pointer; }

.slider-main {
  z-index: 5;
  position: relative; }
  .slider-main .slider-main-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.85);
    opacity: 0;
    max-height: 0px;
    -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1); }

.slider-sidebar {
  position: fixed;
  top: 0;
  left: 100%;
  background-color: #0376AA;
  z-index: 10;
  max-width: 450px;
  width: 100%;
  height: 100%;
  padding: 5em 0 0 0;
  overflow: auto; }
  .slider-sidebar .content {
    padding: 1em 2em;
    margin: 0 auto 100px;
    color: #fff;
    z-index: 15;
    position: relative;
    max-width: 350px; }
  .slider-sidebar .closeButton {
    color: #fff;
    text-align: right;
    padding: 1em 1em;
    font-size: .75rem;
    opacity: .62;
    z-index: 20;
    position: relative;
    cursor: pointer; }

.slider-active {
  overflow: hidden; }
  .slider-active .slider-main {
    -webkit-transform: translateX(-225px);
            transform: translateX(-225px); }
    .slider-active .slider-main .slider-main-overlay {
      z-index: 99;
      opacity: 1;
      max-height: none;
      -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
      transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1); }
  .slider-active .slider-sidebar {
    -webkit-transform: translateX(-450px);
            transform: translateX(-450px);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
    .slider-active .slider-sidebar:after {
      opacity: 1; }

.popup-active {
  overflow: hidden; }
  .popup-active .slider-main {
    z-index: 99; }
    .popup-active .slider-main .slider-main-overlay {
      z-index: 99;
      opacity: 1;
      max-height: none;
      -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
      transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1); }

.working-together hr.white {
  height: 1px;
  background-image: none;
  background-color: #fff;
  padding: 0;
  margin: 0;
  border: none; }

.servicesSection {
  overflow: hidden;
  min-height: 100px;
  padding: 10em 0;
  background-color: transparent;
  color: #fff;
  text-align: center;
  border-top: 8px solid #0376AA;
  border-bottom: 8px solid #0376AA;
  margin-bottom: 6em;
  position: relative;
  width: 100%;
  display: block; }
  .servicesSection h1 {
    font-weight: 300;
    z-index: 1;
    position: relative; }
    .servicesSection h1 strong {
      font-weight: 700; }
  .servicesSection .serviceItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 3em auto; }
  .servicesSection .serviceItem {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-preferred-size: calc(50% - 2em);
        flex-basis: calc(50% - 2em);
    padding: 1em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 767px) {
      .servicesSection .serviceItem {
        -ms-flex-preferred-size: calc(100% - 2em);
            flex-basis: calc(100% - 2em); } }
    .servicesSection .serviceItem .serviceImage {
      background-color: #333;
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
              box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
      height: 100px;
      width: 100px;
      min-width: 100px;
      -ms-flex-preferred-size: 100px;
          flex-basis: 100px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      border-radius: 100px;
      margin: 0 1em;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
    .servicesSection .serviceItem .serviceContent {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 0 1em;
      line-height: 1.15em;
      width: 100%; }
      .servicesSection .serviceItem .serviceContent h2 {
        padding-top: 0;
        margin-top: 0;
        font-size: 1.5rem;
        margin-bottom: 0;
        font-weight: 400; }
      .servicesSection .serviceItem .serviceContent p {
        font-size: 1.25rem;
        font-weight: 300;
        line-height: 1.15em; }
  .servicesSection .btn {
    font-size: 1.5rem; }
  .servicesSection .container {
    z-index: 1;
    position: relative; }
  .servicesSection div.background {
    background-color: #333;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    background: #333 url("img/bg-steve-clients-2880.jpg") left center no-repeat;
    background-size: cover; }
    
.wfg-icon {
  float: right;
  max-width: 150px;
  height: auto;
  -webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.25));
  margin: 0 0 1em 1em; }

.coloredSections {
  margin: 5em 0 0;
  color: #fff;
  background-color: rgba(51, 51, 51, 0.62);
  text-align: center; }
  .coloredSections h1, .coloredSections h2, .coloredSections h3, .coloredSections h4, .coloredSections h5, .coloredSections p {
    color: #fff; }
  .coloredSections > div {
    min-height: 400px;
    margin: 0;
    padding: 0;
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .coloredSections .orange {
    background-color: #d9662f; }
    .coloredSections .orange div {
      background-size: cover; }
    .coloredSections .orange div:first-child {
      background-image: -webkit-gradient(linear, left top, right top, from(#d9662f), to(rgba(244, 127, 71, 0))), url(img/wealth-family.jpg);
      background-image: linear-gradient(to right, #d9662f, rgba(244, 127, 71, 0)), url(img/wealth-family.jpg); }
    .coloredSections .orange div:last-child {
      background-image: -webkit-gradient(linear, left top, right top, from(#F47F47), to(#d9662f));
      background-image: linear-gradient(to right, #F47F47, #d9662f); }
    @media (max-width: 767px) {
      .coloredSections .orange {
        background-color: #F47F47;
        background-image: -webkit-gradient(linear, right top, left top, from(#d9662f), to(rgba(244, 127, 71, 0.5))), url(img/wealth-family.jpg);
        background-image: linear-gradient(to left, #d9662f, rgba(244, 127, 71, 0.5)), url(img/wealth-family.jpg);
        background-size: cover; } }
  .coloredSections .purple {
    background-color: #5a4f69; }
    .coloredSections .purple div {
      background-size: cover; }
    .coloredSections .purple div:last-child {
      background-image: -webkit-gradient(linear, right top, left top, from(#5a4f69), to(rgba(112, 77, 158, 0))), url(img/wealth-mountain.jpg);
      background-image: linear-gradient(to left, #5a4f69, rgba(112, 77, 158, 0)), url(img/wealth-mountain.jpg); }
    .coloredSections .purple div:first-child {
      background-image: -webkit-gradient(linear, right top, left top, from(#704D9E), to(#5a4f69));
      background-image: linear-gradient(to left, #704D9E, #5a4f69); }
    @media (max-width: 767px) {
      .coloredSections .purple {
        background-color: #704D9E;
        background-image: -webkit-gradient(linear, right top, left top, from(#5a4f69), to(rgba(112, 77, 158, 0.5))), url(img/wealth-mountain.jpg);
        background-image: linear-gradient(to left, #5a4f69, rgba(112, 77, 158, 0.5)), url(img/wealth-mountain.jpg);
        background-size: cover; } }
  .coloredSections .green {
    background-color: #587e4c; }
    .coloredSections .green div {
      background-size: cover; }
    .coloredSections .green div:first-child {
      background-image: -webkit-gradient(linear, left top, right top, from(#587e4c), to(rgba(97, 183, 70, 0))), url(img/wealth-money.jpg);
      background-image: linear-gradient(to right, #587e4c, rgba(97, 183, 70, 0)), url(img/wealth-money.jpg); }
    .coloredSections .green div:last-child {
      background-image: -webkit-gradient(linear, left top, right top, from(#61B746), to(#587e4c));
      background-image: linear-gradient(to right, #61B746, #587e4c); }
    @media (max-width: 767px) {
      .coloredSections .green {
        background-color: #61B746;
        background-image: -webkit-gradient(linear, right top, left top, from(#587e4c), to(rgba(97, 183, 70, 0.5))), url(img/wealth-money.jpg);
        background-image: linear-gradient(to left, #587e4c, rgba(97, 183, 70, 0.5)), url(img/wealth-money.jpg);
        background-size: cover; } }
  .coloredSections .blue {
    background-color: #0e4f6c; }
    .coloredSections .blue div {
      background-size: cover; }
    .coloredSections .blue div:last-child {
      background-image: -webkit-gradient(linear, right top, left top, from(#0e4f6c), to(rgba(3, 118, 170, 0))), url(img/wealth-health.jpg);
      background-image: linear-gradient(to left, #0e4f6c, rgba(3, 118, 170, 0)), url(img/wealth-health.jpg); }
    .coloredSections .blue div:first-child {
      background-image: -webkit-gradient(linear, right top, left top, from(#0376AA), to(#0e4f6c));
      background-image: linear-gradient(to left, #0376AA, #0e4f6c); }
    @media (max-width: 767px) {
      .coloredSections .blue {
        background-color: #0376AA;
        background-image: -webkit-gradient(linear, right top, left top, from(#0e4f6c), to(rgba(3, 118, 170, 0.5))), url(img/wealth-health.jpg);
        background-image: linear-gradient(to left, #0e4f6c, rgba(3, 118, 170, 0.5)), url(img/wealth-health.jpg);
        background-size: cover; } }
  .coloredSections .text, .coloredSections .image {
    width: 49%;
    min-height: 400px;
    max-width: 600px;
    display: inline-block;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 6em; }
    .coloredSections .text h2, .coloredSections .image h2 {
      font-weight: 700;
      font-size: 2rem; }
    .coloredSections .text p, .coloredSections .image p {
      font-style: italic;
      font-weight: 400;
      line-height: 1.15em;
      font-size: 1.25rem; }
    .coloredSections .text hr, .coloredSections .image hr {
      width: 100%; }
    .coloredSections .text h2, .coloredSections .text p, .coloredSections .image h2, .coloredSections .image p {
      margin: .5em 0; }
  .coloredSections .text > * {
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  @media (max-width: 767px) {
    .coloredSections {
      width: 100%; }
      .coloredSections .image {
        display: none; }
      .coloredSections .text {
        width: 100%;
        background: transparent !important; } }
        
/* TAX PREP SERVICES TEMPLATE STYLES */

/* Tax Prep Intro & Form Section */
.taxprepIntro {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 1em; }
	
.taxprepContent {
	width: 52%;
	margin-bottom: 20px; }
	
.taxprepContent h2 {
	margin-top: 0; }
	
.taxprepContent h3 {
	/*font-size: 1.7em;*/
	font-weight: 300; }
	
.taxprepContent a {
	display: block;
	text-align: center;
	color: #61b746; }

.taxprepDiscount {
	text-align: center; }
	
.taxprepDiscount span {
	display: inline-block;
	position: relative; }
	
.taxprepDiscount span:before,
.taxprepDiscount span:after {
	content: "";
	position: absolute;
	height: 17px;
	border-bottom: 2px solid #61b746;
	width: 70px; }
	.taxprepDiscount span:before {
		right: 100%;
		margin-right: 15px; }
	.taxprepDiscount span:after {
		left: 100%;
		margin-left: 15px; }
	
.taxprepForm {
	width: 30%;
	border: 1px solid #98a0a6;
	padding: .125em 2.5em .5em;
	text-align: center;
	background-color: #f9f9f9; }
	
.taxprepForm h3 {
	font-size: 1.5em; }
	
.taxprepForm p {
	font-size: .95em; }
	
.taxprepForm h3 {
	margin-bottom: 0; }
	
.taxprepForm span input,
.taxprepForm span select {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	height: 43px;
	border: 1px solid #8095a8;
	background: #ffffff;
	border-radius: 3px;
	line-height: 19px;
	margin: 8px 0;
	padding: 11px 10px 12px; }

.taxprepForm input[type="submit"] {
	font-size: 1.5em; }
	
#wpcf7-f7798-o1 .btn-default {
	padding: .25em 1em; }
	
.pricingItem .save50burst {
	display: block;
	position: absolute; }
	
@media (max-width: 800px) {
	.taxprepContent,
	.taxprepForm {
		width: 100%; }
	.taxprepContent h2 {
		font-size: 1.75em; }
	/*.taxprepContent h3 {
		font-size: 1.25em; }*/
	.taxprepDiscount span:before,
	.taxprepDiscount span:after {
		height: 10px;
		width: 20px; }
		.taxprepDiscount span:before {
			margin-right: 10px; }
		.taxprepDiscount span:after {
			margin-left: 10px; }
	.taxprepForm h3 {
		font-size: 1.75em; }
	.taxprepForm p {
		font-size: 1.3em;line-height: 1.5em; }
	.taxprepForm input[type="submit"] {
		border-radius: 0; } }
	.pricingItem .save50burst {
		
	}

/* Tax Prep Returns Section */
.taxreturnsSection {
  overflow: hidden;
  min-height: 100px;
  padding: 5em 0;
  background-color: transparent;
  color: #fff;
  text-align: center;
  border-top: 8px solid #0376AA;
  border-bottom: 8px solid #0376AA;
  margin-bottom: 0;
  position: relative;
  width: 100%;
  background: url("img/bg-cpa-taxprep-2880.jpg") left center no-repeat;
  background-size: cover; }
  .taxreturnsSection h1 {
    font-weight: 300;
    z-index: 1;
    position: relative;
    margin: 0; }
  .taxreturnsSection p {
	  margin: 0; }
  .taxreturnsSection h1:after {
	  display: none; }
    .taxreturnsSection h1 strong {
      font-weight: 700;
      color: #ffffff;
      font-size: 1.75em; }
  .taxreturnsSection .taxreturnItems {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center; }
  .taxreturnsSection .taxreturnItem {
    box-sizing: border-box;
	margin-bottom: 10px; }
  .taxreturnsSection .taxreturnItem:first-child {
	  width: 45%; text-align: right; padding: 40px; border-right: 1px solid #ffffff; }
  .taxreturnsSection .taxreturnItem:last-child {
	  width: 30%; text-align: left; padding: 0 40px; }

  .taxreturnsSection .container {
    z-index: 1;
    position: relative; }

/*.taxreturnsSection div.background {
    background-color: #333;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    background: #333 url("img/bg-cpa-taxprep-2880.jpg") left center no-repeat;
    background-size: cover; }*/
    
	@media (max-width: 800px) {
	  .section.taxreturnsSection {
		  padding: 5em 0 ; }
	  .taxreturnsSection .taxreturnItems {
		  margin: 0; }
      .taxreturnsSection .taxreturnItem:first-child {
        width: 90%; text-align: center; padding: 0 0 30px; margin: 0 auto; border-right: 0; border-bottom: 1px solid #ffffff; }
      .taxreturnsSection h1 strong {
        font-size: 2.75em; }
      .taxreturnsSection .taxreturnItem:last-child {
	    width: 85%; text-align: center; padding: 30px 0 0; margin: 0 auto; } }
	    
	    /*@media (max-width: 600px) {
		    .section.taxreturnsSection {
			  padding: 5em 0 ; } }*/
    
/* Tax Prep Benefits Section */    
.taxbenefitsSection .container {
	text-align: center; }
	
.taxbenefitsSection h1 {
	margin: 0; }
	
.taxbenefitsSection h1:after {
	display: none; }
    
.taxprepBenefits {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0; }

.taxprepBenefits .taxprepItem {
	box-sizing: border-box;
	margin-bottom: 10px;
	width: calc(1/3*100% - (1 - 1/3)*40px);
	text-align: center;
	padding: 40px;
	margin: 20px 0;
	border: 1px solid #a3bac6;
	box-shadow: 0px 0px 12px -3px #6B6B6B;
		-webkit-box-shadow: 0px 0px 12px -3px #6B6B6B;
		-moz-box-shadow: 0px 0px 12px -3px #6B6B6B; }

.taxprepBenefits .taxprepItem .taxprepIcons {
	display: inline-block;
	position: relative; }

.taxprepBenefits .taxprepItem .taxprepIcon {
	width: auto;
	height: 62px;
	margin: 0 auto; }

.taxprepBenefits .taxprepItem p {
	font-size: 1.1em;
	margin-bottom: 0; }
	
@media (max-width: 800px) {
	.taxprepBenefits .taxprepItem {
		width: 100%; padding: 40px 20px; }
	.taxprepBenefits .taxprepItem .taxprepIcon {
		height: 80px; }
	.taxprepBenefits .taxprepItem h3 {
		font-size: 2em; margin: .5em 0; }
	.taxprepBenefits .taxprepItem p {
		font-size: 1.3em; line-height: 1.5em; margin: 0; } }

/*Tax Prep Pricing Section */
.taxprepPricing {
	background-color: #f2f2f2;
	text-align: center; }
	
.taxprepPricing h1:first-child {
	margin: 0; }
	
.taxprepPricing h1:after {
	display: none; }
	
.taxprepPricing h3 {
	margin-bottom: 1.5em; }
	
.taxprepPricing .pricingItems {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 2em; }

/*
.taxprepPricing .pricingItems {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 2em; }
*/
	
.taxprepPricing .pricingItem {
	width: 50%;
	text-align: center; }
	
.taxprepPricing .pricingItem .save50burst {
	display: block;
	position: absolute;
	width: 275px;
	height: auto;
	z-index: 5;
	left: 200px;
	top: 120px; }

/*
.taxprepPricing .pricingItem {
	width: calc(1/4*100% - (4 - 1/4)*10px);
	text-align: center; }
*/
	
.taxprepPricing .pricingItem h2 {
	margin: .25em 0; }
	
.taxprepPricing .pricingItems li:nth-child(2) h2 {
	margin: .25em 0 .125em; }
	
.taxprepPricing .pricingItem span.prepCost {
	color: #61b746;
	font-size: 1.3em; }
	
.taxprepPricing .pricingItem ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	box-shadow: 0px 0px 12px -3px #6b6b6b;
	-webkit-box-shadow: 0px 0px 12px -3px #6b6b6b;
	-moz-box-shadow: 0px 0px 12px -3px #6b6b6b;
	border: 1px solid #a3bac6; }
	
.taxprepPricing .pricingItem li {
	padding: 1em .5em;
	border-bottom: 1px solid #d7d7d7; }
	
.taxprepPricing .pricingItem li:before {
	content: ""; }

.taxprepPricing .pricingItems li:nth-child(2) {
	background-color: #f7f7f7; }

.taxprepPricing .pricingItem li:last-child {
	background-color: #f7f7f7; }
	
.taxprepPricing .pricingItems div:nth-child(1) li:nth-child(1) {
	border-top: 8px solid #61b746; }
	
.taxprepPricing .pricingItems div:nth-child(2) li:nth-child(1) {
	border-top: 8px solid #0376aa; }
	
.taxprepPricing .pricingItems div:nth-child(3) li:nth-child(1) {
	border-top: 8px solid #f47f47; }
	
.taxprepPricing .pricingItems div:nth-child(4) li:nth-child(1) {
	border-top: 8px solid #704d9e; }

.taxprepPricing .pricingItems div:nth-child(5) li:nth-child(1) {
	border-top: 8px solid #704d9e; }

.taxprepPricing .pricingItems div:nth-child(6) li:nth-child(1) {
	border-top: 8px solid #704d9e; }
	
.taxprepPricing .taxAddons {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between; }
	
.taxprepPricing .taxAddons > div {
	width: calc(1/2*100% - (1 - 1/2)*20px); }

.taxprepPricing .taxAddons li {
	text-align: left; }

/*Tax Prep Pricing Section 2 */
.taxprepPricing {
	background-color: #f2f2f2;
	text-align: center; }
	
.taxprepPricing h1:first-child {
	margin: 0; }
	
.taxprepPricing h1:after {
	display: none; }
	
.taxprepPricing h3 {
	margin-bottom: 1.5em; }
	
.taxprepPricing .pricingItems {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 2em; }

/*
.taxprepPricing .pricingItems {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 2em; }
*/
	
.taxprepPricing .pricingItem {
	width: 50%;
	text-align: center; }
	
.taxprepPricing .pricingItem .save50burst {
	display: block;
	position: absolute;
	width: 275px;
	height: auto;
	z-index: 5;
	left: 200px;
	top: 120px; }

/*
.taxprepPricing .pricingItem {
	width: calc(1/4*100% - (4 - 1/4)*10px);
	text-align: center; }
*/
	
.taxprepPricing .pricingItem h2 {
	margin: .25em 0; }
	
.taxprepPricing .pricingItems li:nth-child(2) h2 {
	margin: .25em 0 .125em; }
	
.taxprepPricing .pricingItem span.prepCost {
	color: #61b746;
	font-size: 1.3em; }
	
.taxprepPricing .pricingItem ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	box-shadow: 0px 0px 12px -3px #6b6b6b;
	-webkit-box-shadow: 0px 0px 12px -3px #6b6b6b;
	-moz-box-shadow: 0px 0px 12px -3px #6b6b6b;
	border: 1px solid #a3bac6; }
	
.taxprepPricing .pricingItem li {
	padding: 1em .5em;
	border-bottom: 1px solid #d7d7d7; }
	
.taxprepPricing .pricingItem li:before {
	content: ""; }

.taxprepPricing .pricingItems li:nth-child(2) {
	background-color: #f7f7f7; }

.taxprepPricing .pricingItem li:last-child {
	background-color: #f7f7f7; }
	
.taxprepPricing .pricingItems div:nth-child(1) li:nth-child(1) {
	border-top: 8px solid #61b746; }
	
.taxprepPricing .pricingItems div:nth-child(2) li:nth-child(1) {
	border-top: 8px solid #0376aa; }
	
.taxprepPricing .pricingItems div:nth-child(3) li:nth-child(1) {
	border-top: 8px solid #f47f47; }
	
.taxprepPricing .pricingItems div:nth-child(4) li:nth-child(1) {
	border-top: 8px solid #704d9e; }

.taxprepPricing .pricingItems div:nth-child(5) li:nth-child(1) {
	border-top: 8px solid #704d9e; }
	
.taxprepPricing .taxAddons {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between; }
	
.taxprepPricing .taxAddons > div {
	width: calc(1/2*100% - (1 - 1/2)*20px); }

.taxprepPricing .taxAddons li {
	text-align: left; }
	
@media (max-width: 1024px) {
	.taxprepPricing .pricingItem .save50burst {
		width: 225px;
		left: 160px;
		top: 100px; } }

@media (max-width: 800px) {
	.taxprepPricing .pricingItem {
		width: 100%; margin: 20px 0; }
	.taxprepPricing .pricingItem:first-child {
		margin-top: 0; }
	.taxprepPricing .pricingItem:last-child {
		margin-bottom: 0; }
	.taxprepPricing .pricingItems li:nth-child(2) h2 {
		font-size: 2em; margin: .25em 0 0; }
	.taxprepPricing .taxAddons > div {
		width: 100%; }
	.taxprepPricing .pricingItem .save50burst {
		width: 225px;
		left: -50px;
		top: 100px; } }
		
@media (max-width:600px) {
	.taxprepPricing .pricingItem .save50burst {
		width: 110px;
		left: 0px;
		top: 110px; } }

    
.pageIntro > * {
  margin: 0;
  padding: 0; }

.section-ready-alt {
  background: #fff;
  color: #333; }

.aboutElements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .aboutElements .element {
    width: 100%;
    max-width: calc(50% - 4em);
    padding: 0 1em;
    margin: 1em;
    font-size: 1rem; }
    .aboutElements .element h3 {
      letter-spacing: -.025em;
      margin-top: 0; }
      .aboutElements .element h3 strong {
        color: #61B746; }

.video-container {
  position: relative;
  display: block; }

.video-background {
  background: black url(img/bg-couple.jpg) top center no-repeat;
  position: absolute;
  background-size: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
  max-height: 100vh;
  overflow: hidden; }

.video-foreground, .video-background iframe {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  /*max-height:100vh;*/ }

@media screen and (max-width: 1024px) {
  .video-background iframe {
    display: none; } }

#vidtop-content {
  top: 0;
  color: #fff; }

.vid-info {
  position: absolute;
  top: 0;
  right: 0;
  width: 33%;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 1rem;
  font-family: Avenir, Helvetica, sans-serif; }

.vid-info h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 0;
  line-height: 1.2; }

.vid-info a {
  display: block;
  color: #fff;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: .6s background;
  transition: .6s background;
  border-bottom: none;
  margin: 1rem auto;
  text-align: center; }

/*.video-background, #vidtop-content{
	width:100vw;
	height:50vw;
}*/
@media (min-aspect-ratio: 16 / 9) {
  .video-foreground {
    height: 300%;
    top: -100%; } }

@media (max-aspect-ratio: 16 / 9) {
  .video-foreground {
    width: 400%;
    left: -150%; } }

/*@media all and (max-width: 600px) {
.vid-info { width: 50%; padding: .5rem; }
.vid-info h1 { margin-bottom: .2rem; }
}
@media all and (max-width: 500px) {
.vid-info .acronym { display: none; }
}*/
/*End video backbround css*/
.video-content {
  position: relative;
  width: calc(100% - 4em);
  height: auto;
  padding: 0;
  margin: 0 2em;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.125);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.125); }
  .video-content video {
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
    display: block; }
  .video-content:before {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #cccccc;
    z-index: -10 !important; }

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 0, 0, 0.25);
  z-index: 10;
  margin: 0 !important;
  padding: 0 !important;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.25); }
  .video-overlay:after {
    content: '\f04b';
    color: white;
    font-size: 6em;
    font-family: 'FontAwesome';
    text-shadow: 0px 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-transition: all .15s linear;
    transition: all .15s linear;
    opacity: .75; }
  .video-overlay:hover:after {
    -webkit-transition: all .15s linear;
    transition: all .15s linear;
    text-shadow: 0px 5px 15px rgba(0, 0, 0, 0.75);
    opacity: 1; }

video[poster] {
  -o-object-fit: cover;
     object-fit: cover; }

.resource-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative; }
  .resource-container .blog-content {
    font-size: 1rem !important; }
  .resource-container .resource-image {
    margin: 0 auto;
    width: 33vw;
    max-width: 300px;
    float: right;
    margin: 0 0 1rem 1rem;
    display: block;
    position: relative; }
  .resource-container .blog-content {
    font-size: 1.25em; }
  .resource-container .resource-section {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 1rem; }
  .resource-container .resource-section--left {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2; }
    .resource-container .resource-section--left h2 {
      margin-top: 0 !important; }
  .resource-container .resource-section--right {
    -webkit-perspective: 100vw;
            perspective: 100vw;
    position: relative !important;
    -webkit-filter: drop-shadow(3px 3px 9px rgba(0, 0, 0, 0.25));
            filter: drop-shadow(3px 3px 9px rgba(0, 0, 0, 0.25)); }
  .resource-container .contactBox {
    -webkit-backface-visibility: none;
            backface-visibility: none;
    background-color: #0376AA;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0376AA), to(#036591));
    background-image: linear-gradient(to bottom, #0376AA, #036591);
    border-radius: .5rem;
    color: white;
    padding: 1rem 2rem;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: start;
        align-self: flex-start;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    .resource-container .contactBox input {
      color: #333; }
    .resource-container .contactBox .sent-ok {
      display: none; }
    .resource-container .contactBox .postFlip {
      display: none;
      -webkit-transform: rotateY(-180deg);
              transform: rotateY(-180deg); }
    .resource-container .contactBox.flipped {
      -webkit-transform: rotateY(-180deg);
              transform: rotateY(-180deg); }
  @media screen and (max-width: 767px) {
    .resource-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.archive-resources--container {
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3rem 0;
  margin: 0 auto; }
  .archive-resources--container .featuredPosts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .archive-resources--container .featuredPosts .featuredPost {
      width: calc(33% - 2rem);
      margin: 1rem;
      padding: 0;
      border: 1px solid rgba(0, 0, 0, 0.2); }
      @media screen and (max-width: 700px) {
        .archive-resources--container .featuredPosts .featuredPost {
          width: calc(50% - 1rem); } }
      @media screen and (max-width: 500px) {
        .archive-resources--container .featuredPosts .featuredPost {
          width: calc(100%); } }

.resource-post .video-content {
  margin-bottom: 4rem; }

.resource-post .header-section {
  padding: 2rem 0; }
  .resource-post .header-section .container {
    position: relative;
    text-align: center;
    padding: 0; }
  .resource-post .header-section .download-background {
    position: absolute;
    width: 100%;
    height: calc(100% - 3rem);
    top: 3rem;
    z-index: 0;
    padding: 0;
    margin: 0;
    border-top: 2px solid #61B746;
    border-bottom: 2px solid #61B746; }
  .resource-post .header-section .download-text {
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    margin-bottom: -3rem;
    margin-top: -2.5rem;
    width: auto;
    height: auto;
    -webkit-filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.15));
            filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.15)); }
    .resource-post .header-section .download-text h3 {
      font-weight: 700;
      color: white;
      display: inline-block;
      margin: 4rem;
      background-size: cover;
      overflow: visible;
      z-index: 10;
      position: relative; }
    .resource-post .header-section .download-text .download-text--background {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 0;
      top: 0;
      left: 0; }
  .resource-post .header-section .download-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%; }
    .resource-post .header-section .download-flex > div {
      text-align: center; }
    @media screen and (max-width: 800px) {
      .resource-post .header-section .download-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-top: 2rem; } }
  .resource-post .header-section .download-image {
    text-align: center; }
  .resource-post .header-section .download-image img {
    width: 100%;
    display: block;
    max-width: 250px;
    margin: 0 auto; }
  .resource-post .header-section .download-headline {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1em;
    padding: 1rem 2rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .resource-post .header-section .download-headline p {
      line-height: 1.125em; }
    .resource-post .header-section .download-headline span {
      display: block;
      z-index: 1; }
    .resource-post .header-section .download-headline .color-main {
      color: #61B746;
      z-index: 2; }

.resource-post .styledCounter {
  counter-reset: thisCounter;
  list-style: none; }
  .resource-post .styledCounter li:before {
    font-size: 1.5rem;
    content: counter(thisCounter);
    counter-increment: thisCounter;
    position: absolute;
    left: -3.125rem;
    background-color: #61B746;
    color: white;
    font-weight: 700;
    text-align: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 100%;
    line-height: 2.5rem;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
    top: -0.38571rem; }
  .resource-post .styledCounter li {
    position: relative;
    margin-bottom: 1.25em; }

.featuredResources {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 9px -2px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 3px 9px -2px rgba(0, 0, 0, 0.25);
  padding: .5rem;
  text-decoration: none;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #333; }
  .featuredResources:hover {
    text-decoration: none;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25); }
  .featuredResources .btn {
    -ms-flex-item-align: center;
        align-self: center;
    margin-top: auto; }
    .featuredResources .btn span {
      font-weight: bold; }
  .featuredResources .post-thumbnail {
    width: 100%;
    height: 0;
    padding-top: 75% !important;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative; }
  .featuredResources .title {
    font-weight: 400;
    font-size: 1.25rem;
    margin-bottom: 1.5rem; }
  .featuredResources .category {
    margin-left: .25rem;
    font-size: 1rem;
    display: block;
    -ms-flex-item-align: start;
        align-self: flex-start;
    font-weight: 700; }
  .featuredResources .title, .featuredResources .category {
    margin-left: 1rem;
    margin-right: 1rem; }
  .featuredResources .hoverOverlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: calc(100% - 2rem);
    background-color: rgba(97, 183, 70, 0.9);
    z-index: -10;
    opacity: 0;
    -webkit-transition: all .25s ease-in-out, z-index 0s linear .25s;
    transition: all .25s ease-in-out, z-index 0s linear .25s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.5rem 1rem;
    margin: 0;
    color: white;
    display: none; }
    .featuredResources .hoverOverlay h1, .featuredResources .hoverOverlay h2, .featuredResources .hoverOverlay h3, .featuredResources .hoverOverlay h4, .featuredResources .hoverOverlay h5, .featuredResources .hoverOverlay p {
      color: white; }
      .featuredResources .hoverOverlay h1:after, .featuredResources .hoverOverlay h2:after, .featuredResources .hoverOverlay h3:after, .featuredResources .hoverOverlay h4:after, .featuredResources .hoverOverlay h5:after, .featuredResources .hoverOverlay p:after {
        display: none; }
    .featuredResources .hoverOverlay h1, .featuredResources .hoverOverlay h2, .featuredResources .hoverOverlay h3 {
      font-weight: 700;
      font-size: 2.25rem; }
    .featuredResources .hoverOverlay p {
      overflow: hidden;
      max-height: 7em; }
    .featuredResources .hoverOverlay p.last {
      margin-top: auto;
      text-align: center;
      margin-bottom: 3rem;
      font-size: 1em;
      font-weight: bold; }
  .featuredResources:hover .hoverOverlay {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
    z-index: 10;
    -webkit-transition: all .33s ease-in-out, z-index 0s linear;
    transition: all .33s ease-in-out, z-index 0s linear; }
  .featuredResources:hover .post-thumbnail, .featuredResources:hover .title, .featuredResources:hover .category {
    -webkit-transition: .25s all linear;
    transition: .25s all linear; }

main.resources {
  margin-top: 8rem; }
  main.resources h1 {
    text-align: center; }

main.resource {
  margin-top: 8em; }

main.resource .contactBox h1, main.resource .contactBox h2, main.resource .contactBox h3, main.resource .contactBox h4, main.resource .contactBox h5 {
  color: white; }

main.resource .contactBox .wpcf7 ::-webkit-input-placeholder {
  color: white; }

main.resource .contactBox .wpcf7 :-ms-input-placeholder {
  color: white; }

main.resource .contactBox .wpcf7 ::-ms-input-placeholder {
  color: white; }

main.resource .contactBox .wpcf7 ::placeholder {
  color: white; }

main.resource .contactBox .wpcf7 input:not([type=submit]) {
  border-bottom-color: white; }

main.resource .contactBox .wpcf7 .wpcf7-submit {
  background-color: white;
  color: #61B746; }
  main.resource .contactBox .wpcf7 .wpcf7-submit:hover {
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25); }

.footer-popout {
  position: fixed;
  bottom: 1rem;
  right: 0;
  z-index: 9;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  opacity: 1;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25); }
  .footer-popout a {
    text-decoration: none; }
  .footer-popout:hover {
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.5); }
  .footer-popout.inactive {
    -webkit-transform: translateX(120%);
            transform: translateX(120%);
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    opacity: 0; }
  .footer-popout .content {
    background-color: white;
    border-bottom: 3px solid #61B746;
    padding: .5rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 400px;
    max-height: 200px;
    -webkit-transition: all 0s linear;
    transition: all 0s linear;
    -webkit-transition-delay: .5s;
            transition-delay: .5s;
    cursor: pointer; }
    .footer-popout .content span {
      display: block; }
    .footer-popout .content .line1 {
      color: #333;
      font-size: 1.25em; }
    .footer-popout .content .line2 {
      color: #61B746;
      font-size: 1.5em; }
      .footer-popout .content .line2 em {
        text-decoration: underline;
        text-transform: uppercase;
        font-style: normal; }
    .footer-popout .content.hidden {
      display: none;
      overflow: hidden;
      -webkit-transition: all 0s linear;
      transition: all 0s linear;
      -webkit-transition-delay: .2s;
              transition-delay: .2s; }
    .footer-popout .content.content-collapsed {
      padding: .5rem .5rem .5rem 1rem; }
      .footer-popout .content.content-collapsed span {
        opacity: .5; }
        .footer-popout .content.content-collapsed span:hover {
          opacity: 1; }
  .footer-popout .close {
    position: absolute;
    top: 0;
    left: 0;
    text-align: right;
    font-size: .75em;
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center; }
    .footer-popout .close span {
      opacity: .125;
      cursor: pointer;
      text-shadow: 0px 1px 3px white; }
    .footer-popout .close:hover span {
      opacity: 1; }

.exitContainer {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity .25s linear, z-index .25s linear;
  transition: opacity .25s linear, z-index .25s linear;
  -webkit-transition-delay: .25s;
          transition-delay: .25s; }
  .exitContainer em {
    font-weight: 700; }
  .exitContainer .exitContent {
    position: relative;
    background-color: white;
    max-width: 900px;
    width: calc(100% - 2rem);
    max-height: 750px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    -webkit-transform: translate3d(0, 100vh, 0);
            transform: translate3d(0, 100vh, 0);
    -webkit-transition: all .25s ease-in-out .15s, z-index 0s linear .25s;
    transition: all .25s ease-in-out .15s, z-index 0s linear .25s;
    padding: 1rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .exitContainer .exitContent .title {
      margin-top: 2rem;
      margin-bottom: 1rem;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin-left: auto;
      margin-right: auto;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      overflow: hidden; }
      .exitContainer .exitContent .title h1, .exitContainer .exitContent .title h2, .exitContainer .exitContent .title h3, .exitContainer .exitContent .title h4, .exitContainer .exitContent .title h5 {
        line-height: 1.1em;
        text-align: center;
        margin: .25em 0;
        padding: 0;
        font-weight: 700;
        margin: 0; }
      .exitContainer .exitContent .title em {
        text-decoration: underline;
        font-style: normal;
        font-weight: 900;
        text-transform: uppercase; }
    .exitContainer .exitContent .flexRow {
      padding: 0 1rem;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: calc(100% - 2rem); }
    .exitContainer .exitContent h1 {
      text-align: center;
      color: #61B746; }
    .exitContainer .exitContent .closeButton {
      position: absolute;
      top: 0;
      right: 0;
      font-size: 1rem;
      height: 1.5rem;
      width: 1.5rem;
      background-color: #333;
      color: #fff;
      text-align: center;
      border-radius: 100%;
      padding: 0;
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-transform: translate3d(0.75rem, -0.75rem, 0);
              transform: translate3d(0.75rem, -0.75rem, 0);
      border: 1px solid #fff;
      -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
              box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
      cursor: pointer; }
      .exitContainer .exitContent .closeButton img {
        width: calc(100% - .75em); }
    .exitContainer .exitContent ul:not(.bullets) {
      list-style: none !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 100%; }
      .exitContainer .exitContent ul:not(.bullets) li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        font-size: 1.5em;
        font-weight: 300;
        margin-top: .5rem;
        margin-bottom: .5rem;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%; }
        .exitContainer .exitContent ul:not(.bullets) li:before {
          content: '';
          display: none; }
        .exitContainer .exitContent ul:not(.bullets) li .icon {
          width: 1.5rem;
          height: 1.5rem;
          padding: 0.75rem;
          border-radius: 100%;
          margin-right: 0.75rem;
          text-align: center; }
          .exitContainer .exitContent ul:not(.bullets) li .icon svg {
            max-width: 1.5rem;
            max-height: 1.5rem; }
        .exitContainer .exitContent ul:not(.bullets) li:nth-child(5n+1) .icon {
          background-color: #61B746; }
        .exitContainer .exitContent ul:not(.bullets) li:nth-child(5n+2) .icon {
          background-color: #0376AA; }
        .exitContainer .exitContent ul:not(.bullets) li:nth-child(5n+3) .icon {
          background-color: #F47F47; }
        .exitContainer .exitContent ul:not(.bullets) li:nth-child(5n+4) .icon {
          background-color: #704D9E; }
        .exitContainer .exitContent ul:not(.bullets) li .icon-grey {
          background-color: rgba(0, 0, 0, 0.5) !important; }
    .exitContainer .exitContent ul.bullets {
      width: auto;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin: 0 0 2rem 0;
      -ms-flex-item-align: center;
          align-self: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding: 0;
      -ms-flex-item-align: start;
          align-self: flex-start;
      margin-left: 2rem;
      font-size: 1.1rem; }
      .exitContainer .exitContent ul.bullets li {
        width: auto;
        display: inline-block;
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        width: auto; }
  .exitContainer .exitBonus {
    position: absolute;
    top: calc(100% - .5rem);
    left: 1rem;
    min-height: 3rem;
    max-width: 50%;
    min-width: 200px;
    background-color: #61B746;
    color: #fff;
    font-weight: 400;
    padding: .25rem 1rem;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    border-radius: .25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .exitContainer .exitBonus i {
      font-size: 2rem;
      margin: 0;
      padding: 0; }
    .exitContainer .exitBonus .bonus {
      font-weight: 700;
      text-align: center;
      line-height: 1em;
      font-size: 1.25rem; }
    .exitContainer .exitBonus span:not(:last-child) {
      margin-right: 1rem; }
  .exitContainer.active {
    z-index: 99;
    opacity: 1;
    -webkit-transition: opacity .25s linear, z-index 0s linear 0s;
    transition: opacity .25s linear, z-index 0s linear 0s; }
    .exitContainer.active .exitContent {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      -webkit-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out; }
  .exitContainer .wpcf7-form {
    text-align: center; }
    .exitContainer .wpcf7-form input {
      z-index: 5; }
    .exitContainer .wpcf7-form input:not([type=submit]) {
      border-bottom: 2px solid rgba(0, 0, 0, 0.25);
      background-color: transparent;
      width: calc(100% - 4rem); }
      .exitContainer .wpcf7-form input:not([type=submit]):focus {
        border-top-color: transparent;
        border-left-color: transparent;
        border-right-color: transparent;
        border-bottom-color: #61B746;
        -webkit-box-shadow: 0px 5px 10px -7px rgba(0, 0, 0, 0.25);
                box-shadow: 0px 5px 10px -7px rgba(0, 0, 0, 0.25); }
    .exitContainer .wpcf7-form input[type=submit] {
      background-color: #61B746;
      color: #fff;
      border: none;
      padding: .85em 1.25em .75em;
      line-height: 1em;
      font-weight: 700;
      margin: .5rem auto;
      display: table;
      cursor: pointer;
      -webkit-transition: all .15s linear;
      transition: all .15s linear;
      display: none; }
      .exitContainer .wpcf7-form input[type=submit]:hover {
        background-color: #57a53f;
        -webkit-transition: all .15s linear;
        transition: all .15s linear;
        -webkit-box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.25);
                box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.25); }
    .exitContainer .wpcf7-form .wpcf7-not-valid-tip {
      display: inline-block;
      z-index: 1;
      top: -1rem; }
  .exitContainer .ajax-loader {
    position: absolute; }
  .exitContainer p.secure {
    text-align: center;
    font-size: .75em;
    margin-top: -1em;
    font-weight: 400; }
    .exitContainer p.secure i {
      color: #61B746; }
  .exitContainer button {
    margin-bottom: 0;
    padding-left: 2rem;
    padding-right: 2rem; }
  @media screen and (max-width: 600px) {
    .exitContainer {
      display: none !important; } }
  @media screen and (max-height: 600px) {
    .exitContainer {
      display: none !important; } }

.iframe-calendar {
  height: calc(100vh - 20rem); }

img.exit-offer {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  display: block;
  padding: 2rem 0 .5rem; }

.exit-darker {
  background-color: rgba(0, 0, 0, 0.125);
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  width: calc(100% - 4rem) !important;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  .exit-darker .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden; }
    .exit-darker .left em {
      text-decoration: underline;
      font-style: normal; }
    .exit-darker .left span {
      display: inline-block;
      text-align: center;
      width: auto; }
    .exit-darker .left .plus {
      text-transform: uppercase;
      color: #61B746;
      font-size: 1.45em;
      position: relative;
      width: auto; }
      .exit-darker .left .plus:before {
        width: 200%;
        position: absolute;
        border-bottom: 2px solid #61B746;
        content: '';
        top: .5em;
        right: calc(100% + .5em); }
      .exit-darker .left .plus:after {
        width: 200%;
        position: absolute;
        border-bottom: 2px solid #61B746;
        content: '';
        top: .5em;
        left: calc(100% + .5em); }
    .exit-darker .left .strong {
      font-size: 1.45em; }
    .exit-darker .left .plus, .exit-darker .left .strong {
      font-weight: 700; }
    .exit-darker .left .normal {
      font-weight: 400; }
  .exit-darker .right {
    -ms-flex-preferred-size: 66%;
        flex-basis: 66%; }

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.okOpen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .okOpen .left {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    padding: 0 10rem; }
  .okOpen .right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .okOpen .portfolioOffer {
    padding-top: 2rem; }
    .okOpen .portfolioOffer > * {
      margin-top: 0;
      margin-bottom: 0; }
  .okOpen h2 {
    margin-bottom: 1rem !important; }
  .okOpen p {
    text-align: center; }

.title-top {
  display: inline-block;
  position: relative;
  margin-bottom: .5rem; }
  .title-top:before {
    position: absolute;
    height: .5em;
    width: 100%;
    right: calc(100% + .5em);
    top: .3em;
    content: '';
    background-image: url(img/line-green.svg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right; }
  .title-top:after {
    position: absolute;
    height: .5em;
    width: 100%;
    left: calc(100% + .5em);
    top: .3em;
    content: '';
    background-image: url(img/line-green.svg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right; }

.popup-schedule-custom {
  height: calc(100vh - 12rem);
  margin: none;
  padding: none; }

.custom-schedule {
  height: calc(100%);
  position: relative;
  overflow: hidden;
  width: calc(100% + 4rem);
  margin-left: -2rem; }
  .custom-schedule h1 {
    font-size: 1.5rem;
    font-weight: 700; }
    .custom-schedule h1:before {
      display: none; }
    .custom-schedule h1:after {
      display: none; }
  .custom-schedule h2 {
    text-align: center;
    font-size: 1.25rem;
    margin: 1.5em 0; }
  .custom-schedule .smaller {
    font-size: .75em; }
  .custom-schedule .page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: calc(100% - 4rem);
    position: absolute;
    top: 4rem;
    width: calc(100% - 2rem);
    margin-left: 1rem;
    -webkit-transition: all .33s ease-in-out;
    transition: all .33s ease-in-out; }
    .custom-schedule .page.hidden {
      display: none; }
  .custom-schedule .pageControls {
    justify-self: flex-end;
    margin-top: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: white; }
    .custom-schedule .pageControls a {
      color: white;
      cursor: pointer;
      font-weight: 700;
      opacity: .62;
      text-decoration: none; }
      .custom-schedule .pageControls a:hover {
        opacity: 1; }
  .custom-schedule .block-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: calc(100% - 2em);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: .5rem 1rem;
    padding: 1em;
    line-height: 1em;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
    border-right: 5px solid transparent;
    background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 255, 255, 0.1)), color-stop(rgba(255, 255, 255, 0.15)), to(rgba(255, 255, 255, 0.25)));
    background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.25));
    background-size: 200% 100%;
    background-position: top left;
    -webkit-box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.15); }
    .custom-schedule .block-row:hover, .custom-schedule .block-row:focus {
      -webkit-box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.25);
              box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.25);
      background-position: bottom right;
      border-right-color: #61B746; }
    .custom-schedule .block-row .icon {
      width: 3rem;
      height: 3rem;
      border-radius: 100%;
      margin-right: 1rem;
      -webkit-box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.15);
              box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.15);
      background-size: cover; }
    .custom-schedule .block-row .block-text {
      font-size: 1.25em; }
  .custom-schedule .future {
    -webkit-transform: translate3d(125%, 0, 0);
            transform: translate3d(125%, 0, 0);
    opacity: 0;
    -webkit-transition: opacity .2s linear, all .25s ease-in-out;
    transition: opacity .2s linear, all .25s ease-in-out; }
  .custom-schedule .past {
    -webkit-transform: translate3d(-1250%, 0, 0);
            transform: translate3d(-1250%, 0, 0);
    opacity: 0;
    -webkit-transition: opacity .2s linear, all .25s ease-in-out;
    transition: opacity .2s linear, all .25s ease-in-out; }
  .custom-schedule .calendarDates {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%; }
    .custom-schedule .calendarDates .date {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      line-height: 1em;
      font-size: .75rem;
      font-weight: 700;
      -ms-flex-preferred-size: calc(20% - .5rem);
          flex-basis: calc(20% - .5rem);
      background-color: rgba(255, 255, 255, 0.1);
      border-radius: 1rem;
      margin: .25rem;
      padding: .25rem 0;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      border-bottom: 2px solid transparent;
      border-top: 2px solid transparent;
      -webkit-transition: all .25s linear, -webkit-flex-basis .5s linear .25s;
      transition: all .25s linear, -webkit-flex-basis .5s linear .25s;
      transition: all .25s linear, flex-basis .5s linear .25s;
      transition: all .25s linear, flex-basis .5s linear .25s, -webkit-flex-basis .5s linear .25s, -ms-flex-preferred-size .5s linear .25s;
      max-height: 60px; }
      .custom-schedule .calendarDates .date:hover {
        -webkit-box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.25);
                box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.25);
        background-color: rgba(255, 255, 255, 0.2); }
      .custom-schedule .calendarDates .date.first.tues {
        margin-left: calc(20% + .25rem); }
      .custom-schedule .calendarDates .date.first.wed {
        margin-left: calc(40% + .25rem); }
      .custom-schedule .calendarDates .date.first.thur {
        margin-left: calc(60% + .25rem); }
      .custom-schedule .calendarDates .date.first.fri {
        margin-left: calc(80% + .25rem); }
      .custom-schedule .calendarDates .date.bogus {
        width: 0px !important;
        display: none; }
      .custom-schedule .calendarDates .date.selected {
        background-color: rgba(255, 255, 255, 0.25);
        border-bottom-color: #61B746;
        left: 0; }
      .custom-schedule .calendarDates .date.notSelected {
        opacity: 0;
        -webkit-transform: rotateX(90deg);
                transform: rotateX(90deg);
        max-height: 0px;
        width: 0px;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
        visibility: hidden; }
      .custom-schedule .calendarDates .date .day {
        font-size: 2em;
        line-height: 1em; }
      .custom-schedule .calendarDates .date .day-of-week, .custom-schedule .calendarDates .date .month {
        text-transform: uppercase; }
  .custom-schedule .apptTimes {
    -webkit-transition: all .25s linear .3s;
    transition: all .25s linear .3s;
    opacity: 1;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg); }
    .custom-schedule .apptTimes.inactive {
      -webkit-transform: rotateX(90deg);
              transform: rotateX(90deg);
      opacity: 0;
      -webkit-transition: all .33s linear .0s;
      transition: all .33s linear .0s; }

@media screen and (max-width: 1100px) {
  .skewBoxes .skewBox {
    width: 100px;
    height: 400px; } }

@media screen and (max-width: 800px) {
  .container {
    max-width: 500px;
    margin: 0 auto;
    width: calc(100% - 4em);
    padding: 0 2em; }
  .navbar-desktop {
    display: none; }
  nav.navbar-mobile {
    display: block; }
  header:not(.blog) {
    min-height: 100vh; }
    header:not(.blog) .headerContent2 {
      min-height: 100vh; }
  .skewBoxes {
    bottom: 1em; }
  .skewBoxes .skewBox {
    width: 50px;
    height: 200px; }
  .timeline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .timeline-top, .timeline-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
    margin: 0 !important;
    font-size: 1.5em; }
  .timeline .timeline-bottom .timeline-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .timeline-line {
    display: none; }
  .iconList {
    font-size: 1.5em;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .iconList .item {
      min-width: calc(50% - 4em);
      -ms-flex-preferred-size: 1;
          flex-basis: 1; }
  .section-founders {
    background-image: none;
    padding-bottom: 0 !important; }
  .section-founders .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    .section-founders .container .picture, .section-founders .container .content {
      display: block;
      position: relative; }
    .section-founders .container .btnContainer {
      text-align: center;
      margin-left: 0; }
    .section-founders .container .picture {
      text-align: center; }
      .section-founders .container .picture img.mobileOnly {
        display: block;
        width: 100%; }
    .section-founders .container .teamPhotos, .section-founders .container .btnContainer {
      margin-left: 0; }
  .section-whyChoose2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0 !important; }
    .section-whyChoose2 .left {
      background-image: none; }
      .section-whyChoose2 .left .content {
        margin: 0 auto 4em; }
    .section-whyChoose2 .right {
      -webkit-transform: none !important;
              transform: none !important;
      font-size: 1.25em; }
    .section-whyChoose2 .right ol {
      -webkit-transform: none;
              transform: none;
      padding: 0;
      margin: 0 auto;
      max-width: 400px;
      width: auto; }
    .section-whyChoose2 .right p, .section-whyChoose2 .right li {
      -webkit-transform: none;
              transform: none; }
  .leadMagnet {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    .leadMagnet .left, .leadMagnet .right {
      padding: 0; }
  .followMedia {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2em 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .followMedia .right {
      padding: 2em 0;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      max-width: 500px;
      margin: 0 auto; }
      .followMedia .right .block {
        -ms-flex-preferred-size: calc(50% - 2em);
            flex-basis: calc(50% - 2em);
        margin: 0 0 2em 0; }
  .featuredLogos {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 500px;
    margin: 0 auto; }
  .featuredLogos > .business-logo {
    padding: 1em 1em;
    -ms-flex-preferred-size: calc(30%);
        flex-basis: calc(30%); }
  .blog .section {
    padding: 4em 0; }
  .teamBoxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    font-size: 11px; }
    .teamBoxes .teamBox {
      width: 100%;
      max-width: none;
      font-size: 1.25em; }
  .contact .contact-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    .contact .contact-block .info-block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%; }
  .location-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .location-block .location {
      min-width: none;
      max-width: 400px; }
  .timeline .timeline-top .timeline-expanded, .timeline .timeline-bottom .timeline-expanded {
    display: none; }
  .slider-content .content {
    display: none; }
  .slider-content .caption, .timeline-title {
    font-size: 1.25rem !important; }
  .slider-container {
    text-align: center !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    align-items: center;
    justify-content: center; }
  .item-blue .icon {
    text-align: center;
    width: 100%; }
    .item-blue .icon img {
      padding: 0 !important; }
  .section-footer .container-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.5rem;
    text-align: center; }
  .img-right, .img-left {
    float: none;
    position: relative;
    display: block;
    margin: 2em auto;
    width: calc(100% - 2em);
    max-width: 500px; }
  .coreValues .img-right {
    float: right;
    width: 33%;
    max-width: 200px;
    margin: 0 0 2em 2em; }
  .slider-mouseout {
    display: none; }
  .slider-active .slider-main {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  .slider-active .slider-sidebar {
    max-width: 90vw;
    width: 100%;
    -webkit-transform: translateX(-90vw);
            transform: translateX(-90vw); }
  .teamBoxes {
    max-width: 400px;
    margin: 0 auto; }
  .aboutElements .element {
    max-width: 300px; }
  .page .headline2, .frontPage .headline2 {
    font-size: 1.5rem !important; }
  header.page {
    height: 400px;
    min-height: 400px;
    overflow: hidden; }
  .section {
    padding: 4rem 0; }
  .contact-block .form {
    width: calc(100% - 4em);
    min-width: 0px;
    margin: 0 auto 5em auto; }
  .contact-block .info {
    width: 100%;
    margin: 0;
    padding: 0; }
  .info-block .hours .hours-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .form .form-interests {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .form .wpcf7-list-item {
    width: 100%;
    display: block; }
  .location-block {
    float: none;
    margin: 0 auto; }
  .coloredSections .text, .coloredSections .image {
    padding: 0 1em; }
  .servicesSection {
    margin-bottom: 0; }
    .servicesSection .container {
      max-width: none; }
  .page h1:after {
    display: none; }
  .page.blog .sidebar {
    display: none !important; }
  .blog-item {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .blog-info {
    margin-top: 0 !important; }
  .blog-excerpt {
    display: none; }
  .blog-info h2 {
    margin-top: 0 !important;
    font-size: 1em; }
  .blog-info .read-more-button {
    text-align: center; } }

@media screen and (max-width: 450px) {
  .container {
    width: calc(100% - 2em);
    padding: 0 1em; } }

@media print {
  body {
    font-size: 12px !important; }
    body nav {
      display: none !important; }
    body header {
      display: none !important; }
    body main {
      width: 100% !important;
      height: auto !important;
      color: #333 !important; }
    body footer {
      display: none; }
  .slider-mouseout {
    display: none !important; }
  .author-block {
    display: none !important; } }

/*# sourceMappingURL=style.css.map */
