﻿/* troy-custom*/
@viewport {
    width: device-width;
    zoom: 1.0;
}

@-ms-viewport {
    width: device-width;
    zoom: 1.0;
}


/*CMS OVERRIDES*/

.system-items li {
    background: none !important;
}

/* Button Styles*/
button, .btn-primary, .btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active  .show > .btn-primary.dropdown-toggle {
    background: #517D71 !important;
    border-color: #517D71 !important;
    color: #FFFFFF !important;
    font-weight: 500;
}

    button:hover, .btn-primary:hover {
        color: #FFFFFF !important;
        background-color: #297d67 !important;
        border-color: #297d67 !important;
        font-weight: 500;
    }

a {
    color: #014A59;
}

/*Dynamic Widget template - Card - 1 column Styles */
a.no-decoration, a:hover.no-decoration
{
text-decoration:none;
    color: #212529;
}

/*EDITOR CLASSES*/

.headingBar {
    display: inline-block;
    height: 40px;
    margin: 1em 0;
    padding: 0 80px 0 30px;
    float: none;
    clear: both;
    line-height: 40px;
    font-weight: normal !important;
    color: #ffffff;
    background: url('../images/UserUploadedImages/246/TabSprite02.png') no-repeat 100% 0;
}


/* Hot Topics Widget Style */

.hotTopicsContainer {
    margin: 10px 0 0;
    background: #f4f4f4;
    padding-top: 30px;
    padding-bottom: 30px;
}

    .hotTopicsContainer a {
        color: #222223;
        text-decoration: none;
    }

.hot-topic-tab {
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
    padding-bottom: 15px;
}

    .hot-topic-tab li {
        list-style: none;
        float: left;
        margin-right: 15px;
        margin-bottom: 30px;
    }

    .hot-topic-tab a {
        color: #000;
        border: 1px solid #000000;
        text-decoration: none;
        border-radius: 5px;
        padding: 10px 20px;
        float: left;
    }

    .hot-topic-tab .active a {
        background-color: #bdbdbd;
    }

.topic-tab-content .widget .mainItem {
    width: 98%;
    margin: 1%;
    float: left;
    word-wrap: break-word;
    margin-bottom: 30px;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    padding: 30px;
}

    .topic-tab-content .widget .mainItem img {
        display: none;
    }

.topic-tab-content .widget .allsubItems {
    display: flex;
    clear: both;
}

    .topic-tab-content .widget .allsubItems .subItem {
        width: 25%;
        margin: 1%;
        float: left;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0,0,0,.125);
        border-radius: .25rem;
        padding: 30px;
    }

        .topic-tab-content .widget .allsubItems .subItem img {
            width: 100%;
        }

.topic-tab-content .widget .description a {
    font-weight: bold;
}

@media (min-width:0) and (max-width:767px) {
    .hotTopicsContainer {
        background: #fff;
    }

    .topic-tab-content .widget .mainItem,
    .topic-tab-content .widget .allsubItems .subItem {
        background: transparent;
        border: 0;
        padding: 0;
    }

        .topic-tab-content .widget .mainItem .description br,
        .topic-tab-content .widget .allsubItems .subItem .description br {
            display: none;
        }

        .topic-tab-content .widget .allsubItems .subItem img {
            display: none;
        }

    .hotTopicsContainer dl dt a {
        color: #0d6efd;
    }

    .topic-tab-content .widget .allsubItems .subItem {
        width: 100%;
        margin: 0 0 15px 0;
    }

    .topic-tab-content .widget .allsubItems {
        flex-wrap: wrap;
    }

    .topic-tab-content .widget .mainItem img {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }

    .hotTopicsContainer span.mainItemMore,
    .hotTopicsContainer span.subItemMore {
        font-size: 0;
        color: #0d6efd
    }

        .hotTopicsContainer span.mainItemMore:before,
        .hotTopicsContainer span.subItemMore:before {
            content: "\f061";
            font-family: 'FontAwesome';
            font-size: 16px;
        }
}




/*SEARCH RESULTS*/
*.SearchLeft {
    display: none;
}

div.SearchResults h1 {
    margin-top: 0;
    padding-top: 0;
}

ol#searchResultsInfo {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
}

    ol#searchResultsInfo li {
        margin: 0 0 15px 0;
        padding: 0;
        list-style: none;
        background: none;
    }

    ol#searchResultsInfo span.firstRow,
    ol#searchResultsInfo span.clsResultDescr,
    ol#searchResultsInfo span.lastRow {
        display: block;
    }

    ol#searchResultsInfo span.lastRow {
        color: #999999;
        font-size: 12px;
    }

    ol#searchResultsInfo span.clsResultURL {
        word-break: break-all;
    }

span#RecordCount,
span#searchTerms {
    font-weight: bold;
    color: #014A59;
}

div#ctl00_ContentPlaceHolderMainNoAjax_pnlPageLinks {
    margin: 48px 0;
}

    div#ctl00_ContentPlaceHolderMainNoAjax_pnlPageLinks a {
        text-decoration: none;
    }

    div#ctl00_ContentPlaceHolderMainNoAjax_pnlPageLinks span {
        display: inline-block;
        padding: 5px 10px;
        text-align: center;
        color: #000;
        background: #ccc;
        border-radius: 3px;
    }

        div#ctl00_ContentPlaceHolderMainNoAjax_pnlPageLinks span.resultPageNumberSelected {
            background: #014A59;
            color: #fff;
        }


/*CONTENT*/



div.contentWrapper:after {
    content: '';
    display: table;
    clear: both;
}

div.imageHolder {
    background: url('../images/UserUploadedImages/246/footerDivider.png') 0 250px no-repeat;
}

    div.imageHolder p {
        margin: 0 !important;
        padding: 0 !important;
    }

    div.imageHolder br {
        display: none;
    }

    div.imageHolder img {
        display: block;
        max-width: 100%;
        margin: 0 0 20px 0 !important;
        float: none !important;
        border-bottom: 10px solid transparent !important;
    }

a#contentAnchor {
    position: absolute;
}

div.contentHolder {
    width: 75%;
    padding: 0 20px 0 0;
    float: left;
    box-sizing: border-box;
}

div.sideHolder {
    width: 25%;
    float: left;
}

div.contentHolder h1,
h1 {
    color: #014A59;
    font-size: 26px !important;
    padding: 0px;
    font-weight: bold !important;
    display: block;
    clear: both;
}

    h1.pageTitle {
        margin: 0;
        padding: 0;
    }

div.contentHolder h2,
h2 {
    color: #517D71;
    font-size: 18px !important;
    font-weight: bold !important;
    padding: 0px;
}

div.contentHolder h3,
h3 {
    font-size: 16px !important;
    font-weight: bold;
    padding: 0px;
}

div.contentHolder p,
div.contentHolder li,
p,
li {
}

div.contentHolder img {
    height: auto !important;
    max-width: 100% !important;
    overflow: hidden;
}

div.lastModified {
    padding: 40px 0px;
    display: block;
}

/*REFER TO FRIEND - NOT REFACTORED*/

#refer-friend {
    width: 510px;
    left: 45%;
    top: 10%;
    padding: 10px 10px 20px 20px;
}

    #refer-friend iframe {
        border: none;
        height: 650px;
        width: 500px;
        float: left;
        clear: both;
        overflow: hidden;
        background-color: transparent;
    }

        #refer-friend iframe body {
            background-color: transparent;
        }

    #refer-friend button {
        background-color: #CECECE;
        border: 1px solid #ACACAC;
        color: #5B5B5B;
        font-size: 125%;
        margin: 0 0 10px 0;
        padding: 2px 5px;
        margin-left: 485px;
        border-radius: 5px;
    }

        #refer-friend button:hover,
        #refer-friend button:focus {
            cursor: pointer;
        }

/*FORM BUILDER (CORE STYLES + ADJUSTMENTS)*/

div.contentWrapper div.clsFormCreator {
    max-width: 100%;
    margin: 20px 0;
    padding: 20px;
    background: #efefef;
    box-sizing: border-box;
}

    div.contentWrapper div.clsFormCreator img {
        max-width: 100% !important;
        overflow: hidden !important;
    }

    div.contentWrapper div.clsFormCreator h2 {
        margin-top: 0;
        padding-top: 0;
        color: #000;
    }

    div.contentWrapper div.clsFormCreator h3[role="alert"] {
        padding: 8px;
        color: #fff;
        background: #cc0000;
        border-radius: 5px
    }

    div.contentWrapper div.clsFormCreator > div,
    div.contentWrapper div.clsFormCreator fieldset > div {
        margin-bottom: 20px;
    }

    div.contentWrapper div.clsFormCreator div.col-xs-10 {
        max-width: 100%;
    }

    div.contentWrapper div.clsFormCreator div label {
        display: block;
    }

    div.contentWrapper div.clsFormCreator div span.mandatory,
    div.contentWrapper div.clsFormCreator div span.validatoralert {
        position: absolute;
        margin: -20px 0 0 0;
        padding: 3px 6px;
        line-height: normal;
        text-transform: uppercase;
        font-size: 10px;
        color: #fff !important;
        background: #cc6600;
        border-radius: 3px;
    }

    div.contentWrapper div.clsFormCreator div span.sr-only {
        display: none;
    }

    div.contentWrapper div.clsFormCreator fieldset {
        max-width: 100% !important;
        border: none;
        margin: 0 0 20px 0;
        padding: 0;
        box-sizing: border-box;
    }

    div.contentWrapper div.clsFormCreator legend {
        margin: 14px 0;
        padding: 0;
        font-weight: bold;
    }

    div.contentWrapper div.clsFormCreator div textarea {
        min-width: 53%;
        max-width: 100% !important;
        margin: 0;
        padding: 4px !important;
        box-sizing: border-box;
    }

    div.contentWrapper div.clsFormCreator div select {
        height: 30px !important;
        max-width: 100% !important;
        line-height: 30px !important;
        padding: 0 4px !important;
    }

        div.contentWrapper div.clsFormCreator div select[multiple="multiple"] {
            height: auto !important;
        }

    div.contentWrapper div.clsFormCreator div input {
        height: 30px !important;
        max-width: 100% !important;
        line-height: 30px !important;
        padding: 0 4px;
        box-sizing: border-box;
    }

        div.contentWrapper div.clsFormCreator div input[style*="width"] {
            max-width: 100% !important;
        }

    div.contentWrapper div.clsFormCreator fieldset.clsCheckBoxListSpanOptions legend,
    div.contentWrapper div.clsFormCreator fieldset.clsRadioButtonListSpanOptions legend {
        margin: 0;
        padding: 0;
        font-weight: normal;
    }

    div.contentWrapper div.clsFormCreator div input[type="checkbox"],
    div.contentWrapper div.clsFormCreator div input[type="radio"] {
        height: auto !important;
        line-height: normal !important;
        padding: 0;
    }

    div.contentWrapper div.clsFormCreator span.checkbox,
    div.contentWrapper div.clsFormCreator span.radio {
        display: block;
        height: 30px;
        line-height: 30px;
    }

        div.contentWrapper div.clsFormCreator span.checkbox label,
        div.contentWrapper div.clsFormCreator span.radio label {
            display: inline;
        }

    div.contentWrapper div.clsFormCreator div.clsMandatory {
        text-align: center;
        font-size: 90%;
    }

    div.contentWrapper div.clsFormCreator div.clsBtnSubmit,
    div.contentWrapper div.clsFormCreator div.clsBtnClear {
        text-align: center;
    }

        div.contentWrapper div.clsFormCreator div.clsBtnSubmit input,
        div.contentWrapper div.clsFormCreator div.clsBtnClear input,
        div.directoryPage div.contentWrapper div.buttonFormsGroupTop input,
        div.directoryPage div.contentWrapper div.buttonFormsGroupBottom input,
        div.contentWrapper input.fileInsertBtn {
            display: inline-block;
            height: 36px;
            width: auto;
            max-width: 100% !important;
            padding: 0 32px !important;
            line-height: 36px;
            vertical-align: top;
            text-decoration: none;
            text-shadow: 0px -1px 1px #0081bd;
            font-size: 16px;
            font-weight: bold;
            color: #fff;
            background-color: #1D779F;
            background-image: -moz-linear-gradient(#29A7DF, #1D779F);
            background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#29A7DF), to(#1D779F));
            background-image: -webkit-linear-gradient(#29A7DF, #1D779F);
            background-image: -o-linear-gradient(#29A7DF, #1D779F);
            filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#29A7DF", endColorStr="#1D779F");
            border: 1px solid #1D779F;
            border-radius: 5px;
        }

    div.contentWrapper div.clsFormCreator div.formCreatorCaptchaTable img {
        display: block;
        margin: 0 0 4px 0;
        float: none;
    }

div.RadCaptcha_Elcom > span {
    text-align: left !important;
}

div.RadCaptcha_Elcom [id$='SpamProtectorPanel'] a {
    display: inline-block !important;
    float: none;
}

div.RadCaptcha_Elcom [id$='SpamProtectorPanel'] label {
    padding: 0 !important;
    text-align: left !important;
}

div.contentWrapper table#recaptcha_table {
}

div.contentWrapper div.clsFormCreator div.formCreatorCaptchaTable div {
    margin-bottom: 0;
}

div.contentWrapper div.DivFormContent p.warning span {
    font-weight: bold;
    color: #014A59;
}



/*SITEMAP*/

div.sitemap {
    margin: 0 0 40px 0;
}

    div.sitemap ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    div.sitemap li {
        margin: 32px 0 0 0;
        padding: 0;
        list-style: none;
        color: #ccc;
    }

        div.sitemap li a {
            text-decoration: none;
            font-size: 18px;
            font-weight: bold;
        }

            div.sitemap li a:hover {
                text-decoration: underline;
            }

        div.sitemap li ul {
            margin: 0 0 0 20px;
            padding: 0;
            list-style: none;
        }

        div.sitemap li li {
            margin: 16px 0 0 0;
            padding: 0;
            list-style: none;
        }

            div.sitemap li li a {
                text-decoration: none;
                font-size: 14px;
                font-weight: bold;
            }

            div.sitemap li li ul {
                margin: 0 0 0 20px;
                padding: 0;
                list-style: none;
            }

            div.sitemap li li li {
                margin: 0;
                padding: 0 0 0 10px;
                list-style: none;
                border-left: 2px solid #ccc;
            }

                div.sitemap li li li a {
                    text-decoration: none;
                    font-weight: normal;
                }



/*BUSINESS DIRECTORY (Button styles located in form builder definitions)*/

div.clsSearchParameters {
    margin: 32px 0 0 0;
    padding: 16px 0;
    text-align: center;
    border-top: 2px solid #f3e5e5;
}

    div.clsSearchParameters:after {
        content: '';
        display: table;
        clear: both;
    }

    div.clsSearchParameters div {
        display: inline-block;
        height: 30px;
        line-height: 30px;
        vertical-align: top;
    }

    div.directoryPage p.clsFormNameHeading,
    div.total-records,
    div.directoryPage div.contentWrapper div.clsFormCreator,
    div.clsFormCreator_uploadfilebox a,
    div.clsSearchParameters legend {
        display: none;
    }

    div.clsSearchParameters fieldset {
        display: inline-block;
        margin: 0;
        padding: 0;
        vertical-align: top;
        border: 0;
    }

a.clsFormResultsSearchLink {
    display: inline-block;
    height: 30px;
    width: 30px;
    margin: 0 0 0 -4px;
    vertical-align: top;
    text-indent: -999em;
    color: #ff;
    background: url('../images/UserUploadedImages/246/SearchArrow.png') no-repeat 0 0 #bababa;
}

    a.clsFormResultsSearchLink:hover {
        background: url('../images/UserUploadedImages/246/SearchArrow.png') no-repeat 0 0 #a1a1a1;
    }

input.search-keywords {
    width: 100px !important;
    height: 30px;
    margin: 0;
    padding: 4px;
    line-height: 30px;
    vertical-align: top;
    border: 1px solid #bababa;
    box-sizing: border-box;
}

table#tableFormResults {
    width: 100%;
    margin: 0 0 48px 0;
}

    table#tableFormResults th {
        padding: 8px 14px 8px 14px;
        text-align: center;
        background: #f3e5e5;
    }

        table#tableFormResults th a {
            padding: 0 10px 0 0;
            text-decoration: none;
            font-weight: normal;
            background: url('../images/UserUploadedImages/246/ColumnSortArrow00.gif') no-repeat 100% 40%;
        }

tr.FormResultsListTable_filtertr td {
    display: none;
    padding: 1px 14px 8px 14px;
    background: #f3e5e5;
    text-align: center;
}

tr.FormResultsListTable_headertr th > span {
    display: none;
}

tr.FormResultsListTable_filtertr select {
    display: none;
}

div.clsSearchParameters select {
    height: 28px !important;
    margin: 0 10px 0 4px;
    padding: 4px !important;
    line-height: 28px !important;
    font-size: 12px;
}

div.clsSearchParameters option {
    font-size: 12px;
}

tr.FormResultsListTable_contenttr td {
    padding: 8px 14px;
    border-bottom: 2px solid #f3e5e5;
}

    tr.FormResultsListTable_contenttr td:first-child span {
        font-weight: bold !important;
    }

div.divFormResults div.pagination p {
    display: none;
}

div.divFormResults div.pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

div.divFormResults div.pagination li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
}

div.divFormResults div.pagination span,
div.divFormResults div.pagination a {
    display: inline-block;
    margin: 0 8px 0 0;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    color: #000;
    background: #ccc;
    border-radius: 3px;
}

div.divFormResults div.pagination li.current span {
    color: #fff;
    background: #014A59;
}

div.divFormResults div.pagination span.audible,
div.divFormResults div.pagination span.sr-only,
div.divFormResults div.pagination li.disabled {
    display: none;
}

div.directoryPage div.clsFormCreator {
    margin: 0;
}

div.directoryPage div.buttonFormsGroupTop,
div.directoryPage div.buttonFormsGroupBottom {
    margin: 32px 0 0 0;
    text-align: center;
}

div.submit-failed,
div.submit-success,
input.clsUploadFileBox,
div.clsFormCreator_uploadfilebox span {
    position: absolute;
    top: -999em;
}

div.formOutput p.profileLogo,
div.formOutput p.profileLogo img,
div.formOutput p.profileImage,
div.formOutput p.profileImage img {
    max-width: 100% !important;
    overflow: hidden !important;
}

input#fileInsertBtn + label {
    height: 36px;
    line-height: 36px;
    margin: 0 0 0 4px !important;
    width: auto !important;
}



/*EVENT Detail*/

div[id$="BackLink"] {
    display: none;
}

.ev-event-allow-register-button-container {
    padding: 10px;
    padding-left: 85px;
}

.event-booking-back-button-container {
    padding: 3px;
    padding-bottom: 20px;
    font-weight: 600;
}

/*CONTENT*/

div.imageHolder img {
    margin: -20px 0 0 0 !important;
}

div.contentHolder {
    width: auto;
    padding: 0 20px;
    float: none;
}

    div.contentHolder h1 {
        padding: 0 90px 10px 0;
    }

div.sideHolder {
    display: table;
    width: 100%;
    padding: 0;
    float: none;
}

    div.sideHolder div.quickLinks {
        display: table-footer-group;
    }

    div.sideHolder div.sideSpotlight {
        margin: 0 20px 20px 20px;
    }

/*FORMS*/

div.contentWrapper div.clsFormCreator div input[style*="width"],
div.contentWrapper div.clsFormCreator div textarea {
    width: 100% !important;
}

}

div#readspeaker_button1 {
    padding-top: 1em;
}

img.read-speaker-image {
    padding-right: 5px;
    vertical-align: text-bottom;
    border-style: none;
    margin-right: 0px !important;
}



div.councillorPortal a.readerBtn {
    padding-left: 0px !important;
    padding-top: 0px !important;
    margin-bottom: 0px !important;
}

    div.councillorPortal a.readerBtn:before {
        display: none !important;
    }



nav,
section,
footer {
    display: block;
    clear: both;
}


#site_navigation a,
#site_navigation a:hover,
#site_navigation a * {
    text-decoration: none !important;
    outline: none;
}








img {
    border: 0;
}


hr {
    height: 2px;
    margin: 2em 0;
    color: #e2e2e2;
    background: #e2e2e2;
    border: 0;
}



/*LAYOUT*/

*.clear_after:after {
    content: '';
    display: table;
    clear: both;
}

body.overflow_hidden form {
    overflow-y: hidden;
}

div.max_width,
div.max_width ul.hmenu,
div.max_width ul.hmenu li li {
    max-width: 72em;
    margin: 0 auto;
}


/*BANNER*/

div.menu_button {
    display: none;
    position: absolute;
    top: 50%;
    right: 0em;
    margin: -2.5em 0 0 0;
}

    div.menu_button a {
        display: block;
        width: 5em;
        height: 5em;
        background: url('../images/Menu-Icon-Mobile.png') 50% 50% no-repeat;
        background-size: 50% 50%;
    }

        div.menu_button a span {
            display: none;
        }



/*MAIN MENU*/

div.menu_layout {
    display: block;
    height: 3em;
    /*background:#014A59;*/
}

div.menu_inner {
}

div.menu_layout ul.hmenu {
    position: relative;
    height: 3em;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #FFFFFF;
    /*overflow-y:scroll!important;*/
}

    div.menu_layout ul.hmenu:after,
    div.menu_layout li ul:after {
        content: '';
        display: table;
        clear: both;
    }

    div.menu_layout ul.hmenu li {
        float: left;
        height: 3em;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        div.menu_layout ul.hmenu li a {
            display: block;
            padding: 0 0.75em;
            height: 3em;
            line-height: 3em;
            transition: background ease 200ms;
            font-weight: bold;
        }

    div.menu_layout ul.hmenu > li > a:hover {
        color: #014A59;
        background: #fff;
    }

    div.menu_layout ul.hmenu li a.menu_open {
        background: #fff !important;
    }

        div.menu_layout ul.hmenu > li > a:hover > span,
        div.menu_layout ul.hmenu li a.menu_open > span {
            color: #014A59;
        }

    div.menu_layout ul.hmenu li span {
        display: block;
        text-transform: uppercase;
        font-size: 90.75%;
        color: #014A59;
        transition: color ease 200ms;
    }

    div.menu_layout ul.hmenu > li > a:hover > span, div.menu_layout ul.hmenu li a.menu_open > span {
        color: #9BB5BB;
    }


    div.menu_layout ul.hmenu > li:first-child > a {
        width: 1.5em;
        background: url('../images/Menu-Icon-Home.png') 50% 50% no-repeat;
        background-size: auto 1em;
    }

        div.menu_layout ul.hmenu > li:first-child > a:hover {
            width: 1.5em;
            background: url('../images/Menu-Icon-Home-selected.png') 50% 50% no-repeat;
            background-size: auto 1em;
        }



        /* apply this when applying js change for home logo 
    div.menu_layout ul.hmenu > li:first-child:hover,
    div.menu_layout ul.hmenu > li:first-child > a:hover {
        background: none;
    }

ul.hmenu li:first-child > a img {
    width: 1.2em;
    padding-left: 3px;
    padding-top: 16px;
}

 apply this when applying js change for home logo */

        div.menu_layout ul.hmenu > li:first-child > a > span {
            display: none;
        }

    div.menu_layout ul.hmenu li ul {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 9999;
        width: 100%;
        padding: 1.5em 0 6em 0;
        list-style: none;
        background: #fff;
        box-shadow: 0 0.5em 0.5em rgba(0,0,0,0.5);
        box-sizing: border-box;
    }

        div.menu_layout ul.hmenu li ul.menu_open {
            min-height: 100%;
        }

    div.menu_layout ul.hmenu li li {
        float: none;
        height: auto;
        margin: 0;
        padding: 0 2em;
        box-sizing: border-box;
    }

        div.menu_layout ul.hmenu li li:hover {
            background: none;
        }

        div.menu_layout ul.hmenu li li a {
            height: auto;
            padding: 0 0 0.5em 0;
            line-height: 1.2;
            border-bottom: 0.25em solid #e2e2e2;
        }

            div.menu_layout ul.hmenu li li a span {
                text-transform: none;
                font-size: 112%;
            }

            div.menu_layout ul.hmenu li li a:hover span {
                color: #014A59;
            }

        div.menu_layout ul.hmenu li li span {
            color: #014A59;
        }

        div.menu_layout ul.hmenu li li ul {
            display: block;
            position: relative;
            left: auto;
            margin: 0.5em auto 0 auto;
            padding: 0;
            list-style: none;
            box-shadow: none;
        }

            div.menu_layout ul.hmenu li li ul:after {
                content: '';
                display: table;
                clear: both;
            }

        div.menu_layout ul.hmenu li li li,
        div.menu_layout ul.hmenu li li li:hover {
            float: left;
            width: 33.33%;
            margin: 0;
            padding: 0 1em 0 1.5em;
            background: url('../images/Menu-Icon-Arrow.png') 0 0.2em no-repeat;
            background-size: 1em 1em;
            box-sizing: border-box;
        }

            div.menu_layout ul.hmenu li li li a {
                margin: 0;
                border-bottom: 0;
            }

                div.menu_layout ul.hmenu li li li a:hover {
                    border-bottom: 0;
                }

            div.menu_layout ul.hmenu li li li span {
                display: inline;
                text-transform: none;
                font-size: 87.5%;
                font-weight: normal;
            }

            div.menu_layout ul.hmenu li li li a:hover span {
                border-bottom: 1px dotted #014A59;
            }

div.menu_layout li.menu_close {
    margin: 0 auto !important;
}

    div.menu_layout li.menu_close a {
        float: right;
        height: 2em;
        padding: 0 1.75em 0 0 !important;
        line-height: 2em !important;
        font-size: 87.5% !important;
        background: url('../images/Menu-Icon-Close.png') 100% 50% no-repeat;
        background-size: 1.5em 1.5em;
        border-bottom: 0 !important;
        cursor: pointer;
    }

    div.menu_layout li.menu_close span {
        display: block;
        text-transform: uppercase !important;
        font-size: 100% !important;
        color: #014A59 !important;
    }


@media screen and (max-width:78em) {
    div.max_width,
    div.max_width ul.hmenu,
    div.max_width ul.hmenu li li {
        max-width: 62em;
    }

    span.footer_social {
        display: block !important;
        margin: 1em auto 0 auto;
    }
}



@media screen and (max-width:64em) {


    /*MENU*/

    div.menu_button {
        display: block;
    }

    div.menu_layout {
        display: none;
        position: absolute;
        z-index: 9999;
        height: 100%;
        width: 100%;
        left: 0;
    }

        div.menu_layout ul.hmenu {
            height: auto;
            margin: 0;
            padding: 0;
            list-style: none;
            background: #014a59;
            overflow-y: scroll !important;
        }

            div.menu_layout ul.hmenu li {
                position: relative;
                float: none;
                height: auto;
                margin: 0;
                padding: 0;
                overflow-y: scroll !important;
            }

                div.menu_layout ul.hmenu li a,
                div.menu_layout ul.hmenu li a:hover {
                    padding: 1em 4em 1em 1em !important;
                    height: auto;
                    line-height: 1.2;
                    background: url('../images/Menu-Icon-Expand.png') 97% 50% no-repeat;
                    background-size: 1.5em 1.5em;
                    border-bottom: 1px solid rgba(255,255,255,0.25);
                }

                    div.menu_layout ul.hmenu li a.menu_open {
                        background: url('../images/Menu-Icon-Contract.png') 97% 50% no-repeat #014a59 !important;
                        background-size: 1.5em 1.5em !important;
                        border-bottom: 1px solid rgba(255,255,255,0.25);
                    }

                        div.menu_layout ul.hmenu li a.menu_open > span {
                            color: #FFFFFF;
                        }

                div.menu_layout ul.hmenu li span {
                    font-size: 100%;
                    color: #FFFFFF !important;
                }

            div.menu_layout ul.hmenu > li:first-child > a {
                display: none;
                padding: 1em;
                background: none;
                border-bottom: 0;
            }

                div.menu_layout ul.hmenu > li:first-child > a > span {
                    display: block;
                }

            div.menu_layout ul.hmenu li ul {
                display: none;
                position: relative;
                height: 250px;
                left: auto;
                padding: 0;
                background: #dbefe1;
                box-shadow: none;
                overflow-y: scroll !important;
            }

            div.menu_layout ul.hmenu li li ul {
                height: auto;
                overflow-y: scroll !important;
            }

            div.menu_layout ul.hmenu li ul li span {
                color: #014a59 !important;
            }

            div.menu_layout ul.hmenu li li li,
            div.menu_layout ul.hmenu li li li:hover {
                float: none;
                width: 100%;
                margin: 0;
                padding: 0 1em 0 1.5em;
                background: url('../images/Menu-Icon-Arrow.png') 0 0.2em no-repeat;
                background-size: 1em 1em;
                box-sizing: border-box;
                overflow-y: scroll !important;
            }

                div.menu_layout ul.hmenu li li li a,
                div.menu_layout ul.hmenu li li li a:hover {
                    padding: 2px !important;
                    background: none !important;
                    border-bottom: none;
                    border-top: 0;
                }

            div.menu_layout ul.hmenu li li a,
            div.menu_layout ul.hmenu li li a:hover {
                padding: 1em !important;
                background: none !important;
                border-bottom: 1px solid rgba(1,74,89,0.25);
                border-top: 0;
            }

                div.menu_layout ul.hmenu li li a span,
                div.menu_layout ul.hmenu li li a:hover span {
                    font-size: 100%;
                    color: #fff;
                }

            div.menu_layout ul.hmenu li li ul {
                display: block;
                overflow-y: scroll !important;
            }

        div.menu_layout li.menu_close {
            display: none;
        }
}

@media screen and (max-width:47em) {
    /*MENU*/

    div.menu_layout ul.hmenu li a,
    div.menu_layout ul.hmenu li a:hover {
        background: url('../images/Menu-Icon-Expand.png') 96% 50% no-repeat;
        background-size: 1.5em 1.5em !important;
    }

        div.menu_layout ul.hmenu li a.menu_open {
            background: url('../images/Menu-Icon-Contract.png') 96% 50% no-repeat #014a59 !important;
            background-size: 1.5em 1.5em !important;
        }
}




.troy_stayin_loop_section {
    background: #014A59 /*url(../../images/UserUploadedImages/340/banner-1.jpg)*/;
    color: #FFFFFF;
}

.troy-topmenu a {
    color: #014A59;
    text-decoration: none;
}

.troy-footer-links a {
    color: #014A59 !important;
}

.troy-footer-links {
    font-size: small;
}

a.footer-emaillink {
    color: black !important;
}

.topRight {
    position: relative;
}

#main_nav .navbar-nav .nav-item .nav-link {
    color: #014A59;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px;
}

#main_nav .navbar-nav .nav-item .megamenu .col-megamenu .title {
    color: #014A59;
    font-weight: bold;
}

#main_nav .navbar-nav .nav-item .megamenu .col-megamenu li a {
    color: #014A59;
    text-decoration: none;
}
/*a {
    color: #222223;
    text-decoration: none;
}*/
.homepage-quicklinks a, .footer-contact-us a, .mobile-quicklinks a {
    color: #222223;
}

.carousel-caption {
    right: 25%;
    bottom: 35%;
    left: 25%;
}

.homepage-quicklinks {
    margin: 30px 0;
}

    .homepage-quicklinks h2, .stay-in-loop h2, .troy-footerbg h2 {
        text-transform: uppercase;
        color: #000;
        font-size: 22px;
        font-weight: bold;
    }

    .homepage-quicklinks .troy-Item {
        background-color: #f4f4f4;
        margin: 5px;
        min-height: 195px;
    }

        .homepage-quicklinks .troy-Item .ql-icon {
            width: 64px;
            height: 64px;
            margin: .5rem;
        }

        .homepage-quicklinks .troy-Item .description {
            margin: .5rem;
        }

.hotTopicsList {
    margin: 10px 0 0;
    background: #f4f4f4;
}

#hotTopicsListHead {
    background: #FFFFFF;
    padding: 1px 0;
    margin: 0 !important;
}

.hotTopicsList .troy-featuredbody {
    background-color: #f4f4f4;
    padding: 0px 30px 15px 5px;
}

.troy-featuredbodybg {
    background-color: #f4f4f4;
}

@media(max-width: 767px) {
    .troy-featuredbodybg {
        background-color: #FFFFFF;
    }
}

.hotTopicsList h2 {
    text-transform: uppercase;
    color: #000;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}

.hotTopicsList-mobile ol {
    background-color: #f4f4f4;
    padding: 15px 30px;
}

.hotTopicsList .nav-pills .nav-link.active, .hotTopicsList .nav-pills .show > .nav-link, .hotTopicsList-mobile .nav-pills .nav-link.active, .hotTopicsList-mobile .nav-pills .show > .nav-link {
    color: #000;
    background-color: #bdbdbd;
    border: 1px solid #000000;
}

.hotTopicsList .nav-pills .nav-link, .hotTopicsList-mobile .nav-pills .nav-link {
    background: 0 0;
    color: #000;
    border: 1px solid #000000;
    margin: 0 10px 0 0;
}

.hotTopicsList .card {
    border: none;
    margin: 15px;
}

    .hotTopicsList .card a {
        color: #222223;
        text-decoration: none;
    }

.hotTopicsList .troy-firstpart .card {
    height: 580px;
    overflow: hidden;
}

.hotTopicsList .troy-secondpart .card {
    height: 855px;
    overflow: hidden;
}

.whatsOnList {
    margin: 30px 0;
}

    .hotTopicsList-mobile h2, .mobile-quicklinks h2, .whatsOnList h2 {
        text-transform: uppercase;
        color: #000;
        font-size: 22px;
        font-weight: bold;
    }

.hotTopicsList-mobile h2, .mobile-quicklinks h2 {
    margin: 4px;
}

.whatsOnList .slider .card {
    border: none;
}

.whatsOnList .card-body {
    padding: 1rem 0;
}

.whatsOnList .slider .card-title {
    background-color: #D9D9D9;
    color: #000;
    padding: 10px;
    min-height: 100px;
}

    .whatsOnList .slider .card-title a {
        color: #000;
        text-decoration: none;
    }

    .whatsOnList .slider .card-title h5 {
        font-size: 16px;
        color: #000;
    }

    .whatsOnList .slider .card-title h6 {
        font-size: 14px;
        color: #000;
    }

.whatsOnList .slider .card-text {
    height: 75px;
    overflow: hidden;
}

.whatsOnList .slider .card .btn-readmore {
    background-color: #D9D9D9;
    color: #000;
    padding: 5px;
    font-size: 12px;
}

    .whatsOnList .slider .card .btn-readmore span {
        position: relative;
        z-index: 2;
    }

    .whatsOnList .slider .card .btn-readmore:hover {
        background-color: #A6A6A6;
        color: #000;
    }

.social-icons a {
    color: #FFF;
    font-size: 32px;
    margin: 0 10px;
}

.btn-arrow-right,
.btn-arrow-left {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
}

.btn-arrow-right {
    padding-left: 36px;
}

.btn-arrow-left {
    padding-right: 36px;
}

    .btn-arrow-right:before,
    .btn-arrow-right:after,
    .btn-arrow-left:before,
    .btn-arrow-left:after { /* make two squares (before and after), looking similar to the button */
        content: "";
        position: absolute;
        top: 4px; /* move it down because of rounded corners */
        width: 20px; /* same as height */
        height: 20px; /* button_outer_height / sqrt(2) */
        background: inherit; /* use parent background */
        border: inherit; /* use parent border */
        border-left-color: transparent; /* hide left border */
        border-bottom-color: transparent; /* hide bottom border */
        border-radius: 0px 4px 0px 0px; /* round arrow corner, the shorthand property doesn't accept "inherit" so it is set to 4px */
        -webkit-border-radius: 0px 4px 0px 0px;
        -moz-border-radius: 0px 4px 0px 0px;
    }

.btn-arrow-right:before,
.btn-arrow-right:after {
    transform: rotate(45deg); /* rotate right arrow squares 45 deg to point right */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.btn-arrow-left:before,
.btn-arrow-left:after {
    transform: rotate(225deg); /* rotate left arrow squares 225 deg to point left */
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
}

.btn-arrow-right:before,
.btn-arrow-left:before { /* align the "before" square to the left */
    left: 11px;
    z-index: -1;
}

.btn-arrow-right:after,
.btn-arrow-left:after { /* align the "after" square to the right */
    right: -10px;
}

.btn-arrow-right:after,
.btn-arrow-left:before { /* bring arrow pointers to front */
    z-index: 1;
}

a.btn-info, .btn-info {
    background: #517D71 !important;
    border-color: #517D71 !important;
    color: #FFFFFF !important;
    font-weight: 500;
}

    .btn-info.active, .btn-info:active, .show > .btn-info.dropdown-toggle {
        background: #517D71;
        border-color: #517D71;
        color: #FFFFFF;
        font-weight: 500;
    }

    a.btn-info:hover, .btn-info:hover {
        color: #FFFFFF !important;
        background-color: #297d67 !important;
        border-color: #297d67 !important;
        font-weight: 500;
    }

.troy_stayin_loop_section h2, .troy-footerbg h2 {
    color: #FFFFFF !important;
}

.troy_stayin_loop_section .social-icons a:hover {
    color: #9BB5BB;
}

.troy-footerbg {
    background-color: #9BB5BB;
    padding: 10px;
}
/***     Mobile Design starts here *****/
.troy-ql-mobile .troy-Item {
    text-align: left;
    min-height: auto;
    border-radius: 7px;
    border-left: 7px solid #014a59;
}

    .troy-ql-mobile .troy-Item .ql-icon {
        width: 48px;
        height: 48px;
    }

    .troy-ql-mobile .troy-Item .description {
        display: none;
    }

.troy-ql-mobile .troy-Item {
    background-color: #f4f4f4;
    margin: 5px;
}

.troy-ql-mobile div.troy-Item.bg1 {
    border-left: 7px solid #517D71;
}

.troy-ql-mobile div.troy-Item.bg2 {
    border-left: 7px solid #014a59;
}

.troy-ql-mobile div.troy-Item.bg3 {
    border-left: 7px solid #DBEFE1;
}

.troy-ql-mobile div.troy-Item.bg4 {
    border-left: 7px solid #9BB5BB;
}

.hotTopicsList-mobile .card {
    border: none;
}

.hotTopicsList-mobile .troy-newsheading {
    padding: 5px 15px;
    text-transform: uppercase;
    color: #014a59;
    font-size: 22px;
    font-weight: bold;
}

.hotTopicsList-mobile .card .card-title a {
    color: #0d6efd;
}

.hotTopicsList-mobile .card .card-title .troy_datesep {
    color: #0d6efd;
}

.hotTopicsList-mobile .card .card-title .troy_mainItemDate {
    color: #0d6efd;
}
/***     Mobile Design Ends here *****/
/* troy-custom*/

/*troy - inline*/
.navbar .megamenu {
    padding: 1rem;
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {

    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
    }

/*srv styles*/
.srv-home-container
{
max-width:100%;
}


}
/* ============ desktop view .end// ============ */


/* ============ mobile view ============ */
@media(max-width: 991px) {
    .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }
}
/* ============ mobile view .end// ============ */

.slider {
    width: 95%;
    margin: 50px auto;
}

.slick-slide {
    margin: 0px 20px;
}

    .slick-slide img {
        height: 220px;
        width: 100%;
    }

.slick-prev:before,
.slick-next:before {
    color: #d9d9d9;
}


.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.slick-active {
    /*opacity: .5;*/ opacity: 1;
}

.slick-current {
    opacity: 1;
}

.slick-slider button, .slick-dots li button {
    color: transparent !important;
    background: transparent !important;
}

button.slick-prev button, button.slick-next {
    color: transparent !important;
    background: transparent !important;
}

/*troy-inline*/

/*MBase Styles*/

.carousel .carousel-inner .carousel-item {
    max-height: 470px !important;
    overflow: hidden;
}

.searchPanel .btn.btn-dark {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.subscribe-background {
    background-color: #014A59;
}


.acknowledgement-text-div {
    background: #D9D9D9;
}


.text-acknowledge {
    color: #014A59;
    font-weight: 500;
}


/*BREADCRUMB*/

div#breadcrumb-panel {
    position: relative;
}

    div#breadcrumb-panel div#breadcrumbs {
        padding: 0 90px 0 0;
        font-size: 12px;
        color: #014A59;
    }

p#breadcrumblabel {
    display: none;
}

div#breadcrumb-panel div#breadcrumbs a,
div#breadcrumb-panel div#breadcrumbs span {
    text-decoration: none;
    font-size: 12px;
    color: #014A59;
}

    div#breadcrumb-panel div#breadcrumbs a:hover span {
        text-decoration: underline;
    }

div#breadcrumb-panel div#breadcrumbs ol,
div#breadcrumb-panel div#breadcrumbs li {
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
}

    div#breadcrumb-panel div#breadcrumbs li:after {
        content: '/';
        display: inline;
        padding: 0px 6px;
        text-decoration: none !important;
        font-size: 13px;
    }

    div#breadcrumb-panel div#breadcrumbs li > span,
    div#breadcrumb-panel div#breadcrumbs ol li:last-child {
        display: none;
    }

div#breadcrumb-panel div#utilities {
    position: absolute;
    top: 0;
    right: 0;
    width: 90px;
    text-align: right;
}

    div#breadcrumb-panel div#utilities ul,
    div#breadcrumb-panel div#utilities ul li {
        display: inline;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        div#breadcrumb-panel div#utilities ul li a img {
            margin: 0 0 0 3px;
            vertical-align: middle;
        }

        div#breadcrumb-panel div#utilities ul li a:hover img {
            -webkit-opacity: 0.5;
            opacity: 0.5;
        }

/*HR Gradient on Content Page*/

.grad1 {
    height: 15px;
    background-image: linear-gradient(0.25turn, #517D71, #DBEFE1,#014A59, #9BB5BB);
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fc-wt {
    color: #FFFFFF;
}

.homepage-quicklinks a, .mobile-quicklinks a {
    text-decoration: none;
}

/* fontawesome conflict cms version 5.4 and new style version 5.15*/
.troyfab {
    font-family: "Font Awesome 5 Brands" !important;
}

/* home page banner width fix */
#carouselExampleSlidesOnly > div > div > img {
    width: 100%;
}



/*----------------------------------------
/ ACCORDION
----------------------------------------*/
.accordion :nth-child(odd) h2 button {
    background-color: #D9D9D9 !important;
}

.accordion :nth-child(even) h2 button {
    background-color: #D9D9D9 !important;
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: calc(.25rem - 1px) !important;
}

.accordion-item {
    border: 0px !important;
}

.accordion-button:not(.collapsed) {
    color: #212529 !important;
}

.accordion-header button:hover,.accordion-header> .btn-primary:hover  {
 color: #212529 !important;
}

.accordion-header button, .accordion-header> .btn-primary, .accordion-header> .btn-check:active + .btn-primary, .accordion-header> .btn-check:checked + .btn-primary, .accordion-header> .btn-primary.active,.accordion-header> .btn-primary:active .show > .btn-primary.dropdown-toggle {
 color: #212529 !important;
}

/*----------------------------------------
/ RIGHT MENU
----------------------------------------*/
div.column_right ul.context_menu,
div.column_right ul.context_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #D9D9D9;
}

    div.column_right ul.context_menu li {
        margin: 0;
        padding: 0;
        list-style: none;
        border-top: 1px solid #fff;
    }

        div.column_right ul.context_menu li li {
            display: none;
        }

        div.column_right ul.context_menu li.selected li {
            display: block;
        }

div.column_right li.menu_close {
    display: none;
}

div.column_right ul.context_menu a {
    display: block;
    padding: 0.5em 1em;
    text-decoration: none !important;
}

div.column_right ul.context_menu > li.selected > a {
    background-color: #014A59;
}

div.column_right ul.context_menu li li.selected > a {
    background-color: #9BB5BB;
}

div.column_right ul.context_menu li.selected > a > span {
    color: #fff;
}

div.column_right ul.context_menu li li.selected > a > span {
    color: #323232;
}

div.column_right ul.context_menu li li a {
    padding: 0.5em 1em 0.5em 2.5em;
    background-image: url('/images/Overflow-Icon-Right2.png');
    background-position: 1em 50%;
    background-repeat: no-repeat;
    background-size: 1em 1em;
}

div.column_right ul.context_menu a span {
    color: #323232;
    text-decoration: none !important;
    ;
}

div.column_right ul.context_menu li li li a {
    background-image: none;
}

/*----------------------------------------
/ RIGHT MENU - SRV
----------------------------------------*/

div.srv_list a.readerBtn {
  
      float: left;
min-height:30px;
}

/*----------------------------------------
/ Folder List - Card Deck
----------------------------------------*/

.article-card-deck a, article-card-deck a:hover, article-card-deck a * {
    text-decoration: none !important;
    outline: none;
    color: #222223;
}

/*----------------------------------------
/ events calendar page
----------------------------------------*/
#calendar-outer {
    padding-top: 5px !important;
}

    #calendar-outer .calender-type {
        padding-left: 10px !important;
        padding-top: 5px !important;
    }

        #calendar-outer .calender-type label {
            display: inline;
        }

    #calendar-outer .calendar-main {
        padding-right: 0;
        padding-top: 5px !important;
    }

    #calendar-outer .calender-type fieldset {
        margin: 0;
        padding: 0;
        border: none;
    }

        #calendar-outer .calender-type fieldset legend {
            display: block;
            margin: 0 0 5px 0;
            padding: 0;
            font-weight: bold;
            font-size: 120%;
        }

    #calendar-outer #calendarMain,
    .mymeetings-cal-view #calendarMain,
    #myAccountArea #calendarMain {
        border: 1px solid #505050 !important;
        border-collapse: collapse;
        width: 100%;
        float: left;
    }

.mymeetings-cal-view #calendarMain {
    width: 100%;
}

#myAccountArea #calendarMain {
    float: left;
    width: 500px;
}

    #calendar-outer #calendarMain th,
    .mymeetings-cal-view #calendarMain th,
    #myAccountArea #calendarMain th {
        padding: 5px;
        background-color: #ccc;
    }

    #calendar-outer #calendarMain td,
    .mymeetings-cal-view #calendarMain td,
    #myAccountArea #calendarMain td {
        padding: 5px;
        vertical-align: top;
    }

    #calendar-outer #calendarMain #TRHeaderRow th,
    .mymeetings-cal-view #calendarMain #TRHeaderRow th,
    #myAccountArea #calendarMain #TRHeaderRow th {
        background-color: #9BB5BB;
        color: #fff;
        padding: 10px;
        text-align: center;
        font-size: 160%;
        font-weight: normal;
    }

    #calendar-outer #calendarMain #TRHeader td,
    .mymeetings-cal-view #calendarMain #TRHeader td,
    #myAccountArea #calendarMain #TRHeader td {
        padding: 10px;
    }

        #calendar-outer #calendarMain #TRHeader td#THPre,
        .mymeetings-cal-view #calendarMain #TRHeader td#THPre,
        #myAccountArea #calendarMain #TRHeader td#THPre {
            text-align: left;
        }

        #calendar-outer #calendarMain #TRHeader td#THNext,
        .mymeetings-cal-view #calendarMain #TRHeader td#THNext,
        #myAccountArea #calendarMain #TRHeader td#THNext {
            text-align: right;
        }

    #calendar-outer #calendarMain #TRTopRow th,
    .mymeetings-cal-view #calendarMain #TRTopRow th,
    #myAccountArea #calendarMain #TRTopRow th {
        width: 100px;
        padding: 5px;
        font-weight: bold;
        background-color: #a6a6a6;
        color: #fff;
    }

    #calendar-outer #calendarMain .clsCalenderDay,
    .mymeetings-cal-view #calendarMain .clsCalenderDay,
    #myAccountArea #calendarMain .clsCalenderDay {
        font-size: 100%;
    }

#calendarMain td, #calendarMain th {
    border: 1px solid #dee2e6;
}

#calendarMain td .clsCalenderDetail {
   min-height: 80px;
}

#calendarMain tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}

#calendar-outer #calendarMain td ol,
.mymeetings-cal-view #calendarMain td ol,
#myAccountArea #calendarMain td ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    #calendar-outer #calendarMain td ol li,
    .mymeetings-cal-view #calendarMain td ol li,
    #myAccountArea #calendarMain td ol li {
        margin-bottom: 5px;
    }

        #calendar-outer #calendarMain td ol li a,
        .mymeetings-cal-view #calendarMain td ol li a,
        #myAccountArea #calendarMain td ol li a {
        }

            #calendar-outer #calendarMain td ol li a:hover,
            .mymeetings-cal-view #calendarMain td ol li a:hover,
            #myAccountArea #calendarMain td ol li a:hover {
            }



div[id$="calendarAddButtons"] #btnAdd {
    display: inline-block;
}

fieldset[id$="calendarEventTypes"] .clsButtonSmall {
    display: inline-block;
}

#calendar-outer .calender-type,
.event-view-training-details .event-details {
    padding-right: 0;
}

#calendar-outer .calendar-main,
.event-view-training-details .event-image,
.event-view-training-details .button-group,
.EventSearchResults {
    padding-left: 0;
}

.SearchCriteria, #myAccountArea .clsEventSearchLeft {
    padding-right: 0;
    padding-bottom: 20px;
}

#calendar-outer div.form-group input[type="checkbox"] {
    margin: 4px;
}

#calendar-outer div.form-group {
    padding: 5px;
}

span.clsCalenderDetail {
    font-weight: 500;
}

div.clsCalenderDetail {
    font-size: 10.5pt;
}

.content-search {
    padding-right: 85px;
}

span[id$="SearchKeywordValidator"] {
    display: none !important;
}

/* Waste Collection map*/

.olMap {
    background-color: #fff !important;
    border: none !important;
}

.olMapViewport {
    position: unset !important;
}

fieldset.search input {
    height: auto !important;
}

fieldset.search button[type=submit] {
    height: auto !important;
    border-radius: 3px !important;
}

/* Footer links article 592 intranet-portal-contact-us links style starts */
.intranet-portal-contact-us-links {
font-weight: 500!important;
}
/* Footer links article 592 intranet-portal-contact-us links style ends */
