@media (min-width: 1200px) {
    
    
    
    h1,h2,h3,h4,h5 {
        font-weight: 700;
        letter-spacing: -.05rem;
    }
    
    
    
    
    .text-success {
        color: #0A8F65;
    }
    
    
    .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;
    }
    
    #three-steps .bucket {
    	text-align: center;
    	padding: 15px;
    	border: solid 1px #EEE;
    }
    
    #three-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;
    }
    
    #copyright-statement {
        margin-top: 40px;
        margin-bottom: -30px;
        text-align: center;
    }
    
    .slogan-stripe  {
        margin: 0px;
        font-size: 2.75rem;
        color: white;
        font-weight: 700;
        letter-spacing: -.15rem;
        line-height: 3rem;
    }
    
    .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;
    }
    
    .banner-content .inner-overlay-content h1 {
        font-size: 3rem;
        letter-spacing: -.12rem;
    }
    
    .graphic-stripe {
    	height: 95px;
    	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);
    }
    
    .sponster-list h5 {
        font-size: 1.8rem;
    }
    

    
}