/*
 * Custom for WRH.com theme.
 * Overwrite Bootstrap and Bootflat here
 */

/**
 * typography
 * --------------------------------------------------
 */

body {
  position: relative; /* For scrollyspy */
  /*font-family: 'Lato', sans-serif !important;*/
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  /*font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; */
}

/* Fix Mobile iOS Margin Right Issue */
html, body {
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  /*font-family: 'Lato', sans-serif !important;*/
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

/* ----------------------------------
 * icons
 * ---------------------------------- */
@font-face {
  font-family: "angularicons";
  src: url("fonts/angularicons.eot");
  src: url("fonts/angularicons.eot?#iefix") format("embedded-opentype"), url("fonts/angularicons.woff") format("woff"), url("fonts/angularicons.ttf") format("truetype"), url("fonts/angularicons.svg") format("svg");
  font-family: 'Glyphicons Halflings';
  src: url('fonts/glyphicons-halflings-regular.eot');
  src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
}
.icon {
  display: inline-block;
  font-family: "angularicons";
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon[data-icon]:before {
  content: attr(data-icon);
  speak: none;
}
/* ----------------------------------
 * index
 * ---------------------------------- */
.index {
    padding-top: 100px;
    text-align: center;
    background-color: rgba(255, 255, 255, .9);
    min-height: 746px;
}
.index h2 {
    margin-top: 10px;
    color: rgba(0, 0, 0, .8);
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
}
.index h3 {
    margin-top: 20px;
    font-size: 14px;
    font-style: italic;
}
.index .download-link {
    margin: 40px 0 20px;
}
.index .download-link .btn {
    padding: 15px 35px;
    border: 0;
    font-size: 22px;
    opacity: 1;
}
.index .version-text {
    color: rgba(0, 0, 0, .6);
    font-size: 12px;
}
.index .learn-more {
    margin-top: 20px;
    font-weight: bold;
    color: rgba(79, 190, 186, 1);
}
.index .learn-more a,
.index .learn-more a:hover,
.index .learn-more a:active {
    color: #50c1e9 !important;
    text-decoration: none;
}
.index .learn-more .icon {
    font-weight: bold;
    font-size: 16px;
}
@media (max-width: 767px) {
    .index {
        padding-top: 0;
        min-height: 600px;
    }
    .index .download-link .btn {
        padding: 15px;
    }
}
/* ----------------------------------
 * social
 * ---------------------------------- */
.social {
    position: relative;
    margin-top: -100px;
    margin-bottom: 0;
    padding: 40px 5px;
    height: 99px;
    text-align: center;
    background: rgba(255, 255, 255, .7) url(../img/divider.png) no-repeat 50% 100%;
}
.social li {
    height: 30px;
    display: inline-block;
    vertical-align: top;
}
.social a {
    color: #50c1e9 !important;
}
.social .github-watch {
    width: 105px;
}
.social .github-fork {
    width: 105px;
}
.social .twitter-share {
    width: 80px;
    margin-right: 10px;
}
.social .twitter-follow {
    width: 200px;
}
/* ----------------------------------
 * desc
 * ---------------------------------- */
.desc {
    text-align: center;
    background-color: rgba(255, 255, 255, 1);
}
.desc a {
    color: rgba(79, 190, 186, 1);
}
.desc a:hover,
.desc a:active {
    color: #50c1e9;
    text-decoration: none;
}
.desc .desc__introduces {
    border-top: 1px dashed #AAB2BD ;
}
.desc .desc__introduces:first-child {
    border-top: none;
}
.desc .desc__introduces h3,
.desc .desc__introduces p {
    margin: 0 auto;
}
.desc .desc__introduces h3 {
    padding: 70px 0 14px;
    max-width: 900px;
    font-size: 28px;
}
.desc .desc__introduces p {
    padding-bottom: 40px;
    max-width: 900px;
    font-size: 18px;
    color: #888;
}
.desc .desc__introduces .photo--responsive img {
    width: 100%;
}
.desc .desc__features {
    margin: 70px auto;
    text-align: left;
}
.desc .desc__features .row {
    margin-bottom: 70px;
}
.desc .desc__features .col-md-6 {
    padding-left: 247px;
    min-height: 200px;
    text-align: left;
}
.desc .desc__features .features__photo {
    position: absolute;
    top: 0;
    left: 0;
}
.desc .desc__features h4 {
    font-size: 20px;
    margin-bottom: 10px;
}
.desc .desc__features p {
    font-size: 16px;
    color: #888;
    line-height: 26px;
}
@media (max-width: 767px) {
    .desc .desc__introduces h3 {
        padding-top: 20px;
        text-align: left;
    }
    .desc .desc__introduces p {
        text-align: left;
    }
    .desc .desc__features {
        margin-top: 20px;
    }
    .desc .desc__features .row {
        margin-bottom: 20px;
    }
    .desc .desc__features .row p {
        padding-bottom: 20px;
        text-align: left;
    }
    .desc .desc__features .features__photo {
        position: static;
    }
    .desc .desc__features .col-md-6 {
        padding: 0 15px;
        text-align: center;
    }
}
/* ----------------------------------
 * docs
 * ---------------------------------- */
.docs-header {
    padding-top: 50px;
    border-top: 1px solid #50c1e9;
    background: url(../img/wild_flowers.png) repeat 0 0;
}
.docs-header.header--noBackground {
    background: none;
}
@media (max-width: 768px) {
    .docs-header {
        padding-top: 0;
    }
}
/* ----------------------------------
 * advertisement
 * ---------------------------------- */
.advertisement {
  width: auto !important;
  padding: 10px !important;
  overflow: hidden; /* clearfix */
  font-size: 13px !important;
  line-height: 18px !important;
  text-align: left;
  background: #50c1e9 !important;
  border: 0 !important;
  border-radius: 4px;
  box-shadow: inset 0 3px 5px rgba(0,0,0,.075);
  height: 121px;
}
.advertisement-image {
  margin: 0 !important;
  position: absolute;
}
.advertisement-text {
  margin-left: 100px !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.advertisement-text a {
  color: #fff !important;
}
@media (max-width: 767px) {
  .advertisement {
    position: static;
    margin-top: 30px;
    box-shadow: inset 0 3px 5px rgba(0,0,0,.075), 0 1px 0 rgba(255,255,255,.1);
  }
}
@media (min-width: 768px) {
  .advertisement {
    position: absolute;
    top: 5px;
    right: 15px; /* 15px instead of 0 since box-sizing */
    padding: 15px !important;
    width: 300px !important;
  }
}
/* ----------------------------------
 * navbar
 * ---------------------------------- */
.navbar-custom {
    position: fixed;
    top: 0;
    left: 0;
    border: none;
    border-radius: 0;
    background-color: rgba(255, 255, 255, .9);
    width: 100%;
    z-index: 2000;
}
.navbar-custom .nav li a {
    display: block;
    color: #50c1e9;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:hover {
    color: #50c1e9;
}
.navbar-custom .nav li a:active,
.navbar-custom .nav li a.current {
    border-bottom: 3px solid #50c1e9;
}
.navbar-custom .navbar-toggle {
    position: relative;
    background-color: #50c1e9;
    border-color: #50c1e9;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
    background-color: #50c1e9;
}
.navbar-custom .navbar-toggle .icon-bar {
    background-color: rgba(255, 255, 255, .9);
}
.navbar-custom .navbar-brand {
    padding: 5px 15px;
    opacity: .7;
    filter:alpha(opacity=70);
    transition: opacity .4s ease-in-out;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:active {
    opacity: 1;
    filter:alpha(opacity=100);
}
.navbar-default .navbar-collapse {
    border-color: #e7e7e7;
}
@media (max-width: 992px) {
  .navbar-custom .navbar-brand {
    width: 63px;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .navbar-custom {
    position: relative;
    top: 0;
  }
  .navbar-custom .navbar-nav > li > a:hover,
  .navbar-custom .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #50c1e9;
  }
}
/* ----------------------------------
 * topic
 * ---------------------------------- */
.topic {
    position: relative;
    padding: 50px 0 110px;
}
.topic h3 {
    margin-top: 30px;
    color: #fff;
    font-size: 28px;
    font-weight: normal;
}
.topic h4 {
    margin-top: 15px;
    color: rgba(255, 255, 255, .8);
    font-weight: normal;
}
.topic .topic__infos {
    position: absolute;
    bottom: 0;
    padding-bottom: 15px;
    padding-top: 14px;
    background: rgba(255, 255, 255, 0.25);
    width: 100%;
}
.topic .container {
    position: relative;
    color: rgba(255, 255, 255, .8);
}
.topic .container a {
    color: #fff;
    filter:alpha(opacity=100);
    opacity: 1;
    text-decoration: underline;
    padding: 0;
    font-weight: normal;
}
.topic .container a.btn {
    padding: 10px 16px;
    text-decoration: none;
}
.topic .github {
    position: relative;
    top: 10px;
}
/* ----------------------------------
 * documents
 * ---------------------------------- */
.documents {
    margin-top: 40px;
}
/* ----------------------------------
 * details
 * ---------------------------------- */
.details {
    position: relative;
    padding-right: 400px;
}
@media (max-width: 991px) {
    .details { width: 100%; }
}
@media (max-width: 767px) {
    .details { padding: 0 15px; }
}
/* ----------------------------------
 * docs-article
 * ---------------------------------- */
.docs-article {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
}
.docs-article:last-child {
    border-bottom: none;
}
.docs-article h3 {
    margin: 0 0 10px;
    padding-bottom: 10px;
    font-family: "Georgia", "Palatino", "Times New Roman", "Times" !important;
    font-weight: normal;
    font-size: 25px;
    color: #50c1e9;
}
.docs-article p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
}
.docs-article dd {
    margin-bottom: 10px;
}
.docs-article a {
    color: #50c1e9;
    text-decoration: underline;
}
.docs-article a:hover {
    color: #50c1e9;
}
.docs-article .item__infos {
    margin: 0 0 10px 0;
    font-size: 14px;
    list-style: disc;
}
.docs-article .item__infos li {
    margin-bottom: 10px;
}
.docs-article .btn-primary,
.docs-article .btn-primary:hover {
    color: #fff;
    text-decoration: none;
}
.docs-article pre {
    border: none;
    background-color: #f7f7f7;
}
/* ----------------------------------
 * example
 * ---------------------------------- */
.example {
    margin-bottom: 20px;
}
.example .example-title {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 18px;
    text-shadow: 2px 2px 2px rgba(255, 255, 255, 1);
}
.example .example-title span {
    font-weight: normal;
    font-size: 14px;
    color: #ED5565;
}
.example [class*="col-"] {
    margin-bottom: 10px;
}
.example-dropdown h2 + .dropdown-menu,
.example-popover .popover,
.example-modal .modal {
    position: static;
    display: block;
}
.example-dropdown h2 + .dropdown-menu {
    float: none;
    width: 200px;
}
.example-popover .popover {
    position: relative;
}
@media (max-width: 960px) {
    .tooltip-demo [class*="col-"] {
        text-align: center;
    }
    .tooltip-demo [class*="col-"] .btn-block {
        display: inline-block;
        margin: 0 auto;
        width: 160px;
    }
}
.example-popover [class*="col-"]:nth-of-type(1) .popover {
    margin-top: 0;
}
.example-popover [class*="col-"]:nth-of-type(3) .popover,
.example-popover [class*="col-"]:nth-of-type(4) .popover {
    margin-top: 40px;
}
.example-progress [class*="col-"]:last-child .progress {
    margin-bottom: 10px;
}
.example-pagination .pagination,
.example-pagination .pager {
    margin: 0 !important;
}

.example-modal .modal {
    overflow: hidden;
}
@media (min-width: 768px) {
    .example-modal .modal-dialog {
        width: 545px;
        margin: 5px;
    }
}

.example-typography {
    position: relative;
    padding-left: 25%;
    margin-bottom: 40px;
}
.example-typography .heading-note,
.example-typography .text-note {
    display: block;
    width: 260px;
    position: absolute;
    bottom: 2px;
    left: 0;
    font-size: 13px;
    line-height: 13px;
    color: #AAB2BD;
    font-weight: 400;
}
.example-typography .text-note {
    bottom: auto;
    top: 10px;
}
/* ----------------------------------
 * color-swatches
 * ---------------------------------- */
.color-swatches .swatches {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #FFF;
    width: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}
.color-swatches .light,
.color-swatches .dark {
    width: 50%;
    height: 50px;
}
.color-swatches .light {
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    border-radius: 4px 0 0 0;
}
.color-swatches .dark {
    -webkit-border-radius: 0 4px 0 0;
    -moz-border-radius: 0 4px 0 0;
    border-radius: 0 4px 0 0;
}
.color-swatches .infos {
    padding: 5px 10px;
}
.color-swatches .infos h4,
.color-swatches .infos p {
    margin: 0;
}
.color-swatches .infos h4 {
    margin-bottom: 3px;
    font-weight: bold;
    font-size: 14px;
}
.color-swatches .infos p {
    font-size: 12px;
}
/* ----------------------------------
 * psd-download
 * ---------------------------------- */
.psd-download {
    padding: 40px 0;
    background: #e6e9ed url(../img/github.png) no-repeat 100% 0;
    min-height: 680px;
}
.psd-download h2 {
    text-align: center;
}
.psd-download .infos {
    font-size: 20px;
    line-height: 40px;
}
.psd-download .row {
    margin-top: 20px;
}
@media (max-width: 768px) {
    .psd-download [class*="col-md-"] {
        text-align: center;
    }
}
.psd-download h4 {
    margin: 0 0 15px 0;
}
.psd-download img {
    margin-bottom: 15px;
}
/* ----------------------------------
 * previews
 * ---------------------------------- */
.previews {
    text-align: center;
}
.previews p {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 40px;
}
.previews img {
    max-width: 100%;
}
/* ----------------------------------
 * btn-group & labels
 * ---------------------------------- */
.blank {
    display: none;
}
@media (max-width: 768px) {
    .blank {
        display: block;
        height: 15px;
    }
}
/* ----------------------------------
 * site-footer
 * ---------------------------------- */
.site-footer {
    position: relative;
    z-index: 1000;
    border-top: 1px solid #E6E9ED;
    padding: 40px 0 20px;
    background-color: #f5f5f5;
}
.site-footer a,
.site-footer .connect {
    color: #50c1e9;
}
.site-footer a:hover,
.site-footer a:active {
    color: #50c1e9;
    text-decoration: none;
}
.site-footer .row .col-md-4 {
    margin-bottom: 20px;
}
.site-footer h3 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 18px;
}
.site-footer ul {
    padding-left: 0;
}
.site-footer li {
    list-style: none;
    font-size: 14px;
}
.site-footer hr {
    margin: 20px 0;
    border: none;
    height: 1px;
    width: 100%;
}
.site-footer hr.dashed {
    border-top: 1px dashed #ccc;
}
.site-footer .icon {
    margin-right: 10px;
    font-size: 28px;
}
.site-footer form {
    padding: 0 !important;
}
.site-footer form label {
    font-size: 14px !important;
    font-weight: normal !important;
}
.site-footer input[type="email"] {
    margin-right: 10px;
    width: 75%;
}
.site-footer input[type="email"],
.site-footer input[type="email"]:focus,
.site-footer input[type="submit"],
.site-footer input[type="submit"]:active,
.site-footer input[type="submit"]:focus {
    border: none !important;
}
.site-footer .email,
.site-footer .clear {
    float: left;
}
.site-footer .copyright p:last-child {
    margin-top: 10px;
}
.site-footer .copyright b {
    font-size: 16px;
}
.site-footer .download .download__infos {
    font-size: 18px;
}
.site-footer .download .btn {
    color: #000;
}
.site-footer .download .btn-primary {
    color: #fff;
}


/**************************
 * DSP CUSTOM *************
 **************************/

/**
 * Header
 * --------------------------------------------------
 */

.navbar-brand {
	max-width: 230px;
}

.navbar-default {
	opacity: .9;
	filter:alpha(opacity=90);
}

.nav.navbar-nav, .dropdown-menu {
	font-size: 13px;
}

.navbar-nav > li > a {
    padding-bottom: 11px;
    border-bottom: 4px solid transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    border-bottom: 4px solid #2a7aca;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	border-color: transparent;
}

/* Case Study Menu Item Styling
.navbar-default .navbar-nav > li > a.case-study {
	color: #46A0F4;
}

.navbar-default .navbar-nav > li > a.case-study:hover, .navbar-default .navbar-nav > li > a.case-study:focus {
	color: #2A7ACA;
}
*/

/**
 * Footer
 * --------------------------------------------------
 */

.site-footer {
	/* margin-top: 52px; */
}

.site-footer.footer-base {
    position: relative;
    z-index: 1000;
    border-top: none;
    padding: 20px 0 20px;
    background-color: #f5f5f5;
    margin-top: 0;
}

#colophon.site-footer a.footer-fake-link {
	color: inherit;
	text-decoration: none;
}

/**
 * Sidebar
 * --------------------------------------------------
 */

#secondary.sidebar-left {
	margin-top: 72px;
}


/**
 * Misc Styling
 * --------------------------------------------------
 */

h1.entry-title, .error404 h1.page-title, .search h1.page-title {
/*     font-size: 48px; */
    margin-top: 72px;
}

.single h1.entry-title {
/*     font-size: 48px; */
    margin-top: inherit;
}

.back-news {
    margin-top: 72px;
    margin-bottom: 24px;
}


h1, h2,.h1, .h2 {
	font-weight: 600;
}

h3, h4, h5, h6, .h1, .h4, .h5, .h6 {
	font-weight: 500;
}

.back-to-top {
    color: #CCD1D9;
    font-size: 12px;
    padding: 10px 15px;
    display: block;
    border-left: 4px solid transparent;
}

a.back-to-top:focus {
  color: #999999;
}

#scrollspy-nav li a {
  color: #AAB2BD;
  background-color: inherit;
  border-left: 4px solid transparent;
}

#scrollspy-nav li a:hover {
  color: #E9840E;
  border-left: 2px solid #E9840E;
}

#scrollspy-nav li.active a {
  color: #E9840E;
  border-left: 4px solid #E9840E;
}

.page-id-495 .ssba {
  margin-bottom: 0;
  margin-top: 0;
}

/** Simple Share Buttons for 134 pages **/
body.page-id-1319 div.ssba div, body.page-id-1277 div.ssba div, body.page-id-1244 div.ssba div, body.page-id-1263 div.ssba div, body.page-id-1129 div.ssba div, body.page-id-1084 div.ssba div, body.page-id-1081 div.ssba div, body.page-id-1047 div.ssba div, body.page-id-1044 div.ssba div, body.page-id-999 div.ssba div, body.page-id-991 div.ssba div, body.page-id-984 div.ssba div, body.page-id-980 div.ssba div, body.page-id-974 div.ssba div, body.page-id-839 div.ssba div, body.page-id-841 div.ssba div, body.page-id-893 div.ssba div {
  text-align: center !important;
  margin-top: 1.5em;
}

.jumbotron h2.home-h1 {
  font-size: 48px;
}

@media (max-width: 767px) {
  .jumbotron h1, .jumbotron .h1 {
    font-size: 32px;
    margin-bottom: 36px;
  }
  .jumbotron h2.home-h1 {
    font-size: 32px;
  }
  h2.reg-a-page-h2 {
    font-size: 40px;
  }
  h1.entry-title {
    font-size: 40px;
  }
}

.jumbotron.section-seven .lead {
  font-size: 21px;
}

/* Hide MarkeTrade Title */

body.page-id-703 h1 {
	display: none;
}

/* Bill Hambrecht Page */

.post-739 h1#page-title.entry-title, .post-766 h1#page-title.entry-title {
	margin-top: 0;
}

/**
 * Home Page
 * --------------------------------------------------
 */

.jumbotron {
	margin-bottom: 0;
	padding-bottom: 0;
}

.jumbotron.section-one {
	color: #ffffff;
}

.jumbotron.section-one {
	/* background: url('/wp-content/uploads/2014/03/golden-gate-gradient.jpg') repeat 0 0; */
	/*background: url('/wp-content/uploads/2014/04/golden-gate-5.jpg') repeat 0 0;
	background-size:cover;
	-webkit-background-origin:border;*/
  background-image: url('/wp-content/uploads/2014/04/golden-gate-5.jpg');
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 100%;
  width: 100%;
}

@media (min-device-width : 768px) and (max-device-width : 1024px) {
  .jumbotron.section-one {
    background-image: url('/wp-content/uploads/2014/06/golden-gate-tablet.jpg');
    background-size: 125%;
    background-position: 0 0;
  }
}

@media (max-width: 767px) {
  .jumbotron.section-one {
    background-image: url('/wp-content/uploads/2014/06/golden-gate-5-small.jpg');
    background-size: 185%;
	background-position: 0 0;
  }
}

.ie6 #section-one {
    background: background-color: white;
}

#section-one .header-trans-bkgrnd div p {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
}

.header-trans-bkgrnd {
	margin: 35px 0 0;
	padding: 1px 20px 34px;
	border-radius: 4px;
	background:rgb(0,0,0);
	background: transparent\9;
	background:rgba(0,0,0,0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
	zoom: 1;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    2px 2px 2px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         2px 2px 2px 0px rgba(0, 0, 0, 0.4);
}
.header-trans-bkgrnd:nth-child(n) {
	filter: none;
}

.jumbo-white {
	background-color: #ffffff;
}

.pad20 {
	border: 1px solid #CCD1D9;
	border-radius: 3px;
	padding: 20px;
}

.pad5 {
	border: 1px solid #CCD1D9;
	border-radius: 3px;
	padding: 5px;
}

.home #section-two {
	-webkit-box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0 -5px 5px 0 rgba(0, 0, 0, 0.5);
	box-shadow:         0 -5px 5px 0 rgba(0, 0, 0, 0.5);
}

h2.jumbo-section-head {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 48px;
    margin-top: 48px;
}

.data-science {
	background: url('/wp-content/uploads/2014/04/sphere-bkgnd-01.png') no-repeat 0 0;
	background-size:cover;
	-webkit-background-origin:border;
	min-height: 288px;
}

.data-science .jumbo-section-head {
	margin-top: 0;
	margin-bottom: 36px;
}

.data-science h3 {
	padding-right: 35%;
}

.ie6 #section-one {
    background: background: white url('/wp-content/uploads/2014/04/temp-4.png') repeat 0 0;
   	background-size:cover;
}

.section-mid-btm {
	margin-bottom: 36px;
}

/*
#carousel-did-ya-know {
	background: white url('/wp-content/uploads/2014/04/tri-yellow-bkgrn.png') repeat 0 0;
}
*/

#carousel-did-ya-know .carousel-caption {
	bottom: inherit;
	top: 35px;
	padding: 10px 10px;
	border-radius: 4px;
	background:rgb(0,0,0);
	background: transparent\9;
	background:rgba(0,0,0,0.4);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
	zoom: 1;
}
#carousel-did-ya-know .carousel-caption:nth-child(n) {
	filter: none;
}

#carousel-did-ya-know .carousel-caption h3, #carousel-did-ya-know .carousel-caption h2  {
	margin-top: 0;
}


#carousel-did-ya-know .carousel-caption a {
	color: white;
	text-decoration: underline;
}

#carousel-did-ya-know .carousel-caption a:hover {
	text-decoration: none;
}

.down-btn.down-arrow .glyphicon {
    line-height: inherit;
    padding: 4px 24px 0;
}

.down-btn.down-arrow {
    background: none repeat scroll 0 0 #FFFFFF;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #330F13;
    font-size: 22px;
    border-bottom: 2px solid white;
}

a.down-btn.down-arrow:hover {
  color: #3BAFDA
}

.home h1 a {
  text-decoration: underline;
  color: white;
}

.home h1 a:hover {
  text-decoration: none;
}

div.table-responsive.tdeals {
  border:none;
}

.tdeals table tr td {
  border-top:none;
}

.tdeals table {
  margin-bottom:0;
  padding-bottom:0;
}

.tdeals .active-header{
  height:80px;
}

.tdeals .active-image{
  height:150px;
  vertical-align:middle;
}

/**
 * Calendar Box
 * --------------------------------------------------
 */

.ipo-calendar h2 {
	margin:inherit;
}

.ipo-calendar {
	color: #434A54;
	margin-top: 36px;
}

.margin-listing {
	margin-bottom: 9px;
}

.margin-listing-2x {
	margin-bottom: 18px;
}

.ipo-calendar .panel-heading, .ipo-calendar .panel-footer {
	background-color: #333;
	color: #ffffff;
}

.pagination {
	margin-bottom: 0;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #3BAFDA;
    border-color: #3BAFDA;
    color: #FFFFFF;
}

/*.ipo-calendar #carousel-calendar .carousel-inner {
  min-height: 310px;
}*/




/**
 * OpenIPO
 * --------------------------------------------------
 */

.page-id-404 #section-seven {
	-webkit-box-shadow: 0 -4px 3px 0 rgba(50, 50, 50, 0.50);
	-moz-box-shadow:    0 -4px 3px 0 rgba(50, 50, 50, 0.50);
	box-shadow:         0 -4px 3px 0 rgba(50, 50, 50, 0.50);
}

/*#section-six {
	background: url('/wp-content/uploads/2014/04/clouds-are-for-winners-too.jpg') repeat 0 0;
	background-size:cover;
	-webkit-background-origin:border;
}

.ie6 #section-six {
    background: background: white url('/wp-content/uploads/2014/04/clouds-are-for-winners-too.jpg') repeat 0 0;
   	background-size:cover;
}*/

#section-six.summit {
	/*background: url('/wp-content/uploads/2014/04/summit-large.jpg') repeat 0 0;
	background-size:cover;
	-webkit-background-origin:border;*/
  background-image: url('/wp-content/uploads/2014/05/summit-large-sqr.jpg');
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 100%;
  width: 100%;
}

@media (min-device-width : 768px) and (max-device-width : 1024px) {
  #section-six.summit {
    background-image: url('/wp-content/uploads/2014/06/summit-large-tablet.jpg');
    background-size: 125%;
    background-position: 0 0;
  }
}

@media (max-width: 767px) {
  #section-six.summit {
    background-image: url('/wp-content/uploads/2014/05/summit-large-sqr-small.jpg');
    background-size: initial;
    background-position: 0 0;
  }
}

.ie6 #section-six.summit {
    /*background: background: white url('/wp-content/uploads/2014/04/summit-large.jpg') repeat 0 0;
   	background-size:cover;*/
    background-color: white;
}

/*
.openipo-header-pad-bkgrnd {
	margin-bottom: 48px;
	margin-top: 48px;
}
*/

.openipo-header-trans-bkgrnd {
	padding-top: 18px;
	margin-top: 36px;
	margin-bottom: 48px;
	color: white;
	border-radius: 4px;
	background:rgb(0,0,0);
	background: transparent\9;
	background:rgba(0,0,0,0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000,endColorstr=#4c000000);
	zoom: 1;
/*
	-webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    4px 4px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         4px 4px 5px 0px rgba(0, 0, 0, 0.5);
*/
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    2px 2px 2px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         2px 2px 2px 0px rgba(0, 0, 0, 0.5);
}
.header-trans-bkgrnd:nth-child(n) {
	filter: none;
}

.openipo-header a {
	color: #434A54;
	font-weight: 700;
	text-decoration: underline;
}

.openipo-header a:hover {
	text-decoration: none;
}

/**
* Clients
* --------------------------------------------------
*/

#carousel-clients h3 {
	color: #333;
	text-shadow: none;

}

#carousel-clients .carousel-control .glyphicon-chevron-left, #carousel-clients .carousel-control .glyphicon-chevron-right, #carousel-clients .carousel-control .icon-prev, #carousel-clients .carousel-control .icon-next {
	color: #656D78;
	margin-left: -30px;
	margin-right: -30px;
}

#carousel-clients .carousel-control.left {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 100%);
}

#carousel-clients .carousel-control.right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 100%);
}

#carousel-clients .carousel-control:hover, #carousel-clients .carousel-control:focus {
	opacity: .8;
}

#carousel-clients .carousel-indicators .active {
	background-color: #CCD1D9;
}

#carousel-clients .carousel-indicators li {
	border-color: #AAB2BD
}

#carousel-clients .carousel-indicators {
	bottom: -10px;
}

#carousel-clients h3.h2 {
  margin-top: 0;
}

.deal-view-link {
  display:none;
}

@media (max-width: 767px) {
    .deal-view-link {
        display:inherit;
    }
    .deal-view-link#recent-ipo {
        display:none;
    }
    .deal-view-link#open-ipo {
        display:none;
    }
}

@media (max-width: 767px) {
    .deal-view {
        display:none;
    }
    .deal-view#recent-ipo-div {
        display:inherit;
    }
    .deal-view#open-ipo-div {
        display:inherit;
    }
}


/**
 * A+ IPO
 * --------------------------------------------------
 */

/*
.sidebar-menu-action.affix-top, .sidebar-menu-action-btn {
	position: absolute;
}
*/


/**
 * NEWS
 * --------------------------------------------------
 */

body.blog article h3 {
	margin-top: 72px;
}

body.blog article h3 a {
  color: #434A54
}

#recent-posts-3 > ul:nth-child(2), #archives-3 > ul:nth-child(2) {
 	list-style: none outside none;
    margin-bottom: 0;
    padding-left: 0;
}

#recent-posts-3 li a, #archives-3 li a {
    display: block;
    padding: 10px 15px;
    position: relative;
}

body.blog #nav-below {
  margin-top: 72px;
}

body.single #nav-below {
  margin-top: 72px;
}

body.single .back-news {
  border-bottom: 1px solid #E6E9ED;
  padding-bottom: 10px;
}

.ssba {
  border-radius: 6px !important;
}

.ssba {
  margin-bottom: 6px;
  margin-top: -8px;
}

/**
 * CLIENTS
 * --------------------------------------------------
 */

.client-block {
	height: 310px;
	margin-bottom: 24px;
}

.offering-price {
	vertical-align: bottom;
	background-color: #E6E9ED;
	padding: 1px;
	border-radius: 3px;
}

#carousel-clients .panel {
	margin-bottom: 0;
}

#carousel-clients .panel-body {
	text-align: center;
}

.tstone table {
	height:	325px;
}

.tstone-image, .tstone-footer {
	height: 75px;
}

.table td.tstone-image, .table td.tstone-footer {
	vertical-align: middle;
}

.table td.tstone-body {
	vertical-align: top;
}

.tstone h6 {
	font-weight: 700;
}

.tstone p {
	font-weight: 600;
}

#affix-clients.affix {
  top: 72px;
}

/**
 * Contact Forms
 * --------------------------------------------------
 */

 .wpcf7-list-item {
  display:block;
 }

 .wpcf7-list-item .wpcf7-list-item-label {
  font-weight:600;
 }

 #ipo-alert-subscribe .input-group span.wpcf7-not-valid-tip {
  display:none !important;
 }

/* FundAmerica Modal Body Fix */

body[dir-fa-invest-now].modal-open {
position: inherit !important;
}

 /**
 * Reveal Hidden Fields
 * --------------------------------------------------
 */
/*
.reveal-if-active {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  font-size: 16px;
  transform: scale(0.8);
  transition: 0.5s;

  label {
    display: block;
    margin: 0 0 3px 0;
  }
  input[type=text] {
    width: 100%;
  }

  input[type="radio"]:checked ~ &,
  input[type="checkbox"]:checked ~ & {
    opacity: 1;
    max-height: 100px;
    padding: 10px 20px;
    transform: scale(1);
    overflow: visible;
  }
}

form {
  max-width: 500px;
  margin: 20px auto;
  > div {
    margin: 0 0 20px 0;
    label {
      font-weight: bold;
    }
    > div {
      padding: 5px;
    }
  }
  > h4 {
    color: green;
    font-size: 24px;
    margin: 0 0 10px 0;
    border-bottom: 2px solid green;
  }
}

body {
  font-size: 20px;
}
* {
  box-sizing: border-box;
}*/
