/*

  Robin
  Support Site Styles

  @author Zach Dunn
  @company Robin
  @date 2017

--------------------------------------- */
.tag {
  display: inline-block;
  text-indent:0;
  padding: 4px 15px;
  text-transform: uppercase;
  white-space: nowrap;
  color: #32383e;
  font-size: 11px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 1px;
  background: #f4f6f9;
  border: 1px solid #f4f6f9;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.tag.green {
  background: #91ca55;
  border-color: #91ca55;
  color: #fff;
}
.tag.red {
  background: #fd4b46;
  border-color: #fd4b46;
  color: #fff;
}
.tag.blue {
  background: #2d99d3;
  border-color: #2d99d3;
  color: #fff;
}
.tag.yellow {
  background: #ffb150;
  border-color: #ffb150;
  color: #fff;
}
.tag.outline {
  background: #fff;
  border-color: #dddddd;
  color: #32383e;
}

/* Zendesk */
.callout-yellow,
.callout-blue,
.callout-green,
.callout-gray,
.callout-red,
.callout-box,
.callout {
  padding: 25px;
  border-radius: 3px;
  border:1px solid #EBEBEB;
  box-shadow: 0px 1px 3px rgba(0,0,0,.1);
  margin-bottom:25px;
}

.callout-red{
  border-left: 5px solid #EB3349;
  /*background: rgba(235, 51, 73, 0.2);*/
}

.callout-yellow{
  border-left: 5px solid #ffb150;
  /*background: rgba(255, 194, 116, .20);*/
}

.callout-green{
  border-left: 5px solid #91ca55;
  /*background: rgba(145, 202, 85, 0.165);*/
}

.callout-blue{
  border-left: 5px solid #2D99D3;
  /*background: rgba(45, 153, 211, .20);*/
}

.callout-box h4{
  margin:0 0 10px 0;
  font-size: 18px;
  line-height: 25px;
  font-weight:600;
}
.callout-box p{
  /*margin:0;*/
}

/* Booked Yellow: #ffb150; */
.callout-yellow h4{
  color:#ffb150;
}

.callout-blue h4{
  color:#2D99D3;
}

.callout-green h4{
  color:#91ca55;
}

.callout-red h4{
  color:#EB3349;
}

pre{
  background:#FFF !important;
  border:4px solid #EEE;
  border-radius:3px;
  box-shadow: 0 0 0 1px #CCC;
  font-size:14px;
  color:#666666;
}

p code, li code{
  background: #eee;
  border: 0;
  display: inline-block;
  width: auto;
  vertical-align: middle;
  font: 12px normal Menlo,Monaco,Courier,monospace;
  color: #666;
  padding: 2px 5px;
}

.callout-yellow h4:before{
  content: "\e635";
}

.callout-blue h4:before{
  content: "\e62e";
}

.callout-red h4:before{
  content: "\e609";
}

.callout-green h4:before{
  content: "\e62b";
}

.callout-red h4:before,
.callout-yellow h4:before,
.callout-green h4:before,
.callout-blue h4:before {
  font-size: 24px;
  vertical-align: sub;
  margin-right: 5px;
  font-family:'robin' !important;
}

.btn-outline,
input[type="submit"].btn-outline,
button.btn-outline {
  font-weight: 600;
  font-size: 14px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  line-height: 100%;
  background: #fd4b46;
  border: 1px solid #fd4b46;
  display: inline-block;
  color: #fff;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  padding: 12px 24px;
  width: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all ease-in-out 100ms;
  -moz-transition: all ease-in-out 100ms;
  transition: all ease-in-out 100ms;
  cursor: pointer;
  background: transparent;
  border: 1px solid #ccc;
  color: #666;
}
.btn-outline:hover,
input[type="submit"].btn-outline:hover,
button.btn-outline:hover {
  color: #fff;
  text-decoration: none;
  background: #ee3f46;
  border: 1px solid #ee3f46;
}
.btn-outline[disabled],
input[type="submit"].btn-outline[disabled],
button.btn-outline[disabled] {
  background: #e2e7ec;
  border: 1px solid #e2e7ec;
  color: #778896;
  cursor: default;
}
.btn-outline[disabled]:hover,
input[type="submit"].btn-outline[disabled]:hover,
button.btn-outline[disabled]:hover {
  background: #e2e7ec;
  border: 1px solid #e2e7ec;
  color: #778896;
}
.btn-outline [class*="icon-"],
input[type="submit"].btn-outline [class*="icon-"],
button.btn-outline [class*="icon-"] {
  font-size: 16px;
  display: inline-block;
  margin: -8px 0 -4px;
}
.btn-outline.btn_icon,
input[type="submit"].btn-outline.btn_icon,
button.btn-outline.btn_icon {
  padding-left: 13px;
  padding-right: 13px;
}

.btn-outline:hover,
input[type="submit"].btn-outline:hover,
button.btn-outline:hover {
  background: transparent;
  border-color: #aaa;
  color: #666;
}

.btn-white {
  font-weight: 600;
  font-size: 14px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  line-height: 100%;
  background: #fd4b46;
  border: 1px solid #fd4b46;
  display: inline-block;
  color: #fff;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  padding: 12px 24px;
  width: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all ease-in-out 100ms;
  -moz-transition: all ease-in-out 100ms;
  transition: all ease-in-out 100ms;
  cursor: pointer;
  background: #fdfdfd;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.09), inset 0 2px 3px 0 #fff, inset 0 -2px 3px 0 rgba(0, 0, 0, 0.05);
  border: none;
  border-radius: 4px;
  color: #32383E;
}
.btn-white:hover {
  color: #fff;
  text-decoration: none;
  background: #ee3f46;
  border: 1px solid #ee3f46;
}
.btn-white[disabled] {
  background: #e2e7ec;
  border: 1px solid #e2e7ec;
  color: #778896;
  cursor: default;
}
.btn-white[disabled]:hover {
  background: #e2e7ec;
  border: 1px solid #e2e7ec;
  color: #778896;
}
.btn-white [class*="icon-"] {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: -8px 0 -4px;
}
.btn-white.btn_icon {
  padding-left: 13px;
  padding-right: 13px;
}
.btn-white.twitter {
  border-color: #24aae1;
  background: #24aae1;
}
.btn-white.twitter:hover {
  border-color: #198ab9;
  background: #198ab9;
}
.btn-white.linkedin {
  border-color: #007bb6;
  background: #007bb6;
}
.btn-white.linkedin:hover {
  border-color: #005983;
  background: #005983;
}
.btn-white.facebook {
  border-color: #4b6ea9;
  background: #4b6ea9;
}
.btn-white.facebook:hover {
  border-color: #3b5786;
  background: #3b5786;
}
.btn-white:hover {
  border: none;
  background: rgba(253, 253, 253, 0.9);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15), inset 0 2px 4px 0 #fff, inset 0 -2px 4px 0 rgba(0, 0, 0, 0.1);
  color: #32383E;
}
.btn-white:focus {
  outline: none;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.09), inset 0 2px 3px 0 #fff, inset 0 -2px 3px 0 rgba(0, 0, 0, 0.05), 0 0 5px 0 #5ebeff;
}
.btn-blue {
  font-weight: 600;
  font-size: 14px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  line-height: 100%;
  background: #fd4b46;
  border: 1px solid #fd4b46;
  display: inline-block;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  padding: 12px 24px;
  width: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all ease-in-out 100ms;
  -moz-transition: all ease-in-out 100ms;
  transition: all ease-in-out 100ms;
  cursor: pointer;
  background: #39ACEA;
  /* new, slightly lighter tint blue – we could also just tint the default blue to achieve this color */
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.09), inset 0 2px 3px 0 rgba(255, 255, 255, 0.15), inset 0 -2px 3px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
}
.btn-blue:hover {
  color: #fff;
  text-decoration: none;
  background: #ee3f46;
  border: 1px solid #ee3f46;
}
.btn-blue[disabled] {
  background: #e2e7ec;
  border: 1px solid #e2e7ec;
  color: #778896;
  cursor: default;
}
.btn-blue[disabled]:hover {
  background: #e2e7ec;
  border: 1px solid #e2e7ec;
  color: #778896;
}
.btn-blue [class*="icon-"] {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: -8px 0 -4px;
}
.btn-blue:hover {
  border: 1px solid transparent;
  background: #1795d9;
  color: #fff;
}
.btn-blue:focus {
  outline: none;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.09), inset 0 2px 3px 0 rgba(255, 255, 255, 0.15), inset 0 -2px 3px 0 rgba(0, 0, 0, 0.05), 0 0 5px 0 #5ebeff;
}
.orange .btn-white {
  border: none;
  color: #fd4b46;
}
.orange .btn-white:hover {
  border: none;
  color: #fd4b46;
}
.btn-link {
  padding: 6px 14px;
  font-weight: 600;
  color: #2D99D3;
  background: none transparent;
  border: none;
  border-radius: 3px;
}
.btn-link.small {
  font-size: 14px;
}
p small {
  font-size: 14px;
}
.btn-link.inline {
  padding-left: 0;
}
.btn-link:hover {
  text-decoration: underline;
  color: #288abf;
  background: none transparent;
  border: none;
}

dt{
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  line-height: 25px;
  float:left;
  width: 30px;
  height: 30px;
  color: #FFF;
  background: #2D99D3;
  border-radius: 100%;
  border: 3px solid #FFF;
  padding:0;
  margin:0;
}

dd{
  margin-bottom:20px;
}

.article-body{
  margin-bottom:50px;
}

.article-body .setup-checklist{
  list-style:none;
}

.article-body ol.setup-checklist{
  margin:0 0 30px 0;
  padding:0;
}

.article-body p:last-child{
  margin-bottom:0;
}

.article-body p:last-child img{
  margin-bottom:0;
}

.breadcrumbs li a{
  color:#2D99D3;
}

.breadcrumbs li:before{
  color:#999;
}

.setup-checklist li:before {
  content: "\e62b";
  color:#91ca55;
  font-family:'robin' !important;
  font-size:21px;
  margin-right:10px;
  vertical-align:sub;
}

.setup-checklist li.optional:before {
  color:#D2DAE1;
}

.setup-checklist li{
  list-style-position: inside;
  text-indent: -31px;
  padding-left: 31px;
  line-height:2em;
}

.article-body blockquote{
  padding: 10px 20px;
  border-left: 3px solid #DDD;
  margin-left: 20px;
}

.article-body p img{
  margin-bottom:30px;
}

.article-body .image-link{
  text-align: center;
  width: 100%;
  display: inline-block;
}

.article-body .image-link:focus{
  outline:2px solid #D2DAE1;
}

.article-body dd img{
  margin-top:30px;
}

.article-body .wistia_embed{
  margin-bottom:30px;
}

.article-body dl{
  margin-bottom:30px;
}
.article-body dd{
  padding-top: 6px;
}
.article-body .code-wrap{
    border: 1px solid #EEE;
    padding: 20px;
    border-radius: 3px;
}

.article-body hr{
  height: 1px;
  background-color: #DDDDDD;
  border: 0;
  margin: 30px 0px;
}
.quickstart{
  display: inline-block;
  width: 100%;
  padding:0px 20px;
  margin-top: 20px;
  border-radius:3px;
  background: #F4F6F9;
}
.quickstart a{
  font-weight:bold;
}

#footer {
  zoom: 1;
  background: #fff;
  margin-bottom:60px;
}
#footer:before,
#footer:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
#footer:after {
  clear: both;
}
#footer .wrap {
  padding: 40px 20px 20px 20px;
  width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 1060px) {
  #footer .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#footer a {
  color: #9cafbe;
  text-decoration: none;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  border: none;
  font-weight: 400;
}
#footer a:hover {
  color: #32383e;
  border: none;
}
#footer a.blue {
  color: #2d99d3;
}
#footer a.blue:hover {
  color: #57addc;
}
#footer p {
  margin: 0;
  font-size: 16px;
  line-height: 100%;
  color: #9cafbe;
  line-height: 24px;
}
#footer #footer-links {
  zoom: 1;
}
#footer #footer-links:before,
#footer #footer-links:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
#footer #footer-links:after {
  clear: both;
}
#footer .footer-links-column {
  width: 25%;
  float: left;
}
@media screen and (max-width: 650px) {
  #footer .footer-links-column {
    width: 50%;
    margin-bottom: 20px;
  }
}
#footer .footer-links-title {
  margin-bottom: 6px;
  font-weight: 600;
}
#footer .footer-links-list,
#footer .contact-links {
  zoom: 1;
  margin-bottom: 18px;
  float: left;
  display: inline-block;
  position: relative;
  padding-left: 0;
}
#footer .footer-links-list:before,
#footer .contact-links:before,
#footer .footer-links-list:after,
#footer .contact-links:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
#footer .footer-links-list:after,
#footer .contact-links:after {
  clear: both;
}
#footer .footer-links-list li,
#footer .contact-links li {
  list-style: none;
  vertical-align: middle;
  margin: 0 20px 0 0;
  line-height: 24px;
}
#footer .footer-links-list .icon-twitter,
#footer .contact-links .icon-twitter,
#footer .footer-links-list .icon-facebook,
#footer .contact-links .icon-facebook,
#footer .footer-links-list .icon-linkedin,
#footer .contact-links .icon-linkedin {
  font-size: 24px;
}
#footer .footer-links-list .icon-twitter img,
#footer .contact-links .icon-twitter img,
#footer .footer-links-list .icon-facebook img,
#footer .contact-links .icon-facebook img,
#footer .footer-links-list .icon-linkedin img,
#footer .contact-links .icon-linkedin img {
  height: 24px;
  width: auto;
  display: block;
}
#footer .footer-links-list a {
  color: #666;
  font-weight: 400;
}
@media screen and (max-width: 650px) {
  #footer .footer-links-list a {
    word-wrap: break-word;
  }
}
#footer .footer-links-list a:hover {
  color: #999999;
}
#footer .social-icons {
  vertical-align: middle;
  float: right;
  font-size: 21px;
}
#footer .social-icons a {
  padding-left: 10px;
}

.wrap {
  width: 980px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
  zoom: 1;
}
.wrap:before,
.wrap:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.wrap:after {
  clear: both;
}

.see-all-articles{}
li.article-promoted > span{
  color:#ffb150;
}

.section h3{
  font: 600 16px "proxima-nova", Helvetica, Arial, sans-serif;
  color: #32383E;
  text-transform:none;
}

.knowledge-base-header > p{
  color: #8a96a2;
  margin-top:0px;
}

.knowledge-base-header h1, .category-tree h2, .article-header h1{
  font-weight: 600;
  font-size: 30px;
  font-family: "proxima-nova",Helvetica,Arial,sans-serif;
  line-height: 36px;
  margin-bottom: 12px;
  color: #32383e;
  letter-spacing: -1px;
}

.category-tree .category-has-icon h2,
.knowledge-base-header.category-has-icon{
  padding-left: 100px;
  min-height: 100px;
  position: relative;
  padding-bottom: 0;
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
}

.knowledge-base-header.category-has-icon h1{
  padding-top:20px;
}

.category-tree .category h2{
  border-bottom:0px;
}

.category-tree .category{
  margin-top:18px;
  border-top:1px solid #EEE;
}

.category-tree .category:first-of-type{
  margin-top:0px;
  border-top:0px;
}

.category-tree .setup-category-header h2,
.knowledge-base-header.setup-category-header{
  background-image: url('https://robinpowered.com/img/feature-icons/list-of-meeting-room-availability.png');
}

.category-tree .presence-category-header h2,
.knowledge-base-header.presence-category-header {
  background-size: 90px;
  background-position-y: 50%;
  background-image: url('https://robinpowered.s3.amazonaws.com/support-theme/icons/beacon.svg');
}

.category-tree .scheduling-category-header h2,
.knowledge-base-header.scheduling-category-header {
  background-size: 90px;
  background-position-y: 50%;
  background-image: url('https://s3.amazonaws.com/robinpowered/support-theme/icons/calendar.svg');
}

.category-tree .basics-category-header h2,
.knowledge-base-header.basics-category-header{
  background-image: url('https://robinpowered.com/img/feature-icons/search-available-meeting-rooms.png');
}

.category-tree .developers-category-header h2,
.knowledge-base-header.developers-category-header{
  background-image: url('https://s3.amazonaws.com/robinpowered/support-theme/robin-developer-icon.png');
}

.category-tree .problems-category-header h2,
.knowledge-base-header.problems-category-header{
  background-size: 90px;
  background-position-y: 50%;
  background-image: url('https://s3.amazonaws.com/robinpowered/support-theme/icons/warning.svg');
}

.category-tree .room-display-category-header h2,
.knowledge-base-header.room-display-category-header{
  background-image: url('https://s3.amazonaws.com/robinpowered/support-theme/robin-rooms-icon.png');
}

.category-tree .mobile-apps-category-header h2,
.knowledge-base-header.mobile-apps-category-header{
  background-image: url('https://s3.amazonaws.com/robinpowered/support-theme/robin-mobile-icon.png');
}

.category-tree .category-has-icon h2 > a{
  position: relative;
  top: 30px;
}

.search-box-wrap{
  padding: 70px 60px 35px 60px;
}

.search-hero-bg{
  height: 295px;
  width: 100%;
  position: absolute;
  background-image: url('https://robinpowered.s3.amazonaws.com/support-theme/robin-pattern-light.png');
  background-position: bottom;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  display:none;
}
.search-hero-bg.active{
  display:block;
}

.search-box-wrap .hero-header{
  color: #32383E;
  font-weight: 600;
  letter-spacing: -1px;
  font-size: 30px;
  line-height: 54px;
  margin-bottom: 18px;
  margin-top: 0px;
  text-align: center;
  position:relative;
  z-index:1;
}
.search-box-wrap .hero-header > span {
  background: rgba(255,255,255,0.6);
}

.search-box-wrap .hero-header .title-highlight {
  background: #fff29e;
}

.hero-unit.search-box{
  padding: 0px;
}

.search-box-wrap .popular-topics{
  color: #666666;
  text-align: center;
  position: relative;
  font-weight:600;
}

.search-box-wrap .popular-topics .promo-tag{
  padding: 5px 10px;
  background: rgba(255,255,255,0.6);
  border: 1px solid #EBEBEB;
  border-radius: 3px;
  font-weight: 600;
}

.search-box-wrap .popular-topics .icon-lightning{
  vertical-align: middle;
  color: #FFB150;
}

.search-box-wrap .popular-topics a{
  color: #2D99D3;
  font-weight: 600;
}

body{
  padding-bottom:0px;
}

.logo .site-name{
  color:#32383E;
  text-decoration:none;
}

.logo img{
  margin:6px 0;
}

.logo a{
  text-decoration: none;
  border:none;
}

a.trailing-arrow:after{
  font-family: "robin" !important;
  content: "\e616";
  margin-left: 2px;
  display: inline-block;
  line-height: 1em;
  font-weight: 500;
  text-decoration: none;
  border: none;
  vertical-align: middle;
}

.knowledge-base-header p{
  max-width:600px;
}

.user-nav .actions a:first-of-type{
  margin-right:20px;
}
.file-download {
  text-align: center;
  border-radius: 3px;
  background: #F4F6F9;
  margin: 30px 0 40px 0;
}
.file-download p{
  padding:20px;
}

.file-download p .btn,
.file-download p .btn-blue {
  margin-left:20px;
}

.btn, input[type="submit"], button, .submit-button, .btnPrimary, .button {
  font-weight: 600;
  font-size: 14px;
  font-family: "proxima-nova",Helvetica,Arial,sans-serif;
  line-height: 100%;
  background: #fd4b46;
  border: 1px solid #fd4b46;
  display: inline-block;
  color: #fff;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  padding: 12px 24px;
  width: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all ease-in-out 100ms;
  -moz-transition: all ease-in-out 100ms;
  transition: all ease-in-out 100ms;
  cursor: pointer;
}

.btn-alt, input[type="submit"].btn-alt, button.btn-alt {
  font-weight: 600;
  font-size: 14px;
  font-family: "proxima-nova",Helvetica,Arial,sans-serif;
  line-height: 100%;
  display: inline-block;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  padding: 12px 24px;
  width: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all ease-in-out 100ms;
  -moz-transition: all ease-in-out 100ms;
  transition: all ease-in-out 100ms;
  cursor: pointer;
  background: #2d99d3;
  border: 1px solid #2d99d3;
  color: #fff;
}

.sub-nav .search input{
  border-radius: 3px;
  padding: .75em .3em .75em 2.7em;
}

input[placeholder],
::-moz-placeholder,
input:-moz-placeholder
{
  text-overflow: ellipsis;
}

/* ERROR PAGES */
.error-page{
  text-align: center;
  max-width: 1060px;
}
.error-page .wrap{
  width:auto;
}
.error-page h1{
  font-weight: 600;
  font-size: 36px;
  font-family: "proxima-nova",Helvetica,Arial,sans-serif;
  line-height: 54px;
  color: #32383e;
  margin-top: -8px;
  margin-bottom: 18px;
  letter-spacing: -1px;
}
.error-page .error-explained {
  margin-right: -4px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-bottom: 5px;
  display: block;
  margin: 0 auto;
}
.error-page .big-icon {
  text-align: center;
  margin-bottom: 20px;
  font-size:75px;
  color:#9CAFBE;
}
.error-page .big-icon .icon-help{
  color: #FFC274;
  font-size: 125px;
}
.big-icon .ghost {
  width: 150px;
}
.error-page p.big{
  color: #8a96a2;
  font-weight: 400;
  margin: 0 auto 25px auto;
  max-width: 680px;
  font-weight: 400;
  font-size: 24px;
  font-family: "proxima-nova",Helvetica,Arial,sans-serif;
  line-height: 30px;
  color: #8a96a2;
}
.error-page h1+p.big{
    margin-top: -12px;
}

#footer .contact-caveat{
  border:1px solid #DDD;
  text-align:center;
  border-radius:3px;
  margin-bottom:20px;
  padding:20px;
}

#footer .contact-caveat,
#footer .contact-caveat p{
  color: #666;
  font-weight:400;
}

#footer .contact-caveat .icon-clock,
#footer .contact-caveat .icon-phone,
#footer .contact-caveat .icon-twitter{
  vertical-align: middle;
  font-size: 24px;
  color:#8a96a2;
}

#footer .contact-caveat .boston-time{
  font-weight:600;
}

#footer .contact-caveat a{
  color:#2d99d3;
}

.article-footer{
  border-top:1px solid #DDD;
  border-bottom:1px solid #DDD;
  padding:40px 20px;
  text-align:center;
}

.article-footer .article-vote{
  display:block;
  text-align:center;
}
.article-footer .article-vote-question{
  display:block;
  margin-bottom:12px;
  font-weight:600;
}

.article-footer .article-vote-up:before{
  content:"Absolutely";
}

.article-footer .article-vote-down:before{
  content:"Not quite";
}

.search-results h3{
  margin:0px;
}

.search-results h3 a{
  font-size:21px;
}

.search-result-meta{
  padding-top:6px;
  color:#999;
}

.inline-highlight {
  color: #2D99D3;
  background: #D5F0FF;
  padding: 0;
  font-weight: 600;
}

.big-number::before {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  line-height: 25px;
  width: 25px;
  height: 25px;
  color: #FFF;
  background: #2D99D3;
  border-radius: 100%;
  padding: 0;
  margin: 0 15px 0 -40px;
  content: attr(data-step);
}

pre.code-wrap {
    white-space: pre-wrap;
    line-height: 1.5;
    font-size: 13px;
    text-indent: 0px;
}

::selection {
  background: #fff29e;
  color: #444;
}
::-moz-selection {
  background: #fff29e;
  color: #444;
}
