/*******************************************
GLOBAL
*******************************************/
.header-logo {
  height: 40px;
  margin-left: 1rem;
  margin-top: 0.5rem; }

#header {
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -webkit-box-shadow: 3px -6px 5px 6px #ccc;
  /* Firefox 3.5 - 3.6 */
  -moz-box-shadow: 3px -6px 5px 6px #ccc;
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  box-shadow: 3px -6px 5px 6px #ccc; }

#main {
  background-color: whitesmoke; }

.image-cover {
  object-fit: cover;
  width: 100%;
  max-height: 400px;
  margin-bottom: 1em; }

.image-fit-certificate img {
  height: 100px;
  margin: 0 1rem 0 1rem; }

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

.certificate-centered ul {
  display: inline-block;
  width: 100%; }

.certificate-list li {
  margin: 0 20px;
  font-size: 18px;
  display: inline-block; }

.centered-text {
  text-align: center;
  margin-bottom: 4rem;
  color: #333; }

.h3-special {
  font-size: 1.75em; }

footer a {
  text-decoration: none; }
  footer h2 {
    font-size: 1.5em;
    margin: 0 0 1em 0; }
  footer .fax {
    color: #fff; }
    footer .fax span {
      opacity: 0.75; }

h1, h2, h3, h4, h5, h6 {
  font-family: Garamond; }

.header-img-inner {
  position: relative;
  margin: 4rem 0; }

.header-img-inner .cover {
  object-fit: cover;
  width: 100%;
  height: 40vh;
  overflow: hidden; }

.centered-header {
  width: 80%;
  text-align: center;
  margin: auto; }

.full-width {
  width: 100%; }

.team {
  margin: 2rem 0; }

#addressfield {
  display: none; }

button[type="submit"] i.fa-pulse {
  display: none; }

#footer {
  /*******************************************
HOME PAGE
*******************************************/ }
  #footer .disclaimer {
    max-width: 1170px;
    margin: 0 auto 30px; }
    #footer .disclaimer p {
      line-height: 1.75;
      font-style: italic;
      color: rgba(255, 255, 255, 0.25);
      text-align: left; }

#two {
  background-color: whitesmoke; }

.stats > article {
  min-width: 25%;
  /*******************************************
PLANNING YOUR MONEY PAGE
*******************************************/
  /* CSS code for "readmore" */ }

.readmore__wrap {
  position: relative;
  overflow: hidden;
  -moz-transition: height 0.2s ease-in;
  -o-transition: height 0.2s ease-in;
  -webkit-transition: height 0.2s ease-in;
  transition: height 0.2s ease-in; }

.readmore__wrap:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  opacity: 1;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  -moz-transition: height 0.2s ease-in;
  -o-transition: height 0.2s ease-in;
  -webkit-transition: height 0.2s ease-in;
  transition: height 0.2s ease-in;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, whitesmoke));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), whitesmoke);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), whitesmoke);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), whitesmoke); }

.readmore__wrap--open:before {
  opacity: 0;
  height: 0; }

.readmore__link {
  text-decoration: none;
  /*   line-height: 20px; */
  color: #6ea12d;
  display: inline-block;
  margin-top: 0px; }

.readmore__link--hidden {
  display: none !important; }

.readmore__icon {
  display: inline-block;
  font-family: FontAwesome !important;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.readmore__icon:before {
  content: '\f107';
  padding-left: 10px;
  font-weight: bold; }

.readmore__icon--open:before {
  content: '\f106';
  padding-left: 10px;
  font-weight: bold; }

.accordian-image {
  max-width: 200px;
  float: right;
  margin-left: 2rem;
  border: 6px solid white;
  box-shadow: -10px 10px 20px #dedede; }

.examples {
  margin-bottom: 1rem;
  /*******************************************
ABOUT PAGE
*******************************************/ }

.staff-profiles {
  padding-top: 2rem;
  /*******************************************
SERVICES
*******************************************/ }

.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.flex > div {
  flex: 1 0 100%;
  padding: 2rem; }

.full {
  margin: 1rem 0;
  /*******************************************
BLOG PAGE
*******************************************/ }

.pagination {
  display: block;
  margin: 1em auto;
  margin-top: 6rem;
  text-align: center; }
  .pagination:after {
    content: '';
    clear: both; }

.pagination-button {
  padding: 1rem 1.5rem;
  border: 1px solid #e0e0e0;
  color: #333;
  cursor: pointer;
  transition: background 0.1s, color 0.1s; }
  .pagination-button.active {
    background-color: #ececec;
    color: #6ea12d; }

.pagination-button:hover {
  background-color: #6ea12d;
  color: white; }
  article.card {
    min-height: 300px;
    overflow: hidden; }

.card {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  color: #333;
  margin: 2rem 0;
  width: 100%;
  height: 20em; }

.card-image {
  display: block;
  -webkit-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  min-height: 240px;
  background-position: center;
  background-size: cover;
  background-color: #ccc;
  float: left;
  width: 400px;
  margin-right: 3rem; }

.card-content {
  display: block;
  -webkit-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 47%;
  margin: 0; }

.card-content {
  margin: 0;
  padding-bottom: 0; }

.card-date {
  font-size: 1.3rem;
  color: #aaa; }

.card-subtitle {
  font-family: open sans;
  font-size: 13px;
  text-transform: uppercase;
  color: #6ea12d;
  margin: 0;
  margin-bottom: 4px;
  padding: 0;
  font-weight: 400; }

.card-title {
  font-family: 'open sans';
  font-weight: 700;
  padding: 0;
  margin: 0;
  color: #333; }

.card-title a {
  color: #333;
  text-decoration: none;
  transition: all 500ms; }

.card-title a:hover {
  color: #6ea12d;
  text-decoration: none; }

.read-more a:hover {
  color: #6ea12d;
  text-decoration: none; }

.card-body {
  font-family: open sans;
  display: block; }

.read-more {
  margin-top: 1.5rem;
  height: 60px;
  text-align: right;
  color: #333;
  padding-right: 30px;
  font-weight: 700; }

.read-more a {
  color: #333;
  opacity: 0.6;
  text-decoration: none;
  font-size: 14px;
  /*******************************************
CONTACT PAGE
*******************************************/ }

.buttons-contact {
  display: block;
  background-color: transparent;
  color: #fff;
  min-width: 100%;
  margin-top: 1rem;
  /*******************************************
User Pages
*******************************************/ }

#progress {
  margin-bottom: 0.75rem; }
  #progress .bar {
    background-color: #82b43c;
    height: 1rem; }

.user-dash {
  background-color: #fff;
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.41);
  display: flex;
  margin: 10vh auto 0;
  max-width: 100%;
  padding: 4rem 4rem 2rem;
  width: 1100px; }
  .user-dash > div {
    width: 50%; }
  .user-dash a {
    font-weight: 600;
    text-decoration: none; }
  .user-dash h1 {
    font-size: 2.5rem; }
  .user-dash form {
    margin-bottom: 0; }
  .user-dash input {
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #5a5a5a;
    border-radius: 0;
    margin-bottom: 1.75rem;
    width: 100%; }
    .user-dash input::-webkit-input-placeholder {
      text-align: center; }
    .user-dash input::-moz-placeholder {
      text-align: center; }
    .user-dash input:-ms-input-placeholder {
      text-align: center; }
    .user-dash input:-moz-placeholder {
      text-align: center; }
  .user-dash .right {
    text-align: center; }
  .user-dash button.button {
    background-color: #82b43c;
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    color: #fff !important;
    cursor: pointer;
    margin-bottom: 1.75rem;
    max-width: 100%;
    position: relative;
    width: 200px; }
    .user-dash button.button input {
      cursor: pointer;
      margin: 0;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: 0; }
    .user-dash button.button ~ p:last-child {
      margin-bottom: 0; }
    .user-dash button.not-btn {
      border: 0 !important;
      padding: 0 !important; }
  .user-dash.login {
    width: 500px; }
    .user-dash.login > div {
      width: 100%; }
    .user-dash.login #forgotPassword {
      margin: 30px 0; }
    .user-dash.login #forgotPassword hr {
      margin: 0 0 30px; }
  .user-dash.register, .user-dash.dashboard.user-dash {
    padding: 0; }
    .user-dash.register .left, .user-dash.dashboard.user-dash .left {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 1.75rem 2rem; }
    .user-dash.register .left h1, .user-dash.dashboard.user-dash .left h1, .user-dash.register .left h2, .user-dash.dashboard.user-dash .left h2, .user-dash.register .left h3, .user-dash.dashboard.user-dash .left h3, .user-dash.register .left h4, .user-dash.dashboard.user-dash .left h4, .user-dash.register .left h5, .user-dash.dashboard.user-dash .left h5, .user-dash.register .left h6, .user-dash.dashboard.user-dash .left h6, .user-dash.register .left p, .user-dash.dashboard.user-dash .left p {
      color: #fff;
      font-weight: 600;
      line-height: 1.3; }
    .user-dash.register .right, .user-dash.dashboard.user-dash .right {
      padding: 2rem 3rem; }
  .user-dash.dashboard *, .user-dash.dashboard li {
    color: #5a5a5a !important; }
    .user-dash.dashboard .left {
      justify-content: flex-start !important; }
    .user-dash.dashboard .left form {
      margin-top: auto; }
      .user-dash.dashboard .left form .button {
        margin-bottom: 0.5rem; }
    .user-dash.dashboard .right input {
      text-align: center !important; }
    .user-dash.dashboard .actions {
      text-align: right !important; }

.document-select {
  position: relative;
  z-index: 2; }
  .document-select button {
    align-items: center;
    display: flex;
    justify-content: space-between;
    outline: 0;
    width: 100%; }
  .document-select input {
    border: 1px solid #5a5a5a;
    border-radius: 4px;
    margin-bottom: 0.25rem;
    padding: 1.25rem 3rem 1.25rem 1rem;
    text-align: left; }
    .document-select input::-webkit-input-placeholder {
      text-align: left; }
    .document-select input::-moz-placeholder {
      text-align: left; }
    .document-select input:-ms-input-placeholder {
      text-align: left; }
    .document-select input:-moz-placeholder {
      text-align: left; }
  .document-select ul {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 400px;
    overflow-y: auto;
    width: 100%; }
    .document-select ul li {
      border-top: 1px solid #5a5a5a;
      padding: 0; }
    .document-select ul li a {
      display: inline-block;
      padding: 1rem 0; }
    .document-select ul li:first-child {
      border-top: 0; }

.results {
  background-color: #fff;
  border: 1px solid #5a5a5a;
  border-top: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  display: none;
  padding: 1rem;
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(-11px);
  width: 100%; }

body.user section#main.wrapper {
  min-height: 100vh; }

#login-form .g-recaptcha {
  align-items: center;
  display: flex;
  justify-content: center;
  /*******************************************
MEDIA QUERIES
*******************************************/ }

@media screen and (max-width: 980px) {
  .header-logo {
    height: 30px;
    padding-top: 0.25rem;
    margin-left: 0.5rem; }

  .accordian-image {
    max-width: 120px;
    float: right;
    margin-left: 1rem;
    border: 3px solid white;
    box-shadow: -10px 10px 20px #dedede; }

  .card-image {
    display: none; }

  .pagination {
    display: block;
    margin: 1em auto;
    margin-bottom: 2rem;
    text-align: center; }

  .header-img-inner {
    margin: 2rem 0; }

  .header-img-inner .cover {
    height: 30vh; }

  .centered-header {
    width: 100%; }

  .flex > div {
    flex: 1 0 100%;
    padding: 2rem 0; }

  .full {
    width: 100%; }

  .card {
    height: auto; }

  .user-dash {
    flex-direction: column; }
    .user-dash > div {
      width: 100%; } }

@media screen and (max-width: 642px) {
  .user-dash {
    padding: 2rem 2rem 0.5rem; }
    .user-dash h3 {
      font-size: 2rem; } }

@media screen and (max-width: 480px) {
  .user-dash > div {
    padding: 1rem !important; }
    .user-dash h3 {
      font-size: 1.75rem; }
    .user-dash .button, .user-dash button {
      width: 100% !important; } }

.contact-heading {
  color: lightgrey;
  font-family: "source sans pro", sans-serif; }

.contact-icons {
  border-radius: 5px;
  letter-spacing: 1px; }

.contact-button {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
  color: #fff !important; }

.contact-icons a {
  color: darkgrey !important; }

.contact-icons li {
  color: darkgrey !important; }

.icon:before {
  color: lightgrey !important; }

.contact-success {
  margin: 5em auto;
  padding: 5em;
  background-color: #eee;
  height: auto; }

.contact-success-button {
  text-decoration: none;
  background-color: #82b43c;
  color: white !important;
  border: none;
  box-shadow: none; }

.contact-page-form {
  padding-top: 4.5em;
  margin: 0 auto; }

.contact-page-form h2 {
  letter-spacing: 2px; }

#map {
  height: 40vh;
  width: 90%;
  position: relative;
  background-color: #e5e3df;
  border-radius: 15px; }

html, body {
  height: 100%;
  margin: 0;
  padding: 0; }

.contact-landing {
  height: 100%;
  /*******************************
VIDEO WRAPPER
*******************************/ }

.video-wrapper {
  position: relative;
  /* 16:9 */
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0; }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.video-list .video-wrapper {
  margin-bottom: 2rem; }
  @media screen and (min-width: 980px) {
  .video-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .video-list .video {
      max-width: 48%;
      width: 100%; }
      .video-list .video:nth-child(odd):not(:last-child) {
        margin-right: 2%; } }
