
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Body - not related to megamenu
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body {
    font-family: 'Source Sans Pro', sans-serif;
}

* {
    box-sizing: border-box;
}

a {
    color: #000;
    cursor: pointer;
    text-decoration: none;
}

    a:active, a:focus {
        /*color: #009ADA;*/
        color: #2a6496;
        text-decoration: none;
    }

img {
    border: none;
}

.description {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

strong, b {
    font-weight: bold;
}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
megamenu.js STYLE STARTS HERE
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Screen style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.menu-container {
    width: 100%;
    margin: 0 auto;
    background: #DDDEE0;
}

/*Table that contains application tabs*/
/*Regular tabs*/
.appTabs {
    width: auto;
    position: relative;
    float: right;
}

.topTabs-compact .tabWrapper-left, .topTabs-compact .tabWrapper-center, .topTabs-compact .tabWrapper-right {
    padding-top: 24px;
}

/* @end */

/* @group APPLICATION TABS */

/*Application tabs*/
/*Regular tabs*/
.appTabs a {
    font-size: 16px;
    text-align: center;
    display: block;
    text-decoration: none;
    padding: 15px;
    /*color: #efefef;*/
    /*color: rgba(255,255,255,0.9);*/
    color: #000;
    z-index: 100;
    white-space: nowrap;
    position: relative;
    border: 1px solid transparent;
    border-width: 1px 1px 0;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    /*padding-right:0px;*/
    font-weight: bold;
}

appTabs td {
    border: none;
}
/*@branding - do not remove*/


#topTab {
    background: transparent;
    color: #efefef;
}

.appTabs a span {
    border-bottom: 1px dotted transparent;
    padding-bottom: 1px;
    color: #000;
}

.topTabs-compact .appTabs a span {
    padding-bottom: 0;
}


.appTabs a:hover, .appTabs a:focus {
    /*color: #fff;*/
    color: #000;
}

    .appTabs a:hover span, .appTabs a:focus span {
        /*border-bottom: 1px double #FFF;*/
        /*color: #fff;*/
    }

td.table-data {
    border: none;
    padding: 0px;
}
/*@branding - do not remove*/
#topTabActive,
.appTabs .active a, .appTabs .active a:hover, .appTabs .active a:focus {
    color: #FFF4BF;
    font-weight: bold;
    z-index: 100;
}

    .appTabs .active a span, .appTabs .active a:hover span, .appTabs .active a:focus span {
        border: 0;
    }

    .appTabs .active .hideoff,
    .appTabs .active a:hover .hideoff,
    .appTabs .active a:focus .hideoff,
    .toppTabs-compact .appTabs .active .hideoff,
    .toppTabs-compact .appTabs .active a:hover .hideoff,
    .toppTabs-compact .appTabs .active a:focus .hideoff {
        bottom: 0;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 0;
        border-bottom: 12px solid #28B7E1;
        margin-left: -12px;
        bottom: 0px;
        line-height: 0;
        left: 50%;
        top: auto;
        color: transparent;
        font-size: 0;
        z-index: 100;
        position: absolute;
    }

.topTabs-compact .appTabs .active .hideoff,
.topTabs-compact .appTabs .active a:hover .hideoff,
.topTabs-compact .appTabs .active a:focus .hideoff {
    border-width: 0 7px 7px;
    margin-left: -7px;
}

.topTabs-compact .appTabs a,
.topTabs-compact .appTabs .active a:hover,
.topTabs-compact .appTabs .active a:focus {
    font-size: 95%;
    padding: 0.4em 1em .7em;
}

.hideoff {
    position: absolute;
    overflow: hidden;
    left: -10000px;
    top: -1000px;
    /*width: 1px;
height: 1px;*/
    width: 0; /*0 to avoid FF outline*/
    height: 0; /*0 to avoid FF outline*/
}

    .hideoff[tabindex="0"] {
        top: auto;
    }
/*sidenav*/
.leftsidenav {
    float: left;
    width: 78%;
    display: table;
    margin-top: 3%;
}

.mainInner {
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}

    .mainInner div {
        display: table-cell;
        vertical-align: middle;
        font-size: 3em;
        font-weight: bold;
        letter-spacing: 1.25px;
    }

.sidebarMenuInner li a {
    padding: 10px;
    width: 100%;
    float: left;
}

    .sidebarMenuInner li a:hover {
        background-color: #1B3764;
        color: #ffffff;
    }

.sidebarMenuInner li.active {
    background-color: #1B3764;
}

    .sidebarMenuInner li.active a {
        color: #ffffff;
    }

.sidebarMenuInner li span {
    display: block;
    color: rgba(255, 255, 255, 0.50);
}

.sidebarMenuInner li a {
    color: #000;
    text-transform: capitalize;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}


.leftsidenav input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}

.leftsidenav input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}

.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 22px;
    left: 15px;
    height: 22px;
    width: 22px;
    display: none;
}

.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #fff;
}

.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}

.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}

.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}

.leftsidenav input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}

.leftsidenav input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}

.leftsidenav input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}

.pageTitle {
    padding: 10px;
    margin: 0;
    background-color: rgb(221, 222, 224);
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    -moz-box-shadow: 1px 1px 0 #fafafa inset;
    -webkit-box-shadow: 1px 1px 0 #fafafa inset;
    position: relative;
    float: left;
    width: 100%;
}

    .pageTitle h1 {
        margin: 0px;
    }

.contact_row {
    width: 100%;
    float: left;
    border-bottom: 1px solid #444;
}

.item_icon {
    float: left;
    padding: 12px;
}

.anonymous_element {
    padding: 12px;
}

    .anonymous_element h3 {
        font-size: 16px;
    }

.details {
    float: left;
}

    .details strong {
        color: #000000;
    }

    .details a {
        color: #8D191B;
    }

        .details a:hover {
            color: #000000;
        }

.notification_contents {
    width: 100%;
    float: left;
    border: 1px solid #444;
    padding: 20px;
}

.notifbox {
    display: block;
    /*background-color: #F3F3F4;*/
    padding: 20px;
    margin: 10px 0px;
}

    .notifbox h2 {
        display: block;
        font-size: 1.5em;
        font-weight: bold;
        /*background-color: #F1F2F2;*/
        text-align: left;
        /*border-bottom: 1px solid #666;*/
    }

    .notifbox p {
        padding-top: 10px;
        color: #666666;
        word-break: break-word;
    }

    .notifbox ul li {
        border-bottom: 1px dotted #444;
        list-style: none;
        padding: 5px 0;
    }

        .notifbox ul li a {
            text-decoration: none;
            color: #C19634;
        }

.login_right {
    float: left;
    display: inline-table;
    margin-left: 10px;
}

    .login_right a {
        float: left;
        display: inline-table;
        margin-left: 10px;
        border: 1px solid #ccc;
        padding: 4px;
        border-radius: 3px;
        color: #ffffff;
    }

        .login_right a:hover {
            background-color: #009ADA;
        }

/*popupcss*/
.Background {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.Popup {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding-top: 0;
    padding-left: 0;
    width: 400px;
    height: auto;
}

.lbl {
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
}

input.popupbtn {
    float: left;
}

.popupalign {
    width: 200px;
    margin: 0 auto;
    float: none;
    display: table;
    margin-top: 20px;
}

    .popupalign input {
        padding: 10px !important;
    }

#login {
    width: 100%;
    margin: 0 auto;
    margin-top: 8px;
    -webkit-transition: opacity 1s;
    padding: 10px;
}

#triangle {
    width: 0;
    border-top: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #3399cc;
    border-left: 12px solid transparent;
    margin: 0 auto;
}

#login h1 {
    padding: 10px 0;
    font-size: 140%;
    font-weight: 300;
    text-align: center;
    float: left;
    color: #000;
    margin-bottom: 10px;
}

#login form {
    background: #f0f0f0;
    padding: 6% 4%;
}

#login input {
    width: 92%;
    background: #fff;
    margin-bottom: 4%;
    border: 1px solid #444;
    padding: 4%;
    font-family: 'Open Sans',sans-serif;
    font-size: 95%;
    color: #555;
}

#login input[type="email"], input[type="password"] {
    width: 92%;
    background: #fff;
    margin-bottom: 4%;
    border: 1px solid #444;
    padding: 4%;
    font-family: 'Open Sans',sans-serif;
    font-size: 95%;
    color: #555;
}

#login input[type="submit"] {
    width: 44%;
    background: #dddee0;
    border: 1px solid #bbb;
    padding: 10px;
    float: none;
    font-family: 'Open Sans',sans-serif;
    font-size: 100%;
    color: #000000;
    cursor: pointer;
    transition: background .3s;
    -webkit-transition: background .3s;
}

#login input[type="submit"].bgcancel {
    width: 44%;
    background: #009ADA;
    border: 0;
    padding: 10px;
    float: none;
    font-family: 'Open Sans',sans-serif;
    font-size: 100%;
    color: #fff;
    cursor: pointer;
    transition: background .3s;
    -webkit-transition: background .3s;
}

#login input[type="submit"]:hover {
	color: #ffffff;
    background: #555555;
}

.leftfooter {
    width: 100%;
    float: left;
    display: table;
}

.fa.fa-sign-in {
    margin-right: 4px;
}

.table-data:hover {
    background-color: rgb(193, 150, 52)
}

/*COMMON CSS*/
.borderline {
    float: left;
    display: table;
    padding: 0 2px;
    margin: 0 1px;
    line-height: 18px;
}

.main_container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1200px;
}

.header_top {
    width: 100%;
    float: left;
    display: table;
    background-color: #1B3764;
    padding: 11px 1%;
}

.headerbottom_left {
    float: left;
    display: table;
    padding: 1% 0;
    width: 40%;
    float: left;
}

.setheight {
    padding: 16px;
    /*height: 300px;*/
    float: left;
    width: 100%;
}

.setheight200 {
    min-height: 200px;
}

.contentBox h1 {
    margin-top: 0px;
    text-align: left;
}

.announcement {
    width: 100%;
    list-style-type: none;
    text-align: left;
    /*-webkit-column-count: 2;*/ /* Chrome, Safari, Opera */
    /*-moz-column-count: 2;*/ /* Firefox */
    /*column-count: 2;*/
}

.sidebarMenuInner li {
    list-style: none;
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
    float: left;
    text-align: left;
    width: 100%;
    display: table;
    cursor: pointer;
    border-bottom: 1px solid #ffffff;
}

.textleft {
    text-align: left;
    float: left;
}

.anonymous_element h2 {
    font-size: 16px;
    display: table;
}

#sidebarMenu {
    position: relative;
    left: 0;
    width: 14rem;
    float: left;
    margin-top: 0px;
    transition: transform 250ms ease-in-out;
    height: auto;
    background-color: #DDDEE0;
    /*margin-right: 40px;*/
    margin-right: 3%;
}

.contentBox {
    border: 1px solid #aaa;
    border-radius: 4px;
    width: 72%;
    position: relative;
    float: left;
    margin-top: 3%;
    margin-bottom: 3%;
}

.breadcrumb {
    text-align: left;
}

.sidebarMenuInner {
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    background-color: rgb(221, 222, 224);
    z-index: 13;
    border-top: 1px solid #ffffff;
    height: 350px;
}

.DocumentGridUL {
    width: 100%;
    display: table;
    height: 1px;
    margin: 0;
    padding: 12px;
    list-style-type: none;
    text-align: left;
}

.navbar-menu {
    overflow: hidden;
    /*background-color: #C19634;*/
    background-color: #1B3764;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 0px !important;
}

.headertitle h2 {
    font-size: 1.375rem;
    color: #000;
    font-weight: bold;
    float: left;
    padding-top: 24px;
    padding-left: 24px;
    width: auto;
}

.ListHeader {
    font-size: 1.375rem;
    font-weight: bold;
    background-color: #8D191B;
    color: #ffffff;
    font-weight: bold;
    padding: 5px;
    border: 1px solid #444;
    text-align: left;
}

.mobile_submenu {
    float: right;
    margin-top: 5px;
}

.footer-nav ul li {
    display: inline-block;
}

.footer-nav a {
    color: #ffffff;
    float: left;
}

.social-icons {
    width: 20%;
    float: right;
    margin-top: 12px;
}

img.footerlogo {
    width: auto;
}

.footer-left span {
    width: 100%;
    float: left;
}

li.liOrgCatHeader {
    width: 20%;
}

.liOrgCatHeader30 {
    border: 1px solid #444;
    background-color: #8D191B;
    color: #ffffff;
    font-weight: bold;
    text-align: left;
    list-style: none;
    padding: 5px;
    width: 30%;
    float: left;
}

li.liOrgCatList {
    width: 20%;
}

li.liOrgCatList30 {
    width: 30%;
    float: left;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    background-color: #F3F3F4;
    padding: 5px;
    color: #000;
    font-weight: 400;
    border: 1px solid #cccccc;
    height: 100%;
    text-align: left;
    float: left;
    list-style: none;
}

.products-table {
    height: auto;
    overflow-y: auto;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.tableset {
    padding: 16px;
    min-height: 300px;
}

button.docsearch {
    border: none;
    border: 1px solid #444;
    background-color: #1B3764 !important;
    color: #ffffff !important;
    padding: 1px 5px;
    /*padding: 5.5px 10px;*/
    float: left;
    /*line-height: 20px;*/
    margin-left: 5px;
    font-size: inherit;
    line-height: inherit;
    border-radius: 4px;
}

    button.docsearch:hover {
        background-color: #009ADA !important;
        color: #fff !important;
    }

    button.docsearch i.fa.fa-search {
        color: #000000;
        margin-left: 0px;
        padding-left: 0px;
    }

.themehead h1 {
    color: #000000;
}

.userrow {
    padding: 20px;
    background-color: #F1F1F1;
    float: left;
    width: 100%;
    margin: 15px;
}

.userrowleft {
    float: left;
    width: auto;
    display: table-cell;
    margin-right: 10px;
}

.userrowright {
    float: left;
    display: inline-block;
}

    .userrowright h1 {
        font-weight: normal;
    }

    .userrowright p {
        font-weight: normal;
        font-size: 14px;
        margin: 0px 0;
    }

.userrowdown {
    float: left;
    display: inline-block;
}

    .userrowdown h3 span {
        font-size: 16px;
    }

    .userrowdown p span {
        font-size: 13px;
        margin-top: 10px;
        float: left;
        font-weight: normal;
        width: 100%;
    }

    .userrowdown span {
        font-size: 13px;
    }

.contentBx {
    border: 1px solid #aaa;
    float: left;
    width: 100%;
}

.ContentPlaceHolder1_listDiv {
    width: 100%;
    float: left;
    display: table;
}

.fullwidthleft {
    width: 100%;
    float: left;
}

.ms-rte-layoutszone-inner a {
    display: inline-block;
}

    .ms-rte-layoutszone-inner a:focus, .ms-rte-layoutszone-inner a:active, .ms-rte-layoutszone-inner a:hover {
        display: inline-block;
    }


/*table css*/

.container-table100 {
    width: 100%;
    /*min-height: 100vh;
  background: #c850c0;
  background: -webkit-linear-gradient(45deg, #4158d0, #c850c0);
  background: -o-linear-gradient(45deg, #4158d0, #c850c0);
  background: -moz-linear-gradient(45deg, #4158d0, #c850c0);
  background: linear-gradient(45deg, #4158d0, #c850c0);*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 25px 30px;
}

.table > thead > tr > th {
    vertical-align: text-top !important;
    border-bottom: 2px solid #ddd;
    border-right: 1px solid #ccc;
}

th:last-child {
    border-right: none;
}

.wrap-table100 {
    width: 1170px;
}

table {
    border-spacing: 1;
    border-collapse: collapse;
    background: white;
    border-radius: 0px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px !important;
}


table * {
    position: relative;
}

table td, table th {
    padding-left: 8px;
}

table thead tr {
    height: auto;
    background: #1B3764;
}

table tbody tr {
    height: auto;
}

    table tbody tr:last-child {
        border: 0;
    }

table td, table th {
    text-align: left;
    cursor: default;
}

    table td.l, table th.l {
        text-align: right;
    }

    table td.c, table th.c {
        text-align: center;
    }

    table td.r, table th.r {
        text-align: center;
    }

.table100-head th {
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    font-weight: unset;
    font-weight: bold;
}

tbody tr:nth-child(even) {
    background-color: #f5f5f5;
}

tbody tr {
    font-size: 15px;
    color: #808080;
    line-height: 1.2;
    font-weight: unset;
}

    tbody tr:hover {
        color: #555555;
        background-color: #f5f5f5;
        cursor: pointer;
    }

th.column1, th.column2 {
    width: 20%;
}

th.column3, th.column4 {
    width: 30%;
}

td.column1, td.column2 {
    width: 20%;
    cursor: default;
}

td.column3, td.column4 {
    width: 30%;
    cursor: default;
}

table td {
    background-color: #EEE;
    font-weight: 400;
}

th.homeliHeader1 {
    display: none;
}

.skip {
    position: absolute;
    display: block;
    top: -1000px;
    left: -1000px;
    height: 1px;
    width: 1px;
    text-align: left;
}

a.skip:active,
a.skip:focus,
a.skip:hover {
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    overflow: visible;
    color: #fff;
}

.content {
    margin: 0 auto;
    max-width: 1162px;
    padding: 0 15px;
}

.content_main {
    -webkit-flex-basis: 80%;
    -moz-flex-basis: 80%;
    -ms-flex-basis: 80%;
    flex-basis: 80%;
}

.center {
    text-align: center;
}




@media screen and (max-width: 992px) {
    table {
        display: block;
    }

        table > *, table tr, table td, table th {
            display: block;
        }

        table thead {
            display: none !important;
        }

        table tbody tr {
            height: auto;
        }

            table tbody tr td {
                padding-left: 50% !important;
                margin-bottom: 0px;
                word-break: break-word;
                height: auto;
                min-height: 3.6em;
            }

                table tbody tr td:last-child {
                    margin-bottom: 0;
                }

                table tbody tr td:before {
                    font-family: sans-serif;
                    font-size: 14px;
                    color: #444;
                    line-height: 1.2;
                    font-weight: unset;
                    position: absolute;
                    width: 40%;
                    left: 15px;
                    top: 9px;
                }

                table tbody tr td:nth-child(1):before {
                    content: "Organization ID";
                }

                table tbody tr td:nth-child(2):before {
                    content: "Organization Name";
                }

                table tbody tr td:nth-child(3):before {
                    content: "Leader Names";
                }

                table tbody tr td:nth-child(4):before {
                    content: "Description";
                }

        /*Custom List Mobile Titles*/

        table.CustomList tbody tr td:nth-child(1):before {
            content: "Title";
        }

        /*Documents Mobile Titles*/

        table.two tbody tr td:nth-child(1):before {
            content: "Title";
        }

        table.two tbody tr td:nth-child(2):before {
            content: "Comments";
        }

        table.two tbody tr td:nth-child(3):before {
            content: "File Size";
        }

        table.two tbody tr td:nth-child(4):before {
            content: "Last Modified Date";
        }

        /*Contact Mobile Titles*/
        table.three tbody tr td:nth-child(1):before {
            content: "Last Name";
        }

        table.three tbody tr td:nth-child(2):before {
            content: "First Name";
        }

        table.three tbody tr td:nth-child(3):before {
            content: "Position";
        }

        table.three tbody tr td:nth-child(4):before {
            content: "Business Phone";
        }

        table.three tbody tr td:nth-child(5):before {
            content: "Email Address";
        }

        table.three tbody tr td:nth-child(6):before {
            content: "Company";
        }

        table.home tbody tr td:nth-child(1):before {
            content: "Organizations";
        }

        table.announce2 tbody tr td:nth-child(1):before {
            display: none;
        }

        table.announce2 tbody tr td {
            padding-left: 10px !important;
        }

        /*Calendar Mobile Titles*/
        table.calendar tbody tr td:nth-child(1):before {
            content: "Title";
        }

        table.calendar tbody tr td:nth-child(2):before {
            content: "Location";
        }

        table.calendar tbody tr td:nth-child(3):before {
            content: "Start Date";
        }

        table.calendar tbody tr td:nth-child(4):before {
            content: "End Date";
        }

        table.calendar tbody tr td:nth-child(5):before {
            content: "Description";
        }

        table.calendar tbody tr td:nth-child(6):before {
            content: "Category";
        }

        table.calendar tbody tr td:nth-child(7):before {
            content: "All Day Event";
        }

        /*Links Mobile Titles*/
        table.links tbody tr td:nth-child(1):before {
            content: "Title";
        }

        table.links tbody tr td:nth-child(2):before {
            content: "Notes";
        }

        table.links tbody tr td:nth-child(3):before {
            content: "Last Modified Date";
        }

        /* Tasks Mobile Titles*/
        table.tasks tbody tr td:nth-child(1):before {
            content: "Title";
        }

        table.tasks tbody tr td:nth-child(2):before {
            content: "Description";
        }

        table.tasks tbody tr td:nth-child(3):before {
            content: "Task Status";
        }

    tr.marginunset {
        margin-bottom: 0px;
    }




    .tablespace {
        display: block;
    }

    .column4,
    .column5,
    .column6,
    .column7,
    .column8,
    .column9,
    .column10,
    .column11,
    .column12,
    .column13,
    .column14,
    .column15,
    .column16,
    .column17,
    .column18,
    .column19,
    .column20,
    .column21,
    .column22,
    .column23,
    .column24,
    .column25,
    .column26,
    .column27,
    .column28,
    .column29,
    .column30,
    .column31,
    .column32,
    .column33,
    .column34,
    .column35 {
        text-align: left;
    }

    .column4,
    .column5,
    .column6,
    .column1,
    .column2,
    .column3 {
        width: 100%;
    }

    tbody tr {
        font-size: 14px;
    }

    td.column1, td.column2 {
        width: 100%;
    }

    td.column3, td.column4 {
        width: 100%;
    }

    td > span {
        width: 100%;
    }

    .picturefloatLeft {
        float: left;
        width: 150px;
    }
}

@media (max-width: 576px) {
    .container-table100 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 992px) {
    .table {
        display: block;
    }

    td > a {
        color: #000;
        float: none !important;
    }

    table td {
        background-color: #EEE;
    }

    .table .thead {
        display: none;
    }

    .table .tbody ul {
        height: auto;
        padding: 37px 0;
    }

        .table .tbody ul li {
            padding-left: 47% !important;
            margin-bottom: 24px;
        }

            .table .tbody ul li:last-child {
                margin-bottom: 0;
            }

    table tbody tr:last-child {
        border: 0;
        margin-bottom: 0px;
    }

    .table .tbody ul li:before {
        font-size: 14px;
        color: #999999;
        line-height: 1.2;
        font-weight: unset;
        position: absolute;
        width: 40%;
        left: 4px;
        top: 0;
    }

    .table .tbody ul li:nth-child(1):before {
        content: "Organization ID";
    }

    .table .tbody ul li:nth-child(2):before {
        content: "Organization Name";
    }

    .table .tbody ul li:nth-child(3):before {
        content: "Leader Names";
    }

    .table .tbody ul li:nth-child(4):before {
        content: "Description";
    }

    .table .announce2 ul li:nth-child(1):before {
        content: "Title";
    }

    /*.table .tbody ul li:nth-child(5):before {
    content: "Quantity";
  }
  .table .tbody ul li:nth-child(6):before {
    content: "Total";
  }*/
    table tbody tr {
        margin-bottom: 20px;
        border-bottom: solid white 30px;
    }

    td.column1, td.column2 {
        border: none;
        margin-bottom: 0px;
        display: inline-block !important;
    }

    td.column3, td.column4 {
        border: none;
        margin-bottom: 0px;
        display: inline-block;
    }

    .contentBx {
        margin: 12px 0;
    }
}

/*popup css close*/
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 605px) {
    products-table contentBx {
        border: 0;
    }

    table thead {
        display: none !important;
    }

    .liOrgCatHeader {
        display: table-header-group;
    }

    .OrgCatalogULO {
        margin-bottom: 10px;
        display: block;
        border-bottom: 2px solid rgb(0,90,146);
    }

    .liOrgCatList {
        display: block;
        text-align: right;
        font-size: 13px;
        border-bottom: 1px dotted #444;
    }

        .liOrgCatList:last-child {
            border-bottom: 0;
        }

        .liOrgCatList:before {
            content: attr(data-label);
            float: left;
            text-transform: uppercase;
            font-weight: bold;
        }
}

@media screen and (min-width:320px) and (max-width:480px) {
    body {
        font-size: 14px !important;
    }

    .headertitle h1 {
        font-size: 2.125rem !important;
    }

    .right_search input {
        width: 40%;
    }

    .mainmenu ul {
        float: left !important;
    }

    .OrgCatalogULO.resview {
        width: 800px !important;
    }

    .headertitle h2 {
        font-size: 1rem !important;
        color: #000;
        font-weight: bold;
        float: left;
        padding-top: 17px;
        padding-left: 24px;
        width: auto;
    }




    .ListHeader {
        font-size: 1rem;
        font-weight: bold;
        font-weight: bold;
        padding: 5px;
        border: 1px solid #444;
        text-align: left;
    }

    form.header_form input[type="text"] {
        width: 40%;
    }

    .desktop-search input {
        width: 42% !important;
    }

    .main_container {
        margin-bottom: 0px !important;
    }

    .headerbottom_left {
        width: 100% !important;
    }

        .headerbottom_left img {
            display: table;
            width: 200px;
            margin: 10px;
        }

    .logo1 {
        width: 45px !important;
        margin: 0px !important;
    }

    .logo2 {
        width: 190px !important;
        margin: 0px !important;
    }

    .mainmenu ul li a {
        color: #000 !important;
    }

    .orgNameTitle {
        top: 258px !important;
    }

        .orgNameTitle a {
            color: #000000 !important;
        }

    .mobile_submenu {
        float: none;
        display: table;
        margin-bottom: 5px;
        float: left;
        margin-top: 0px;
    }

    .headertitle h1 {
        font-size: 2.125rem !important;
    }

    .headertitle h2 {
        font-size: 1rem !important;
        font-weight: bold;
        float: left;
        padding-top: 15px !important;
        padding-left: 18px;
    }

    .mainmenu ul li {
        list-style: none;
        float: left;
        width: 100%;
        text-align: left;
    }

        .mainmenu ul li a {
            font-size: 14px !important;
            text-align: left !important;
            display: block;
            text-decoration: none;
            padding: 5px !important;
        }

    .footer-logo img {
        width: 220px;
    }

    img.footerlogo {
        width: 220px;
    }

    .social-icons {
        float: left;
        width: 100%;
    }

    .footer-nav {
        padding: 15px 0;
    }

    .orgNameTitle {
        padding-top: 0px !important;
        font-size: 14px !important;
        float: left;
        left: 15px;
        position: absolute !important;
        text-align: left;
        font-weight: bold;
        top: 266px;
        padding-left: 9px;
    }

    .gridtable {
        padding: 7px;
        max-width: 500px;
        width: 300px;
    }

    .contentBox {
        border: 1px solid #aaa;
        border-radius: 4px;
        position: relative;
        float: left;
        margin-top: 3%;
        margin: 8px auto;
        margin-top: 8px;
        margin-right: auto;
        margin-bottom: 8px;
        margin-left: auto;
        float: none;
        display: table;
        margin-top: 21px;
        max-width: 100%;
        width: 96%;
    }

    #sidebarMenu {
        width: 100%;
        margin-right: 0px;
        margin: 10px 0;
        margin-top: 30px;
    }

    .sidebarMenuInner {
        height: 165px !important;
    }

    .left_login {
        width: 100% !important;
        margin-bottom: 7px;
    }

    .right_login {
        width: 100% !important;
        margin-bottom: 7px;
    }

    span.rightspace {
        padding-right: 2px;
        float: left;
        display: table;
        width: 100% !important;
        text-align: left;
    }

    span.rightspace {
        padding-right: 2px;
        float: left;
        display: table;
        width: 100% !important;
    }

    .forminput {
        width: 105px !important;
    }



    #ContentPlaceHolder1_libraryDiv {
        float: left;
    }


    h1, .formhead strong {
        font-size: 1rem !important;
    }

    li.liOrgCatHeader, li.liOrgCatHeader30 {
        height: 50px;
    }

    .sidebarMenuInner li a {
        padding: 10px;
        width: 100%;
        float: left;
        padding-left: 21px;
    }

    .leftsidenav {
        float: none;
        width: 96%;
        display: block;
        margin-top: 3%;
        margin: 0 auto;
    }

    .setheight {
        padding: 16px;
        height: auto;
        float: left;
    }

    .fullwidthleft.announcement {
        width: 483px;
    }

    .navbar-menu {
        overflow: hidden;
        /* background-color: #C19634; */
        background-color: rgb(221, 222, 224);
        font-family: Arial, Helvetica, sans-serif;
        border-radius: 0px !important;
        height: 135px;
    }
}

@media screen and (min-width:481px) and (max-width:767px) {
    body {
        font-size: 14px !important;
    }

    .mainmenu ul li a {
        font-size: 14px !important;
    }

    .setheight {
        padding: 16px;
        height: auto;
        float: left;
    }

    .OrgCatalogULO.resview {
        width: 800px !important;
    }

    .footer-logo {
        float: left;
        width: 50% !important;
    }

        .footer-logo img {
            width: 256px;
        }

    .social-icons {
        width: 40%;
        float: right;
        margin-top: 12px;
    }

    .anonymous_element h2 {
        font-size: 14px !important;
    }

    .headertitle {
        float: left;
        margin-top: 0px !important;
    }

    .breadcrumb {
        padding: 8px 15px;
        margin-bottom: 11px;
        list-style: none;
        background-color: #f5f5f5;
        border-radius: 4px;
        font-size: 14px;
    }

    h1 {
        font-size: 1rem !important;
    }

    .liHeader2, .liList, .sidebarMenuInner li a, .footer-nav {
        font-size: 14px;
    }

    .headerbottom_left {
        display: table;
        padding: 11px 0 !important;
        float: left;
    }

        .headerbottom_left img {
            display: table;
            width: 140px;
        }

    img.logo1 {
        width: 35px !important;
        float: left;
    }

    img.logo2 {
        width: 140px !important;
        float: left;
    }

    .mainmenu ul {
        margin: 0 auto;
        float: none;
        display: table;
    }

        .mainmenu ul li a {
            text-align: center;
            display: block;
            text-decoration: none;
            padding: 8px 4px !important;
            color: #000000 !important;
        }

    .orgNameTitle a {
        color: #000000 !important;
    }

    .headertitle h1 {
        font-size: 2.125rem !important;
    }

    .headertitle h2 {
        font-size: 1rem !important;
        color: #000;
        font-weight: bold;
        float: left;
        padding-top: 17px;
        padding-left: 24px;
        width: auto;
    }

    .ListHeader {
        font-size: 1rem !important;
        font-weight: bold;
        font-weight: bold;
        padding: 5px;
        border: 1px solid #444;
        text-align: left;
    }

    .mobile_submenu {
        margin-top: 0px;
    }

    .footer-nav {
        padding: 15px 0;
    }

    .orgNameTitle {
        color: #000;
        padding-top: 16px;
        font-size: 14px !important;
        float: left;
        left: 12px;
        position: absolute;
        text-align: left;
        font-weight: bold;
        top: 130px;
    }


    .sidebarMenuInner {
        height: 167px !important;
    }

    .left_login {
        width: 100% !important;
        float: left;
        margin-bottom: 5px;
    }

    .right_login {
        width: 100% !important;
        float: left;
    }

    li.liOrgCatHeader, li.liOrgCatHeader30 {
        height: 50px !important;
    }

    h1, .formhead strong {
        font-size: 1rem !important;
    }


    .example {
        float: left;
    }

    button.docsearch {
        padding: 3.5px 10px;
    }

    #sidebarMenu {
        position: relative;
        left: 0;
        width: 100%;
        float: left;
        margin-top: 0px;
        transition: transform 250ms ease-in-out;
        height: auto;
        background-color: #DDDEE0;
        /* margin-right: 40px; */
        margin-right: 0px;
        margin-top: 30px;
    }

    .leftsidenav {
        float: none;
        width: 96%;
        display: block;
        margin-top: 3%;
        margin: 0 auto;
    }


    .navbar-menu {
        overflow: hidden;
        /* background-color: #C19634; */
        background-color: rgb(221, 222, 224);
        font-family: Arial, Helvetica, sans-serif;
        border-radius: 0px !important;
        height: 135px;
    }

    .mainmenu ul {
        float: left !important;
    }

        .mainmenu ul li {
            width: 100% !important;
        }

            .mainmenu ul li a {
                text-align: left !important;
                padding: 5px !important;
                padding-left: 0px !important;
            }

    .orgNameTitle {
        color: #000;
        /* padding-top: 78px; */
        font-size: 16px;
        float: left;
        top: 193px;
        left: 21px;
        position: absolute;
        text-align: left;
        font-weight: bold;
    }

    .picturefloatLeft {
        float: left;
        width: 150px;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {

    .left_login {
        width: 50% !important;
    }

    .forminput {
        width: 77px !important;
    }

    .right_login {
        width: 50% !important;
    }

    span.rightspace {
        font-size: 14px !important;
    }

    .forminput.incwidth {
        width: 104px !important;
        line-height: normal;
        padding: 3px 2px !important;
    }

    .footer-logo {
        float: left;
        width: 50% !important;
    }

    .social-icons {
        float: right !important;
        margin-top: 12px;
        width: auto !important;
    }

    .mainmenu ul li a {
        font-size: 86% !important;
    }

    .orgNameTitle {
        font-size: 86% !important;
    }

    .leftsidenav {
        float: left;
        width: 66%;
        margin-top: 3%;
        display: block;
    }

    .center {
        width: 100%;
    }

    .picturefloatLeft {
        float: left;
        width: 150px;
    }
}

@media screen and (min-width:1025px) and (max-width:1200px) {
    .menu > ul > li a {
        text-decoration: none;
        padding: 12px 35px;
        display: block;
        font-weight: bold;
        color: rgb(64, 60, 61);
    }

    .leftsidenav {
        width: 72%;
    }

    .picturefloatLeft {
        float: left;
        width: 150px;
    }
}
