.is-primary {
    background-color: #f28b0c !important;
}
.is-primary a, .is-primary a:active, .is-primary a:visited {
    color: white !important;
}
.header-tab:hover {
    border-color: white !important;
}
.hero img {
    z-index: 1;
}
.hero .main h1.title {
    font-size: 2.5rem;
    display: block;
    position: relative;
    padding: 10px;
    z-index: 100;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
}
.hero .main h2.subtitle {
    font-size: 2rem;
    display: block;
    position: relative;
    padding: 10px;
    z-index: 100;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
    .hero-header .header-left .header-item {
        margin: 10px auto;
    }
    .hero .main h1.title {
        background: rgba(0, 0, 0, 0.8);
        font-size: 1.6em;
    }
    .hero .main h2.subtitle {
        background: rgba(0, 0, 0, 0.8);
        font-size: 1.3em;
        margin-bottom: 150px;
    }
}
.quot {
    quotes: "\201C""\201D""\2018""\2019";
}
.quot:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

.quot {
    display: inline;
}

#cycler {
    display: block;
    position: relative;
    height: 500px;
}
#cycler img {
    display: inline;
    max-width: 100%;
    position: absolute;
    z-index: 1;
    height: 500px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
#cycler img.active {
    z-index: 3;
}
.shadow {
  border: none;
  margin: 0 auto;
  max-width: 40%;
  margin-top: -3px;
  -webkit-box-shadow: 0px 6px 7px rgba(0, 0, 0, 0.9);
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero .press-items a {
    opacity: 0.6;
}
.hero .press-items a:hover {
    opacity: 1;
}

.hero.description {
    padding: 50px 0;
}
.hero.description p {
    font-size: 1.3rem;
    line-height: 2.8rem;
}
.home-footer a.button {
    width: 80%;
}
.home-footer {
    padding-bottom: 50px;
}
.home-footer a.button:hover {
    text-decoration: none;
    opacity: 0.9;
}
.home-footer .logo {
    opacity: 0.5;
}
.home-footer a:hover {
    color: #F28B0C;
    text-decoration: underline;
}
.home-footer h2 {
    font-size: 1.3em;
}
.home-footer ul {
    list-style-type: none;
    margin-left: 0;
}
.home-footer .content {
    padding-left: 20px;
}

#about .team img {
    width: 200px;
    height: 200px;
    max-width: 200px;

    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
}
#about .team .twitter-follow-button {
    margin: 10px 0;
}
#about .team .member p {
    line-height: 1.7em;
}
#api strong {
    color: inherit;
}

#careers .jobs-list {
    list-style-type: none;
    clear: both;
}
#careers .jobs-list .list-group-item {
    margin-bottom: 40px;
}
#careers .list-inline {
    list-style-type: none;
    clear: both;
    padding-left: 0;
    margin-left: 0;
}
#careers .list-inline li {
    display: inline-block;
    margin-right: 10px;
}

#press ul.press_list {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}
#press ul.press_list li {
    margin-bottom: 26px;
}
#press ul.press_list .press_name {
    float: left;
    margin: 0 5px 8px 0;
}
#press ul.press_list .press_date {
    float: left;
}
#press ul.press_list p {
    clear: both;
    margin: 0;
}

#support .navigation {
    font-size: 1.5em;
    line-height: 1.5em;
}

#support .support-section {
    margin-bottom: 40px;
}

#support h2 {
    margin-top: 35px;
}

#support h4 {
    margin-top: 25px;
    margin-bottom: 10px;
}

#support ul {
    list-style-type: none;
    margin-left: 0;
}

#support-videos li {
    margin-bottom: 50px;
}