body {
  font-family: "freightsans_mediumregular";
  font-size: 16px;
  color: #545454;
  line-height: 150%;
}

.docsframe {
  width: 100%;
  height: 100%;
  frameborder: 0;
  border: none;
  scrolling: auto;
}

.fb .navbar-inverse .navbar-nav>.open>ai {
  background-color: #3b5998;
}

.fb .dropdown-menu > li > a:hover {
  background-image:none !important;
}

.fb .dropdown-menu > li > a:hoveri {
  background-color:#6d84b4;
  color: #fff;
}

.source {
  display: none;
}

.fb {
  font-family: "freightsans_mediumregular", "Vista Sans OT", helvetica, arial;
}

.fb .top-banner {
  background-image: url('/static/images/banner.png');
  background-repeat: repeat-x;
  background-size: auto;
  background-position: 0 0;
}

.fb .navbar-inverse {
  border: 0;
  background-color: #3b5998;
  color: #fff;
  border-bottom: rgba(0,0,0,0.5) 1px solid;
}

.fb .navbar-inverse a, .fb .navbar-inverse .navbar-nav>li>a {
  line-height: 24px;
  color: #fff;
  font-size: 15px;
  font-weight: 200;
}

.fb .navbar-inverse .navbar-nav>li>a:hover {
  background-color: #6d84b4;
}

.fb .navbar-brand {
  font-weight: 200;
  font-size: 15px;
  padding-right: 30px;
  background-image: url('/static/images/logo.png');
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: 15px 50%;
  padding-left: 50px;
}

.fb a {
  text-decoration: none;
}

#footer-widgets {
  margin-top: 120px;
}

#footer-widgets .row:first-child {
    margin-top: 50px;
}

#footer-widgets .row {
    margin-bottom: 50px;
}

#footer-widgets .row > div {
    padding-left: 70px;
}

#footer-widgets .fa {
    font-size: 1.4em;
    width: 20px;
    margin-right: 10px;
    text-align: center;
}

.fb .container > .row:first-child,
.fb .container-fluid > .row:first-child,
.fb .container > header:first-child,
.fb .container-fluid > header:first-child {
  /* margin-top: 80px; */
}

.fb .sample-form {
  margin: 10px;
  max-width: 600px;
}

.fb .vspace {
  height: 1em;
}

.footer {
  margin-top: 120px;
  background-color: #cfd5db;
  padding-bottom: 100px;
}

.footer h5 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
  color: rgba(0,0,0,0.3);
}

.footer ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.footer .copyright {
  font-size: 12px;
  padding-top: 220px;
  color: rgba(0,0,0,0.3);
}

.main-container {
  min-height: 600px;
}

.fb code {
  padding: 0;
  color: #3b5998;
  background-color: transparent;
  border-radius: 0;
}

/* affix (position:fixed) won't work on element whose parent is transformed */
#sb-site {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
}

a.anchor {
  display: block;
  position: relative;
  top: -60px;
  visibility: hidden;
}

.login-button {
  margin-top: 50px;
  margin-bottom: 50px;
}
.sample-desc {
  font-size: 16px;
}
.sample-desc .title-img {
  width: 600px;
  box-shadow: 1px 1px 5px gray;
  border-radius: 4px;
}
.sample-desc img {
  margin: 10px;
}

/*
Boostrap extension for file input
http://www.jasny.net/bootstrap/javascript/#fileinput
*/
.btn-file {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}
.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 23px;
  cursor: pointer;
  filter: alpha(opacity=0);
  opacity: 0;

  direction: ltr;
}
.fileinput {
  display: inline-block;
  margin-bottom: 9px;
}
.fileinput .form-control {
  display: inline-block;
  padding-top: 7px;
  padding-bottom: 5px;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: text;
}
.fileinput .thumbnail {
  display: inline-block;
  margin-bottom: 5px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}
.fileinput .thumbnail > img {
  max-height: 100%;
}
.fileinput .btn {
  vertical-align: middle;
}
.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
  display: none;
}
.fileinput-inline .fileinput-controls {
  display: inline;
}
.fileinput-filename {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
.form-control .fileinput-filename {
  vertical-align: bottom;
}
.fileinput.input-group {
  display: table;
}
.fileinput.input-group > * {
  position: relative;
  z-index: 2;
}
.fileinput.input-group > .btn-file {
  z-index: 1;
}
.fileinput-new.input-group .btn-file,
.fileinput-new .input-group .btn-file {
  border-radius: 0 4px 4px 0;
}
.fileinput-new.input-group .btn-file.btn-xs,
.fileinput-new .input-group .btn-file.btn-xs,
.fileinput-new.input-group .btn-file.btn-sm,
.fileinput-new .input-group .btn-file.btn-sm {
  border-radius: 0 3px 3px 0;
}
.fileinput-new.input-group .btn-file.btn-lg,
.fileinput-new .input-group .btn-file.btn-lg {
  border-radius: 0 6px 6px 0;
}
.form-group.has-warning .fileinput .fileinput-preview {
  color: #8a6d3b;
}
.form-group.has-warning .fileinput .thumbnail {
  border-color: #faebcc;
}
.form-group.has-error .fileinput .fileinput-preview {
  color: #a94442;
}
.form-group.has-error .fileinput .thumbnail {
  border-color: #ebccd1;
}
.form-group.has-success .fileinput .fileinput-preview {
  color: #3c763d;
}
.form-group.has-success .fileinput .thumbnail {
  border-color: #d6e9c6;
}
.input-group-addon:not(:first-child) {
  border-left: 0;
}
::selection {
  background: #627aad;
}

.hero-header {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: rgba(15, 38, 72, 1);
  height: 424px;
  padding: 30px 0;
  background-position-y: 0px;
}

.hero-header.home {
  background-image: url("/static/images/home_hero.png");
}

.hero-header.about {
  background-image: url("/static/images/about_hero.png");
}

.hero-header.accelerator {
  background-image: url("/static/images/accelerator_hero.png");
}

.coming-desc .hero-title {
  font-family: "freightsans_mediumregular";
  font-size: 26pt;
  margin-top: 92px;
  padding: 0px;
  color: #fff;
}

.coming-desc p {
  color: #fff;
}

.boxed {
    background-color: #fff;
}

.header-full-title {
    background-image: url("/static/images/fblogo.png");
    padding-left: 31px;
    margin-left: 10px;
}

.header-full-title h1 {
    margin-top: 0px;
}

.header-full-title h1 a {
    font-family: "freightsans_mediumregular";
    font-size: 10pt;
    color: #2F578F;
    word-spacing: normal
}

.navbar-header-full.navbar-dark {
    background-color: #3A5A98;
    border-top: #3A5A98;
}

.navbar {
    min-height: 40px;
}

.navbar-default .navbar-nav > li > a {
    padding-top: 11px;
    padding-bottom: 10px;
    margin-top: -1px;
    color: #fff;
    font-family: "freightsans_mediumregular";
    font-size: 10pt;
}
.btn-ar.btn-primary.btn-joinus, .btn-ar.btn-primary.btn-codesamples {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 59px;
  padding-right: 59px;
  font-family: "freightsans_mediumregular";
  font-size: 11pt;
  background-color: #4365AA;
  border-color: #4365AA;
  background-image: none;
}

@media (min-width: 768px) {

.jumbotron .h1, .jumbotron h1 {
  font-size: 34px;
  color: #3A5A98;
}

.timeline-left {
  border-right-width: 4px;
  border-right-color: #3A5A98;
}
.timeline-event-left:before, .timeline-event-right:before {
  background-color: #3A5A98;
  border: 0px;
}

.lead {
  font-family: "freightsans_mediumregular" !important;
  font-size: 12pt !important;
  line-height: 155% !important;
  margin-bottom: 50px !important;

}

}

@media (max-width: 768px) {
.coming-desc h1 {
  font-size: 25pt;
  padding-left: 0px;
}
.coming-desc p {
  display: none;
  visibility: hidden;
}
}
@media (min-width: 992px) {
.content-box.moreres {
    height: 184px;
    padding-top: 43px;
    padding-bottom: 93px;
}
.content-box-title {
  font-size: 12pt;
}
#timeline {
  display: block;
  visibility: visible;
}
#stack {
 display: none;
 visibility: hidden;
}
}
@media (max-width: 992px){

#timeline {
  display: none;
  visibility: hidden;
}
#stack {
 display: block;
 visibility: visible;
}
}
@media (min-width: 1200px) {
.content-box.moreres {
    padding-left: 8px;
    padding-right: 8px;
    width: 184px;
}
.content-box-title {
  font-size: 18pt;
}
}


.panel-primary .panel-heading, .panel-primary .panel-footer .timeline-event {
  font-family: "freightsans_mediumregular";
  font-size: 16pt;
  line-height: 26px;
  background-color: #fff;
  color: #4365AA;
  border: 0px;
  box-shadow: none;
  padding-top: 43px;
  padding-left: 21px;
  padding-bottm: 3px;
}

.blockquote-big {
  font-family: "freightsans_mediumitalic";
  font-size: 20px;
  line-height: 26px;
  color: #545454;
}

blockquote footer {
  font-family: "freightsans_mediumregular";
}

h1, h2, h3, h4, h5, h6, .right-line {
 color: #3A5A98 !important;
 font-family: "freightsans_mediumregular" !important;
 line-height: 130%; !important;
}

h1, .h1 {
  font-size: 34px;
}

h2, .h2 {
  font-size: 30px !important;
}

.title.section {
  font-size: 23pt;
  margin-top: 65px;
}
.btn {
  border-radius: 5px !important;
  background-color: #3A5A98 !important;
  background: #3A5A98 !important;
}
.home-success {
  margin-top: 43px;
  margin-bottom: 50px;
}

.btn-ar.btn-primary.btn-codesamples {
    background-color: #3A5A98;
    border-color: #BABBC0;
}
.content-box.moreres {
    background-color: #EFF0F1;
    border: none;
}
.getstarted-box .row {
  border-top: solid 1px #BABBC0;
}

#introvideo {
  max-width: 618px;
  width: 100%;
}

.container .jumbotron {
  margin-top: 30px;
  margin-bottom: 0px;
  padding-top: 25px;
  padding-bottom: 48px;
  border-bottom-color: #4D7DB3;
  border-top-color: #4D7DB3;
}

.masonry-item.blog-item .btn {
  border-radius: 0px !important;
  border: none !important;
}

.thumbnail {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  width: 288px;
  border-color: #DCDCDC;
}

.thumbnail>img {
  margin-left: 0px;
  margin-right: 0px;
}

.case-study .caption {
  padding-left: 25px;
  padding-right: 20px;
}

.case-study .caption>p {
  font-size: 15px;
  color: #545454;
  line-height: 160%;
  height: 72px;
}

.caption h3 {
  margin-top: 10px;
}

.icon-ar.icon-ar-lg {
  width: 60px;
  height: 60px;
}

.text-icon-content p {
  font-size: 14px;
}
.ar-nav-pills li.active a, .ar-nav-pills li.active
a:focus, .ar-nav-pills li.active a:hover {
  background-color: #4365AA;
}

.about-tab {
  display: table;
  height: 400px;
}

.about-tab>p {
  display: table-cell;
  vertical-align: middle;
left: ;  font-size: 16px;
  line-height: 180%;
}

.about-section-lines {
  background: #EFF0F1;
}

.negative-margin {
  margin-bottom: -122px;
}

#footer-widgets {
  background: #4365AA;
}

.footer-widget-title {
  color: #fff !important;
}

#footer-widgets a {
  font-size: 16px;
}
.fb .sample-form {
   max-width: none;
}

.resource-box {
   height: 186px;
   padding-top: 8px;
   padding-bottom: 8px;
}

.resource-box-img {
    height: 167px;
}

.video-description {
    height: 180px;
}

.fb-video {
    height:161px;
    background: url("/static/images/video_cover.png");
}

.content-box.box-default.casestudy-box p {
  min-height: 80px;
}

.casestudy-img {
  width: 80%;
}

.btn-default {
    color: #fff;
}
/* Radio button and Checkbox fix */
.checkbox label::before,
.checkbox-inline input::before {
  content: none;
}
.checkbox label::after,
.checkbox-inline input::after {
  content: none;
}
.checkbox input::before,
.checkbox-inline input::before {
  content: "";
  display: inline-block;
  visibility: visible;
  width: 18px;
  height: 18px;
  margin-left: -6px;
  border: 1px solid #ccc;
}
.checkbox input::after,
.checkbox-inline input::after {
  content: "";
  position: absolute;
  visibility: visible;
  width: 10px;
  height: 10px;
  top: 4px;
  left: 4px;
  margin-left: -6px;
  background-color: #0099da;
  transform: scale(0, 0);
  transition: 0.1s ease-in-out;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  visibility: hidden;
  opacity: 1;
  z-index: 1;
}
.checkbox input[type="checkbox"]:focus::before,
.checkbox-inline input[type="checkbox"]:focus::before {
  color: #0099da;
}
.checkbox input[type="checkbox"]:checked::after,
.checkbox-inline input[type="checkbox"]:checked::after {
  transform: scale(1, 1);
}
.checkbox input[type="checkbox"]:disabled,
.checkbox-inline input[type="checkbox"]:disabled {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled::before,
.checkbox-inline input[type="checkbox"]:disabled::before {
  background-color: #ddd;
  cursor: not-allowed;
}

.radio label::before {
  content: none;
}
.radio label::after {
  content: none;
}
.radio input::before {
  content: "";
  visibility: visible;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -6px;
  border: 1px solid #ccc;
  border-radius: 50%;
  transition: border 0.15s ease-in-out;
}
.radio input::after {
  position: absolute;
  visibility: visible;
  content: " ";
  width: 9px;
  height: 9px;
  left: 4px;
  top: 4px;
  margin-left: -6px;
  border-radius: 50%;
  background-color: #0099da;
  transform: scale(0, 0);
  transition: 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
  visibility: hidden;
  opacity: 1;
  z-index: 1;
}
.radio input[type="radio"]:focus::before {
  border-color: #0099da;
}
.radio input[type="radio"]:checked::after {
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled {
  opacity: 0.65;
}
.radio input[type="radio"]:disabled::before {
  cursor: not-allowed;
}

.form-group .glyphicon {
  margin-top: 0px;
}

/* Tooltip */
.tooltip > .tooltip-inner {
  background-color: #0099da;
  color: #FFFFFF;
  border: 1px solid #0099da;
  font-size: larger;
  border-radius: 0px;
}

.tooltip.bottom > .tooltip-arrow {
  border-bottom-color: #0099da;
}

/* Resources */
.vertical {
}
.vertical .vertical-icon {
  text-align: center;
}
.vertical .caption {
  padding: 0px 20px 20px 20px;
}

#license-text {
  margin: 80px;
}
