@charset "UTF-8";
/**

FONT FACES

**/
@font-face {
  font-family: '../fonts/LibreBaskerville-Regular';
  src: url("../fonts/LibreBaskerville-Regular.eot");
  src: url("../fonts/LibreBaskerville-Regular.woff2") format("woff2"), url("../fonts/LibreBaskerville-Regular.woff") format("woff"), url("../fonts/LibreBaskerville-Regular.ttf") format("truetype"), url("../fonts/LibreBaskerville-Regular.svg#LibreBaskerville-Regular") format("svg"), url("../fonts/LibreBaskerville-Regular.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: '../fonts/LibreBaskerville-Bold';
  src: url("../fonts/LibreBaskerville-Bold.eot");
  src: url("../fonts/LibreBaskerville-Bold.woff2") format("woff2"), url("../fonts/LibreBaskerville-Bold.woff") format("woff"), url("../fonts/LibreBaskerville-Bold.ttf") format("truetype"), url("../fonts/LibreBaskerville-Bold.svg#LibreBaskerville-Bold") format("svg"), url("../fonts/LibreBaskerville-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

/**

RESETS

**/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-size: 100%;
  font: inherit;
  padding: 0;
  border: 0;
  margin: 0;
  vertical-align: baseline; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

.clear {
  clear: both; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

/**

BASE ELEMENT STYLES

**/
html, body {
  font-size: 8px; }
  @media (max-width: 767px) {
    html, body {
      font-size: 7px; } }

body {
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  color: #101010;
  overflow-x: hidden; }

.overflow-hidden {
  overflow: hidden; }

a {
  text-decoration: none;
  color: inherit; }
  a:hover {
    cursor: pointer; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

input, textarea {
  -webkit-appearance: none;
  font-size: 1.7rem;
  font-family: "Open Sans", sans-serif; }
  input::-moz-placeholder, textarea::-moz-placeholder {
    color: #666;
    font-size: 1.7rem;
    font-family: "Open Sans", sans-serif; }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #666;
    font-size: 1.7rem;
    font-family: "Open Sans", sans-serif; }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #666;
    font-size: 1.7rem;
    font-family: "Open Sans", sans-serif; }

/**

HELPER STYLES

**/
@media print {
  .no-print, .no-print * {
    display: none !important; } }

.no-select::-moz-selection {
  background: none; }

.no-select::selection {
  background: none; }

.table {
  display: table; }

.table-cell {
  display: table-cell;
  vertical-align: middle; }

p strong {
  font-weight: bold; }

.center-v {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%; }

.center-h {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%; }

.center-both {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%; }

.light-blue-bg {
  background-color: #e4edf7; }
  .light-blue-bg h1, .light-blue-bg h2, .light-blue-bg h3, .light-blue-bg h4 {
    color: #234870; }

/**

BEGIN GLOBAL ELEMENT STYLES

**/
.search-holder input {
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.4);
  -webkit-appearance: none;
  color: #101010;
  font-size: 1.7rem;
  padding: 0 10px;
  width: 100%;
  height: 28px;
  position: relative; }

.search-holder .input-holder {
  width: 0;
  top: -11px;
  position: relative;
  opacity: 0;
  padding: 0;
  display: inline-block;
  -webkit-transition: width .3s ease-in-out, padding .3s linear, opacity .2s ease-in-out;
  transition: width .3s ease-in-out, padding .3s linear, opacity .2s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
  @media (max-width: 767px) {
    .search-holder .input-holder {
      top: -12px; } }

.search-holder.active .input-holder {
  -webkit-transition: width .3s ease-in-out, padding .2s ease-out, opacity .4s ease-in-out;
  transition: width .3s ease-in-out, padding .2s ease-out, opacity .4s ease-in-out;
  width: 300px;
  padding-left: 15px;
  opacity: 1; }
  @media (max-width: 850px) {
    .search-holder.active .input-holder {
      width: 60vw; } }
  @media (max-width: 680px) {
    .search-holder.active .input-holder {
      width: 70vw; } }
  @media (max-width: 520px) {
    .search-holder.active .input-holder {
      width: calc(100% - 25px); } }
  @media (max-width: 480px) {
    .search-holder.active .input-holder {
      padding-left: 9px; } }

i.fa.fa-search {
  font-size: 20px;
  top: -9px;
  right: -6px;
  opacity: .9;
  position: relative;
  padding: 6px;
  cursor: pointer; }
  @media (max-width: 767px) {
    i.fa.fa-search {
      top: -10px; } }
  @media (max-width: 520px) {
    i.fa.fa-search {
      padding-left: 0; } }

.container {
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1320px;
  padding: 0 60px; }
  @media (max-width: 767px) {
    .container {
      padding: 0 40px; } }
  @media (max-width: 480px) {
    .container {
      padding: 0 20px; } }
  .container:after {
    content: '';
    display: block;
    clear: both; }

p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  margin-bottom: 15px;
  line-height: 3.5rem;
  letter-spacing: .02em;
  font-weight: 300; }
  p a {
    color: #5e80a4;
    font-weight: bold; }

.btn {
  cursor: pointer;
  letter-spacing: .05em;
  padding: 0 24px;
  height: 40px;
  text-align: center;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  min-width: 180px;
  border-radius: 25px;
  display: inline-block;
  background-color: #5e80a4;
  color: #ffffff; }
  .btn a {
    width: 100%;
    height: 100%;
    padding: 13px 0;
    display: block; }
  .btn.cms-btn {
    width: auto; }
    .btn.cms-btn a {
      padding: 13px 0; }

#header {
  position: relative;
  top: 0;
  width: 100%;
  height: 70px;
  background-color: #ffffff;
  z-index: 11;
  -webkit-box-shadow: -1px 0 3px rgba(0, 0, 0, 0.18);
          box-shadow: -1px 0 3px rgba(0, 0, 0, 0.18); }
  #header .menu-trigger {
    z-index: 3;
    right: 60px;
    display: none;
    color: rgba(0, 0, 0, 0.75);
    padding: 10px;
    cursor: pointer;
    padding-right: 0; }
    @media (max-width: 830px) {
      #header .menu-trigger {
        display: block; } }
    @media (max-width: 767px) {
      #header .menu-trigger {
        right: 40px; } }
    @media (max-width: 480px) {
      #header .menu-trigger {
        right: 20px; } }
    #header .menu-trigger .fa-bars {
      font-size: 27px;
      top: -2px;
      position: relative; }
  #header .logo {
    width: 195px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: relative;
    float: left; }
    #header .logo .print-logo {
      width: 100%;
      height: auto;
      display: none; }
    @media (max-width: 959px) {
      #header .logo {
        width: 180px; } }
    #header .logo span {
      display: block;
      height: 0;
      text-indent: -9999px; }
  #header .util-nav {
    overflow: hidden;
    position: relative;
    float: right;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: calc(100% - 295px);
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s; }
    @media (max-width: 830px) {
      #header .util-nav {
        opacity: 0;
        visibility: hidden; } }
    @media (max-width: 959px) {
      #header .util-nav {
        width: calc(100% - 185px); } }
    @media (max-width: 830px) {
      #header .util-nav .holder {
        opacity: 0;
        position: absolute;
        top: 53%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 100%;
        -webkit-transition: opacity .05s 0s;
        transition: opacity .05s 0s; } }
    @media (max-width: 830px) {
      #header .util-nav {
        height: 0;
        width: 0;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transform: none;
                transform: none;
        background-color: rgba(255, 255, 255, 0.94); } }
    #header .util-nav .holder.desktop {
      display: block; }
      @media (max-width: 830px) {
        #header .util-nav .holder.desktop {
          display: none; } }
    #header .util-nav .holder.mobile {
      display: none; }
      @media (max-width: 830px) {
        #header .util-nav .holder.mobile {
          display: block; } }
    #header .util-nav li {
      display: inline-block;
      margin-right: 6%;
      line-height: 1.5;
      float: right;
      font-family: "Frank Ruhl Libre", sans-serif;
      font-size: 2.2rem;
      letter-spacing: .02em;
      color: #101010; }
      @media (max-width: 959px) {
        #header .util-nav li {
          margin-right: 5%;
          font-size: 2rem; } }
      @media (max-width: 830px) {
        #header .util-nav li {
          display: block;
          margin-right: 0;
          font-size: 2.5rem;
          float: none;
          text-align: center;
          margin-bottom: 8px; }
          #header .util-nav li a {
            padding: 15px 0;
            display: block; }
          #header .util-nav li:last-child {
            margin-bottom: 0; } }
      #header .util-nav li:first-of-type {
        margin-right: 0; }
    #header .util-nav.viewing-menu {
      height: 100vh;
      width: 100vw;
      opacity: 1;
      visibility: visible;
      -webkit-transition: opacity .3s 0s, visibility 0s 0s;
      transition: opacity .3s 0s, visibility 0s 0s; }
      #header .util-nav.viewing-menu .holder {
        -webkit-transition: opacity .4s .2s;
        transition: opacity .4s .2s;
        opacity: 1; }

.subheader {
  position: relative;
  z-index: 10;
  bottom: 0; }
  .subheader ul {
    width: 100%;
    height: 100%;
    position: relative; }
  .subheader .accounts .fa-angle-down {
    font-size: 17px;
    position: relative;
    right: -4px;
    top: 1px; }
    @media (max-width: 520px) {
      .subheader .accounts .fa-angle-down {
        right: -3px;
        top: 2px; } }
  .subheader li {
    font-family: "Open Sans", sans-serif;
    margin-left: 3%;
    font-size: 1.7rem;
    font-weight: 500;
    height: 100%;
    float: right;
    position: relative;
    z-index: 3;
    letter-spacing: .02em;
    color: rgba(0, 0, 0, 0.6);
    padding: 16px 0;
    cursor: pointer; }
    @media (max-width: 520px) {
      .subheader li {
        margin-left: 5%;
        font-size: 1.5rem; } }
    .subheader li.search-li {
      z-index: 2;
      margin-right: 0; }
      @media (max-width: 850px) {
        .subheader li.search-li {
          position: absolute;
          right: 0; } }
      @media (max-width: 520px) {
        .subheader li.search-li {
          width: 100%; } }
      .subheader li.search-li a {
        padding-right: 0; }
        @media (max-width: 370px) {
          .subheader li.search-li a {
            padding: 0 5px; } }
    .subheader li:last-child {
      padding: 14px 12px; }
      @media (max-width: 670px) {
        .subheader li:last-child {
          padding: 12px 0 12px 12px; } }
    @media (max-width: 850px) {
      .subheader li:nth-child(2) {
        margin-right: 12%; } }
    @media (max-width: 520px) {
      .subheader li:nth-child(2) {
        margin-right: 0; }
        .subheader li:nth-child(2) a {
          padding-right: 0; } }
    @media (max-width: 670px) {
      .subheader li:nth-child(4) {
        clear: right; } }
    .subheader li a {
      padding: 0 15px; }
      @media (max-width: 400px) {
        .subheader li a {
          padding: 0 5px; } }

.accounts-dd {
  position: absolute;
  min-width: 260px;
  top: 100%;
  background-color: rgba(255, 255, 255, 0.96);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .35s, visibility 0s .35s;
  transition: opacity .35s, visibility 0s .35s;
  margin-left: -32px; }
  .accounts-dd.visible {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .35s, visibility 0s 0s;
    transition: opacity .35s, visibility 0s 0s; }
  @media (max-width: 767px) {
    .accounts-dd {
      background-color: white; } }
  .accounts-dd li {
    letter-spacing: .06em;
    display: block;
    margin: 0;
    padding: 13px 32px;
    cursor: pointer;
    float: none;
    line-height: 1.3; }
    .accounts-dd li:hover {
      text-decoration: underline; }
    .accounts-dd li:first-child {
      padding-top: 25px; }
    .accounts-dd li:last-child {
      padding: 13px 32px 27px; }
    .accounts-dd li a {
      padding: 0; }

.hero-intro:not(.home-hero-intro) .hero-image {
  width: 50vw;
  background-size: cover;
  position: absolute;
  height: calc(100% - 45px);
  top: 45px;
  right: 0;
  background-position: 50%; }
  @media (max-width: 959px) {
    .hero-intro:not(.home-hero-intro) .hero-image {
      width: 100vw;
      opacity: .25; } }

.hero-intro:not(.home-hero-intro) .btn.cms-btn {
  margin-bottom: 0; }

.hero-intro:not(.home-hero-intro) .content {
  position: absolute;
  z-index: 9;
  padding: 80px 40px 80px 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media (max-width: 959px) {
    .hero-intro:not(.home-hero-intro) .content {
      padding: 0;
      width: calc(100% - 120px); } }
  @media (max-width: 767px) {
    .hero-intro:not(.home-hero-intro) .content {
      width: calc(100% - 95px); } }
  @media (max-width: 480px) {
    .hero-intro:not(.home-hero-intro) .content {
      width: calc(100% - 40px); } }
  .hero-intro:not(.home-hero-intro) .content h1 {
    font-family: "Frank Ruhl Libre", sans-serif;
    margin-bottom: 30px;
    font-size: 6.5rem;
    letter-spacing: .02em;
    line-height: 7.8rem;
    max-width: 600px; }

.hero-intro {
  margin-top: -45px;
  position: relative;
  max-height: 720px;
  padding-top: 45px;
  height: calc(100vh - 70px); }
  @media (max-height: 800px) {
    .hero-intro {
      max-height: 800px; } }
  @media (min-width: 1700px) {
    .hero-intro {
      max-height: 900px; } }
  @media (max-width: 959px) {
    .hero-intro {
      max-height: 600px; } }
  .hero-intro .content {
    width: 40.8333333333%;
    float: left; }
    @media (max-width: 959px) {
      .hero-intro .content {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }
    .hero-intro .content p {
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.005); }
  .hero-intro .hero-circle {
    position: absolute;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: calc(50% + 25px);
    height: 80%;
    z-index: 2; }

.hero-intro.home-hero-intro .hero-circle {
  top: calc(50% - 28px); }

#footer {
  height: 380px;
  background-color: #042e5c;
  width: 100%;
  padding: 40px 0; }
  @media (max-width: 959px) {
    #footer {
      font-size: 7px; } }
  @media (max-width: 720px) {
    #footer {
      height: auto;
      padding: 60px 0; } }
  #footer .vertical-nav {
    float: left;
    top: 0;
    position: relative;
    width: 33.3333333333%;
    float: left; }
    @media (max-width: 959px) {
      #footer .vertical-nav {
        width: 29.1666666667%;
        float: left; } }
    @media (max-width: 720px) {
      #footer .vertical-nav {
        width: 100%;
        float: none;
        text-align: center;
        top: auto;
        -webkit-transform: none;
                transform: none; } }
    #footer .vertical-nav h4 {
      font-size: 2rem;
      letter-spacing: .02em;
      margin-bottom: 10px;
      line-height: 1;
      color: #ffffff;
      font-family: "Open Sans",sans-serif; }
    #footer .vertical-nav li {
      display: block;
      margin: 5px 0;
      color: #5e80a4;
      font-size: 1.8rem;
      letter-spacing: .02em;
      font-weight: 300;
      font-family: "Open Sans", sans-serif; }
      @media (max-width: 820px) {
        #footer .vertical-nav li {
          font-size: 2rem; } }
      @media (max-width: 720px) {
        #footer .vertical-nav li {
          font-size: 2.2rem;
          margin: 10px 0; } }
      #footer .vertical-nav li a {
        padding: 12px 12px 12px 0;
        display: inline-block; }
        @media (max-width: 720px) {
          #footer .vertical-nav li a {
            padding: 12px 12px 12px 12px; } }
      #footer .vertical-nav li:first-child {
        margin-top: 26px; }
        #footer .vertical-nav li:first-child a {
          padding-top: 0; }
      #footer .vertical-nav li:last-child {
        margin-bottom: 0; }
        #footer .vertical-nav li:last-child a {
          padding-bottom: 0; }
  #footer .copyright-socials {
    position: absolute;
    bottom: 0;
    width: calc(100% - 120px); }
    @media (max-width: 767px) {
      #footer .copyright-socials {
        width: calc(100% - 80px); } }
    @media (max-width: 720px) {
      #footer .copyright-socials {
        position: relative;
        width: 100%;
        text-align: center; } }
    #footer .copyright-socials .socials {
      position: absolute;
      right: 0;
      opacity: .7;
      top: 50%;
      font-size: 20px;
      color: #fff;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media (max-width: 720px) {
        #footer .copyright-socials .socials {
          position: relative;
          top: auto;
          -webkit-transform: none;
                  transform: none;
          margin-bottom: 20px; } }
      #footer .copyright-socials .socials a {
        display: inline-block;
        margin-right: 20px; }
        #footer .copyright-socials .socials a:last-child {
          margin-right: 0; }
  #footer .copyright {
    color: #ffffff;
    opacity: .7;
    font-size: 1.8rem;
    margin-bottom: 0;
    display: inline-block; }
    #footer .copyright a {
      color: #ffffff; }
    #footer .copyright .symbol {
      font-size: 2.3rem;
      position: relative;
      bottom: -2px;
      margin-right: 3px;
      display: inline-block; }
      @media (max-width: 767px) {
        #footer .copyright .symbol {
          margin-left: 7px;
          bottom: -1px; } }
      @media (max-width: 720px) {
        #footer .copyright .symbol {
          margin-left: 0; } }
  #footer .subscribe {
    top: 0;
    position: relative;
    max-width: 745px;
    width: 33.3333333333%;
    float: left; }
    @media (max-width: 720px) {
      #footer .subscribe {
        width: 100%;
        float: none;
        top: auto;
        height: auto !important;
        margin-top: 55px;
        text-align: center; } }
    #footer .subscribe .search > p {
      font-size: 2rem;
      letter-spacing: .02em;
      line-height: 1;
      color: #ffffff;
      font-family: "Open Sans", sans-serif;
      margin-left: 10px;
      font-weight: 300;
      margin-bottom: 25px; }
    #footer .subscribe .es_textbox {
      padding-bottom: 10px;
      width: 80%;
      display: block; }
      @media (max-width: 959px) {
        #footer .subscribe .es_textbox {
          width: 100%; } }
    #footer .subscribe .es_lablebox {
      display: none; }
    #footer .subscribe .es_msg {
      font-size: 1.6rem;
      padding-left: 10px;
      position: absolute;
      bottom: -26px;
      letter-spacing: .01em;
      color: #fff;
      font-family: "Open Sans",sans-serif;
      left: 0; }
    #footer .subscribe input {
      background-color: #5e80a4;
      border-radius: 25px;
      height: 40px;
      outline: none;
      color: #ffffff;
      font-size: 2.1rem;
      letter-spacing: .02em;
      font-family: "Open Sans", sans-serif;
      font-weight: 300;
      padding: 0 25px 0 30px;
      width: 80%;
      display: inline-block;
      border: none;
      margin-bottom: 10px; }
      #footer .subscribe input::-moz-placeholder {
        color: #ffffff;
        font-size: 1.9rem;
        position: relative;
        top: -2px; }
      #footer .subscribe input::-webkit-input-placeholder {
        color: #ffffff;
        font-size: 1.9rem;
        position: relative;
        top: -2px; }
      #footer .subscribe input:-ms-input-placeholder {
        color: #ffffff;
        font-size: 1.9rem;
        position: relative;
        top: -2px; }
    @media (max-width: 767px) {
      #footer .subscribe .es_button {
        padding-top: 0; } }
    #footer .subscribe .es_button input {
      background-color: #ffffff;
      color: #5e80a4;
      width: 180px; }
      @media (max-width: 959px) {
        #footer .subscribe .es_button input {
          width: 100%; } }
    #footer .subscribe .submit-holder {
      height: 40px;
      width: 160px;
      display: inline-block;
      border-bottom-right-radius: 25px;
      border-top-right-radius: 25px;
      background-color: #5e80a4;
      vertical-align: top; }
      @media (max-width: 767px) {
        #footer .subscribe .submit-holder {
          background-color: transparent;
          margin-top: 15px; } }
      @media (max-width: 720px) {
        #footer .subscribe .submit-holder {
          width: 140px; } }
    #footer .subscribe .submit {
      background-color: #ffffff;
      color: #5e80a4;
      font-size: 2.1rem;
      letter-spacing: .02em;
      text-align: center;
      font-family: "Open Sans", sans-serif;
      font-weight: 300;
      height: 100%;
      padding: 11px 0;
      border-radius: 25px;
      display: inline-block;
      cursor: pointer;
      width: 180px; }
      @media screen and (min-width: 721px) {
        #footer .subscribe .submit {
          display: block; } }
  #footer .right-cta {
    width: 33.3333333333%;
    float: left; }
    #footer .right-cta p, #footer .right-cta li {
      font-family: "Open Sans", sans-serif;
      font-size: 1.4rem;
      line-height: 2.5rem;
      letter-spacing: .02em;
      font-weight: 300;
      color: #5e80a4; }
      @media (max-width: 767px) {
        #footer .right-cta p, #footer .right-cta li {
          font-size: 1.6rem; } }
      #footer .right-cta p a, #footer .right-cta li a {
        font-weight: bold; }
    #footer .right-cta li {
      margin-bottom: 5px; }
      @media (max-width: 720px) {
        #footer .right-cta li {
          margin-bottom: 10px; } }
      #footer .right-cta li:last-child {
        margin-bottom: 26px; }
    @media (max-width: 959px) {
      #footer .right-cta {
        width: 37.5%;
        float: left; } }
    @media (max-width: 720px) {
      #footer .right-cta {
        float: none;
        width: 100%;
        text-align: center;
        margin: 55px 0; } }
    #footer .right-cta .holder {
      display: inline-block;
      float: right; }
      @media (max-width: 720px) {
        #footer .right-cta .holder {
          float: none;
          display: block; } }
    #footer .right-cta h4 {
      font-size: 2rem;
      letter-spacing: .02em;
      margin-bottom: 13px;
      line-height: 1;
      color: #ffffff;
      font-family: "Open Sans",sans-serif; }

/**

FONT FACES

**/
@font-face {
  font-family: '../fonts/LibreBaskerville-Regular';
  src: url("../fonts/LibreBaskerville-Regular.eot");
  src: url("../fonts/LibreBaskerville-Regular.woff2") format("woff2"), url("../fonts/LibreBaskerville-Regular.woff") format("woff"), url("../fonts/LibreBaskerville-Regular.ttf") format("truetype"), url("../fonts/LibreBaskerville-Regular.svg#LibreBaskerville-Regular") format("svg"), url("../fonts/LibreBaskerville-Regular.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: '../fonts/LibreBaskerville-Bold';
  src: url("../fonts/LibreBaskerville-Bold.eot");
  src: url("../fonts/LibreBaskerville-Bold.woff2") format("woff2"), url("../fonts/LibreBaskerville-Bold.woff") format("woff"), url("../fonts/LibreBaskerville-Bold.ttf") format("truetype"), url("../fonts/LibreBaskerville-Bold.svg#LibreBaskerville-Bold") format("svg"), url("../fonts/LibreBaskerville-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

.slick-dots {
  margin-top: 30px; }
  .slick-dots li {
    display: inline-block;
    margin: 0 7px; }
    .slick-dots li button {
      background: #fff;
      border: none;
      outline: none;
      color: transparent;
      border-radius: 50%;
      padding: 0;
      width: 10px;
      height: 10px;
      opacity: .5;
      -webkit-transition: opacity .3s;
      transition: opacity .3s;
      cursor: pointer; }
      .slick-dots li button:hover {
        opacity: 1; }
    .slick-dots li.slick-active button {
      opacity: 1; }

#life-transitions .slick-dots {
  position: absolute;
  bottom: 100px;
  right: 50%;
  width: 100%;
  max-width: 400px;
  z-index: 9; }
  @media (max-width: 1024px) {
    #life-transitions .slick-dots {
      right: calc(50% + 20px);
      max-width: 350px; } }
  @media (max-width: 959px) {
    #life-transitions .slick-dots {
      right: calc(50% - 25px); } }
  @media (max-width: 767px) {
    #life-transitions .slick-dots {
      bottom: 30px;
      left: 50%;
      right: auto;
      width: auto;
      z-index: 9;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); } }

.slick-list {
  position: absolute;
  width: 100%; }

#phase-1 .image {
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 767px) {
    #phase-1 .image {
      background-position: 50%;
      background-size: cover; } }

#phase-2 .image {
  background-position: 100px 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 767px) {
    #phase-2 .image {
      background-position: 50% 90%; } }

#phase-3 .image {
  background-size: 110%;
  background-position: 0 50%;
  background-repeat: no-repeat; }
  @media (max-width: 767px) {
    #phase-3 .image {
      background-position: 50% 0;
      background-size: cover; } }

#phase-4 .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100px 50%; }
  @media (max-width: 959px) {
    #phase-4 .image {
      background-position: 0 50%; } }
  @media (max-width: 767px) {
    #phase-4 .image {
      background-position: 50%;
      background-size: cover; } }

#phase-5 .image {
  background-size: cover;
  background-position: 0 206px;
  background-repeat: no-repeat; }
  @media (max-width: 767px) {
    #phase-5 .image {
      background-position: 50%;
      background-size: cover; } }

.transition-slider {
  position: absolute;
  width: auto;
  z-index: 1;
  height: 150%;
  top: -35%;
  border-bottom-right-radius: 20% 50%;
  border-top-right-radius: 20% 50%;
  left: 0;
  overflow: hidden; }
  @media (max-width: 767px) {
    .transition-slider {
      border-bottom-right-radius: 50% 20%;
      border-bottom-left-radius: 50% 20%;
      border-top-right-radius: 0 0; } }
  .transition-slider .clipper {
    position: absolute;
    height: 100%;
    width: 100%;
    border-bottom-right-radius: 20% 50%;
    border-top-right-radius: 20% 50%;
    top: 0;
    z-index: 2;
    background-color: #5e80a4; }
    @media (max-width: 767px) {
      .transition-slider .clipper {
        border-bottom-right-radius: 50% 20%;
        border-bottom-left-radius: 50% 20%;
        border-top-right-radius: 0 0; } }
  .transition-slider .slick-list {
    border-bottom-right-radius: 20% 50%;
    border-top-right-radius: 20% 50%; }
    @media (max-width: 767px) {
      .transition-slider .slick-list {
        border-bottom-right-radius: 50% 20%;
        border-bottom-left-radius: 50% 20%;
        border-top-right-radius: 0 0; } }
  .transition-slider .slide .image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    position: absolute;
    z-index: 3;
    opacity: .25;
    border-bottom-right-radius: 20% 50%;
    border-top-right-radius: 20% 50%; }
    @media (max-width: 767px) {
      .transition-slider .slide .image {
        border-bottom-right-radius: 50% 20%;
        border-bottom-left-radius: 50% 20%;
        border-top-right-radius: 0 0; } }
  .transition-slider .slide .content {
    z-index: 5;
    display: inline-block;
    position: absolute;
    top: 57%;
    right: 40px;
    width: 100%;
    max-width: 400px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #fff;
    font-family: "Frank Ruhl Libre", sans-serif; }
    @media (max-width: 1024px) {
      .transition-slider .slide .content {
        right: 0; } }
    @media (max-width: 959px) {
      .transition-slider .slide .content {
        max-width: 350px; } }
    @media (max-width: 767px) {
      .transition-slider .slide .content {
        right: auto;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        top: 50%;
        left: calc(8% + 40px); } }
  .transition-slider .slide h3 {
    font-size: 62px;
    line-height: 68px;
    margin-bottom: 15px; }
    @media (max-width: 959px) {
      .transition-slider .slide h3 {
        font-size: 6.2rem;
        line-height: 6.8rem;
        margin-bottom: 0; } }
  .transition-slider .slide p {
    font-size: 15px;
    margin-bottom: 10px; }
    @media (max-width: 959px) {
      .transition-slider .slide p {
        font-size: 2rem; } }
  .transition-slider .slide a {
    text-decoration: underline;
    font-size: 15px; }

.hero-intro.home-hero-intro {
  height: initial;
  height: auto;
  min-height: calc(100vh - 171px);
  max-height: none;
  margin-top: 0;
  padding-top: 0;
  overflow: hidden; }
  @media (max-width: 767px) {
    .hero-intro.home-hero-intro {
      height: initial;
      height: auto;
      max-height: none; } }
  @media (min-width: 1700px) {
    .hero-intro.home-hero-intro {
      max-height: 1100px; } }
  .hero-intro.home-hero-intro .hero-image {
    background-size: cover;
    background-position: 50%; }
  .hero-intro.home-hero-intro .h4-container {
    z-index: 2;
    height: auto;
    position: absolute;
    left: 50%;
    top: calc(75% - 25px);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    @media (max-width: 600px) {
      .hero-intro.home-hero-intro .h4-container {
        top: calc(50% - 75px); } }
    .hero-intro.home-hero-intro .h4-container h4 {
      text-shadow: 0px 0px 13px rgba(53, 53, 53, 0.46);
      font-family: "Frank Ruhl Libre", sans-serif;
      font-size: 6.8rem;
      letter-spacing: .02em;
      line-height: 7.5rem;
      color: #ffffff;
      max-width: 600px; }
      @media (max-width: 1024px) {
        .hero-intro.home-hero-intro .h4-container h4 {
          max-width: 500px;
          font-size: 4rem;
          line-height: 5.5rem; } }
      @media (max-width: 959px) {
        .hero-intro.home-hero-intro .h4-container h4 {
          font-size: 3.5rem;
          max-width: 420px;
          line-height: 5rem; } }
  .hero-intro.home-hero-intro .home-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    @media (max-width: 767px) {
      .hero-intro.home-hero-intro .home-slider {
        position: relative; } }
  .hero-intro.home-hero-intro .hero-text {
    position: relative;
    float: right;
    z-index: 1;
    height: calc(100%);
    min-height: calc(100vh - 171px);
    background-color: rgba(93, 127, 163, 0.92);
    right: 0;
    width: 27%;
    top: 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
    max-width: 375px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 1024px) {
      .hero-intro.home-hero-intro .hero-text {
        max-width: 375px;
        width: 30%;
        min-height: auto;
        position: absolute;
        bottom: 0; } }
    @media (max-width: 767px) {
      .hero-intro.home-hero-intro .hero-text {
        height: auto;
        width: 100%;
        top: auto;
        bottom: 0;
        max-width: none;
        position: relative; } }
    .hero-intro.home-hero-intro .hero-text p {
      font-family: "Open Sans", sans-serif;
      font-size: 1.8rem;
      line-height: 3.5rem;
      font-weight: bold;
      letter-spacing: .02em;
      margin: 0 auto;
      text-align: center;
      color: #ffffff;
      width: 100%;
      display: block;
      max-width: 75%;
      padding: 50px 0; }
      @media (max-width: 767px) {
        .hero-intro.home-hero-intro .hero-text p {
          top: auto;
          left: auto;
          -webkit-transform: none;
                  transform: none;
          padding: 30px 40px;
          position: relative;
          max-width: 100%; } }
      @media (max-width: 480px) {
        .hero-intro.home-hero-intro .hero-text p {
          padding: 20px;
          max-width: 100%; } }
    @media (max-width: 767px) {
      .hero-intro.home-hero-intro .hero-text .slick-dots {
        position: absolute;
        top: -45px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        margin-top: 0;
        width: 100%; } }

.home-slider, .slick-track, .slick-list, .hero-image {
  height: 100%;
  min-height: 50vh; }

.home-slider {
  background-color: #fdfdfd; }

.home-slider {
  opacity: 0;
  -webkit-transition: opacity .6s .2s ease-in-out;
  transition: opacity .6s .2s ease-in-out; }

.loaded .home-slider {
  opacity: 1; }

@media (max-width: 959px) {
  .home .section-nav {
    display: none; } }

#spinningContentHolder {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  right: 0;
  width: 100%;
  height: 600px;
  z-index: 2;
  background-image: url("../images/arc.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 93%; }

#spinningContentHolder h3 {
  font-family: "Frank Ruhl Libre", sans-serif;
  font-weight: normal;
  line-height: 1.2em;
  margin-bottom: 10px;
  margin-left: 10px; }

#spinningContentHolder h4 {
  font-family: "Open Sans", sans-serif;
  margin-left: 10px;
  font-weight: normal;
  font-size: 12px; }

#spinningContentHolder img {
  position: absolute;
  top: 8px;
  left: -36px;
  z-index: -1;
  border-radius: 100px; }

.floater {
  background: transparent;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 13%;
  overflow: visible;
  z-index: 0;
  /*border: 1px solid red;*/ }

.home-section {
  padding: 120px 0;
  position: relative; }
  @media (min-width: 1700px) {
    .home-section {
      max-height: 1100px; } }
  @media (max-width: 1024px) {
    .home-section {
      padding: 100px 0; } }
  @media (max-width: 959px) {
    .home-section {
      padding: 80px 0; } }
  @media (max-width: 767px) {
    .home-section {
      padding: 70px 0; } }
  .home-section > .container {
    position: relative; }
  .home-section .btn.cms-btn:last-child {
    margin-bottom: 0; }
  .home-section .left {
    width: 37.5%;
    float: left; }
    .home-section .left h3 {
      display: block;
      font-family: "Frank Ruhl Libre", sans-serif;
      font-size: 3.25rem;
      margin-bottom: 20px;
      line-height: 1.3; }
      @media (max-width: 600px) {
        .home-section .left h3 {
          font-size: 2.9rem; } }
      @media (max-width: 480px) {
        .home-section .left h3 {
          font-size: 2.5rem; } }
      .home-section .left h3.wealthinking-subhead {
        font-family: "Open Sans", sans-serif;
        font-weight: bold;
        font-size: 1.875rem !important; }
    .home-section .left p {
      margin-bottom: 28px; }
    @media (max-width: 1024px) {
      .home-section .left {
        width: 45.8333333333%;
        float: left; } }
    @media (max-width: 959px) {
      .home-section .left {
        float: none;
        width: 100%;
        margin-bottom: 80px; } }
    @media (max-width: 767px) {
      .home-section .left {
        margin-bottom: 60px; } }
    @media (max-width: 480px) {
      .home-section .left {
        margin-bottom: 40px; } }
  .home-section .right {
    width: 62.5%;
    float: left;
    position: relative; }
    @media (max-width: 1024px) {
      .home-section .right {
        width: 54.1666666667%;
        float: left; } }
    @media (max-width: 959px) {
      .home-section .right {
        float: none;
        width: 100%; } }
  .home-section.section-one .right {
    width: 37.5%;
    float: right;
    margin-right: 0; }
    .home-section.section-one .right h3 {
      display: block;
      font-family: "Frank Ruhl Libre", sans-serif;
      font-size: 3.25rem;
      margin-bottom: 20px;
      line-height: 1.3; }
    .home-section.section-one .right p {
      margin-bottom: 28px; }
    @media (max-width: 767px) {
      .home-section.section-one .right {
        float: none;
        width: 100%; } }
  .home-section.section-one .left {
    width: 62.5%;
    float: left;
    position: relative; }
    @media (max-width: 767px) {
      .home-section.section-one .left {
        float: none;
        width: 100%; } }

.section-nav {
  position: absolute;
  top: -56px;
  background-color: #ffffff;
  left: 0;
  width: 100%;
  height: 56px;
  z-index: 101;
  text-align: center; }
  .section-nav li {
    margin: 0 40px;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    letter-spacing: .02em;
    opacity: 1;
    color: #000;
    padding: 15px 0;
    display: inline-block;
    cursor: pointer;
    font-size: 2.1rem;
    -webkit-transition: font-weight .3s, opacity .3s;
    transition: font-weight .3s, opacity .3s; }
    .section-nav li.active {
      opacity: 1; }
  .section-nav.alt {
    background-color: transparent;
    color: #5d7fa3;
    font-size: 1.2rem; }
    .section-nav.alt li {
      color: #5d7fa3;
      margin: 0; }
      .section-nav.alt li span {
        font-size: 3.1rem; }
    .section-nav.alt .container {
      text-align: left; }

.home-nav {
  position: relative;
  background-color: #ffffff;
  left: 0;
  width: 100%;
  height: 56px;
  z-index: 101;
  text-align: center; }
  @media (max-width: 959px) {
    .home-nav {
      display: none; } }
  .home-nav .fixed-wrapper {
    background-color: white;
    min-width: 100%;
    height: 56px;
    text-align: center; }
  .home-nav li {
    margin: 0 40px;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    letter-spacing: .02em;
    opacity: .6;
    color: #000;
    padding: 15px 0;
    display: inline-block;
    cursor: pointer;
    font-size: 2.1rem;
    -webkit-transition: font-weight .3s, opacity .3s;
    transition: font-weight .3s, opacity .3s; }
    .home-nav li.active {
      opacity: 1;
      font-weight: bold; }
  .home-nav.alt {
    background-color: transparent;
    color: #5d7fa3;
    font-size: 1.2rem; }
    .home-nav.alt li {
      color: #5d7fa3;
      margin: 0; }
      .home-nav.alt li span {
        font-size: 3.1rem; }
    .home-nav.alt .container {
      text-align: left; }
  .home-nav .flex {
    padding: 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; }

.section-nav {
  position: absolute;
  top: -56px;
  background-color: #ffffff;
  left: 0;
  width: 100%;
  height: 56px;
  z-index: 101;
  text-align: center; }
  .section-nav li {
    margin: 0 40px;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    letter-spacing: .02em;
    opacity: 1;
    color: #000;
    padding: 15px 0;
    display: inline-block;
    cursor: pointer;
    font-size: 2.1rem;
    -webkit-transition: font-weight .3s, opacity .3s;
    transition: font-weight .3s, opacity .3s; }
    .section-nav li.active {
      opacity: 1; }
  .section-nav.alt {
    background-color: transparent;
    color: #5d7fa3;
    font-size: 1.2rem; }
    .section-nav.alt li {
      color: #5d7fa3;
      margin: 0; }
      .section-nav.alt li span {
        font-size: 3.1rem; }
    .section-nav.alt .container {
      text-align: left; }

#life-transitions {
  background-color: #e4edf7;
  width: 100%; }
  #life-transitions .holder {
    overflow: hidden;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0; }
    @media (max-width: 767px) {
      #life-transitions .holder {
        height: 50%; } }
  #life-transitions.home-section {
    height: 100vh;
    max-height: 900px; }
    @media (max-width: 767px) {
      #life-transitions.home-section {
        height: auto;
        max-height: none; } }
    #life-transitions.home-section > .container {
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      height: auto; }
      @media (max-width: 959px) {
        #life-transitions.home-section > .container {
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); } }
      @media (max-width: 767px) {
        #life-transitions.home-section > .container {
          top: auto;
          -webkit-transform: none;
                  transform: none;
          padding-top: 40px; } }
  #life-transitions .left p {
    color: #000; }
  #life-transitions .left .btn {
    background-color: #5e80a4;
    color: #ffffff; }
  @media (max-width: 767px) {
    #life-transitions .left {
      display: none; } }

#wealthThoughtsHome {
  background-color: #e4edf7;
  padding: 0;
  height: 100vh;
  max-height: 900px;
  overflow: hidden;
  position: relative; }
  @media (max-width: 1024px) {
    #wealthThoughtsHome {
      height: initial;
      height: auto;
      max-height: none; } }
  #wealthThoughtsHome .container {
    position: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1660px;
    padding: 0; }
    @media (max-width: 1024px) {
      #wealthThoughtsHome .container {
        display: block; } }
  #wealthThoughtsHome .flex-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #wealthThoughtsHome .flex-wrapper .slick-dots {
      margin-top: 0; }
  #wealthThoughtsHome .wealththought-link {
    position: relative;
    display: inline-block;
    padding: 0;
    font-weight: bold;
    font-size: 1.8rem;
    font-family: "Open Sans", sans-serif;
    padding-left: 12px;
    margin-left: 10px;
    border-left: 2px solid white;
    line-height: 1.5; }
  #wealthThoughtsHome .left {
    z-index: 1;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    color: white;
    padding: 120px 60px;
    margin-bottom: 0;
    width: 33.3333333333%;
    float: left; }
    @media (max-width: 1024px) {
      #wealthThoughtsHome .left {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }
    #wealthThoughtsHome .left:before {
      background-color: #5d7fa3;
      content: '';
      height: 200vw;
      width: 200vw;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      border-radius: 100%;
      opacity: .6; }
      @media (max-width: 1024px) {
        #wealthThoughtsHome .left:before {
          height: 100%;
          border-radius: 0;
          top: 0;
          -webkit-transform: translateY(0);
                  transform: translateY(0); } }
    #wealthThoughtsHome .left h2 {
      font-size: 6.5rem;
      margin-bottom: 25px; }
      @media (max-width: 1200px) {
        #wealthThoughtsHome .left h2 {
          font-size: 4.5rem; } }
    #wealthThoughtsHome .left .content {
      position: relative; }
  #wealthThoughtsHome .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0; }
    @media (max-width: 1024px) {
      #wealthThoughtsHome .right {
        position: relative;
        width: 100%; } }
    @media (max-width: 959px) {
      #wealthThoughtsHome .right {
        padding: 60px 15px; } }
    #wealthThoughtsHome .right img {
      max-width: 100%; }
    #wealthThoughtsHome .right .slick-slider {
      height: 100%; }
    #wealthThoughtsHome .right .slick-track {
      display: table; }
    #wealthThoughtsHome .right .slick-list {
      position: relative; }
    #wealthThoughtsHome .right .slick-slide {
      height: 100%; }
      #wealthThoughtsHome .right .slick-slide img {
        margin: 0 auto; }
      #wealthThoughtsHome .right .slick-slide .content-wrapper {
        height: 100%; }
        #wealthThoughtsHome .right .slick-slide .content-wrapper.full-width {
          width: 100%;
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat; }
        #wealthThoughtsHome .right .slick-slide .content-wrapper .content {
          width: 66.6666666667%;
          float: left;
          float: right;
          padding: 0 120px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          @media (max-width: 1024px) {
            #wealthThoughtsHome .right .slick-slide .content-wrapper .content {
              width: 100%;
              float: none;
              padding: 50px; } }
          #wealthThoughtsHome .right .slick-slide .content-wrapper .content .img-wrap, #wealthThoughtsHome .right .slick-slide .content-wrapper .content .text-wrap {
            -ms-flex-item-align: center;
                align-self: center; }
          #wealthThoughtsHome .right .slick-slide .content-wrapper .content .text-wrap {
            padding: 0 50px;
            margin: 0 auto; }
            @media (max-width: 1024px) {
              #wealthThoughtsHome .right .slick-slide .content-wrapper .content .text-wrap {
                padding: 0; } }
        #wealthThoughtsHome .right .slick-slide .content-wrapper h1, #wealthThoughtsHome .right .slick-slide .content-wrapper h2, #wealthThoughtsHome .right .slick-slide .content-wrapper h3, #wealthThoughtsHome .right .slick-slide .content-wrapper h4, #wealthThoughtsHome .right .slick-slide .content-wrapper h5 {
          font-weight: bold;
          font-size: 3rem;
          margin-bottom: 25px;
          color: #234870; }
          @media (min-width: 768px) {
            #wealthThoughtsHome .right .slick-slide .content-wrapper h1, #wealthThoughtsHome .right .slick-slide .content-wrapper h2, #wealthThoughtsHome .right .slick-slide .content-wrapper h3, #wealthThoughtsHome .right .slick-slide .content-wrapper h4, #wealthThoughtsHome .right .slick-slide .content-wrapper h5 {
              font-size: 4rem; } }
          @media (min-width: 1200px) {
            #wealthThoughtsHome .right .slick-slide .content-wrapper h1, #wealthThoughtsHome .right .slick-slide .content-wrapper h2, #wealthThoughtsHome .right .slick-slide .content-wrapper h3, #wealthThoughtsHome .right .slick-slide .content-wrapper h4, #wealthThoughtsHome .right .slick-slide .content-wrapper h5 {
              font-size: 5rem; } }
        #wealthThoughtsHome .right .slick-slide .content-wrapper p {
          margin-bottom: 15px; }
    #wealthThoughtsHome .right .button-wrapper {
      width: 66.6666666667%;
      float: left;
      position: absolute;
      height: 56px;
      right: 0;
      padding: 0 60px; }
      @media (max-width: 1024px) {
        #wealthThoughtsHome .right .button-wrapper {
          width: 100%;
          padding: 0 30px; } }
    #wealthThoughtsHome .right .slick-next-cust, #wealthThoughtsHome .right .slick-prev-cust {
      border: 0;
      height: 54px;
      width: 29px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-color: transparent;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      overflow: hidden;
      text-indent: -1000px;
      z-index: 1; }
      @media (max-width: 1024px) {
        #wealthThoughtsHome .right .slick-next-cust, #wealthThoughtsHome .right .slick-prev-cust {
          height: 27px;
          width: 14px;
          background-size: contain; } }
    #wealthThoughtsHome .right .slick-next-cust {
      background-image: url("../images/hogan-right.png");
      right: 60px; }
      @media (max-width: 1024px) {
        #wealthThoughtsHome .right .slick-next-cust {
          right: 30px; } }
    #wealthThoughtsHome .right .slick-prev-cust {
      background-image: url("../images/hogan-left.png");
      left: 60px; }
      @media (max-width: 1024px) {
        #wealthThoughtsHome .right .slick-prev-cust {
          left: 30px; } }
    #wealthThoughtsHome .right .content {
      height: 100%; }
  #wealthThoughtsHome .content {
    width: 100%; }

#ourProcess {
  background-color: #5d7fa3;
  color: white;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  padding: 80px 0 80px; }
  #ourProcess .container {
    max-width: 1650px;
    padding: 0 25px; }
  #ourProcess h2 {
    font-size: 4.5rem;
    margin-bottom: 50px;
    font-family: "Frank Ruhl Libre", sans-serif; }
  #ourProcess h3 {
    font-weight: bold;
    font-size: 2.25rem;
    margin-bottom: 15px; }
  #ourProcess .img-wrapper {
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #ourProcess img {
    max-height: 100%; }
  #ourProcess ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px; }
    @media (max-width: 959px) {
      #ourProcess ul {
        display: block; } }
    #ourProcess ul li {
      padding: 0 30px;
      width: 25%;
      float: left; }
      @media (max-width: 959px) {
        #ourProcess ul li {
          margin-bottom: 50px; } }
      @media (max-width: 767px) {
        #ourProcess ul li {
          padding: 0;
          margin-bottom: 25px; } }
      @media (max-width: 959px) {
        #ourProcess ul li {
          width: 50%;
          float: left; } }
      @media (max-width: 767px) {
        #ourProcess ul li {
          padding: 0;
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0; } }
  #ourProcess a {
    color: white;
    padding: 15px 20px;
    font-size: 3.5rem;
    background-color: #234870;
    display: inline-block;
    margin-bottom: 50px; }
  #ourProcess #moreProcess {
    display: none; }
  #ourProcess .more-process {
    background-color: #234870;
    color: white;
    padding: 65px 0; }
    #ourProcess .more-process .content-container {
      margin: 0 auto;
      position: relative;
      max-width: 1650px;
      padding: 0 25px; }
      #ourProcess .more-process .content-container #closeProcess {
        position: absolute;
        top: -17px;
        right: 30px;
        padding: 0; }
    #ourProcess .more-process ul {
      margin-bottom: 0;
      overflow: hidden; }
    #ourProcess .more-process li {
      border-right: 2px solid #5d7fa3;
      padding: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 1.875rem;
      text-align: left;
      width: 25%;
      float: left; }
      @media (max-width: 959px) {
        #ourProcess .more-process li {
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0;
          border-right: 0;
          border-bottom: 2px solid #5d7fa3;
          padding: 30px 0; } }
      #ourProcess .more-process li:last-child {
        border-right: 0;
        border-bottom: 0;
        text-align: center; }
        #ourProcess .more-process li:last-child .content {
          margin: 0 auto; }
      #ourProcess .more-process li a {
        background-color: #5d7fa3;
        margin-bottom: 0; }

#GetStarted {
  background-color: #5d7fa3;
  color: white;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  padding: 0px 0 0px; }
  #GetStarted .container {
    max-width: 1650px;
    padding: 0 25px; }
  #GetStarted h2 {
    font-size: 4.5rem;
    margin-bottom: 50px;
    font-family: "Frank Ruhl Libre", sans-serif; }
  #GetStarted h3 {
    font-weight: bold;
    font-size: 2.25rem;
    margin-bottom: 15px; }
  #GetStarted .img-wrapper {
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #GetStarted img {
    max-height: 100%; }
  #GetStarted ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px; }
    @media (max-width: 959px) {
      #GetStarted ul {
        display: block; } }
    #GetStarted ul li {
      padding: 0 30px;
      width: 25%;
      float: left; }
      @media (max-width: 959px) {
        #GetStarted ul li {
          margin-bottom: 50px; } }
      @media (max-width: 767px) {
        #GetStarted ul li {
          padding: 0;
          margin-bottom: 25px; } }
      @media (max-width: 959px) {
        #GetStarted ul li {
          width: 50%;
          float: left; } }
      @media (max-width: 767px) {
        #GetStarted ul li {
          padding: 0;
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0; } }
  #GetStarted a {
    color: white;
    padding: 15px 20px;
    font-size: 3.5rem;
    background-color: #234870;
    display: inline-block;
    margin-bottom: 50px; }
  #GetStarted #moreProcess {
    display: none; }
  #GetStarted .more-process {
    background-color: #234870;
    color: white;
    padding: 80px 0; }
    #GetStarted .more-process .content-container {
      margin: 0 auto;
      position: relative;
      max-width: 1650px;
      padding: 0 25px; }
      #GetStarted .more-process .content-container #closeProcess {
        position: absolute;
        top: -17px;
        right: 30px;
        padding: 0; }
    #GetStarted .more-process ul {
      margin-bottom: 0;
      overflow: hidden; }
    #GetStarted .more-process li {
      border-right: 2px solid #5d7fa3;
      padding: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 1.875rem;
      text-align: left;
      width: 25%;
      float: left; }
      @media (max-width: 959px) {
        #GetStarted .more-process li {
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0;
          border-right: 0;
          border-bottom: 2px solid #5d7fa3;
          padding: 30px 0; } }
      #GetStarted .more-process li:last-child {
        border-right: 0;
        border-bottom: 0;
        text-align: center; }
        #GetStarted .more-process li:last-child .content {
          margin: 0 auto; }
      #GetStarted .more-process li a {
        background-color: #5d7fa3;
        margin-bottom: 0; }		
		
#financial-picture {
  background-color: #5d7fa3;
  width: 100%; }
  #financial-picture .left p, #financial-picture .left h3 {
    color: #fff; }
  #financial-picture .left .btn {
    background-color: #ffffff;
    color: #5e80a4; }
  #financial-picture .right .hunk {
    max-width: 90%;
    width: 100%;
    float: right;
    display: block;
    clear: both; }
    @media (max-width: 959px) {
      #financial-picture .right .hunk {
        max-width: 1000px; } }
  #financial-picture .comic img {
    max-width: 75%;
    float: right; }
    @media (max-width: 1200px) {
      #financial-picture .comic img {
        max-width: 95%; } }
    @media (max-width: 1024px) {
      #financial-picture .comic img {
        margin-top: 10%; } }
    @media (max-width: 959px) {
      #financial-picture .comic img {
        max-width: 55%;
        float: left;
        margin-top: 0; } }
    @media (max-width: 767px) {
      #financial-picture .comic img {
        max-width: 70%; } }
    @media (max-width: 600px) {
      #financial-picture .comic img {
        max-width: 85%; } }
    @media (max-width: 480px) {
      #financial-picture .comic img {
        max-width: 100%; } }

#wealthinking {
  background-color: #fff7e8;
  width: 100%; }
  @media (max-width: 959px) {
    #wealthinking.home-section .left {
      margin-bottom: 80px; } }
  #wealthinking .left {
    width: 33.3333333333%;
    float: left; }
    @media (max-width: 1024px) {
      #wealthinking .left {
        width: 41.6666666667%;
        float: left; } }
    @media (max-width: 959px) {
      #wealthinking .left {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }
    #wealthinking .left p {
      color: #000; }
    #wealthinking .left .btn {
      background-color: #5e80a4;
      color: #ffffff; }
  #wealthinking .right {
    width: 66.6666666667%;
    float: left; }
    @media (max-width: 1024px) {
      #wealthinking .right {
        width: 58.3333333333%;
        float: left; } }
    @media (max-width: 959px) {
      #wealthinking .right {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }
    #wealthinking .right .hunk {
      max-width: 80%;
      width: 100%;
      float: right;
      display: block;
      clear: both; }
      @media (max-width: 959px) {
        #wealthinking .right .hunk {
          max-width: none; } }
      #wealthinking .right .hunk > div {
        margin-bottom: 65px; }
        #wealthinking .right .hunk > div:last-child {
          margin-bottom: 0; }
      #wealthinking .right .hunk .more-content {
        display: block;
        padding-top: 30px;
        padding-left: 70px; }
        #wealthinking .right .hunk .more-content:before {
          clear: both;
          display: block;
          content: ''; }
        #wealthinking .right .hunk .more-content p {
          font-size: 1.8rem;
          letter-spacing: .02em;
          margin-bottom: 3px;
          margin-top: 5px; }
          @media (max-width: 959px) {
            #wealthinking .right .hunk .more-content p {
              margin-top: 0; } }
        #wealthinking .right .hunk .more-content a {
          display: block;
          margin-bottom: 12px;
          font-size: 1.8rem;
          letter-spacing: .02em;
          text-decoration: underline;
          font-family: "Open Sans", sans-serif;
          line-height: 1.4;
          width: 67%; }
          @media (max-width: 1024px) {
            #wealthinking .right .hunk .more-content a {
              width: 100%; } }
      #wealthinking .right .hunk .twitter .more-content p {
        margin-top: 0; }
    #wealthinking .right .icon {
      float: left;
      width: 40px;
      background-size: cover;
      height: 40px;
      background-position: 50% 0;
      margin-top: 4px; }
    #wealthinking .right .title {
      float: left;
      font-size: 2.2rem;
      letter-spacing: .02em;
      line-height: 3rem;
      width: 35%;
      margin-left: 30px;
      font-family: "Open Sans", sans-serif; }
      @media (max-width: 1024px) {
        #wealthinking .right .title {
          margin-bottom: 25px;
          width: 80%; } }
      @media (max-width: 420px) {
        #wealthinking .right .title {
          width: 70%; } }
    #wealthinking .right .btn {
      display: block;
      background: #5e80a4;
      float: right;
      color: #ffffff;
      padding: 14px 0; }
      @media (max-width: 1024px) {
        #wealthinking .right .btn {
          display: block;
          float: left;
          clear: left;
          margin: 0 0 30px 67px; } }
    #wealthinking .right .rtw_meta {
      display: none; }
    #wealthinking .right .twitter .fa.fa-twitter {
      float: left;
      color: #1da1f2;
      width: 40px;
      height: 40px;
      font-size: 5.39rem; }
      #wealthinking .right .twitter .fa.fa-twitter:before {
        top: -1px;
        left: -3px;
        position: relative; }
    @media (max-width: 1024px) {
      #wealthinking .right .twitter .btn {
        display: inline-block;
        float: left;
        margin: 0 0 30px 27px;
        clear: none; } }
    #wealthinking .right .twitter .more-content {
      max-width: 60%;
      line-height: 2.8rem;
      padding-top: 0; }
      @media (max-width: 1024px) {
        #wealthinking .right .twitter .more-content {
          max-width: 100%; } }
      @media (max-width: 959px) {
        #wealthinking .right .twitter .more-content {
          max-width: 80%; } }
      @media (max-width: 767px) {
        #wealthinking .right .twitter .more-content {
          max-width: 100%; } }
      #wealthinking .right .twitter .more-content:before {
        content: none; }
        @media (max-width: 1024px) {
          #wealthinking .right .twitter .more-content:before {
            content: '';
            display: block;
            clear: both; } }
      #wealthinking .right .twitter .more-content a {
        float: none; }
        @media (max-width: 1024px) {
          #wealthinking .right .twitter .more-content a {
            width: 100%; } }

/**

FONT FACES

**/
@font-face {
  font-family: '../fonts/LibreBaskerville-Regular';
  src: url("../fonts/LibreBaskerville-Regular.eot");
  src: url("../fonts/LibreBaskerville-Regular.woff2") format("woff2"), url("../fonts/LibreBaskerville-Regular.woff") format("woff"), url("../fonts/LibreBaskerville-Regular.ttf") format("truetype"), url("../fonts/LibreBaskerville-Regular.svg#LibreBaskerville-Regular") format("svg"), url("../fonts/LibreBaskerville-Regular.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: '../fonts/LibreBaskerville-Bold';
  src: url("../fonts/LibreBaskerville-Bold.eot");
  src: url("../fonts/LibreBaskerville-Bold.woff2") format("woff2"), url("../fonts/LibreBaskerville-Bold.woff") format("woff"), url("../fonts/LibreBaskerville-Bold.ttf") format("truetype"), url("../fonts/LibreBaskerville-Bold.svg#LibreBaskerville-Bold") format("svg"), url("../fonts/LibreBaskerville-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

.page-template-page-faq .hero-intro {
  background-color: #fefaec; }

.page-template-page-faq .answers {
  padding: 120px 60px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .page-template-page-faq .answers {
      padding: 80px 40px; } }
  @media (max-width: 480px) {
    .page-template-page-faq .answers {
      padding: 80px 20px; } }

.page-template-page-faq .answer {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
  position: relative;
  clear: both;
  max-width: 900px;
  cursor: pointer; }
  .page-template-page-faq .answer li {
    font-family: "Open Sans", sans-serif;
    font-size: 1.8rem;
    line-height: 3.5rem;
    letter-spacing: .02em;
    font-weight: 300;
    margin: 10px 0;
    padding-left: 30px;
    position: relative; }
    .page-template-page-faq .answer li:before {
      content: '';
      position: absolute;
      left: 4px;
      top: 10px;
      width: 6px;
      border-radius: 50%;
      height: 6px;
      border: 1px solid #000; }
    .page-template-page-faq .answer li:last-child {
      margin-bottom: 40px; }
    .page-template-page-faq .answer li:first-child {
      margin-top: 25px; }
  .page-template-page-faq .answer .btn {
    background: #5e80a4;
    color: #ffffff;
    margin: 35px 0; }
  .page-template-page-faq .answer .content {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    -webkit-transition: max-height .3s .2s, opacity .3s 0s;
    transition: max-height .3s .2s, opacity .3s 0s; }
  .page-template-page-faq .answer:after {
    content: "\f107";
    height: 21px;
    width: 21px;
    padding-left: 5px;
    padding-top: 2px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 50%;
    border: 1px solid #15467a;
    background-color: #15467a;
    color: #ffffff;
    position: absolute;
    top: 10px;
    font-family: FontAwesome;
    font-size: 15px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 50%;
            transform-origin: 50%;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s; }
    @media (max-width: 600px) {
      .page-template-page-faq .answer:after {
        top: 6px; } }
    @media (max-width: 480px) {
      .page-template-page-faq .answer:after {
        top: 4px; } }
  .page-template-page-faq .answer.reading:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s; }
  .page-template-page-faq .answer.reading .content {
    max-height: none;
    opacity: 1;
    -webkit-transition: max-height .3s 0s, opacity .3s .2s;
    transition: max-height .3s 0s, opacity .3s .2s; }
  .page-template-page-faq .answer .text-half {
    width: 54.1666666667%;
    float: left;
    padding-right: 60px; }
  .page-template-page-faq .answer .img-half {
    width: 45.8333333333%;
    float: left;
    margin-top: 13px; }
  .page-template-page-faq .answer h3 {
    font-size: 3.25rem;
    line-height: 1.3;
    padding-bottom: 15px;
    font-family: "Frank Ruhl Libre", sans-serif;
    padding-right: 50px;
    position: relative;
    z-index: 2; }
    @media (max-width: 600px) {
      .page-template-page-faq .answer h3 {
        font-size: 2.9rem; } }
    @media (max-width: 480px) {
      .page-template-page-faq .answer h3 {
        font-size: 2.5rem; } }
  .page-template-page-faq .answer p {
    max-width: 800px; }
    .page-template-page-faq .answer p img {
      width: 70%;
      height: auto; }
      @media (max-width: 767px) {
        .page-template-page-faq .answer p img {
          width: 100%; } }

.page-template-page-howwethink .hero-intro, .archive .hero-intro, .page-template-page-library-social .hero-intro, .page-template-page-wealththoughts .hero-intro {
  background-color: #ebebeb; }

.page-template-page-howwethink .added-comic, .archive .added-comic, .page-template-page-library-social .added-comic, .page-template-page-wealththoughts .added-comic {
  max-width: 130%;
  margin-top: 25px;
  margin-left: -15%; }
  @media (max-width: 959px) {
    .page-template-page-howwethink .added-comic, .archive .added-comic, .page-template-page-library-social .added-comic, .page-template-page-wealththoughts .added-comic {
      display: none; } }

.page-template-page-howwethink .news-blog, .page-template-page-howwethink .wealthtoughts-section, .archive .news-blog, .archive .wealthtoughts-section, .page-template-page-library-social .news-blog, .page-template-page-library-social .wealthtoughts-section, .page-template-page-wealththoughts .news-blog, .page-template-page-wealththoughts .wealthtoughts-section {
  background-color: #f8f8f8;
  position: relative;
  padding: 170px 0; }
  @media (max-width: 959px) {
    .page-template-page-howwethink .news-blog, .page-template-page-howwethink .wealthtoughts-section, .archive .news-blog, .archive .wealthtoughts-section, .page-template-page-library-social .news-blog, .page-template-page-library-social .wealthtoughts-section, .page-template-page-wealththoughts .news-blog, .page-template-page-wealththoughts .wealthtoughts-section {
      padding: 120px 0; } }
  .page-template-page-howwethink .news-blog .section-nav, .page-template-page-howwethink .wealthtoughts-section .section-nav, .archive .news-blog .section-nav, .archive .wealthtoughts-section .section-nav, .page-template-page-library-social .news-blog .section-nav, .page-template-page-library-social .wealthtoughts-section .section-nav, .page-template-page-wealththoughts .news-blog .section-nav, .page-template-page-wealththoughts .wealthtoughts-section .section-nav {
    min-width: 450px;
    top: 0;
    height: auto; }
    @media (max-width: 450px) {
      .page-template-page-howwethink .news-blog .section-nav, .page-template-page-howwethink .wealthtoughts-section .section-nav, .archive .news-blog .section-nav, .archive .wealthtoughts-section .section-nav, .page-template-page-library-social .news-blog .section-nav, .page-template-page-library-social .wealthtoughts-section .section-nav, .page-template-page-wealththoughts .news-blog .section-nav, .page-template-page-wealththoughts .wealthtoughts-section .section-nav {
        min-width: 0; } }
    @media (max-width: 535px) {
      .page-template-page-howwethink .news-blog .section-nav li, .page-template-page-howwethink .wealthtoughts-section .section-nav li, .archive .news-blog .section-nav li, .archive .wealthtoughts-section .section-nav li, .page-template-page-library-social .news-blog .section-nav li, .page-template-page-library-social .wealthtoughts-section .section-nav li, .page-template-page-wealththoughts .news-blog .section-nav li, .page-template-page-wealththoughts .wealthtoughts-section .section-nav li {
        margin: 0 20px; } }
  .page-template-page-howwethink .news-blog .alm-btn-wrap, .page-template-page-howwethink .wealthtoughts-section .alm-btn-wrap, .archive .news-blog .alm-btn-wrap, .archive .wealthtoughts-section .alm-btn-wrap, .page-template-page-library-social .news-blog .alm-btn-wrap, .page-template-page-library-social .wealthtoughts-section .alm-btn-wrap, .page-template-page-wealththoughts .news-blog .alm-btn-wrap, .page-template-page-wealththoughts .wealthtoughts-section .alm-btn-wrap {
    padding: 0;
    display: inline-block; }
  .page-template-page-howwethink .news-blog button.alm-load-more-btn, .page-template-page-howwethink .wealthtoughts-section button.alm-load-more-btn, .archive .news-blog button.alm-load-more-btn, .archive .wealthtoughts-section button.alm-load-more-btn, .page-template-page-library-social .news-blog button.alm-load-more-btn, .page-template-page-library-social .wealthtoughts-section button.alm-load-more-btn, .page-template-page-wealththoughts .news-blog button.alm-load-more-btn, .page-template-page-wealththoughts .wealthtoughts-section button.alm-load-more-btn {
    border: 1px solid #5e80a4;
    letter-spacing: .05em;
    min-width: 180px;
    background-color: transparent;
    color: #5e80a4;
    height: 40px;
    text-align: center;
    padding: 0;
    line-height: 1;
    text-transform: capitalize;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 1.8rem;
    outline: none;
    border-radius: 25px; }
    .page-template-page-howwethink .news-blog button.alm-load-more-btn:before, .page-template-page-howwethink .wealthtoughts-section button.alm-load-more-btn:before, .archive .news-blog button.alm-load-more-btn:before, .archive .wealthtoughts-section button.alm-load-more-btn:before, .page-template-page-library-social .news-blog button.alm-load-more-btn:before, .page-template-page-library-social .wealthtoughts-section button.alm-load-more-btn:before, .page-template-page-wealththoughts .news-blog button.alm-load-more-btn:before, .page-template-page-wealththoughts .wealthtoughts-section button.alm-load-more-btn:before {
      content: none; }
  .page-template-page-howwethink .news-blog main, .page-template-page-howwethink .wealthtoughts-section main, .archive .news-blog main, .archive .wealthtoughts-section main, .page-template-page-library-social .news-blog main, .page-template-page-library-social .wealthtoughts-section main, .page-template-page-wealththoughts .news-blog main, .page-template-page-wealththoughts .wealthtoughts-section main {
    width: 75%;
    float: left;
    padding-right: 13%; }
    @media (max-width: 1024px) {
      .page-template-page-howwethink .news-blog main, .page-template-page-howwethink .wealthtoughts-section main, .archive .news-blog main, .archive .wealthtoughts-section main, .page-template-page-library-social .news-blog main, .page-template-page-library-social .wealthtoughts-section main, .page-template-page-wealththoughts .news-blog main, .page-template-page-wealththoughts .wealthtoughts-section main {
        padding-right: 10%; } }
    @media (max-width: 959px) {
      .page-template-page-howwethink .news-blog main, .page-template-page-howwethink .wealthtoughts-section main, .archive .news-blog main, .archive .wealthtoughts-section main, .page-template-page-library-social .news-blog main, .page-template-page-library-social .wealthtoughts-section main, .page-template-page-wealththoughts .news-blog main, .page-template-page-wealththoughts .wealthtoughts-section main {
        padding-right: 0;
        width: 100%;
        float: right;
        margin-right: 0; } }
  .page-template-page-howwethink .news-blog aside, .page-template-page-howwethink .wealthtoughts-section aside, .archive .news-blog aside, .archive .wealthtoughts-section aside, .page-template-page-library-social .news-blog aside, .page-template-page-library-social .wealthtoughts-section aside, .page-template-page-wealththoughts .news-blog aside, .page-template-page-wealththoughts .wealthtoughts-section aside {
    width: 25%;
    float: right;
    margin-right: 0; }
    @media (max-width: 959px) {
      .page-template-page-howwethink .news-blog aside, .page-template-page-howwethink .wealthtoughts-section aside, .archive .news-blog aside, .archive .wealthtoughts-section aside, .page-template-page-library-social .news-blog aside, .page-template-page-library-social .wealthtoughts-section aside, .page-template-page-wealththoughts .news-blog aside, .page-template-page-wealththoughts .wealthtoughts-section aside {
        width: 100%;
        float: left;
        margin-top: 0;
        margin-bottom: 30px; } }
    @media (max-width: 398px) {
      .page-template-page-howwethink .news-blog aside, .page-template-page-howwethink .wealthtoughts-section aside, .archive .news-blog aside, .archive .wealthtoughts-section aside, .page-template-page-library-social .news-blog aside, .page-template-page-library-social .wealthtoughts-section aside, .page-template-page-wealththoughts .news-blog aside, .page-template-page-wealththoughts .wealthtoughts-section aside {
        margin-top: 65px; } }
  @media (max-width: 959px) {
    .page-template-page-howwethink .news-blog #news aside, .page-template-page-howwethink .wealthtoughts-section #news aside, .archive .news-blog #news aside, .archive .wealthtoughts-section #news aside, .page-template-page-library-social .news-blog #news aside, .page-template-page-library-social .wealthtoughts-section #news aside, .page-template-page-wealththoughts .news-blog #news aside, .page-template-page-wealththoughts .wealthtoughts-section #news aside {
      margin-top: 0; } }
  @media (max-width: 398px) {
    .page-template-page-howwethink .news-blog #news aside, .page-template-page-howwethink .wealthtoughts-section #news aside, .archive .news-blog #news aside, .archive .wealthtoughts-section #news aside, .page-template-page-library-social .news-blog #news aside, .page-template-page-library-social .wealthtoughts-section #news aside, .page-template-page-wealththoughts .news-blog #news aside, .page-template-page-wealththoughts .wealthtoughts-section #news aside {
      margin-top: 65px; } }
  .page-template-page-howwethink .news-blog .sidebar-title, .page-template-page-howwethink .wealthtoughts-section .sidebar-title, .archive .news-blog .sidebar-title, .archive .wealthtoughts-section .sidebar-title, .page-template-page-library-social .news-blog .sidebar-title, .page-template-page-library-social .wealthtoughts-section .sidebar-title, .page-template-page-wealththoughts .news-blog .sidebar-title, .page-template-page-wealththoughts .wealthtoughts-section .sidebar-title {
    font-size: 3.25rem;
    font-family: "Frank Ruhl Libre", sans-serif;
    letter-spacing: .02em;
    margin-bottom: 20px; }
    .page-template-page-howwethink .news-blog .sidebar-title:not(:first-child), .page-template-page-howwethink .wealthtoughts-section .sidebar-title:not(:first-child), .archive .news-blog .sidebar-title:not(:first-child), .archive .wealthtoughts-section .sidebar-title:not(:first-child), .page-template-page-library-social .news-blog .sidebar-title:not(:first-child), .page-template-page-library-social .wealthtoughts-section .sidebar-title:not(:first-child), .page-template-page-wealththoughts .news-blog .sidebar-title:not(:first-child), .page-template-page-wealththoughts .wealthtoughts-section .sidebar-title:not(:first-child) {
      margin-top: 80px; }
      @media (max-width: 959px) {
        .page-template-page-howwethink .news-blog .sidebar-title:not(:first-child), .page-template-page-howwethink .wealthtoughts-section .sidebar-title:not(:first-child), .archive .news-blog .sidebar-title:not(:first-child), .archive .wealthtoughts-section .sidebar-title:not(:first-child), .page-template-page-library-social .news-blog .sidebar-title:not(:first-child), .page-template-page-library-social .wealthtoughts-section .sidebar-title:not(:first-child), .page-template-page-wealththoughts .news-blog .sidebar-title:not(:first-child), .page-template-page-wealththoughts .wealthtoughts-section .sidebar-title:not(:first-child) {
          display: none; } }
  .page-template-page-howwethink .news-blog .sidebar li, .page-template-page-howwethink .wealthtoughts-section .sidebar li, .archive .news-blog .sidebar li, .archive .wealthtoughts-section .sidebar li, .page-template-page-library-social .news-blog .sidebar li, .page-template-page-library-social .wealthtoughts-section .sidebar li, .page-template-page-wealththoughts .news-blog .sidebar li, .page-template-page-wealththoughts .wealthtoughts-section .sidebar li {
    font-size: 1.7rem;
    font-family: "Open Sans", sans-serif;
    letter-spacing: .02em;
    line-height: 1.3;
    font-weight: 300;
    margin-bottom: 17px;
    cursor: pointer; }
    .page-template-page-howwethink .news-blog .sidebar li a, .page-template-page-howwethink .wealthtoughts-section .sidebar li a, .archive .news-blog .sidebar li a, .archive .wealthtoughts-section .sidebar li a, .page-template-page-library-social .news-blog .sidebar li a, .page-template-page-library-social .wealthtoughts-section .sidebar li a, .page-template-page-wealththoughts .news-blog .sidebar li a, .page-template-page-wealththoughts .wealthtoughts-section .sidebar li a {
      font-weight: normal;
      -webkit-transition: font-weight .3s;
      transition: font-weight .3s; }
      .page-template-page-howwethink .news-blog .sidebar li a.active, .page-template-page-howwethink .wealthtoughts-section .sidebar li a.active, .archive .news-blog .sidebar li a.active, .archive .wealthtoughts-section .sidebar li a.active, .page-template-page-library-social .news-blog .sidebar li a.active, .page-template-page-library-social .wealthtoughts-section .sidebar li a.active, .page-template-page-wealththoughts .news-blog .sidebar li a.active, .page-template-page-wealththoughts .wealthtoughts-section .sidebar li a.active {
        font-weight: bold; }
  .page-template-page-howwethink .news-blog #wealthinking, .page-template-page-howwethink .news-blog #wealthThoughts, .page-template-page-howwethink .wealthtoughts-section #wealthinking, .page-template-page-howwethink .wealthtoughts-section #wealthThoughts, .archive .news-blog #wealthinking, .archive .news-blog #wealthThoughts, .archive .wealthtoughts-section #wealthinking, .archive .wealthtoughts-section #wealthThoughts, .page-template-page-library-social .news-blog #wealthinking, .page-template-page-library-social .news-blog #wealthThoughts, .page-template-page-library-social .wealthtoughts-section #wealthinking, .page-template-page-library-social .wealthtoughts-section #wealthThoughts, .page-template-page-wealththoughts .news-blog #wealthinking, .page-template-page-wealththoughts .news-blog #wealthThoughts, .page-template-page-wealththoughts .wealthtoughts-section #wealthinking, .page-template-page-wealththoughts .wealthtoughts-section #wealthThoughts {
    background-color: transparent; }
    .page-template-page-howwethink .news-blog #wealthinking #ajax-load-more, .page-template-page-howwethink .news-blog #wealthThoughts #ajax-load-more, .page-template-page-howwethink .wealthtoughts-section #wealthinking #ajax-load-more, .page-template-page-howwethink .wealthtoughts-section #wealthThoughts #ajax-load-more, .archive .news-blog #wealthinking #ajax-load-more, .archive .news-blog #wealthThoughts #ajax-load-more, .archive .wealthtoughts-section #wealthinking #ajax-load-more, .archive .wealthtoughts-section #wealthThoughts #ajax-load-more, .page-template-page-library-social .news-blog #wealthinking #ajax-load-more, .page-template-page-library-social .news-blog #wealthThoughts #ajax-load-more, .page-template-page-library-social .wealthtoughts-section #wealthinking #ajax-load-more, .page-template-page-library-social .wealthtoughts-section #wealthThoughts #ajax-load-more, .page-template-page-wealththoughts .news-blog #wealthinking #ajax-load-more, .page-template-page-wealththoughts .news-blog #wealthThoughts #ajax-load-more, .page-template-page-wealththoughts .wealthtoughts-section #wealthinking #ajax-load-more, .page-template-page-wealththoughts .wealthtoughts-section #wealthThoughts #ajax-load-more {
      margin-top: -5px; }
    .page-template-page-howwethink .news-blog #wealthinking:after, .page-template-page-howwethink .news-blog #wealthThoughts:after, .page-template-page-howwethink .wealthtoughts-section #wealthinking:after, .page-template-page-howwethink .wealthtoughts-section #wealthThoughts:after, .archive .news-blog #wealthinking:after, .archive .news-blog #wealthThoughts:after, .archive .wealthtoughts-section #wealthinking:after, .archive .wealthtoughts-section #wealthThoughts:after, .page-template-page-library-social .news-blog #wealthinking:after, .page-template-page-library-social .news-blog #wealthThoughts:after, .page-template-page-library-social .wealthtoughts-section #wealthinking:after, .page-template-page-library-social .wealthtoughts-section #wealthThoughts:after, .page-template-page-wealththoughts .news-blog #wealthinking:after, .page-template-page-wealththoughts .news-blog #wealthThoughts:after, .page-template-page-wealththoughts .wealthtoughts-section #wealthinking:after, .page-template-page-wealththoughts .wealthtoughts-section #wealthThoughts:after {
      content: '';
      display: block;
      clear: both; }
    .page-template-page-howwethink .news-blog #wealthinking .blog-cat-title, .page-template-page-howwethink .news-blog #wealthThoughts .blog-cat-title, .page-template-page-howwethink .wealthtoughts-section #wealthinking .blog-cat-title, .page-template-page-howwethink .wealthtoughts-section #wealthThoughts .blog-cat-title, .archive .news-blog #wealthinking .blog-cat-title, .archive .news-blog #wealthThoughts .blog-cat-title, .archive .wealthtoughts-section #wealthinking .blog-cat-title, .archive .wealthtoughts-section #wealthThoughts .blog-cat-title, .page-template-page-library-social .news-blog #wealthinking .blog-cat-title, .page-template-page-library-social .news-blog #wealthThoughts .blog-cat-title, .page-template-page-library-social .wealthtoughts-section #wealthinking .blog-cat-title, .page-template-page-library-social .wealthtoughts-section #wealthThoughts .blog-cat-title, .page-template-page-wealththoughts .news-blog #wealthinking .blog-cat-title, .page-template-page-wealththoughts .news-blog #wealthThoughts .blog-cat-title, .page-template-page-wealththoughts .wealthtoughts-section #wealthinking .blog-cat-title, .page-template-page-wealththoughts .wealthtoughts-section #wealthThoughts .blog-cat-title {
      font-size: 4.1rem;
      line-height: 1.3;
      font-family: "Open Sans", sans-serif;
      letter-spacing: .02em;
      font-weight: 500;
      margin-bottom: 70px; }
      @media (max-width: 959px) {
        .page-template-page-howwethink .news-blog #wealthinking .blog-cat-title, .page-template-page-howwethink .news-blog #wealthThoughts .blog-cat-title, .page-template-page-howwethink .wealthtoughts-section #wealthinking .blog-cat-title, .page-template-page-howwethink .wealthtoughts-section #wealthThoughts .blog-cat-title, .archive .news-blog #wealthinking .blog-cat-title, .archive .news-blog #wealthThoughts .blog-cat-title, .archive .wealthtoughts-section #wealthinking .blog-cat-title, .archive .wealthtoughts-section #wealthThoughts .blog-cat-title, .page-template-page-library-social .news-blog #wealthinking .blog-cat-title, .page-template-page-library-social .news-blog #wealthThoughts .blog-cat-title, .page-template-page-library-social .wealthtoughts-section #wealthinking .blog-cat-title, .page-template-page-library-social .wealthtoughts-section #wealthThoughts .blog-cat-title, .page-template-page-wealththoughts .news-blog #wealthinking .blog-cat-title, .page-template-page-wealththoughts .news-blog #wealthThoughts .blog-cat-title, .page-template-page-wealththoughts .wealthtoughts-section #wealthinking .blog-cat-title, .page-template-page-wealththoughts .wealthtoughts-section #wealthThoughts .blog-cat-title {
          padding-left: 0;
          margin-bottom: 40px; } }
    .page-template-page-howwethink .news-blog #wealthinking article, .page-template-page-howwethink .news-blog #wealthThoughts article, .page-template-page-howwethink .wealthtoughts-section #wealthinking article, .page-template-page-howwethink .wealthtoughts-section #wealthThoughts article, .archive .news-blog #wealthinking article, .archive .news-blog #wealthThoughts article, .archive .wealthtoughts-section #wealthinking article, .archive .wealthtoughts-section #wealthThoughts article, .page-template-page-library-social .news-blog #wealthinking article, .page-template-page-library-social .news-blog #wealthThoughts article, .page-template-page-library-social .wealthtoughts-section #wealthinking article, .page-template-page-library-social .wealthtoughts-section #wealthThoughts article, .page-template-page-wealththoughts .news-blog #wealthinking article, .page-template-page-wealththoughts .news-blog #wealthThoughts article, .page-template-page-wealththoughts .wealthtoughts-section #wealthinking article, .page-template-page-wealththoughts .wealthtoughts-section #wealthThoughts article {
      margin-bottom: 100px;
      overflow: hidden; }
      .page-template-page-howwethink .news-blog #wealthinking article .content, .page-template-page-howwethink .news-blog #wealthThoughts article .content, .page-template-page-howwethink .wealthtoughts-section #wealthinking article .content, .page-template-page-howwethink .wealthtoughts-section #wealthThoughts article .content, .archive .news-blog #wealthinking article .content, .archive .news-blog #wealthThoughts article .content, .archive .wealthtoughts-section #wealthinking article .content, .archive .wealthtoughts-section #wealthThoughts article .content, .page-template-page-library-social .news-blog #wealthinking article .content, .page-template-page-library-social .news-blog #wealthThoughts article .content, .page-template-page-library-social .wealthtoughts-section #wealthinking article .content, .page-template-page-library-social .wealthtoughts-section #wealthThoughts article .content, .page-template-page-wealththoughts .news-blog #wealthinking article .content, .page-template-page-wealththoughts .news-blog #wealthThoughts article .content, .page-template-page-wealththoughts .wealthtoughts-section #wealthinking article .content, .page-template-page-wealththoughts .wealthtoughts-section #wealthThoughts article .content {
        width: calc(100% - 50px);
        float: left; }
        @media (max-width: 959px) {
          .page-template-page-howwethink .news-blog #wealthinking article .content, .page-template-page-howwethink .news-blog #wealthThoughts article .content, .page-template-page-howwethink .wealthtoughts-section #wealthinking article .content, .page-template-page-howwethink .wealthtoughts-section #wealthThoughts article .content, .archive .news-blog #wealthinking article .content, .archive .news-blog #wealthThoughts article .content, .archive .wealthtoughts-section #wealthinking article .content, .archive .wealthtoughts-section #wealthThoughts article .content, .page-template-page-library-social .news-blog #wealthinking article .content, .page-template-page-library-social .news-blog #wealthThoughts article .content, .page-template-page-library-social .wealthtoughts-section #wealthinking article .content, .page-template-page-library-social .wealthtoughts-section #wealthThoughts article .content, .page-template-page-wealththoughts .news-blog #wealthinking article .content, .page-template-page-wealththoughts .news-blog #wealthThoughts article .content, .page-template-page-wealththoughts .wealthtoughts-section #wealthinking article .content, .page-template-page-wealththoughts .wealthtoughts-section #wealthThoughts article .content {
            width: 80%; } }
        @media (max-width: 650px) {
          .page-template-page-howwethink .news-blog #wealthinking article .content, .page-template-page-howwethink .news-blog #wealthThoughts article .content, .page-template-page-howwethink .wealthtoughts-section #wealthinking article .content, .page-template-page-howwethink .wealthtoughts-section #wealthThoughts article .content, .archive .news-blog #wealthinking article .content, .archive .news-blog #wealthThoughts article .content, .archive .wealthtoughts-section #wealthinking article .content, .archive .wealthtoughts-section #wealthThoughts article .content, .page-template-page-library-social .news-blog #wealthinking article .content, .page-template-page-library-social .news-blog #wealthThoughts article .content, .page-template-page-library-social .wealthtoughts-section #wealthinking article .content, .page-template-page-library-social .wealthtoughts-section #wealthThoughts article .content, .page-template-page-wealththoughts .news-blog #wealthinking article .content, .page-template-page-wealththoughts .news-blog #wealthThoughts article .content, .page-template-page-wealththoughts .wealthtoughts-section #wealthinking article .content, .page-template-page-wealththoughts .wealthtoughts-section #wealthThoughts article .content {
            width: 100%; } }
      .page-template-page-howwethink .news-blog #wealthinking article .author-pic, .page-template-page-howwethink .news-blog #wealthThoughts article .author-pic, .page-template-page-howwethink .wealthtoughts-section #wealthinking article .author-pic, .page-template-page-howwethink .wealthtoughts-section #wealthThoughts article .author-pic, .archive .news-blog #wealthinking article .author-pic, .archive .news-blog #wealthThoughts article .author-pic, .archive .wealthtoughts-section #wealthinking article .author-pic, .archive .wealthtoughts-section #wealthThoughts article .author-pic, .page-template-page-library-social .news-blog #wealthinking article .author-pic, .page-template-page-library-social .news-blog #wealthThoughts article .author-pic, .page-template-page-library-social .wealthtoughts-section #wealthinking article .author-pic, .page-template-page-library-social .wealthtoughts-section #wealthThoughts article .author-pic, .page-template-page-wealththoughts .news-blog #wealthinking article .author-pic, .page-template-page-wealththoughts .news-blog #wealthThoughts article .author-pic, .page-template-page-wealththoughts .wealthtoughts-section #wealthinking article .author-pic, .page-template-page-wealththoughts .wealthtoughts-section #wealthThoughts article .author-pic {
        display: none; }
      .page-template-page-howwethink .news-blog #wealthinking article h1, .page-template-page-howwethink .news-blog #wealthThoughts article h1, .page-template-page-howwethink .wealthtoughts-section #wealthinking article h1, .page-template-page-howwethink .wealthtoughts-section #wealthThoughts article h1, .archive .news-blog #wealthinking article h1, .archive .news-blog #wealthThoughts article h1, .archive .wealthtoughts-section #wealthinking article h1, .archive .wealthtoughts-section #wealthThoughts article h1, .page-template-page-library-social .news-blog #wealthinking article h1, .page-template-page-library-social .news-blog #wealthThoughts article h1, .page-template-page-library-social .wealthtoughts-section #wealthinking article h1, .page-template-page-library-social .wealthtoughts-section #wealthThoughts article h1, .page-template-page-wealththoughts .news-blog #wealthinking article h1, .page-template-page-wealththoughts .news-blog #wealthThoughts article h1, .page-template-page-wealththoughts .wealthtoughts-section #wealthinking article h1, .page-template-page-wealththoughts .wealthtoughts-section #wealthThoughts article h1 {
        font-size: 3.25rem;
        font-family: "Frank Ruhl Libre", sans-serif;
        letter-spacing: .02em;
        margin-bottom: 8px;
        line-height: 1.45; }
      .page-template-page-howwethink .news-blog #wealthinking article .author, .page-template-page-howwethink .news-blog #wealthinking article .date, .page-template-page-howwethink .news-blog #wealthThoughts article .author, .page-template-page-howwethink .news-blog #wealthThoughts article .date, .page-template-page-howwethink .wealthtoughts-section #wealthinking article .author, .page-template-page-howwethink .wealthtoughts-section #wealthinking article .date, .page-template-page-howwethink .wealthtoughts-section #wealthThoughts article .author, .page-template-page-howwethink .wealthtoughts-section #wealthThoughts article .date, .archive .news-blog #wealthinking article .author, .archive .news-blog #wealthinking article .date, .archive .news-blog #wealthThoughts article .author, .archive .news-blog #wealthThoughts article .date, .archive .wealthtoughts-section #wealthinking article .author, .archive .wealthtoughts-section #wealthinking article .date, .archive .wealthtoughts-section #wealthThoughts article .author, .archive .wealthtoughts-section #wealthThoughts article .date, .page-template-page-library-social .news-blog #wealthinking article .author, .page-template-page-library-social .news-blog #wealthinking article .date, .page-template-page-library-social .news-blog #wealthThoughts article .author, .page-template-page-library-social .news-blog #wealthThoughts article .date, .page-template-page-library-social .wealthtoughts-section #wealthinking article .author, .page-template-page-library-social .wealthtoughts-section #wealthinking article .date, .page-template-page-library-social .wealthtoughts-section #wealthThoughts article .author, .page-template-page-library-social .wealthtoughts-section #wealthThoughts article .date, .page-template-page-wealththoughts .news-blog #wealthinking article .author, .page-template-page-wealththoughts .news-blog #wealthinking article .date, .page-template-page-wealththoughts .news-blog #wealthThoughts article .author, .page-template-page-wealththoughts .news-blog #wealthThoughts article .date, .page-template-page-wealththoughts .wealthtoughts-section #wealthinking article .author, .page-template-page-wealththoughts .wealthtoughts-section #wealthinking article .date, .page-template-page-wealththoughts .wealthtoughts-section #wealthThoughts article .author, .page-template-page-wealththoughts .wealthtoughts-section #wealthThoughts article .date {
        font-size: 1.4rem;
        line-height: 1;
        font-family: "Open Sans", sans-serif;
        letter-spacing: .02em; }
      .page-template-page-howwethink .news-blog #wealthinking article .author, .page-template-page-howwethink .news-blog #wealthThoughts article .author, .page-template-page-howwethink .wealthtoughts-section #wealthinking article .author, .page-template-page-howwethink .wealthtoughts-section #wealthThoughts article .author, .archive .news-blog #wealthinking article .author, .archive .news-blog #wealthThoughts article .author, .archive .wealthtoughts-section #wealthinking article .author, .archive .wealthtoughts-section #wealthThoughts article .author, .page-template-page-library-social .news-blog #wealthinking article .author, .page-template-page-library-social .news-blog #wealthThoughts article .author, .page-template-page-library-social .wealthtoughts-section #wealthinking article .author, .page-template-page-library-social .wealthtoughts-section #wealthThoughts article .author, .page-template-page-wealththoughts .news-blog #wealthinking article .author, .page-template-page-wealththoughts .news-blog #wealthThoughts article .author, .page-template-page-wealththoughts .wealthtoughts-section #wealthinking article .author, .page-template-page-wealththoughts .wealthtoughts-section #wealthThoughts article .author {
        margin-bottom: 9px; }
      .page-template-page-howwethink .news-blog #wealthinking article .date, .page-template-page-howwethink .news-blog #wealthThoughts article .date, .page-template-page-howwethink .wealthtoughts-section #wealthinking article .date, .page-template-page-howwethink .wealthtoughts-section #wealthThoughts article .date, .archive .news-blog #wealthinking article .date, .archive .news-blog #wealthThoughts article .date, .archive .wealthtoughts-section #wealthinking article .date, .archive .wealthtoughts-section #wealthThoughts article .date, .page-template-page-library-social .news-blog #wealthinking article .date, .page-template-page-library-social .news-blog #wealthThoughts article .date, .page-template-page-library-social .wealthtoughts-section #wealthinking article .date, .page-template-page-library-social .wealthtoughts-section #wealthThoughts article .date, .page-template-page-wealththoughts .news-blog #wealthinking article .date, .page-template-page-wealththoughts .news-blog #wealthThoughts article .date, .page-template-page-wealththoughts .wealthtoughts-section #wealthinking article .date, .page-template-page-wealththoughts .wealthtoughts-section #wealthThoughts article .date {
        margin-bottom: 27px; }
      .page-template-page-howwethink .news-blog #wealthinking article .snippet, .page-template-page-howwethink .news-blog #wealthThoughts article .snippet, .page-template-page-howwethink .wealthtoughts-section #wealthinking article .snippet, .page-template-page-howwethink .wealthtoughts-section #wealthThoughts article .snippet, .archive .news-blog #wealthinking article .snippet, .archive .news-blog #wealthThoughts article .snippet, .archive .wealthtoughts-section #wealthinking article .snippet, .archive .wealthtoughts-section #wealthThoughts article .snippet, .page-template-page-library-social .news-blog #wealthinking article .snippet, .page-template-page-library-social .news-blog #wealthThoughts article .snippet, .page-template-page-library-social .wealthtoughts-section #wealthinking article .snippet, .page-template-page-library-social .wealthtoughts-section #wealthThoughts article .snippet, .page-template-page-wealththoughts .news-blog #wealthinking article .snippet, .page-template-page-wealththoughts .news-blog #wealthThoughts article .snippet, .page-template-page-wealththoughts .wealthtoughts-section #wealthinking article .snippet, .page-template-page-wealththoughts .wealthtoughts-section #wealthThoughts article .snippet {
        font-size: 1.9rem;
        font-family: "Open Sans", sans-serif;
        letter-spacing: .02em;
        font-weight: 300;
        margin-bottom: 20px;
        line-height: 4rem; }
      .page-template-page-howwethink .news-blog #wealthinking article .btn, .page-template-page-howwethink .news-blog #wealthThoughts article .btn, .page-template-page-howwethink .wealthtoughts-section #wealthinking article .btn, .page-template-page-howwethink .wealthtoughts-section #wealthThoughts article .btn, .archive .news-blog #wealthinking article .btn, .archive .news-blog #wealthThoughts article .btn, .archive .wealthtoughts-section #wealthinking article .btn, .archive .wealthtoughts-section #wealthThoughts article .btn, .page-template-page-library-social .news-blog #wealthinking article .btn, .page-template-page-library-social .news-blog #wealthThoughts article .btn, .page-template-page-library-social .wealthtoughts-section #wealthinking article .btn, .page-template-page-library-social .wealthtoughts-section #wealthThoughts article .btn, .page-template-page-wealththoughts .news-blog #wealthinking article .btn, .page-template-page-wealththoughts .news-blog #wealthThoughts article .btn, .page-template-page-wealththoughts .wealthtoughts-section #wealthinking article .btn, .page-template-page-wealththoughts .wealthtoughts-section #wealthThoughts article .btn {
        background: #5e80a4;
        color: #ffffff; }
  .page-template-page-howwethink .news-blog #news:after, .page-template-page-howwethink .wealthtoughts-section #news:after, .archive .news-blog #news:after, .archive .wealthtoughts-section #news:after, .page-template-page-library-social .news-blog #news:after, .page-template-page-library-social .wealthtoughts-section #news:after, .page-template-page-wealththoughts .news-blog #news:after, .page-template-page-wealththoughts .wealthtoughts-section #news:after {
    content: '';
    display: block;
    clear: both; }
  @media (max-width: 959px) {
    .page-template-page-howwethink .news-blog #news .rotatingtweets, .page-template-page-howwethink .wealthtoughts-section #news .rotatingtweets, .archive .news-blog #news .rotatingtweets, .archive .wealthtoughts-section #news .rotatingtweets, .page-template-page-library-social .news-blog #news .rotatingtweets, .page-template-page-library-social .wealthtoughts-section #news .rotatingtweets, .page-template-page-wealththoughts .news-blog #news .rotatingtweets, .page-template-page-wealththoughts .wealthtoughts-section #news .rotatingtweets {
      display: none; } }
  .page-template-page-howwethink .news-blog #news article, .page-template-page-howwethink .wealthtoughts-section #news article, .archive .news-blog #news article, .archive .wealthtoughts-section #news article, .page-template-page-library-social .news-blog #news article, .page-template-page-library-social .wealthtoughts-section #news article, .page-template-page-wealththoughts .news-blog #news article, .page-template-page-wealththoughts .wealthtoughts-section #news article {
    margin-bottom: 80px; }
    .page-template-page-howwethink .news-blog #news article h1, .page-template-page-howwethink .wealthtoughts-section #news article h1, .archive .news-blog #news article h1, .archive .wealthtoughts-section #news article h1, .page-template-page-library-social .news-blog #news article h1, .page-template-page-library-social .wealthtoughts-section #news article h1, .page-template-page-wealththoughts .news-blog #news article h1, .page-template-page-wealththoughts .wealthtoughts-section #news article h1 {
      font-size: 3.25rem;
      font-weight: 500;
      font-family: "Frank Ruhl Libre", sans-serif;
      letter-spacing: .02em;
      line-height: 1.3;
      margin-bottom: 10px; }
  .page-template-page-howwethink .news-blog #news .news-header, .page-template-page-howwethink .wealthtoughts-section #news .news-header, .archive .news-blog #news .news-header, .archive .wealthtoughts-section #news .news-header, .page-template-page-library-social .news-blog #news .news-header, .page-template-page-library-social .wealthtoughts-section #news .news-header, .page-template-page-wealththoughts .news-blog #news .news-header, .page-template-page-wealththoughts .wealthtoughts-section #news .news-header {
    font-size: 4.1rem;
    font-family: "Open Sans", sans-serif;
    letter-spacing: .02em;
    font-weight: 500;
    margin-bottom: 70px; }
    @media (max-width: 959px) {
      .page-template-page-howwethink .news-blog #news .news-header, .page-template-page-howwethink .wealthtoughts-section #news .news-header, .archive .news-blog #news .news-header, .archive .wealthtoughts-section #news .news-header, .page-template-page-library-social .news-blog #news .news-header, .page-template-page-library-social .wealthtoughts-section #news .news-header, .page-template-page-wealththoughts .news-blog #news .news-header, .page-template-page-wealththoughts .wealthtoughts-section #news .news-header {
        margin-bottom: 20px; } }
  .page-template-page-howwethink .news-blog #news main > p, .page-template-page-howwethink .wealthtoughts-section #news main > p, .archive .news-blog #news main > p, .archive .wealthtoughts-section #news main > p, .page-template-page-library-social .news-blog #news main > p, .page-template-page-library-social .wealthtoughts-section #news main > p, .page-template-page-wealththoughts .news-blog #news main > p, .page-template-page-wealththoughts .wealthtoughts-section #news main > p {
    font-size: 1.8rem;
    line-height: 3.5rem;
    letter-spacing: .02em;
    font-weight: 300;
    margin-bottom: 30px; }
    @media (max-width: 959px) {
      .page-template-page-howwethink .news-blog #news main > p, .page-template-page-howwethink .wealthtoughts-section #news main > p, .archive .news-blog #news main > p, .archive .wealthtoughts-section #news main > p, .page-template-page-library-social .news-blog #news main > p, .page-template-page-library-social .wealthtoughts-section #news main > p, .page-template-page-wealththoughts .news-blog #news main > p, .page-template-page-wealththoughts .wealthtoughts-section #news main > p {
        margin-bottom: 25px; } }
  .page-template-page-howwethink .news-blog #news .pub, .page-template-page-howwethink .wealthtoughts-section #news .pub, .archive .news-blog #news .pub, .archive .wealthtoughts-section #news .pub, .page-template-page-library-social .news-blog #news .pub, .page-template-page-library-social .wealthtoughts-section #news .pub, .page-template-page-wealththoughts .news-blog #news .pub, .page-template-page-wealththoughts .wealthtoughts-section #news .pub {
    margin-bottom: 16px;
    font-size: 1.9rem;
    line-height: 3rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 300; }
  .page-template-page-howwethink .news-blog .btn-duo .btn, .page-template-page-howwethink .wealthtoughts-section .btn-duo .btn, .archive .news-blog .btn-duo .btn, .archive .wealthtoughts-section .btn-duo .btn, .page-template-page-library-social .news-blog .btn-duo .btn, .page-template-page-library-social .wealthtoughts-section .btn-duo .btn, .page-template-page-wealththoughts .news-blog .btn-duo .btn, .page-template-page-wealththoughts .wealthtoughts-section .btn-duo .btn {
    display: inline-block;
    color: #ffffff;
    padding: 14px 0;
    min-width: 160px; }
    @media (max-width: 380px) {
      .page-template-page-howwethink .news-blog .btn-duo .btn, .page-template-page-howwethink .wealthtoughts-section .btn-duo .btn, .archive .news-blog .btn-duo .btn, .archive .wealthtoughts-section .btn-duo .btn, .page-template-page-library-social .news-blog .btn-duo .btn, .page-template-page-library-social .wealthtoughts-section .btn-duo .btn, .page-template-page-wealththoughts .news-blog .btn-duo .btn, .page-template-page-wealththoughts .wealthtoughts-section .btn-duo .btn {
        min-width: 130px; } }
  .page-template-page-howwethink .news-blog .btn-duo .read, .page-template-page-howwethink .wealthtoughts-section .btn-duo .read, .archive .news-blog .btn-duo .read, .archive .wealthtoughts-section .btn-duo .read, .page-template-page-library-social .news-blog .btn-duo .read, .page-template-page-library-social .wealthtoughts-section .btn-duo .read, .page-template-page-wealththoughts .news-blog .btn-duo .read, .page-template-page-wealththoughts .wealthtoughts-section .btn-duo .read {
    background-color: #5e80a4;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .page-template-page-howwethink .news-blog .btn-duo .download, .page-template-page-howwethink .wealthtoughts-section .btn-duo .download, .archive .news-blog .btn-duo .download, .archive .wealthtoughts-section .btn-duo .download, .page-template-page-library-social .news-blog .btn-duo .download, .page-template-page-library-social .wealthtoughts-section .btn-duo .download, .page-template-page-wealththoughts .news-blog .btn-duo .download, .page-template-page-wealththoughts .wealthtoughts-section .btn-duo .download {
    background-color: #0f477a;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.page-template-page-howwethink .news-blog .cat-title, .archive .news-blog .cat-title, .page-template-page-library-social .news-blog .cat-title, .page-template-page-wealththoughts .news-blog .cat-title {
  position: relative; }
  @media (max-width: 959px) {
    .page-template-page-howwethink .news-blog .cat-title:after, .archive .news-blog .cat-title:after, .page-template-page-library-social .news-blog .cat-title:after, .page-template-page-wealththoughts .news-blog .cat-title:after {
      content: "\f107";
      height: 21px;
      width: 21px;
      padding-left: 5px;
      padding-top: 2px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-radius: 50%;
      border: 1px solid #15467a;
      background-color: #15467a;
      color: #ffffff;
      position: absolute;
      left: 148px;
      top: 3px;
      font-family: FontAwesome;
      font-size: 15px;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transform-origin: 50%;
              transform-origin: 50%;
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s; } }
  @media (max-width: 767px) {
    .page-template-page-howwethink .news-blog .cat-title:after, .archive .news-blog .cat-title:after, .page-template-page-library-social .news-blog .cat-title:after, .page-template-page-wealththoughts .news-blog .cat-title:after {
      left: 135px;
      top: 1px; } }
  @media (max-width: 959px) {
    .page-template-page-howwethink .news-blog .cat-title, .archive .news-blog .cat-title, .page-template-page-library-social .news-blog .cat-title, .page-template-page-wealththoughts .news-blog .cat-title {
      cursor: pointer; } }

@media (max-width: 959px) {
  .page-template-page-howwethink .article-sidebar .cat-title:after, .archive .article-sidebar .cat-title:after, .page-template-page-library-social .article-sidebar .cat-title:after, .page-template-page-wealththoughts .article-sidebar .cat-title:after {
    left: 172px; } }

@media (max-width: 767px) {
  .page-template-page-howwethink .article-sidebar .cat-title:after, .archive .article-sidebar .cat-title:after, .page-template-page-library-social .article-sidebar .cat-title:after, .page-template-page-wealththoughts .article-sidebar .cat-title:after {
    left: 154px; } }

@media (max-width: 959px) {
  .page-template-page-howwethink .blog-topics, .archive .blog-topics, .page-template-page-library-social .blog-topics, .page-template-page-wealththoughts .blog-topics {
    display: inline-block;
    position: relative;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    -webkit-transition: max-height .3s .2s, opacity .3s 0s;
    transition: max-height .3s .2s, opacity .3s 0s; } }

.page-template-page-howwethink .sidebar.reading .cat-title:after, .archive .sidebar.reading .cat-title:after, .page-template-page-library-social .sidebar.reading .cat-title:after, .page-template-page-wealththoughts .sidebar.reading .cat-title:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s; }

.page-template-page-howwethink .sidebar.reading .blog-topics, .archive .sidebar.reading .blog-topics, .page-template-page-library-social .sidebar.reading .blog-topics, .page-template-page-wealththoughts .sidebar.reading .blog-topics {
  max-height: 1000px;
  opacity: 1;
  -webkit-transition: max-height .3s 0s, opacity .3s .2s;
  transition: max-height .3s 0s, opacity .3s .2s; }

.archive .news-blog {
  padding: 100px 0; }

.page-template-page-lifetransitions .hero-intro {
  background-color: #dfe5ed; }

.page-template-page-lifetransitions #phases {
  background-color: #f0f3f7;
  position: relative; }
  .page-template-page-lifetransitions #phases > .container {
    overflow: hidden; }

.page-template-page-lifetransitions .phase {
  padding-top: 40px;
  margin-bottom: 110px; }
  @media (max-width: 767px) {
    .page-template-page-lifetransitions .phase {
      margin-bottom: 40px; } }
  @media (max-width: 480px) {
    .page-template-page-lifetransitions .phase {
      margin-bottom: 35px; } }
  .page-template-page-lifetransitions .phase:first-child {
    padding-top: 200px; }
    @media (max-width: 959px) {
      .page-template-page-lifetransitions .phase:first-child {
        padding-top: 100px; } }
    @media (max-width: 480px) {
      .page-template-page-lifetransitions .phase:first-child {
        padding-top: 60px; } }
    .page-template-page-lifetransitions .phase:first-child .image-holder:after {
      content: '';
      z-index: 1;
      width: 2px;
      background: #0c0c0d;
      height: 150%;
      top: -140%;
      position: absolute;
      left: 50%;
      margin-left: -1px; }
      @media (max-width: 959px) {
        .page-template-page-lifetransitions .phase:first-child .image-holder:after {
          content: none; } }
  .page-template-page-lifetransitions .phase:last-child .image-holder:after {
    content: '';
    bottom: -96%;
    height: 100%;
    width: 5px;
    left: 50%;
    position: absolute;
    z-index: 1;
    background-color: #f0f3f7;
    margin-left: -2px; }
    @media (max-width: 959px) {
      .page-template-page-lifetransitions .phase:last-child .image-holder:after {
        content: none; } }
  .page-template-page-lifetransitions .phase:last-child .image-holder:before {
    content: none; }
  .page-template-page-lifetransitions .phase h3 {
    font-family: "Frank Ruhl Libre", sans-serif;
    font-size: 3.25rem;
    margin-bottom: 10px;
    line-height: 1.3; }
  .page-template-page-lifetransitions .phase h4 {
    font-size: 2rem;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 20px;
    letter-spacing: .02em;
    font-weight: 400; }
  .page-template-page-lifetransitions .phase .content {
    vertical-align: middle;
    display: inline-block;
    width: 58%;
    padding-left: 10%; }
    @media (max-width: 1024px) {
      .page-template-page-lifetransitions .phase .content {
        width: 48%;
        padding-left: 2%; } }
    @media (max-width: 959px) {
      .page-template-page-lifetransitions .phase .content {
        width: 100%;
        padding-left: 0; } }
  .page-template-page-lifetransitions .phase .related {
    font-size: 2rem;
    font-family: "Open Sans", sans-serif;
    letter-spacing: .02em;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 35px; }
  .page-template-page-lifetransitions .phase > img, .page-template-page-lifetransitions .phase .image-holder {
    width: 40%;
    display: inline-block; }
    @media (max-width: 959px) {
      .page-template-page-lifetransitions .phase > img, .page-template-page-lifetransitions .phase .image-holder {
        width: 60%; } }
    @media (max-width: 650px) {
      .page-template-page-lifetransitions .phase > img, .page-template-page-lifetransitions .phase .image-holder {
        width: 80%; } }
    @media (max-width: 400px) {
      .page-template-page-lifetransitions .phase > img, .page-template-page-lifetransitions .phase .image-holder {
        width: 100%; } }
  .page-template-page-lifetransitions .phase .image-holder {
    position: relative;
    vertical-align: middle;
    display: inline-block; }
    .page-template-page-lifetransitions .phase .image-holder img {
      z-index: 2;
      position: relative;
      width: 100%;
      border-radius: 50%; }
      @media (max-width: 959px) {
        .page-template-page-lifetransitions .phase .image-holder img {
          margin-bottom: 25px; } }
    .page-template-page-lifetransitions .phase .image-holder:before {
      content: '';
      z-index: 1;
      width: 2px;
      background: #0c0c0d;
      height: 200%;
      top: 96%;
      position: absolute;
      left: 50%;
      margin-left: -1px; }
      @media (max-width: 959px) {
        .page-template-page-lifetransitions .phase .image-holder:before {
          content: none; } }
  .page-template-page-lifetransitions .phase .related-post {
    display: block;
    margin-bottom: 10px;
    font-size: 1.8rem;
    letter-spacing: .02em;
    position: relative; }
    .page-template-page-lifetransitions .phase .related-post:hover {
      text-decoration: underline; }
    .page-template-page-lifetransitions .phase .related-post:before {
      margin-right: 15px;
      vertical-align: middle;
      display: inline-block;
      content: '';
      width: 28px;
      height: 35px;
      margin-bottom: 5px;
      margin-top: 5px;
      background-size: cover;
      background-image: url(../images/sprite-post.png); }

.related-pdf {
  display: block;
  margin-bottom: 10px;
  font-size: 1.8rem;
  letter-spacing: .02em;
  position: relative; }
  .related-pdf:hover {
    text-decoration: underline; }
  .related-pdf:before {
    margin-right: 15px;
    vertical-align: middle;
    display: inline-block;
    content: '';
    width: 31px;
    margin-bottom: 5px;
    margin-top: 5px;
    height: 35px;
    background-image: url(../images/sprite-pdf.png);
    background-size: cover; }

.pdf-holder:last-child .related-pdf {
  margin-bottom: 0; }

.page-template-page-whoweare .hero-intro {
  background-color: #d3eaea; }

@media (max-width: 1200px) {
  .page-template-page-whoweare .hero-intro:not(.home-hero-intro) .hero-image {
    background-position: 42% 50%; } }

@media (max-width: 959px) {
  .page-template-page-whoweare .hero-intro:not(.home-hero-intro) .hero-image {
    background-position: 31% 50%; } }

.extended-copy, .person-info {
  height: 0;
  width: 0;
  visibility: hidden;
  position: fixed;
  z-index: 9;
  opacity: 0;
  -webkit-transition: visibility 0s .5s, opacity .5s;
  transition: visibility 0s .5s, opacity .5s; }
  .extended-copy .close-read-more, .person-info .close-read-more {
    font-size: 30px;
    position: absolute;
    top: 0;
    right: 0;
    opacity: .8;
    padding: 11px 15px;
    color: white;
    background-color: #234870;
    line-height: 1; }
  .extended-copy .holder, .extended-copy .copy-holder, .person-info .holder, .person-info .copy-holder {
    max-width: 1250px;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    height: 80vh;
    top: 10vh;
    margin: 0 auto;
    position: relative;
    padding: 100px 60px;
    text-align: left !important; }
    .extended-copy .holder h2, .extended-copy .copy-holder h2, .person-info .holder h2, .person-info .copy-holder h2 {
      font-size: 3rem !important;
      font-family: "Frank Ruhl Libre", sans-serif; }
    .extended-copy .holder h3, .extended-copy .copy-holder h3, .person-info .holder h3, .person-info .copy-holder h3 {
      font-size: 1.8rem !important;
      font-family: "Open Sans", sans-serif;
      margin-bottom: 25px !important; }
    .extended-copy .holder .fade, .extended-copy .copy-holder .fade, .person-info .holder .fade, .person-info .copy-holder .fade {
      position: absolute;
      width: 100%;
      height: 200px;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(40%, white), to(white));
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 40%, white 100%);
      bottom: 0;
      left: 0; }
  .extended-copy .overflow-holder, .person-info .overflow-holder {
    height: 100%;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 959px) {
      .extended-copy .overflow-holder, .person-info .overflow-holder {
        display: block; } }

	.extended-copy .overflow-holder .wrapper, .person-info .overflow-holder .wrapper {
      overflow: scroll;
      padding-bottom: 100px;
      position: relative;
      width: 58.3333333333%;
      float: left;
      padding-right: 50px; }
      .extended-copy .overflow-holder .wrapper::-webkit-scrollbar-track, .person-info .overflow-holder .wrapper::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px transparent;
        border-radius: 0;
        background-color: #fff; }
      .extended-copy .overflow-holder .wrapper::-webkit-scrollbar, .person-info .overflow-holder .wrapper::-webkit-scrollbar {
        width: 12px;
        background-color: #fff; }
      .extended-copy .overflow-holder .wrapper::-webkit-scrollbar-thumb, .person-info .overflow-holder .wrapper::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px transparent;
        background-color: #fff; }
      @media (max-width: 959px) {
        .extended-copy .overflow-holder .wrapper, .person-info .overflow-holder .wrapper {
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0;
          padding-right: 0px; } }
    .extended-copy .overflow-holder .headshot, .person-info .overflow-holder .headshot {
      width: 41.6666666667%;
      float: left; }
      @media (max-width: 959px) {
        .extended-copy .overflow-holder .headshot, .person-info .overflow-holder .headshot {
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0;
          display: none; } }
  .extended-copy.reading, .person-info.reading {
    max-height: 2000px;
    opacity: 1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    visibility: visible;
    -webkit-transition: visibility 0s 0s, opacity .3s;
    transition: visibility 0s 0s, opacity .3s; }

.reading .person-info {
  max-height: 2000px;
  opacity: 1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  visibility: visible;
  -webkit-transition: visibility 0s 0s, opacity .3s;
  transition: visibility 0s 0s, opacity .3s; }

.page-template-page-whatwedo .hero-intro {
  background-color: #dfe5ed; }

.page-template-page-whywerediff .hero-intro {
  background-color: #fefaec; }

@media (max-width: 959px) {
  .lr-rl .flex-large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

.lr-rl .person-holder {
  position: relative;
  padding: 60px 0; }
  @media (max-width: 767px) {
    .lr-rl .person-holder {
      padding: 40px 0; } }
  @media (max-width: 480px) {
    .lr-rl .person-holder {
      padding: 35px 0; } }
  .lr-rl .person-holder:first-child {
    padding-top: 200px; }
    @media (max-width: 959px) {
      .lr-rl .person-holder:first-child {
        padding-top: 100px; } }
    @media (max-width: 480px) {
      .lr-rl .person-holder:first-child {
        padding-top: 60px; } }
  .lr-rl .person-holder:last-child {
    padding-bottom: 200px; }
    @media (max-width: 959px) {
      .lr-rl .person-holder:last-child {
        padding-bottom: 100px; } }
    @media (max-width: 480px) {
      .lr-rl .person-holder:last-child {
        padding-bottom: 80px; } }
  .lr-rl .person-holder:after, .lr-rl .person-holder:before {
    content: '';
    clear: both;
    display: block; }
  @media (max-width: 959px) {
    .lr-rl .person-holder {
      height: auto !important; } }
  .lr-rl .person-holder .text {
    width: 58.3333333333%;
    float: right;
    margin-right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute; }
    @media (max-width: 1024px) {
      .lr-rl .person-holder .text {
        width: 50%;
        float: left; } }
    @media (max-width: 959px) {
      .lr-rl .person-holder .text {
        width: 100%;
        float: right;
        margin-right: 0;
        top: auto;
        -webkit-transform: none;
                transform: none;
        position: relative; } }
    .lr-rl .person-holder .text li {
      font-family: "Open Sans", sans-serif;
      font-size: 1.8rem;
      line-height: 3.5rem;
      letter-spacing: .02em;
      font-weight: 300;
      margin: 10px 0;
      padding-left: 30px;
      position: relative; }
      .lr-rl .person-holder .text li:before {
        content: '';
        position: absolute;
        left: 4px;
        top: 10px;
        width: 6px;
        border-radius: 50%;
        height: 6px;
        border: 1px solid #000; }
      .lr-rl .person-holder .text li:last-child {
        margin-bottom: 40px; }
      .lr-rl .person-holder .text li:first-child {
        margin-top: 25px; }
    .lr-rl .person-holder .text h2 {
      font-size: 3.25rem;
      line-height: 1.3;
      font-family: "Frank Ruhl Libre", sans-serif;
      letter-spacing: .02em;
      margin-bottom: 15px; }
    .lr-rl .person-holder .text h3 {
      font-family: "Open Sans", sans-serif;
      font-size: 1.8rem;
      line-height: 3.5rem;
      letter-spacing: .02em;
      font-weight: bold;
      margin-top: -13px;
      margin-bottom: 17px; }
    .lr-rl .person-holder .text h5 {
      font-family: "Open Sans", sans-serif;
      font-size: 2rem;
      line-height: 4rem;
      letter-spacing: .02em;
      font-weight: 500;
      margin-bottom: 0; }
    .lr-rl .person-holder .text p {
      margin-bottom: 15px; }
  .lr-rl .person-holder .pdfs .pdf-wrapper {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute; }
    @media (max-width: 959px) {
      .lr-rl .person-holder .pdfs .pdf-wrapper {
        top: auto;
        -webkit-transform: none;
                transform: none;
        position: relative; } }
  .lr-rl .person-holder .headshot, .lr-rl .person-holder .pdfs {
    width: 41.6666666667%;
    float: left;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute; }
    @media (max-width: 1024px) {
      .lr-rl .person-holder .headshot, .lr-rl .person-holder .pdfs {
        width: 50%;
        float: left; } }
    @media (max-width: 959px) {
      .lr-rl .person-holder .headshot, .lr-rl .person-holder .pdfs {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        top: auto;
        margin-bottom: 25px;
        -webkit-transform: none;
                transform: none;
        position: relative; } }
    .lr-rl .person-holder .headshot img, .lr-rl .person-holder .pdfs img {
      border-radius: 50%;
      max-width: 100%;
      max-height: 100%;
      margin: 0 auto;
      display: block; }
      .lr-rl .person-holder .headshot img.comic, .lr-rl .person-holder .pdfs img.comic {
        opacity: .825; }
  @media (max-width: 959px) {
    .lr-rl .person-holder .headshot {
      width: 60%; } }
  @media (max-width: 650px) {
    .lr-rl .person-holder .headshot {
      width: 80%; } }
  @media (max-width: 400px) {
    .lr-rl .person-holder .headshot {
      width: 100%; } }
  .lr-rl .person-holder:nth-child(odd) .headshot, .lr-rl .person-holder:nth-child(odd) .pdfs {
    right: 0; }
  .lr-rl .person-holder:nth-child(odd) .text .holder {
    padding-right: 100px; }
    @media (max-width: 1200px) {
      .lr-rl .person-holder:nth-child(odd) .text .holder {
        padding-right: 60px; } }
    @media (max-width: 959px) {
      .lr-rl .person-holder:nth-child(odd) .text .holder {
        padding-right: 0; } }
  .lr-rl .person-holder:nth-child(even) .text {
    right: 0; }
    .lr-rl .person-holder:nth-child(even) .text .holder {
      padding-left: 100px; }
      @media (max-width: 1200px) {
        .lr-rl .person-holder:nth-child(even) .text .holder {
          padding-left: 60px; } }
      @media (max-width: 959px) {
        .lr-rl .person-holder:nth-child(even) .text .holder {
          padding-left: 0; } }

.c-header {
  position: relative;
  padding: 80px 0;
  background-color: #e4edf7;
  background-repeat: repeat; }
  @media (max-width: 1200px) {
    .c-header {
      padding: 80px 0; } }
  .c-header.alt {
    background-color: #5e80a4; }
    .c-header.alt h1 {
      color: white;
      font-size: 6.5rem; }
  .c-header.has-image {
    padding: 80px 0 40px; }
    @media (max-width: 1200px) {
      .c-header.has-image {
        padding: 80px 0; } }
    .c-header.has-image .abs-wrapper {
      position: absolute; }
      @media (max-width: 767px) {
        .c-header.has-image .abs-wrapper {
          position: relative; } }
  .c-header .flex-large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .c-header .flex-large {
        display: block; } }
    .c-header .flex-large .left {
      -ms-flex-item-align: center;
          align-self: center; }
  .c-header .left {
    width: 58.3333333333%;
    float: left; }
    @media (max-width: 1200px) {
      .c-header .left {
        width: 66.6666666667%;
        float: left; } }
    @media (max-width: 767px) {
      .c-header .left {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }
  .c-header .right {
    width: 41.6666666667%;
    float: left;
    padding-left: 8%; }
    @media (max-width: 1200px) {
      .c-header .right {
        width: 25%;
        float: left;
        padding-left: 3%; } }
    @media (max-width: 767px) {
      .c-header .right {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0; } }
    .c-header .right.round-img {
      position: relative; }
  .c-header .link-wrapper {
    font-weight: bold;
    margin-top: 15px;
    font-size: 1.625rem;
    font-family: "Open Sans", sans-serif; }
    .c-header .link-wrapper a {
      font-weight: bold;
      font-size: 1.625rem;
      font-family: "Open Sans", sans-serif; }
    .c-header .link-wrapper span {
      font-weight: bold;
      font-size: 16px;
      font-family: "Open Sans", sans-serif; }
  .c-header h1 {
    font-family: "Frank Ruhl Libre", sans-serif;
    font-size: 5.5rem;
    line-height: 1.3;
    letter-spacing: .02em;
    color: #234870; }
    @media (max-width: 1200px) {
      .c-header h1 {
        font-size: 4.5rem; } }
    @media (max-width: 767px) {
      .c-header h1 {
        font-size: 4rem; } }
  .c-header p {
    margin-top: 15px; }
  .c-header img {
    position: relative;
    float: right;
    top: 0;
    display: block;
    max-width: 80%; }
  .c-header .print-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    width: 100vw;
    max-width: none; }
  @media (max-width: 767px) {
    .c-header {
      padding: 60px 0; }
      .c-header img {
        float: left;
        margin-top: 20px; }
      .c-header .left, .c-header .right {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }
  @media (max-width: 480px) {
    .c-header img {
      max-width: 100%; } }
  .c-header .img-wrapper {
    overflow: hidden;
    right: 0;
    width: 100%; }
    @media (min-width: 768px) {
      .c-header .img-wrapper {
        margin-bottom: -170px;
        position: absolute;
        border-radius: 100%;
        position: relative; }
        .c-header .img-wrapper:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 100%; }
        .c-header .img-wrapper > .content {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; } }
    .c-header .img-wrapper img {
      width: 100%;
      max-width: 100%;
      height: 100%; }
      @media (max-width: 767px) {
        .c-header .img-wrapper img {
          width: initial;
          height: initial;
          height: auto; } }
  .c-header .post-head p {
    color: #234870;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px; }
  .c-header .post-meta {
    font-size: 13px;
    color: black;
    font-family: "Open Sans", sans-serif; }

.print-pub-date {
  display: none; }

.c-body-content .alignright {
  float: right;
  margin-left: 15px; }
  @media (max-width: 767px) {
    .c-body-content .alignright {
      margin-left: 0;
      float: none; } }

.c-body-content .alignleft {
  float: left;
  margin-right: 15px; }
  @media (max-width: 767px) {
    .c-body-content .alignleft {
      margin-right: 0;
      float: none; } }

.c-body-content img {
  max-width: 100%; }

.c-body-content .quote {
  font-size: 2.5rem;
  color: #234870;
  position: relative;
  font-family: "Frank Ruhl Libre", sans-serif;
  margin-bottom: 15px;
  max-width: 600px;
  line-height: 1.5;
  padding-left: 15px;
  border-left: 4px solid #234870;
  margin-left: -15px; }

.c-body-content .back-link {
  margin-top: -40px;
  display: inline-block;
  margin-bottom: 40px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  position: relative;
  letter-spacing: .02em;
  font-weight: 700; }
  .c-body-content .back-link:hover:after {
    content: '←';
    display: block;
    position: absolute;
    left: -15px;
    top: 0px; }

.c-body-content .container {
  padding-top: 100px;
  padding-bottom: 100px; }
  .c-body-content .container:after {
    content: '';
    display: block;
    clear: both; }

.c-body-content h1, .c-body-content h2, .c-body-content h3, .c-body-content h4, .c-body-content h5, .c-body-content h6 {
  font-family: "Frank Ruhl Libre", sans-serif; }

.c-body-content em {
  font-style: italic; }

.c-body-content strong {
  font-weight: bold;
  color: #042e5c; }

.c-body-content h2 {
  margin-bottom: 15px;
  font-size: 3.25rem;
  margin-top: 15px; }

.c-body-content h3 {
  margin-bottom: 15px;
  font-size: 20px; }

.c-body-content h4 {
  margin-bottom: 15px;
  font-size: 20px; }

.c-body-content p {
  max-width: 800px;
  margin-bottom: 25px; }
  .c-body-content p > img {
    margin-top: 25px;
    margin-bottom: 25px; }

.c-body-content ul, .c-body-content ol {
  max-width: 800px; }
  .c-body-content ul li, .c-body-content ol li {
    line-height: 4rem;
    margin: 10px 0;
    padding-left: 27px;
    position: relative;
    font-family: "Open Sans", sans-serif;
    font-size: 1.8rem;
    letter-spacing: .02em;
    font-weight: 300; }
    .c-body-content ul li:before, .c-body-content ol li:before {
      content: '';
      position: absolute;
      left: 3px;
      top: 12px;
      width: 6px;
      border-radius: 50%;
      height: 6px;
      border: 1px solid #000; }
    .c-body-content ul li:last-child, .c-body-content ol li:last-child {
      margin-bottom: 30px; }
    .c-body-content ul li:first-child, .c-body-content ol li:first-child {
      margin-top: 30px; }

.c-body-content .connect {
  padding-right: 20px; }
  @media (max-width: 650px) {
    .c-body-content .connect {
      padding-right: 10px; } }

.c-body-content .follow {
  padding-left: 20px; }
  @media (max-width: 650px) {
    .c-body-content .follow {
      padding-left: 0;
      margin-top: 20px; } }
  @media (max-width: 430px) {
    .c-body-content .follow {
      margin-top: 30px; } }

.c-body-content .location {
  padding: 0 10px; }
  @media (max-width: 650px) {
    .c-body-content .location {
      padding-left: 10px;
      padding-right: 0; } }

.c-body-content .connect, .c-body-content .location, .c-body-content .follow {
  width: 33.3333333333%;
  float: left; }
  .c-body-content .connect p, .c-body-content .location p, .c-body-content .follow p {
    margin-bottom: 7px; }
  .c-body-content .connect h4, .c-body-content .location h4, .c-body-content .follow h4 {
    font-size: 3.2rem;
    margin-bottom: 10px;
    line-height: 1.3;
    font-family: "Frank Ruhl Libre", sans-serif;
    letter-spacing: .02em; }
  @media (max-width: 959px) {
    .c-body-content .connect, .c-body-content .location, .c-body-content .follow {
      width: 41.6666666667%;
      float: left; } }
  @media (max-width: 650px) {
    .c-body-content .connect, .c-body-content .location, .c-body-content .follow {
      width: 50%;
      float: left; } }

@media (max-width: 959px) {
  .c-body-content .follow {
    width: 16.6666666667%;
    float: left; } }

@media (max-width: 650px) {
  .c-body-content .follow {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; } }

.c-body-content .follow .fa {
  font-size: 20px; }

.c-body-content .follow a {
  display: inline-block;
  margin-right: 30px;
  color: #5e80a4;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: .7;
  width: 42px;
  height: 42px;
  border: 1px solid;
  border-radius: 50%;
  padding: 5px; }
  @media (max-width: 959px) {
    .c-body-content .follow a {
      display: block;
      margin-left: 0;
      margin-bottom: 15px; } }
  @media (max-width: 650px) {
    .c-body-content .follow a {
      display: inline-block;
      margin-right: 30px;
      margin-bottom: 0; } }
  .c-body-content .follow a:last-child i {
    padding: 5px 7px 7px 7.5px; }
  .c-body-content .follow a:nth-last-child(2) i {
    padding: 6px 7px 7px 7px; }
  .c-body-content .follow a:nth-last-child(3) i {
    padding: 6px 7px 7px 9px; }
  .c-body-content .follow a:hover {
    opacity: 1; }

.c-body-content .connect {
  padding-right: 20px; }
  @media (max-width: 650px) {
    .c-body-content .connect {
      padding-right: 10px; } }
  @media (max-width: 430px) {
    .c-body-content .connect {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      padding-right: 0; } }

.c-body-content .location {
  padding: 0 10px; }
  @media (max-width: 650px) {
    .c-body-content .location {
      padding-left: 10px;
      padding-right: 0; } }
  @media (max-width: 430px) {
    .c-body-content .location {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      padding-left: 0;
      margin-top: 30px; } }

.c-body-content .totally-real-form {
  clear: both;
  padding-top: 60px; }
  .c-body-content .totally-real-form h4 {
    font-size: 3.2rem;
    margin-bottom: 18px;
    line-height: 1.3;
    font-family: "Frank Ruhl Libre", sans-serif;
    letter-spacing: .02em; }
  .c-body-content .totally-real-form .input-name {
    width: calc(50% - 16px);
    display: inline-block;
    margin-right: 15px; }
    @media (max-width: 650px) {
      .c-body-content .totally-real-form .input-name {
        margin-right: 8px;
        width: calc(50% - 9px); } }
    @media (max-width: 480px) {
      .c-body-content .totally-real-form .input-name {
        margin-bottom: 15px;
        margin-right: 0;
        width: 100%; } }
    .c-body-content .totally-real-form .input-name input {
      width: 100%;
      border: 1px solid rgba(0, 0, 0, 0.4);
      padding: 10px 20px; }
  .c-body-content .totally-real-form .input-email {
    width: calc(50% - 16px);
    display: inline-block;
    float: right;
    margin-left: 15px; }
    @media (max-width: 650px) {
      .c-body-content .totally-real-form .input-email {
        margin-left: 8px;
        width: calc(50% - 9px); } }
    @media (max-width: 480px) {
      .c-body-content .totally-real-form .input-email {
        margin-bottom: 15px;
        margin-left: 0;
        width: 100%; } }
    .c-body-content .totally-real-form .input-email input {
      width: 100%;
      border: 1px solid rgba(0, 0, 0, 0.4);
      padding: 10px 20px; }
  .c-body-content .totally-real-form .input-message {
    width: 100%;
    height: 300px;
    margin-top: 30px;
    clear: both; }
    @media (max-width: 650px) {
      .c-body-content .totally-real-form .input-message {
        margin-top: 16px; } }
    .c-body-content .totally-real-form .input-message textarea {
      width: 100%;
      border: 1px solid rgba(0, 0, 0, 0.4);
      height: 100%;
      padding: 20px; }
  .c-body-content .totally-real-form .btn {
    padding: 13px 0;
    margin-top: 30px; }

#search-results {
  padding: 120px 0; }
  #search-results h1 {
    font-size: 3.25rem;
    line-height: 1.3;
    font-family: "Frank Ruhl Libre", sans-serif;
    margin-bottom: 30px; }
    @media (max-width: 600px) {
      #search-results h1 {
        font-size: 2.9rem; } }
    @media (max-width: 480px) {
      #search-results h1 {
        font-size: 2.5rem; } }
  #search-results h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 2.5rem; }
  #search-results .nav-previous, #search-results .nav-next {
    font-size: 1.6rem;
    margin-top: 25px;
    font-family: "Open Sans", sans-serif;
    letter-spacing: .02em;
    font-weight: bold;
    display: inline-block; }
    #search-results .nav-previous:hover, #search-results .nav-next:hover {
      text-decoration: underline; }
  #search-results article {
    margin-bottom: 25px; }
  #search-results .entry-summary p {
    margin-bottom: 0; }

.wpcf7 {
  display: none;
  visibility: hidden;
  height: 0;
  overflow: hidden; }
  .wpcf7 * {
    display: none;
    visibility: hidden;
    height: 0;
    overflow: hidden; }

.output {
  clear: both;
  font-size: 3.2rem;
  font-family: "Frank Ruhl Libre", sans-serif;
  line-height: 1.3;
  letter-spacing: .02em;
  padding-top: 60px;
  display: block;
  position: relative; }

#section-404 {
  padding: 80px 0; }
  #section-404 h1 {
    font-family: "Frank Ruhl Libre", sans-serif;
    font-size: 3.25rem;
    margin-bottom: 20px;
    line-height: 1.3; }
    @media (max-width: 600px) {
      #section-404 h1 {
        font-size: 2.9rem; } }
    @media (max-width: 480px) {
      #section-404 h1 {
        font-size: 2.5rem; } }

.print-copyright {
  display: none; }

.blue-bar, .meta-row {
  display: none; }

@media print {
  .c-body-content .print-bg {
    display: block; }
  .c-body-content .quote {
    margin-left: 0; }
  .blue-bar {
    display: block;
    width: 100%;
    height: 32px;
    background-color: #042e5c;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-print-color-adjust: exact; }
  .meta-row {
    display: block;
    margin-bottom: 0;
    margin-top: 20px;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0; }
    .meta-row p {
      display: inline-block;
      font-size: 8px;
      font-family: "Helvetica", serif;
      line-height: 1; }
      .meta-row p:first-child {
        width: 27%;
        text-align: left; }
      .meta-row p:nth-child(2) {
        text-align: right;
        width: 27%; }
      .meta-row p:nth-child(3) {
        width: 20%;
        padding-left: 20px; }
      .meta-row p:last-child {
        width: 25%;
        text-align: right; }
  .print-copyright {
    display: block;
    page-break-after: avoid;
    margin-top: 30px; }
  #header .logo .print-logo {
    display: block; }
  .logo a {
    display: none; }
  html, body {
    border: 1px solid white;
    height: 99%;
    page-break-after: avoid;
    page-break-before: avoid; }
  .single-wealthinkingposts .page-break {
    page-break-after: avoid; }
  .single-wealthinkingposts div.clear, .single-wealthinkingposts #footer, .single-wealthinkingposts .menu-trigger, .single-wealthinkingposts .util-nav, .single-wealthinkingposts .subheader, .single-wealthinkingposts .vertical-nav, .single-wealthinkingposts .subscribe, .single-wealthinkingposts .right-cta, .single-wealthinkingposts .socials, .single-wealthinkingposts .back-link {
    display: none !important;
    height: 0;
    overflow: hidden; }
  .single-wealthinkingposts .logo {
    margin-bottom: 50px;
    margin-left: -2px; }
  .single-wealthinkingposts .c-header {
    padding: 0 0 25px 0; }
  .single-wealthinkingposts .print-pub-date {
    display: block;
    text-align: center;
    font-size: 8px;
    font-family: "Helvetica", serif;
    margin: 15px 0 5px; }
  .single-wealthinkingposts .c-body-content > .container {
    padding-top: 0;
    padding-bottom: 0; }
  .single-wealthinkingposts .c-body-content ul li, .single-wealthinkingposts .c-body-content ol li {
    list-style-type: disc;
    margin: 10px 0 10px 20px;
    padding-left: 0; }
    .single-wealthinkingposts .c-body-content ul li:before, .single-wealthinkingposts .c-body-content ol li:before {
      content: none; }
  .single-wealthinkingposts .copyright *:nth-child(n + 2) {
    display: none; }
  .single-wealthinkingposts .c-header h1 {
    font-family: "Helvetica", serif;
    font-size: 14px;
    font-weight: bold;
    color: #042e5c; }
  .single-wealthinkingposts .c-body-content p, .single-wealthinkingposts .c-body-content li {
    font-size: 11px;
    font-family: "Helvetica", serif;
    margin-bottom: 10px; } }

.lr-rl-alt {
  margin-bottom: 100px; }
  .lr-rl-alt .flex-large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 600px) {
      .lr-rl-alt .flex-large {
        display: block; } }
  .lr-rl-alt break {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 0px;
    height: 0px;
    overflow: hidden; }
    @media (max-width: 959px) {
      .lr-rl-alt break {
        display: none; } }
  .lr-rl-alt .person {
    position: relative;
    padding: 60px 3% 0;
    width: 25%;
    float: right;
    margin-right: 0; }
    @media (max-width: 959px) {
      .lr-rl-alt .person {
        width: 50%;
        float: right;
        margin-right: 0; } }
    @media (max-width: 767px) {
      .lr-rl-alt .person {
        width: 100%;
        float: right;
        margin-right: 0; } }
    .lr-rl-alt .person h2 {
      font-size: 18px;
      font-family: "Frank Ruhl Libre", sans-serif;
      letter-spacing: .02em;
      margin-bottom: 15px; }
    .lr-rl-alt .person h3 {
      font-family: "Open Sans", sans-serif;
      font-size: 15px;
      line-height: 3.5rem;
      letter-spacing: .02em;
      font-weight: bold;
      margin-top: -13px;
      margin-bottom: 0; }
    .lr-rl-alt .person h5 {
      font-family: "Open Sans", sans-serif;
      font-size: 2rem;
      line-height: 4rem;
      letter-spacing: .02em;
      font-weight: 500;
      margin-bottom: 0; }
    .lr-rl-alt .person p {
      margin-bottom: 15px; }
    .lr-rl-alt .person .holder {
      padding: 40px 15px 0; }
    .lr-rl-alt .person .btn {
      margin-top: 15px;
      display: none; }
      @media (max-width: 767px) {
        .lr-rl-alt .person .btn {
          display: inline-block; } }
    .lr-rl-alt .person .headshot img, .lr-rl-alt .person .pdfs img {
      border-radius: 50%;
      max-width: 100%;
      max-height: 100%;
      margin: 0 auto;
      display: block; }
      .lr-rl-alt .person .headshot img.comic, .lr-rl-alt .person .pdfs img.comic {
        opacity: .825; }
    .lr-rl-alt .person .headshot {
      position: relative; }
      .lr-rl-alt .person .headshot .read-more-overlay {
        position: absolute;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
        top: 0;
        left: 0;
        background-color: rgba(94, 128, 164, 0.7);
        color: white;
        border-radius: 50%;
        opacity: 0;
        -webkit-transition: opacity .3s 0s;
        transition: opacity .3s 0s;
        cursor: pointer; }
        .lr-rl-alt .person .headshot .read-more-overlay:hover {
          opacity: 1; }
        .lr-rl-alt .person .headshot .read-more-overlay span {
          font-size: 2.5rem;
          font-weight: bold;
          font-family: "Open Sans", sans-serif; }
    .lr-rl-alt .person .text .holder {
      text-align: center; }
    .lr-rl-alt .person:nth-child(odd) .headshot, .lr-rl-alt .person:nth-child(odd) .pdfs {
      z-index: 1;
      right: 0; }
    .lr-rl-alt .person:nth-child(even) .text {
      right: 0; }
  .lr-rl-alt.our-story h2 {
    border-top: 4px solid #234870;
    color: #234870;
    font-size: 35px;
    margin-bottom: 25px;
    padding-top: 65px; }
  .lr-rl-alt.our-story p {
    margin-bottom: 35px;
    max-width: 830px; }
  .lr-rl-alt.key-moments {
    padding: 75px 0;
    margin-bottom: 0; }
    .lr-rl-alt.key-moments ul li {
      font-family: "Open Sans", sans-serif;
      font-size: 1.9rem;
      margin-bottom: 30px;
      line-height: 1.5; }
      .lr-rl-alt.key-moments ul li:last-child {
        margin-bottom: 0; }
      .lr-rl-alt.key-moments ul li span {
        color: #234870;
        font-weight: bold; }
    .lr-rl-alt.key-moments h2 {
      font-size: 3rem;
      font-family: "Frank Ruhl Libre", sans-serif;
      letter-spacing: .02em;
      margin-bottom: 20px; }

.wealthtoughts-section img {
  max-width: 100%; }

.wealthtoughts-section h2 {
  font-size: 3.25rem;
  font-family: "Frank Ruhl Libre", sans-serif;
  letter-spacing: .02em;
  margin-bottom: 8px;
  line-height: 1.45; }

.wealthtoughts-section .text-wrap h2 {
  font-size: 2.6rem;
  color: #234870;
  margin: 25px 0 15px; }

.wealthtoughts-section article {
  margin-bottom: 100px;
  overflow: hidden; }

.wealthtoughts-section .published {
  margin: 0 0 15px;
  font-size: 1.5rem; }

.c-body-content .social-media, .c-body-content .print-article {
  color: #234870;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  font-family: "Frank Ruhl Libre", sans-serif;
  font-weight: bold; }
  .c-body-content .social-media img, .c-body-content .print-article img {
    width: 30px; }
  .c-body-content .social-media ul, .c-body-content .social-media li, .c-body-content .print-article ul, .c-body-content .print-article li {
    list-style-type: none;
    display: inline-block;
    margin: 0 10px 0;
    padding: 0;
    line-height: 1; }
    .c-body-content .social-media ul:before, .c-body-content .social-media li:before, .c-body-content .print-article ul:before, .c-body-content .print-article li:before {
      display: none; }
    .c-body-content .social-media ul a, .c-body-content .social-media li a, .c-body-content .print-article ul a, .c-body-content .print-article li a {
      display: inline-block; }
  .c-body-content .social-media li:first-child, .c-body-content .print-article li:first-child {
    margin-left: 15px; }

.c-body-content .print-article img {
  width: 25px; }

.c-body-content .print-article a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .c-body-content .print-article a span {
    margin-right: 15px; }
	
.mc4wp-alert, .mc4wp-success {
	color:#5e80a4;
}
