.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; }

header.blog {
  z-index: 10;
  display: none; }

.navbar-desktop {
  display: none; }

.landing-prim {
  padding-top: 8em; }
  .landing-prim .section {
    padding-top: 0px;
    margin-top: 0px; }
  .landing-prim .contact h1 {
    text-align: center;
    margin: 0 auto 2em;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    color: #717271 !important; }
  .landing-prim .contact-block > div {
    margin: 0 2em; }
  .landing-prim .contact-block .form {
    min-height: 0px !important;
    margin: 0;
    background-color: #717271;
    padding: 3em 2em; }
  .landing-prim .info img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto; }
  .landing-prim .info h1 {
    margin: 0;
    padding: 0;
    text-transform: none;
    text-align: left;
    color: #333 !important;
    font-weight: 300; }
    .landing-prim .info h1 strong {
      color: #61B746; }
  .landing-prim .contact-block {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .landing-prim .bookIntro {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    -webkit-transition: all 1.25s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 1.25s cubic-bezier(0.55, 0, 0.1, 1); }
    .landing-prim .bookIntro.active {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      -webkit-transition: all 1.25s cubic-bezier(0.55, 0, 0.1, 1);
      transition: all 1.25s cubic-bezier(0.55, 0, 0.1, 1); }
    @media screen and (max-width: 800px) {
      .landing-prim .bookIntro {
        -webkit-transform: translateX(0) !important;
                transform: translateX(0) !important; } }
  .landing-prim .text-center {
    text-align: center; }
  .landing-prim nav.mainNav {
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3em;
    line-height: 3em;
    z-index: 99; }
    .landing-prim nav.mainNav .navBackground {
      z-index: 1;
      background-color: #fff;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      -webkit-transform: translateY(calc(-100% - 5px));
              transform: translateY(calc(-100% - 5px));
      -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
      transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
      transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
      transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
      -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); }
    .landing-prim nav.mainNav .getBook {
      float: right;
      background-color: transparent;
      color: #c0272c;
      position: relative;
      z-index: 2;
      padding: 0 2em;
      text-decoration: none;
      font-weight: bold;
      -webkit-transition: all .15s linear;
      transition: all .15s linear;
      border: 1px solid transparent;
      line-height: calc(3em - 2px);
      cursor: pointer; }
    .landing-prim nav.mainNav.expanded .navBackground {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
      transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
      transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
      transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1); }
    .landing-prim nav.mainNav.expanded .getBook {
      background-color: #c0272c;
      color: #fff;
      border: 1px solid #c0272c; }
    @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
      .landing-prim nav.mainNav.expanded {
        /* IE10+ specific styles go here */ } }
    .landing-prim nav.mainNav .getBook:hover {
      background-color: #fff;
      color: #c0272c;
      border: 1px solid #c0272c;
      -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16)) drop-shadow(0 3px 6px rgba(0, 0, 0, 0.23));
              filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16)) drop-shadow(0 3px 6px rgba(0, 0, 0, 0.23)); }
    .landing-prim nav.mainNav .title {
      padding: 0 2em;
      font-family: "nimbus-sans-condensed",sans-serif;
      text-transform: uppercase;
      font-size: 1.5em;
      font-weight: 700;
      color: #717271; }
      .landing-prim nav.mainNav .title .red, .landing-prim nav.mainNav .title .red {
        color: #c0272c; }
      .landing-prim nav.mainNav .title .smaller {
        display: none; }
    @media screen and (max-width: 800px) {
      .landing-prim nav.mainNav .larger {
        display: none; }
      .landing-prim nav.mainNav .smaller {
        display: inline !important; } }
  .landing-prim .container {
    max-width: 1200px;
    padding: 0 1em;
    margin: 0 auto;
    position: relative;
    display: inline-block;
    width: 100%; }
    @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
      .landing-prim .container {
        /* IE10+ specific styles go here */
        margin: 0; } }
  .landing-prim .flexRow {
    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;
    width: 100%;
    position: relative;
    padding: 5em 0; }
    @media screen and (max-width: 800px) {
      .landing-prim .flexRow {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .landing-prim div.flexLargerToggle {
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
    -webkit-transform: scale(1) translateX(0%);
            transform: scale(1) translateX(0%);
    cursor: pointer;
    background-color: white; }
    .landing-prim div.flexLargerToggle: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); }
  .landing-prim div.flexLarger {
    -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);
    -webkit-transform: scale(1.5) translate3D(-25%, 0px, 0px);
            transform: scale(1.5) translate3D(-25%, 0px, 0px);
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
    padding: 5em 2em;
    background-color: white; }
    .landing-prim div.flexLarger:after {
      content: 'X Close';
      position: absolute;
      top: 0;
      right: 0;
      color: #fff;
      background-color: #333;
      font-size: 1em;
      line-height: 2em;
      padding: 0 1em;
      text-align: center;
      opacity: .62; }
  .landing-prim .flex-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .landing-prim .flex-2 {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2; }
  .landing-prim .flex-3 {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3; }
  .landing-prim .flex-4 {
    -webkit-box-flex: 4;
        -ms-flex: 4;
            flex: 4; }
  .landing-prim .flex-5 {
    -webkit-box-flex: 5;
        -ms-flex: 5;
            flex: 5; }
  .landing-prim .flex-1, .landing-prim .flex-2, .landing-prim .flex-3, .landing-prim .flex-4, .landing-prim .flex-5 {
    padding: 2rem; }
    @media screen and (max-width: 800px) {
      .landing-prim .flex-1, .landing-prim .flex-2, .landing-prim .flex-3, .landing-prim .flex-4, .landing-prim .flex-5 {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        padding: 0; } }
  .landing-prim .flex-top {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .landing-prim .flex-bottom {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .landing-prim .section {
    z-index: 5;
    background-color: #fff;
    position: relative;
    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; }
  .landing-prim .section-full {
    min-height: calc(100vh - 10em);
    padding: 5em 0; }
  .landing-prim .section-intro {
    min-height: 100vh;
    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;
    font-size: 1em;
    -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); }
    .landing-prim .section-intro .titleArea {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-top: 15vh;
      position: relative;
      z-index: 1; }
      @media screen and (max-width: 800px) {
        .landing-prim .section-intro .titleArea {
          -ms-flex-wrap: wrap-reverse;
              flex-wrap: wrap-reverse;
          margin-top: 0; } }
    .landing-prim .section-intro .flexLeft {
      z-index: 1; }
    .landing-prim .section-intro .flexRight {
      z-index: 5; }
  .landing-prim .section-aboutPrim {
    -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);
    position: relative;
    z-index: 6;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0.75))), url("img/cash-pile.jpg");
    background-image: linear-gradient(to bottom, white, rgba(255, 255, 255, 0.75)), url("img/cash-pile.jpg");
    background-position: bottom right;
    background-repeat: no-repeat; }
  .landing-prim .learnMore {
    opacity: 0;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
    cursor: pointer;
    font-size: 2em;
    font-family: "nimbus-sans-condensed",sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    -ms-flex-item-align: center;
        align-self: center;
    position: relative;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    z-index: 5;
    color: #333;
    text-decoration: none;
    padding: 2em 0 0 0; }
    .landing-prim .learnMore:hover {
      opacity: 0.9 !important;
      -webkit-transition: all .25s linear;
      transition: all .25s linear;
      -webkit-transform: scale(1);
              transform: scale(1); }
  .landing-prim .bookImage, .landing-prim .img-responsive {
    width: 100%; }
  .landing-prim .bookImage {
    -webkit-transition: opacity .75s ease-in-out;
    transition: opacity .75s ease-in-out;
    opacity: 0; }
    .landing-prim .bookImage.active {
      -webkit-transition: opacity .75s ease-in-out;
      transition: opacity .75s ease-in-out;
      opacity: 1; }
    @media screen and (max-width: 800px) {
      .landing-prim .bookImage {
        width: auto;
        height: auto;
        max-height: 100vh;
        max-width: 75vw;
        opacity: 1 !important; } }
  .landing-prim .imageArea {
    -webkit-transform: translate3D(0px, 100%, 0px);
            transform: translate3D(0px, 100%, 0px);
    -webkit-transition: -webkit-transform 1.25s cubic-bezier(0.55, 0, 0.1, 1);
    transition: -webkit-transform 1.25s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 1.25s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 1.25s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 1.25s cubic-bezier(0.55, 0, 0.1, 1);
    text-align: center; }
    .landing-prim .imageArea .buyNow {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 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;
      opacity: 0;
      -webkit-transition: opacity .5s linear;
      transition: opacity .5s linear; }
      .landing-prim .imageArea .buyNow a {
        margin-top: 10em; }
    .landing-prim .imageArea.active {
      -webkit-transform: translate3D(0px, 0px, 0px);
              transform: translate3D(0px, 0px, 0px);
      -webkit-transition: -webkit-transform 1.25s cubic-bezier(0.55, 0, 0.1, 1);
      transition: -webkit-transform 1.25s cubic-bezier(0.55, 0, 0.1, 1);
      transition: transform 1.25s cubic-bezier(0.55, 0, 0.1, 1);
      transition: transform 1.25s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 1.25s cubic-bezier(0.55, 0, 0.1, 1); }
    @media screen and (max-width: 800px) {
      .landing-prim .imageArea {
        -webkit-transform: translate3D(0px, 0px, 0px) !important;
                transform: translate3D(0px, 0px, 0px) !important; } }
  .landing-prim .bookIntro {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    -webkit-transition: all 1.25s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 1.25s cubic-bezier(0.55, 0, 0.1, 1); }
    .landing-prim .bookIntro.active {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      -webkit-transition: all 1.25s cubic-bezier(0.55, 0, 0.1, 1);
      transition: all 1.25s cubic-bezier(0.55, 0, 0.1, 1); }
    @media screen and (max-width: 800px) {
      .landing-prim .bookIntro {
        -webkit-transform: translateX(0) !important;
                transform: translateX(0) !important; } }
  .landing-prim .box-shadow1 {
    -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); }
  .landing-prim .box-shadow2 {
    -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); }
  .landing-prim .box-shadow3 {
    -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); }
  .landing-prim .box-shadow4 {
    -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); }
  .landing-prim .box-shadow5 {
    -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); }
  .landing-prim .drop-shadow1 {
    -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)); }
  .landing-prim .drop-shadow2 {
    -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16)) drop-shadow(0 3px 6px rgba(0, 0, 0, 0.23));
            filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16)) drop-shadow(0 3px 6px rgba(0, 0, 0, 0.23)); }
  .landing-prim .drop-shadow3 {
    -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)); }
  .landing-prim .drop-shadow4 {
    -webkit-filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.25)) drop-shadow(0 10px 10px rgba(0, 0, 0, 0.22));
            filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.25)) drop-shadow(0 10px 10px rgba(0, 0, 0, 0.22)); }
  .landing-prim .drop-shadow5 {
    -webkit-filter: drop-shadow(0 19px 38px rgba(0, 0, 0, 0.3)) drop-shadow(0 15px 12px rgba(0, 0, 0, 0.22));
            filter: drop-shadow(0 19px 38px rgba(0, 0, 0, 0.3)) drop-shadow(0 15px 12px rgba(0, 0, 0, 0.22)); }
  .landing-prim .bookTitle {
    line-height: 1em;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 2rem !important;
    position: relative; }
    .landing-prim .bookTitle span {
      display: block;
      line-height: .75em; }
    .landing-prim .bookTitle .line1, .landing-prim .bookTitle .line2, .landing-prim .bookTitle .line4 {
      color: #61B746; }
    .landing-prim .bookTitle .line3 {
      color: #61B746 !important;
      xxbackground-color: #717271;
      position: relative;
      z-index: 5;
      min-height: 100px; }
    .landing-prim .bookTitle .line3 .blueLine {
      position: absolute;
      top: 0;
      left: -150vw;
      width: 100%;
      height: 100%;
      background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), to(#717271));
      background-image: linear-gradient(to right, transparent 50%, #717271);
      z-index: 1;
      padding: 0 150vw; }
      @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
        .landing-prim .bookTitle .line3 .blueLine {
          /* IE10+ specific styles go here */ } }
    .landing-prim .bookTitle .line3 .content {
      position: relative;
      color: #61B746;
      z-index: 5; }
      @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
        .landing-prim .bookTitle .line3 .content {
          /* IE10+ specific styles go here */ } }
    @media screen and (max-width: 800px) {
      .landing-prim .bookTitle {
        font-size: 1.5em; } }
    .landing-prim .bookTitle .line1 {
      font-size: 1.5em; }
    .landing-prim .bookTitle .line2 {
      font-size: 2.75em; }
    .landing-prim .bookTitle .line3 {
      font-size: 1.5em;
      font-weight: 400;
      padding: 2em 0;
      line-height: 1.15em; }
    .landing-prim .bookTitle .line3 strong {
      font-weight: 700;
      font-size: 1.2em;
      line-height: 1em; }
    .landing-prim .bookTitle .line4 {
      font-size: 1.5em; }
  .landing-prim .addPadding {
    padding: 5em 0; }
  .landing-prim .bulletArea {
    text-align: left; }
    .landing-prim .bulletArea .title {
      text-align: center;
      color: #c0272c; }
    .landing-prim .bulletArea ul {
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0; }
    .landing-prim .bulletArea li {
      width: calc(50% - 2em);
      padding: .5em 1em;
      position: relative;
      line-height: 1em; }
      .landing-prim .bulletArea li:before {
        position: absolute;
        content: '\f0da';
        font-family: "fontawesome";
        color: #c0272c;
        line-height: 1em;
        height: 1em;
        padding: .5em 0;
        left: 0;
        top: 0; }
  .landing-prim .bookIntro {
    text-align: center;
    max-width: 600px; }
  .landing-prim .section-authors {
    background-color: #717271;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(100, 101, 100, 0.95)), to(rgba(88, 88, 88, 0.95))), url("img/bg-library.jpg");
    background-image: linear-gradient(to bottom, rgba(100, 101, 100, 0.95), rgba(88, 88, 88, 0.95)), url("img/bg-library.jpg");
    background-position: center center;
    background-size: cover;
    color: #fff; }
    .landing-prim .section-authors .learnMore {
      color: #fff; }
    .landing-prim .section-authors h1, .landing-prim .section-authors h2, .landing-prim .section-authors h3, .landing-prim .section-authors h4, .landing-prim .section-authors h5 {
      color: #fff; }
    .landing-prim .section-authors .title {
      text-align: center; }
  .landing-prim .quoteContainer {
    min-height: 300px; }
  .landing-prim .section-testimonials {
    padding: 5em 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .landing-prim .section-testimonials .slideDots {
      text-align: center;
      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; }
      .landing-prim .section-testimonials .slideDots i {
        padding: .25em;
        color: #333;
        opacity: .5;
        cursor: pointer; }
        .landing-prim .section-testimonials .slideDots i.circle {
          opacity: .75; }
    .landing-prim .section-testimonials .quote:not(:first-child) {
      display: none; }
    .landing-prim .section-testimonials .quote {
      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;
      font-weight: 300;
      position: absolute; }
      .landing-prim .section-testimonials .quote .quoteText {
        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;
        min-height: 8em;
        font-size: 1.5em;
        font-style: italic;
        position: relative;
        width: 100% !important;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
        .landing-prim .section-testimonials .quote .quoteText p {
          display: block;
          width: 100%; }
        .landing-prim .section-testimonials .quote .quoteText:before {
          content: '\201C';
          position: absolute;
          font-size: 5em;
          top: 0;
          left: -.5em;
          opacity: .25; }
      .landing-prim .section-testimonials .quote .quoteAuthor {
        font-size: 1em;
        font-weight: 300;
        display: block;
        float: right; }
        .landing-prim .section-testimonials .quote .quoteAuthor .name, .landing-prim .section-testimonials .quote .quoteAuthor .title {
          display: inline-block;
          font-size: 1.25em; }
        .landing-prim .section-testimonials .quote .quoteAuthor .name {
          font-weight: 700; }
        .landing-prim .section-testimonials .quote .quoteAuthor .title:before {
          content: ', ';
          margin-left: -.125em; }
    .landing-prim .section-testimonials .container {
      width: calc(100% - 4em); }
  .landing-prim .authors {
    -ms-flex-line-pack: stretch;
        align-content: stretch; }
  .landing-prim .author {
    padding: 1em;
    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;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .landing-prim .author h2 {
      margin-top: 0;
      margin-bottom: .5em; }
    .landing-prim .author .photo {
      float: left;
      width: 30%;
      margin: 0 .5em .25em 0;
      border-radius: .5em;
      -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-size: cover;
      background-position: center top;
      width: 20vw;
      height: 30vw;
      max-width: 200px;
      max-height: 250px; }
    .landing-prim .author .author-link {
      width: 100%; }
  .landing-prim footer {
    position: relative;
    z-index: 1;
    overflow: hidden; }
    .landing-prim footer .footerVisible {
      background-color: #333;
      color: #fff;
      margin: 0;
      padding: 0;
      z-index: 5;
      position: relative;
      margin-bottom: 400px;
      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;
      font-size: .75em;
      -webkit-filter: drop-shadow(0 19px 38px rgba(0, 0, 0, 0.3)) drop-shadow(0 15px 12px rgba(0, 0, 0, 0.22));
              filter: drop-shadow(0 19px 38px rgba(0, 0, 0, 0.3)) drop-shadow(0 15px 12px rgba(0, 0, 0, 0.22)); }
      .landing-prim footer .footerVisible .container {
        padding: 5em 0;
        text-align: center; }
      .landing-prim footer .footerVisible .footerLogo {
        width: 100%;
        max-width: 200px; }
      .landing-prim footer .footerVisible p {
        margin: 1em 0;
        padding: 0; }
    .landing-prim footer .footerHidden {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      z-index: 1;
      min-height: 400px;
      background-color: white;
      background-color: transparent;
      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; }
      .landing-prim footer .footerHidden::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 0;
        width: 100%;
        height: 100%;
        opacity: .25;
        background-image: url("img/prim-shooting-money.jpg");
        background-position: bottom left;
        background-size: contain;
        background-repeat: no-repeat; }
      .landing-prim footer .footerHidden .hiddenCTA {
        text-align: center;
        font-size: 4em; }
  .landing-prim .loadingScreen {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: white;
    opacity: 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; }
  .landing-prim .section-blue {
    padding: .5em 0;
    background-color: #717271;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#025378), to(#036591));
    background-image: linear-gradient(to bottom right, #025378, #036591);
    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);
    z-index: 10;
    position: relative; }
  .landing-prim .visitSGL {
    text-align: center;
    padding: 2em 0;
    text-transform: uppercase; }
    .landing-prim .visitSGL a {
      color: #fff; }

main {
  overflow-y: visible !important; }

footer {
  z-index: 0 !important;
  position: relative; }

.landingLogo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  z-index: 99; }
  @media screen and (max-width: 800px) {
    .landingLogo {
      display: none; } }
  .landingLogo .container {
    width: 100vw; }
  .landingLogo img {
    width: 100%;
    max-width: 300px;
    margin-top: 2em; }

/*  PUT ALL CHANGES BELOW THIS LINE (please) */

/*# sourceMappingURL=landing-checkup.css.map */
