﻿html, body {
  margin: 0;
  padding: 0;
  height: 100%; }

button {
  border: none; }

@font-face {
  font-family: 'wf_segoe-ui_light';
  src: url("//i.s-microsoft.com/fonts/segoe-ui/west-european/light/latest.eot");
  src: local("Segoe UI Light"), local("Segoe WP Light"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/light/latest.eot?#iefix") format("embedded-opentype"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/light/latest.woff") format("woff"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/light/latest.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }

@font-face {
  font-family: 'wf_segoe-ui_normal';
  src: url("//i.s-microsoft.com/fonts/segoe-ui/west-european/normal/latest.eot");
  src: local("Segoe UI"), local("Segoe"), local("Segoe WP"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/normal/latest.eot?#iefix") format("embedded-opentype"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/normal/latest.woff") format("woff"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/normal/latest.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'wf_segoe-ui_semibold';
  src: url("//i.s-microsoft.com/fonts/segoe-ui/west-european/Semibold/latest.eot");
  src: local("Segoe UI Semibold"), local("Segoe Semibold"), local("Segoe WP Semibold"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/Semibold/latest.eot?#iefix") format("embedded-opentype"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/Semibold/latest.woff") format("woff"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/Semibold/latest.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'wf_segoe-ui_semilight';
  src: url("//i.s-microsoft.com/fonts/segoe-ui/west-european/semilight/latest.eot");
  src: url("//i.s-microsoft.com/fonts/segoe-ui/west-european/semilight/latest.eot?#iefix") format("embedded-opentype"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/semilight/latest.woff") format("woff"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/semilight/latest.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'wf_segoe-ui_bold';
  src: url("//i.s-microsoft.com/fonts/segoe-ui/west-european/bold/latest.eot");
  src: url("//i.s-microsoft.com/fonts/segoe-ui/west-european/bold/latest.eot?#iefix") format("embedded-opentype"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/bold/latest.woff") format("woff"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/bold/latest.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

.light {
  font-family: wf_segoe-ui_light, wf_segoe-ui_semilight, wf_segoe-ui_normal, "HelveticaNeue-Thin", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif; }

.semilight {
  font-family: wf_segoe-ui_semilight, wf_segoe-ui_normal, Arial, sans-serif; }

.normal, .regular {
  font-family: wf_segoe-ui_normal, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.semibold {
  font-family: wf_segoe-ui_semibold, wf_segoe-ui_normal, "Helvetica Neue", Helvetica, Arial, sans-serif; }

b, .bold {
  font-family: wf_segoe-ui_bold, wf_segoe-ui_semibold, wf_segoe-ui_normal, Arial, sans-serif; }

body {
  font-family: wf_segoe-ui_normal, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #444;
  text-rendering: optimizeLegibility; }

.heading {
  font-family: wf_segoe-ui_normal, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #DDD;
  text-rendering: optimizeLegibility;
  margin-top: 13px;
}

h1, h2, h3 {
  font-family: wf_segoe-ui_light, wf_segoe-ui_semilight, wf_segoe-ui_normal, "HelveticaNeue-Thin", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif; }

/**
p, input, div, span, li, select, button {
    font-family: $regular;
}
    **/
p {
    font-size:14.5px;
}

a {
  color: #007ACC;
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: none; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  /* Retina-specific stuff here */
  body {
    -webkit-font-smoothing: antialiased; } }

/*---- Default Styles -----*/
body {
  position: relative; }

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal; }

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
  /* max-width: 280px; */
  /* TODO: cschleid: Fix or scope to issue */ }

textarea {
  resize: none;
  overflow: scroll-y; }

h1 {
  font-size: 30px !important; }

h2 {
  font-size: 2.2rem; }

h3 {
  font-size: 1.8rem; }

h4 {
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase; }

button, .link-button {
  font-family: wf_segoe-ui_semibold, wf_segoe-ui_normal, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  padding: 15px 35px;
  display: inline-block;
  color: inherit;
  cursor: pointer; }

.link-button:hover {
  text-decoration: none;
  color: inherit; }

.dlink {
  cursor: pointer; }

.fl-group > * {
  float: left; }

.fl-group:before,
.fl-group:after {
  display: table;
  content: ""; }

.fl-group:after {
  clear: both; }

.main-container {
  min-height: 100%;
  position: relative; }

.body-content {
  margin-top: 20px;
  margin-bottom: 145px;
}

footer {
  position: relative;
  left: 0;
  bottom: 0;
  height: 135px;
  width: 100%; }

/*----- Video Controls ----*/
.video-btn {
  height: 80px;
  width: 80px;
  background: url("play.svg") center center no-repeat;
  background-size: contain;
  opacity: 0.7;
  display: block;
  -webkit-transition: opacity 0.08s ease-in;
  -moz-transition: opacity 0.08s ease-in;
  -o-transition: opacity 0.08s ease-in;
  transition: opacity 0.08s ease-in; }

.video-btn:hover {
  opacity: 1; }

.video-btn:focus {
  outline: none; }

.mfp-content {
  height: 50%; }

.video-content {
  height: 100%;
  max-width: 90%;
  display: block;
  margin: 0 auto; }

.affix {
    position: fixed !important;
    top: 120px;
}

.disqus {
    margin-top: 10px;
}

/*----- Nav -----*/
#searchdiv {
    float:right;
}

.preview-flag {
  position: absolute;
  top: -35px;
  left: -25px;
  z-index: 1; }

.navbar {
  font-size: 14px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.navbar .navbar-brand {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIxIDBsLTExIDEyLTcuMzMzLTUuNjY2LTIuNjY3IDEuNjgydjEzLjk4NGwyLjY2NyAxLjY2NiA3LjMzMy01LjY2NiAxMSAxMSA3LTN2LTIyLjMzM2wtNy0zLjY2N3ptLTE4IDE5di05bDQgNS00IDR6bTExLTRsNy02djEybC03LTZ6Ii8+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: left 8px;
  padding-left: 36px;
  font-size: 24px;
  letter-spacing: -0.04rem;
  line-height: 15px;
  color: white; }

.navbar-inverse {
  background: #373277;
  border: none;
  margin-bottom: 0; }

.navbar-inverse.home {
  width: 100%; }

.navbar > .container {
  padding-top: 30px; }

.navbar li > a {
  cursor: pointer;
  padding-left: 12px;
  padding-right: 12px; }

.navbar-left li > a {
  opacity: 0.5;
  -webkit-transition: opacity 0.08s ease-in;
  -moz-transition: opacity 0.08s ease-in;
  -o-transition: opacity 0.08s ease-in;
  transition: opacity 0.08s ease-in; }

.navbar-left li > a:hover {
  opacity: 0.8; }

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  opacity: 1;
  background: none; }

.navbar-inverse .navbar-nav > li > a {
  color: #fff; }

.navbar .navbar-right {
  display: none; }

/*removed by sofian, this breaks the download button*/
/*.navbar .navbar-right li > a {
        height: 32px;
        width: 32px;
        margin: 10px 0 10px 20px;
    }*/
.navbar .navbar-right li .github {
  background: url("images/github-logo.svg") center center no-repeat; }

.navbar .navbar-right li .twitter {
  background: url("images/twitter-logo.svg") center center no-repeat; }

.navbar .navbar-right .link-button {
  background-color: rgba(255, 255, 255, 0.15) !important;
  color: #FFFFFF;
  font-size: 16px;
  padding: 8px 20px;
  margin-top: 4px; }

.navbar-collapse {
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.navbar-inverse .navbar-toggle,
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  border: none; }

.navbar-inverse .navbar-toggle:focus {
  background-color: transparent; }

.navbar-inverse .navbar-toggle:hover {
  background-color: rgba(94, 87, 184, 0.6); }

/* LINDA nav social bar additions */
#social{
    margin-top:3em;
}

.social-icons {
    display:inline-block;
}

/*---- Themes -----*/
.themes {
  padding: 20px 0 100px; }
  .themes .header {
    padding-bottom: 20px; }
    .themes .header p {
      font-family: wf_segoe-ui_light, wf_segoe-ui_semilight, wf_segoe-ui_normal, "HelveticaNeue-Thin", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif;
      font-size: 20px; }
  .themes .carousel .carousel-control {
    display: none;
    background: none; }
  .themes .carousel .carousel-indicators {
    bottom: -50px; }
    .themes .carousel .carousel-indicators li {
      width: 12px;
      height: 12px;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
      border-color: #373277;
      margin-left: 4px;
      margin-right: 4px; }
      .themes .carousel .carousel-indicators li.active {
        background-color: #373277;
        width: 16px;
        height: 16px;
        margin-bottom: -1px; }
  .themes .carousel .screenshot {
    width: 100%;
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover; }
    .themes .carousel .screenshot.intellisense {
      background-image: url("images/hero-osx.png");
      background-position: right -100px;
      background-size: 145%; }
    .themes .carousel .screenshot.debug {
      background-image: url("images/Debugging-1.png"); }
    .themes .carousel .screenshot.git {
      background-image: url("images/GitVersionControl.png"); }
    .themes .carousel .screenshot.build {
      background-image: url("images/build-screenshot2.png"); }
  .themes .carousel .carousel-caption {
    text-align: left;
    height: 35%;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 30px 0;
    background: rgba(0, 0, 0, 0.65); }
    .themes .carousel .carousel-caption h3 {
      margin-top: 0; }

/*----- Getting Started -----*/
.getting-started {
  background-color: #F5F5F5;
  padding: 50px 0; }
  .getting-started .aspnet-logo {
    font-size: 48px;
    line-height: 55px;
    text-align: right;
    margin-right: 10px; }
  .getting-started .nodejs-logo {
    margin-left: 10px; }
  .getting-started .caption {
    text-align: center; }
    .getting-started .caption .link-button {
      background-color: #373277;
      color: white;
      margin: 20px 0; }
      .getting-started .caption .link-button:hover {
        background-color: rgba(55, 50, 119, 0.8); }

/*----- Downloads -----*/
.alt-downloads {
  background-color: white;
  padding: 50px 0 170px;
  text-align: center; }
  .alt-downloads .download {
    padding: 0 25px;
    display: inline-block;
    vertical-align: top; }
  .alt-downloads .logo {
    height: 100px;
    width: 100px;
    background-size: contain !important;
    margin: 0 auto; }
    .alt-downloads .logo.windows {
      background: url("images/windows-logo.png") center center no-repeat; }
    .alt-downloads .logo.mac {
      background: url("images/apple-logo.svg") center center no-repeat; }
    .alt-downloads .logo.linux {
      background: url("images/linux-logo.png") center center no-repeat; }
  .alt-downloads .link-button {
    background-color: #373277;
    color: white;
    margin: 20px 0 5px;
    padding: 10px 0;
    font-size: 14px;
    width: 220px; }
    .alt-downloads .link-button:hover {
      background-color: rgba(55, 50, 119, 0.8); }
  .alt-downloads .sublink {
    display: block;
    font-size: 12px; }
  .alt-downloads .terms {
    color: #6C6C6C;
    padding: 20px 5% 0; }

/*---- Footer ----*/
footer {
  background-color: #333;
  font-size: 12px;
  color: white;
  padding: 25px 0; }
  footer .left {
    font-size: 14px; }
  footer .message {
    display: none; }
  footer .twitter-follow-button {
    vertical-align: bottom; }
  footer .right {
    margin-top: 10px; }
  footer .right > * {
    display: inline-block;
    vertical-align: top; }
  footer .links {
    padding: 0;
    margin-right: 30px; }
    footer .links li {
      display: inline-block;
      padding-right: 20px; }
    footer .links a {
      color: white; }
      footer .links a:hover {
        color: #B4A0FF;
        text-decoration: none; }
  footer .copyright .logo {
    display: block;
    margin-bottom: 2px; }

/*---- Docs -----*/
.docs .body {
  line-height: 1.6; }

.docs h1 {
  margin-bottom: 15px; }

.docs h2 {
  margin-top: 30px;
  margin-bottom: 10px; }

.docs img {
  max-width: 100%;
  display: block; }

.docs .keybinding {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
  padding: 2px 4px;
  font-size: 90%;
  color: #007ACC;
  background-color: #f4f2f9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  .docs .keybinding.osx {
    font-family: "Lato","proxima-nova","Helvetica Neue",Arial,sans-serif; }

.docs #confirmation {
  padding: 10px 15px;
  display: none; }

#docs-navbar.affix,
#docs-subnavbar.affix {
  position: static;
  top: 0; }

#docs-navbar {
  display: none; }

#docs-subnavbar {
  padding-top: 15px;
  padding-bottom: 15px; }

.docs-nav h4,
#docs-subnavbar h4 {
  margin-top: 0; }

#docs-navbar h4 {
  padding-left: 15px; }

#docs-subnavbar h4 {
  padding-left: 10px; }

#docs-navbar > .nav a {
  padding-left: 10px; }

#docs-navbar ul {
  list-style: none;
  padding: 0; }

#docs-navbar .nav li a {
  border-left: 1px solid #CCC;
  display: block; }
  #docs-navbar .nav li a:hover {
    background: none;
    color: #444;
    text-decoration: none !important;
    border-color: #a39fd6; }
  #docs-navbar .nav li a:focus {
    background: none; }

#docs-navbar .nav > li > a {
  padding: 8px 15px;
  font-size: 14px; }

#docs-navbar .nav > li li > a {
  padding: 5px 25px;
  position: relative; }

#docs-navbar .nav .docs-home {
  padding-bottom: 16px; }

#docs-navbar .nav > li > .area {
  font-size: 1.2rem;
  font-weight: bold; }

#docs-navbar .nav .panel {
  /* Have to reset panel for accordion effect to work */
  margin-bottom: inherit;
  background-color: inherit;
  border: inherit;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  -o-border-radius: inherit;
  border-radius: inherit;
  -webkit-box-shadow: inherit;
  box-shadow: inherit; }
  #docs-navbar .nav .panel.expanded a {
    border-color: #373277; }
  #docs-navbar .nav .panel.expanded > a:hover {
    background: url("expand-up.svg") 110px 5px no-repeat;
    background-size: 24px;
    background-position: right;
  }
  #docs-navbar .nav .panel.collapsed > a:hover {
    background: url("expand-down.svg") 110px 5px no-repeat;
    background-size: 24px;
    background-position: right;
  }

#docs-navbar .nav .collapsing {
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s; }

#docs-navbar .nav li a,
#docs-subnavbar .nav li a {
  color: #707070; }

#docs-subnavbar .nav li a {
  padding: 5px 10px; }

#docs-subnavbar .nav li a:before {
  content: "{";
  color: #bbb;
  position: absolute;
  font-size: 16px;
  top: 1px;
  left: 0;
  display: none; }

#docs-subnavbar .nav li a:hover {
  background: none;
  color: #444; }

#docs-subnavbar .nav li a:hover:before {
  font-weight: bold;
  display: block; }

/* Main Nav active */
#docs-navbar > .nav > .active > a,
#docs-navbar > .nav > .active .active > a {
  color: #373277 !important; }

#docs-navbar > .nav > .active > a:not(.area),
#docs-navbar > .nav > .active .active > a {
  font-weight: bold; }

#docs-navbar > .nav .active .active a:before {
  content: "";
  position: absolute;
  height: 7px;
  width: 7px;
  background-color: #373277;
  top: 10px;
  left: -4px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%; }

/* Subnav L1 active */
#docs-subnavbar .nav > .active > a {
  color: #007ACC;
  font-weight: bold; }

#docs-subnavbar .nav > .active > a:before {
  color: #007ACC;
  display: block; }

/* Subnav L2 active */
#docs-subnavbar .nav > .active > .nav > .active > a {
  color: #B4A0FF; }

#small-nav {
  padding: 5px 0; }

#small-nav > * {
  display: inline-block; }

#small-nav > select {
  margin-left: 12px; }

#small-nav #small-nav-dropdown {
  margin-right: 15px; }

#small-nav .social-buttons {
  vertical-align: text-top;
  display: inline-block; }

#small-nav .social-buttons .fb-like {
  margin-left: 10px;
  display: inline-block;
  vertical-align: top; }

#docs-subnavbar .twitter-share-button,
#docs-subnavbar .fb-like {
  margin-top: 15px;
  margin-left: 10px;
  width: 50%; }

#docs-subnavbar .fb-like {
  display: block; }

.docs .body-footer {
  border-top: 1px solid #e8e8e8;
  margin-top: 30px;
  padding-top: 10px;
  font-size: 14px;
  color: #999; }

.docs .feedback .widget {
  background-color: rgba(181, 160, 255, 0.2);
  padding: 20px;
  font-size: 1.3rem;
  margin-top: 40px; }

.docs .feedback h3 {
  font-family: wf_segoe-ui_semibold, wf_segoe-ui_normal, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  margin-top: 0;
  display: inline-block;
  width: 80%; }

.docs .feedback .charCount {
  display: inline-block;
  width: 20%;
  font-size: 1.6rem;
  text-align: right; }

.docs .feedback .buttons {
  margin-top: 10px; }
  .docs .feedback .buttons button {
    background-color: rgba(55, 50, 119, 0.7);
    color: white;
    font-size: 1.4rem;
    padding: 5px 20px;
    margin-right: 5px; }
  .docs .feedback .buttons button:hover {
    background-color: #373277; }
  .docs .feedback .buttons button:disabled {
    opacity: 0.3;
    background-color: rgba(55, 50, 119, 0.7); }

.docs .feedback .progress-spinner {
  display: inline;
  margin-left: 2px; }
  .docs .feedback .progress-spinner span {
    height: 8px;
    width: 8px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    margin: 0 1px;
    display: inline-block;
    opacity: 0.5;
    background-color: #007ACC;
    -webkit-animation: 1s pulse infinite;
    animation: 1s pulse infinite; }
  .docs .feedback .progress-spinner span:nth-of-type(1) {
    -webkit-animation-delay: 0.33333s;
    animation-delay: 0.33333s; }
  .docs .feedback .progress-spinner span:nth-of-type(2) {
    -webkit-animation-delay: 0.6666s;
    animation-delay: 0.6666s; }
  .docs .feedback .progress-spinner span:nth-of-type(3) {
    -webkit-animation-delay: 0.9999s;
    animation-delay: 0.9999s; }

.docs .hero-videos {
  margin-top: 10px;
  margin-bottom: 20px; }

.docs .hero-videos .video .screen {
  height: 200px;
  width: 100%;
  background: url("images/hero-video-frame.png") left top no-repeat;
  background-size: cover;
  position: relative; }

.docs .hero-videos .video .screen .video-btn {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-size: 100px; }

.docs .next-level.header {
  margin-bottom: 10px; }

.docs .section {
  padding: 5px 15px;
  background-color: #F3F3F3;
  height: 160px;
  margin-bottom: 25px; }
  .docs .section h3 {
    color: #373277;
    font-weight: bold; }

/*---- Connect ----*/
.connect .banner-text {
  font-family: wf_segoe-ui_light, wf_segoe-ui_semilight, wf_segoe-ui_normal, "HelveticaNeue-Thin", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.6em;
  margin-top: 20px; }

.connect .callouts {
  margin: 40px 0; }

.connect .callout {
  margin-bottom: 10px; }
  .connect .callout .icon {
    height: 100px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 64px;
    display: block;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out; }
    .connect .callout .icon.insiders {
      background-image: url("images/connect-group-icon.svg");
      background-color: #4d1b5e; }
    .connect .callout .icon.stackoverflow {
      background-image: url("images/connect-stackoverflow-icon.svg");
      background-color: #e08622; }
    .connect .callout .icon.blog {
      background-image: url("images/connect-blog-icon.svg");
      background-color: #d65600; }
    .connect .callout .icon.uservoice {
      background-image: url("images/connect-uservoice-icon.svg");
      background-color: #1a2833; }
    .connect .callout .icon.twitter {
      background-image: url("images/connect-twitter-icon.svg");
      background-color: #00a0d1; }
    .connect .callout .icon.bug {
      background-image: url("images/connect-bug-icon.svg");
      background-color: #0069aa; }
  .connect .callout:hover .icon.insiders {
    background-color: #68217a; }
  .connect .callout:hover .icon.stackoverflow {
    background-color: #fc9a24; }
  .connect .callout:hover .icon.blog {
    background-color: #f26300; }
  .connect .callout:hover .icon.uservoice {
    background-color: #273b4f; }
  .connect .callout:hover .icon.twitter {
    background-color: #00aced; }
  .connect .callout:hover .icon.bug {
    background-color: #0072c6; }
  .connect .callout .text {
    height: 100px;
    padding: 12px;
    font-size: 1em; }

/*----- Issues ----*/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes pulse {
  50% {
    opacity: 1; } }

@keyframes pulse {
  50% {
    opacity: 1; } }

.state {
  padding: 2px 6px;
  font-weight: bold;
  font-size: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.state.intriage {
  background-color: #ACD8E5;
  color: #314751; }

.state.rejected {
  background-color: #E5A3AE;
  color: #66333C; }

.state.duplicate,
.state.norepro,
.state.copiedtobacklog {
  background-color: #ccc;
  color: #333; }

.state.accepted,
.state.planned {
  background-color: #EDC396;
  color: #66523E; }

.state.fixpending,
.state.fixavailable {
  background-color: #95D195;
  color: #3F543F; }

.issues h1 {
  margin-bottom: 15px; }

.issues a {
  cursor: pointer; }

.issues .submit {
  margin-top: 15px;
  background-color: #DDD;
  color: #444;
  -webkit-transition: all linear 0.1s;
  -moz-transition: all linear 0.1s;
  -o-transition: all linear 0.1s;
  transition: all linear 0.1s; }
  .issues .submit:not(:disabled) {
    background-color: #373277;
    color: white; }
  .issues .submit.submitting {
    background-color: #DDD;
    color: #444; }

.issues .icon.bug {
  background-image: url("images/connect-bug-icon.svg");
  background-color: #0069aa;
  width: 125px;
  height: 125px;
  display: block;
  margin: 0px 20px 30px; }

.issues.notfound {
  margin-top: 10px;
  font-size: 20px; }
  .issues.notfound h1 {
    margin-top: 0; }
  .issues.notfound .graphic.notfound {
    width: 50%;
    margin: 0 auto;
    display: block; }

.issues #attachmentUpload {
  display: none; }

.issues .attachmentsList {
  margin-top: 5px; }

.issues .attachmentContainer {
  display: inline-block;
  background-image: url("images/Attachment.svg");
  background-repeat: no-repeat;
  background-position: 2px center;
  padding: 5px 0 5px 20px;
  margin: 2px 0; }
  .issues .attachmentContainer > .attachmentText,
  .issues .attachmentContainer > .attachmentRemove {
    display: inline-block;
    vertical-align: middle; }
  .issues .attachmentContainer > .attachmentRemove {
    width: 20px;
    height: 20px;
    cursor: pointer; }
    .issues .attachmentContainer > .attachmentRemove:after {
      content: "\00d7";
      opacity: 0.6;
      font-size: 20px;
      font-weight: bold;
      position: relative;
      top: -6px; }
    .issues .attachmentContainer > .attachmentRemove:hover:after {
      opacity: 1; }
  .issues .attachmentContainer.issues-confirmation {
    margin-top: 30px;
    margin-bottom: 25px; }
  .issues .attachmentContainer.issues-confirmation h1 {
    margin-top: 0; }
  .issues .attachmentContainer.issues-confirmation-visible {
    -webkit-animation: fadeIn 0.3s;
    -moz-animation: fadeIn 0.3s;
    -o-animation: fadeIn 0.3s;
    animation: fadeIn 0.3s; }
  .issues .attachmentContainer .alert {
    -webkit-animation: fadeIn 0.3s;
    -moz-animation: fadeIn 0.3s;
    -o-animation: fadeIn 0.3s;
    animation: fadeIn 0.3s;
    margin-bottom: 0; }
  .issues .attachmentContainer .control-label.required:after {
    content: "*";
    color: red;
    font-weight: bold;
    margin-left: 2px; }
  .issues .attachmentContainer .popover {
    max-width: 350px; }
  .issues .attachmentContainer .popover-title {
    text-transform: none; }
  .issues .attachmentContainer .popover-content img {
    width: 100%; }

.issues .attachments .attachmentContainer {
  background-color: #d7e6f3; }

.issues .attachmentsSummary {
  margin-top: 15px; }

.issues .attachmentsSummary .attachmentContainer {
  padding-left: 15px;
  background-position: -5px center; }

/* Issue List*/
.powered-by-vso {
  font-size: 14px;
  font-family: wf_segoe-ui_normal, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #777;
  display: block;
  margin-top: 5px; }

.issue-list-filter {
  margin-top: 20px;
  margin-bottom: 20px; }

.issue-list-filter .form-control {
  width: calc(100% - 100px - 10px);
  float: left; }

.issue-list-filter .submit {
  color: white;
  margin: 0px;
  padding: 0 10px;
  font-size: 14px;
  height: 34px;
  float: left;
  width: 100px;
  margin-left: 10px; }

.issue-summary {
  margin-bottom: 30px;
  word-wrap: break-word; }
  .issue-summary.issue-hidden {
    display: none; }
  .issue-summary h2 {
    font-family: wf_segoe-ui_semibold, wf_segoe-ui_normal, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.4rem;
    text-overflow: ellipsis;
    margin-top: 0;
    color: #373277; }
  .issue-summary h2 a {
    color: #373277; }
  .issue-summary .state-detail {
    margin-bottom: 5px; }
  .issue-summary .state-detail .state {
    margin-right: 5px;
    position: relative;
    top: -2px; }
  .issue-summary .count,
  .issue-summary .count-text {
    color: #777; }
  .issue-summary .count {
    font-size: 18px; }
  .issue-summary .vote-link {
    cursor: pointer; }
  .issue-summary .count-text {
    margin-right: 10px; }
  .issue-summary .voted {
    color: #ff8000; }
  .issue-summary .status-text {
    margin-bottom: 0px;
    font-style: italic;
    color: #777; }
  .issue-summary .external-message {
    margin: 10px 0 15px;
    padding: 5px 10px;
    display: inline-block; }
  .issue-summary .comments-area {
    margin-top: 25px; }
    .issue-summary .comments-area h2 {
      font-size: 1.8rem;
      color: #444; }
    .issue-summary .comments-area .form-control {
      margin-bottom: 8px; }
    .issue-summary .comments-area #inputName {
      width: 100%; }
  .issue-summary .submit {
    background-color: #DDD;
    color: #444;
    padding: 8px 24px;
    margin: 10px 0 25px;
    font-size: 16px;
    float: left; }
  .issue-summary .confirmation {
    float: left;
    margin-top: 20px;
    margin-left: 15px; }

.issue-description {
  margin-top: 10px; }

.issue-detail-links {
  margin-bottom: 20px; }

.issue-comment {
  margin-bottom: 20px; }

.issue-comment-name {
  font-weight: bold; }

.issue-comment-meta {
  color: #777;
  font-size: 12px;
  margin-left: 2px; }

.issue-comment-external .issue-comment-teambadge {
  display: none; }

.issue-comment-internal .issue-comment-teambadge {
  background-color: #007ACC;
  color: white;
  margin-left: 5px;
  padding: 2px 6px;
  font-weight: bold;
  font-size: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: inline-block; }

.issue-comment-local {
  webkit-animation: fadeIn 0.2s;
  -moz-animation: fadeIn 0.3s;
  -o-animation: fadeIn 0.3s;
  -webkit-animation: fadeIn 0.3s;
  animation: fadeIn 0.3s; }

.issue-vote {
  width: 150px; }
  .issue-vote div {
    border: 1px solid black;
    height: 100px;
    margin-bottom: 5px; }
  .issue-vote small {
    color: lightgray; }
  .issue-vote a {
    display: block;
    width: 150px;
    background: blue; }

/*----- Download Page -----*/
.downloads .hero-exp {
  display: none; }

.downloads .hero-exp.variation {
  display: block;
  margin-top: 10px; }

.downloads .hero-exp img {
  width: 100%; }

/*----- Search Page ----*/
.navbar-header .search,
.navbar-header .search-btn,
.navbar-right .search,
.navbar-right .search-btn {
  display: none; }

.search .search-form {
  margin: 20px 0; }
  .search .search-form .input-group {
    width: 100%; }
    .search .search-form .input-group .form-control {
      border-radius: 4px !important;
      padding-right: 30px; }
    .search .search-form .input-group button {
      padding: 6px 10px;
      background-color: transparent; }
      .search .search-form .input-group button:hover {
        color: #007ACC; }
      .search .search-form .input-group button:focus {
        outline: none; }
      .search .search-form .input-group button:active {
        -webkit-box-shadow: none !important;
        box-shadow: none !important; }
  .search .search-form .input-group-btn {
    position: absolute;
    right: 0;
    width: 36px;
    z-index: 5; }

.nav .search-form {
  margin: 10px 10px 0 0; }
  .nav .search-form .form-control {
    opacity: 0.5;
    border: none;
    height: 28px;
    padding: 6px 30px 6px 8px;
    -webkit-transition: opacity 0.08s ease-in;
    -moz-transition: opacity 0.08s ease-in;
    -o-transition: opacity 0.08s ease-in;
    transition: opacity 0.08s ease-in; }
  .nav .search-form:hover .form-control,
  .nav .search-form .form-control:focus {
    opacity: 1; }
  .nav .search-form .input-group-btn {
    width: 28px; }
  .nav .search-form .input-group button {
    padding: 4px 6px; }

.navbar-header .search {
  position: relative;
  float: right;
  width: 150px; }

.navbar-header .search-btn {
  position: relative;
  float: right;
  margin-top: 8px;
  border: none; }

.navbar .search-btn {
  color: #FFFFFF;
  height: 32px;
  padding: 7px 10px;
  margin-right: 5px;
  opacity: 0.5;
  -webkit-transition: opacity 0.08s ease-in;
  -moz-transition: opacity 0.08s ease-in;
  -o-transition: opacity 0.08s ease-in;
  transition: opacity 0.08s ease-in; }
  .navbar .search-btn:focus {
    outline: none;
    background-color: transparent;
    opacity: 1; }
  .navbar .search-btn:hover {
    opacity: 1; }
  .navbar .search-btn:active {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important; }

.search .count {
  font-size: 18px; }

.search .search-results {
  padding: 0;
  margin: 20px 0;
  list-style: none; }
  .search .search-results .result {
    margin-bottom: 30px; }
    .search .search-results .result b {
      background-color: rgba(0, 122, 204, 0.15); }
    .search .search-results .result h3 {
      font-family: wf_segoe-ui_semibold, wf_segoe-ui_normal, "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 2.4rem;
      text-overflow: ellipsis;
      margin-top: 0; }
      .search .search-results .result h3 a {
        color: #373277; }
  .search .search-results .snippet {
    margin-top: 10px; }

/** Navigation items **/
.cta {
    border: 1px solid #dcdada;
    padding: 10px;
    font-size: 0.8em;
}

.cta .btn {
    background-color: #405d6b;
    border-color: #405d6b;
    color: #fff;
}

@media (min-width: 480px) {
  .navbar-left .search {
    display: none; } }

@media (min-width: 480px) and (max-width: 599px) {
  .navbar-header .search-btn {
    display: block; } }

@media (min-width: 600px) and (max-width: 767px) {
  .navbar-header .search {
    display: block; } }

@media (min-width: 768px) {
  .navbar-right .search-small {
    display: block; } }

@media (min-width: 768px) and (max-width: 991px) {
  .navbar-right .search-btn {
    display: block; } }

@media (min-width: 992px) {
  .navbar-right .search {
    display: block; }
  .navbar-right .search-small {
    display: none; } }

/*----- Media Queries -----*/
@media (min-width: 400px) {
  h1 {
    font-size: 3.6rem !important; }
  .jumbotron.home .screenshot {
    background-size: cover; }
  .video-btn {
    height: 100px;
    width: 100px; }
  footer {
    height: 120px; }
  footer .message {
    display: inline-block; }
  footer .twitter-follow-button {
    height: 20px;
    /* DO NOT REMOVE: Weird prerendering issue, causes scrollbar to show if not set */
    margin-left: 15px; } }

@media (max-width: 480px) {
  .connect {
    font-size: 1rem; }
  .connect .callout {
    width: 100%;
    margin-bottom: 0; } }

@media (min-width: 480px) {
  .powered-by-vso {
    display: inline;
    margin-top: 0;
    margin-left: 10px; } }

@media (min-width: 600px) {
  .issue-summary .comments-area #inputName {
    width: 60%; }
  .docs .feedback {
    width: 75%; }
  .docs .hero-videos .video .screen {
    height: 250px; } }

@media (max-width: 600px) {
  .getting-started .logos {
    display: none; } }

@media (min-width: 480px) and (max-width: 767px) {
  .jumbotron.home .screenshot {
    height: 240px; } }

@media (max-width: 768px) {
  .navbar.home > .container {
    background-color: rgba(0, 0, 0, 0.3); }
  .navbar .navbar-brand {
    margin-left: 15px; }
  .navbar-inverse .navbar-nav > li > a {
    opacity: 1; }
  .connect {
    font-size: 1.2rem; } }

@media (min-width: 768px) {
  h1 {
    font-size: 4rem !important; }
  h2 {
    font-size: 3rem; }
  h3 {
    font-size: 2.2rem; }
  .navbar > .container .navbar-brand {
    margin-left: 0; }
  .navbar .navbar-right {
    display: block; }
  .jumbotron.home .lead {
    padding: 0 10%; }
  .jumbotron.home .screenshot {
    height: 380px; }
  .jumbotron.home .screenshot .video-btn {
    bottom: 35%; }
  .alt-downloads .terms {
    padding: 20px 10%; }
  #docs-navbar,
  #docs-subnavbar {
    font-size: 12px;
    width: auto; }
  #small-nav .social-buttons {
    display: none; }
  .docs {
    font-size: 16px; }
  .docs .feedback {
    width: 75%; }
  .powered-by-vso {
    float: right;
    margin-top: 22px; }
  .issue-list-filter .form-control {
    width: calc(100% - 150px - 10px); }
  .issue-list-filter .submit {
    width: 150px; }
  .issues.notfound .graphic.notfound {
    width: 100%; }
  footer .right {
    margin-top: 0;
    text-align: right; } }

@media (min-width: 768px) and (max-width: 992px) {
  #docs-navbar.affix {
    position: static;
    top: 0; }
  #docs-subnavbar.affix {
    position: fixed;
    top: 120px; } }

@media (min-width: 992px) {
  #docs-navbar.affix,
  #docs-subnavbar.affix {
    position: fixed;
    top: 120px; }
  .docs h1 {
    margin-top: 0; }
  .docs .hero-videos,
  .docs .next-level {
    text-align: center; }
  .issues.notfound .graphic.notfound {
    width: 80%; } }

@media (min-width: 1200px) {
  .home h1 {
    font-size: 4.8rem !important; }
  .themes {
    padding-top: 75px; }
  .themes .header {
    padding-top: 10%; }
  .themes .carousel {
    margin: 0 20px; }
  .alt-downloads .terms {
    padding: 20px 20%; }
  .docs .section {
    height: 225px; } }

.vs-navbar {
    margin-bottom:0px;
    left:-1px;
}

#ux-header {
    position: inherit !important;
    top: auto !important;
}

#ux-header-mobile {
    display:none;
}

/* hero and nav section at the top of each page */
.hero-outer {
    background-color:#f0f0f0;
    margin-bottom:20px;
}

.hero {
   height: 220px;
   background-image: url("/Content/images/taco-banner.jpg");

}

.hero-banner{
    margin-left: auto;
    margin-right: auto;
}

.hero-txt {
    color:inherit;

    font-family: wf_segoe-ui_light, wf_segoe-ui_semilight, wf_segoe-ui_normal, "HelveticaNeue-Thin", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif;
}
.hero-txt:hover {
    color:inherit;
}

.hero-txt-large {
    font-size: 40px;
}

.hero-txt-small {
    font-size: 18px;
    margin-top:10px;
}

.hero-nav {
    font-family: wf_segoe-ui_light, wf_segoe-ui_semilight, wf_segoe-ui_normal, "HelveticaNeue-Thin", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif;
    font-size:12pt;
}

.hero-nav-row {
    margin: 0;
}

.hero-nav-item {
    padding:.8em 0;
    border-bottom: 1px solid gray;
}

.hero-nav-item a {
    color: inherit;
}

.hero-nav-item:hover {
    border-bottom: 1px solid #007ACC;
}

/* Icons section in the body-container of the landing page */

.landing-block {
    display: inline-block;
	height: 262px;
    width: 100%;
	margin-right:30px;
    margin-bottom:30px;
    padding: 0 25px;
	
	background-color: #f4f3f4;

    text-align:center;
}

.landing-block-wide {
	height: 262px;

    padding-top: 20px;
    padding-left:20px;
	background-color: #f4f3f4;
}

.landing-icon {
    padding-top:45px;
    margin-right: auto;
    margin-left: auto;
}

.landing-svg {
    margin-top:45px;
}

.landing-title {
    font-weight: bold;
}

.landing-title-2 {
    font-size:80%;
}

#alert {
    background-color: #4cc8f8 !important;
}

#alert .landing-title{
    color: white !important;
}

#alert .landing-title-2{
    color: #303030 !important;
}

#sitesearch {
    float:right;
}

/* LINDA, ADJUSTING FOR MOBILE VIEW */
@media (max-width: 768px) {

    #ux-header-mobile {
        display: block;
        background-color: black;

        vertical-align:middle;
    }
    #ux-header-mobile-text {
        vertical-align:middle;
        color: #ccc;
    }

    /* hiding the vs header and footer until they are mobile optimized */
    .vs-navbar, #ux-footer, #SignupBanner {
        display: none !important;
    }

    .hero, .hero-outer {
        background-image: none;
        background-color: #405d6b;
        color: #ccc;
        max-height: 120px;

        text-align: center;
    }
    .hero-txt-large {
        font-size:2em;
    }

    .hero-nav-item {
        text-align:center;
    }

}