<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#page /* Root div tag that contains all other elements */ {
    background-color: white;
    margin: 50px 0 0 0;
    padding: 0;
    width: 100%;
}

#header /* Header area with menu and logo */ {
    display: block;
    height: 50px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
}

body::-webkit-scrollbar, ::-webkit-scrollbar {
    height: 6px;
    width: 6px;
}
-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb, ::-webkit-scrollbar-thumb {
    background-color: #6e6e6e;
    outline: 1px solid #333;
}

#header, #page, #menu, #menu *, #logo, #logo * {
    -ms-transition: all .3s;
    -moz-transition: all .3s; /* Firefox 4 */
    -webkit-transition: all .3s; /* Safari and Chrome */
    -o-transition: all .3s; /* Opera */
    transition: all .3s;
}
.headerLarge {
    height: 140px;  
}

.headerSmall {
    height: 50px;
}

    .headerSmall #logo {
        width: 100px;
    }

#cookieConsent {
    position: fixed;
    color: white;
    background: black;
    left: 0;
    right: 0;
    bottom: 0;
}
#cookieConsent1 {
    vertical-align: middle;
    margin: 20px;
    float: left;
}
    #cookieConsent1 a, #cookieConsent1 a:visited, #cookieConsent1 a:active, #cookieConsent1 a:link {
        color: white;
        text-decoration: underline;
    }

.top-header {
    margin: 0;
    padding: 30px 30px 40px 30px;
    background-color: rgb(240, 240, 240) !important;
    background-color: rgba(240, 240, 240, 0.95) !important;
    position: fixed;
    top: 140px;
    left: 0;
    right: 0;
    -ms-transition: height .3s, margin-left .3s, margin-right .3s, left .3s, right .3s, top .3s;
    -moz-transition: height .3s, margin-left .3s, margin-right .3s, left .3s, right .3s, top .3s;
    -webkit-transition: height .3s, margin-left .3s, margin-right .3s, left .3s, right .3s, top .3s;
    -o-transition: height .3s, margin-left .3s, margin-right .3s, left .3s, right .3s, top .3s;
    transition: height .3s, margin-left .3s, margin-right .3s, left .3s, right .3s, top .3s;
    z-index: 90;
}
    .top-header.scrolled {
        top: 50px;
        padding: 10px 30px 25px 30px;
    }

    .top-header&gt;h1 {
        line-height: 1.2em;
        font-weight: 700;
        font-size: 3rem;
        text-align: right;
        /*max-width: 950px;*/
        float: right;
        color: white;
    }

#menu /* Menu div element within which the list and list items of the menu reside */ {
    display: none;
    margin-left: 200px;
    margin-right: 20px;
    margin-top: 35px;
}

.headerSmall #menu {
    margin-top: 10px;
}

.magazinePresentation {
    height: 725px;
    width: 100%;
    background-color: #f2f2f2;
}
    .magazinePresentation img {
        width: 502px;
        height: 650px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        padding-top: 72px;
    }

#mobileMenuIcon {
    display: block;
    cursor: pointer;
    width: 50px;
}

    #mobileMenuIcon img {
        margin: 15px 10px 10px 10px;
    }
    #mobileMenuIcon i {
        margin: 15px 10px 10px 10px;
    }

#mobileMenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 200px;
    bottom: 0;
    background-color: rgb(39, 39, 39);
    color: white;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    z-index: -1;
}

    #mobileMenu ul li .subMenu {
        display: block;
        width: 185px;
        padding: 5px 0 5px 0;
    }

        #mobileMenu ul li .subMenu ul {
            list-style: none;
            padding-left: 0;
            padding-top: 5px;
            margin: 0;
            width: 200px;
        }

            #mobileMenu ul li .subMenu ul li {
                border-bottom: 0;
                border-top: 1px solid rgb(88, 88, 88);
                border-top: 1px solid rgba(255, 255, 255, 0.2);
                padding: 7px 0 7px 20px;
                margin-left: 0;
            }

    #mobileMenu ul {
        list-style: none;
        padding-left: 0;
        padding-top: 5px;
        width: 200px;
    }

        #mobileMenu ul li {
            border-bottom: 1px solid rgb(88, 88, 88);
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
            list-style: none;
            text-indent: 0;
            margin-left: 0;
            margin-top: 0;
            padding: 9px 20px 9px 15px;
            font-weight: 400;
            font-size: 12pt;
            font-family: "Noto Sans", ui-sans-serif;
            cursor: pointer;
        }

            #mobileMenu ul li a, #mobileMenu ul li a:visited, #mobileMenu ul li a:hover {
                color: white;
                text-decoration: none;
            }

            #mobileMenu ul li.neutralMenuSelected {
                border-left: 4px solid rgb(8, 57, 129);
                background-color: #03142e;
                background-color: rgba(8, 57, 129, 0.2);
            }

            #mobileMenu ul li.neutralMenu:hover {
                border-left: 4px solid rgb(8, 57, 129);
                padding: 9px 20px 9px 11px;
            }

            #mobileMenu ul li.trainingMenuSelected {
                border-left: 4px solid rgb(28, 134, 185);
                background-color: #04161f;
                background-color: rgba(28, 134, 185, 0.1);
            }

            #mobileMenu ul li.trainingMenu:hover {
                border-left: 4px solid rgb(28, 134, 185);
                padding: 9px 20px 9px 11px;
            }

            #mobileMenu ul li.magazineMenuSelected {
                border-left: 4px solid rgb(239, 192, 13);
                background-color: #3c3004;
                background-color: rgba(239, 192, 13, 0.1);
            }

            #mobileMenu ul li.magazineMenu:hover {
                border-left: 4px solid rgb(239, 192, 13);
                padding: 9px 20px 9px 11px;
            }

            #mobileMenu ul li.consultingMenuSelected {
                border-left: 4px solid rgb(178, 12, 29);
                background-color: #580009;
                background-color: rgba(178, 12, 29, 0.1);
            }

            #mobileMenu ul li.consultingMenu:hover {
                border-left: 4px solid rgb(178, 12, 29);
                padding: 9px 20px 9px 11px;
            }

            #mobileMenu ul li.frameworkMenuSelected {
                border-left: 4px solid rgb(226, 50, 56);
                background-color: #321b01;
                background-color: rgba(237, 126, 1, 0.1);
            }

            #mobileMenu ul li.frameworkMenu:hover {
                border-left: 4px solid rgb(226, 50, 56);
                padding: 9px 20px 9px 11px;
            }

            #mobileMenu ul li.vfpconversionMenuSelected {
                border-left: 4px solid rgb(254, 0, 0);
                background-color: #3d0000;
                background-color: rgba(254, 0, 0, 0.1);
            }

            #mobileMenu ul li.vfpconversionMenu:hover {
                border-left: 4px solid rgb(254, 0, 0);
                padding: 9px 20px 9px 11px;
            }

            #mobileMenu ul li.staffingMenuSelected {
                border-left: 4px solid rgb(66, 182, 74);
                background-color: #173c19;
                background-color: rgba(66, 182, 74, 0.1);
            }

            #mobileMenu ul li.staffingMenu:hover {
                border-left: 4px solid rgb(66, 182, 74);
                padding: 9px 20px 9px 11px;
            }

#main {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
    border-bottom: 0;
    background-color: white;
}

footer /* Footer with copyright and address */ {
    color: white;
    background-color: rgb(107, 114, 128);
    padding: 65px;
}

    footer .footerRoot {
        display: flex;
        flex-direction: row;
        margin-left: auto;
        margin-right: auto;
        max-width: 1280px;
    }

    footer a, footer a:visited, footer a:link {
        color: white;
        text-decoration: underline;
    }

    footer a:active, footer a:hover {
        border: 1px dashed white;
    }

.footerColumn {
    width: 33%;
    padding-right: 30px;
}

    .footerColumn.siteMap h2 {
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 2rem;
        margin-bottom: 0.5rem;
        margin-top: 25px;
    }
        .footerColumn.siteMap h2 a, .footerColumn.siteMap h2 a:visited, .footerColumn.siteMap h2 a:link, .footerColumn.siteMap h2 a:active {
            text-decoration: none;
            color: white;
        }
        .footerColumn.siteMap li a.areaLink, .footerColumn.siteMap li a.areaLink:visited, .footerColumn.siteMap li a.areaLink:link, .footerColumn.siteMap li a.areaLink:active {
            text-decoration: underline;
            color: white;
        }
        .footerColumn.siteMap li {
            list-style: none;
            margin-left: 0;
        }

    .footerColumn.siteMap.secondarySiteMapColumn {
        padding-top: 2.75rem;
    }


@media only screen and (max-width : 900px) {
    footer /* Footer with copyright and address */ {
        flex-direction: column;
    }

    .footerColumn {
        width: 100%;
    }

    .footerColumn:first-child {
        margin-bottom: 40px;
    }

    .footerColumn.siteMap.secondarySiteMapColumn {
        padding-top: 0;
    }

    .footerColumn.siteMap {
        display: none;
    }
}

.footerColumn h1 {
    color: white;
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 2.5rem;
    margin-bottom: 1rem;
}

@media only screen and (max-width : 750px) {
    #footer {
        font-size: 0.8em;
        flex-direction: column;
    }
}

@media only screen and (max-width : 450px) {
    #footer {
        font-size: 0.6em;
    }
}

#contentColumnHeader /* Like single content column, but for the header image */ {
    background-color: White;
    background-repeat: no-repeat;
    -ms-background-size: cover;
    background-size: cover;
    margin: 0 0 0 0;
    width: 100%;
    height: 400px;
    padding: 8px 0;
}

#contentColumnBillboard /* Header with background image */ {
    background-color: White;
    background-repeat: round;
    margin: 0 0 30px 0;
    height: 200px;
    width: 834px;
    float: left;
    padding: 8px;
}

.contentColumnHeader /* Like single content column, but for the header image */ {
    background-color: White;
    background-repeat: no-repeat;
    -ms-background-size: cover;
    background-size: cover;
    margin: 0 0 0 0;
    width: 100%;
    height: 400px;
    padding: 8px 0;
    clear: both;
}

.contentColumnBillboard /* Header with background image */ {
    background-color: White;
    background-repeat: round;
    margin: 0 0 30px 0;
    height: 200px;
    width: 834px;
    float: left;
    padding: 8px;
}

#contentColumnSingle /* Single content column in 1-column layouts */ {
    background-color: White;
    margin: 15px auto 15px auto;
    max-width: 90%;
    padding: 25px 8px 25px 8px;
}

.singleColumnBelowBillboard {
    background-color: White;
    float: none;
    margin-top: 0;
    margin-bottom: 75px;
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
    padding: 50px 0 20px 0;
    width: 90%;
}

    .singleColumnBelowBillboard h2:first-child {
        margin-top: 40px;
    }

    .singleColumnBelowBillboard h2 {
        margin-top: 60px;
    }

    .singleColumnBelowBillboard .leftContent {
        float: none;
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 75px;
    }

    .singleColumnBelowBillboard .leftContent2 {
        float: none;
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 75px;
    }

    .singleColumnBelowBillboard .rightContent {
        float: none;
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }

    .singleColumnBelowBillboard .rightContent2 {
        float: none;
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }

    .singleColumnBelowBillboard .rightContent h2 {
        font-size: 3em;
        font-weight: 700;
        margin-bottom: 40px;
    }

    .singleColumnBelowBillboard .rightContent p {
        font-size: 1.5em;
    }

    .singleColumnBelowBillboard h2 {
        font-size: 3em;
        font-weight: 700;
        margin-bottom: 40px;
        text-align: center;
    }

    .singleColumnBelowBillboard h3 {
        font-size: 3rem;
        font-weight: 700;
        margin-bottom: 40px;
        text-align: center;
    }

    .singleColumnBelowBillboard p {
        font-size: 1.25rem;
        line-height: 1.75rem;
        margin-bottom: 1.5rem;
    }

    .singleColumnBelowBillboard ul {
        font-size: 1.5em;
    }

    .singleColumnBelowBillboard div h3 {
        font-size: 3em;
        font-weight: 700;
        margin-bottom: 40px;
        text-align: center;
    }

    .singleColumnBelowBillboard div p {
        font-size: 1.5em;
    }

    .singleColumnBelowBillboard div ul {
        font-size: 1.5em;
    }

.separator {
    margin-bottom: 40px;
    padding-bottom: 70px;
    clear: both;
}

.top-background-fix {
    position: absolute;
    top: -1000px;
    width: 100%;
    height: 1250px;
    z-index: -10000;
}

@media only screen and (max-width : 900px) {
    .top-background-fix {
        position: absolute;
        top: -1000px;
        width: 100%;
        height: 1200px;
    }
}

#contentColumnSingleFlyer /* Single content column in 1-column layouts using the large, flyer style */ {
    background-color: White;
    margin: 10px auto 10px auto;
    max-width: 900px;
    width: 90%;
    padding: 25px 8px 25px 8px;
    text-align: left;
}

    #contentColumnSingleFlyer div {
        margin-top: 25px;
    }

        #contentColumnSingleFlyer div p {
            font-size: 1.125rem;
            line-height: 1.75rem;
            margin-bottom: 45px;
        }
            #contentColumnsingleFlyer div fieldset {
                margin: 0;
            }

                #contentColumnSingleFlyer div fieldset p,
                #contentColumnSingle div fieldset p,
                #my-login div fieldset p {
                    font-size: 1em;
                    text-align: left;
                    margin-bottom: 12px;
                }

        #contentColumnSingleFlyer div ol {
            font-size: 1.5em;
            line-height: 1.5em;
            list-style-position: inside;
        }

        #contentColumnSingleFlyer div ul {
            font-size: 1.5em;
            line-height: 1.5em;
            list-style-position: inside;
        }

        #contentColumnSingleFlyer div h1 {
            font-family: "Noto Sans", ui-sans-serif;
            font-weight: 700;
            font-size: 2.25rem;
            text-align: center;
            line-height: 2.5rem;
            margin-bottom: 40px;
            color: rgb(41, 110, 153);
        }

        #contentColumnSingleFlyer div h2 {
            font-family: "Noto Sans", ui-sans-serif;
            font-weight: 700;
            text-align: center;
            line-height: 2.25rem;
            margin-bottom: 20px;
            font-size: 2rem;
        }

        #contentColumnSingleFlyer div h3 {
            font-family: "Noto Sans", ui-sans-serif;
            font-weight: 700;
            text-align: center;
            line-height: 1.5em;
            margin-bottom: 40px;
        }

        #contentColumnSingleFlyer div.bulletHost {
            margin: 0 auto;
            padding: 0;
        }

        #contentColumnSingleFlyer div.unselectedBullet {
            margin: 6px 11px;
            padding: 0;
        }

        #contentColumnSingleFlyer div.selectedBullet {
            margin: 6px 11px;
            padding: 0;
        }

        #contentColumnSingleFlyer div.separator {
            border-bottom: 1px solid silver;
            margin-bottom: 40px;
            padding-bottom: 30px;
        }

        #contentColumnSingleFlyer div div.twoColumns {
            width: 365px;
            float: left;
            margin-bottom: 0;
            padding-bottom: 0;
            padding-left: 20px;
            padding-right: 20px;
        }

        #contentColumnSingleFlyer div div.threeColumns {
            width: 230px;
            float: left;
            margin-bottom: 0;
            padding-bottom: 0;
            padding-left: 20px;
            padding-right: 20px;
        }

        #contentColumnSingleFlyer div div.clearfix {
            margin-bottom: 0;
            padding-bottom: 0;
        }

#contentColumnMain /* Main (typically left) content column for 2-column layouts */ {
    width: 90%;
    max-width: 900px;
    margin: 10px auto 10px auto;
}


    #contentColumnMain h1:first-child {
        padding-top: 50px;
    }

#contentColumnSecondary /* Secondary (typically right) content column for 2-column layouts */ {
    width: 90%;
    max-width: 900px;
    margin: 10px auto 10px auto;
}

.contentColumnFlyerMain /* Main (typically left) content column for 2-column layouts */ {
    width: 90%;
    max-width: 900px;
    margin: 10px auto 10px auto;
}

.contentColumnFlyerSecondary /* Secondary (typically right) content column for 2-column layouts */ {
    width: 90%;
    max-width: 900px;
    margin: 10px auto 10px auto;
}

#ads /* Div container for all ad elements adorning the page (does not include inline ads that are part of the main content) */ {
    display: none;
}

#adTower /* Container for all tower ads (typically located on the right edge of the page outside the content area) */ {
    position: absolute;
    left: 875px;
    top: 100px;
    display: block;
}

#adHorizontalTop /* Container for the horizontal ad at the top of the page */ {
    text-align: center;
    width: 850px;
}

#usercontrols {
    margin-top: 20px;
    margin-right: 15px;
    float: right;
    text-align: right;
}

#logo /* Div element containing the logo */ {
    display: block;
    float: right;
    font-size: larger;
    height: 50px;
    margin: 5px 10px 0 0;
    position: relative;
    text-align: left;
    width: 100px;
}

    #logo img {
        width: 100px;
        margin-top: 2px;
    }

.invertedButton {
    width: 153px;
    text-align: center;
    padding-top: 0.5rem;
    padding-bottom: 0.625rem;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
    background-color: rgba(245, 158, 11);
    float: left;
    cursor: pointer;
    -ms-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05);
    font-weight: 700;
    font-size: 1.25rem;
    border-radius: 0.25rem;
    font-family: "Noto Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.invertedButton:hover {
    background-color: rgb(251,191,36);
}
    .invertedButton a, .invertedButton a:hover, .invertedButton a:active, .invertedButton a:visited, .invertedButton a:link {
        text-decoration: none;
        color: white;
    }

.secondaryButton {
    background-color: rgb(156, 163, 175);
}
    .secondaryButton:hover {
        background-color: rgb(209, 213, 219);
    }

@media only screen and (max-width : 750px) {
     .invertedButton {
         float: unset;
     }
 }

@media only screen and (max-height : 1100px) {
    .magazinePresentation {
        height: 475px;
        background-image: url("/images/MagazineShadowFrameSmall.png");
    }
    .magazinePresentation img {
        width: 330px;
        height: 426px;
        padding-top: 59px;
    }
}

@media only screen and (max-width : 900px) {
    #page.showMobileMenu {
        margin-left: 200px !important;
        margin-right: -200px !important;
    }

    #header.showMobileMenu {
        left: 200px !important;
        right: -200px !important;
    }

    .top-header {
        top: 50px !important;
        min-height: 32px;
        padding: 30px 20px 40px 20px;
        -ms-transition: all .3s;
        -moz-transition: all .3s; /* Firefox 4 */
        -webkit-transition: all .3s; /* Safari and Chrome */
        -o-transition: all .3s; /* Opera */
        transition: all .3s;
        z-index: 100;
    }

    .top-header&gt;h1 {
        font-size: 16pt !important;
        line-height: 1.2em;
        -ms-transition: all .3s;
        -moz-transition: all .3s; /* Firefox 4 */
        -webkit-transition: all .3s; /* Safari and Chrome */
        -o-transition: all .3s; /* Opera */
        transition: all .3s;
    }
    .top-header.showMobileMenu {
        left: 200px !important;
        right: -200px !important;
    }
        .top-header.scrolled {
            padding: 2px 20px 10px 20px;
            min-height: 0;
        }

    #page.top-header-found {
        margin-top: 152px !important;
    }

    .magazinePresentation {
        height: 475px;
        background-image: url("/images/MagazineShadowFrameSmall.png");
    }
    .magazinePresentation img {
        width: 330px;
        height: 426px;
        padding-top: 59px;
    }
    .singleColumnBelowBillboard h2, .singleColumnBelowBillboard div h2 {
        font-size: 1.7em;
    }

    .singleColumnBelowBillboard h3, .singleColumnBelowBillboard div h3 {
        font-size: 1.5em;
    }

    .singleColumnBelowBillboard p, .singleColumnBelowBillboard div p, .singleColumnBelowBillboard ul, .singleColumnBelowBillboard ol, .singleColumnBelowBillboard div ul, .singleColumnBelowBillboard div ol {
        font-size: 1.1em;
    }
}

@media only screen and (max-width : 750px) {
    .magazinePresentation {
        height: 430px;
        background-image: url("/images/MagazineShadowFrameSmaller.png");
    }

    .magazinePresentation img {
        width: 289px;
        height: 374px;
        padding-top: 63px;
    }
}

blockquote {
    background: #f0f0f0;
    padding: 10px 20px;
    border-left: 6px solid black;
    margin-bottom: 30px;
    font-size: 13pt;
}
    blockquote p {
        text-align: left !important;
    }

    blockquote .quoter {
        font-size: 1.2em;
        font-weight: bold;
        margin: 0;
    }

    blockquote .quoterTitle {
        font-size: .8em;
        padding-top: 3px !important;
    }

.quoter {
    font-size: 1.2em;
    line-height: 1;
    text-align: center;
    margin: -20px 0 50px 50px;
}

#contentColumnSecondary div p.quoter {
    text-align: right;
}

#contentColumnSingleFlyer .contentColumnFlyerSecondary div p.quoter {
    text-align: left;
    font-size: 1.1em;
}

.quote {
    color: white;
    margin: 30px 10px 0 25px;
    padding: 7px 15px 10px 15px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

#contentColumnSecondary div p.quote {
    text-align: left;
}

#contentColumnSingleFlyer .contentColumnFlyerSecondary div p.quote {
    text-align: left;
    font-family: "Noto Sans", ui-sans-serif;
    font-size: 15px;
    line-height: 1.3em;
    margin: 30px 0 0 35px;
    padding: 7px 15px 10px 15px;
}

p.quoteArrow {
    margin: 0 0 0 auto;
    text-align: right;
    background-image: url('/Images/Styles/SpeechBubbleArrowTraining.png');
    background-repeat: no-repeat;
    height: 10px;
    width: 40px;
}

#contentColumnSingleFlyer .contentColumnFlyerSecondary div p.quoteArrow {
    margin: 0 0 10px auto;
    text-align: right;
    background-image: url('/Images/Styles/SpeechBubbleArrowTraining.png');
    background-repeat: no-repeat;
    height: 20px;
    width: 40px;
}

/* Content formatted in a way that draws more attention from a user (such as "just 3 days to go!") */

.error /* General highlight for error information */ {
    color: rgb(178, 12, 29);
}

.field-validation-error /* Field validation error information */ {
    color: rgb(178, 12, 29);
    font-size: 0.9rem;
}

.input-validation-error /* Input validation error information */ {
    border: 1px solid rgb(178, 12, 29);
    background-color: #ffeeee;
}
select.input-validation-error /* Input validation error information */ {
    border-bottom: 2px solid rgb(178, 12, 29) !important;
}

.validation-summary-errors /* Validation summary errors */ {
    background-color: rgba(226, 50, 56, .15);
    border-left: 5px solid rgb(226, 50, 56);
    padding: 6px 8px 1px 8px;
    font-weight: normal;
    color: black;
    margin-bottom: 20px;
}

    .validation-summary-errors li {
        padding: 0;
        list-style: none;
        margin-left: 0;
    }

/* these classes control the display of the Events Media pages*/
.showHideLink {
    float: right;
}

.eventEdit ul {
    list-style: none;
}

.sessionFrame {
    background-color: ghostwhite;
    padding: 5px;
    margin: 5px;
}

.eventFrame {
    background-color: #e8eef4;
    padding: 5px;
}

.dayFrame {
    background-color: rgb(208, 227, 251);
    padding: 5px;
}

/* Bullet selections */

div.bulletHost {
    margin: 0 auto;
    padding: 0;
    clear: both;
}

div.selectedBullet {
    width: 10px;
    height: 10px;
    border: 1px solid rgb(118, 121, 124);
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    margin: 5px 10px;
    padding: 0;
    float: left;
    cursor: pointer;
}

div.unselectedBullet {
    width: 8px;
    height: 8px;
    border: 1px solid transparent;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: rgb(118, 121, 124);
    margin: 6px 11px;
    padding: 0;
    float: left;
    cursor: pointer;
}

/***********************************************************
** Custom formatting based on existing classes and patterns
***********************************************************/

/* Content inside of a single column content panel
----------------------------------------------------------*/

#contentColumnSingle h1 {
    margin-bottom: 15px;
    font-weight: 700;
}

#contentColumnSingle h2 {
    margin-bottom: 15px;
    font-weight: 700;
}

#contentColumnSingle h3 {
    margin-bottom: 15px;
    font-weight: 700;
}

#contentColumnSingle p {
    text-align: justify;
}

#contentColumnSingle blockquote p {
    margin-left: 20px;
    border-left: black 4px solid;
    background-color: #eeeeee;
    padding: 10px;
    margin-right: 20px;
}

#contentColumnHeader h1 {
    color: white;
    font-weight: 700;
}

.contentColumnHeader h1 {
    color: white;
    font-weight: 700;
}

#contentColumnHeader h2, .contentColumnHeader h2 {
    color: white;
    font-size: 3em;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
    margin-top: 75px;
    text-align: center;
    width: 90%;
}

#contentColumnBillboard h1 {
    color: white;
    font-family: "Noto Sans", ui-sans-serif;
    font-weight: 700;
}

#contentColumnBillboard h2 {
    font-family: "Noto Sans", ui-sans-serif;
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 40px;
    font-size: 2em;
}

/* Content inside of the primary (typically right)
   content panel of a 2-column layout
----------------------------------------------------------*/
#contentColumnMain div {
    margin: 10px 5px 10px 10px;
    background-color: white;
    padding: 8px 20px 8px 10px;
}

.contentColumnFlyerMain div {
    margin: 10px 5px 10px 10px;
    background-color: white;
    padding: 8px 20px 8px 10px;
}

#contentColumnSecondary div {
    margin: 10px 10px 10px 5px;
    background-color: White;
    padding: 8px;
}

.contentColumnFlyerSecondary div {
    margin: 10px 10px 10px 5px;
    background-color: White;
    padding: 8px;
}

#contentColumnSingleFlyer .contentColumnFlyerSecondary div {
    margin: 10px 10px 10px 5px;
    background-color: White;
    padding: 8px;
}

#contentColumnMain div p {
    text-align: justify;
    padding-top: 10px;
}

#contentColumnMain div h2 {
    margin-top: 20px;
    margin-bottom: 30px;
}

#contentColumnMain div h3 {
    margin-top: 35px;
}

#contentColumnSingleFlyer .contentColumnFlyerMain div p {
    text-align: justify;
    padding-top: 10px;
    font-size: .8em;
    margin-bottom: 20px;
}

#contentColumnSingleFlyer .contentColumnFlyerMain div ul {
    list-style: none;
}

    #contentColumnSingleFlyer .contentColumnFlyerMain div ul h1 {
        font-size: 1em;
        line-height: 1.3em;
        color: black;
        text-align: left;
        margin-bottom: 10px;
    }

    #contentColumnSingleFlyer .contentColumnFlyerMain div ul h2 {
        font-size: .9em;
        line-height: 1.1em;
        color: black;
        text-align: left;
        margin-top: 10px;
    }

#contentColumnSingleFlyer .contentColumnFlyerMain div p:first-of-type {
    padding-top: 0;
}

#contentColumnSingleFlyer .contentColumnFlyerMain div h2 {
    margin-top: 20px;
    margin-bottom: 30px;
}

#contentColumnSingleFlyer .contentColumnFlyerMain div h3 {
    background: #1c88ba;
    color: White;
    font-weight: normal;
    padding: 3px 5px 3px 5px;
    font-size: 1.2em;
    margin-right: -10px;
}

    #contentColumnSingleFlyer .contentColumnFlyerMain div h3.topHeading {
        margin: -10px -20px 0 -10px;
        padding: 10px 5px 10px 10px;
    }

/* Lists in primary content panels
----------------------------------------------------------*/
#contentColumnMain div ul h1 {
    font-family: "Noto Sans", ui-sans-serif;
    display: inline;
    font-size: 1.3em;
    font-weight: bold;
}

#contentColumnMain div ul h2 {
    display: inline;
    color: #2098ce;
    font-size: 1.3em;
    font-weight: bold;
}

    #contentColumnMain div ul h2:before {
        content: " /";
    }

    #contentColumnMain div ul h2:after {
        content: "/";
    }

#contentColumnMain div ul li p {
    margin: 5px 0 0 0;
    text-align: justify;
}

#contentColumnMain div .alert {
    color: #be187c;
}

#contentColumnMain div p a:hover {
    /*color: Navy;*/
    text-decoration: underline;
}

/* Content inside of the secondary (typically right)  content panel of a 2-column layout */
#contentColumnSecondary div p {
    text-align: justify;
    padding-top: 10px;
}

/* Lists in Secondary content panels
----------------------------------------------------------*/
#contentColumnSecondary .listSecondary ul h1 {
    display: inline;
    font-size: 1.3em;
    font-weight: bold;
}

#contentColumnSecondary .listSecondary ul h2 {
    display: inline;
    color: #2098ce;
    font-size: 1.3em;
    font-weight: bold;
}

    #contentColumnSecondary .listSecondary ul h2:before {
        content: " /";
    }

    #contentColumnSecondary .listSecondary ul h2:after {
        content: "/";
    }

#contentColumnSecondary .listSecondary ul li p {
    margin: 5px 0 0 0;
    text-align: justify;
}

#contentColumnSecondary .listSecondary .alert {
    color: #be187c;
}

#contentColumnSecondary .listSecondary ul li p a {
    color: #be187c;
}

#contentColumnSecondary .listSecondary p a:visited {
    color: #be187c;
}

#contentColumnSecondary .listSecondary p a:hover {
    color: Navy;
    text-decoration: underline;
}

/* Tables in single-column layouts
----------------------------------------------------------*/
#contentColumnSingle table tr td p {
    margin: 0 10px 0 0;
}

#contentColumnSingle table tr td h1 {
    display: inline;
    font-size: 1.1em;
    font-weight: bold;
}

    #contentColumnSingle table tr td h1 a {
        color: Black;
        text-decoration: none;
    }

        #contentColumnSingle table tr td h1 a:visited {
            color: Black;
            text-decoration: none;
        }

        #contentColumnSingle table tr td h1 a:hover {
            color: Red;
            text-decoration: underline;
        }

#contentColumnSingle table tr td h2 {
    display: inline;
    font-size: 1.1em;
    font-weight: bold;
}

    #contentColumnSingle table tr td h2:before {
        content: " /";
    }

    #contentColumnSingle table tr td h2:after {
        content: "/";
    }

.singleColumnBelowBillboard table tr td p {
    margin: 0 10px 0 0;
}

.singleColumnBelowBillboard table tr td h1 {
    display: inline;
    font-size: 1.1em;
    font-weight: bold;
}

    .singleColumnBelowBillboard table tr td h1 a {
        color: Black;
        text-decoration: none;
    }

        .singleColumnBelowBillboard table tr td h1 a:visited {
            color: Black;
            text-decoration: none;
        }

        .singleColumnBelowBillboard table tr td h1 a:hover {
            color: Red;
            text-decoration: underline;
        }

.singleColumnBelowBillboard table tr td h2 {
    display: inline;
    font-size: 1.1em;
    font-weight: bold;
}

    .singleColumnBelowBillboard table tr td h2:before {
        content: " /";
    }

    .singleColumnBelowBillboard table tr td h2:after {
        content: "/";
    }

/* Footer
----------------------------------------------------------*/
#footer strong {
    font-size: 1.2em;
}

#footer a {
    color: white;
}

    #footer a:hover {
        text-decoration: underline;
    }

    #footer a:visited {
        text-decoration: underline;
    }

/* Menu
----------------------------------------------------------*/


.headerSmall #logo img {
    width: 100px;
    margin-top: 2px;
}

#menu ul {
    float: right;
}

    #menu ul li {
        float: left;
        list-style-type: none;
        margin: 0 4px 0 0;
    }

        #menu ul li a {
            text-decoration: none;
        }

#menu #subMenu ul li {
    float: left;
    list-style-type: none;
    margin: 0;
    height: 20px;
}

    #menu #subMenu ul li a {
        padding: 1px 10px;
        text-decoration: none;
    }

#menu ul li.neutralMenu a {
    color: Black;
}

    #menu ul li.neutralMenu a:hover {
        border-bottom: 3px solid white;
    }

#menu ul li.neutralMenuSelected a {
    color: Black;
    border-bottom: 3px solid white;
}

#menu ul li.trainingMenu a {
    color: Black;
}

    #menu ul li.trainingMenu a:hover {
        border-bottom: 3px solid white;
    }

#menu ul li.trainingMenuSelected a {
    color: Black;
    border-bottom: 3px solid white;
}

#menu ul li.accountMenu a {
    color: White;
    background-color: rgb(245, 158, 11);
    padding-top: 0.25rem;
    padding-bottom: 0.4rem;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
    background-color: rgba(245, 158, 11);
    border-radius: 0.25rem;
    font-weight: 700;
    padding-left: 1rem;
    padding-right: 1rem;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05);
}

    #menu ul li.accountMenu a:hover {
        background-color: rgb(251,191,36);
    }

#menu ul li.accountMenuSelected a {
    color: Black;
    border-bottom: 3px solid white;
}


#menu ul li.magazineMenu a {
    color: Black;
}

    #menu ul li.magazineMenu a:hover {
        border-bottom: 3px solid white;
    }

#menu ul li.magazineMenuSelected a {
    color: Black;
    border-bottom: 3px solid white;
}

#menu ul li.consultingMenu a {
    color: Black;
}

    #menu ul li.consultingMenu a:hover {
        border-bottom: 3px solid white;
    }

#menu ul li.consultingMenuSelected a {
    color: Black;
    border-bottom: 3px solid white;
}

#menu ul li.frameworkMenu a {
    color: Black;
}

    #menu ul li.frameworkMenu a:hover {
        border-bottom: 3px solid white;
    }

#menu ul li.frameworkMenuSelected a {
    color: Black;
    border-bottom: 3px solid white;
}

#menu ul li.vfpconversionMenu a {
    color: Black;
}

    #menu ul li.vfpconversionMenu a:hover {
        border-bottom: 3px solid white;
    }

#menu ul li.vfpconversionMenuSelected a {
    color: Black;
    border-bottom: 3px solid white;
}

#menu ul li.staffingMenu a {
    color: Black;
}

    #menu ul li.staffingMenu a:hover {
        border-bottom: 3px solid white;
    }

#menu ul li.staffingMenuSelected a {
    color: Black;
    border-bottom: 3px solid white;
}

#menu ul li a:active {
    color: Black;
}

#menu ul li.selected a {
    background-color: #fff;
    color: #000;
}

/* Standard data field formatting in tables
------------------------------------------ */
th.price, td.price {
    text-align: right;
    -moz-min-width: 80px;
    -ms-min-width: 80px;
    -o-min-width: 80px;
    -webkit-min-width: 80px;
    min-width: 80px;
}

th.date, td.date {
    text-align: center;
    -moz-min-width: 80px;
    -ms-min-width: 80px;
    -o-min-width: 80px;
    -webkit-min-width: 80px;
    min-width: 80px;
}

/* ADS
------------------------------------------ */
#topAd img {
    margin: 0 auto 0 auto;
}

/* Display of flags for content options
------------------------------------------ */
#contentColumnSingle &gt; ul {
    clear: both;
}

#contentColumnSingle li.contentLive {
    float: left;
    list-style-position: inside;
    list-style-image: url('Images/LiveEvent.png');
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 10px;
    height: 1.5em;
    overflow: hidden;
}

#contentColumnSingle li.contentOnline {
    float: left;
    list-style-position: inside;
    list-style-image: url('Images/OnlineEvent.png');
    margin: 0 0 10px 10px;
    width: 10px;
    height: 1.5em;
    overflow: hidden;
}

#contentColumnSingle li.contentVideo {
    float: left;
    list-style-position: inside;
    list-style-image: url('Images/VideoEvent.png');
    margin: 0 0 10px 10px;
    width: 10px;
    height: 1.5em;
    overflow: hidden;
}

#contentColumnSingle li.contentMentoring {
    float: left;
    list-style-position: inside;
    list-style-image: url('Images/MentoringEvent.png');
    margin: 0 0 10px 10px;
    width: 10px;
    height: 1.5em;
    overflow: hidden;
}

#contentColumnSingle li.contentOnSite {
    float: left;
    list-style-position: inside;
    list-style-image: url('Images/OnsiteEvent.png');
    margin: 0 0 10px 10px;
    width: 10px;
    height: 1.5em;
    overflow: hidden;
}

#contentColumnSingle li.contentCustomized {
    float: left;
    list-style-position: inside;
    list-style-image: url('Images/CustomizedEvent.png');
    margin: 0 0 10px 10px;
    width: 10px;
    height: 1.5em;
    overflow: hidden;
}

#contentColumnSingle &gt; ul &gt; li.contentLive {
    float: left;
    list-style-position: inside;
    list-style-image: url('Images/LiveEvent.png');
    margin: 0 10px 10px 10px;
    width: auto;
    height: auto;
}

#contentColumnSingle &gt; ul &gt; li.contentOnline {
    float: left;
    list-style-position: inside;
    list-style-image: url('Images/OnlineEvent.png');
    margin: 0 10px 10px 10px;
    width: auto;
    height: auto;
}

#contentColumnSingle &gt; ul &gt; li.contentVideo {
    float: left;
    list-style-position: inside;
    list-style-image: url('Images/VideoEvent.png');
    margin: 0 10px 10px 10px;
    width: auto;
    height: auto;
}

#contentColumnSingle &gt; ul &gt; li.contentMentoring {
    float: left;
    list-style-position: inside;
    list-style-image: url('Images/MentoringEvent.png');
    margin: 0 10px 10px 10px;
    width: auto;
    height: auto;
}

#contentColumnSingle &gt; ul &gt; li.contentOnSite {
    float: left;
    list-style-position: inside;
    list-style-image: url('Images/OnsiteEvent.png');
    margin: 0 10px 10px 10px;
    width: auto;
    height: auto;
}

#contentColumnSingle &gt; ul &gt; li.contentCustomized {
    float: left;
    list-style-position: inside;
    list-style-image: url('Images/CustomizedEvent.png');
    margin: 0 10px 10px 10px;
    width: auto;
    height: auto;
}

.parallaxPane img {
    margin: 30px;
}

/* Standardized text formatting */
#contentColumnMain .standardContent ul {
    margin-top: 0;
}

    #contentColumnMain .standardContent ul li {
        border-bottom: none;
        list-style-type: disc;
        margin: 0 0 0 20px;
        padding: 2px;
    }

        #contentColumnMain .standardContent ul li:hover {
            background-color: white;
        }

.standardContent h1 {
    font-family: "Noto Sans", ui-sans-serif;
    font-weight: 700;
    text-align: left;
    line-height: 55px;
    margin-bottom: 40px;
}

.standardContent h2 {
    font-family: "Noto Sans", ui-sans-serif;
    font-weight: 700;
    text-align: left;
    line-height: 1.5em;
    margin-bottom: 40px;
    font-size: 2em;
}

.standardContent h3 {
    font-family: "Noto Sans", ui-sans-serif;
    font-weight: 700;
    text-align: left;
    line-height: 55px;
    margin-bottom: 40px;
    font-size: 1.75em;
}

/* Advertisement related classes */
#contentColumnMain div.advertisement div {
    margin: 0 0 10px 0;
    padding: 0;
}

#contentColumnSecondary div.advertisement div {
    margin: 0 0 10px 0;
    padding: 0;
}

#contentColumnSingle div.advertisement div {
    margin: 0 0 10px 0;
    padding: 0;
}

.advertisement {
    color: silver;
    font-size: .75em;
    font-style: italic;
}


/* Standard HTML */
body {
    background-color: white;
    font-size: 11pt;
    font-family: "Noto Sans", ui-sans-serif;
    margin: 0;
    padding: 0;
    color: Black;
    overflow-x: hidden;
}

a:link {
    color: #034af3;
    text-decoration: none;
}

a:visited {
    color: #034af3;
}

a:hover {
    color: #1d60ff;
    text-decoration: underline;
}

a:active {
    color: #12eb87;
}

p {
    margin-bottom: 10px;
    line-height: 1.5rem;
}

ul, ol {
    margin-bottom: 10px;
    line-height: 1.3em;
}

li {
    margin-top: .25em;
    margin-left: 25px;
    text-align: left;
}

.mainBillboard_1_1_Right li {
    font-size: 1.1rem;
    line-height: 1.75rem;
}

img {
    border: 0;
}

/* HEADINGS
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    font-family: "Noto Sans", ui-sans-serif;
    clear: both;
    font-weight: 700;
}

h1 {
    font-family: "Noto Sans", ui-sans-serif;
    font-size: 2.25rem;
    line-height: 1.25em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    font-size: 24pt;
    padding: 0;
}

h3 {
    font-family: "Noto Sans", ui-sans-serif;
    font-size: 20pt;
    margin-top: .5em;
}

h4 {
    font-size: 1.4em;
}

h5, h6 {
    font-size: 1.2em;
}

/* FORM LAYOUT ELEMENTS
----------------------------------------------------------*/

fieldset {
    margin: 1em 0;
    padding: 1em;
    border: 0;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset label {
        display: block;
    }

        fieldset label.inline {
            display: inline;
        }

label {
    font-weight: bold;
    font-size: 1em;
    color: #5a5858;
}

legend {
    font-size: 1.1em;
    font-weight: 700;
    padding: 2px 4px 8px 4px;
}

input, textarea {
    font-family: "Noto Sans", ui-sans-serif;
}

    input[type='text'] {
        width: 200px;
        color: #333;
        border: 1px solid #bfbfbf;
        padding: 4px;
        -webkit-box-shadow: inset 0 1px 2px #000000;
        -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.08);
        -ms-box-shadow: inset 0 1px 2px #000000;
        -ms-box-shadow: inset 0 1px 2px rgba(0,0,0,0.08);
        box-shadow: inset 0 1px 2px #000000;
        box-shadow: inset 0 1px 2px rgba(0,0,0,0.08);
    }

    input[type="password"] {
        width: 200px;
        color: #333;
        border: 1px solid #bfbfbf;
        padding: 4px;
        -webkit-box-shadow: inset 0 1px 2px #000000;
        -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.08);
        -ms-box-shadow: inset 0 1px 2px #000000;
        -ms-box-shadow: inset 0 1px 2px rgba(0,0,0,0.08);
        box-shadow: inset 0 1px 2px #000000;
        box-shadow: inset 0 1px 2px rgba(0,0,0,0.08);
    }

    input[type="file"] {
        width: 200px;
        color: #333;
        border: 1px solid #bfbfbf;
        padding: 4px;
        -webkit-box-shadow: inset 0 1px 2px #000000;
        -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.08);
        -ms-box-shadow: inset 0 1px 2px #000000;
        -ms-box-shadow: inset 0 1px 2px rgba(0,0,0,0.08);
        box-shadow: inset 0 1px 2px #000000;
        box-shadow: inset 0 1px 2px rgba(0,0,0,0.08);
    }

    input[type='submit'] {
        padding: 0 10px 0 10px;
        background-color: rgb(70,162,43);
        font-weight: bold;
        height: 2.4em;
        border: 1px solid #87b800;
        color: White;
        cursor: pointer;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;    
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
    }

        input[type='submit']:hover {
            background-color: rgb(90,200,63);
        }
        input[type='submit']:disabled {
            background-color: rgb(160,160,160);
        }

select {
    width: 200px;
    color: #333;
    border: 1px solid #bfbfbf;
    padding: 4px;
    -webkit-box-shadow: inset 0 1px 2px #000000;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.08);
    -ms-box-shadow: inset 0 1px 2px #000000;
    -ms-box-shadow: inset 0 1px 2px rgba(0,0,0,0.08);
    box-shadow: inset 0 1px 2px #000000;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.08);
}

textarea {
    width: 200px;
    color: #333;
    border: 1px solid #bfbfbf;
    padding: 4px;
    -webkit-box-shadow: inset 0 1px 2px #000000;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.08);
    -ms-box-shadow: inset 0 1px 2px #000000;
    -ms-box-shadow: inset 0 1px 2px rgba(0,0,0,0.08);
    box-shadow: inset 0 1px 2px #000000;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.08);
}

/* MODERN STYLE INPUT ELEMENTS WRAPPED IN A DIV TAG */
.modern-input {
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    background-color: white;
    position: relative;
    padding: 0 8px;
    margin-right: 10px;
    margin-left: 0;
    overflow: hidden;
    width: calc(100% - 20px);
    float: left;
}

    .modern-input input, .modern-input input[type='text'], .modern-input select {
        border: none;
        outline: none;
        background-color: transparent;
        margin: 23px 0 7px;
        padding: 0;
        width: 100%;
        font-size: 1.2em;
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
    }
    .modern-input select {
        padding-top: 3px;
    }
    .modern-input textarea {
        border: none;
        outline: none;
        background-color: transparent;
        margin: 23px 0 7px;
        padding: 0;
        width: 100%;
        font-size: 1em;
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
    }
    .modern-input input[type='file'] {
        border: none;
        outline: none;
        background-color: transparent;
        padding: 35px 0 7px;
        width: 100%;
        font-size: 1em;
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
    }
    .modern-input input:focus, .modern-input textarea:focus, .modern-input select:focus {
        outline: none;
    }
    .modern-input input.input-validation-error, .modern-input input[type='text'].input-validation-error {
        border-bottom: 2px solid rgb(178, 12, 29);
    }
    .modern-input input.missingValue, .modern-input input[type='text'].missingValue {
        border-bottom: 2px solid rgb(178, 12, 29);
    }

    .modern-input label {
        color: #666666;
        position: absolute;
        font-size: 1.2rem;
        transform: translate(0, 10px) scale(1);
        font-weight: normal;
        transform-origin: top left;
        transition: all .1s ease-in-out;
        white-space: nowrap;
        overflow: hidden;
    }
    .modern-input.modern-input-has-focus {
        border-color: rgb(42, 156, 203);
    }
    .modern-input.modern-input-has-focus label {
        transform: translate(0, 2px) scale(1);
        font-size: .9em;
    }
    label.modern-input-always-small {
        transform: translate(0, 2px) scale(1);
        font-size: .9em;
    }
    .modern-input.modern-input-has-content label {
        transform: translate(0, 2px) scale(1);
        color: #999999 !important;
        font-size: .8rem;
    }

    .modern-input i {
        color: #666666;
        font-size: .8rem;
        clear: both;
    }

@media only screen and (max-width : 750px) {
    .modern-input {
        margin-right: 0;
        width: calc(100% - 26px);
    }
}


/* TABLE
----------------------------------------------------------*/

table {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

    table td {
        padding: 5px;
        border: solid 1px #e8eef4;
    }

    table th {
        padding: 6px 5px;
        text-align: left;
        background-color: #e8eef4;
        border: solid 1px #e8eef4;
    }

#mobileMenu::-webkit-scrollbar {
    width: 8px;
}

    #mobileMenu::-webkit-scrollbar:hover {
        width: 14px;
    }

#mobileMenu::-webkit-scrollbar-button {
    width: 10px;
    height: 5px;
}

#mobileMenu::-webkit-scrollbar-track {
    background: transparent;
    border: 0;
}

#mobileMenu::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border: 0;
    border-radius: 10px;
    margin-right: 2px;
}

    #mobileMenu::-webkit-scrollbar-thumb:hover {
        background: #7d7d7d;
    }

.height200 {
    height: 200px;
    max-height: 200px;
}

.width200 {
    width: 200px;
    max-width: 200px;
    min-width: 200px;
}

.height175 {
    height: 175px;
    max-height: 175px;
    min-height: 175px;
}

.width175 {
    width: 175px;
    max-width: 175px;
    min-width: 175px;
}

.height150 {
    height: 150px;
    max-height: 150px;
    min-height: 150px;
}

.width150 {
    width: 150px;
    max-width: 150px;
    min-width: 150px;
}

.height100 {
    height: 100px;
    max-height: 100px;
    min-height: 100px;
}

.width100 {
    width: 100px;
    max-width: 100px;
    min-width: 100px;
}

.height60 {
    height: 60px;
    max-height: 60px;
    min-height: 60px;
}

.width60 {
    width: 60px;
    max-width: 60px;
    min-width: 60px;
}

.height50 {
    height: 50px;
    max-height: 50px;
    min-height: 50px;
}

.width50 {
    width: 50px;
    max-width: 50px;
    min-width: 50px;
}

@media only screen and (max-width : 900px) {
    .height150 {
        height: 140px;
        max-height: 140px;
        min-height: 140px;
    }

    .width150 {
        width: 140px;
        max-width: 140px;
        min-width: 140px;
    }

    .height100 {
        height: 90px;
        max-height: 90px;
        min-height: 90px;
    }

    .width100 {
        width: 90px;
        max-width: 90px;
        min-width: 90px;
    }
}


/* Video rendering */
.smallVideo {
    width: 100%;
}

.mobileMenuExpandCollapse {
    height: 22px;
    width: 22px;
    float: right;
    background-image: url('/Images/Icons/MenuExpand.png');
    background-repeat: no-repeat;
    background-position: center;
}

.mobileMenuExpandCollapse.subMenuExpanded {
    transform: rotate(180deg);
}

.backgroundWaves {
    background-image: url(/content/2021/images/BackgroundWaves.svg);
    background-size: cover;
    background-position-y: -350px;
    background-repeat: no-repeat;
    transition: background-position-y .3s;
}
.backgroundWaves2 {
    background-image: url(/content/2021/images/backgroundwaves2.svg);
    background-size: cover;
    background-position-y: -350px;
    background-repeat: no-repeat;
    transition: background-position-y .3s;
}

@media only screen and (max-width : 1150px) {
    .backgroundWaves {
        background-position-y: -250px;
    }
    .backgroundWaves2 {
        background-position-y: -250px;
    }
}

@media only screen and (max-width : 1000px) {
    .backgroundWaves {
        background-position-y: -200px;
    }

    .backgroundWaves2 {
        background-position-y: -200px;
    }
}

@media only screen and (max-width : 900px) {
    .backgroundWaves {
        background-position-y: -100px;
    }
    .backgroundWaves2 {
        background-position-y: -100px;
    }
}

@media only screen and (max-width : 800px) {
    .backgroundWaves {
        background-position-y: 0;
    }

    .backgroundWaves2 {
        background-position-y: 0;
    }
}

.mainBillboard {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 1200px;
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 1;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}

.mainBillboard_Full {
    width: 100%;
    height: 100%;
}

.mainBillboard_1_1_Left {
    width: 50%;
    height: 100%;
}

.mainBillboard_1_1_Right {
    width: 50%;
    height: 100%;
}

.mainBillboard_2_1_Left {
    width: 55%;
    height: 100%;
}

.mainBillboard_2_1_Right {
    width: 40%;
    height: 100%;
}

.mainBillboard_1_2_Left {
    width: 40%;
    height: 100%;
}

.mainBillboard_1_2_Right {
    width: 55%;
    height: 100%;
}

@media only screen and (max-width : 767px) { /*Everything smaller than an iPad, basically*/
    .mainBillboard {
        flex-direction: column;
        margin: 25px;
        padding: 25px;
        justify-content: flex-start;
    }

    .mainBillboard_1_1_Left {
        width: 100%;
        height: auto;
        text-align: center;
    }

        .mainBillboard_1_1_Left a img {
            max-width: calc(max(160px, min(400px, (100% - 5px))));
        }

    .mainBillboard_1_1_Right {
        width: 100%;
        height: auto;
    }

    .mainBillboard_2_1_Left {
        width: 100%;
        height: auto;
        text-align: center;
    }

        .mainBillboard_2_1_Left a img {
            max-width: calc(max(160px, min(400px, (100% - 5px))));
        }

    .mainBillboard_2_1_Right {
        width: 100%;
        height: auto;
    }

    .mainBillboard_1_2_Left {
        width: 100%;
        height: auto;
        text-align: center;
    }

        .mainBillboard_1_2_Left a img {
            max-width: calc(max(160px, min(400px, (100% - 5px))));
        }

    .mainBillboard_1_2_Right {
        width: 100%;
        height: auto;
    }
}

.mainBillboard_1_1_Left img, .mainBillboard_2_1_Left img, .mainBillboard_1_2_Left img {
    max-width: calc(100% - 40px);
    max-height: calc(100% - 40px);
    padding: 0;
    border-radius: 8px;
}

.mainBillboard_1_1_Right h1, .mainBillboard_2_1_Right h1, .mainBillboard_1_2_Right h1 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 2.25rem;
    color: white;
    line-height: 2.75rem;
}

.mainBillboard_1_1_Right p, .mainBillboard_2_1_Right p, .mainBillboard_1_2_Right p {
    margin-bottom: 20px;
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.mainBillboard_1_1_Right .invertedButton, .mainBillboard_2_1_Right .invertedButton, .mainBillboard_1_2_Right .invertedButton {
    margin-right: 20px;
    margin-bottom: 15px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 350px;
}

@media only screen and (max-width: 1200px) {
    .mainBillboard_1_1_Right p, .mainBillboard_2_1_Right p, .mainBillboard_1_2_Right p {
        font-size: 1.1rem;
        line-height: 1.75rem;
    }
    .mainBillboard_1_1_Right li, .mainBillboard_2_1_Right li, .mainBillboard_1_2_Right li {
        font-size: 1.1rem;
        line-height: 1.75rem;
    }
}

@media only screen and (max-width: 767px) { /*Everything smaller than an ipad*/
    .mainBillboard_1_1_Right p, .mainBillboard_2_1_Right p, .mainBillboard_1_2_Right p {
        font-size: 1.0rem;
        line-height: 1.5rem;
    }

    .mainBillboard_1_1_Right h1, .mainBillboard_2_1_Right h1, .mainBillboard_1_2_Right h1 {
        font-size: 1.8rem;
        margin-top: 40px;
    }

    .mainBillboard_1_1_Right .invertedButton, .mainBillboard_2_1_Right .invertedButton, .mainBillboard_1_2_Right .invertedButton {
        margin-right: 0;
        margin-bottom: 15px;
        width: auto;
        padding-left: 5px;
        padding-right: 5px;
        max-width: 100%;
    }

    .mainBillboard_1_2_Left img {
        margin-top: 75px;
    }
}

.contentSection, .contentSection2, .contentSectionFull {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    gap: 2rem;
    align-items: center;
    margin-top: 3rem;
    margin-bottom: 6rem;
    padding-left: 2rem;
    padding-right: 2rem;
    grid-template-columns: repeat(3, 1fr);
}

    .contentSection h1, .contentSection2 h1, .contentSectionFull h1 {
        font-size: 3rem;
        margin-top: 1rem;
        margin-bottom: 1.5rem;
        color: rgb(41, 110, 153);
    }
    .contentSection h2, .contentSection2 h2, .contentSectionFull h2 {
        font-size: 2.2rem;
        margin-top: 2rem;
        margin-bottom: 1.5rem;
        color: rgb(41, 110, 153);
    }
    .contentSection h3, .contentSection2 h3, .contentSectionFull h3 {
        font-size: 2rem;
        margin-top: 2rem;
        margin-bottom: 1.5rem;
        color: rgb(41, 110, 153);
    }

    .contentSection .full-width {
        font-size: 1.125rem;
        line-height: 1.75rem;
        grid-column: span 3;
    }

        .contentSection .full-width p, .contentSection .full-width ul, .contentSection .full-width ol {
            font-size: 1.125rem;
            line-height: 1.75rem;
        }

        .contentSection .full-width .invertedButton {
            margin-top: 1.5rem;
        }

    .contentSection .text {
        font-size: 1.125rem;
        line-height: 1.75rem;
        grid-column: 1 / span 2;
        grid-row: 1;
    }
    .contentSection:nth-child(even) .text {
        grid-column: 2 / span 2;
    }

    .contentSection .text p, .contentSection .text ul, .contentSection .text ol,
    .contentSection2 .text p, .contentSection2 .text ul, .contentSection2 .text ol,
    .contentSectionFull .text p, .contentSectionFull .text ul, .contentSectionFull .text ol {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .contentSection .text .invertedButton,
    .contentSection2 .text .invertedButton,
    .contentSectionFull .text .invertedButton {
        margin-top: 1.5rem;
    }

    .contentSection .image {
        display: block;
        grid-column: 3;
        grid-row: 1;
    }
    .contentSection:nth-child(even) .image {
        grid-column: 1;
    }

    .contentSection .image img,
    .contentSection2 .image img,
    .contentSectionFull .image img {
        max-height: 510px;
        max-width: 100%;
    }

    .contentSection .text ul a,
    .contentSection2 .text ul a,
    .contentSectionFull .text ul a,
    .contentSection .text ul a:visited,
    .contentSection2 .text ul a:visited,
    .contentSectionFull .text ul a:visited,
    .contentSection .text ul a:active,
    .contentSection2 .text ul a:active,
    .contentSectionFull .text ul a:active,
    .contentSection .text ul a:hover,
    .contentSection2 .text ul a:hover,
    .contentSectionFull .text ul a:hover {
        color: black;
        text-decoration: underline;
    }

    .contentSection2 .text {
        font-size: 1.125rem;
        line-height: 1.75rem;
        grid-column: 2 / span 2;
    }

    .contentSectionFull .text {
        font-size: 1.125rem;
        line-height: 1.75rem;
        grid-column: 1 / span 3;
        grid-row: 1;
    }

.rotatorBillboard {
    padding-bottom: 20px;
    display: grid;
    grid-template-columns: 50px 1fr 50px;
    grid-template-rows: auto 20px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

    .rotatorBillboard .chevronLeft {
        cursor: pointer;
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 1;
        margin-left: 10px;
        align-self: center;
        font-size: 16rem;
        opacity: .2;
        width: 80px;
    }

    .rotatorBillboard .chevronRight {
        cursor: pointer;
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 1;
        grid-row-end: 1;
        margin-right: 10px;
        align-self: center;
        font-size: 16rem;
        opacity: .2;
        width: 80px;
        justify-self: end;
    }

        .rotatorBillboard .chevronRight:hover, .rotatorBillboard .chevronLeft:hover {
            opacity: .5;
        }

.rotatorBillboardIndicators {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 2;
    justify-self: center;
}

.rotatorBillboardIndicator {
    cursor: pointer;
    margin-left: 3px;
    margin-right: 3px;
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 9999px;
    background-color: white;
    opacity: .2;
    display: inline-block;
}

    .rotatorBillboardIndicator:hover {
        opacity: .4;
    }

    .rotatorBillboardIndicator.selected {
        opacity: .5;
    }

    .rotatorBillboardIndicator.selected:hover {
        opacity: .7;
    }

.rotatorBillboardContent {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 1;
    display: grid;
}

@media only screen and (max-width: 1200px) {
    .contentSection h1 {
        font-size: 2.25rem;
        margin-top: 1rem;
    }

    .contentSection .image img {
        max-height: 400px;
    }

    .contentSection2 h1 {
        font-size: 2.25rem;
        margin-top: 1rem;
    }

    .contentSection2 .image img {
        max-height: 400px;
    }
}

@media only screen and (max-width: 767px) { /*Everything smaller than an iPad*/
    .contentSection {
        grid-template-rows: repeat(2, min-content);
    }

    .contentSection .text {
        grid-column: 1 / span 3;
        grid-row: 2;
        margin-bottom: 50px;
    }

    .contentSection:nth-child(even) .text {
        grid-column: 1 / span 3;
        grid-row: 2;
    }

    .contentSection h1 {
        font-size: 1.875rem;
        margin-top: 1rem;
        text-align: center;
    }

    .contentSection .image {
        grid-column: 1 / span 3;
        grid-row: 1;
        text-align: center;
    }

    .contentSection:nth-child(even) .image {
        grid-column: 1 / span 3;
        grid-row: 1;
    }

    .contentSection .image img {
        max-height: 300px;
        max-width: 90%;
    }

    .contentSection2 .text {
        grid-column: span 3;
    }

    .contentSection2 h1 {
        font-size: 1.875rem;
        margin-top: 1rem;
        text-align: center;
    }

    .contentSection2 .image {
        display: none;
    }

    .rotatorBillboard {
        grid-template-rows: auto;
    }
}
</pre></body></html>