/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 07 August 2023 12:59:53
*/


/* Custom Share Style */
.addthis.desktop {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: flex-end;
    min-width: 9rem;
}
.addthis.mobile {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: flex-end;
}

/* Custom Bootstrap Styles */
.dropdown-menu li:before {
    display: none;
}
.dropdown-menu a {
    text-decoration: none;
}

@media (min-width: 60em) {
    .addthis.mobile {
        display: none;
    }
    .breadcrumbs {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        justify-content: space-between;
    }
}
@page {
    margin-top: 1cm;
    margin-bottom: 1cm;
}

.tab-content {
    overflow: scroll;
}

.auto-width {
    width: initial !important;
    margin: 0;
}

/*.at-svc-compact {*/
/*    background-color: rgb(6, 63, 92) !important;*/
/*}*/

.full-width-layout .main ul {
    padding: 0px 20px;
}

.main .col-xs-12 .block-img__caption {
    display: block;
}

@media (max-width: 60em) {
    .custom-margin-mobile {
        margin-left: 10px;
        margin-right: 10px;
    }
}