html { font-size: 62.5%; }

html, body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

@media (max-width: 990px) {
  html {
    font-size: 62.5%;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
  }
}
a:focus{
  text-decoration: none;
}
/*modal form styles*/
.modal-body.research-modal {
  margin: 30px;
}
.research-modal .form-group{
  margin-bottom: 25px;
}
.research-modal label{
  display: block;
  margin-bottom: 3px;
  font-size: 16px;
}
.research-modal input{
  font-size: 16px;
  padding: 4px;
}
.research-modal select {
  margin-top: 5px;
  width: 209px;
  padding: 4px;
}
.research-modal .btn{
  background-color: #8dc63f;
  color:#fff;
  font-size: 15px;
  padding: 10px 30px 10px 30px;
}
.research-modal .btn:hover{
  background-color:#409C1E;
}
.research-modal .formErrorContent{
  color: red;
    margin-left: 50px;
}
.pdf a{
  padding: 16px 81px 6px 81px;
  color: #000;
  background-color:#f5f5f5;
  font-size: 18px;
  line-height: 23px;
  font-family: "FaktConPro-Medium";
  border-radius: 5px;
}
.pdf a.btn:hover {
  background-color: #eee;
  color: #000;
}
@media(max-width: 992px){
  .pdf a{
    margin-bottom: 20px;
  }
}
/*feature box*/
.feature-box {
  padding: 0 15px 0 5px;
}

.feature-box>div {
  display: inline-block;
}

.feature-box .content {
  position: relative;
  z-index: 1;
}

.small-header {
  color: #999;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: Arial;
}

.feature-box .feature-text {
  color: #666;
  /*width: 340px;*/
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Arial;
}

.feature-box .topic-image-icon {
  color: #fff;
  position: absolute;
  top: 45px;
  right: 45px;
  font-size: 170px;
  font-size: 17rem;
  z-index: 1;
}

.feature-box .topic-image {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 0;
}

.feature-box h2 { margin:20px 0 0!important;}

@media (min-width: 990px) {
  .feature-box .right-images {
    min-height: 255px;
  }
}

@media (max-width: 990px) {
  .feature-box { padding-left: 0 !important; }

  .feature-box .content {
    position: relative;
    z-index: 1;
  }

  .feature-box .right-images {
    display: none;
  }

  .feature-box .topic-image-icon {
    display: none;
  }

  .feature-box .topic-image {
    position: absolute;
    top: 20px;
    right: 15px;
    width: 425px;
    height: 245px;
    opacity: .15;
  }
}
/*side bar*/
.col-md-3.sidebar {
  padding: 0;
}

.promo-buttons {
  margin-top: 15px;
  text-align: center;
}

.promo-button {
  display: inline-block;
  background-color: #f5f5f5;
  padding-bottom: 10px;
  border-radius: 5px;
  width: 100%;
}

.promo-button .banner {
  color: #fff;
  padding: 10px 10px 5px;
  text-align: center;
  font-size: 21px;
  font-size: 2.1rem;
  font-family: "FaktConPro-Medium";
  border-radius: 5px 5px 0 0;
  background-color: #8dc63f;
}

.promo-button .title,.promo-button .subtitle,.promo-button .author,.promo-button .date {
  margin: 0;
  padding: 0;
  color: #333;
  font-family: "FaktConPro-Medium";
}

.promo-button .title {
  padding: 0 30px;
  font-size: 21px;
  font-size: 20px;
}

.promo-button .subtitle {
  margin-top: -5px;
  font-size: 18px;
  font-size: 1.8rem;
}

.promo-button .author,.promo-button .date {
  font-size: 14px;
  font-size: 1.4rem;
}

.promo-button:hover {
  background-color: #eee;
  text-decoration: none;
}

@media (max-width: 990px) {
  .promo-buttons {
    width: 100%;
  }

  .promo-button {
    display: block;
    width: 90%;
    float: none;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.share-bar { width: 220px; padding: 15px 0 10px; margin-bottom: 20px; text-align: center; background: #F5F5F5; -webkit-border-radius: 3px; border-radius: 3px; }
.share-bar h2 { text-transform: uppercase; color: #666; font-size: 18px; font-size: 1.8rem; font-family: "FaktConPro-Medium","Arial Narrow","Arial"; }
.share-bar ul { padding: 0; list-style-type: none; }
.share-bar ul li { display: inline-block; }
.topic-overview {
  margin-top: 40px;
}

.topic-overview .topic-sections {
  margin-top: 20px;
  padding: 0;
}

.topic-overview .topic-sections ul {
  padding: 0;
  list-style-type: none;
  border-right: 1px solid #067b9c;
}

.topic-overview .topic-sections ul li {
  cursor: pointer;
  color: #067b9c;
  margin: 5px 0;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: Arial;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.topic-overview .topic-sections ul li:hover {
  color: #08a2cd;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.topic-overview .topic-sections ul li.active {
  color: #ccc;
  pointer-events: none;
}
.topic-overview h3{
  font-size: 16px;
  font-weight: bold;
}
.topic-overview ul{
 padding-left: 0;
}
.topic-overview li{
 list-style: none;
 color: #666;
 font-size: 14px;
}

.topic-content-pages {
  margin-top: 20px;
  padding: 0;
  overflow: hidden;
}

.topic-content-pages ul {
  list-style-type: none;
}

.topic-content-pages ul.bullets {
  list-style-type: disc;
}

.topic-content-pages li {
  display: none;
  font-size: 15px;
  font-size: 1.5rem;
}

.topic-content-pages li.active {
  display: block;
}

.topic-content-pages li.bullet_blue {
  display:inherit;
  background: rgba(0, 0, 0, 0) url("http://na1.www.gartner.com/imagesrv/images/bullet_blue.gif;wa96448c1fe202747d") scroll left 4px no-repeat;
  font-weight: normal;
  list-style-position: outside;
  margin: 0 0 12px 10px;
  padding: 0 0 0 12px;
}

.topic-content-pages .pages {
  padding: 0 20px;
}

.topic-content-pages p {
  font-size: 15px;
  font-size: 1.5rem;
}

.content-header {
  margin-bottom: 8px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  font-weight: 700;
  font-family: Arial;
}

@media (max-width: 990px) {
  .topic-overview {
    width: 100%;
  }

  .topic-overview h2 {
    text-align: center;
  }

  #topic-content-pager {
    text-align: center;
    border: none;
  }

  #topic-content-pager li {
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #777;
  }

  #topic-content-pager li.active {
    background-color: #ccc!important;
  }
}

.quote-promo {
  margin: 40px 0;
  text-align: center;
}

.quote-promo .container {
  float: none;
  margin: 0 auto;
  padding: 20px 30px 10px;
  border-radius: 10px;
  background-color: #f5f5f5;
}

.quote-promo .container .content {
  display: inline-block;
  text-align: left;
  width: 100%;
}

.quote-promo .container .content .quote {
  position: absolute;
  color: #fff;
  font-size: 113px;
  font-size: 11.3rem;
  font-family: Arial;
}

.quote-promo .container .content .quote.left {
  top: -45px;
  left: -25px;
}

.quote-promo .container .content .quote.right {
  bottom: -95px;
  left: 305px;
}

.quote-promo .container .content p {
  color: #555;
  width: 320px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "FaktConPro-Medium";
  padding-right:30px;
}

.quote-promo .container .content .heading {
  position: relative;
  font-size: 21px;
  font-size: 2.1rem;
}

.quote-promo .container .button {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 100%;
  padding: 33px 15px;
  border-radius: 0 5px 5px 0;
  color: #fff;
  font-size: 21px;
  font-size: 2.1rem;
  font-family: "FaktConPro-Medium";
  background-color: #8dc63f;
  transition: background .3s ease-out;
}

.quote-promo .container .button:hover {
  text-decoration: none;
  background: #72a230;
  transition: background .15s ease-out;
}

@media (max-width: 990px) {
  .quote-promo .container {
    padding-bottom: 30px;
    width: 80%;
  }

  .quote-promo .container .content p {
    width: 100%;
  }

  .quote-promo .container .button {
    position: static;
    display: block;
    float: none;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 5px;
  }
}

.become-a-client-promo,
.iot #become-a-client,
.iot #register {
  background: #164167;
  background: linear-gradient(#164167,#0d273d);
  display: block;
  position: relative;
  top: -30px;
  width: 220px;
  margin-bottom: -10px;
  padding: 20px;
  border-radius: 0 0 5px 5px;
}

.become-a-client-promo .heading,
.iot #become-a-client h4,
.iot #register h4{
  color: #fff;
  font-size: 21px;
  font-size: 2.1rem;
  font-family: "Arial";
}

.become-a-client-promo .text,
.iot #become-a-client p,
.iot #register p {
  color: #B9D0DC;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  margin: 4px 0 10px;
}

.become-a-client-promo .phone,
.iot #become-a-client #phone {
  color: #c2dd21;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Arial";
}

.become-a-client-promo .promo-click,
.iot #become-a-client #green a,
.iot #register .go {
  color: #c2dd21;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Arial";
}

.become-a-client-promo:hover {
  text-decoration: none;
}

@media (max-width: 990px) {
  .become-a-client-promo {
    display: none;
  }
}

.stay-informed {
  width: 220px;
  padding: 20px;
  border-radius: 5px;
  background-color: #f5f5f5;
  margin-bottom: 20px;
}

.stay-informed .heading {
  color: #666;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "FaktConPro-Medium","Arial Narrow","Arial";
}

.stay-informed form#quick_collect {
  text-align: right;
}

.stay-informed form#quick_collect input[type='email'] {
  width: 100%;
  padding: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: Arial;
  border: none;
  border-radius: 5px;
  margin-bottom: 10px;
}

.stay-informed form#quick_collect input[type='submit'] {
  color: #fff;
  padding: 9px 25px;
  border: none;
  border-radius: 5px;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 700;
  font-family: Arial;
  background-color: #0067a6;
}

.trending-topics {
  width: 222px;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #f5f5f5;
  border-radius: 5px;
}

.trending-topics .heading {
  color: #333;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "FaktConPro-Medium","Arial Narrow","Arial";
}

.trending-topics .topics {
  width: 200px;
  margin: 0;
  padding: 0;
}

.trending-topics .topics li {
  position: relative;
  margin-bottom: 5px;
  padding: 10px 0;
  color: #9eb9ca;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "FaktConPro-Medium","Arial Narrow","Arial";
  cursor: pointer;
  background-color: #fff;
  list-style-type: none;
  border-radius: 5px;
}

.trending-topics .topics li::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  height: 100%;
  padding: 13px 20px;
  margin-right: 15px;
  background-color: #b2d1e4;
  border-radius: 5px 0 0 5px;
}

.trending-topics .topics li:hover a {
  color: #04546b;
  transition: color .3s ease-out;
}

.trending-topics .topics li a {
  display: inline-block;
  color: #9eb9ca;
  margin-left: 50px;
  transition: color .3s ease-out;
}


.trending-topics .topics li a:hover {
  text-decoration: none;
  color: #04546b;
  transition: color .3s ease-out;
}

.trending-topics .topics li.active {
  color: #067b9c;
}

.trending-topics .topics li.active a {
  color: #067b9c;
}

.trending-topics .topics li.active::before {
  background-color: #067b9c;
}

.events-calendar-promo {
  position: relative;
  padding: 10px 10px 20px;
  margin-bottom: 20px;
  width: 220px;
  border: 1px solid #c3d7e1;
  border-radius: 5px;
  cursor: pointer;
}

.events-calendar-promo:hover a {
  text-decoration: underline;
}

.events-calendar-promo .heading {
  color: #666;
  font-size: 21px;
  font-size: 2.1rem;
  font-family: "FaktConPro-Medium","Arial Narrow","Arial";
}

.events-calendar-promo .calendar-button {
  width: 100px;
}

.events-calendar-promo .promo-click {
  position: relative;
  color: #d54400;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: Arial;
  z-index: 1;
}

.events-calendar-promo .promo-image {
  position: absolute;
  right: 5px;
  bottom: 5px;
  opacity: .85;
}

html,body {
  background-color: #BBB;
}

h1 {
  font-size: 38px;
  font-size: 3.8rem;
  margin: 0 0 10px 0!important;
  font-family: "FaktConPro-Medium";
}

h2 {
  color: #d54400;
  font-size: 25px;
  font-size: 2.5rem;
  margin: 0!important;
  font-family: "FaktConPro-Medium";
}

.wrapper {
  width: 990px;
  height: 100%;
}

.body-container {
  padding: 10px 20px 50px 30px;
  background: #0067a6;
  background: -webkit-linear-gradient(#0067a6 20px,#fefefe);
  background: linear-gradient(#0067a6 20px,#fefefe);
  position: relative;
  z-index: 3;
}

.body-container .body-content {
  border-radius: 5px;
  background-color: #fff;
  padding-bottom: 100px;
  overflow-x: hidden;
  overflow-y: hidden;
  position: initial;
}
@media (min-width: 992px){
  .body-container .body-content {
    padding: 20px 0 0 20px;
  }
}

.iot .sidebar {
  position: absolute;
  top: 31px;
  right: 0;
  z-index: 5;
}
.cio-agenda .sidebar{
  position: absolute;
  top: 10px;
  right: 199px;
  z-index: 5;
  padding: 0 20px;
}
.cio-agenda .sidebar h2 {
  font-size: 2.2rem;
}

@media (max-width: 990px) {
  .wrapper {
    width: auto;
  }

  .sidebar {
    display: none;
  }
}

ul.how-gartner-can-help-list {
  list-style: outside disc;
}

ul.how-gartner-can-help-list li {
  display: list-item;
}
/*internet of things*/
/*right-rail */
.iot .feature-box img{
  width: 73%;
  margin: -25px 0 5px 42px;
}
.promo-buttons{
  margin-top: 8px;
}
@media(min-width: 576px) and (max-width: 991px){
  .iot .feature-box img{
    width: 73%;
    margin: 5px 0 0 50px;
  }
  .promo-buttons{
  margin-top: 20px;
}
}
@media(max-width: 575px){
  .iot .feature-box img{
    width: 73%;
    margin: 0px;
  }
  .promo-buttons{
  margin-top: 20px;
}
}
.iot .right-rail{
  width: 90%;
}

.iot #become-a-client{
  margin-bottom: 10px;
}
/*videos*/
.iot .video-section{
  margin-top: 20px;
  margin-bottom: 40px;
  width: 99%;
  padding-left: 15px;
  padding-right: 15px;
}
.cio-agenda .video-section{
  width: 90%;
}
.iot .player, .cio-agenda .player{
  margin-top: 25px;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
/*other*/
.iot .topic-overview{
  margin-top: 55px;
}
.iot .steps{
  margin-top: 10px;
}
.iot .steps li{
  font-size: 18px;
}
.iot #thank-you{
  background-color: #f5f5f5;
  padding: 14px;
  margin-bottom: 20px;
}
.iot #thank-you a{
  color: #000;
  font-size: 20px;
  font-weight: bold;
}
}
.iot #thank-you h1{
  color: #000;
}
.iot #thank-you h2{
  color: #000;
  font-size: 17px;
  padding-bottom: 7px;
}
@media(max-width: 991px){
  .iot .video-section{
    width: 90%;
    margin-left: 5%;
  }
  .iot .video-info{
    width: 90%;
    margin-left: 4%;
  }
  .iot .topic-overview h2 {
  text-align: left;
  }
}
/*peer insights promo*/
.promo { margin: 0 15px; }

.peer-header{
  margin-top: 35px;
  padding-top: 16px;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  font-family: 'Roboto', sans-serif;
}
.peer-header a {
  text-decoration: none;
  }
.peer-header .logo img,
.peer-header .logo p{
  float: left;
}
.peer-header .logo img{
  margin-right: 18px;
  margin-top: 3px;
}
.peer-header .logo p{
  color: #4a4a4a;
  font-size: 19px;
  font-weight: 300;
  line-height: 25px;
}
.peer-header .review{
  text-align: right;
}
.peer-header .review p{
  margin-top: 3px;
}
.peer-header .review p{
  color: #9577cb;
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
}
.peer-bottom{
  text-align: center;
  padding: 20px 50px 26px 50px;
  background-color: #53568c;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  cursor: pointer;
}
.peer-bottom h3{
  font-size: 21px;
  font-weight: 300;
  line-height: 26px;
}
.peer-bottom p{
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}
@media(max-width: 767px){
  .peer-header .review{
    text-align: left;
    .promo { margin: 0; }
  }

}
@media(max-width: 991px){
  .promo { margin: 0 15px; }
}

/*Industry Predicts Promo*/
.ind-banner {
  margin-top: 30px;
  border: 1px solid #D3D3D3;
  /*width: 690px;*/
  max-width: 690px;
  width: 100%;
  min-height: 69px;
  border-radius: 5px;
  background-image: url("/imagesrv/topics/images/marketing_banner_990x90_Predicts_2016.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 20px;
  cursor: pointer;
}

.banner-contents {
    float: left;
    width: 100%;
}

.banner-main-text {
  float: left;
  margin: 3% 2% 3% 3%;
}

.ind-banner h1 {
    font-weight: normal;
    text-transform: uppercase;
    font-family: sans-serif;
    font-size: 1.45em;
    margin: 0;
}

.ind-banner h2 {
    text-transform: uppercase;
    font-family: sans-serif;
    font-size: 0.82em;
    margin: 0;
}

.free-research-button {
    text-transform: uppercase;
    background: #FA6501;
    background: linear-gradient(180deg, #FA6501, #D94600);
    color: white;
    width: 150px;
    height: 35px;
    border-radius: 5px;
    font-size: 0.8em;
    font-weight: bold;
    float: right;
    font-family: sans-serif;
    text-align: center;
    line-height: 35px;
    /**/
    display: block;
    float: left;
    margin: 4% 0 3% 3%;
}
.free-research-button:hover{
  text-decoration: none;
  color: #fff;
  background: #27ADA2;
}
.arrow-right {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid white;
    display: inline-block;
    margin-left: 10px;
}
/*industry pages banner*/
.industry .promo{
  margin-top: 20px;
  background-color: #f5f5f5;
  position: relative;
  font-size: 18px;
}
.industry .promo .left{
  color: #555;
  width: 60%;
  padding: 15px;
}
.industry .promo .right{
  font-family: "FaktConPro-Medium";
  background-color: #8dc63f;
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  padding: 15px;
}

@media (max-width: 540px) {
    .ind-banner {
      background-image: url("/imagesrv/topics/images/marketing_banner_990x90_Predicts_2016.jpg");
      margin-top: 20px;
    }

    .banner-main-text {
      float: left;
      font-size: 0.897em;
    }

    .banner-contents {
      width: 299px;
    }

    .ind-banner .free-research-button {
      float: left;
      margin-top: 1%;
    }
    @media (max-width: 480px) {
      .banner-contents {
        width: 100%;
      }

      .banner-main-text {
        float: left;
        text-align: left;
      }

      .ind-banner .free-research-button {
        float: left;
      }
    }
}
