@media (max-width: 767px), (max-device-width: 767px) {
    .unitBanner {
        display: block !important;
    }

    .unitTextdiv {
        border-left: none !important;
        padding-left: 0 !important;
        text-align: center;
        float: none !important;
        display: block !important;
    }

    .unitBannerdiv {
        height: auto !important;
        width: auto !important;
        float: none !important;
        display: block !important;
    }

    .unitIcon {
        margin: auto;
        display: block;
    }

    .unitTextdivh1 {
        font-size: 5vw !important;
    }

    .unitTextdivh2 {
        font-size: 4vw !important;
    }

    .unitTextdiv span {
        font-size: 3vw !important;
    }
}

.unitBanner {
    display: table;
}

.clear {
    clear: both;
}

hr {
    margin: 15px 0px;
}


/* View.ascx*/
.unitBannerdiv {
    padding-left: 25px;
    padding-right: 25px;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
}

.unitTextdiv {
    float: left;
    border-left: 1px solid #ADA495;
    padding-left: 32px;
    display: table-cell;
}

.unitTextdivh1 {
    color: #000000;
    font-family: "Times New Roman",Times,serif;
    font-size: 44px;
    margin: -7px 0 2px;
    padding: 0;
}

.unitTextdivh1h2 {
    color: #000000;
    font-family: "Times New Roman",Times,serif;
    font-size: 32px;
    margin: -7px 0 2px;
    padding: 0;
}

.unitTextdivh2 {
    color: #807648;
    font-size: 30px;
    margin: 0px 0 0;
    padding: 0;
}

.unitTextdivh2h2 {
    color: #807648;
    font-size: 24px;
    margin: 0px 0 0;
    padding: 0;
}

.unitTextdiv span {
    color: #666666;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

#UnitBanner {
    padding-bottom: 25px;
}


/* Edit.ascx, Banner tab*/
.divBannerContainer {
    position: relative;
    border-top: 1px solid rgb(173, 164, 149);
    padding-top: 20px;
}

.divBannerLeftColumn {
    width: 40%;
    float: left;
    margin-top: 20px;
    margin-right: 15px;
}

.divBannerRightColumn {
    width: 50%;
    float: left;
    border-left: 1px solid rgb(173, 164, 149);
    padding-left: 10px;
    margin-top: 20px;
}

.divBannerIconContainer {
    width: 30%;
    float: left;
}

.divBannerUploadContainer {
    width: 69%;
    float: right;
}

.bannerLabel {
    display: block;
}

.bannerText {
    margin-bottom: 15px;
    margin-top: 5px;
    width: 300px;
}

.bannerIcon {
    margin-bottom: 10px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.bannerIconDesc {
    font-size: 11px;
    display: block;
    margin-top: 10px;
}



/* Edit.ascx, Social media tab*/
.mdmIcon, .marineUnitIcon {
    height: 43px !important;
    width: 31px !important;
    display: block;
    background-repeat: no-repeat;
    background-position-y: 0;
}

.usmcIconFacebookURL {
    background-position-x: 0;
}

.usmcIconTwitterURL {
    background-position-x: -31px;
}

.usmcIconYouTubeURL {
    background-position-x: -62px;
}

.usmcIconFlickrURL {
    background-position-x: -93px;
}

.usmcIconRSSURL {
    background-position-x: -155px;
}

.usmcIconWidgetURL {
    background-position-x: -124px;
}

.usmcIconPinterestURL {
    background-position-x: -217px;
}

.usmcIconInstagramURL {
    background-position-x: -186px;
}

/* Edit.ascx, Repeaters on Social Media and Global Options Tab */
.divRepeaterLeftColumn {
    float: left;
    margin-right: 15px;
    width: 15%;
}

.divRepeaterLeftColumn30 {
    float: left;
    margin-right: 15px;
    width: 30%;
    padding-left: 15px;
    transform: translateY(45%);
}

.lblRepeaterItem {
    display: block;
    font-weight: bold;
}

.pnlForm .alignlabel {
    display: inline-flex;
}

.imgRepeaterItemIcon {
    width: 45px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4px;
}

.divRepeaterRightColumn {
    float: left;
    width: 75%;
}

.divRepeaterRightColumn30 {
    float: left;
    width: 65%;
}


.divRepeaterValueContainer {
    margin-bottom: 5px;
}

.divRepeaterCheckboxContainer {
    margin-bottom: 8px;
}

.ckNewWindow {
    margin-right: 35px;
}

.txtRepeaterValue {
    width: 45%;
    margin-right: 20px;
}

.txtRepeaterGlobeInfo {
  display: inline-block;
  float: right;
  width: 47%;
}

/* Edit.ascx, Other*/
.lblBackgroundTheme {
  width: 300px;
}

.moaFileContainer {
    line-height: 25px;
    margin-top: 15px;
}

.editLabel {
    font-weight: bold;
    margin: 10px 0px 5px 0px;
}

.pnlMessage {
    margin: 15px 0px;
}

.dnnFormWarning.pnlError {
    background: red;
    border: #b10000 2px solid;
    color: black;
    text-shadow: none;
}

.pnlForm .error {
    color: red;
}

.linkAnchor {
    display: block;
}

.btnUpdate, .lblLastModifiedBy, .divBackgroundTheme, .moaFileContainer, .divBannerContainer,
.socialMediaItemContainer, .globalSettingsItemContainer, .globalLinksItemContainer, .divSharedMediaPortalId, .divBackgroundImage {
    margin-left: 10px;
}

.ddlBackgroundImage {
    vertical-align: top;
    margin-bottom: 10px;
    width: 100%;
}

.imgBackgroundImagePreview {
    max-width: 100%;
    margin: 5px 0px;
}

.divBackgroundImageColumn1 {
    float: left;
    margin-right: 15px;
    width: 15%;
}

.divBackgroundImageColumn2 {
    float: left;
    margin-right: 20px;
    width: 30%;
}

.divBackgroundImageColumn3 {
    float: left;
    width: 50%;
}

.fileBackgroundImage {
    display: block;
    margin-bottom: 10px;
}


.editlink-row {
    display: inline-block;
    width: 100%;
    padding-bottom: 10px
}

.editlink-label {
    width: 33%;
    float: left;
    clear: both;
    text-align: right;
    padding-right: 20px;
    padding-top: 4px
}

.editlink-field {
    width: 60%;
    float: left;
    text-align: left;
}

.icon-ui-field {
    display: flex;
}

.editlink-row input[type="text"] {
    padding: 4px 6px 4px 6px;
    border-radius: 3px;
    border: 1px solid #ccc;
    width: 100%;
}

.fawesome-icon {
    display: flex;
    border: dashed 1px #aaa;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    height: 40px;
    min-width: 40px;
    position: relative;
    margin-top: 18px;
    vertical-align: bottom;
    padding: 0 8px;
    margin-right: 8px;
}

    .fawesome-icon .fa-icon-label {
        position: absolute;
        left: 0;
        top: -16px;
        font-size: 11px;
        color: #999;
        font-weight: bold;
    }

.fawesome-icon .fa {
    float: left;
    vertical-align: bottom;
}

.flinks-item {
    display: inline-block;
    margin: 5px 0 5px 0;
    padding: 5px 0 5px 0;
    border-bottom: 1px solid #bbb;
    width: 100%
}

.editlink-edit {
    color: #337ab7;
    margin-left: 20px
}

.flinks-button {
    background-color: #0094ff;
    border-radius: 3px;
    padding: 14px 10px 14px 10px;
    cursor: pointer
}

.flinks-toggle.open h1:after {
    content: "\f106";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 30px;
    color: #000;
    float: right;
    margin-top: -10px
}

.flinks-toggle h1:after {
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 30px;
    color: #000;
    float: right;
    margin-top: -10px
}

.font5.flinks-toggle h1:after {
    content: "\f107";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
}

.font5.flinks-toggle.open h1:after {
    content: "\f106";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
}

.flinks-toggle {
    border-bottom: 1px solid #555;
    padding-top: 10px;
    background-color: #ddd
}

.flinks-section {
    width: 100%;
}

.flinks-section h1 {
    font-size: 20px;
    margin: 0;
    padding: 15px;
    cursor: pointer
}

.flinks-hide-block {
    float: left;
    padding-right: 20px
}

    .flinks-hide-block .fa-ban {
        opacity: .7
    }

.flink-placeholder {
    height: 62px;
    display: block;
    background: lightgoldenrodyellow;
    border: 1px dashed #cccccc;
    border-radius: 3px;
}

.primary-button {
    background-color: #337ab7;
    color: #fff;
    border-radius: 4px;
    padding: 8px 15px 8px 15px;
    border: 1px solid #2e6da4;
    margin-right: 20px;
    cursor: pointer;
}

    .primary-button:link {
        text-decoration: none;
        color: #fff
    }

    .primary-button:visited {
        color: #fff
    }

    .primary-button:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

.delete-button {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    border-radius: 4px;
    padding: 8px 15px 8px 15px;
    border: 0;
    margin-right: 20px
}

    .delete-button:link {
        text-decoration: none;
        color: #fff
    }

    .delete-button:visited {
        color: #fff
    }

    .delete-button:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

.flinks-part {
    float: left;
    margin-right: 20px;
    display: inline-block;
    word-wrap: break-word;
}

.flinks-content {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 10px
}


.soptions-header {
    background-color: #ddd;
    padding: 15px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    font-weight: bold
}

.soptions-subheader {
    border-bottom: 3px solid #777;
    padding: 0;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    margin-left: 15px
}

.soHR {
    margin: 15px 0 15px 0
}

/*Configuration Tab*/
[v-cloak] {
    display: none;
}

.feature-container {
    margin: 32px 0;
    position: relative;
    margin-bottom: 24px;
}

.feature-item {
    background: #fff;
    padding: 24px 24px 16px;
    border: 1px solid #ccc;
    box-shadow: 0 3px 5px rgba(0,0,0,.1);
    position: relative;
    margin-bottom: 24px;
}

    .feature-item p {
        font-size: 14px;
    }

    .feature-item .feature-title {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 16px;
    }

    .feature-item .feature-key {
        float: right;
        display: inline-block;
        font-family: monospace;
        font-size: 11px;
        padding: 0 16px;
        border: 1px solid #ddd;
        border-radius: 3px;
        color: #777;
        background-color: #f6f6f6;
    }

    .feature-item .feature-remove-link {
        float: right;
        font-size: 11px;
        color: #b10000;
    }

    .feature-item .feature-history-link {
        font-size: 11px;
    }

    .feature-item .feature-toggle-form .checkbox {
        margin-right: 16px;
    }

        .feature-item .feature-toggle-form .checkbox label {
            line-height: 18px;
        }

        .feature-item .feature-toggle-form .checkbox input {
            vertical-align: middle;
            margin-top: -2px;
            margin-right: 4px;
        }

    .feature-item .specific-form {
        overflow: hidden;
        padding-bottom: 32px;
        padding-top: 32px;
    }

    .feature-item .row-actions {
        margin-top: 16px;
    }

    .feature-item .slide-down-enter-active, .slide-down-leave-active {
        transition: all .2s linear;
    }

    .feature-item .slide-down-enter, .slide-down-leave-to {
        height: 0;
    }

    .feature-item .slide-down-leave, .slide-down-enter-to {
        height: 178px;
    }

.modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: table;
    transition: opacity .3s ease;
}

.modal-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.modal-container {
    width: 80%;
    max-width: 960px;
    margin: 0px auto;
    padding: 16px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
    transition: all .3s ease;
}

.modal-header h4 {
    margin-top: 0;
    font-size: 18px;
}

#feature-modal .modal-body {
    margin: 20px 0;
    padding: 0;
}

.modal-default-button {
    float: right;
}

.modal-enter {
    opacity: 0;
}

.modal-leave-active {
    opacity: 0;
}

    .modal-enter .modal-container,
    .modal-leave-active .modal-container {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

.modal-container .table th {
    border-bottom-width: 0 !important;
}

.help-block {
    font-size: 11px;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}

.ui-menu-item-wrapper {
    padding: 0 16px;
    font-size: 14px;
}

.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}

.ui-helper-hidden-accessible {
    display: none;
}

ul.ui-menu {
    list-style: none;
}

.ui-menu-item {
    list-style: none !important;
}

.feature-portals-container {
    width: 100%;
    height: 150px;
    overflow: auto;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.feature-portal-list {
    margin: 0;
    padding: 0;
}

    .feature-portal-list li {
        list-style: none;
        padding: 6px 16px;
        font-size: 12px;
        border-bottom: 1px solid #ddd;
    }

        .feature-portal-list li .fa {
            margin-top: 2px;
        }

.scroll-container {
    overflow-y: scroll;
}

.form-flex {
    display: flex;
    flex-direction: row;
}

.label.label-lg {
    font-size: 90%;
    font-weight: normal;
    padding: 3px 16px;
}

.is-enabled-checkbox {
    line-height: 34px;
}

/* Fix for animated tabs */
a.rtsLink {
    -o-transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    transition: none !important;
}

/* Help info styles*/
.help-info {
    font-size: 12px;
    padding: 15px;
    border: 1px solid #b7ced0;
    border-radius: 8px;
    background-color: #e9fdff;
    margin: 8px 0;
    max-width: 600px;
}

/* Tabs CSS */
.sdTabs a, .sdTabs a:visited {
    color: black;
    border: 1px solid #d3d3d3;
    background-color: #f7f7f7;
    margin-bottom: 0;
    border-bottom: none;
    transition: background-color 150ms linear;
}

.sdTabs a[role=tab]:hover {
    border-bottom: none;
    text-decoration: none;
    background-color: #eee;
}

.sdTabs a[role=tab][aria-selected=true] {
    background-color: white;
    border: 1px solid #d3d3d3;
    border-bottom: 1px solid white;
    margin-bottom: -1px;
}

.sdTabs a[role=tab][aria-selected=true]:hover {
    border-bottom: 1px solid white;
}

.sdTabs a[role=tab]:focus {
    color: black;
    text-decoration: none;
}

.site-data-help-text {
    font-size: 11px;
    font-style: italic;
    color: #999;
    display: block;
    margin-top: 8px;
}

.illustrated-selection-list td {
    vertical-align: top;
}

.illustrated-selection-list td input {
    vertical-align: top;
}