@font-face {
    font-family: 'montserrat';
    src: url('../fonts/Montserrat-Light.ttf')  format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'montserrat';
    src: url('../fonts/Montserrat-Bold.ttf')  format('truetype');
    font-weight: bold;
}


body {
    margin-top: 50px;
    font-size: 20px;
}

p {
    font-size: 20px;
}

a {
    text-decoration: underline;
}

a:hover, a:focus {
    color: #F3AD00;
}



h1,h2,h3,h4,h5 {
    font-weight: 700;
    letter-spacing: -.08rem;
}




.text-success {
    color: #0A8F65;
}

.navbar-nav > li.btn-link .btn {
    padding: 5px 10px !important;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 5px;
}

.btn.btn-success {
    background: #43B375;
    border: 1px solid #0A8F65;
}

.btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success:active, .btn.btn-success.active {
    background: #8BD0AA;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}



.fa-3x {
    font-size: 3em;
}

.feature-wrapper .feature-icon {
 padding: 10px 20px;   
}

.feature-wrapper .feature-icon .feature-icon-inner {
    position: relative;
    width: 55px;
    height: 55px;
    line-height: 72px;
    border-radius: 50em;
    -moz-border-radius: 50em;
    -webkit-border-radius: 50em;
}

.bg-success{
    background-color: #43B375;
}

.feature-wrapper .feature-icon .feature-icon-inner.bg-success:after {
    box-shadow: 0 0 0 5px #43B375;
    -moz-box-shadow: 0 0 0 5px #43B375;
    -webkit-box-shadow: 0 0 0 5px #43B375;
}

.testimonial-quotes {
    font-size: 18px;
    padding: 14px;
}

.step-wrapper {
	text-align: center;
    padding: 15px;
    border: solid 1px #EEE;
    height: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    border-radius: .6rem;
    background-color: #fff;
}

#3-steps .media-heading {
    margin-bottom: -12px;
    margin-top: 4px;
}

.sponster-list-count {
    background: url('../img/sponster_bullet_blank.png') no-repeat;
    background-size: 40px 40px;
    background-position: 10px 0px;
    width: 54px;
    height: 40px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    line-height: 42px;
    letter-spacing: -.15em;
    overflow: visible;
}

.underline-links a {
    color: #43B375;
    text-decoration: underline;
    font-weight: bold;
}

.footer-logo-strip {
		display: block;
		width: 100%;
		background-color: #777;
		padding: 10px 0;
}

ul.socialicons li {
    list-style-type: none;
    display: inline;
    padding: 10px 10px;
}

#copyright-statement {
    margin-top: 40px;
    margin-bottom: -30px;
    text-align: center;
}

.slogan-stripe  {
    font-size: 2.5rem;
    color: white;
    font-weight: 700;
    letter-spacing: -.15rem;
    line-height: 2.75rem;
    padding: 20px 0;
}

.bg-dark-sponster-green {
    background-color: #0A8F65;
}

.bg-dark-youdata-purple {
    background-color: #8A8BAD;
}

.purple-text {
    color: #8A8BAD;
}


#sub-page-banner-graphic {
	height: 75px;
	background-color: #999;
	background-size: auto 100%;
	margin-bottom: 50px;
}

.graphic-stripe {
	height: 65px;
	margin: 0px;
}

#banner-message {
    position: relative;
    font-weight: 800;
    font-size: 40px;
    color: white;
    text-align: right;
    margin-top: -92px;
    margin-bottom: 20px;
    letter-spacing: -2px;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, .50);
}

.post-script {
    vertical-align: super;
    font-weight:200;
    font-size: 40%;
    line-height: 2rem;
}


.banner-sponstered-people {
    background: #999 url(../img/sponstered_people.png) center;
}

.banner-hidden-faces-youdata {
    background: #999 url(../img/hidden_face_strip_youdata.png) center;
    background-color: #999;
	background-size: auto 100%;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #0A8F65;
}

#sidebar {
    overflow: hidden;
    border-right: 1px solid #0A8F65;
}

#sidenav {
     margin-right: -10px;
     font-size: 16px;
     line-height: 19px;
}

.m-tb-xl {
    margin: 60px 0 70px 0;
}

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.center-in-div {
    margin-left: auto;
    margin-right: auto;
}

.indent-list li {
    margin-left: 1.5rem !important;
    margin-bottom: 1rem !important;
}


/* NAVIGATION ------------------------------------------------------------------------- */

#logo-div {
    display: flex;
    align-items: center;
    justify-content: center;
}

#navbar-menu-items {
    margin-left: 30px;
}

#navbar-content {
    justify-content: space-between;
}

.front-end-navbar {
    margin-top: -50px;
}

#logo {
    display: block;
    background: url(../img/youdata_logo_navbar.png) no-repeat left center;
    background-size: 150px 40px;
    width: 150px;
    height: 40px;
}

.beta-label {
    padding: .3em .6em .3em;
    font-size: 14px;
    font-weight: 700;
}

.navbar {
    -webkit-border-radius: 0 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 1px 1px
    rgba(0, 0, 0, 0.15);
}



.how-it-work-list .how-it-work-icon {
    text-align: center;
    margin: 0 auto;
    padding: 10px;
}

#banner {
    margin-top:50px;
    overflow: hidden;
    background-color: #f4f8f9;
}


.banner-content {
    text-align: left;
    background-color: rgba(255,255,255,.7);
    padding: 30px;
}

.banner-content .inner-overlay-content h1 {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.1rem;
    color: #666;
    font-weight: 700;
    letter-spacing: -0.06rem;
}

.banner-content .inner-overlay-content p {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    color: #666;
    margin: 0 0;
}

a.nav-link {
    text-decoration: none;
}

a.btn {
    text-decoration: none;
}

a.beta-label {
    text-decoration: none;
}

a.beta-label:hover {
    color: #fff;
}

.btn-banner-video, .btn-banner-video:hover, .btn-banner-video:active, .btn-banner-video:visited, .btn-banner-video:focus {
    margin-bottom: 10px;
    background: rgba(0,0,0,.3);
    border: 1px solid white;
    color: #666;
}

.btn-banner-video:hover {
    background: rgba(0,0,0,.6);
}

.video-close {
    font-size: 60px;
    line-height: 40px;
    position: absolute;
    bottom: -70px;
    background-color: transparent;
    border: 0;
    text-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    width: 100%;
    text-align: center;
}

.video-close a {
    color: white;
}

.modal-body {
    padding: 10px;
    height: 310px;
}

.banner-button-wrapper {
    margin: 10px 0px;
    padding: 0px 10px;
}

.banner-content .btn {
    color: #fff;
    padding: 10px 10px !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.0rem;
    margin: 10px 10px 0px 0px;
}

.banner-content .btn:last-child {
    margin: 10px 0px 0px 0px;
}
 

.banner-image {
    text-align: center;
}


.policy-text {
    display: block;
    width: auto;
    margin-top: 20px;
    background-color: #404d59;
    border: 2px solid #8A8BAD;
    padding: 30px 20px;
    box-shadow: 0 0 10px rgba(0,0,0,.25);
}

    
.policy-text p {
    font-size: 1.4rem;
    line-height: 1.6rem;
}

.policy-link {
    font-size: .8rem;
    color: #b9b9b9;
    text-decoration: underline;
    line-height: 40px;
}

.policy-hashtag {
    background-color:#8A8BAD;
    margin: 30px -20px -30px -20px;
    padding: 10px;
}

.revelation-wrapper {
    text-align: left;
    padding: 15px;
    border: solid 1px #e6e6e6;
    height: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    border-radius: .6rem;
    background-color: #fff;
}

.revelation-wrapper h4 {
    color: #8A8BAD
}

.sponster-icon {
    max-width: 200px;
}

.sponster-list {
    text-align: center;
}

.sponster-list:first-child {
    margin-top: 40px;
}

.sponster-list h5 {
    font-size: 1.8rem;
}

.btn-sponster {
    font-weight: 700;
    margin-top: 20px;
    text-transform: uppercase; 
    width: 100%;
}

.navbar-nav > li.btn-link .btn {
    padding: 5px 10px !important;
    font-weight: 700;
    text-transform: uppercase;
    margin: 5px 5px;
}

.footer-logo {
    width: 150px;
    margin: -5px 0 0 -8px;
}


