
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

body {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, avenir next, avenir, Segoe UI, lucida grande, helvetica neue, helvetica, Fira Sans, roboto, noto, Droid Sans, cantarell, oxygen, ubuntu, franklin gothic medium, century gothic, Liberation Sans, sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    /* font-size: 16px; */
}
body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: Poppins;
}

/**Durham Header Style**/

.label {
    font-weight:500 !important;
     
 }
.displayDefaultFooter {
    display: none;
}
.jumbotron{
background-color: #fff!important;
}
.container .jumbotron{
    padding: 0px !important;
}


/*This styling of my account when the user is login on the portal*/
.profile-info img
{
      display: none;
}
.profile-info {
    background: #727377 !important;
    color: white;
    border-radius: 12px;

}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
}
.userFullName {
    padding-top: 0px;
    padding-left: 0px !important;
    font-weight: 500;
    font-family: Poppins, sans-serif;
}

html[dir=ltr] .crmEntityFormView .cell input[type=text] {
    float: left;
    border-radius: 10px;
}
html[dir=ltr] .crmEntityFormView .cell .field-label {
    font-family: Poppins, sans-serif;
}
label {

    font-weight: 400;
}

a {
    color: #337ab7;
    text-decoration: none;
    font-size: 16px;
}
.table>tbody>tr>td{
font-size: 16px;

}
.searchAddress {
    border-radius: 8px !important;

}
.profile-page-heading {
    font-family: Poppins, sans-serif;
}
html[dir=ltr] .crmEntityFormView .cell.checkbox-cell:first-child {
    padding: 0 28px 20px;
}
.crmEntityFormView td.cell {
    vertical-align: middle;
}
table[data-name="section_CommunicationPreferences"] > colgroup > col:nth-child(1) {
    width: 15% !important;
}
table[data-name="section_CommunicationPreferences"] > colgroup > col:nth-child(2) {
    width: 15% !important;
}
table[data-name="section_CommunicationPreferences"] > colgroup > col:nth-child(3) {
    width: 20% !important;
}
table[data-name="section_CommunicationPreferences"] > colgroup > col:nth-child(4) {
    width: 50% !important;
}
#preferredcontactmethodcode {
    width: 100% !important;
}
@media (min-width: 300px) and (max-width: 764px){
    html[dir=ltr] .crmEntityFormView .cell.checkbox-cell:first-child {
        padding: 0px;
    }
}

#WebResource_communicationModes {

 height: 30px;

}


/*This styling is for the HTML web resource on Service Request Contact Us page for Durham*/

#WebResource_communicationModes {

 height: 30px;

}
.xrm-editable-text xrm-attribute{
    font-size: 16px;
}
.fa-exclamation-circle:before {
    content: "\f06a";
    font-size: 20px;
    padding-top: 8px;
}
.weblink-name{
    color: #003764;
    font-family: Poppins;
    font-size: 16px;
}
.weblink-name:hover {
    color: black; 
}
.list-group-item:first-child {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
}
.list-group-item:last-child {
    border-bottom-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
}
.list-group-item:first-child:hover {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
   
}
.list-group-item:last-child:hover {
    margin-bottom: 0;
    border-bottom-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
    color: white;
}
.profile-page-heading {


}
html[dir="ltr"] li a {
    margin-left: 0px !important;
}

.navbar-static-top.navbar .menu-bar>.navbar-nav>li>a {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, avenir next, avenir, Segoe UI, lucida grande, helvetica neue, helvetica, Fira Sans, roboto, noto, Droid Sans, cantarell, oxygen, ubuntu, franklin gothic medium, century gothic, Liberation Sans, sans-serif;
}

.container::before, 
.container::after, 
.navbar-header::before, 
.navbar-header::after, 
.navbar-collapse::before, 
.navbar-collapse::after {
    content: none !important;
    display: none !important;
}

.ul-menu {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center; 
    flex-grow: 1; 
    padding-top: 40px;
    
}

.navbar-size {
    padding: 6px 12px;
}

.btn {

    padding: 6px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}
.weblink:hover {
    color: #487BAA;
}

.weblink a {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-decoration: none !important;
    color: inherit !important;
    width: 100% !important;
}


.btn a {
    color: #003764;
}

.btn:hover a {
    color: #ffffff; 
}

.btn-outline-secondary {
    display: flex;
    padding: 6px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease; 
    border-radius: 4px;
    border: 1px solid var(--Primary-blue, #003764);
    background: var(--HitBox, rgba(255, 255, 255, 0.00));
    color: #003764;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.btn-outline-secondary:hover {
    background-color: #003764;
    color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.btn-outline-primary {
    display: flex;
    padding: 6px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: var(--Primary-blue, #003764); 
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
    color: #ffffff;
}

.btn-outline-primary a {
    color: inherit; 
    text-decoration: none;
}

.btn-outline-primary:hover {
    background-color: #487BAA;
    color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.btn-outline-primary:hover a {
    color: #ffffff; 
}

div {
    font-family: Poppins;
}
.service-request-search-header {
    width: 100%; /* Adjusts the search bar to take the full width of its container */
    display: flex; /* Enables flexbox for further alignment adjustments */
    justify-content: center;
}

.navbar {
    display: flex;
    padding: 8px 16px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.navbar-header, .navbar-right {
    display: flex;
    align-items: center;
   
}

.navbar-logo img {
    height: 80px;
    width: 70px;
    
}
.navbar-header, .navbar-right {
    display: flex;
    align-items: center;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.navbar-inverse {
    border-color: white !important;
    background-color: white !important;
}

.navbar-inverse .navbar-nav>li>a {
    color: black ;
    font-weight: 410 !important;
    font-size: 17px !important;
    font-family: Poppins;
    gap: 2px;
    letter-spacing: 0.2px;
}
.bi::before, [class^="bi-"]::before, [class*=" bi-"]::before {
    font-size: 22px !important;
}
.panel>.list-group:last-child .list-group-item:last-child:hover {
    color: #000 !important;
}


.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    background-color: white !important;
}
a.list-group-item:hover {
    color: #000 !important;
}
.container {
    width: 100% !important;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover>.icon-bar {
    border-color: white !important;
    background-color: #003764 !important;
    color: white;
}
.navbar-toggle {
    border: none;
    background: none;
    font-size: 24px; /* Adjust size as needed */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto; /* Pushes the toggle button to the right */
}
.navbar-toggle :hover {
    border: none;
    background: none;
    font-size: 24px; /* Adjust size as needed */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto; /* Pushes the toggle button to the right */
    color: white;
    background-color: #003764 !important;
}

.navbar-toggle .icon-bar {
    border: 1px solid #003764 !important;
}

.navbar-inverse .navbar-toggle.collapsed .icon-bar {
    background-color: #003764 !important;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #003764!important;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #003764!important;
}

.button-container .bi:before {
    font-size: 36px !important; 
}


#google_translate_element .goog-te-gadget-simple:after {
    content: "\f0ac"; /* FontAwesome icon code if using FontAwesome, or similar for Bootstrap Icons */
    font-family: 'Bootstrap Icons'; 
    color: white; 
    font-size: 20px;
    background-color: white;
    padding: 3px 8px;
    border-radius: 8px;
    display: inline-block;
    vertical-align: middle;
}

#google_translate_element .goog-te-gadget-simple:after:hover {
    background-color: #B1C3DC;
}

#navbarStyle {
    border-radius: 0px;
    padding: 8px 16px;
}

/* This font is used in some forms for example Garbagebag tags purchase */

.paracontentsmall {
    font-size: 16px !important;
    font-family: Poppins !important;
}

.text-muted {
    color: #777;
    padding-left: 8px;
    padding-top: 6px;
}

@media (min-width: 993px) and (max-width: 1126px) {
    .navbar-inverse .navbar-nav>li>a {
        font-size: 14px !important;
    }
    .navbar-right {
        margin-left: auto; 
    }
    .ul-menu {
        justify-content: flex-start; 
        margin-left: auto;
    }
    .nav>li>a {
        padding: 0px;
    }	
    .btn-outline-secondary {
        display: flex;
        padding: 6px 12px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease; 
        border-radius: 4px;
        border: 1px solid var(--Primary-blue, #003764);
        background: var(--HitBox, rgba(255, 255, 255, 0.00));
        color: #003764;
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 24px */
    }
    
    .btn-outline-primary {
        display: flex;
        padding: 6px 12px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        border-radius: 4px;
        background: var(--Primary-blue, #003764); 
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; 
        color: #ffffff;
    }
}
@media (min-width: 993px) {
    .navbar-toggle {
        display: none;
    }
    .ul-menu {
        display: flex;
        justify-content: flex-start;
        flex-grow: 1;
    }
}
@media (max-width: 992px) {
    .navbar-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .navbar-logo {
        display: flex;
        align-items: center;
    }
    .navbar-toggle {
        display: flex;
    }

    /* Hide the ul-menu on mobile */
    .ul-menu {
        display: none;
    }

    /* Show the ul-menu when the menu is open */
    .navbar-collapse.in .ul-menu {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: stretch;
        padding: 0px;
    }
    .navbar-toggle {
        margin-right: 0px;
    }
    .btn-outline-secondary,
    .btn-outline-primary {
        width: 100%;
        max-width: 100%;
      
    }
    .btn-outline-secondary {
        align-self: stretch;
    }

    .btn-outline-primary {
        align-self: stretch; 
    }
    .button-container {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 8px;
        align-self: stretch;
    }
       
    .btnsubmitservice {
           flex: unset; 
           width: 100%; 
    }
    .btntrackservice {
        font-size: 14px !important;
         display: flex;
         width: 106px;
         padding: 8px;
         flex-direction: column;
         align-items: center;
         gap: 8px;
         border-radius: 11px;
    }
    .icon-fill-home{
       border-radius: 8px;
       border: 1px solid #306E9F;
       background: linear-gradient(180deg, #0E6195 -0.98%, #003764 99.02%);
       display: flex;
       width: 84px;
       height: 84px;
       padding: 8px;
       justify-content: center;
       align-items: center;
       gap: 10px;
       
    }
}


/* How it works banner */


    .howSRWorks { 
    font-size: 32px !important;
    font-family: Poppins, sans-serif;
    }
    .accordion-div {
        margin-left: 30px;
        margin-right: 30px;
    }
    .accordion {
        /* background-color: #eee; */
        /* color: #444;*/
        background-color: #245E94;
        color: white;
        cursor: pointer;
        padding: 18px;
        width: 100%;
        border: none;
        text-align: left; 
        outline: none;
        font-size: 18px;
        transition: 0.4s;
        font-weight: 500;
        display: block;
        margin-left: auto;
        margin-right: auto;
        border-radius: 8px 8px 0px 0px;
    }
    .active {
        /* background-color: #ccc; */
        background-color: #ffffff; 
        color: white;
        /* color: #444; */
    }
    .accordion active {
        /* background-color: #ccc; */
        background-color: #003768; 
        color: white;
        /* color: #444; */
    }
    .accordion:hover {
        background-color: #123c65; 
        color: white;
        opacity: 0.7;
    }

    .accordion:after {
        /* content: '\2304'; */
        content: '\002B';
        /* color: #777; */
        color: white;
        /* color: #444; */
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

    .active:after {
        /* content: "\2304"; */
        content: "\2212";
    }

    .panel-accordion {
        padding: 0 18px;
        background-color: white;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
        border: none;
        margin-bottom: 5px !important;
        border-radius: 0px 0px 8px 8px;
        border: 1px solid var(--Color-6, #B1C3DC);
    }
    hr {
        border-top: 2px solid #eee;
    }
    .how-it-works-illustration .card-title {
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        color: #333 !important;
        text-decoration: none !important;
    }

    .how-it-works-illustration .info-subtitle {
        font-family: 'Roboto',sans-serif;
        font-size: 16px;
        text-align: center;
        color: #000;
    }

    .how-it-works-illustration {
        text-align: center
    }
    .how-it-works-illustration img {
        width: 100px;
        height: auto;
    }
@media (min-width: 320px) and (max-width: 600px){
    .accordion {
        width: 100%;
        font-size: 18px;
    }
}

@media (min-width: 620px) and (max-width: 1000px){
    .accordion {
        width: 100%;
        font-size: 18px;
    }
}








.navbar-header::before,
.navbar-header::after,
.navbar-logo::before,
.navbar-logo::after,
.navbar-toggle::before,
.navbar-toggle::after {
    content: none;
    display: none;
}
.breadcrumb {
    display: none;
}

/* ..oclcw-chatbutton {display: none;} */
#skipContentDefaultHeader {
    display: none;
}

/**Durham Header Style End**/

/**Breadcrumbs**/
/* .breadcrumb>li:first-child {
    display: none;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    /* content: "none" !important; */
/* }

.breadcrumb li:not(:first-child)::before {
    padding: 0px;
    content: "";
}  */

/**Breadcrumbs**/

/**Home Page Styling Start**/
.main-title h1.title {
    /*text-transform: uppercase;*/
    font-weight: 600;
    font-size: 2.75rem;
    text-align: center;
    color: #333333;
    display: block;
    width: 100%;
    white-space: nowrap;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}




.section h1.title,
.section-header h1.title {
    margin-bottom: 1em;
}

.alert-post p {
    float: right;
}

.alert-post abbr[title] {
    text-decoration: none;
}

h1.title::before,
.main-title h1.title::after {
    border-top: 0.0625rem solid #E5E5E5;
    content: '';
    display: table-cell;
    position: relative;
    top: 1rem;
    width: 45%;
}

#alerts-section #alert-panel .panel-heading,
.panel-footer {
    display: none;
}

#home-title-snippet {
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
    font-style: normal;
}

#home-title-snippet span {
    color: #fff;
    font-weight: bold;
    font-size: 90px;
}

#home-subtitle-snippet {
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-size: 24px;
    text-align: center;
}

#home-page .row:nth-child(1) {
    margin-top: 2em;
}

.card-deck {
    margin-top: 1em;
}

.service-request-search {
    margin-bottom: 50px;
    margin-top: 15px;
}

.card-body {
    margin-left: 30px;
    margin-right: 30px;
    border-radius: 20px 20px 0 0;
    padding: 30px;
    border: 1px solid lightgray;
    border-bottom: 10px solid gray;
    background-color: #fff;
    padding-top: 10px;
    min-height: 325px;
    margin-bottom: 20px;
}

.icon-flex {
    width: 100%;
    height: 150px;
    justify-content: center;
    display: flex;
    align-items: center;
}

.icon-flex img {
    width: 100px;
    height: auto;
}

.card-title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-decoration: none !important;
}

.card-text {
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
    text-decoration: none !important;
}

.search-bar {
    /*width: 70%;
    margin-left: 17% !important;*/
    margin: 0 auto;
    float: none;
    padding-right: 0px;
}

#homeFeaturedLinks {
    width: 100%;
    position: absolute;
    margin-top: -9.3em;
    z-index: 999;
}

.banner-content {
    width: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    padding-top: 80px;
    
}

@media (min-width: 280px) and (max-width: 480px) {
    .previous {
        display: none;
    }

    .next {
        display: none;
    }

    #home-title-snippet span {
        color: #fff;
        font-weight: bold;
        font-size: 50px;
    }

    .page-heading {
        padding-top: 10px;
    }

    #homeFeaturedLinks {
        margin-top: -12.9em;
    }
    .banner-content {
        width: 100%;
        position: absolute;
        top: 0px;
        bottom: 0px;
        padding-top: 20px;
        
       }

}

@media (min-width: 320px) and (max-width: 360px) {
    #home-title-snippet span {
        font-size: 50px;
    }

    #homeFeaturedLinks {
        margin-top: -10.1em;
    }

    .banner-content {
        margin-top: -30.5em;
    }

    #homeFeaturedLinks a {
        text-align: center;
        padding-top: 5px;
        padding-left: 5px;
        padding-right: 5px;
        height: 140px;
    }
    .banner-content {
        width: 100%;
        position: absolute;
        top: 0px;
        bottom: 0px;
        padding-top: 22px;
        
       }
}

@media (min-width: 375px) {
    #homeFeaturedLinks {
        margin-top: -10.1em;
    }
    .banner-content {
        width: 100%;
        position: absolute;
        top: 0px;
        bottom: 0px;
        padding-top: 4px;
        
       }
    
}

@media (min-width: 540px) {
    #homeFeaturedLinks {
        margin-top: -10em;
    }
    .banner-content {
        width: 100%;
        position: absolute;
        top: 0px;
        bottom: 0px;
        padding-top: 22px;
        
       }
}

@media (min-width: 712px) {
    #homeFeaturedLinks {
      margin-top: -10em;
    }
   .h1{
      font-size: 28px important!;
   }
   .h3{
    font-size: 18px important!;
   }
   .banner-content {
    width: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    
   }
}

@media (min-width: 768px) {
    .previous {
        display: block;
    }

    .next {
        display: block;
    }

    #home-title-snippet span {
        font-size: 80px;
    }
    .navbar-nav > li > a {
        padding-top: 6px;
        padding-bottom: 6px;
        padding-left: 4px;
        padding-right: 4px;
    }
    .ul-menu{
        gap: 3px;
    }
}

* {
    box-sizing: border-box;
}

.carousel {
    background: #EEE;
}

.carousel-cell {
    width: 100%;
    height: 100%;
    margin-right: 10px;
    background: #8C8;
    border-radius: 5px;
    counter-increment: gallery-cell;
    left: 100%;
    pointer-events: none;
    overflow: hidden;
}

/* cell number */
.carousel-cell:before {
    display: block;
    text-align: center;
    /*content: counter(gallery-cell);*/
    line-height: 200px;
    font-size: 80px;
    color: white;
}

.carousel .flickity-viewport {
    position: relative;
    width: 100%;
    height: 415px !important;
}

.loaded .carousel-cell .content {
    opacity: 1;
    transform: translateY(0);
}

@media (min-width: 992px) {
    .carousel-cell .content {
        bottom: 4rem;
        width: 55%;
    }
}


.carousel-cell .content {
    width: 85%;
    bottom: 2.5rem;
    pointer-events: all;
}

@media (min-width: 992px) {
    .carousel-cell .content {
        position: absolute;
        top: auto;
        right: 0;
        bottom: 0.5rem;
        left: 0;
        transform: translateY(1rem);
        transition: all 1s ease;
    }
}

.carousel-cell .content {
    margin-right: auto;
    margin-left: auto;
    padding: 19rem;
    width: 85%;
    max-width: 1400px;
    text-align: center;
    color: white;
    /*opacity: 0;*/
    z-index: 1;
}

@media (min-width: 1200px) {
    .carousel-cell .content h2 {
        font-size: 2.25em;
    }
}


@media (min-width: 992px) {
    .carousel-cell .content h2 {
        font-size: 1.7em;
        filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .32));
    }
}

.carousel-cell .content h2 {
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1.06em;
    letter-spacing: -.005em;
    margin-bottom: -19px;
    text-shadow: 2px 2px black;
}

.carousel-cell .content * {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 300;
    line-height: 1.2;
    text-overflow: ellipsis;
    overflow: hidden;
}

.carousel-cell img.flickity-lazyloaded {
    opacity: 1;
}

@media (min-width: 992px) {
    .carousel-cell img {
        min-width: 100%;
        height: auto;
        min-height: 100%;
    }
}

.carousel-cell img {
    width: 100%;
}

img {
    vertical-align: middle;
}

img {
    border: 0;
}

.carousel-cell .content p {
    font-size: 1.25em;
}

.carousel-cell .content *+p {
    margin-top: 0.5rem;
}

.carousel-cell .content * {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 300;
    line-height: 1.2;
    text-overflow: ellipsis;
    overflow: hidden;
}

.carousel-cell .content a {
    color: #fff !important;
    font-weight: 500;
}

.defaultButton-Green {
    background-color: #4c832c;
    padding: 6px 12px;
    display: inline-block;
    margin: 3px;
    font-weight: 400 !important;
    text-align: center;
    border: 0;
    border-radius: 0.125rem;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 20%);
}

#homeFeaturedLinks {
    background-color: rgba(18, 60, 101, 0.8);
}

#homeFeaturedLinks br {
    display: none
}

#homeFeaturedLinks .linkDescription {
    /* display: none; */
    color: #fff;
    font-size: 12px;
}

#homeFeaturedLinks img {
    height: 60px
}

#homeFeaturedLinks a {
    display: block;
}

#homeFeaturedLinks a:hover {
    /* background-color: rgba(0, 38, 68, 0.8); */
    background-color: rgba(18, 60, 101, 0.8);
    text-decoration: none
}

#homeFeaturedLinks .linkTitle {
    font-size: 100%;
    color: #fff;
    font-weight: 500;
    display: block;
}

@media(max-width:374px) {
    /* #homeFeaturedLinks .featuredLink {
        width: 100%;
        float: none
    } */
}

@media(min-width:375px) {
    #homeFeaturedLinks .row {
        overflow: hidden
    }

    #homeFeaturedLinks a {
        text-align: center;
        padding-top: 5px;
        padding-left: 5px;
        padding-right: 5px;
        height: 140px;
    }

    #homeFeaturedLinks .linkTitle {
        display: block;
        padding-left: 0px;
    }
}

@media(min-width:480px) {
    #homeFeaturedLinks {
        min-height: 140px
    }

    #homeFeaturedLinks img {
        height: 70px;
    }

    #homeFeaturedLinks a {
        height: 140px;
    }

    #homeFeaturedLinks .linkTitle {
        font-size: 120%;
    }

    #homeFeaturedLinks .linkDescription {
        display: block;
        max-width: 240px;
        margin: auto;
    }
}

@media(min-width:768px) {
    #homeFeaturedLinks a {
        padding-top: 15px;
        height: 140px;
    }
}
@media(max-width:768px) {
    .staticBanner {
        position: relative; /* Needed to position the pseudo-element */
        background: linear-gradient(0deg, rgba(0, 55, 100, 0.73) 0%, rgba(0, 55, 100, 0.73) 100%), url(/resources/Regional-HQ-Banner.jpg) lightgray 50% / cover no-repeat;
        background-size: cover;
        padding-top: 264px; 
        margin-left: 16px;
        margin-right: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 340px !important;
        overflow: hidden; 
        border-radius: 15px;
    }
}
.staticBanner {
    position: relative; /* Needed to position the pseudo-element */
    background: linear-gradient(0deg, rgba(0, 55, 100, 0.73) 0%, rgba(0, 55, 100, 0.73) 100%), url(/resources/Regional-HQ-Banner.jpg) lightgray 50% / cover no-repeat;
    background-size: cover;
    padding-top: 264px; 
    margin-left: 16px;
    margin-right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 260px;
    overflow: hidden; /* Ensures no overflow from the pseudo-element */
    border-radius: 15px;
}
.btnsearch{
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    color: #ffffff;
    display: flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 0px 24px 24px 0px;
    border: 1px solid var(--Primary-blue, #003764);
    background: var(--Primary-blue, #003764);
}
.btnsubmitservice{
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    color: #ffffff;
    display: flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 16px;
    border: 1px solid var(--Primary-blue, #003764);
    background: var(--Primary-blue, #003764);
    border-color: white;
}
.btnsubmitservice:hover {
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    color: #ffffff;
    display: flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 16px;
    border: 1px solid var(--Primary-blue, #003764);
    background: #487BAA;
    border-color: white;
}
.btntrackservice{
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    color:  #003764;
    display: flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 16px;
    border: 1px solid var(--Primary-blue, #003764);
    background: white;
    border-color:#003764;
}
.btntrackservice:hover {
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    color: #ffffff;
    display: flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 16px;
    border: 1px solid var(--Primary-blue, #003764);
    background: #487BAA;
    border-color: white;
}


.btnsearch:hover {
    background-color: #487BAA;
    color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.fa-search{
    color: white;
}
.form-control{
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    color: var(--Gray-600, #6C757D);
    display: flex;
    padding: 8px 12px;
    height: auto;
    border-radius: 8px;
}


@media (min-width: 280px) and (max-width: 712px) {
    /* .skipToContent {
        margin-top: 180px;
    } */

    /* #navbarStyle {
        margin-top: 40px;
    } */
}

/**Home Page Styling End**/

/**Submit a service request styling starts**/
@media (min-width: 320px) and (max-width: 600px) {
    .page-header h1 {
        width: 100%;
        font-size: 25px;
    }
}

@media (min-width: 620px) and (max-width: 1000px) {
    .page-header h1 {
        width: 60%;
        font-size: 25px;
    }
}

.parent-name {
    color: white !important;
}

.panel-default>.panel-heading {
    color: #fff;
    background-color: #123c65;
    border-color: #123c65;
}

.panel-heading:hover {
    opacity: 0.7;
}

.btn-tile-block:hover {
    opacity: 0.7;
}
.xrm-attribute-value:hover {
 color: black;
}
.img-icon {
    display: none;
}

.list-group>a.list-group-item.sr-types:hover {
    color: #000 !important;
}

.list-group>a:hover {
    color: #f9f9f9 !important;
    border-color: #717377;
    opacity: 0.7;
}
.list-group>a:focus {
    color: #fff;
    border-color: #717377;
    opacity: 0.7;
}
.list-group>a:active {
    color: #fff;
    
    border-color: #717377;
    opacity: 0.7;
}
/* .panel-default>.panel-heading {
    color: #fff;
    background-color: #0c72ba;
    border-color: #0c72ba;
} */
.trackSR {
    padding-left: 150px;
    padding-right: 150px;
}

@media(min-width: 360px) and (max-width: 540px) {
    .trackSR {
        padding-left: 10px;
        padding-right: 10px;
    }
}

#track-your-SR {
    text-align: center;
    color: rgb(0, 0, 0);
    h1{
      font-size: 25px ; 
    } 
}

/**Submit a service request styling ends**/

/**Service Request Creation Styling starts**/

@media (min-width: 768px) {
    /* #navbarStyle {
        margin-top: 60px;
    } */
}

@media (min-width: 280px) and (max-width: 712px) {
    /* .skipToContent {
        margin-top: 180px;
    } */

    /* #navbarStyle {
        margin-top: 40px;
    } */
}

@media screen and (min-width: 768px) {
    html[dir=ltr] .crmEntityFormView .cell.checkbox-cell div.info {
        padding-left: 26px;
    }

    #rod_documentverified_label {
        margin-left: 0px;
    }

    html[dir=ltr] .crmEntityFormView .cell div.control span.checkbox input[type=checkbox] {
        margin-left: 0px;
    }

    #rod_acknowledge_label {
        margin-left: 0px;
    }

    #rod_subscribe_label {
        margin-left: 0px;
    }

    #rod_receivedurham311communication_label {
        margin-left: 0px;
    }

    #rod_allowemail_label {
        margin-left: 0px;
    }

    #rod_allowmail_label {
        margin-left: 0px;
    }

    #rod_allowphone_label {
        margin-left: 0px;
    }

    #rod_contact_address1_manualaddress_label {
        margin-left: 0px;
    }
}

#InsertButton {
    float: right;
}

#UpdateButton {
    float: right;
}

#ddInsertButton {
    float: right;
}

#previousButton {
    float: left;
}

.paraContent {
    font-size: 16px;
}

/*#WebResource_new_1 {
    height: 90px;
}

#WebResource_new_1 body {
    margin-left: 0px;
    margin-bottom: 0px;
    margin-bottom: 0px;
}*/

.captcha-cell {
    margin-left: 20px;
}

.web-resource-cell {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.crmEntityFormView fieldset {
    margin-bottom: 10px !important;
}

/**Service Request Creation Styling Ends**/

/**Service Request Details Page Styling Starts**/

@media (min-width: 768px) {
    /* #navbarStyle {
        margin-top: 60px;
    } */
}

@media (min-width: 280px) and (max-width: 712px) {
    /* .skipToContent {
        margin-top: 180px;
    } */

    /* #navbarStyle {
        margin-top: 40px;
    } */
}

/**Service Request Details Page Styling Ends**/

/**Skip to Content styling starts**/

/* @media (min-width: 280px) and (max-width: 767px){
    .skipToContent{
        margin-top: 144px;
        padding: 0px;
    }
}

.skipToContent{
    text-align: center;
    font-weight: bold;
    background: transparent;
    width: 100%;
    text-decoration: underline;
    color: transparent;
    position: absolute;
    z-index: 1;
    margin-top: 145px;
    padding: 15px;
}
.skipToContent:focus {
    background: #123c65;
    color:#fff;
}
.skipToContent:hover {
    color:transparent;
} */

/**Skip to content styling ends**/

/**Learn and Help styling starts**/

/* #hotTopics.homePage-section {
    color: #fff
}

.topicText h3 {
    font-size: 140%;
    margin: 0;
    padding-bottom: 5px;
}

#hotTopics.homePage-section .topicText,
#hotTopics.homePage-section .topicText a {
    color: #fff;
    padding: 25px 5px 0px 5px;
    font-size: 20px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.topicText p {
    padding: 0px 5px 0px 5px;
    font-size: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

#hotTopics.homePage-section .topicText:hover,
#hotTopics.homePage-section .topicText:hover a {
    color: #fff;
}

#hotTopics.homePage-section .topicText {
    background-color: #123c65;
    border-radius: 30px;
}

#hotTopics.homePage-section .topicText:hover {
    background-color: #123c65;
    opacity: 0.7;
}

#hotTopics.homePage-section .viewAll {
    background-color: rgba(0, 0, 0, 0.30);
    color: #fff;
}

#hotTopics.homePage-section .viewAll:hover {
    background-color: rgba(0, 0, 0, 0.60);
}

.news h2 {
    padding-left: 15px;
    padding-right: 15px;
}

.news .topicItem {
    padding-top: 6px;
    padding-bottom: 6px;
    width: 18% !important;
}

.news .topicText {
    background-color: rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    overflow: hidden;
    height: 160px;
}

.news .topicText:hover {
    background-color: rgba(0, 0, 0, 0.16)
}

.news .topicText h3 a {
    color: #000;
    display: block;
    padding-bottom: 5px
}

@media(min-width:768px) {
    .news h2 {
        padding-left: 6px;
        padding-right: 6px;
    }

    #hotTopics.homePage-section .viewAll {
        margin-right: -8px;
    }
}

.viewAll {
    float: right;
    padding: 4px 22px 6px;
    border-radius: 20px;
    background-color: #e3e3e3;
    color: #003863;
    margin-top: 5px;
    margin-bottom: 25px;
}

.viewAll:hover {
    background-color: #003863;
    color: #fff;
    text-decoration: none
}
.container .fa {
line-height: initial !important;
} */
.btnSearch {
    display: flex;
    gap: 8px;
    /* margin-bottom: 0; */
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #929292;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
    background-color: #003764;
    font-size: 18px !important;
    padding-top: 7px;
    padding-bottom: 8px;
    padding-right: 14px;
    padding-left: 12px;
    align-items: center;
}
.btnSearch:hover {

    background-color: #487BAA;
   
}

/* @media(min-width: 320px) and (max-width: 400px) {
    .news .topicItem {
        margin: 5px;
        width: 100% !important;
    }
}

@media(min-width: 401px) and (max-width: 540px) {
    .news .topicItem {
        margin: 5px;
        width: 47% !important;
    }
}

@media(min-width: 541px) and (max-width: 1024px) {
    .news .topicItem {
        margin: 5px;
        width: 33% !important;
    }
} */

#kbArticles.lhPage-section {
    background-color: #cfd9e2;
    color: #fff
}

.topicText h3 {
    font-size: 140%;
    margin: 0;
    padding-bottom: 5px;
}

#kbArticles.lhPage-section .topicText h3,
#kbArticles.lhPage-section .topicText h3 a {
    color: #fff;
    display: block;
}

.topicText p {
    margin-bottom: 0px
}

#kbArticles.lhPage-section .topicText:hover h3,
#kbArticles.lhPage-section .topicText:hover a {
    color: #fff
}

#kbArticles.lhPage-section .topicText {
    /* background-color: rgba(0, 0, 0, 0.30); */
    background-color: #123c65;
    border-radius: 5px;
}

#kbArticles.lhPage-section .topicText:hover {
    background-color: #123c65;
    opacity: 0.7;
}

#kbArticles.lhPage-section .viewAll {
    background-color: rgba(0, 0, 0, 0.30);
    color: #fff;
}

#kbArticles.lhPage-section .viewAll:hover {
    background-color: rgba(0, 0, 0, 0.60);
}

.news h2 {
    padding-left: 15px;
    padding-right: 15px;
}

@media(min-width:768px) {
    .news h2 {
        padding-left: 6px;
        padding-right: 6px;
    }

    #hotTopics.lhPage-section .viewAll {
        margin-right: -8px;
    }
}

.news .topicItem {
    padding: 6px 15px;
    width: 100% !important;
}

.news .topicText {
    padding: 15px 10px 20px;
    background-color: rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    overflow: hidden
}

.news .topicText:hover {
    background-color: rgba(0, 0, 0, 0.16)
}

.news .topicText h3 a {
    color: #000;
    display: block;
    padding-bottom: 5px;
    text-decoration: none
}

.news .topicText p {
    margin-bottom: 0px !important;
}

@media(min-width:768px) {
    .news .topicItem {
        padding: 6px
    }

    .news .topicText {
        height: 120px;
    }
}

@media (min-width: 280px) and (max-width: 768px) {
    .search-barLH {
        margin-left: 0%;
    }
}

@media(min-width:992px) {
    .news .topicText {
        height: 110px
    }
    .search-barLH {
        margin-left: 0%;
    }
}

.viewAll {
    float: right;
    padding: 4px 22px 6px;
    border-radius: 20px;
    background-color: #e3e3e3;
    color: #003863;
}

.viewAll:hover {
    background-color: #003863;
    color: #fff;
    text-decoration: none
}

.container .fa {
    line-height: initial !important;
}

.search-barLH {
    padding-right: 15px;
    /* margin-left: 8%; */
}

/**Learn and Help styling ends**/

/**Payments styling starts**/

#payments.Page-section {
    color: #fff
}

.paymentText h3 {
    font-size: 140%;
    margin: 0;
    padding-bottom: 5px;
}

#payments.Page-section .paymentText,
#payments.Page-section .paymentText a {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.paymentText p {
    margin-bottom: 0px
}

#payments.Page-section .paymentText:hover,
#payments.Page-section .paymentText:hover a {
    color: #fff;
}

#payments.Page-section .paymentText {
    background-color: #123c65;
    border-radius: 30px;
}

#payments.Page-section .paymentText:hover {
    background-color: #123c65;
    opacity: 0.7;
}

#payments.Page-section .viewAll {
    background-color: rgba(0, 0, 0, 0.30);
    color: #fff;
}

#payments.Page-section .viewAll:hover {
    background-color: rgba(0, 0, 0, 0.60);
}

.news h2 {
    padding-left: 15px;
    padding-right: 15px;
}

.news .paymentItem {
    width: 20% !important;
}

.news .paymentText {
    background-color: rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    overflow: hidden;
    height: 200px;
    line-height: 200px;
}

.news .paymentText:hover {
    background-color: rgba(0, 0, 0, 0.16)
}

.news .paymentText h3 a {
    color: #000;
    display: block;
    padding-bottom: 5px
}

.news .paymentText p {
    margin-bottom: 0px !important;
}

.tagswrap {
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
    margin-top: 70px;
}

@media(min-width:768px) {
    .news h2 {
        padding-left: 6px;
        padding-right: 6px;
    }

    #payments.Page-section .viewAll {
        margin-right: -8px;
    }
}

@media(min-width: 320px) and (max-width: 400px) {
    .news .paymentItem {
        margin: 5px;
        width: 100% !important;
    }

    .tagswrap {
        line-height: inherit;
        height: inherit;
        overflow: inherit;
        margin-top: inherit;
    }
}

@media(min-width: 401px) and (max-width: 1024px) {
    .news .paymentItem {
        margin: 5px;
        width: 47% !important;
    }

    .tagswrap {
        line-height: 1.5em;
        height: 3em;
        overflow: hidden;
        margin-top: 70px;
    }
}

@media(min-width: 1025px) and (max-width: 1121px) {
    .tagswrap {
        line-height: 1.5em;
        height: 4.5em;
        overflow: hidden;
        margin-top: 50px;
    }
}

.paymentItemImg {
    width: 120px;
    height: auto;
    background-color: white;
}

/**Payments styling end**/




/**Footer styling start**/
#footer {
    margin-top: 50px;
    /* margin-top: auto; */
    padding-top: 2rem;
    padding-bottom: 3rem;
    width: 100%;
    line-height: inherit;
    text-align: center;
    color: white;
    background-color: #123c65;
}

#footerLogo {
    margin-top: -8rem;
}

.navbar-brand-footer {
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
}

.col-md-4-footer {
    margin-top: 20px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
}

.col-md-8-footer {
    width: 100%;
    text-align: center;
    color: black;
    font-size: 15px;
    margin-top: 1rem;
}

footer {
    background-color: #fff;
    color: black;
    margin-top: 25px;
    margin-top: auto;
}

#regionNav {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
    font-size: 1.125em;
    text-align: center;
    border: solid rgba(255, 255, 255, .26);
    border-width: 1px 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.footer-bottom {
    padding: 0px !important;
}

.footer-link-title a {
    /* color: black; */
    color: white;
    font-weight: bold;
}

.footer-content {
    width: 90%;
    margin-left: 100px;
}

.footer-content p {
    float: left;
    padding-top: 115px;
}

.footer-content ul {
    float: left;
    padding-top: 115px;
}

.footer-content li {
    height: 20px;
}

.social-media {
    float: right !important;
    text-align: center;
    display: inline-block;
    margin-right: 0px;
}

.social-media img {
    width: 28.50px;
    height: 28.50px;
}

.list-content {
    text-align: center;
    display: inline-block;
    margin-right: 0px;
}

.social-media li {
    padding-left: 0px;
}

@media (min-width: 375px) {
    .footer-content {
        width: auto;
    }

    .list-content {
        padding-top: 0px;
    }

    .social-media {
        float: left !important;
        padding-left: 0px;
        padding-top: 0px;
    }

    .footer-content ul {
        padding-top: 0px;
    }

    .list-content {
        margin-right: 70px;
    }

    .footer-content p {
        padding-top: 16px;
    }

    .social-media li {
        padding-left: 5px;
    }
}

@media (min-width: 712px) {
    .footer-content p {
        padding-top: 115px;
    }

    .footer-content ul {
        padding-top: 115px;
    }

    .list-content {
        margin-right: 0px;
    }

    .social-media {
        float: right !important;
        padding-top: 115px;
    }
}

#footerSocialContainer {
    padding: 22px 0;
    border-top: 1px solid rgba(112, 112, 112, .19);
    border-bottom: 1px solid rgba(112, 112, 112, .19);
}

#footerSocial {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#footerSocial span {
}
/**Footer styling ends**/



/**iframe service styling**/

@media (min-width: 767px) {
    #WebResource_WasteDiversionInventoryPurchaseorExchangeRequestDeflectionText {
        height: 80px;
    }
}

@media (max-width: 767px) {
    #WebResource_WasteDiversionInventoryPurchaseorExchangeRequestDeflectionText {
        height: 160px;
    }
}
/**iframe service ends**/



/**Pop-ups service CTAs**/
.modal-footer {
    display: flex !important;
    justify-content: flex-end !important;
}
.input-group-btn>.btn {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-radius: 6px 6px 6px 6px !important;
    background: #306E9F !important;
}
.btn btn-default launchentitylookup {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-radius: 0px 32px 32px 0px !important;
    background: #306E9F !important;
}
.fa-times:before {
    color: white;
}
html[dir=ltr] .crmEntityFormView .actions .btn:first-child {
font-size: 16px;
}
/**Pop-ups service ends**/




/**Pop-ups service Selectors**/
.crmEntityFormView .cell select{
    border-radius: 8px;
    height: 40px;
}

.crmEntityFormView .cell input[type=text], .crmEntityFormView .cell select, .crmEntityFormView .cell textarea {
    border-radius: 8px;
    height: 40px;
    width: 100%;
}
.html[dir=ltr] .crmEntityFormView .actions .btn:first-child{
    font-family: Poppins;
    height: 40px;
}
html[dir=ltr] .crmEntityFormView .cell input[type=text]{
    border-radius: 8px;
    height: 40px;
    width: 100%;
}
/**Pop-ups service ends**/

/** Webresources **/
#WebResource_DurhamPrivacyStatementForContactInfo {
    height: 70px;
}

iframe[src*="rod_ProvideDetail"] {
    height: 30px !important;
}

iframe[src*="rod_DeliveryAddress"] {
    height: 60px !important;
}

iframe[src*="rod_TimePeriod"] {
    height: 50px !important;
    margin-top: -20px !important;
}

iframe[src*="_webresource/abs_addresssearchcontrol"] {
    height: 50px !important;
}

iframe[src*="rod_MethodOfAccess"] {
    height: 50px !important;
}

iframe[src*="/_webresource/rod_GarbageBagTagsDeflectionTxt"] {
    height: 100px !important;
}

iframe[src*="/_webresource/rod_DurhamPrivacyStatementForContactInfo"] {
    height: 120px !important;
    margin-top:-24px;
}

iframe[src*="/_webresource/rod_ProvideDetail"] {
    height: 60px !important;
    margin-top: -10px;
}

#rod_examineoriginalonsiteonly_label{
  margin-left: 26px;
}

#rod_receivecopy_label {
  margin-left: 26px;
}

#rod_accessorcorrectionrequestdescription_label
{
  font-weight: 400 !important;
}

#WebResource_communicationModes {
  height: 45px;
}

#WebResource_new_2{
  height: 50px;
  margin-bottom: 25px;
}
#WebResource_yearbuilt {
  height: 75px;
}
#WebResource_acknowledgenote{
  height: 50px;
}
#WebResource_WasteDiversionInventoryExchangeRequestInventoryQuantity, #WebResource_WasteDiversionInventoryPurchaseorExchangeRequestInventoryQuantity{
  margin-left: -10px;
  margin-bottom: -10px;
  margin-right: -10px;
}
#WebResource_rod_linebreak {
  height:35px;
}
#WebResource_leadacknowledgment {
    height: 100px !important;
    margin-top: -28px !important;
}
/** Webresources ends **/