/*===================================
    Universal & Utilities
===================================*/
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: rgba(0,0,0,0.8);
    background-color: #fff;
    font-weight: 100;
}
h1 {
    font-size: 44px;
}
h2 {
    color: rgba(0,0,0,0.8);
    font-size: 36px;
}
h3 {
    color: rgba(0,0,0,0.6);
    font-size: 20px;
}
h3.doc-row-title {
    font-size: 24px;
    line-height: 22px;
    color: rgba(0,0,0,0.6);
}
h1, h2 {
    margin-top: 22px;
    margin-bottom: 22px;
    letter-spacing: -1px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 300;
    color: inherit;
    text-transform: none;
}
h1 {
    color: #888;
}
p {
    font-size:16px;
    font-weight:100;
    padding-bottom:0px;
    margin: 0 0 15px;
}
ul, ol {
    margin-bottom: 15px;
}
img {
    height: auto;
    max-width: 100%;
}
section {
    padding: 60px 0;
}
section > h1:first-child, section :first-child h1, section h2:first-child, section :first-child h2 {
    margin-top: 0px;
}
pre {
    background-color: #f8f8f8;
    border-color: #e8e8e8;
    border-radius: 1px;
    padding: 20px;
}
ul {
    padding-left: 0;
}
ul li {
    font-size: 16px;
    list-style: none;
}
ul li:before {
   content: "\2022";
   font-size: 140%;
   padding-right: 5px;
}
a, a:active, a:focus {
    outline: none;
}
.field {
    padding: 5px;
    border: 1px solid #ccc;
    width: 100%;
}
.no-bold {
    font-weight: 100;
}
.red {
    color: red;
}
.hidden {
    display: none;
}
.no-margin {
    margin: 0;
}
.no-margin-top {
    margin-top: 0;
}
.no-margin-bottom {
    margin-bottom: 0;
}
.no-pad{
    padding-top: 0px;
    padding-bottom: 0px;
}
.no-pad-top {
    padding-top: 0px;
}
.no-pad-bottom {
    padding-bottom: 0px;
}
.small-pad {
    padding-top: 20px;
    padding-bottom: 20px;
}
.small-pad-top {
    padding-top: 20px;
}
.small-pad-bottom {
    padding-bottom: 20px;
}
.medium-pad {
    padding-top: 40px;
    padding-bottom: 40px;
}
.medium-pad-top {
    padding-top: 40px;
}
.medium-pad-bottom {
    padding-bottom: 40px;
}
.normal-pad {
    padding-top: 60px;
    padding-bottom: 60px;
}
.normal-pad-top {
    padding-top: 60px;
}
.normal-pad-bottom {
    padding-bottom: 60px;
}
.large-pad {
    padding-top: 80px;
    padding-bottom: 80px;
}
.large-pad-top {
    padding-top: 80px;
}
.large-pad-bottom {
    padding-bottom: 80px;
}
.bottom-border {
    border-bottom: 1px solid;
    border-bottom-color:inherit;
}
.divider-bottom {
    border-bottom: 1px solid #444;
}
.uppercase {
    text-transform: uppercase;
}
.customer-logo {
    margin-bottom: 20px;
}
.valign {
    float: none;
    display: inline-block;
    vertical-align: middle;
}
.float-right {
    float: right;
}
.link.small {
    font-size: 14px;
}
.link::after {
    content: ' ›';
    font-size: 14px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btn {
    -webkit-font-smoothing: antialiased;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 14px;
    font-size: 12px;
    line-height: 1.42857;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: .3s background-color;
    -o-transition: .3s background-color;
    transition: .3s background-color;
}
.btn-primary {
    color: #fff;
    background-color: #f92;
}
.btn-primary:hover {
    color: #fff;
    background-color: #9ce;
    border: 1px solid transparent;
}
.btn-secondary {
    background: 0 0;
    border: 2px solid #888;
    color: #555;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #9ce;
    border: 2px solid #9ce;
}
.btn-white {
    background: 0 0;
    border: 2px solid #fff;
    color: #fff;
}
.btn-white:hover {
    color: #fff;
    background: 0 0;
    border: 2px solid #fff;
}
.shade-brand {
    background-color: #9ce!important;
    color: #fff;
    font-weight: 400;
}
.shade-brand h1, .shade-brand h2 {
    color: #fff;
}
.shade-brand p {
    font-weight: 400;
}
.shade-brand a {
    color: #fff;
}
.shade-brand .btn-primary:hover {
    background-color: #f92;
}
.shade-grey {
    background-color: #f8f8f8;
}
.dark-grey {
    background-color: #333333;
}
.dark-grey h1 {
    color: #fff;
}
.dark-grey p {
    color: #fff;
}
#domo-vimeo, .ooyalaplayer {
    min-width: 100%;
    max-width: 100%;
    height: 380px;
}
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media (min-width: 0) and (max-width: 768px) {
    .row-eq-height {
        display: block;
    }
}
section.border-top {
    border-top: 1px #e8e8e8 solid;
}
.inline-form .form-group label.control-label { color: #fff; }
.inline-form .form-group label:not(.error) { -webkit-transform: translate3d(0, 25%, 0); transform: translate3d(0, 25%, 0); opacity: 0; filter: alpha(opacity=0); -webkit-transition-property: all; transition-property: all; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; }
.inline-form .form-group label.show { margin-top: 25px; font-weight: 100; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; filter: alpha(opacity=100); -webkit-transition-property: all; transition-property: all; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; }
.inline-form .form-group label.error { position: absolute; color: #ff0000; font-weight: normal; width: 100%; }
.inline-form .form-group.active label { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; filter: alpha(opacity=100); }

@media (max-width: 768px) {
    .text-sm-center {
        text-align: center;
    }
}


/*===================================
    Wordpress
===================================*/
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/*===================================
    Promo
===================================*/
section.promo {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}
section.promo.promo-dashboard {
    background-image: url('../images/promos/dashboard.jpg');
}
section.promo.promo-cards {
    background-image: url('../images/promos/cards.jpg');
}
section.promo.promo-cards-lg {
    background-image: url('../images/promos/cards-lg.jpg');
}
section.promo.promo-code-lg {
    background-image: url('../images/promos/code.jpg');
}
section.promo.promo-connectors {
    background-image: url('../images/promos/connectors.jpg');
}
section.promo.promo-laptop-dashboard {
    background-image: url('../images/promos/laptop-dashboard.jpg');
    padding-top: 120px;
    padding-bottom: 120px;
}
section.promo h1 {
    color: #fff;
}
section.promo p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
section.promo .grey-overlay {
    opacity: .8;
    background-color: #333333;
    padding-top: 24px;
    padding-bottom: 24px;
}

/*===================================
    Main
===================================*/
.container{
    width: 100%;
}
@media (min-width: 1440px){
    .container{
        width: 1440px;
    }
}

.sticky-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    overflow-y: scroll;
}
.content-panel {
    padding: 20px 70px;
}
@media (min-width: 0) and (max-width: 768px) {
    .content-panel {
        padding: 20px 15px 0 15px;
    }
}
.content-panel table {
    min-width: 100%;
    max-width: 100%;
}
.content-panel table td, .content-panel table th {
    padding: 10px 15px;
}
.content-panel table tr:nth-child(even) td {
    background-color: #f8f8f8;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}
.content-panel p, .content-panel ul, .content-panel ol, .content-panel pre {
    margin: 0 0 25px;
}
.content-panel ul ul, .content-panel ol ol {
    margin: 0 0 25px 15px;
}
.content-panel h1, .content-panel h2, .content-panel h3,
.content-panel h4, .content-panel h5, .content-panel h6 {
    margin-top: 40px;
    margin-bottom: 20px;
}
#doc_subnav {
    width: 95%;
}
.doc_submenu {
    width: 100%;
    padding: 20px 0;
}
.doc_submenu li.more_header:first-child {
    display: none;
}
.doc_submenu .doc_header {
    text-transform: uppercase;
    padding-bottom: 10px;
    font-size: 18px;
    cursor: pointer;
}
.doc_submenu .doc_header:not(.collapsed):before {
    font-family: "dev-portal-font" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    content: "\71";
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    opacity: 0.5;
    position: absolute;
    right: 15px;
    transition: all 0.5s;
}
.doc_submenu .doc_header.collapsed:before {
    font-family: "dev-portal-font" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    content: "\6e";
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    opacity: 0.5;
    position: absolute;
    right: 15px;
}
.doc_submenu li:before {
    content: '';
    padding: 0;
}
.doc_submenu li a {
    display: block;
    padding: 15px 0 15px 15px;
    color: rgba(0,0,0,0.5);
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
}
.doc_submenu li a:hover {
    background: linear-gradient(90deg, rgba(153,204,238,0) 0%, rgba(153,204,238,0.4) 100%);
    border-right-color: #99CDF0;
    border-right-style: solid;
    border-right-width: 4px;
    cursor: pointer;
}
.doc_submenu li a.selected {
    background: linear-gradient(90deg, rgba(153,204,238,0) 0%, rgba(153,204,238,0.4) 100%);
    border-right-color: #99CDF0;
    border-right-style: solid;
    border-right-width: 4px;
    cursor: pointer;
    font-weight: bold;
}
.doc_submenu li ul {
    padding-left: 10px;
}
.doc_submenu li ul a {
    font-weight: 100;
}
.home-personas section .row p img {
    height: 70px;
    margin-bottom: 10px;
}
/* The feature_box is used in the menu and on multiple pages */
.feature_box {
    display:block;
    width: 100%;
    height: 100%;
    color: #555;
    border-radius: 6px;
    border: 2px #99ccee solid;
    padding: 15px;
}
.feature_box:hover {
    color: #555;
    text-decoration: none;
}
.feature_box img {
    height: auto;
    width: 50px;
    float: left;
    margin-right: 15px;
}
.feature_box span {
    display: block;
    overflow: hidden;
}
.feature_box p {
    margin-bottom: 5px;
}
.domo-app-box {
    height: 190px;
}
@media (min-width: 0) and (max-width: 992px) {
    .domo-app-box {
        height: auto;
    }
}
.manage-demo-box {
    height: 135px;
}
@media (min-width: 0) and (max-width: 992px) {
    .manage-demo-box {
        height: auto;
    }
}

/*===================================
    Header
===================================*/
.logo img {
    height: 60px;
}
#header {
    height: 60px;
    border-bottom: 1px #e8e8e8 solid;
}
#header li {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    height: 60px;
    line-height: 60px;
}
#header li:before {
    content: '';
    padding-right: 0;
}
#header li a {
    display: block;
    padding: 0 25px;
    line-height: 60px;
    color: #555;
    text-decoration: none;
    font-size: 16px;
}
#header li a:hover{
    text-decoration:none;
}
#header .search input {
    color: #555;
    background-color: #f8f8f8;
    border: 1px solid #e8e8e8;
    border-radius: 1px;
    width: 200px;
    padding: 0 10px 0 40px;
    background: #f8f8f8 url(../images/icons/search.png) no-repeat 10px center;
    height: 37px;
    line-height: 37px;
    outline: none;
}

.icon-chevron-down {
    margin-left: 6px;
    font-size: 10px;
    height: 30px;
    vertical-align: middle;
    opacity: 0.5;
}

.spin-it {
    -webkit-animation:spin 2s linear infinite;
    -moz-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

#header .search input::-webkit-input-placeholder {color: #555;}
#header .search input:-moz-placeholder {color: #555;}
#header .search input::-moz-placeholder {color: #555;}
#header .search input:-ms-input-placeholder {color: #555;}
#header .search input::-ms-input-placeholder {color: #555;}
#header .search input:placeholder-shown {color: #555;}

/*** Help Center header ***/
.help-center-after-logo {
    float: left;
    padding-top: 8px;
    padding-left: 15px;
}
.help-center-after-logo p {
    color: #555;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 2px;
}
.help-center-after-logo h3 {
    color: #555;
    font-size: 20px;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

/*===================================
    Header - Desktop Nav
===================================*/
#nav li.no-hover:hover a {
    color: inherit;
}
#nav .btn-secondary {
    margin: 13px 25px 0;
    border: 1px solid #555;
    border-radius: 1px;
    font-weight: 400;
    padding: 8px 14px;
    line-height: 1.42857;
    font-size: 12px;
}
#nav .btn-secondary:hover {
    border: 1px solid #9ce;
    color: #fff !important;
}

#nav .btn-secondary.signupButton {
    background-color: #f92;
    color: white !important;
    font-weight: bold !important;
    border: 1px solid #f92 !important;
    margin-right: 0;
}

#nav .avatar {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    vertical-align: middle;
    overflow: hidden;
    border-radius: 50%;
    margin-left: 10px;
}
#nav .avatar img {
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

#nav li.dropdown {
    position: relative;
}

#nav li.dropdown hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

#nav li:hover > a {
    color: #8bd;
}
/*#nav li.dropdown::before{
     content:'';
     height: 250px;
     width: 100%;
     position: absolute;
     bottom:100%;
}*/

#nav li.dropdown:hover > div {
    transition: 0s;
    display: block;
    visibility: visible;
    opacity: 1;
}
#nav li.dropdown > div {
    display: none;
    visibility: hidden;
    opacity: 0;
    border-radius: 3px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    z-index: 90000;
    text-align: left;
    padding: 20px 0;
    background-color: #fff;
    position: absolute;
    top: 70px;
    left: 0;
    min-width: 175px;
}
#nav li.dropdown > div:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #e8e8e8;
    border-bottom-color: rgba(0, 0, 0, 0.2);
}
#nav li.dropdown > div:after {
    content: '';
    position: absolute;
    left: 50%;
    top: -9px;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}
#nav li.dropdown > div a {
    line-height: 34px;
    padding: 0 20px;
    font-size: 15px;
}
#nav li.dropdown > div a:hover {
    color: #8bd;
}
#nav li.dropdown > div > span {
    display: block;
    float: none;
    white-space: nowrap;
    font-weight: 400;
    color: #555555;
}
@media (max-width: 1060px) {
    #nav > ul {
        display: none;
    }
}
/* Platform Menu Dropdown */
#nav li.dropdown > div.platform-menu {
    width: 1050px;
    padding: 30px;
}
#nav li.dropdown > div.platform-menu div.column {
    width: 33.33333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
#nav li.dropdown > div.platform-menu a.feature_box {
    line-height: 22px;
    padding: 15px;
}
#nav li.dropdown > div.platform-menu a.feature_box p {
    font-size: 15px;
}
#nav li.dropdown > div.platform-menu a.feature_box span {
    display: inline-block;
    max-width: 205px;
}
#nav li.dropdown > div.platform-menu a.feature_box span:first-child {
    color: #9ce;
    font-size: 50px;
    margin-right: 15px;
    vertical-align: top;
    overflow: visible;
}
#nav li.dropdown > div.platform-menu a.feature_box:hover,
#nav li.dropdown > div.platform-menu a.feature_box:hover span:first-child {
    color: #fff;
    background-color: #9ce;
}
#nav li.dropdown > div.platform-menu a p:first-child {
    margin-bottom: 6px;
}
@media (max-width: 1315px) {
    #nav li.dropdown > div.platform-menu {
        width: 370px;
    }
    #nav li.dropdown > div.platform-menu div.column {
        width: 100%;
    }
    #nav li.dropdown > div.platform-menu div.column:nth-child(2) {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
/* Resources Menu Dropdown */
#nav li.dropdown > div.resource-menu {
    width: 390px;
    padding: 20px;
}
#nav li.dropdown > div.resource-menu span {
    line-height: 24px;
    height: 24px;
    display: block;
    font-weight: 400;
}
#nav li.dropdown > div.resource-menu span a {
    padding: 0;
}
#nav li.dropdown > div.resource-menu span.nav_group {
    color: #999;
    font-weight: 600;
    font-size: 14px;
}
#nav li.dropdown > div.resource-menu span.spacer {
    height: 20px;
    line-height: 20px;
}

/*===================================
    Header - Mobile Nav
===================================*/
#nav div.hamburger-menu {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 70px;
    height: 70px;
    cursor: pointer;
    z-index: 11001;
}
#nav div.hamburger-menu div {
    background: #555;
    border: none;
    height: 3px;
    width: 22px;
    position: absolute;
    left: 19px;
    -webkit-transition: all .30s ease;
    transition: all .30s ease;
    -ms-transform: all .30s ease;
    -oz-transform: all .30s ease;
    -o-transform: all .30s ease;
}
#nav div.hamburger-menu div:nth-child(1) {
  top: 26px;
}
#nav div.hamburger-menu div:nth-child(2) {
  top: 32px;
}
#nav div.hamburger-menu div:nth-child(3) {
  top: 38px;
}
#nav div.hamburger-menu:hover div,
#nav div.hamburger-menu.active:hover div:nth-child(1),
#nav div.hamburger-menu.active:hover div:nth-child(2),
#nav div.hamburger-menu.active:hover div:nth-child(3) {
    background-color: #9ce;
}
#nav div.hamburger-menu.active {
    position: fixed;
    top: 0px;
    right: 0px;
}
#nav div.hamburger-menu.active div:nth-child(1) {
    -webkit-transform: translateY(6px) translateX(0) rotate(45deg);
    transform: translateY(6px) translateX(0) rotate(45deg);
    -ms-transform: translateY(6px) translateX(0) rotate(45deg);
    -moz-transform: translateY(6px) translateX(0) rotate(45deg);
    -o-transform: translateY(6px) translateX(0) rotate(45deg);
    background: #888;
}
#nav div.hamburger-menu.active div:nth-child(2) {
    opacity: 0;
    background: #888;
}
#nav div.hamburger-menu.active div:nth-child(3) {
    -webkit-transform: translateY(-6px) translateX(0) rotate(-45deg);
    transform: translateY(-6px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-6px) translateX(0) rotate(-45deg);
    -moz-transform: translateY(-6px) translateX(0) rotate(-45deg);
    -o-transform: translateY(-6px) translateX(0) rotate(-45deg);
    background: #888;
}
#mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 370px;
    right: -370px;
    min-height: 100%;
    background: #333;
    z-index: 11000;
    opacity: .99;
    border-left: 1px solid #2a2a2a;
    overflow-x: hidden;
    padding: 70px 20px 40px;
    -webkit-transition: right .30s ease;
    transition: right .30s ease;
    -ms-transform: right .30s ease;
    -oz-transform: right .30s ease;
    -o-transform: right .30s ease;
}
#mobile-nav.open {
    right: 0;
}
#mobile-nav ul li {
    display: block;
    height: auto;
    line-height: 30px;
    padding-bottom: 10px;
}
#mobile-nav ul li ul li {
    padding-bottom: 0;
}
#mobile-nav ul li a {
    font-size: 20px;
    color: #888;
    font-weight: 400;
    padding: 0;
    height: 30px;
    line-height: 30px;
}
#mobile-nav ul li a:hover {
    color: #9ce;
}
#mobile-nav > div.search form input {
    width: 100%;
    margin-top: 10px;
}
#mobile-nav ul.submenu li {
    padding-left: 20px;
}
#mobile-nav ul.submenu li a {
    font-size: 16px;
}
#mobile-nav ul.submenu li a.token {
    font-weight: 100;
}
#mobile-nav .nav_group {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
}
#mobile-nav .spacer {
    height: 10px;
    line-height: 10px;
}
@media (min-width: 1060px) {
    #nav div.hamburger-menu {
        display: none;
    }
}

/*===================================
    Footer
===================================*/
#footer{
    background:#222;
    font-weight: 400;
}
#footer #foot-logo {
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    margin-bottom: 60px;
    width: 115px;
    height: 47px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
#footer h1, #footer p {
    color: #fff;
}
#footer .nav-item {
    text-align: left;
}
#footer .nav-item p {
    color: #fff;
}
#footer .btn-secondary {
    background: 0 0;
    border: 2px solid #fff;
    color: #fff;
}
#footer .btn-secondary:hover {
    color: #fff;
    background: 0 0;
    border: 2px solid #fff;
}
#footer .logo img {
    height: 60px;
}
#footer ul {
    padding-left: 0;
}
#footer li {
    padding-bottom:4px;
}
#footer li:before {
    content: '';
    padding-right: 0;
}
#footer li a {
    color: #888;
}
#footer a:hover {
    color: #99CDF0;
    text-decoration: none;
}
#footer #subfoot {
    padding-top: 50px;
    padding-bottom: 50p;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
}
#footer #subfoot #foot-social {
    margin-bottom: 15px; padding-bottom: 20px; list-style-type: none; text-align: center;
}
#footer #subfoot #foot-social li {
    display: inline-block;
    color: #fff;
    width: 24px;
    height: 24px;
    font-size: 24px;
}
#footer #foot-social a {
    color: #fff;
    position: relative;
    display: block;
    transition: all .2s ease 0s;
}
#footer #foot-items div.foot-item ul > li > a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 1px;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #8BD;
    transition: all .3s ease 0s;
}
#footer #foot-social a:hover {
    color: #99CDF0;
}
#footer #foot-social a:hover:after {
    width: 100%;
}
#footer .buff-sides {
    margin-left: 15px;
    margin-right: 15px;
}
#footer #subfoot #foot-social li a::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #8BD;
    transition: all .3s ease 0s;
}
#footer #subfoot p {
    margin-bottom: 0;
}
#footer a.foot-privacy {
    color: #888;
}
#footer a.foot-privacy:hover {
    text-decoration: none;
    color: #ffffff;
}
#footer ._nav-wrapper {
    max-width: 1070px; text-align: center; margin-left: auto; margin-right: auto; margin-bottom: 130px;
}
@media (max-width: 992px) {
    #footer ._nav-wrapper {
        max-width: 260px;
    }
}

/*===================================
    FAQ
===================================*/

.drop-text .question {
    padding: 20px 0;
    border-top: 1px solid #e8e8e8;
    cursor: pointer;
    margin: 0;
    line-height: 16px;

    font-weight: normal;
    color: #555;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.drop-text .question .title {
    padding-left: 20px;
}

.drop-text [data-category] {
    display: none;
}

.drop-text [data-category].active {
    display: block;
}

.drop-text .icon:before {
    text-align: left;
    float: left;
}

/*===================================
    Domo Apps Overview Main Content
===================================*/
@media (max-width: 992px) {
    .mobile_spacing:not(:first-child) {
        margin-top: 20px;
    }
}

/*===================================
    Search Page Results
===================================*/
#search_results > h4 span {
    font-weight: 600;
}
#search_results > div:not(:last-child) {
    margin-bottom: 40px;
}
#search_results p.entry_title a {
    color: #555;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}
#search_results p.entry_title a:hover {
    text-decoration: underline;
    color: #555;
}
#search_results div.pagination h2,
#search_results div.pagination a.prev,
#search_results div.pagination a.next {
    display: none;
}
#search_results .entry p img {
    max-width: 500px;
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.vertical-align-middle {
    vertical-align: middle;
}

/*===================================
    App Publisher Partners Page
===================================*/
section .build_apps div img {
    width: auto;
    height: 80px;
}
@media (max-width: 992px) {
    section .build_apps > div {
        margin-top: 16px;
    }
}
section .build_apps div p {
    color: #fff;
}
section .build_apps div p:first-child {

}
section div.featured_apps p img.overlay {
    position: absolute;
    left: 50%;
    top: 38%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
@media (max-width: 992px) {
    section div.featured_apps > div:last-child {
        margin-top: 40px;
    }
    section div.featured_apps > div p:first-child {
        text-align: center;
    }
}
.slider {
    -webkit-mask: -webkit-linear-gradient(left,rgba(255,255,255,0),#fff 15%,#fff 95%,rgba(255,255,255,0));
}
.slider.multiple-items div.col-sm-6 {
    padding-left: 5px;
    padding-right: 5px;
}
#video-modal .modal-dialog {
    width: 1000px;
}
.modal-header .close {
    font-size: 40px;
    line-height: 25px;
}
#domo-request-form .form-group {
    margin-bottom: 5px;
}
#domo-request-form .form-control {
    border-radius: 0;
    height: 36px;
    font-size: 16px;
}
#domo-request-form textarea.form-control {
    height: auto;
}
.app-publisher-next-steps-box {
    color: #505459;
    float: left;
    width: 25%;
    padding: 0 10px;
}
.app-publichser-next-steps-icons {
    width: 615px;
}
@media (min-width: 0) and (max-width: 1200px) {
    .app-publichser-next-steps-icons {
        width: 555px;
    }
}
@media (min-width: 0) and (max-width: 992px) {
    .app-publichser-next-steps-icons {
        width: 640px;
    }
}

/*===================================
    Domo Apps Get Started
===================================*/
h1.step {
    display: inline-block;
    margin-bottom: 33px;
}
img.step {
    margin-top: -20px;
    margin-right: 20px;
}
.get-started-steps ul {
    margin: 0;
    padding: 25px 0;
}
.get-started-steps li {
    display: inline-block;
    list-style-type: none;
}
.get-started-steps li a {
    color: #aaa;
    font-size: 17px;
}
.get-started-steps li:before {
    content: none;
}
.get-started-steps li.blue a {
    color: #9ce;
}
.get-started-steps li:nth-child(-n+3) {
    padding-right: 40px;
}
.get-started-steps li img {
    padding-right: 14px;
}

@media (min-width: 0) and (max-width: 550px) {
    h1.step {
        display: block;
    }
    img.step {
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 15px;
    }
}

@media (min-width: 0) and (max-width: 800px) {
    .get-started-steps ul {
        margin: 0 auto;
        width: 190px;
    }
    .get-started-steps li {
        display: block;
        text-align: left;
        padding-bottom: 13px;
    }
    .get-started-steps li:nth-child(-n+3) {
        padding-right: 0;
    }
}

/*===================================
    Accordion
===================================*/
.accordion {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 25px;
}
.accordion h3 {
    position: relative;
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    border-top: 1px solid #e8e8e8;
    padding: 15px 42px;
}
.accordion h3.accordion-title.open {
    padding-bottom: 0;
}
h3.accordion-title::before {
    content: "+";
    position: absolute;
    left: 17px;
}
h3.accordion-title.open::before {
    content: "-";
    left: 19px;
}
.accordion .accordion-content {
    padding: 10px 42px 15px;
}
.accordion br, .accordion p {
    display: none;
}
.accordion .accordion-content br {
    display: inline;
}
.accordion .accordion-content p {
    display: block;
}

/*===================================
    Widgets
===================================*/
.widget-callout {
    display: flex;
    border: 1px solid transparent;
    border-radius: 3px;
    font-weight: 400;
    font-size: 14px;
    margin: 0 0 25px;
}
.widget-callout .widget-msg p {
    font-size: 14px;
    font-weight: 400;
}
.widget-callout .widget-icon-outer {
    padding: 20px;
    font-size: 13px;
    border-right: 1px solid transparent;
    flex-grow: 1;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
}
@media (max-width: 992px) {
    .widget-callout .widget-icon-outer {
        flex-shrink: 1;
    }
}
.widget-callout .widget-icon {
    padding-bottom: 5px;
}
.widget-callout .widget-msg {
    display: flex;
    align-items: center;
    flex-grow: 2;
    padding: 20px;
}
.widget-callout .widget-msg p:last-child {
    margin-bottom: 0;
}
.widget-callout.wiget-callout-danger {
    background-color: #feeae9;
    border-color: #fddddb;
}
.widget-callout.wiget-callout-danger .widget-icon-outer {
    border-color: #fddddb;
}
.widget-callout.wiget-callout-best-practice {
    background-color: #e5f2fb;
    border-color: #cfe7f7;
}
.widget-callout.wiget-callout-best-practice .widget-icon-outer {
    border-color: #cfe7f7;
}
.widget-callout.wiget-callout-warning {
    background-color: #fef9e6;
    border-color: #fdeeba;
}
.widget-callout.wiget-callout-warning .widget-icon-outer {
    border-color: #fdeeba;
}
.next-step {
    background-color: #fafdff;
    border: 1px solid #e9f7ff;
    color: #4b87b0;
    padding: 10px 0 10px 15px;
    position: relative;
}
.next-step:before {
    content: '';
    display: inline-block;
    height: 15px;
    width: 15px;
    background-image: url('../images/icons/nextstep.svg');
    position: absolute;
    top: 13px;
}
.next-step a {
    padding-left: 28px;
}
.callout-2 {
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 2px;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.15);
    position: relative;
    padding: 15px 20px 35px 50px;
}
.callout-2 .accent {
    border-radius: 2px 0 0 2px;
    height: 100%;
    width: 4px;
    position: absolute;
    top: 0;
    left: 0;
}
.your-lang {
    font-size: 14px;
}
.your-lang .accent {
    background-color: #9ce;
}
.your-lang .see-it {
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 8px;
}
.your-lang .see-it:before {
    content: '';
    display: inline-block;
    height: 12px;
    width: 20px;
    background-image: url('../images/icons/code-tags.svg');
    position: absolute;
    top: 19px;
    left: 19px;
}


/*===================================
    Multiselect
===================================*/
.multiselect-container { position: absolute; list-style-type: none; margin: 0; padding: 0; }
.multiselect-container .input-group { margin: 5px; }
.multiselect-container > li { padding: 0; }
.multiselect-container > li > a.multiselect-all label { font-weight: 700; }
.multiselect-container > li.multiselect-group label { margin: 0; padding: 3px 20px 3px 20px; height: 100%; font-weight: 700; }
.multiselect-container > li.multiselect-group-clickable label { cursor: pointer; }
.multiselect-container > li > a { padding: 0; }
.multiselect-container > li > a > label { margin: 0; height: 100%; cursor: pointer; font-weight: 400; padding: 3px 20px 3px 40px; }
.multiselect-container > li > a > label.radio, .multiselect-container > li > a > label.checkbox { margin: 0; opacity: 1 !important; font-size: 16px; line-height: 1.42857; color: #555555; }
.multiselect-container > li > a:hover { text-decoration: none; }
.multiselect-container > li > a > label > input[type=checkbox] { margin-bottom: 5px; }
.multiselect-container > li:before {
    content: "";
    padding-right: 0;
}
.btn-group > .btn-group:nth-child(2) > .multiselect.btn { border-top-left-radius: 4px; border-bottom-left-radius: 4px; }
.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio { padding: 3px 20px 3px 40px; }
.form-inline .multiselect-container li a label.checkbox input[type=checkbox], .form-inline .multiselect-container li a label.radio input[type=radio] { margin-left: -20px; margin-right: 0; }
.open > .dropdown-menu { display: block; }
.multiselect-selected-text { padding-left: 8px; font-size: 16px; color: #555555; font-weight: normal; text-transform: none !important; }
.multiselect .caret { display: none; }
button.multiselect { -webkit-appearance: menulist !important; text-align: left; letter-spacing: normal; border-radius: 5px; display: block; width: 100%; height: 36px; padding: 6px 12px; font-size: 16px; line-height: 1.42857; color: #555555; background-color: #fff; background-image: none; border: 1px solid #ccc; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
.dropdown-menu { position: absolute; top: 100%; left: 15px; z-index: 1000; display: none; float: left; min-width: 160px; padding: 0 0 15px 0; margin: 2px 0 0; font-size: 14px; list-style: none; background-color: #fff; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 4px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); background-clip: padding-box; }
.dropdown-menu span.selectall { color: #555; font-size: 12px; padding-left: 20px; }

/*===================================
    Quiz widget
===================================*/
div.fca_qc_quiz button.fca_qc_button {
    letter-spacing: 1px !important;
    border: none !important;
    color: #fff !important;
    text-transform: uppercase;
    border-radius: 0 !important;
    width: auto !important;
    padding: 8px 14px !important;
    font-size: 12px !important;
    box-shadow: none !important;
    background-color: #f92 !important;
}
#fca_qc_question {
    background: none !important;
    color: #555 !important;
    font-weight: 600;
    font-size: 16px !important;
    padding: 30px 30px 10px 30px;
    text-align: left;
}
.current_quiz_number {
    display: inline-block;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background-color: #99ccee;
    color: #fff;
    text-align: center;
    line-height: 25px;
    margin-right: 10px;
}
div.fca_qc_quiz {
    margin-bottom: 25px;
    visibility: hidden;
    max-width: 100% !important;
    padding: 0 !important;
    color: #555 !important;
}
.fca-qc-flipper div {
    padding: 0 !important;
}
.fca_qc_header {
    background-color: #99ccee;
    color: #fff;
    font-size: 36px;
    padding: 25px;
}
div.fca_qc_quiz div.fca_qc_answer_div {
    background: none !important;
    padding: 0 30px 0 65px !important;
    margin-bottom: 5px !important;
}
div.fca_qc_quiz span.fca_qc_answer_span {
    font-size: 14px !important;
    color: #555 !important;
}
div.fca_qc_quiz {
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
}
.fca_qc_quiz_footer {
    padding-bottom: 20px;
}
div.fca_qc_score_container.answers_shown {
    border-bottom: none;
}
.fca_qc_score_text {
    font-size: 16px !important;
    padding-top: 30px !important;
    color: #555 !important;
}
.flip-container {
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
h3.fca_qc_score_title {
    color: #555 !important;
}
.fca_qc_header h2 {
    margin-bottom: 0;
}
div.fca_qc_quiz div.wrong-answer {
    background-color: #fff !important;
}
div.fca_qc_quiz div.correct-answer {
    background-color: #fff !important;
}
#fca_qc_question_right_or_wrong {
    font-weight: 700;
}
div.fca_qc_quiz div.correct-answer #fca_qc_question_right_or_wrong {
    color: #80c25d !important;
}
div.fca_qc_quiz div.wrong-answer #fca_qc_question_right_or_wrong {
    color: #c25d5d !important;
}
div.fca_qc_quiz p.fca_qc_back_response {
    font-size: 14px !important;
    color: #555 !important;
    padding: 10px 30px;
}
div.fca_qc_quiz p.fca_qc_back_response .fca_qc_rectancle {
    display: none !important;
}
#fca_qc_question_back {
    color: #555 !important;
    font-weight: 600;
    font-size: 16px !important;
}
div.fca_qc_quiz p.fca_qc_back_response span {
    display: block;
}
#fca_qc_question_back {
    padding: 0 30px;
}
.fca_qc_next_question {
    margin-top: 20px;
    font-weight: 600;
    letter-spacing: 1px !important;
    border: none !important;
    color: #fff !important;
    text-transform: uppercase;
    border-radius: 0 !important;
    width: auto !important;
    padding: 8px 14px !important;
    font-size: 12px !important;
    box-shadow: none !important;
    background-color: #f92 !important;
}
div.fca_qc_quiz h3.fca_qc_question_response_question, div.fca_qc_quiz p.fca_qc_question_response_correct_answer {
    color: #555 !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    padding: 30px 30px 10px 30px !important;
    margin: 0 0 15px !important;
}
div.fca_qc_quiz p.fca_qc_question_response_response span, div.fca_qc_quiz p.fca_qc_question_response_correct_answer span {
    display: block;
}
div.fca_qc_quiz p.fca_qc_question_response_response, div.fca_qc_quiz p.fca_qc_question_response_correct_answer {
    font-weight: 300 !important;
    font-size: 14px !important;
}
div.fca_qc_quiz p.fca_qc_question_response_response, .fca_qc_your_answers_text {
    color: #555 !important;
}
.fca_qc_your_answer_container .fca_qc_rectancle {
    display: none !important;
}
.fca_qc_your_answer_container {
    padding: 0 30px;
}
.fca_qc_your_answer_container .fca_qc_your_answers_text {
    margin-bottom: 0 !important;
}

/* BOOTSTRAP TABS - this was missing from bootstrap.css for some reason */
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}


/* SINGLE DOCS OVERVIEW TEMPLATE */
#single-docs-overview .tab-content > .tab-pane {
    display: contents;
}
._main-content-wrapper {
    flex: 1 auto;
}
._hero-title {
    margin-top: 50px;
    margin-bottom: 10px;
    margin-left: 4px;
    letter-spacing: unset;
    font-weight: bold;
    color: #ffffff;
}
._hero-subnav-title {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin-left: 4px;
    margin-bottom: 48px;
    margin-top: 5px;
    letter-spacing: 1px;
}
.docs-categories ._heading {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}
/* SIDEBAR */
#docs-categories-sidebar {
    border-right-color: rgb(230, 230, 230);
    border-right-style: solid;
    border-right-width: 1px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 22px;
}
@media (min-width: 769px) {
    #docs-categories-sidebar {
        width: 300px;
    }
    ._hero-wrap {
        padding-left:95px !important;
        padding-right: 20px !important;
    }
}
@media (max-width: 769px) {
    ._hero-title {
        padding-left: 15px !important;
    }

    ._hero-subnav-title {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
#docs-categories-sidebar > h2 {
    font-size: 30px;
    margin-left: 15px;
}
#docs-categories-sidebar .panel-heading {
    padding: 0;
    border:0;
}
#docs-categories-sidebar .panel-body {
    margin-left: 15px;
}
#docs-categories-sidebar .panel-title {
    margin: 0;
}
#docs-categories-sidebar .panel-title > a, #docs-categories-sidebar .panel-title > a:active {
    display:block;
    padding: 15px 0 15px 15px;
    color: rgba(0,0,0,0.5);
    font-size: 14px;
    text-decoration:none;
}
#docs-categories-sidebar .panel > .panel-heading.open a, #docs-categories-sidebar .panel-collapse > .panel-body > .panel-heading.open a {
    font-weight: bold;
}
#docs-categories-sidebar .panel:not(.no-children) > .panel-heading  a:before {
    font-family: "dev-portal-font" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    content: "\6e";
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    opacity: 0.5;
    position: absolute;
    right: 15px;
    transition: all 0.5s;
}
#docs-categories-sidebar .panel > .panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
#docs-categories-sidebar .panel-heading:hover {
    background: linear-gradient(90deg, rgba(153,204,238,0) 0%, rgba(153,204,238,0.4) 100%);
    border-right-color: #99CDF0;
    border-right-style: solid;
    border-right-width: 4px;
    cursor: pointer;
}

/* HERO NAV */
#hero-nav {
    max-width: 916px;
    margin-left: 0;
    border: none;
}
#hero-nav li::before {
    content: "";
    font-size: unset;
    padding-right: 0;
}
#hero-nav.nav-tabs > li > a:hover {
    background-color: unset;
}
#hero-nav ._box {
    background-color: #99CDF0;
    max-height: 120px;
    max-width: 223px;
    margin: 0 5px;
    color: rgba(0,0,0,0.8);
    font-size: 12px;
}
#hero-nav ._box a {
    color: rgba(0, 0, 0, 0.8);
}
#hero-nav ._box a:hover {
    text-decoration: none;
}
#hero-nav ._box.active, #hero-nav ._box:hover {
    min-height: 132px;
    background-color: #ffffff;
    cursor: pointer;
}
#hero-nav ._box h3 {
    font-size: 16px;
    font-weight: 600;
}
#hero-nav.nav-tabs > li > a {
    margin-right: 0;
    line-height: unset;
    border: none;
    border-radius: 0;
    padding: 0;
}

@media (min-width: 1051px) and (max-width: 1210px) {
    #hero-nav ._box h3 {
        font-size: 14px;
    }
}
@media (max-width: 1050px) {
    #hero-nav > li h3 {
        display: none;
    }
    #hero-nav span {
        font-size: 14px;
        font-weight: 600;
        vertical-align: middle;
        display: block;
        margin-top: 0 !important;
        padding-top: 45px;
        line-height: 1.2em;
    }
}
@media (min-width: 1051px) and (max-width: 1249px) {
    #hero-nav ._box span {
        display: none !important;
    }
}
@media (min-width: 769px) and (max-width: 1189px) {
    #hero-nav ._box {
        max-height: 100px;
    }
    #hero-nav span {
        padding-top: 35px;
    }
}
@media (max-width: 768px) {
    #hero-nav ._box {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
    #hero-nav span {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #hero-nav ._box.active, #hero-nav ._box:hover {
        min-height: unset;
        padding-left: 0;
        padding-right: 0;
    }
    #hero-nav ._box.active:hover {
        background-color: #ffffff;
    }
    #hero-nav ._box:hover {
        background-color: #99CDF0;
    }
}

._headline {
    font-size: 18px; line-height: 24px; margin-top: 0;
}

@media (max-width: 769px) {
    ._overview-content-wrapper, ._home-overview-content-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (min-width: 769px) {
    ._home-overview-content-wrapper {
        padding-left: 84px;
        max-width: 992px;
    }
}
@media (min-width: 769px) {
    ._overview-content-wrapper {
        padding-left: 100px;
        max-width: 1020px;
    }
}
.tab-content #use-cases {
    margin-bottom: 10px;
}
/* USE CASES */
#use-cases ._box {
	height: 165px;
    line-height: 1.2em;
    margin-top: 20px;
}
@media (min-width: 1200px) and (max-width: 1305px) {
    #use-cases ._box {
        width: 50%;
    }
}
@media (min-width: 0) and (max-width: 992px) {
    #use-cases ._box {
        height: auto;
    }
}
#use-cases .feature_box {
    border: none;
    border-radius: 4px;
	background-color: #FFFFFF;
	box-shadow: 0 2px 2px -1px rgba(0,0,0,0.1), 0 0 1px 0 rgba(0,0,0,0.3);
}
#use-cases .feature_box ._description, #use-cases .feature_box ._tag {
    font-size: 12px;
    color: rgba(0,0,0,0.8);
    line-height: 1.5em;
}
#use-cases .feature_box img {
    width: 32px;
}
#use-cases .feature_box ._tag {
	height: 20px;
    text-align: center;
    padding: 0 5px;
	border-radius: 3px;
	background-color: #DCEDF8;
    display: table-cell;
    vertical-align: middle;
}

.docs-categories ._customer-box {
    display: block;
    width: 100%;
    height: 100%;
    color: #555;
}
.docs-categories ._customer-box ._description {
    font-size: 12px;
    color: rgba(0,0,0,0.8);
    line-height: 1.5em;
}
.docs-categories ._customer-box img {
    height: auto;
    width: 44px;
    float: left;
    margin-right: 15px;
}
.docs-categories ._customer-box span {
    display: block;
    overflow: hidden;
}


/* DOC PAGES - TOOLBOX (shortcode from WP) */
#single-docs-overview ._toolbox {
    height: 152px;
    color: rgba(0,0,0,0.9);
    position: relative;
    display: inline-flex;
    margin-bottom: 15px;
    margin-top: 15px;
}
@media (min-width: 1350px) {
    #single-docs-overview ._toolbox:nth-of-type(even) {
        margin-left: 15px;
    }
}
#single-docs-overview ._toolbox a {
    position: absolute;
    top: 0;
    left: 0;
    width: 450px;
    height: 152px;
    z-index: 1000;
    border-radius: 4px;
}
#single-docs-overview ._toolbox a:hover {
    cursor: pointer;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1), 0 3px 10px 0 rgba(0,0,0,0.2);
    text-decoration: none;
}
#single-docs-overview ._toolbox ._copy {
    width: 225px;
    padding: 0 15px;
    height: 152px;
    box-shadow: 0 2px 2px -1px rgba(0,0,0,0.1), 0 0 1px 0 rgba(0,0,0,0.3);
    z-index: 1;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
#single-docs-overview ._toolbox h3 {
    font-size: 16px;
    font-weight: 600;
}
#single-docs-overview ._toolbox p {
    font-size: 12px;
    line-height: 18px;
}
#single-docs-overview ._toolbox img {
    height: 152px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    width: 225px;
    z-index: 100;
}
.text-center {
    text-align: center;
}