/* Core */
html, body {
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

@font-face {
    font-family: Graebenbach;
    src: url(/assets/site_resources/GraebenbachMono-Black.ttf);
    font-weight: bold;
}

@font-face {
    font-family: Graebenbach;
    src: url(/assets/site_resources/GraebenbachMono-Regular.ttf);
}

@font-face {
    font-family: CalibreSemiBold;
    src: url(/assets/site_resources/CalibreWeb-Semibold.woff);
}

@font-face {
    font-family: CalibreRegular;
    src: url(/assets/site_resources/CalibreWeb-Regular.woff);
}

.container.content {
    line-height: 1.7;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}

h1, h2{
    font-family: Graebenbach, sans-serif;
}

h3, h4, h5 {
    font-family: CalibreSemiBold, sans-serif;
}

p {
    font-family: CalibreRegular, sans-serif;
}

a,
a:hover {
    color: #00c7b2;
}

.sectiontitle h2 {
    color: #fff;
    background: #1b242a;
    padding: 5px;
    margin: 0 0 10px;
}

/* Bootstrap overide */
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: relative;
    margin-left: 0;
}

/* OLD Header but possibly needed for currently unused features */
.ad-wrapper {
    margin: 30px auto;
    text-align: center;
}
@media all and (min-width: 768px) {
    .ad-wrapper {
        margin: 60px auto;
    }
}

/* NEW Header  */
header {
    background: #1b242a;
}
.no-padding {
    padding: 0px!important;
}

@media (min-width: 768px) {
    header {
        border-bottom: none;
    }
}

/* NEW Social media in the header */
/* NEW Social media mobile */
header [id="social-links"]{
    display: none;
}
/* NEW Social media not-mobile */
@media (min-width: 992px) {
    header [id="social-links"]{
        display: block;
        text-align: center;
        position: absolute;
        top: 40px;
    }
    header [id="social-links"] .fa-inverse {
        color: #00c7b2;
        font-size:25px;
    }
    header [id="social-links"] .fa-inverse:hover  {
        color: #818a8f;
    }
    header [id="social-links"] .fa-twitter:hover  {
        color: #38A1F3;
    }
    header [id="social-links"] .fa-facebook-f:hover  {
        color: #3b5998;
    }
    header [id="social-links"] .fa-instagram:hover  {
        color: #8a3ab9;
    }
    header [id="social-links"] .fa-youtube:hover  {
        color: #ff0000;
    }
    header [id="social-links"]  a {
        padding:10px;
    }
    header [id="social-links"]  a:hover {
         text-decoration:none;
    }
}

/* NEW Logo in the header */
/* NEW Logo mobile */
.logo-mint {
    display: block;
}
.logo-target,
.logo-rag,
.logo-blue,
.logo-darkgreen,
.logo-grey,
.logo-orange,
.logo-pink,
.logo-richblack,
.logo-white,
.logo-yellow {
    display: none;
}
a.logo {
    display: block;
    max-width: 100px;
    margin: 0 0 0 10px;
}
/* NEW Logo not mobile */
@media (min-width: 992px) {
    a.logo {
        max-width: 150px;
        margin: 0px auto;
    }
}

/* NEW admin tools in the header */
.header-admin {
    position: absolute;
    top: 25px;
    right: 20px;
    z-index: 40;
}

@media (min-width: 992px){
    .header-admin {
        display: block;
        text-align: center;
        top: 40px;
    }
}
/* NEW MSL dropdowns mobile */
.admin-bar > li {
    display:inline-block;
    padding: 0 2px;
}
.admin-bar .fa-inverse {
    color: #00c7b2;
    font-size: 20px;
}
.admin-bar .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    min-width: 200px;
}

/* NEW MSL dropdowns not mobile */
@media (min-width: 350px) {
    .admin-bar > li {
        padding: 0 5px;
    }
    .admin-bar .fa-inverse {
        font-size: 25px;
    }
}

@media (min-width: 768px) {
    .admin-bar > li {
        padding: 0 10px;
    }
}

/* NEW Basket mobile and not mobile*/
.admin-bar [id="basket"] {
    margin: 0 10px 5px;
}
.admin-bar [id="basket"] h3 {
    display: none;
}

.bazket a {
    position: relative;
}

.badge.quantity {
    padding: 2px 5px;
    border: none;
    position: absolute;
    top: -15px;
    right: -10px;
    font-size: 10px;
    background: #818a8f;
}

/* NEW Login buttons mobile */
.header-admin li a.msl-loginbutton {
    position: relative;
    font-size: 0;
}
.header-admin li.login {
    padding: 5px 12px;
}
.msl-loggedout:before, .msl-loggedin:before {
    position:absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: -21px;
    left: -10px;
    content: "\f023 ";
    font-size: 20px;
    color:#00c7b2;
} 
.msl-loggedin:before {
    content: "\f09c ";
}
.header-admin ul li:hover > a,
.header-admin ul li:hover > a >.fa-inverse,
.header-admin ul li:hover > a > span.caret,
.header-admin ul li:hover > .msl-loggedin:before,
.header-admin ul li:hover > .msl-loggedout:before,
.header-admin ul li:hover > a.msl-loginbutton {
    color: #818a8f;
    text-decoration: none;
}

/* NEW Login buttons not mobile */
@media (min-width: 350px) {
    .header-admin li.login {
        padding: 5px 15px;
    }
    .msl-loggedout:before, .msl-loggedin:before {
    top: -26px;
    font-size: 24px;
    }
}

@media (min-width: 768px) {
    .header-admin li.login {
    padding: 5px 20px;
}
}

/* NEW nav-toggle mobile */
.navbar-toggle {
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
}
.active-nav .navbar-toggle .icon-bar {
    background: #818a8f;
}
.navbar-toggle .icon-bar {
    background: #00c7b2;
    height: 3px;
}

/* NEW nav-toggle not mobile */
@media (min-width: 768px) {
    li.navbar-toggle-li {
        display: none;
    }
}

/* NEW Search mobile */
@media (max-width: 767px) {
    .admin-bar > li.search-head, #searchbox-lrg {
        display: none;
    }
}

div[id*="pnlSearch"] {
    position:relative;
    border-top: 1px solid #fff;
}

input[id*="txtSearchStr"], input[id*="txtSearchStr"]:hover, input[id*="txtSearchStr"]:focus {
    border: 3px #00c7b2 solid;
    padding: 0 2px;
    line-height: 35px;
    font-size: 18px;
    width: 100%;
 }
 
.msl_search input[id*="btnSubmit"].button {
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 0;
}

/* NEW Search not mobile */
@media (min-width: 768px) {
    #searchbox-sml {
        display: none;
    }

div[id*="pnlSearch"] {
    margin-bottom: 10px;
    border: 0;
}

input[id*="txtSearchStr"],
input[id*="txtSearchStr"]:hover,
input[id*="txtSearchStr"]:focus  {
    border: none;
    padding: 2px;
}
}
/* NEW Navigation */
/* Mobile nav closed */
[role="navigation"] {
    position: relative;
    transition: max-height 0.3s linear;
    -webkit-transition: max-height 0.3s linear;
    z-index: 30;
    max-height: 0;
    overflow: hidden;
    padding: 0;
}
/* Mobile nav open */
.active-nav [role="navigation"] {
    height: auto;
    max-height: 700px;
    margin-bottom: 0px;
    transition: max-height 0.3s linear;
    -webkit-transition: max-height 0.3s linear;
}
/* Non-mobile adds gap after nav */
@media all and (min-width: 768px) {
    .active-nav [role="navigation"] {
        margin-bottom: 20px;
    }
}

/* Don't know what this is for
.navigation.admin-nav {
    margin-top: 20px;
}
*/

/* Mobile top-nav list */
.navigation ul {
    list-style: none;
    margin-top: 1px;
    margin-bottom: 0;
    padding: 0;
    text-align: center;
}

/* Mobile sub-nav list when closed */
.navigation ul ul {
    max-height: 0;
    visibility: hidden;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}


/* Mobile nav link styling  */
.navigation ul li a {
    display: block;
    font-size: 16px;
    padding: 10px 15px;
    color: #fff;
    background: #00c7b2;
    margin-bottom: 1px;
}

.navigation ul li a:hover, .navigation ul li a.current {
    text-decoration: none;
}

@media all and (min-width: 768px) {
    .navigation ul li a:hover i, .navigation ul li:hover i > a, .navigation helloe ul li a.current {
        background: red;
        color: #000;
    }
}

.navigation {
}

.navigation li {
    cursor:pointer;
}

.navigation li.active ul {
    display: block;
    visibility: visible;
    height: auto;
    max-height: 500px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

@media (min-width: 768px) {
    .navigation li.active ul {
        display: flex;
        flex-flow: row wrap;
        box-sizing: content-box;
        border-right: 1000px solid #00c7b2;
        border-left: 1000px solid #00c7b2;
        width: calc(100% - 30px);
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        justify-content: flex-start;
    }
}

@media (max-width: 768px) {
.navigation li.active > a {
    background: #1b242a;

}
.navigation li ul {
}
.navigation li ul a {
    background: #818a8f;
}
}


@media (min-width: 768px) {
    [role="navigation"], .active-nav [role="navigation"] {
        position: relative;
        width: auto;
        height: auto;
        max-height: inherit;
        background: #00c7b2;
        top: 0;
        clear: both;
        overflow: visible;
    }

    .navbar-toggle {
        display: none!important;
    }

    .navigation ul {
        text-align: center;
        margin: 0;
        display: flex;
        padding: 0px 0;
        list-style: none;
        justify-content: space-evenly;
    }

    .navigation ul ul {
        display: none;
        position: absolute;
        left: -985px;
        background: #00c7b2;
        max-height: unset;
    }

    .navigation ul li {
        padding: 0;
        margin: 0;
        width: 100%;
        justify-content: flex-start;
    }

    .navigation ul ul li {
        width: auto;
    }

    .navigation ul li a {
        margin: 0;
        font-size: 14px;
        line-height: 1.2;
        transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
        text-decoration: none;
        background: transparent;
    }
    .navigation ul li li a {
        color: #fff;
        text-align: center;
        font-size: 18px;
        background: none;
        
    }
    .navigation ul li li a:hover {
        background: #fff;
        color: #000;
    }

    .navigation ul li a:hover {
    background: #fff;
    color: #000;
    }

    .navigation ul li:last-child a {
        margin-right: 0;
    }
}

@media all and (min-width:992px) {
    .navigation ul li a {
        font-size: 18px;
        padding: 10px 25px;
    }
}

.navigation a.current {
    font-weight: 500;
}

/* NEEDS UPDATING PAST THIS POINT */

/* Account bar colour and position  */

.admin-bar ul.level_1 {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    top: 39px;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, .175);
    border-top: 1px solid #fff;
    color: #000;
    border-left: none;
}

.admin-bar ul.level_1 .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.admin-bar ul.level_1 > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #000;
    white-space: nowrap;
}

.admin-bar ul.level_1 > li > a:hover, .admin-bar ul.level_1 > li > a:focus {
    text-decoration: none;
    background-color: #bfdb2e;
    color: #000;
}

.admin-bar ul.level_1 > .active > a, .admin-bar ul.level_1 > .active > a:hover, .admin-bar ul.level_1 > .active > a:focus {
    color: #333;
    text-decoration: none;
    background-color: #cacac0;
    outline: 0;
}

.admin-bar ul.level_1 > .disabled > a, .admin-bar ul.level_1 > .disabled > a:hover, .admin-bar ul.level_1 > .disabled > a:focus {
    color: #777;
}

.admin-bar ul.level_1 > .disabled > a:hover, .admin-bar ul.level_1 > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.admin-bar .open > a, .admin-bar li:hover > a {
    outline: 0;
}

.links-left .nav>li>a:focus, .links-left .nav>li>a:hover, .links-left .nav>li>a.current, .links-left .nav>li:hover>a, .links-left .nav>li>a.open:focus, .links-left .nav>li>a.open:hover, .links-left .nav>li>a.open.current, .links-left .nav>li:hover>a.open {
    background: #fff;
    color: #000;
}

.links-right .nav>li>a:focus, .links-right .nav>li>a:hover, .links-right .nav>li>a.current, .links-right .nav>li:hover>a, .links-right .nav>li>a.open:focus, .links-right .nav>li>a.open:hover, .links-right .nav>li>a.open.current, .links-right .nav>li:hover>a.open, .nav .open>a:focus, .nav .open>a:hover {
    background: #fff;
    color: #000;
}

.admin-bar .links-left {
    float: left;
}

.admin-bar .links-right {
    float: right;
}

@media all and (min-width: 768px) {
    .admin-bar [class^="links"] > ul > li {
    }

    .admin-bar .nav>li>a {
        color: #cacac0;
    }
}

/* Navigation behaviour */
.admin-bar .links-left > ul, .admin-bar .links-left > ul > li {
    display: inline-block;
}

.admin-bar .links-right > ul > li {
    display: block;
    float: left;
}

/* Mobile only admin settings */
@media all and (max-width: 480px) {
    header[role="banner"] .logo img {
        max-width: 90px;
    }

    .admin-bar [class*="links"] {
        margin: 0 -15px;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
    }

    [class*="links"] .dropdown-menu {
        left: auto;
        right: 0;
        top: 42px;
    }

    .admin-bar .links-right > ul > li > a {
        padding: 10px 12px;
    }

    .admin-bar [class*="links"] > ul, .admin-bar [class*="links"] > ul > li {
        position: static;
    }

    .admin-bar [class*="links"] > ul .dropdown-menu {
        width: 100%;
        border-top: none;
        margin-top: -1px;
    }

    .admin-bar .links-right > ul > li:last-child {
        float: right;
    }

    .admin-bar .nav>li>a:focus, .admin-bar .nav>li>a:hover, .admin-bar .nav>li>a.current, .admin-bar .nav>li:hover>a, .admin-bar .nav>li>a.open:focus, .admin-bar .nav>li>a.open:hover, .admin-bar .nav>li>a.open.current, .admin-bar .nav>li:hover>a.open {
        background: #fff;
        color: #000;
    }
}

@media all and (min-width: 992px) {
    .admin-bar .links-left {
        overflow-x: visible;
        height: 40px;
    }

    .admin-bar .links-left > ul > li {
        display: block;
        float: left;
    }

    .admin-bar .open > ul.level_1, .admin-bar li:hover > ul.level_1 {
        display: block;
    }
}

/* Page banner */
.banner-wrapper {
    position: relative;
}

.banner-wrapper .breadcrumb {
    border-radius: 0;
    margin: 15px;
    text-align: center;
}

@media all and (min-width: 768px) {
    .banner-wrapper .breadcrumb {
        position:absolute;
        left: 50%;
        bottom: 0;
        padding: 10px 15px;
        background: rgba(255,255,255,0.9);
        border-radius: 0;
        margin: 0;
        transform: translateX(-50%);
        text-align: center;
    }
}

.banner-wrapper .breadcrumb>li+li:before {
    display: none;
}

.banner-wrapper .breadcrumb>li+li {
    margin-left: 5px;
}

/* PAGER */
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #fff;
    padding: 15px;
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 40px;
    transform: translateX(-50%);
}

.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1; *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #01c4b3;
}

[id="static-banner"] {
    position: relative;
    margin-bottom: 0px;
    overflow: hidden;
}

.bx-wrapper + [id="static-banner"], [id="news-banner"] + [id="static-banner"] {
    display: none;
}

.msl-pagebanner {
    margin: 0 -50px 0px;
}

@media all and (max-width: 768px) {
    .msl-pagebanner {
        margin-bottom:15px !important;
    }
}

.msl-pagebanner.panorama {
    margin: 0;
}

.msl-pagebanner.circle {
    margin: 0;
}

.msl-pagebanner img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

/* Project Banner image to be unset width */
.project-banner .msl-pagebanner img {
    width: unset;
}

@media all and (min-width: 768px) {
    .page-details {
        padding: 0;
        background: rgba(255,255,255,0.8);
        position: relative;
        margin: 0;
    }
}

.page-details h1 {
    margin: 0;
    padding: 0
}

.page-details [id="breadcrumb"] {
    font-size: 100%;
    padding: 0;
}

.page-details .msl-breadcrumb ul {
    margin: 0 0 20px;
    padding: 0;
    text-align: left;
}
.page-details .msl-breadcrumb a {
    color: #878787;
}
.page-details .msl-breadcrumb span {
    color: #00c7b2;
}

[id="breadcrumb"] li+li:before {
    display: none;
}

[id="breadcrumb"] li+li {
    margin-left: 4px;
}

.item-pad .msl_blog_description {
    padding-top: 50px;
    background: url(org-icon-i.png) 50% 0 no-repeat;
}

.item-pad .msl-recentblogposts {
    padding-top: 50px;
    background: url(icon-pen.png) 50% 0 no-repeat;
}

@media all and (min-width: 768px) {
    .msl-pagebanner {
    margin: 0;
    }
}

.page-detail {
    text-align: center;
    margin: 40px 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px
}

hr {
    border-color: #ccc;
}

@media all and (min-width: 992px) {
    .page-detail, hr {
        margin: 40px -40px;
    }
}

h2 {
    margin: 15px 0;

    line-height: 1;
    font-size: 20px;
    padding: 0;
    color: #000;
}

h1 {
    margin: 0.5em 0;
    line-height: 1;
    font-size: 24px;
    color: #000;
    margin
}

hgroup[id="section-page-header"] h2 {
    font-size: 18px;
}

hgroup {
    text-align: center;
    border-top: 1px solid #e6e7e8;
    padding: 30px 0;
    margin-top: 40px;
}

@media all and (min-width: 600px) {
    hgroup {
        padding: 40px 0;
    }
}

hgroup h3 {
    font-size: 14px;
    margin-bottom: 0;
}

.page-detail h1:after, .grouping-details h1:after {
    content: '.';
    margin-left: 0.25%;
}

.page-detail p, .grouping-details p {
    font-size: 16px;
    color: #062D3F;
    padding: 0 20px;
    margin: 1em 0 0;
}

@media all and (min-width: 600px) {
    h1 {
        font-size: 24px;
        padding: 0;
    }

    h2 {
        font-size: 20px;
    }

    .page-detail p, .grouping-details p {
        padding: 0 20px;
        font-size: 16px;
        line-height: 1.4;
    }
}

@media all and (min-width: 768px) {
    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 20px;
    }

    .page-detail p, .grouping-details p {
        padding: 0 80px;
        font-size: 20px;
    }
}

@media all and (min-width: 992px) {
    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 24px;
    }
}

@media all and (min-width: 1200px) {
    h1 {
        font-size: 42px;
    }

    h2 {
        font-size: 28px;
    }
}

body ul.breadcrumb {
    background: none;
    margin: 15px 0;
}

.page-detail .msl-breadcrumb, .grouping-details .msl-breadcrumb {
    padding: 0;
    font-size: 100%;
    text-align: center;
}

.breadcrumb>li+li: before {
    display: none;
}

.addthis_sharing_toolbox {
    margin: 20px 0 0;
    padding: 0 0 40px;
    border-bottom: 1px solid #ccc;
}

.page-details h1, .page-title {
    margin: 15px 0 5px;
    text-align: left;
    padding: 0 0;
    position: relative;
    line-height: 1.2;
    overflow: hidden;
    font-weight: bold;
}

.widget-title {
}

/* News banner */
[id="news-banner"] {
}

[id="news-banner"] .news-detail {
    width: auto;
    margin: 0 auto;
    padding: 15px 20px;
    background: #fff;
    border-bottom: 1px solid #c1283a;
}

[id="news-banner"] .news-detail p.leader {
    display: none;
}

@media all and (min-width: 600px) {
    [id="news-banner"] .news-detail p.leader {
        display: inline;
    }
}

@media all and (min-width: 992px) {
    [id="news-banner"] .news-detail {
        width: 800px;
        margin: 0 auto;
        padding: 15px 20px;
        position: absolute;
        bottom: 20px;
        left: 50%;
        margin-left: -400px;
        background: #fff;
        border-left: 5px solid #c1283a;
        border-bottom: none;
    }
}

@media all and (min-width: 1200px) {
    [id="news-banner"] .news-detail {
        width: 1140px;
        margin-left: -570px;
    }
}

[id="news-banner"] h5 {
    display: inline;
    background: #fff;
    margin: 0 10px 0 0;
}

[id="news-banner"] h5 a {
    width: 1140px;
    margin: 0 auto;
    padding: 0;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    top: 50%;
}

[id="news-banner"] p {
    display: inline;
    margin: 5px 0 0;
    font-size: 18px;
}

[id="news-banner"] p .msl-morelink {
    margin: 0 0 0 10px;
    font-size: 12px;
    display: inline-block;
    padding: 3px 5px;
    background: #eee;
    color: #333;
    font-weight: 600;
}

.bx-wrapper {
    position: relative;
}

.bx-controls-direction {
}

.bx-controls-direction a {
    position: absolute;
    top: 50%;
    height: 200px;
    width: 130px;
    text-indent: -5000px;
    transform: translateY(-50%);
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    display: none;
}

@media all and (min-width: 768px) {
    .bx-controls-direction a {
        display: block;
    }
}

.bx-controls-direction a.bx-prev {
    background: url(arrow-left.png) 50% 50% no-repeat;
    left: 0px;
}

.bx-controls-direction a.bx-next {
    background: url(arrow-right.png) 50% 50% no-repeat;
    right: 0;
}

.bx-controls-direction a.bx-prev:hover {
    left: -10px;
}

.bx-controls-direction a.bx-next:hover {
    right: -10px;
}

/* Content */
/* Sidebar */
.section-title {
    font-size: 21px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 25px;
    color: #000;
}

.section-title:after {
    content: '\f0c9';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: -4px;
    position: relative;
    margin-left: 5px;
    font-size: 120%;
}

.active-aside .section-title:after {
    content: '\f0de';
    top: 5px
}

aside.side-nav, #breadcrumb {
    display: none;
}

aside .grouping-logo {
    display: none;
    margin-bottom: 9px;
}

.active-aside aside {
    display: block;
    margin-bottom: 10px;
}

@media all and (min-width: 768px) {
    .section-title {
        display:none;
    }

    aside.side-nav, #breadcrumb {
        display: block;
    }
    aside .grouping-logo {
        display: block;
    }
}

aside .grouping-logo img {
    display: block;
    margin: 0 auto;
}

aside .box {
    border-bottom: 2px solid #062D3F;
    margin: 0 0 20px;
    padding: 12px 13px;
    background-color: #eaebec;
    position: relative;
}

aside .box:empty {
    display: none;
}

aside .box > *:first-child,
aside .box > *:first-child h3 {
    margin-top: 0;
    padding-top: 0;
}

aside .box h2,
aside .box h3 {
    margin-top: 0;
    padding-top: 0;
    font-weight: 600;
    font-size: 20px;
}

aside .box h3 {
    font-weight: normal;
}

aside ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

aside li ul {
    margin: 0 0 0px;
    font-size: 90%;
}

aside li li ul {
    margin: 5px 10px 15px;
}

aside li ul li {
    border-bottom: 1px solid rgba(255,255,255,0.5);
}

aside li {
    margin: 1px 0 0;
    padding: 0;
    list-style: none;
    background: #00c7b2;
    text-align: center;
}

aside li li {

}

aside li li li {
    list-style: circle inside;
}

aside a {
    display: block;
}

aside li a {
    padding: 8px 15px;
    transition: 0.2s ease all;
    -web-transition: 0.2s ease all;
    color: #fff;
    font-size: 16px;
}

aside li a:hover,
aside li a:focus {
    text-decoration: none;
    background: #1b242a;
    color: #fff;
}

aside li a.current {
    background: #1b242a;
}

aside li li a.current {
    background: #818a8f;
    color: #fff;
}

aside li a.current + ul {
    margin-top: 1px;
}

aside [id="org-name"] {
    font-size: 16px;
    line-height: 1.5;
}

aside .grouping-contact {
    display: block;
    margin: 10px 0 0;
    font-size: 11px;
    padding: 10px 0 0;
}

aside p + .grouping-contact {
    border-top: 1px solid #ccc;
}

@media all and (min-width: 320px) {
    aside .grouping-contact {
        font-size: 12px;
    }
}

@media all and (min-width: 480px) {
    aside .grouping-contact {
        font-size: 14px;
    }
}

aside .grouping-contact > a {
    padding-left: 24px;
    word-wrap: break-word;
    display: block;
}

aside [id="root-link"] {
    display: none;
}

@media all and (min-width: 768px) {
    aside [id="root-link"] {
        display:block;
        padding: 10px 15px;
        background: #eee;
        color: #000;
        letter-spacing: 1px;
        text-transform: uppercase;
        transition: 0.3s ease all;
        -webkit-transition: 0.3s ease all;
        border-left: 5px solid #c00;
        margin-bottom: 10px;
        border-bottom: 1px solid #aaa;
    }

    aside [id="root-link"]:hover {
        background: #ccc;
        text-decoration: none;
        text-color: #fff;
        border-left: 1px solid #ccc;
        letter-spacing: 0;
    }
}

.inline-widget, .inline-widget > a {
    display: inline;
    margin: 0 3px;
}

/* Ad banner */
.ad-banner {
    text-align: center;
    margin: 30px 0;
}

/* NEW Footer not mobile */
footer {
    background: #1b242a;
    font-size: 16px;
    color: #fff;
    padding: 30px 0px 0px;
    position: relative;

}
footer a {
    color:#fff;
}
footer a:hover {
    color:#00c7b2;
    text-decoration: none;
}
footer .middle {
    border-left: solid;
    border-right: solid;
}
footer .contactdetails i {
    color: #00c7b2;
    font-size: 25px;
    width: 25px;
    height: 38px;
    text-align: center;
    line-height: 40px;
    margin: 10px 10px 10px 0;
    vertical-align: middle;
}
footer .contactdetails p {
    display: inline-block;
}

/* NEW Footer mobile */
@media (max-width: 992px) {
    footer .middle {
    border-left: none;
    }
}
@media (max-width: 768px) {
    footer .middle {
    border-right: none;
    }
}
@media (min-width: 360px) {
    footer {
        font-size: 20px;
    }
}

/* NEW Social Media in the Footer */
footer #social-links {
    margin: 20px 8px;
    text-align: center;
}
footer [id="social-links"] .fa-inverse {
    font-size:25px;
    color: #00c7b2;
}
footer [id="social-links"]  a {
    padding:10px;
}
footer [id="social-links"] .fa-inverse:hover  {
    color: #818a8f;
}
footer [id="social-links"] .fa-twitter:hover  {
    color: #38A1F3;
}
footer [id="social-links"] .fa-facebook:hover  {
    color: #3b5998;
}
footer [id="social-links"] .fa-instagram:hover  {
    color: #8a3ab9;
}
footer [id="social-links"] .fa-youtube-play:hover  {
    color: #ff0000;
}
footer [id="social-links"]  a:hover {
     text-decoration:none;
}

/* Member lists */
.msl-groupedmemberlist {
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    align-items: stretch;
}

.msl-groupedmemberlist > .item {
    display: flex;
    flex-direction: column-reverse;
    margin:0 10px 10px 0;
    flex: 0 0 150px;
    position: relative;
}

.msl-groupedmemberlist > .item:after {
    content: "";
    width: 0;
    height: 0;
    margin-left: -30px;
    position: absolute;
    bottom: 0;
    left: 100%;
    border: 15px solid #fff;
    border-left: 15px solid transparent;
    border-top: 15px solid transparent;
}

.msl-groupedmemberlist > .item h4 {
    background: #1b242a;
    margin: 0;
    padding: 10px;
    color: #00c7b2;
    font-family: CalibreRegular, sans-serif;
    white-space: initial;
}

.msl-groupedmemberlist ul {
    padding: 0;
/*    margin: 0px -5px; */
    display: flex;
    flex: 1 0 auto;
}

.msl-groupedmemberlist ul li {
/*    margin: 0 5px; */
    background: #1b242a;
}

.msl-groupedmemberlist ul li .badge {
    background: transparent;
    border-radius: 0;
    font-size: inherit;
    font-weight: normal;
    border: none;
    padding: 0;
    text-align: left;
}

.msl-groupedmemberlist ul li .badge dl {
    margin: 0;
    padding: 0 10px;
    width: 150px;
}

.msl-groupedmemberlist ul li .badge dt {
}

.msl-groupedmemberlist dt > a, .msl-groupedmemberlist dd > a {
    color: #fff;
    font-size: 18px;
    font-family: Graebenbach, sans-serif;
    white-space: initial;
}

.msl-groupedmemberlist dt > a:hover, .msl-groupedmemberlist dd > a:hover {
    text-decoration:none; color:#fff;
}

.msl-groupedmemberlist ul li .badge_tools {
    width: auto;
    margin: 0;
    padding: 0;
    float: none;
}

.msl-groupedmemberlist ul li .badge_tools img {
    padding: 0;
    border: 0;
    width: 150px;
    height: 150px;
}

/* NEW Organisation lists */
body ul.msl_organisation_list {
    display: flex;
    flex-flow: wrap;
    margin: 0 -5px;
    padding: 0;
    text-align: center;
}

body ul.msl_organisation_list li {
    margin: 0 5px 10px;
    float:left;
    font-size: 16px;
    text-align: center;
    position: relative;
    width: calc(50% - 10px);
    
}

@media all and (min-width:768px) {
  body ul.msl_organisation_list li {
    width: calc(25% - 10px);  
  }
}
@media all and (min-width:1200px) {
  body ul.msl_organisation_list li {
    width: calc(20% - 10px); 
  }
}


body ul.msl_organisation_list li img {

}

body ul.msl_organisation_list li a {
    color: #000;
    font-size: 18px;
    line-height: 1.3;
}


ul.msl_organisation_list li dl {
    display: none;
}

/* SU Work page aside styles */
#work a.msl-gl-link {
    text-align: left;
    padding: 10px;
    color: #fff;
}
#work ul.msl_organisation_list li {
    min-width: 300px;
    width: 300px;
}

@media (max-width: 992px) {
    #work ul.msl_organisation_list {
    display: flex;
    margin: 0 -5px;
    flex-flow: row;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    }
}

@media (min-width: 992px) {
    #work ul.msl_organisation_list li {
        width: 100%;
        min-width: unset;
    }
}

/* Image navigation */
.msl-imagenav {
    margin-bottom: -10px;
}

.msl-imagenav ul {
    list-style: none;
    display: flex;
    flex-flow: wrap;
    margin: 0 -5px;
    padding: 0;
    text-align: center;
}

.msl-imagenav li {
    margin: 0 5px 10px;
    float: left;
    font-size: 16px;
    text-align: center;
    position: relative;
    width: calc(50% - 10px);
}

.msl-imagenav li a {
    text-decoration: none;
    display: flex;
    flex-flow: column-reverse;
}

.msl-imagenav li .msl-imagenav-title {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.msl-imagenav li:hover .msl-imagenav-title {
    background: #1b242a;
}

.msl-imagenav li .msl-imagenav-description {
  display: none;
}


@media all and (min-width: 768px) {
    .msl-imagenav li {
        width: calc(25% - 10px);
    }
}
@media all and (min-width: 1200px) {
    .msl-imagenav li {
        width: calc(20% - 10px);
    }
}

/* Grouping pages */
.grouping-details {
    text-align: center;
}

.grouping-details .grouping-logo {
    border-radius: 500px;
    overflow: hidden;
    display: inline-block;
    margin: 30px 0;
}

[id="group-info"] {
    text-align: center;
}

[id="group-info"] .join-group {
    margin: 0 auto 15px;
    max-width: 600px;
}

[id="group-info"] .join-group h3 {
    display: none;
}

.msl-propvalue {
    margin: 20px 0;
}

/* Buttons */
body input.button,
.button {
    display: inline-block;
    text-decoration: none;
    background: #00c7b2;
    color: #fff;
    border: none;
    font-weight: normal;
    padding: 7px 10px;
    font-size: 100%;
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.button:hover,
.button:active,
.button:focus {
    background: #1b242a;
    text-decoration: none;
    color: #fff;
}

.clickcatcher {
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 20;
}

@media all and (min-width: 992px) {
    .clickcatcher {
        display: none !important;
    }
}

.navigation li .searchbar {
    z-index: 400;
    top: 20px;
    right: 0;
}

.navigation .fa-inverse {
    color: #777;
}

.search-form {
    display: none;
    background: #062D3F;
    width: auto;
    text-align: center;
    left: 0;
    top: 1px;
    z-index: 1;
    height: 100%;
    overflow: hidden;
    margin: -20px -15px 0;
    padding: 50px;
    clear: both;
}

.search-form input.textbox {
    width: 100%;
    display: inline-block;
    padding: 10px;
    color: #fff;
    font-size: 28px;
    border-radius: 2px;
    background: #062D3F;
    border-color: #062D3F;
}

.search-form input.textbox: focus {
    border-color: #062D3F;
}

.search-form input.button {
    display: block;
    width: 100%;
    margin: 10px 0 0;
    font-size: 16px;
    padding: 10px 15px;
}

@media all and (min-width: 768px) {
    .search-form input.button {
        display: inline-block;
        margin: 0 0 0 10px;
        font-size: 16px;
        padding: 12px 20px;
        width: auto;
    }

    .search-form input.textbox {
        width: 80%;
        display: inline-block;
        padding: 10px;
        color: #fff;
        font-size: 28px;
        border-radius: 2px;
    }

    .search-form input: focus, .search-form textarea:focus {
        outline: none;
    }
}

[id="search-dismiss"] {
    color: #fff;
    padding: 7px 15px;
    background: #900;
    display: block;
    margin: 15px auto 0;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
}

[id="search-dismiss"]:hover {
    color: #fff;
    background: #333;
}

@media all and (min-width: 992px) {
    [id="search-dismiss"] {
        display: none;
    }
}

@media all and (max-width: 991px) {
    .search-form {
        position: fixed;
        top: 40px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        z-index: 100;
        background: rgba(6, 46, 63, 0.9);
    }
}

/* Social icons */
.msl_facebook {
    padding: 0;
    min-height: 0;
    background: #00c7b2;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
}
.msl_facebook:hover {
    background: #2f85e8;
}
.msl_facebook:before {
    font-family: "Font Awesome 5 Brands";
    content: "\f39e";
    color: #fff;
    margin-right: 5px;
    text-indent: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    font-size: 18px;
}

.msl_twitter{
    padding: 0;
    background: #00c7b2;
    min-height: 0;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
}
.msl_twitter:hover {
    background: #46bbff;
}
.msl_twitter:before {
    content: "\f099";
    font-family: "Font Awesome 5 Brands";
    color: #fff;
    margin-right: 5px;
text-indent: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    font-size: 18px;
}

.msl_email {
    padding: 0;
    min-height: 0;
    background: #00c7b2;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
}
.msl_email:hover{
    background: #1b242a;
}
.msl_email:before {
    content: "\f0e0";
    font-family: "Font Awesome 5 Free";
    color: #fff;
    margin-right: 5px;
text-indent: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    font-size: 18px;
}

.msl_web {
    padding: 0;
    min-height: 0;
    color: #000;
    overflow: hidden;
    background: #00c7b2;
}
.msl_web:hover {
    background: #1b242a;
}
.msl_web:before {
    content: "\f0c1";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    margin-right: 5px;
text-indent: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    font-size: 18px;
}

.msl_instagram {
    padding: 0;
    min-height: 0;
    background: #00c7b2;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
}
.msl_instagram:hover{
    background: #a014ad;
}
.msl_instagram:before {
    content: "\f16d";
    font-family: "Font Awesome 5 Brands";
    color: #fff;
    margin-right: 5px;
    text-indent: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    font-size: 18px;
}

/* Generic grid layout */
.grid-list-item {
    padding: 15px;
    text-align: center;
}

@media all and (min-width: 600px) {
    .grid-list-item {
        text-align: center;
        display: inline-block;
        width: 48%;
        vertical-align: top;
    }
}

@media all and (min-width: 992px) {
    .grid-list-item {
        width: 32%;
    }
}

/* Shop */
body .catalogue_productlist {
    display: flex;
    flex-flow: wrap;
    margin: 30px 0;
    padding: 0;
    justify-content: flex-start;
    margin-right: -10px;
}

body .catalogue_productlist li {
    position: relative;
    flex: 0 1 200px;
    margin-right: 10px;
    margin-bottom: 10px;
}
body .related-products .catalogue_productlist li {
    width: 100%;
    float:none;
    padding:0;
    font-size: 12px;
}
body .catalogue_productlist div {
    float: left;
    width: auto;
    height: auto;
    text-align: left;
    margin: 0;
    padding: 0;
}

body .catalogue_productlist a {
    display: block;
    color: #000;
}

body .catalogue_productlist img {
    width: 100%;
}

body .catalogue_productlist .msl-product-name {
    display: block;
    padding: 10px;
    background: #00c7b2;
    line-height: 1.5;
    color: #fff;
}
body .catalogue_productlist a:hover {
    text-decoration: none;
}
body .catalogue_productlist a:hover .msl-product-name {
   background: #1b242a;
   color: #fff;
}
body .catalogue_productlist a:hover img {
}

body .catalogue_productlist .msl-product-price {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #01c4b3;
    color: #000;
    padding: 5px 10px;
    font-size: 16px;
    color: #fff;
}

body span.discount {
    text-decoration: line-through;
    color: #c00;
    padding-right: 10px;
}

/* Ads*/
#ad {
    margin-bottom: 10px;
    border: 3px solid #00c7b2;
    position: relative;
}

#ad:after {
    content: "#ad";
    color: #fff;
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    border: 30px solid #00c7b3;
    border-left: 15px solid transparent;
    border-top: 0px solid transparent;
}

/* Volunteering */
.volunteering-nav {
    text-align: center;
    background: #fafafa;
    padding: 10px 5px 5px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-radius: 0 0 3px 3px;
    margin: 0 0 15px;
}

.volunteering-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.volunteering-nav li {
    display: inline-block;
    margin: 0 0px 5px;
}

.volunteering-nav .btn {
    border: 1px solid #ccc;
    background: #fff;
    color: #333;
    transition: 0.2s ease all;
    font-size: 12px;
    -webkit-transition: 0.2s ease all;
}

.volunteering-nav .btn:hover, .volunteering-nav .btn.current {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

@media all and (min-width: 768px) {
    .volunteering-nav {
        padding: 15px 10px 10px;
    }

    .volunteering-nav li {
        margin: 0 5px 5px;
    }

    .volunteering-nav .btn {
        font-size: inherit;
    }
}

/* NEW Sabbs Blog (using news) styles */
#sab-blog h1 {
    color: #000;
    text-align: left;
    background: none;
    padding: 10px 0;
    font-weight: bold;
    margin: 0;
}
.blog-owner {
    display: flex;
    background: #1b242a;
    position: relative;
}
.blog-owner:after {
    content: "";
    width: 0;
    height: 0;
    margin-left: -30px;
    position: absolute;
    bottom: 0;
    left: 100%;
    border: 15px solid #fff;
    border-left: 15px solid transparent;
    border-top: 15px solid transparent;
}
#sab-blog p.byline {
    display: none;
}
/* Sabb blog aside styles */
.officer-blog {
    display: flex;
    background: #00c7b2;
    margin-bottom: 10px;
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
.officer-blog.current,
a.officer-blog:hover {
    background: #1b242a;
    text-decoration: none;
}
.officer-blog div {
    padding-right: 5px;
}
.officer-name {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
}
.officer-title {
    color: #1b242a;
    line-height: 1;
}
.officer-blog.current .officer-title,
a.officer-blog:hover .officer-title {
    color: #00c7b2;
}


/* Sabb Pledge list - news style */
.pledge-list {
    margin: 30px 0;
}

.pledge-list .news_item {
    margin: 0;
    padding: 0;
}

.pledge-list .news_item p, .pledge-list .news_item img {
    display: none;
}

.pledge-list .news_item h5 {
    margin: 0;
    padding: 0;
}

.pledge-list .news_item h5 a {
    display: block;
    padding: 15px;
    margin: 0 0 5px;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    border-left: 1px solid transparent;
}

.pledge-list .news_item.msltaggreen h5 a {
    background: #D6FCA3;
    color: #6AAE26;
}

.pledge-list .news_item.msltagyellow h5 a {
    background: #FBF47B;
    color: #8C8305;
}

.pledge-list .news_item.msltagred h5 a {
    background: #ff6262;
    color: #900;
}

.pledge-list .news_item h5 a:hover {
    text-decoration: none;
    border-left: 5px solid;
}

.embed-responsive {
    margin: 30px 0;
}

/* News list */
.newslist {
    margin: 0px -5px;
}

.newslist .news_all {
    display: none;
}

.newslist .msl-item {
    padding: 20px;
    background: #01c4b3;
    margin: 0 auto 30px;
    border-left: 15px solid #fff;
    border-right: 15px solid #fff;
    color: #fff;
    position: relative;
    max-width: 480px;
    width: 50%;
}

.newslist .msl-item:nth-of-type(2n+1) {
    clear: none;
}

@media all and (min-width:992px) {
    .newslist .msl-item {
        width: 25%;
        float: left;
    }
}


.newslist h3 {
    margin: 0 0 15px;
}

.newslist h3 a {
    color: #fff;
    padding-bottom: 10px;
}
.newslist h3 a:after {
    content: '';
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}
.newslist a:hover {
    text-decoration: none;
}

.newslist .msl-image {
    position: relative;
    display: block;
    margin: -10px -10px 10px;
    overflow: hidden;
}

/* NEW Newslist on the side of article pages */
#real-news .msl-item-list.msl-news {
    flex-flow: row;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0 5px;
}
#real-news .newslist .msl-item {
    border: 0;
    min-width: 300px;
    width: 300px;
    padding: 10px 10px 0 10px;
    background: #1b242a;
    margin: 0 10px 10px 0;
}
#real-news .newslist .msl-item:after {
    content: "";
    width: 0;
    height: 0;
    margin-left: -30px;
    position: absolute;
    bottom: 0;
    left: 100%;
    border: 15px solid #fff;
    border-left: 15px solid transparent;
    border-top: 15px solid transparent;
}
#real-news .newslist .msl-item h3 {
    font-size: 16px;
    margin: 0;
}

#real-news .msl-item-details {
    margin-bottom: 10px;
    font-size: 14px;
    color: #00c7b2;
}

@media (min-width: 992px) {
    #real-news {
        padding-left: 0;
    }
    #real-news .msl-item-list.msl-news {
        flex-flow: column;
    }
    #real-news .newslist .msl-item {
        width: 100%;
        min-width: unset;
    }
}

/* Idea list */

.msl-idea {
	padding: 20px 15px 20px 150px;
	background: rgba(254,203,0,0.5);
	border: none;
	border-radius: 0;
}
.msl-idea-score {
    background: rgb(254,203,0);
    border:none;
    margin:0;
    width: 130px;
    padding:20px;
}
.msl-idea-title {
    margin:0;
}
.msl-idea-title a {
    color: #000;
    font-size: 24px;
}
.votes.msl-arrows .number {
    margin-top: 10px;
}
.votes div {
    width:60px;
}
.msl-arrows .voteup, .msl-arrows .voteup.clearvote.deletevote {
    position: static; float:left;
}
.msl-arrows .votedown, .msl-arrows .votedown.clearvote.deletevote {
    position: static; float:left;
}
li.msl-idea .msl-idea-comments a {
    background: #fff;
    border-radius: 0;
}
li.msl-idea .msl-idea-comments a:before {
    display: none;
}
.msl_nav_left[id*="idealist"]{
    background: #1b242a;
    color: #fff;
    padding: 10px 15px;
    margin: 15px 0 0;
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
.msl_nav_left[id*="idealist"]:hover {
    background-color: #818a8f;
    text-decoration: none;
}

/* Mobile only */

@media all and (min-width:768px) {
  .mobile-only { display:none; }
}

/* NEW Grouping page */
#group-social {
    line-height: 0;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

[id="group-social"] > div {
    float: left;
    width: 20%;
    border: 0px solid;
}

[id="group-social"] > div a {
    text-indent: -5000px;
    position: relative;
    width: 60px;
    height: 28px;
    transition: 0.2s ease all;
    color: #fff;
    -webkit-transition: 0.2s ease all;
}

@media (max-width:768px){

    }
}

.grouping-logo {
    margin-bottom: 5px;
}

/* Code by Josh O'Connor */