﻿button,
input[type="email"],
input[type="tel"],
input[type="text"],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    outline: 0;
}

select {
    -webkit-appearance: menu-item;
    -moz-appearance: menu-item;
    -webkit-border-radius: 0;
    border-radius: 0;
}

a {
    outline: 0;
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    padding: 0;
    margin: 0;
}

h1 {
    font-family: "Forma DJR Display";
    display: block;
    clear: both;
    color: #FFFDF0;
    font-style: normal;
    font-weight: 700;
    font-size: 80px !important;
    line-height: 90px !important;
}

h2 {
    font-family: "Forma DJR Display";
    display: block;
    clear: both;
    color: #FFFDF0;
    font-style: normal;
    font-weight: 700;
    font-size: 42px !important;
    line-height: 52px !important;
}

h3,
h4,
h5,
h6,
h7 {
    display: block;
    clear: both;
    color: #FFFDF0;
    font-family: "Forma DJR Text";
    font-style: normal;
    font-weight: 500;
}

h1 {
    font-size: 80px !important;
    line-height: 90px !important;
}

h2 {
    font-size: 42px !important;
    line-height: 52px !important;
    padding-bottom: 10px;
}

h3 {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0.72px;
    padding-bottom: 10px;
}

h4 {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 10px;
}

h5 {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 10px;
}

h6 {
    font-size: 16px;
    line-height: 20px;
}

h7 {
    font-size: 14px;
    line-height: 20px;
}

.clear {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 1px;
    visibility: hidden;
    overflow: hidden;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
body,
html {
    width: 100%;
    height: 100%;
    position: relative;
    background: #0E0E0E;
    font-size: 100%;
}

    body.modal-open {
        overflow: hidden;
    }

header {
    background: #080606;
}
/*body, html {
    width: 100%;
    height: 100%;
    position: relative;
    background: #121212;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: inline-flex;
    font-family: 'Arial';
    font-size: 100%;
}*/
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

aside {
    max-width: 315px;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden],
template {
    display: none;
}

/*a, a:visited {
    background: none;
    border: none;
    padding: 4px 8px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    color: transparent;
}*/

/*a:hover:not(:disabled) {
    color: inherit;
}
*/
/*a:focus:not(:disabled) {
    outline: 2px solid #FF8C08;
    outline-offset: 2px;
}

a:active:not(:disabled) {
    color: inherit;
}*/


abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    /*color: #000;*/ color: #FFFDF0;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
    display: inline-block;
    vertical-align: middle;
}

dd {
    margin-left: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 2.5em;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined');

/*.select-wrapper {
    position: relative;
    display: inline-block;
}

    .select-wrapper select {
        width: 100%;
        height: 43px;
        padding: 8px 50px 8px 12px;
        background: #FFFDF0;
        color: #080606;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.4;
        box-sizing: border-box;
        cursor: pointer;
        appearance: none;
        border: 2px solid #080606;
        border-radius: 8px;
    }

    .select-wrapper::after {
        content: "arrow_drop_down";
        font-family: "Material Symbols Outlined";
        font-size: 22px;
        color: #080606;
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none;
    }*/
.select-wrapper {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

    .select-wrapper select {
        width: 100%;
        height: 43px;
        padding: 8px 50px 8px 12px;
        background: #FFFDF0;
        color: #080606;
        font-size: 16px;
        font-weight: 600;
        border: 2px solid #080606;
        border-radius: 8px;
        box-sizing: border-box;
        appearance: none;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        cursor: pointer;
    }

    .select-wrapper::after {
        content: "arrow_drop_down";
        font-family: "Material Symbols Outlined";
        font-size: 22px;
        color: #080606;
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        background-color: #FFFDF0;
        pointer-events: none;
    }


    .select-wrapper:not(:has(select))::after,
    .select-wrapper:has(select[hidden])::after,
    .select-wrapper:has(select[style*="display:none"])::after {
        content: none !important;
    }


    .select-wrapper.sort select {
        border: none;
        background: #FFFDF0;
        padding: 8px 36px 8px 12px;
        font-weight: 600;
        cursor: pointer;
    }

    .select-wrapper.sort::after {
        content: "unfold_more";
        font-family: "Material Symbols Outlined";
        font-size: 22px;
        color: #080606;
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none;
    }

.textbox-wrapper {
    position: relative;
    width: 100%;
}

    .textbox-wrapper .textbox-input {
        padding: 8px 12px 8px 40px !important; /* space for icon on left */
        border: 2px solid #080606;
    }

    .textbox-wrapper .search-icon {
        font-family: "Material Symbols Outlined";
        position: absolute;
        left: 12px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 20px;
        color: #080606;
        pointer-events: none; /* prevents blocking input clicks */
    }



button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
        border-radius: 4px;
        border: 1px solid #2b2a2a;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

/*table {
    border-collapse: collapse;
    border-spacing: 0;
}*/

td,
th {
    padding: 0;
}

@font-face {
    font-family: 'Forma DJR Text';
    src: url('../DJR-Fonts/FormaDJR_Desktop/FormaDJRText-Regular.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Forma DJR Display';
    src: url('../DJR-Fonts/FormaDJR_Desktop/FormaDJRDisplay-Regular.otf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'Roboto';
    src: url('../Roboto/Roboto-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*@font-face {
    font-family: 'Raleway';
    src: url('../Raleway/Raleway-VariableFont_wght.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}*/

/* Add more @font-face rules for other styles and weights as needed */


@font-face {
    font-family: icomoon;
    src: url(../_icon_fonts/icomoon.eot?svf6g2);
    src: url(../_icon_fonts/icomoon.eot?svf6g2#iefix) format("embedded-opentype"), url(../_icon_fonts/icomoon.woff2?svf6g2) format("woff2"), url(../_icon_fonts/icomoon.ttf?svf6g2) format("truetype"), url(../_icon_fonts/icomoon.woff?svf6g2) format("woff"), url(../_icon_fonts/icomoon.svg?svf6g2#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
}

[class*=" icon-"],
[class^="icon-"] {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-youtube:before {
    content: "\e918";
}

.icon-verify:before {
    content: "\e928";
}

.icon-reply:before {
    content: "\e926";
}

.icon-left-arrow:before {
    content: "\e927";
}

.icon-question:before {
    content: "\e923";
}

.icon-note:before {
    content: "\e924";
}

.icon-timecard:before {
    content: "\e925";
}

.icon-alert:before {
    content: "\e922";
}

.icon-move-arrow:before {
    content: "\e921";
}

.icon-instagram:before {
    content: url(../_images/instagram.png);
}

.icon-linkedin:before {
    content: url(../_images/linkedin.png);
}

.icon-calendar-subscribe:before {
    content: "\e91f";
}

.icon-print:before {
    content: "\e902";
}

.icon-calendar:before {
    content: "\e903";
}

.icon-camera:before {
    content: "\e904";
}

.icon-close:before {
    content: "\e905";
}

.icon-delete:before {
    content: "\e906";
}

.icon-down-arrow:before {
    content: "\e907";
}

.icon-download:before {
    content: "\e908";
}

.icon-down-triangle:before {
    content: "\e90a";
}

#mpeg-mobile-menu-container .icon-down-triangle:before {
    content: url(../_images/mobile-menu-down.svg);
}

.icon-edit:before {
    content: "\e90b";
}

.icon-eye:before {
    content: "\e90c";
}

.icon-facebook:before {
    content: url(../_images/facebook.png);
}

.icon-left-triangle:before {
    content: "\e90e";
}

.icon-link:before {
    content: "\e90f";
}

.icon-mail:before {
    content: "\e910";
}

.icon-menu:before {
    content: "\e911";
}

.icon-new-window:before {
    content: "\e912";
}

.icon-person:before {
    content: "\e913";
}

.icon-phone:before {
    content: "\e914";
}

.icon-plus:before {
    content: "\e915";
}

.icon-right-triangle:before {
    content: "\e916";
}

.icon-search:before {
    content: "\e917";
}

.icon-twitter:before {
    content: url(../_images/x.png);
}

.icon-up-arrow:before {
    content: "\e91c";
}

.icon-up-triangle:before {
    content: "\e91d";
}

#mpeg-mobile-menu-container .icon-up-triangle:before {
    content: url(../_images/mobile-menu-up.svg);
}

.icon-violation:before {
    content: "\e91e";
}

.icon-unchecked-checkbox:before {
    content: "\e91a";
}

.icon-checked-checkbox:before {
    content: "\e91b";
}

.icon-alert-two-color .path1:before {
    content: "\e900";
    color: #fdd844;
}

.icon-alert-two-color .path2:before {
    content: "\e901";
    margin-left: -1em;
    color: #231f20;
}

.icon-right-arrow:before {
    content: "\e909";
    color: #000;
}

.icon-arrow-right2:before {
    content: "\ea3c";
    /*color: #000;*/
}

.icon-save:before {
    content: url(../_images/icon_save.gif);
}

.icon-undo:before {
    content: url(../_images/icon_undo.gif);
}

/*Google Material Design Icons*/

/* Base Material Icon class */
.icon {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

/* Color inheritance — icons will match text color */
.icon {
    color: inherit;
}

    /* Optional modifiers */
    .icon.rounded {
        font-family: 'Material Symbols Rounded';
    }

    .icon.sharp {
        font-family: 'Material Symbols Sharp';
    }

    .icon.filled {
        font-family: 'Material Icons';
    }
    /* Sizing utilities */
    .icon.sm {
        font-size: 18px;
    }

    .icon.md {
        font-size: 24px;
    }

    .icon.lg {
        font-size: 36px;
    }

    .icon.xl {
        font-size: 48px;
    }

    .icon.expand,
    .icon.collapse {
        cursor: pointer;
    }

.member-detail-directory-social-media {
}

.directory-line-spacing {
    margin: 0px !important
}

.member-detail-social-link {
    padding: 0px !important;
    margin-top: 12px !important;
    float: left;
}

.member-detail-directory-social-media .icon-facebook:before {
    content: url(../_images/fb-black.svg);
}

.member-detail-directory-social-media .icon-twitter:before {
    content: url(../_images/x-black.svg);
}

.member-detail-directory-social-media .icon-linkedin:before {
    content: url(../_images/linkedin-black.svg);
}

.member-detail-directory-social-media .icon-imdb:before {
    content: url(../_images/imdb-black.svg);
}

.member-detail-directory-social-media .icon-instagram:before {
    content: url(../_images/ig-black.svg);
}

.member-detail-directory-social-media .icon-youtube:before {
    content: url(../_images/youtube-black.svg);
}

.member-detail-directory-social-media .icon-bluesky:before {
    content: url(../_images/bluesky-black.svg);
}

.member-detail-directory-social-media .member-detail-social-link:first-of-type {
    padding-left: 0px;
}

.member-detail-section h3 {
    font-size: 36px;
}
/*Google Material Design Icons*/
/*.mpeg-row {
    max-width: 78.75em;
    margin-left: auto;
    margin-right: auto;
}

    .mpeg-row::after {
        clear: both;
        content: "";
        display: table;
    }

    .mpeg-row.mpeg-page-padding {
        margin-left: auto;
        display: flex;
        justify-content: space-between;
        max-width: none;
        padding: 80px 120px 80px 120px;
    }*/
.mpeg-row {
    /*width: 1728px;*/
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    gap: 32px;
}

    .mpeg-row::after {
        clear: both;
        content: "";
        display: table;
    }

    .mpeg-row.mpeg-page-padding {
        padding: 40px 110px;
    }

@media screen and (max-width:600px) {
    .mpeg-row.mpeg-page-padding {
        padding: 40px 0px;
    }

    .calendar-event-tag {
        display: block;
    }

    .calendar-event-tags span {
        display: inline-block;
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 601px) and (max-width: 1025px) {
    .mpeg-row.mpeg-page-padding {
        padding: 40px 60px 40px 80px !important;
    }
}

.mpeg-row-no-extra-padding {
    max-width: 78.75em;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0.625em;
    padding: 0;
}

    .mpeg-row-no-extra-padding::after {
        clear: both;
        content: "";
        display: table;
    }

.login-sidebar {
    display: flex;
    width: 258px;
    flex-direction: column;
    gap: 32px;
}

.filter-controls {
    /*width: 1074.08px;*/
    height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

    .filter-controls.hidden {
        max-height: 0;
        opacity: 0;
    }

.textbox-wrapper.show-search {
    width: 430px;
}

. wage-select-wrapper-large {
    min-width: 225px;
}

.wage-footer {
    display: block;
}

.member-detail-bottom {
    padding-left: 120px;
    padding-right: 120px;
    width: 100%;
}

.member-detail .mpeg-white-box.wage {
    margin-bottom: 20px;
}

@media screen and (max-width:1300px) {
    .filter-controls {
        display: block;
        height: initial;
    }

        .filter-controls button {
            margin-top: 10px;
        }
}

@media screen and (max-width:875px) {
    .member-detail-bottom {
        padding-left: 0px;
        padding-right: 0px;
    }

    .member-detail .mpeg-row.data-equalizer {
        gap: 0px;
    }

    div.mpeg-row.mpeg-page-padding > div.mpeg-tablet-9 {
        width: 100% !important;
    }
    /*    .hero-title .title{
        top:150px;
    }*/

    .textbox-wrapper.show-search {
        width: initial;
        margin-bottom: 8px;
    }

    .wage .filter-controls .select-wrapper {
        min-width: 200px !important;
    }

    .wage-footer {
        display: block;
        margin-left: 24px;
    }
}

@media screen and (min-width: 56.25em) {
    .mpeg-desktop-table {
        display: table;
    }
}

@media screen and (min-width: 56.25em) {
    .mpeg-desktop-table-row {
        display: table-row;
    }
}

@media screen and (min-width: 56.25em) {
    .mpeg-desktop-table-cell {
        display: table-cell;
    }
}

.mpeg-right-add-padding {
    padding-right: 1.25em;
}

@media screen and (max-width: 37.5em) {
    .mpeg-right-add-padding {
        float: left;
        display: block;
        margin-right: 1.6129%;
        width: 100%;
        padding-right: 0;
    }

        .mpeg-right-add-padding:last-child {
            margin-right: 0;
        }
}

.mpeg-right-desktop-add-padding {
    padding-right: 1.25em;
}

@media screen and (max-width: 56.25em) {
    .mpeg-right-desktop-add-padding {
        float: left;
        display: block;
        margin-right: 1.6129%;
        width: 100%;
        padding-right: 0;
    }

        .mpeg-right-desktop-add-padding:last-child {
            margin-right: 0;
        }
}

.mpeg-left-add-padding {
    padding-left: 1.25em;
}

@media screen and (max-width: 37.5em) {
    .mpeg-left-add-padding {
        float: left;
        display: block;
        margin-right: 1.6129%;
        width: 100%;
        padding-left: 0;
    }

        .mpeg-left-add-padding:last-child {
            margin-right: 0;
        }
}

@media screen and (min-width: 56.25em) {
    .mpeg-left-add-padding-desktop {
        padding-left: 1.25em;
    }
}

.mpeg-clearfix::after {
    clear: both;
    content: "";
    display: table;
}

@media screen and (min-width: 56.25em) {
    .mpeg-desktop-1 {
        position: relative;
        float: left;
        display: block;
        margin-right: 1.6667%;
        width: 6.6667%;
    }

        .mpeg-desktop-1:last-child {
            margin-right: 0;
        }
}

@media screen and (min-width: 37.5em) and (max-width: 56.25em) {
    .mpeg-tablet-1 {
        position: relative;
        float: left;
        display: block;
        margin-right: 1.6667%;
        width: 6.6667%;
    }

        .mpeg-tablet-1:last-child {
            margin-right: 0;
        }
}

@media screen and (min-width: 37.5em) {
    .mpeg-desktop-tablet-1-of-4 {
        float: left;
        display: block;
        margin-right: 5%;
        width: 21.25%;
    }

        .mpeg-desktop-tablet-1-of-4:last-child {
            margin-right: 0;
        }
}

@media screen and (min-width: 37.5em) {
    .mpeg-desktop-tablet-1-of-5 {
        float: left;
        display: block;
        margin-right: 3.9604%;
        width: 16.83168%;
    }

        .mpeg-desktop-tablet-1-of-5:last-child {
            margin-right: 0;
        }
}

@media screen and (min-width: 37.5em) and (max-width: 56.25em) {
    .mpeg-tablet-1-of-8 {
        float: left;
        display: block;
        margin-right: 2.43902%;
        width: 10.36585%;
    }

        .mpeg-tablet-1-of-8:last-child {
            margin-right: 0;
        }
}

@media screen and (min-width: 56.25em) {
    .mpeg-desktop-1-of-9 {
        float: left;
        display: block;
        margin-right: 2.16216%;
        width: 9.18919%;
    }

        .mpeg-desktop-1-of-9:last-child {
            margin-right: 0;
        }
}

@media screen and (min-width: 37.5em) and (max-width: 56.25em) {
    .mpeg-tablet-1-of-9 {
        float: left;
        display: block;
        margin-right: 2.16216%;
        width: 9.18919%;
    }

        .mpeg-tablet-1-of-9:last-child {
            margin-right: 0;
        }
}

@media screen and (min-width: 56.25em) {
    .mpeg-desktop-2 {
        position: relative;
        float: left;
        display: block;
        /*margin-right: 1.6129%;*/
        width: 15.32258%;
    }

        .mpeg-desktop-2:last-child {
            margin-right: 0;
        }
}

@media screen and (min-width: 37.5em) and (max-width: 56.25em) {
    .mpeg-tablet-2 {
        position: relative;
        float: left;
        display: block;
        margin-right: 1.6129%;
        width: 15.32258%;
    }

        .mpeg-tablet-2:last-child {
            margin-right: 0;
        }
}

@media screen and (min-width: 56.25em) {
    .mpeg-desktop-2-of-6 {
        float: left;
        display: block;
        margin-right: 3.27869%;
        width: 31.14754%;
    }

        .mpeg-desktop-2-of-6:last-child {
            margin-right: 0;
        }
}

@media screen and (min-width: 37.5em) and (max-width: 56.25em) {
    .mpeg-tablet-2-of-6 {
        float: left;
        display: block;
        margin-right: 3.27869%;
        width: 31.14754%;
    }

        .mpeg-tablet-2-of-6:last-child {
            margin-right: 0;
        }
}

@media screen and (min-width: 56.25em) {
    .mpeg-desktop-2-of-9 {
        float: left;
        display: block;
        margin-right: 2.16216%;
        width: 20.54054%;
    }

        .mpeg-desktop-2-of-9:last-child {
            margin-right: 0;
        }
}

@media screen and (min-width: 37.5em) and (max-width: 56.25em) {
    .mpeg-tablet-2-of-9 {
        float: left;
        display: block;
        margin-right: 2.16216%;
        width: 20.54054%;
    }

        .mpeg-tablet-2-of-9:last-child {
            margin-right: 0;
        }
}

@media screen and (max-width: 37.5em) {
    .mpeg-mobile-2-of-9 {
        float: left;
        display: block;
        margin-right: 2.16216%;
        width: 20.54054%;
    }

        .mpeg-mobile-2-of-9:last-child {
            margin-right: 0;
        }
}

@media screen and (min-width: 56.25em) {
    .mpeg-desktop-2-of-12 {
        position: relative;
        float: left;
        display: block;
        margin-right: 1.6129%;
        width: 15.32258%;
    }

        .mpeg-desktop-2-of-12:last-child {
            margin-right: 0;
        }
}

@media screen and (min-width: 37.5em) {
    .mpeg-desktop-tablet-2-of-4 {
        position: relative;
        float: left;
        display: block;
        margin-right: 5%;
        width: 47.5%;
    }

        .mpeg-desktop-tablet-2-of-4:last-child {
            margin-right: 0;
        }
}

@media screen and (min-width: 37.5em) and (max-width: 56.25em) {
    .mpeg-tablet-2-of-12 {
        position: relative;
        float: left;
        display: block;
        margin-right: 1.6129%;
        width: 15.32258%;
    }

        .mpeg-tablet-2-of-12:last-child {
            margin-right: 0;
        }
}

@media screen and (min-width: 56.25em) {
    .mpeg-desktop-3 {
        position: relative;
        float: left;
        display: block;
        margin-right: 1.6129%;
        width: 23.79032%;
    }

        .mpeg-desktop-3:last-child {
            margin-right: 0;
        }
}

@media screen and (min-width: 37.5em) and (max-width: 56.25em) {
    .mpeg-tablet-3 {
        position: relative;
        float: left;
        display: block;
        margin-right: 1.6129%;
        width: 23.79032%;
    }

        .mpeg-tablet-3:last-child {
            margin-right: 0;
        }
}

@media screen and (min-width: 37.5em) {
    .mpeg-desktop-tablet-3-of-6 {
        position: relative;
        float: left;
        display: block;
        margin-right: 3.27869%;
        width: 48.36066%;
    }

        .mpeg-desktop-tablet-3-of-6:last-child {
            margin-right: 0;
        }
}

@media screen and (min-width: 37.5em) and (max-width: 56.25em) {
    .mpeg-tablet-3-of-8 {
        float: left;
        display: block;
        margin-right: 2.43902%;
        width: 35.97561%;
    }

        .mpeg-tablet-3-of-8:last-child {
            margin-right: 0;
        }
}

@media screen and (min-width: 56.25em) {
    .mpeg-desktop-3-of-9 {
        float: left;
        display: block;
        margin-right: 2.16216%;
        width: 31.89189%;
    }

        .mpeg-desktop-3-of-9:last-child {
            margin-right: 0;
        }
}

@media screen and (min-width: 37.5em) and (max-width: 56.25em) {
    .mpeg-tablet-3-of-9 {
        float: left;
        display: block;
        margin-right: 2.16216%;
        width: 31.89189%;
    }

        .mpeg-tablet-3-of-9:last-child {
            margin-right: 0;
        }
}

@media screen and (max-width: 37.5em) {
    .mpeg-mobile-3-of-9 {
        float: left;
        display: block;
        margin-right: 2.16216%;
        width: 31.89189%;
    }

        .mpeg-mobile-3-of-9:last-child {
            margin-right: 0;
        }
}

@media screen and (min-width: 56.25em) {
    .mpeg-desktop-3-of-10 {
        float: left;
        display: block;
        margin-right: 1.94175%;
        width: 28.64078%;
    }

        .mpeg-desktop-3-of-10:last-child {
            margin-right: 0;
        }
}

@media screen and (min-width: 37.5em) {
    .mpeg-desktop-tablet-3-of-10 {
        position: relative;
        float: left;
        display: block;
        margin-right: 1.94175%;
        width: 28.64078%;
    }

        .mpeg-desktop-tablet-3-of-10:last-child {
            margin-right: 0;
        }
}

@media screen and (min-width: 37.5em) and (max-width: 56.25em) {
    .mpeg-tablet-3-of-12 {
        float: left;
        display: block;
        margin-right: 1.6129%;
        width: 23.79032%;
    }

        .mpeg-tablet-3-of-12:last-child {
            margin-right: 0;
        }
}

@media screen and (min-width: 56.25em) {
    .mpeg-desktop-4 {
        position: relative;
        float: left;
        display: block;
        margin-right: 1.6129%;
        width: 32.25806%;
    }

        .mpeg-desktop-4:last-child {
            margin-right: 0;
        }
}

@media screen and (min-width: 56.25em) {
    .mpeg-desktop-4-of-5 {
        float: left;
        display: block;
        margin-right: 3.9604%;
        width: 79.20792%;
    }

        .mpeg-desktop-4-of-5:last-child {
            margin-right: 0;
        }
}

@media screen and (min-width: 56.25em) {
    .mpeg-desktop-4-of-6 {
        float: left;
        display: block;
        margin-right: 3.27869%;
        width: 65.57377%;
    }

        .mpeg-desktop-4-of-6:last-child {
            margin-right: 0;
        }
}

@media screen and (min-width: 37.5em) {
    .mpeg-desktop-tablet-4-of-8 {
        float: left;
        display: block;
        margin-right: 2.43902%;
        width: 48.78049%;
    }

        .mpeg-desktop-tablet-4-of-8:last-child {
            margin-right: 0;
        }
}

@media screen and (min-width: 37.5em) and (max-width: 56.25em) {
    .mpeg-tablet-4 {
        float: left;
        display: block;
        margin-right: 1.6129%;
        width: 32.25806%;
    }

        .mpeg-tablet-4:last-child {
            margin-right: 0;
        }
}

@media screen and (min-width: 37.5em) and (max-width: 56.25em) {
    .mpeg-tablet-4-of-6 {
        float: left;
        display: block;
        margin-right: 3.27869%;
        width: 65.57377%;
    }

        .mpeg-tablet-4-of-6:last-child {
            margin-right: 0;
        }
}

@media screen and (min-width: 37.5em) and (max-width: 56.25em) {
    .mpeg-tablet-4-of-8 {
        float: left;
        display: block;
        margin-right: 2.43902%;
        width: 48.78049%;
    }

        .mpeg-tablet-4-of-8:last-child {
            margin-right: 0;
        }
}

@media screen and (min-width: 56.25em) {
    .mpeg-desktop-4-of-10 {
        float: left;
        display: block;
        margin-right: 1.94175%;
        width: 38.83495%;
    }

        .mpeg-desktop-4-of-10:last-child {
            margin-right: 0;
        }
}

@media screen and (min-width: 37.5em) {
    .mpeg-desktop-tablet-4-of-10 {
        position: relative;
        float: left;
        display: block;
        margin-right: 1.94175%;
        width: 38.83495%;
    }

        .mpeg-desktop-tablet-4-of-10:last-child {
            margin-right: 0;
        }
}

@media screen and (min-width: 37.5em) and (max-width: 56.25em) {
    .mpeg-tablet-4-of-12 {
        float: left;
        display: block;
        margin-right: 1.6129%;
        width: 32.25806%;
    }

        .mpeg-tablet-4-of-12:last-child {
            margin-right: 0;
        }
}

@media screen and (min-width: 56.25em) {
    .mpeg-desktop-5 {
        position: relative;
        float: left;
        display: block;
        margin-right: 1.6129%;
        width: 40.72581%;
    }

        .mpeg-desktop-5:last-child {
            margin-right: 0;
        }
}

@media screen and (min-width: 37.5em) and (max-width: 56.25em) {
    .mpeg-tablet-5 {
        position: relative;
        float: left;
        display: block;
        margin-right: 1.6129%;
        width: 40.72581%;
    }

        .mpeg-tablet-5:last-child {
            margin-right: 0;
        }
}

@media screen and (min-width: 56.25em) {
    .mpeg-desktop-5-of-9 {
        float: left;
        display: block;
        margin-right: 2.16216%;
        width: 54.59459%;
    }

        .mpeg-desktop-5-of-9:last-child {
            margin-right: 0;
        }
}

@media screen and (min-width: 37.5em) and (max-width: 56.25em) {
    .mpeg-tablet-5-of-9 {
        float: left;
        display: block;
        margin-right: 2.16216%;
        width: 54.59459%;
    }

        .mpeg-tablet-5-of-9:last-child {
            margin-right: 0;
        }
}

@media screen and (min-width: 37.5em) and (max-width: 56.25em) {
    .mpeg-tablet-5-of-10 {
        float: left;
        display: block;
        margin-right: 1.94175%;
        width: 49.02913%;
    }

        .mpeg-tablet-5-of-10:last-child {
            margin-right: 0;
        }
}

@media screen and (min-width: 56.25em) {
    .mpeg-desktop-6 {
        position: relative;
        float: left;
        display: block;
        margin-right: 1.6129%;
        width: 49.19355%;
    }

        .mpeg-desktop-6:last-child {
            margin-right: 0;
        }
}

@media screen and (min-width: 37.5em) and (max-width: 56.25em) {
    .mpeg-tablet-6 {
        position: relative;
        float: left;
        display: block;
        margin-right: 1.6129%;
        width: 49.19355%;
    }

        .mpeg-tablet-6:last-child {
            margin-right: 0;
        }
}

@media screen and (min-width: 56.25em) {
    .mpeg-desktop-6-of-9 {
        float: left;
        display: block;
        margin-right: 2.16216%;
        width: 65.94595%;
    }

        .mpeg-desktop-6-of-9:last-child {
            margin-right: 0;
        }
}

@media screen and (min-width: 37.5em) and (max-width: 56.25em) {
    .mpeg-tablet-6-of-9 {
        float: left;
        display: block;
        margin-right: 2.16216%;
        width: 65.94595%;
    }

        .mpeg-tablet-6-of-9:last-child {
            margin-right: 0;
        }
}

@media screen and (max-width: 37.5em) {
    .mpeg-mobile-6-of-9 {
        float: left;
        display: block;
        margin-right: 2.16216%;
        width: 65.94595%;
    }

        .mpeg-mobile-6-of-9:last-child {
            margin-right: 0;
        }
}

@media screen and (min-width: 56.25em) {
    .mpeg-desktop-6-of-10 {
        float: left;
        display: block;
        margin-right: 1.94175%;
        width: 59.2233%;
    }

        .mpeg-desktop-6-of-10:last-child {
            margin-right: 0;
        }
}

@media screen and (min-width: 37.5em) and (max-width: 56.25em) {
    .mpeg-tablet-6-of-12 {
        float: left;
        display: block;
        margin-right: 1.6129%;
        width: 49.19355%;
    }

        .mpeg-tablet-6-of-12:last-child {
            margin-right: 0;
        }
}

@media screen and (max-width: 37.5em) {
    .mpeg-mobile-7-of-9 {
        float: left;
        display: block;
        margin-right: 2.16216%;
        width: 77.2973%;
    }

        .mpeg-mobile-7-of-9:last-child {
            margin-right: 0;
        }
}

@media screen and (min-width: 37.5em) and (max-width: 56.25em) {
    .mpeg-tablet-8 {
        float: left;
        display: block;
        margin-right: 1.6129%;
        width: 66.12903%;
    }

        .mpeg-tablet-8:last-child {
            margin-right: 0;
        }
}

@media screen and (max-width: 37.5em) {
    .mpeg-mobile-8-of-8 {
        float: left;
        display: block;
        margin-right: 2.43902%;
        width: 100%;
    }

        .mpeg-mobile-8-of-8:last-child {
            margin-right: 0;
        }
}

@media screen and (min-width: 56.25em) {
    .mpeg-desktop-8-of-9 {
        float: left;
        display: block;
        margin-right: 2.16216%;
        width: 88.64865%;
    }

        .mpeg-desktop-8-of-9:last-child {
            margin-right: 0;
        }
}

@media screen and (min-width: 37.5em) and (max-width: 56.25em) {
    .mpeg-tablet-8-of-9 {
        float: left;
        display: block;
        margin-right: 2.16216%;
        width: 88.64865%;
    }

        .mpeg-tablet-8-of-9:last-child {
            margin-right: 0;
        }
}

@media screen and (min-width: 56.25em) {
    .mpeg-desktop-9 {
        position: relative;
        float: left;
        display: block;
        margin-right: 1.6129%;
        width: 74.59677%;
    }

        .mpeg-desktop-9:last-child {
            margin-right: 0;
        }
}

@media screen and (min-width: 750px) and (max-width: 56.25em) {
    .mpeg-tablet-9 {
        position: relative;
        float: left;
        display: block;
        margin-right: 1.6129%;
        width: 74.59677%;
    }

        .mpeg-tablet-9:last-child {
            margin-right: 0;
        }
}

@media screen and (min-width: 56.25em) {
    .mpeg-desktop-10 {
        position: relative;
        float: left;
        display: block;
        margin-right: 1.6129%;
        width: 83.06452%;
    }

        .mpeg-desktop-10:last-child {
            margin-right: 0;
        }
}

@media screen and (min-width: 37.5em) and (max-width: 56.25em) {
    .mpeg-tablet-10 {
        position: relative;
        float: left;
        display: block;
        margin-right: 1.6129%;
        width: 83.06452%;
    }

        .mpeg-tablet-10:last-child {
            margin-right: 0;
        }
}

@media screen and (min-width: 56.25em) {
    .mpeg-desktop-10-of-12 {
        position: relative;
        float: left;
        display: block;
        margin-right: 1.6129%;
        width: 83.06452%;
    }

        .mpeg-desktop-10-of-12:last-child {
            margin-right: 0;
        }
}

@media screen and (min-width: 37.5em) and (max-width: 56.25em) {
    .mpeg-tablet-10-of-12 {
        position: relative;
        float: left;
        display: block;
        margin-right: 1.6129%;
        width: 83.06452%;
    }

        .mpeg-tablet-10-of-12:last-child {
            margin-right: 0;
        }
}

@media screen and (min-width: 37.5em) and (max-width: 56.25em) {
    .mpeg-tablet-12 {
        position: relative;
        float: left;
        display: block;
        margin-right: 1.6129%;
        width: 100%;
    }

        .mpeg-tablet-12:last-child {
            margin-right: 0;
        }
}

.mpeg-mobile-12 {
    position: relative;
}

@media screen and (max-width: 750px) {
    .mpeg-mobile-12 {
        /*float: left;*/
        display: block;
        margin-right: 1.6129%;
        width: 100%;
    }

        .mpeg-mobile-12:last-child {
            margin-right: 0;
        }
}

@media screen and (max-width: 56.25em) {
    .mpeg-tablet-down-add-bottom-margin {
        margin-bottom: 1.25em;
    }
}

@media screen and (max-width: 37.5em) {
    .mpeg-mobile-add-20-bottom-margin {
        margin-bottom: 1.25em;
    }
}

@media screen and (max-width: 37.5em) {
    .mpeg-mobile-add-bottom-margin {
        margin-bottom: 2.5em;
    }
}

.mpeg-grid-container::after {
    clear: both;
    content: "";
    display: table;
}

.mpeg-grid-4-columns {
    position: relative;
}

@media screen and (min-width: 56.25em) {
    .mpeg-grid-4-columns {
        float: left;
        display: block;
        /*margin-right: 1.6129%;*/
        width: 23.79032%;
    }

        .mpeg-grid-4-columns:last-child {
            margin-right: 0;
        }

        .mpeg-grid-4-columns:nth-child(4n) {
            margin-right: 0;
        }

        .mpeg-grid-4-columns:nth-child(4n + 1) {
            clear: left;
        }
}

@media screen and (min-width: 37.5em) and (max-width: 56.25em) {
    .mpeg-grid-4-columns {
        float: left;
        display: block;
        margin-right: 1.6129%;
        width: 32.25806%;
    }

        .mpeg-grid-4-columns:last-child {
            margin-right: 0;
        }

        .mpeg-grid-4-columns:nth-child(3n) {
            margin-right: 0;
        }

        .mpeg-grid-4-columns:nth-child(3n + 1) {
            clear: left;
        }
}

@media screen and (max-width: 37.5em) {
    .mpeg-grid-4-columns {
        float: left;
        display: block;
        margin-right: 1.6129%;
        width: 49.19355%;
    }

        .mpeg-grid-4-columns:last-child {
            margin-right: 0;
        }

        .mpeg-grid-4-columns:nth-child(2n) {
            margin-right: 0;
        }

        .mpeg-grid-4-columns:nth-child(2n + 1) {
            clear: left;
        }
}

@media screen and (min-width: 37.5em) {
    .mpeg-grid-desktop-tablet-4-of-8 {
        position: relative;
        float: left;
        display: block;
        margin-right: 2.43902%;
        width: 48.78049%;
    }

        .mpeg-grid-desktop-tablet-4-of-8:last-child {
            margin-right: 0;
        }

        .mpeg-grid-desktop-tablet-4-of-8:nth-child(2n) {
            margin-right: 0;
        }

        .mpeg-grid-desktop-tablet-4-of-8:nth-child(2n + 1) {
            clear: left;
        }
}

.mpeg-grid-2-of-8-columns {
    position: relative;
}

@media screen and (min-width: 56.25em) {
    .mpeg-grid-2-of-8-columns {
        float: left;
        display: block;
        margin-right: 2.43902%;
        width: 23.17073%;
    }

        .mpeg-grid-2-of-8-columns:last-child {
            margin-right: 0;
        }

        .mpeg-grid-2-of-8-columns:nth-child(4n) {
            margin-right: 0;
        }

        .mpeg-grid-2-of-8-columns:nth-child(4n + 1) {
            clear: left;
        }
}

@media screen and (min-width: 37.5em) and (max-width: 56.25em) {
    .mpeg-grid-2-of-8-columns {
        float: left;
        display: block;
        margin-right: 2.43902%;
        width: 23.17073%;
    }

        .mpeg-grid-2-of-8-columns:last-child {
            margin-right: 0;
        }

        .mpeg-grid-2-of-8-columns:nth-child(4n) {
            margin-right: 0;
        }

        .mpeg-grid-2-of-8-columns:nth-child(4n + 1) {
            clear: left;
        }
}

@media screen and (max-width: 37.5em) {
    .mpeg-grid-2-of-8-columns {
        float: left;
        display: block;
        margin-right: 2.43902%;
        width: 48.78049%;
    }

        .mpeg-grid-2-of-8-columns:last-child {
            margin-right: 0;
        }

        .mpeg-grid-2-of-8-columns:nth-child(2n) {
            margin-right: 0;
        }

        .mpeg-grid-2-of-8-columns:nth-child(2n + 1) {
            clear: left;
        }
}

.mpeg-grid-3-columns {
    position: relative;
}

@media screen and (min-width: 56.25em) {
    .mpeg-grid-3-columns {
        float: left;
        display: block;
        margin-right: 1.6129%;
        width: 32.25806%;
    }

        .mpeg-grid-3-columns:last-child {
            margin-right: 0;
        }

        .mpeg-grid-3-columns:nth-child(3n) {
            margin-right: 0;
        }

        .mpeg-grid-3-columns:nth-child(3n + 1) {
            clear: left;
        }
}

@media screen and (min-width: 37.5em) and (max-width: 56.25em) {
    .mpeg-grid-3-columns {
        float: left;
        display: block;
        margin-right: 1.6129%;
        width: 32.25806%;
    }

        .mpeg-grid-3-columns:last-child {
            margin-right: 0;
        }

        .mpeg-grid-3-columns:nth-child(3n) {
            margin-right: 0;
        }

        .mpeg-grid-3-columns:nth-child(3n + 1) {
            clear: left;
        }
}

@media screen and (max-width: 37.5em) {
    .mpeg-grid-3-columns {
        float: left;
        display: block;
        margin-right: 1.6129%;
        width: 49.19355%;
    }

        .mpeg-grid-3-columns:last-child {
            margin-right: 0;
        }

        .mpeg-grid-3-columns:nth-child(2n) {
            margin-right: 0;
        }

        .mpeg-grid-3-columns:nth-child(2n + 1) {
            clear: left;
        }
}

.mpeg-grid-3-of-9-columns {
    position: relative;
}

@media screen and (min-width: 56.25em) {
    .mpeg-grid-3-of-9-columns {
        float: left;
        display: block;
        margin-right: 2.16216%;
        width: 31.89189%;
    }

        .mpeg-grid-3-of-9-columns:last-child {
            margin-right: 0;
        }

        .mpeg-grid-3-of-9-columns:nth-child(3n) {
            margin-right: 0;
        }

        .mpeg-grid-3-of-9-columns:nth-child(3n + 1) {
            clear: left;
        }
}

@media screen and (min-width: 37.5em) and (max-width: 56.25em) {
    .mpeg-grid-3-of-9-columns {
        float: left;
        display: block;
        margin-right: 2.16216%;
        width: 31.89189%;
    }

        .mpeg-grid-3-of-9-columns:last-child {
            margin-right: 0;
        }

        .mpeg-grid-3-of-9-columns:nth-child(3n) {
            margin-right: 0;
        }

        .mpeg-grid-3-of-9-columns:nth-child(3n + 1) {
            clear: left;
        }
}

@media screen and (max-width: 37.5em) {
    .mpeg-grid-3-of-9-columns {
        float: left;
        display: block;
        margin-right: 2.16216%;
        width: 20.54054%;
    }

        .mpeg-grid-3-of-9-columns:last-child {
            margin-right: 0;
        }

        .mpeg-grid-3-of-9-columns:nth-child(2n) {
            margin-right: 0;
        }

        .mpeg-grid-3-of-9-columns:nth-child(2n + 1) {
            clear: left;
        }
}

.mpeg-omega {
    margin-right: 0;
}

@media screen and (min-width: 37.5em) and (max-width: 56.25em) {
    .mpeg-tablet-omega {
        margin-right: 0;
    }
}

@media screen and (max-width: 37.5em) {
    .mpeg-mobile-omega {
        margin-right: 0;
    }
}

.mpeg-fluid-size-left {
    float: left;
    width: 100%;
    position: relative;
}

.mpeg-fixed-size-right {
    float: left;
}

.mpeg-fluid-size-right {
    float: left;
    width: 100%;
    position: relative;
}

.mpeg-fixed-size-left {
    float: left;
}

.mpeg-align-right {
    text-align: right;
}

.mpeg-float-right {
    float: right;
}

.mpeg-float-left {
    float: left;
}

.mpeg-no-wrap {
    white-space: nowrap;
}

.mpeg-hidden {
    display: none;
}

.mpeg-position-relative {
    position: relative;
}

html {
    box-sizing: border-box;
}

*,
::after,
::before {
    box-sizing: inherit;
}

body {
    font-family: Roboto Flex, sans-serif !important;
    color: #080606;
}

    body.mpeg-mobile-menu-active,
    html.mpeg-mobile-menu-active {
        overflow: hidden !important;
        height: 100%;
    }

b,
strong {
    font-weight: 700;
}

.mpeg-screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.mpeg-skip-link a {
    background: #4B0082;
    color: #fff;
    text-decoration: none;
    padding: 0.3125em;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position: absolute;
    top: -999px;
    color: #fff;
    display: block;
}

    .mpeg-skip-link a:focus {
        top: 0;
        left: 0;
        z-index: 100000;
    }

    .mpeg-skip-link a:hover {
        color: #fff;
        background: #6cc200;
    }

img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 37.5em) {
    .mpeg-hide-on-mobile {
        display: none;
    }
}

ul.mpeg-no-bullets {
    list-style: none;
}

.mpeg-no-margin {
    margin: 0 !important;
}

.flexbox-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

@media screen and (max-width: 56.25em) {
    .flexbox-row {
        flex-direction: column;
    }
}

.flexbox-column {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
}

.mpeg-black-bg {
    background-color: #0E0E0E;
}

.mpeg-orange-bg {
    /*background-color: #fa6400;*/
}

.mpeg-steel-blue-bg {
    /*background-color: #456b89;*/
}

.mpeg-yellow-bg {
    /*background-color: #ffda43;*/
}

.mpeg-lt-blue-bg {
    /*background-color: #36acc6;*/
}

.mpeg-white-bg {
    /*background-color: #fff;*/
}

.mpeg-light-gray-bg {
    /*background-color: #e8e8e8;*/
}

.mpeg-organize-blue-bg {
    /*background-color: #3c41ff;*/
}

.mpeg-red-bg {
    /*background-color: #d22300;*/
}

.mpeg-white-text {
    /*color: #fff;*/
    color: #FFFDF0;
}

.mpeg-light-gray-text {
    color: #e8e8e8;
}

.mpeg-med-gray-text {
    color: #888;
}

.mpeg-black-text {
    /*color: #000;*/ color: #FFFDF0;
}

.mpeg-red-text {
    color: red;
}

.mpeg-orange-text {
    color: #fa6400;
}

.mpeg-yellow-text {
    color: #ffda43;
}

.mpeg-newyork-text {
    color: #501eb4;
}

.mpeg-losangelos-text {
    color: #c8003c;
}

.mpeg-atlanta-text {
    color: darkgreen;
}

.mpeg-other-text {
    color: #0096c8;
}

/*.mpeg-page-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}*/

.mpeg-box-header {
    font-family: StandardCT-RegularExtd;
    font-weight: 400;
    font-style: normal;
    font-size: 0.875em;
    line-height: 1.21429em;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    padding: 0.85714em 1.42857em;
}

.mpeg-heading-slightly-bigger {
    font-size: 1.125em;
    line-height: 1.16667em;
    letter-spacing: 0.04em;
    margin-bottom: 0.61111em;
    font-weight: 700;
}

    .mpeg-heading-slightly-bigger .mpeg-regular-weight {
        font-weight: 400;
    }

.mpeg-bold {
    font-size: 0.875em;
    line-height: 1.21429em;
    letter-spacing: 0.04em;
    font-weight: 700;
}

.mpeg-highlight-green .mpeg-h1-plus-container,
.mpeg-highlight-green .mpeg-h1-regular-container {
    background: #78d700;
}

    .mpeg-highlight-green .mpeg-h1-plus-container a,
    .mpeg-highlight-green .mpeg-h1-regular-container a {
        /*color: #000;*/ color: #FFFDF0;
        text-decoration: none;
    }

        .mpeg-highlight-green .mpeg-h1-plus-container a:focus,
        .mpeg-highlight-green .mpeg-h1-plus-container a:hover,
        .mpeg-highlight-green .mpeg-h1-regular-container a:focus,
        .mpeg-highlight-green .mpeg-h1-regular-container a:hover {
            color: #fff;
        }

.mpeg-highlight-green .mpeg-box-header {
    background: #78d700;
}

.mpeg-highlight-green p a {
    /*color: #000;*/ color: #FFFDF0;
}

    .mpeg-highlight-green p a:focus,
    .mpeg-highlight-green p a:hover {
        color: #78d700;
    }

.mpeg-highlight-blue .mpeg-h1-plus-container {
    background: #36acc6;
}

    .mpeg-highlight-blue .mpeg-h1-plus-container a {
        /*color: #000;*/ color: #FFFDF0;
        text-decoration: none;
    }

        .mpeg-highlight-blue .mpeg-h1-plus-container a:focus,
        .mpeg-highlight-blue .mpeg-h1-plus-container a:hover {
            color: #fff;
        }

.mpeg-highlight-blue .mpeg-box-header {
    background: #36acc6;
}

.mpeg-highlight-blue p a {
    /*color: #000;*/ color: #FFFDF0;
}

    .mpeg-highlight-blue p a:focus,
    .mpeg-highlight-blue p a:hover {
        color: #36acc6;
    }

.mpeg-highlight-blue p.mpeg-disclaimer {
    padding: 0.25em 0 2.5em;
    color: #505050;
}

.mpeg-highlight-blue .mpeg-box-header {
    background: #36acc6;
}

.mpeg-black-bg .mpeg-h1-plus-container,
.mpeg-black-bg .mpeg-profile-overview {
    color: #fff;
}

    .mpeg-black-bg .mpeg-h1-plus-container a,
    /*.mpeg-black-bg .mpeg-profile-overview a {
        text-decoration: none;
        color: #fff;
    }*/
    .mpeg-black-bg .mpeg-h1-plus-container a:focus,
    .mpeg-black-bg .mpeg-h1-plus-container a:hover,
    .mpeg-black-bg .mpeg-profile-overview a:focus,
    .mpeg-black-bg .mpeg-profile-overview a:hover {
        color: #888;
        text-decoration: none;
    }

        .mpeg-black-bg .mpeg-h1-plus-container a.mpeg-button-link,
        .mpeg-black-bg .mpeg-profile-overview a.mpeg-button-link {
            border: 1px solid #fff;
            color: #fff;
            background: #000;
        }

            .mpeg-black-bg .mpeg-h1-plus-container a.mpeg-button-link:focus,
            .mpeg-black-bg .mpeg-h1-plus-container a.mpeg-button-link:hover,
            .mpeg-black-bg .mpeg-profile-overview a.mpeg-button-link:focus,
            .mpeg-black-bg .mpeg-profile-overview a.mpeg-button-link:hover {
                background: #fff;
                /*color: #000;*/ color: #FFFDF0;
            }

    .mpeg-black-bg .mpeg-h1-plus-container .mpeg-action-link,
    .mpeg-black-bg .mpeg-profile-overview .mpeg-action-link {
        padding-left: 0.71429em;
        color: #fff;
    }

        .mpeg-black-bg .mpeg-h1-plus-container .mpeg-action-link:focus,
        .mpeg-black-bg .mpeg-h1-plus-container .mpeg-action-link:hover,
        .mpeg-black-bg .mpeg-profile-overview .mpeg-action-link:focus,
        .mpeg-black-bg .mpeg-profile-overview .mpeg-action-link:hover {
            color: #00f;
            text-decoration: none;
        }

.mpeg-highlight-black .mpeg-box-header {
    background: #000;
    color: #fff;
}

.mpeg-gray-box-wrapper {
    margin-bottom: 1.25em;
}

.mpeg-gray-box {
    /*padding: 1.0625em 1.25em 0;
    background: #e8e8e8;
    margin-top: 0.3125em;*/
    border: 1px solid #C2B4A5;
    border-radius: 8px;
    padding: 20px;
}

    .mpeg-gray-box:not(:first-child) {
        margin-top: 10px;
    }

    .mpeg-gray-box::after {
        clear: both;
        content: "";
        display: table;
    }

    .mpeg-gray-box .mpeg-general-forms {
        margin-bottom: 1.0625em;
    }

.mpeg .mpeg-gray-box .mpeg-general-forms > label {
    font-size: 0.875em;
    line-height: 1.21429em;
    letter-spacing: 0.04em;
}

.mpeg-gray-box:first-of-type {
    margin-top: 0;
}

.mpeg-gray-box.ui-sortable-helper {
    box-shadow: 0.0625em 0.0625em 0.625em 0.1875em #888;
}

.mpeg-page-heading-logo-background {
    background-image: url(_images/logo-header-background-big.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.mpeg-page-heading-extra-bottom-padding {
    padding-bottom: 7.25em;
}

.mpeg-page-heading-photo-overlay {
    background-image: url(_images/home-img-overlay.png);
    overflow: hidden;
    position: relative;
    padding-bottom: 0 !important;
}

    .mpeg-page-heading-photo-overlay .mpeg-page-heading-photo {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        max-height: 30.5em;
        min-height: 25em;
        z-index: -1;
        overflow: hidden;
        position: relative;
        width: 100%;
    }

        .mpeg-page-heading-photo-overlay .mpeg-page-heading-photo:before {
            content: "";
            display: block;
            padding-bottom: 38.125%;
        }

.mpeg-reg-text {
    font-size: 0.875em;
    line-height: 1.21429em;
    letter-spacing: 0.04em;
}

.mpeg-cms-content h2 {
    font-family: "Forma DJR Display";
    display: block;
    clear: both;
    color: #080606;
    font-style: normal;
    font-weight: 700;
    font-size: 42px !important;
    line-height: 52px !important;
    padding-bottom: 10px;
}

@media screen and (max-width:600px) {
    .mpeg-cms-content h2 {
        font-size: 36px !important;
        line-height: 46px !important;
    }
}

.mpeg-cms-content h3 {
    letter-spacing: 0.72px;
    display: block;
    font-family: "Forma DJR Display";
    font-style: normal;
    font-weight: 500;
    color: #080606;
    font-size: 26px;
    line-height: 30px;
    padding-bottom: 10px;
}

.mpeg-cms-content ol.mpeg-set-large-text,
.mpeg-cms-content p.mpeg-set-large-text,
.mpeg-cms-content time.mpeg-set-large-text,
.mpeg-cms-content ul.mpeg-set-large-text {
    font-size: 1.125em;
    line-height: 1.16667em;
    letter-spacing: 0.04em;
    margin-bottom: 1.16667em;
}

.mpeg-cms-content ol,
.mpeg-cms-content ul {
    /*margin-left: 2.57143em;*/
    margin-left: 25px;
    margin-right: 25px;
}

.mpeg-cms-content div.alignleft,
.mpeg-cms-content img.alignleft {
    float: left;
    margin: 0.25em 1.25em 0.375em 0;
}

@media screen and (max-width: 37.5em) {
    .mpeg-cms-content div.alignleft,
    .mpeg-cms-content img.alignleft {
        float: none;
        margin: 0 auto em-calc(10);
        display: block;
    }
}

.mpeg-cms-content p div.alignleft,
.mpeg-cms-content p img.alignleft {
    margin: 0.28571em 1.42857em 0.42857em 0;
}

.mpeg-cms-content div.alignright,
.mpeg-cms-content img.alignright {
    float: right;
    margin: 0.25em 0 0.375em 1.25em;
}

@media screen and (max-width: 37.5em) {
    .mpeg-cms-content div.alignright,
    .mpeg-cms-content img.alignright {
        float: none;
        margin: 0 auto em-calc(10);
        display: block;
    }
}

.mpeg-cms-content p div.alignright,
.mpeg-cms-content p img.alignright {
    margin: 0.28571em 0 0.42857em 1.42857em;
}

.mpeg-cms-content div.aligncenter,
.mpeg-cms-content img.aligncenter {
    display: block;
    margin: 0.625em auto;
}

.mpeg-cms-content p div.aligncenter,
.mpeg-cms-content p img.aligncenter {
    margin: 0.71429em auto;
}

.mpeg-cms-content img.alignnone {
    margin: 0.625em 0;
}

.mpeg-cms-content hr,
.mpeg-common-text-formatting hr {
    border: 0;
    height: 0;
    border-top: 1px solid #2b2a2a;
    border-bottom: 0 none;
    margin-top: 2em;
    margin-bottom: 2.0625em;
}

.mpeg-cms-content ol,
.mpeg-cms-content p,
.mpeg-cms-content time,
.mpeg-cms-content ul,
.mpeg-common-text-formatting ol,
.mpeg-common-text-formatting p,
.mpeg-common-text-formatting time,
.mpeg-common-text-formatting ul {
    font-size: 16px;
    line-height: 1.21429em;
    letter-spacing: 0.04em;
    margin-bottom: 1.21429em;
}

    .mpeg-cms-content ol.mpeg-no-bottom-margin,
    .mpeg-cms-content p.mpeg-no-bottom-margin,
    .mpeg-cms-content time.mpeg-no-bottom-margin,
    .mpeg-cms-content ul.mpeg-no-bottom-margin,
    .mpeg-common-text-formatting ol.mpeg-no-bottom-margin,
    .mpeg-common-text-formatting p.mpeg-no-bottom-margin,
    .mpeg-common-text-formatting time.mpeg-no-bottom-margin,
    .mpeg-common-text-formatting ul.mpeg-no-bottom-margin {
        margin-bottom: 0 !important;
    }

    .mpeg-cms-content ol ol,
    .mpeg-cms-content ol ul,
    .mpeg-cms-content p ol,
    .mpeg-cms-content p ul,
    .mpeg-cms-content time ol,
    .mpeg-cms-content time ul,
    .mpeg-cms-content ul ol,
    .mpeg-cms-content ul ul,
    .mpeg-common-text-formatting ol ol,
    .mpeg-common-text-formatting ol ul,
    .mpeg-common-text-formatting p ol,
    .mpeg-common-text-formatting p ul,
    .mpeg-common-text-formatting time ol,
    .mpeg-common-text-formatting time ul,
    .mpeg-common-text-formatting ul ol,
    .mpeg-common-text-formatting ul ul {
        font-size: inherit;
    }

    .mpeg-cms-content ol a,
    .mpeg-cms-content p a,
    .mpeg-cms-content time a,
    .mpeg-common-text-formatting ol a,
    .mpeg-common-text-formatting p a,
    .mpeg-common-text-formatting time a,
    .mpeg-common-text-formatting ul a {
        color: #000; /*color: #FFFDF0;*/
        text-decoration: underline;
    }

.mpeg-common-text-formatting label {
    font-weight: 700;
}

.mpeg-common-text-formatting time {
    display: block;
}

.mpeg-common-text-formatting .mpeg-large-text ol,
.mpeg-common-text-formatting .mpeg-large-text p,
.mpeg-common-text-formatting .mpeg-large-text ul {
    font-size: 1.125em;
    line-height: 1.16667em;
    letter-spacing: 0.04em;
    margin-bottom: 1.16667em;
}

.mpeg-common-text-formatting .mpeg-large-text .mpeg-action-link {
    font-size: 0.77778em;
    vertical-align: text-top;
}

.mpeg-heading-1 {
    font-size: 2.625em;
    line-height: 1.14286em;
    font-family: StandardCT-LightExtd;
    /*font-family: Raleway, sans-serif;*/
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    padding: 2.35714em 0 0.54762em;
}

@media screen and (max-width: 37.5em) {
    .mpeg-heading-1 {
        font-size: 1.75em;
    }
}

.mpeg-heading-1 strong {
    font-family: StandardCT-RegularExtd;
    font-weight: 400;
    font-style: normal;
}

.mpeg-h1-plus-container {
    padding-bottom: 2.5em;
}

.mpeg-h1-regular-container {
    padding-bottom: 0.25em;
}

.mpeg-heading-2 {
    color: #FFFDF0;
    font-family: "Forma DJR Display";
    font-size: 1.6875em;
    line-height: 1.11111em;
    letter-spacing: 0.04em;
    margin-bottom: 0.51852em;
    font-weight: 700;
}

    .mpeg-heading-2 .mpeg-count {
        color: #888;
        font-weight: 400;
    }

    .mpeg-heading-2 .mpeg-regular-weight,
    .mpeg-heading-2.mpeg-regular-weight {
        font-weight: 400 !important;
    }

    .mpeg-heading-2 .mpeg-action-link {
        font-size: 0.51852em;
        vertical-align: text-top;
        font-weight: 400;
    }

.mpeg-heading-3 {
    font-size: 1.125em;
    line-height: 1.16667em;
    letter-spacing: 0.04em;
    margin-bottom: 0.77778em;
    font-weight: 700;
}

    .mpeg-heading-3 [class^="icon-"] {
        padding-right: 0.27778em;
    }

    .mpeg-heading-3.mpeg-icon-on-right [class^="icon-"] {
        padding: 0;
    }

.mpeg-heading-4 {
    font-size: 0.875em;
    line-height: 1.21429em;
    letter-spacing: 0.04em;
    font-weight: 700;
    margin-bottom: 0.5em;
}

iframe {
    padding-bottom: 1.5625em;
}

.mpeg-hypenate li,
.mpeg-hypenate p {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

hr.mpeg-wage-benefit-hr {
    border: 0;
    height: 0;
    border-top: 1px solid #000;
    border-bottom: 0 none;
    margin-top: 2.375em;
    margin-bottom: 2.25em;
}

.mpeg-table {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #C2B4A5;
    background: #FFFDF0;
    line-height: 20px;
}

    .mpeg-table.mpeg-table-no-borders,
    .mpeg-table.mpeg-table-no-stripes-or-borders {
        border-top: 0 none;
        border-bottom: 0 none;
    }


    .mpeg-table tr {
        /*background: #e8e8e8;*/
        background: rgba(255, 255, 255, 0.00);
        color: black;
    }

        .mpeg-table tr th {
            background: #C2B4A5;
            color: black;
        }


    /*.mpeg-table tr:nth-child(2n) {
            background: #fff;
        }*/

    .mpeg-table td,
    .mpeg-table th {
        position: relative;
        font-size: 0.875em;
        line-height: 1.21429em;
        letter-spacing: 0.04em;
        padding: 0.57143em;
        /*border-right: 1px solid #888;*/
        text-align: left;
        vertical-align: top;
        border-top: 1px solid #B9B9B9;
        border-left: 1px solid #B9B9B9;
    }

        /*.mpeg-table td:first-child,
        .mpeg-table th:first-child {
            border-left: 1px solid #888;
        }*/

        .mpeg-table td.mpeg-table-center-td,
        .mpeg-table th.mpeg-table-center-td {
            text-align: center;
        }

        .mpeg-table td.mpeg-table-right-td,
        .mpeg-table th.mpeg-table-right-td {
            text-align: right;
        }

        .mpeg-table td.mpeg-table-black-td,
        .mpeg-table th.mpeg-table-black-td {
            background: #000;
            color: #fff;
        }

        .mpeg-table td.mpeg-table-no-border-td,
        .mpeg-table th.mpeg-table-no-border-td {
            border-right: 0 none !important;
            border-bottom: 0 none !important;
            border-left: 0 none !important;
        }

        .mpeg-table td.mpeg-table-nowrap-td,
        .mpeg-table th.mpeg-table-nowrap-td {
            white-space: nowrap;
        }

        .mpeg-table td a,
        .mpeg-table th a {
            color: #000;
            text-decoration: none;
        }

            .mpeg-table td a [class*=" icon-"],
            .mpeg-table td a [class^="icon-"],
            .mpeg-table th a [class*=" icon-"],
            .mpeg-table th a [class^="icon-"] {
                color: #888;
                -webkit-transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }

            .mpeg-table td a:focus [class*=" icon-"],
            .mpeg-table td a:focus [class^="icon-"],
            .mpeg-table td a:hover [class*=" icon-"],
            .mpeg-table td a:hover [class^="icon-"],
            .mpeg-table th a:focus [class*=" icon-"],
            .mpeg-table th a:focus [class^="icon-"],
            .mpeg-table th a:hover [class*=" icon-"],
            .mpeg-table th a:hover [class^="icon-"] {
                /*color: #000;*/ color: #FFFDF0;
            }

    .mpeg-table.mpeg-table-no-borders td,
    .mpeg-table.mpeg-table-no-borders th,
    .mpeg-table.mpeg-table-no-stripes-or-borders td,
    .mpeg-table.mpeg-table-no-stripes-or-borders th {
        border-right: 0 none;
    }

        .mpeg-table.mpeg-table-no-borders td:first-child,
        .mpeg-table.mpeg-table-no-borders th:first-child,
        .mpeg-table.mpeg-table-no-stripes-or-borders td:first-child,
        .mpeg-table.mpeg-table-no-stripes-or-borders th:first-child {
            border-left: 0 none;
        }

    .mpeg-table.mpeg-table-bigger-cells td,
    .mpeg-table.mpeg-table-bigger-cells th {
        padding: 0.92857em 0.57143em;
    }

    .mpeg-table th {
        font-weight: 700;
        background: #000;
        color: #fff;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
    }

        .mpeg-table th:first-child {
            border-left: 1px solid #000;
        }

    .mpeg-table.mpeg-table-no-borders th {
        border-right: 0 none;
        border-bottom: 0 none;
    }

    .mpeg-table.mpeg-table-green-heading th {
        background: #78d700;
        /*color: #000;*/ color: #FFFDF0;
        border: 1px solid #78d700 !important;
    }

    .mpeg-table.mpeg-table-no-stripes {
        border-bottom: 0 none;
    }

        .mpeg-table.mpeg-table-no-stripes td {
            border-right: 1px solid #000;
            border-bottom: 1px solid #000;
        }

            .mpeg-table.mpeg-table-no-stripes td:first-child {
                border-left: 1px solid #000;
            }

        .mpeg-table.mpeg-table-no-stripes tr {
            background: #fff;
        }

            .mpeg-table.mpeg-table-no-stripes tr:nth-child(2n) {
                background: #fff;
            }

    .mpeg-table.mpeg-table-no-stripes-or-borders tr {
        background: #fff;
    }

        .mpeg-table.mpeg-table-no-stripes-or-borders tr:nth-child(2n) {
            background: #fff;
        }

    .mpeg-table.mpeg-table-timecard-inputs-no-borders td {
        padding: 1.92857em 0.57143em;
        border-bottom: 1px solid #888;
    }

    .mpeg-table.mpeg-table-timecard-inputs-no-borders input[type="text"] {
        border: 0 none;
        text-align: center;
        max-width: 5.42857em;
    }

    .mpeg-table.mpeg-table-timecard-inputs-no-borders .icon-down-triangle {
        color: #888;
        font-size: 0.78571em;
        padding-right: 0.45455em;
    }

@media screen and (max-width: 56.25em) {
    .mpeg-responsive-table th,
    .invoice-table th {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .mpeg-responsive-table td,
    .mpeg-responsive-table tr,
    .invoice-table td,
    .invoice-table tr {
        display: block;
    }

    .invoice-table tbody tr,
    .mpeg-responsive-table tbody tr {
        margin: 8px;
        border: 1px solid #C2B4A5;
        border-radius: 8px;
    }

    .mpeg-responsive-table td,
    .invoice-table td {
        position: relative;
        border: 0px !important;
        padding-left: 45% !important;
        min-height: 30px;
        word-wrap: break-word;
        padding-right: 10px !important;
        width: 100% !important;
        word-break: keep-all !important;
    }

        .mpeg-responsive-table td:before,
        .invoice-table td:before {
            content: attr(data-th) ": ";
            font-weight: 700;
            width: 40%;
            position: absolute;
            /*top: 0.42857em;*/
            left: 0.42857em;
            padding-right: 0.71429em;
        }

        .mpeg-responsive-table td.mpeg-table-hide-mobile-td {
            display: none;
        }

        .mpeg-responsive-table td.mpeg-table-center-td,
        .mpeg-responsive-table th.mpeg-table-center-td {
            text-align: left;
        }

        .mpeg-responsive-table td.mpeg-responsive-table-gray-background,
        .mpeg-responsive-table th.mpeg-responsive-table-gray-background {
            background-color: #e8e8e8;
        }
}

.mpeg-responsive-table.mpeg-table-bigger-cells td:before {
    top: 0.92857em;
}

@media screen and (max-width: 56.25em) {
    .mpeg-responsive-table.mpeg-table-no-borders td,
    .mpeg-responsive-table.mpeg-table-no-borders th {
        border-left: 0 none;
    }
}

.mpeg-responsive-table.mpeg-table-no-stripes td,
.mpeg-responsive-table.mpeg-table-no-stripes th {
    border-left: 1px solid #000;
}

.mpeg-icon {
    position: relative;
}

    .mpeg-icon:before {
        font-family: icomoon !important;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.mpeg-icon-after {
    position: relative;
}

    .mpeg-icon-after:after {
        font-family: icomoon !important;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.mpeg-sidebar-link-group {
    border-bottom: 1px solid #000;
    margin-bottom: 0.375em;
    padding: 0.625em 0 0.5625em;
}

    .mpeg-sidebar-link-group:first-of-type {
        padding-top: 0;
    }

.mpeg-sidebar-link-group-last {
    border-bottom: 0 none;
}

.mpeg-sidebar-link {
    display: block;
    font-size: 0.875em;
    line-height: 1.21429em;
    letter-spacing: 0.04em;
    text-decoration: none;
    /*color: #000;*/ color: #FFFDF0;
    font-weight: 700;
    padding: 0.5em 0;
}

    .mpeg-sidebar-link span {
        font-weight: 400 !important;
        display: block;
    }

    .mpeg-sidebar-link i {
        padding-right: 0.71429em;
    }

    .mpeg-sidebar-link:first-of-type {
        padding-top: 0;
    }

    .mpeg-sidebar-link:focus,
    .mpeg-sidebar-link:hover {
        text-decoration: underline;
    }

    .mpeg-sidebar-link .alert-red-svg {
        background-image: url(_images/icon-alert-red.svg);
        width: 1.07143em;
        height: 1.07143em;
        background-repeat: no-repeat;
        display: inline-block;
        margin-right: 0.78571em;
        vertical-align: text-top;
    }

@media screen and (max-width: 56.25em) {
    .mpeg-sidebar-link-group-mobile-transform {
        border-bottom: 0 none;
        margin-bottom: 0;
        padding: 0;
    }

        .mpeg-sidebar-link-group-mobile-transform .mpeg-sidebar-link {
            border: 1px solid #000;
            padding: 0.78571em 0.78571em;
            margin-bottom: 0.35714em;
        }

            .mpeg-sidebar-link-group-mobile-transform .mpeg-sidebar-link.mpeg-icon:before {
                left: 0.35714em;
            }

            .mpeg-sidebar-link-group-mobile-transform .mpeg-sidebar-link:focus,
            .mpeg-sidebar-link-group-mobile-transform .mpeg-sidebar-link:hover {
                background: #000;
                color: #fff;
                text-decoration: none;
            }
}

.mpeg-button-link {
    font-size: 0.875em;
    line-height: 1.21429em;
    letter-spacing: 0.04em;
    font-weight: 700;
    border: 1px solid #000;
    display: block;
    width: 100%;
    padding: 0.78571em 0.78571em;
    /*color: #000;*/ color: #FFFDF0;
    background: #fff;
    text-decoration: none;
    margin-bottom: 0.35714em;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .mpeg-button-link:focus,
    .mpeg-button-link:hover {
        background: #000;
        color: #fff;
        text-decoration: none;
    }

    .mpeg-button-link span {
        font-weight: 400;
        display: block;
    }

.mpeg-sidebar-link.mpeg-icon {
    padding-left: 1.78571em;
}

    .mpeg-sidebar-link.mpeg-icon:before {
        position: absolute;
        left: 0;
    }

.mpeg-button-link.mpeg-icon {
    padding-left: 2.5em;
}

    .mpeg-button-link.mpeg-icon:before {
        position: absolute;
        left: 0.78571em;
    }

.mpeg-button-link.mpeg-icon-after,
.mpeg-sidebar-link.mpeg-icon-after {
    padding-right: 2.5em;
}

    .mpeg-button-link.mpeg-icon-after:after,
    .mpeg-sidebar-link.mpeg-icon-after:after {
        position: absolute;
        right: 0.78571em;
    }

.mpeg-button-link.mpeg-calendar-subscribe:before,
.mpeg-sidebar-link.mpeg-calendar-subscribe:before {
    content: "\e91f";
}

.mpeg-button-link.mpeg-calendar:before,
.mpeg-sidebar-link.mpeg-calendar:before {
    content: "\e903";
}

.mpeg-button-link.mpeg-camera:before,
.mpeg-sidebar-link.mpeg-camera:before {
    content: "\e904";
}

.mpeg-button-link.mpeg-camera.mpeg-profile-edit-photo:before,
.mpeg-sidebar-link.mpeg-camera.mpeg-profile-edit-photo:before {
    content: url(../_images/photo-white.png);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    display: inline-block;
    top: 8px;
    padding-right: 0.5em;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.mpeg-button-link.mpeg-camera.mpeg-profile-edit-photo:hover:before,
.mpeg-sidebar-link.mpeg-camera.mpeg-profile-edit-photo:hover:before {
    content: url(../_images/photo.png);
}

.mpeg-button-link.mpeg-chain:before,
.mpeg-sidebar-link.mpeg-chain:before {
    content: "\e90f";
}

.mpeg-button-link.mpeg-download:before,
.mpeg-sidebar-link.mpeg-download:before {
    content: "\e908";
}

.mpeg-button-link.mpeg-edit:before,
.mpeg-sidebar-link.mpeg-edit:before {
    content: url(../_images/edit.png);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    position: relative;
    display: inline-block;
    top: 4px;
    padding-right: 0.5em;
}

.mpeg-button-link.mpeg-eye:before,
.mpeg-sidebar-link.mpeg-eye:before {
    content: "\e90c";
}

.mpeg-button-link.mpeg-left-arrow:before,
.mpeg-sidebar-link.mpeg-left-arrow:before {
    content: "\e927";
}

.mpeg-button-link.mpeg-mail:before,
.mpeg-sidebar-link.mpeg-mail:before {
    content: "\e910";
}

.mpeg-button-link.mpeg-phone:before,
.mpeg-sidebar-link.mpeg-phone:before {
    content: "\e914";
}

.mpeg-button-link.mpeg-plus:before,
.mpeg-sidebar-link.mpeg-plus:before {
    content: "\e915";
}

.mpeg-button-link.mpeg-print:before,
.mpeg-sidebar-link.mpeg-print:before {
    content: "\e902";
}

.mpeg-button-link.mpeg-reply:before,
.mpeg-sidebar-link.mpeg-reply:before {
    content: "\e926";
}

.mpeg-button-link.mpeg-search:before,
.mpeg-sidebar-link.mpeg-search:before {
    content: "\e917";
}

.mpeg-button-link.mpeg-movie-clapper:before,
.mpeg-sidebar-link.mpeg-movie-clapper:before {
    content: url(../_images/movie-clapper.svg);
}

.mpeg-button-link-group {
    margin-bottom: 1.0625em;
}

.mpeg-button-max-3-cols {
    max-width: 21.07143em;
}

.mpeg-common-text-formatting a.mpeg-action-link,
a.mpeg-action-link {
    color: #888;
    text-decoration: none;
}

    .mpeg-common-text-formatting a.mpeg-action-link.mpeg-white-text,
    a.mpeg-action-link.mpeg-white-text {
        color: #fff;
    }

    .mpeg-common-text-formatting a.mpeg-action-link:focus,
    .mpeg-common-text-formatting a.mpeg-action-link:hover,
    a.mpeg-action-link:focus,
    a.mpeg-action-link:hover {
        /*color: #000;*/ color: #FFFDF0;
    }

    .mpeg-common-text-formatting a.mpeg-action-link.mpeg-icon:before,
    a.mpeg-action-link.mpeg-icon:before {
        padding-right: 0.57143em;
    }

    .mpeg-common-text-formatting a.mpeg-action-link.mpeg-icon-after:after,
    a.mpeg-action-link.mpeg-icon-after:after {
        padding-left: 0.57143em;
    }

    .mpeg-common-text-formatting a.mpeg-action-link.mpeg-edit:before,
    a.mpeg-action-link.mpeg-edit:before {
        content: url(../_images/edit-white.png);
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        transform: scale(0.8);
        position: relative;
        display: inline-block;
        top: 4px;
        padding-right: 0.5em;
    }

    .mpeg-common-text-formatting a.mpeg-action-link.mpeg-edit.mpeg-add-override:before,
    a.mpeg-action-link.mpeg-edit.mpeg-add-override:before {
        content: url(../_images/add-white.png);
    }

    .mpeg-common-text-formatting a.mpeg-action-link.mpeg-edit.gray-icon:before,
    a.mpeg-action-link.mpeg-edit.gray-icon:before {
        content: url(../_images/edit-888888.png);
    }

    .mpeg-common-text-formatting a.mpeg-action-link.mpeg-edit.mpeg-add-override.gray-icon:before,
    a.mpeg-action-link.mpeg-edit.gray-icon.mpeg-add-override:before {
        content: url(../_images/add-888888.png);
    }

    .mpeg-common-text-formatting a.mpeg-action-link.mpeg-edit.blue-hover:focus,
    .mpeg-common-text-formatting a.mpeg-action-link.mpeg-edit.blue-hover:hover,
    a.mpeg-action-link.mpeg-edit.blue-hover:focus,
    a.mpeg-action-link.mpeg-edit.blue-hover:hover {
        color: #00f !important;
    }

        .mpeg-common-text-formatting a.mpeg-action-link.mpeg-edit.blue-hover:focus:before,
        .mpeg-common-text-formatting a.mpeg-action-link.mpeg-edit.blue-hover:hover:before,
        a.mpeg-action-link.mpeg-edit.blue-hover:focus:before,
        a.mpeg-action-link.mpeg-edit.blue-hover:hover:before {
            content: url(../_images/edit-blue.png);
        }

p.blue-hover:focus a.mpeg-action-link.mpeg-edit.blue-hover:before,
p.blue-hover:hover a.mpeg-action-link.mpeg-edit.blue-hover:before {
    content: url(../_images/edit-blue.png);
}

.mpeg-common-text-formatting a.mpeg-action-link.mpeg-edit.mpeg-add-override.blue-hover:focus:before,
.mpeg-common-text-formatting a.mpeg-action-link.mpeg-edit.mpeg-add-override.blue-hover:hover:before,
a.mpeg-action-link.mpeg-edit.mpeg-add-override.blue-hover:focus:before,
a.mpeg-action-link.mpeg-edit.mpeg-add-override.blue-hover:hover:before {
    content: url(../_images/add-blue.png);
}

.mpeg-common-text-formatting a.mpeg-action-link.mpeg-edit.black-hover:focus:before,
.mpeg-common-text-formatting a.mpeg-action-link.mpeg-edit.black-hover:hover:before,
a.mpeg-action-link.mpeg-edit.black-hover:focus:before,
a.mpeg-action-link.mpeg-edit.black-hover:hover:before {
    content: url(../_images/edit.png);
}

.mpeg-common-text-formatting a.mpeg-action-link.mpeg-edit.mpeg-add-override.black-hover:focus:before,
.mpeg-common-text-formatting a.mpeg-action-link.mpeg-edit.mpeg-add-override.black-hover:hover:before,
a.mpeg-action-link.mpeg-edit.mpeg-add-override.black-hover:focus:before,
a.mpeg-action-link.mpeg-edit.mpeg-add-override.black-hover:hover:before {
    content: url(../_images/add.png);
}

.mpeg-common-text-formatting a.mpeg-action-link.mpeg-delete:before,
a.mpeg-action-link.mpeg-delete:before {
    content: "\e906";
}

.mpeg-common-text-formatting a.mpeg-action-link.mpeg-move-up:before,
a.mpeg-action-link.mpeg-move-up:before {
    content: "\e91c";
}

.mpeg-common-text-formatting a.mpeg-action-link.mpeg-move:before,
a.mpeg-action-link.mpeg-move:before {
    content: "";
    background-image: url(../_images/sortable-icon.png);
    display: block;
    width: 30px;
    height: 30px;
    background-size: contain;
}

.mpeg-common-text-formatting a.mpeg-action-link.mpeg-move-down:before,
a.mpeg-action-link.mpeg-move-down:before {
    content: "\e907";
}

.mpeg-common-text-formatting a.mpeg-action-link.mpeg-left-triangle-previous:before,
a.mpeg-action-link.mpeg-left-triangle-previous:before {
    content: "\e90e";
}

.mpeg-common-text-formatting a.mpeg-action-link.mpeg-right-triangle-next:after,
a.mpeg-action-link.mpeg-right-triangle-next:after {
    content: "\e916";
}

.mpeg-action-link-group {
    margin-bottom: 0 !important;
}

    .mpeg-action-link-group li {
        padding-right: 1.14286em;
        display: inline-block;
        list-style: none;
        margin-bottom: 1.21429em;
    }

.mpeg-larger-buttons a {
    font-family: Roboto, sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 20px;
    text-transform: uppercase;
    padding: 12px 24px !important;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, border-color 0.2s, outline 0.2s;
    background: #FFFDF0;
    color: #080606 !important;
    border: 2px solid #080606;
    border-radius: 30px;
}

    .mpeg-larger-buttons a:disabled {
        color: #717070 !important;
        border: 2px solid #717070;
    }

    .mpeg-larger-buttons a:active:not(:disabled) {
        border-radius: 30px;
        border: 2px solid #080606;
        background: #000 !important;
        color: #080606 !important;
    }

    .mpeg-larger-buttons a:focus:not(:disabled) {
        border-radius: 30px;
        /*border: 2px dashed #FFFDF0;*/
        outline-offset: -2px;
        background: #000 !important;
        color: #FFFDF0 !important;
    }

    .mpeg-larger-buttons a:hover:not(:disabled) {
        background: #080606 !important;
        color: #FFFDF0 !important;
        border-color: #080606 !important;
    }

    /*.mpeg-larger-buttons a:hover {
        background: #000;
        color: #FFFDF0;
    }

    .mpeg-larger-buttons a:focus {
        border: 2px dashed #FFFDF0;
        outline-offset: -2px;
        color: #FFFDF0;
    }

    .mpeg-larger-buttons a:active {
        border: 2px solid #FFFDF0;
        background: #000;
        color: #FFFDF0;
    }*/

    .mpeg-larger-buttons a.mpeg-larger-buttons--yellow {
        background: #ffda43;
    }

        .mpeg-larger-buttons a.mpeg-larger-buttons--yellow:focus,
        .mpeg-larger-buttons a.mpeg-larger-buttons--yellow:hover {
            background: #000;
            color: #ffda43;
        }

    /*.mpeg-larger-buttons a.mpeg-larger-buttons--red {*/
    /*background: #d22300;
        color: #fff;*/
    /*color: #FFFDF0;
        background: #000;
    }

        .mpeg-larger-buttons a.mpeg-larger-buttons--red:focus {
            border: 2px dashed #FFFDF0;
            outline-offset: -2px;
            color: #FFFDF0;
        }
        .mpeg-larger-buttons a.mpeg-larger-buttons--red:hover {
            background: #000;
            color: #FFFDF0;
        }*/

    .mpeg-larger-buttons a.mpeg-larger-buttons--join {
        display: inline-block;
        /*width: 100%;*/
    }

@media screen and (max-width: 37.5em) {
    .mpeg-larger-buttons a.mpeg-larger-buttons--join {
        padding: 0.8125em 0.625em;
    }
}

.mpeg-larger-buttons a.mpeg-larger-button--html {
    display: inline-block;
    margin: 10px 0px;
    /*width: 100%;*/
}

@media screen and (max-width: 37.5em) {
    .mpeg-larger-buttons a.mpeg-larger-button--html {
        padding: 0.8125em 0.625em;
    }
}

.mpeg-larger-buttons.mpeg-larger-buttons--home {
    display: none;
    position: fixed;
    bottom: 0;
    max-width: 78.75em;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0.625em;
    width: 100%;
}

    .mpeg-larger-buttons.mpeg-larger-buttons--home::after {
        clear: both;
        content: "";
        display: table;
    }

@media screen and (max-width: 37.5em) {
    .mpeg-larger-buttons.mpeg-larger-buttons--home {
        display: block;
    }
}

.mpeg-larger-buttons.mpeg-larger-buttons--home a {
    width: 100%;
    display: block;
}

.mpeg-larger-buttons {
    display: inline-block;
}

h2.mpeg-sidebar-header {
    font-size: 42px !important;
    line-height: 52px !important;
    margin-bottom: 0;
    padding-bottom: 10px;
}

@media screen and (max-width: 37.5em) {
    .mpeg-sub-page-menu-container {
        display: none;
    }
}

ul.mpeg-sidebar-list {
    /*list-style: none;
    font-size: 0.875em;
    line-height: 1.21429em;
    letter-spacing: 0.04em;*/

    list-style-type: none;
    padding: 0;
    margin: 0;
}

    ul.mpeg-sidebar-list li {
        /*width: 100%;
        border-bottom: 1px solid #000;*/
        /*padding: 4px;*/
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
    }

        ul.mpeg-sidebar-list li:last-child {
            /*border-bottom: 0 none !important;*/
        }

        ul.mpeg-sidebar-list li.mpeg-active {
            font-weight: 700;
        }

    ul.mpeg-sidebar-list a {
        color: #FFFDF0; /* Default color */
        font-size: 16px;
        /*font-family: Roboto, sans-serif;*/
        font-weight: 400;
        text-decoration: none;
        padding: 4px 0px;
    }

        ul.mpeg-sidebar-list a:focus,
        ul.mpeg-sidebar-list a:hover {
            text-decoration: underline;
            /*color: #000;*/ color: #FFFDF0;
        }

        ul.mpeg-sidebar-list a .mpeg-count {
            color: #888;
        }

    ul.mpeg-sidebar-list.mpeg-sidebar-list--neg-margin-top {
        margin-top: -1.21429em;
    }

    ul.mpeg-sidebar-list ul {
        margin: 0;
        padding-left: 14px;
        list-style: none;
    }

    ul.mpeg-sidebar-list u:not(.children) {
        display: none;
    }

    ul .mpeg-sidebar-list li.mpeg-sub-menu--disabled > a {
        cursor: default;
    }

        ul.mpeg-sidebar-list li.mpeg-sub-menu--disabled > a:hover {
            text-decoration: none;
        }

    ul.mpeg-sidebar-list li.mpeg-sub-menu--active ul,
    ul.mpeg-sidebar-list li.mpeg-sub-menu--active-ancestor ul,
    ul.mpeg-sidebar-list li.mpeg-sub-menu--open ul,
    ul.mpeg-sidebar-list li.mpeg-sub-menu--open-ancestor ul {
        display: block;
    }

    ul.mpeg-sidebar-list .mpeg-sub-menu--active-ancestor > a,
    ul.mpeg-sidebar-list .mpeg-sub-menu--active > a {
        color: #FF8C08;
    }

    ul.mpeg-sidebar-list .mpeg-sub-menu--parent {
        /*padding-left: 14px;*/
        padding-right: 14px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 0px;
    }

        ul.mpeg-sidebar-list .mpeg-sub-menu--parent a {
            /*padding:1px 8px;*/
        }

    ul.mpeg-sidebar-list > li {
        padding-bottom: 4px;
    }

        ul.mpeg-sidebar-list > li > a {
            font-weight: bold;
        }

/*ul.mpeg-sidebar-list .mpeg-sub-menu--toggle {
        font-size: 0.78571em;
        color: #c8c8c8;
        position: absolute;
        right: 0;
        top: 1.90909em;
    }

        ul.mpeg-sidebar-list .mpeg-sub-menu--toggle:hover {
            cursor: pointer;
        }

        ul.mpeg-sidebar-list .mpeg-sub-menu--toggle.icon-down-triangle {
            /*color: #000;*/
/*color: #FFFDF0;
        }*/

.mpeg-black-bg ul.mpeg-sidebar-list a {
    color: #fff;
}

.mpeg-black-bg ul.mpeg-sidebar-list li {
    border-bottom: 1px solid #fff;
}

.mpeg-yellow-bg ul.mpeg-sidebar-list li {
    border-bottom: 1px solid #000;
}

.mpeg-sidebar-section {
    padding: 2.25em 0 2.25em;
}

.mobile-only.profile-menu-nav, .mobile-profile-menu-nav-wrapper {
    display: none;
}

.mobile-profile-menu-nav-wrapper {
    background-color: black;
    width: calc(100% + 40px);
    /* position: absolute; */
    margin-left: -20px;
    padding: 10px;
    margin-right: -20px;
}

.profile-panel-separator {
    padding-top: 20px;
}

@media screen and (max-width:875px) {
    .mobile-only.profile-menu-nav, .mobile-profile-menu-nav-wrapper {
        display: block;
    }

    .desktop-only.profile-menu-nav {
        display: none;
    }

    .desktop-only.seprator {
        display: none;
    }

    #announcements {
        padding-top: 0px !important;
    }
}

@media screen and (max-width:600px) {
    .profile-panel-separator {
        padding-top: 0px;
    }

    .profile-tab-bottom .mpeg-white-box.wage, .profile-tab-top .mpeg-white-box.wage,
    .wage-contract-container .mpeg-white-box {
        border-radius: 0px;
        border-bottom: 1px solid #C2B4A5;
    }
}

@media screen and (max-width: 56.25em) {
    .mpeg-tablet-3-of-8.mpeg-sidebar-section {
        padding: 0 0 2.25em;
    }
}

.mpeg-sidebar-section-border-top {
    border-top: 1px solid #000;
}

@media screen and (max-width: 56.25em) {
    .mpeg-sidebar-section-border-top.mpeg-sidebar-section-border-top-remove-padding {
        border-top: 0 none;
        padding-top: 0;
    }
}

.mpeg-tabs .r-tabs-accordion-title a,
.mpeg-tabs .r-tabs-nav a {
    padding: 0.85714em;
    text-transform: capitalize;
    font-family: Arial;
    font-weight: bold;
    font-style: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
    display: inline-block;
}

    .mpeg-tabs .r-tabs-accordion-title a:hover, .mpeg-tabs .r-tabs-nav a:hover {
        text-decoration: underline;
    }

.mpeg-tabs .r-tabs-nav {
    /*font-size: 0.875em;
    line-height: 1.21429em;
    letter-spacing: 0.04em;
    margin-bottom: 0;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    max-width: 1800px;
}

    .mpeg-tabs .r-tabs-nav li {
        height: 2.85714em;
    }

.mpeg-tabs .r-tabs-accordion-title {
    border-bottom: 1px solid #000;
}

    .mpeg-tabs .r-tabs-accordion-title a {
        font-size: 0.875em;
        line-height: 1.21429em;
        width: 100%;
        /*color: #000;*/ color: #FFFDF0;
        display: block;
    }

        .mpeg-tabs .r-tabs-accordion-title a:focus,
        .mpeg-tabs .r-tabs-accordion-title a:hover,
        .mpeg-tabs .r-tabs-accordion-title.r-tabs-state-active {
            border-bottom: 0 none;
        }

            .mpeg-tabs .r-tabs-accordion-title.r-tabs-state-active a {
                text-decoration: none;
            }


.mpeg-tab::after {
    clear: both;
    content: "";
    display: table;
}

.mpeg-tab p:last-child {
    margin-bottom: 0;
}

#mpeg-home-tabs .mpeg-tab {
    padding: 1.25em 1.25em 1.25em 0.625em;
}

.mpeg-required {
    color: red;
    font-size: 1.28571em;
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0 none;
}

    fieldset legend {
        font-size: 0.875em;
        line-height: 1.21429em;
        font-weight: 700;
    }

    fieldset ul {
        padding: 0.8125em 0 0 0;
    }

    fieldset li {
        display: inline-block;
        padding-right: 0.92857em;
    }

        fieldset li:last-child {
            padding-right: 0;
        }

.ach-payment {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
}

.mpeg-white-box {
    background: #FFFDF0;
    color: #080606;
    border-radius: 8px;
    padding: 40px;
    align-items: flex-start;
    align-self: stretch;
}

    .mpeg-white-box h1,
    .mpeg-white-box h2,
    .mpeg-white-box h3,
    .mpeg-white-box h4,
    .mpeg-white-box h5,
    .mpeg-white-box h6 {
        color: #080606;
    }

    .mpeg-white-box a {
        color: #B25F00;
    }

    .mpeg-white-box.mpeg-general-forms.wage {
        display: flex;
        gap: 20px;
        flex-direction: column;
    }

    .mpeg-white-box.mpeg-general-forms h3.mpeg-box-header {
        font-size: 26px;
        line-height: 30px;
        letter-spacing: 0.04em;
        margin-bottom: 0.77778em;
        font-family: "Forma DJR Display";
        font-style: normal;
        font-weight: 500;
        color: #000;
        padding-bottom: 10px;
    }

    .mpeg-white-box.mpeg-general-forms ul {
        list-style: none;
        font-size: inherit !important;
        padding: 28px 40px 40px 40px;
    }

.mpeg-general-forms ul {
    list-style: none;
    font-size: inherit !important;
}

.mpeg-general-forms li {
    font-size: inherit !important;
    margin-bottom: 20px;
    position: relative;
}

    .mpeg-general-forms li::after {
        clear: both;
        content: "";
        display: table;
    }

    .mpeg-general-forms li.mpeg-extra-space {
        margin: 0.07143em 0 1em;
    }

.mpeg-general-forms ul:not(.mpeg-profile-notification) li:last-child {
    margin-bottom: 0;
}

.mpeg-general-forms label,
.mpeg-general-forms p.mpeg-like-label {
    font-size: 0.875em;
    padding-bottom: 0.5em;
    vertical-align: middle;
    display: block;
    margin-bottom: 0;
    font-weight: 700;
}

.mpeg-general-forms input:not([type]),
.mpeg-general-forms input[type="color"],
.mpeg-general-forms input[type="date"],
.mpeg-general-forms input[type="datetime-local"],
.mpeg-general-forms input[type="datetime"],
.mpeg-general-forms input[type="email"],
.mpeg-general-forms input[type="month"],
.mpeg-general-forms input[type="number"],
.mpeg-general-forms input[type="password"],
.mpeg-general-forms input[type="search"],
.mpeg-general-forms input[type="tel"],
.mpeg-general-forms input[type="text"],
.mpeg-general-forms input[type="time"],
.mpeg-general-forms input[type="url"],
.mpeg-general-forms input[type="week"],
.mpeg-general-forms textarea {
    width: 100%;
    height: 43px;
    min-height: 43px;
    padding: 12px 16px;
    background: #FFFDF0;
    border-radius: 8px;
    outline: 2px solid #080606;
    outline-offset: -2px;
    color: #080606;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    line-height: 20px;
    word-wrap: break-word;
}

@media screen and (max-width: 56.25em) {
    .mpeg-general-forms input:not([type]):focus,
    .mpeg-general-forms input:not([type]):hover,
    .mpeg-general-forms input[type="color"]:focus,
    .mpeg-general-forms input[type="color"]:hover,
    .mpeg-general-forms input[type="date"]:focus,
    .mpeg-general-forms input[type="date"]:hover,
    .mpeg-general-forms input[type="datetime-local"]:focus,
    .mpeg-general-forms input[type="datetime-local"]:hover,
    .mpeg-general-forms input[type="datetime"]:focus,
    .mpeg-general-forms input[type="datetime"]:hover,
    .mpeg-general-forms input[type="email"]:focus,
    .mpeg-general-forms input[type="email"]:hover,
    .mpeg-general-forms input[type="month"]:focus,
    .mpeg-general-forms input[type="month"]:hover,
    .mpeg-general-forms input[type="number"]:focus,
    .mpeg-general-forms input[type="number"]:hover,
    .mpeg-general-forms input[type="password"]:focus,
    .mpeg-general-forms input[type="password"]:hover,
    .mpeg-general-forms input[type="search"]:focus,
    .mpeg-general-forms input[type="search"]:hover,
    .mpeg-general-forms input[type="tel"]:focus,
    .mpeg-general-forms input[type="tel"]:hover,
    .mpeg-general-forms input[type="text"]:focus,
    .mpeg-general-forms input[type="text"]:hover,
    .mpeg-general-forms input[type="time"]:focus,
    .mpeg-general-forms input[type="time"]:hover,
    .mpeg-general-forms input[type="url"]:focus,
    .mpeg-general-forms input[type="url"]:hover,
    .mpeg-general-forms input[type="week"]:focus,
    .mpeg-general-forms input[type="week"]:hover,
    .mpeg-general-forms textarea:focus,
    .mpeg-general-forms textarea:hover {
        font-size: 1em;
    }
}

.mpeg-general-forms input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.mpeg-general-forms textarea {
    height: 6.25em;
    padding: 0.35714em 0.71429em;
}

@media screen and (max-width: 56.25em) {
    .mpeg-general-forms textarea:focus,
    .mpeg-general-forms textarea:hover {
        font-size: 1em;
    }
}

/*.mpeg-general-forms button,
.mpeg-general-forms input[type="button"],
.mpeg-general-forms input[type="reset"],
.mpeg-general-forms input[type="submit"] {
    color: black;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    line-height: 20px;
    word-wrap: break-word;
    border: 1px solid #000;
    padding: 16px 24px;
    background: #FF8C08;
    border-radius: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

    .mpeg-general-forms button:focus,
    .mpeg-general-forms button:hover,
    .mpeg-general-forms input[type="button"]:focus,
    .mpeg-general-forms input[type="button"]:hover,
    .mpeg-general-forms input[type="reset"]:focus,
    .mpeg-general-forms input[type="reset"]:hover,
    .mpeg-general-forms input[type="submit"]:focus,
    .mpeg-general-forms input[type="submit"]:hover {
        background: #000;
        color: #fff;
    }

    .mpeg-general-forms button.mpeg-button-full-width,
    .mpeg-general-forms input[type="button"].mpeg-button-full-width,
    .mpeg-general-forms input[type="reset"].mpeg-button-full-width,
    .mpeg-general-forms input[type="submit"].mpeg-button-full-width {
        width: 100%;
    }

    .mpeg-general-forms button.mpeg-min-85-width,
    .mpeg-general-forms input[type="button"].mpeg-min-85-width,
    .mpeg-general-forms input[type="reset"].mpeg-min-85-width,
    .mpeg-general-forms input[type="submit"].mpeg-min-85-width {
        min-width: 6.07143em;
    }

    .mpeg-general-forms button.mpeg-button-text-left,
    .mpeg-general-forms input[type="button"].mpeg-button-text-left,
    .mpeg-general-forms input[type="reset"].mpeg-button-text-left,
    .mpeg-general-forms input[type="submit"].mpeg-button-text-left {
        text-align: left;
    }*/

.mpeg-general-forms select {
    width: 100%;
    height: 43px;
    background: #FFFDF0;
    color: #080606;
    border: 2px solid #080606;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 12px;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,<svg fill='black' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
}

.mpeg-popup-select-input-2 a {
    width: 100%;
    display: inline-block;
    height: 43px;
    background: #FFFDF0;
    color: #080606 !important;
    border: 2px solid #080606;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 12px;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,<svg fill='black' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
}

.mpeg-general-forms select:-ms-expand {
    display: none;
}

@media screen and (max-width: 56.25em) {
    .mpeg-general-forms select:focus,
    .mpeg-general-forms select:hover {
        font-size: 1em;
    }
}

.mpeg-general-forms:not(#foo) input[type="checkbox"],
.mpeg-general-forms:not(#foo) input[type="radio"] {
    position: absolute;
    left: 0;
    opacity: 0;
}

    .mpeg-general-forms:not(#foo) input[type="checkbox"]:hover,
    .mpeg-general-forms:not(#foo) input[type="radio"]:hover {
        cursor: pointer;
    }

    .mpeg-general-forms:not(#foo) input[type="checkbox"] + label {
        line-height: 1em;
        font-weight: 400;
        background-image: url(_images/checkbox_2x.png);
        background-size: 15px auto;
        background-position: 0 0;
        background-repeat: no-repeat;
        height: 15px;
        white-space: nowrap;
        padding: 0 0 0 1.42857em;
        cursor: pointer;
        z-index: 2;
        font-weight: 400;
    }

        .mpeg-general-forms:not(#foo) input[type="checkbox"] + label:hover {
            cursor: pointer;
        }

        .mpeg-general-forms:not(#foo) input[type="checkbox"] + label.mpeg-small-text {
            padding: 0.18182em 0 0 1.81818em;
            font-weight: 700;
        }

    .mpeg-general-forms:not(#foo) input[type="checkbox"]:active:checked + label,
    .mpeg-general-forms:not(#foo) input[type="checkbox"]:checked + label {
        background-position: 0 -15px;
    }

    .mpeg-general-forms:not(#foo) input[type="radio"] + label {
        line-height: 1em;
        font-weight: 400;
        background-image: url(_images/checkbox_2x.png);
        background-size: 15px auto;
        white-space: nowrap;
        background-position: 0 0;
        background-repeat: no-repeat;
        height: 15px;
        padding: 0.14286em 0 0 1.42857em;
        cursor: pointer;
        z-index: 2;
    }

        .mpeg-general-forms:not(#foo) input[type="radio"] + label:hover {
            cursor: pointer;
        }

        .mpeg-general-forms:not(#foo) input[type="radio"] + label.small-text {
            padding: 0.18182em 0 0 1.81818em;
        }

    .mpeg-general-forms:not(#foo) input[type="radio"]:active:checked + label,
    .mpeg-general-forms:not(#foo) input[type="radio"]:checked + label {
        background-position: 0 -15px;
    }

.mpeg-general-forms .mpeg-white-checkbox:not(#foo) input[type="checkbox"] + label {
    background-image: url(_images/checkbox_2x_white_bg.png);
}

.mpeg-general-forms .mpeg-white-checkbox:not(#foo) input[type="radio"] + label {
    background-image: url(_images/checkbox_2x_white_bg.png);
}

.mpeg-general-forms .mpeg-popup-select-input {
    background: #fff;
    padding: 1.25em;
}

    .mpeg-general-forms .mpeg-popup-select-input a {
        font-size: 0.875em;
        line-height: 1.21429em;
        letter-spacing: 0.04em;
        width: 100%;
        display: block;
        border: 1px solid #000;
        padding: 0.71429em;
        font-weight: 700;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .mpeg-general-forms .mpeg-popup-select-input a:focus,
        .mpeg-general-forms .mpeg-popup-select-input a:hover {
            background: #000;
            color: #fff;
        }

    .mpeg-general-forms .mpeg-popup-select-input p {
        margin: 0;
        padding-top: 1.42857em;
    }

.mpeg-two-buttons-one-flex::after {
    clear: both;
    content: "";
    display: table;
}

.mpeg-two-buttons-one-flex .mpeg-two-buttons-one-flex-margin {
    float: right;
    width: 100%;
    margin-left: -6.5625em;
}

.mpeg-two-buttons-one-flex .mpeg-two-buttons-one-flex-full-width {
    margin-left: 6.5625em;
}

.mpeg-two-buttons-one-flex .mpeg-two-buttons-flex {
    width: 100%;
}

.mpeg-forms-button-list::after {
    clear: both;
    content: "";
    display: table;
}

.mpeg-forms-button-list li {
    float: left;
    padding-right: 1.25em;
}

    .mpeg-forms-button-list li.mpeg-forms-button-list--icon {
        padding-top: 0.5em;
    }

.mpeg-forms-button-list a {
    /*color: #000;*/ color: #FFFDF0;
    text-decoration: none;
}

.mpeg-forms-button-list i {
    font-size: 1.5em;
}

.mpeg-forms-button-list input[type="submit"] {
    margin-top: 0 !important;
}

.mpeg-form-error {
    padding-top: 1em;
    padding-bottom: 1em;
    background: red;
    color: #fff;
}

    .mpeg-form-error p,
    .mpeg-form-error ul {
        font-weight: 700;
        padding-bottom: 0;
    }

    .mpeg-form-error ul {
        list-style: none;
    }

    .mpeg-form-error li {
        padding-bottom: 0.21429em;
    }

@media screen and (max-width: 54.6875em) {
    .mpeg-header-desktop {
        display: none;
    }
}

#mpeg-header-mobile {
    display: none;
}

@media screen and (max-width: 54.6875em) {
    #mpeg-header-mobile {
        display: block;
    }
}

#mpeg-header-mobile #mpeg-header-mobile-top-spacer {
    height: 5em;
}

    #mpeg-header-mobile #mpeg-header-mobile-top-spacer.extra-height {
        height: 7.5em;
    }

#mpeg-header-mobile #mpeg-header-mobile-fixed-menu {
    /*position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;*/
    position: absolute;
    display: flex;
    width: 100%;
    height: 85px;
    padding: 0px 20px;
    justify-content: space-between;
    align-items: center;
    opacity: 0.9;
    background: #080606;
    /* Navbar Style */
    box-shadow: 0px 4px 20px 0px rgba(11, 11, 11, 0.35);
    backdrop-filter: blur(15px);
}

    #mpeg-header-mobile #mpeg-header-mobile-fixed-menu.extra-height {
        top: 50px;
    }

@media only screen and (min-width: 768px) {
    #mpeg-header-mobile #mpeg-header-mobile-fixed-menu.extra-height {
        top: 90px;
    }
}

#mpeg-header-mobile-logo {
    max-width: 78.75em;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0.625em;
    padding-top: 0.5625em;
    padding-bottom: 0.5625em;
    height: 2.5em;
}

    #mpeg-header-mobile-logo::after {
        clear: both;
        content: "";
        display: table;
    }

#mpeg-header-mobile-menu-bar {
    height: 2.5em;
}

    #mpeg-header-mobile-menu-bar::after {
        clear: both;
        content: "";
        display: table;
    }

    #mpeg-header-mobile-menu-bar.mpeg-header-mobile-menu-gray-bar {
        background: #505050;
    }

    #mpeg-header-mobile-menu-bar.mpeg-header-mobile-menu-black-bar {
       /* background: #000;*/
        color: #fff;
    }

#mpeg-header-mobile-menu-icon {
    float: right;
    -webkit-tap-highlight-color: transparent;
}

    #mpeg-header-mobile-menu-icon i {
        font-size: 1.25em;
        padding: 0.5em 0.5em;
        display: block;
        color: #fff;
        -webkit-tap-highlight-color: transparent;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

        /* #mpeg-header-mobile-menu-icon i.icon-menu,
        #mpeg-header-mobile-menu-icon i.icon-close {
            opacity: 0;
            pointer-events: none;
        }

            #mpeg-header-mobile-menu-icon i.icon-menu.active,
            #mpeg-header-mobile-menu-icon i.icon-close.active {
                opacity: 1;
                pointer-events: auto;
            }*/

        /*#mpeg-header-mobile-menu-icon i:focus,*/
        #mpeg-header-mobile-menu-icon i:hover {
            cursor: pointer;
            /*background: #fff;*/
            /*color: #000;*/
            color: #FFFDF0;
        }

        #mpeg-header-mobile-menu-icon i.icon-close {
            display: none;
            /* background: #fff;*/
            /*color: #000;*/ color: #FFFDF0;
        }

#mpeg-mobile-menu-container {
    display: none;
    position: fixed;
    top: 2.5em;
    bottom: 0;
    z-index: 999;
    width: 100%;
    left: 0;
    right: 0;
    background: #000;
    background: rgba(0, 0, 0, 0.85);
    overflow-x: auto;
    overflow-y: auto !important;
}

    #mpeg-mobile-menu-container nav {
        overflow: hidden;
        background: #000;
    }

#mpeg-mobile-menu .mpeg-drop-menu-children {
    display: none;
}

    #mpeg-mobile-menu .mpeg-drop-menu-children li {
        list-style: none;
    }

#mpeg-mobile-menu > li {
    display: block;
}

    #mpeg-mobile-menu > li > .mpeg-mobile-menu-parent-wrapper {
        margin: 0 0.625em;
        border-top: 1px solid #555;
    }

        #mpeg-mobile-menu > li > .mpeg-mobile-menu-parent-wrapper::after {
            clear: both;
            content: "";
            display: table;
        }

        #mpeg-mobile-menu > li > .mpeg-mobile-menu-parent-wrapper > a {
            font-family: Roboto;
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            line-height: 20px;
            color: #FFFDF0;
            /* line-height: 1.125em;
            color: #888;*/
            text-decoration: none;
            /*font-family: StandardCT-RegularExtd;
            font-weight: 400;
            font-style: normal;*/
            /*letter-spacing: 0.04em;*/
            /*text-transform: uppercase;*/
            padding: 1.0625em 0.625em 1.0625em 0;
            display: block;
            float: left;
        }

            #mpeg-mobile-menu > li > .mpeg-mobile-menu-parent-wrapper > a:focus,
            #mpeg-mobile-menu > li > .mpeg-mobile-menu-parent-wrapper > a:hover {
                /*color: #000;*/ color: #FF8C08;
            }

    #mpeg-mobile-menu > li li .mpeg-mobile-menu-parent-wrapper {
        margin: 0 0.625em 0 0;
    }

        #mpeg-mobile-menu > li li .mpeg-mobile-menu-parent-wrapper::after {
            clear: both;
            content: "";
            display: table;
        }

        #mpeg-mobile-menu > li li .mpeg-mobile-menu-parent-wrapper a {
            float: left;
        }

    #mpeg-mobile-menu > li.mpeg-active-parent > .mpeg-drop-menu-children,
    #mpeg-mobile-menu > li.mpeg-active > .mpeg-drop-menu-children {
        display: block;
    }

    #mpeg-mobile-menu > li:first-child .mpeg-mobile-menu-parent-wrapper {
        border-top: 0 none;
    }

    #mpeg-mobile-menu > li.mpeg-active a {
        /*color: #000;*/ color: #FFFDF0;
    }

#mpeg-mobile-menu .mpeg-mobile-menu-child-children-arrow,
#mpeg-mobile-menu .mpeg-mobile-menu-children-arrow {
    float: right;
    color: #888;
}

    #mpeg-mobile-menu .mpeg-mobile-menu-child-children-arrow i,
    #mpeg-mobile-menu .mpeg-mobile-menu-children-arrow i {
        font-size: 0.75em;
        line-height: 1em;
        padding: 1.58333em 0 1em 1.58333em;
        display: block;
    }

    #mpeg-mobile-menu .mpeg-mobile-menu-child-children-arrow:focus,
    #mpeg-mobile-menu .mpeg-mobile-menu-child-children-arrow:hover,
    #mpeg-mobile-menu .mpeg-mobile-menu-children-arrow:focus,
    #mpeg-mobile-menu .mpeg-mobile-menu-children-arrow:hover {
        cursor: pointer;
        /*color: #000;*/ color: #FFFDF0;
    }

#mpeg-mobile-menu .mpeg-drop-menu-children {
    /*    background: #e8e8e8;
*/ letter-spacing: 0.04em;
}

    #mpeg-mobile-menu .mpeg-drop-menu-children a {
        /*color: #000;*/ color: #FFFDF0;
        text-decoration: none;
        padding: 1.0625em 1.875em;
        display: inline-block;
        font-family: "Roboto Flex";
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: 20px;
    }

        #mpeg-mobile-menu .mpeg-drop-menu-children a:focus,
        #mpeg-mobile-menu .mpeg-drop-menu-children a:hover {
            /*            font-weight: 700;
*/
        }

    #mpeg-mobile-menu .mpeg-drop-menu-children li:first-child a {
        padding-top: 0.9375em;
    }

    #mpeg-mobile-menu .mpeg-drop-menu-children li:last-child a {
        padding-bottom: 0.9375em;
    }

    #mpeg-mobile-menu .mpeg-drop-menu-children li.current_page_item a,
    #mpeg-mobile-menu .mpeg-drop-menu-children li.mpeg-mobile-sub-menu--active a {
        font-weight: 700;
    }

    #mpeg-mobile-menu .mpeg-drop-menu-children .mpeg-active-parent .mpeg-drop-menu-children,
    #mpeg-mobile-menu .mpeg-drop-menu-children .mpeg-mobile-sub-menu--active .mpeg-drop-menu-children {
        display: block;
    }

    #mpeg-mobile-menu .mpeg-drop-menu-children .mpeg-mobile-sub-menu--active li a,
    #mpeg-mobile-menu .mpeg-drop-menu-children .mpeg-mobile-sub-menu--open li a {
        font-weight: 400;
    }

    #mpeg-mobile-menu .mpeg-drop-menu-children .mpeg-drop-menu-children a {
        padding: 1.0625em 1.875em 1.0625em 3.75em;
    }

    #mpeg-mobile-menu .mpeg-drop-menu-children .mpeg-drop-menu-children .mpeg-drop-menu-children a {
        padding-left: 5.625em;
    }

    #mpeg-mobile-menu .mpeg-drop-menu-children .mpeg-drop-menu-children .mpeg-drop-menu-children .mpeg-drop-menu-children a {
        padding-left: 7.5em;
    }

#mpeg-mobile-utility-menu {
    margin: 0 0.625em;
}

    #mpeg-mobile-utility-menu li {
        border-top: 1px solid #000;
        list-style: none;
    }

        #mpeg-mobile-utility-menu li a {
            line-height: 1.125em;
            color: #888;
            text-decoration: none;
            letter-spacing: 0.04em;
            padding: 1.0625em 0.625em 1.0625em 0;
            display: block;
        }

            #mpeg-mobile-utility-menu li a:focus,
            #mpeg-mobile-utility-menu li a:hover {
                /*color: #000;*/ color: #FFFDF0;
            }

#mpeg-header-top-spacer {
    /*height: 85px;*/
    width: 100%;
    /*background: #080606;*/
    vertical-align: middle;
    position: fixed;
    /*z-index: 999;*/
}

    #mpeg-header-top-spacer.extra-height {
        height: 5em;
    }

    #mpeg-header-top-spacer.mpeg-header-home-spacer {
        background: 0 0;
    }

#mpeg-header-fixed-menu {
    z-index: 999;
    position: fixed;
    width: 100%;
    height: 85px;
    align-items: center;
    background: #080606;
    min-width: 1728px;
}

    #mpeg-header-fixed-menu.fixed-menu-tall {
        height: 95px;
    }

@media screen and (max-width: 54.6875em) {
    #mpeg-header-fixed-menu {
        display: none;
    }
}

#mpeg-header-fixed-menu.extra-height {
    top: 80px;
}

#mpeg-header-logo-search {
    max-width: 78.75em;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0.625em;
    padding-right: 0;
    height: 2.5em;
    position: relative;
}

    #mpeg-header-logo-search::after {
        clear: both;
        content: "";
        display: table;
    }

    #mpeg-header-logo-search img {
        padding: 0.625em 0.625em 0 0;
    }

/*#mpeg-header-desktop-icons {
    width: 20.125em;
    margin-right: 0.0625em;
}*/
#mpeg-header-desktop-icons {
    /*border: 1px solid #FFF;*/
    width: 410.50px;
    justify-content: flex-end;
    align-items: center;
    display: flex
}

#mpeg-header-desktop-icons,
#mpeg-header-mobile-icons {
    float: right;
}

    #mpeg-header-desktop-icons .mpeg-header-popup-icon,
    #mpeg-header-mobile-icons .mpeg-header-popup-icon {
        float: left;
        padding: 16px;
        justify-content: right;
        align-items: center;
        gap: 10px;
        display: flex
    }

        #mpeg-header-desktop-icons .mpeg-header-popup-icon span,
        #mpeg-header-mobile-icons .mpeg-header-popup-icon span {
            vertical-align: middle;
        }

        #mpeg-header-desktop-icons .mpeg-header-popup-icon:focus,
        #mpeg-header-desktop-icons .mpeg-header-popup-icon:hover,
        #mpeg-header-mobile-icons .mpeg-header-popup-icon:focus,
        #mpeg-header-mobile-icons .mpeg-header-popup-icon:hover {
            cursor: pointer;
            /*color: #000 !important;*/
        }

        #mpeg-header-desktop-icons .mpeg-header-popup-icon:before,
        #mpeg-header-mobile-icons .mpeg-header-popup-icon:before {
            font-family: icomoon !important;
            speak: none;
            font-style: normal;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            vertical-align: middle;
            font-size: 1.3125em;
        }

.mpeg-header-icons--open:hover {
    cursor: pointer;
}

/*#mpeg-header-desktop-icons .mpeg-header-popup-icon.mpeg-header-icons--open:before,
        #mpeg-header-mobile-icons .mpeg-header-popup-icon.mpeg-header-icons--open:before {
            content: "\e905" !important;
            color: #000 !important;
        }*/

#mpeg-header-mobile-icons .mpeg-header-popup-icon.mpeg-header-icons--open:before {
    content: "\e905" !important;
    color: #FFFDF0 !important;
}

#mpeg-header-desktop-icons .mpeg-header-popup-icon.mpeg-header-search,
#mpeg-header-mobile-icons .mpeg-header-popup-icon.mpeg-header-search {
    color: #fff;
    width: 2.8125em;
}

    #mpeg-header-desktop-icons .mpeg-header-popup-icon.mpeg-header-search.mpeg-header-icons--open,
    #mpeg-header-desktop-icons .mpeg-header-popup-icon.mpeg-header-search:focus,
    #mpeg-header-desktop-icons .mpeg-header-popup-icon.mpeg-header-search:hover,
    #mpeg-header-mobile-icons .mpeg-header-popup-icon.mpeg-header-search.mpeg-header-icons--open,
    #mpeg-header-mobile-icons .mpeg-header-popup-icon.mpeg-header-search:focus,
    #mpeg-header-mobile-icons .mpeg-header-popup-icon.mpeg-header-search:hover {
        background: #fff;
        /*color: #000;*/ color: #FFFDF0;
    }

    #mpeg-header-desktop-icons .mpeg-header-popup-icon.mpeg-header-search:before,
    #mpeg-header-mobile-icons .mpeg-header-popup-icon.mpeg-header-search:before {
        content: "\e917";
    }

#mpeg-header-desktop-icons .mpeg-header-popup-icon.mpeg-header-contacts,
#mpeg-header-mobile-icons .mpeg-header-popup-icon.mpeg-header-contacts {
    color: #78d700;
    width: 2.8125em;
}

    #mpeg-header-desktop-icons .mpeg-header-popup-icon.mpeg-header-contacts:before,
    #mpeg-header-mobile-icons .mpeg-header-popup-icon.mpeg-header-contacts:before {
        content: "\e914";
    }

    #mpeg-header-desktop-icons .mpeg-header-popup-icon.mpeg-header-contacts.mpeg-header-icons--open,
    #mpeg-header-desktop-icons .mpeg-header-popup-icon.mpeg-header-contacts:focus,
    #mpeg-header-desktop-icons .mpeg-header-popup-icon.mpeg-header-contacts:hover,
    #mpeg-header-mobile-icons .mpeg-header-popup-icon.mpeg-header-contacts.mpeg-header-icons--open,
    #mpeg-header-mobile-icons .mpeg-header-popup-icon.mpeg-header-contacts:focus,
    #mpeg-header-mobile-icons .mpeg-header-popup-icon.mpeg-header-contacts:hover {
        background: #78d700;
    }

#mpeg-header-desktop-icons .mpeg-header-popup-icon.mpeg-header-calendar,
#mpeg-header-mobile-icons .mpeg-header-popup-icon.mpeg-header-calendar {
    color: #fa6400;
    width: 3.125em;
    text-align: center;
}

    #mpeg-header-desktop-icons .mpeg-header-popup-icon.mpeg-header-calendar:before,
    #mpeg-header-mobile-icons .mpeg-header-popup-icon.mpeg-header-calendar:before {
        content: "\e903";
    }

    #mpeg-header-desktop-icons .mpeg-header-popup-icon.mpeg-header-calendar.mpeg-header-icons--open,
    #mpeg-header-desktop-icons .mpeg-header-popup-icon.mpeg-header-calendar:focus,
    #mpeg-header-desktop-icons .mpeg-header-popup-icon.mpeg-header-calendar:hover,
    #mpeg-header-mobile-icons .mpeg-header-popup-icon.mpeg-header-calendar.mpeg-header-icons--open,
    #mpeg-header-mobile-icons .mpeg-header-popup-icon.mpeg-header-calendar:focus,
    #mpeg-header-mobile-icons .mpeg-header-popup-icon.mpeg-header-calendar:hover {
        background: #fa6400;
    }

#mpeg-header-desktop-icons .mpeg-header-popup-icon.mpeg-header-member,
#mpeg-header-mobile-icons .mpeg-header-popup-icon.mpeg-header-member {
    /*color: #ffda43;*/
    width: 11.375em;
}

@media screen and (max-width: 54.6875em) {
    #mpeg-header-desktop-icons .mpeg-header-popup-icon.mpeg-header-member,
    #mpeg-header-mobile-icons .mpeg-header-popup-icon.mpeg-header-member {
        width: auto;
    }
}

#mpeg-header-desktop-icons .mpeg-header-popup-icon.mpeg-header-member .path1,
#mpeg-header-mobile-icons .mpeg-header-popup-icon.mpeg-header-member .path1 {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border: 1px solid #ffda43;
}

#mpeg-header-desktop-icons .mpeg-header-popup-icon.mpeg-header-member:before,
#mpeg-header-mobile-icons .mpeg-header-popup-icon.mpeg-header-member:before {
    /*content: "\e913";*/
}

#mpeg-header-desktop-icons .mpeg-header-popup-icon.mpeg-header-member .mpeg-header-member--text,
#mpeg-header-mobile-icons .mpeg-header-popup-icon.mpeg-header-member .mpeg-header-member--text {
    justify-content: center;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-style: normal;
    font-family: Forma DJR Text;
    font-weight: 600;
    line-height: 20px;
    word-wrap: break-word
}

    #mpeg-header-desktop-icons .mpeg-header-popup-icon.mpeg-header-member .mpeg-header-member--text span.member-name-span,
    #mpeg-header-mobile-icons .mpeg-header-popup-icon.mpeg-header-member .mpeg-header-member--text span.member-name-span {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: inline-block;
        /*max-width: 5.45em;*/
    }

#mpeg-header-desktop-icons .mpeg-header-popup-icon.mpeg-header-member .mpeg-header-member-text--with-alert,
#mpeg-header-mobile-icons .mpeg-header-popup-icon.mpeg-header-member .mpeg-header-member-text--with-alert {
    width: 7.92857em;
}

#mpeg-header-desktop-icons .mpeg-header-popup-icon.mpeg-header-member .alert-yellow-border,
#mpeg-header-mobile-icons .mpeg-header-popup-icon.mpeg-header-member .alert-yellow-border {
    margin-left: 0.3125em;
    display: inline-block;
    background-image: url(_images/icon-alert-yellow-border.svg);
    height: 1.125em;
    width: 1.125em;
}

#mpeg-header-desktop-icons .mpeg-header-popup-icon.mpeg-header-member.mpeg-header-icons--open,
#mpeg-header-desktop-icons .mpeg-header-popup-icon.mpeg-header-member:focus,
#mpeg-header-desktop-icons .mpeg-header-popup-icon.mpeg-header-member:hover,
#mpeg-header-mobile-icons .mpeg-header-popup-icon.mpeg-header-member.mpeg-header-icons--open,
#mpeg-header-mobile-icons .mpeg-header-popup-icon.mpeg-header-member:focus,
#mpeg-header-mobile-icons .mpeg-header-popup-icon.mpeg-header-member:hover {
    /*background: #ffda43;*/
    /*color: #000;*/ color: #FF8C08;
}

#mpeg-header-mobile-icons .mpeg-header-calendar {
    width: 3em;
}

#mpeg-header-mobile-icons .mpeg-header-popup-icon i {
    font-size: 1.1875em;
}

    #mpeg-header-mobile-icons .mpeg-header-popup-icon i:before {
        font-size: 1.1875em;
    }

.hide {
    display: none !important;
}

#mpeg-header-main-menu-container {
    left: 0px;
    top: 0px;
    display: flex;
    /*width: 1728px;*/
    height: 85px;
    padding: 0px 110px;
    justify-content: space-between;
    opacity: 1;
    background: #080606;
    box-shadow: 0px 4px 20px 0px rgba(11, 11, 11, 0.35);
    backdrop-filter: blur(15px);
    position: absolute;
    align-items: center;
}

    #mpeg-header-main-menu-container::after {
        clear: both;
        content: "";
        display: table;
    }

    #mpeg-header-main-menu-container .container {
        display: flex;
        align-items: center;
    }

        #mpeg-header-main-menu-container .container .logo-container {
            padding-right: 16px;
            align-items: center;
            gap: 12px;
            display: flex;
        }

            #mpeg-header-main-menu-container .container .logo-container .logo-background {
                display: flex;
                width: 40px;
                height: 37.522px;
                justify-content: center;
                align-items: center;
            }

@media screen and (max-width: 1600px) {
    #mpeg-header-main-menu-container .container .logo-container .logo-text {
        display: none;
    }
}

#mpeg-header-main-menu-container .container a {
    color: #FFFDF0;
    font-family: "Forma DJR Text";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 22.4px */
    text-decoration: none;
    padding: 0px;
    cursor: pointer;
}

    #mpeg-header-main-menu-container .container a:focus,
    #mpeg-header-main-menu-container .container a:hover,
    #mpeg-header-main-menu-container .container a:active {
        border: none;
    }

#mpeg-header-main-menu-container nav::after {
    clear: both;
    content: "";
    display: table;
}

#mpeg-header-main-menu-container .search-container,
#mpeg-mobile-menu-container .search-container {
    position: relative;
    display: flex;
    width: 43px;
    height: 73px;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFFDF0
}

    #mpeg-header-main-menu-container .search-container .search,
    #mpeg-mobile-menu-container .search-container search,
    .mpeg-general-forms .search-container .search {
        cursor: pointer;
        z-index: 1;
    }

    #mpeg-header-main-menu-container .search-container .icon-container,
    #mpeg-mobile-menu-container .search-container .icon-container,
    .mpeg-general-forms .search-container .icon-container {
        width: 24px;
        height: 24px;
        position: relative;
        overflow: hidden;
    }

    #mpeg-header-main-menu-container .search-container .textbox-container,
    #mpeg-mobile-menu-container .search-container .textbox-container,
    .mpeg-general-forms .search-container .textbox-container {
        display: flex;
        width: 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    #mpeg-header-main-menu-container .search-container .textbox,
    #mpeg-mobile-menu-container .search-container .textbox,
    .mpeg-general-forms .search-container .textbox {
        /*width: 200px;*/
        height: 43px;
        padding: 12px 7.5px;
        background: #FFFDF0;
        color: #080606;
        border-radius: 8px;
        outline: 2px solid #080606;
        outline-offset: -2px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 8px;
    }

    #mpeg-header-main-menu-container .search-container .icon,
    #mpeg-mobile-menu-container .search-container .icon,
    .mpeg-general-forms .search-container .icon {
        display: flex;
        width: 24px;
        height: 24px;
        justify-content: center;
        align-items: center;
    }

    #mpeg-header-main-menu-container .search-container a,
    #mpeg-mobile-menu-container .search-container a,
    .mpeg-general-forms .search-container a {
        text-decoration: none;
        color: #080606;
    }

        #mpeg-header-main-menu-container .search-container a:focus,
        #mpeg-header-main-menu-container .search-container a:hover,
        #mpeg-header-main-menu-container .search-container a:active,
        #mpeg-mobile-menu-container .search-container a:focus,
        #mpeg-mobile-menu-container .search-container a:hover,
        #mpeg-mobile-menu-container .search-container a:active,
        .mpeg-general-forms .search-container a:focus,
        .mpeg-general-forms .search-container a:hover,
        .mpeg-general-forms .search-container a:active {
            border: none;
        }

#mpeg-header-fixed-menu.fixed-menu-tall #mpeg-header-main-menu-container .search-container {
    top: 10px;
}

#mpeg-header-main-menu-container .search-container a.member-directory-link,
#mpeg-mobile-menu-container .search-container a.member-directory-link {
    color: #FF8C08;
    text-decoration: underline;
    width: 250px;
}

#mpeg-header-main-menu-container .search-container a.member-directory-link {
    font-size: 14px;
    margin-top: -5px;
}

#mpeg-mobile-menu-container .search-container a.member-directory-link {
    font-size: 20px;
}

#mpeg-header-main-menu-container .search-container .textbox-input,
#mpeg-mobile-menu-container .search-container .textbox-input,
.mpeg-general-forms .search-container .textbox-input {
    flex: 1;
    border: none;
    outline: none;
    color: #000;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 600;
    line-height: 20px;
    background: transparent;
    padding: 0 25px;
}

#mpeg-main-menu-header {
    float: left;
}

    #mpeg-main-menu-header li.active > a {
        color: #FF8C08;
    }

    #mpeg-main-menu-header > li {
        list-style: none;
        display: inline-block;
        padding: 12px;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    #mpeg-main-menu-header a {
        font-family: "Forma DJR Text";
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
    }

        #mpeg-main-menu-header a:hover {
            color: #FF8C08;
        }

    #mpeg-main-menu-header .mpeg-drop-menu-container {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        background: #fff;
        padding: 1.25em 0;
        z-index: 999;
        border-bottom: 1px solid #000;
    }

        #mpeg-main-menu-header .mpeg-drop-menu-container.mpeg-show-sub-menu {
            visibility: visible;
            opacity: 1;
            transition-delay: 0s;
        }

    #mpeg-main-menu-header .mpeg-drop-menu-description {
        float: left;
        width: 50%;
        padding-right: 1.25em;
    }

        #mpeg-main-menu-header .mpeg-drop-menu-description p {
            font-size: 1.6875em;
            line-height: 1.11111em;
            letter-spacing: 0.04em;
            font-weight: 700;
            padding-bottom: 1em;
        }

            #mpeg-main-menu-header .mpeg-drop-menu-description p a {
                /*color: #000;*/ color: #FFFDF0;
                text-decoration: underline;
                font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
                font-weight: 700;
                text-transform: none;
            }

                #mpeg-main-menu-header .mpeg-drop-menu-description p a:focus,
                #mpeg-main-menu-header .mpeg-drop-menu-description p a:hover {
                    color: #888;
                }

    #mpeg-main-menu-header .mpeg-drop-menu-children {
        width: 50%;
        border-left: 1px solid #000;
        float: right;
        list-style: none;
        padding-left: 1.25em;
    }

        #mpeg-main-menu-header .mpeg-drop-menu-children li a {
            padding: 0.42857em 0;
            /*color: #000;*/ color: #FFFDF0;
            vertical-align: text-top;
        }

            #mpeg-main-menu-header .mpeg-drop-menu-children li a:focus,
            #mpeg-main-menu-header .mpeg-drop-menu-children li a:hover {
                color: #888;
            }

        #mpeg-main-menu-header .mpeg-drop-menu-children li.current_page_item a {
            color: #888;
        }

        #mpeg-main-menu-header .mpeg-drop-menu-children li:first-child a {
            padding-top: 0;
        }

.mpeg-paging {
    font-size: 0.875em;
    line-height: 1.21429em;
    letter-spacing: 0.04em;
    margin-left: -0.57143em;
    padding: 0.92857em 0 0.57143em;
}

    .mpeg-paging a,
    .mpeg-paging span {
        text-decoration: none;
        color: #888;
        padding: 0 0.57143em;
    }

    .mpeg-paging .mpeg-current {
        font-weight: 700;
        /*color: #000;*/ color: #FFFDF0;
    }

.mpeg-next-prev-paging {
    padding: 1.25em 0;
}

    .mpeg-next-prev-paging::after {
        clear: both;
        content: "";
        display: table;
    }

    .mpeg-next-prev-paging a {
        font-size: 0.875em;
        line-height: 1.21429em;
        letter-spacing: 0.04em;
        text-decoration: none;
    }

        .mpeg-next-prev-paging a:hover {
            text-decoration: underline;
        }

        .mpeg-next-prev-paging a[rel="prev"] {
            float: left;
        }

        .mpeg-next-prev-paging a[rel="next"] {
            float: right;
        }

#mpeg-article-list article {
    padding: 1.25em 0 1.25em;
    border-bottom: 1px solid #000;
}

    #mpeg-article-list article:first-child {
        padding-top: 0;
    }

    #mpeg-article-list article:last-of-type {
        border-bottom: 0 none;
    }

#mpeg-article-list h2 a {
    text-decoration: none;
}

    #mpeg-article-list h2 a:focus,
    #mpeg-article-list h2 a:hover {
        text-decoration: underline;
    }

#mpeg-article-list .mpeg-next-prev-paging a {
    color: #888;
}

.mpeg-article-list--image {
    padding-top: 0.1875em;
}

@media screen and (max-width: 37.5em) {
    .mpeg-article-list--image {
        text-align: center;
        padding-bottom: 0.625em;
    }
}

.mpeg-article-list--content p:last-of-type {
    margin-bottom: 0;
}

.mpeg-black-bg #mpeg-article-list article {
    border-bottom: 1px solid #888;
}

    .mpeg-black-bg #mpeg-article-list article:last-of-type {
        border-bottom: 0 none;
    }

.mpeg-black-bg #mpeg-article-list h2 a {
    color: #fff;
}

.mpeg-post-share {
    padding: 1.1875em 0 1.1875em;
}

    .mpeg-post-share li {
        list-style: none;
        display: inline-block;
    }

    .mpeg-post-share a {
        /*color: #000;*/ color: #FFFDF0;
        text-decoration: none;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
        padding: 0 0.0625em;
    }

        .mpeg-post-share a:focus,
        .mpeg-post-share a:hover {
            color: #505050;
        }

#mpeg-social-tabs .mpeg-tab {
    background: #e8e8e8;
}

#mpeg-social-tabs .r-tabs-tab {
    margin: 0;
    width: 33.33%;
    text-align: center;
    border-right: 1px solid #000;
    background: #c8c8c8;
}

    #mpeg-social-tabs .r-tabs-tab:last-child {
        border-right: 0 none;
    }

    #mpeg-social-tabs .r-tabs-tab.r-tabs-state-active {
        background: #e8e8e8;
    }

    #mpeg-social-tabs .r-tabs-tab a {
        font-size: 1.35714em;
        padding: 0.52632em;
    }

#mpeg-social-tabs .r-tabs-accordion-title {
    background: #c8c8c8;
    text-align: center;
}

    #mpeg-social-tabs .r-tabs-accordion-title a:hover,
    #mpeg-social-tabs .r-tabs-accordion-title.r-tabs-state-active {
        background: #e8e8e8;
    }

    #mpeg-social-tabs .r-tabs-accordion-title a {
        font-size: 1.1875em;
        padding: 0.52632em;
    }

    #mpeg-social-tabs .r-tabs-accordion-title a,
    .mpeg-social-top-tabs a {
        text-decoration: none;
        /*color: #000;*/ color: #FFFDF0;
        display: block;
        width: 100%;
    }

#mpeg-successful-form-submission {
    position: fixed;
    top: 0;
    text-align: center;
    width: 100%;
    z-index: 1000;
    display: none;
}

.mpeg-successful-form-submission--copy-container {
    max-width: 40.625em;
    background: #ffda43;
    padding: 2.375em 2.5625em;
    margin: 0 auto;
    position: relative;
}

    .mpeg-successful-form-submission--copy-container #mpeg-successful-form-submission--close {
        position: absolute;
        /*color: #000;*/ color: #FFFDF0;
        top: 0.625em;
        right: 0.625em;
        text-decoration: none;
    }

    .mpeg-successful-form-submission--copy-container p {
        font-size: 1.125em;
        line-height: 1.3125em;
        font-weight: 700;
        text-align: center;
        /*color: #000;*/ color: #FFFDF0;
    }

/*#mpeg-fixed-main-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #000;
    padding: 0.625em 0;
}*/

mpeg-fixed-main-footer {
    background-color: #f8f8f8;
    padding: 20px;
    font-family: Arial, sans-serif;
}


#mpeg-fixed-main-footer nav {
    max-width: 78.75em;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0.625em;
}

    #mpeg-fixed-main-footer nav::after {
        clear: both;
        content: "";
        display: table;
    }

/*.mpeg-footer-utility-menu {
    display: inline;
    margin-left: -0.9375em;
}

    .mpeg-footer-utility-menu li {
        display: inline;
        padding: 0 0.625em;
    }

        .mpeg-footer-utility-menu li.mpeg-active a {
            color: #fff;
        }

    .mpeg-footer-utility-menu a {
        letter-spacing: 0.075em;
        font-family: StandardCT-RegularExtd;
        font-weight: 700;
        font-style: normal;
        font-size: 14px;
        line-height: 1.2em;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        padding: 0.6em 0.5em;
        display: inline-block;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .mpeg-footer-utility-menu a:focus,
        .mpeg-footer-utility-menu a:hover {
            color: #fff;
            text-decoration: underline;
        }*/

.mpeg-footer-utility-menu {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    padding: 0;
    gap: 28px;
}

    .mpeg-footer-utility-menu li {
        margin-right: 20px;
    }

        .mpeg-footer-utility-menu li a {
            text-decoration: none;
            color: #FF8C08;
            font-weight: bold;
        }

@media screen and (max-width: 56.25em) {
    .mpeg-footer-utility-menu {
        margin-left: 0;
    }

        .mpeg-footer-utility-menu li {
            width: 25%;
            float: left;
            padding: 0;
        }

        .mpeg-footer-utility-menu a {
            font-size: 0.6875em;
            line-height: 1.27273em;
            padding-left: 0;
        }
}

@media screen and (max-width: 550px) {
    .mpeg-footer-utility-menu li {
        width: 50%;
    }
}

/*.mpeg-social-icons a {
    color: #888;
    font-size: 0.75em;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 0.35714em 0.85714em;
    text-decoration: none;
}

    .mpeg-social-icons a:focus,
    .mpeg-social-icons a:hover {
        color: #fff;
    }*/
.mpeg-social-icons {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

    .mpeg-social-icons a {
        margin-right: 10px;
    }

@media screen and (max-width: 56.25em) {
    .mpeg-social-icons a:first-child {
        padding-left: 0;
    }
}

/*.mpeg-social-icons i {
    vertical-align: middle;
}*/
.mpeg-social-icons i {
    font-size: 24px;
    color: #fff;
    background-color: #333;
    border-radius: 50%;
    padding: 10px;
}

.mpeg-social-icons .icon-twitter {
    font-size: 1.16667em;
}

.mpeg-lightbox {
    display: none;
}

    .mpeg-lightbox.orange-header h2 {
        background: #fa6400;
    }

    .mpeg-lightbox a:focus,
    .mpeg-lightbox a:hover {
        text-decoration: underline;
    }

        .mpeg-lightbox a:focus img,
        .mpeg-lightbox a:hover img {
            opacity: 0.75;
        }

    .mpeg-lightbox a.mpeg-button-link:focus,
    .mpeg-lightbox a.mpeg-button-link:hover {
        text-decoration: none;
    }

    .mpeg-lightbox .mpeg-general-forms h3 {
        font-size: 1.125em;
        line-height: 1.16667em;
        padding-bottom: 0.77778em;
    }

    /*.mpeg-lightbox .mpeg-general-forms button,
    .mpeg-lightbox .mpeg-general-forms input[type="button"],
    .mpeg-lightbox .mpeg-general-forms input[type="reset"],
    .mpeg-lightbox .mpeg-general-forms input[type="submit"] {
        margin-top: 0.35714em;
        width: 11.875em;
        text-align: left;
    }*/

    .mpeg-lightbox ul.mpeg-lightbox-half {
        list-style: none;
    }

        .mpeg-lightbox ul.mpeg-lightbox-half::after {
            clear: both;
            content: "";
            display: table;
        }

        .mpeg-lightbox ul.mpeg-lightbox-half li {
            width: 50%;
            float: left;
        }

@media screen and (min-width: 0) and (max-width: 31.25em) {
    .mpeg-lightbox ul.mpeg-lightbox-half li {
        width: auto;
        float: none;
    }
}

.mpeg-lightbox-black-heading h2 {
    background: #000;
    font-size: 42px !important;
    line-height: 52px !important;
    color: #fff;
}

.mpeg-lightbox-green-heading h2 {
    background: #78d700;
    font-size: 42px !important;
    line-height: 52px !important;
    /*color: #000;*/ color: #FFFDF0;
}

.mpeg-lightbox-warning .mpeg-lightbox h2 {
    background: red;
    font-size: 42px !important;
    line-height: 52px !important;
    color: #fff;
}

.mpeg-lightbox-warning .mpeg-lightbox a {
    color: red;
}

.mpeg-lightbox-checkbox-container {
    margin: 0.5em 0 0.5em;
    position: relative;
    color: #888;
}

.mpeg-lightbox-inner-padding {
    padding: 0em 1.25em;
}

    .mpeg-lightbox-inner-padding::after {
        clear: both;
        content: "";
        display: table;
    }

.mpeg-featherlight-small-width .featherlight-content {
    width: 27.5em;
}

@media screen and (min-width: 0) and (max-width: 27.5em) {
    .mpeg-featherlight-small-width .featherlight-content {
        width: 95%;
    }
}

.mpeg-featherlight-large-width .featherlight-content {
    width: 90%;
    max-width: 53.75em;
}

@media screen and (min-width: 0) and (max-width: 31.25em) {
    .mpeg-featherlight-large-width .featherlight-content {
        width: 95%;
    }
}

.mpeg-featherlight-medium-width .featherlight-content {
    max-width: 40.625em;
}

@media screen and (min-width: 0) and (max-width: 31.25em) {
    .mpeg-featherlight-medium-width .featherlight-content {
        width: 95%;
    }
}

.mpeg-featherlight-calendar-width .featherlight-content {
    max-width: 18.4375em;
}

@media screen and (min-width: 0) and (max-width: 18.4375em) {
    .mpeg-featherlight-calendar-width .featherlight-content {
        width: 95%;
    }
}

.featherlight .featherlight-close-icon {
    /*color: #000;*/ color: #FFFDF0;
    font-size: 0.875em;
    line-height: 1.21429em;
    padding: 0.71429em 1.42857em 0 0;
}

.mpeg-lightbox-warning .featherlight-close-icon {
    color: #fff;
}

.mpeg-lightbox-black-heading .featherlight-close-icon {
    color: #fff;
}

.mpeg-lightbox-green-heading .featherlight-close-icon {
    /*color: #000;*/ color: #FFFDF0;
}

.featherlight .featherlight-close-icon i {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 0.21429em;
}

.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0px 120px;
}

    .r-tabs .r-tabs-nav::after {
        clear: both;
        content: "";
        display: table;
    }

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
    float: left;
    white-space: nowrap;
    margin-right: 1px;
}

.r-tabs .r-tabs-panel {
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

@media only screen and (max-width: 48em) {
    #mpeg-home-tabs .r-tabs-nav {
        display: none;
    }

    #mpeg-home-tabs .r-tabs-accordion-title {
        display: block;
    }
}

#mpeg-profile-tabs #mobile-tab-menu {
    display: none;
    background: none;
    border: none;
    color: #fffdf0;
    font-size: 24px;
    font-weight: 400;
    font-family: "Roboto Flex", sans-serif;
    width: 240px;
    margin-bottom: 20px;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,<svg fill='white' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 6px center;
    background-size: 24px;
}

.mobile-only.profile-menu-nav {
    color: #fffdf0;
    background: none;
    border: none;
    margin-left: auto;
    margin-right: auto;
    width: 240px;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,<svg fill='white' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
}

    #mpeg-profile-tabs #mobile-tab-menu option, .mobile-only.profile-menu-nav optgroup, .mobile-only.profile-menu-nav option {
        color: black;
    }

.mobile-tab-menu-container {
    display: none;
    border-bottom: 3px solid #fa6400;
    width: 240px;
    margin-left: calc(50% - 120px);
    margin-right: calc(50% - 120px);
    margin-top: 10px;
}

@media only screen and (max-width: 61.5625em) {
    #mpeg-profile-tabs .r-tabs-nav {
        display: none;
    }

    #mpeg-profile-tabs #mobile-tab-menu {
        display: block;
    }

    .mobile-tab-menu-container {
        display: block;
    }
    /*#mpeg-profile-tabs .r-tabs-accordion-title {
        display: block;
    }*/
}

@media only screen and (min-width: 37.5em) and (max-width: 61.5625em) {
    #mpeg-social-tabs .r-tabs-nav {
        display: none;
    }

    #mpeg-social-tabs .r-tabs-accordion-title {
        display: block;
    }
}

.mpeg-header-popup.mpeg-header-desktop-popup-tall {
    overflow-x: auto;
    height: auto;
    padding: 0px;
}

@media only screen and (max-width: 18.75em) {
    #mpeg-social-tabs .r-tabs-nav {
        display: none;
    }

    #mpeg-social-tabs .r-tabs-accordion-title {
        display: block;
    }
}

#mpeg-header-popup-member-login-box {
    padding: 10px 20px;
}

.mpeg-header-popup {
    display: none;
    position: absolute;
    z-index: 999;
    right: 120px;
    /*padding: 10px 20px;*/
    padding: 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    border-right: 1px solid #2B2A2A;
    border-bottom: 1px solid #2B2A2A;
    border-left: 1px solid #2B2A2A;
    background: #0B0B0B;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(15px);
}

    .mpeg-header-popup label,
    .mpeg-header-popup ol,
    .mpeg-header-popup p,
    .mpeg-header-popup ul {
        font-size: 0.875em;
        line-height: 1.21429em;
        letter-spacing: 0.04em;
    }

    .mpeg-header-popup.mpeg-header-desktop-popup-tall {
        overflow-x: auto;
        height: auto;
    }

        .mpeg-header-popup.mpeg-header-desktop-popup-tall .mpeg-header-popup-scrollable {
            overflow-y: auto !important;
        }

    .mpeg-header-popup.mpeg-header-popup-mobile-view {
        position: fixed;
        width: 100%;
        top: 0;
        background: #000;
        background: rgba(0, 0, 0, 0.85);
        overflow-x: auto;
        border-bottom: 1px solid #000;
        overflow-y: auto !important;
        bottom: 0;
        z-index: 999;
    }

        .mpeg-header-popup.mpeg-header-popup-mobile-view .mpeg-header-popup-scrollable {
            overflow-y: auto !important;
            bottom: 0;
        }

        .mpeg-header-popup.mpeg-header-popup-mobile-view label,
        .mpeg-header-popup.mpeg-header-popup-mobile-view ol,
        .mpeg-header-popup.mpeg-header-popup-mobile-view p,
        .mpeg-header-popup.mpeg-header-popup-mobile-view ul {
            font-size: 1em;
            line-height: 1.125em;
        }

        .mpeg-header-popup.mpeg-header-popup-mobile-view .mpeg-header-popup-black-border {
            border: 0 none;
        }

.mpeg-header-popup-white-border {
    /*border: 1px solid #FFF;*/
    /*border-right: 1px solid #2b2a2a;
    border-left: 1px solid #2b2a2a;
    border-bottom: 1px solid #2b2a2a;*/
}

.mpeg-header-popup-black-border {
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
}

.login-popup {
    display: flex;
    /*width: 200px;*/
    padding: 12px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.mpeg-header-popup-heading {
    margin: 0 0.07143em;
    /*color: #000;*/ color: #FFFDF0;
    text-transform: uppercase;
    font-family: StandardCT-RegularExtd;
    font-weight: 400;
    font-style: normal;
    font-size: 0.875em;
    line-height: 1.21429em;
    letter-spacing: 0.075em;
    height: 2.85714em;
    padding: 0.85714em 1.42857em 0.85714em 1.07143em;
}

    .mpeg-header-popup-heading i {
        /*padding-right: 0.57143em;*/
        float: right;
    }

.mpeg-header-popup-mobile-view .mpeg-header-popup-heading {
    margin: 0;
    font-size: 1em;
    line-height: 1em;
    padding: 0.9375em 1.25em 0.9375em 0.9375em;
    letter-spacing: 0.05em;
}

    .mpeg-header-popup-mobile-view .mpeg-header-popup-heading i {
        font-size: 1.25em;
        padding-right: 0.4em;
    }

#mpeg-header-popup-calendar .mpeg-header-popup-heading {
    background-color: #fa6400;
}

#mpeg-header-popup-contacts .mpeg-header-popup-heading {
    background-color: #78d700;
}

#mpeg-header-popup-search .mpeg-header-popup-heading {
    background-color: #e8e8e8;
}

#mpeg-header-popup-member-container hr {
    border: 0;
    height: 0;
    border-top: 1px solid #000;
    border-bottom: 0 none;
    margin-top: 1.125em;
    margin-bottom: 1.1875em;
}

#mpeg-header-popup-member-container .mpeg-header-popup-heading {
    /*background-color: #ffda43;*/
    background-color: #000;
}

.mpeg-header-popup-padding {
    padding: 1.25em 1.25em 1.25em 0.9375em;
}

.mpeg-header-popup-member-links a {
    font-size: 0.875em;
    line-height: 1.21429em;
    letter-spacing: 0.04em;
    padding: 1.25em 0;
    border-bottom: 1px solid #000;
}

.mpeg-header-popup-member--facebook-login {
    font-size: 0.875em;
    line-height: 1em;
    font-weight: 700;
    padding: 0.71429em 0.57143em;
    color: #fff;
    background-color: #3b5998;
    border: 1px solid #3b5998;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    height: 2.85714em;
    vertical-align: middle;
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
}

    .mpeg-header-popup-member--facebook-login i {
        font-size: 1.07143em;
    }

    .mpeg-header-popup-member--facebook-login:focus,
    .mpeg-header-popup-member--facebook-login:hover {
        background-color: #fff;
        color: #3b5998;
    }

.mpeg-header-popup--group {
    border-bottom: 1px solid #000;
    padding: 1em 0;
}

    .mpeg-header-popup--group:first-of-type {
        padding-top: 0;
    }

    .mpeg-header-popup--group p {
        line-height: 1.14286em;
        margin-bottom: 1.14286em;
    }

        .mpeg-header-popup--group p:last-of-type {
            margin-bottom: 0;
        }

    .mpeg-header-popup--group a {
        text-decoration: none;
    }

        .mpeg-header-popup--group a:focus,
        .mpeg-header-popup--group a:hover {
            text-decoration: underline;
        }

    .mpeg-header-popup--group time {
        display: block;
    }

.mpeg-header-popup-full-page-link {
    font-weight: 700;
    display: block;
    font-size: 0.875em;
    padding-top: 1.14286em;
}

.mpeg-header-popup-mobile-view .mpeg-header-popup--group p {
    font-size: 1em;
    line-height: 1.125em;
    margin-bottom: 1.125em;
}

    .mpeg-header-popup-mobile-view .mpeg-header-popup--group p:last-of-type {
        margin-bottom: 0;
    }

.mpeg-header-popup-mobile-view .mpeg-header-popup-full-page-link {
    font-size: 1em;
    padding-top: 1.125em;
}

.mpeg-header-popup--heading {
    font-weight: 700;
}

#mpeg-header-popup-search-form {
    position: relative;
}

    #mpeg-header-popup-search-form .mpeg-search-input {
        width: 100%;
        height: 2.85714em;
        border: 1px solid #000;
        padding: 0.71429em 2.85714em 0.71429em 0.71429em;
    }

        #mpeg-header-popup-search-form .mpeg-search-input.mpeg-error {
            background: #f5cccc;
        }

    #mpeg-header-popup-search-form .mpeg-search-submit {
        font-size: 1.25em;
        position: absolute;
        right: 1em;
        top: 1em;
        padding: 0.35em 0.5em;
        border: 0 none;
        height: 2em;
        background: 0 0;
    }

        #mpeg-header-popup-search-form .mpeg-search-submit:focus,
        #mpeg-header-popup-search-form .mpeg-search-submit:hover {
            background: #000;
            color: #fff;
        }

.mpeg-header-popup-mobile-view #mpeg-header-popup-search-form .mpeg-search-input {
    font-size: 1em;
    line-height: 1.125em;
    height: 3.3125em;
    padding: 1.125em 2.5em 1.125em 1.125em;
}

.mpeg-header-popup-mobile-view #mpeg-header-popup-search-form .mpeg-search-submit {
    height: 2.65em;
    font-size: 1.25em;
    height: 2.65em;
    padding: 0.85em;
}

#mpeg-header-popup-contacts .mpeg-header-popup--heading,
#mpeg-header-popup-contacts .mpeg-header-popup-full-page-link {
    color: #00a000;
}

#mpeg-header-popup-contacts .mpeg-header-popup--heading {
    margin-bottom: 0.57143em;
}

#mpeg-header-popup-contacts a {
    /*color: #000;*/ color: #FFFDF0;
}

    #mpeg-header-popup-contacts a:focus,
    #mpeg-header-popup-contacts a:hover {
        color: #00a000;
    }

.mpeg-header-popup-mobile-view #mpeg-header-popup-contacts .mpeg-header-popup--heading {
    margin-bottom: 0.5625em;
}

#mpeg-header-popup-calendar .mpeg-header-popup--heading,
#mpeg-header-popup-calendar .mpeg-header-popup-full-page-link {
    color: #fa6400;
}

#mpeg-header-popup-calendar a {
    /*color: #000;*/ color: #FFFDF0;
}

    #mpeg-header-popup-calendar a:focus,
    #mpeg-header-popup-calendar a:hover {
        color: #fa6400;
    }

#mpeg-header-popup-member-login-box label,
#mpeg-header-popup-member-login-box a {
    color: #FFFDF0;
    leading-trim: both;
    text-edge: cap;
    font-family: "Forma DJR Text";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

#mpeg-header-popup-member-login-box input[type="text"],
#mpeg-header-popup-member-login-box-password input[type="text"] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    display: flex;
    padding: 12px 16px;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 8px;
    background: #FFFDF0;
    color: #080606;
    leading-trim: both;
    text-edge: cap;
    font-family: "Forma DJR Text";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}


#mpeg-header-popup-member-login-box .mpeg-general-forms:not(#foo) input[type="checkbox"] + label.mpeg-small-text {
    padding-top: 0;
    padding-left: 1.42857em;
    font-weight: 400;
}

#mpeg-header-popup-member-login-box .mpeg-general-forms li input[type="checkbox"] + label {
    padding: 0 0 0 1.5625em;
}

#mpeg-header-popup-member-login-box .mpeg-extra-space {
    margin: 1.125em 0 1.0625em;
}


#mpeg-header-popup-member-login-box input[type="submit"] {
    width: 100%;
    height: 100%;
    padding: 16px 24px;
    background: #FF8C08;
    border-radius: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #000;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    line-height: 20px;
    word-wrap: break-word;
}

    #mpeg-header-popup-member-login-box input[type="submit"]:disabled {
        background: #9D9D9D;
        color: #E9EBF8;
    }

    #mpeg-header-popup-member-login-box input[type="submit"]:active:not(:disabled) {
        background: #FFB25A;
        color: #000;
    }

    #mpeg-header-popup-member-login-box input[type="submit"]:focus:not(:disabled) {
        border-radius: 30px;
        /*outline: 2px dashed #FFFDF0;*/
        outline-offset: -2px;
        background: #FFB25A;
        color: #000;
    }

    #mpeg-header-popup-member-login-box input[type="submit"]:hover:not(:disabled) {
        background: #FFB25A;
        color: #000;
    }

#mpeg-header-popup-member-login-box .mpeg-forgot-password {
    font-size: 0.875em;
    line-height: 1.21429em;
}

    #mpeg-header-popup-member-login-box .mpeg-forgot-password a {
        /*color: #000;*/ color: #FFFDF0;
        text-decoration: none;
        vertical-align: middle;
        display: block;
    }

        #mpeg-header-popup-member-login-box .mpeg-forgot-password a:focus,
        #mpeg-header-popup-member-login-box .mpeg-forgot-password a:hover {
            color: #888;
        }

#mpeg-header-popup-member-login-box .mpeg-header-popup-member-login-box--copy {
    padding-top: 1.25em;
}

    #mpeg-header-popup-member-login-box .mpeg-header-popup-member-login-box--copy p {
        /*color: #888;*/
        padding-bottom: 1.21429em;
    }

        #mpeg-header-popup-member-login-box .mpeg-header-popup-member-login-box--copy p a {
            color: #FF8C08;
            font-weight: 700;
        }

            #mpeg-header-popup-member-login-box .mpeg-header-popup-member-login-box--copy p a:focus,
            #mpeg-header-popup-member-login-box .mpeg-header-popup-member-login-box--copy p a:hover {
                /*color: #c8c8c8;*/
            }

.mpeg-header-popup-mobile-view #mpeg-header-popup-member-login-box input:not([type]),
.mpeg-header-popup-mobile-view #mpeg-header-popup-member-login-box input[type="color"],
.mpeg-header-popup-mobile-view #mpeg-header-popup-member-login-box input[type="date"],
.mpeg-header-popup-mobile-view #mpeg-header-popup-member-login-box input[type="datetime-local"],
.mpeg-header-popup-mobile-view #mpeg-header-popup-member-login-box input[type="datetime"],
.mpeg-header-popup-mobile-view #mpeg-header-popup-member-login-box input[type="email"],
.mpeg-header-popup-mobile-view #mpeg-header-popup-member-login-box input[type="month"],
.mpeg-header-popup-mobile-view #mpeg-header-popup-member-login-box input[type="number"],
.mpeg-header-popup-mobile-view #mpeg-header-popup-member-login-box input[type="password"],
.mpeg-header-popup-mobile-view #mpeg-header-popup-member-login-box input[type="search"],
.mpeg-header-popup-mobile-view #mpeg-header-popup-member-login-box input[type="tel"],
.mpeg-header-popup-mobile-view #mpeg-header-popup-member-login-box input[type="text"],
.mpeg-header-popup-mobile-view #mpeg-header-popup-member-login-box input[type="time"],
.mpeg-header-popup-mobile-view #mpeg-header-popup-member-login-box input[type="url"],
.mpeg-header-popup-mobile-view #mpeg-header-popup-member-login-box input[type="week"],
.mpeg-header-popup-mobile-view #mpeg-header-popup-member-login-box textarea {
    font-size: 1em;
    line-height: 1.125em;
    padding: 1.0625em;
    height: 3.375em;
}

.mpeg-header-popup-mobile-view #mpeg-header-popup-member-login-box button,
.mpeg-header-popup-mobile-view #mpeg-header-popup-member-login-box input[type="button"],
.mpeg-header-popup-mobile-view #mpeg-header-popup-member-login-box input[type="reset"],
.mpeg-header-popup-mobile-view #mpeg-header-popup-member-login-box input[type="submit"] {
    font-size: 1em;
    line-height: 1.125em;
    padding: 1.0625em;
    height: 3.375em;
}

.mpeg-header-popup-mobile-view #mpeg-header-popup-member-login-box label {
    font-weight: 400;
}

.mpeg-header-popup-mobile-view #mpeg-header-popup-member-login-box .mpeg-forgot-password {
    font-size: 1em;
    line-height: 1.125em;
}

#mpeg-header-popup-member-links li {
    /*border-bottom: 1px solid #e8e8e8;*/
    list-style: none;
}

    #mpeg-header-popup-member-links li a {
        padding: 0.625em 0;
        display: block;
        /*color: #000;*/ color: #FFFDF0;
        text-decoration: none;
    }

        #mpeg-header-popup-member-links li a:focus,
        #mpeg-header-popup-member-links li a:hover {
            /*color: #888;*/
            color: #FF8C08;
        }

    #mpeg-header-popup-member-links li:first-child a {
        padding-top: 0;
    }

    #mpeg-header-popup-member-links li:last-child {
        border-bottom: 0 none;
    }

        #mpeg-header-popup-member-links li:last-child a {
            padding-bottom: 0;
        }

.mpeg-header-popup-mobile-view #mpeg-header-popup-member-links li a {
    padding: 1.0625em 0;
}

.mpeg-header-popup-mobile-view #mpeg-header-popup-member-links li:first-child a {
    padding-top: 0;
}

.mpeg-header-popup-mobile-view #mpeg-header-popup-member-links li:last-child {
    border-bottom: 0 none;
}

    .mpeg-header-popup-mobile-view #mpeg-header-popup-member-links li:last-child a {
        padding-bottom: 0;
    }

#mpeg-home-hero-wrapper {
    background-image: url(_images/home-img-overlay.png);
    overflow: hidden;
    position: relative;
    margin-top: -7.5em;
}

@media screen and (max-width: 54.6875em) {
    #mpeg-home-hero-wrapper {
        margin-top: 0;
    }
}

#mpeg-home-hero-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    max-height: 48.4375em;
    min-height: 32.375em;
    z-index: -1;
    overflow: hidden;
    position: relative;
    width: 100%;
}

    #mpeg-home-hero-image:before {
        content: "";
        display: block;
        padding-bottom: 60.54688%;
    }

#mpeg-home-hero-logo-container {
    position: fixed;
    top: 100px;
    width: 100%;
    z-index: 10;
}

@media screen and (max-width: 37.5em) {
    #mpeg-home-hero-logo-container {
        display: none;
    }
}

#mpeg-home-hero-logo {
    max-width: 78.75em;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0.625em;
}

    #mpeg-home-hero-logo::after {
        clear: both;
        content: "";
        display: table;
    }

#mpeg-home-hero-logo-max-img-size {
    max-width: 51.1875em;
}

#mpeg-home-hero-mobile-logo-container {
    display: none;
    max-width: 78.75em;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0.625em;
    width: 100%;
}

    #mpeg-home-hero-mobile-logo-container::after {
        clear: both;
        content: "";
        display: table;
    }

@media screen and (max-width: 37.5em) {
    #mpeg-home-hero-mobile-logo-container {
        display: block;
        position: absolute;
        top: 1.25em;
    }
}

#mpeg-home-tabs-adimage {
    padding-bottom: 1.25em;
    position: relative;
}

@media screen and (max-width: 37.5em) {
    #mpeg-home-tabs-adimage {
        display: none;
    }
}

#mpeg-home-tabs {
    margin-top: -2.5em;
}

@media screen and (min-width: 56.25em) {
    #mpeg-home-tabs {
        float: left;
        display: block;
        width: 76.20968%;
    }

        #mpeg-home-tabs:last-child {
            width: 74.59677%;
        }
}

@media screen and (max-width: 56.25em) {
    #mpeg-home-tabs {
        float: left;
        display: block;
        margin-right: 1.6129%;
        width: 100%;
        margin-right: 0;
    }

        #mpeg-home-tabs:last-child {
            margin-right: 0;
        }
}

#mpeg-home-tabs li {
    background: #888;
}

    #mpeg-home-tabs li.r-tabs-state-active {
        background: #c8c8c8;
    }

        #mpeg-home-tabs li.r-tabs-state-active a {
            /*color: #000;*/ color: #FFFDF0;
        }

    #mpeg-home-tabs li a {
        /*color: #000;*/ color: #FFFDF0;
        width: 15em;
        height: 2.85714em;
    }

        #mpeg-home-tabs li a:focus,
        #mpeg-home-tabs li a:hover {
            /*color: #000;*/ color: #FFFDF0;
        }

#mpeg-home-tabs .r-tabs-accordion-title {
    background: #888;
}

    #mpeg-home-tabs .r-tabs-accordion-title a:hover,
    #mpeg-home-tabs .r-tabs-accordion-title.r-tabs-state-active {
        background: #c8c8c8;
    }

#mpeg-home-tabs .mpeg-home-tabs-min-height {
    min-height: 15.625em;
}

#mpeg-home-tabs .mpeg-tab {
    background: #c8c8c8;
}

    #mpeg-home-tabs .mpeg-tab img {
        float: left;
        width: 11.875em;
        margin-right: -13.125em;
    }

@media screen and (max-width: 37.5em) {
    #mpeg-home-tabs .mpeg-tab img {
        float: none;
        margin: 0 0 0.625em;
    }
}

.mpeg-home-tab-with-image {
    float: left;
    margin-left: 13.125em;
}

@media screen and (max-width: 37.5em) {
    .mpeg-home-tab-with-image {
        float: none;
        margin-left: 0;
    }
}

#mpeg-home-adimage {
    padding: 1.25em 1.25em 0;
    text-align: center;
}

@media screen and (min-width: 56.25em) {
    #mpeg-home-adimage {
        float: left;
        display: block;
        width: 25.40323%;
    }

        #mpeg-home-adimage:last-child {
            width: 23.79032%;
        }
}

@media screen and (max-width: 56.25em) {
    #mpeg-home-adimage {
        float: left;
        display: block;
        margin-right: 1.6129%;
        width: 100%;
    }

        #mpeg-home-adimage:last-child {
            margin-right: 0;
        }

        #mpeg-home-adimage:nth-child(1n) {
            margin-right: 0;
        }

        #mpeg-home-adimage:nth-child(1n + 1) {
            clear: left;
        }
}

#mpeg-site-search {
    padding-bottom: 0.1875em;
}

    #mpeg-site-search ul {
        margin: 0;
    }

        #mpeg-site-search ul::after {
            clear: both;
            content: "";
            display: table;
        }

        #mpeg-site-search ul li {
            margin-bottom: 0;
        }

    #mpeg-site-search input[type="submit"] {
        width: 6.07143em;
        text-align: center;
    }

    #mpeg-site-search #search-form-input {
        padding-left: 2.5em;
    }

.mpeg-site-search-fluid {
    margin-right: -6.07143em;
    padding-right: 1.25em;
}

    .mpeg-site-search-fluid i {
        position: absolute;
        left: 0.58824em;
        top: 0.58824em;
        font-size: 1.0625em;
    }

.mpeg-site-search-fluid-inner {
    margin-right: 6.07143em;
}

.mpeg-site-search-fixed {
    width: 6.07143em;
}

.mpeg-search-result-group h2 {
    font-size: 42px !important;
    line-height: 52px !important;
    letter-spacing: 0.04em;
    margin-top: 1.22222em;
    padding-bottom: 10px;
}

    .mpeg-search-result-group h2 .mpeg-count {
        color: #888;
        font-weight: 400;
    }

.mpeg-search-result {
    border-bottom: 1px solid #000;
    margin: 1.125em 0 1.25em;
    padding-bottom: 1.25em;
}

    .mpeg-search-result::after {
        clear: both;
        content: "";
        display: table;
    }

    .mpeg-search-result:last-child {
        border-bottom: 0 none;
    }

    .mpeg-search-result a {
        color: #000; /*color: #FFFDF0;*/
        text-decoration: none;
    }

        .mpeg-search-result a:focus,
        .mpeg-search-result a:hover {
            text-decoration: underline;
        }

            .mpeg-search-result a:focus .mpeg-search-result-profile-fluid-col,
            .mpeg-search-result a:hover .mpeg-search-result-profile-fluid-col {
                text-decoration: underline;
            }

    .mpeg-search-result h3 {
        font-size: 0.875em;
        line-height: 1.21429em;
        margin-bottom: 1em;
        font-weight: 700;
        color: #000; /*color: #FFFDF0;*/
    }

    .mpeg-search-result p:last-of-type {
        margin-bottom: 0;
    }

    .mpeg-search-result .mpeg-search-result-profile-fixed {
        width: 6.5625em;
    }

@media screen and (max-width: 37.5em) {
    .mpeg-search-result .mpeg-search-result-profile-fixed {
        float: none;
    }
}

.mpeg-search-result .mpeg-search-result-profile-fluid-col {
    margin-left: -6.5625em;
}

@media screen and (max-width: 37.5em) {
    .mpeg-search-result .mpeg-search-result-profile-fluid-col {
        margin-left: 0;
        float: none;
    }
}

.mpeg-search-result .mpeg-search-result-profile-fluid-inner {
    margin-left: 6.5625em;
}

    .mpeg-search-result .mpeg-search-result-profile-fluid-inner h3 {
        margin-bottom: 0;
    }

@media screen and (max-width: 37.5em) {
    .mpeg-search-result .mpeg-search-result-profile-fluid-inner {
        margin-left: 0;
    }
}

.mpeg-search-result .mpeg-available {
    margin-bottom: 0;
}

    .mpeg-search-result .mpeg-available span {
        background: #ffda43;
        padding: 0.21429em 0.35714em;
        font-weight: 700;
    }

#mpeg-contracts-search input[type="submit"] {
    width: 100%;
}

@media screen and (min-width: 56.25em) {
    .mpeg-wages-table {
        margin-top: 0.125em;
    }
}

@media screen and (min-width: 56.25em) {
    .mpeg-wages-table-cell-half,
    .mpeg-wages-table-cell-sixth,
    .mpeg-wages-table-cell-third {
        display: table-cell;
    }
}

.mpeg-wages-table-cell-half {
    vertical-align: top;
    position: relative;
}

    .mpeg-wages-table-cell-half::after {
        clear: both;
        content: "";
        display: table;
    }

@media screen and (min-width: 56.25em) {
    .mpeg-wages-table-cell-half {
        width: 50%;
        padding-right: 1.25em;
        padding-bottom: 3.875em;
        border-right: 1px solid #000;
    }
}

@media screen and (max-width: 56.25em) {
    .mpeg-wages-table-cell-half {
        width: 100%;
        padding-bottom: 1.25em;
        border-bottom: 1px solid #000;
        margin-bottom: 1.25em;
    }
}

.mpeg-wages-table-cell-third {
    position: relative;
    vertical-align: top;
}

    .mpeg-wages-table-cell-third::after {
        clear: both;
        content: "";
        display: table;
    }

@media screen and (min-width: 56.25em) {
    .mpeg-wages-table-cell-third {
        width: 33.33333%;
        padding-right: 1.25em;
        padding-bottom: 3.875em;
        border-right: 1px solid #000;
    }
}

@media screen and (min-width: 37.5em) and (max-width: 56.25em) {
    .mpeg-wages-table-cell-third {
        width: 66.66667%;
        float: left;
        padding-right: 1.25em;
        border-right: 1px solid #000;
    }
}

@media screen and (min-width: 56.25em) {
    .mpeg-wages-table-cell-third .mpeg-wages-form-bottom,
    .mpeg-wages-table-cell-third p {
        padding-left: 1.25em;
    }
}

.mpeg-wages-table-cell-sixth {
    position: relative;
    vertical-align: top;
}

@media screen and (min-width: 56.25em) {
    .mpeg-wages-table-cell-sixth {
        width: 16.66667%;
        padding-left: 1.25em;
    }
}

@media screen and (min-width: 37.5em) and (max-width: 56.25em) {
    .mpeg-wages-table-cell-sixth {
        width: 33.33333%;
        padding-left: 1.25em;
        float: left;
    }
}

@media screen and (max-width: 37.5em) {
    .mpeg-wages-table-cell-sixth {
        border-top: 1px solid #000;
        padding-top: 1.25em;
        margin-top: 1.25em;
    }
}

.mpeg-wages-form-bottom {
    width: 100%;
}

@media screen and (min-width: 56.25em) {
    .mpeg-wages-form-bottom {
        padding-right: 1.25em;
        position: absolute;
        bottom: 0;
    }
}

.mpeg-wages-3-of-6-columns {
    position: relative;
}

@media screen and (min-width: 56.25em) {
    .mpeg-wages-3-of-6-columns {
        float: left;
        display: block;
        margin-right: 3.27869%;
        width: 48.36066%;
    }

        .mpeg-wages-3-of-6-columns:last-child {
            margin-right: 0;
        }
}

@media screen and (min-width: 37.5em) and (max-width: 56.25em) {
    .mpeg-wages-3-of-6-columns {
        float: left;
        display: block;
        margin-right: 1.6129%;
        width: 49.19355%;
    }

        .mpeg-wages-3-of-6-columns:last-child {
            margin-right: 0;
        }
}

@media screen and (max-width: 37.5em) {
    .mpeg-wages-3-of-6-columns {
        float: left;
        display: block;
        margin-right: 1.6129%;
        width: 100%;
    }

        .mpeg-wages-3-of-6-columns:last-child {
            padding-top: 1.25em;
        }

        .mpeg-wages-3-of-6-columns:last-child {
            margin-right: 0;
        }
}

.mpeg-wages-3-of-4-columns {
    position: relative;
}

@media screen and (min-width: 56.25em) {
    .mpeg-wages-3-of-4-columns {
        float: left;
        display: block;
        margin-right: 5%;
        width: 73.75%;
    }

        .mpeg-wages-3-of-4-columns:last-child {
            margin-right: 0;
        }
}

@media screen and (max-width: 56.25em) {
    .mpeg-wages-3-of-4-columns {
        float: left;
        display: block;
        margin-right: 1.94175%;
        width: 79.61165%;
    }

        .mpeg-wages-3-of-4-columns:last-child {
            margin-right: 0;
        }
}

.mpeg-wages-1-of-4-columns {
    position: relative;
}

@media screen and (min-width: 56.25em) {
    .mpeg-wages-1-of-4-columns {
        float: left;
        display: block;
        margin-right: 5%;
        width: 21.25%;
    }

        .mpeg-wages-1-of-4-columns:last-child {
            margin-right: 0;
        }
}

@media screen and (max-width: 56.25em) {
    .mpeg-wages-1-of-4-columns {
        float: left;
        display: block;
        margin-right: 1.94175%;
        width: 18.4466%;
    }

        .mpeg-wages-1-of-4-columns:last-child {
            margin-right: 0;
        }
}

.mpeg-wages-extra-links a {
    margin-bottom: 0.4375em;
    display: block;
    font-weight: 700;
}

    .mpeg-wages-extra-links a::after {
        clear: both;
        content: "";
        display: table;
    }

.mpeg-wages-extra-links-neg-margin {
    margin-top: -0.3125em;
}

.mpeg-wages-icon-fluid {
    float: left;
    margin-left: -1.75em;
    width: 100%;
}

    .mpeg-wages-icon-fluid p {
        margin-left: 2em;
        margin-bottom: 0 !important;
        padding: 0.35714em 0;
    }

.mpeg-large-text .mpeg-wages-icon-fluid p {
    margin-left: 1.94444em;
    padding: 0.27778em 0;
}

.mpeg-wages-vert-center-me-fixed {
    height: 100%;
    width: 1.75em;
    float: left;
}

    .mpeg-wages-vert-center-me-fixed i {
        font-size: 1.125em;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block;
    }

    .mpeg-wages-vert-center-me-fixed .alert-red-svg {
        background-image: url(_images/icon-alert-red.svg);
        background-repeat: no-repeat;
        width: 1em;
        height: 1em;
    }

.mpeg-large-text .mpeg-wages-vert-center-me-fixed i {
    font-size: 1.5625em;
}

.mpeg-wages-right-separator {
    border-right: 1px solid #000;
    padding-right: 1.25em;
}

@media screen and (max-width: 56.25em) {
    .mpeg-wages-right-separator {
        border-right: 0 none;
        padding-right: 0;
        margin-bottom: 1.25em;
    }
}

#mpeg-contract-summaries .mpeg-grid-2-of-8-columns p {
    padding-top: 1em;
}

#mpeg-field-rep a {
    text-decoration: underline;
}

    #mpeg-field-rep a:focus,
    #mpeg-field-rep a:hover {
        color: #78d700;
    }

.mpeg-timecard-add-note {
    display: none;
    position: absolute;
    top: 2.28571em;
    left: 2.14286em;
    z-index: 5;
    background: #fff;
    text-align: left;
    border: 1px solid #000;
}

    .mpeg-timecard-add-note h2 {
        font-size: 42px !important;
        line-height: 52px !important;
        font-weight: 700;
        background: #000;
        color: #fff;
        padding: 10px 10px 10px 10px;
    }

        .mpeg-timecard-add-note h2 i {
            padding-left: 0.35714em;
        }

            .mpeg-timecard-add-note h2 i:focus,
            .mpeg-timecard-add-note h2 i:hover {
                cursor: pointer;
            }

    .mpeg-timecard-add-note p {
        margin-bottom: 1em;
    }

        .mpeg-timecard-add-note p:last-of-type {
            margin-bottom: 0;
        }

    .mpeg-timecard-add-note a:focus,
    .mpeg-timecard-add-note a:hover {
        font-weight: 700;
        text-decoration: underline;
        /*color: #000;*/ color: #FFFDF0;
    }

.mpeg-highlight-green .mpeg-timecard-add-note p a:focus,
.mpeg-highlight-green .mpeg-timecard-add-note p a:hover {
    /*color: #000;*/ color: #FFFDF0;
}

.mpeg-timecard-note--inner {
    padding: 0.71429em;
}

.mpeg-table.mpeg-table-timecard-inputs-no-borders .mpeg-responsive-table-gray-background {
    padding: 1.92857em 2.64286em;
}

@media screen and (max-width: 56.25em) {
    .mpeg-table.mpeg-table-timecard-inputs-no-borders .mpeg-responsive-table-gray-background {
        padding: 1.92857em 0.33333em;
        float: none;
    }
}

.mpeg-wage-benefit-timecard-inputs-left {
    padding: 0 0.8125em 0 0.4375em;
    float: left;
    width: 40%;
}

    .mpeg-wage-benefit-timecard-inputs-left::after {
        clear: both;
        content: "";
        display: table;
    }

@media screen and (min-width: 37.5em) and (max-width: 56.25em) {
    .mpeg-wage-benefit-timecard-inputs-left {
        padding: 0 1em 0 0;
        width: 50%;
    }
}

@media screen and (max-width: 37.5em) {
    .mpeg-wage-benefit-timecard-inputs-left {
        padding: 0 1em 1.25em 0;
        width: 100%;
        float: none;
    }
}

.mpeg-wage-benefit-timecard-inputs-left input:not([type]),
.mpeg-wage-benefit-timecard-inputs-left input[type="color"],
.mpeg-wage-benefit-timecard-inputs-left input[type="date"],
.mpeg-wage-benefit-timecard-inputs-left input[type="datetime-local"],
.mpeg-wage-benefit-timecard-inputs-left input[type="datetime"],
.mpeg-wage-benefit-timecard-inputs-left input[type="email"],
.mpeg-wage-benefit-timecard-inputs-left input[type="month"],
.mpeg-wage-benefit-timecard-inputs-left input[type="number"],
.mpeg-wage-benefit-timecard-inputs-left input[type="password"],
.mpeg-wage-benefit-timecard-inputs-left input[type="search"],
.mpeg-wage-benefit-timecard-inputs-left input[type="tel"],
.mpeg-wage-benefit-timecard-inputs-left input[type="text"],
.mpeg-wage-benefit-timecard-inputs-left input[type="time"],
.mpeg-wage-benefit-timecard-inputs-left input[type="url"],
.mpeg-wage-benefit-timecard-inputs-left input[type="week"],
.mpeg-wage-benefit-timecard-inputs-left textarea {
    max-width: 9.5em;
    float: left;
    margin: 0 1.42857em 1.42857em 0;
}

.mpeg-wage-benefit-timecard-inputs-left button,
.mpeg-wage-benefit-timecard-inputs-left input[type="button"],
.mpeg-wage-benefit-timecard-inputs-left input[type="reset"],
.mpeg-wage-benefit-timecard-inputs-left input[type="submit"] {
    float: left;
    margin: 0 0 1.42857em 0;
}

.mpeg-wage-benefit-timecard-inputs-left ul {
    margin-bottom: 0;
}

.mpeg-wage-benefit-timecard-inputs-left .mpeg-large-text {
    padding-top: 0.375em;
}

    .mpeg-wage-benefit-timecard-inputs-left .mpeg-large-text p {
        margin-bottom: 0;
    }

.mpeg-wage-benefit-timecard-inputs-left i {
    font-size: 1.38889em;
}

.mpeg-wage-benefit-timecard-inputs-right {
    padding: 1.625em 4em 0 1.25em;
    position: relative;
    float: left;
    width: 60%;
}

@media screen and (min-width: 37.5em) and (max-width: 56.25em) {
    .mpeg-wage-benefit-timecard-inputs-right {
        padding: 1.625em 0 0 0;
        width: 50%;
    }
}

@media screen and (max-width: 37.5em) {
    .mpeg-wage-benefit-timecard-inputs-right {
        padding: 0;
        width: 100%;
        float: none;
    }
}



.mpeg-wage-benefit-timecard-inputs-right input:not([type]),
.mpeg-wage-benefit-timecard-inputs-right input[type="color"],
.mpeg-wage-benefit-timecard-inputs-right input[type="date"],
.mpeg-wage-benefit-timecard-inputs-right input[type="datetime-local"],
.mpeg-wage-benefit-timecard-inputs-right input[type="datetime"],
.mpeg-wage-benefit-timecard-inputs-right input[type="email"],
.mpeg-wage-benefit-timecard-inputs-right input[type="month"],
.mpeg-wage-benefit-timecard-inputs-right input[type="number"],
.mpeg-wage-benefit-timecard-inputs-right input[type="password"],
.mpeg-wage-benefit-timecard-inputs-right input[type="search"],
.mpeg-wage-benefit-timecard-inputs-right input[type="tel"],
.mpeg-wage-benefit-timecard-inputs-right input[type="text"],
.mpeg-wage-benefit-timecard-inputs-right input[type="time"],
.mpeg-wage-benefit-timecard-inputs-right input[type="url"],
.mpeg-wage-benefit-timecard-inputs-right input[type="week"],
.mpeg-wage-benefit-timecard-inputs-right textarea {
    padding-left: 2.42857em;
}

.mpeg-wage-benefit-timecard-inputs-right button,
.mpeg-wage-benefit-timecard-inputs-right input[type="button"],
.mpeg-wage-benefit-timecard-inputs-right input[type="reset"],
.mpeg-wage-benefit-timecard-inputs-right input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
}

.mpeg-common-text-formatting .mpeg-profile-overview {
    display: flex;
    /*width: 1728px;*/
    width: 100%;
    padding: 40px 0px 0px 120px;
    flex-direction: column;
    align-items: flex-start;
    /*gap: 44px;*/
    align-self: stretch;
}

    .mpeg-common-text-formatting .mpeg-profile-overview::after {
        clear: both;
        content: "";
        display: table;
    }

    .mpeg-common-text-formatting .mpeg-profile-overview .mpeg-white-box {
        padding-top: 40px;
        padding-bottom: 40px;
    }

@media screen and (max-width:600px) {
    .mpeg-common-text-formatting .mpeg-profile-overview .mpeg-white-box {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.mpeg-common-text-formatting .mpeg-profile-overview.member-detail .mpeg-white-box > div:first-child,
.mpeg-common-text-formatting .mpeg-profile-overview:not(.member-detail) .mpeg-white-box {
    display: flex;
    flex-direction: row;
    gap: 38px;
}

.mpeg-common-text-formatting .mpeg-profile-overview .mpeg-profile-image {
    width: 200px;
    height: 200px;
    border-radius: 4px;
    background: #080606;
    position: relative;
    overflow: hidden;
}

@media screen and (min-width: 601px) and (max-width: 1025px) {
    .mpeg-profile-top .mpeg-row {
        gap: 0px;
    }

    .mpeg-common-text-formatting .mpeg-profile-overview .mpeg-profile-image {
        width: 160px;
        height: 160px;
        border-radius: 4px;
        background: #080606;
        position: relative;
        overflow: hidden;
    }

    .mpeg-common-text-formatting .mpeg-profile-overview.member-detail .mpeg-white-box > div:first-child,
    .mpeg-common-text-formatting .mpeg-profile-overview:not(.member-detail) .mpeg-white-box {
        display: flex;
        flex-direction: row;
        gap: 20px;
    }

    .mpeg-common-text-formatting .mpeg-profile-overview {
        padding: 40px 80px 0px 80px;
    }
}

.mpeg-profile-image img,
.mpeg-profile-image .profile-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

@media screen and (max-width: 56.25em) {
    .mpeg-poster-image .poster-image {
        width: 50% !important;
    }
}

.mpeg-poster-image .poster-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 4px;
}

.mpeg-poster-image .poster-edit {
    position: absolute;
    /*top: 10px;
    left: 10px;*/
    z-index: 10;
    cursor: pointer;
    opacity: 0.8;
    background: rgba(0,0,0,0.5);
    color: #FFFFFF;
    padding: 5px;
    border-radius: 4px;
}

    .mpeg-poster-image .poster-edit a {
        color: #FFFFFF;
    }

.mpeg-common-text-formatting .mpeg-profile-overview .profile-edit {
    position: absolute;
    top: 10px;
    left: 150px;
    z-index: 10;
    cursor: pointer;
    opacity: 0.8;
    background: rgba(0,0,0,0.5);
    color: #FFFFFF;
    padding: 5px;
    border-radius: 4px;
}

    .mpeg-common-text-formatting .mpeg-profile-overview .profile-edit a {
        color: #FFFFFF;
    }

.mpeg-common-text-formatting .mpeg-profile-overview .details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    flex: 1 0 0;
}

.mpeg-common-text-formatting .mpeg-profile-overview .title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}

.mpeg-common-text-formatting .mpeg-profile-overview .summary {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    flex-wrap: wrap;
}

.mpeg-common-text-formatting .mpeg-profile-overview a {
    color: #080606;
    text-decoration: none;
    margin-left: 5px;
    margin-top: 5px;
}

    .mpeg-common-text-formatting .mpeg-profile-overview a:hover {
        color: #FF8C08;
        text-decoration: none;
    }

.mpeg-profile-overview .member-detail-section {
    border: 2px solid #C2B4A5;
    padding: 28px 40px;
    border-radius: 8px;
    margin-bottom: 28px;
}

    .mpeg-profile-overview .member-detail-section.skills-specs .skill-spec-group {
        border: 1px solid #C2B4A5;
        border-radius: 8px;
        padding: 20px;
        max-width: 100%;
    }

    @media screen and (max-width: 875px){
        .mpeg-profile-overview .member-detail-section {
            padding: 20px;
        }
    }

@media screen and (min-width:1300px) {
    .member-detail-section {
        margin-left: calc(298px + 1.6129%);
    }
}

.credit-card.member-detail {
    border: 1px solid #C2B4A5;
    border-radius: 8px;
    padding: 20px;
    max-width: 100%;
    display: flex;
    gap: 20px;
    flex-direction: row;
}

.skill-spec-container, .credits-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: start;
}

@media screen and (max-width:1024px) {
    .skill-spec-container, .credits-grid {
        display: initial;
    }

    .mpeg-profile-overview .member-detail-section.skills-specs .skill-spec-group,
    .credit-card.member-detail {
        margin-right: 0px;
        max-width: 100%;
        margin-bottom: 24px;
        flex-direction: column;
    }
}

.mpeg-common-text-formatting .mpeg-profile-contact-details p {
    margin-bottom: 0.85714em;
}

    .mpeg-common-text-formatting .mpeg-profile-contact-details p i[class*=" icon-"],
    .mpeg-common-text-formatting .mpeg-profile-contact-details p i[class^="icon-"] {
        font-size: 0.78571em;
        line-height: 1em;
    }

    .mpeg-common-text-formatting .mpeg-profile-contact-details p i.icon-youtube {
        font-size: 1.14286em;
    }

/*.svg .mpeg-profile-overview {
    background-image: url(../_images/logo-background.svg);
}*/

#mpeg-profile-overview-hide-show {
    display: none;
}

.mpeg-profile-available i {
    font-size: 0.88889em;
    padding-right: 0.1875em;
}

    .mpeg-profile-available i.icon-alert {
        color: red;
    }

.mpeg-profile-edit-photo {
    position: absolute;
    bottom: 0;
    max-width: 13.57143em;
}

@media screen and (min-width: 37.5em) and (max-width: 56.25em) {
    .mpeg-profile-edit-photo {
        position: relative;
    }
}

.mpeg-profile-tabs-min-height {
    min-height: 15.625em;
}

#mpeg-profile-tabs {
    float: left;
    display: block;
    width: 100%;
    margin-top: 20px;
}

    #mpeg-profile-tabs:last-child {
        margin-right: 0;
    }

    #mpeg-profile-tabs .r-tabs-tab {
        margin: 0;
        border-right: 0px solid #000;
    }

        #mpeg-profile-tabs .r-tabs-tab:last-child {
            border-right: 0 none;
        }

        #mpeg-profile-tabs .r-tabs-accordion-title .alert-yellow-border-svg,
        #mpeg-profile-tabs .r-tabs-tab .alert-yellow-border-svg {
            height: 1em;
            width: 1em;
            margin-right: 0.28571em;
            background-image: url(_images/icon-alert-yellow-border.svg);
            display: inline-block;
            vertical-align: top;
        }

    /*#mpeg-profile-tabs .r-tabs-nav li {
            background: #fff0b4;
            height: 2.5em;
            border-top-right-radius: 8px;
            border-top-left-radius: 8px;
            margin-right: 1px;
            width: calc(14.286% - 1px);
        }


            #mpeg-profile-tabs .r-tabs-nav li:last-child {
                margin-right: 0px;
            }*/

    #mpeg-profile-tabs .r-tabs-nav li.r-tabs-state-active a {
        color: #FFFDF0;
        border-bottom: 3px solid #fa6400;
    }

    #mpeg-profile-tabs .r-tabs-nav li a {
        padding: 40px 40px 44px 40px;
        color: #C2B4A5;
        font-family: "Forma DJR Text";
        font-size: 36px;
        font-style: normal;
        font-weight: 500;
        line-height: 44px;
        letter-spacing: 0.72px;
        text-decoration: none !important;
        text-decoration: none !important;
    }

        #mpeg-profile-tabs .r-tabs-nav li a:hover {
            color: #FFFDF0;
        }

@media screen and (max-width:1340px) {
    #mpeg-profile-tabs .r-tabs-nav li a {
        font-size: 24px;
        padding: 20px 20px 22px 20px;
    }

    .mpeg-tabs .r-tabs-nav li {
        height: 0px;
    }
}

#mpeg-profile-tabs .r-tabs-accordion-title {
}

    #mpeg-profile-tabs .r-tabs-accordion-title.r-tabs-state-active {
    }

#mpeg-profile-tabs .mpeg-tab {
}

    #mpeg-profile-tabs .mpeg-tab li a,
    #mpeg-profile-tabs .mpeg-tab p a {
        text-decoration: none;
        color: #FFFDF0;
    }

        #mpeg-profile-tabs .mpeg-tab li a:visited,
        #mpeg-profile-tabs .mpeg-tab p a:visited {
            color: #FFFDF0;
        }

        #mpeg-profile-tabs .mpeg-tab li a:active,
        #mpeg-profile-tabs .mpeg-tab li a:focus,
        #mpeg-profile-tabs .mpeg-tab li a:hover,
        #mpeg-profile-tabs .mpeg-tab p a:active,
        #mpeg-profile-tabs .mpeg-tab p a:focus,
        #mpeg-profile-tabs .mpeg-tab p a:hover {
            text-decoration: underline;
            color: #FFFDF0;
        }

    #mpeg-profile-tabs .mpeg-tab #profile-builder p a,
    .member-detail-bottom p a {
        text-decoration: underline;
        color: #000;
        padding: 0px !important;
    }

.mpeg-profile-tabs-list {
    list-style: none;
}

@media screen and (max-width: 37.5em) {
    .mpeg-profile-tabs-list {
        padding-bottom: 0.625em;
    }
}

.mpeg-profile-tabs-list li::after {
    clear: both;
    content: "";
    display: table;
}

/*.mpeg-profile-tabs-list li:first-of-type div {
    border-top: 2px solid #000;
}*/

/*.mpeg-profile-tabs-list li div {
    border-top: 1px solid #000;
    padding: 0.57143em 0;
}*/

.mpeg-profile-tabs-list li:first-of-type {
    padding-bottom: 10px;
    border-bottom: 0px solid #C2B4A5;
}

.mpeg-profile-tabs-list li {
    padding-bottom: 5px;
    border-bottom: 1px solid #C2B4A5;
}

    .mpeg-profile-tabs-list li a {
        color: #080606;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

        .mpeg-profile-tabs-list li a:hover:not(:disabled) {
            color: #080606;
            font-weight: 700;
        }

@media screen and (max-width: 37.5em) {
    .mpeg-profile-tabs-list li div {
        border-top: 0 none;
        padding: 0;
    }
}

.mpeg-profile-tabs-list .alert-yellow-border-svg {
    height: 1em;
    width: 1em;
    background-image: url(_images/icon-alert-yellow-border.svg);
    display: inline-block;
    vertical-align: top;
}

.mpeg-profile-tabs-list .mpeg-profile-list-border-top {
    border-top: 2px solid #000;
}

@media screen and (max-width: 37.5em) {
    .mpeg-profile-tabs-list .mpeg-profile-list-border-top {
        border-top: 0 none;
    }
}

.mpeg-profile-tabs-list .mpeg-profile-list-border-top div {
    border-top: 0 none;
}

@media screen and (max-width: 37.5em) {
    .mpeg-profile-tabs-list-heading {
        display: none;
    }
}

@media screen and (max-width: 37.5em) {
    .mpeg-profile-mobile-heading {
        font-weight: 700;
        border-top: 1px solid #000 !important;
        padding-top: 1.21429em !important;
        margin-top: 1.21429em;
    }
}

@media screen and (max-width: 37.5em) {
    .mpeg-profile-mobile-heading.mpeg-profile-mobile-heading-bold {
        border-top: 2px solid #000 !important;
    }
}

.mpeg-common-text-formatting .mpeg-profile-tabs-view-more {
    margin: 0;
    padding: 0.35714em 0 0;
}

.mpeg-gray-box-add-more {
    /*    background: #888;
*/ color: #fff;
    padding: 0.625em 0.625em 0.625em 0px;
}

    .mpeg-gray-box-add-more a {
        color: black;
        font-size: 0.875em;
        line-height: 1.21429em;
        letter-spacing: 0.04em;
        text-decoration: none;
    }

        .mpeg-gray-box-add-more a:focus,
        .mpeg-gray-box-add-more a:hover {
            /*color: #000;*/ color: black;
        }

    .mpeg-gray-box-add-more i {
        padding-right: 0.35714em;
    }

#profile-builder .mpeg-gray-box, .member-detail-bottom .mpeg-gray-box {
    background: #fffdf0;
    padding-bottom: 10px;
}

    .member-detail-bottom .mpeg-gray-box:not(:first-child) {
        border-top: 1px solid gray;
    }

#mpeg-float-side.mpeg-sticky {
    position: fixed;
    top: 6.25em;
    left: 0;
    right: 0;
    width: 100%;
}

    #mpeg-float-side.mpeg-sticky #mpeg-float-side-fixed-helper {
        max-width: 78.75em;
        margin-left: auto;
        margin-right: auto;
        padding: 0 0.625em;
    }

        #mpeg-float-side.mpeg-sticky #mpeg-float-side-fixed-helper::after {
            clear: both;
            content: "";
            display: table;
        }

    #mpeg-float-side.mpeg-sticky #mpeg-float-side-elements {
        width: 23.79032%;
    }

#mpeg-float-side.mpeg-absolute-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}

#mpeg-profile-search-sidebar {
    padding: 0.625em 0;
}

@media screen and (max-width: 56.25em) {
    #mpeg-profile-search-sidebar {
        border-top: 1px solid #000;
        padding-top: 1.0625em;
        margin-top: 1.25em;
    }
}

.mpeg-profile-search-sidebar-fluid-left {
    margin-right: -4.0625em;
    padding-right: 1.25em;
}

.mpeg-profile-search-sidebar-fluid-inner {
    margin-right: 4.0625em;
}

.mpeg-profile-search-sidebar-fixed-right {
    width: 4.0625em;
}

.mpeg-profile-search-sidebar-submit {
    width: 4.64286em;
}

.mpeg-profile-editable {
    display: none;
}

.mpeg-profile-move {
    text-align: right;
}

    .mpeg-profile-move a:focus,
    .mpeg-profile-move a:active {
        cursor: grabbing !important;
    }

    .mpeg-profile-move a:hover {
        cursor: grab;
    }

/*@media screen and (max-width: 37.5em) {
    .mpeg-profile-move {
        display: none;
    }
}*/

.mpeg-profile-move-mobile {
    text-align: right;
    color: #888;
}

@media screen and (min-width: 37.5em) {
    .mpeg-profile-move-mobile {
        display: none;
    }
}

.mpeg-profile-move-mobile a {
    padding: 0 0.35714em;
    margin: 0 0.14286em;
}

    .mpeg-profile-move-mobile a:focus,
    .mpeg-profile-move-mobile a:hover {
        cursor: pointer;
    }

    .mpeg-profile-move-mobile a.mpeg-action-link.mpeg-icon:before {
        padding: 0;
    }

.mpeg-profile-make-public {
    position: relative;
}

    .mpeg-profile-make-public label {
        color: #fff;
    }

    .mpeg-profile-make-public:not(#foo) input[type="checkbox"] + label {
        background-image: url(_images/checkbox_2x_white_extra_top.png);
        padding: 0 0 0 1.33333em;
        height: 17px;
        line-height: 1.16667em;
    }

    .mpeg-profile-make-public:not(#foo) input[type="checkbox"]:active:checked + label,
    .mpeg-profile-make-public:not(#foo) input[type="checkbox"]:checked + label {
        background-position: 0 -17px;
    }

.mpeg-profile-table {
    width: 100%;
    font-size: 0.875em;
    line-height: 1.21429em;
}

    .mpeg-profile-table td,
    .mpeg-profile-table th {
        padding: 0.35714em 0 0.35714em 1.42857em;
    }

        .mpeg-profile-table td:first-of-type,
        .mpeg-profile-table th:first-of-type {
            padding-left: 0;
        }

    .mpeg-profile-table input,
    .mpeg-profile-table select {
        font-size: inherit !important;
    }

.mpeg-profile-table--half-width {
    width: 44%;
}

.mpeg-profile-table--quarter-width {
    width: 28%;
}

.mpeg-profile-display-resume {
    position: relative;
    vertical-align: middle;
}

    .mpeg-profile-display-resume label {
        font-size: inherit !important;
        color: black;
    }

    .mpeg-profile-display-resume:not(#foo) input[type="checkbox"] + label {
        background-image: url(_images/checkbox_2x_med_gray.png);
    }

.mpeg-profile-view-navigation .mpeg-button-link {
    width: auto;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 1.28571em;
}

#mpeg-profile-view-navigation-footer {
    padding: 1.25em 0 1.25em;
}

    #mpeg-profile-view-navigation-footer .mpeg-profile-view-navigation-heading {
        font-family: StandardCT-RegularExtd;
        font-weight: 400;
        font-style: normal;
        font-size: 0.875em;
        line-height: 1.21429em;
        letter-spacing: 0.075em;
        text-transform: uppercase;
        margin-bottom: 0.64286em;
    }

.mpeg-profile-view-next-prev-links {
    margin-left: -1.0625em;
}

    .mpeg-profile-view-next-prev-links a.mpeg-action-link {
        /*color: #000;*/ color: #FFFDF0;
        font-weight: 700;
        font-size: 0.875em;
        line-height: 1.21429em;
        letter-spacing: 0.04em;
        padding: 0 1.21429em 0.71429em 1.21429em;
        display: inline-block;
    }

        .mpeg-profile-view-next-prev-links a.mpeg-action-link:focus,
        .mpeg-profile-view-next-prev-links a.mpeg-action-link:hover {
            color: #888;
        }

    .mpeg-profile-view-next-prev-links a.mpeg-button-link {
        margin-left: 1.07143em;
    }

#mpeg-float-side-elements .mpeg-profile-view-next-prev-links {
    margin-left: 0;
}

@media screen and (max-width: 56.25em) {
    #mpeg-float-side-elements .mpeg-profile-view-next-prev-links {
        padding-top: 0.625em;
    }
}

#mpeg-float-side-elements .mpeg-profile-view-next-prev-links a.mpeg-action-link {
    padding: 0 0 1.21429em 0;
}

    #mpeg-float-side-elements .mpeg-profile-view-next-prev-links a.mpeg-action-link:first-child {
        float: left;
        padding-right: 0.35714em;
    }

    #mpeg-float-side-elements .mpeg-profile-view-next-prev-links a.mpeg-action-link:last-child {
        float: right;
        padding-left: 0.35714em;
    }

#mpeg-print-resume .mpeg-grid-3-of-9-columns img {
    padding-bottom: 1em;
}

.mpeg-profile-print-resume-extra-padding {
    padding: 0.42857em 0 1.35714em;
}

#mpeg-history-pass {
    text-decoration: none;
}

    #mpeg-history-pass i {
        font-size: 1.14286em;
    }

.mpeg-profile-sidebar-notes {
    padding: 0.3125em 0;
}

    .mpeg-profile-sidebar-notes textarea {
        height: 10em;
    }

    .mpeg-profile-sidebar-notes input {
        margin: 0.35714em 0;
    }

.mpeg-profile-right-separator {
    border-right: 1px solid #000;
    padding-right: 1.25em;
}

@media screen and (max-width: 56.25em) {
    .mpeg-profile-right-separator {
        border-right: 0;
        padding-right: 0;
    }
}

.mpeg-profile-bottom-separator {
    border-bottom: 1px solid #000;
    padding-bottom: 1.25em;
    margin-bottom: 1.25em;
}

.mpeg-profile-search-keyword {
    letter-spacing: 0.013em;
}

    .mpeg-profile-search-keyword .icon-question {
        font-size: 0.88889em;
    }

.profile-tab-top {
    width: 100%;
    display: flex;
    padding-top: 80px;
    padding-bottom: 80px;
    align-items: flex-start;
    gap: 80px;
    align-self: stretch;
    margin-top: 85px;
}

.profile-tab-bottom {
    width: 100%;
    display: flex;
    padding-top: 80px;
    padding-bottom: 80px;
    align-items: flex-start;
    gap: 80px;
    align-self: stretch;
}

.profile-tab-top-container {
    padding-left: 120px;
    padding-right: 120px;
}

.profile-tab-bottom-container {
    padding-left: 400px;
    padding-right: 120px;
}

@media screen and (min-width: 601px) and (max-width: 1025px) {
    .profile-tab-top-container {
        padding-left: 80px;
        padding-right: 80px;
    }

    .profile-tab-bottom-container {
        padding-left: 80px;
        padding-right: 80px;
    }
}

@media screen and (min-width:1800px) {
    .profile-tab-top {
        width: 1488px;
    }

    .profile-tab-bottom {
        width: 1208px;
    }
}

.mpeg-organize-right-sidebar {
    border-top: 1px solid #fff;
    padding: 2.25em 0 2.25em;
}

    .mpeg-organize-right-sidebar h2 {
        margin-bottom: 1.21429em;
    }

    .mpeg-organize-right-sidebar ul {
        margin: 0;
    }

    .mpeg-organize-right-sidebar:first-child {
        border-top: 0 none;
        padding-top: 0;
    }

.mpeg-common-text-formatting .mpeg-organize-archive li {
    padding-bottom: 1.21429em;
}

    .mpeg-common-text-formatting .mpeg-organize-archive li:last-child {
        padding-bottom: 0;
    }

.mpeg-organize-archive,
.mpeg-organize-tags {
    list-style: none;
}

    .mpeg-organize-archive a,
    .mpeg-organize-tags a {
        color: #fff !important;
        text-decoration: none !important;
    }

        .mpeg-organize-archive a:hover,
        .mpeg-organize-tags a:hover {
            text-decoration: underline !important;
        }

        .mpeg-organize-archive a .mpeg-count,
        .mpeg-organize-tags a .mpeg-count {
            color: #888;
        }

.mpeg-organize-right-sidebar-copy {
    color: #888;
}

    .mpeg-organize-right-sidebar-copy p a {
        color: #888;
    }

.mpeg-social-post {
    border-bottom: 1px solid #888;
    padding: 1.25em 0 1em;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

    .mpeg-social-post:last-of-type {
        border-bottom: 0 none;
    }

    .mpeg-social-post img {
        float: left;
        margin: -0.3125em 0.3125em 0.3125em 0;
    }

    .mpeg-social-post time {
        color: #888;
        margin-bottom: 0;
    }

.mpeg-resources {
    border-bottom: 1px solid #888;
}

    .mpeg-resources:last-child {
        border-bottom: 0 none;
    }

.mpeg-resources-category {
    color: #ffc343;
    font-size: 1.6875em;
    line-height: 1.11111em;
    letter-spacing: 0.04em;
    padding: 1.2963em 0 1.2963em 0.74074em;
    display: block;
    position: relative;
}

    .mpeg-resources-category:hover {
        cursor: pointer;
    }

    .mpeg-resources-category:before {
        font-size: 0.40741em;
        font-family: icomoon !important;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e916";
        color: #c8c8c8;
        position: absolute;
        left: 0;
        top: 3.81818em;
        display: block;
        z-index: 3;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .mpeg-resources-category.mpeg-resources-category--active {
        padding-bottom: 0;
    }

        .mpeg-resources-category.mpeg-resources-category--active:before {
            content: "\e90a";
        }

    .mpeg-resources-category:focus:before,
    .mpeg-resources-category:hover:before {
        /*color: #000;*/ color: #FFFDF0;
    }

.mpeg-resources-resource {
    padding: 1.0625em 0;
    border-bottom: 1px solid #000;
}

    .mpeg-resources-resource:first-child {
        padding-top: 0.75em;
    }

    .mpeg-resources-resource:last-child {
        border-bottom: 0 none;
    }

    .mpeg-resources-resource h2 a {
        text-decoration: none;
        /*color: #000;*/ color: #FFFDF0;
    }

.mpeg-page-heading--join-2 {
    font-size: 2.625em;
    line-height: 1.14286em;
    font-family: StandardCT-RegularExtd;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    padding: 0.21429em 0 0.69048em;
}

@media screen and (max-width: 37.5em) {
    .mpeg-page-heading--join-2 {
        font-size: 1.875em;
    }
}

.mpeg-page-heading-photo-background--join-landing-headlines {
    position: absolute;
    bottom: 3.75em;
    width: 100%;
}

@media screen and (max-width: 56.25em) {
    .mpeg-page-heading-photo-background--join-landing-headlines {
        bottom: 1.25em;
    }
}

.mpeg-join-classification-form {
    padding-bottom: 1.25em;
}

.mpeg-join-classification {
    display: none;
}

#mpeg-join-classification-select {
    max-width: 21.07143em;
}

#mpeg-mini-calendar {
    width: 100%;
    padding-bottom: 2.25em;
}

    #mpeg-mini-calendar table {
        width: 100%;
        font-size: 0.875em;
        line-height: 1.21429em;
        border-collapse: collapse;
    }

    #mpeg-mini-calendar thead {
        border-bottom: 5px solid #fff;
        font-family: StandardCT-RegularExtd;
        font-weight: 400;
        font-style: normal;
        text-transform: uppercase;
        letter-spacing: 0.075em;
    }

        #mpeg-mini-calendar thead th {
            padding: 0.78571em;
            position: relative;
            font-weight: 400;
        }

    #mpeg-mini-calendar button {
        border: 0 none;
        background-color: transparent;
        padding: 0;
        font-size: 0.78571em;
        position: absolute;
        top: 1.27273em;
    }

    #mpeg-mini-calendar .button-next {
        right: 0.90909em;
    }

    #mpeg-mini-calendar .button-prev {
        left: 0.90909em;
    }

    #mpeg-mini-calendar td,
    #mpeg-mini-calendar th {
        text-align: center;
        background-color: #e8e8e8;
        vertical-align: middle;
    }

    #mpeg-mini-calendar tbody td,
    #mpeg-mini-calendar tbody th {
        width: 14.28571%;
        height: 2.85714em;
    }

    #mpeg-mini-calendar .today {
        background-color: #fa6400;
        color: #fff;
    }

    #mpeg-mini-calendar .has-events a {
        color: #fa6400;
        font-weight: 700;
        text-decoration: none;
        width: 100%;
        padding: 0.85714em 0;
        display: inline-block;
    }

    #mpeg-mini-calendar .has-events:focus,
    #mpeg-mini-calendar .has-events:hover {
        background-color: #fa6400;
    }

        #mpeg-mini-calendar .has-events:focus a,
        #mpeg-mini-calendar .has-events:hover a {
            color: #fff;
        }

    #mpeg-mini-calendar .next-month,
    #mpeg-mini-calendar .prev-month {
        color: #888;
    }

.mpeg-common-text-formatting .mpeg-inactive-sidebar-link {
    color: #888;
    text-decoration: none;
}

.mpeg-calendar-sidebar-link {
    padding-bottom: 0.88235em;
}

    .mpeg-calendar-sidebar-link:focus span,
    .mpeg-calendar-sidebar-link:hover span {
        font-weight: 700;
    }

.mpeg-calendar-article-list {
    padding-top: 0.875em;
}

    .mpeg-calendar-article-list .mpeg-heading-2 {
        font-weight: 400;
    }

.mpeg-event-details {
    padding-bottom: 2.25em;
}

    .mpeg-event-details p,
    .mpeg-event-details time {
        font-weight: 700;
        font-size: 0.875em;
        line-height: 1.21429em;
        letter-spacing: 0.04em;
        margin-bottom: 0;
    }

@media screen and (max-width: 37.5em) {
    .mpeg-event-details .mpeg-desktop-tablet-3-of-6 {
        padding-bottom: 1.25em;
    }
}

.mpeg-grid-calendar-heading {
    background: #000;
    color: #fff;
    padding: 0.625em 0 0.4375em;
}

.mpeg-grid-calendar-heading--content {
    margin: 0 auto;
    text-align: center;
    position: relative;
    width: 23.25em;
}

.mpeg-grid-calendar-navigation {
    color: #fff;
    text-decoration: none;
    position: absolute;
    top: 0.25em;
}

    .mpeg-grid-calendar-navigation i {
        font-size: 0.75em;
    }

.mpeg-grid-calendar-prev-month {
    left: 0;
}

.mpeg-grid-calendar-next-month {
    right: 0;
}

.mpeg-grid-calendar-current-month {
    color: #fff;
    font-family: StandardCT-RegularExtd;
    font-weight: 400;
    font-style: normal;
    font-size: 1.6875em;
    line-height: 1.11111em;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.mpeg-grid-calendar {
    width: 100%;
    margin-top: 0.625em;
}

    .mpeg-grid-calendar table {
        border: 1px solid #888;
        border-collapse: collapse;
    }

    .mpeg-grid-calendar a {
        text-decoration: none;
    }

        .mpeg-grid-calendar a:focus,
        .mpeg-grid-calendar a:hover {
            text-decoration: underline;
        }

    .mpeg-grid-calendar td,
    .mpeg-grid-calendar th {
        width: 14.28571%;
        border: 1px solid #888;
        max-width: 0;
    }

    .mpeg-grid-calendar th {
        font-family: StandardCT-RegularExtd;
        font-weight: 400;
        font-style: normal;
        font-size: 0.875em;
        line-height: 1.21429em;
        letter-spacing: 0.075em;
        text-transform: uppercase;
        font-weight: 400;
        background-color: #e8e8e8;
        height: 2.85714em;
    }

        .mpeg-grid-calendar th .pconly {
            display: none;
        }

    .mpeg-grid-calendar td {
        vertical-align: top;
        height: 16.25em;
        border-bottom: 0 none;
        border-top: 0 none;
    }

        .mpeg-grid-calendar td .day {
            padding: 0.5em 0.625em;
            font-family: StandardCT-RegularExtd;
            font-weight: 400;
            font-style: normal;
            font-size: 0.875em;
            line-height: 1.21429em;
            letter-spacing: 0.075em;
            background-color: #e8e8e8;
            height: 2.85714em;
        }

        .mpeg-grid-calendar td.today {
            background-color: #fad2b4;
        }

            .mpeg-grid-calendar td.today .day {
                background-color: #fa6400;
                color: #fff;
            }

        .mpeg-grid-calendar td.next-month .day,
        .mpeg-grid-calendar td.prev-month .day {
            color: #888;
        }

    .mpeg-grid-calendar .events {
        padding: 0.5em 0.625em;
        width: 100%;
    }

        .mpeg-grid-calendar .events li {
            list-style: none;
            font-size: 0.875em;
            line-height: 1.21429em;
            letter-spacing: 0.04em;
            padding-bottom: 1em;
            width: 100%;
        }

            .mpeg-grid-calendar .events li a span {
                width: 100%;
            }

            .mpeg-grid-calendar .events li:last-child {
                padding-bottom: 0;
            }

    .mpeg-grid-calendar .eventtitle {
        font-weight: 700;
        display: block;
        font-size: 14px;
    }

    .mpeg-grid-calendar .eventtime {
        display: block;
        /*color: #000;*/ color: #FFFDF0;
        font-weight: 700;
    }

    .mpeg-grid-calendar .mpeg-event-holiday {
        color: #888;
    }

    .mpeg-grid-calendar .mpeg-grid-calendar-more-events-link {
        color: #fa6400;
        font-weight: 700;
    }

.mpeg-grid-calendar-more-link-container {
    position: relative;
}

.mpeg-grid-calendar-more-data {
    display: none;
    position: absolute;
    top: 1.25em;
    left: 0;
    width: 18.4375em;
    background: #fff;
    font-size: 16px;
    border: 1px solid #000;
}

    .mpeg-grid-calendar-more-data h2 {
        font-size: 42px !important;
        line-height: 52px !important;
        letter-spacing: 0.04em;
        color: #fff;
        background: #000;
        padding: 10px 10px 10px 10px;
    }

    .mpeg-grid-calendar-more-data .icon-close {
        position: absolute;
        right: 0.625em;
        top: 0.625em;
        color: #fff;
    }

        .mpeg-grid-calendar-more-data .icon-close :focus,
        .mpeg-grid-calendar-more-data .icon-close:hover {
            cursor: pointer;
        }

.mpeg-grid-calendar-more-data-inner-padding {
    padding: 0.625em;
}

.mpeg-photo-gallery-list a {
    /*color: #000;*/ color: #FFFDF0;
    text-decoration: none;
}

    .mpeg-photo-gallery-list a:focus,
    .mpeg-photo-gallery-list a:hover {
        text-decoration: underline;
    }

.mpeg-photo-gallery-list img {
    padding-bottom: 1em;
}

.mpeg-photo-gallery-list h2 {
    margin-bottom: 0.92857em;
}

.mpeg-photo-gallery-list p:last-of-type {
    margin-bottom: 0;
}

.mpeg-photo-gallery-slideshow-content-padding {
    padding: 0 1.0625em;
}

.mpeg-photo-gallery-slideshow-description {
    padding-top: 1em;
}

@media print {
    * {
        background: 0 0 !important;
        color: #000 !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    thead {
        display: table-header-group;
    }

    img,
    tr {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    #mpeg-fixed-main-footer,
    #mpeg-float-side-elements,
    #mpeg-home-hero-wrapper,
    #mpeg-mini-calendar,
    #mpeg-profile-view-navigation-footer,
    .mpeg-action-link-group,
    .mpeg-hide-on-mobile,
    .mpeg-profile-move,
    .mpeg-profile-move-mobile,
    .mpeg-profile-view-navigation,
    .mpeg-sub-page-menu-container,
    header {
        display: none;
    }

    .mpeg-h1-plus-container,
    .mpeg-page-heading-extra-bottom-padding {
        padding-bottom: 0;
    }

    .mpeg-page-heading-photo-overlay {
        min-height: auto;
    }

    .mpeg-resources-data {
        display: block !important;
    }
}

.mpeg-print-container {
    width: 650pt;
    padding: 10pt;
}

    .mpeg-print-container .mpeg-box-header {
        -webkit-print-color-adjust: exact;
        font-size: 12pt;
        margin-bottom: 27pt;
    }

    .mpeg-print-container.mpeg-highlight-green .mpeg-box-header {
        background-color: #78d700 !important;
        color: #000 !important;
    }

    .mpeg-print-container.mpeg-highlight-blue .mpeg-box-header {
        background-color: #36acc6 !important;
        color: #000 !important;
    }

    .mpeg-print-container.mpeg-highlight-yellow .mpeg-box-header {
        background-color: #ffda43 !important;
        color: #000 !important;
    }

    .mpeg-print-container .mpeg-print-page-heading {
        font-size: 12pt;
        line-height: 14pt;
        padding-bottom: 4pt;
    }

    .mpeg-print-container .mpeg-table td,
    .mpeg-print-container .mpeg-table th {
        font-size: 10pt;
        line-height: 12pt;
        letter-spacing: 0.04em;
    }

        .mpeg-print-container .mpeg-table td label,
        .mpeg-print-container .mpeg-table td select,
        .mpeg-print-container .mpeg-table th label,
        .mpeg-print-container .mpeg-table th select {
            font-size: 10pt;
            line-height: 12pt;
        }

    .mpeg-print-container .mpeg-table tr {
        background: #e8e8e8 !important;
        -webkit-print-color-adjust: exact;
    }

        .mpeg-print-container .mpeg-table tr:nth-child(2n) {
            background: #fff !important;
        }

    .mpeg-print-container .mpeg-third-cell {
        width: 33.33%;
        padding: 0 0.625em;
    }

        .mpeg-print-container .mpeg-third-cell:last-of-type {
            padding-right: 0;
        }

        .mpeg-print-container .mpeg-third-cell:first-of-type {
            padding-left: 0;
        }

    .mpeg-print-container .mpeg-table-no-stripes-or-borders tr {
        background: #fff !important;
    }

        .mpeg-print-container .mpeg-table-no-stripes-or-borders tr.mpeg-gray-background {
            background: #e8e8e8 !important;
            -webkit-print-color-adjust: exact;
        }

.mpeg-general-forms .ui-datepicker-trigger {
    position: absolute;
    right: 0;
    background: 0 0;
    border: 0 none;
    padding: 0;
}

    .mpeg-general-forms .ui-datepicker-trigger:before {
        font-family: icomoon !important;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 1.25em;
        content: "\e903";
        padding: 0.4em;
    }

.mpeg-general-forms input[type="text"].hasDatepicker {
    padding-right: 2.5em;
}

.ui-datepicker {
    width: 14.375em;
}

    .ui-datepicker .ui-datepicker-header {
        width: 100%;
        background-color: #e8e8e8;
    }

        .ui-datepicker .ui-datepicker-header::after {
            clear: both;
            content: "";
            display: table;
        }

    .ui-datepicker .ui-datepicker-next,
    .ui-datepicker .ui-datepicker-prev {
        position: absolute;
        top: 0.1875em;
    }

        .ui-datepicker .ui-datepicker-next .ui-icon,
        .ui-datepicker .ui-datepicker-prev .ui-icon {
            clip: rect(1px, 1px, 1px, 1px);
            position: absolute !important;
            height: 1px;
            width: 1px;
            overflow: hidden;
        }

        .ui-datepicker .ui-datepicker-next:before,
        .ui-datepicker .ui-datepicker-prev:before {
            font-family: icomoon !important;
            speak: none;
            font-style: normal;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 0.6875em;
        }

@media screen and (max-width: 56.25em) {
    .ui-datepicker .ui-datepicker-next:before,
    .ui-datepicker .ui-datepicker-prev:before {
        font-size: 1em;
    }
}

.ui-datepicker .ui-datepicker-next:hover,
.ui-datepicker .ui-datepicker-prev:hover {
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev {
    left: 0.25em;
}

    .ui-datepicker .ui-datepicker-prev:before {
        content: "\e90e";
    }

.ui-datepicker .ui-datepicker-next {
    right: 0.25em;
}

    .ui-datepicker .ui-datepicker-next:before {
        content: "\e916";
    }

.ui-datepicker .ui-datepicker-title {
    font-size: 0.875em;
    line-height: 1em;
    border-bottom: 5px solid #fff;
    font-family: StandardCT-RegularExtd;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.075em;
    width: 100%;
    padding: 0.42857em;
    text-align: center;
}

@media screen and (max-width: 56.25em) {
    .ui-datepicker .ui-datepicker-title {
        font-size: 1em;
    }
}

.ui-datepicker table {
    width: 100%;
    font-size: 0.875em;
    line-height: 1.21429em;
    border-collapse: collapse;
}

@media screen and (max-width: 56.25em) {
    .ui-datepicker table {
        font-size: 1em;
    }
}

.ui-datepicker td,
.ui-datepicker th {
    text-align: center;
    background-color: #e8e8e8;
    vertical-align: middle;
}

.ui-datepicker thead th {
    padding: 0.42857em;
}

.ui-datepicker tbody td,
.ui-datepicker tbody th {
    width: 14.28571%;
}

.ui-datepicker tbody a {
    /*color: #000;*/ color: #FFFDF0;
    text-decoration: none;
    width: 100%;
    display: inline-block;
    padding: 0.42857em;
}

    .ui-datepicker tbody a:focus,
    .ui-datepicker tbody a:hover {
        background-color: #fa6400;
        color: #fff;
    }

.ui-datepicker .ui-datepicker-today {
    background-color: #fa6400;
}

    .ui-datepicker .ui-datepicker-today a {
        color: #fff;
    }

.hero-section {
    width: 100%;
    height: 100%;
    min-height: 325px;
    padding: 160px 120px 0px 120px;
    /* for background: check BackgroundSelector.ascx */
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    display: inline-flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 80px;
}

    /* Override for homepage */
    .hero-section.homepage {
        min-height: 690px;
    }

.hero-content {
    /*width: 1488px;*/
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
}

.hero-header {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 100px;
}

.hero-title .subtitle {
    color: #C2B4A5;
    font-size: 60px;
    font-family: "Forma DJR Display";
    font-style: normal;
    font-weight: 300;
    line-height: 68px;
    leading-trim: both;
    text-edge: cap;
    text-shadow: 0 0 20px #00000096;
}

.hero-title .HomeTitle {
    color: #FFFDF0;
    font-size: 80px;
    font-family: "Forma DJR Display";
    font-style: normal;
    font-weight: 700;
    line-height: 90px;
}

.hero-title .title {
    /*position: absolute;
    left: 120px;
    top: 200px;*/
    margin-top: 40px;
    display: block;
    color: #FFFDF0;
    font-size: 80px;
    font-family: "Forma DJR Display";
    font-style: normal;
    font-weight: 700;
    line-height: 90px;
}



@media screen and (max-width:1000px) {
    .hero-title .title {
        font-size: 80px;
        /*top: 170px;*/
        margin-top: 10px;
    }
}

@media screen and (max-width:1350px) {
    .hero-section {
        padding-right: 0px;
    }
}

@media screen and (max-width:600px) {
    .hero-title .title {
        /*top: 150px;
        left: 60px;*/
        margin-left: 40px;
        font-size: 55px;
        line-height: 60px;
        padding-top:50px;
    }

    .hero-title .HomeTitle{
        font-size:50px;
        line-height:58px;
    }
    .hero-title .subtitle{
        font-size: 38px;
        line-height:42px;
    }
    .hero-section{
        padding-top:100px !important;
    }

    .mpeg-common-text-formatting .mpeg-profile-overview.member-detail .mpeg-white-box > div:first-child {
        display: block;
    }

    .hero-section {
        min-height: 300px;
    }
}


@media screen and (min-width:601px) and (max-width:875px) {
    .hero-title .title {
        margin-left: 100px;
        margin-top: 30px;
    }
}

.hero-actions {
    align-self: stretch;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding-bottom: 50px;
}

.hero-left {
    flex: 1 1 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.info-box {
    padding: 40px;
    background: rgba(11, 11, 11, 0.60);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    backdrop-filter: blur(10px);
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
}

.info-text {
    width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

@media screen and (max-width:600px) {
    .info-text {
        width: calc(100vw - 70px);
    }
}

.info-heading {
    color: #FFFDF0;
    font-size: 24px;
    font-family: 'Forma DJR Text', sans-serif;
    font-weight: 500;
    line-height: 32px;
}

.info-description.info-description {
    color: #FFFDF0;
    font-size: 16px;
    font-family: 'Roboto Flex', sans-serif;
    font-weight: 400;
    line-height: 24px;
}

.info-description-small {
    display: inline-block;
    color: #080606;
    font-size: 14px;
    font-family: 'Roboto Flex', sans-serif;
    font-weight: 400;
    line-height: 24px;
}

.info-description-verysmall {
    color: #080606;
    font-size: 10px;
    font-family: 'Roboto Flex', sans-serif;
    font-weight: 400;
    line-height: 24px;
}

.mpeg-white-box .info-description {
    color: #080606;
}

.hero-right {
    align-self: flex-end;
    display: flex;
    gap: 20px;
    border-radius: 100px;
    /*backdrop-filter: blur(10px);*/
}
.hero-right a{
    -webkit-appearance:none;
    appearance:none;
}

/*.button {
    padding: 16px 24px;
    border-radius: 30px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

    .button.primary {
        background: #FF8C08;
        color: black;
    }

    .button.secondary {
        background: black;
        color: #FFFDF0;
        outline: 2px solid #FFFDF0;
        outline-offset: -2px;
    }*/

.button {
    padding: 16px 24px;
    border-radius: 30px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    line-height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    text-decoration: none;
    background: black;
    color: #FFFDF0;
    outline: 2px solid #FFFDF0;
    outline-offset: -2px;
    transition: background 0.3s ease, color 0.3s ease;
}

    .button:hover {
        background: #FF8C08;
        color: black;
    }


.home-tabs-adimage {
    width: 100%;
    height: 100%;
    padding: 25px 120px 0px 120px;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
    /**/
    align-self: stretch;
    align-items: flex-start;
}

.leaderboard_header {
    /*width: 1728px;*/
    width: 100%;
    height: 110px;
    padding-bottom: 20px;
    padding-left: 120px;
    padding-right: 120px;
    left: 0.43px;
    top: 0px;
    position: absolute;
    overflow: hidden;
    justify-content: flex-end;
    align-items: flex-start;
    display: inline-flex;
}

.leaderboard {
    width: 728px;
    /*height: 90px;*/
    position: relative;
    /*background: linear-gradient(0deg, rgba(135.70, 204.04, 231.05, 0.80) 0%, rgba(135.70, 204.04, 231.05, 0.80) 100%);*/
    overflow: hidden;
    /*background-image: url(../_images/leaderboard.jpg)*/
    z-index: 2;
}

.spotlight_header {
    align-self: stretch;
    /*width: 1488px;*/
    width: 100%;
    height: 88px;
    border-bottom: 1px #FFFDF0 solid;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    z-index: 1;
}

.spotlight {
    width: 100%;
    height: 88px;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    display: inline-flex
}


.Thin {
    color: #FFFDF0;
    font-size: 46px;
    font-style: normal;
    font-family: "Forma DJR Display";
    font-weight: 275;
    line-height: 58px;
    word-wrap: break-word;
    leading-trim: both;
    text-edge: cap;
    padding-bottom: 10px;
}

.Bold {
    color: #FFFDF0;
    font-size: 46px;
    font-style: normal;
    font-family: "Forma DJR Display";
    font-weight: 700;
    line-height: 58px;
    word-wrap: break-word;
    /***/
    leading-trim: both;
    text-edge: cap;
    /* H2 Bold */
    padding-bottom: 10px;
}

.reel_bg {
    width: 1617.443px;
    height: 572.305px;
    position: absolute;
    left: -54.723px;
    bottom: 45.695px;
    opacity: 0.65;
    background: url(../_images/vector-videoreel.svg) no-repeat;
    overflow: hidden;
    align-items: stretch;
    background-size: cover;
}

.home-tabs-bottom-container {
    width: 1400px;
    margin-top: 50px;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8px;
    display: flex;
    z-index: 1;
}

.spotlight_content {
    width: 696px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 28px;
    display: inline-flex
}

.spotlight_paging {
    align-self: stretch;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    display: inline-flex
}


.spotlight_paging_text {
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: #807970;
    font-size: 24px;
    font-family: "Forma DJR Text";
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    word-wrap: break-word;
}

.spotlight_text {
    width: 561px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 28px;
    display: flex
}

    .spotlight_text h3 {
        align-self: stretch;
        text-box-trim: trim-both;
        text-box-edge: cap alphabetic;
        color: #FFFDF0;
        font-size: 26px;
        font-style: normal;
        font-family: "Forma DJR Text";
        font-weight: 500;
        line-height: 30px;
        letter-spacing: 0.72px;
        word-wrap: break-word;
        padding-bottom: 10px;
    }

.spotlight_text_body {
    align-self: stretch;
    color: #FFFDF0;
    font-size: 16px;
    font-style: normal;
    font-family: 'Roboto Flex', sans-serif;
    font-weight: 300;
    line-height: 20px;
    word-wrap: break-word;
}

.spotlight_readmore {
    align-self: stretch;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
    color: #FF8C08;
    font-size: 16px;
    font-style: normal;
    font-family: Roboto;
    font-weight: 600;
    line-height: 20px;
    word-wrap: break-word;
}

.leaderboard_content {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 160px;
    display: flex;
}

.leaderboard_box {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
    display: flex
}

.leaderboard_box_row {
    width: 696px;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
}

.class_-5232777 {
    width: 175px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    display: inline-flex
}

.class_26508001 {
    width: 157.04px;
    height: 200px;
    background: linear-gradient(0deg, rgba(16.18, 9.62, 2.26, 0.10) 0%, rgba(16.18, 9.62, 2.26, 0.10) 100%)
}

.class_66259642 {
    width: 100%;
    max-width: 175px;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
    text-align: center;
    color: #FF8C08;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 600;
    line-height: 20px;
    word-wrap: break-word
}

.class_79458916 {
    width: 157px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    display: inline-flex
}

.class_61633199 {
    width: 142.31px;
    height: 200px;
    background: linear-gradient(0deg, rgba(16, 10, 2, 0.10) 0%, rgba(16, 10, 2, 0.10) 100%)
}

.class_-1185719 {
    align-self: stretch;
    height: 64px;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
    text-align: center;
    color: #FF8C08;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 600;
    line-height: 20px;
    word-wrap: break-word
}

.class_-6269468 {
    width: 156.38px;
    height: 200px;
    background: linear-gradient(0deg, rgba(16, 10, 2, 0.10) 0%, rgba(16, 10, 2, 0.10) 100%)
}

.class_34676008 {
    width: 100%;
    height: 63.06px;
    max-width: 175px;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
    text-align: center;
    color: #FF8C08;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 600;
    line-height: 20px;
    word-wrap: break-word
}

.class_-4442602 {
    width: 157.04px;
    height: 200px;
    background: linear-gradient(0deg, rgba(16, 10, 2, 0.10) 0%, rgba(16, 10, 2, 0.10) 100%)
}


.who-we-are-section {
    width: 100%;
    height: 100%;
    background: #1F1E1E;
    align-items: center;
    gap: 80px;
    display: flex;
    align-self: stretch;
}

.who-we-are-content {
    width: 986px;
    margin-right: 120px;
    flex-direction: column;
    justify-content: flex-start;
    gap: 40px;
    display: flex;
}

.who-we-are-title {
    width: 694px;
    /*height: 88px;*/
    border-bottom: 1px #FFFDF0 solid;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    display: flex;
    padding: 20px 0;
}

@media screen and (max-width: 1800px) {
    .who-we-are-title {
        width: 594px;
    }
}

@media screen and (max-width: 950px) {
    .who-we-are-title {
        width: 100%;
    }
}

.who-we-are-title-text {
    width: 100%;
    flex-shrink: 0;
}

.who-we-are-subtitle {
    color: #FFFDF0;
    font-family: "Forma DJR Display";
    font-size: 46px;
    font-style: normal;
    font-weight: 275;
    line-height: 58px;
    word-wrap: break-word;
    padding-bottom: 10px;
}

.who-we-are-title-bold {
    color: #FFFDF0;
    font-family: "Forma DJR Display";
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    word-wrap: break-word;
    padding-bottom: 10px;
}

.who-we-are-description {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 28px;
    display: flex;
    padding-top: 0px;
}

.who-we-are-description-content {
    max-width: 1000px;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    display: flex;
}

.who-we-are-description-text {
    /*width: 690px;*/
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    display: flex;
}

.who-we-are-description-paragraph {
    align-self: stretch;
    color: #FFFDF0;
    font-size: 16px;
    font-family: 'Roboto Flex', sans-serif;
    font-weight: 300;
    line-height: 20px;
    word-wrap: break-word;
    font-style: normal;
}

.who-we-are-read-more {
    align-self: stretch;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
    color: #FF8C08;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 600;
    line-height: 20px;
    word-wrap: break-word;
    font-style: normal;
}


.pre-footer-container {
    width: 100%;
    background: #0E0E0E;
}

.pre-footer {
    display: flex;
    /*width: 1728px;*/
    padding: 80px 120px;
    justify-content: center;
    align-items: center;
    gap: 80px;
}

.pre-footer-heading {
    width: 625px;
    padding-left: 120px;
    padding-right: 80px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    align-self: stretch;
}

.pre-footer-title {
    color: #FFFDF0;
    display: flex;
    gap: 4px;
}

    .pre-footer-title .bold {
        font-size: 46px;
        font-family: "Forma DJR Display";
        font-style: normal;
        line-height: 58px;
        font-weight: 700;
        padding-bottom: 10px;
    }

    .pre-footer-title .light {
        font-size: 46px;
        font-family: "Forma DJR Display";
        font-style: normal;
        line-height: 58px;
        font-weight: 100;
        padding-bottom: 10px;
    }


.pre-footer-buttons {
    width: 690px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 20px;
}

.button {
    padding: 16px 24px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}

    .button.primary {
        background-color: #FF8C08;
        color: black;
    }

    .button.secondary {
        border: 2px solid #FFFDF0;
        color: #FFFDF0;
    }



/*new UI side menu start*/

.side-menu {
    /*width: 100%;*/
    height: 100%;
    padding-left: 150px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
}

.menu-list, .submenu-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    /*.menu-item, .submenu-item {
    padding: 4px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}*/
    .menu-list li, .submenu-list li {
        padding: 4px;
        /*display: flex;*/
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
    }

        /*.menu-item a, .submenu-item a {
        color: #FFFDF0;*/ /* Default color */
        /*font-size: 14px;
        font-family: Roboto, sans-serif;
        font-weight: 400;
        text-decoration: none;
    }*/
        .menu-list li a, .submenu-list li a {
            color: #FFFDF0; /* Default color */
            font-size: 14px;
            font-family: Roboto, sans-serif;
            font-weight: 400;
            text-decoration: none;
        }

    /*.menu-item.active a, .submenu-item.active a {
        color: #FF8C08;*/ /* Active color */
    /*}*/
    .menu-list .mpeg-sub-menu--active a, .submenu-list .mpeg-sub-menu--active a {
        color: #FF8C08; /* Active color */
    }

    /*.submenu-item a {
        text-decoration: underline;
    }*/
    .submenu-list li a {
        text-decoration: underline;
    }

.submenu-list {
    padding-left: 14px;
    padding-right: 14px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
}
/*new UI side menu end*/

/*footer*/
.footer {
    background-color: #080606;
    color: #FFFDF0;
    font-family: 'Roboto', sans-serif;
    width: 100%;
}

.footer-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /*width: 1728px;*/
    padding: 66px 120px 60px 120px;
}

@media screen and (min-width: 601px) and (max-width: 1024px) {
    .footer-main {
        padding: 66px 80px 60px 80px;
    }
}

.footer-main a:focus,
.footer-main a:hover,
.footer-main a:active {
    border: none !important;
}

.footer-left {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.footer-logo {
    width: 50px;
    height: 47px;
}

.footer-links-group {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
}

.footer-column {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 86px;
}

.footer-heading a {
    color: #FF8C08;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 8px;
    text-decoration: none;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column li a {
    color: #FFFDF0;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    text-decoration: none;
}

.footer-right {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
}

@media (min-width: 900px) and (max-width: 1280px) {
    .footer-right {
        padding-left: 90px;
    }
}

.footer-bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 28px;
    /*padding-right: 50px;*/
    /*border: 1px solid #FFF;*/
}

.footer-social-icons {
    display: flex;
    gap: 20px;
    align-items: center;
    padding-left: 425px;
}

.social-icon {
    width: 30px;
    height: 30px;
    /*background-color: #FFFDF0;*/
    display: inline-block;
    border-radius: 4px;
}

    /* Add background images or SVGs for each icon */
    .social-icon.facebook {
        background-image: url('/Portals/_default/Skins/IATSE700/_images/fb.png');
        background-size: cover;
    }

    .social-icon.x {
        background-image: url('/Portals/_default/Skins/IATSE700/_images/x.png');
        background-size: cover;
    }

    .social-icon.instagram {
        background-image: url('/Portals/_default/Skins/IATSE700/_images/insta.png');
        background-size: cover;
    }

    .social-icon.slack {
        background-color: #FFFDF0;
        background-image: url('/Portals/_default/Skins/IATSE700/_images/slack.png');
        background-size: cover;
    }

    .social-icon.bluesky {
        background-image: url('/Portals/_default/Skins/IATSE700/_images/bs.png');
        background-size: cover;
    }

    .social-icon.discord {
        background-image: url('/Portals/_default/Skins/IATSE700/_images/discord.png');
        background-size: cover;
    }

.footer-legal {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
    font-family: 'Roboto Flex', sans-serif;
}

.footer-legal-link a {
    color: #FF8C08;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.footer-copyright {
    color: #FFFDF0;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
}

.back-to-link-container {
    margin-top: 85px;
    background-color: #272626;
    position: fixed;
    width: 100%;
    z-index: 998
}

.footer-right-mobile {
    display: none;
}

.footer-heading.mobile-show {
    display: none;
}

.resume-left {
    display: inline-block;
}

.resume-right {
    display: inline-block;
    float: right;
}

@media screen and (max-width:1350px) {
    .leaderboard_header {
        display: block;
    }

    .spotlight_header {
        display: block;
        margin-top: 110px;
    }

    .home-tabs-bottom-container {
        display: block;
        width: 100%;
    }

    .featured-credits-list {
        width: 100% !important;
    }
}

.calendar-main {
    min-width: initial;
}

.calendar-tab-content.active {
    width: 100%;
}

.calendar-wrapper {
    display: block;
}

    .calendar-wrapper > div.mpeg-desktop-9 {
        width: 100% !important;
    }

aside.calendar-sidebar {
    max-width: initial;
}

@media screen and (min-width:875px) and (max-width:1632px) {
    .pre-footer-heading {
        padding-right: 0px;
    }

    .pre-footer {
        padding-left:80px;
        padding-right: 80px;
    }

    .pre-footer-title .light {
        min-width: 250px;
    }
}

#mpeg-edit-profile .mpeg-lightbox-inner-padding .personal-forms-header-btn {
    float: right;
}

@media screen and (max-width:1000px) {
    .mpeg-tab .profile-tab-top {
        display: block;
        margin-top: 0px;
    }

        .mpeg-tab .profile-tab-top .mpeg-desktop-9 {
            width: 100%;
        }

    .profile-tab-bottom-container {
        padding-left: 120px;
    }

    .mpeg-health-div {
        display: block !important;
        columns: 3;
    }
}

.mpeg-common-text-formatting .mpeg-profile-overview .title.mobile-only {
    display: none;
}

@media screen and (max-width: 875px) {
    h1 {
        font-size: 70px;
        line-height: 75px;
    }

    .mpeg-tab .profile-tab-top, .mpeg-tab .profile-tab-bottom {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .profile-tab-top-container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .profile-tab-bottom-container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .mpeg-common-text-formatting .mpeg-profile-overview {
        padding: 40px 0px 0px 0px;
    }

        .mpeg-common-text-formatting .mpeg-profile-overview .mpeg-white-box {
            display: block !important;
        }

        .mpeg-common-text-formatting .mpeg-profile-overview .mpeg-profile-image {
            /*margin-bottom: 24px;*/
            width: 100%;
            height: 100%;
            background: none;
            display: flex;
            gap: 20px;
        }

            .mpeg-common-text-formatting .mpeg-profile-overview .mpeg-profile-image img {
                width: 120px;
                height: 120px;
            }

        .mpeg-common-text-formatting .mpeg-profile-overview .profile-edit {
            left: 70px;
        }

        .mpeg-common-text-formatting .mpeg-profile-overview .title.desktop-only {
            display: block;
        }

            .mpeg-common-text-formatting .mpeg-profile-overview .title.desktop-only .member-name-wrapper {
                display: none;
            }

        .mpeg-common-text-formatting .mpeg-profile-overview .title.mobile-only {
            display: inline-block;
        }

    .mpeg-profile-top > .mpeg-row {
        display: block;
    }

    #mpeg-edit-profile .mpeg-lightbox-inner-padding {
        width: 100%;
    }

        #mpeg-edit-profile .mpeg-lightbox-inner-padding .personal-forms-header-btn {
            float: left;
        }

    .leaderboard {
        aspect-ratio: 728 / 90;
        background-size: cover;
        width: auto;
        height: auto;
    }

    #my-bookmarks, .bookmarks-header,
    .calendar-filter, .calendar-list {
        display: block !important;
    }

    .bookmarks-list {
        flex-wrap: nowrap !important;
        width: 100%;
        overflow-x: scroll;
    }

    .calendar-filter {
        width: 100% !important;
    }

    .bookmarks-header {
        padding-bottom: 24px;
    }

    .bookmarks-wrapper {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .bookmarks-title h3 {
        display: inline-block;
    }

    .calendar-card {
        width: 100%;
    }

    .profile-builder-header {
        padding-left: 20px;
        padding-right: 20px;
    }

    #divReportMyWork, #divClassification {
        width: 100%;
    }

    .mpeg-profile-tabs-list .mpeg-profile-mobile-heading {
        padding-top: 0px !important;
        margin-top: 0px !important;
    }

    .mpeg-health-div {
        display: block !important;
        columns: 2;
    }

        .mpeg-health-div .mpeg-column {
            margin-top: 10px !important;
        }

    .back-to-link-container {
        position: absolute;
    }
        /*.back-to-link-container.available-search{
            position:fixed;
        }*/

        .profile-tab-top .mpeg-mobile-12 > h6 {
            padding-left: 20px;
        }

    .code-sections .section {
        width: 100% !important;
    }

    #divPerks .left {
        width: 100%;
    }

    #divPerks .right {
        float: left;
    }

    .who-we-are-section {
        display: block;
    }

    .who-we-are-content-container {
        padding-left: 20px;
    }

    .spotlight_content {
        width: 100%;
    }

    .spotlight_text {
        width: 100%;
    }

    .pre-footer {
        padding-top: 0px;
        padding-left: 20px;
        display: block;
    }

    .pre-footer-heading {
        padding-left: 0px;
        width: 350px;
    }

    .pre-footer-title,
    .pre-footer-buttons {
        display: block;
        width: 350px;
    }

        .pre-footer-title span {
            display: block;
        }

        .pre-footer-buttons a {
            display: block;
            margin-bottom: 20px;
        }

    #mpeg-fixed-main-footer .footer-main {
        display: block;
        padding-top: 0px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 300px;
        padding-left: 0px;
        padding-right: 0px;
    }

        #mpeg-fixed-main-footer .footer-main .footer-left {
            display: block;
        }

            #mpeg-fixed-main-footer .footer-main .footer-left img {
                /*margin-left: calc(50% - 25px);*/
                margin-bottom: 20px;
            }

    .footer-links-group {
        justify-content: center;
    }

    .footer-social-icons {
        padding-left: 0px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 24px;
        gap: 40px;
    }

        .footer-social-icons .social-icon.facebook {
            background-image: url('/Portals/_default/Skins/IATSE700/_images/fb-orange.png');
        }

        .footer-social-icons .social-icon.x {
            background-image: url('/Portals/_default/Skins/IATSE700/_images/x-orange.png');
        }

        .footer-social-icons .social-icon.instagram {
            background-image: url('/Portals/_default/Skins/IATSE700/_images/ig-orange.png');
        }

        .footer-social-icons .social-icon.bluesky {
            background-image: url('/Portals/_default/Skins/IATSE700/_images/bluesky-orange.svg');
        }

    .footer-right {
        display: none;
    }

    .footer-right-mobile {
        display: block;
        width: 100%;
    }

        .footer-right-mobile .footer-heading {
            display: inline-block;
        }

            .footer-right-mobile .footer-heading:not(:last-child) {
                margin-right: 24px;
            }

            .footer-right-mobile .footer-heading a {
                color: white !important;
            }

    .footer-legal {
        justify-content: center;
    }

        .footer-legal h4 {
            line-height: 12px;
        }

    .footer-column li a {
        margin-bottom: 20px;
        line-height: 28px;
    }

    .footer-heading.mobile-show {
        display: initial;
    }

    .footer-column.mobile-hide {
        display: none;
    }

    aside.mpeg-sub-page-menu-container {
        max-width: none !important;
        padding: 24px 20px;
        position: static !important;
        align-self: auto !important;
        height: auto !important;
    }

        aside.mpeg-sub-page-menu-container.mobile-hide {
            display: none !important;
        }

    .hero-section {
        padding: 140px 20px 0px 20px;
    }
    .hero-section.homepage{
        min-height:0px;
    }

    .home-tabs-adimage {
        padding: 25px 20px 0px 20px;
    }

    .leaderboard_header {
        padding-left: 20px;
        padding-right: 20px;
    }

    .mpeg-row.mpeg-page-padding {
        display: block;
    }

    a.back-to-link, a.back-to-link:visited,
    .scroll-header {
        padding-left: 20px;
    }


    .calendar-sidebar-box {
        width: 100%;
    }

    #loginbox {
        width: 100%;
    }
}

@media screen and (min-width: 1800px) {
    .mpeg-row,
    .hero-content,
    .footer-main,
    .pre-footer,
    .footer-bottom,
    #mpeg-header-main-menu-container,
    .mpeg-common-text-formatting .mpeg-profile-overview,
    .leaderboard_header {
        width: 1728px;
    }



    .spotlight_header,
    .hero-content {
        width: 1488px;
    }

    .spotlight {
        width: 694px;
    }

    .who-we-are-description-text {
        width: 690px;
    }

    .wage-contract-ddl {
        width: 370px !important;
    }

    .filter-controls {
        width: 1074px;
    }

    .homepage .hero-content,
    .home-tabs-bottom-container,
    .spotlight_header,
    .who-we-are-section div.DnnModule,
    .home-main ~ .pre-footer-container > .pre-footer,
    .home-main ~ .footer > .footer-main {
        margin-left: auto;
        margin-right: auto;
    }

    .leaderboard_header {
        margin-left: auto;
        margin-right: auto;
        right: 0px;
    }

    .home-header #mpeg-header-main-menu-container {
        margin-left: auto;
        margin-right: auto;
        position: initial;
    }
}

.calendar-page > .mpeg-row {
    width: initial;
}

.calendar-page #dnn_ContentPane {
    max-width: 1300px;
    width: 100%;
}

@media screen and (min-width:875px) and (max-width:1300px) {
    #mpeg-header-desktop-icons {
        width: 350px;
    }

    .mpeg-header-popup {
        right: 0px;
    }

    #mpeg-header-main-menu-container {
        padding: 0px 20px;
    }
}

.hero-right div:first-child {
    display: flex;
    gap: 20px;
}

@media screen and (max-width:1100px) {
    .textbox-wrapper.show-search {
        width: 300px;
    }

    .wage-select-wrapper-large {
        min-width: 175px;
    }

    .calendar-tabs {
        display: block;
        padding-bottom: 12px;
    }

    .calendar-tab.active::after {
        left: 0px;
    }

    .hero-actions {
        display: block;
    }

    .hero-left .info-box {
        margin-bottom: 20px;
    }

    .hero-right {
        display: block;
        justify-items: center !important;
    }

        .hero-right div:first-child {
            margin-bottom: 20px;
        }
        .hero-right div{
            margin-left:auto;
            margin-right:auto;
        }
}

@media screen and (min-width: 875px) and (max-width: 1100px) {
    #mpeg-header-main-menu-container .search-container .textbox-input {
        padding: 0px 5px;
        width: 140px;
    }

    #mpeg-header-desktop-icons {
        width: 300px;
    }

    #mpeg-main-menu-header > li {
        padding: 16px 8px;
    }
}

@media screen and (min-width:875px) and (max-width:1300px) {
    #mpeg-header-desktop-icons {
        width: 250px;
    }
}

.seprator {
    align-self: stretch;
    height: 0px;
    border-top: 1px #FFFDF0 solid;
    outline-offset: -0.50px
}

.dnnFormMessage.dnnFormWarning {
    background: #FFFDF0 !important;
    color: #080606 !important;
    border-color: #080606 !important;
}

.dnnFormMessage {
    display: block;
    padding: 28px 40px 40px 40px;
    margin-bottom: 20px;
    border-radius: 8px;
    max-width: 100%;
}

.DnnModule-DNN_HTML {
    background: #FFFDF0 !important;
    color: #080606 !important;
    border-radius: 8px;
    padding: 28px 40px 28px 40px;
   /* margin-bottom: 20px;*/
}

    .DnnModule-DNN_HTML a {
        color: #B25F00;
    }

    .DnnModule-DNN_HTML .mpeg-expand-panel .panel-header:hover {
        cursor: pointer;
    }

    .DnnModule-DNN_HTML .mpeg-expand-panel .arrow-icon {
        display: inline-block;
        transition: transform 0.25s ease;
        background-image: url('/Portals/_default/Skins/IATSE700/_images/icon-expandcollapse.svg');
        width: 40px;
        height: 40px;
    }

        .DnnModule-DNN_HTML .mpeg-expand-panel .arrow-icon.flipped {
            transform: rotate(180deg);
        }

    .DnnModule-DNN_HTML .mpeg-expand-panel .panel-header h1,
    .DnnModule-DNN_HTML .mpeg-expand-panel .panel-header h2,
    .DnnModule-DNN_HTML .mpeg-expand-panel .panel-header h3,
    .DnnModule-DNN_HTML .mpeg-expand-panel .panel-header h4,
    .DnnModule-DNN_HTML .mpeg-expand-panel .panel-header h5,
    .DnnModule-DNN_HTML .mpeg-expand-panel .panel-header h6 {
        display: inline-block;
        padding: 0px;
        max-width: calc(100% - 70px);
        margin-left: -10px;
    }

    .DnnModule-DNN_HTML .mpeg-expand-panel .toggle-btn {
        cursor: pointer;
        /*width: 30px;
        height: 30px;*/
        border: none;
        background: none;
        border-radius: 4px;
        float: right;
        padding: 0px;
    }

    .DnnModule-DNN_HTML .mpeg-expand-panel {
        line-height: 0px;
    }

        .DnnModule-DNN_HTML .mpeg-expand-panel .panel-body {
            display: none;
            line-height: 18px;
            padding-top: 10px;
        }

/*.mpeg-expand-panel:not(.open){
        line-height:0px;
    }*/

/*#dnn_ContentPane_Leaderboard .DnnModule-DNN_HTML {
    background: none !important;
    color: inherit !important;
    padding: 0 !important;
    border-radius: 0 !important;
}*/
#dnn_ContentPane {
    max-width: 1200px;
}

    #dnn_ContentPane.max-width {
        max-width: 1488px;
    }

    #dnn_ContentPane.wage-contract-contact-pane {
        max-width: 1600px;
    }

/* Flatten the table structure */
#dnn_ContentPane_Leaderboard table[id^="dnn_ctr"][id*="displaybanners_lstBanners"] {
    display: block !important;
    width: 100%;
    padding: 20px 0;
    border-collapse: collapse;
}

/* Flatten rows */
#dnn_ContentPane_Leaderboard table[id^="dnn_ctr"] tr {
    display: contents;
}

/* Grid-style layout using inline-block */
#dnn_ContentPane_Leaderboard table[id^="dnn_ctr"] td {
    display: inline-block;
    width: 31%;
    margin: 1%;
    vertical-align: top;
    box-sizing: border-box;
    text-align: center;
    padding-bottom: 30px;
}


/* Banner image styling */
#dnn_ContentPane_Leaderboard table[id^="dnn_ctr"] img {
    /*width: 100%;
    height: auto;
    border-radius: 6px;
    display: block;
    margin-bottom: 10px;*/
    width: 160px;
    height: 200px;
    background: linear-gradient(0deg, rgba(16.18, 9.62, 2.26, 0.10) 0%, rgba(16.18, 9.62, 2.26, 0.10) 100%)
}

@media screen and (max-width:600px) {
    #dnn_ContentPane_Leaderboard table[id^="dnn_ctr"] img {
        height: auto;
    }
}

.banner-caption {
    width: 100%;
    height: 63.06px;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
    text-align: center;
    color: #FF8C08;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 600;
    line-height: 20px;
    word-wrap: break-word;
    padding-top: 20px;
}




.DnnModule-2461, .DnnModule-439 {
    display: none;
}

.rightpane_seprator {
    border-color: red;
}

/* Modal Container */
.custom-modal {
    width: 100%;
    height: 100%;
    padding: 40px;
    position: relative;
    background: #FFFDF0;
    border-radius: 8px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}

/* Header Section */
.custom-modal-header {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

.custom-modal-title {
    color: #080606;
    font-size: 36px;
    font-family: "Forma DJR Text", sans-serif;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0.72px;
}

@media screen and (max-width:875px) {
    .profile-tab-bottom .custom-modal-title, .profile-tab-top .custom-modal-title {
        padding-left: 20px;
    }

    .mpeg-white-box, .DnnModule-DNN_HTML {
        padding: 24px;
    }
}

.custom-modal-divider {
    align-self: stretch;
    height: 0;
    border: none;
    outline: 2px #080606 solid;
    outline-offset: -1px;
}

/* Highlight Box */
.custom-modal-highlight {
    align-self: stretch;
    padding-bottom: 12px;
    background: rgba(151, 71, 255, 0.10);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

.custom-modal-highlight-text {
    width: 172.97px;
    height: 100px;
    color: white;
    font-size: 20px;
    font-family: "Roboto Flex", sans-serif;
    font-style: italic;
    font-weight: 300;
    line-height: 26px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Button Row */
.custom-modal-button-row {
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.custom-modal-btn-secondary {
    padding: 16px 24px;
    border-radius: 30px;
    border: 2px solid #080606;
    background: transparent;
    color: #080606;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 600;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.custom-modal-btn-primary {
    padding: 16px 24px;
    border-radius: 30px;
    background: #FF8C08;
    color: black;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 600;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

/* Close Icon */
.custom-modal-close {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 6px;
    right: 20px; /* Adjust so it stays in top-right corner */
    cursor: pointer;
}

.custom-modal-close-inner {
    width: 14px;
    height: 14px;
    background: #080606;
    position: absolute;
    top: 5px;
    left: 5px;
}

.custom-modal-link-box {
    background: rgba(151, 71, 255, 0.10);
    padding: 12px;
    border-radius: 6px;
    width: 100%;
    word-break: break-all;
}

.custom-modal-link {
    color: #080606;
    font-size: 16px;
    font-family: "Roboto Flex", sans-serif;
    font-weight: 400;
}

/* Modal Container */
.custom-modal {
    background: #FFFDF0;
    border-radius: 8px;
    padding: 30px;
    color: #080606;
    /*font-family: 'Forma DJR Text', sans-serif;*/
    position: relative;
}

    /* Title */
    .custom-modal h2 {
        font-size: 42px !important;
        line-height: 52px !important;
        font-weight: 600;
        margin-bottom: 20px;
        color: #080606;
        padding-bottom: 10px;
    }

    .custom-modal h3 {
        font-size: 26px;
        line-height: 30px;
        font-weight: 500;
        margin-bottom: 20px;
        color: #080606;
        padding-bottom: 10px;
    }

    /* Separator */
    .custom-modal hr {
        border: none;
        border-top: 2px solid #080606;
        margin: 20px 0;
    }

    /* Link Display */
    .custom-modal .modal-link {
        display: block;
        background: rgba(151, 71, 255, 0.10);
        padding: 12px;
        border-radius: 8px;
        font-size: 16px;
        font-weight: 400;
        color: #080606;
        word-break: break-all;
        margin-bottom: 20px;
    }

    /* Copy Button */
    .custom-modal .copy-btn {
        background: #FF8C08;
        color: #080606;
        padding: 12px 24px;
        border-radius: 30px;
        font-weight: 600;
        font-size: 16px;
        border: none;
        cursor: pointer;
    }

    /* Close Button */
    .custom-modal .modal-close {
        position: absolute;
        top: 12px;
        right: 12px;
        font-size: 22px;
        font-weight: bold;
        color: #080606;
        background: none;
        border: none;
        cursor: pointer;
    }

.btn-orange {
    background-color: #FF8C08;
    color: black;
    padding: 16px 24px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none !important;
}

/* --------------------------
   Base Button
--------------------------- */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 30px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    cursor: pointer;
    border: none;
    transition: background 0.2s, color 0.2s, border-color 0.2s, outline 0.2s;
    text-decoration: none;
    -webkit-appearance:none;
    appearance:none;
}

/* Icon spacing */
/*.btn .icon {
        display: inline-flex;
        width: 20px;
        height: 20px;
    }*/

/* Icon-only button */
.btn-icon {
    padding: 12px;
    width: 44px;
    height: 44px;
    justify-content: center;
}

/* Disabled (common baseline) */
.btn:disabled,
.btn.disabled {
    cursor: not-allowed;
    opacity: 0.6;
}

/* --------------------------
   Primary
--------------------------- */
.btn-primary {
    background: #FF8C08 !important;
    color: #000 !important;
}

    .btn-primary:disabled {
        background: #9D9D9D !important;
        color: #E9EBF8 !important;
    }

    .btn-primary:active:not(:disabled) {
        background: #FFB25A !important;
        color: #000 !important;
    }

    .btn-primary:focus:not(:disabled) {
        border-radius: 30px;
        /*outline: 2px dashed #FFFDF0 !important;*/
        outline-offset: -2px;
        background: #FFB25A !important;
        color: #000 !important;
    }

    .btn-primary:hover:not(:disabled) {
        background: #FFB25A !important;
        color: #000 !important;
    }
/* --------------------------
   Secondary
--------------------------- */
.btn-secondary {
    background: #000 !important;
    color: #FFFDF0 !important;
    border: 2px solid #FFFDF0 !important;
}

    .btn-secondary:disabled {
        border-color: #9D9D9D !important;
        color: #9D9D9D !important;
    }

    .btn-secondary:active:not(:disabled) {
        border-radius: 30px;
        border: 2px solid #FFFDF0 !important;
        background: #000 !important;
        color: #FFFDF0 !important;
    }

    .btn-secondary:focus:not(:disabled) {
        border-radius: 30px;
        /*border: 2px dashed #FFFDF0 !important;*/
        outline-offset: -2px;
        background: #000 !important;
        color: #FFFDF0 !important;
    }

    .btn-secondary:hover:not(:disabled) {
        background: #FFFDF0 !important;
        color: #000 !important;
        border-color: #000 !important;
    }

/* --------------------------
   Secondary Black
--------------------------- */
.btn-secondaryBlack {
    color: #080606 !important;
    border: 2px solid #080606 !important;
}

    .btn-secondaryBlack:disabled {
        color: #717070 !important;
        border: 2px solid #717070 !important;
    }

    .btn-secondaryBlack:active:not(:disabled) {
        border-radius: 30px;
        border: 2px solid #080606 !important;
        background: #000 !important;
        color: #080606 !important;
    }

    .btn-secondaryBlack:focus:not(:disabled) {
        border-radius: 30px;
        /*border: 2px dashed #FFFDF0 !important;*/
        outline-offset: -2px;
        background: #000 !important;
        color: #FFFDF0 !important;
    }

    .btn-secondaryBlack:hover:not(:disabled) {
        background: #080606 !important;
        color: #FFFDF0 !important;
    }

/* --------------------------
   Tertiary
--------------------------- */
.btn-tertiary {
    background: transparent;
    border: none;
    color: #FFFDF0 !important;
}

    .btn-tertiary:disabled {
        color: #9D9D9D !important;
    }

    .btn-tertiary:active:not(:disabled) {
        border: 0px;
        color: #FFFDF0 !important;
    }

    .btn-tertiary:focus:not(:disabled) {
        border-radius: 0px;
        /*border: 2px dashed #FFFDF0 !important;*/
        outline-offset: 2px;
        color: #FFFDF0 !important;
    }

    .btn-tertiary:hover:not(:disabled) {
        color: #FFFDF0 !important;
    }

.btn-tertiary-black {
    background: transparent;
    border: none;
    color: #000 !important;
}

    .btn-tertiary-black:disabled {
        color: #9D9D9D !important;
    }

    .btn-tertiary-black:active:not(:disabled) {
        border: 0px;
        color: #000 !important;
    }

    .btn-tertiary-black:focus:not(:disabled) {
        border-radius: 0px;
        /*border: 2px dashed #FFFDF0 !important;*/
        outline-offset: 2px;
        color: #000 !important;
    }

    .btn-tertiary-black:hover:not(:disabled) {
        color: #000 !important;
    }
/* --------------------------
   Link
--------------------------- */
a, a:visited {
    background: none;
    border: none;
    padding: 4px 0px;
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
    color: #FF8C08;
}

    a:disabled {
        color: #9D9D9D;
        text-decoration: underline;
        cursor: not-allowed;
    }

    a:active:not(:disabled) {
        color: #EAEAEA;
        border: none !important;
    }

    a:focus:not(:disabled) {
        border-radius: 0px;
        /*border: 2px dashed #EAEAEA;*/
        outline-offset: 2px;
    }

    a:hover:not(:disabled) {
        color: #FF8C08;
    }

.box-header {
    display: flex;
    padding: 8px 0 20px 0;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.box-data {
    font-family: "Roboto Flex";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
}

    .box-data.bold {
        font-weight: 700;
    }

.code-sections {
    display: inline;
    margin: 12px;
    width: 998px;
}

    .code-sections .section {
        flex: 1;
        float: left;
        width: 40%;
        margin-right: 80px;
        margin-bottom: 12px;
        min-height: 92px;
    }

        .code-sections .section input {
            width: 62%;
            margin-right: 20px;
        }

    .code-sections .spacer {
        display: flex;
        align-items: center;
        gap: 80px;
    }

@media screen and (max-width:1500px) {
    .code-sections .section {
        margin-right: 40px;
        min-height: 175px;
    }

        .code-sections .section a {
            margin-top: 20px;
        }
}

.scroll-target {
    scroll-margin-top: 120px;
}



.custom-bullets, .custom-bullets-2 {
    list-style: disc;
    padding-left: 15px;
}

    .custom-bullets li, .custom-bullets-2 li {
        position: relative;
        margin-bottom: 8px;
        color: var(--button-color-text, #000) !important;
        leading-trim: both;
        text-edge: cap;
        /* Link */
        font-family: Roboto;
        font-size: 14px !important;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

        .custom-bullets li a, .custom-bullets-2 li a {
            color: #000 !important;
            font-family: Roboto;
            font-size: 14px !important;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            text-decoration-line: underline !important;
            text-decoration-style: solid;
            text-decoration-skip-ink: none;
            text-decoration-thickness: auto;
            text-underline-offset: auto;
            text-underline-position: from-font;
        }

        .custom-bullets li::before, .custom-bullets-2 li::before {
            position: absolute;
            left: -15px;
            color: #FF8C08;
            font-size: 12px;
            content: "■";
        }

        .custom-bullets li:last-child::before {
            display: none;
        }

.invoice-table-wrapper {
    width: 93%;
    border: 1px solid #d6cfc0;
    border-radius: 8px;
    overflow: hidden; /* ✅ fixes white corner gaps */
    background-color: #fffaf0;
}

.invoice-table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

    .invoice-table th,
    .invoice-table td {
        border: 1px solid #C2B4A5;
        padding: 10px 12px;
        color: var(--MPEG-Black, #080606);
        font-family: "Roboto Flex";
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: 20px;
        width: clamp(80px, 20vw, 100px);
        white-space: normal;
        word-break: break-word;
    }

.wrap-col {
    word-wrap: break-word; /* legacy */
    overflow-wrap: break-word; /* modern */
    white-space: normal;
}

@media screen and (max-width: 900px) {
    .invoice-table td a {
        display: inline-block;
        /*color: #B25F00;*/
        color: var(--MPEG-Black, #080606);
        font-size: 14px;
        padding-left: 50px;
        text-decoration: none;
    }
}
.invoice-table td a {
    color: var(--MPEG-Black, #080606);
    font-size: 14px;
    padding: 0px;
    text-decoration: none;
}

    .invoice-table td a:hover {
        color: var(--MPEG-Black, #080606);
    }

.invoice-table thead th {
    border: 1px solid #C2B4A5;
    background: var(--mpeg-cool-beige-25, rgba(194, 180, 165, 0.25));
    text-align: left;
    font-weight: 600;
}

    .invoice-table thead th input {
        padding: 0px;
        border: 0px;
        background: none;
        text-wrap: auto;
        text-align: left;
    }

.invoice-table .total-row td {
    color: var(--MPEG-Black, #080606);
    font-family: "Roboto Flex";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

@media screen and (max-width: 56.25em) {
    table.keep-grid-mobile th {
        position: static;
        display: table-cell;
    }

        table.keep-grid-mobile th.remove {
            font-size: 0px !important;
        }

    table.keep-grid-mobile tr,
    table.keep-grid-mobile tbody tr {
        display: table-row !important;
        margin: 0 !important;
        border: none !important;
        border-radius: 0 !important;
    }

    table.keep-grid-mobile td {
        display: table-cell !important;
        position: static !important;
        padding: 10px 12px !important;
        /*width: 50% !important;*/
        border: 1px solid #C2B4A5 !important;
    }

        table.keep-grid-mobile td:before {
            display: none !important;
            content: none !important;
        }
}

@media (max-width: 768px) {
    .networkpop {
        left: 5% !important;
        width: 90% !important;
        max-height: 60vh !important;
    }
}

.networkpop {
    display: none;
    position: fixed;
    top: 25%;
    left: 33%;
    width: 40%;
    height: inherit;
    min-height: 25vh;
    max-height: 60vh;
    z-index: 1002;
}


#perks {
    padding: 40px 0px;
}


#divPerks {
    width: 100%;
}

    #divPerks .left {
        width: 70%;
    }

    #divPerks img {
        width: 240px;
        flex-shrink: 0;
    }

.pt20 {
    padding-top: 20px;
}

.ptb10 {
    padding: 10px 0px;
    display: inline-block;
}


.info-description-small a {
    color: var(--MPEG-Black, #080606);
    /* Body */
    font-family: "Roboto Flex";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    padding: 0px;
    line-height: 20px; /* 142.857% */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.info-description-small strong a {
    font-weight: bold;
}

#pswd_info {
    padding: 15px;
    background: transparent;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ddd;
}

    #pswd_info h4 {
        margin: 0 0 10px 0;
        padding: 0;
        font-weight: normal;
    }

.invalid {
    padding-left: 22px;
    font-family: 'Forma DJR Text', sans-serif !important;
    line-height: 24px;
    color: #ec3f41;
}

.valid {
    padding-left: 22px;
    font-family: 'Forma DJR Text', sans-serif !important;
    line-height: 24px;
    color: #3a7d34;
}

#pswd_info {
    display: none;
}

    #pswd_info ul {
        padding: 10px !important;
    }

    #pswd_info li {
        margin-bottom: 5px !important;
    }

.change-left {
    width: 100%;
    float: left;
}

.change-pwd-left {
    width: 31%;
    float: left;
    display: inline-block;
    margin-right: 25px;
}

.change-pwd-right {
    width: calc(33% - 20px);
    float: right;
    display: inline-block;
}

@media screen and (max-width:400px) {
    .change-pwd-left, .change-pwd-right {
        width: 100%;
    }
}



@font-face {
    font-family: "Roboto Flex";
    src: url("../Roboto_Flex/RobotoFlex-VariableFont_GRAD,XOPQ,XTRA,YOPQ,YTAS,YTDE,YTFI,YTLC,YTUC,opsz,slnt,wdth,wght.ttf") format("truetype-variations"), url("../Roboto_Flex/RobotoFlex-VariableFont_GRAD,XOPQ,XTRA,YOPQ,YTAS,YTDE,YTFI,YTLC,YTUC,opsz,slnt,wdth,wght.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("../Roboto/Roboto-Italic-VariableFont_wdth,wght.ttf") format("truetype-variations"), url("../Roboto/Roboto-Italic-VariableFont_wdth,wght.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("../Roboto/Roboto-VariableFont_wdth,wght.ttf") format("truetype-variations"), url("../Roboto/Roboto-VariableFont_wdth,wght.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRVariableNormal[opsz,slnt,wght].woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRVariableNormal[opsz,slnt,wght].woff') format("woff");
    font-family: 'Forma DJR Variable Normal';
    font-style: normal;
    font-weight: normal;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRMicro-ExtraLight.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRMicro-ExtraLight.woff') format("woff");
    font-family: 'Forma DJR Micro';
    font-style: normal;
    font-weight: 275;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRMicro-ExtraLightItalic.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRMicro-ExtraLightItalic.woff') format("woff");
    font-family: 'Forma DJR Micro';
    font-style: italic;
    font-weight: 275;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRMicro-Light.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRMicro-Light.woff') format("woff");
    font-family: 'Forma DJR Micro';
    font-style: normal;
    font-weight: 300;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRMicro-LightItalic.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRMicro-LightItalic.woff') format("woff");
    font-family: 'Forma DJR Micro';
    font-style: italic;
    font-weight: 300;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRMicro-Regular.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRMicro-Regular.woff') format("woff");
    font-family: 'Forma DJR Micro';
    font-style: normal;
    font-weight: normal;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRMicro-Italic.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRMicro-Italic.woff') format("woff");
    font-family: 'Forma DJR Micro';
    font-style: italic;
    font-weight: normal;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRMicro-Medium.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRMicro-Medium.woff') format("woff");
    font-family: 'Forma DJR Micro';
    font-style: normal;
    font-weight: 500;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRMicro-MediumItalic.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRMicro-MediumItalic.woff') format("woff");
    font-family: 'Forma DJR Micro';
    font-style: italic;
    font-weight: 500;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRMicro-Bold.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRMicro-Bold.woff') format("woff");
    font-family: 'Forma DJR Micro';
    font-style: normal;
    font-weight: bold;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRMicro-BoldItalic.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRMicro-BoldItalic.woff') format("woff");
    font-family: 'Forma DJR Micro';
    font-style: italic;
    font-weight: bold;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRMicro-ExtraBold.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRMicro-ExtraBold.woff') format("woff");
    font-family: 'Forma DJR Micro';
    font-style: normal;
    font-weight: 800;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRMicro-ExtraBoldItalic.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRMicro-ExtraBoldItalic.woff') format("woff");
    font-family: 'Forma DJR Micro';
    font-style: italic;
    font-weight: 800;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRMicro-Black.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRMicro-Black.woff') format("woff");
    font-family: 'Forma DJR Micro';
    font-style: normal;
    font-weight: 900;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRMicro-BlackItalic.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRMicro-BlackItalic.woff') format("woff");
    font-family: 'Forma DJR Micro';
    font-style: italic;
    font-weight: 900;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRText-ExtraLight.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRText-ExtraLight.woff') format("woff");
    font-family: 'Forma DJR Text';
    font-style: normal;
    font-weight: 275;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRText-ExtraLightItalic.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRText-ExtraLightItalic.woff') format("woff");
    font-family: 'Forma DJR Text';
    font-style: italic;
    font-weight: 275;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRText-Light.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRText-Light.woff') format("woff");
    font-family: 'Forma DJR Text';
    font-style: normal;
    font-weight: 300;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRText-LightItalic.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRText-LightItalic.woff') format("woff");
    font-family: 'Forma DJR Text';
    font-style: italic;
    font-weight: 300;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRText-Regular.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRText-Regular.woff') format("woff");
    font-family: 'Forma DJR Text';
    font-style: normal;
    font-weight: normal;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRText-Italic.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRText-Italic.woff') format("woff");
    font-family: 'Forma DJR Text';
    font-style: italic;
    font-weight: normal;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRText-Medium.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRText-Medium.woff') format("woff");
    font-family: 'Forma DJR Text';
    font-style: normal;
    font-weight: 500;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRText-MediumItalic.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRText-MediumItalic.woff') format("woff");
    font-family: 'Forma DJR Text';
    font-style: italic;
    font-weight: 500;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRText-Bold.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRText-Bold.woff') format("woff");
    font-family: 'Forma DJR Text';
    font-style: normal;
    font-weight: bold;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRText-BoldItalic.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRText-BoldItalic.woff') format("woff");
    font-family: 'Forma DJR Text';
    font-style: italic;
    font-weight: bold;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRText-ExtraBold.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRText-ExtraBold.woff') format("woff");
    font-family: 'Forma DJR Text';
    font-style: normal;
    font-weight: 800;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRText-ExtraBoldItalic.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRText-ExtraBoldItalic.woff') format("woff");
    font-family: 'Forma DJR Text';
    font-style: italic;
    font-weight: 800;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRText-Black.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRText-Black.woff') format("woff");
    font-family: 'Forma DJR Text';
    font-style: normal;
    font-weight: 900;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRText-BlackItalic.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRText-BlackItalic.woff') format("woff");
    font-family: 'Forma DJR Text';
    font-style: italic;
    font-weight: 900;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDeck-Hairline.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDeck-Hairline.woff') format("woff");
    font-family: 'Forma DJR Deck';
    font-style: normal;
    font-weight: 1;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDeck-HairlineItalic.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDeck-HairlineItalic.woff') format("woff");
    font-family: 'Forma DJR Deck';
    font-style: italic;
    font-weight: 1;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDeck-Thin.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDeck-Thin.woff') format("woff");
    font-family: 'Forma DJR Deck';
    font-style: normal;
    font-weight: 100;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDeck-ThinItalic.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDeck-ThinItalic.woff') format("woff");
    font-family: 'Forma DJR Deck';
    font-style: italic;
    font-weight: 100;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDeck-ExtraLight.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDeck-ExtraLight.woff') format("woff");
    font-family: 'Forma DJR Deck';
    font-style: normal;
    font-weight: 275;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDeck-ExtraLightItalic.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDeck-ExtraLightItalic.woff') format("woff");
    font-family: 'Forma DJR Deck';
    font-style: italic;
    font-weight: 275;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDeck-Light.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDeck-Light.woff') format("woff");
    font-family: 'Forma DJR Deck';
    font-style: normal;
    font-weight: 300;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDeck-LightItalic.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDeck-LightItalic.woff') format("woff");
    font-family: 'Forma DJR Deck';
    font-style: italic;
    font-weight: 300;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDeck-Regular.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDeck-Regular.woff') format("woff");
    font-family: 'Forma DJR Deck';
    font-style: normal;
    font-weight: normal;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDeck-Italic.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDeck-Italic.woff') format("woff");
    font-family: 'Forma DJR Deck';
    font-style: italic;
    font-weight: normal;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDeck-Medium.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDeck-Medium.woff') format("woff");
    font-family: 'Forma DJR Deck';
    font-style: normal;
    font-weight: 500;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDeck-MediumItalic.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDeck-MediumItalic.woff') format("woff");
    font-family: 'Forma DJR Deck';
    font-style: italic;
    font-weight: 500;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDeck-Bold.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDeck-Bold.woff') format("woff");
    font-family: 'Forma DJR Deck';
    font-style: normal;
    font-weight: bold;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDeck-BoldItalic.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDeck-BoldItalic.woff') format("woff");
    font-family: 'Forma DJR Deck';
    font-style: italic;
    font-weight: bold;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDeck-ExtraBold.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDeck-ExtraBold.woff') format("woff");
    font-family: 'Forma DJR Deck';
    font-style: normal;
    font-weight: 800;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDeck-ExtraBoldItalic.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDeck-ExtraBoldItalic.woff') format("woff");
    font-family: 'Forma DJR Deck';
    font-style: italic;
    font-weight: 800;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDeck-Black.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDeck-Black.woff') format("woff");
    font-family: 'Forma DJR Deck';
    font-style: normal;
    font-weight: 900;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDeck-BlackItalic.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDeck-BlackItalic.woff') format("woff");
    font-family: 'Forma DJR Deck';
    font-style: italic;
    font-weight: 900;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDisplay-Hairline.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDisplay-Hairline.woff') format("woff");
    font-family: 'Forma DJR Display';
    font-style: normal;
    font-weight: 200;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDisplay-HairlineItalic.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDisplay-HairlineItalic.woff') format("woff");
    font-family: 'Forma DJR Display';
    font-style: italic;
    font-weight: 100;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDisplay-Thin.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDisplay-Thin.woff') format("woff");
    font-family: 'Forma DJR Display';
    font-style: normal;
    font-weight: 200;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDisplay-ThinItalic.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDisplay-ThinItalic.woff') format("woff");
    font-family: 'Forma DJR Display';
    font-style: italic;
    font-weight: 100;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDisplay-ExtraLight.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDisplay-ExtraLight.woff') format("woff");
    font-family: 'Forma DJR Display';
    font-style: normal;
    font-weight: 275;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDisplay-ExtraLightItalic.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDisplay-ExtraLightItalic.woff') format("woff");
    font-family: 'Forma DJR Display';
    font-style: italic;
    font-weight: 275;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDisplay-Light.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDisplay-Light.woff') format("woff");
    font-family: 'Forma DJR Display';
    font-style: normal;
    font-weight: 300;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDisplay-LightItalic.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDisplay-LightItalic.woff') format("woff");
    font-family: 'Forma DJR Display';
    font-style: italic;
    font-weight: 300;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDisplay-Regular.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDisplay-Regular.woff') format("woff");
    font-family: 'Forma DJR Display';
    font-style: normal;
    font-weight: normal;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDisplay-Italic.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDisplay-Italic.woff') format("woff");
    font-family: 'Forma DJR Display';
    font-style: italic;
    font-weight: normal;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDisplay-Medium.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDisplay-Medium.woff') format("woff");
    font-family: 'Forma DJR Display';
    font-style: normal;
    font-weight: 500;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDisplay-MediumItalic.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDisplay-MediumItalic.woff') format("woff");
    font-family: 'Forma DJR Display';
    font-style: italic;
    font-weight: 500;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDisplay-Bold.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDisplay-Bold.woff') format("woff");
    font-family: 'Forma DJR Display';
    font-style: normal;
    font-weight: bold;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDisplay-BoldItalic.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDisplay-BoldItalic.woff') format("woff");
    font-family: 'Forma DJR Display';
    font-style: italic;
    font-weight: bold;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDisplay-ExtraBold.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDisplay-ExtraBold.woff') format("woff");
    font-family: 'Forma DJR Display';
    font-style: normal;
    font-weight: 800;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDisplay-ExtraBoldItalic.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDisplay-ExtraBoldItalic.woff') format("woff");
    font-family: 'Forma DJR Display';
    font-style: italic;
    font-weight: 800;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDisplay-Black.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDisplay-Black.woff') format("woff");
    font-family: 'Forma DJR Display';
    font-style: normal;
    font-weight: 900;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDisplay-BlackItalic.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRDisplay-BlackItalic.woff') format("woff");
    font-family: 'Forma DJR Display';
    font-style: italic;
    font-weight: 900;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRBanner-Hairline.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRBanner-Hairline.woff') format("woff");
    font-family: 'Forma DJR Banner';
    font-style: normal;
    font-weight: 1;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRBanner-HairlineItalic.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRBanner-HairlineItalic.woff') format("woff");
    font-family: 'Forma DJR Banner';
    font-style: italic;
    font-weight: 1;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRBanner-Thin.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRBanner-Thin.woff') format("woff");
    font-family: 'Forma DJR Banner';
    font-style: normal;
    font-weight: 100;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRBanner-ThinItalic.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRBanner-ThinItalic.woff') format("woff");
    font-family: 'Forma DJR Banner';
    font-style: italic;
    font-weight: 100;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRBanner-ExtraLight.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRBanner-ExtraLight.woff') format("woff");
    font-family: 'Forma DJR Banner';
    font-style: normal;
    font-weight: 275;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRBanner-ExtraLightItalic.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRBanner-ExtraLightItalic.woff') format("woff");
    font-family: 'Forma DJR Banner';
    font-style: italic;
    font-weight: 275;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRBanner-Light.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRBanner-Light.woff') format("woff");
    font-family: 'Forma DJR Banner';
    font-style: normal;
    font-weight: 300;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRBanner-LightItalic.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRBanner-LightItalic.woff') format("woff");
    font-family: 'Forma DJR Banner';
    font-style: italic;
    font-weight: 300;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRBanner-Regular.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRBanner-Regular.woff') format("woff");
    font-family: 'Forma DJR Banner';
    font-style: normal;
    font-weight: normal;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRBanner-Italic.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRBanner-Italic.woff') format("woff");
    font-family: 'Forma DJR Banner';
    font-style: italic;
    font-weight: normal;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRBanner-Medium.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRBanner-Medium.woff') format("woff");
    font-family: 'Forma DJR Banner';
    font-style: normal;
    font-weight: 500;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRBanner-MediumItalic.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRBanner-MediumItalic.woff') format("woff");
    font-family: 'Forma DJR Banner';
    font-style: italic;
    font-weight: 500;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRBanner-Bold.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRBanner-Bold.woff') format("woff");
    font-family: 'Forma DJR Banner';
    font-style: normal;
    font-weight: bold;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRBanner-BoldItalic.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRBanner-BoldItalic.woff') format("woff");
    font-family: 'Forma DJR Banner';
    font-style: italic;
    font-weight: bold;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRBanner-ExtraBold.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRBanner-ExtraBold.woff') format("woff");
    font-family: 'Forma DJR Banner';
    font-style: normal;
    font-weight: 800;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRBanner-ExtraBoldItalic.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRBanner-ExtraBoldItalic.woff') format("woff");
    font-family: 'Forma DJR Banner';
    font-style: italic;
    font-weight: 800;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRBanner-Black.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRBanner-Black.woff') format("woff");
    font-family: 'Forma DJR Banner';
    font-style: normal;
    font-weight: 900;
}

@font-face {
    src: url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRBanner-BlackItalic.woff2') format("woff2"), url('../DJR-Fonts/FormaDJR_Web/fonts/FormaDJRBanner-BlackItalic.woff') format("woff");
    font-family: 'Forma DJR Banner';
    font-style: italic;
    font-weight: 900;
}

.div-resume-tab {
    display: inline-block;
    padding-top: 4px;
}

    .div-resume-tab a {
        font-size: 20px;
    }

    .div-resume-tab.div-resume-tab-selected a {
        font-weight: bold;
    }

.file-upload {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hidden-file {
    display: none;
}

.file-label {
    padding: 8px 16px;
    background-color: #fff;
    color: var(--button-color-text, #000);
    leading-trim: both;
    text-edge: cap;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 125% */
    border-radius: 30px;
    border: 2px solid var(--button-color-text, #000);
}

.file-label-2 {
    padding: 8px 16px;
    background-color: #fff;
    color: var(--button-color-text, #000);
    leading-trim: both;
    text-edge: cap;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    border-radius: 8px;
    border: 2px solid var(--button-color-text, #000);
}

.file-name {
    color: var(--MPEG-Black, #080606);
    leading-trim: both;
    text-edge: cap;
    /* Body - Large */
    font-family: "Roboto Flex";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.mpeg-lightbox h2 {
    color: #080606;
    padding: 10px 0px;
    font-family: "Forma DJR Text";
    font-size: 42px;
    line-height: 52px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

#mpeg-edit-profile-visibility.mpeg-lightbox h2 {
    line-height: 40px;
}

#mpeg-edit-profile-visibility.mpeg-lightbox .mpeg-general-forms {
    padding-top: 0px !important;
}

@media screen and (min-width: 56.25em) {
    .mpeg-desktop-6 {
        position: relative;
        float: left;
        display: block;
        margin-right: 1.6129%;
        width: 49.19355%;
    }
}

.mpeg-health-div {
    display: flex;
    gap: 30px;
    background: #fffaf0;
    padding: 25px 0px;
}

.mpeg-column {
    width: 18%;
}

.mpeg-title {
    font-size: 20px;
    font-family: "Forma DJR Text";
    font-weight: 600;
    margin-bottom: 12px;
    color: #000;
    border-bottom: 2px solid #f39c12;
    padding-bottom: 6px;
}

.mpeg-health-div ul {
    list-style: none;
    padding: 0 !important;
    margin: 0;
}

.mpeg-column li {
    margin-bottom: 8px;
}

    .mpeg-column li.mpeg-title {
        font-size: 20px !important;
    }

    .mpeg-column li a {
        font-family: "Forma DJR Text";
        position: relative;
        padding-left: 14px;
        font-size: 16px;
        color: #333 !important;
        text-decoration: none;
        display: inline-block;
    }

        .mpeg-column li a::before {
            content: "■";
            position: absolute;
            left: 0;
            top: 4px;
            font-size: 10px;
            color: #f39c12;
        }

        .mpeg-column li a:hover {
            color: #f39c12;
            text-decoration: underline;
        }

#HealthCareer {
    width: 100%;
}

#divHealthCareer {
    width: 93%;
}

@media screen and (min-width:1001px) and (max-width:1038px) {
    #divHealthCareer .mpeg-column li.mpeg-title {
        height: 66px;
        display: table-cell;
        vertical-align: bottom;
    }
}

@media screen and (min-width:1039px) and (max-width:1499px) {
    #divHealthCareer .mpeg-column li.mpeg-title {
        height: 46px;
        display: table-cell;
        vertical-align: bottom;
    }
}

.pt40 {
    padding-top: 40px;
}

.featured-credits {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
}

.featured-credits-list {
    display: flex;
    align-items: flex-end;
    gap: 40px;
    flex-wrap: wrap;
    width: 720px;
}

    .featured-credits-list img {
        width: 80px;
        height: 120px;
        border-radius: 4px;
        background: lightgray 50% / cover no-repeat;
    }

@media screen and (min-width: 601px) and (max-width: 1024px) {
    .featured-credits-list {
        padding-top: 10px;
        gap: 20px;
    }
}

@media screen and (max-width:600px) {
    .featured-credits-list {
        flex-wrap: nowrap;
        overflow-x: scroll;
        gap: 20px;
    }

    .credits-grid {
        flex-wrap: nowrap !important;
        overflow-x: scroll;
        width: 100%;
    }
    .spotlight_header{
        margin-top:50px;
    }
}

.member-directory-search-text {
    display: inline-block;
}

.member-directory-search-posters {
    float: right;
}

    .member-directory-search-posters img {
        height: 100px;
    }

.member-directory-search-image {
    display: inline-block;
    margin-right: 10px;
}

@media screen and (max-width:1300px) {
    .member-directory-search-posters {
        float: initial;
    }

        .member-directory-search-posters img {
            margin-top: 20px;
        }
}

.sortable-icon-container {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

a.event-icon {
    text-decoration: none !important;
}

.dnnFormValidationSummary {
    background: #B21414;
}

    .dnnFormValidationSummary span {
        color: #FFFDF0;
    }

.mpeg-board-of-director-popup {
    max-width: 1250px;
}

    .mpeg-board-of-director-popup td.person-photo {
        width: 20%;
        vertical-align: top;
    }

    .mpeg-board-of-director-popup td.person-bio {
        padding-left: 20px;
        vertical-align: top;
    }

.person-bio--header {
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
}

.person-bio--name {
    font-size: 18px;
    line-height: 25px;
}

.person-bio--text {
    margin-top: 15px;
    /*font-size: 14px;*/
}

.person-bio--term {
    margin-top: 15px;
    font-size: 12px;
}
