.DesignMode #primary-navigation {
    position: relative;
}

@media only screen and (max-width: 575px) {
    a.btn.with-space {
        min-width: initial;
    }

    .sub-filters #interior-search-container,
    .sub-filters .resource-types,
    .sub-filters .resource-types select {
        width: 100%;
        display: block;
    }

    .sub-filters .resource-types {
        margin-top: 2rem;
    }
}

.filter-primary.non-vue ul {
    display: none;
}

.filter-primary {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: #d6d6d6;
    padding-bottom: 1.5rem;
}

    .filter-primary > li {
        background: none !important;
        border: none !important;
        border-top-style: solid !important;
        border-top-width: 1px !important;
        border-color: #d6d6d6 !important;
        padding-top: 1.5rem;
        padding-bottom: 0;
        margin-bottom: 0;
    }

@media only screen and (max-width: 575px) {
    .filter-primary > li:last-of-type {
        margin-bottom: 4rem;
    }
}

.filter-primary a {
    height: initial;
}

.filter-primary.leftcol-nav > li ul {
    display: none;
}

.filter-primary.leftcol-nav > li, .filter-primary.leftcol-nav > li > ul > li {
    padding-left: 0;
}

@media only screen and (min-width: 992px) {
    .filter-primary.leftcol-nav > li > a.active {
        color: #000;
    }
}

.filter-primary.leftcol-nav > li > ul > li > a {
    text-transform: uppercase;
}

.sidebar .filter-title {
    width: 85%;
}

span.toggle.hide-desktop:last-child {
    display: none;
}

@media only screen and (min-width: 992px) {
    .default .leftcol-nav a.primary-color.active, .default .filter-primary a.primary-color {
        color: #000;
    }
}

#related-items aside.carousel {
    padding-bottom: 2.5rem;
}

.block-grid .list-item h2:not(.primary-color), .block-grid .list-item h3:not(.primary-color) {
    color: #000;
}

.block-grid.large-header .list-item h2 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 0;
}

.block-grid .list-item h3 {
    font-weight: 600;
    margin-bottom: .5rem;
}

.block-grid a {
    width: 100%;
}

    .block-grid a .list-card p {
        color: #4a4a4a;
    }

.block-grid .grid.quad a.list-item h2 {
    word-wrap: break-word;
}

.members-only-icon {
    height: 2rem;
    width: 2rem;
    margin: .5rem;
    position: relative;
    display: inline-block;
    margin-bottom: -.5rem;
}

h1 .members-only-icon, .large-header h2 .members-only-icon {
    margin-bottom: -.1rem;
}

.members-only-icon.fixed {
    position: absolute;
    top: 0;
    right: 0;
}

.block-grid footer.tags h3 {
    margin-bottom: 1rem;
}

.block-grid .list-item .pricing {
    color: #000;
    width: initial;
}

    .block-grid .list-item .pricing span.primary-color {
        font-size: 1.25rem;
        margin-left: 1rem;
        font-weight: 600;
    }

div.add-to-cart {
    margin-bottom: 0;
    margin-top: 3rem;
    color: #6c6c6c;
    opacity: .8;
    -webkit-transition: all,.3s;
    -o-transition: all,.3s;
    transition: all,.3s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #6c6c6c;
    border-radius: 1px;
    cursor: pointer;
    display: inline-block;
    font-family: proxima-nova,Helvetica,Calibri,Arial,sans-serif;
    font-size: 1.4rem;
    height: 3.5rem;
    width: initial;
    padding: .8rem 2rem 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

    div.add-to-cart:before {
        content: " \002b";
        padding-right: .5rem;
    }

    div.add-to-cart:hover {
        opacity: 1;
    }

    div.add-to-cart.product {
        margin: 0 auto;
        width: 17rem;
        display: block;
    }

@media only screen and (min-width: 576px) {
    .tags a:after, .tags h3:after {
        content: " \002d";
        color: #4a4a4a;
        opacity: .6;
        padding-left: .25rem;
        padding-right: .25rem;
    }
}

.breadcrumbs {
    background: #000;
    padding: 1.5rem 0;
    text-transform: uppercase;
    font-size: 1.25rem;
}

    .breadcrumbs span.CMSBreadCrumbsCurrentItem {
        color: #FFF;
    }

    .breadcrumbs .breadcrumb-divider {
        width: 0;
        height: 0;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid #FFF;
        display: inline-block;
        margin: 0 .75rem;
    }

.banner.primary-background .cta a:not(.btn) {
    margin-top: 1rem;
}

.members-only-icon svg {
    fill: #9B9B9B;
}

.panel h1.no-border:before {
    border-top: none;
}

.table th.star-corner:before {
    display: none;
}

.table th.star-corner {
    background-image: url(/MGMA/media/images/design/executive-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 2.5rem;
}

.table.hide-desktop.show-mobile {
}

    .table.hide-desktop.show-mobile tfoot {
    }

    .table.hide-desktop.show-mobile tr {
    }

    .table.hide-desktop.show-mobile td {
        display: block;
        box-sizing: border-box;
        clear: both;
    }

.block-grid.membership-landing .panel.bg-image {
    width: 33.33%;
}

@media only screen and (max-width: 925px) {
    .block-grid.membership-landing .panel.bg-image {
        width: 100%;
    }

    .block-grid.membership-landing .membership.panel.bg-image {
        padding: 0;
    }

        .block-grid.membership-landing .membership.panel.bg-image .primary-border-bottom {
            border-bottom: none;
        }
}

.block-grid.membership-landing .panel .left, .block-grid.membership-landing .panel .right {
    width: 100%;
    text-align: center;
}

    .block-grid.membership-landing .panel .left img {
        float: none;
        display: block;
    }

.block-grid.membership-landing .panel h1 {
    float: none;
    margin-top: 4rem;
}

.block-grid.membership-landing a {
    width: initial;
}

.sidebar.tabs-layout {
    margin-top: 4rem;
    width: 100%;
    display: block;
}

.tabs-filter-title-wrapper {
    width: 100%;
    margin-bottom: 2rem;
}

    .tabs-filter-title-wrapper .filter-title {
        float: left;
    }

        .tabs-filter-title-wrapper .filter-title h2 {
            margin: 0;
            text-transform: uppercase;
        }

    .tabs-filter-title-wrapper label[for="filter-toggle"] {
        float: right;
    }

@media only screen and (min-width: 992px) {
    .sidebar.tabs-layout, article.panel.tabs-layout {
        float: left;
    }

    .sidebar.tabs-layout {
        border: none;
        margin: 0;
        padding: 0 4rem;
        width: 30%;
    }

    article.panel.tabs-layout, .limited-width.tabs-layout {
        width: 70%;
    }

    .limited-width.tabs-layout {
        float: right;
    }

    .tabs-filter-title-wrapper {
        display: none;
    }
}

.content.tabs-layout {
    clear: both;
}

.sidebar.tabs-layout ul.filter-primary {
    margin-top: 1rem;
    border-bottom: none;
}

    .sidebar.tabs-layout ul.filter-primary * {
        outline: none;
    }

    .sidebar.tabs-layout ul.filter-primary > li:first-of-type {
        border-top: none !important;
    }

.tabs-layout .additional-tab-content > * {
    display: none;
}

#notifications {
    position: relative;
    top: 0.5rem;
    margin-left: .5rem;
    display: block;
    cursor: pointer;
    text-align: left;
}

span.dashboard-notification-icon svg {
    height: 25px;
    width: 20px;
}

span.dashboard-notification-badge-outer.active,
span.dashboard-notification-badge-outer.active span.dashboard-notification-badge-inner {
    position: absolute;
    border-radius: 2rem !important;
}

span.dashboard-notification-badge-outer.active {
    background-color: #000;
    width: 1.4rem;
    height: 1.4rem;
    margin-top: 0rem;
    margin-left: 1rem;
    padding: .3rem;
}

    span.dashboard-notification-badge-outer.active span.dashboard-notification-badge-inner {
        background-color: #FF294E;
        width: .8rem;
        height: .8rem;
    }

#notificationsBody span.dashboard-notification-badge-outer.active,
#pnlNotifications span.dashboard-notification-badge-outer.active {
    background-color: transparent;
    margin-left: 0;
    margin-top: 0;
    position: relative;
    padding: 0;
}

#pnlNotifications span.dashboard-notification-badge-outer.active {
    flex: none;
    margin: .5rem 1rem 0 0;
}

#notificationsBody span.dashboard-notification-badge-inner {
    margin-top: .3rem;
}

#notificationsBody.notifications h4,
#pnlNotifications .notification h4 {
    color: #000;
    opacity: .6;
}

#pnlNotifications .notification h4 {
    width: initial;
    margin: 0;
}

#notificationContainer a:hover {
    color: #000000;
    opacity: .5;
}

#notificationsBody .list-item.notification.unread .dashboard-notification-read-item:hover,
#notificationsBody .list-item.notification .dashboard-notification-unread-item:hover {
    cursor: pointer;
}

#notificationsBody span.dashboard-notification-badge-outer.active + h4 {
    margin-left: 2rem;
}

#notificationsBody .block-list .list-item {
    border-bottom: 1px solid #B2B2B2;
}

    #notificationsBody .block-list .list-item.no-notifications {
        text-align: center;
        margin-top: 12rem;
    }

    #notificationsBody .block-list .list-item h4 {
        text-transform: none;
    }

    #notificationsBody .block-list .list-item.unread > div,
    #notificationsBody .block-list .list-item.no-notifications > div,
    #notificationsBody .block-list .list-item a,
    #pnlNotifications .block-grid .list-item a,
    #pnlNotifications .block-grid .list-item > div {
        color: #000;
        font-weight: 600;
        letter-spacing: initial;
    }

.notification a {
    text-decoration: underline;
}

#pnlNotifications .block-grid .list-item a:hover {
    opacity: .6;
}

#pnlNotifications .block-grid .list-item.unread > div {
    margin-top: 1rem;
}

#notificationsBody .block-list .list-item > div,
.my-dashboard #notificationsBody .block-list .list-item h4 {
    color: #9B9B9B;
    font-weight: 400;
}

#notificationsBody .block-list .list-item a {
    border-bottom: none;
}

    #notificationsBody .block-list .list-item a:not(.dashboard-notification-delete-item),
    #notificationsBody .block-list .list-item a:not(.dashboard-notification-undelete-item),
    #notificationsBody .block-list .list-item a:not(.dashboard-notification-read-item) {
        display: inline-block;
        padding: 0;
    }

svg, circle, path, .disable-events {
    pointer-events: none;
}

.hotspot.add-to-cart.btn.recording-exam.disable-events {
    border-style: dashed;
    opacity: .5;
}

    .hotspot.add-to-cart.btn.recording-exam.disable-events:before {
        content: "";
    }

#notificationsBody .block-list .list-item > div {
    width: 85%;
    display: inline-block;
}

.block-list .list-item a.dashboard-notification-delete, .sc-list-item-remove a {
    width: 1.5rem;
    display: inline-block;
    margin-left: 3rem;
}

#notificationsBody .block-list .list-item > div + div {
    width: 14%;
    text-align: right;
    vertical-align: top;
}

#pnlNotifications .block-grid .list-item > div + div {
    width: initial;
    position: absolute;
    right: 2rem;
    top: 2rem;
}

.block-list .list-item a.dashboard-notification-delete-item,
.block-list .list-item a.dashboard-notification-undelete-item,
.block-list .list-item a.dashboard-notification-read-item,
.sc-list-item-remove a,
#pnlNotifications .block-grid .list-item a.dashboard-notification-delete-item,
#pnlNotifications .block-grid .list-item a.dashboard-notification-undelete-item,
#pnlNotifications .block-grid .list-item a.dashboard-notification-read-item,
#pnlNotifications .block-grid .list-item a.dashboard-notification-unread-item {
    width: 1.5rem;
    display: inline-block;
}

    a.dashboard-notification-delete-item svg .st0,
    a.dashboard-notification-undelete-item svg .st0,
    a.dashboard-notification-read-item,
    a.dashboard-notification-unread-item svg .st0,
    .sc-list-item-remove a svg .st0 {
        fill: #B2B2B2;
    }

        a.dashboard-notification-delete-item svg .st1,
        a.dashboard-notification-undelete-item svg .st1,
        a.dashboard-notification-read-item svg .st1,
        a.dashboard-notification-unread-item svg .st1,
        .sc-list-item-remove a svg .st1 {
            fill: #FFFFFF;
        }

#notificationContainer {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 8px rgba(0,0,0,.25);
    overflow: visible;
    position: absolute;
    top: -1.5rem;
    margin-left: -44rem;
    width: 425px;
    z-index: 9999;
    display: none;
    border-radius: .25rem;
    cursor: default;
    text-align: left;
}

    #notificationContainer:before {
        content: '';
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        color: transparent;
        border: 12px solid #000;
        border-color: transparent transparent transparent #FFFFFF;
        margin-top: 1.8rem;
        margin-left: 42.5rem;
    }

body.IE #notificationContainer:before {
    margin-left: 42.75rem;
}

#notificationsBody .block-list {
    max-width: calc(100% - 3.5rem);
    min-width: calc(100% - 3.5rem);
    margin: 0 2rem;
}

@media only screen and (max-width: 992px) {
    #notificationContainer {
        top: 7rem;
        margin-left: -43.5rem;
    }
}

@media only screen and (max-width: 576px) {
    #action-menu > div.cart-icon-wrapper {
        padding-top: .25rem;
    }

    #action-menu > div {
        margin-left: 0;
    }

    #notifications, #notificationContainer {
        top: 1rem;
    }

    #notifications {
        float: none;
    }

    #notificationContainer {
        top: auto;
        width: 90%;
        left: 5%;
        margin-left: 0;
        margin-top: 2rem;
        position: fixed;
    }

        #notificationContainer:before {
            display: none;
        }

    #notificationsBody .block-list .list-item > div + div {
        width: 12%;
    }

    .my-dashboard #notificationsBody .block-list .list-item h4 {
        margin-bottom: 1rem;
    }

    #notificationsBody .block-list .list-item a {
        display: inline-block;
        margin: 0;
        padding: 0;
        vertical-align: top;
    }
}

#notificationsBody {
    padding: 0 !important;
    min-height: 300px;
    max-height: 430px;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
}

#notificationFooter {
    cursor: default;
    text-align: center;
    color: #000;
    font-weight: bold;
    padding: 2rem;
    font-size: 12px;
    border-top: 1px solid #dddddd;
}

    #notificationFooter > div {
        width: 32%;
        display: inline-block;
    }

    #notificationFooter a {
        color: #000;
        font-weight: bold;
    }

.my-dashboard {
    background-color: #F4F4F4;
}

    .my-dashboard:not(.interior) a {
        color: #000;
    }

    .my-dashboard header h1, .my-dashboard header h2, .my-dashboard header a, .my-dashboard .btn {
        -webkit-transition: all,.3s;
        -o-transition: all,.3s;
        transition: all,.3s;
    }
    .my-dashboard.interior h1, .my-dashboard.interior h2, .my-dashboard.interior h3, .my-dashboard.interior h4, .my-dashboard.interior span {
        color: #000;
    }

.process-payment-btn {
    text-transform: none;
}

    .process-payment-btn:hover {
        text-decoration: none;
    }

.my-dashboard a.btn {
    white-space: normal;
    height: auto;
    padding-bottom: .8rem;
    margin-bottom: 1.5rem;
}

.my-dashboard.interior input[type="submit"] {
    color: #fff;
}

.my-dashboard header h1, .my-dashboard header h2 {
    font-weight: normal;
    letter-spacing: .1rem;
}

.my-dashboard header h1 {
    float: none;
    margin-bottom: .25rem;
}

    .my-dashboard header h1:before {
        display: none;
    }

.my-dashboard header h2 {
    margin-top: 0;
}

    .my-dashboard header h2.small, .my-dashboard header a.credits, .my-dashboard header .right > span > a:not(.more) {
        font-size: 1.4rem;
    }

    .my-dashboard header h2.small {
        margin: 0;
        font-weight: 100;
        margin-right: 1.5rem;
        display: inline-block;
    }

.my-dashboard header a.credits {
    border-bottom: 1px solid;
    padding: 0 .1rem .3rem;
}

.my-dashboard header {
    width: 100%;
    max-width: 100%;
}

    .my-dashboard header .right {
        padding-top: 5rem;
        text-align: right;
    }

        .my-dashboard header .right > span {
            vertical-align: top;
            display: inline-block;
            margin-right: 4rem;
        }

            .my-dashboard header .right > span > a.more {
                display: inline-block;
                margin-top: 0;
            }

                .my-dashboard header .right > span > a.more:after {
                    display: none;
                }

            .my-dashboard header .right > span > a:not(.more) {
                display: table;
                color: #808080;
                text-align: right;
            }

span.dashboard-notification-icon svg {
    fill: #FFFFFF;
}

.my-dashboard header .left, .my-dashboard header .right {
    float: left;
    width: 50%;
}

@media only screen and (max-width: 576px) {
    .my-dashboard header .right > span:not(#notifications) {
        display: inline-block;
        width: 90%;
    }
}

#my-dashboard .block-grid {
    margin-top: 2rem;
    clear: both;
}

#my-dashboard .grid.third > .list-item, .my-dashboard .block-grid > .grid > .list-item {
    box-shadow: 0 0 0.5rem #1a1a1a;
}

    .my-dashboard .block-grid > .grid > .list-item:hover {
        box-shadow: 0 0 0.5rem #595959;
    }

#my-dashboard .grid.third .list-item {
    padding: 0;
    border: none;
    background-color: #000000;
    flex-flow: column wrap;
}

#my-dashboard .list-item.resources.primary-background {
    background-color: #eb0029;
}

#my-dashboard .list-item.education.primary-background {
    background-color: #2f7de1;
}

#my-dashboard .list-item.membership.primary-background {
    background-color: #218649;
}

#my-dashboard .list-item.careers.primary-background {
    background-color: #675dc6;
}

#my-dashboard .grid.third .list-item .list-item-header {
    background-color: #464646;
    display: table;
}

.my-dashboard a.more {
    margin: 0;
}

#my-dashboard .grid.third .list-item.resources .list-item-header {
    background-color: #F04663;
}

#my-dashboard .grid.third .list-item.education .list-item-header {
    background-color: #68A0E9;
}

#my-dashboard .grid.third .list-item.membership .list-item-header {
    background-color: #5DA77A;
}

#my-dashboard .grid.third .list-item.careers .list-item-header {
    background-color: #9089D5;
}

#my-dashboard .grid.third .list-item .list-item-header a.more {
    font-size: 1.5rem;
    letter-spacing: .3rem;
    float: left;
    padding: 2rem 3rem;
}

    #my-dashboard .grid.third .list-item .list-item-header a.more:after {
        display: none;
    }

#my-dashboard .grid.third .list-item .list-item-header span.header-link-text {
    float: left;
    width: 85%;
}

#my-dashboard .grid.third .list-item .list-item-header span.header-link-arrow {
    background-image: url(/mgma/media/images/design/icon-arrow-white.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 1.5rem;
    width: 2rem;
    float: right;
}

.my-dashboard a.more:after {
    background-image: url(/mgma/media/images/design/icon-arrow-white.png);
}

#my-dashboard .grid.third .list-item.events .block-list > a.more {
    margin-top: 2rem;
    text-transform: none;
}

#my-dashboard .grid.third .list-item > a.more:after {
    height: 2rem;
    width: 2rem;
    float: right;
}

.my-dashboard .block-list {
    margin: 0;
    padding: 0 3rem;
    max-width: 100%;
}

#my-dashboard .block-list .list-item {
    width: 100%;
    margin: 0;
    box-shadow: none;
}

    #my-dashboard .block-list .list-item h4, .notifications h4, #my-dashboard .careers h4 {
        font-size: 1.2rem;
        font-weight: 400;
        color: #FFFFFF;
        opacity: .8;
    }

#my-dashboard .careers h4 {
    opacity: 1;
    text-transform: uppercase;
    margin-top: 2.5rem;
}

#my-dashboard .block-list .list-item a, .notifications a, .notifications .list-item > div {
    padding-bottom: 2rem;
    font-size: 1.4rem;
    letter-spacing: .13rem;
    border-color: rgba(255, 255, 255, .5);
}

    #my-dashboard .block-list .list-item a:hover {
        color: rgba(255, 255, 255, .7);
    }

#my-dashboard .block-list .list-item:last-of-type a:not(.star),
#notificationsBody .block-list .list-item:last-of-type {
    border-bottom: none;
}

.block-grid .list-item img {
    max-width: 129px;
    max-height: 129px;
}

#my-dashboard .block-grid .list-item .img-wrapper {
    display: flex;
}

#my-dashboard .block-grid .list-item img {
    max-width: 100%;
    margin: 0 auto;
    flex: none;
    width: initial;
    border: 2px solid #FFFFFF;
    -webkit-transition: all,.3s;
    -o-transition: all,.3s;
    transition: all,.3s;
}

#my-dashboard .events .block-list {
    padding-bottom: 2rem;
}

    #my-dashboard .events .block-list a.list-item {
        margin-top: 1.5rem;
    }

    #my-dashboard .events .block-list .list-item:not(:last-of-type),
    #my-dashboard .membership .block-list .list-item:not(:last-of-type),
    #my-dashboard .careers .block-list > div:not(:last-of-type) {
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-color: rgba(255,255,255,.5);
        padding-bottom: 2rem;
    }

    #my-dashboard .events .block-list .list-item a, #my-dashboard .membership .block-list .list-item a {
        border: none;
        padding-bottom: 0;
    }

    #my-dashboard .events .block-list .list-item h4, #my-dashboard .membership .block-list .list-item h4 {
        margin-top: .75rem;
    }

#my-dashboard .block-list .list-item h4.natural {
    text-transform: none;
    letter-spacing: .1rem;
}

#my-dashboard .block-list p {
    font-size: 1.4rem;
    font-weight: 400;
}

.my-dashboard p.center {
    text-align: center;
    width: 100%;
}

.my-dashboard .block-list > a {
    margin-top: 2rem;
}

#my-dashboard .grid.third .list-item.top-border-with-space {
    border-top-style: solid;
    border-top-width: 1px;
    border-color: rgba(255,255,255,.5);
    margin-top: 1rem;
    padding-top: 1rem;
}

#my-dashboard .list-item.careers .block-grid > .list-item {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: rgba(255,255,255,.5);
}

#my-dashboard .input.inline {
    padding: 0;
}

    #my-dashboard .input.inline input {
        background-color: #9089D5;
        margin: 2rem 0;
        padding: 0 1rem;
        height: 4rem;
    }

        #my-dashboard .input.inline input + input {
            margin-top: 0;
        }

        #my-dashboard .input.inline input::placeholder {
            color: #fff;
            font-style: italic;
        }

#my-dashboard .block-list {
    padding-bottom: 2rem;
}

    #my-dashboard .block-list.bottom-align, .membership.panel.bg-image .bottom-align {
        display: flex;
        align-items: flex-end;
    }

.my-dashboard .articles header {
    border-top-style: solid;
    border-top-width: 1px;
    padding-top: 1.5rem;
    padding-left: 0;
    width: 100%;
    margin-top: .5rem;
    margin-bottom: 2rem;
}

    .my-dashboard .articles header .left {
        width: 62%;
    }

    .my-dashboard .articles header .right {
        padding-top: .5rem;
        width: 38%;
    }

@media only screen and (max-width: 992px) {
    .my-dashboard header .left,
    .my-dashboard header .right,
    .my-dashboard .articles header .left,
    .my-dashboard .articles header .right {
        float: none;
        width: 100%;
    }

    .my-dashboard header .right {
        text-align: left;
        padding-top: 2.5rem;
    }

        .my-dashboard header .right > span {
            margin-right: 0;
        }

            .my-dashboard header .right > span:not(#notifications) {
                width: 47%;
            }

            .my-dashboard header .right > span > a:not(.more) {
                text-align: left;
            }
}

.my-dashboard .articles header h2.small {
    font-weight: 600;
}

main .my-dashboard .two-column .sidebar {
    padding-left: 0;
}

main .my-dashboard header {
    margin-bottom: 2rem;
}

.my-dashboard .two-column .default .favorite-wrapper .active a.star {
    border-bottom-color: #FF6B00;
}

.my-dashboard .leftcol-nav a.active:before {
    display: none;
}

.my-dashboard article a {
    color: #2d2d2d !important;
}

@media only screen and (max-width: 992px) {
    main .my-dashboard.listing .two-column .sidebar {
        border: none;
        padding: 0;
    }

    main .my-dashboard .two-column .sidebar .filter-title {
        color: #FFFFFF;
    }

    main .my-dashboard .two-column .sidebar #filter-toggle + label {
        border-color: #FFFFFF;
    }

        main .my-dashboard .two-column .sidebar #filter-toggle + label svg path {
            fill: #FFFFFF;
        }
}

.membership-type-item {
    padding: 5rem 1rem;
}

    .membership-type-item > div {
        padding: 0 3rem;
    }

.membership.panel.bg-image .primary-border-top, .membership.panel.bg-image .primary-border-bottom {
    border-color: #218649;
    border-style: solid;
}

.membership-type-item.panel.bg-image .primary-border-top {
    border-top-width: 1px;
    z-index: 0;
}

.membership-type-item.panel.bg-image .primary-border-bottom {
    border-bottom-width: 1px;
    padding-bottom: 5rem;
    width: 100%;
}

    .membership-type-item.panel.bg-image .primary-border-bottom a {
        margin-top: 3rem;
    }

.membership-type-item.panel.bg-image h1 {
    text-transform: uppercase;
    font-size: 2.25rem;
    letter-spacing: .5rem;
    margin-bottom: 3rem;
}

    .membership-type-item.panel.bg-image h1 span {
        display: block;
        font-weight: 300;
        color: #218649;
    }

.membership.panel.bg-image p {
    letter-spacing: .12rem;
    font-weight: 400;
    line-height: 2.5rem;
}

.block-grid.big-card .list-item {
    border-top: 0;
    padding: 5rem;
}

.block-grid.big-card p {
    font-size: 1.65rem;
    letter-spacing: .08rem;
    margin-bottom: 3.5rem;
    line-height: 2.5rem;
}

@media only screen and (max-width: 768px) {
    .block-grid .grid.quad.half .list-item {
        width: 100%;
    }
}

#hero header h1 span {
    display: block;
}

table.pricing-options {
    border: none;
}

    table.pricing-options tr {
        background-color: rgb(103, 93, 198);
    }

.table.pricing-options tr:nth-of-type(1) {
    background-color: rgba(103, 93, 198, .6);
}

.table.pricing-options tr:nth-of-type(2) {
    background-color: rgba(103, 93, 198, .7);
}

.table.pricing-options tr:nth-of-type(3) {
    background-color: rgba(103, 93, 198, .8);
}

.table.pricing-options tr:nth-of-type(4) {
    background-color: rgba(103, 93, 198, .9);
}

.table.pricing-options tr:last-of-type {
    border-top: 2px solid;
    border-color: rgba(255, 255, 255, .2);
}

table.pricing-options td {
    border: none;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400;
    text-align: left;
    padding: 2rem 4rem;
}

.table.pricing-options td:nth-of-type(1) {
    font-size: 1.8rem;
}

table.pricing-options td span {
    text-transform: uppercase;
    display: block;
    margin-bottom: 0.8rem;
    font-size: 1.1rem;
}

.table.pricing-options td:nth-of-type(1), table.pricing-options td span {
    font-weight: 600;
}

    table.pricing-options td span.price {
        font-size: 2rem;
        font-weight: 200;
    }

@media only screen and (min-width: 992px) {
    .table.pricing-options td:nth-of-type(1) {
        min-width: 30rem;
    }

    .table.pricing-options td:nth-of-type(3), .table.pricing-options td:nth-of-type(4) {
        min-width: 19rem;
    }
}

.add-space {
    height: 5rem;
}

.my-dashboard .favorite-wrapper {
    float: none;
}

.favorite-wrapper .loading-spinner {
    content: '';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 20px;
    height: 20px;
    margin-left: -3.5rem;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #333;
    -webkit-animation: spinner .8s linear infinite;
    animation: spinner .8s linear infinite;
}

.favorite-wrapper .star {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 1.5rem;
    margin-right: 1rem;
    margin-bottom: 8px;
    border-right: .3em solid transparent;
    border-bottom: .7em solid #9b9b9b;
    border-left: .3em solid transparent;
    font-size: 10px;
}

    .favorite-wrapper .star:before, .favorite-wrapper .star:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        top: .6em;
        left: -1em;
        border-right: 1em solid transparent;
        border-bottom: .7em solid #9B9B9B;
        border-left: 1em solid transparent;
        -webkit-transform: rotate(-35deg);
        transform: rotate(-35deg);
    }

    .favorite-wrapper .star:after {
        -webkit-transform: rotate(35deg);
        transform: rotate(35deg);
    }

    .favorite-wrapper .star.empty, .favorite-wrapper .star.empty:before, .favorite-wrapper .star.empty:after {
        border-bottom-color: #9B9B9B;
    }

.favorite-wrapper .active .star, .favorite-wrapper .active .star:before, .favorite-wrapper .active .star:after {
    border-bottom-color: #FF6B00;
}

.my-dashboard .block-list .favorite-wrapper .list-item a.star,
.my-dashboard .block-list .favorite-wrapper .list-item a.star:before,
.my-dashboard .block-list .favorite-wrapper .list-item a.star:after {
    border-bottom-color: #FFFFFF;
}

#my-dashboard .block-list .favorite-wrapper .list-item a.star {
    border-bottom-width: 0.7rem;
    padding: 0;
    font-size: 10px;
    border-color: #FFFFFF;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
    display: inline-block;
    -webkit-transition: all,.3s;
    -o-transition: all,.3s;
    transition: all,.3s;
}

#my-dashboard .block-list .favorite-wrapper {
    margin-top: 0;
}

    #my-dashboard .block-list .favorite-wrapper .list-item a.star:hover {
        opacity: 0.5;
    }

.block-grid .grid .list-item.image-background > .list-card-embeded-bg-image {
    margin: -3rem;
    padding: 3rem;
}

@media only screen and (max-width: 768px) {
    .block-grid .grid .list-item.image-background > .list-card-embeded-bg-image {
        margin: -2rem;
    }
}

.block-grid .grid .list-item.image-background > .list-card-embeded-bg-image > * {
    color: #fff;
}

.filter-primary > li > a {
    letter-spacing: .2rem;
}

.favorite-wrapper {
    float: right;
    margin-top: -26px;
}

@media only screen and (max-width: 576px) {
    .favorite-wrapper {
        float: none;
        margin-top: 0;
    }

        .favorite-wrapper .loading-spinner {
            right: 0;
        }
}

.block-grid .list-item:hover {
    box-shadow: 0 0 0.5rem #999999;
}

.resource-types select:hover {
    color: #000000;
}

article header .tags {
    width: 75%;
}

.favorite-wrapper * {
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 700;
}

.resources .favorite-wrapper .active .star,
.resources .favorite-wrapper .active .star:before,
.resources .favorite-wrapper .active .star:after {
    border-bottom-color: #EB0029;
}

.education .favorite-wrapper .active .star,
.education .favorite-wrapper .active .star:before,
.education .favorite-wrapper .active .star:after {
    border-bottom-color: #2F7DE1;
}

.careers .favorite-wrapper .active .star,
.careers .favorite-wrapper .active .star:before,
.careers .favorite-wrapper .active .star:after {
    border-bottom-color: #675DC6;
}

.advocacy .favorite-wrapper .active .star,
.advocacy .favorite-wrapper .active .star:before,
.advocacy .favorite-wrapper .active .star:after {
    border-bottom-color: #FF6B00;
}

.consulting .favorite-wrapper .active .star,
.consulting .favorite-wrapper .active .star:before,
.consulting .favorite-wrapper .active .star:after {
    border-bottom-color: #F1D92F;
}


.membership .favorite-wrapper .active .star,
.membership .favorite-wrapper .active .star:before,
.membership .favorite-wrapper .active .star:after {
    border-bottom-color: #218649;
}

.block-grid .grid .list-item.image-background .list-card-embeded-bg-image.primary-overlay * {
    position: relative;
}

.block-grid .grid .list-item.image-background .list-card-embeded-bg-image.primary-overlay {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .block-grid .grid .list-item.image-background .list-card-embeded-bg-image.primary-overlay:before {
        background-color: rgba(0, 0, 0, .65);
        border: none;
        content: "";
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0;
    }

    .block-grid .grid .list-item.image-background .list-card-embeded-bg-image.primary-overlay.education:before {
        background-color: rgba(47, 125, 225, .85);
    }

    .block-grid .grid .list-item.image-background .list-card-embeded-bg-image.primary-overlay h2 {
        text-transform: uppercase;
        letter-spacing: .3rem;
    }

        .block-grid .grid .list-item.image-background .list-card-embeded-bg-image.primary-overlay h2 > span {
            font-weight: 200;
        }

    .block-grid .grid .list-item.image-background .list-card-embeded-bg-image.primary-overlay p {
        font-weight: 100;
        min-height: 8rem;
    }

.hotspot.more {
    text-transform: uppercase;
    font-size: 1.2rem;
    line-height: 1.5rem;
}

    .hotspot.more.small {
        text-transform: none;
        margin-top: 1rem;
    }

    .hotspot.more:hover {
        opacity: .6;
    }

    .hotspot.more:after {
        background-image: url(/mgma/media/images/design/icon-arrow-white.png);
        background-position: right top;
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        display: inline-block;
        height: 1rem;
        margin-left: 1.5rem;
        margin-top: 0;
        vertical-align: middle;
        width: 1.4rem;
    }

.my-dashboard.interior .sidebar {
    margin-top: 5rem;
}

#interior-search-container input.form-control[type='text'] {
    color: #808080;
    font-size: 1.3rem;
}

.search-grid > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.block-grid .list-item .search-highlight {
    background-color: #FEFF8F;
    flex: none;
    width: initial;
}

.input.inline.white > div > a {
    bottom: 0;
    display: block;
    height: 3.5rem;
    min-width: 0;
    padding: .7rem;
    position: absolute;
    right: 4rem;
    width: 3.5rem;
    z-index: 5;
    margin: 0;
}

    .input.inline.white > div > a > svg {
        display: inline-block;
        vertical-align: middle;
    }

/**** Used to hide the parent categories on the search page and display the children as one list ****/
/*
.search .filter-primary > li:not(:first-of-type) { border-top: none; padding-top: 0; margin-top: 0; }
.search .filter-primary > li > a[title="Data Categories"], .search .filter-primary > li > a[title="General Categories"] { display: none; }
.search .filter-primary > li > ul { display: block !important; }
.search .filter-primary > li > ul > li { padding-left: 0; }
.search .filter-primary > li > ul > il > ul > li { padding-left: 2rem; }
*/

.impersonate .input {
    background-image: none;
}

    .impersonate .input .msg {
        position: fixed;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 6.5rem;
        padding: .8rem 4rem;
    }

        .impersonate .input .msg p {
            font-size: 1.5rem;
            font-weight: 400;
            letter-spacing: .2rem;
            display: inline-block;
            line-height: 5.5rem;
            margin: 0;
        }

        .impersonate .input .msg a {
            float: right;
            color: #fff;
            border-color: #fff;
            padding: .8rem 2rem 0;
            margin-left: 1rem;
        }

        .impersonate .input .msg.fixed {
            top: 0;
        }

        .impersonate .input .msg:after {
            display: none;
        }

@media only screen and (max-width: 767px) {
    .impersonate .input .msg {
        height: initial;
    }

        .impersonate .input .msg p {
            display: block;
            white-space: pre-wrap;
            line-height: initial;
            text-align: center;
            font-size: 1.3rem;
        }

        .impersonate .input .msg a {
            float: none;
            margin-right: auto;
            margin-left: auto;
        }
}

#admin-menu {
    bottom: 2rem;
}

.events .filter-primary li a {
    text-transform: uppercase;
}

.events .block-grid .list-item p {
    opacity: .6;
}

.events .block-grid .list-item.featured p {
    opacity: .8;
}

.events .block-grid .list-item p:not(.event-footer) {
    margin-bottom: 4rem;
}

.event-footer {
    position: absolute;
    bottom: 2rem;
    margin: 0;
}

    .event-footer.with-img {
        max-width: calc(100% - 230px);
    }

@media only screen and (max-width: 767px) {
    .event-footer {
        position: relative;
        bottom: -1rem;
    }

        .event-footer.with-img {
            max-width: 100%;
        }
}

.event-footer svg, .event-footer span {
    margin-bottom: 1rem;
}

.event-footer svg {
    fill: #000;
    width: 1.7rem;
    margin-right: 1rem;
    float: left;
    height: 1.7rem;
}

.list-item.featured .event-footer svg {
    fill: #fff;
}

.list-item .event-footer span {
    font-size: 1.3rem;
    text-transform: uppercase;
    margin-right: 2.5rem;
    font-weight: 600;
    float: left;
    margin-top: .1rem;
}

.events .block-grid .list-item.featured {
    background: #000;
    border-top: none;
}

    .events .block-grid .list-item.featured * {
        color: #fff;
    }

main .two-column.vendor .sidebar p {
    margin: 0;
}

.sponsor-list ul li.vendor-logo-wrapper {
    height: auto;
    min-width: 20rem;
    max-width: 20rem;
}

.block-grid .grid.quad.half a.list-item p.event-footer {
    color: #fff;
}

    .block-grid .grid.quad.half a.list-item p.event-footer svg {
        fill: #fff;
    }

/**** Homepage sweep changes via MGMA-142 ****/
.banner.contact.image-links footer a {
    display: table;
    margin-right: auto;
    margin-left: auto;
}

#page-home .carousel.small.dark {
    margin-top: 2rem;
}

    #page-home .carousel.small.dark .cta {
        margin-top: 0;
        top: 0;
    }

@media only screen and (min-width: 768px) {
    .banner.contact.image-links footer a {
        display: inline-block;
        vertical-align: middle;
        margin: 1rem 4rem;
    }

    #tools.panel .cta, #courses.panel .cta {
        float: right;
    }

    #hero.panel .left {
        padding-left: 7rem;
    }

    #hero.panel .right {
        padding-right: 7rem;
    }

    .home-popular {
        background-color: rgba(0, 0, 0, .25);
    }

        .home-popular .list-item {
            padding: 0 2rem;
        }

            .home-popular .list-item:first-of-type {
                padding-top: 2rem;
            }

                .home-popular .list-item:first-of-type h4 {
                    margin-top: 0;
                }

            .home-popular .list-item:last-of-type {
                padding-bottom: 2rem;
            }

                .home-popular .list-item:last-of-type a, .home-popular .list-item.featured a {
                    border: none;
                }

            .home-popular .list-item.featured {
                background-color: rgba(255, 255, 255, .25);
            }

    .block-grid .grid.quad.third .list-item {
        width: calc(28% + 2rem);
    }
}
/**** END Homepage sweep changes via MGMA-142 ****/

.block-grid .grid.quad .list-item span.category {
    width: auto;
}

.block-grid span.category {
    z-index: 1;
}

@media only screen and (max-width: 991px) {
    #primary-menu a.events.active {
        color: #000;
    }

    #action-menu > div.cart-icon-wrapper {
        float: left;
        margin-left: 0;
    }
}

@media only screen and (max-width: 768px) {
    table.pricing-options td {
        display: inline-block;
    }

        table.pricing-options td + td + td, table.pricing-options td + td + td + td {
            width: calc(50% - 5rem);
        }

    table.pricing-options td {
        padding: 0;
        margin: 2rem;
    }

        table.pricing-options td + td + td {
            padding-right: 1rem;
        }

            table.pricing-options td + td + td + td {
                padding-left: 1rem;
            }
}

@media only screen and (max-width: 992px) {
    #action-menu > div:not(#search-container) {
        margin-top: 2rem;
    }
}

main div.altai-scope {
    margin: 6rem 0;
    font-family: proxima-nova,Helvetica,Calibri,Arial,sans-serif;
}

.altai-scope .limiter {
    max-width: 125rem;
}

.altai-scope h2.sc-header, h2.sc-header {
    font-weight: 1000;
    letter-spacing: .25rem;
    margin-bottom: 3rem;
    font-size: 3rem;
    text-transform: uppercase;
}

.altai-scope textarea.form-control {
    height: 10em;
}

.sc-list-item .row, #sc-list-header .row {
    border-style: solid;
    border-bottom-width: 1px;
    border-color: #d6d6d6;
}

#sc-list-header .row {
    padding-bottom: 1rem;
}

.sc-list-header-item, .sc-list-totals, .altai-scope label {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1.2rem;
    color: #000;
    word-break: break-word;
}

.sc-list-item-remove a {
    margin: 1.5rem auto 0 auto;
    display: block;
}

.altai-scope div[class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.sc-list-item-title {
    font-weight: bold;
    margin-bottom: 2rem;
}

.sc-list-totals {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

    .sc-list-totals span > span {
        font-weight: normal;
        font-size: 1.5rem;
        margin-left: 2rem;
    }

        .sc-list-totals span > span.primary-color {
            font-size: 2.5rem;
        }

        .sc-list-totals span > span:not(.primary-color), div[class^="sc-list-item-"]:not(.sc-list-item-title) {
            color: #6c6c6c;
        }

#sc-action a {
    padding-left: 4rem;
    padding-right: 4rem;
    border-radius: 1px;
}

    #sc-action a:not(.white) {
        margin: 0 1rem;
        border: 1px solid #6c6c6c;
        color: #6c6c6c;
    }

.altai-scope .btn.white:hover, .altai-scope .btn.white:focus {
    color: #fff;
}

.sc-list-item .row {
    padding-top: 2.5rem;
    padding-bottom: 2.25rem;
}

.altai-scope .sc-list-item-quantity input[type="number"].form-control {
    width: 6rem;
    height: 2.5rem;
}

main .altai-scope .form-horizontal .form-group,
main .altai-scope .row {
    margin-left: 0;
    margin-right: 0;
}

.altai-scope input.form-control, .altai-scope select.form-control {
    background-color: rgba(0, 0, 0, .03);
}


.ng-scope .ui-select-highlight {
    background-color: #218649
}

div.altai-scope .table-striped > tbody > .ui-select-highlight > td {
    background-color: #218649 !important;
}

.my-dashboard.interior .altai-scope .table-striped > tbody > tr:nth-child(odd) > td, .altai-scope .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #ffffff;
}


.altai-scope .divider {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
}

.sc-list-totals {
    display: flex;
}

    .sc-list-totals span {
        display: inline-block;
        align-self: flex-end;
    }

        .sc-list-totals span + span {
            margin-left: 4rem;
        }

@media only screen and (min-width: 768px) {
    .altai-scope div.sc-list-item-title {
        margin-bottom: 0;
        padding-right: 5rem;
    }

    .sc-list-item-remove a {
        margin-top: 0.25rem;
    }
}

input.ng-invalid,
textarea.ng-invalid,
select.ng-invalid {
    border-left: 4px solid red !important;
}

@media only screen and (max-width: 767px) {
    .sc-list-totals, #sc-list-totals {
        width: 100%;
    }

        .sc-list-totals span {
            display: block;
        }

            .sc-list-totals span + span, .sc-list-totals span > span {
                margin-left: 0;
            }

    a.btn {
        width: 100%;
    }

    .sc-list-totals, #sc-list-totals {
        text-align: right;
    }
}

a#cart.has-items {
    width: 5.5rem;
}

    a#cart.has-items svg {
        display: inline-block;
        width: 1.7rem;
        vertical-align: middle;
    }

a#cart span {
    display: none;
}

a#cart.has-items span {
    margin-left: .5rem;
    font-size: 1.3rem;
    font-weight: bold;
    display: inline-block;
}

#hero {
    z-index: 0;
}

#action-menu #cartPreview * {
    text-align: left;
}

#action-menu #cartPreview {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 8px rgba(0,0,0,.25);
    overflow: visible;
    position: absolute;
    top: 5rem;
    width: 375px;
    z-index: 99999;
    border-radius: .25rem;
    right: 12.75rem;
    padding: 2.5rem;
    display: none;
    transition: all 0.3s;
    margin-left: 0;
}

#action-menu .has-items + #cartPreview {
    right: 13.5rem;
}

#cartPreview:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    color: transparent;
    border: 12px solid #000;
    border-color: transparent transparent #fff;
    top: -2.4rem;
    right: 2.5rem;
}

#action-menu #cartPreview.active {
    display: table;
}

#cartPreview #sc-list-body {
    max-height: 375px;
    overflow-y: auto;
    overflow-x: hidden;
    max-width: 100%;
}

#cartPreview #sc-list-header .row {
    border: none;
}

.altai-scope #cartPreview .col-sm-3 {
    text-align: right;
}

#cartPreview .sc-list-item-title {
    color: #000;
    font-size: 1.3rem
}

#cartPreview .sc-list-item-price {
    font-weight: 400;
}

#cartPreview .sc-list-totals, #cartPreview .sc-list-totals #sc-list-totals, #cartPreview .sc-list-totals #sc-list-totals > span {
    width: 100%;
}

    #cartPreview .sc-list-totals #sc-list-totals > span {
        text-transform: none;
        font-weight: 200;
        color: #6c6c6c;
        font-size: 2.2rem;
        line-height: 2.rem;
    }

        #cartPreview .sc-list-totals #sc-list-totals > span > span {
            font-weight: 200;
        }

#sc-action a.btn:not(.white) {
    margin: 0;
    color: #000;
    font-weight: bold;
    border-color: #000;
    text-transform: uppercase;
    font-size: 1.2rem;
    line-height: 2.2rem;
}

#sc-action a.btn.close-cart-preview {
    float: right;
}

#loading-overlay.item-added-to-cart span, #loading-overlay.password-changed span {
    color: #218649;
    padding-left: 70px;
    padding-right: 0;
}

#loading-overlay.password-changed span {
    width: 35rem;
    margin-left: -175px;
}

    #loading-overlay.item-added-to-cart span:before,
    .registration-complete:before,
    #loading-overlay.password-changed span:before {
        content: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='17px' height='16px' viewBox='0 0 17 16'><g stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-580.000000, -336.000000)'><path d='M596.404556,336.000537 C596.257132,336.008982 596.119586,336.074959 596.018769,336.186062 C593.987245,338.400486 589.678234,343.242609 587.463568,345.668156 L584.649576,343.076613 C584.535841,342.971315 584.387403,342.916686 584.234912,342.925923 C584.083688,342.935424 583.941076,343.006414 583.84026,343.124907 C583.73919,343.243664 583.687769,343.399104 583.696634,343.556919 C583.706513,343.714734 583.775919,343.863048 583.889654,343.967291 L587.119323,346.936218 C587.347806,347.148397 587.696104,347.135202 587.908882,346.905341 C590.029318,344.594064 594.736274,339.299345 596.837965,337.008917 C597.001349,336.834476 597.045931,336.573738 596.949927,336.351003 C596.854937,336.128531 596.638106,335.990245 596.404556,336.000537 Z M587.494558,336.002226 C586.658562,336.030754 585.819537,336.195609 585.015851,336.499317 C581.013824,338.013058 578.988452,342.502024 580.501928,346.505007 C582.015403,350.507737 586.503832,352.533465 590.505859,351.019723 C594.508138,349.505729 596.533257,345.016763 595.019782,341.014033 C594.89837,340.734814 594.580076,340.599749 594.2951,340.707296 C594.010125,340.814843 593.860191,341.127387 593.954846,341.4162 C595.251498,344.845092 593.5318,348.657721 590.103511,349.9546 C586.675221,351.25148 582.863515,349.53148 581.566863,346.102588 C580.270212,342.673696 581.989909,338.861066 585.418199,337.564439 C587.51046,336.772477 589.858164,337.08603 591.66545,338.404621 C591.785599,338.502323 591.941591,338.544483 592.095311,338.524792 C592.249031,338.50409 592.388111,338.421284 592.47898,338.296064 C592.570607,338.170845 592.606954,338.013058 592.579441,337.860321 C592.551928,337.708341 592.463078,337.573275 592.333842,337.487439 C591.011697,336.523048 589.439914,336.020908 587.849704,336.002226 C587.730313,336.000206 587.61395,335.998439 587.494558,336.002226 Z' id='Page-1' fill='#218649'></path></g></svg>");
        border-radius: 0;
        border: none;
        -webkit-animation: unset;
        animation: unset;
        margin-top: 4px;
    }

@media only screen and (max-width: 992px) {
    #action-menu #search-container {
        width: 100%;
    }

    #action-menu #cartPreview {
        left: 1.75rem;
        width: 90%;
        top: 11.5rem;
        max-height: 75%;
    }

    #cartPreview:before {
        left: 1.25rem;
    }

    .cart-preview #action-menu .cart-icon-wrapper.has-items + #cartPreview {
        left: 2.75rem;
    }

    #action-menu #cartPreview #sc-action a.btn {
        text-align: center;
        margin-top: 2rem;
    }

    #primary-navigation.cart-preview {
        overflow-y: auto;
    }

        #primary-navigation.cart-preview #primary-menu {
            overflow: hidden;
        }
}

.block-grid .grid.single-half .pricing {
    width: 100%;
}

.block-grid .grid.single-half .hotspot.add-to-cart.btn {
    display: table;
    width: 50%;
}

.speaker-information img {
    float: left;
    margin: 0 2rem 2rem 0;
}

.speaker-information .header {
    display: inline;
}

.speaker-information h1, .speaker-information h2, .speaker-information h3, .speaker-information h4 {
    margin: 0;
    padding: 0;
}

.articles article header + div > header.sponsors {
    margin-bottom: 0;
}

header.sponsors {
    top: -3rem;
    position: relative;
}

.authors, .authors .author {
    width: 50%;
}

    .authors .author {
        float: left;
    }

header .authors .author h5 {
    margin-bottom: 0;
}

header .authors .author span {
    font-size: 1.3rem;
}

header.sponsors .sponsor-list {
    margin-top: 1.75rem;
    max-width: 50%;
}

article .copy-wrapper.with-authors-sponsors {
    border-bottom: none;
    margin-bottom: 0;
}

.authors.detail {
    width: 100%;
    border-bottom-style: solid;
    border-top-style: solid;
    border-width: 1px;
    border-color: #d6d6d6;
    padding: 4rem 0;
    color: #6d6d6d;
    text-align: center;
}

    .authors.detail .author {
        width: calc(50% - .5px);
        padding: 0 4rem;
    }

    .authors.detail .single .author {
        width: 100%;
    }

    .authors.detail h3 {
        margin-top: 0;
        margin-bottom: 4rem;
    }

    .authors.detail .author img {
        -webkit-clip-path: circle(45% at 50% 43%);
        clip-path: circle(45% at 50% 43%);
        margin: 0 auto;
    }

    .authors.detail .author span {
        display: block;
        font-size: 1.3rem;
    }

    .authors.detail hr {
        width: 1px;
        height: 10rem;
        float: left;
        clear: none;
    }

@media only screen and (max-width: 768px) {
    header .authors, header.sponsors .sponsor-list, .authors.detail .author {
        width: 100%;
        max-width: 100%;
        margin-bottom: 0;
    }

    .authors.detail hr {
        width: calc(100% - 12rem);
        height: 1px;
        margin: 4rem 6rem;
    }
}

@media only screen and (max-width: 576px) {
    header .authors .author {
        width: 100%;
    }
}

.right-align {
    text-align: right;
}

.uppercase {
    text-transform: uppercase;
}

.italic {
    font-style: italic;
}

.registration-complete {
    color: #c6c6c6;
}

    .registration-complete:before {
        content: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='17px' height='16px' viewBox='0 0 17 16'><g stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-580.000000, -336.000000)'><path d='M596.404556,336.000537 C596.257132,336.008982 596.119586,336.074959 596.018769,336.186062 C593.987245,338.400486 589.678234,343.242609 587.463568,345.668156 L584.649576,343.076613 C584.535841,342.971315 584.387403,342.916686 584.234912,342.925923 C584.083688,342.935424 583.941076,343.006414 583.84026,343.124907 C583.73919,343.243664 583.687769,343.399104 583.696634,343.556919 C583.706513,343.714734 583.775919,343.863048 583.889654,343.967291 L587.119323,346.936218 C587.347806,347.148397 587.696104,347.135202 587.908882,346.905341 C590.029318,344.594064 594.736274,339.299345 596.837965,337.008917 C597.001349,336.834476 597.045931,336.573738 596.949927,336.351003 C596.854937,336.128531 596.638106,335.990245 596.404556,336.000537 Z M587.494558,336.002226 C586.658562,336.030754 585.819537,336.195609 585.015851,336.499317 C581.013824,338.013058 578.988452,342.502024 580.501928,346.505007 C582.015403,350.507737 586.503832,352.533465 590.505859,351.019723 C594.508138,349.505729 596.533257,345.016763 595.019782,341.014033 C594.89837,340.734814 594.580076,340.599749 594.2951,340.707296 C594.010125,340.814843 593.860191,341.127387 593.954846,341.4162 C595.251498,344.845092 593.5318,348.657721 590.103511,349.9546 C586.675221,351.25148 582.863515,349.53148 581.566863,346.102588 C580.270212,342.673696 581.989909,338.861066 585.418199,337.564439 C587.51046,336.772477 589.858164,337.08603 591.66545,338.404621 C591.785599,338.502323 591.941591,338.544483 592.095311,338.524792 C592.249031,338.50409 592.388111,338.421284 592.47898,338.296064 C592.570607,338.170845 592.606954,338.013058 592.579441,337.860321 C592.551928,337.708341 592.463078,337.573275 592.333842,337.487439 C591.011697,336.523048 589.439914,336.020908 587.849704,336.002226 C587.730313,336.000206 587.61395,335.998439 587.494558,336.002226 Z' id='Page-1' fill='#c6c6c6'></path></g></svg>");
        position: relative;
        top: .4rem;
        margin-right: 1rem;
    }

.altai-scope a {
    opacity: .8;
    -webkit-transition: all,.3s;
    -o-transition: all,.3s;
    transition: all,.3s;
}

main .altai-scope a:hover, main .altai-scope a:focus {
    opacity: 1;
    text-decoration: none;
}

.altai-scope a.membership:hover, .altai-scope a.membership:focus {
    color: #218649;
}

@media only screen and (max-width: 768px) {
    .right-align-mobile {
        text-align: right;
    }

    .product-description-mobile {
        display: none;
    }

    .block-grid .list-item img {
        max-width: 97px;
        max-height: 97px;
    }
}

@media only screen and (min-width: 767px) {
    .right-align-desktop {
        text-align: right;
    }
}

.block-grid .list-item .pricing {
    width: 100%;
}

    .block-grid .list-item .pricing > span {
        width: 50%;
        float: left;
        font-size: 1.25rem;
    }

        .block-grid .list-item .pricing > span:first-of-type {
            padding-right: 2rem;
        }

    .block-grid .list-item .pricing span {
        font-weight: bold;
    }

        .block-grid .list-item .pricing span.primary-color {
            margin: 0;
        }

    .block-grid .list-item .pricing > span > span {
        display: block;
    }

header .pricing {
    width: 100%;
    border-top-style: solid;
    border-top-width: 1px;
    border-color: #d6d6d6;
    margin-top: 2rem;
    padding-top: 2rem;
}

    header .pricing.with-modal-preview .modal-preview-wrapper {
        display: inline-block;
        vertical-align: middle;
        margin-right: 5rem;
    }

    header .pricing.with-modal-preview img.modal-preview {
        max-height: 177px;
        max-width: 136px;
    }

    header .pricing.with-modal-preview .modal-preview-wrapper + .modal-preview-side-content {
        display: inline-block;
        width: calc(100% - 136px - 5rem);
    }

    header .pricing span {
        font-weight: bold;
        padding-right: 2rem;
        display: inline-block;
        width: 33%;
    }

        header .pricing span > span {
            display: block;
        }

    header .pricing.no-headers > span {
        margin-top: .5rem;
    }

    header .pricing > span > span {
        display: block;
    }

    header .pricing .add-to-cart {
        float: right;
    }

@media only screen and (max-width: 576px) {
    header .pricing .modal-preview-side-content > span {
        width: 100%;
        margin-top: 1.25rem;
    }

    header .pricing .add-to-cart {
        width: 100%;
        display: block;
        margin-top: 2rem;
    }
}

.altai-scope .row label[class*="col-"] {
    width: 100%;
}

    .altai-scope .row div[class*="col-"]:first-of-type,
    .altai-scope .row label[class*="col-"]:first-of-type,
    .altai-scope .row h1[class*="col-"]:first-of-type,
    .altai-scope .row h2[class*="col-"]:first-of-type,
    .altai-scope .row h3[class*="col-"]:first-of-type,
    .altai-scope .row h4[class*="col-"]:first-of-type,
    .altai-scope .row h5[class*="col-"]:first-of-type {
        padding-left: 0;
    }

    .altai-scope .row div[class*="col-"]:last-of-type,
    .altai-scope .row label[class*="col-"]:last-of-type,
    .altai-scope .row h1[class*="col-"]:last-of-type,
    .altai-scope .row h2[class*="col-"]:last-of-type,
    .altai-scope .row h3[class*="col-"]:last-of-type,
    .altai-scope .row h4[class*="col-"]:last-of-type,
    .altai-scope .row h5[class*="col-"]:last-of-type {
        padding-right: 0;
    }

.altai-scope .row h3 {
    margin-top: 0;
}

.altai-scope div[ng-repeat="cell in row.cells"]:first-of-type > div[class*="col-"] {
    padding-right: 1.5rem;
}

.altai-scope div[ng-repeat="cell in row.cells"] + div[ng-repeat="cell in row.cells"] > div[class*="col-"] {
    padding-left: 1.5rem;
}

.altai-scope .row div[ng-repeat="cell in row.cells"] > div[class*="-12"] {
    padding-right: 0;
}

.altai-scope div[ng-switch-when="{B0C6723A-8503-4fd7-BB28-C8A06AC933C2}"] {
    display: flex;
}

    .altai-scope div[ng-switch-when="{B0C6723A-8503-4fd7-BB28-C8A06AC933C2}"] > label {
        float: left;
        width: auto;
        order: 2;
        margin: 0;
    }

    .altai-scope div[ng-switch-when="{B0C6723A-8503-4fd7-BB28-C8A06AC933C2}"] > div {
        float: left;
        width: auto !important;
        order: 1;
    }

        .altai-scope div[ng-switch-when="{B0C6723A-8503-4fd7-BB28-C8A06AC933C2}"] > div > input[type="checkbox"] {
            margin: 0 1rem 1rem 0;
        }

.altai-scope div[ng-repeat="tab in tabs"]:not(:first-of-type) {
    border-top-style: solid;
    border-top-width: 1px;
    border-color: #d6d6d6;
    padding-top: 4rem;
    margin-top: 3rem;
}

@media only screen and (max-width: 768px) {
    .altai-scope .row div[class*="col-"],
    .altai-scope div[ng-repeat="cell in row.cells"] + div[ng-repeat="cell in row.cells"] > div[class*="col-"],
    .altai-scope div[ng-repeat="cell in row.cells"]:first-of-type > div[class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }
}

.altai-scope body, div.altai-scope {
    background-color: #F4F4F4;
}

.my-dashboard.interior span {
    color: #000 !important;
}

.my-dashboard.interior .altai-scope input[type="text"],
.my-dashboard.interior .altai-scope input[type="email"],
.my-dashboard.interior .altai-scope input[type="date"],
.my-dashboard.interior .altai-scope input[type="number"],
.my-dashboard.interior .altai-scope select {
    background-color: #fff;
    border: none;
    border-radius: 1px;
    color: inherit;
    height: 3.5rem;
    padding: 0 4rem 0 1rem;
}

.my-dashboard.interior label[for="parentcustomerid"] {
    margin-top: 2rem;
}

.my-dashboard.interior .altai-scope select {
    opacity: 1;
}

.my-dashboard.interior .altai-scope .form-control:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(108, 108, 108, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(108, 108, 108, 0.6);
}

.ui-datepicker .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-size: 1.4rem !important;
}

.form-embed {
    background-color: #000000;
    padding: 1rem 3rem;
    display: inline-block;
    width: 100%;
}

    .form-embed *, {
        color: #FFFFFF !important;
    }

    .form-embed .mktoForm .mainDiv {
        padding: 0 !important;
    }

    .form-embed *, .mktoForm *:not(.cke_button_label):not(.cke_combo_inlinelabel):not(.error) {
        color: #FFFFFF !important;
    }

    .form-embed h1, .form-embed h2, .form-embed h3, .form-embed h4, .form-embed h5 {
        letter-spacing: .1rem;
    }

    .form-embed p {
        font-size: 1.25rem;
        font-weight: 400;
        margin-bottom: 2rem;
    }

    .form-embed .mktoForm span.maxSize1,
    .form-embed .mktoForm span.maxSize2,
    .form-embed .mktoForm span.maxSize3,
    .my-dashboard.interior label {
        text-transform: uppercase;
        letter-spacing: .1rem;
        margin: 1rem 0;
    }

    .form-embed .mktoForm .requiredStar {
        font-size: .8rem;
        vertical-align: top;
    }

    .form-embed .mktoForm .responsiveCell div.alignTop {
        display: block;
    }

    .form-embed input[type="text"],
    .form-embed input[type="tel"],
    .form-embed input[type="email"],
    .form-embed select,
    .my-dashboard.interior input[type="text"],
    .my-dashboard.interior textarea,
    .my-dashboard.interior select {
        background-color: rgba(108, 108, 108, .8);
        border-radius: 1px;
        height: 3.5rem;
        padding: 0 1rem 0 1rem;
        text-transform: none;
        opacity: 1;
        color: #fff;
    }

.my-dashboard.interior input[type="text"],
.my-dashboard.interior textarea,
.my-dashboard.interior select {
    background-color: #fff;
    color: #000;
}

.form-embed input[type="checkbox"] {
    margin: 0 1rem 0 0;
}

.form-embed .buttonContainer {
    margin: 0 !important;
}

.form-embed input[type="button"] {
    background-color: #6C6C6C;
    border: none;
    padding-top: 0;
    font-size: 1.5rem;
    letter-spacing: .1rem;
    text-transform: uppercase;
    margin-top: 2rem;
}

.default .form-embed input[type="button"] {
    background-color: #6C6C6C;
}

.resources .form-embed input[type="button"] {
    background-color: #EB0029;
}

.education .form-embed input[type="button"] {
    background-color: #2F7DE1;
}

.careers .form-embed input[type="button"] {
    background-color: #675DC6;
}

.advocacy .form-embed input[type="button"] {
    background-color: #FF6B00;
}

.membership .form-embed input[type="button"] {
    background-color: #218649;
}

.consulting .form-embed input[type="button"] {
    background-color: #F1D92F;
}

.form-embed .responsiveCellSize1,
.form-embed .responsiveCellSize2,
.form-embed .responsiveCellSize3,
.form-embed .mktoForm .minSize1,
.form-embed .mktoForm .maxSize2,
.form-embed .mktoForm .maxSize3,
.form-embed .buttonContainer,
.form-embed input[type="button"] {
    vertical-align: top;
}

.sidebar .form-embed {
    margin-top: 4rem;
}

article.panel.two-column > .content .content {
    width: 100%;
    float: none;
}

@media only screen and (max-width: 991px) {
    div.two-column .sidebar .form-embed {
        display: none !important;
    }
}

@media only screen and (min-width: 992px) {
    .articles article.two-column .content {
        width: 70%;
        float: left;
    }
}

.articles article .list-item:last-of-type {
    margin-bottom: 0;
}

.org-stats .list-item.primary-background.membership {
    background-color: #218649;
    border: none;
}

.org-stats .list-item .left {
    width: 40%;
}

.org-stats .list-item .right {
    width: 60%;
    text-align: right;
}

.org-stats .list-item p {
    margin: 0;
    font-style: italic;
    font-weight: 200;
}

    .org-stats .list-item p span {
        display: block;
        font-size: 4rem;
        font-style: normal;
    }

.org-stats .list-item .right p {
    font-size: 1.4rem;
    display: inline-block;
    margin: 0 2rem;
}

.org-stats .list-item.multiple-stats .right p span {
    font-size: 2.5rem;
    text-align: left;
}

@media only screen and (max-width: 784px), (min-width: 991px) and (max-width: 1090px) {
    .org-stats .list-item.multiple-stats .left, .org-stats .list-item.multiple-stats .right {
        width: 100%;
    }

    .org-stats .list-item.multiple-stats .right {
        text-align: left;
    }

        .org-stats .list-item.multiple-stats .right p:first-of-type {
            margin-left: 0;
        }
}

@media only screen and (max-width: 576px) {
    .org-stats .list-item .left, .org-stats .list-item .right {
        width: 100%;
    }

    .org-stats .list-item .right {
        text-align: left;
        margin-top: 2rem;
    }

        .org-stats .list-item .right p {
            display: block;
            margin-left: 0;
        }
}

#pnlVendorForm > .row {
    margin-top: 2rem;
}

#pnlVendorForm label {
    display: block;
}

#pnlVendorForm input[type="text"], #pnlVendorForm .zip-code input.input-width-20, #pnlVendorForm textarea, #pnlVendorForm select {
    width: 100%;
}

#pnlVendorForm textarea {
    height: 12rem;
}

#pnlVendorForm input.input-width-15 {
    width: 5rem;
}

#pnlVendorForm input.input-width-20 {
    width: 5.5rem;
}

#pnlVendorForm label.sr-only {
    display: none !important;
}

#pnlVendorForm .cke_top {
    background: #383838;
    box-shadow: none;
}

#pnlVendorForm .cke_contents {
    height: 40rem !important;
}

#pnlVendorForm .cke_bottom {
    display: none;
}

#pnlVendorForm ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    #pnlVendorForm ul#vendorCategories > li {
        margin: 1rem 0;
    }

    #pnlVendorForm ul#vendorCategories > li {
        float: left;
        max-width: calc(50% - 1rem);
        padding: 1rem;
        border: 1px solid #FFFFFF;
        margin: .5rem;
    }

        #pnlVendorForm ul#vendorCategories > li > ul > li {
            margin: .25rem 0;
        }

    #pnlVendorForm ul li input, #pnlVendorForm ul li label, #pnlVendorForm .logo-upload button {
        display: inline;
    }

    #pnlVendorForm ul > li > ul {
        margin-left: 2rem;
    }

#registerButton a.btn {
    margin: 0;
    font-weight: normal;
}

#pnlVendorForm .logo-upload .file-wrapper {
    padding: .65rem 1.8rem;
    position: relative;
    color: #fff;
    border-radius: 1px;
    text-align: center;
    background-color: rgba(255,255,255,.5);
    opacity: .8;
    transition: all,.3s;
    display: inline;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255,255,255,.1);
}

    #pnlVendorForm .logo-upload .file-wrapper:hover {
        opacity: 1;
    }

    #pnlVendorForm .logo-upload .file-wrapper input[type="file"] {
        position: absolute;
        z-index: 1000;
        opacity: 0;
        right: 0;
        top: 0;
        height: 100%;
        font-size: 24px;
        width: 100%;
    }

        #pnlVendorForm .logo-upload .file-wrapper,
        #pnlVendorForm .logo-upload .file-wrapper:hover,
        #pnlVendorForm .logo-upload .file-wrapper input[type="file"],
        #pnlVendorForm .logo-upload .file-wrapper input[type="file"]:hover {
            cursor: pointer;
        }

#pnlVendorForm .logo-upload button.btn {
    margin: 0 0 0 4rem;
}

#pnlVendorForm .logo-upload img {
    margin-top: 2rem;
}

#pnlVendorForm .error {
    color: #eb0029;
    display: block;
}

@media only screen and (max-width: 784px) {
    .disclaimer {
        margin-right: 4rem;
        margin-left: 4rem;
    }

    section .cta a#apply-filters, section .cta a.white, section .left a#apply-filters, section .left a.white {
        max-width: calc(100% - 4rem);
        margin-right: 2rem;
    }
}

.no-top-space {
    padding-top: 0;
    margin-top: 0;
}

.no-bottom-space {
    padding-bottom: 0;
    margin-bottom: 0;
}

#my-dashboard .saved-items .block-grid, #my-dashboard .saved-items .favorite-cat {
    margin-top: 0;
}

.my-dashboard input[type="submit"],
.my-dashboard.interior button.btn[ng-click="save(button)"],
.altai-scope .btn-primary {
    background: #6d6d6d;
    background-color: #6d6d6d;
    border-color: #6d6d6d;
}

    .my-dashboard.interior button.btn[ng-click="save(button)"]:hover,
    .altai-scope .btn-primary:hover {
        opacity: 1;
        text-decoration: none;
    }

.control-label {
    color: #000 !important;
    text-transform: none;
}
a.attachment-link {
    display: inline-block;
}

.my-dashboard header a:hover, .my-dashboard header a:focus {
    text-decoration: underline;
}

.content-sponsor-list, .content-sponsor-list h1 {
    text-align: center;
}

    .content-sponsor-list > div {
        float: none;
        display: inline-flex;
    }

.content-sponsor-list {
    margin-bottom: 0;
}

    .content-sponsor-list h1 {
        margin-bottom: 3rem;
    }

    .content-sponsor-list img {
        margin-bottom: 2rem;
    }

.table-container {
    width: 100%;
    overflow-y: auto;
    _overflow: auto;
    margin: 0 0 1em;
}

    .table-container::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 14px;
        height: 14px;
    }

    .table-container::-webkit-scrollbar-thumb {
        border-radius: 8px;
        border: 3px solid #fff;
        background-color: rgba(0, 0, 0, .3);
    }

.additional-sub-tab-content {
    display: block;
}

    .additional-sub-tab-content > * {
        display: none;
    }

ul.nested-tabs {
    display: none;
    transition: all .3s;
}

li.ui-tabs-active + ul.nested-tabs {
    display: block;
}

a[href="#print"] {
    padding: 0;
}

.credit-types {
    display: inline;
}

.events .block-grid .list-item p {
    opacity: 1;
}

.accordion-link {
    color: #000;
    display: inline-block;
    margin: 1rem 0;
}

    .accordion-link:before, .accordion-link.open:before {
        margin-right: 1em;
        content: '\2329';
        display: inline-block;
    }

    .accordion-link:before {
        transform: rotate(270deg);
    }

    .accordion-link.open:before {
        transform: rotate(90deg);
    }

.block-grid .list-item img.recording-exam-img, .recording-exam-img {
    max-width: 100%;
}

.block-grid .list-item img.credit-type-img, .credit-type-img {
    float: left !important;
    margin: 0 1rem 0 0;
}

#contentTypeContent {
    width: 100%;
    margin: 2rem 0;
}

.sub-filters .resource-types {
    text-align: right;
}

    .sub-filters .resource-types select {
        margin-left: 2rem;
    }

#pnlSubscriptionPreferences .checkbox {
    display: inline-block;
    width: 50%;
    padding: 0 15px;
}

#pnlSubscriptionPreferences .select-all.checkbox {
    margin-top: 2rem;
    display: block;
}

@media only screen and (max-width: 784px) {
    #pnlSubscriptionPreferences .checkbox {
        width: 100%;
    }
}

.my-dashboard.interior #pnlSubscriptionPreferences label {
    text-transform: none;
}

@media print {
    html * {
        color: #000000 !important;
    }

    #primary-navigation, .sidebar, #related-items, footer, #fixed-icons {
        display: none;
    }

    #logo-main .logo svg path {
        fill: #000000;
    }

    [role=banner] {
        background: transparent;
        border-bottom: none;
        position: relative;
    }

    main {
        padding-top: 0;
    }

    .articles article {
        margin-top: 0;
    }
}

.popup {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
}

    .popup .btn {
        color: #333333;
        background-color: #ffffff;
        border-color: #cccccc;
        margin: 1.5rem auto;
    }

/* Inner */
.popup-inner {
    max-width: 700px;
    width: 90%;
    padding: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0px 2px 6px rgba(0,0,0,1);
    border-radius: 3px;
    background: #383838;
    border: solid 1px silver;
    color: white;
}

/* Close Button */
.popup-close {
    width: 30px;
    height: 30px;
    padding-top: 4px;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    transition: ease 0.25s all;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border-radius: 1000px;
    border: solid 1px silver;
    background: rgba(0,0,0,0.8);
    font-size: 20px;
    text-align: center;
    line-height: 100%;
    color: #fff;
}

.warning {
    color: red !important;
}

@media (max-width: 379px) {
    .popup .btn {
        width: 100%;
    }
}

.featured-articles {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: #d6d6d6;
}

.block-grid .list-item {
    color: #fff;
}

.grid-layout > a {
    display: inline-block;
    margin-bottom: -4px;
    margin-left: .25rem;
}

.sub-filters > div:not(:last-of-type) {
    margin-right: 25px;
}

#interior-search-container {
    width: 32rem;
}

.grid-layout {
    height: 35px;
}

.listing-label, .listing-label a {
    color: #6c6c6c;
    font-size: 1.5rem;
}

#interior-search-container [type=submit] {
    z-index: 1;
}

.listing-pagination {
    display: table;
    width: 100%;
}

.pagination-section {
    display: table-cell;
    text-align: right;
}

a.pagination-arrow {
    font-size: 3.5rem;
}

    a.pagination-arrow:first-of-type {
        margin-right: 5rem;
    }

select#pagination-load-count {
    border: none;
    color: initial;
    padding: 0 .5rem;
}

.pagination-load-count-wrapper {
    display: inline-block;
}

    .pagination-load-count-wrapper:after {
        content: '\25BC';
        color: #6e6e6e;
        font-size: 1rem;
    }

.my-dashboard {
    padding-bottom: 4rem;
}

    .my-dashboard #hero .sub-text {
        font-weight: 200;
    }

        .my-dashboard #hero .sub-text a {
            text-decoration: underline;
        }

    .my-dashboard #hero a.manage-account {
        line-height: 5rem;
        background-color: #fff;
        color: #000;
        font-weight: 600;
        text-transform: capitalize;
        font-size: 1.75rem;
        display: inline-table;
        padding-top: 0;
    }

        .my-dashboard #hero a.manage-account:after {
            background-image: url(/mgma/media/images/design/icon-arrow-black.png);
            height: 1.5rem;
            width: 2rem;
        }

    .my-dashboard h2.dashboard-header, .my-dashboard h3.dashboard-header {
        color: #6c6c6c !important;
    }

    .my-dashboard h2.dashboard-header {
        font-size: 2.25rem;
    }

    .my-dashboard h3.dashboard-header {
        font-size: 1.75rem;
        font-weight: 600;
        margin-top: 0;
        text-transform: none;
    }

    .my-dashboard .row.my-dashboard-cards div[class^="col-md"] {
        padding-left: 1rem;
        padding-right: 1rem;
        width: 100%;
        margin-bottom: 2rem;
    }

    .my-dashboard div[class^="col-md"] > .list-card, .my-dashboard .carousel .block {
        background-color: #fff;
        border-style: solid;
        border-width: 1px;
        border-top-width: 3px;
        display: inline-block;
        padding: 0 1.5rem;
    }

    .my-dashboard div[class^="col-md"] > .list-card {
        height: 100%;
        width: 100%;
        padding-top: 1rem;
    }

    .my-dashboard div[class="col-md-6"] > .list-card {
        display: grid;
        grid-template-columns: 100% 100%;
        grid-template-rows: calc(100% - 6rem);
        grid-template-areas: "col" "footer";
        -webkit-box-shadow: 0 0.5rem 1rem #bfbfbf;
        -moz-box-shadow: 0 0.5rem 1rem #bfbfbf;
        box-shadow: 0 0.5rem 1rem #bfbfbf;
    }

        .my-dashboard div[class="col-md-6"] > .list-card > div {
            padding-bottom: 1.5rem;
        }

    .my-dashboard div[class^="col-md"].less-padding {
        padding: 0 0 0 0.5rem
    }

    .my-dashboard .col-md-6 > .list-card .my-dashboard-cover-btn {
        grid-area: footer;
    }

        .my-dashboard .col-md-6 > .list-card .my-dashboard-cover-btn:after {
            content: '';
            display: inline-block;
            background-image: url(/mgma/media/images/design/icon-arrow-white.png);
            background-repeat: round;
            height: 1.5rem;
            width: 2rem;
            margin-left: 1.5rem;
        }

    .my-dashboard .carousel .block {
        min-width: 25%;
        width: 25%;
    }

        .my-dashboard .list-card h3, .my-dashboard .carousel .block h3 {
            color: #6d6d6d !important;
            font-size: 1.3rem;
            margin-top: 0;
        }

        .my-dashboard .carousel .block h3 {
            margin: 1em 0 .5em;
        }

        .my-dashboard .list-card h2, .my-dashboard .carousel .block h2 {
            margin-bottom: 0.5rem;
        }

        .my-dashboard .carousel .block h2 {
            color: #000;
        }

    .my-dashboard .list-card h2 {
        margin-top: 0;
    }

    .my-dashboard .carousel .block h2 {
        height: initial;
    }

        .my-dashboard .list-card h2.large, .my-dashboard .carousel .block h2.large {
            font-size: 2.5rem;
            margin-top: 1.5rem;
        }

    .my-dashboard .list-card p, .my-dashboard .carousel .block p {
        font-size: 1.5rem;
        font-weight: 200;
        margin-top: 0;
        margin-bottom: 1.5rem;
    }

.my-dashboard-stats {
    padding-bottom: 1rem;
}

    .my-dashboard-stats > div {
        width: calc(50% - 3px);
        display: inline-block;
        padding: 0 1rem;
    }

        .my-dashboard-stats > div + div {
            text-align: left;
        }

.my-dashboard-stats {
    text-align: center;
}

    .my-dashboard-stats a.btn {
        font-weight: bold;
        font-size: 1.12rem;
        width: 100%;
        margin-bottom: 2rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .my-dashboard-stats .my-dashboard-stat, .my-dashboard-stats .my-dashboard-stat-label {
        display: block;
        font-weight: bold;
        text-align: center;
    }

    .my-dashboard-stats .my-dashboard-stat {
        font-size: 6rem;
    }

    .my-dashboard-stats > div.with-border {
        border-right: 1px solid #d6d6d6;
    }

    .my-dashboard-stats .my-dashboard-stat-label {
        font-size: 1.5rem;
    }

.my-dashboard-card-article {
    border-top: 1px solid #d6d6d6;
    padding-top: 0.5rem;
}

.my-dashboard .my-dashboard-cover-btn {
    display: block;
    position: relative;
    font-size: 2rem;
    text-transform: uppercase;
    text-align: center;
    color: #fff !important;
    line-height: 6rem;
    margin: 0 -1.5rem;
}

.my-dashboard .events.primary-border, .my-dashboard .events .primary-border {
    border-color: #000;
}

.my-dashboard .events.primary-color, .my-dashboard .events .primary-color {
    color: #000;
}

.my-dashboard .events.primary-background, .my-dashboard .events .primary-background {
    background-color: #000;
}

.my-dashboard .primary-background.careers {
    background-color: #675dc6;
}

.my-dashboard .primary-border.education {
    border-left-color: #2f7de1;
    border-right-color: #2f7de1;
    border-bottom-color: #2f7de1;
}

.my-dashboard .primary-border.advocacy {
    border-left-color: #F1D92F;
    border-right-color: #F1D92F;
    border-bottom-color: #F1D92F;
}

.my-dashboard .primary-border.consulting {
    border-left-color: #ff6b00;
    border-right-color: #ff6b00;
    border-bottom-color: #ff6b00;
}

.my-dashboard .primary-border.membership {
    border-left-color: #218649;
    border-right-color: #218649;
    border-bottom-color: #218649;
}

aside.carousel {
    padding-top: 0;
}

.dashboard-tabs .col-md-6 {
    margin-bottom: 4rem;
}

.image-wrapper img {
    max-width: 164px;
    max-height: 164px;
    display: block;
    float: right;
    margin-left: 1.5rem;
}

.my-dashboard .equal-height:before {
    display: none;
}

.my-dashboard .equal-height {
    display: inline-grid;
}

    .my-dashboard .equal-height.four {
        grid-template-columns: repeat(4, 1fr);
    }

    .my-dashboard .equal-height.three {
        grid-template-columns: repeat(3, 1fr);
    }

        .my-dashboard .equal-height.three .list-card {
            width: 100%;
        }

    .my-dashboard .equal-height.two {
        grid-template-columns: repeat(2, 1fr);
    }

ul.fal {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fal-link-item {
    padding: 1rem 0 1.5rem;
    border-bottom: 1px solid #eee;
}

    .fal-link-item span {
        display: block;
        color: #6c6c6c;
        font-size: 1.4rem;
    }

        .fal-link-item span i {
            vertical-align: middle;
        }

    .fal-link-item a {
        font-size: 1.5rem;
    }

.dashboard-tabs {
    background-color: #fff;
    margin-top: 2rem;
    -webkit-box-shadow: 0 0.5rem 0.5rem -0.5rem #d6d6d6;
    -moz-box-shadow: 0 0.5rem 0.5rem -0.5rem #d6d6d6;
    box-shadow: 0 0.5rem 0.5rem -0.5rem #d6d6d6;
}

canvas#eduCreditsCart {
    max-width: 80%;
    margin: 0 auto 1.5rem;
}

.credits-stats {
    display: block;
    margin-top: -5rem;
    font-size: 1.2rem;
}

    .credits-stats .credits-slash {
        margin: 0 .1rem;
    }

    .credits-stats .credits-earned {
        color: rgba(103, 93, 198, 1);
        font-size: 2rem;
        display: inline-block;
        text-align: left;
    }

.image-wrapper.left img {
    float: left;
}

@media (max-width: 767px) {
    .my-dashboard .equal-height.four {
        grid-template-columns: repeat(2, 1fr);
    }

    .my-dashboard .equal-height.two, .my-dashboard .equal-height.three {
        grid-template-columns: repeat(1, 1fr);
    }

    .my-dashboard .carousel .block {
        min-width: 50%;
        width: 50%;
    }

    .my-dashboard div[class^="col-md"].less-padding {
        padding-left: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .credits-stats {
        margin-top: -3.5rem;
    }

        .credits-stats .credits-earned {
            font-size: 2rem;
        }
}

#hero .btn.manage-account.more {
    color: #000;
    background: #fff;
    padding: 1.75rem 2.5rem 3rem;
    font-weight: bold;
    text-transform: none;
    letter-spacing: .1rem;
    font-size: 1.65rem;
}

.panel.bg-image .btn.manage-account.more:after {
    background-image: url(/mgma/media/images/design/icon-arrow-black.png);
}

svg.fullscreen {
    width: 1.5rem;
    display: inline-block;
    margin-left: 1rem;
}

    svg.fullscreen path {
        stroke: black;
        stroke-width: 40;
    }

svg.fullscreen path+path {
    stroke-width: 10;
}

@media only screen and (max-width: 991px) {
    #fixed-icons {
        width: auto;
        height: auto;
        bottom: 1.5rem;
        right: 1.5rem;
        background-color: #FFF;
        border-radius: 3rem;
        z-index: 98;
        padding-left: 1.5rem;
        border: 1px solid #333;
    }

        #fixed-icons a {
            margin-top: 1.5rem;
            display: inline-block;
        }

            #fixed-icons a#back-to-top-icon {
                margin-right: -1px;
            }
}