.fs-vid-background {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.fs-vid-background video {
    min-width: 100%;
    min-height: 100%;
    max-width: none !important;
    width: auto !important;
    height: auto !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    object-fit: none;
}

.nav-utility {
    overflow: visible !important;
}

.utility-dropdown {
    position: relative;
    display: inline-block;
}

.utility-dropdown .menu-button {
    height: 29px;
}
.utility-dropdown .menu-button:after {
    content: "\e64b";
    font-family: 'themify';
    margin-left: 10px;
    font-size: 10px;
}

.utility-dropdown .subnav {
    min-width: 260px;
    width: auto;
    padding: 8px 0;
    background: #4c4d4f;
    position: absolute;
    z-index: 150;
    opacity: 0;
    right: -5px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    visibility: hidden;
    margin-top: -1px;
}

.utility-dropdown:hover .subnav, .utility-dropdown.toggled .subnav {
    opacity: 1;
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    visibility: visible;

}

.utility-dropdown .subnav > li {
    position: relative;
    line-height: 24px;
    width: 100%;
    vertical-align: top;
}

.utility-dropdown .subnav > li > a {
    color: #fff;
    height: auto;
    padding: 6px 24px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    opacity: 0.5;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.utility-dropdown .subnav > li > a:hover {
    opacity: 1;
}


@media screen and (max-width: 776px) {
    .utility-dropdown {
        position: static;
        margin-left: 10px;
    }

    .utility-dropdown .subnav {
        width: 100%;
        right: 0;
        left: 0;
    }
}


/**
 * Service Statuses Table
 */

.service-statuses-wrapper {}


.service-statuses-wrapper table  {
    display: none;
}

.service-statuses-wrapper .error-message  {
    display: none;
    text-align: center;
}

.service-statuses-wrapper .loading-message {
    text-align: center;
}

.service-statuses-wrapper.loaded table {
    display: table;
}

.service-statuses-wrapper.loaded .loading-message {
    display: none;
}

.service-statuses-wrapper .loaded-message {
    display: none;
    text-align: center;
    margin-bottom: 15px;
}

.service-statuses-wrapper.loaded .loaded-message {
    display: block;
}

.service-statuses-wrapper.error table {
    display: none;
}


.service-statuses-wrapper.error .error-message  {
    display: inline;
}

.service-statuses-wrapper.error .loading-message {
    display: none;
}

.service-statuses-wrapper table tr.notes-row {
    display: none;
}

.service-statuses-wrapper table tr.info-row.open .notes-label {
    display: none;
}

.service-statuses-wrapper table tr.notes-row.open {
    display: table-row;
}

.service-statuses-wrapper table .notes-toggle {
    font-family: 'FontAwesome';
    font-size: 16px;
    color: #4c4d4f;
}

.service-statuses-wrapper table .notes-toggle:hover, .service-statuses-wrapper table .notes-toggle:focus {
    color: #4c4d4f;
    text-decoration: none;
}

.service-statuses-wrapper table .notes-toggle:before {
    content: "\f067";
}

.service-statuses-wrapper table tr.open .notes-toggle:before {
    content: "\f068";
}

.service-statuses-wrapper table tr.notes-row.open td {
    border-top: none;
    padding-top: 1px;
}

.service-statuses-wrapper table tr.info-row i.fa-times-circle {
    color: #e31e35;
}

.service-statuses-wrapper table tr.info-row i.fa-exclamation-triangle {
    color: #eec940;
}

.service-statuses-wrapper table tr.info-row i.fa-check-circle {
    color: #109915;
}

/*.service-statuses-wrapper table tr.info-row .status:before {
    font-family: 'FontAwesome';
}

.service-statuses-wrapper table tr.info-row.status-.status:before {
    font-family: 'FontAwesome';
}

.service-statuses-wrapper table tr.info-row .status:before {
    font-family: 'FontAwesome';
    margin-right: 10px;
    display: inline-block;
    width: 10px;
    text-align: center;
}

.service-statuses-wrapper table tr.info-row.status-system-operating-as-normal .status:before {
    content: "\f058";
    color: #109915;
}

.service-statuses-wrapper table tr.info-row.status-system-performance-degraded .status:before {
    content: "\f071";
    color: #eec940;
}

.service-statuses-wrapper table tr.info-row.status-intermittent-performance-issues .status:before {
    content: "\f057";
    color: #e31e35;
}*/

@media all and (min-width: 992px) {
    .menu .menu-parent-alias {
        display: none;
    }
}

nav.transparent .logo {
    width: 250px;
    max-width: 250px;
}