@import url('custom/settings.css');
@import url('mdw/mdw.css');
@import url('custom/custom.css');

body {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
}

/** DSC Brand Styling **/

.keyword a {
    color: var(--link-default-colour) !important;
}

.MuiSelect-root {
    background-color: var(--link-default-colour) !important;
}

.dsc-links-warning {
    font-size: 0.8rem;
    font-weight: 100;
}

.dsc-header {
    background-color: var(--green-100);
    color: var(--text-primary);
    font-family: var(--main-font);
    width: 100%;
}

.dsc-header-spacer {
    width: 180px;
}

.dsc-header-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
	font-family: var(--main-font);
    color: var(--text-primary);
    margin: 0rem 1rem;
    width: 100%;
}

.dsc-header-logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.dsc-header-logo img {
    width: 114px;
    margin-left: 20px;
    margin-top: 5px;
}

.dsc-header a {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0px;
    text-align: left;
    color: var(--text-primary);
    text-decoration: none;
    font-family: var(--main-font);
}

.dsc-header a:hover {
    color: var(--link-default-colour);
}

.dsc-header-top {
    height: 81px;
    display: flex;
    align-items: center;
}

.dsc-header-links {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.dsc-header-link {
    height: 100%;
    display: flex;
    align-items: center;
}

.dsc-header-link a {
    color: var(--header-link-colour);
    text-decoration: none;
    font-size: 0.9rem;
}

.dsc-header-link img {
    height: 0.7rem;
}

.dsc-header-link a:hover {
    color: var(--header-link-colour);
}

.dsc-header-small-icon {
    height: 15px;
    margin-left: 5px;
}

.dsc-header-large-icon {
    height: 40px;
}

.dsc-header-nav {
    height: 53px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 5px;
    background-color: var(--green-20);
    border-bottom: 1px solid var(--green-40);
}

.dsc-header-nav-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0rem 1rem;
    width: 75%;
}

.dsc-header-nav-container a:not(:has(.dsc-dropdown-link-content)), .dsc-dropdown-link-content .link-text {
    text-decoration: underline;
}

.dsc-dropdown-link-content .link-text{
    line-height: 19.5px;
    border-bottom:3px solid transparent;
    border-top:3px solid transparent;
}

.dsc-header-nav-container a:hover {
    color: var(--text-primary);
}

.dsc-header-nav ul {
    width: 100%;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: left;
}

.dsc-header-nav li {
    text-decoration: none;
    color: var(--text-primary);
    font-size: 14px;
    margin-right: 20px;;
}

.dsc-header-nav ul li + li:not(:first-child) {
    margin-right: 5%;
}

.dsc-header-nav 

.dsc-head-nav a{
    text-decoration: underline;
}

.dsc-menu-item-showable {
    display: none;
}

.dsc-dropdown {
    cursor: pointer;
}

.dsc-dropdown-menu-nav-container {
    background-color: rgb(248 248 248); 
    display: flex; 
    flex-direction: row; 
    justify-content: center;
}

.dsc-dropdown-menu-nav {
    display: none;
    width: 100%; 
    padding: 10px 20px;
    background-color: rgb(248, 248, 248);
}

.dsc-dropdown-menu-nav ul {
    list-style-type: none;
    margin-left: 20px;
}

.dsc-dropdown-menu-nav li {
    list-style-type: none;
    margin: 0px 0px 13px;
}

.dsc-dropdown-menu-nav a {
    color: var(--link-default-colour);
    text-decoration: underline;
    font-size: 14px;
    font-weight: normal;
}

.dsc-dropdown-menu-nav a:active,  .dsc-header-nav a:active, .dsc-header-nav a:active .link-text,
body:has(.dsc-dropdown-menu-nav[id*='-topics'][style*='block']) .dsc-header-nav a[id='topicsMenu'] .link-text,
body:has(.dsc-dropdown-menu-nav[id*='-more'][style*='block']) .dsc-header-nav a[id='moreMenu'] .link-text,
body:has(.dsc-dropdown-menu-nav[id*='-mods'][style*='block']) .dsc-header-nav a[id='modsMenu'] .link-text{
    background-color: var(--yellow-60);
    border-bottom: 3px solid var(--text-primary);
    text-decoration: none;
}npm 

.dsc-dropdown-menu-nav a:hover, .dsc-header-nav a:hover {
    text-decoration: none;
}

.dsc-dropdown-link-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dsc-header-nav .dropdown-toggle i {
    margin-left: 1px;
}

.dsc-header-nav .dropdown-toggle::after {
    display: none;
}

.makeStyles-buttonBase-5 {
    background-color: var(--link-default-colour) !important;
}

/** Side nav bar **/
.navbar {
    justify-content: start;
}

/** Pagination **/

.pagination-dsc2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    -webkit-padding-start: 0;
    -webkit-margin-after: 32px;
    -webkit-margin-before: 16px;
    font-size: 10px;
    justify-content: center;
    list-style: none;
    margin-block-end: 32px;
    margin-block-start: 16px;
    padding-inline-start: 0;
}

.pagination-dsc2 li,
.pagination-dsc2 li.next,
.pagination-dsc2 li.previous {
    background: transparent;
}

.pagination-dsc2 li {
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    flex-direction: row;
    height: 35.2px;
    margin-left: 3px;
    margin-right: 3px;
    outline: 1px solid lightgray;
    width: 35.2px;
}

.pagination-dsc2 li button {
    border: 1px solid red;
}

.pagination-dsc2 li a {
    align-items: center;
    color: #000;
    display: flex;
    font-size: 11px;
    font-weight: bold;
    font-size: 18px;
    justify-content: center;
    line-height: 21px;

    padding: 4px;
    width: 35px;
}

.pagination-dsc2 li.active {
    background: rgb(224, 95, 113);
    color: var(--white);
    border: none;
    border-radius: 4px;
    height: 35.2px;
    outline: none;
    width: 35.2px;
}

.pagination-dsc2 li.next,
.pagination-dsc2 li.previous {
    align-items: center;
    border: none;
    border-radius: 9px;
    flex-direction: row;
    height: 35.2px;
    justify-content: center;
    width: 53.6px;
}

/* Footer */

.dsc-footer {
    background-color: var(--white);
    border-top: 4px solid var(--green-100);
    margin-top: 3.125rem;
    padding-top: 15px;
}

.dsc-footer-container {
    display: flex;
    flex-direction: column;
	font-family: var(--main-font);
    color: var(--text-primary);
    margin: 0rem 1rem;
}

.dsc-footer h2 {
    font-size: 1em;
    border-bottom: 1px solid var(--text-shadows);
}

.dsc-footer a {
    color: var(--link-default-colour);
}

.dsc-footer-top {
    display: flex;
    flex-direction: column;
    padding-bottom: 1.25rem;
    padding-top: 1.875rem;
};

.dsc-footer .row{ display:block; }

.dsc-footer-branding {
    display: flex;
    justify-content: space-between;
    gap: 1.25rem;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
}

.dsc-footer-menu-title {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 0.9735rem;
}

.dsc-footer-bottom {
    display: flex;
    flex-direction: column;
}

.dsc-footer-region-main-nav {
    display: block;
    flex: 1;
    padding-right: 3rem;;
}

.dsc-footer-region-social-nav {
    flex: 1;
}

.dsc-footer-region-brand {
    flex: 1;
    padding-right: 3rem;
    margin-top: 1.325rem;
}

.dsc-footer-region-brand img {
    height: 100px;
}

.dsc-footer-region-contact {
    flex: 1;
    border-top: 1px solid var(--text-shadows);
    margin: none;
    padding: none;
}

.dsc-footer-region-contact ul {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.dsc-footer-nav {
    display: block;
    column-count: 1;
}

.dsc-footer-nav-social {
    display: block;
    column-count: 1;
}

.dsc-footer-region-main-nav, .dsc-footer-region-brand {
    margin-bottom: 1.25rem;
}

.dsc-footer-nav ul,  .dsc-footer-nav-social ul {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.dsc-footer-nav li, .dsc-footer-nav-social li {
    font-size: 1rem;
    padding-top: 0.9735rem;
}

.dsc-footer-region-contact li {
    font-size: 1rem;
    padding-top: 1.875rem;
}

.dsc-footer-region-contact .phone {
    margin-right: 1rem;
}

.dsc-footer-nav li a {
    color: #101820;
}

.dsc-footer-nav li .icon, .dsc-footer-nav-social li .icon {
   height:1.2rem;
   width: 1.2rem;
   color: black;
   margin-right: 1rem;
}

.dsc-footer-legal {
    background-color: #40464d;
    margin-top: 3.125rem;
}

.dsc-footer-legal-content {
    color: var(--text-shadows);
    font-size: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}


@media only screen and (min-width: 600px) {



    .dsc-footer-container {
        margin: 0rem 6rem;
    }

    .dsc-footer-top {
        flex-direction: row;
    }

    .dsc-footer-nav {
        column-count: 2;
    }

    .dsc-footer-bottom {
        flex-direction: row;
    }

    .dsc-footer-region-main-nav {
        flex: 2;
    } 

    .dsc-footer-region-social-nav {
        flex: 3;
    }
    
    .dsc-footer-region-brand {
        flex: 2;
    }

    .dsc-footer-region-contact {
        flex: 1;
    }
}

@media only screen and (min-width: 768px) {


    .dsc-dropdown-menu-nav ul {
        column-count: 2;
        width: 75%;
    }

    #moreMenu {
        display: none;
    }

    .dsc-menu-item-showable {
        display: inline-block;
    }

    .dsc-footer-region-main-nav {
        flex: 2;
    } 

    .dsc-footer-nav {
        column-count: 2;
        justify-content: end;
    }


    .dsc-footer-region-social-nav {
        flex: 1;
    }

}


.btn-ds-dark-purple {
    background-color: var(--dark-purple);
}

.btn-ds-dark-purple a:hover {
    background-color: none;
}

#footer-copyright {
    background-color: var(--dark-purple);
    padding: 20px;
}

/** DSC Typography  - mobile first**/

.body-l {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0px;
    text-align: left;
}

.body-m {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0px;
    text-align: left;
}

.body-m-bold {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0px;
    text-align: left;
}

.body-s {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
}

.caption-l {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0px;
    text-align: left;
}

.caption-m {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
}

.caption-s {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
}

.heading-l {
    font-size: 32px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0px;
    text-align: left;
}

.heading-m {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
}

.heading-s {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0px;
    text-align: left;
}

.button a:hover{
	text-decoration: none;
}

@media only screen and (min-width: 850px ) {

    .dsc-header-container nav {
        width: 80%;
    }

    .dsc-header-nav-container li {
        display: block;
    }
}


/** DSC Typograpy - large screen **/

@media only screen and (min-width: var(--media-large)) {

    

    .dsc-header a {
        font-size: 16px;
        font-weight: 400;
        line-height: 25px;
        letter-spacing: 0px;
        text-align: left;
    }

    .body-large {
        font-size: 24px;
        font-weight: 400;
        line-height: 35px;
        letter-spacing: 0px;
        text-align: left;
    }

    .body-m {
        font-size: 19px;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 0px;
        text-align: left;
    }

    .body-m-bold {
        font-size: 19px;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: 0px;
        text-align: left;
    }

    .body-s {
        font-size: 16px;
        font-weight: 400;
        line-height: 25px;
        letter-spacing: 0px;
        text-align: left;
    }

    .caption-l {
        font-size: 27px;
        font-weight: 400;
        line-height: 35px;
        letter-spacing: 0px;
        text-align: left;
    }

    .caption-m {
        font-size: 24px;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 0px;
        text-align: left;
    }

    .caption-s {
        font-size: 19px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0px;
        text-align: left;
    }

    .heading-l {
        font-size: 48px;
        font-weight: 700;
        line-height: 55px;
        letter-spacing: 0px;
        text-align: left;
    }

    .heading-m {
        font-size: 32px;
        font-weight: 700;
        line-height: 40px;
        letter-spacing: 0px;
        text-align: left;
    }

    .heading-s {
        font-size: 24px;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: 0px;
        text-align: left;
    }
}
