

html, body {
  min-width: 320px;
  font-family: 'Open Sans', sans-serif !important;
  background-color: #f7f7f7;
  overflow-x: hidden;
  color:#777;
}

h1, h2, h3, h4 {
  color:#3da8be;
}

h1 {
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 30px;
}

h1.body-header {

  margin-top: 80px;

}

h2 {
  font-weight: 400;
  font-size: 27px;
  margin-top: 60px;
  margin-bottom: 30px;
}

p {
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 20px;
}

p.lead{
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 40px;
}

p.lead-hero{
  padding-bottom: 82px;
}


small {
  font-size: 11px;
}

a { 
  color:#42a8be;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

b, strong {
  font-weight: 500;
}

label {
  font-weight: 400;
}

a {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

a:hover {
  text-decoration: none !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background-color: #fff;
  border-color: #dadee1 #dadee1 transparent;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  cursor: default;
}

.nav-tabs > li > a {
  background-color: #fff;
  border-color: #dadee1 #dadee1 transparent;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  cursor: default;
  padding:25px;
}
.nav-tabs > li {
  margin-bottom: 0px;
}
.nav > li > a {
    display: block;
    padding: 28px 36px;
    position: relative;
    border-radius: 0;
    margin-right:-1px;

}
.nav > li > a img{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.container-full {
  max-width: 100%;
}

.no-carousel {
  margin-top: 215px;
  margin-bottom: 100px;
}

.light-blue {
  background-color: #e4eff1;
  padding-bottom: 40px;
}

.light-blue2 {
  background-color: #dbebef;
}

.light-gray {
  background-color: #f0f0f0;
}

.graphic {
  padding-bottom: 10px;
}

.blue-rule {
  border-top: 6px solid #42a8be;
  margin-bottom: 72px;
}

.gray-rule-top-bottom {
  border-top:1px solid #ddd;
  border-bottom:1px solid #ddd;
  padding-bottom: 0px;
}

.modal-dialog {
  width:auto;
  padding: 20px;
}

/* Navigation */
#header {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0;
  width: 100%;
  padding: 0px 0 20px;
  background: rgba(51, 59, 70, 0.9);

}
#header {
  background: rgba(51, 59, 70, 0.9);
}

#small-header {
  background: rgba(41, 46, 52, 1.0);
  width: 100%;
  padding: 0px 15px 0px;
}

.navbar-nav > li > a {
  padding-top:7px;
  padding-bottom:8px;
  font-size: 12px;
  font-weight: 400;
  color: #3da8be;
  text-transform: uppercase;
}

#small-header .navbar-nav > li > a {
  padding-top:8px;
  padding-bottom:8px;
  font-size: 12px;
  font-weight: 400;
  color: #cccccc;
  text-transform: uppercase;
}

#small-header .navbar-nav > li > a:hover {
  background-color: #2e90bd;
}

#small-header .navbar{
  min-height: 37px;
}

#small-header .navbar-nav{
  margin-right: 0px;
}
.nav-holder .navbar-nav{
  margin-top: 24px;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
    text-decoration: none;
    color:#fff !important;
}

.navbar-top {
  background: none;
  margin: 0;
  border-radius: 0;
  border: 0;
}
.navbar-top .nav-holder {
  overflow: hidden;
}

.main-nav {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.main-nav > li {
  padding: 12px 0 8px 65px;
}
.main-nav > li.active a,
.personas #personas-nav a,
.get-started #get-started-nav a,
.publishers #publishers-nav a,
.advertisers #advertisers-nav a,
.developers #developers-nav a,
.about-us #about-us-nav a {
  text-decoration: none;
  background: none;
  color: #fff !important;
}
.main-nav > li > a {
  line-height: 16px;
  color: #3da8be !important;
  padding: 0;
}
.main-nav > li > a:hover, .main-nav > li > a:focus {
  text-decoration: none;
  background: none;
  color: #fff !important;
}

.navbar .navbar-collapse {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-toggle {
  background: rgba(61, 168, 190, 0.5) !important;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  margin-top: 20px;
  height: auto !important;
}
.navbar-toggle .icon-bar {
  background: #fff;
}

.navbar-brand {
  padding: 0px 0px 0px 10px;
  height: auto;
  margin-top: 20px;
}

/* buttons styles */
.btn {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 15px 40px;
  border-radius: 2px;
  text-align: center;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  letter-spacing: 0.3px;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #fff;
}

.btn-blue {
  background: #2e90bd;
}

.btn-blue:hover {
  background: #3fc0eb;
}

.btn-green {
  background-color: #3da8be;
}

.btn-green:hover {
  background-color: #47c2bd;
}


.two-buttons .btn {
  margin-left: 10px;
  margin-bottom: 10px;
}

/* footer */
.main-footer {
  background: #f0f0f0;
  font-size: 13px;
  line-height: 24px;
  padding: 0px 0 0;
  color:#8e8e8e;
}
.main-footer .footer-holder {
  border-top: 1px solid #ddd;
  font-size: 11px;
  line-height: 15px;
  padding: 16px 0 56px;
}
.main-footer .list, .main-footer .text-container .list-logos ul, .text-container .list-logos .main-footer ul {
  margin-top: -7px;
}
.main-footer h4 {
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: inherit;
  margin: 0 0 13px;
}
.main-footer address {
  margin: 0 0 25px;
  line-height: 24px;

}
.main-footer .copyright a {
  color: inherit;
}

.right-holder {
  text-align: right;
}

.footer-nav {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
}

.footer-nav li {
  display: inline-block;
  vertical-align: top;
  border-left: 1px solid #666;
  padding: 1px 3px 0 6px;
}

.footer-nav li:first-child {
  border: 0;
}

.footer-nav a {
  color: #8e8e8e;
  font-size: 11px;
}

.to-top {
  display: inline-block;
  vertical-align: top;
  width: 13px;
  height: 12px;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  background: url(../images/sprite.png) -80px 0 no-repeat;
}

h3 > .to-top {
  vertical-align: middle;
}
/* end footer */


/* Carousel base class */

.carousel img { z-index: 1; width: 100%; height: auto; max-width: 500%; }
#personas-carousel .item {  left: 0 !important; -webkit-transition: opacity 0.8s; -moz-transition: opacity 0.8s; -o-transition: opacity 0.8s; transition: opacity 0.8s;}
#personas-carousel .active.left {left:0;opacity:0;z-index:2;}
#personas-carousel .next {left:0;opacity:1;z-index:1;}

.carousel .carousel-caption { 
  text-align:left;
  left:20%;
  top:30%;
}
.carousel .carousel-caption h1 ,
.carousel .carousel-caption h2 { 
  color:#fff;
  font-weight: 100;
  margin: auto;
}

.carousel .carousel-caption h1 {
  margin-bottom: 18px;
  line-height: 50px;
  margin-bottom: 40px;
}

.carousel .carousel-caption h2 { 
  font-size:24px;
  line-height: 38px;
  font-weight: 100;
  margin: auto auto 40px auto;
}

/* contact */

.center-block {
  float:none;
}
.address-contact {
  height: 80px;
  margin-bottom: 50px;
}

.contact h1 {
  
}


/* developers */



/* publishers */

#faq .lead {
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 60px;
}

#faq h4 {
  line-height: 30px;
}

ul.small-bullets li {
  font-size: 20px;
  font-weight: 100;
  color: #3da8be;
  margin-top: 8px;
  padding-top: 2px;
  line-height: 0px;
  margin-bottom: 40px;
  
}

.publishers td{
  font-size: 14px;

}

.publishers td.white{
  background-color: #fff;
  min-width: 163px;

}

.publishers td.green{
  background-color: #e9f7f6;
}

.publishers td.blue{
  background-color: #e6f2f6;

}

ul.small-bullets { 
  list-style: none; 
}

ul.small-bullets li:before{ 
  content:"•"; font-size:10pt; 
}

ul.small-bullets li:last-child{
  margin-top: 10px;
}
ul.small-bullets li:last-child:before{
  content:" "; 
}

#aquire-hero {
  display: block;
  min-height: 1000px;
  background-position: center;
}

#rollover-graphic {
  background-image: url("../images/publishers_do_more_top-text.png");
  background-repeat: no-repeat !important;
  background-size: 800px 800px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  height: 800px;
  margin-top: 100px;
  position: relative;
}

#left-text {
  display: none;
}

#right-text {
  display: none;
}

#bottom-text {
  display: none;
}

#aquire-hero .aquire-hero-container {
  position: relative;
  width: 450px;
  margin: 0 auto;
  top: 160px;
}

.roller {
  position: absolute;
  width: 150px;
  height: 150px;
  cursor: pointer;
}

#top-roller {
  top: 0;
  left: 50%;
  margin-left: -75px;

}

#bottom-roller {
  bottom: 0;
  left: 50%;
  margin-left: -75px;
}

#left-roller {
  left: 0;
  top: 50%;
  margin-top: -88px;
}

#right-roller {
  right: 0;
  top: 50%;
  margin-top: -88px;
}

#aquire-hero .aquire-hero-container h1{
  font-size: 28px;
  color: #2e90bd;
  margin-top: 0px;
}

#aquire-hero .aquire-hero-container ul li:before{ 
  content:"";
}

#aquire-hero .aquire-hero-container ul li {
  font-size: 18px;
  color:#2e90bd;
  margin-top: 5px;
  padding-top: 0px;
  line-height: 33px;
  margin-bottom: 0px;
  list-style: outside;
  font-weight: 300;
  
}

.tag {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  text-align: center;
  height: 60px;
  vertical-align: middle;
  font-size: 30px;
  color: #fff;
  border-bottom-right-radius:5px;
  border-bottom-left-radius:5px;
  margin-top: 0px;
  width: 200px;
}

.know-more {
  
  background-color: #3da8be;
}

.do-more {
  background-color: #2e90bd;
}


.publishers h1 , .advertisers h1 {
  margin-top: 100px;
  margin-bottom: 32px;
} 

.advertisers .hero-text {
  margin-bottom: 45px;
}
.advertisers .carousel h2 {
  font-size: 42px;
  box-shadow: none;
  font-weight: 300;
  color: #292e34;
  text-shadow: none;
}


.publishers .blue-rule , .advertisers .blue-rule {
  margin-bottom: 28px;
}

.publishers .light-gray, .advertisers .light-gray {
  margin-top: 30px;
  border-top:1px solid #ddd;
  border-bottom:1px solid #ddd;
  padding-bottom: 80px;
}

.advertisers .light-gray .logos{
  margin-top: 57px;
}

.publishers .holder h3 , .advertisers .holder h3 {
  font-size: 22px;
  color: rgb(53, 158, 182);
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 10px;
}


.publishers .info td, .advertisers .info {
  background-color: #72bdcd;
  color:#fff;
  font-size: 16px;
  font-weight: 400;
}

.publishers td{
  max-width: 100px;
}

.table tr.lead td {
    height: 50px;
    vertical-align: middle !important;
}

.table tr.active td {
    height: 50px;
    vertical-align: middle !important;
}

.table p.text-center {
  margin: 0px;
  line-height: 0px;
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
  background-color: #72bdcd;
} 

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
  background-color:#f8f9f9;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
  background-color:#fff; 
}

.lead td:first-child {
  font-size: 16px;
  color:#42a8be;
  font-weight: 600;
  min-width: 533px;
}

/* about us*/
.conact .container {
  margin-top: 200px;
  margin-bottom: 100px;
}


.team-holder {
  padding: 35px 0 0;
  font-size: 14px;
  line-height: 25px;
}
.team-holder .row:last-child .block {
  padding: 0;
}
.team-holder .block {
  padding: 0 0 33px;
  overflow: hidden;
}
.team-holder .block .img-holder {
  padding: 0;
  width: 50%;
  float: left;
  margin: 4px 14px 0 0;
  padding: 0 15px 0 0;
}
.team-holder .block .thumbnail {
  padding: 0;
  border-radius: 0;
  border-color: #ddd;
  margin: 0;
}
.team-holder .block .thumbnail img {
  width: 100% !important;
  max-width: 100% !important;
}
.team-holder .heading {
  font-size: 14px;
  line-height: 18px;
  color: #666;
  font-size: 14px;
  padding: 0 0 9px;
}
.team-holder .heading a.linkedin {
  float: right;
  width: 22px;
  height: 22px;
  text-align: center;
  padding: 3px 0 0 2px;
  margin: 4px 0 0;
}

.team-holder .heading h3 {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 6px;
}
.team-holder .heading h3 a:hover {
  text-decoration: none;
}
.team-holder .heading .heading-holder {
  overflow: hidden;
}


/* get started */

.get-started .light-blue {
  padding:30px;
  margin-top: 10px;
  min-height: 120px;
  max-height: 220px;
}

.get-started .btn {
  float: right;
  width: 215px;
  margin: 5px 10px 10px 10px;
}

.get-started h2 {
  float: left;
  margin: 10px 0px 0px 0px;
}


.contact .light-blue{
  padding:10%;
  margin-top: 42px;
}

.contact label, .get-started label {
  font-size: 14px;
  font-weight: 300;
  margin-top: 5px;
}

.contact input[type=text], .get-started input[type=text]{
  font-size: 24px;
  font-weight: 300;
  height: 60px;
  padding-left: 20px;
  margin-top: 20px;
}

pre.prettyprint {
    border: 1px solid #dadee1;
    padding: 0px;
}
pre {
    background-color: #fff;
    border-left: 1px solid #d8dede;
    border-right: 1px solid #d8dede;
    border-bottom: 1px solid #d8dede;
    border-top: 0px !important;
    border-radius: 0;
    color: #333;
}

ol.linenums {
    background-color: #f7f7f7;
    margin:0px;
}

ol.linenums li {
  background-color: #fff;
  color: #42a8be;
  list-style-type: decimal;
}
.code-top {
  border-right: 1px solid #d8dede;
  border-top: 1px solid #d8dede;
  border-left: 1px solid #d8dede;
  display: block;
  background-color: #fff;
  height: 60px;
}

.code-top p {height: 60px;margin:0px;}

.code-top p img {
  position:relative;
  top:10px;
}

.typ, .pln {
    color: #42a8be;
}
.str,.pun,.lit,.kwd {
  color: #47c2bd;
}

/* index */
.home {
  color:#8e8e8e;
}

.home h1 {
  margin-top: 93px;
  margin-bottom: 20px;
}

.home #wrapper {
  padding: 0;
}

.home .main-nav {
  float: none;
  text-align: center;
}
.home .main-nav > li {
  float: none;
  display: inline-block;
  vertical-align: top;
  padding: 12px 32px 8px;
}

.home .art {
  background-image: url("../images/artBG.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  max-height: 480px;
  height: 480px;
  background-position: center;
  overflow:visible;
}

.company-icons img {
  width: 190px;
  max-height: 120px;
}

.company-icons .col-md-2 {
 
  padding: 5px;
}

.home .hero-text {

  background-color: transparent;
}

.home .hero-text h1 {
  color:#fff;
  text-shadow: 1px 1px 4px #000;
  text-align: center;
  font-weight: 600;
}

.home .hero-text p{
  color:#fff;
  text-shadow: 1px 1px 4px #000;
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  line-height: 46px;
}

.home .blue-rule {
  border-top: 6px solid #42a8be;
  margin-bottom: 31px;
}
.home h3 {
  font-size: 22px;
  color: rgb(53, 158, 182);
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 10px;
}


.home h5 {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
  font-weight: 300;
  margin-top: 1px;
}

.home p.lead {
  margin-bottom: 68px;
}


.home button{
  text-transform: uppercase;
  color:#fff;
  font-weight: 600;
  margin-right: 10px;
  margin-bottom: 14px;
  border-radius: 2px;
  font-size: 15px;
  height: 53px;
  background-color: rgb(53, 158, 182);
}

.home button.demo {
  margin-top: 10px;
  margin-bottom: 90px;
}

.home .top-points {
  margin-bottom:31px; 
  color: #8e8e8e;
}

.top-points .holder {
  height: 120px;
}

.top-points .holder img{
  height: 100px;
  width: 100px;
  display: block;
  margin-right:10px;
}

.caption-right {
  right:15% !important;
  left:auto !important;
}

.caption-right2 {
  right:15% !important;
  left:auto !important;
  top: 40% !important;
}

.dark-text {
  top: 38% !important;
  width: auto;
}

.home .dark-text {
  top: 50% !important;
}

.carousel .carousel-caption h1.bottom-h1 {
  margin-bottom: 20px;
}

.dark-text h1 {
  font-size: 42px;
  line-height: 62px;
  box-shadow: none;
  font-weight: 300;
  color: #292e34 !important;
  text-shadow: none;
  margin-bottom: 20px;
}

.dark-text h2 {
  font-size: 24px;
  line-height: 32px;
  box-shadow: none;
  font-weight: 300;
  color: #292e34 !important;
  text-shadow: none;
}

.home .caption-right h2 {
  font-size: 24px;
}

.home .text-right { 
  text-align: right;
}

.carousel-caption button {
  text-transform: uppercase;
  color:#fff;
  font-weight: 600;
  margin-right: 10px;
  margin-bottom: 14px;
  border-radius: 2px;
  font-size: 15px;
  height: 53px;
  background-color: rgb(40, 133, 181);
  padding: 6px 30px;
}

.carousel-control .glyphicon-chevron-left {
  content: "";
  background-image: url(../images/glyphicon-chevron-left.png);
  width: 36px;
  height: 62px;
}

.carousel-control .glyphicon-chevron-right{
  content: "";
  background-image: url(../images/glyphicon-chevron-right.png);
  width: 36px;
  height: 62px;

}

.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-next{
  margin-right: 0px;
}

.carousel-control .glyphicon-chevron-left, 
.carousel-control .icon-next{
  margin-left: 0px;
}

.carousel-indicators li {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin: 0px;
    text-indent: -999px;
    width: 12px;
    border-width: 0px;
    margin-left: 11px;
}

.carousel-indicators .active {
   margin-left: 11px; 
}

.glyphicon-chevron-right:before {
  content: "";
}

.glyphicon-chevron-left:before {
  content: "";
}

/* personas page */
/*.personas section {
  height:800px;
}*/
section .carousel-inner {
  max-height: 680px;
}
.personas section .carousel-inner
{
  max-height: 880px;
}

.personas button {
  text-transform: uppercase;
  color:#fff;
  font-weight: 600;
  margin-right: 10px;
  margin-bottom: 14px;
  border-radius: 2px;
  font-size: 15px;
}

.personas form button {
  text-transform: uppercase;
  color:#fff;
  font-weight: 600;
  margin-right: auto;
  margin-bottom: auto;
  border-radius: 2px;
  font-size: 15px;
  background-color: #3da8be;
  border-color:transparent;
}

.personas form .form-control{
  height: 35px;
}

.personas .form-inline {
  text-align: center;
}

.btn:hover, .btn:focus, .btn.focus {
    text-decoration: none;
}

#download-container{
  padding-bottom: 83px;
}

#download-personas-form{
  display: none;
}

#interests-activities{
  display: none;
}

#intent{
  display: none;
}

.persona-explorer {
  margin-bottom: 87px;
}

.persona-explorer button{
  text-transform: uppercase;
  color:#fff;
  font-weight: 600;
  margin-right: 10px;
  margin-bottom: 14px;
  height: 42px;
  border-radius: 2px;
  font-size: 15px;
}

.persona-explorer button:hover{
  background-color: #666;
  color:#fff;
}

.persona-explorer .life-stage {
  width: 122px;
  padding: 8px 10px;
  background-color: rgba(53, 158, 182, 0.5);
}

.persona-explorer .interests-activities {
  width: 220px;
  padding: 8px 10px;
  background-color: rgba(62, 186, 181, 0.5);
}

.persona-explorer .intent {
  width: 131px;
  padding: 8px 10px;
  background-color: rgba(55, 184, 232, 0.5);
}

#life-stage .life-stage {
  background-color: rgb(53, 158, 182);
}

.life-stage:hover {
  background-color: rgb(53, 158, 182) !important;
}

#interests-activities .interests-activities {
  background-color: rgb(62, 186, 181);
}

.interests-activities:hover {
  background-color: rgb(62, 186, 181) !important;
}

#intent .intent {
  background-color: rgb(55, 184, 232);
}

.intent:hover {
  background-color: rgb(55, 184, 232) !important;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

/* iPad Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  
  .get-started h2 {
    font-size: 20px;
    margin: 15px 0px 0px 0px;
  }

  .lead td:first-child{
    min-width: 200px;
  }

  .no-carousel {
    margin-top: 180px;
    margin-bottom: 50px;
  }

  .home .caption-right h2 {
    font-size: 20px;
  }

  .home .caption-right { 
    text-align: right;
  }

  .dark-text {
    top: 38% !important;
    width: auto;
  }

  .home .dark-text {
    top: 50% !important;
    width: auto;
  }

  .dark-text h1 { 
    font-weight: 400;
    font-size: 32px !important;
    line-height: 48px !important;
  }

  .carousel {
    top:0px;
  }

  .carousel .carousel-caption {
    top:30%;
  }
  .carousel .carousel-caption h1 ,
  .carousel .carousel-caption h2 { 
    color:#fff;
    line-height: 30px;
  }

  .carousel .carousel-caption h2 { 
    font-weight: 300;
  }
  .carousel .carousel-caption h1 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 10px;
  }

  .carousel .carousel-caption h2 {
    font-size: 25px;
  }
 
  .carousel-caption .lead,
  .carousel-caption .btn {
    font-size: 18px;
  }

  .home .art {
    background-size: auto 100%;
  }

  #rollover-graphic {
    background-image: none;
    background-repeat: no-repeat !important;
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    width: auto;
  }
  
  #top-roller {
    display: none;
  }

  #left-roller {
    display: none;
  }

  #right-roller {
    display: none;
  }

  #bottom-roller {
    display: none;
  }

  #top-text {
    display: block;
  }

  #left-text {
    display: block;
  }

  #right-text {
    display: block;
  }

  #bottom-text {
    display: block;
  }

  #aquire-hero .aquire-hero-container {
    left: auto;
    margin-left: auto;
    margin-right: auto;
    position: static;
    top: auto;
    width: 550px;
  }

  #aquire-hero .aquire-hero-container h1{
    font-size: 30px;
    color: #2e90bd;
  }

  .aquire-hero-container ul {
    margin-bottom: 80px;
    font-size:14px; 
  }

  #aquire-hero .aquire-hero-container ul li:before{ 
    content:"";
  }

  #aquire-hero .aquire-hero-container ul li {
    font-size: 18px !important;
    color:#2e90bd;
    margin-top: 5px;
    padding-top: 0px;
    line-height: 35px;
    margin-bottom: 0px;
  }

  .navbar-nav > li > a {
    font-size: 11px;
    padding-right: 10px;
    padding-left: 10px;
  }
  
  .company-icons img{
    width: 98%;
  }
}

/* iPad Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  
  .get-started .light-blue {
    padding:30px;
    margin-top: 10px;
    min-height: 120px;
    max-height: 220px;
  }

  .get-started .btn {
    float: right;
    width: 215px;
    margin: 5px 10px 10px 10px;
  }

  .get-started h2 {
    float: left;
    font-size: 20px;
    margin: 15px 0px 0px 0px;
  }

  .lead td:first-child{
    min-width: 200px;
  }

  .no-carousel {
    margin-top: 180px;
    margin-bottom: 50px;
  }

  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: 0px;
  }

  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-next {
    margin-left: 0px;
  }

  .carousel {
    padding-top: 90px;
  } 

  .carousel .carousel-caption { 
    top:20%;
    padding: 0px;
    margin: 0px;
  }

  .publishers .carousel .carousel-caption { 
    top:30%;
    padding: 0px;
    margin: 0px;
  }

  .carousel .carousel-caption h1 ,
  .carousel .carousel-caption h2 { 
    color:#fff;
    line-height: 25px;
  }

  .carousel .carousel-caption h1 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
  }

  .carousel .carousel-caption h2 { 
    font-weight: 300;
    font-size: 16px;
  }

  .dark-text {
    top: 25% !important;
    width: auto;
  }

  .home .dark-text {
    top: 50% !important;
    width: auto;
  }

  .home .dark-text h2{
    margin-bottom: 10px;
    width: auto;
  }

  .dark-text h1 { 
    font-weight: 400;
    font-size: 26px !important;
    line-height: 36px !important;
  }

  .carousel-caption .lead,
  .carousel-caption .btn {
    font-size: 15px;
  }

  .home .art {
    background-size: auto 100%;
  }

  .home .hero-text h1 {
    font-size: 32px;
  }

  .navbar-nav > li > a {
    font-size: 11px;
    padding-right: 4px;
    padding-left: 3px;
  }

  #header {
    background: none repeat scroll 0 0 rgb(51, 59, 70);
  }

  #rollover-graphic {
    background-image: none;
    background-repeat: no-repeat !important;
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    width: auto;
  }
  
  #top-roller {
    display: none;
  }

  #left-roller {
    display: none;
  }

  #right-roller {
    display: none;
  }

  #bottom-roller {
    display: none;
  }

  #top-text {
    display: block;
  }

  #left-text {
    display: block;
  }

  #right-text {
    display: block;
  }

  #bottom-text {
    display: block;
  }

  #aquire-hero .aquire-hero-container {
    left: auto;
    margin-left: auto;
    margin-right: auto;
    position: static;
    top: auto;
    width: 550px;
  }

  #aquire-hero .aquire-hero-container h1{
    font-size: 30px;
    color: #2e90bd;
  }

  .aquire-hero-container ul {
    margin-bottom: 80px;
    font-size:14px; 
  }

  #aquire-hero .aquire-hero-container ul li:before{ 
    content:"";
  }

  #aquire-hero .aquire-hero-container ul li {
    font-size: 18px !important;
    color:#2e90bd;
    margin-top: 5px;
    padding-top: 0px;
    line-height: 35px;
    margin-bottom: 0px;
  }

  .company-icons img{
    width: 98%;
  }

}



/* Smartphones (portrait) */
@media only screen and (max-width : 320px) {
  
  .carousel .carousel-caption h1 {
    font-size: 14px !important;
    line-height: 18px !important;
    margin-bottom: 8px !important;
  }

  .carousel .carousel-caption h2 {
    font-size: 12px !important;
    line-height: 14px !important;
  }
  
  .carousel-caption .btn {
    margin-right: 2px;
    margin-bottom: 2px;
    margin-top: 2px;
    border-radius: 2px;
    font-size: 12px;
    height: 25px;
    min-width: 50px !important;
    padding: 0px 2px 0px 2px !important; 
  }
  

  .carousel-caption .lead,
  .carousel-caption .btn {
    font-size: 11px;
  }

  .home .hero-text p{
    color:#fff;
    text-shadow: 1px 1px 4px #000;
    text-align: center;
    font-size: 14px !important;
    line-height: 28px !important;
    font-weight: 300;
  }

  .publishers .holder h3, .advertisers .holder h3 {
    font-size: 18px !important;
  }

  .publishers .holder p, .advertisers .holder p {
    font-size: 12px !important;
  }
  
}


/* Desktops and laptops */
@media only screen and (min-width : 1050px) {

  .home .art {
    background-size: auto 100%;
  }

  .home .hero-text h1 {
    font-size: 32px;
  }

  .home .hero-text p{
    color:#fff;
    text-shadow: 1px 1px 4px #000;
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    line-height: 46px;
  }
}


/* Desktops and laptops */
@media only screen and (min-width : 1224px) {
  .home .art {
    background-size: 100% auto;
  }
}

/* Large screens */
@media only screen and (min-width : 1824px) {
/* Styles */
}



/*iPhone 6 landscape*/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : landscape) { 
  .carousel .carousel-caption { 
    top:15% !important;
  }

  .caption-right {
    right:15% !important;
  }  

  .home .dark-text {
    top: 5% !important;
    left: 13% !important;
  }

  .home .hero-text h1{
    font-size: 42px !important;
    line-height: 50px !important;
  }
  .home .hero-text p{
    font-size: 28px !important;
    line-height: 40px !important;
  }
}

/*iPhone 6+ landscape*/
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation : landscape) { 
  .carousel .carousel-caption { 
    top:15% !important;
  }

  .caption-right {
    right:15% !important;
  }  

  .home .dark-text {
    top: 5% !important;
    left: 13% !important;
  }

  .home .hero-text h1{
    font-size: 42px !important;
    line-height: 50px !important;
  }
  .home .hero-text p{
    font-size: 28px !important;
    line-height: 40px !important;
  }
}

/*iPhone 6 and iPhone 6+ portrait and landscape carousels */
@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px){ 
  
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -25px;
    top:30%;
  }

  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-next {
    margin-left: -25px;
    top:30%;
  }

  .carousel {
    padding-top: 85px;
  } 
  
  .carousel .carousel-caption { 
    top:0px;
  }

  .carousel .carousel-caption h1 ,
  .carousel .carousel-caption h2 { 
    color:#fff;
    font-weight: 300;
    line-height: 25px;
    margin: 0px;
    padding: 0px;
  }

  .carousel .carousel-caption h1 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .carousel .carousel-caption h2 {
    font-size: 14px;
  }
  
  .carousel-caption a, .carousel-caption .btn-green, .carousel-caption .btn {
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    border-radius: 2px;
    font-size: 15px;
    height: 25px;
    min-width: 100px !important;
    padding: 2px 5px 0px 5px !important; 
    background-color: #2e90bd;
  }

  .carousel-caption .btn-green:hover {
   background-color: #3fc0eb; 
  }

  .carousel-indicators {
    bottom: 5px;
  }

  .carousel-caption .lead,
  .carousel-caption .btn {
    font-size: 12px;
  } 

  .caption-right {
    right:15% !important;
    left:auto !important;
  }  

  .dark-text {
    top:20% !important;
  }

  .dark-text h1{
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 16px !important;
    line-height: 25px;
    width: auto;
  }

  .dark-text h2{
    margin-bottom: 10px;
    font-size: 12px !important;
    line-height: 16px !important;
    width: 160px;
  }

  .home .dark-text h1 { 
    font-weight: 400;
    font-size: 16px !important;
    line-height: 20px !important;
  }

  .home .dark-text h2{
    margin-bottom: 7px;
    font-size: 12px !important;
    line-height: 16px !important;
    width: 160px;
  }

  .home .dark-text {
    top: -1% !important;
    left: 13% !important;
  }


  
  

}

/*iPhone 6 and iPhone 6+ portrait*/
@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px) and (orientation : portrait){ 
 

}

/*iPhone 6 and iPhone 6+ landscape*/
@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px) and (orientation : landscape){ 
  



} 

/* Smartphones (portrait and landscape) */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

  .get-started .light-blue {
    padding:30px;
    margin-top: 10px;
    min-height: 190px;
  }

  .get-started .btn {
    float: right;
    width: 100%;
    margin: 20px 0px 10px 10px;
  }

  .get-started h2 {
    float: left;
    font-size: 20px;
    margin: 15px 0px 0px 0px;
  }
  
  /* global elements */
  .no-carousel {
    margin-top: 70px;
    margin-bottom: 50px;
  }

  .blue-rule {
    margin-bottom: 10px;
  }

  #header {
    background: none repeat scroll 0 0 rgb(51, 59, 70);
  }

  h1 {
    font-size: 30px;
    margin-top: 73px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  

  /* tables */
  .lead td:first-child{
    min-width: 100px;
  }

  .table-responsive
  {
      overflow-x: auto;
  }


  .publishers ul li {
    font-size: 18px !important;
  }

  .publishers p {
    font-size: 18px !important;
  }

  .publishers .holder {
    text-align: center;
    margin-bottom: 15px;
  }

  .publishers #rollover-graphic {
    background-image: none;
    background-repeat: no-repeat !important;
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    width: auto;
  }
  
  .publishers #top-roller {
    display: none;
  }

  .publishers #left-roller {
    display: none;
  }

  .publishers #right-roller {
    display: none;
  }

  .publishers #bottom-roller {
    display: none;
  }

  .publishers #top-text {
    display: block;
  }

 .publishers #left-text {
    display: block;
  }

  .publishers #right-text {
    display: block;
  }

  .publishers #bottom-text {
    display: block;
  }

  .publishers #aquire-hero .aquire-hero-container {
    left: auto;
    margin-left: auto;
    margin-right: auto;
    position: static;
    top: auto;
    width: auto;
  }

  .publishers #aquire-hero .aquire-hero-container h1{
    font-size: 30px;
    color: #2e90bd;
  }

  .publishers .aquire-hero-container ul {
    margin-bottom: 80px;
    font-size:14px; 
  }

  .publishers #aquire-hero .aquire-hero-container ul li:before{ 
    content:"";
  }

  .publishers #aquire-hero .aquire-hero-container ul li {
    font-size: 18px !important;
    color:#2e90bd;
    margin-top: 5px;
    padding-top: 0px;
    line-height: 35px;
    margin-bottom: 0px;
  }


  .home .art {
    background-size: auto 100%;
  }

  .home .hero-text h1 {
    font-size: 28px;
    line-height: 40px;
    margin-top: 20px;
  }

  .home .hero-text p{
    color:#fff;
    text-shadow: 1px 1px 4px #000;
    text-align: center;
    font-size: 18px;
    line-height: 37px;
    font-weight: 300;
  }

 
  
  .company-icons img{
    width: 98%;
  }


.hline { 
  width:100%; 
  height:1px; 
  background: #dddddd 
  }


