/** NC State Utility Bar */

/** Makes the text visible and moves it off screen */
a.go916783653#ncstate-home-link {
    display: block !important;
    width: 138px !important;
    height: 70px !important;
    text-indent: -9999px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    background-size: contain !important;
    background-position: left center !important;
    padding: 0 !important;
    margin-left: 10px !important;
    color: #fff !important;
}

/** NC State Immersive News header */

/* red-400 */
.ncst-default-immersive-post-header.has-red-400-background-color h1,
.ncst-default-immersive-post-header.has-red-400-background-color a,
.ncst-default-immersive-post-header.has-red-400-background-color p,
.ncst-default-immersive-post-header.has-red-400-background-color div {
    background-color: #c00;
}

/* reynolds-400 */
.ncst-default-immersive-post-header.has-reynolds-400-background-color h1,
.ncst-default-immersive-post-header.has-reynolds-400-background-color a,
.ncst-default-immersive-post-header.has-reynolds-400-background-color p,
.ncst-default-immersive-post-header.has-reynolds-400-background-color div {
    background-color: #900;
}

/* orange-400 */
.ncst-default-immersive-post-header.has-orange-400-background-color h1,
.ncst-default-immersive-post-header.has-orange-400-background-color a,
.ncst-default-immersive-post-header.has-orange-400-background-color p,
.ncst-default-immersive-post-header.has-orange-400-background-color div {
    background-color: #d14905;
}

/* green-400 */
.ncst-default-immersive-post-header.has-green-400-background-color h1,
.ncst-default-immersive-post-header.has-green-400-background-color a,
.ncst-default-immersive-post-header.has-green-400-background-color p,
.ncst-default-immersive-post-header.has-green-400-background-color div {
    background-color: #6f7d1c;
}

/* aqua-400 */
.ncst-default-immersive-post-header.has-aqua-400-background-color h1,
.ncst-default-immersive-post-header.has-aqua-400-background-color a,
.ncst-default-immersive-post-header.has-aqua-400-background-color p,
.ncst-default-immersive-post-header.has-aqua-400-background-color div {
    background-color: #008473;
}

/* blue-400 */
.ncst-default-immersive-post-header.has-blue-400-background-color h1,
.ncst-default-immersive-post-header.has-blue-400-background-color a,
.ncst-default-immersive-post-header.has-blue-400-background-color p,
.ncst-default-immersive-post-header.has-blue-400-background-color div {
    background-color: #427e93;
}

/* indigo-400 */
.ncst-default-immersive-post-header.has-indigo-400-background-color h1,
.ncst-default-immersive-post-header.has-indigo-400-background-color a,
.ncst-default-immersive-post-header.has-indigo-400-background-color p,
.ncst-default-immersive-post-header.has-indigo-400-background-color div {
    background-color: #4156a1;
}

/* gray-600 */
.ncst-default-immersive-post-header.has-gray-600-background-color h1,
.ncst-default-immersive-post-header.has-gray-600-background-color a,
.ncst-default-immersive-post-header.has-gray-600-background-color p,
.ncst-default-immersive-post-header.has-gray-600-background-color div {
    background-color: #666;
}

/* gray-800 */
.ncst-default-immersive-post-header.has-gray-800-background-color h1,
.ncst-default-immersive-post-header.has-gray-800-background-color a,
.ncst-default-immersive-post-header.has-gray-800-background-color p,
.ncst-default-immersive-post-header.has-gray-800-background-color div {
    background-color: #333;
}


/** Gravity Forms Orbital form */

/* Targeting the Gravity Forms button class for the Orbital theme */
.gform_wrapper.gform-theme--orbital .gform_button.button {
    /* Layout & Spacing */
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    font-weight: 700 !important;
    font-size: 0.875rem !important;
    padding: 0.25rem 1rem !important;
    line-height: 1.625 !important;
    border-radius: 0 !important;

    /* Borders & Shape */
    outline: none !important;

    /* Colors & Transitions */
    transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1) !important;
    background-color: #cc0000 !important;
    color: #ffffff !important;

    /* Theme Property Overrides */
    border-color: #cc0000 !important;
    cursor: pointer;
    appearance: none;
}

/* Hover States */
.gform_wrapper.gform-theme--orbital .gform_button.button:hover:not(:disabled) {
    background-color: #b40000 !important;
    color: #ffffff !important;
    border-color: #b40000 !important;
}

/* Focus States */
.gform_wrapper.gform-theme--orbital .gform_button.button:focus-visible {
    box-shadow:
        0 0 0 2px #ffffff,
        0 0 0 4px #cc0000 !important;
}

/* Disabled State */
.gform_wrapper.gform-theme--orbital .gform_button.button:disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
}

/** Instagram load and follow buttons */

#sb_instagram .sbi_follow_btn a {
    background: #c00;
    border-radius: 0;
}

button.sbi_load_btn {
    border-radius: 0 !important;
}