@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700");

      :root {
        --font: Open Sans;
        --alt-font: Open Sans;
        --accent-color: #092649;
        --secondary-color: #ad0933;
        --link-color: #a9a9a9;
        --accent-highlight-color: #092649;
        --accent-highlight-background-color: #edf4fd;
        --accent-tinted-color-70: #b5bec8;
        --accent-tinted-color-80: #ced4db;
        --accent-tinted-color-90: #e6e9ed;
        --accent-contrast-color: #fff;
        --accent-contrast-tinted-background-color: #b3b3b3;
        --accent-hover-color: #0f3e76;
        --secondary-hover-color: #dd0c41;
        --secondary-contrast-color: #fff;
        --link-hover-color: #767676;
      }
      
body { background: url('https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/v1/course-uploads/ae49d7f2-27c4-403f-8721-490f440b98e2/fqlrz6o58fit-sf-background-new-wide.png'); background-attachment: fixed; background-size: cover; }
.company__logo {text-indent: 100%;white-space: nowrap;overflow: hidden;background: url('https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/a_exif,c_fit,t_ti_company_logo_hires_v3/v1/course-uploads/ae49d7f2-27c4-403f-8721-490f440b98e2/ceun2bal06ql-sf-logo-xl-wide-transparent.png') no-repeat center left;background-size: contain;} .company__logo span.h4 {visibility: hidden;}
/***************************************
 * IMA PUBLICATIONS STYLES
 ***************************************/

.full-width-section .catalog-grid-item .row {
    padding: 0;
}

.dashboard .catalog-header .widget__alt-title__container h3 {
    margin: 1.75rem 0 -.5rem;
    font-size: 2.25rem;
}

[data-ima-publication='maq'] .catalog-header .widget__alt-title__container h3, [data-ima-publication='sma'] .catalog-header .widget__alt-title__container h3 {
    margin: 1.25rem 0 1.75rem;
}

[data-ima-publication='maq'] .homepage-feature-main .btn--link.btn--primary {
    background: var(--color-navy-400) !important;
}

[data-ima-publication='maq'] .homepage-feature-main .catalog-item:hover .btn--link.btn--primary {
    background: var(--color-navy-500) !important;
}

[data-ima-publication='sma'] .homepage-feature-main .btn--link.btn--primary {
    background: var(--color-green-600) !important;
}

[data-ima-publication='sma'] .homepage-feature-main .catalog-item:hover .btn--link.btn--primary {
    background: var(--color-green-700) !important;
}

[data-ima-publication='iecj'] .homepage-feature-main .btn--link.btn--primary {
    background: var(--color-berry-600) !important;
}

[data-ima-publication='iecj'] .homepage-feature-main .catalog-item:hover .btn--link.btn--primary {
    background: var(--color-berry-700) !important;
}

@media only screen and (max-width:768px) {
    .catalog-header .widget__alt-title__container h3, [data-ima-publication='maq'] .catalog-header .widget__alt-title__container h3,
[data-ima-publication='sma'] .catalog-header .widget__alt-title__container h3, {
        margin: 7px 0 28px !important;
        text-align: center;
    }

    .dashboard .catalog-header .widget__alt-title__container h3 {
        margin: 1.75rem 0 -.25rem;
        text-align: center;
    }
}

