hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,canvas,iframe,img,svg,video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.hidden {
  display: none !important;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
span.nobr {
  display: inline-block;
}

main {
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  line-height: 1.6;
  background: #fff;
  color: #535353;
}
@media only screen and (min-width: 560px) and (max-width: 780px) {
  #quick-links .wrap .content {
     display: flex;
     flex-direction: row-reverse;
     justify-content: flex-end;
   }
}
@media only screen and (min-width: 560px) {
  main {
    font-size: 1em;
  }
}
main .wrap {
  padding: 1em 4vw;
  margin: 0 auto;
  max-width: 1002px;
}

main a, .modal a {
  color: #ff7e00;
  text-decoration: none;
}
main a:hover, .modal a:hover {
  color: #d10;
}
main a.button {
  display: inline-block;
  line-height: 1;
  border: 1px solid #ff7e00;
  padding: 0.65625em 1.53125em;
  border-radius: 3px;
}
main a.button:hover,
main a.button:active {
  background: #ff9415;
  color: #fff;
  box-shadow: none;
  outline: none;
}
main a.button:active {
  background: #ff7300;
}
main a.button:focus {
  border-color: #bf4400;
  outline: none;
}
main section {
  border-bottom: 1px solid #bfbfbf;
}
main h2 {
  color: #333;
  font-weight: 300;
  font-size: 1.55em;
  line-height: 1.14285714;
  margin: 0.8em 0 -0.142857em;
}
main h3 {
  color: #333;
  font-size: 1.125em;
  margin: 0;
  line-height: 1.111111em;
}

main .item-frame .item {
  margin: 1.875em 0;
}
@media only screen and (min-width: 780px) {
  main .item-frame h2 {
    padding-left: 1.5%;
    margin-bottom: 0.314286em;
  }
  main .item-frame {
    margin: 0 -1.5%;
  }
  main .item-frame .item {
    display: inline-block;
    vertical-align: top;
    width: 47%;
    padding: 0 1.5%;
    margin: 0.875em 0;
  }
  main .item-frame .item .wolfram-language-box {
    margin: -0.875em 0;
  }
}
main .iconize {
  background-repeat: no-repeat;
  padding: 0 0 0.625em 4.375em;
  min-height: 3.125em;
  background-size: 3.5em;
}
main .iconize h3,
main .iconize p,
main .iconize ul {
  margin: 0;
  padding: 0;
}
main .iconize li {
  display: inline-block;
}

main header, #header-bar {
  background: #616670;
  color: #fff;
  border-bottom: .5em solid #444b59;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 20;
}
main header .wrap {
  padding-top: 0;
  padding-bottom: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  main header .wrap {
    padding-top: 85px;
    padding-bottom: 0;
  }
}
main header .bg {
  background-size: 280px;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  padding-top: 1.625em;
  padding-bottom: 3.125em;
}
main header h1 {
  font-size: 2.2em;
  font-weight: 400;
  line-height: 1;
  margin: 0.311111em 0 0;
}
main header p {
  margin: 0;
}
main header img {
  max-width: 11.625em;
  height: auto;
}
main header p.tagline {
  font-size: 1.25em;
  line-height: 1.57142857;
  margin: 0.52381em auto 0.761905em;
  max-width: 20em;
}
main header p.tagline strong,
main header p.realms {
  font-weight: 300;
}
main header p.realms {
  font-size: 0.7em;
  text-transform: uppercase;
  letter-spacing: 0.038462em;
  line-height: 1;
  margin-bottom: 0.538462em;
}
main header p.realms .sep {
  padding: 0 0.538462em;
}
@media only screen and (min-width: 620px) {
  main header {
    text-align: left;
  }
  main header h1 {
    font-size: 2.8125em;
  }
  main header p.realms {
    font-size: 0.8125em;
  }
  main header p.tagline {
    font-size: 1.3125em;
  }
  main h2 {
    font-size: 2.1875em;
  }
  main header .bg {
    background-image: url('img/spikey.svg'), url('img/header-bg-gears.png');
    margin-right: -5em;
    padding-top: 3em;
  }
  main header img {
    display: none;
  }
  main header p.tagline {
    margin-left: initial;
    margin-right: initial;
  }
  
}
@media only screen and (min-width: 680px) {
  main header .bg {
    margin-right: -4vw;
  }
}
@media only screen and (min-width: 840px) {
  main header .bg {
    margin-right: 4vw;
  }
}
@media only screen and (min-width: 1000px) {
  main header .bg {
    padding-top: 3.625em;
    padding-bottom: 3.375em;
    margin-right: -5em;
  }
  main header p.tagline {
    margin: 0.428571em 0 0.52381em;
    max-width: initial;
  }
}
@media only screen and (min-width: 1040px) {
  main header .bg {
    margin-right: -4vw;
  }
}
#header-bar {
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  border-bottom-width: 0.1875em;
  text-align: right;
}
#header-bar .wrap {
  padding-top: .5em;
  padding-bottom: .5em;
}
#header-bar h2 {
  float: left;
  margin: 0;
  font-size: 1.125em;
  font-weight: 400;
  color: inherit;
  line-height: 1.72222222;
}
#header-bar .links {
  margin: 0;
  padding: 0;
}
#header-bar .links li {
  display: inline-block;
}
#header-bar a.button {
  font-size: 0.875em;
  background: #767b85;
  color: #fff;
  border-color: #fff;
  margin-left: .5em;
  padding: 0.535714em 1.232143em;
}
#header-bar a.button:hover,
#header-bar a.button:focus,
#header-bar a.button:active,
#header-bar a.button.primary {
  background: #fff;
  color: #444b59;
}
#header-bar a.button:active,
#header-bar a.button.primary:hover,
#header-bar a.button.primary:focus,
#header-bar a.button.primary:active {
  background: #dde2ed;
}
#header-bar a.button.primary:active {
  background: #767b85;
  color: #fff;
}

#quick-links .row {
  margin: 1.875em 0 1.4375em;
}
#quick-links h3 {
  font-size: 1.3125em;
  line-height: 1.19047619;
  font-weight: 400;
  color: #ff7e00;
  margin: 1.333333em 0 0.428571em;
}
#quick-links p,
.item-frame .item p {
  font-size: 0.9375em;
  line-height: 1.666667;
  margin: 0;
}
#quick-links .content {
  /*display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;*/
  display: block;
}
#quick-links a.button {
  width: 11em;
  text-align: center;
  margin: .25em 0.6875em .25em 0;
  padding: 0.65625em 0;
}
@media only screen and (max-width: 450px) {
  #header-bar h2 {
    display: none;
  }
  #header-bar {
    text-align: center;
  }
}
@media only screen and (min-width: 780px) {
  #quick-links a.button {
    width: auto;
    text-align: center;
    margin: 0.625em 0;
    padding: 0.65625em 1.53125em;
  }
  #quick-links .row {
    display: table;
    margin: 2.3125em -1.5625em 2.125em;
  }
  #quick-links .col {
    display: table-cell;
    border-left: 1px solid #bfbfbf;
    padding: 0 1.5625em 0.5em;
  }
  #quick-links .col:first-child {
    border: 0;
  }
  #quick-links h3 {
    margin: 0.190476em 0 0.285714em;
  }
}

#wa-apis h3 {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.25;
}
#wa-apis h3 a {
  color: inherit;
}
#wa-apis p {
  margin: 0.266667em 0;
}
#wa-apis p.small {
  font-style: italic;
  font-size: 0.8125em;
  line-height: 1.53846154;
  margin: 0.692308em 0 0.307692em;
}
#wa-apis p.small a {
  font-weight: 600;
  color: #333;
}
#wa-apis p.small a:hover,
#wa-apis h3 a:hover {
  color: #d10;
}
#wa-apis .links {
  font-size: 0.9375em;
  margin: 0.533333em 0;
}
@media only screen and (max-width: 370px) {
  #wa-apis .item-frame div:nth-last-of-type(2) .links li:last-of-type::before {
    display: none;
  }
  #wa-apis .item-frame div:nth-last-of-type(2) .links li:nth-last-of-type(2) {
    padding-right: 25px;
  }
}
#wa-apis .links li::before {
  color: #aaa;
  content: "|";
  padding: 0 0.75em 0 0.5em;
}
#wa-apis .links li:first-child::before {
  display: none;
}
#wa-apis .wolfram-language-box {
  border: 1px solid #ffab59;
  padding: 1em;
}
#wa-apis .wolfram-language-box .iconize {
  padding-bottom: 0;
  padding-left: 3.375em;
  padding-right: 0.5em;
}
#wa-apis .wolfram-language-box h3 {
  font-size: 1.0625em;
  line-height: 1.41176471;
  margin-bottom: 0.588235em;
  color: #ff7e00;
}
#wa-apis .wolfram-language-box p,
#wa-apis .wolfram-language-box .links {
  font-size: 0.8125em;
  line-height: 1.53846154;
}
#wa-apis .wolfram-language-box .links {
  margin-top: 0.769231em;
  margin-bottom: 0.307692em;
}
#wa-apis .wolfram-language-box .links li  {
  display: block;
}
#wa-apis .wolfram-language-box .links li::before {
  display: none;
}

#typical-deployments h3,
#typical-deployments .locations,
#typical-deployments .locations li {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
#typical-deployments h3 {
  margin-right: 0.444444em;
}
#typical-deployments .locations {
  line-height: 1;
  height: 1.1875em;
}
#typical-deployments .locations a.icon svg {
  fill: #999;
  margin-right: 0.3125em;
}
#typical-deployments .locations a.icon:hover svg {
  fill: #ff7300;
}
#typical-deployments p {
  margin: 0.133333em 0;
}

#also-available {
  border: 0;
  padding-bottom: 1em;
}
#also-available h3 {
  margin-bottom: 0.333333em;
}

#call-to-action {
  background: #ff7e00;
  color: #fff;
  border: 0;
  text-align: center;
}
#call-to-action .wrap {
  max-width: 20em;
}
#call-to-action a.button {
  background: #fff;
  border-color: #fff;
  color: #ff7e00;
  width: 5em;
  text-align: center;
  padding: 0.65625em 1.234375em;
}
#call-to-action a.button:hover,
#call-to-action a.button:focus,
#call-to-action a.button:active {
  background: #ffa32c;
  color: #fff;
}
#call-to-action a.button:active {
  background: #ff7e00;
}
#call-to-action .row {
  display: table;
  margin: 1em 0;
}
#call-to-action .col {
  display: table-cell;
  vertical-align: middle;
}
#call-to-action p {
  font-size: 0.8125em;
  line-height: 1.46153846;
  text-transform: lowercase;
  margin: 0 0 0 0.865385em;
  text-align: left;
}
#call-to-action .get-started p {
  max-width: 9.5em;
}
#call-to-action .contact-us p {
  max-width: 14.5em;
}
#call-to-action hr {
  border-color: #fff;
  opacity: .5;
  margin: 0.8125em 0;
}
@media only screen and (min-width: 720px) {
  #call-to-action .wrap {
    max-width: initial;
  }
  #call-to-action .row {
    display: inline-table;
  }
  #call-to-action hr {
    display: inline-block;
    vertical-align: top;
    height: 2.375em;
    border-left: 1px solid #fff;
    margin: 1em 1.5em 1em 0.9375em;
  }
  #call-to-action a.button {
    width: auto;
  }
}

.tooltip, .popover {
  position: absolute;
  opacity: 0;
  transition: opacity .15s;
}
.tooltip.in, .popover.in {
  opacity: 1;
}
.tooltip-inner, .popover-content {
  font-size: 0.75em;
  background: #fff;
  box-shadow: 0 0 .5em #aaa;
  padding: .5em .75em;
  border-radius: 0.416667em;
  margin: 0 0.5em;
}
.popover-content {
  font-size: 0.8125em;
  max-width: 29.230769em;
  padding: 1em;
}
#wa-apis .popover-content p {
  font-size: 1em;
  margin: 0;
  line-height: 1.53846154;
}
#wa-apis .popover-content p + p {
  margin-top: 0.769231em;
}
.tooltip-arrow, .popover .arrow {
  width: 1.75em;
  height: 0.75em;
  position: relative;
  margin-left: -0.875em;
  overflow: hidden;
}
.tooltip-arrow::after, .popover .arrow::after {
  content: ' ';
  width: 0.875em;
  height: 0.875em;
  background: #fff;
  transform: rotate(45deg);
  position: absolute;
  bottom: -0.4375em;
  left: 0.4375em;
  box-shadow: 0 0 .5em #aaa;
}
#wa-apis p.small a[data-toggle="popover"] {
  white-space: nowrap;
}
#wa-apis p.small a[data-toggle="popover"]:focus {
  box-shadow: none;
  outline: none;
  color: #d10;
}
#wa-apis p.small .popover {
  font-size: 1.230769em;
  font-style: normal;
}
#wa-apis p.small .popover a {
  font-weight: 400;
  color: #ff7e00;
  text-decoration: none;
}
#wa-apis p.small .popover a:hover {
  color: #d10;
}
#wa-apis p.small .popover img {
  max-width: 100%;
  height: auto;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px 15px 15px 10%;
  border-bottom: 1px solid #e5e5e5;
}
.modal-title {
    font-size: 1.25em;
    line-height: 1.2;
    font-weight: 400;
    color: #ff7e00;
    margin: 11px 22px 4px 0;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-body {
  position: relative;
  padding: 30px 0 15px;
  font-size: 14px;
  line-height: 25px;
  color: #535353;
}
.modal-body .padding { 
  padding: 0 11%;
  padding-bottom: 1px;
}
.modal-body .left { 
  text-align: left;
}
.modal-body .pad-bottom { 
  margin-bottom: 20px;
}
.modal-body img {
  max-width: 100%;
  height: auto;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 615px;
    margin: 70px auto;
  }
  #steps-modal .modal-dialog {
    width: 657px;
  }
  #full-modal .modal-dialog {
    width: 684px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  text-align: center;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 1px;
  left: 1px;
  width: 10%;
  background-color: #fff;
  background-position: center 7em;
  background-repeat: no-repeat;
}
.carousel-control.left {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2226%22%3E%3Cpath%20fill%3D%22%23ccc%22%20d%3D%22M0%2013L12%200l2%202L4%2013l10%2011-2%202z%22%2F%3E%3C%2Fsvg%3E);
}
.carousel-control.right {
  right: 1px;
  left: auto;
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2226%22%3E%3Cpath%20fill%3D%22%23ccc%22%20d%3D%22M14%2013L2%2026l-2-2%2010-11L0%202l2-2z%22%2F%3E%3C%2Fsvg%3E);
}
.carousel-control.left:hover {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2226%22%3E%3Cpath%20fill%3D%22%23999%22%20d%3D%22M0%2013L12%200l2%202L4%2013l10%2011-2%202z%22%2F%3E%3C%2Fsvg%3E);
}
.carousel-control.right:hover {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2226%22%3E%3Cpath%20fill%3D%22%23999%22%20d%3D%22M14%2013L2%2026l-2-2%2010-11L0%202l2-2z%22%2F%3E%3C%2Fsvg%3E);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
  .modal-body .padding {
    padding: 0 62px;
    padding-bottom: 1px;
  }
  .modal-header {
    padding-left: 60px;
  }
  .carousel-control {
    width: 60px;
  }
}
.carousel .code-sample {
  font: 10px 'Source Code Pro', 'Source Sans Pro', Courier, monospace;
  line-height: 1.5;
  padding: 14px 18px;
  color: #333;
  background: #f5f5f5;
  border: 1px solid #bfbfbf;
  max-height: 31em;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-x: hidden;
}
.carousel .code-sample samp {
  font-family: inherit;
}
.carousel ul.links {
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 480px) {
  .carousel .code-sample {
    font-size: 12px;
  }
  .carousel ul.links li {
    display: inline-block;
  }
  .carousel ul.links li::before {
    color: #aaa;
    content: "|";
    padding: 0 10px;
  }
  .carousel ul.links li:first-child::before {
    display: none;
  }
}
.carousel p.large {
    font-size: 18px;
    margin: 5px 0 -8px;
}
