/* ==========================================================================
   Header
   ========================================================================== */

#op-flex-menu,
#op-flex-menu ul {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
#op-flex-menu {
    justify-content: flex-end;
    position: relative;
    z-index: 2;
}
#op-flex-menu ul {
    list-style: none;
    margin: 0;
}
#op-flex-menu ul li {
    white-space: nowrap;
}
.op-flex-col {
    width: 33.333333333%;
}

/* Header - Hide mobile components
   ========================================================================== */
#op-mobile-trigger,
#op-nav-menu ul li.op-mobile-nav-item {
    display: none;
}

/* Header Logo
   ========================================================================== */
#op-nav-logo a {
    opacity: 0.7;
}
#op-nav-logo a:hover {
    opacity: 1;
}

/* Header Menu
   ========================================================================== */
#op-nav-menu ul {
    justify-content: center;
}
#op-nav-menu ul li {
    margin: 0 15px;
}
#op-nav-menu a {
    color: rgba(255, 255, 255, 0.7);
    font-family: "montserratregular", sans-serif;
    font-size: 14px;
    line-height: 40px;
    text-transform: uppercase;
}
#op-nav-menu a:hover {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}
.scroll-header #op-nav-menu a {
    /*color: #26a9e1;*/
    color: rgba(39, 161, 217, 0.7);
}
.scroll-header #op-nav-menu a:hover {
    color: rgba(39, 161, 217, 1);
}

/* Header CTAs
   ========================================================================== */
#op-nav-cta {
    margin-top: 5px;
}
#op-nav-cta ul {
    justify-content: flex-end;
}
#op-nav-cta a {
    font-weight: 600;
    margin-right: 10px;
    opacity: 0.85;
}
#op-nav-cta a:hover {
    opacity: 1;
}
a#cta_button_2174119_5f4e08db-8663-4d8c-b880-7c1236dd1b8a { /* request demo */
    -moz-box-shadow:    inset 0 0 0 1px rgba(255,255,255,0.3);
    -webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.3);
    box-shadow:         inset 0 0 0 1px rgba(255,255,255,0.3);
    padding: 3px 15px;
}
a#cta_button_2174119_cb42db3d-aa29-41f5-a0f4-f2f9f5a5852f { /* login button */
    background: none;
    -moz-box-shadow:    inset 0 0 0 1px rgba(255,255,255,1);
    -webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,1);
    box-shadow:         inset 0 0 0 1px rgba(255,255,255,1);
    color: rgba(255,255,255,1);
    padding: 3px 15px;
}
a#cta_button_2174119_cb42db3d-aa29-41f5-a0f4-f2f9f5a5852f:hover { /* login button */
    background: white;
    color: rgba(15,114,172,1);
}
.scroll-header a#cta_button_2174119_cb42db3d-aa29-41f5-a0f4-f2f9f5a5852f { /* login button */
    -moz-box-shadow:    inset 0 0 0 1px rgba(39,161,217,1);
    -webkit-box-shadow: inset 0 0 0 1px rgba(39,161,217,1);
    box-shadow:         inset 0 0 0 1px rgba(39,161,217,1);
    color: rgba(39,161,217,1);
}
.scroll-header a#cta_button_2174119_cb42db3d-aa29-41f5-a0f4-f2f9f5a5852f:hover { /* login button */
    background: rgba(39,161,217,1);
    color: white;
}


/* Hero
   ========================================================================== */

.custom-top-section {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
}
.custom-top-section h1 {
    position: relative;
    top: 35px;
    opacity: 0;
}
.main-content-wrapper {
    background-color: #fff;
    opacity: 0;
}


/* Header: Landscape tablet and smaller devices
   ========================================================================== */

/*@media (max-width: 888px) { /* about blog news resources */
@media (max-width: 988px) { /* about product blog news resources */
    #op-nav-logo a,
    #op-nav-cta a {
        opacity: 1;
    }
    a#cta_button_2174119_5f4e08db-8663-4d8c-b880-7c1236dd1b8a,  /* request demo */
    a#cta_button_2174119_cb42db3d-aa29-41f5-a0f4-f2f9f5a5852f { /* login button */
        padding: 0 15px;
    }
    .scroll-header a#cta_button_2174119_cb42db3d-aa29-41f5-a0f4-f2f9f5a5852f { /* login button */
        -moz-box-shadow:    inset 0 0 0 1px #fff;
        -webkit-box-shadow: inset 0 0 0 1px #fff;
        box-shadow:         inset 0 0 0 1px #fff;
    }
    #op-flex-menu ul,
    #op-flex-cta {
        display: none;
    }
    #op-flex-menu ul {
        background-color: rgba(39, 161, 217, 1);
        padding: 25px 0 0;
        position: absolute;
        right: 15px;
        top: 40px;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
    }
    #op-nav-menu ul li {
        margin: 0;
    }
    #op-nav-menu ul li.op-mobile-nav-item {
        display: list-item;
        margin: 5px 0 20px;
    }
    #op-mobile-trigger {
        display: block;
        float: right;
        margin-right: 15px;
    }
    #op-mobile-trigger i {
        color: #fff;
        font-size: 30px;
    }
    .scroll-header #op-mobile-trigger i {
        color: rgba(39, 161, 217, 1);
    }
    #op-nav-menu a,
    .scroll-header #op-nav-menu a {
        color: #fff;
    }
}
