@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:300,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
/*@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url("http://themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff") format("woff"); }
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url("http://themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff") format("woff"); }
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url("http://themes.googleusercontent.com/static/fonts/opensans/v6/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff") format("woff"); }
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("http://themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff") format("woff"); }
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local("Open Sans Extrabold"), local("OpenSans-Extrabold"), url("http://themes.googleusercontent.com/static/fonts/opensans/v6/EInbV5DfGHOiMmvb1Xr-hnhCUOGz7vYGh680lGh-uXM.woff") format("woff"); }
*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li {
  font-family: 'Open Sans', sans-serif;
  text-rendering: optimizelegibility;
  font-weight:300; }

blockquote {
  font-family: 'Roboto Slab', sans-serif; }

#brand-navbar {
  margin-bottom: 0px;
  height: 60px; }

#brand-navbar * {
  box-sizing: initial; }
  #brand-navbar * .brand {
    background-image: url("https://www.spiceworks.com/sw-marketing/wp-content/themes/marketing/assets/state-of-it/img/spiceworks.png?version=0426");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0 50%;
    display: inline-block;
    width: 194px;
    vertical-align: middle;
    outline: none;
    overflow: hidden;
    text-indent: -999px;
    white-space: nowrap;
    margin: 0;
    height: 40px; }
  #brand-navbar * a.pull-right {
    padding: 18px 5px; }

#scroll-navbar {
  background-color: #F58220;
  margin-bottom: 0px;
  border: none;
  -webkit-box-shadow: 0px 7px 12px 0px rgba(89, 92, 94, 0.52);
  -moz-box-shadow: 0px 7px 12px 0px rgba(89, 92, 94, 0.52);
  box-shadow: 0px 7px 12px 0px rgba(89, 92, 94, 0.52); }
  #scroll-navbar .nav a {
    color: white; }
  #scroll-navbar .nav .active a {
    background-color: #DC751D; }
  ul.nav.navbar-nav li a:hover{
  	background-color: #DC751D; }
  @media (max-width: 768px) {
    #scroll-navbar .nav .active a {
      background-color: #C6691A;
      box-shadow: none;
      border-bottom: 0px; }
      #scroll-navbar .nav .active a .section-num {
        background-color: #C6691A; } }

.navbar {
  padding: 0px;
  min-height: 40px; }
  .navbar .navbar-brand {
    height: auto; }
  .navbar a {
    padding: 10px 14px;
    font-weight: 500; }
  .navbar a.social-button {
    padding: 7px 5px; }

.navbar-default .navbar-toggle {
  margin-left: 15px;
  border: none; }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #4d4d4d; }

.navbar-header {
  background-color: #333333; }
  .navbar-header .title {
    color: #888888;
    font-size: 16px;
    font-weight: 700;
    margin-top: 13px;
    display: inline-block; }

.navbar-nav {
  color: #666666; }
  .navbar-nav .title {
    font-size: 16px;
    font-weight: 700; }
  .navbar-nav .subtitle {
    font-size: 13px;
    color: #777777;
    display: block; }

.section-num {
  display: inline-block;
  color: white;
  background-color: #F38120;
  padding: 11px 15px;
  margin-right: 15px;
  float: left; }

@media (min-width: 768px) {
  .navbar-header .title {
    display: none; }

  .navbar-nav {
    width: 100%;
    font-size: inherit; }
    .navbar-nav .title {
      font-weight: 400; }

  .navbar-nav li.about-link, .navbar-nav li.print-link {
    cursor: pointer;
    float: right; }

  .section-num {
    display: none; }

  .about-link > .page-scroll .title {
    font-weight: 700; }

  .navbar-nav .subtitle {
    display: none; } }
a.page-scroll {
  display: block; }

#introduction {
  width: 100%; }
  #introduction a:hover, #introduction a:focus {
    text-decoration: none; }
  #introduction .section-description {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300; }
    #introduction .section-description a {
      color: white;
      text-decoration: underline;
      font-weight: 400; }
  #introduction .section-intro .main-title {
    font-weight: 700;
    margin-top: 0px;
    font-size: 20px; }
  #introduction .section-intro .subtitle {
    font-weight: 300;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 0px; }
  #introduction .section-content .menu-card-container {
    padding: 0 10px 40px 0; }
    @media (max-width: 767px) {
      #introduction .section-content .menu-card-container {
        padding: 20px 0; } }
    #introduction .section-content .menu-card-container .menu-card {
      margin: 10px 0; }
      #introduction .section-content .menu-card-container .menu-card .title {
        padding: 10px;
        background-color: #F58220;
        color: white;
        font-size: 14px;
        line-height: 16px; }
        #introduction .section-content .menu-card-container .menu-card .title h1, #introduction .section-content .menu-card-container .menu-card .title h2, #introduction .section-content .menu-card-container .menu-card .title h3, #introduction .section-content .menu-card-container .menu-card .title h4, #introduction .section-content .menu-card-container .menu-card .title h5, #introduction .section-content .menu-card-container .menu-card .title h6, #introduction .section-content .menu-card-container .menu-card .title p {
          font-weight: 200; }
        #introduction .section-content .menu-card-container .menu-card .title h4 {
          font-size: 22px; }
      #introduction .section-content .menu-card-container .menu-card .icon {
        height: 260px;
        background-color: white;
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: center bottom; }
        @media (max-width: 1200px) {
          #introduction .section-content .menu-card-container .menu-card .icon {
            height: 215px; } }
        @media (max-width: 992px) {
          #introduction .section-content .menu-card-container .menu-card .icon {
            height: 175px; } }
        @media (max-width: 767px) {
          #introduction .section-content .menu-card-container .menu-card .icon {
            height: 260px;
            width: 100%;
            background-position: center 1px;
            background-color: #ffffff;
            background-size: auto; } }
  #introduction .section-content .menu-card-container:last-of-type {
    padding: 0px; }

.key-takeaways {
  padding: 15px;
  font-size: 18px;
  line-height: 22px; }
  .key-takeaways .takeaway {
    margin: 20px; }
    @media (max-width: 767px) {
      .key-takeaways .takeaway {
        margin: 20px 0; } }
  .key-takeaways .number-align {
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 10px;
    color: #666666;
    font-size: 18px;
    font-weight: 100; }
    @media (max-width: 767px) {
      .key-takeaways .number-align {
        margin-top: -3px; } }
  .key-takeaways .number {
    margin-right: 10px;
    display: inline-block;
    background: #666666;
    color: white;
    width: 36px;
    height: 36px;
    padding: 0;
    border-radius: 18px;
    font-size: 16px;
    line-height: 36px;
    font-weight: 400;
    text-align: center; }
    @media (max-width: 767px) {
      .key-takeaways .number {
        margin-right: 0; } }

@media (max-width: 400px) {
  .key-takeaways .number {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 1.4;
    font-size: 14px; } }
@media (max-width: 325px) {
  .takeaway .number-align {
    width: 83.33333333%; } }
.chart-toggle {
  padding: 3px 12px;
  background: #f2f2f2; }

.chart-toggle.first {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px; }

.chart-toggle.active {
  background: #666666;
  font-weight: 700;
  color: #ffffff; }

.chart-toggle.last {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px; }

.chart-toggle-container {
  margin-bottom: 12px; }

.chartContainer {
  display: inline; }

.section-intro-text{
	font-weight:300;
}

.intro-paragraph h1,
.intro-paragraph h2 {
  -webkit-font-smoothing: antialiased; }

#print-banner, .page-break {
  display: none; }

.state-of-it-body {
  background-color: #F1F1F1; }
  .state-of-it-body [ng\:cloak], .state-of-it-body [ng-cloak], .state-of-it-body [data-ng-cloak], .state-of-it-body [x-ng-cloak], .state-of-it-body .ng-cloak, .state-of-it-body .x-ng-cloak {
    display: none !important; }
  .state-of-it-body section {
    padding-bottom: 80px; }
  .state-of-it-body .large {
    font-size: 16px; }
  .state-of-it-body .affix {
    top: 0;
    z-index: 999;
    width: 100%; }
  .state-of-it-body .row-fluid {
    display: inline-block;
    width: 100%; }
  .state-of-it-body .light {
    font-weight: 300; }
  .state-of-it-body .btn-group .btn.btn-xs {
    font-size: 12px; }
  .state-of-it-body .pull-down {
    margin-top: 30px; }
  .state-of-it-body .videoWrapper {
    position: relative;
    padding-bottom: 50%;
    margin: 0 auto;
    overflow: hidden;
    height: 0; }
  .state-of-it-body .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .state-of-it-body .vertical-align {
    display: flex;
    flex-direction: row; }
  .state-of-it-body .vertical-align > [class^="col-"],
  .state-of-it-body .vertical-align > [class*=" col-"] {
    display: flex;
    align-items: center;
    justify-content: center; }
  .state-of-it-body .vertical-align.bottom > [class^="col-"],
  .state-of-it-body .vertical-align.bottom > [class*=" col-"] {
    align-items: flex-end; }
  .state-of-it-body .article-icon {
    width: 40px;
    margin-bottom: 10px; }
  .state-of-it-body #social-share {
    position: fixed;
    top: 100px;
    right: 0px;
    height: 160px;
    padding: 10px; }
    .state-of-it-body #social-share a {
      display: block;
      margin-bottom: 5px;
      width: 40px;
      height: 40px;
      background: white;
      -moz-border-radius: 20px;
      -webkit-border-radius: 20px;
      background-position: 50% 50%;
      background-repeat: no-repeat; }
  .state-of-it-body #banner {
    display: table;
    background-color: #292D30;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 350px;
    color: #F2F2F2;
    position: relative; }
    .state-of-it-body #banner .monster-title-container {
      display: table-cell;
      vertical-align: middle; }
      .state-of-it-body #banner .monster-title-container .year {
        text-transform: uppercase;
        font-weight: 700; }
      .state-of-it-body #banner .monster-title-container .title {
        font-size: 60px;
        font-weight: 500;
        line-height: 50px;
        height: 50px;
        display: block;
        margin-bottom: 20px; }
        .state-of-it-body #banner .monster-title-container .title .title-align {
          display: inline-block;
          vertical-align: middle; }
        .state-of-it-body #banner .monster-title-container .title .circle {
          background: #fff;
          color: #385062;
          width: 50px;
          height: 50px;
          border-radius: 25px;
          font-size: 25px;
          line-height: 50px;
          text-align: center; }
      .state-of-it-body #banner .monster-title-container .subtitle {
        height: 45px;
        font-size: 20px;
        font-weight: 100;
        line-height: 26px;
        display: block;
        max-width: 30rem; }
    .state-of-it-body #banner .monster-title {
      margin-left: 250px;
      width: 450px; }
    .state-of-it-body #banner .monster {
      position: absolute;
      height: 200px;
      width: 218px; }
    .state-of-it-body #banner .monster-1 {
      transform: rotate(90deg);
      top: 20px;
      left: -15px; }
    .state-of-it-body #banner .monster-2 {
      bottom: 0px;
      right: 450px; }
    .state-of-it-body #banner .monster-3 {
      transform: rotate(180deg);
      right: 200px; }
    .state-of-it-body #banner .monster-4 {
      transform: rotate(270deg);
      top: 120px;
      right: -10px; }
    @media (min-width: 1600px) {
      .state-of-it-body #banner .monster-title {
        margin-left: 450px;
        width: 500px; } }
    @media (min-width: 1400px) and (max-width: 1599px) {
      .state-of-it-body #banner .monster-title {
        margin-left: 350px; } }
    @media (max-width: 1300px) {
      .state-of-it-body #banner .monster-title {
        width: 400px; }
      .state-of-it-body #banner .monster-2 {
        right: 400px; } }
    @media (max-width: 1200px) {
      .state-of-it-body #banner .monster-title {
        width: 375px; } }
    @media (max-width: 1140px) {
      .state-of-it-body #banner .monster-title {
        margin-left: 175px; }
      .state-of-it-body #banner .monster {
        height: 175px;
        width: 191px; }
      .state-of-it-body #banner .monster-2 {
        right: 340px; }
      .state-of-it-body #banner .monster-3 {
        right: 150px; } }
    @media (max-width: 1000px) {
      .state-of-it-body #banner .monster-title-container {
        vertical-align: top;
        padding-top: 30px; }
      .state-of-it-body #banner .monster-2 {
        right: 400px; } }
    @media (max-width: 850px) {
      .state-of-it-body #banner .monster-3 {
        right: 90px; }
      .state-of-it-body #banner .monster-4 {
        top: 150px; } }
    @media (max-width: 768px) {
      .state-of-it-body #banner .monster-title {
        width: 55%;
        margin-left: 22.5%; }
      .state-of-it-body #banner .monster-1 {
        transform: rotate(0deg);
        bottom: 0px;
        left: 20%;
        top: initial; }
      .state-of-it-body #banner .monster-2 {
        right: initial;
        left: 50%; } }
    @media (max-width: 600px) {
      .state-of-it-body #banner .monster-title {
        width: 90%;
        margin-left: 5%; }
      .state-of-it-body #banner .monster-1 {
        left: 5%; } }
    @media (max-width: 340px) {
      .state-of-it-body #banner .monster {
        height: 120px;
        width: 130px; } }
  .state-of-it-body .top-section {
    padding-top: 0; }
    .state-of-it-body .top-section img {
      width: 100%;
      position: relative; }
  .state-of-it-body .spacer {
    height: 120px;
    border-bottom: 3px solid white;
    width: 25px;
    margin-left: 15px;
    margin-bottom: 15px; }
  .state-of-it-body .spacer-orange {
    height: 30px;
    margin-left: 0;
    border-bottom: 3px solid #F58220; }
  .state-of-it-body .section-header {
    background-color: #303E49;
    background-repeat: no-repeat;
    background-size: cover;
    letter-spacing: 1px;
    background-position-x: 100%; }
    .state-of-it-body .section-header .intro-paragraph {
      display: inline-block;
      text-align: left;
      color: white;
      padding-bottom: 100px;
      font-weight: 100;
      font-size: 18px;
      line-height: 22px; }
      .state-of-it-body .section-header .intro-paragraph .title {
        font-size: 14px;
        line-height: 22px;
        font-weight: 300;
        margin-bottom: 30px; }
        .state-of-it-body .section-header .intro-paragraph .title strong {
          font-weight: 700; }
    .state-of-it-body .section-header h1 {
      margin: 0 0 30px 0;
      font-weight: 300;
      font-size: 50px;
      line-height: 60px; }
    .state-of-it-body .section-header h2 {
      margin: 0 0 30px 0;
      font-weight: 300;
      font-size: 50px;
      line-height: 60px; }
  .state-of-it-body .section-intro {
    margin-top: -40px;
    color: white;
    background-color: #F58220;
    padding: 35px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 100;
    letter-spacing: 1px; }
    .state-of-it-body .section-intro strong {
      font-weight: 400; }
  .state-of-it-body .section-content {
    text-align: left;
    color: #555; }
    .state-of-it-body .section-content .white-block {
      background-color: white;
      padding: 20px; }
    .state-of-it-body .section-content .title {
      font-weight: 600; }
    .state-of-it-body .section-content .panel-heading {
      font-weight: bold; }
    .state-of-it-body .section-content .panel-body {
      overflow: auto; }
  .state-of-it-body .quote {
    padding: 0 35px; }
    @media (max-width: 1200px) {
      .state-of-it-body .quote {
        margin: 0 20px; } }
    @media (max-width: 992px) {
      .state-of-it-body .quote {
        padding: 0; } }
    @media (max-width: 768px) {
      .state-of-it-body .quote {
        margin: 0px; } }
    .state-of-it-body .quote .quote-text {
      font-size: 20px;
      font-weight: 100;
      line-height: 26px;
      font-family: 'Roboto Slab', Georgia, serif; }
    .state-of-it-body .quote .quotee {
      padding-top: 10px;
      font-size: 12px; }
  @media (max-width: 350px) {
    .state-of-it-body .spacer {
      height: 50px; }
    .state-of-it-body .section-header h2 {
      font-size: 34px;
      line-height: 38px; } }

@media (max-width: 767px) {
  .future .intro {
    margin: 10px 0; } }
#future-of-it .section-header {
  background-position-x: 50%; }
#future-of-it .section-description {
  width: 45%; }

@media print {
  .state-of-it-body a[href]:after {
    content: ""; }
  .state-of-it-body .page-break {
    display: block;
    page-break-before: always; }
  .state-of-it-body #print-banner, .state-of-it-body .print-display-block {
    display: block; }
  .state-of-it-body #brand-navbar, .state-of-it-body #scroll-navbar, .state-of-it-body #social-share, .state-of-it-body #banner, .state-of-it-body .twitter, .state-of-it-body .menu-card-container,
  .state-of-it-body .chart-toggle-container, .state-of-it-body .videoWrapper, .state-of-it-body .section-header .spacer,
  .state-of-it-body .intro-paragraph .title, .state-of-it-body .article, .state-of-it-body #introduction .intro-paragraph,
  .state-of-it-body #about-spiceworks .section-intro-text {
    display: none !important; }
  .state-of-it-body #introduction {
    display: inline-block; }
  .state-of-it-body .section-header .intro-paragraph {
    padding-bottom: 20px; }
  .state-of-it-body .section-intro {
    padding: 25px 15px;
    margin-top: 0px; }
  .state-of-it-body #it-budget-barriers .section-intro, .state-of-it-body #trending-topics .section-intro, .state-of-it-body #future-of-it .section-intro, .state-of-it-body #profile .section-intro {
    padding: 30px 0px 15px 45px; }
  .state-of-it-body #it-budget-barriers .section-intro-text:before, .state-of-it-body #trending-topics .section-intro-text:before, .state-of-it-body #future-of-it .section-intro-text:before, .state-of-it-body #profile .section-intro-text:before {
    content: ">> "; }
  .state-of-it-body .section-content .takeaway .number {
    background: #666666 !important;
    color: white !important;
    -webkit-print-color-adjust: exact; }
  .state-of-it-body .section-content .white-block {
    padding: 0px; }
  .state-of-it-body .section-content .panel-group {
    display: inline;
    page-break-inside: avoid; } }

/*# sourceMappingURL=app.css.map */
