/* GLOBAL START */

html {
    margin: 0px;
    min-height: 100%;
    width: 100%;
}

body {
    margin: 0px;
    min-height: 100%;
    width: 100%;
}

body {
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 1em;
    color: #1e3354;
}

h1, h2, h3, h4, h5 {
    font-weight: 700;
}

p {
    font-weight: 400;
}

a {
    transition: 0.3s;
    /*text-decoration: underline !important;*/
    color: #1e3354;
}

    a:hover {
        color: #e84653;
    }

h2 a:hover, h3 a:hover {
    color: #1e3354;
    text-decoration: none;
}

.btn, [type=submit] {
    display: inline-block;
    position: relative;
    /*margin: 0.4em;*/
    cursor: pointer;
    background: #e1e1e1;
    color: white;
    z-index: 0;
    transition: 0.3s;
    padding: 10px 30px;
    font-weight: 600;
    /*text-transform: uppercase;*/
    /*font-size: 0.9em;*/
    border-radius: 10px;
    border: 1px solid;
}

.btn-lg {
    font-size: 1.5em;
}

/* RED START */

.red {
    color: #fff;
    background-color: #e84653;
    border-color: #e84653;
}

    .red:hover {
        color: #fff;
        background-color: #1e3354;
        border-color: #1e3354;
    }

.redBg {
    color: #fff;
    background-color: #e84653;
}

    .redBg .subTitle {
        color: #fff;
    }

    .redBg .title {
        border-bottom: 1px solid #fff;
    }

.redrBg.banner h2 span {
    border-bottom: 4px solid #1e3354;
}

/* RED END*/


/* BLUE START */

.blue {
    color: #fff;
    background-color: #1e3354;
    border-color: #1e3354;
}

    .blue:hover {
        color: #fff;
        background-color: #e84653;
        border-color: #fff;
    }

.blueBg {
    color: #fff;
    background-color: #1e3354;
}

    .blueBg .subTitle {
        color: #fff;
    }

    .blueBg .title {
        border-bottom: 1px solid #fff;
    }

/* BLUE END */


/* WHITE START */

.white {
    color: #e84653;
    background-color: #fff;
    border-color: #e84653;
}

    .white:hover {
        color: #fff;
        background-color: #e84653;
        border-color: #e84653;
    }

.whiteBg {
    color: #1e3354;
    background-color: #fff;
    padding-bottom: 45px;
}


/* WHITE END */

.altColor {
    background-color: #e84653;
    border-color: #e84653;
}

    .altColor:hover {
        color: #fff;
        background-color: #1e3354;
        border-color: #1e3354;
    }

.posColor {
    color: #e84653;
    background-color: #fff;
    border-color: #e84653;
}

    .posColor:hover {
        color: #fff;
        background-color: #e84653;
        border-color: #e84653;
    }

.defColor {
    color: #fff;
    background-color: #1e3354;
    border-color: #1e3354;
}

    .defColor:hover {
        color: #fff;
        background-color: #e84653;
        border-color: #fff;
    }

.grey {
    color: #fff;
    background-color: #d3d6dd;
    border-color: #d3d6dd;
}

    .grey:hover {
        color: #fff;
        background-color: #1e3354;
        border-color: #1e3354;
    }

.img-responsive {
    max-width: 100%;
}

header {
    padding: 20px 0px;
}

    header.always-small {
        padding: 0px 0px 20px;
    }

    header.slim-border {
        border-bottom: 1px solid #ddd;
    }

.logo img {
    max-width: 180px;
    height: auto;
}

    .logo img.always-small {
        max-width: 100px;
        padding-top: 10px;
        margin-bottom: -5px;
        height: auto;
    }

.headRight {
    text-align: right;
    vertical-align: middle;
    display: table;
    height: 100px;
}

.headStrap {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.3em;
    font-weight: 400;
}

.headButton {
    display: table-cell;
    vertical-align: middle;
    height: 100px;
    width: 170px;
}

nav {
    width: 100%;
    background-color: #1e3354;
    height: 60px;
}

nav.unsub {
    min-height: 60px;
}

.nav {
    padding: 0px 15px;
}

    .nav ul {
        display: inline-block;
        padding: 0px;
        list-style: none;
        margin-bottom: 0px;
        width: 100%;
        line-height: 60px;
        text-align: center;
    }

    .nav li {
        display: inline-block;
        padding: 0px 30px;
        text-align: center;
        /*text-transform: uppercase;*/
        font-weight: 300;
        font-size: 0.9em;
        letter-spacing: 2px;
    }

        .nav li a {
            color: #9099a8;
            text-decoration: none;
            transition: 0.3s;
        }

            .nav li a:hover, .nav li a:active, .nav li a.active {
                color: #fff;
            }

        .nav li.first {
            padding-left: 0px;
        }

        .nav li.last {
            padding-right: 15px;
        }

footer {
    width: 100%;
    background-color: #1e3354;
}

.footerNav {
    padding: 0px 15px;
    text-align: right;
}

    .footerNav ul {
        display: inline-block;
        padding: 0px;
        list-style: none;
        margin-bottom: 0px;
        width: 100%;
        line-height: 140px;
    }

    .footerNav li {
        display: inline-block;
        padding: 0px 10px;
        text-align: center;
        /*text-transform: uppercase;*/
        font-weight: 300;
        font-size: 0.9em;
        letter-spacing: 2px;
    }

        .footerNav li a {
            color: #9099a8;
            text-decoration: none;
            transition: 0.3s;
        }

            .footerNav li a:hover, .footerNav li a:active, .footerNav li a.active {
                color: #fff;
            }

        .footerNav li.first {
            padding-left: 0px;
        }

        .footerNav li.last {
            padding-right: 0px;
        }

    .footerNav span {
        color: #9099a8;
    }

.footerLogo img {
    max-width: 140px;
    height: auto;
    margin: 20px 0px;
}

.copyright {
    width: 100%;
    display: inline-block;
    /*height: 50px;*/
    /*line-height: 50px;*/
    background-color: #e84653;
}

    .copyright p {
        text-align: center;
        color: #fff;
        font-size: 0.9em;
        margin-top: 20px;
    }

.copyright_sp {
    width: 100%;
    display: inline-block;
    background-color: white;
}

    .copyright_sp.sp2 {
        background-color: #b01020;
    }

    .copyright_sp p {
        text-align: left;
        color: #ccc;
        font-size: 0.9em;
        margin-top: 20px;
    }

    .copyright_sp.sp2 p {
        text-align: center;
        color: #ffffff;
    }

.wrap.container {
    margin: 45px auto;
}

.full-width-div {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    height: auto;
    margin-top: 45px;
    left: 50%;
}

    .full-width-div .container {
        padding: 0px 15px;
    }

.altColorBg {
    color: #fff;
    background-color: #e84653;
}

.defColorBgBg {
    color: #fff;
    background-color: #1e3354;
}

.greyBg {
    color: #1e3354;
    background-color: #e8eaee;
    padding-bottom: 45px;
}

.posColorBg {
    color: #1e3354;
    background-color: #fff;
    padding-bottom: 45px;
}

.titleRow {
    margin: 30px 0px;
}

.title {
    border-bottom: 1px solid #9099a8;
    padding: 0px;
}

.icon1 {
    padding: 0px;
}

    .icon1 img, .icon1 svg {
        padding: 20px 0px 0px 0px;
        max-width: 50px;
    }

.title h2 {
    display: inline-block;
    /*text-transform: uppercase;*/
    font-weight: 400;
    margin-bottom: 0px;
    margin-top: 30px;
    letter-spacing: 0px;
    font-size: 1.6em;
}

.subTitle {
    display: inline-block;
    font-weight: 400;
    color: #e84653;
    float: right;
    margin-bottom: 0px;
    margin-top: 30px;
}

.altColorBg .subTitle {
    color: #fff;
}

.altColorBg .title {
    border-bottom: 1px solid #fff;
}

.defColorBg .subTitle {
    color: #fff;
}

.defColorBg .title {
    border-bottom: 1px solid #fff;
}

.greyBg .title {
    border-bottom: 1px solid #d3d6dd;
}

.greyBg .subTitle {
    color: #1e3354;
}


.banLrg {
    margin-top: 0px !important;
    height: 500px;
    padding: 100px 0px;
}

.banMed {
    margin-top: 0px !important;
    height: 400px;
    padding: 90px 0px;
}

.banner h2 {
    font-size: 4em;
    font-weight: 400;
}

.banner p {
    margin-top: 60px;
}

.banner a {
    color: #fff;
    font-weight: 600;
}

    .banner a:hover {
        color: #1e3354;
        text-decoration: none;
    }

.banner .container {
    padding: 0px 15px;
}

.bannerSub {
    font-size: 1.5em;
    font-weight: 400;
    margin-top: 0px !important;
}

.bannerSub a:hover {
    color: #1e3354 !important;
    scroll-behavior: auto;
}


.dl {
    background-image: url("/images/banner-dl-bg.png");
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: right;
}

.altColorBg.banner h2 span {
    border-bottom: 4px solid #1e3354;
}

.sidebar {
    /*height: 100%;*/
    padding: 45px 45px 45px 45px;
    /*margin-bottom: -45px;*/
}

    .sidebar .row {
        padding: 0px 15px;
    }

    /*.sidebar .row:nth-of-type(1) {
        margin-right: -60px;
    }*/

    .sidebar h2 {
        font-weight: 600;
        /*text-transform: uppercase;*/
        padding-bottom: 30px;
        border-bottom: 2px solid rgba(255, 255, 255, 0.5);
        width: 100%;
        font-size: 2.2em;
        line-height: 1;
        /*margin-left: 35px;*/
        margin-bottom: 0px;
    }

    .sidebar h3 {
        font-weight: 600;
        display: block;
        width: 100%;
        font-size: 1.4em;
        margin-top: 30px;
    }

.sidebar-sp {
    padding-top: 45px;
}

    .sidebar-sp .row {
        padding: 0px 15px;
    }

.iconSide a {
    color: #fff;
}

.iconSide:hover a {
    color: #1e3354;
}

    .iconSide:hover a:hover {
        color: #e84653;
        text-decoration: none;
    }

.iconSide:hover, .iconSide:active, .iconSide.active {
    color: #1e3354;
    background-color: #fff;
}

.iconSide svg {
    fill: #fff;
}

.iconSide:hover svg, .iconSide:active svg, .iconSide.active svg {
    fill: #e84653;
}

.iconSide {
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}

.iconSideLast {
    border-bottom: none;
}

.iconSide svg {
    max-width: 65px;
}

.sidebar h4 {
    font-weight: 600;
    padding-right: 30px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.sidebar p {
    /*padding-bottom: 30px;*/
    width: 100%;
    padding-right: 30px;
}

    .sidebar p.last {
        border-bottom: 0px;
    }

.sidebar .iconSide {
    width: 100%;
    text-align: left;
    display: inline-block;
    padding: 30px;
}

    .sidebar .iconSide img {
        width: 35%;
        height: auto;
    }

.content {
    padding-left: 60px;
}

.smallPost .item {
    padding: 30px;
}

    .smallPost .item:hover {
        padding: 30px;
        border-radius: 30px;
        background-color: #fff;
    }

.post {
    /*float:left;*/
    min-height: 180px;
}

    .post.sp img {
        padding: 25px;
        max-width: 40%;
    }

.postTitle h1 {
    display: inline-block;
    margin-bottom: 20px;
}

.postTitle h2 {
    display: inline-block;
    margin-bottom: 20px;
}

.postTitle h3 {
    display: inline-block;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 70px;
}

    .postTitle h3.slim {
        font-weight: 400;
        color: black;
    }

.postImage {
    display: inline-block;
    width: 27%;
    padding: 3%;
    background-color: #dbdee3;
}

    .postImage img {
        width: 100%;
        height: auto;
    }

.postExerpt {
    display: inline-block;
    width: 67%;
    margin-left: 3%;
    float: right;
}

    .postExerpt a {
        color: #e84653;
        text-transform: uppercase;
        font-weight: 500;
        display: block;
    }

        .postExerpt a:hover {
            text-decoration: none;
            color: #1e3354
        }

.postFooter {
    padding: 10px 0px;
    float: left;
    border-top: 2px solid #d3d6dd;
    margin-top: 10px;
    width: 100%;
}

.postFooter_af {
    padding: 0px 0px 10px 0px;
    float: left;
    border: 0;
    margin-top: 0px;
    width: 100%;
}

.postPublishedby {
    display: inline-block;
    width: 50%;
    float: left;
}

    .postPublishedby p {
        margin-bottom: 0px;
        padding: 30px 0px;
        font-size: 0.9em;
    }

.smallPost .postPublishedby p {
    padding: 20px 0px;
}

.postDetailBody .smallPost .postFooter, .topics .smallPost .postFooter {
    float: none;
}

.postPublishedimage {
    display: inline-block;
    width: 50%;
    /*margin-top: -18px;*/
    text-align: right;
}

    .postPublishedimage a {
        display: block;
    }

    .postPublishedimage img {
        max-width: 49%;
        height: auto;
    }

.postPublishedimage_af {
    flex-wrap: wrap;
    justify-content: space-evenly;
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: center;
    text-align: center;
    height: 100%;
}


    .postPublishedimage_af img {
        text-align: center;
        justify-content: center;
        margin: auto;
        max-width: 250px;
        /*margin-left: 10px;
        margin-right: 10px;*/
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .postPublishedimage_af .qr-code {
        float: right;
        height: 140px;
        width: 140px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .postPublishedimage_af .qr-code img {
        height: 80%;
        margin: auto;
    }

        .postPublishedimage_af .qr-code h5 {
            text-align: center;
            font-weight: 700;
            margin: 0;
        }


    .postPublishedimage_sp {
        /*width: 30%;*/
    }

    .postPublishedimage_sp img {
        max-width: 175px;
        height: auto;
    }

.content .item {
    padding: 45px 0px 0px;
}

/* GLOBAL END */


/* HOMEPAGE START */

.home .wrap.container {
    margin: 0px auto;
}

.home .sidebar {
    margin-bottom: 0px;
}

/* HOMEPAGE END */

/* POST DETAIL START */

.postDetailBody .wrap.container {
    margin: 0px auto;
}

.postDetail .content {
    padding-right: 60px;
    padding-left: 15px;
}

.postDetail .postImage {
    display: inline-block;
    width: 45%;
    padding: 5%;
    background-color: #e8eaee;
    /*float: left;*/
}

.postDetail .postExerpt {
    display: inline-block;
    width: 50%;
    margin-right: 0px;
    margin-left: 20px;
    float: right;
}

.postDetail .post {
    padding-bottom: 20px;
    float: left;
}

.postDetail .sidebar p {
    color: rgba(255, 255, 255, 0.5);
    padding-bottom: 0px;
    border-bottom: 0px;
    width: 100%;
    /*padding-right: 45px;*/
}

.postDetail label {
    display: block;
    font-weight: 400;
    /*text-transform: uppercase;*/
    margin-top: 0px;
    margin-bottom: 5px;
}

.postDetail select {
    word-wrap: normal;
    width: 100%;
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(/images/select-arrows.png) 100% / 7% no-repeat;
    border-radius: 0px;
    border: 1px solid #fff;
    background-color: #fff;
    padding: 5px 15px;
    color: #1e3354;
    margin-bottom: 10px;
}

.postDetail input[type=text], .postDetail input[type=email] {
    width: 100%;
    padding: 10px 15px;
    border: 0px;
    margin-bottom: 10px;
    color: #1e3354;
    height: auto;
    border-radius: 0;
}

    .postDetail input[type=text]::-webkit-input-placeholder,
    .postDetail input[type=text]::-moz-placeholder,
    .postDetail input[type=text]:-ms-input-placeholder,
    .postDetail input[type=text]:-moz-placeholder { /* Chrome/Opera/Safari */
        color: #e84653;
        text-transform: uppercase;
    }

/* Customize the label (the container) */
.check {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    padding-bottom: 5px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .check input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

#form-step1 p a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: underline;
}

    #form-step1 p a:hover {
        text-decoration: underline;
        color: #fff;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid;
}

/* On mouse-over, add a grey background color */
.check:hover input ~ .checkmark {
    background-color: transparent;
    border: 1px solid #fff;
}

/* When the checkbox is checked, add a blue background */
.check input:checked ~ .checkmark {
    background-color: #1e3354;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.postInfo {
    color: #1e3354;
    font-size: 0.8em;
    padding-bottom: 10px;
    border-bottom: 2px solid #d3d6dd;
    margin-bottom: 30px;
}

.published, .length, .language, .type {
    display: inline-block;
    text-transform: uppercase;
}

    .published span, .length span, .language span, .type span {
        font-weight: 600;
        color: #1e3354 !important;
    }

.postInfo span {
    color: #e84653;
    padding: 0px 5px;
}

/* POST DETAIL END */

/* THANKS DOWNLOAD START */

.thanksDownload .full-width-div {
    margin-top: 0px;
}

.thanksDownload .smallPost .item:hover {
    background-color: #e8eaee;
}

/* THANKS DOWNLOAD END */

/* SIGN UP START */

.signUp {
}

.suForm {
    padding: 90px;
    border-radius: 30px;
    background-color: #e8eaee;
    margin-top: 45px;
}

.signUp form {
    display: contents;
}

.signUp input[type=text], .signUp input[type=email] {
    width: 100%;
    padding: 10px 15px 10px 0px;
    border: 0px;
    /*margin-bottom: 10px;*/
    color: #1e3354;
    font-size: 14px;
    background: transparent;
    border-bottom: 1px solid #cc0033;
}

.signUp [type=text]:focus {
    outline: none;
}

.signUp .send {
    text-align: right;
    margin-top: 30px;
}

.signUp input[type=text]::-webkit-input-placeholder,
.signUp input[type=text]::-moz-placeholder,
.signUp input[type=text]:-ms-input-placeholder,
.signUp input[type=text]:-moz-placeholder { /* Chrome/Opera/Safari */
    color: #1e3354;
    text-transform: uppercase;
}

.signUp label {
    display: inline-block;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
}

.signUp select {
    word-wrap: normal;
    width: 100%;
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; /* Remove default arrow */
    background: url(/images/select-arrows.png) 100% / 7% no-repeat; /* Add custom arrow */
    border-radius: 0px;
    border: 1px solid #fff;
    background-color: #fff;
    padding: 5px 15px;
    color: #1e3354;
    margin-top: 15px;
}

    .signUp select :focus {
        outline: 0;
    }

/* SIGN UP END */

/* PRIVACY POLICY START */

.privacyPolicy .sidebar .row {
    padding: 0px;
    margin-right: 0px;
}

.privacyPolicy .sidebar {
    height: 100%;
    padding: 45px 30px 45px 30px;
    margin-bottom: 0px;
}

.privacyPolicy .content {
    padding: 45px;
    border-radius: 30px;
    background-color: #e8eaee;
    margin-top: 30px;
}

.ppList ul {
    list-style: none;
}

.ppList li {
    margin-bottom: 15px;
}

    .ppList li a {
        color: #1e3354;
        font-weight: 600;
    }

        .ppList li a:hover {
            color: #E61E32;
            text-decoration: none;
        }

            .ppList li a:hover:before, .ppList li a:active:before, .ppList li a.active:before {
                content: '|';
                margin-left: -24.5px;
                margin-right: 20px;
                display: inline-block;
            }

.privacyPolicy h3 {
    margin: 0.5em 0px;
    font-size: 1.4em;
    color: #E61E32;
}

.privacyPolicy p {
    margin: 0.5em 0px;
}

/* PRIVACY POLICY END */

/* DIRECTORY START */

.directory .alphaFilter {
}

    .directory .alphaFilter ul {
        list-style: none;
        display: inline-block;
        text-align: left;
        width: 100%;
        margin-bottom: 45px;
        padding: 0px;
    }

    .directory .alphaFilter li {
        list-style: none;
        display: inline-block;
        text-align: center;
        padding: 1.86px;
    }

        .directory .alphaFilter li a {
            background-color: #eff1f3;
            color: #1e3354;
            padding: 4px 10px 5px;
            width: 30px;
            height: 30px;
            display: inline-block;
            text-align: center;
        }

            .directory .alphaFilter li a:hover, .directory .alphaFilter li a:active, .directory .alphaFilter li a.active {
                background-color: #e84653;
                color: #fff;
                text-decoration: none;
            }

.directory .roundedBlocks {
}

.directory .roundBlock {
    border-radius: 30px;
    border: 2px solid #1e3354;
    width: 100%;
    min-height: 300px;
    display: block;
    padding: 15px 30px;
    text-align: center;
    font-weight: 400;
    font-size: 0.9em;
    color: #1e3354;
    margin: 30px 0px;
}

    .directory .roundBlock:hover {
        border-radius: 30px;
        border: 2px solid #e84653;
        width: 100%;
        min-height: 300px;
        display: block;
        text-decoration: none;
    }

    .directory .roundBlock:before {
        content: '';
        width: 82%;
        height: 4px;
        display: inline-block;
        position: relative;
        top: -30px;
        left: 0;
        z-index: 2;
        background: #fff;
    }

    .directory .roundBlock:after {
        content: '';
        width: 82%;
        height: 3px;
        display: inline-block;
        position: relative;
        bottom: -23px;
        left: 0;
        z-index: 2;
        background: #fff;
    }

    .directory .roundBlock p {
        min-height: 105px;
    }

    .directory .roundBlock img {
        max-width: 50%;
        margin: auto;
        display: block;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 2px solid #1e3354;
    }

    .directory .roundBlock .btn {
        position: absolute;
        display: inline-block;
        left: 31%;
        bottom: 0px;
        z-index: 3;
    }


/* DIRECTORY END */

/* VENDOR DETAIL START */

.vendor .wrap.container {
    margin: 0px auto 45px auto;
}

.vendor .full-width-div {
    margin-top: 0px;
    padding: 60px 0px;
}

.vendorLogo img {
    max-width: 50%;
    height: auto;
}

.vendor .address, .vendor .phone, .vendor .email {
    width: 33.3%;
    display: inline-block;
    float: left;
}

    .vendor .address h4, .vendor .phone h4, .vendor .email h4 {
        text-transform: uppercase;
        font-weight: 400;
        font-size: 0.9em;
        padding-bottom: 15px;
        border-bottom: 1px solid #e84653;
        margin: 0px 15px 15px 0px;
    }

    .vendor .address p, .vendor address, .vendor .phone p, .vendor .email p {
        font-weight: 600;
        font-size: 0.9em;
    }

        .vendor .address p a, .vendor .phone p a, .vendor .email p a {
            color: #1e3354;
        }

            .vendor .address p a:hover, .vendor .phone p a:hover, .vendor .email p a:hover {
                color: #e84653;
                text-decoration: none;
            }

.vendor .detail {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e84653;
}

/* VENDOR DETAIL END */

/* TOPICS START */

.topics .roundBlock {
    border-radius: 30px;
    border: 2px solid #1e3354;
    width: 100%;
    min-height: 300px;
    display: block;
    padding: 15px 30px;
    text-align: center;
    font-weight: 400;
    font-size: 0.9em;
    color: #1e3354;
    margin: 30px 0px;
}

    .topics .roundBlock:hover {
        border-color: #e84653;
        text-decoration: none;
    }

    .topics .roundBlock p a, .topics .roundBlock h4 a {
        color: #1e3354;
    }

        .topics .roundBlock p a:hover, .topics .roundBlock h4 a:hover {
            color: #e84653;
            text-decoration: none;
        }

.topics .tags {
    min-height: 84px;
}

.topics .roundBlock:before {
    content: '';
    width: 82%;
    height: 4px;
    display: inline-block;
    position: relative;
    top: -30px;
    left: 0;
    z-index: 2;
    background: #fff;
}

.topics .roundBlock:after {
    content: '';
    width: 82%;
    height: 3px;
    display: inline-block;
    position: relative;
    bottom: -40px;
    left: 0;
    z-index: 2;
    background: #fff;
}

.topics .roundBlock img {
    max-width: 50%;
    margin: auto;
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.topics .roundBlock .btn {
    position: absolute;
    display: inline-block;
    left: 31%;
    bottom: 0px;
    z-index: 3;
}

.topics .smallPost .item:hover {
    background-color: #e8eaee;
}

.topics .roundBlock h4 {
    font-size: 1.3em;
}

.topics .roundBlock:hover h4, .topics .roundBlock:hover h4 a {
    color: #e84653;
}

.topics .roundBlock svg {
    max-width: 70px;
    height: auto;
    margin-top: -30px;
    margin-bottom: 15px;
    padding-bottom: 20px;
    border-bottom: 2px solid;
    fill: #1e3354;
    min-height: 93px;
}

.topics .roundBlock:hover svg {
    fill: #e84653;
}

.topics .roundBlock.desktops svg {
    max-width: 118px;
}


.roundBlock .btn {
    color: #fff;
    background-color: #1e3354;
    border-color: #1e3354;
}

    .roundBlock .btn:hover {
        color: #fff;
        background-color: #e84653;
        border-color: #e84653;
    }

/* TOPICS END */

/* ITVUE START */

.itvue .site-brand-stroke {
    stroke: #e84653;
}

/* ITVUE END */


/* BUSINESSVUE START */

.businessvue .logo img {
    max-width: 350px;
    height: auto;
}

@media only screen and (max-width: 992px) {
    .businessvue .logo img {
        max-width: 240px;
    }
}

.businessvue a:hover {
    color: #36b1d0;
}

.businessvue .altColor {
    background-color: #36b1d0;
    border-color: #36b1d0;
}

    .businessvue .altColor:hover {
        background-color: #1e3354;
        border-color: #1e3354;
    }

.businessvue .copyright {
    background-color: #36b1d0;
}

.businessvue .subTitle {
    color: #36b1d0;
}

.businessvue .altColorBg {
    color: #fff;
    background-color: #36b1d0;
}

    .businessvue .altColorBg .subTitle {
        color: #fff;
    }

    .businessvue .altColorBg .title {
        border-bottom: 1px solid #fff;
    }

    .businessvue .altColorBg.banner h2 span {
        border-bottom: 4px solid #1e3354;
    }

.businessvue .posColor {
    color: #36b1d0;
    background-color: #fff;
    border-color: #36b1d0;
}

    .businessvue .posColor:hover {
        color: #fff;
        background-color: #36b1d0;
        border-color: #36b1d0;
    }

.businessvue .posColorBg {
    color: #1e3354;
    background-color: #fff;
    padding-bottom: 45px;
}

.businessvue .iconSide:hover a:hover {
    color: #36b1d0;
    text-decoration: none;
}

.businessvue .iconSide:hover svg, .businessvue .iconSide:active svg, .businessvue .iconSide.active svg {
    fill: #36b1d0;
}

.businessvue .iconSide svg {
    stroke: #fff;
}

.businessvue .iconSide:hover svg, .businessvue .iconSide:active svg, .businessvue .iconSide.active svg {
    stroke: #36b1d0 !important;
}

.businessvue .postExerpt a {
    color: #36b1d0;
}

.businessvue.postDetail input[type=text]::-webkit-input-placeholder,
.businessvue.postDetail input[type=text]::-moz-placeholder,
.businessvue.postDetail input[type=text]:-ms-input-placeholder,
.businessvue.postDetail input[type=text]:-moz-placeholder { /* Chrome/Opera/Safari */
    color: #36b1d0;
}

.businessvue .postInfo span {
    color: #36b1d0;
}

.businessvue.directory .alphaFilter li a:hover, .businessvue.directory .alphaFilter li a:active, .businessvue.directory .alphaFilter li a.active {
    background-color: #36b1d0;
}

.businessvue.directory .roundBlock:hover {
    border: 2px solid #36b1d0;
}

.businessvue.directory .roundBlock img {
    border-bottom: 2px solid #36b1d0;
}

.businessvue.vendor .address h4, .businessvue.vendor .phone h4, .businessvue.vendor .email h4 {
    border-bottom: 1px solid #36b1d0;
}

.businessvue.vendor .address p a:hover, .businessvue.vendor .phone p a:hover, .businessvue.vendor .email p a:hover {
    color: #36b1d0;
}

.businessvue.vendor .detail {
    border-top: 1px solid #36b1d0;
}

.businessvue.topics .roundBlock:hover {
    border: 2px solid #36b1d0;
}

.businessvue.topics .roundBlock svg .st0, .businessvue.topics .roundBlock svg .st1 {
    stroke-width: 2 !important;
    stroke: #1e3354;
}

.businessvue.topics .roundBlock p a:hover, .businessvue.topics .roundBlock h4 a:hover {
    color: #36b1d0;
}

.businessvue.topics .roundBlock:hover h4, .businessvue.topics .roundBlock:hover h4 a {
    color: #36b1d0;
}

.businessvue.topics .roundBlock:hover svg .st0, .businessvue.topics .roundBlock:hover svg .st1 {
    stroke: #36b1d0 !important;
}

.businessvue .roundBlock .btn:hover {
    color: #fff;
    background-color: #36b1d0;
    border-color: #36b1d0;
}

.businessvue.signUp input[type=text], .businessvue.signUp input[type=email] {
    border-bottom-color: #36b1d0;
}

.businessvue .btn.altColor:hover {
    color: #fff;
}

.businessvue .footerLogo img {
    max-width: 320px;
}

.businessvue.privacyPolicy h3 {
    color: #36b1d0;
}

.businessvue .ppList li a:hover {
    color: #36b1d0;
}

.businessvue.signUp select {
    background: url(/images/select-arrows-businessvue.png) 100% / 7% no-repeat;
    border: 1px solid #fff;
    background-color: #fff;
}

.businessvue .site-brand-stroke {
    stroke: #36b1d0;
}


/* BUSINESSVUE END */

/* ENGINEERINGVUE START */

.engineeringvue .logo img {
    max-width: 350px;
    height: auto;
}

@media only screen and (max-width: 992px) {
    .engineeringvue .logo img {
        max-width: 240px;
    }
}

.engineeringvue a:hover {
    color: #c61d62;
}

.engineeringvue .altColor {
    background-color: #c61d62;
    border-color: #c61d62;
}

    .engineeringvue .altColor:hover {
        background-color: #1e3354;
        border-color: #1e3354;
    }

.engineeringvue .copyright {
    background-color: #c61d62;
}

.engineeringvue .subTitle {
    color: #c61d62;
}

.engineeringvue .altColorBg {
    color: #fff;
    background-color: #c61d62;
}

    .engineeringvue .altColorBg .subTitle {
        color: #fff;
    }

    .engineeringvue .altColorBg .title {
        border-bottom: 1px solid #fff;
    }

    .engineeringvue .altColorBg.banner h2 span {
        border-bottom: 4px solid #1e3354;
    }

.engineeringvue .posColor {
    color: #c61d62;
    background-color: #fff;
    border-color: #c61d62;
}

    .engineeringvue .posColor:hover {
        color: #fff;
        background-color: #c61d62;
        border-color: #c61d62;
    }

.engineeringvue .posColorBg {
    color: #1e3354;
    background-color: #fff;
    padding-bottom: 45px;
}

.engineeringvue .iconSide:hover a:hover {
    color: #c61d62;
    text-decoration: none;
}

.engineeringvue .iconSide:hover svg, .engineeringvue .iconSide:active svg, .engineeringvue .iconSide.active svg {
    fill: #c61d62;
}

.engineeringvue .iconSide svg {
    stroke: #fff;
}

.engineeringvue .iconSide:hover svg, .engineeringvue .iconSide:active svg, .engineeringvue .iconSide.active svg {
    stroke: #c61d62 !important;
}

.engineeringvue .postExerpt a {
    color: #c61d62;
}

.engineeringvue.postDetail input[type=text]::-webkit-input-placeholder,
.engineeringvue.postDetail input[type=text]::-moz-placeholder,
.engineeringvue.postDetail input[type=text]:-ms-input-placeholder,
.engineeringvue.postDetail input[type=text]:-moz-placeholder { /* Chrome/Opera/Safari */
    color: #c61d62;
}

.engineeringvue .postInfo span {
    color: #c61d62;
}

.engineeringvue.directory .alphaFilter li a:hover, .engineeringvue.directory .alphaFilter li a:active, .engineeringvue.directory .alphaFilter li a.active {
    background-color: #c61d62;
}

.engineeringvue.directory .roundBlock:hover {
    border: 2px solid #c61d62;
}

.engineeringvue.directory .roundBlock img {
    border-bottom: 2px solid #c61d62;
}

.engineeringvue.vendor .address h4, .engineeringvue.vendor .phone h4, .engineeringvue.vendor .email h4 {
    border-bottom: 1px solid #c61d62;
}

.engineeringvue.vendor .address p a:hover, .engineeringvue.vendor .phone p a:hover, .engineeringvue.vendor .email p a:hover {
    color: #c61d62;
}

.engineeringvue.vendor .detail {
    border-top: 1px solid #c61d62;
}

.engineeringvue.topics .roundBlock:hover {
    border: 2px solid #c61d62;
}

.engineeringvue.topics .roundBlock svg .st0, .engineeringvue.topics .roundBlock svg .st1 {
    stroke-width: 2 !important;
    stroke: #1e3354;
}

.engineeringvue.topics .roundBlock p a:hover, .engineeringvue.topics .roundBlock h4 a:hover {
    color: #c61d62;
}

.engineeringvue.topics .roundBlock:hover h4, .engineeringvue.topics .roundBlock:hover h4 a {
    color: #c61d62;
}

.engineeringvue.topics .roundBlock:hover svg .st0, .engineeringvue.topics .roundBlock:hover svg .st1 {
    stroke: #c61d62 !important;
}

.engineeringvue .roundBlock .btn:hover {
    color: #fff;
    background-color: #c61d62;
    border-color: #c61d62;
}

.engineeringvue.signUp input[type=text], .engineeringvue.signUp input[type=email] {
    border-bottom-color: #c61d62;
}

.engineeringvue .btn.altColor:hover {
    color: #fff;
}

.engineeringvue .footerLogo img {
    max-width: 320px;
}

.engineeringvue.privacyPolicy h3 {
    color: #c61d62;
}

.engineeringvue .ppList li a:hover {
    color: #c61d62;
}

.engineeringvue.signUp select {
    background: url(/images/select-arrows-engineeringvue.png) 100% / 7% no-repeat;
    border: 1px solid #fff;
    background-color: #fff;
}

.engineeringvue .site-brand-stroke {
    stroke: #c61d62;
}

/* ENGINEERINGVUE END */

/* HRVUE START */

.hrvue .logo img {
    max-width: 180px;
    height: auto;
}

@media only screen and (max-width: 992px) {
    .hrvue .logo img {
        max-width: 100px;
    }
}

.hrvue a:hover {
    color: #59dabb;
}

.hrvue .altColor {
    background-color: #59dabb;
    border-color: #59dabb;
}

    .hrvue .altColor:hover {
        background-color: #1e3354;
        border-color: #1e3354;
    }

.hrvue .copyright {
    background-color: #59dabb;
}

.hrvue .subTitle {
    color: #59dabb;
}

.hrvue .altColorBg {
    color: #fff;
    background-color: #59dabb;
}

    .hrvue .altColorBg .subTitle {
        color: #fff;
    }

    .hrvue .altColorBg .title {
        border-bottom: 1px solid #fff;
    }

    .hrvue .altColorBg.banner h2 span {
        border-bottom: 4px solid #1e3354;
    }

.hrvue .posColor {
    color: #59dabb;
    background-color: #fff;
    border-color: #59dabb;
}

    .hrvue .posColor:hover {
        color: #fff;
        background-color: #59dabb;
        border-color: #59dabb;
    }

.hrvue .posColorBg {
    color: #1e3354;
    background-color: #fff;
    padding-bottom: 45px;
}

.hrvue .iconSide:hover a:hover {
    color: #59dabb;
    text-decoration: none;
}

.hrvue .iconSide svg {
    stroke: #fff;
}

.hrvue .iconSide:hover svg, .hrvue .iconSide:active svg, .hrvue .iconSide.active svg {
    stroke: #59dabb !important;
}

.hrvue .postExerpt a {
    color: #59dabb;
}

.hrvue.postDetail input[type=text]::-webkit-input-placeholder,
.hrvue.postDetail input[type=text]::-moz-placeholder,
.hrvue.postDetail input[type=text]:-ms-input-placeholder,
.hrvue.postDetail input[type=text]:-moz-placeholder { /* Chrome/Opera/Safari */
    color: #59dabb;
}

.hrvue .postInfo span {
    color: #59dabb;
}

.hrvue.directory .alphaFilter li a:hover, .hrvue.directory .alphaFilter li a:active, .hrvue.directory .alphaFilter li a.active {
    background-color: #59dabb;
}

.hrvue.directory .roundBlock:hover {
    border: 2px solid #59dabb;
}

.hrvue.directory .roundBlock img {
    border-bottom: 2px solid #59dabb;
}

.hrvue.vendor .address h4, .hrvue.vendor .phone h4, .hrvue.vendor .email h4 {
    border-bottom: 1px solid #59dabb;
}

.hrvue.vendor .address p a:hover, .hrvue.vendor .phone p a:hover, .hrvue.vendor .email p a:hover {
    color: #59dabb;
}

.hrvue.vendor .detail {
    border-top: 1px solid #59dabb;
}

.hrvue.topics .roundBlock:hover {
    border: 2px solid #59dabb;
}

.hrvue.topics .roundBlock svg .st0, .hrvue.topics .roundBlock svg .st1 {
    stroke-width: 2 !important;
    stroke: #1e3354;
}

.hrvue.topics .roundBlock p a:hover, .hrvue.topics .roundBlock h4 a:hover {
    color: #59dabb;
}

.hrvue.topics .roundBlock:hover h4, .hrvue.topics .roundBlock:hover h4 a {
    color: #59dabb;
}

.hrvue.topics .roundBlock:hover svg .st0, .hrvue.topics .roundBlock:hover svg .st1 {
    stroke: #59dabb !important;
}

.hrvue .roundBlock .btn:hover {
    color: #fff;
    background-color: #59dabb;
    border-color: #59dabb;
}

.hrvue.signUp input[type=text], .hrvue.signUp input[type=email] {
    border-bottom-color: #59dabb;
}

.hrvue .btn.altColor:hover {
    color: #fff
}

.hrvue .footerLogo img {
    max-width: 160px;
}

.hrvue.privacyPolicy h3 {
    color: #59dabb;
}

.hrvue .ppList li a:hover {
    color: #59dabb;
}

.hrvue.signUp select {
    background: url(/images/select-arrows-hrvue.png) 100% / 7% no-repeat;
    border: 1px solid #fff;
    background-color: #fff;
}

.hrvue .site-brand-stroke {
    stroke: #59dabb;
}

/* HRVUE END */

/* MARTECHVUE START */

.martechvue .logo img {
    max-width: 350px;
    height: auto;
}

@media only screen and (max-width: 992px) {
    .martechvue .logo img {
        max-width: 240px;
    }
}

.martechvue a:hover {
    color: #36b1d0;
}

.martechvue .altColor {
    background-color: #36b1d0;
    border-color: #36b1d0;
}

    .martechvue .altColor:hover {
        background-color: #1e3354;
        border-color: #1e3354;
    }

.martechvue .copyright {
    background-color: #36b1d0;
}

.martechvue .subTitle {
    color: #36b1d0;
}

.martechvue .altColorBg {
    color: #fff;
    background-color: #36b1d0;
}

    .martechvue .altColorBg .subTitle {
        color: #fff;
    }

    .martechvue .altColorBg .title {
        border-bottom: 1px solid #fff;
    }

    .martechvue .altColorBg.banner h2 span {
        border-bottom: 4px solid #1e3354;
    }

.martechvue .posColor {
    color: #36b1d0;
    background-color: #fff;
    border-color: #36b1d0;
}

    .martechvue .posColor:hover {
        color: #fff;
        background-color: #36b1d0;
        border-color: #36b1d0;
    }

.martechvue .posColorBg {
    color: #1e3354;
    background-color: #fff;
    padding-bottom: 45px;
}

.martechvue .iconSide:hover a:hover {
    color: #36b1d0;
    text-decoration: none;
}

.martechvue .iconSide:hover svg, .martechvue .iconSide:active svg, .martechvue .iconSide.active svg {
    fill: #36b1d0;
}

.martechvue .iconSide svg {
    stroke: #fff;
}

.martechvue .iconSide:hover svg, .martechvue .iconSide:active svg, .martechvue .iconSide.active svg {
    stroke: #36b1d0 !important;
}

.martechvue .postExerpt a {
    color: #36b1d0;
}

.martechvue.postDetail input[type=text]::-webkit-input-placeholder,
.martechvue.postDetail input[type=text]::-moz-placeholder,
.martechvue.postDetail input[type=text]:-ms-input-placeholder,
.martechvue.postDetail input[type=text]:-moz-placeholder { /* Chrome/Opera/Safari */
    color: #36b1d0;
}

.martechvue .postInfo span {
    color: #36b1d0;
}

.martechvue.directory .alphaFilter li a:hover, .martechvue.directory .alphaFilter li a:active, .martechvue.directory .alphaFilter li a.active {
    background-color: #36b1d0;
}

.martechvue.directory .roundBlock:hover {
    border: 2px solid #36b1d0;
}

.martechvue.directory .roundBlock img {
    border-bottom: 2px solid #36b1d0;
}

.martechvue.vendor .address h4, .martechvue.vendor .phone h4, .martechvue.vendor .email h4 {
    border-bottom: 1px solid #36b1d0;
}

.martechvue.vendor .address p a:hover, .martechvue.vendor .phone p a:hover, .martechvue.vendor .email p a:hover {
    color: #36b1d0;
}

.martechvue.vendor .detail {
    border-top: 1px solid #36b1d0;
}

.martechvue.topics .roundBlock:hover {
    border: 2px solid #36b1d0;
}

.martechvue.topics .roundBlock svg .st0, .martechvue.topics .roundBlock svg .st1 {
    stroke-width: 2 !important;
    stroke: #1e3354;
}

.martechvue.topics .roundBlock p a:hover, .martechvue.topics .roundBlock h4 a:hover {
    color: #36b1d0;
}

.martechvue.topics .roundBlock:hover h4, .martechvue.topics .roundBlock:hover h4 a {
    color: #36b1d0;
}

.martechvue.topics .roundBlock:hover svg .st0, .martechvue.topics .roundBlock:hover svg .st1 {
    stroke: #36b1d0 !important;
}

.martechvue .roundBlock .btn:hover {
    color: #fff;
    background-color: #36b1d0;
    border-color: #36b1d0;
}

.martechvue.signUp input[type=text], .martechvue.signUp input[type=email] {
    border-bottom-color: #36b1d0;
}

.martechvue .btn.altColor:hover {
    color: #fff;
}

.martechvue .footerLogo img {
    max-width: 320px;
}

.martechvue.privacyPolicy h3 {
    color: #36b1d0;
}

.martechvue .ppList li a:hover {
    color: #36b1d0;
}

.martechvue.signUp select {
    background: url(/images/select-arrows-martechvue.png) 100% / 7% no-repeat;
    border: 1px solid #fff;
    background-color: #fff;
}

.martechvue .site-brand-stroke {
    stroke: #36b1d0;
}

/* MARTECHVUE END */

/* FINANCEVUE START */

.financevue .logo img {
    max-width: 320px;
    height: auto;
}

@media only screen and (max-width: 992px) {
    .financevue .logo img {
        max-width: 220px;
    }
}

.financevue a:hover {
    color: #c61d62;
}

.financevue .altColor {
    background-color: #c61d62;
    border-color: #c61d62;
}

    .financevue .altColor:hover {
        background-color: #1e3354;
        border-color: #1e3354;
    }

.financevue .copyright {
    background-color: #c61d62;
}

.financevue .subTitle {
    color: #c61d62;
}

.financevue .altColorBg {
    color: #fff;
    background-color: #c61d62;
}

    .financevue .altColorBg .subTitle {
        color: #fff;
    }

    .financevue .altColorBg .title {
        border-bottom: 1px solid #fff;
    }

    .financevue .altColorBg.banner h2 span {
        border-bottom: 4px solid #1e3354;
    }

.financevue .posColor {
    color: #c61d62;
    background-color: #fff;
    border-color: #c61d62;
}

    .financevue .posColor:hover {
        color: #fff;
        background-color: #c61d62;
        border-color: #c61d62;
    }

.financevue .posColorBg {
    color: #1e3354;
    background-color: #fff;
    padding-bottom: 45px;
}

.financevue .iconSide:hover a:hover {
    color: #c61d62;
    text-decoration: none;
}

.financevue .iconSide:hover svg, .financevue .iconSide:active svg, .financevue .iconSide.active svg {
    fill: #c61d62;
}

.financevue .iconSide svg {
    stroke: #fff;
}

.financevue .iconSide:hover svg, .financevue .iconSide:active svg, .financevue .iconSide.active svg {
    stroke: #c61d62 !important;
}

.financevue .postExerpt a {
    color: #c61d62;
}

.financevue.postDetail input[type=text]::-webkit-input-placeholder,
.financevue.postDetail input[type=text]::-moz-placeholder,
.financevue.postDetail input[type=text]:-ms-input-placeholder,
.financevue.postDetail input[type=text]:-moz-placeholder { /* Chrome/Opera/Safari */
    color: #c61d62;
}

.financevue .postInfo span {
    color: #c61d62;
}

.financevue.directory .alphaFilter li a:hover, .financevue.directory .alphaFilter li a:active, .financevue.directory .alphaFilter li a.active {
    background-color: #c61d62;
}

.financevue.directory .roundBlock:hover {
    border: 2px solid #c61d62;
}

.financevue.directory .roundBlock img {
    border-bottom: 2px solid #c61d62;
}

.financevue.vendor .address h4, .financevue.vendor .phone h4, .financevue.vendor .email h4 {
    border-bottom: 1px solid #c61d62;
}

.financevue.vendor .address p a:hover, .financevue.vendor .phone p a:hover, .financevue.vendor .email p a:hover {
    color: #c61d62;
}

.financevue.vendor .detail {
    border-top: 1px solid #c61d62;
}

.financevue.topics .roundBlock svg .st0, .financevue.topics .roundBlock svg .st1 {
    stroke-width: 2 !important;
    stroke: #1e3354;
}

.financevue.topics .roundBlock:hover {
    border: 2px solid #c61d62;
}

.financevue.topics .roundBlock p a:hover, .financevue.topics .roundBlock h4 a:hover {
    color: #c61d62;
}

.financevue.topics .roundBlock:hover h4, .financevue.topics .roundBlock:hover h4 a {
    color: #c61d62;
}

.financevue.topics .roundBlock:hover svg .st0, .financevue.topics .roundBlock:hover svg .st1 {
    stroke: #c61d62 !important;
}

.financevue .roundBlock .btn:hover {
    color: #fff;
    background-color: #c61d62;
    border-color: #c61d62;
}

.financevue.signUp input[type=text], .financevue.signUp input[type=email] {
    border-bottom-color: #c61d62;
}

.financevue .btn.altColor:hover {
    color: #fff
}

.financevue .footerLogo img {
    max-width: 300px;
}

.financevue.privacyPolicy h3 {
    color: #c61d62;
}

.financevue .ppList li a:hover {
    color: #c61d62;
}

.financevue.signUp select {
    background: url(/images/select-arrows-financevue.png) 100% / 7% no-repeat;
    border: 1px solid #fff;
    background-color: #fff;
}

.financevue .site-brand-stroke {
    stroke: #c61d62;
}

/* FINANCEVUE END */

/* SALESVUE START */

.salesvue .logo img {
    max-width: 250px;
    height: auto;
}

@media only screen and (max-width: 992px) {
    .salesvue .logo img {
        max-width: 160px;
    }
}

.salesvue a:hover {
    color: #ef6c1a;
}

.salesvue .altColor {
    background-color: #ef6c1a;
    border-color: #ef6c1a;
}

    .salesvue .altColor:hover {
        background-color: #1e3354;
        border-color: #1e3354;
    }

.salesvue .copyright {
    background-color: #ef6c1a;
}

.salesvue .subTitle {
    color: #ef6c1a;
}

.salesvue .altColorBg {
    color: #fff;
    background-color: #ef6c1a;
}

    .salesvue .altColorBg .subTitle {
        color: #fff;
    }

    .salesvue .altColorBg .title {
        border-bottom: 1px solid #fff;
    }

    .salesvue .altColorBg.banner h2 span {
        border-bottom: 4px solid #1e3354;
    }

.salesvue .posColor {
    color: #ef6c1a;
    background-color: #fff;
    border-color: #ef6c1a;
}

    .salesvue .posColor:hover {
        color: #fff;
        background-color: #ef6c1a;
        border-color: #ef6c1a;
    }

.salesvue .posColorBg {
    color: #1e3354;
    background-color: #fff;
    padding-bottom: 45px;
}

.salesvue .iconSide:hover a:hover {
    color: #ef6c1a;
    text-decoration: none;
}

.salesvue .iconSide:hover svg, .salesvue .iconSide:active svg, .salesvue .iconSide.active svg {
    fill: #ef6c1a;
}

.salesvue .iconSide svg {
    stroke: #fff;
}

.salesvue .iconSide:hover svg, .salesvue .iconSide:active svg, .salesvue .iconSide.active svg {
    stroke: #ef6c1a !important;
}

.salesvue .postExerpt a {
    color: #ef6c1a;
}

.salesvue.postDetail input[type=text]::-webkit-input-placeholder,
.salesvue.postDetail input[type=text]::-moz-placeholder,
.salesvue.postDetail input[type=text]:-ms-input-placeholder,
.salesvue.postDetail input[type=text]:-moz-placeholder { /* Chrome/Opera/Safari */
    color: #ef6c1a;
}

.salesvue .postInfo span {
    color: #ef6c1a;
}

.salesvue.directory .alphaFilter li a:hover, .salesvue.directory .alphaFilter li a:active, .salesvue.directory .alphaFilter li a.active {
    background-color: #ef6c1a;
}

.salesvue.directory .roundBlock:hover {
    border: 2px solid #ef6c1a;
}

.salesvue.directory .roundBlock img {
    border-bottom: 2px solid #ef6c1a;
}

.salesvue.vendor .address h4, .salesvue.vendor .phone h4, .salesvue.vendor .email h4 {
    border-bottom: 1px solid #ef6c1a;
}

.salesvue.vendor .address p a:hover, .salesvue.vendor .phone p a:hover, .salesvue.vendor .email p a:hover {
    color: #ef6c1a;
}

.salesvue.vendor .detail {
    border-top: 1px solid #ef6c1a;
}

.salesvue.topics .roundBlock:hover {
    border: 2px solid #ef6c1a;
}

.salesvue.topics .roundBlock svg .st0, .salesvue.topics .roundBlock svg .st1 {
    stroke-width: 2 !important;
    stroke: #1e3354;
}

.salesvue.topics .roundBlock p a:hover, .salesvue.topics .roundBlock h4 a:hover {
    color: #ef6c1a;
}

.salesvue .topics.roundBlock:hover h4, .salesvue .topics.roundBlock:hover h4 a {
    color: #ef6c1a;
}

.salesvue.topics .roundBlock:hover svg .st0, .salesvue.topics .roundBlock:hover svg .st1 {
    stroke: #ef6c1a !important;
}

.salesvue .roundBlock .btn:hover {
    color: #fff;
    background-color: #ef6c1a;
    border-color: #ef6c1a;
}

.salesvue.signUp input[type=text], .salesvue.signUp input[type=email] {
    border-bottom-color: #ef6c1a;
}

.salesvue .btn.altColor:hover {
    color: #fff;
}

.salesvue .footerLogo img {
    max-width: 240px;
}

.salesvue.privacyPolicy h3 {
    color: #ef6c1a;
}

.salesvue .ppList li a:hover {
    color: #ef6c1a;
}

.salesvue.signUp select {
    background: url(/images/select-arrows-salesvue.png) 100% / 7% no-repeat;
    border: 1px solid #fff;
    background-color: #fff;
}

.salesvue .site-brand-stroke {
    stroke: #ef6c1a;
}

/* SALESVUE END */


/* COOKIES POPUP */
.cookieWrapper {
    position: fixed;
    z-index: 99999;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.cookieBox {
    z-index: 1100001;
    position: relative;
    bottom: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: rgb(33, 51, 85);
}

.cookieConfirmBox {
    position: relative;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background: rgb(33, 51, 85);
    display: flex;
    flex-direction: column;
    max-width: 500px;
    max-height: 400px;
}

@media (max-width: 400px) {
    .cookieConfirmBox {
        max-width: initial;
        max-height: initial;
    }

    .cookieButtons {
        align-items: flex-start !important;
    }
}

.cookieButtons {
    justify-content: center;
}

    .cookieButtons button {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

.cookieCopy {
    padding: 15px 60px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    z-index: 1100001;
}

.cookieWrapper .cookieCopy {
    padding: 60px 60px 15px 60px;
    font-size: 1rem;
}

.closeCookies {
    position: absolute;
    right: 8px;
    color: #fff;
    cursor: pointer;
    top: 0px;
}

.cookieCopy a {
    color: #fff;
    text-decoration: underline;
}

    .cookieCopy a:hover {
        background-color: inherit;
        color: #000;
    }

.validation-message {
    display: none;
}

.validated-control.invalid .validation-message {
    display: block;
    color: #C5102F;
}

.itvue .validated-control.invalid .validation-message {
    display: block;
    color: #fff;
    text-decoration: underline;
}

.itemopt input[type="checkbox"] {
    float: left;
    margin: 3px 0;
}

.itemopt label {
    margin-left: 20px;
}

.postAdditionalInformation.postFooter {
    padding: 20px 0 10px 0;
}

/* new form style classes */

.section-wrap-sp {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    border: 1px solid #ddd;
    box-shadow: 0px 3px 13px -2px #ccc;
    border-radius: 5px;
    margin: 0;
    padding: 0;
}

.form-header-sp {
    position: relative;
    font-weight: 600;
    margin: 0;
    padding: 10px;
    color: #fff;
    background: #0f86de;
    border-radius: 5px 5px 0 0;
}

    .form-header-sp.sp2 {
        padding: 10px 15px 10px 15px;
        background: #1F3354;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

        .form-header-sp.sp2 img {
            height: 25px;
            padding-right: 15px;
        }

.form-row-sp {
    overflow-y: auto;
    overflow-x: hidden;
    height: 85%;
    padding: 10px 15px 0px 15px !important;
}

.form-field {
    float: left;
    position: relative;
    width: 90%;
    margin: 5px 20px;
    padding: 5px 0;
    background-color: white;
}

    .form-field.large {
        padding-top: 3em;
    }

.floating-label {
    position: relative;
    margin-bottom: 10px;
    float: none;
    width: 100%;
}

.floating-input {
    padding: 4px 4px;
    display: block;
    width: 100%;
    height: 30px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #757575;
    color: color: #333;
}

.floating-select {
    padding: 0;
    display: block;
    width: 100%;
    height: 30px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #0f86de;
    position: relative;
    cursor: pointer;
    color: #333;
}

.non-floating-select {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #0f86de;
}

    .non-floating-select.sp2 {
        border-bottom: 1px solid #007aca;
    }

.floating-select.sp2 {
    border-bottom: 1px solid #007aca;
}

.floating-select > select {
    padding: 4px 4px;
    outline: none !important;
    border: none;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.floating-select:before {
    font-family: "Glyphicons Halflings";
    content: "\e252";
    height: 10px;
    line-height: 30px;
    position: absolute;
    right: 3px;
    top: 1px;
    width: 10px;
    pointer-events: none;
    color: #333;
    font-size: 8px;
}

.floating-input:focus, .floating-select > select:focus, .non-floating-select > select:focus {
    outline: none !important;
    border-bottom: 1px solid #0f86de;
}

.floating-input.sp2:focus, .floating-select.sp2 > select:focus, .non-floating-select.sp2 > select:focus {
    border-bottom: 1px solid #007aca;
}

.floating-label > label {
    color: #999;
    /* font-size:14px; */
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 5px;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
}

.floating-label.sp2 > label {
    color: #6f6f6f;
}

.single-checkbox-wrap {
    border-bottom: 1px solid #757575;
    position: relative;
    margin-bottom: 10px;
    float: left;
    width: 88%;
}

    .single-checkbox-wrap > label {
        color: #999;
        font-weight: normal;
        cursor: pointer;
    }
/* .form-control.radio-wrap, .form-control.multi-checkbox-wrap{
  border: none;
} */


.multi-checkbox-wrap, .radio-wrap {
    width: 100%;
    border-bottom: 1px solid #757575;
    margin-bottom: 10px;
}

    .multi-checkbox-wrap > label, .radio-wrap > label, .form-label > label {
        color: #999;
        font-weight: normal;
        margin: 0 0 5px 0;
        display: block;
        clear: both;
        cursor: pointer;
        width: 100%;
    }

    .multi-checkbox-wrap input[type=checkbox], .single-checkbox-wrap input[type=checkbox] {
        width: 16px;
        margin: 0 10px 0 0;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        height: 16px;
        vertical-align: middle;
        outline: none;
        cursor: pointer;
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfjAwYKIiHYgzUoAAAAAW9yTlQBz6J3mgAAAHBJREFUKM9jLGZlqGNIYZBgwAQvGOYwNDFb9TCUM/AwYAM8DHYMzIzFbxmEMhhUsMjfYZjBwPCOiUGIAas0VFSIiYEAGFUAU/CRgeERVqlHDAwMDB9ZGJYxZE7CbcASZqt9DCIMWgysWCS/McxjKAYALDwTKjt/T7MAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTktMDMtMDZUMTA6MzQ6MzMrMDA6MDCWtMgxAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE5LTAzLTA2VDEwOjM0OjMzKzAwOjAw5+lwjQAAAABJRU5ErkJggg==') no-repeat;
    }

        .multi-checkbox-wrap input[type=checkbox]:checked, .single-checkbox-wrap input[type=checkbox]:checked {
            -moz-appearance: none;
            -webkit-appearance: none;
            appearance: none;
            background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAAAdVBMVEWE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1Iiq4a3l9ual36j8/vyy5LTB6cOO2JKg3qT6/fq45rrc893m9ueL14+c3J/4/Pi/6cGJ1o3j9ePk9uX1+/XG68fL7c3///9gPixIAAAAD3RSTlMGhOnqhY+G7fCSkQmU85XoXuKRAAAAAWJLR0QmWgiYtQAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB+MDBgojLyYgKW4AAAABb3JOVAHPoneaAAAAXElEQVQY02NgYGTihwNmFgYGVn4UwMbAjirAzsCPBvAJCAiiCggJi8AFRMX4+cUlJBFapKRlZOXkkcxQUFRSVkExVEZQlRhroQIcqHwOBk5UAS4Gbh5eBJeXjxsAAkMPcTsREBcAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTktMDMtMDZUMTA6MzU6NDcrMDA6MDCH/I4FAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE5LTAzLTA2VDEwOjM1OjQ3KzAwOjAw9qE2uQAAAABJRU5ErkJggg==') no-repeat;
        }

    .radio-wrap input[type=radio] {
        width: 19px;
        margin: 0 10px 0 0;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        height: 18px;
        vertical-align: middle;
        outline: none;
        cursor: pointer;
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAASCAQAAAATBS3iAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfjAwsNKhC2oXFCAAAAAW9yTlQBz6J3mgAAATBJREFUKM990rtOVAEQBuBvT+iMCI3WuEgQYyzOGwhLJCaYCM9BVoj6BMZoZXwNLx0rZCGo9ZzCmBAvCy2XAgUfYCw2iJg9/lPOV0zyTyOdppo1744meta8Kzt/Vhp9Vl331D381MO4Eaxrl1/+YtWsty5Y9dK2Q1w2ZcldvyyUXZDiahxERjudn2hHxn6MpSSG4n1kPPgXpRQrkbEZQ0lMR0Z3EEopNiLjdios4pm6PMcihZYTn2vZJydaFJq+OaplP/Q0KSQa/peksGvCaC0ZNW6HQtewm7XslmEbFF7jcS17hFcUPtgyUy0PMtVD0zZ97Jc1FvsDy1qOjL1+Wf3qW964aM0L2w5wxQ1L5s6qP32kSU/cx7HvuOYSVq2UX8/9G1Qz5s1pYkdHp1w/u/I3ThecFcVhPjoAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTktMDMtMTFUMTM6NDI6MTYrMDA6MDBlGdrXAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE5LTAzLTExVDEzOjQyOjE2KzAwOjAwFERiawAAAABJRU5ErkJggg==') no-repeat;
    }

        .radio-wrap input[type=radio]:checked {
            -moz-appearance: none;
            -webkit-appearance: none;
            appearance: none;
            background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAASCAMAAACO0hVbAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAAAz1BMVEX///+E1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1IiE1Ij///8VEGsfAAAAQ3RSTlMARpTc25NKKbDvy7go9LQcBvJFIulw6CEEwHF9SHO9Q7sWrq28QpdEA7GvlvEXBXzN/v1H2gKsQb5ydee3HbbwJ5KR6OBeFwAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfjAwsNLBDg+9bEAAAAAW9yTlQBz6J3mgAAANhJREFUGNNVkOtWwjAQhCdQC0QsAYWiqSA3qXKtVRS1Fp33fydC0wrMn0m+c+bs7AIHiVKZdC5c/KtSJWtS1sjLeo7EFT3RUKohPDZbGbq+YbtItNnxjXVveWfM1Towds9eF+jzARgMaTQaAGNOgEdOET4x03MIwRlQni8QMJfAYu4AlEvogq2g1hEQSXXOXmw2Ps2+5jOqFg3f7AzbZXNAm6zLu+n8wa0pG2gdG/vkODTmd467bfnlZ49Wk99xolQS/BQ3AOojMpUyJb3d8YLTXyeKnL/Y/vaDsCbcf3D8NQAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxOS0wMy0xMVQxMzo0NDoxNiswMDowMGgHqpAAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTktMDMtMTFUMTM6NDQ6MTYrMDA6MDAZWhIsAAAAAElFTkSuQmCC') no-repeat;
        }

.floating-input:focus ~ label {
    top: -18px;
    font-size: 0.8em;
    color: #0f86de;
}

.floating-input.sp2:focus ~ label {
    color: #007aca;
}

.floating-input:not(:placeholder-shown) ~ label {
    top: -18px;
    font-size: 0.8em;
    color: #0f86de;
}

.floating-input.sp2:not(:placeholder-shown) ~ label {
    color: #007aca;
}

.floating-select ~ label {
    top: -18px;
    font-size: 0.8em;
    color: #0f86de;
}

.floating-select.sp2 ~ label {
    color: #007aca;
}

.floating-select:not([value=""]):valid ~ label {
    top: -18px;
    font-size: 0.8em;
    color: #0f86de;
}

.floating-select:not([value=""]):valid ~ label {
    color: #007aca;
}

.floating-select.large:not([value=""]):valid ~ label {
    top: -200%;
    font-size: 0.8em;
    color: #0f86de;
}

.floating-select.sp2.large:not([value=""]):valid ~ label {
    color: #007aca;
}

.floating-textarea {
    min-height: 30px;
    max-height: 260px;
    overflow: hidden;
    overflow-x: hidden;
}

.non-floating-label {
    font-size: 0.8em;
    color: #0f86de;
    padding-left: 5px;
    margin-bottom: 0;
}

    .non-floating-label.sp2 {
        color: #007aca;
    }

.highlight {
    position: absolute;
    height: 50%;
    width: 100%;
    top: 15%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */
.floating-input:focus ~ .highlight, .floating-select > select:focus ~ .highlight, .non-floating-select > select:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    -o-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

.floating-input.sp2:focus ~ .highlight, .floating-select.sp2 > select:focus ~ .highlight, .non-floating-select.sp2 > select:focus ~ .highlight {
    -webkit-animation: inputHighlighter2 0.3s ease;
    -moz-animation: inputHighlighter2 0.3s ease;
    -o-animation: inputHighlighter2 0.3s ease;
    animation: inputHighlighter2 0.3s ease;
}

/* animation */
@-webkit-keyframes inputHighlighter {
    from {
        background: #0f86de;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #0f86de;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #0f86de;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-webkit-keyframes inputHighlighter2 {
    from {
        background: #007aca;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter2 {
    from {
        background: #007aca;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter2 {
    from {
        background: #007aca;
    }

    to {
        width: 0;
        background: transparent;
    }
}

.hideUI > .floating-label, .hideUI > .multi-checkbox-wrap, .hideUI > .single-checkbox-wrap, .hideUI > .radio-wrap, .hideUI .asset-logo, .hideUI img {
    pointer-events: none;
    opacity: 0.7;
}

/*For country state hybrid field*/
.floating-input.state-field-hide, .floating-select.state-field-hide {
    display: none !important;
}

.supplementary-info {
    padding: 20px;
}

    .supplementary-info a {
        color: #007bff !important;
    }

    .supplementary-info.sp2 a {
        color: #007aca !important;
    }

.download-sp-wrap {
    margin: 10px 0;
    text-align: center;
}

.download-sp {
    background: #0eaeff;
    color: #fff !important;
    border-color: #2e6da4;
    font-weight: 400;
}

.download-sp.sp2 {
    background: #007aca;
}

button:disabled,
button[disabled] {
    background: #e1e1e1 !important;
    color: #1F3354;
    border-color: #e1e1e1;
    cursor: default;
}

.sp-label {
    font-size: 0.8em;
    color: #0f86de;
}

    .sp-label.sp2 {
        color: #007aca;
    }

    .sp-label a {
        color: #0f86de !important;
        font-weight: bold;
    }

    .sp-label.sp2 a {
        color: #007aca !important;
    }

.opts-sp {
    font-size: 0.8em;
    padding-left: 1.5em;
}

.slim-font {
    font-size: 0.8em;
}

.no-pad {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.ml4 {
    margin-left: 4px !important;
}

.post.sp.sp2 img {
    padding: 0px 15px 15px 0px;
    max-width: 40%;
}

.post.sp.sp2 {
    line-height: initial;
}

.postTitle h3.slim.sp2 {
    font-weight: 800;
}

.postPublishedimage_sp.sp2 {
    margin: 0 auto;
    margin-bottom: 2em;
}

    .postPublishedimage_sp.sp2 img {
        width: 25%;
        height: auto;
    }

    .postPublishedimage_sp.sp2.lah-align-hz {
        float: left;
        width: 50%
    }

        .postPublishedimage_sp.sp2.lah-align-hz a {
            display: inline-block;
            width: 45%
        }

            .postPublishedimage_sp.sp2.lah-align-hz a:first-child:nth-last-child(1) {
                width: 100%;
            }

                .postPublishedimage_sp.sp2.lah-align-hz a:first-child:nth-last-child(1) img {
                    max-width: 250px;
                }

        .postPublishedimage_sp.sp2.lah-align-hz img {
            width: 100%;
            height: auto;
        }

.postTitle.sp2 {
    text-align: center;
}

.logo img.always-small.sp2 {
    max-width: 60px;
}

.sidebar-sp.sp2 {
    padding-top: 10px;
}

@media (min-width: 992px) {
    .sidebar-sp.sp2 {
        padding-top: 160px;
    }
}

.red.sp2 {
    background-color: #d93940;
}

header.sp2-header {
    padding: 15px 0px;
}

    header.sp2-header .logo img {
        max-width: 180px;
        max-height: 100px;
    }

.sp2-page {
    color: #1F3354;
}

    .sp2-page h1 {
        margin-bottom: 25px;
    }

    .sp2-page .sp2-image {
        margin-bottom: 20px;
    }

        .sp2-page .sp2-image img {
            /*max-height: 350px;*/
            max-width: 100%;
            width: 256px;
        }

    .sp2-page .sp2-image_af {
        margin-bottom: 0px;
    }

        .sp2-page .sp2-image_af img {
            max-height: 350px;
            max-width: 100%;
        }

    .sp2-page .sp2-details {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 35px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ddd;
        text-transform: uppercase;
    }

        .sp2-page .sp2-details .detail-title {
            font-weight: 600;
        }

        .sp2-page .sp2-details .details-separator {
            padding-right: 10px;
            color: #E84752;
        }

    .sp2-page .sp2-content p {
        /*font-weight: 600;*/
        /*font-size: 1.1em;*/
    }

.sp2-form {
    padding: 15px 20px 15px 20px;
    color: #1F3354;
}

    .sp2-form .sp2-form-group {
        margin-bottom: 10px;
    }

    .sp2-form a {
        color: #007aca !important;
        text-decoration: underline;
    }

        .sp2-form a.download-sp {
            color: #fff !important;
        }

    .sp2-form .sp2-form-group label {
        display: block;
        margin-bottom: 0;
        font-weight: 700;
        font-size: 0.95em;
    }

    .sp2-form .sp2-form-group input, .sp2-form .sp2-form-group textarea, .sp2-form .sp2-form-group select {
        display: inline-block;
        width: 100%;
        padding: 7px 10px 7px 10px;
        background-color: #F2F2F2;
        border: 1px solid #F2F2F2;
        border-radius: 5px;
        height: 50px;
    }

        .sp2-form .sp2-form-group input[type='checkbox'] {
            height: unset;
            width: unset;
            margin-top: 5px;
        }

        .sp2-form .sp2-form-group input:focus, .sp2-form .sp2-form-group textarea:focus, .sp2-form-group select:focus {
            border: 1px solid #aaa;
        }

    .sp2-form .sp2-form-group .itemopt {
        display: flex;
        /*align-items: center;*/
        margin-top: 5px;
    }

        .sp2-form .sp2-form-group .itemopt label {
            font-weight: normal;
        }

    .sp2-form .sp2-form-group .sp2-checkbox {
        width: 15px;
    }

/*Article Back Button*/
.pad-t-10 {
    padding-top: 10px;
}

.add-link {
    color: #1F3354;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
}

    .add-link span {
        margin-right: 10px;
    }

.red-btn {
    font-size: 20px;
    height: 32px !important;
    width: 32px !important;
    min-width: 32px;
    color: #fff;
    background-color: #E84752;
    border-radius: 5px;
    border: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

/*
    Consent Positioning
*/

.consent-section tr td:first-child {
    padding-top: 0.1em;
}

.consent-section td {
    vertical-align: top;
}

/*
    Button Shadow Override: _buttons.scss:27
*/

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 70%);
}

/*
    Checkbox Spacing
*/

.checkbox-pad-r {
    padding-right: 0.5rem;
}

/* .postPublishedimage a padding */
.postPublishedimage {
    justify-content: space-evenly;
    align-items: center;
    display: flex;
}
.postPublishedimage a {
    display: inline-block;
    margin-bottom: 15px;
}

#formAlerts {
    position: fixed;
    bottom: 0;
    right: 15px;
    width: 100%;
    max-width: 320px;
    font-size: 14px;
    border-radius: 5px;
    z-index: 10000;
}

#formAlerts .alert-list {
    padding-left: 10px;
    margin-bottom: 0;
}

/*Microsoft Legacy stylning*/
.form-wrapper {
    margin-bottom: 30px;
}
.body-wrapper {
    margin-top: 50px;
    padding-bottom: 90px;
}

    .body-wrapper .container-fluid {
        max-width: 1130px;
    }
.body-wrapper.container-fluid:before {
    content: " ";
    display: table;
}
.title-area {
    font-weight: 100;
    background-color: #fff;
    padding-top: 1px;
    padding-bottom: 1px;
    height: auto;
    margin: -51px -16px 0;
    padding: 0 16px;
}
.title-area.no-image {
    height: auto;
}
.form-wrapper .form-body {
    background-color: #0078D4 !important;
    color: #ffffff !important;
}
.form-wrapper .form-heading-wrapper {
    padding: 20px 0 10px;
    position: relative;
}
@media (min-width: 992px) {
    .title-area {
        background-size: auto 100%;
        background-position: 73% 50%;
        margin-left: -999px;
        margin-right: -999px;
        padding-left: 999px;
        padding-right: 999px;
    }
}
.title-area.breakout-content {
    min-height: 135px;
    background-size: cover;
}
@media (min-width: 992px) {
    .title-area.breakout-content {
        margin-bottom: 170px;
        min-height: 300px;
        background-size: auto 100%;
    }
}

@media (min-width: 992px) {
    .title-area.breakout-content.no-image {
        margin-bottom: 60px;
        line-height: 300px;
        padding-top: 0;
        padding-bottom: 0;
    }
}


.title-area {
    color: #ffffff;
    background-image: none;
}

    .title-area .title-area-background {
        background-color: #0078D4 !important;
    }

@media (min-width: 992px) {
    .title-area .title-area-background {
        bottom: 165px;
        width: 171.42%;
        margin: 0 -400px;
        padding: 0 400px;
    }
}
@media (min-width: 992px) {
    .title-area.no-image .title-area-background {
        bottom: 60px;
    }
}
.title-area-background {
    left: auto;
    right: 0;
}
.title-area .title-area-background {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: absolute;
    top: -50px;
    box-sizing: content-box;
    bottom: 0;
    left: 0;
}


.title-area.breakout-content .mktoText {
    position: relative;
}
.title-area.hero-no-margin .mktoText, 
 .title-area.no-image .mktoText {
    line-height: normal;
    vertical-align: middle;
    display: inline-block;
    margin-top: -16px;
    width: 100%;
}
@media (min-width: 992px) {
    .title-area.breakout-content h1 {
        margin-bottom: 20px;
        font-size: 34px;
        min-height: 89px;
        margin-top: 50px;
        line-height: normal;
    }
}
@media (min-width: 768px) {
    .title-area.no-image h1 {
        max-width: 70%;
    }
}
.body-text {
    clear: left;
    margin-right: 15px;
    margin-left: 15px;
    display:block;
}
.form-area {
    display: block;
}
.pull-right {
    float: right !important;
}
.mktoText{
    display:block;
}
    .mktoText p,
    .mktoText li,
    .mktoText ul {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 19px;
        color: #666;
        font-weight: 400;
    }

    .mktoText ::marker {
        text-align: end !important;
    }
.form-wrapper .form-field {
    margin-bottom: 20px;
}
.form-wrapper .floating-label {
    margin-bottom: 0px !important;
    float: none;
    width: 100%;
}

.form-wrapper .floating-input {
    border-bottom: none !important;
    padding: 10px;
    color: #000;
    background-color: #fff;
    border: none;
    border-radius: 0;
    height: auto;
    line-height: normal;
    font-size: 14px;
    width: 100% !important;
}
.legacy ::placeholder {
        color: #000;
    }
.form-wrapper .download-sp-wrap {
    padding: 20px;
    padding-bottom: 35px !important;
}
.form-wrapper .supplementary-info a {
    color: white !important;
}
.form-wrapper .non-floating-select {
    border-bottom: none;
}
.mktoButton {
    width: 100% !important;
    margin: 0 auto !important;
    display: block !important;
    padding: 20px 0 !important;
    font-size: 18px !important;
    font-family: Segoe UI, Helvetica Neue, Helvetica, Arial, sans-serif;
    background-image: none !important;
    border: none !important;
    overflow: hidden;
    word-break: break-word;
    white-space: normal;
    border: 2px solid !Important;
    color: #fff !important;
    background-color: transparent !important;
    background-color: #0078D4 !important;
    color: #ffffff !important;
}

.mktButton :hover, :focus {
    border: 2px solid #000 !important;
    text-decoration: underline !important;
}

.legacy .row:after,
.legacy .row:before {
    content: " ";
    display: table;
}


.body-wrapper .row {
    margin-left: -15px;
    margin-right: -15px;
    display: block;
    box-sizing: border-box;
}
.body-wrapper .col-lg-1,
.body-wrapper .col-lg-2,
.body-wrapper .col-lg-3,
.body-wrapper .col-lg-4,
.body-wrapper .col-lg-5,
.body-wrapper .col-lg-6,
.body-wrapper .col-lg-7,
.body-wrapper .col-lg-8,
.body-wrapper .col-lg-9,
.body-wrapper .col-lg-10,
.body-wrapper .col-lg-11,
.body-wrapper .col-lg-12,
.body-wrapper .col-md-1,
.body-wrapper .col-md-2,
.body-wrapper .col-md-3,
.body-wrapper .col-md-4,
.body-wrapper .col-md-5,
.body-wrapper .col-md-6,
.body-wrapper .col-md-7,
.body-wrapper .col-md-8,
.body-wrapper .col-md-9,
.body-wrapper .col-md-10,
.body-wrapper .col-md-11,
.body-wrapper .col-md-12,
.body-wrapper .col-sm-1,
.body-wrapper .col-sm-2,
.body-wrapper .col-sm-3,
.body-wrapper .col-sm-4,
.body-wrapper .col-sm-5,
.body-wrapper .col-sm-6,
.body-wrapper .col-sm-7,
.body-wrapper .col-sm-8,
.body-wrapper .col-sm-9,
.body-wrapper .col-sm-10,
.body-wrapper .col-sm-11,
.body-wrapper .col-sm-12,
.body-wrapper .col-xs-1,
.body-wrapper .col-xs-2,
.body-wrapper .col-xs-3,
.body-wrapper .col-xs-4,
.body-wrapper .col-xs-5,
.body-wrapper .col-xs-6,
.body-wrapper .col-xs-7,
.body-wrapper .col-xs-8,
.body-wrapper .col-xs-9,
.body-wrapper .col-xs-10,
.body-wrapper .col-xs-11,
.body-wrapper .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.body-wrapper .col-xs-1,
.body-wrapper .col-xs-2,
.body-wrapper .col-xs-3,
.body-wrapper .col-xs-4,
.body-wrapper .col-xs-5,
.body-wrapper .col-xs-6,
.body-wrapper .col-xs-7,
.body-wrapper .col-xs-8,
.body-wrapper .col-xs-9,
.body-wrapper .col-xs-10,
.body-wrapper .col-xs-11,
.body-wrapper .col-xs-12 {
    float: left;
}
.body-wrapper .col-xs-12 {
    width: 100%;
}
.legacy footer {
    overflow: hidden;
    background-color: #f2f2f2;
    color: #505050;
}
.legacy .copyright_sp p 
{
    color: #505050 !important;
    text-decoration: underline;
    margin-top: 27px;
    margin-bottom: 30px;
    padding: 0 9px 0 5px;
}
.legacy .copyright_sp {
    background-color: #f2f2f2;
}
.mktButton :hover, :focus {
    border: none !important;
    text-decoration: none !important;
}
.legacy .header
.container-fluid {
    max-width: 1130px;
}

.legacy .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.legacy .header-left .header-logo {
    max-width: none !important;
    height: 20px;
    transform: none !important;
}

.legacy .header {
    font-size: 15px;
    line-height: 50px;
    z-index: 1;
    position: relative;
}
.legacy .footerLogo{
    display:none;
}

.legacy header.sp2-header {
    padding: 0px!important
}
/*microsoft modern*/
.modern .footerLogo {
    display: none;
}

.modern header.sp2-header {
    padding: 0px !important
}
.modern .container-fluid {
    max-width: 1400px;
}
.fullbanner img {
    width: 100%;
    height: auto;
}
.modern h1 {
    font-weight: 600;
    color: #000;
}
.modern .mktoText {
    padding: 0px 48px 24px;
    color: #000;
}
.modern .mktoText p, 
.modern .mktoText li, 
.modern .mktoText ul {
    color: #000;
}
.modern .section-wrap-sp {
    border: 1px solid #d8d8d8;
    margin-bottom: 30px;
    display: block;
    border-radius:0px;
    box-shadow:none;
}
.modern #form-step1 {
    padding: 0 8%;
    color: #000000;
    padding-top: 24px;
}
.modern .text-input {
    padding: 8px;
    color: #000;
    background-color: #fff;
    border: 2px solid #333333;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    line-height: normal;
    font-size: 16px;
    width: 100% !important;
}

.modern .text-input:focus {
        outline: 0px solid #0067b8 !important;
        border: 2px solid #0067b8 !important;
}
.modern select {
    padding: 8px;
    color: #000;
    background-color: #fff;
    border: 2px solid #333333;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    line-height: normal;
    font-size: 16px;
    width: 100% !important;
}
.modern .mktoButton {
    background-color: #0078D4 !important;
    color: #ffffff !important;
    display: block !important;
    padding: 8px 30px !important;
    font-size: 16px !important;
    overflow: hidden;
    word-break: break-word;
    white-space: normal;
    border: none !important;
    border-radius: 4px;
    background-image: none !important;
}
.modern .download-sp-wrap {
    margin-bottom: 4rem;
    max-width: 40%;
}
.modern label {
    margin-bottom: 0px;
}
.modern footer {
    background-color: #f2f2f2;
    color: #505050;
}

.modern .copyright_sp p {
    color: #505050 !important;
    margin-top: 27px;
    margin-bottom: 30px;
    padding: 0 9px 0 5px;
}

.modern .copyright_sp {
    background-color: #f2f2f2;
}
.modern .header 
    .container-fluid {
    max-width: 1130px;
}

.modern .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.modern  .header-left .header-logo {
    max-width: none !important;
    height: 20px;
    transform: none !important;
}
.modern  .modern .header {
    font-size: 15px;
    line-height: 50px;
    z-index: 1;
    position: relative;
}


/*AUTODESK*/

@font-face {
    font-family: 'artifakt-semi-bold';
    src: url('../fonts/artifaktelement/artifakt-semi-bold.ttf') format('truetype');
}
@font-face {
    font-family: 'artifakt-regular';
    src: url('../fonts/artifaktelement/artifakt-regular.ttf') format('truetype');
}
@font-face {
    font-family: 'artifakt-extra-bold';
    src: url('../fonts/artifaktelement/artifakt-legend-extra-bold.ttf') format('truetype');
}
@font-face {
    font-family: 'artifakt-bold';
    src: url('../fonts/artifaktelement/artifakt-bold.ttf') format('truetype');
}
html {
    scroll-behavior: smooth !important;
}

.autodesk-container {
    font-family: artifakt-regular !important;
    margin: 0px;
    padding: 0px;
}

    .autodesk-container * {
        scroll-behavior: smooth !important;
    }

    .autodesk-container .col-lg-12 {
        padding: 3rem 0 0 0;
    }

    .autodesk-container #main-logo {
        height: 175px;
        display: block;
        position: relative;
        margin: auto;
        max-width: 2048px;
    }
        .autodesk-container #main-logo a img {
            max-height: 100%;
        }

    .autodesk-container .hero-image {
        background-repeat: no-repeat;
        height: 85vh;
        max-height: 50rem;
        min-height: 40rem;
        position: relative;
        background-position: 60% top;
        scroll-behavior: smooth;
        background-position: top;
        margin: auto;
        background-color: #000;
    }

        .autodesk-container .hero-image.image-1 {
            background-image: url('../images/clients/autodesk/construction-factoryos-vallejo-0284.jpg');
        }

        .autodesk-container .hero-image.image-2 {
            background-image: url('../images/clients/autodesk/autodesk_hero_image_2.png');
        }

        .autodesk-container .hero-image .linear-gradient {
            background-image: linear-gradient(90deg,#000 2%,rgba(0,0,0,.6) 50%,rgba(0,0,0,.3) 65%,rgba(0,0,0,.1) 80%,transparent);
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            margin: auto;
        }


    .autodesk-container .hero-text {
        color: #fff;
        margin: 0 5%;
    }

    .autodesk-container .image-2 p {
        max-width: 720px;
    }

    .autodesk-container .image-2 h1 {
        max-width: 400px;
    }
        .autodesk-container .hero-text h1 {
            font-family: artifakt-extra-bold !important;
            font-weight: 800;
            font-size: clamp(2rem, calc(1.50rem + 2.22vw), 3.5rem);
            letter-spacing: 0;
            line-height: 1.2;
        }

        .autodesk-container .hero-text p {
            font-family: ArtifaktElement,Arial,sans-serif;
            font-weight: 400;
            font-size: 1rem;
            letter-spacing: 0;
            line-height: 1.5;
        }

    .autodesk-container .content-container {
        display: flex;
        margin: 0 auto;
        max-width: 1600px;
    }

        .autodesk-container .content-container #colPublishFooter {
            display: flex;
            width: 48%;
        }

        .autodesk-container .content-container #content-text {
            display: flex;
            width: 48%;
            flex-direction: column;
            justify-content: center;
        }

            .autodesk-container .content-container #content-text h1 {
                font-family: artifakt-extra-bold !important;
                font-weight: 800;
                font-size: clamp(1.3125rem, calc(1.21rem + 0.463vw), 1.625rem);
                letter-spacing: 0;
                line-height: 1.2;
                color: #000;
            }

            .autodesk-container .content-container #content-text p {
                font-family: ArtifaktElement,Arial,sans-serif;
                font-weight: 400;
                font-size: 1rem;
                letter-spacing: 0;
                line-height: 1.5;
                color: #000;
            }

            .autodesk-container .content-container #content-text .content-btn {
                color: #000;
                border: 1px solid rgba(0,0,0,.23);
                opacity: 1;
                padding: 5px 15px;
                font-size: 1rem;
                min-width: 80px;
                box-shadow: none;
                font-weight: 600;
                line-height: 1.25;
                padding-top: 9px;
                border-color: #000;
                border-style: solid;
                border-width: 1px;
                padding-left: 1.25rem;
                padding-right: 1.25rem;
                padding-bottom: 9px;
                text-transform: none;
                background-color: transparent;
                border-radius: 4px;
                display: inline-flex;
            }

            .autodesk-container .content-container #content-text .content-btn .btn-text {
                width: 100%;
                display: inherit;
                align-items: inherit;
                justify-content: inherit;
            }

    .autodesk-container .form-btn {
        flex-basis: 100%;
        -webkit-box-flex: 0;
        flex-grow: 0;
        max-width: 100%;
    }

        .autodesk-container .form-btn button {
            margin: 2rem 0;
            color: rgb(255, 255, 255);
            background-color: rgb(0, 0, 0);
            padding: 0.5rem 1.25rem;
            opacity: 1;
            font-size: 1rem;
            min-width: 80px;
            box-shadow: none;
            font-weight: 600;
            line-height: 1.25;
            border-color: transparent;
            border-style: solid;
            border-width: 1px;
            text-transform: none;
            border-radius: 4px;
            box-sizing: border-box;
            transition: none;
            font-family: ArtifaktElement,Arial,sans-serif;
        }

    .autodesk-container .form-row-sp {
        display: flex;
        flex-direction: column;
    }

    .autodesk-container #form-background-image {
        background-image: linear-gradient(to top, black 0%, transparent 40%), url("../images/clients/autodesk/forms-background-dark-01-1600x800_jpg.jpg");
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
        min-height: 20rem;
    }

        .autodesk-container #form-background-image .linear-gradient {
            background: linear-gradient(90deg,#000 0,transparent 10%,transparent 90%,#000);
            background-color: rgba(0,0,0,.6);
            padding-top: 3rem;
            padding-bottom: 3rem;
        }

    .autodesk-container #form-content {
        width: 75%;
    }

        .autodesk-container #form-content .form-content-header {
            color: #fff;
            font-family: artifakt-extra-bold !important;
            font-weight: 800;
            font-size: clamp(1.5rem, calc(1.29rem + 0.926vw), 2.125rem);
            letter-spacing: 0;
            line-height: 1.2;
        }

        .autodesk-container #form-content .form-content-body {
            color: #dedede;
            font-family: ArtifaktElement,Arial,sans-serif;
            font-weight: 400;
            font-size: 1rem;
            letter-spacing: 0;
            line-height: 1.5;
            width: 80%;
        }

    .autodesk-container #form-container {
        background: #fff;
        border-radius: 0px;
        box-shadow: none;
        width: 23.75rem;
    }

        .autodesk-container #form-container .form-back-btn-container {
            display: none;
            margin-left: 1.5rem;
            margin-top: 1.5rem;
            height: 17px;
        }

            .autodesk-container #form-container .form-back-btn-container .form-back-btn {
                background-color: #fff;
                border-style: none;
                box-shadow: none;
                color: #000;
                font-size: .875rem;
                min-width: 4.0625rem;
                padding: 0;
                width: 5px;
            }

                .autodesk-container #form-container .form-back-btn-container .form-back-btn:hover {
                    background-color: rgba(0,0,0,.04);
                }

                .autodesk-container #form-container .form-back-btn-container .form-back-btn:before {
                    content: "\2039";
                    font-size: 1rem;
                    font-weight: 900;
                }

            .autodesk-container #form-container .form-back-btn-container.show {
                display: block;
            }

        .autodesk-container #form-container .form-step {
            visibility: hidden;
            position: absolute;
            height: 0px;
            overflow-y: hidden;
        }
            .autodesk-container #form-container .form-step.current-step {
                visibility: unset;
                position: relative;
                height: auto;
                overflow-y: unset;
            }

        .autodesk-container #form-container .form-header-sp {
            background: #fff;
            display: flex;
            flex-direction: column;
        }

        .autodesk-container #form-container .form-header-title h2 {
            color: #000;
            font-family: artifakt-extra-bold !important;
            font-weight: 800;
            line-height: 25px;
            margin: 1.5rem 0 0;
            padding-left: 1.5rem;
            padding-right: 1.5rem;
        }

        .autodesk-container #form-container .form-header-sp {
            align-items: initial;
            padding: 0;
        }

    .autodesk-container #step-title {
        font-family: artifakt-semi-bold !important;
        color: #000;
        font-weight: 600;
        margin: 0.75rem 0;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

        .autodesk-container #step-title p {
            margin: 0;
        }

    .autodesk-container .step-container {
        flex-basis: 100%;
        -webkit-box-flex: 0;
        flex-grow: 0;
        max-width: 100%;
        border-bottom: 1px solid #ccc;
        box-sizing: border-box;
        margin: 0px;
    }

        .autodesk-container .step-container .stepper {
            padding-bottom: 1.5rem;
            padding-left: 1.5rem;
            padding-right: 1.5rem;
            display: flex;
            flex-direction: row;
            -webkit-box-align: center;
            align-items: center;
        }

            .autodesk-container .step-container .stepper .step {
            }
                .autodesk-container .step-container .stepper .step .step-label-container {
                    display: flex;
                    -webkit-box-align: center;
                    align-items: center;
                }

                    .autodesk-container .step-container .stepper .step .step-label-container .step-label {
                        position: relative;
                        top: -1px;
                    }

                    .autodesk-container .step-container .stepper .step .step-label-container .label-icon-container {
                        border: 1.5px solid rgb(0, 0, 0);
                        color: rgb(0, 0, 0);
                        padding: 0px;
                        width: 1.5rem;
                        height: 1.5rem;
                        border-radius: 50%;
                        -webkit-box-pack: center;
                        flex-shrink: 0;
                        display: flex;
                        justify-content: center;
                    }

                        .autodesk-container .step-container .stepper .step .step-label-container .label-icon-container.incomplete {
                            border-color: rgb(191, 191, 191);
                            color: rgb(191, 191, 191);
                            position: relative;
                        }

                        .autodesk-container .step-container .stepper .step .step-label-container .label-icon-container.complete {
                            border-color: rgb(43, 194, 117);
                            position: relative;
                        }

                            .autodesk-container .step-container .stepper .step .step-label-container .label-icon-container.complete:before {
                                content: '\2713';
                                font-family: none;
                                display: inline-block;
                                background: rgb(43, 194, 117);
                                color: #000;
                                padding: 0;
                                position: absolute;
                                border-radius: 50px;
                                width: 100%;
                                height: 100%;
                                text-align: center;
                                z-index: 1;
                            }


            .autodesk-container .step-container .stepper .step-connector-container {
                flex: 1 1 auto;
            }

                .autodesk-container .step-container .stepper .step-connector-container .step-connector {
                    border-top-width: 1.5px;
                    margin-top: 0.75px;
                    display: block;
                    border-color: rgb(189, 189, 189);
                    border-top-style: solid;
                }

                    .autodesk-container .step-container .stepper .step-connector-container .step-connector.complete {
                        border-top-width: 3px;
                        border-color: rgb(43, 194, 117);
                    }


    .autodesk-container #form-container .sp2-form-group label {
        color: #000;
        font-family: ArtifaktElement,Arial,sans-serif;
        font-size: .75rem;
        white-space: normal;
        transition: none;
        display: block;
        font-weight: 400;
        line-height: 1.25;
        margin-bottom: 0.25rem;
        letter-spacing: 0;
        transform-origin: top left;
        padding: 0;
        position: relative;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
    }

    .autodesk-container #form-container .sp2-form-group .text-input, .autodesk-container #input-work-email, .autodesk-container #form-container .sp2-form-group select {
        padding-left: 0.75rem;
        color: #000;
        border: 0.0625rem solid;
        border-color: #ccc #ccc #000;
        font-size: 1rem;
        height: 1.375rem;
        line-height: 1.25;
        font: inherit;
        width: 100%;
        margin: 0;
        display: block;
        padding: 0.5rem 0.75rem;
        min-width: 0;
        background: none;
        box-sizing: border-box;
        height: 2.5rem;
        animation-name: mui-auto-fill-cancel;
        letter-spacing: inherit;
        animation-duration: 10ms;
        border-radius: 0;
        -webkit-tap-highlight-color: transparent;
    }

        .autodesk-container #form-container .sp2-form-group .text-input:hover, .autodesk-container #input-work-email:hover, .autodesk-container #form-container .sp2-form-group select:hover {
            outline: none !important;
            border: 0.0625rem solid #ccc #ccc #000 !important;
            border-bottom: 0.125rem solid #5f60ff;
            box-shadow: none;
        }

        .autodesk-container #form-container .sp2-form-group .text-input:active, .autodesk-container #input-work-email:active, .autodesk-container #form-container .sp2-form-group select:active {
            outline: none !important;
            border: 0.0625rem solid #5f60ff !important;
            border-bottom: 0.125rem solid #5f60ff;
            box-shadow: none;
        }

        .autodesk-container #form-container .sp2-form-group .text-input:focus, .autodesk-container #input-work-email:focus, .autodesk-container #form-container .sp2-form-group select:focus {
            outline: none !important;
            border: 0.0625rem solid #5f60ff !important;
            border-bottom: 0.125rem solid #5f60ff !important;
            box-shadow: none;
        }

    .autodesk-container #form-container #consent-container {
        color: #000;
        font-size: .75rem;
        line-height: 1.5;
        margin: 0;
        padding-left: 0.25rem;
    }

        .autodesk-container #form-container #consent-container a {
            color: #000 !important;
            text-decoration: underline;
            text-decoration-thickness: 1px;
            text-underline-offset: 0.2rem;
            outline: 2px solid transparent;
            outline-offset: 2px;
            text-decoration-skip-ink: auto;
            cursor: pointer;
        }

        .autodesk-container #form-container #consent-container > p {
            padding-top: 24px;
            padding-left: 1rem;
            margin: 0;
        }

        .autodesk-container #form-container #consent-container > div {
            padding-top: 24px;
            display: flex;
            align-items: start;
            gap: 0.2rem;
        }

            .autodesk-container #form-container #consent-container > div > input {
                margin-top: 2px;
            }

                .autodesk-container #form-container #consent-container > div > input:focus {
                    outline: none !important;
                }

                .autodesk-container #form-container #consent-container > div > input:active {
                    outline: none !important;
                }

    .autodesk-container .item {
        padding-top: 24px;
        margin: 0;
    }

    .autodesk-container .sp2-form {
        padding: 0 20px;
    }


    .autodesk-container #form-step-container {
        width: 100%;
        margin: 0 !important;
    }

#downloaded {
    margin-bottom: 3rem !important;
}

.downloads-text {
    text-align: center;
}

@media screen and (min-width: 1520px) {
    .autodesk-container .hero-image .linear-gradient {
        background-image: linear-gradient(90deg,#000 2%,rgba(0,0,0,.6) 50%,rgba(0,0,0,.3) 65%,rgba(0,0,0,.1) 80%,transparent),linear-gradient(270deg,#000 0,transparent 15%);
        min-width: 1520px;
        width: 100%;
        max-width: 2048px;
    }
}

@media screen and (min-width: 800px) {
    .autodesk-container .hero-image .linear-gradient {
        background-image: linear-gradient(90deg,#000 2%,rgba(0,0,0,.6) 50%,rgba(0,0,0,.3) 65%,rgba(0,0,0,.1) 80%,transparent);
    }

    .autodesk-container .content-container, .autodesk-container #main-logo {
        margin: 0 5%;
    }
}