
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* GLOBAL STYLES
****************************************************/

body {
    background:#fff;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.clear {
    clear:both;
}

h1, h2, h3, h4, h5, h6 {
    color:#329018;
    font-family: 'Bitter', serif;
}
h1 { font-size:30px; }
h2 { font-size:24px; }
h3 { font-size:20px; }
h4 { font-size:18px; }
h5 { font-size:16px; }
h6 { font-size:14px; }

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

p {
    color:#222;
    font-family:'Raleway', 'HelveticaNeue', Arial, sans-serif;
}

a {
    color:#329018;
    text-decoration:none !important;
}
    a:hover {
        color:#267a0f;
    }

ul li {

}

.row {
      max-width: 1140px;
}

/* FONT STYLES
****************************************************/

/* BUTTONS STYLES
****************************************************/

/* HEADER STYLES
****************************************************/

#top-bar {
  background:#181818;
  padding:10px 0;
}

#top-bar a {
  font-size:10px;
  color:#d7d7d7;
  float:right;
  margin-right:18px;
}

#top-bar a:hover {
  color:#fff;
}

#headerWrapper {
  background:#282828;
  border-bottom:1px solid #454545;
  border-top:1px solid #454545;
  height:112px;
}

/* Navigation STYLES
****************************************************/

#logo {
  display:block;
  max-width:300px;
  margin-top:15px;
}

#headerWrapper .menu {
  display:block;
  float:right;
}

#headerWrapper .menu li {
  display:block;
  float:left;
  margin-left:40px;
  position:relative;
}

#headerWrapper .menu li a {
  color:#fff;
  padding:38px 0 37px;
  font-size:20px;
  font-weight:600;
  display:block;
  border-top:4px solid transparent;
    -webkit-transition: all 0.2s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
          transition: all 0.2s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

#headerWrapper .menu li a:hover {
  border-top:4px solid #5fb845;
  -webkit-transition: all 0.2s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
          transition: all 0.2s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

#headerWrapper .menu li:hover a {
  border-top:4px solid #5fb845;
  -webkit-transition: all 0.2s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
          transition: all 0.2s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

#headerWrapper .menu li .sub-menu {
  display:none;
  position:absolute;
  left:-35px;
  top:110px;
  width:175px;
  z-index:10;
  margin:0;
}

#headerWrapper .menu li .sub-menu li {
  margin:0;
  padding:0;
}

#headerWrapper .menu li .sub-menu li a {
  display:block;
  width:175px;
  margin:0;
  background:#272727;
  font-size:13px;
  font-weight:normal;
  padding:10px 20px;
  color:#cccccc;
  border:1px solid #444444;
}

#headerWrapper .menu li .sub-menu li a:hover {
  color:#fff;
  background:#363636;
}

#headerWrapper .menu li:hover > .sub-menu {
  display:block;
}

/* HOMEPAGE STYLES
****************************************************/

.new-age {
  background:url(../images/nashville-nuecura-graph2.jpg) no-repeat center -100px #333;
  display:block;
  padding:20px 0;
  height:487px;
}

.new-age h1 {
  color:#fff;
  font-family: 'Bitter', 'HelveticaNeue', Arial, sans-serif;
  font-size:53px;
  line-height:40px;
}

.new-age .sub-heading {
  font-family:'Raleway', 'HelveticaNeue', Arial, sans-serif;
  font-size:16px;
  color:#fff;
  margin-bottom:50px;
}

.hero-cta {
  display:block;
}

.hero-cta li {
  list-style:none;
  float:left;
  margin-right:20px;
  color:#fff;
  font-size:11px;
  font-family: Georgia, serif;
  font-style:italic;
  color:#848484;
}

.hero-cta li a {
  padding:10px 20px;
  border:1px solid #848484;
  color:#848484;
  font-size:12px;
  border-radius:2px;
  font-family:'HelveticaNeue', Arial, sans-serif;
  font-style:normal;
    -webkit-transition: all 0.2s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
          transition: all 0.2s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.hero-cta li a:hover {
  color:#fff;
  border-color:#fff;
    -webkit-transition: all 0.2s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
          transition: all 0.2s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.hero-cta li:last-child a {
  margin-right:0;
}

#home-info {
  /* padding:20px 0; */
  background:#edeff1;
}

#home-info h2 {
  font-size:28px;
  padding-bottom:15px;
  display:block;
  text-align:center;
  background:url(../images/header-hr.jpg) no-repeat bottom center;
}

#home-info h2 span {
  font-size:20px;
  font-style:italic;
  font-weight:normal;
}

#home-info ul {
  margin-left:20px;
}

#home-info ul li {
  list-style:none;
  color:#2d2d2d;
}

#home-info .large-4 {
  border-right:1px solid #fff;
  border-left:1px solid #d4d8dc;
  padding:40px 30px;
  min-height:380px;
}

#home-info .large-4:first-child {
  border-left:0;
}

#home-info .large-4:last-child {
  border-right:0;
  float:left;
}

#home-info .large-4 p {
  color:#2d2d2d;
}


/* SUBHEADER STYLES
****************************************************/

#sub-header {
  height:243px;
  margin-bottom:20px;
  background:url(../images/sub-header-bg.jpg) no-repeat center center #000000;
}

#sub-header h1 {
  color:#fff;
  font-size:46px;
  line-height:39px;
  margin-top:60px;
}

#sub-header .sub-heading {
  color:#fff;
  font-size:23px;
  font-family:'Bitter', 'HelveticaNeue', Arial, sans-serif;
  font-style:italic;
  margin-top:-10px;
}

#sub-header .large-8 p {
  font-size:14px;
  font-family:'Raleway', Arial, sans-serif;
  color:#fff;
  padding:40px 50px;
}

.page-template-page-aboutus-php #sub-header .large-8 p {
  padding:10px 10px 0;
}

.page-template-page-affiliate-investments-php #sub-header .large-4 h1 {
  line-height:40px;
  margin-top:35px;
}

.page-template-page-affiliate-investments-php #sub-header .large-8 p {
  padding-top:10px;
  padding-bottom:10px;
  margin-bottom:0;
}

.page-template-page-affiliate-investments-php #sub-header .large-8 p:first-child {
  margin-top:30px;
}

.page-template-page-contact-php #sub-header .large-8 p {
  padding-top:10px;
  padding-bottom:10px;
  margin-bottom:0;
}

.page-template-page-contact-php #sub-header .large-8 p:first-child {
  margin-top:20px;
}

/* NEWS STYLES
****************************************************/

#articles {
  margin:0;
}

#articles li {
  list-style:none;
  max-width:816px;
  background: #ebebeb; /* Old browsers */
  background: -moz-linear-gradient(top,  #f6f6f6 0%, #ebebeb 1%, #ebebeb 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(1%,#ebebeb), color-stop(100%,#ebebeb)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f6f6f6 0%,#ebebeb 1%,#ebebeb 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f6f6f6 0%,#ebebeb 1%,#ebebeb 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f6f6f6 0%,#ebebeb 1%,#ebebeb 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f6f6f6 0%,#ebebeb 1%,#ebebeb 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */

  border-radius:4px;
  border:1px solid #d0d5d8;
  padding:20px;
  margin:0 0 35px 0;
  box-shadow:0 0 4px #ccc;
}

#articles li:first-child {
  margin-top:10px;
}

#articles li .article-title {
  line-height:38px;
}

#articles li .article-title a {
  font-size:35px;
  font-weight:normal;
  font-family: 'Bitter', 'HelveticaNeue', Arial, sans-serif;
  color:#000;
  line-height:38px;
}

#articles li .article-title a:hover {
  color:#000;
}

#articles li h2.article-title {
  font-size:35px;
  font-weight:normal;
  color:#0d0d0d;
}

#sidebar {
   width:237px;
   float:left;
   display:block;
   margin-left:35px;
}

#sidebar .sidebar-title {
  font-size:20px;
  color:#121212;
  margin-bottom:15px;
  font-family:'Bitter', 'HelveticaNeue', Arial, sans-serif;
}

#sidebar ul li {
  list-style:none;
}

#sidebar ul li a {
  font-size:15px;
  color:#121212;
  display:block;
  display:block;
  padding:5px 0;
  border-bottom:1px solid #ccc;
    -webkit-transition: all 0.2s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
          transition: all 0.2s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

#sidebar ul li a:hover {
  background:#f1f1f1;
  border-left:4px solid #5fb846;
  padding-left:8px;
    -webkit-transition: all 0.2s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
          transition: all 0.2s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

#sidebar .phone {
  background:url(../images/phone-icon.png) no-repeat 0 4px;
  padding-left:30px;
}

#sidebar .email a {
  background:url(../images/email-icon.png) no-repeat 0 13px;
  padding-left:30px;
}

#sidebar .email:hover a {
  background:url(../images/email-icon.png) no-repeat 0 13px;
  border:none;
  padding-left:30px;
}

.cat-title {
  font-size:14px;
  color:#888;
  border-bottom:1px solid #ccc;
  display:block;
  padding-bottom:10px;
}

.entry-title {
  display:block;
}

.article-meta {
  display:block;
  border-bottom:1px solid #d0d0d0;
  padding-bottom:10px;
}

.article-meta,
.article-meta .article-date {
  font-size:12px;
  color:#0d0d0d;
  font-family:'Raleway', 'HelveticaNeue', Arial, sans-serif, ;
}

.article-meta .author {
  color:#1a600c;
}

.article-meta ul {
  margin:0;
}

#articles .article-meta ul li {
  background:none;
  box-shadow:none;
  border:none;
  padding:0;
  float:left;
  margin:0 20px 0 0;
}

.article-meta .article-date .fa {
  margin-right:10px;
}

.article-meta .posted-in {
  margin-left:20px;
}

.article-meta .posted-in .fa {
  float:left;
  padding-top:4px;
  padding-right:10px;
}

.article-meta .posted-in .post-categories {
  float:left;
}

.article-summary {
  border-top:1px solid #fff;
  padding-top:20px;
  display:block;
}

.article-pic {
  float:left;
  margin-right:20px;
  max-width:250px;
}

.article-pic img {
  border:4px solid #fff;
  box-shadow:0 0 4px #aaa;
  height:auto;
}

.contact-block .sidebar-title {
   margin-bottom:10px;
   display:block;
}

.contact-block li {
  font-size:14px;
}

#sidebar .contact-block li a {
  border-bottom:0;
}

.contact-block li a {
  font-size:14px;
}

.contact-block li:first-child {
  border-bottom:1px solid #ccc;
  padding-bottom:10px;
}

/* ABOUT US STYLES
****************************************************/

#our-info {
  padding-bottom:20px;
}

#our-info h2 {
  font-size:30px;
  display:block;
  text-align:left;
}

#our-info ul {
  margin:0;
}

#our-info li {
  list-style:none;
  font-size:14px;
  display:block;
  margin-bottom:10px;
}

#leadership {
  background:#e9eaea;
  border-top:1px solid #bcbcbc;
  border-bottom:1px solid #bcbcbc;
  padding:20px 0;
}

#leadership h2 {
  font-size:30px;
  padding-bottom:15px;
  display:block;
  text-align:center;
  max-width:1065px;
  background:url(../images/header-hr.jpg) no-repeat bottom center;
}

.leader-block {
  width:227px;
  height:272px;
  background:#fff;
  box-shadow:0 0 4px #aaa;
  padding:10px 0px 0;
  float:left;
  margin-right:50px;
  margin-bottom:50px;
}

.leader-block .picture {
  height:146px;
  width:146px;
  overflow:hidden;
  border-radius:200px;
  margin:0 auto;
  border:3px solid #bfbfbf;
  background:#bfbfbf;
}

.leader-block .picture img {
  max-width:none;
  width:146px;
}

.leader-block:hover .picture span{
    box-shadow:inset 0 0 0 4px #333;
}

.leader-block .name-container {
  display:block;
  width:100%;
  padding:21px 10px;
}

.leader-block .name-container .name {
  font-size:18px;
  color:#000;
  font-weight:bold;
  display:block;
}

.leader-block .name-container .title {
  font-weight:normal;
  font-size:14px;
  color:#000;
}

.leader-block .links {
  display:block;
  width:100%;
  border-top:1px solid #ccc;
}

.leader-block .links a {
  font-size:12px;
  color:#333;
  display:inline-block;
  width:49.1%;
  padding:14px 20px;
  text-align:center;
  float:left;
}

.leader-block .links a:first-child {
  border-right:1px solid #ccc;
}

.leader-block .links a:hover {
  background:#000;
  color:#fff;
}

.leader-block .links a.linkedin {
  width:115.1px;
}

.reveal-modal .leader-image {
  float:left;
  width:30%;
  height:100%;
  display:block;
}

.leader-info {
  width:70%;
  float:right;
  display:block;
}

.reveal-modal .leader-image img{
  width:80%;
  display:block;
}

.leader-info h4 {
  font-size:30px;
}

.leader-info h4 {
  font-size:30px;
  margin-top:0px;
  padding:0;
  line-height:20px;
  margin-bottom:20px;
}

#who-we-are {
  background:url(../images/who-we-are-bg.jpg) no-repeat center #000;
  display:block;
  color:#fff;
  padding:20px 0 40px;
}

#who-we-are h3 {
  color:#fff;
  font-size:36px;
}

#who-we-are p {
  color:#fff;
}

#who-we-are ul {
  margin:0;
}

#who-we-are ul li {
  color:#fff;
  list-style:none;
  font-size:14px;
  float:left;
  margin-right:5px;
  padding:3px 20px;
  border-radius:20px;
  background:#36362b;
}

#testimonials {
  display:block;
  min-height:677px;
  padding:40px 0;
  background: url(../images/what-clients-say-bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#testimonials .testimonial-container {
  width:100%;
  display:block;
  margin-bottom:40px;
}

#testimonials .testimonial-name {
  display:block;
  width:40%;
  float:left;
}

#testimonials .testimonial-name .name {
  font-size:31px;
  color:#fff;
  font-family: 'Bitter', 'HelveticaNeue', Arial, sans-serif;
  font-weight:600;
  text-shadow:0 0 8px #000;
  display:block;
}

#testimonials .testimonial-name .company {
  font-size:16px;
  font-family: 'Raleway', 'HelveticaNeue', Arial, sans-serif;
  color:#fff;
  display:block;
  text-shadow:0 0 3px #000;
  margin-top:10px;
}

#testimonials .testimonial {
  display:block;
  width:60%;
  float:left;
  background:rgba(207,219,230,0.91);
  box-shadow:0 0 5px #222;
  border:1px solid #46494e;
  border-radius:10px;
  font-size:16px;
  font-family:'Raleway', 'HelveticaNeue', Arial, sans-serif;
  color:#16181b;
  text-shadow:0 0 2px #eee;
  padding:35px;
  font-weight:500;
  line-height:26px;
  max-width:577px;
  position:relative;
  text-shadow:0 0 2px #fff;
}

#testimonials .chat-corner {
  display:block;
  position:absolute;
  left:-52px;
  top:20px;
  width:52px;
  height:67px;
  background:url(../images/chat-corner.png) no-repeat;
}

#affiliate-callouts {
  background:#000;
  color:#fff;
  display:block;
}

#affiliate-callouts a {
  width:50%;
  background:#000;
  display:block;
  float:left;
  padding:30px 20px;
  text-align:center;
  color:#fff;
  font-family: "HelveticaNeue-CondensedBold", "HelveticaNeue", Arial, sans-serif;
  font-size:25px;
    -webkit-transition: all 0.3s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
          transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

#affiliate-callouts a:hover {
  background:#276018;
    -webkit-transition: all 0.3s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
          transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

#affiliate-callouts a:first-child {
  border-right:1px solid #333;
}

#affiliate-callouts a span {
  background:url(../images/right-arrow.png) no-repeat 75%;
  display:block;
}

#affiliate-callouts a:first-child span {
    background:url(../images/right-arrow.png) no-repeat 85%;
}

.inner-modal h3 {
  border-bottom:1px solid #ccc;
  margin-bottom:20px;
}

.trends-list li {
  float:left;
  display:block;
  margin-right:20px;
  margin-bottom:10px;
  background:#ececec;
  padding:5px 10px;
  border-radius:200px;
  font-size:14px;
}

#affiliate-investments {
  background:#e5e5e5;
  padding:20px 0;
}

#affiliate-investments h3 {
  font-size:48px;
  color:#000;
  margin-bottom:0;
  margin-top:30px;
}

#affiliate-investments ul {
  margin:0;
}

#affiliate-investments ul li {
  list-style:none;
  float:left;
  border:1px solid #d5d5d5;
  padding:0;
  margin:0;
  height:auto;
  line-height:0;
}

#affiliate-investments ul li a{
  margin:0;
  padding:0;
}

#affiliate-investments ul li:nth-child(2n+2) {
  border-left:0;
}


/* AFFILIATE STYLES
****************************************************/

#portfolio h3 {
  font-size:30px;
  border-bottom:1px solid #dcdcdc;
}

.af-container {
  margin-bottom:30px;
}

.af-container img {
  border:1px solid #d5d5d5;
}

/* CONTACT US STYLES
****************************************************/

#contact-form {
  display:block;
  width:100%;
  padding:10px 0 20px;
}

#contact-form .form-left {
  display:block;
  float:left;
  width:25%;
}

#contact-form .form-left ul li {
  list-style:none;
}

#contact-form .form-right {
  display:block;
  float: left;
  margin-left: 30px;
  width: 63%;
}

#contact-form .form-right input[type="submit"] {
  float:right;
}

#contact-form .form-right .lower-right {

}

input[type="text"],
input[type="email"],
input[type="telephone"] {
  background:#e9eaea;
  padding:20px;
  display:block;
  border:1px solid #cacaca;
  border-radius:4px;
  box-shadow:none;
  line-height:30px;
  height:52px;
}

textarea {
  width:100%;
  min-height:156px;
  background:#e9eaea;
  padding:20px;
  display:block;
  border:1px solid #cacaca;
  box-shadow:none;
  border-radius:4px;
  height:186px;
}

input[type="submit"] {
  background:#4fa338;
  color:#fff;
  border:1px solid #368121;
  border-radius:4px;
  padding:10px 20px;
  min-width:120px;
  font-size:18px;
}

.captcha {
  max-width:400px;
  display:block;
}

.captcha input[type="text"] {
  padding:10px;
  height:auto;
  display:block;
  height:40px;
}

.captcha .captcha-challenge {
  float:left;
  display: block;
  width: 150px;
}

.captcha .captcha-answer {
  float: left;
  width: 150px;
  margin-top: -18px;
  /* clear: left; */
}

#recent-news {
  display:block;
  background:#e9eaea;
  border-top:1px solid #bcbcbc;
  padding:20px 0;
}

#recent-news ul {
  margin:0;
}

#recent-news ul li {
  list-style:none;
}

#recent-news ul li:last-child {
  margin-right:0;
}

#recent-news ul li a {
  float:left;
  display:block;
  width:310px;
  margin-bottom:20px;
  height:385px;
  background:#fff;
  border:1px solid #bbbbbb;
  margin-right:50px;
}

#recent-news ul li:nth-child(3n+3) a {
  margin-right:0;
}

#recent-news ul li a .featured-image {
  width:100%;
  height: 190px;
  overflow: hidden;
  margin-bottom: 10px;
  border-bottom:1px solid #ccc;
}

#recent-news ul li a .featured-image img {
  margin:0 auto;
  max-width:100%;
  display:block;
}

#recent-news .post-info .post-title {
  font-size:23px;
  color:#272727;
  font-family: 'Bitter', 'HelveticaNeue', Arial, sans-serif;
  padding:10px 20px 0;
}

#recent-news .post-info {
  height:141px;
}

#recent-news .post-info p {
  font-size:12px;
  color:#747474;
  padding:0 20px;
}

#recent-news .post-meta {
  font-size:12px;
  color:#a5a5a5;
  padding:0 20px;
}

#recent-news .post-meta .date {
  font-size:12px;
  color:#a5a5a5;
  border-top:1px solid #ccc;
  display:block;
  padding-top:7px;
  background:url(../images/clock-icon.png) no-repeat 0 8px;
  padding-left:25px;
}

#recent-news li a:hover {
  box-shadow:0 0 5px #aaa;
}

div.wpcf7-mail-sent-ok {
  background:#e6f2e7;
  padding:20px;
  border-radius:4px;
  border-width:1px;
}

/* FOOTER STYLES
****************************************************/

#footerWrapper {
  background:url(../images/footer-border.jpg) repeat-x top #000;
  padding:20px;
  color:#fff;
}

#footer ul {
  margin:20px 0;
}

#footer ul li {
  list-style:none;
  float:left;
  margin-right:20px;
}

#footer ul li a {
  color:#000;
  background:#fff;
  border-radius:100px;
  display:block;
  padding-top:1px;
  height:26px;
  width:26px;
  text-align:center;
}

#footer ul li.linkedin:hover a { background:#1a85bc; color:#fff; }
#footer ul li.twitter:hover a { background:#4099ff; color:#fff; }
#footer ul li.googleplus:hover a { background:#d34836; color:#fff; }

#footerWrapper a {
  color:#fff;
}

#footer p {
  color:#fff;
  font-size:12px;
  text-align:right;
}

/* RESPONSIVE STYLES
****************************************************/

.top-bar {
    background:#000;
}

.top-bar.expanded .title-area {
    background:#111;
}

.top-bar.expanded .toggle-topbar a span {
    color:#fff;
}

.top-bar.expanded .toggle-topbar a {
    color:#fff;
}

.top-bar.expanded .toggle-topbar a span {
-webkit-box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff; }

@media only screen and (max-width: 1075px) {
  #affiliate-callouts a span {
    background:url(../images/right-arrow.png) no-repeat 85%;
    display:block;
  }

  #affiliate-callouts a:first-child span {
      background:url(../images/right-arrow.png) no-repeat 95%;
  }
}

/* Used to alter styles for screens at least 768px wide. This is where the grid changes. */
@media only screen and (max-width: 768px) {

    .top-bar {
        margin-bottom:0;
    }

    #main-nav {
      display:none;
    }

    .new-age {
      padding:20px;
    }

    .new-age h1 {
      line-height:36px;
      font-size:30px;
    }

    #home-info .large-4 {
      margin-bottom:0;
      padding-bottom:0;
    }

    #home-info .large-4 p {
      margin:0;
      height:auto;
    }

     #sub-header .large-8 p{
      padding:10px;
    }

    #top-bar a {
       display:block;
       margin-right:20px;
    }

    #sub-header {
      display:block;
      height:100%
    }

    .leader-block {
      float:none;
      width:80%;
      margin:0 auto 20px;
    }

    #who-we-are {
      padding:20px;
    }

    #who-we-are ul li {
      margin:10px;
    }

    #testimonials .testimonial-name {
      display: block;
      width:100%;
      padding:20px;
    }

    #testimonials .testimonial{
      width:90%;
      margin:20px;
    }

    #testimonials .chat-corner {
      display:none;
    }

    #affiliate-callouts a {
      font-size:11px;
    }

    #affiliate-investments h3 {
      padding:20px;
      font-size:30px;
    }

    #affiliate-investments ul li {
      border:0;
      margin-bottom:1px;
    }

    #affiliate-investments ul li img{
      width:90%;
      margin:0 auto;
      display:block;
    }

        .reveal-modal .leader-image {
      width:100%;
      float:none;
    }

    .leader-info{
      width:100%;
      margin:20px 0;
    }

    #portfolio {
      padding:20px;
    }

    #contact-form .form-left {
      float:none;
      width:100%;
      padding:20px 20px 0;;
    }

    #contact-form .form-right {
      float:none;
      width:100%;
      padding:20px;
      margin:0;
    }

    #recent-news ul li a{
      width:80%;
      float:none;
      padding:20px;
      min-height:465px;
      margin:0 auto 20px;
    }

    #recent-news ul li:last-child {
      margin:0 auto 20px;
    }

    #recent-news ul li:nth-child(3n+3) a {
      margin:0 auto;
    }

    .af-container {
      border-bottom:1px solid #ccc;
    }

    #sub-header h1 {
      line-height:40px;
    }

    #recent-news h3 {
      text-align:center;
    }

    .new-age .sub-heading {
      font-size:14px
    }

    #recent-news ul li a .featured-image img {
      margin:0 auto;
      width:60%;
      display:block;
    }

    #recent-news ul li a {
      text-align:center;
    }

    #recent-news .post-info {
      height:auto;
    }

    input[type="submit"] {
      width:100%;
    }

    .captcha .captcha-answer {
      float:right;
      width:110px;
      text-align:center;
    }

    #affiliate-callouts a {
      width:100%;
      font-size:17px;
      text-align:left !important;
      display:block;
    }

    #affiliate-callouts a span {
      background:url(../images/right-arrow.png) no-repeat 99%;
    }

    .leader-block .name-container{
      text-align:center;
    }

    .leader-block .links a.linkedin {
      width:50.5%;
    }

    .hero-cta {
      margin-top:-20px;
    }

    .hero-cta li {
      float:none;
      width:100%;
      display:block;
      margin-bottom:10px;
      padding:0;
    }

    .hero-cta li a {
      width:90%;
      display:block;
      margin:0;
      background:rgba(0,0,0,0.75);
    }

    .hero-cta li.or {
      display:none;
    }

    #home-info .large-4 {
      text-align:left;
      min-height:300px;
    }

    #mainContentWrapper {
     padding-bottom:20px;
    }

    #recent-news ul li a .featured-image {
      height:130px;
    }
    #recent-news .post-info .post-title {
      font-size:14px;
      text-align:center;
    }

}



/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}