body {
  background-color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  color: #6d6e71;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
img {
  -ms-interpolation-mode: bicubic;
}
ul {
  padding-left: 27px;
}
a:focus,
a:hover,
a:visited {
  text-decoration: none;
}
sup {
  font-size: 60%;
  top: -0.5em;
}
p#email-error {
  color: red;
  margin-top: 30px;
  text-align: center;
}
.wow {
  visibility: hidden;
}
.row {
  margin-left: 0;
  margin-right: 0;
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.opaque {
  opacity: 1;
  -o-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -khtml-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.no-gutter {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.table-container {
  display: table;
}
.table-container .table-row {
  height: 100%;
  display: table-row;
}
.table-container .table-row .table-col {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.hidden {
  display: none !important;
  -o-transition: display 0.5s;
  -moz-transition: display 0.5s;
  -khtml-transition: display 0.5s;
  -webkit-transition: display 0.5s;
  -ms-transition: display 0.5s;
  transition: display 0.5s;
}
.no-style {
  color: inherit;
  text-decoration: none;
  cursor: default;
}
.no-style:hover {
  color: inherit;
  text-decoration: none;
  cursor: default;
}
.asterisk {
  top: -0.1em;
  font-size: 85%;
}
.small-caps {
  font-size: 0.8em;
}
.disclaimer {
  font-size: 0.8em;
  padding-bottom: 7px;
}
.underline {
  text-decoration: underline !important;
}
.underline:hover {
  text-decoration: underline !important;
}
.no-underline {
  text-decoration: none !important;
}
.logo-cfp {
  background: url('../img/logo_cfp.png') no-repeat;
  width: 33px;
  display: inline-block;
  height: 15px;
  margin-left: 5px;
  background-size: 72%;
}
.no-padding {
  padding-left: 0px;
  padding-right: 0px;
}
.inline {
  display: inline-block;
}
.block {
  display: block;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.bold {
  font-weight: 800;
}
ul.no-style-li {
  padding-left: 0;
}
.no-style-li li {
  list-style-type: none !important;
}
.no-margin {
  margin: 0;
}
.padding-top {
  padding-top: 10px;
}
.padding-bottom {
  padding-bottom: 10px;
}
.margin-left {
  margin-left: 10px;
}
.margin-right {
  margin-right: 10px;
}
.dynamic-content-holder sup {
  font-size: 19px !important;
  top: 0!important;
}
.dynamic-content-holder a {
  color: #6cb33f;
  -o-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -khtml-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -ms-transition: color 0.5s;
  transition: color 0.5s;
  text-decoration: underline;
}
a.green-link {
  color: #6cb33f !important;
  text-decoration: none;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
a.gray-link {
  color: inherit !important;
  -o-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -khtml-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -ms-transition: color 0.5s;
  transition: color 0.5s;
}
a.green-link.active,
a.green-link:hover,
.dynamic-content-holder a:hover {
  color: #6d6e71 !important;
  text-decoration: underline;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
a.gray-link.active,
a.gray-link:hover {
  color: #6d6e71 !important;
  text-decoration: none;
}
.slow {
  -webkit-animation-duration: 1000ms;
  -moz-animation-duration: 1000ms;
  -ms-animation-duration: 1000ms;
  -webkit-animation-delay: 400ms;
  -moz-animation-delay: 400ms;
  -ms-animation-delay: 400ms;
}
.slower {
  -webkit-animation-duration: 2000ms;
  -moz-animation-duration: 2000ms;
  -ms-animation-duration: 2000ms;
  -webkit-animation-delay: 2000ms;
  -moz-animation-delay: 2000ms;
  -ms-animation-delay: 2000ms;
}
.quick {
  -webkit-animation-duration: 600ms;
  -moz-animation-duration: 600ms;
  -ms-animation-duration: 600ms;
  -webkit-animation-delay: 100ms;
  -moz-animation-delay: 100ms;
  -ms-animation-delay: 100ms;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell !important;
  vertical-align: middle;
  float: center;
}
.green {
  color: #6cb33f;
}
.semibold {
  font-weight: 600 !important;
}
#main-img .logo {
  background: url('../img/logo_mainspring_white.png') center center no-repeat;
  height: 120px;
  width: 100%;
  max-width: 550px;
  background-size: contain;
  display: block;
  margin: 0 auto;
}
#main-img .logo-wrapper {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
}
#main-img .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 60px 60px 60px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.heading h3 {
  font-family: 'Hind', sans-serif;
  font-size: 33px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1.1;
  color: #6d6e71;
  padding-top: 44px;
  text-align: center;
}
.subhead {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
  line-height: 1.2;
}
.heading hr {
  border-top: 2px solid #6cb33f;
  width: 0;
}
.heading hr.grow {
  width: 100px;
  -o-transition: width 1s;
  -moz-transition: width 1s;
  -khtml-transition: width 1s;
  -webkit-transition: width 1s;
  -ms-transition: width 1s;
  transition: width 1s;
}
.main-content {
  font-size: 14px;
  line-height: 1.7;
}
.main-content p {
  margin: 5px 0 10px;
}
.main-content.bottom {
  padding: 0 15px 60px 15px;
}
.narrow {
  width: 100%;
  max-width: 590px;
  margin: 0 auto;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes rotatecounterx {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-moz-keyframes rotatecounterx {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(-360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotatecounterx {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
#home-icon {
  width: 25px;
  height: auto;
}
/* Initializes the 'display-tablet' class to be invisible */
.display-tablet {
  display: none !important;
}
/* Use the media query to display the 'display-tablet' class from 1px above where the nav changes to mobile and the max-width of the tablet */
@media screen and (min-width: 781px) and (max-width: 1024px) {
  /* Now the <li> containing the repeated top-level nav item will display */
  .display-tablet {
    display: block !important;
  }
}
.nav-bar,
.wsmenu,
.mobile-sub,
.wsmenu-list > li > a {
  background-color: #6cb33f;
}
.wsmenu-list > li {
  vertical-align: middle;
}
.wsmenu-list > li > a,
.megacollink li a,
.wsmenu-submenu li a {
  text-transform: uppercase;
  font-size: 13px;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: 1px;
  -o-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -khtml-transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.wsmenu-list > li > a {
  line-height: 37px;
  color: #ffffff;
}
.wsmenu-list li:hover > a {
  -o-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -khtml-transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.megacollink li a,
.wsmenu-submenu li a {
  border-bottom: 1px solid transparent;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 400;
}
.wsmenu-list .megamenu li a:hover,
.wsmenu-submenu li a:hover,
.wsmenu-list .megamenu li a.active,
.wsmenu-submenu li a.active {
  color: #6cb33f !important;
  border-bottom: 1px solid #6cb33f;
  text-decoration: none;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.wsmenu-list > li > a#home-link.active,
.wsmenu-submenu li a:hover {
  background-color: transparent !important;
}
.wsmenu-list > li > a {
  border-right: none;
}
.megamenu,
.wsmenu-submenu {
  top: 37px;
}
.wsmenu-list > li > a#home-link:hover {
  background-color: transparent !important;
}
.mobile-sub .wsmenu-submenu li a:hover {
  text-decoration: none;
}
footer .top-half {
  -webkit-box-shadow: inset 0px 6px 15px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0px 6px 15px 0px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0px 6px 15px 0px rgba(0, 0, 0, 0.08);
  padding-bottom: 25px;
}
footer .logo-mainspring {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  padding: 35px 0 20px 0;
}
footer .green-pipe {
  color: #6cb33f;
  padding: 0 5px;
}
footer #split-contact-wrapper {
  width: 100%;
  max-width: 720px;
  margin: 14px auto;
}
footer .contact {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
}
footer #split-contact-wrapper .contact {
  border-left: 2px solid #DADADB;
  padding-left: 22px;
}
footer .contact.top {
  margin-bottom: 25px;
}
footer .logo-cox {
  max-width: 170px;
  margin-right: 42px;
}
footer .logo-rj {
  max-width: 170px;
  margin-right: 42px;
}
footer .green-bg {
  background-color: #6cb33f;
}
footer .disclosure {
  padding: 45px 0px 15px 0px;
  text-align: center;
  color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 11px;
  line-height: 1.5;
}
footer .wrapper {
  height: 90px;
}
footer .logo-cox,
footer .logo-rj {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
}
#home #main-img {
  background: url('../img/main_img_home.jpg') center center no-repeat;
  height: 310px;
  width: 100%;
  background-size: cover;
  position: relative;
}
#home .callouts-bg {
  background-color: #f2f2f2;
  margin-top: 30px;
  -webkit-box-shadow: inset 0px 6px 15px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0px 6px 15px 0px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0px 6px 15px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  position: relative;
}
#home .callouts-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
  position: relative;
}
#home .callouts-container .title {
  font-family: 'Hind', sans-serif;
  font-size: 27px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
#home .callouts-container .details {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  padding-top: 12px;
}
#home .callouts-container .callout {
  padding: 38px;
  color: #6d6e71;
  min-height: 226px;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
#home .callouts-container .col-md-4 {
  border-right: 2px solid #6cb33f;
  padding: 0;
}
#home .callouts-container .col-md-4:last-of-type {
  border-right: none;
}
#home .callouts-container .callout:hover {
  background-color: #6cb33f;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
#home .callouts-container .callout:hover .title {
  color: #ffffff;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
#home .callouts-container .callout:hover .details {
  color: rgba(255, 255, 255, 0.5);
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
#home .callouts-container .callout:hover .green {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 800;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
#home .callouts-container .callout:hover .bold-hover {
  color: #ffffff;
  font-weight: 800;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
#home .gear {
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation: rotate 30s linear infinite;
  -moz-animation: rotate 30s linear infinite;
}
#home .gear {
  background: url('../img/home_gear.png') center center no-repeat;
  position: absolute;
  width: 249px;
  height: 254px;
}
#home .gear.gear-01 {
  bottom: -195px;
}
#home .gear.gear-02 {
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -195px;
}
#home .gear.gear-03 {
  right: 0;
  bottom: -195px;
}
#home .bottom-bg {
  background: url('../img/home_slider_bg.jpg') center center no-repeat;
  min-height: 527px;
  width: 100%;
  background-size: cover;
}
#home .bottom-container .title h3 {
  font-family: 'Hind', sans-serif;
  font-size: 33px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1.1;
  text-align: center;
  color: #ffffff;
  padding-top: 42px;
}
#home .bottom-container hr {
  border-top: 2px solid #6cb33f;
  width: 0;
}
#home .bottom-container hr.grow {
  width: 100px;
  -o-transition: width 1s;
  -moz-transition: width 1s;
  -khtml-transition: width 1s;
  -webkit-transition: width 1s;
  -ms-transition: width 1s;
  transition: width 1s;
}
#home .bottom-container {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}
#home .bottom-container .main-content {
  color: #ffffff;
}
#home .slider-container {
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
  padding: 40px 0 30px 0;
}
#home .carousel-caption {
  position: relative;
  left: 0;
  right: 0;
  background-color: #f2f2f2;
  padding: 0;
  bottom: 0;
  top: 0;
  text-shadow: none;
}
#home .counter-wrapper {
  background-color: #6cb33f;
  height: 100%;
  font-family: 'Hind', sans-serif;
  font-weight: 300;
  width: 200px;
  padding: 0 30px;
}
#home .counter-wrapper .number {
  font-size: 64px;
  line-height: 1;
}
#home .counter-wrapper .hours {
  font-size: 20px;
  line-height: 1.4;
  text-transform: uppercase;
}
#home .carousel-caption .img-wrapper {
  width: 270px;
}
#home .carousel-caption .main-content {
  text-align: left;
  color: #6d6e71;
  font-size: 14px;
  padding: 0 30px;
}
#home .carousel-caption .green-pipe {
  color: #6cb33f;
  padding: 0 5px;
}
#home .carousel-control.left,
#home .carousel-control.right {
  background-image: none !important;
}
#home .glyphicon-chevron-left:before,
#home .glyphicon-chevron-right:before {
  content: "";
}
#home .carousel-caption .carousel-nav {
  color: #6cb33f;
  font-weight: 600;
  padding-top: 20px;
}
#home .carousel-caption .carousel-nav .next {
  cursor: pointer;
  padding-left: 5px;
  padding-right: 5px;
}
#home .carousel-caption .carousel-nav .prev {
  cursor: pointer;
  padding-left: 5px;
  padding-right: 5px;
}
#our-team #main-img {
  background: url('../img/main_img_our_team.jpg') center center no-repeat;
  height: 310px;
  width: 100%;
  background-size: cover;
  position: relative;
}
#who-we-serve #main-img {
  background: url('../img/main_img_who_we_serve.jpg') center center no-repeat;
  height: 310px;
  width: 100%;
  background-size: cover;
  position: relative;
}
#process #main-img {
  background: url('../img/main_img_process.jpg') center center no-repeat;
  height: 310px;
  width: 100%;
  background-size: cover;
  position: relative;
}
#values #main-img {
  background: url('../img/main_img_values.jpg') center center no-repeat;
  height: 310px;
  width: 100%;
  background-size: cover;
  position: relative;
}
#wealth #main-img {
  background: url('../img/main_img_wealth.jpg') center center no-repeat;
  height: 310px;
  width: 100%;
  background-size: cover;
  position: relative;
}
#investment #main-img {
  background: url('../img/main_img_wealth.jpg') center center no-repeat;
  height: 310px;
  width: 100%;
  background-size: cover;
  position: relative;
}
.timeline .panel-default > .panel-heading {
  width: 150px;
}
.timeline .wsmenucontainer {
  margin-bottom: 90px;
}
.timeline .vertical-scroll {
  height: 100px;
  float: left;
  width: 100px;
  position: absolute;
  left: 160px;
  z-index: 100;
}
.timeline .teaser {
  float: left;
}
.timeline .teaser img {
  max-width: 170px;
  border: 5px solid #6cb33f;
}
.teaser-container {
  float: right;
  width: 623px;
}
.grey-bar {
  background: url('../img/timeline_bg.png') center center repeat-y;
  margin: 0 auto;
  width: 20px;
  height: 100%;
}
.bar-icon-holder {
  background: url('../img/mainspring_icon.png') center center no-repeat;
  background-size: 100%;
  height: 40px;
  width: 40px;
  z-index: 100;
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.arrow-down {
  width: 0px;
  height: 0px;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 12px solid #6eb43f;
  z-index: 50;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.stuck {
  position: fixed;
  top: 50px;
  width: 100px;
}
#charity-gallery {
  margin-top: 25px;
}
.opp-wrapper {
  height: 200px;
  margin: 35px 0;
}
.opp-wrapper img {
  height: 200px;
  border: 5px solid #6cb33f;
}
.img-desc {
  font-size: 18px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#behind-the-scenes .img-desc {
  font-size: 15px;
  line-height: 1.5;
}
.read-more {
  margin-bottom: 20px;
}
.full-width {
  width: 100%;
}
.cox-logo {
  max-width: 200px;
}
.rj-logo {
  max-width: 300px;
  padding: 20px 0;
}
#our-team #team-wrapper {
  margin-bottom: 40px;
  margin-top: 35px;
}
#our-team #team-wrapper .member-wrapper {
  margin-bottom: 36px;
}
#our-team #team-wrapper .member-wrapper .details-wrapper,
#our-team #team-wrapper .member-wrapper .member-img {
  display: inline-block;
}
#our-team #team-wrapper .member-wrapper .details-wrapper {
  padding-left: 10px;
  position: relative;
  top: 21px;
}
#our-team #team-wrapper .member-wrapper .name {
  font-family: 'Hind', sans-serif;
  border-bottom: 2px solid #6cb33f;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.1;
  color: #6d6e71;
  padding-bottom: 2px;
  display: table-cell;
}
#our-team #team-wrapper .member-wrapper .title {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  padding-top: 6px;
  line-height: 1.1;
  color: #6d6e71;
}
#our-team .name {
  font-size: 27px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 300;
  border-bottom: 2px solid #6cb33f;
  display: inline;
  line-height: 1.5;
}
#our-team #bio-top-wrapper {
  padding-bottom: 55px;
}
#our-team #title {
  padding-top: 5px;
}
#our-team .social-wrapper {
  position: absolute;
  bottom: 0;
}
#our-team .social-wrapper .email-icon {
  background: url('../img/icon_email.jpg') center center no-repeat;
  height: 18px;
  width: 18px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
#our-team .social-wrapper .phone-icon {
  background: url('../img/icon_phone.jpg') center center no-repeat;
  height: 18px;
  width: 18px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
#our-team .member-img img {
  width: 75px;
}
#our-team .member-img-lg {
  width: 185px;
}
#our-team .social-wrapper .linkedin-icon {
  background: url('../img/icon_linkedin.jpg') center center no-repeat;
  height: 18px;
  width: 18px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
#our-team .social:nth-child(2) {
  padding: 5px 0;
}
#our-team #bio-right-wrapper {
  height: 195px;
}
#our-team .social a {
  color: #6d6e71;
  -o-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -khtml-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -ms-transition: color 0.5s;
  transition: color 0.5s;
}
#our-team .social a:hover {
  color: #6cb33f;
  -o-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -khtml-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -ms-transition: color 0.5s;
  transition: color 0.5s;
}
#our-team .callout {
  font-size: 22px;
  color: #6cb33f;
  font-style: italic;
  text-align: center;
  line-height: 1.3;
  padding-top: 65px;
}
#our-team .input-wrapper {
  display: block;
  padding-bottom: 15px;
}
#our-team .input-name {
  line-height: 1;
  padding-top: 9px;
  font-size: 14px;
}
#our-team .input-wrapper input {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #d5d5d5;
}
#our-team #bio-contact-bg {
  background-color: #f2f2f2;
  -webkit-box-shadow: inset 0px 6px 15px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0px 6px 15px 0px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0px 6px 15px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 18px;
  position: relative;
}
#our-team #bio-contact-bg .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 45px 45px 45px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#our-team #bio-contact-wrapper {
  padding: 60px 0 30px 0;
}
#our-team #bio-contact-wrapper button {
  background-color: #d5d5d5;
  border: none;
  color: #ffffff;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  -o-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -khtml-transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
#our-team #bio-contact-wrapper button:hover {
  background-color: #6cb33f;
  -o-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -khtml-transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
#our-team .input-wrapper input:focus {
  outline: none !important;
}
#mainspring-experience #gear-wrapper {
  padding: 60px 0;
}
#mainspring-experience .gear-container .title {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: 45%;
  font-family: 'Hind', sans-serif;
  line-height: 1.2;
  color: #6d6e71;
  text-transform: uppercase;
  letter-spacing: 3px;
  -o-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -khtml-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -ms-transition: color 0.5s;
  transition: color 0.5s;
}
#mainspring-experience .gear-container:hover > .title {
  color: #ffffff !important;
  -o-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -khtml-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -ms-transition: color 0.5s;
  transition: color 0.5s;
}
#mainspring-experience .gear.one {
  background: url('../img/mainspring_experience_gear_01.png') center center no-repeat;
  position: relative;
  width: 178px;
  height: 178px;
  -webkit-animation-name: rotatecounterx;
  -webkit-animation-duration: 21s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation: rotatecounterx 21s linear infinite;
  -moz-animation: rotatecounterx 21s linear infinite;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
#mainspring-experience .gear-container.one:hover > .gear.one {
  background: url('../img/mainspring_experience_gear_01_hover.png') center center no-repeat;
  position: relative;
  width: 178px;
  height: 178px;
  -webkit-animation-name: rotatecounterx;
  -webkit-animation-duration: 24s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation: rotatecounterx 24s linear infinite;
  -moz-animation: rotatecounterx 24s linear infinite;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
#mainspring-experience .gear.two {
  background: url('../img/mainspring_experience_gear_02.png') center center no-repeat;
  position: relative;
  width: 267px;
  height: 267px;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation: rotate 30s linear infinite;
  -moz-animation: rotate 30s linear infinite;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
#mainspring-experience .gear-container.two:hover > .gear.two {
  background: url('../img/mainspring_experience_gear_02_hover.png') center center no-repeat;
  position: relative;
  width: 267px;
  height: 267px;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 24s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation: rotate 24s linear infinite;
  -moz-animation: rotate 24s linear infinite;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
#mainspring-experience .gear.three {
  background: url('../img/mainspring_experience_gear_03.png') center center no-repeat;
  position: relative;
  width: 206px;
  height: 206px;
  -webkit-animation-name: rotatecounterx;
  -webkit-animation-duration: 24s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation: rotatecounterx 24s linear infinite;
  -moz-animation: rotatecounterx 24s linear infinite;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
#mainspring-experience .gear-container.three:hover > .gear.three {
  background: url('../img/mainspring_experience_gear_03_hover.png') center center no-repeat;
  position: relative;
  width: 206px;
  height: 206px;
  -webkit-animation-name: rotatecounterx;
  -webkit-animation-duration: 24s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation: rotatecounterx 24s linear infinite;
  -moz-animation: rotatecounterx 24s linear infinite;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
#mainspring-experience .gear.four {
  background: url('../img/mainspring_experience_gear_03.png') center center no-repeat;
  position: relative;
  width: 206px;
  height: 206px;
  -webkit-animation-name: rotatecounterx;
  -webkit-animation-duration: 24s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation: rotatecounterx 24s linear infinite;
  -moz-animation: rotatecounterx 24s linear infinite;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
#mainspring-experience .gear-container.four:hover > .gear.four {
  background: url('../img/mainspring_experience_gear_03_hover.png') center center no-repeat;
  position: relative;
  width: 206px;
  height: 206px;
  -webkit-animation-name: rotatecounterx;
  -webkit-animation-duration: 24s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation: rotatecounterx 24s linear infinite;
  -moz-animation: rotatecounterx 24s linear infinite;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
#mainspring-experience #main-img {
  background: url('../img/main_img_mainspring_experience.jpg') center center no-repeat;
  height: 310px;
  width: 100%;
  background-size: cover;
  position: relative;
}
#mainspring-experience .gear-container.one .title {
  font-size: 18px;
}
#mainspring-experience .gear-container.two .title {
  font-size: 27px;
}
#mainspring-experience .gear-container.three .title {
  font-size: 18px;
  top: 42% !important;
  left: 2% !important;
}
#mainspring-experience .gear-container.four .title {
  font-size: 18px;
  top: 42% !important;
  left: 2% !important;
}
#mainspring-experience .gear-container.one {
  position: relative;
  width: 178px;
  height: 178px;
  display: inline-block;
  vertical-align: top;
  left: 77px;
}
#mainspring-experience .gear-container.two {
  position: relative;
  width: 267px;
  height: 267px;
  display: inline-block;
  margin-top: 112px;
}
#mainspring-experience .gear-container.three {
  position: relative;
  width: 206px;
  height: 206px;
  display: inline-block;
  right: 13px;
  bottom: 68px;
}
#mainspring-experience .gear-container.four {
  position: relative;
  width: 206px;
  height: 206px;
  display: inline-block;
  right: 3px;
  bottom: 157px;
}
#mainspring-legacy {
  text-align: center;
  padding-bottom: 60px;
  width: 100%;
  max-width: 947px;
  margin: 0 auto;
}
#mainspring-legacy p {
  margin: 0 0 22px;
}
.accordion-wrapper {
  padding-top: 60px;
}
.accordion-wrapper .panel-title {
  font-family: 'Hind', sans-serif;
  font-size: 27px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 300;
  text-align: center;
  line-height: 1.2;
  border-right: 2px solid #6cb33f;
  padding: 20px 15px;
  margin-right: 15px;
}
.accordion-wrapper .panel-box {
  position: relative;
  background-color: #f2f2f2;
  -webkit-box-shadow: inset 0px 6px 15px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0px 6px 15px 0px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0px 6px 15px 0px rgba(0, 0, 0, 0.08);
  height: 0;
  -o-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -khtml-transition: height 0.5s;
  -webkit-transition: height 0.5s;
  -ms-transition: height 0.5s;
  transition: height 0.5s;
}
.accordion-wrapper .panel-box.active {
  height: 600px;
  -o-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -khtml-transition: height 0.5s;
  -webkit-transition: height 0.5s;
  -ms-transition: height 0.5s;
  transition: height 0.5s;
}
.accordion-wrapper .panel-text {
  display: none;
  padding: 20px 30px 20px 60px;
  opacity: 0;
}
.accordion-wrapper .panel-text.active {
  display: block;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.accordion-wrapper .more-less {
  color: #6cb33f;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  -o-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -khtml-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -ms-transition: color 0.5s;
  transition: color 0.5s;
}
.accordion-wrapper .more-less:hover {
  color: #6d6e71;
  -o-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -khtml-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -ms-transition: color 0.5s;
  transition: color 0.5s;
}
.accordion-wrapper .more-less span {
  font-size: 20px;
  padding: 0 5px;
  vertical-align: sub;
}
.panel-body .cog {
  position: absolute;
  left: 0;
  top: 20px;
  background: url('../img/accordion_cog.png') center center no-repeat;
  height: 179px;
  width: 33px;
  -o-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -khtml-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.collapse,
.collapsing {
  float: right;
  max-width: 563px;
  background-color: #f2f2f2;
  -webkit-box-shadow: inset 0px 6px 15px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0px 6px 15px 0px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0px 6px 15px 0px rgba(0, 0, 0, 0.08);
}
.teaser {
  max-width: 563px;
  float: right;
  display: inline-block;
}
.panel-default > .panel-heading {
  float: left;
  color: #6d6e71;
  width: 330px;
  display: inline-block;
  padding: 0 15px;
  background-color: transparent;
  border: none;
}
.panel-default {
  border: none;
}
.panel-group .panel {
  margin-bottom: 40px;
}
.panel {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-body {
  padding: 20px 30px 20px 60px;
  position: relative;
  min-height: 185px;
}
#process .step-container {
  padding-top: 60px;
}
#process .step-wrapper {
  margin-bottom: 20px;
}
#process hr {
  margin-top: 12px;
  margin-bottom: 12px;
  border-top: 2px solid #6cb33f;
  width: 60px;
}
#process .cog,
#process .step,
#process .details-wrapper {
  display: inline-block;
  vertical-align: top;
}
#process .cog.one {
  background: url('../img/process_gear_01.png') right center no-repeat;
  width: 81px;
  height: 173px;
}
#process .cog.two {
  background: url('../img/process_gear_02.png') right center no-repeat;
  width: 81px;
  height: 173px;
}
#process .cog.three {
  background: url('../img/process_gear_03.png') right center no-repeat;
  width: 81px;
  height: 173px;
}
#process .cog.four {
  background: url('../img/process_gear_04.png') right center no-repeat;
  width: 81px;
  height: 173px;
}
#process .cog.five {
  background: url('../img/process_gear_05.png') right center no-repeat;
  width: 81px;
  height: 173px;
}
#process .cog.six {
  background: url('../img/process_gear_06.png') right center no-repeat;
  width: 81px;
  height: 173px;
}
#process .title {
  font-size: 23px;
  font-family: 'Hind', sans-serif;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1.3;
}
#process .step {
  font-size: 27px;
  font-family: 'Hind', sans-serif;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 300;
  width: 100px;
  text-align: center;
  line-height: 1.2;
  padding-top: 46px;
  padding-right: 20px;
}
#process .details-wrapper {
  padding-left: 30px;
  padding-top: 20px;
  max-width: 700px;
}
#values #gear-wrapper {
  position: relative;
  height: 560px;
  width: 100%;
  max-width: 590px;
  margin: 40px auto;
}
#values .gear-container {
  position: absolute;
  height: 186px;
  width: 186px;
  cursor: pointer;
}
#values .gear-container.one {
  margin: 0 auto;
  left: 0;
  right: 0;
}
#values .gear-container .one {
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation: rotate 30s linear infinite;
  -moz-animation: rotate 30s linear infinite;
}
#values .gear-container.two {
  right: 31px;
  top: 57px;
}
#values .gear-container .two {
  -webkit-animation-name: rotatecounterx;
  -webkit-animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation: rotatecounterx 30s linear infinite;
  -moz-animation: rotatecounterx 30s linear infinite;
}
#values .gear-container.three {
  right: 0px;
  top: 234px;
}
#values .gear-container .three {
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation: rotate 30s linear infinite;
  -moz-animation: rotate 30s linear infinite;
}
#values .gear-container.four {
  right: 112px;
  bottom: 0;
}
#values .gear-container .four {
  -webkit-animation-name: rotatecounterx;
  -webkit-animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation: rotatecounterx 30s linear infinite;
  -moz-animation: rotatecounterx 30s linear infinite;
}
#values .gear-container.five {
  left: 112px;
  bottom: 0;
}
#values .gear-container .five {
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation: rotate 30s linear infinite;
  -moz-animation: rotate 30s linear infinite;
}
#values .gear-container.six {
  left: 0px;
  top: 234px;
}
#values .gear-container .six {
  -webkit-animation-name: rotatecounterx;
  -webkit-animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation: rotatecounterx 30s linear infinite;
  -moz-animation: rotatecounterx 30s linear infinite;
}
#values .gear-container.seven {
  left: 31px;
  top: 57px;
}
#values .gear-container .seven {
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation: rotate 30s linear infinite;
  -moz-animation: rotate 30s linear infinite;
}
#values .gear-container .title {
  font-family: 'Hind', sans-serif;
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: 300;
  width: 100%;
  max-width: 134px;
  margin: 0 auto;
  text-transform: uppercase;
  text-align: center;
  color: #6d6e71;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
}
#values .gear-container .gear.one,
#values .gear-container .gear.two,
#values .gear-container .gear.three,
#values .gear-container .gear.four,
#values .gear-container .gear.five,
#values .gear-container .gear.six,
#values .gear-container .gear.seven {
  background: url('../img/values_gear.png') center center no-repeat;
  height: 186px;
  width: 186px;
  background-size: 100%;
  position: absolute;
  -o-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -khtml-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -ms-transition: background 0.5s;
  transition: background 0.5s;
}
#values .gear-container.one:hover > .gear.one,
#values .gear-container.two:hover > .gear.two,
#values .gear-container.three:hover > .gear.three,
#values .gear-container.four:hover > .gear.four,
#values .gear-container.five:hover > .gear.five,
#values .gear-container.six:hover > .gear.six,
#values .gear-container.seven:hover > .gear.seven {
  background: url('../img/values_gear_active.png') center center no-repeat;
  background-size: 100%;
  height: 186px;
  width: 186px;
  position: absolute;
  -o-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -khtml-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -ms-transition: background 0.5s;
  transition: background 0.5s;
}
#values .gear-container.one:hover > .gear.one .title,
#values .gear-container.two:hover > .gear.two .title,
#values .gear-container.three:hover > .gear.three .title,
#values .gear-container.four:hover > .gear.four .title,
#values .gear-container.five:hover > .gear.five .title,
#values .gear-container.six:hover > .gear.six .title,
#values .gear-container.seven:hover > .gear.seven .title {
  color: #ffffff;
  -o-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -khtml-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -ms-transition: color 0.5s;
  transition: color 0.5s;
}
#values .center-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  width: 200px;
  margin: 0 auto;
  text-align: center;
}
#wealth .subhead {
  margin-bottom: 25px;
  margin-top: 35px;
}
#wealth .subhead:first-of-type {
  margin-top: 0;
}
#wealth #gear-wrapper {
  height: 505px;
  position: relative;
}
#wealth .gear-disclaimer {
  width: 100%;
  max-width: 424px;
  margin: 38px auto 86px auto;
  text-align: center;
  float: right;
  font-size: 12px;
}
#wealth .gear-container {
  position: absolute;
  cursor: pointer;
}
#wealth .gear-container .gear {
  position: relative;
}
#wealth .gear-container .title {
  font-family: 'Hind', sans-serif;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-transform: uppercase;
  text-align: center;
  color: #6d6e71;
  font-weight: 300;
  line-height: 1.2;
}
#wealth .gear-container.one:hover > .title,
#wealth .gear-container.two:hover > .title,
#wealth .gear-container.three:hover > .title,
#wealth .gear-container.four:hover > .title,
#wealth .gear-container.five:hover > .title,
#wealth .gear-container.six:hover > .title {
  color: #ffffff;
  -o-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -khtml-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -ms-transition: color 0.5s;
  transition: color 0.5s;
}
#wealth .gear-container.five:hover > .title {
  background-color: transparent;
  -o-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -khtml-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
#wealth .gear-container .gear.one {
  background: url('../img/wealth_gear_wealth_manager.png') center center no-repeat;
  background-size: 100%;
  -webkit-animation-name: rotatecounterx;
  -webkit-animation-duration: 43s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation: rotatecounterx 43s linear infinite;
  -moz-animation: rotatecounterx 43s linear infinite;
  -o-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -khtml-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -ms-transition: background 0.5s;
  transition: background 0.5s;
}
#wealth .gear-container.one:hover > .gear.one {
  background: url('../img/wealth_gear_wealth_manager_active.png') center center no-repeat;
  background-size: 100%;
  -webkit-animation-name: rotatecounterx;
  -webkit-animation-duration: 43s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation: rotatecounterx 43s linear infinite;
  -moz-animation: rotatecounterx 43s linear infinite;
  -o-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -khtml-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -ms-transition: background 0.5s;
  transition: background 0.5s;
}
#wealth .gear-container .gear.two {
  background: url('../img/wealth_gear_wealth_transfer.png') center center no-repeat;
  background-size: 100%;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 25s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation: rotate 25s linear infinite;
  -moz-animation: rotate 25s linear infinite;
  -o-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -khtml-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -ms-transition: background 0.5s;
  transition: background 0.5s;
}
#wealth .gear-container.two:hover > .gear.two {
  background: url('../img/wealth_gear_wealth_transfer_active.png') center center no-repeat;
  background-size: 100%;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 25s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation: rotate 25s linear infinite;
  -moz-animation: rotate 25s linear infinite;
  -o-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -khtml-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -ms-transition: background 0.5s;
  transition: background 0.5s;
}
#wealth .gear-container .gear.three {
  background: url('../img/wealth_gear_charitible_giving.png') center center no-repeat;
  background-size: 100%;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 24.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation: rotate 25s linear infinite;
  -moz-animation: rotate 25s linear infinite;
  -o-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -khtml-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -ms-transition: background 0.5s;
  transition: background 0.5s;
}
#wealth .gear-container.three:hover > .gear.three {
  background: url('../img/wealth_gear_charitible_giving_active.png') center center no-repeat;
  background-size: 100%;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 24.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation: rotate 24.5s linear infinite;
  -moz-animation: rotate 24.5s linear infinite;
  -o-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -khtml-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -ms-transition: background 0.5s;
  transition: background 0.5s;
}
#wealth .gear-container .gear.four {
  background: url('../img/wealth_gear_preservation.png') center center no-repeat;
  background-size: 100%;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 24.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation: rotate 24.5s linear infinite;
  -moz-animation: rotate 24.5s linear infinite;
  -o-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -khtml-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -ms-transition: background 0.5s;
  transition: background 0.5s;
}
#wealth .gear-container.four:hover > .gear.four {
  background: url('../img/wealth_gear_preservation_active.png') center center no-repeat;
  background-size: 100%;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 24.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation: rotate 24s linear infinite;
  -moz-animation: rotate 24s linear infinite;
  -o-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -khtml-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -ms-transition: background 0.5s;
  transition: background 0.5s;
}
#wealth .gear-container .gear.five {
  background: url('../img/wealth_gear_wealth_protection.png') center center no-repeat;
  background-size: 100%;
  -webkit-animation-name: rotatecounterx;
  -webkit-animation-duration: 24.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation: rotatecounterx 24.5s linear infinite;
  -moz-animation: rotatecounterx 24.5s linear infinite;
  -o-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -khtml-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -ms-transition: background 0.5s;
  transition: background 0.5s;
}
#wealth .gear-container.five:hover > .gear.five {
  background: url('../img/wealth_gear_wealth_protection_active.png') center center no-repeat;
  background-size: 100%;
  -webkit-animation-name: rotatecounterx;
  -webkit-animation-duration: 24.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation: rotatecounterx 24.5s linear infinite;
  -moz-animation: rotatecounterx 24.5s linear infinite;
  -o-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -khtml-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -ms-transition: background 0.5s;
  transition: background 0.5s;
}
#wealth .gear-container .gear.six {
  background: url('../img/wealth_gear_liquidity.png') center center no-repeat;
  background-size: 100%;
  -webkit-animation-name: rotatecounterx;
  -webkit-animation-duration: 26.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation: rotatecounterx 26.5s linear infinite;
  -moz-animation: rotatecounterx 26.5s linear infinite;
  -o-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -khtml-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -ms-transition: background 0.5s;
  transition: background 0.5s;
}
#wealth .gear-container.six:hover > .gear.six {
  background: url('../img/wealth_gear_liquidity_active.png') center center no-repeat;
  background-size: 100%;
  -webkit-animation-name: rotatecounterx;
  -webkit-animation-duration: 26.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation: rotatecounterx 26.5s linear infinite;
  -moz-animation: rotatecounterx 26.5s linear infinite;
  -o-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -khtml-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -ms-transition: background 0.5s;
  transition: background 0.5s;
}
#wealth .gear-container.one,
#wealth .gear-container .gear.one {
  height: 242px;
  width: 242px;
}
#wealth .gear-container.one {
  right: 160px;
}
#wealth .gear-container.one .title {
  font-size: 27px;
  letter-spacing: 3px;
  top: 39%;
  width: 242px;
}
#wealth .gear-container.two,
#wealth .gear-container .gear.two {
  height: 124px;
  width: 124px;
}
#wealth .gear-container.two {
  right: 43px;
  top: 52px;
}
#wealth .gear-container.two .title {
  font-size: 14px;
  letter-spacing: 1px;
  top: 39%;
  width: 124px;
}
#wealth .gear-container.three {
  right: 91px;
  top: 193px;
}
#wealth .gear-container.three,
#wealth .gear-container .gear.three {
  height: 145px;
  width: 145px;
}
#wealth .gear-container.three .title {
  font-size: 14px;
  letter-spacing: 1px;
  top: 43%;
  width: 97px;
}
#wealth .gear-container.four {
  right: 259px;
  top: 227px;
}
#wealth .gear-container.four,
#wealth .gear-container .gear.four {
  height: 150px;
  width: 150px;
}
#wealth .gear-container.four .title {
  font-size: 14px;
  letter-spacing: 1px;
  top: 43%;
  width: 105px;
}
#wealth .gear-container.five {
  right: 318px;
  top: 356px;
}
#wealth .gear-container.five,
#wealth .gear-container .gear.five {
  height: 144px;
  width: 144px;
}
#wealth .gear-container.five .title {
  font-size: 14px;
  letter-spacing: 1px;
  top: 36%;
  width: 97px;
  padding: 5px 0;
  -o-transition: background-color 0.7s;
  -moz-transition: background-color 0.7s;
  -khtml-transition: background-color 0.7s;
  -webkit-transition: background-color 0.7s;
  -ms-transition: background-color 0.7s;
  transition: background-color 0.7s;
}
#wealth .gear-container.six {
  right: 163px;
  top: 315px;
}
#wealth .gear-container.six,
#wealth .gear-container .gear.six {
  height: 130px;
  width: 130px;
}
#wealth .gear-container.six .title {
  font-size: 14px;
  letter-spacing: 1px;
  top: 46%;
  width: 105px;
}
#investment .subhead {
  margin-bottom: 25px;
  margin-top: 35px;
}
#investment .subhead:first-of-type {
  margin-top: 0;
}
#investment #gear-wrapper {
  height: 505px;
  position: relative;
}
#investment .gear-disclaimer {
  width: 100%;
  max-width: 424px;
  margin: 38px auto 86px auto;
  text-align: center;
  float: right;
  font-size: 12px;
}
#investment .gear-container {
  position: absolute;
  cursor: pointer;
}
#investment .gear-container .gear {
  position: relative;
}
#investment .gear-container .title {
  font-family: 'Hind', sans-serif;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-transform: uppercase;
  text-align: center;
  color: #6d6e71;
  font-weight: 300;
  line-height: 1.2;
}
#investment .gear-container.one:hover > .title,
#investment .gear-container.two:hover > .title,
#investment .gear-container.three:hover > .title,
#investment .gear-container.four:hover > .title,
#investment .gear-container.five:hover > .title,
#investment .gear-container.six:hover > .title {
  color: #ffffff;
  -o-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -khtml-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -ms-transition: color 0.5s;
  transition: color 0.5s;
}
#investment .gear-container.five:hover > .title {
  background-color: transparent;
  -o-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -khtml-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
#investment .gear-container .gear.one {
  background: url('../img/wealth_gear_wealth_manager.png') center center no-repeat;
  background-size: 100%;
  -webkit-animation-name: rotatecounterx;
  -webkit-animation-duration: 43s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation: rotatecounterx 43s linear infinite;
  -moz-animation: rotatecounterx 43s linear infinite;
  -o-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -khtml-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -ms-transition: background 0.5s;
  transition: background 0.5s;
}
#investment .gear-container.one:hover > .gear.one {
  background: url('../img/wealth_gear_wealth_manager_active.png') center center no-repeat;
  background-size: 100%;
  -webkit-animation-name: rotatecounterx;
  -webkit-animation-duration: 43s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation: rotatecounterx 43s linear infinite;
  -moz-animation: rotatecounterx 43s linear infinite;
  -o-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -khtml-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -ms-transition: background 0.5s;
  transition: background 0.5s;
}
#investment .gear-container .gear.two {
  background: url('../img/wealth_gear_wealth_transfer.png') center center no-repeat;
  background-size: 100%;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 25s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation: rotate 25s linear infinite;
  -moz-animation: rotate 25s linear infinite;
  -o-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -khtml-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -ms-transition: background 0.5s;
  transition: background 0.5s;
}
#investment .gear-container.two:hover > .gear.two {
  background: url('../img/wealth_gear_wealth_transfer_active.png') center center no-repeat;
  background-size: 100%;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 25s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation: rotate 25s linear infinite;
  -moz-animation: rotate 25s linear infinite;
  -o-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -khtml-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -ms-transition: background 0.5s;
  transition: background 0.5s;
}
#investment .gear-container .gear.three {
  background: url('../img/wealth_gear_charitible_giving.png') center center no-repeat;
  background-size: 100%;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 24.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation: rotate 25s linear infinite;
  -moz-animation: rotate 25s linear infinite;
  -o-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -khtml-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -ms-transition: background 0.5s;
  transition: background 0.5s;
}
#investment .gear-container.three:hover > .gear.three {
  background: url('../img/wealth_gear_charitible_giving_active.png') center center no-repeat;
  background-size: 100%;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 24.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation: rotate 24.5s linear infinite;
  -moz-animation: rotate 24.5s linear infinite;
  -o-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -khtml-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -ms-transition: background 0.5s;
  transition: background 0.5s;
}
#investment .gear-container .gear.four {
  background: url('../img/wealth_gear_preservation.png') center center no-repeat;
  background-size: 100%;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 24.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation: rotate 24.5s linear infinite;
  -moz-animation: rotate 24.5s linear infinite;
  -o-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -khtml-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -ms-transition: background 0.5s;
  transition: background 0.5s;
}
#investment .gear-container.four:hover > .gear.four {
  background: url('../img/wealth_gear_preservation_active.png') center center no-repeat;
  background-size: 100%;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 24.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation: rotate 24s linear infinite;
  -moz-animation: rotate 24s linear infinite;
  -o-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -khtml-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -ms-transition: background 0.5s;
  transition: background 0.5s;
}
#investment .gear-container .gear.five {
  background: url('../img/wealth_gear_wealth_protection.png') center center no-repeat;
  background-size: 100%;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 24.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation: rotate 24.5s linear infinite;
  -moz-animation: rotate 24.5s linear infinite;
  -o-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -khtml-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -ms-transition: background 0.5s;
  transition: background 0.5s;
}
#investment .gear-container.five:hover > .gear.five {
  background: url('../img/wealth_gear_wealth_protection_active.png') center center no-repeat;
  background-size: 100%;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 24.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation: rotate 24.5s linear infinite;
  -moz-animation: rotate 24.5s linear infinite;
  -o-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -khtml-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -ms-transition: background 0.5s;
  transition: background 0.5s;
}
#investment .gear-container .gear.six {
  background: url('../img/wealth_gear_wealth_protection.png') center center no-repeat;
  background-size: 100%;
  -webkit-animation-name: rotatecounterx;
  -webkit-animation-duration: 24.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation: rotatecounterx 24.5s linear infinite;
  -moz-animation: rotatecounterx 24.5s linear infinite;
  -o-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -khtml-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -ms-transition: background 0.5s;
  transition: background 0.5s;
}
#investment .gear-container.six:hover > .gear.six {
  background: url('../img/wealth_gear_wealth_protection_active.png') center center no-repeat;
  background-size: 100%;
  -webkit-animation-name: rotatecounterx;
  -webkit-animation-duration: 24.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation: rotatecounterx 24.5s linear infinite;
  -moz-animation: rotatecounterx 24.5s linear infinite;
  -o-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -khtml-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -ms-transition: background 0.5s;
  transition: background 0.5s;
}
#investment .gear-container .gear.seven {
  background: url('../img/wealth_gear_wealth_protection.png') center center no-repeat;
  background-size: 100%;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 24.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation: rotate 24.5s linear infinite;
  -moz-animation: rotate 24.5s linear infinite;
  -o-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -khtml-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -ms-transition: background 0.5s;
  transition: background 0.5s;
}
#investment .gear-container.seven:hover > .gear.seven {
  background: url('../img/wealth_gear_wealth_protection_active.png') center center no-repeat;
  background-size: 100%;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 24.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation: rotate 24.5s linear infinite;
  -moz-animation: rotate 24.5s linear infinite;
  -o-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -khtml-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -ms-transition: background 0.5s;
  transition: background 0.5s;
}
#investment .gear-container.one,
#investment .gear-container .gear.one {
  height: 242px;
  width: 242px;
}
#investment .gear-container.one {
  right: 83px;
}
#investment .gear-container.one .title {
  font-size: 18px;
  letter-spacing: 3px;
  top: 39%;
  width: 242px;
}
#investment .gear-container.two,
#investment .gear-container .gear.two {
  height: 124px;
  width: 124px;
}
#investment .gear-container.two {
  right: 10px;
  top: -57px;
}
#investment .gear-container.two .title {
  font-size: 14px;
  letter-spacing: 1px;
  top: 33%;
  width: 91px;
  text-align: center;
}
#investment .gear-container.three {
  right: 301px;
  top: -35px;
}
#investment .gear-container.three,
#investment .gear-container .gear.three {
  height: 145px;
  width: 145px;
}
#investment .gear-container.three .title {
  font-size: 13px;
  letter-spacing: 1px;
  top: 46%;
  width: 88px;
  text-align: center;
}
#investment .gear-container.four {
  right: 180px;
  top: 229px;
}
#investment .gear-container.four,
#investment .gear-container .gear.four {
  height: 150px;
  width: 150px;
}
#investment .gear-container.four .title {
  font-size: 14px;
  letter-spacing: 1px;
  top: 45%;
  width: 105px;
  text-align: center;
}
#investment .gear-container.five {
  right: 5px;
  top: 185px;
}
#investment .gear-container.five,
#investment .gear-container .gear.five {
  height: 144px;
  width: 144px;
}
#investment .gear-container.five .title {
  font-size: 14px;
  letter-spacing: 1px;
  top: 36%;
  width: 97px;
  padding: 5px 0;
  -o-transition: background-color 0.7s;
  -moz-transition: background-color 0.7s;
  -khtml-transition: background-color 0.7s;
  -webkit-transition: background-color 0.7s;
  -ms-transition: background-color 0.7s;
  transition: background-color 0.7s;
}
#investment .gear-container.six {
  right: 295px;
  top: 315px;
}
#investment .gear-container.six,
#investment .gear-container .gear.six {
  height: 144px;
  width: 144px;
}
#investment .gear-container.six .title {
  font-size: 14px;
  letter-spacing: 1px;
  top: 36%;
  width: 97px;
  padding: 5px 0;
  -o-transition: background-color 0.7s;
  -moz-transition: background-color 0.7s;
  -khtml-transition: background-color 0.7s;
  -webkit-transition: background-color 0.7s;
  -ms-transition: background-color 0.7s;
  transition: background-color 0.7s;
}
#investment .gear-container.seven {
  right: 301px;
  top: 125px;
}
#investment .gear-container.seven,
#investment .gear-container .gear.seven {
  height: 144px;
  width: 144px;
}
#investment .gear-container.seven .title {
  font-size: 14px;
  letter-spacing: 1px;
  top: 36%;
  width: 97px;
  padding: 5px 0;
  -o-transition: background-color 0.7s;
  -moz-transition: background-color 0.7s;
  -khtml-transition: background-color 0.7s;
  -webkit-transition: background-color 0.7s;
  -ms-transition: background-color 0.7s;
  transition: background-color 0.7s;
}
.dynamic-content h2 {
  font-size: 16px;
}
.dynamic-content h1 {
  font-size: 20px;
}
#btnSubmitSimpleCap {
  margin-top: 16px;
  color: #ffffff !important;
  background-color: #6cb33f !important;
}
div#aboutrjCommercial {
  width: 40%;
  float: right;
  text-align: center;
  font-size: 13px;
  border: 1px solid #e0ddc7;
  padding: 10px;
  margin-left: 25px;
}
div#videoContainer {
  text-align: center;
  margin: 10px auto;
}
.dynamic-content ul:first-of-type {
  width: 50%;
}
#milestone {
  float: none !important;
  width: 100% !important;
  padding: 0px !important;
  border-left: none !important;
}
.contact-form-holder {
  clear: both;
  padding-top: 30px;
}
@media only screen and (max-width: 1279px) {
  
}
@media only screen and (max-width: 1199px) {
  #our-team #bio-right-wrapper {
    padding-left: 35px;
  }
  .teaser-container {
    width: 505px;
  }
}
@media only screen and (min-width: 1025px) {
  .wsmenu-list li:hover .wsmenu-submenu,
  .wsmenu-list li:hover > .megamenu {
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }
  .wsmenu-list li .wsmenu-submenu,
  .wsmenu-list li > .megamenu {
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }
}
@media only screen and (max-width: 1024px) {
  #home .callouts-container .callout {
    min-height: 266px;
  }
  #mainspring-experience .gear-container.one {
    left: 9px;
  }
  #mainspring-experience .gear-container.two {
    margin-left: -65px;
  }
  #mainspring-experience .gear-container.three {
    right: 9px;
  }
  .timeline .vertical-scroll {
    width: 50px;
  }
  .timeline .teaser {
    max-width: 500px;
  }
  .timeline .teaser-container {
    width: 505px;
  }
  .stuck {
    width: 50px;
  }
  .collapse,
  .collapsing {
    max-width: 390px;
  }
  .teaser {
    max-width: 390px;
  }
  #process .details-wrapper {
    max-width: 540px;
  }
  #wealth .gear-disclaimer {
    float: none;
  }
  #wealth #gear-wrapper {
    width: 505px;
    margin: 0 auto;
  }
  #wealth .gear-disclaimer {
    margin: 28px auto 38px auto;
  }
  #investment .gear-disclaimer {
    float: none;
  }
  #investment #gear-wrapper {
    width: 505px;
    margin: 0 auto;
  }
  #investment .gear-disclaimer {
    margin: 28px auto 38px auto;
  }
  #mainspring-experience .gear-container.four {
    right: 68px;
  }
}
@media only screen and (max-width: 991px) {
  #our-team #bio-right-wrapper {
    padding-left: 0;
  }
  #our-team #bio-top-wrapper {
    padding-bottom: 36px;
  }
  #our-team #bio-right-wrapper {
    height: auto;
    padding-top: 16px;
  }
  #our-team .social-wrapper {
    position: relative;
    padding-top: 13px;
  }
  #frmContact input,
  #frmContact select,
  #frmContact textarea {
    border: 1px solid #6d6e71;
    width: 100%;
  }
  .timeline .teaser-container {
    width: 434px;
  }
}
@media only screen and (max-width: 768px) {
  #main-img {
    top: 30px;
  }
  .animated-arrow.menuopen span:before,
  .animated-arrow.active span:after {
    top: 0;
  }
  .animated-arrow.menuopen span:after {
    bottom: 0;
  }
  #home-icon {
    display: none;
  }
  .animated-arrow {
    margin: 0;
    padding: 14px 35px 16px 10px;
    background-color: #6cb33f;
    width: 100%;
  }
  .nav-bar,
  .wsmenu,
  .mobile-sub,
  .wsmenu-list > li > a {
    color: #ffffff !important;
  }
  .wsmenu > .wsmenu-list > li > a {
    border-bottom-color: rgba(255, 255, 255, 0.25);
    line-height: 15px;
  }
  .megamenu > ul > li > a,
  .mobile-sub .wsmenu-submenu li a {
    line-height: 15px;
    padding: 5px 15px !important;
  }
  .wsmenu-click i {
    color: rgba(255, 255, 255, 0.5);
    margin-top: 6px;
  }
  .megacollink {
    margin: 0 !important;
  }
  .wsmenu-list > li > a#home-link.active {
    background-color: rgba(0, 0, 0, 0.08) !important;
  }
  #home .callouts-container .callout {
    padding: 18px;
  }
  #home .gear.gear-02 {
    top: -205px;
  }
  #home .gear.gear-01,
  #home .gear.gear-03 {
    bottom: -205px;
  }
  #home .carousel-caption .carousel-nav {
    padding-top: 5px;
  }
  #home .carousel-caption .main-content {
    padding: 20px;
  }
  #home .carousel-caption .img-wrapper {
    width: 265px;
  }
  #home .counter-wrapper {
    width: 166px;
  }
  #home .counter-wrapper .number {
    font-size: 54px;
  }
  #home .counter-wrapper .hours {
    font-size: 18px;
  }
  #home .carousel-caption .main-content {
    line-height: 1.5;
    padding: 15px;
  }
  .timeline .wsmenucontainer {
    margin-bottom: 260px;
  }
  .timeline .panel-default > .panel-heading {
    width: 140px;
  }
  .teaser-container {
    float: right;
    width: 490px;
  }
  .timeline .teaser {
    max-width: 400px;
    margin-top: 10px;
  }
  .timeline .vertical-scroll {
    height: 100px;
    float: left;
    width: 40px;
    position: absolute;
    left: -10px;
    z-index: 100;
  }
  .timeline .panel {
    margin-left: 20px;
  }
  .stuck {
    width: 0px;
  }
  #our-team #team-wrapper .member-wrapper .details-wrapper {
    max-width: 130px;
  }
  #our-team #team-wrapper .member-wrapper .details-wrapper {
    top: 0;
    vertical-align: top;
  }
  .opp-wrapper .float-right,
  .opp-wrapper .float-left {
    clear: both;
    float: none;
  }
  .opp-wrapper {
    height: auto;
  }
  .opp-wrapper img {
    height: auto;
    margin: 0 auto;
  }
  .img-desc {
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: center;
  }
  #mainspring-experience #gear-wrapper {
    padding: 60px 40px;
  }
  #mainspring-experience .gear-container.four {
    right: -3px;
    bottom: 62px;
  }
  .panel-default > .panel-heading {
    width: 290px;
  }
  .accordion-wrapper .panel-title {
    font-size: 24px;
  }
  .collapse,
  .collapsing {
    max-width: 370px;
  }
  .teaser {
    max-width: 370px;
  }
  #process .details-wrapper {
    max-width: 470px;
  }
  #process .title {
    font-size: 20px;
  }
  footer .logo-rj,
  footer .logo-cox {
    margin-right: 20px;
  }
  footer #split-contact-wrapper {
    max-width: 690px;
  }
}
@media only screen and (max-width: 480px) {
  #main-img .logo {
    height: 55px;
  }
  #main-img .triangle {
    border-width: 0 30px 30px 30px;
  }
  #main-img {
    height: 190px !important;
  }
  .heading h3 {
    font-size: 23px;
  }
  .subhead {
    font-size: 16px;
  }
  .main-content.bottom {
    padding: 0 0 40px 0;
  }
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    padding-left: 5px;
    padding-right: 5px;
  }
  #home .callouts-container .details {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
  #home .callouts-container .callout {
    min-height: 100%;
  }
  #home .gear.gear-01 {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #home .callouts-container .col-md-4 {
    border-right: none;
  }
  #home .gear.gear-03 {
    display: none;
  }
  #home .callouts-container .details {
    padding-top: 0;
  }
  #home .carousel-caption .counter-wrapper.table-col,
  #home .carousel-caption .img-wrapper.table-col,
  #home .carousel-caption .main-content.table-col {
    display: block;
  }
  #home .carousel-caption .counter-wrapper,
  #home .carousel-caption .main-content,
  #home .carousel-caption .img-wrapper {
    width: 100%;
  }
  #home .carousel-caption .counter-wrapper {
    padding: 20px 0;
  }
  #home .carousel-caption .main-content {
    padding: 20px;
  }
  #home .slider-container {
    padding: 20px 0 30px 0;
  }
  .teaser-container {
    float: none;
    width: auto;
  }
  .timeline .panel {
    margin-left: 40px;
  }
  .timeline .teaser {
    margin-top: 10px;
  }
  #our-team #team-wrapper .member-wrapper .details-wrapper {
    max-width: 180px;
  }
  #our-team #main-content-wrapper {
    padding: 0;
  }
  #our-team .name {
    font-size: 20px;
  }
  #our-team .member-img-lg {
    width: auto;
    margin: 0 auto;
  }
  #our-team .input-wrapper input {
    padding-top: 8px;
  }
  #mainspring-experience #gear-wrapper {
    padding: 15px 0;
    width: 100%;
    max-width: 289px;
    margin: 0 auto;
  }
  #mainspring-experience .gear-container.two {
    top: -6px;
  }
  #mainspring-experience .gear-container.three {
    bottom: 12px;
  }
  #mainspring-experience .gear-container.four {
    bottom: 12px;
  }
  #mainspring-experience .gear.one {
    left: 0;
  }
  #mainspring-experience .gear.one,
  #mainspring-experience .gear-container.one:hover > .gear.one,
  #mainspring-experience .gear-container.one {
    width: 78px;
    height: 78px;
    background-size: 100%;
  }
  #mainspring-experience .gear.two,
  #mainspring-experience .gear-container.two:hover > .gear.two,
  #mainspring-experience .gear-container.two {
    width: 129px;
    height: 129px;
    background-size: 100%;
  }
  #mainspring-experience .gear.three,
  #mainspring-experience .gear-container.three:hover > .gear.three,
  #mainspring-experience .gear-container.three {
    width: 89px;
    height: 89px;
    background-size: 100%;
    float: right;
  }
  #mainspring-experience .gear.four,
  #mainspring-experience .gear-container.three:hover > .gear.four,
  #mainspring-experience .gear-container.four {
    width: 89px;
    height: 89px;
    background-size: 100%;
    float: right;
  }
  #mainspring-experience .gear-container.one .title,
  #mainspring-experience .gear-container.three .title,
  #mainspring-experience .gear-container.four .title {
    font-size: 9px;
    letter-spacing: 1px;
  }
  #mainspring-experience .gear-container.two {
    margin-top: 42px;
    left: 48px;
  }
  #mainspring-experience .gear-container.two .title {
    font-size: 16px;
  }
  #mainspring-experience .gear-container.three {
    bottom: auto;
    top: 40px;
    right: 0;
  }
  #mainspring-experience .gear-container.four {
    bottom: auto;
    top: -50px;
    right: 30px;
  }
  .panel-default > .panel-heading {
    width: 100%;
    padding: 0;
  }
  .accordion-wrapper .panel-title {
    margin-right: 0;
    padding: 0;
    border-right: none;
    border-bottom: 1px solid #6cb33f;
    margin-bottom: 5px;
    font-size: 21px;
    letter-spacing: 2px;
    text-align: left;
  }
  .accordion-wrapper {
    padding-top: 25px;
  }
  .teaser,
  .collapse,
  .collapsing {
    max-width: 100%;
  }
  .panel-body {
    padding: 20px 20px 20px 45px;
  }
  .panel-group .panel {
    margin-bottom: 15px;
  }
  #process .step {
    display: block;
    width: 100%;
    font-size: 25px;
    letter-spacing: 4px;
  }
  #process .cog.one,
  #process .cog.two,
  #process .cog.three,
  #process .cog.four,
  #process .cog.five,
  #process .cog.six {
    width: 12%;
    background-size: 100%;
  }
  #process .details-wrapper {
    max-width: 80%;
    padding-left: 15px;
  }
  #process .title {
    line-height: 1.1;
  }
  #process .step-wrapper {
    margin-bottom: 0;
  }
  #process .step {
    padding-top: 0;
    padding-right: 0;
  }
  #process hr {
    margin-bottom: 5px;
  }
  #values .gear-container .gear.one,
  #values .gear-container .gear.two,
  #values .gear-container .gear.three,
  #values .gear-container .gear.four,
  #values .gear-container .gear.five,
  #values .gear-container .gear.six,
  #values .gear-container .gear.seven,
  #values .gear-container,
  #values .gear-container.one:hover > .gear.one,
  #values .gear-container.two:hover > .gear.two,
  #values .gear-container.three:hover > .gear.three,
  #values .gear-container.four:hover > .gear.four,
  #values .gear-container.five:hover > .gear.five,
  #values .gear-container.six:hover > .gear.six,
  #values .gear-container.seven:hover > .gear.seven {
    height: 90px;
    width: 90px;
  }
  #values .gear-container .title {
    font-size: 9px;
    letter-spacing: 0px;
    max-width: 64px;
    line-height: 1;
  }
  #values .mainspring-icon img {
    width: 50px;
  }
  #values #gear-wrapper {
    margin: 0 auto 15px auto;
  }
  #values .gear-container.seven {
    left: 20px;
    top: 34px;
  }
  #values .gear-container.two {
    right: 20px;
    top: 34px;
  }
  #values .gear-container.six,
  #values .gear-container.three {
    top: 119px;
  }
  #values #gear-wrapper {
    height: 276px;
  }
  #values .gear-container.four {
    right: 56px;
  }
  #values .gear-container.five {
    left: 56px;
  }
  #values .center-content {
    font-size: 9px;
    width: 110px;
  }
  #values #gear-wrapper {
    max-width: 290px;
  }
  #wealth .subhead {
    margin-bottom: 10px;
    margin-top: 20px;
  }
  #wealth #gear-wrapper {
    width: 100%;
    max-width: 300px;
    height: 335px;
  }
  #wealth .gear-container.one,
  #wealth .gear-container .gear.one {
    height: 152px;
    width: 152px;
  }
  #wealth .gear-container.one .title {
    font-size: 18px;
    top: 38%;
    width: 120px;
  }
  #wealth .gear-container.one {
    right: 78px;
  }
  #wealth .gear-container.two .title {
    font-size: 10px;
    top: 38%;
    width: 60px;
  }
  #wealth .gear-container.two {
    right: 0;
    top: 32px;
  }
  #wealth .gear-container.two,
  #wealth .gear-container .gear.two {
    height: 82px;
    width: 82px;
  }
  #wealth .gear-container.three,
  #wealth .gear-container .gear.three {
    height: 105px;
    width: 105px;
  }
  #wealth .gear-container.three {
    right: 24px;
    top: 120px;
  }
  #wealth .gear-container.three .title {
    font-size: 10px;
    width: 67px;
  }
  #wealth .gear-container.four,
  #wealth .gear-container .gear.four {
    height: 105px;
    width: 105px;
  }
  #wealth .gear-container.four {
    right: 130px;
    top: 144px;
  }
  #wealth .gear-container.four .title {
    font-size: 10px;
    top: 41%;
    width: 80px;
  }
  #wealth .gear-container.five,
  #wealth .gear-container .gear.five {
    height: 100px;
    width: 100px;
  }
  #wealth .gear-container.five {
    right: 183px;
    top: 230px;
  }
  #wealth .gear-container.five .title {
    font-size: 10px;
    top: 34%;
    width: 64px;
  }
  #wealth .gear-container.six,
  #wealth .gear-container .gear.six {
    height: 85px;
    width: 85px;
  }
  #wealth .gear-container.six {
    right: 83px;
    top: 226px;
  }
  #wealth .gear-container.six .title {
    font-size: 10px;
    top: 45%;
    width: 55px;
  }
  #investment .subhead {
    margin-bottom: 10px;
    margin-top: 20px;
  }
  #investment #gear-wrapper {
    width: 100%;
    max-width: 300px;
    height: 335px;
  }
  #investment .gear-container.one,
  #investment .gear-container .gear.one {
    height: 152px;
    width: 152px;
  }
  #investment .gear-container.one .title {
    font-size: 10px;
    top: 38%;
    width: 129px;
    text-align: center;
  }
  #investment .gear-container.one {
    right: 78px;
  }
  #investment .gear-container.two .title {
    font-size: 10px;
    top: 25%;
    width: 52px;
    text-align: center;
  }
  #investment .gear-container.two {
    right: 0;
    top: 32px;
  }
  #investment .gear-container.two,
  #investment .gear-container .gear.two {
    height: 82px;
    width: 82px;
  }
  #investment .gear-container.three,
  #investment .gear-container .gear.three {
    height: 105px;
    width: 105px;
  }
  #investment .gear-container.three {
    right: 24px;
    top: 120px;
  }
  #investment .gear-container.three .title {
    font-size: 10px;
    width: 67px;
  }
  #investment .gear-container.four,
  #investment .gear-container .gear.four {
    height: 105px;
    width: 105px;
  }
  #investment .gear-container.four {
    right: 130px;
    top: 144px;
  }
  #investment .gear-container.four .title {
    font-size: 9px;
    top: 46%;
    width: 80px;
  }
  #investment .gear-container.five,
  #investment .gear-container .gear.five {
    height: 100px;
    width: 100px;
  }
  #investment .gear-container.five {
    right: 183px;
    top: 230px;
  }
  #investment .gear-container.five .title {
    font-size: 10px;
    top: 34%;
    width: 64px;
  }
  #investment .gear-container.six,
  #investment .gear-container .gear.six {
    height: 85px;
    width: 85px;
  }
  #investment .gear-container.six {
    right: 83px;
    top: 226px;
  }
  #investment .gear-container.six .title {
    font-size: 10px;
    top: 45%;
    width: 55px;
  }
  #investment .gear-container .gear.five {
    -webkit-animation-name: rotatecounterx;
    animation: rotatecounterx 24.5s linear infinite;
    -moz-animation: rotatecounterx 24.5s linear infinite;
  }
  #investment .gear-container.five:hover > .gear.five {
    -webkit-animation-name: rotatecounterx;
    animation: rotatecounterx 24.5s linear infinite;
    -moz-animation: rotatecounterx 24.5s linear infinite;
  }
  #investment .gear-container.seven {
    right: 225px;
    top: 25px;
  }
  #investment .gear-container.seven,
  #investment .gear-container .gear.seven {
    height: 100px;
    width: 100px;
  }
  #investment .gear-container.seven .title {
    font-size: 13px;
    top: 29%;
    width: 62px;
  }
  footer .green-pipe {
    display: none;
  }
  footer .block-sm {
    display: block;
  }
  footer .wrapper {
    height: auto;
  }
  footer .logo-cox,
  footer .logo-rj {
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: relative;
    padding-bottom: 6px;
    margin: 0 auto;
  }
  footer #split-contact-wrapper {
    text-align: center;
  }
  footer .col-lg-6.border {
    border-right: none;
    border-bottom: 2px solid #f2f2f2;
    border-top: 2px solid #f2f2f2;
    padding-top: 16px;
    margin-bottom: 16px;
  }
  footer .disclosure {
    padding: 30px 15px 15px 15px;
  }
  footer .inline {
    display: block;
  }
  footer #split-contact-wrapper .pull-right {
    float: none !important;
  }
  footer #split-contact-wrapper .contact {
    border-left: none;
    padding-left: 0;
    text-align: center;
    margin: 0 auto;
    display: block;
    position: relative;
  }
  footer .logo-mainspring {
    max-width: 250px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {
  #process .details-wrapper {
    max-width: 73%;
  }
  #process .cog.one,
  #process .cog.two,
  #process .cog.three,
  #process .cog.four,
  #process .cog.five,
  #process .cog.six {
    width: 7%;
    background-size: 100%;
  }
  footer .green-pipe {
    display: none;
  }
  footer .block-sm {
    display: block;
  }
  footer .wrapper {
    height: auto;
  }
  footer .logo-cox,
  footer .logo-rj {
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: relative;
    padding-bottom: 6px;
    margin: 0 auto;
  }
  footer #split-contact-wrapper {
    text-align: center;
  }
  footer .col-lg-6.border {
    border-right: none;
    border-bottom: 2px solid #f2f2f2;
    border-top: 2px solid #f2f2f2;
    padding-top: 16px;
    margin-bottom: 16px;
  }
  footer .disclosure {
    padding: 30px 15px 15px 15px;
  }
  footer .inline {
    display: block;
  }
  footer #split-contact-wrapper .pull-right {
    float: none !important;
  }
}
