@import url('https://www.spiceworks.com/sw-marketing/wp-content/themes/marketing/assets/state-of-it/css/bootstrap-3.3.0.min.css');
@import url('https://www.spiceworks.com/sw-marketing/wp-content/themes/marketing/assets/state-of-it/css/font-awesome.min.css');
@import url('https://www.spiceworks.com/sw-marketing/wp-content/themes/marketing/assets/state-of-it/css/partials/nav.css');
@import url('https://www.spiceworks.com/sw-marketing/wp-content/themes/marketing/assets/state-of-it/css/partials/buttons.css');
@import url('https://www.spiceworks.com/sw-marketing/wp-content/themes/marketing/assets/state-of-it/css/partials/join-login.css');
@import url('https://www.spiceworks.com/sw-marketing/wp-content/themes/marketing/assets/state-of-it/css/partials/modals.css');
@import url('https://www.spiceworks.com/sw-marketing/wp-content/themes/marketing/assets/state-of-it/css/partials/video.css');
@import url('https://www.spiceworks.com/sw-marketing/wp-content/themes/marketing/assets/state-of-it/css/partials/nav-2016.css');


body {
    font-family: 'Open Sans','Helvetica Neue',Helvetica,sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    margin: 0;
}

p {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
}

a, button, input, select, textarea, label, summary {
  touch-action: manipulation;
}

/* ---------- LAYOUT STYLES ---------- */

.affix {
    top: 0; 
    z-index: 999;
    width: 100%;
}

.light {
    font-weight: 300;
}

.pull-up {
    margin-top: -60px;
}

.pull-down {
    margin-top: 30px;
}

.pull-right + [class^="span"] {
    margin-left: 0;
}

.box {
    position: relative;
    background: #fff;
    padding: 30px;
    border: 1px solid #d3d3d3;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box; 
}

.box-wide {
    position: relative;
    background: #fff;
    padding: 30px;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box; 
}

.box-wide-gray {
    position: relative;
    background: #F2F2F2;
    padding: 30px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box; 
}

.box-wide-dark-gray {
    color: white;
    position: relative;
    background: #454B4F;
    padding: 30px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
}

.box-wide-orange {
    color: white;
    position: relative;
    background: #F7941A;
    padding: 30px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
}

.box-wide-small-padding {
    padding: 10px;
}

ul,ol {
    padding:0;
    margin:0 0 10px 25px;
}

/* ---------- BREADCRUMB STYLES ---------- */

.breadcrumb {
    width: 100%;
    opacity: .85;
    z-index: 999;
    padding: 0px;
    margin-bottom: 0;
}

.breadcrumb-inner {
    min-height:40px;
    background-color:#fafafa;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
    border:1px solid #d4d4d4;
    *zoom:1;
}

.breadcrumb ul {
    padding: 0;
    margin: 0 0 0 5px;
}

.breadcrumb ul li {
    padding: 15px 0 15px 0;
    margin-left: 5px;
    color: #58585b;
}

@media (max-width: 979px){ 
    .breadcrumb {
        margin: 0 0 10px 0;
    }
    
    .breadcrumb .container {
        width: auto;
        padding: 0;
    }
}

@media (max-width: 480px) {
    .breadcrumb ul li {
        white-space: nowrap;
    }
    
    .breadcrumb ul li.last-link, .breadcrumb ul li.last-divider {
        display: none;
    }
}

/* ---------- QUOTES --------- */
.quote {
    font-weight: bold;
    font-size: 23px;
    line-height: 33px;
}

.quote-small {
    font-size: 16px;
    line-height: 20px;
}

.quoted {
    color :#676767;
    font-size: 16px;
    line-height: 20px;
}

.quote:before {
    content: '\201C';
    font-size: 80px;
    color: #ff5200;
    line-height: 0;
    margin-right: 20px;
    vertical-align: -33px;
}

.quote:after {
    content: '\201D';
    font-size: 80px;
    color: #ff5200;
    line-height: 0;
    margin-left: 20px;
    vertical-align: -33px;
}

.quote-small:before, .quote-small:after {
    font-size: 40px;
    vertical-align: -15px;
}

/* ---------- HERO STYLES ---------- */
.hero h1 {
    line-height: 50px;
    margin-bottom: 30px;
}

.hero p {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    margin-bottom: 30px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.35);
}

@media (max-width: 767px) {
    .hero h1 {
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {
    .hero h1 {
        font-size: 27px;
        letter-spacing: -1px;
        line-height: 40px;
    }
    
    .hero p {
        font-size: 15px;
        line-height: 24px;
    }

    .hero-copy p a.btn{
        text-align:left;
        width:auto;
    }
}

/* Carousel styles */
.carousel {
    text-align: center;
    margin-bottom: 30px;
}

.carousel-indicators {
    position: relative;
    bottom: -15px;
    margin-bottom: 15px;
}

.carousel-indicators li {
    background-color: #D4D4D4;
}

.carousel-indicators li.active {
    background-color: #989898;
}
/* ----------------- */

/* Slide-in CTA */
#slideInCTA {
  box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.25);
  position: fixed;
  width: 240px;
  bottom: 80px;
  right: -500px;
  padding: 5px 35px 15px 15px;
  border-top: solid 5px #f58220;
  background-color: #ffffff;
  z-index: 9999999;
}
#slideInCTAClose {
  position: absolute;
  top: 8px;
  right: 25px;
  color: #f58220;
  text-decoration: none !important;
  font-size: 20px;
}
#slideInCTA h5 {
  font-weight: normal;
}
#slideInCTA .btn-secondary {
  border-color: #f58220;
}

/* ---------- FOOTER STYLES ---------- */
#footer {
    color: #999999;
    font-weight: 300;
    font-size: 14px;
    background: #292d30;
    padding: 40px 20px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#footer a {
    color: #ffffff;
}

#footer small {
    font-size: 12px;
}

#footer ul > li {
    line-height: 30px;
}

#footer hr {
    border-top: 1px solid #14171a;
    border-bottom: 1px solid #2c353c;
}

#footer ul.separator-bar {
  font-size: 0px;
  padding: 5px 0;
}

#footer ul.separator-bar > li {
  border-right: 1px solid #14171a;
  border-left: 1px solid #2c353c;
  font-size: 14px;
  padding: 0 15px;
  line-height: 20px;
  height: 20px;
}

#footer ul.blue-links > li a {
  color: #2186CA;
  font-weight: normal;
}

#footer ul.separator-bar > li:first-of-type {
  border-left: none;
}
#footer ul.separator-bar > li:last-of-type {
  border-right: none;
}

#footer .brand {
    background-image: url('https://www.spiceworks.com/sw-marketing/wp-content/themes/marketing/assets/state-of-it/img/spiceworks_reversed.png');
    background-repeat: no-repeat;
    background-size: 150px 14px;
    display: block;
    width: 196px;
    vertical-align: top;
    outline: none;
    overflow: hidden;
    text-indent: -999px;
    white-space: nowrap;
    margin: 0;
    height: 30px;
    margin-top: 30px;
}

#footer .footer-social > li {
    padding-left: 0;
    padding-right: 10px;
}

#footer .footer-social > li a, #footer .footer-social > li a:hover {
    text-indent: -9999px;
    display: block; 
    background: url('https://www.spiceworks.com/sw-marketing/wp-content/themes/marketing/assets/state-of-it/img/social_sprite.svg') no-repeat;
    background-size: 120px 20px;
    width: 20px;
    height: 20px;
}

#footer .footer-social > li a:hover {
    opacity: .25;
}

#footer .footer-social > li a#facebook {
    background-position: -20px 0;
}

#footer .footer-social > li a#twitter {
    background-position: -40px 0;
}

#footer .footer-social > li a#google {
    background-position: -60px 0;
}

#footer .footer-social > li a#linkedin {
    background-position: -80px 0;
}

#footer .footer-social > li a#flickr {
    background-position: -100px 0;
}

#footer .btn-secondary {
    text-shadow: none;
    margin-bottom: 5px;
}

.footer-share {
    margin: 20px 0 10px 0;
}

@media (max-width: 480px) {    
    #footer .pull-right, #footer .pull-left {
        clear: both;
        float: left;
        text-align: left;
        width: 100%;
    }
}