﻿

main > section {
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 40px
}

    main > section:last-child {
        border-bottom: none
    }

    main > section.White {
        background-color: #fff
    }

    main > section.Gray {
        background-color: #eee
    }

    main > section.Gray2White {
        background: #eee;
        background: -webkit-linear-gradient(top,#eee 0%,#fff 100%);
        background: -webkit-gradient(linear,left top,left bottom,from(#eee),to(#fff));
        background: -o-linear-gradient(top,#eee 0%,#fff 100%);
        background: linear-gradient(to bottom,#eee 0%,#fff 100%)
    }

    main > section.Dark {
        background-color: #404040;
        border-top: none !important;
        border-bottom: none !important;
        margin-top: -1px !important;
        color: #fff
    }

        main > section.Dark h2 {
            color: #fff
        }

    main > section.Orange {
        background-color: #ff7200;
        color: #fff
    }

    main > section:last-child {
        padding-bottom: 80px
    }

@media(min-width:768px) {
    main > section {
        padding-top: 80px;
        padding-bottom: 80px
    }

        main > section:last-child {
            padding-bottom: 120px
        }
}

div.HeaderPlaceholer {
    display: none;
    min-height: 36px
}

@media(min-width:768px) {
    div.HeaderPlaceholer {
        display: block
    }
}

header {
    min-height: 36px
}

@media(min-width:768px) {
    header.Fixed {
        position: fixed !important;
        left: 0;
        top: 0;
        right: 0;
        display: block;
        z-index: 999999;
        -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
        box-shadow: 0 1px 3px 0 rgba(0,0,0,.25)
    }
}

header .Advisory {
    background-color: #ff7200;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    overflow: hidden;
    height: 0;
    -webkit-transition: height linear 200ms;
    -o-transition: height linear 200ms;
    transition: height linear 200ms
}

    header .Advisory:before,
    header .Advisory:after {
        content: "";
        display: table;
        width: 0
    }

    header .Advisory:after {
        clear: both
    }

    header .Advisory span {
        display: inline-block;
        margin-left: 15px;
        height: 21px
    }

        header .Advisory span a {
            opacity: 0;
            z-index: 0;
            -webkit-transition: opacity linear 100ms;
            -o-transition: opacity linear 100ms;
            transition: opacity linear 100ms;
            font-family: 'Open Sans Condensed','HelveticaNeue-CondensedBold',Helvetica,'Arial Narrow',Calibri,Arial,'Lucida Grande',sans-serif;
            font-stretch: condensed;
            display: inline-block;
            text-transform: uppercase;
            text-decoration: none !important;
            white-space: nowrap;
            font-weight: bold;
            -webkit-border-radius: 50px;
            border-radius: 50px;
            border: 2px solid #fff;
            background-color: transparent;
            color: #fff;
            cursor: pointer;
            font-size: 16px;
            padding: 7px 20px;
            margin-left: 10px;
            font-size: 12px;
            padding: 0 10px;
            margin-left: 5px
        }

.wf-active header .Advisory span a {
    opacity: 1;
    font-stretch: normal
}

.wf-inactive header .Advisory span a {
    opacity: 1
}

header .Advisory span a:first-child {
    margin-left: 0
}

header .Advisory span a.CTA {
    color: #ff7200;
    border-color: #fff;
    background-color: #fff
}

@media(max-width:480px) {
    header .Advisory {
        text-align: center
    }

        header .Advisory span {
            margin-top: 5px
        }
}

header .r-container {
    padding-top: 5px;
    padding-bottom: 5px
}

    header .r-container:before,
    header .r-container:after {
        content: "";
        display: table;
        width: 0
    }

    header .r-container:after {
        clear: both
    }

    header .r-container .ControlContainer {
        float: right;
        font-size: 0
    }

header #Header-Logo {
    float: left;
    background-image: url('/Content/TopBar/Logo.svg?w=122&h=29');
    background-repeat: no-repeat;
    position: absolute;
    width: 122px;
    height: 29px;
    -webkit-background-size: 122px 29px;
    background-size: 122px 29px;
    opacity: 0;
    -webkit-transition: opacity linear 200ms;
    -o-transition: opacity linear 200ms;
    transition: opacity linear 200ms;
    display: none
}

@media(min-width:768px) {
    header #Header-Logo {
        display: block
    }
}

header #Header-Logo.Static {
    opacity: 1;
    display: block
}

header.ShowLogo #Header-Logo {
    opacity: 1
}

header #Cart {
    background-image: url('/Content/TopBar/Cart.svg?w=18&h=18');
    background-repeat: no-repeat;
    -webkit-background-size: 18px 18px;
    background-size: 18px 18px;
    background-position: 0;
    height: 18px;
    padding-left: 23px;
    font-size: 12px;
    line-height: 26px;
    color: #404040;
    text-decoration: underline;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    min-height: 26px
}

    header #Cart:last-child {
        margin-right: 0
    }

    header #Cart:visited {
        color: #404040
    }

header #LogIn {
    font-size: 12px;
    line-height: 26px;
    color: #404040;
    text-decoration: underline;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    min-height: 26px
}

    header #LogIn:last-child {
        margin-right: 0
    }

    header #LogIn:visited {
        color: #404040
    }

header .HeadLink {
    font-size: 12px;
    line-height: 26px;
    color: #404040;
    text-decoration: underline;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    min-height: 26px
}

    header .HeadLink:last-child {
        margin-right: 0
    }

    header .HeadLink:visited {
        color: #404040
    }

    header .HeadLink.hidden {
        display: none !important
    }

@media(min-width:480px) {
    header .HeadLink.visible-xs {
        display: inline-block !important
    }
}

@media(min-width:600px) {
    header .HeadLink.visible-xsm {
        display: inline-block !important
    }
}

@media(min-width:768px) {
    header .HeadLink.visible-sm {
        display: inline-block !important
    }
}

@media(min-width:992px) {
    header .HeadLink.visible-md {
        display: inline-block !important
    }
}

@media(min-width:1200px) {
    header .HeadLink.visible-lg {
        display: inline-block !important
    }
}

header .HeadLink.Button {
    padding: 4px 14px !important;
    font-size: 14px !important;
    line-height: 14px !important;
    margin: 0 5px 0 0 !important
}

    header .HeadLink.Button.Orange {
        opacity: 0;
        z-index: 0;
        -webkit-transition: opacity linear 100ms;
        -o-transition: opacity linear 100ms;
        transition: opacity linear 100ms;
        font-family: 'Open Sans Condensed','HelveticaNeue-CondensedBold',Helvetica,'Arial Narrow',Calibri,Arial,'Lucida Grande',sans-serif;
        font-stretch: condensed;
        display: inline-block;
        text-transform: uppercase;
        text-decoration: none !important;
        white-space: nowrap;
        font-weight: bold;
        -webkit-border-radius: 50px;
        border-radius: 50px;
        border: 2px solid #ff7200;
        background-color: #ff7200;
        color: #fff;
        cursor: pointer;
        font-size: 16px;
        padding: 7px 20px;
        margin-left: 10px
    }

.wf-active header .HeadLink.Button.Orange {
    opacity: 1;
    font-stretch: normal
}

.wf-inactive header .HeadLink.Button.Orange {
    opacity: 1
}

header .HeadLink.Button.Orange:first-child {
    margin-left: 0
}

header .HeadLink.Button.OrangeTransparent {
    opacity: 0;
    z-index: 0;
    -webkit-transition: opacity linear 100ms;
    -o-transition: opacity linear 100ms;
    transition: opacity linear 100ms;
    font-family: 'Open Sans Condensed','HelveticaNeue-CondensedBold',Helvetica,'Arial Narrow',Calibri,Arial,'Lucida Grande',sans-serif;
    font-stretch: condensed;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none !important;
    white-space: nowrap;
    font-weight: bold;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 2px solid #ff7200;
    background-color: transparent;
    color: #ff7200;
    cursor: pointer;
    font-size: 16px;
    padding: 7px 20px;
    margin-left: 10px
}

.wf-active header .HeadLink.Button.OrangeTransparent {
    opacity: 1;
    font-stretch: normal
}

.wf-inactive header .HeadLink.Button.OrangeTransparent {
    opacity: 1
}

header .HeadLink.Button.OrangeTransparent:first-child {
    margin-left: 0
}

header .HeadLink.Button.Transparent {
    opacity: 0;
    z-index: 0;
    -webkit-transition: opacity linear 100ms;
    -o-transition: opacity linear 100ms;
    transition: opacity linear 100ms;
    font-family: 'Open Sans Condensed','HelveticaNeue-CondensedBold',Helvetica,'Arial Narrow',Calibri,Arial,'Lucida Grande',sans-serif;
    font-stretch: condensed;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none !important;
    white-space: nowrap;
    font-weight: bold;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    padding: 7px 20px;
    margin-left: 10px
}

.wf-active header .HeadLink.Button.Transparent {
    opacity: 1;
    font-stretch: normal
}

.wf-inactive header .HeadLink.Button.Transparent {
    opacity: 1
}

header .HeadLink.Button.Transparent:first-child {
    margin-left: 0
}

header .HeadLink.Button.White {
    opacity: 0;
    z-index: 0;
    -webkit-transition: opacity linear 100ms;
    -o-transition: opacity linear 100ms;
    transition: opacity linear 100ms;
    font-family: 'Open Sans Condensed','HelveticaNeue-CondensedBold',Helvetica,'Arial Narrow',Calibri,Arial,'Lucida Grande',sans-serif;
    font-stretch: condensed;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none !important;
    white-space: nowrap;
    font-weight: bold;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 2px solid #fff;
    background-color: #fff;
    color: #ff7200;
    cursor: pointer;
    font-size: 16px;
    padding: 7px 20px;
    margin-left: 10px
}

.wf-active header .HeadLink.Button.White {
    opacity: 1;
    font-stretch: normal
}

.wf-inactive header .HeadLink.Button.White {
    opacity: 1
}

header .HeadLink.Button.White:first-child {
    margin-left: 0
}

header .HeadLink.Button.Gray {
    opacity: 0;
    z-index: 0;
    -webkit-transition: opacity linear 100ms;
    -o-transition: opacity linear 100ms;
    transition: opacity linear 100ms;
    font-family: 'Open Sans Condensed','HelveticaNeue-CondensedBold',Helvetica,'Arial Narrow',Calibri,Arial,'Lucida Grande',sans-serif;
    font-stretch: condensed;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none !important;
    white-space: nowrap;
    font-weight: bold;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 2px solid #505050;
    background-color: transparent;
    color: #505050;
    cursor: pointer;
    font-size: 16px;
    padding: 7px 20px;
    margin-left: 10px
}

.wf-active header .HeadLink.Button.Gray {
    opacity: 1;
    font-stretch: normal
}

.wf-inactive header .HeadLink.Button.Gray {
    opacity: 1
}

header .HeadLink.Button.Gray:first-child {
    margin-left: 0
}

header #Blogs.Counter:after {
    content: attr(data-count);
    display: inline-block;
    color: #fff;
    background-color: #ff7200;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    padding: 3px 6px 4px 6px;
    margin-left: 5px
}

header .HeadLink.Button + .HeadLink {
    margin-left: 10px !important
}

header #SiteSearch {
    display: inline-block;
    vertical-align: middle;
    height: 26px;
    width: 26px;
    margin-right: 4px
}

    header #SiteSearch:before,
    header #SiteSearch:after {
        content: "";
        display: table;
        width: 0
    }

    header #SiteSearch:after {
        clear: both
    }

    header #SiteSearch .SearchButton {
        cursor: pointer;
        -webkit-border-radius: 50px;
        border-radius: 50px;
        background-image: url('/Content/TopBar/Search.svg?w=18&h=18');
        background-position: center center;
        -webkit-background-size: 18px 18px;
        background-size: 18px 18px;
        background-repeat: no-repeat;
        background-color: #3c3c3c;
        width: 26px;
        height: 26px
    }

    header #SiteSearch .SearchBox {
        display: none
    }

        header #SiteSearch .SearchBox input {
            width: 100%;
            outline: none;
            border: none;
            color: #fff;
            background-color: #3c3c3c;
            font-size: 12px;
            line-height: 12px;
            padding: 0
        }

            header #SiteSearch .SearchBox input.NullText {
                color: #eee
            }

    header #SiteSearch.Open {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 26px;
        width: auto;
        -webkit-border-radius: 50px;
        border-radius: 50px;
        background-color: #3c3c3c;
        overflow: hidden;
        left: -5px
    }

@media(max-width:768px) {
    header #SiteSearch.Open {
        left: -150px
    }
}

header #SiteSearch.Open .SearchButton {
    position: absolute;
    left: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

header #SiteSearch.Open .SearchBox {
    display: block;
    position: absolute;
    left: 26px;
    right: 10px;
    top: 4px;
    bottom: 0
}

header #MyAccount {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px
}

    header #MyAccount .UserIcon {
        display: block;
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        background-color: #ff7200;
        color: #fff;
        background-image: url('/Content/TopBar/Account.svg?w=18&h=18');
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: 18px 18px;
        background-size: 18px 18px;
        width: 26px;
        height: 26px;
        cursor: pointer
    }

    header #MyAccount .MyAccountMenu {
        position: absolute;
        right: 0;
        top: 120%;
        min-width: 230px;
        width: auto !important;
        width: 230px;
        border: 1px solid #cecece;
        background-color: #fff;
        -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.15);
        box-shadow: 0 2px 5px rgba(0,0,0,.15);
        list-style-type: none;
        z-index: 10010;
        margin: 0;
        padding: 0;
        display: none;
        height: 0;
        overflow: hidden;
        -webkit-transition: height linear 200ms;
        -o-transition: height linear 200ms;
        transition: height linear 200ms
    }

        header #MyAccount .MyAccountMenu li:hover {
            background-color: #e9f6fc
        }

        header #MyAccount .MyAccountMenu li a {
            display: block;
            padding: 8px 10px 8px 10px;
            color: #505050;
            font-size: 14px;
            line-height: 14px;
            text-decoration: none
        }

#TOCChatLink {
    float: right;
    width: 26px;
    height: 26px;
    background-image: url('/Content/TopBar/Chat.svg?w=18&h=18');
    -webkit-background-size: 18px 18px;
    background-size: 18px 18px;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    background-color: #57ad0a;
    color: #fff;
    cursor: pointer;
    margin-right: 8px;
    margin-top: 5px;
    margin-left: 4px;
    font-size: 0;
    z-index: 1;
    display: none
}

@media(min-width:768px) {
    #TOCChatLink {
        opacity: 0;
        z-index: 0;
        -webkit-transition: opacity linear 100ms;
        -o-transition: opacity linear 100ms;
        transition: opacity linear 100ms;
        font-family: 'Open Sans Condensed','HelveticaNeue-CondensedBold',Helvetica,'Arial Narrow',Calibri,Arial,'Lucida Grande',sans-serif;
        font-stretch: condensed;
        font-size: 14px;
        line-height: 14px;
        font-weight: bold;
        text-transform: uppercase;
        padding: 6px 15px 6px 20px;
        width: auto;
        height: auto;
        background-image: none;
        z-index: 1
    }

    .wf-active #TOCChatLink {
        opacity: 1;
        font-stretch: normal
    }

    .wf-inactive #TOCChatLink {
        opacity: 1
    }
}

#TOCChatLink.Online {
    display: block
}

html.ios * {
    cursor: pointer
}

#NotificationCenter {
    display: inline-block;
    vertical-align: middle;
    height: 26px;
    width: 26px;
    outline: none
}

    #NotificationCenter:before,
    #NotificationCenter:after {
        content: "";
        display: table;
        width: 0
    }

    #NotificationCenter:after {
        clear: both
    }

    #NotificationCenter > a {
        cursor: default;
        display: block;
        -webkit-border-radius: 50px;
        border-radius: 50px;
        background-color: #d8d8d8;
        -webkit-transition: background-color linear 200ms;
        -o-transition: background-color linear 200ms;
        transition: background-color linear 200ms;
        width: 26px;
        height: 26px;
        outline: none
    }

        #NotificationCenter > a > span.Bell {
            position: absolute;
            width: 100%;
            height: 100%;
            background-image: url('/Content/TopBar/Bell.svg?w=18&h=18');
            background-position: center center;
            -webkit-background-size: 18px 18px;
            background-size: 18px 18px;
            background-repeat: no-repeat
        }

        #NotificationCenter > a .MessageCount {
            display: none;
            position: absolute;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            width: 15px;
            height: 15px;
            border: 2px solid #fff;
            background-color: inherit;
            right: -8px;
            top: -4px
        }

            #NotificationCenter > a .MessageCount:after {
                display: block;
                content: attr(data-notifications-count);
                color: #fff;
                font-size: 9px;
                line-height: 10px;
                text-align: center;
                position: absolute;
                left: 1px;
                top: 0;
                right: 0;
                bottom: 0
            }

        #NotificationCenter > a:after,
        #NotificationCenter > a:before {
            opacity: 0;
            z-index: -1;
            -webkit-transition: opacity linear 200ms,z-index linear 200ms;
            -o-transition: opacity linear 200ms,z-index linear 200ms;
            transition: opacity linear 200ms,z-index linear 200ms;
            bottom: -19px;
            left: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none
        }

        #NotificationCenter > a:after {
            border-color: rgba(255,255,255,0);
            border-bottom-color: #fff;
            border-width: 9px;
            margin-left: -9px
        }

        #NotificationCenter > a:before {
            border-color: rgba(0,0,0,0);
            border-bottom-color: rgba(0,0,0,.35);
            border-width: 10px;
            margin-left: -10px
        }

    #NotificationCenter > .UnreadHint,
    #NotificationCenter > .NotificationsList {
        opacity: 0;
        -webkit-transition: opacity linear 200ms,z-index linear 200ms;
        -o-transition: opacity linear 200ms,z-index linear 200ms;
        transition: opacity linear 200ms,z-index linear 200ms;
        z-index: -1;
        left: -10000px;
        position: absolute;
        top: 44px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background-color: #fff;
        pointer-events: none;
        border: 1px solid rgba(0,0,0,.25);
        -webkit-box-shadow: 0 24px 48px 0 rgba(0,0,0,.15);
        box-shadow: 0 24px 48px 0 rgba(0,0,0,.15)
    }

    #NotificationCenter > .UnreadHint {
        width: 200px;
        height: 120px;
        background-image: url('/Content/TopBar/Bell2.svg');
        background-position: center 22px;
        -webkit-background-size: 34px 34px;
        background-size: 34px 34px;
        background-repeat: no-repeat
    }

        #NotificationCenter > .UnreadHint > .Hint {
            position: absolute;
            top: 60px;
            left: 0;
            right: 0;
            bottom: 0
        }

            #NotificationCenter > .UnreadHint > .Hint::after {
                display: block;
                text-align: center;
                font-size: 14px;
                line-height: 16px;
                max-width: 50%;
                margin: 0 auto;
                content: "You have " attr(data-notifications-count) " new notifications"
            }

    #NotificationCenter > .NotificationsList {
        max-height: -webkit-calc(98vh - 50px);
        max-height: calc(98vh - 50px);
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch
    }

        #NotificationCenter > .NotificationsList::-webkit-scrollbar {
            width: 5px
        }

        #NotificationCenter > .NotificationsList::-webkit-scrollbar-track:hover {
            background: #ddd
        }

        #NotificationCenter > .NotificationsList::-webkit-scrollbar-thumb {
            background: #666
        }

        #NotificationCenter > .NotificationsList > .Message {
            font-size: 14px;
            line-height: normal;
            overflow: hidden;
            top: -1px
        }

            #NotificationCenter > .NotificationsList > .Message:before {
                position: absolute;
                content: "";
                left: 0;
                top: 0;
                right: 0;
                height: 1px;
                background-color: #d9d9d9
            }

            #NotificationCenter > .NotificationsList > .Message > .Inner {
                padding: 11px 20px 20px 20px
            }

                #NotificationCenter > .NotificationsList > .Message > .Inner > .Content *:first-child,
                #NotificationCenter > .NotificationsList > .Message > .Inner > .Actions *:first-child {
                    margin-top: 0
                }

                #NotificationCenter > .NotificationsList > .Message > .Inner > .Content *:last-child,
                #NotificationCenter > .NotificationsList > .Message > .Inner > .Actions *:last-child {
                    margin-bottom: 0
                }

                #NotificationCenter > .NotificationsList > .Message > .Inner > .Actions {
                    margin-top: 5px
                }

                    #NotificationCenter > .NotificationsList > .Message > .Inner > .Actions:before,
                    #NotificationCenter > .NotificationsList > .Message > .Inner > .Actions:after {
                        content: "";
                        display: table;
                        width: 0
                    }

                    #NotificationCenter > .NotificationsList > .Message > .Inner > .Actions:after {
                        clear: both
                    }

                    #NotificationCenter > .NotificationsList > .Message > .Inner > .Actions .Main {
                        opacity: 0;
                        z-index: 0;
                        -webkit-transition: opacity linear 100ms;
                        -o-transition: opacity linear 100ms;
                        transition: opacity linear 100ms;
                        font-family: 'Open Sans Condensed','HelveticaNeue-CondensedBold',Helvetica,'Arial Narrow',Calibri,Arial,'Lucida Grande',sans-serif;
                        font-stretch: condensed;
                        display: inline-block;
                        text-transform: uppercase;
                        text-decoration: none !important;
                        white-space: nowrap;
                        font-weight: bold;
                        -webkit-border-radius: 50px;
                        border-radius: 50px;
                        border: 2px solid #ff7200;
                        background-color: #ff7200;
                        color: #fff;
                        cursor: pointer;
                        font-size: 16px;
                        padding: 7px 20px;
                        margin-left: 10px;
                        font-size: 12px;
                        padding: 3px 16px;
                        text-align: center !important
                    }

.wf-active #NotificationCenter > .NotificationsList > .Message > .Inner > .Actions .Main {
    opacity: 1;
    font-stretch: normal
}

.wf-inactive #NotificationCenter > .NotificationsList > .Message > .Inner > .Actions .Main {
    opacity: 1
}

#NotificationCenter > .NotificationsList > .Message > .Inner > .Actions .Main:first-child {
    margin-left: 0
}

#NotificationCenter > .NotificationsList > .Message > .Inner > .Actions > a {
    display: inline-block;
    clear: both;
    float: right;
    margin: 1px 0;
    text-align: right
}

#NotificationCenter > .NotificationsList > .Message > .Inner > .Actions .Main + a {
    margin-top: 5px
}

#NotificationCenter > .NotificationsList > .Message.Dismissed {
    -webkit-animation: NotificationMessageProcessed .5s both;
    animation: NotificationMessageProcessed .5s both
}

#NotificationCenter.HasMessages > a {
    cursor: pointer;
    background-color: #dd2a3b
}

    #NotificationCenter.HasMessages > a .MessageCount {
        display: block;
        background-color: inherit
    }

#NotificationCenter.HasNewMessages > a > span.Bell {
    -webkit-animation: bellshake 5s cubic-bezier(.36,.07,.19,.97) both;
    animation: bellshake 5s cubic-bezier(.36,.07,.19,.97) both;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

#NotificationCenter.HasNewMessages:not(.Scrolled) > a:after,
#NotificationCenter.HasNewMessages:not(.Scrolled) > a:before {
    opacity: 1;
    z-index: 3
}

#NotificationCenter.HasNewMessages:not(.Scrolled) > .UnreadHint {
    z-index: 2;
    opacity: 1;
    pointer-events: auto;
    cursor: pointer
}

#NotificationCenter.ShowNotifications > a:after,
#NotificationCenter.ShowNotifications > a:before {
    opacity: 1;
    z-index: 99999999
}

#NotificationCenter.ShowNotifications > .NotificationsList {
    opacity: 1;
    z-index: 9999999;
    pointer-events: auto
}

@-webkit-keyframes bellshake {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    1.5% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    3% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    4.5% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg)
    }

    6% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg)
    }

    7.5% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }

    8.5% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg)
    }

    9.2% {
        -webkit-transform: rotate(1deg);
        transform: rotate(1deg)
    }

    10% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes bellshake {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    1.5% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    3% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    4.5% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg)
    }

    6% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg)
    }

    7.5% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }

    8.5% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg)
    }

    9.2% {
        -webkit-transform: rotate(1deg);
        transform: rotate(1deg)
    }

    10% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes NotificationMessageProcessed {
    0% {
        left: 0;
        max-height: 200px
    }

    50% {
        left: 100%;
        max-height: 200px
    }

    51% {
        left: 100%;
        max-height: 200px
    }

    100% {
        left: 100%;
        max-height: 0
    }
}

@keyframes NotificationMessageProcessed {
    0% {
        left: 0;
        max-height: 200px
    }

    50% {
        left: 100%;
        max-height: 200px
    }

    51% {
        left: 100%;
        max-height: 200px
    }

    100% {
        left: 100%;
        max-height: 0
    }
}

nav#MainMenu {
    min-height: 66px
}

    nav#MainMenu * {
        outline: none
    }

@media(min-width:992px) {
    nav#MainMenu .hidden-md {
        display: none !important
    }
}

nav#MainMenu:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    min-height: 66px;
    background-color: #000;
    -moz-opacity: .25;
    -khtml-opacity: .25;
    -webkit-opacity: .25;
    opacity: .25;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
    filter: alpha(opacity=25) !important
}

    nav#MainMenu:before * {
        -webkit-filter: inherit;
        filter: inherit
    }

.lightbox nav#MainMenu {
    z-index: 1;
    top: 66px;
    margin-top: -66px
}

    .lightbox nav#MainMenu:before {
        top: 0;
        min-height: initial;
        bottom: 0;
        -moz-opacity: .8;
        -khtml-opacity: .8;
        -webkit-opacity: .8;
        opacity: .8;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        filter: alpha(opacity=80) !important
    }

        .lightbox nav#MainMenu:before * {
            -webkit-filter: inherit;
            filter: inherit
        }

.lightbox.lightbox-darkened nav#MainMenu:before {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0) !important
}

    .lightbox.lightbox-darkened nav#MainMenu:before * {
        -webkit-filter: inherit;
        filter: inherit
    }

nav#MainMenu .content {
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    width: auto
}

@media(min-width:768px) {
    nav#MainMenu .content {
        max-width: 768px
    }
}

@media(min-width:992px) {
    nav#MainMenu .content {
        max-width: 992px
    }
}

@media(min-width:1200px) {
    nav#MainMenu .content {
        max-width: 1200px
    }
}

nav#MainMenu .content:before,
nav#MainMenu .content:after {
    content: "";
    display: table;
    width: 0
}

nav#MainMenu .content:after {
    clear: both
}

nav#MainMenu .MenuContainer {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    -webkit-transition: max-height 200ms linear;
    -o-transition: max-height 200ms linear;
    transition: max-height 200ms linear;
    min-height: 66px;
    height: auto !important;
    height: 66px;
    max-height: 66px;
    overflow: hidden
}

    nav#MainMenu .MenuContainer .r-container {
        position: static
    }

.RootMenuOpen nav#MainMenu .MenuContainer {
    max-height: 780px
}

@media(max-width:992px) {
    .lightbox.no-lightbox-darkened nav#MainMenu .MenuContainer:before {
        -webkit-transition: opacity 200ms linear;
        -o-transition: opacity 200ms linear;
        transition: opacity 200ms linear;
        content: "";
        position: absolute;
        left: 0;
        top: 66px;
        bottom: 0;
        right: 0;
        background-color: #000;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        filter: alpha(opacity=0) !important
    }

        .lightbox.no-lightbox-darkened nav#MainMenu .MenuContainer:before * {
            -webkit-filter: inherit;
            filter: inherit
        }

    .lightbox.no-lightbox-darkened.RootMenuOpen nav#MainMenu .MenuContainer:before {
        -moz-opacity: .75;
        -khtml-opacity: .75;
        -webkit-opacity: .75;
        opacity: .75;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
        filter: alpha(opacity=75) !important
    }

        .lightbox.no-lightbox-darkened.RootMenuOpen nav#MainMenu .MenuContainer:before * {
            -webkit-filter: inherit;
            filter: inherit
        }
}

.SubMenuOpen nav#MainMenu .MenuContainer {
    overflow: visible
}

html:not(.lightbox) nav#MainMenu .MenuContainer {
    background: rgba(0,0,0,.75);
    position: static
}

@media(min-width:992px) {
    nav#MainMenu .MenuContainer {
        overflow: visible;
        max-height: none;
        -o-transition: none;
        -webkit-transition: none;
        transition: none
    }
}

nav#MainMenu .MenuContainer ul {
    position: static;
    display: none;
    margin: 0;
    padding: 0;
    float: right;
    margin-top: 66px;
    margin-bottom: 50px;
    list-style-type: none
}

.lightbox nav#MainMenu .MenuContainer ul {
    height: 780px
}

@media(min-width:992px) {
    .lightbox nav#MainMenu .MenuContainer ul {
        height: auto
    }
}

.wf-active nav#MainMenu .MenuContainer ul,
.wf-inactive nav#MainMenu .MenuContainer ul {
    display: inline-block
}

@media(min-width:992px) {
    nav#MainMenu .MenuContainer ul {
        margin: 0;
        margin-top: 17px;
        -o-transition: none;
        -webkit-transition: none;
        transition: none
    }
}

nav#MainMenu .MenuContainer ul li {
    position: static;
    display: block;
    vertical-align: middle;
    height: 31px;
    text-align: right
}

@media(min-width:992px) {
    nav#MainMenu .MenuContainer ul li {
        display: inline-block;
        float: left;
        margin-top: 2px
    }
}

@media(min-width:992px) {
    nav#MainMenu .MenuContainer ul li.divider {
        height: 31px;
        width: 1px;
        overflow: hidden;
        background-color: #fff;
        -moz-opacity: .25;
        -khtml-opacity: .25;
        -webkit-opacity: .25;
        opacity: .25;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
        filter: alpha(opacity=25) !important;
        margin: 0 20px
    }

        nav#MainMenu .MenuContainer ul li.divider * {
            -webkit-filter: inherit;
            filter: inherit
        }
}

nav#MainMenu .MenuContainer ul li a {
    display: inline;
    vertical-align: middle;
    text-transform: uppercase;
    white-space: nowrap;
    text-decoration: none !important;
    color: #fff;
    font-size: 34px;
    line-height: 34px;
    opacity: 0;
    z-index: 0;
    -webkit-transition: opacity linear 100ms;
    -o-transition: opacity linear 100ms;
    transition: opacity linear 100ms;
    font-family: 'Open Sans Condensed','HelveticaNeue-CondensedBold',Helvetica,'Arial Narrow',Calibri,Arial,'Lucida Grande',sans-serif;
    font-stretch: condensed
}

.wf-active nav#MainMenu .MenuContainer ul li a {
    opacity: 1;
    font-stretch: normal
}

.wf-inactive nav#MainMenu .MenuContainer ul li a {
    opacity: 1
}

nav#MainMenu .MenuContainer ul li a .Notification {
    display: none;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background-color: #ff7200;
    font-size: 15px;
    line-height: 100%;
    margin-left: 5px;
    margin-right: -5px;
    padding: 0 6px;
    padding-left: 7px;
    color: #fff !important;
    vertical-align: top;
    z-index: 1
}

    nav#MainMenu .MenuContainer ul li a .Notification:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        -webkit-border-radius: 50px;
        border-radius: 50px;
        border-color: #ff7200;
        border-width: 0;
        border-style: solid;
        z-index: 0
    }

    nav#MainMenu .MenuContainer ul li a .Notification.Shown {
        display: inline
    }

        nav#MainMenu .MenuContainer ul li a .Notification.Shown:after {
            -webkit-animation: menuNotificationGrowUp 2s;
            animation: menuNotificationGrowUp 2s;
            -webkit-animation-iteration-count: 3;
            animation-iteration-count: 3
        }

nav#MainMenu .MenuContainer ul li a:hover {
    color: #f78119
}

@media(min-width:992px) {
    nav#MainMenu .MenuContainer ul li a {
        font-size: 18px;
        line-height: normal;
        font-weight: bold;
        height: auto
    }

        nav#MainMenu .MenuContainer ul li a .Notification {
            vertical-align: baseline;
            top: -1px
        }
}

.SubMenuOpen nav#MainMenu .MenuContainer ul li > a {
    -moz-opacity: .3;
    -khtml-opacity: .3;
    -webkit-opacity: .3;
    opacity: .3;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    filter: alpha(opacity=30) !important;
    pointer-events: none
}

    .SubMenuOpen nav#MainMenu .MenuContainer ul li > a * {
        -webkit-filter: inherit;
        filter: inherit
    }

@media(min-width:992px) {
    .SubMenuOpen nav#MainMenu .MenuContainer ul li > a {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        filter: alpha(opacity=100) !important;
        pointer-events: all
    }

        .SubMenuOpen nav#MainMenu .MenuContainer ul li > a * {
            -webkit-filter: inherit;
            filter: inherit
        }
}

nav#MainMenu .MenuContainer ul li .SubMenu {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -320px;
    width: 320px;
    display: block;
    background-color: #fff;
    -webkit-transition: right 200ms linear;
    -o-transition: right 200ms linear;
    transition: right 200ms linear;
    text-align: left;
    z-index: 1
}

    nav#MainMenu .MenuContainer ul li .SubMenu .Shadow {
        position: absolute;
        left: 0;
        top: 0;
        width: 15px;
        bottom: 0;
        background: #e1e1e1;
        background: -webkit-linear-gradient(left,#e1e1e1 0,rgba(225,225,225,0) 100%);
        background: -webkit-gradient(linear,left top,right top,color-stop(0,#e1e1e1),to(rgba(225,225,225,0)));
        background: -o-linear-gradient(left,#e1e1e1 0,rgba(225,225,225,0) 100%);
        background: linear-gradient(to right,#e1e1e1 0,rgba(225,225,225,0) 100%)
    }

    nav#MainMenu .MenuContainer ul li .SubMenu .MenuFooter {
        background-color: rgba(0,0,0,.25);
        height: 150px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        display: none;
        padding: 40px 0
    }

        nav#MainMenu .MenuContainer ul li .SubMenu .MenuFooter .content {
            height: 100%
        }

            nav#MainMenu .MenuContainer ul li .SubMenu .MenuFooter .content .column * {
                z-index: 1
            }

@media(min-width:992px) {
    nav#MainMenu .MenuContainer ul li .SubMenu .MenuFooter {
        display: block
    }
}

@media(min-width:992px) {
    nav#MainMenu .MenuContainer ul li .SubMenu {
        position: absolute;
        top: 66px;
        left: 0;
        right: 0;
        height: 0;
        width: auto;
        overflow: hidden;
        background-color: transparent;
        -webkit-transition: height 200ms linear;
        -o-transition: height 200ms linear;
        transition: height 200ms linear
    }

    html:not(.lightbox) nav#MainMenu .MenuContainer ul li .SubMenu {
        background: #3c3c3c
    }

    nav#MainMenu .MenuContainer ul li .SubMenu .r-container {
        position: relative;
        top: -714px;
        -webkit-transition: top 200ms linear;
        -o-transition: top 200ms linear;
        transition: top 200ms linear
    }

    .lightbox.no-lightbox-darkened nav#MainMenu .MenuContainer ul li .SubMenu:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background-color: #000;
        -moz-opacity: .75;
        -khtml-opacity: .75;
        -webkit-opacity: .75;
        opacity: .75;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
        filter: alpha(opacity=75) !important
    }

        .lightbox.no-lightbox-darkened nav#MainMenu .MenuContainer ul li .SubMenu:before * {
            -webkit-filter: inherit;
            filter: inherit
        }
}

nav#MainMenu .MenuContainer ul li .SubMenu.open {
    right: 0
}

@media(min-width:992px) {
    nav#MainMenu .MenuContainer ul li .SubMenu.open {
        left: 0;
        right: 0;
        height: 714px
    }

        nav#MainMenu .MenuContainer ul li .SubMenu.open .r-container {
            top: 0
        }
}

nav#MainMenu .MenuContainer ul li .SubMenu .Header {
    height: 66px;
    background-color: #e5e5e5
}

    nav#MainMenu .MenuContainer ul li .SubMenu .Header span {
        position: absolute;
        left: 48px;
        bottom: 20px;
        text-transform: uppercase;
        white-space: nowrap;
        color: #404040;
        font-size: 34px;
        line-height: 34px;
        opacity: 0;
        z-index: 0;
        -webkit-transition: opacity linear 100ms;
        -o-transition: opacity linear 100ms;
        transition: opacity linear 100ms;
        font-family: 'Open Sans Condensed','HelveticaNeue-CondensedBold',Helvetica,'Arial Narrow',Calibri,Arial,'Lucida Grande',sans-serif;
        font-stretch: condensed
    }

.wf-active nav#MainMenu .MenuContainer ul li .SubMenu .Header span {
    opacity: 1;
    font-stretch: normal
}

.wf-inactive nav#MainMenu .MenuContainer ul li .SubMenu .Header span {
    opacity: 1
}

nav#MainMenu .MenuContainer ul li .SubMenu .Header .CloseButton {
    position: absolute;
    width: 28px;
    height: 26px;
    background-image: url('/Content/MainMenu/closeSideMenu.svg?w=28&h=26');
    background-repeat: no-repeat;
    right: 36px;
    bottom: 22px;
    cursor: pointer
}

nav#MainMenu .MenuContainer ul li .SubMenu .CloseButton {
    float: right;
    font-size: 40px
}

@media(max-width:992px) {
    nav#MainMenu .MenuContainer ul li .SubMenu .r-container {
        position: absolute;
        top: 67px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0;
        padding: 50px 35px 0 50px;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch
    }

        nav#MainMenu .MenuContainer ul li .SubMenu .r-container .ScrollContainer {
            padding-bottom: 50px
        }
}

@media(min-width:992px) {
    nav#MainMenu .MenuContainer ul li .SubMenu .r-container {
        top: auto !important;
        margin-top: 40px;
        margin-bottom: 40px
    }
}

nav#MainMenu .MenuContainer ul li .SubMenu .ScrollContainer .column {
    border-top: 1px solid #d9d9d9;
    margin-top: 45px;
    padding-top: 45px
}

    nav#MainMenu .MenuContainer ul li .SubMenu .ScrollContainer .column:first-child {
        border-top: none;
        margin-top: 0;
        padding-top: 0
    }

@media(min-width:992px) {
    nav#MainMenu .MenuContainer ul li .SubMenu .ScrollContainer .column {
        border-top: none;
        margin-top: 0;
        padding-top: 0;
        float: left;
        width: 50%;
        padding-left: 40px
    }

        nav#MainMenu .MenuContainer ul li .SubMenu .ScrollContainer .column:first-child {
            padding-left: 0
        }
}

nav#MainMenu .MenuContainer ul li .SubMenu .ScrollContainer .column .GroupTitle {
    color: #959898;
    font-size: 24px;
    line-height: 100%;
    opacity: 0;
    z-index: 0;
    -webkit-transition: opacity linear 100ms;
    -o-transition: opacity linear 100ms;
    transition: opacity linear 100ms;
    font-family: 'Open Sans Condensed','HelveticaNeue-CondensedBold',Helvetica,'Arial Narrow',Calibri,Arial,'Lucida Grande',sans-serif;
    font-stretch: condensed;
    margin-top: 45px
}

.wf-active nav#MainMenu .MenuContainer ul li .SubMenu .ScrollContainer .column .GroupTitle {
    opacity: 1;
    font-stretch: normal
}

.wf-inactive nav#MainMenu .MenuContainer ul li .SubMenu .ScrollContainer .column .GroupTitle {
    opacity: 1
}

nav#MainMenu .MenuContainer ul li .SubMenu .ScrollContainer .column .GroupTitle:before,
nav#MainMenu .MenuContainer ul li .SubMenu .ScrollContainer .column .GroupTitle:after {
    content: "";
    display: table;
    width: 0
}

nav#MainMenu .MenuContainer ul li .SubMenu .ScrollContainer .column .GroupTitle:after {
    clear: both
}

nav#MainMenu .MenuContainer ul li .SubMenu .ScrollContainer .column .GroupTitle:first-child {
    margin-top: 0
}

@media(min-width:992px) {
    nav#MainMenu .MenuContainer ul li .SubMenu .ScrollContainer .column .GroupTitle {
        white-space: nowrap;
        margin-bottom: 5px;
        margin-top: 42px;
        padding-bottom: 8px;
        font-size: 14px;
        color: #fff;
        opacity: .4 !important;
        border-bottom: 1px solid #fff
    }

        nav#MainMenu .MenuContainer ul li .SubMenu .ScrollContainer .column .GroupTitle:first-child {
            margin-top: 0
        }
}

nav#MainMenu .MenuContainer ul li .SubMenu .ScrollContainer .column a {
    display: block;
    float: left;
    color: #404040;
    text-decoration: none;
    font-size: 20px;
    line-height: 20px;
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform: none;
    clear: both;
    margin-top: 30px;
    white-space: normal
}

    nav#MainMenu .MenuContainer ul li .SubMenu .ScrollContainer .column a svg,
    nav#MainMenu .MenuContainer ul li .SubMenu .ScrollContainer .column a img {
        display: none;
        position: absolute;
        left: 0;
        top: -1px;
        width: 18px;
        height: 18px
    }

    nav#MainMenu .MenuContainer ul li .SubMenu .ScrollContainer .column a:hover {
        text-decoration: underline !important
    }

@media(min-width:992px) {
    nav#MainMenu .MenuContainer ul li .SubMenu .ScrollContainer .column a {
        color: #fff;
        font-size: 16px;
        line-height: 16px;
        font-weight: normal;
        white-space: nowrap;
        margin: 0;
        margin-top: 18px;
        padding-left: 30px
    }

        nav#MainMenu .MenuContainer ul li .SubMenu .ScrollContainer .column a svg,
        nav#MainMenu .MenuContainer ul li .SubMenu .ScrollContainer .column a img {
            display: inline-block
        }

            nav#MainMenu .MenuContainer ul li .SubMenu .ScrollContainer .column a svg .category,
            nav#MainMenu .MenuContainer ul li .SubMenu .ScrollContainer .column a img .category {
                fill: #ff7200
            }
}

nav#MainMenu .MenuContainer ul li .SubMenu .ScrollContainer .column abbr {
    float: left;
    color: #fff;
    clear: both;
    color: #9f9f9f;
    margin-top: 4px;
    padding-left: 55px;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 150%;
    display: none
}

    nav#MainMenu .MenuContainer ul li .SubMenu .ScrollContainer .column abbr:before,
    nav#MainMenu .MenuContainer ul li .SubMenu .ScrollContainer .column abbr:after {
        content: "";
        display: table;
        width: 0
    }

    nav#MainMenu .MenuContainer ul li .SubMenu .ScrollContainer .column abbr:after {
        clear: both
    }

@media(min-width:992px) {
    nav#MainMenu .MenuContainer ul li .SubMenu .ScrollContainer .column abbr {
        display: block
    }
}

@media(min-width:992px) {
    nav#MainMenu .MenuContainer ul li .SubMenu.Products .r-container {
        z-index: 1;
        margin-top: 32px;
        margin-bottom: 42px
    }
}

@media(min-width:992px) {
    nav#MainMenu .MenuContainer ul li .SubMenu.Products .ScrollContainer > .column {
        padding-left: 0
    }

        nav#MainMenu .MenuContainer ul li .SubMenu.Products .ScrollContainer > .column > .column {
            padding-left: 20px
        }

    nav#MainMenu .MenuContainer ul li .SubMenu.Products .ScrollContainer abbr {
        max-width: 90%
    }

    nav#MainMenu .MenuContainer ul li .SubMenu.Products .ScrollContainer > .column:first-child a {
        padding-left: 55px;
        margin-top: 45px
    }

        nav#MainMenu .MenuContainer ul li .SubMenu.Products .ScrollContainer > .column:first-child a:first-of-type {
            margin-top: 24px
        }

        nav#MainMenu .MenuContainer ul li .SubMenu.Products .ScrollContainer > .column:first-child a svg,
        nav#MainMenu .MenuContainer ul li .SubMenu.Products .ScrollContainer > .column:first-child a img {
            top: 0;
            width: 36px;
            height: 36px
        }
}

@media(min-width:992px) {
    nav#MainMenu .MenuContainer ul li .SubMenu.Products .ScrollContainer > .column:first-child {
        width: 33.33333333%
    }

    nav#MainMenu .MenuContainer ul li .SubMenu.Products .ScrollContainer > .column:last-child {
        width: 66.66666667%
    }
}

@media(min-width:1200px) {
    nav#MainMenu .MenuContainer ul li .SubMenu.Products .ScrollContainer > .column:first-child {
        width: 42%
    }

    nav#MainMenu .MenuContainer ul li .SubMenu.Products .ScrollContainer > .column:last-child {
        width: 58%
    }
}

nav#MainMenu .MenuContainer ul li .SubMenu.Products .MenuFooter {
    background: none
}

    nav#MainMenu .MenuContainer ul li .SubMenu.Products .MenuFooter .column {
        height: 100%
    }

        nav#MainMenu .MenuContainer ul li .SubMenu.Products .MenuFooter .column:before {
            content: "";
            display: inline-block;
            vertical-align: middle;
            height: 100%
        }

    nav#MainMenu .MenuContainer ul li .SubMenu.Products .MenuFooter a {
        opacity: 0;
        z-index: 0;
        -webkit-transition: opacity linear 100ms;
        -o-transition: opacity linear 100ms;
        transition: opacity linear 100ms;
        font-family: 'Open Sans Condensed','HelveticaNeue-CondensedBold',Helvetica,'Arial Narrow',Calibri,Arial,'Lucida Grande',sans-serif;
        font-stretch: condensed;
        display: inline-block;
        text-transform: uppercase;
        text-decoration: none !important;
        white-space: nowrap;
        font-weight: bold;
        -webkit-border-radius: 50px;
        border-radius: 50px;
        border: 2px solid #ff7200;
        background-color: #ff7200;
        color: #fff;
        cursor: pointer;
        font-size: 16px;
        padding: 7px 20px;
        margin-left: 10px;
        padding: 13px 36px;
        vertical-align: middle
    }

.wf-active nav#MainMenu .MenuContainer ul li .SubMenu.Products .MenuFooter a {
    opacity: 1;
    font-stretch: normal
}

.wf-inactive nav#MainMenu .MenuContainer ul li .SubMenu.Products .MenuFooter a {
    opacity: 1
}

nav#MainMenu .MenuContainer ul li .SubMenu.Products .MenuFooter a:first-child {
    margin-left: 0
}

nav#MainMenu .MenuContainer ul li .SubMenu.Support .MenuFooter .content:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

nav#MainMenu .MenuContainer ul li .SubMenu.Support .MenuFooter .content > div {
    vertical-align: middle;
    display: inline-block;
    min-height: 56px
}

    nav#MainMenu .MenuContainer ul li .SubMenu.Support .MenuFooter .content > div svg {
        position: absolute;
        left: 0;
        top: 0;
        width: 56px;
        height: 56px
    }

        nav#MainMenu .MenuContainer ul li .SubMenu.Support .MenuFooter .content > div svg .category {
            fill: #ff7200
        }

    nav#MainMenu .MenuContainer ul li .SubMenu.Support .MenuFooter .content > div h6 {
        font-weight: normal;
        line-height: 100%;
        font-size: 20px;
        color: #fff;
        margin-top: 4px;
        margin-bottom: 0;
        margin-left: 70px;
        max-width: 75%
    }

    nav#MainMenu .MenuContainer ul li .SubMenu.Support .MenuFooter .content > div p {
        color: #fff;
        margin-left: 70px;
        font-size: 14px;
        line-height: 100%;
        margin-top: 13px;
        margin-bottom: 0
    }

        nav#MainMenu .MenuContainer ul li .SubMenu.Support .MenuFooter .content > div p a {
            font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
            font-size: 14px;
            font-weight: normal;
            text-transform: none;
            line-height: 100%;
            color: #ff7200;
            text-decoration: underline !important;
            vertical-align: initial
        }

nav#MainMenu .MenuContainer ul li .SubMenu.AboutUs .MenuFooter {
    height: auto;
    min-height: 150px
}

    nav#MainMenu .MenuContainer ul li .SubMenu.AboutUs .MenuFooter .column {
        width: 50%;
        float: left
    }

        nav#MainMenu .MenuContainer ul li .SubMenu.AboutUs .MenuFooter .column:last-child {
            padding-left: 40px
        }

    nav#MainMenu .MenuContainer ul li .SubMenu.AboutUs .MenuFooter a {
        opacity: 1;
        -o-transition: none;
        -webkit-transition: none;
        transition: none;
        font-stretch: normal !important;
        font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-weight: normal;
        color: #fff;
        text-transform: none
    }

        nav#MainMenu .MenuContainer ul li .SubMenu.AboutUs .MenuFooter a:hover h6 {
            text-decoration: underline !important
        }

    nav#MainMenu .MenuContainer ul li .SubMenu.AboutUs .MenuFooter h6 {
        display: inline-block;
        font-weight: normal;
        line-height: 100%;
        font-size: 16px;
        color: #fff;
        margin-bottom: 7px;
        margin-top: 0
    }

    nav#MainMenu .MenuContainer ul li .SubMenu.AboutUs .MenuFooter p {
        margin: 0;
        color: #fff;
        font-size: 12px;
        line-height: 150%;
        -moz-opacity: .5;
        -khtml-opacity: .5;
        -webkit-opacity: .5;
        opacity: .5;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        filter: alpha(opacity=50) !important
    }

        nav#MainMenu .MenuContainer ul li .SubMenu.AboutUs .MenuFooter p * {
            -webkit-filter: inherit;
            filter: inherit
        }

@media(min-width:992px) {
    nav#MainMenu .MenuContainer ul li .SubMenu.AboutUs .MenuFooter h6,
    nav#MainMenu .MenuContainer ul li .SubMenu.AboutUs .MenuFooter p {
        max-width: 90%
    }
}

@media(min-width:1200px) {
    nav#MainMenu .MenuContainer ul li .SubMenu.AboutUs .MenuFooter h6,
    nav#MainMenu .MenuContainer ul li .SubMenu.AboutUs .MenuFooter p {
        max-width: 85%
    }
}

nav#MainMenu .MenuContainer .Logo {
    background-image: url('/Content/MainMenu/Logo.svg?w=152&h=36');
    background-repeat: no-repeat;
    width: 152px;
    height: 36px;
    display: block;
    top: 15px;
    float: left
}

nav#MainMenu .MenuContainer a.Menu-Toggle {
    display: block;
    width: 30px;
    height: 19px;
    cursor: pointer;
    top: 23px;
    padding-top: 8px;
    float: right
}

@media(min-width:992px) {
    nav#MainMenu .MenuContainer a.Menu-Toggle {
        display: none
    }
}

nav#MainMenu .MenuContainer a.Menu-Toggle span,
nav#MainMenu .MenuContainer a.Menu-Toggle span:before,
nav#MainMenu .MenuContainer a.Menu-Toggle span:after {
    cursor: pointer;
    height: 3px;
    width: 30px;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear
}

nav#MainMenu .MenuContainer a.Menu-Toggle.open {
    padding-top: 10px;
    height: 23px;
    top: 21px
}

    nav#MainMenu .MenuContainer a.Menu-Toggle.open span {
        background-color: transparent
    }

        nav#MainMenu .MenuContainer a.Menu-Toggle.open span:before {
            top: 0;
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg)
        }

        nav#MainMenu .MenuContainer a.Menu-Toggle.open span:after {
            bottom: 0;
            -ms-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg)
        }

nav#MainMenu .MenuContainer a.Menu-Toggle span:before {
    top: -8px
}

nav#MainMenu .MenuContainer a.Menu-Toggle span:after {
    bottom: -8px
}

.lt-ie9 nav#MainMenu .MenuContainer a.Menu-Toggle {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat
}

    .lt-ie9 nav#MainMenu .MenuContainer a.Menu-Toggle.open {
        background-image: url('/Content/MainMenu/closeMainMenu.svg?w=24&h=24')
    }

        .lt-ie9 nav#MainMenu .MenuContainer a.Menu-Toggle.open span {
            display: none
        }

body {
    -webkit-transition: right 200ms linear,opacity 200ms linear;
    -o-transition: right 200ms linear,opacity 200ms linear;
    transition: right 200ms linear,opacity 200ms linear;
    right: 0
}

.SubMenuOpen body {
    right: 320px;
    overflow: hidden
}

@media(min-width:992px) {
    .SubMenuOpen body {
        right: 0;
        overflow: auto
    }
}

html:not(.lightbox) section#LightBox {
    display: none
}

section#LightBox div[data-role="LightBoxContent"] {
    z-index: 1;
    -webkit-transition: top 200ms linear,bottom 200ms linear,opacity 200ms linear;
    -o-transition: top 200ms linear,bottom 200ms linear,opacity 200ms linear;
    transition: top 200ms linear,bottom 200ms linear,opacity 200ms linear;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100) !important;
    top: 0
}

    section#LightBox div[data-role="LightBoxContent"] * {
        -webkit-filter: inherit;
        filter: inherit
    }

.RootMenuOpen section#LightBox div[data-role="LightBoxContent"] {
    top: 100%;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0) !important
}

    .RootMenuOpen section#LightBox div[data-role="LightBoxContent"] * {
        -webkit-filter: inherit;
        filter: inherit
    }

@media(min-width:992px) {
    .RootMenuOpen section#LightBox div[data-role="LightBoxContent"] {
        top: 0;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        filter: alpha(opacity=100) !important
    }

        .RootMenuOpen section#LightBox div[data-role="LightBoxContent"] * {
            -webkit-filter: inherit;
            filter: inherit
        }
}

.SubMenuOpen section#LightBox div[data-role="LightBoxContent"] {
    top: 100% !important;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0) !important
}

    .SubMenuOpen section#LightBox div[data-role="LightBoxContent"] * {
        -webkit-filter: inherit;
        filter: inherit
    }

html:not(.lightbox) nav#ToolBar,
html:not(.lightbox) section#LightBox + main,
html:not(.lightbox) nav#MainMenu + main {
    -webkit-transition: margin-top 200ms linear;
    -o-transition: margin-top 200ms linear;
    transition: margin-top 200ms linear
}

@media(min-width:992px) {
    html:not(.lightbox).RootMenuOpen nav#ToolBar,
    html:not(.lightbox).RootMenuOpen section#LightBox + main,
    html:not(.lightbox).RootMenuOpen nav#MainMenu + main {
        margin-top: 714px
    }
}

@-webkit-keyframes menuNotificationGrowUp {
    0% {
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        border-width: 1px;
        opacity: 1
    }

    100% {
        left: -7px;
        top: -7px;
        right: -7px;
        bottom: -7px;
        border-width: 14px;
        opacity: 0
    }
}

@keyframes menuNotificationGrowUp {
    0% {
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        border-width: 1px;
        opacity: 1
    }

    100% {
        left: -7px;
        top: -7px;
        right: -7px;
        bottom: -7px;
        border-width: 14px;
        opacity: 0
    }
}

nav#ToolBar {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    z-index: 1
}

    nav#ToolBar .content {
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
        width: auto;
        padding-top: 20px;
        padding-bottom: 10px
    }

@media(min-width:768px) {
    nav#ToolBar .content {
        max-width: 768px
    }
}

@media(min-width:992px) {
    nav#ToolBar .content {
        max-width: 992px
    }
}

@media(min-width:1200px) {
    nav#ToolBar .content {
        max-width: 1200px
    }
}

nav#ToolBar .content:before,
nav#ToolBar .content:after {
    content: "";
    display: table;
    width: 0
}

nav#ToolBar .content:after {
    clear: both
}

@media(min-width:600px) {
    nav#ToolBar .content {
        text-align: right
    }
}

nav#ToolBar .content a {
    margin-right: 30px;
    margin-top: 5px;
    margin-bottom: 15px;
    display: inline-block;
    text-decoration: underline
}

    nav#ToolBar .content a:last-child {
        margin-right: 0
    }

    nav#ToolBar .content a img,
    nav#ToolBar .content a svg {
        width: 30px !important;
        height: 30px !important;
        display: inline-block;
        margin-right: 10px;
        margin-top: -1px
    }

    nav#ToolBar .content a.Button {
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 10px;
        margin-right: 10px
    }

        nav#ToolBar .content a.Button:last-child {
            margin-right: 0
        }

    nav#ToolBar .content a.Back {
        display: block;
        padding-left: 26px;
        margin-top: 10px;
        margin-bottom: 20px;
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTggMTgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE4IDE4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+Cjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNGRjcyMDA7IiBwb2ludHM9IjAsOSA4LDAgMTAsMSA0LDggMTcsOCAxNywxMCA0LDEwIDEwLDE3IDgsMTggIi8+Cjwvc3ZnPgo=');
        background-repeat: no-repeat;
        -webkit-background-size: 18px 18px;
        background-size: 18px 18px;
        background-position: left center
    }

@media(min-width:600px) {
    nav#ToolBar .content a.Back {
        float: left
    }
}

@media(min-width:768px) {
    footer .hidden-sm {
        display: none !important
    }
}

footer#FooterTop section {
    display: block;
    border-top: 1px solid #cbcbcb;
    padding: 16px 0 18px 0
}

    footer#FooterTop section .Icons {
        float: right
    }

        footer#FooterTop section .Icons a {
            float: left;
            outline: none;
            text-decoration: none;
            background-repeat: no-repeat;
            margin-left: 14px;
            width: 36px;
            height: 36px;
            display: block
        }

            footer#FooterTop section .Icons a:first-child {
                margin-left: 0
            }

        footer#FooterTop section .Icons .separator {
            float: left;
            width: 1px;
            height: 30px;
            background-color: #d9d9d9;
            margin-top: 3px;
            margin-right: 8px;
            margin-left: 22px;
            display: none
        }

@media(min-width:480px) {
    footer#FooterTop section .Icons .separator {
        display: inherit
    }
}

footer#FooterTop section a.Footer-Toggle {
    outline: none;
    display: block;
    width: 21px;
    height: 12px;
    cursor: pointer;
    float: left;
    margin-top: 13px;
    padding-top: 5px
}

    footer#FooterTop section a.Footer-Toggle span,
    footer#FooterTop section a.Footer-Toggle span:before,
    footer#FooterTop section a.Footer-Toggle span:after {
        cursor: pointer;
        height: 2px;
        width: 20px;
        background: #b8b8b8;
        position: absolute;
        display: block;
        content: '';
        -o-transition: all 300ms ease-in-out;
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out
    }

    footer#FooterTop section a.Footer-Toggle.open {
        padding-top: 6px;
        height: 14px
    }

        footer#FooterTop section a.Footer-Toggle.open span {
            background-color: transparent
        }

            footer#FooterTop section a.Footer-Toggle.open span:before {
                top: 0;
                -ms-transform: rotate(45deg);
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg)
            }

            footer#FooterTop section a.Footer-Toggle.open span:after {
                bottom: 0;
                -ms-transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg)
            }

    footer#FooterTop section a.Footer-Toggle span:before {
        top: -5px
    }

    footer#FooterTop section a.Footer-Toggle span:after {
        bottom: -5px
    }

footer#FooterBottom section {
    display: block;
    background-color: #333;
    color: #b7b7b7;
    font-size: 12px;
    line-height: 12px
}

    footer#FooterBottom section .r-container {
        padding-top: 10px;
        padding-bottom: 10px
    }

        footer#FooterBottom section .r-container:before,
        footer#FooterBottom section .r-container:after {
            content: "";
            display: table;
            width: 0
        }

        footer#FooterBottom section .r-container:after {
            clear: both
        }

        footer#FooterBottom section .r-container div {
            margin-bottom: 6px
        }

            footer#FooterBottom section .r-container div:last-child {
                margin-bottom: 0;
                -moz-opacity: .7;
                -khtml-opacity: .7;
                -webkit-opacity: .7;
                opacity: .7;
                -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
                filter: alpha(opacity=70) !important
            }

                footer#FooterBottom section .r-container div:last-child * {
                    -webkit-filter: inherit;
                    filter: inherit
                }

    footer#FooterBottom section a {
        font-size: 12px;
        line-height: 12px;
        color: #b7b7b7;
        text-decoration: underline;
        white-space: nowrap
    }

footer#FooterExpanding section {
    display: none;
    height: 0;
    overflow: hidden;
    -webkit-transition: height linear 500ms;
    -o-transition: height linear 500ms;
    transition: height linear 500ms
}

    footer#FooterExpanding section .FooterMain .r-container {
        margin-bottom: 50px
    }

        footer#FooterExpanding section .FooterMain .r-container .Separator {
            height: 1px;
            overflow: hidden;
            background-color: #e1e1e1;
            margin-left: -15px;
            margin-right: -15px
        }

        footer#FooterExpanding section .FooterMain .r-container .grid {
            margin-top: 50px
        }

            footer#FooterExpanding section .FooterMain .r-container .grid .col {
                width: 100%;
                float: left
            }

@media(min-width:480px) {
    footer#FooterExpanding section .FooterMain .r-container .grid .col {
        width: 50%
    }
}

@media(min-width:768px) {
    footer#FooterExpanding section .FooterMain .r-container .grid .col {
        width: 25%
    }
}

footer#FooterExpanding section .FooterMain .r-container .grid .col a {
    display: block;
    float: left;
    clear: both;
    text-decoration: none;
    color: #505050
}

    footer#FooterExpanding section .FooterMain .r-container .grid .col a:hover {
        text-decoration: underline
    }

footer#FooterExpanding section .FooterMain .r-container .grid .col .Group {
    display: block;
    float: left;
    clear: both;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    color: #505050;
    margin-bottom: 8px;
    margin-top: 38px;
    opacity: 0;
    z-index: 0;
    -webkit-transition: opacity linear 100ms;
    -o-transition: opacity linear 100ms;
    transition: opacity linear 100ms;
    font-family: 'Open Sans Condensed','HelveticaNeue-CondensedBold',Helvetica,'Arial Narrow',Calibri,Arial,'Lucida Grande',sans-serif;
    font-stretch: condensed
}

.wf-active footer#FooterExpanding section .FooterMain .r-container .grid .col .Group {
    opacity: 1;
    font-stretch: normal
}

.wf-inactive footer#FooterExpanding section .FooterMain .r-container .grid .col .Group {
    opacity: 1
}

footer#FooterExpanding section .FooterMain .r-container .grid .col1 .Group:first-of-type {
    margin-top: 0
}

@media(min-width:480px) {
    footer#FooterExpanding section .FooterMain .r-container .grid .col2 .Group:first-of-type {
        margin-top: 0
    }
}

@media(min-width:768px) {
    footer#FooterExpanding section .FooterMain .r-container .grid .col3 .Group:first-of-type {
        margin-top: 0
    }
}

@media(min-width:768px) {
    footer#FooterExpanding section .FooterMain .r-container .grid .col4 .Group:first-of-type {
        margin-top: 0
    }
}

footer#FooterExpanding section .FooterExtra {
    background-color: #3b3b3b;
    color: #b7b7b7;
    font-size: 12px;
    line-height: 18px;
    padding-top: 40px;
    padding-bottom: 40px
}

    footer#FooterExpanding section .FooterExtra .r-container {
        margin-bottom: 0
    }

@media(min-width:992px) {
    footer#FooterExpanding section .FooterExtra .r-container > * {
        max-width: 80%
    }
}

footer#FooterExpanding section .FooterExtra .r-container > *:first-child {
    margin-top: 0
}

footer#FooterExpanding section .FooterExtra .r-container > *:last-child {
    margin-bottom: 0
}

footer#FooterExpanding section .FooterExtra .r-container a {
    color: #b7b7b7;
    text-decoration: underline
}

.h-clear {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0 !important
}

#livechat-compact-container {
    display: none !important
}

#BackToTop {
    position: fixed;
    right: 25px;
    bottom: 30px;
    width: 60px;
    height: 60px;
    background-image: url('/Content/Core/BackToTop.svg?w=30&h=30');
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 30px 30px;
    background-size: 30px;
    background-color: rgba(0,0,0,.5);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: opacity linear 200ms;
    -o-transition: opacity linear 200ms;
    transition: opacity linear 200ms;
    opacity: 0;
    pointer-events: none;
    z-index: 999999
}

    #BackToTop.Shown {
        opacity: 1;
        pointer-events: auto
    }

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

html {
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: normal;
    color: #505050
}








    html body > form {
        padding: 0;
        margin: 0;
        border: none;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        height: inherit;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

        html body > form > * {
            -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0
        }

body .Button.Orange {
    opacity: 0;
    z-index: 0;
    -webkit-transition: opacity linear 100ms;
    -o-transition: opacity linear 100ms;
    transition: opacity linear 100ms;
    font-family: 'Open Sans Condensed','HelveticaNeue-CondensedBold',Helvetica,'Arial Narrow',Calibri,Arial,'Lucida Grande',sans-serif;
    font-stretch: condensed;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none !important;
    white-space: nowrap;
    font-weight: bold;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 2px solid #ff7200;
    background-color: #ff7200;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    padding: 7px 20px;
    margin-left: 10px
}

.wf-active body .Button.Orange {
    opacity: 1;
    font-stretch: normal
}

.wf-inactive body .Button.Orange {
    opacity: 1
}

body .Button.Orange:first-child {
    margin-left: 0
}

body .Button.OrangeTransparent {
    opacity: 0;
    z-index: 0;
    -webkit-transition: opacity linear 100ms;
    -o-transition: opacity linear 100ms;
    transition: opacity linear 100ms;
    font-family: 'Open Sans Condensed','HelveticaNeue-CondensedBold',Helvetica,'Arial Narrow',Calibri,Arial,'Lucida Grande',sans-serif;
    font-stretch: condensed;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none !important;
    white-space: nowrap;
    font-weight: bold;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 2px solid #ff7200;
    background-color: transparent;
    color: #ff7200;
    cursor: pointer;
    font-size: 16px;
    padding: 7px 20px;
    margin-left: 10px
}

.wf-active body .Button.OrangeTransparent {
    opacity: 1;
    font-stretch: normal
}

.wf-inactive body .Button.OrangeTransparent {
    opacity: 1
}

body .Button.OrangeTransparent:first-child {
    margin-left: 0
}

body .Button.Transparent {
    opacity: 0;
    z-index: 0;
    -webkit-transition: opacity linear 100ms;
    -o-transition: opacity linear 100ms;
    transition: opacity linear 100ms;
    font-family: 'Open Sans Condensed','HelveticaNeue-CondensedBold',Helvetica,'Arial Narrow',Calibri,Arial,'Lucida Grande',sans-serif;
    font-stretch: condensed;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none !important;
    white-space: nowrap;
    font-weight: bold;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    padding: 7px 20px;
    margin-left: 10px
}

.wf-active body .Button.Transparent {
    opacity: 1;
    font-stretch: normal
}

.wf-inactive body .Button.Transparent {
    opacity: 1
}

body .Button.Transparent:first-child {
    margin-left: 0
}

body .Button.White {
    opacity: 0;
    z-index: 0;
    -webkit-transition: opacity linear 100ms;
    -o-transition: opacity linear 100ms;
    transition: opacity linear 100ms;
    font-family: 'Open Sans Condensed','HelveticaNeue-CondensedBold',Helvetica,'Arial Narrow',Calibri,Arial,'Lucida Grande',sans-serif;
    font-stretch: condensed;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none !important;
    white-space: nowrap;
    font-weight: bold;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 2px solid #fff;
    background-color: #fff;
    color: #ff7200;
    cursor: pointer;
    font-size: 16px;
    padding: 7px 20px;
    margin-left: 10px
}

.wf-active body .Button.White {
    opacity: 1;
    font-stretch: normal
}

.wf-inactive body .Button.White {
    opacity: 1
}

body .Button.White:first-child {
    margin-left: 0
}

body .Button.Gray {
    opacity: 0;
    z-index: 0;
    -webkit-transition: opacity linear 100ms;
    -o-transition: opacity linear 100ms;
    transition: opacity linear 100ms;
    font-family: 'Open Sans Condensed','HelveticaNeue-CondensedBold',Helvetica,'Arial Narrow',Calibri,Arial,'Lucida Grande',sans-serif;
    font-stretch: condensed;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none !important;
    white-space: nowrap;
    font-weight: bold;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 2px solid #505050;
    background-color: transparent;
    color: #505050;
    cursor: pointer;
    font-size: 16px;
    padding: 7px 20px;
    margin-left: 10px
}

.wf-active body .Button.Gray {
    opacity: 1;
    font-stretch: normal
}

.wf-inactive body .Button.Gray {
    opacity: 1
}

body .Button.Gray:first-child {
    margin-left: 0
}

section .content {
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    width: auto
}

@media(min-width:768px) {
    section .content {
        max-width: 768px
    }
}

@media(min-width:992px) {
    section .content {
        max-width: 992px
    }
}

@media(min-width:1200px) {
    section .content {
        max-width: 1200px
    }
}

section .content:before,
section .content:after {
    content: "";
    display: table;
    width: 0
}

section .content:after {
    clear: both
}

body .r-container {
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    width: auto
}

@media(min-width:768px) {
    body .r-container {
        max-width: 768px
    }
}

@media(min-width:992px) {
    body .r-container {
        max-width: 992px
    }
}

@media(min-width:1200px) {
    body .r-container {
        max-width: 1200px
    }
}

body .r-container:before,
body .r-container:after {
    content: "";
    display: table;
    width: 0
}

body .r-container:after {
    clear: both
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
    width: 0
}

.clearfix:after {
    clear: both
}

.hidden {
    display: none !important
}

.shown {
    display: inherit !important
}

.p-f-left {
    float: left
}

.p-f-right {
    float: right
}

@media(min-width:480px) {
    .hidden-xs {
        display: none !important
    }

    .shown-xs {
        display: inherit !important
    }
}

@media(min-width:600px) {
    .hidden-xsm {
        display: none !important
    }

    .shown-xsm {
        display: inherit !important
    }
}

@media(min-width:768px) {
    .hidden-sm {
        display: none !important
    }

    .shown-sm {
        display: inherit !important
    }
}

@media(min-width:992px) {
    .hidden-md {
        display: none !important
    }

    .shown-md {
        display: inherit !important
    }
}

@media(min-width:1200px) {
    .hidden-lg {
        display: none !important
    }

    .shown-lg {
        display: inherit !important
    }
}

.v-align {
    height: 100%;
    width: 100%;
    display: table;
    table-layout: fixed
}

    .v-align .align-row {
        display: table-row
    }

        .v-align .align-row:first-child {
            height: 100%
        }

    .v-align .align-cell {
        display: table-cell
    }

        .v-align .align-cell.middle {
            vertical-align: middle
        }

        .v-align .align-cell.top {
            vertical-align: top
        }

        .v-align .align-cell.bottom {
            vertical-align: bottom
        }

section .content > .SubSection {
    margin: 40px 0
}

@media(min-width:768px) {
    section .content > .SubSection {
        margin: 80px 0
    }
}

section .content > .SubSection:first-child {
    margin-top: 0
}

section .content > .SubSection:last-child {
    margin-bottom: 0
}

section .content h1 {
    opacity: 0;
    z-index: 0;
    -webkit-transition: opacity linear 100ms;
    -o-transition: opacity linear 100ms;
    transition: opacity linear 100ms;
    font-family: 'Open Sans Condensed','HelveticaNeue-CondensedBold',Helvetica,'Arial Narrow',Calibri,Arial,'Lucida Grande',sans-serif;
    font-stretch: condensed;
    color: #ff7200;
    font-size: 36px;
    line-height: 130%
}

.wf-active section .content h1 {
    opacity: 1;
    font-stretch: normal
}

.wf-inactive section .content h1 {
    opacity: 1
}

@media(min-width:768px) {
    section .content h1 {
        font-size: 40px
    }
}

@media(min-width:992px) {
    section .content h1 {
        font-size: 48px
    }
}

@media(min-width:992px) {
    section .content > h1 {
        max-width: 90%
    }
}

section .content h2 {
    opacity: 0;
    z-index: 0;
    -webkit-transition: opacity linear 100ms;
    -o-transition: opacity linear 100ms;
    transition: opacity linear 100ms;
    font-family: 'Open Sans Condensed','HelveticaNeue-CondensedBold',Helvetica,'Arial Narrow',Calibri,Arial,'Lucida Grande',sans-serif;
    font-stretch: condensed;
    color: #404040;
    line-height: 110%;
    font-size: 34px;
    margin: 40px 0 15px 0
}

.wf-active section .content h2 {
    opacity: 1;
    font-stretch: normal
}

.wf-inactive section .content h2 {
    opacity: 1
}

@media(min-width:768px) {
    section .content h2 {
        font-size: 36px
    }
}

@media(min-width:992px) {
    section .content h2 {
        font-size: 30px
    }
}

section .content h2:first-child {
    margin-top: 0
}

section .content h2.SectionHeader {
    font-size: 36px;
    color: #ff7200;
    line-height: 130%;
    margin: 90px 0 0 0
}

@media(min-width:768px) {
    section .content h2.SectionHeader {
        font-size: 40px
    }
}

@media(min-width:992px) {
    section .content h2.SectionHeader {
        font-size: 48px
    }
}

section .content h2.SectionHeader:first-child {
    margin-top: 0
}

section .content h3 {
    opacity: 0;
    z-index: 0;
    -webkit-transition: opacity linear 100ms;
    -o-transition: opacity linear 100ms;
    transition: opacity linear 100ms;
    font-family: 'Open Sans Condensed','HelveticaNeue-CondensedBold',Helvetica,'Arial Narrow',Calibri,Arial,'Lucida Grande',sans-serif;
    font-stretch: condensed;
    color: #9c9c9c;
    line-height: 110%;
    font-size: 20px;
    margin: 25px 0 15px 0
}

.wf-active section .content h3 {
    opacity: 1;
    font-stretch: normal
}

.wf-inactive section .content h3 {
    opacity: 1
}

@media(min-width:768px) {
    section .content h3 {
        font-size: 22px
    }
}

@media(min-width:992px) {
    section .content h3 {
        font-size: 24px
    }
}

section .content h3:first-child {
    margin-top: 0
}

section .content h1 a,
section .content h2 a,
section .content h3 a,
section .content h4 a,
section .content h5 a,
section .content h6 a {
    color: inherit;
    text-decoration: none
}

    section .content h1 a:hover,
    section .content h2 a:hover,
    section .content h3 a:hover,
    section .content h4 a:hover,
    section .content h5 a:hover,
    section .content h6 a:hover {
        text-decoration: underline
    }

section .content p {
    margin: 10px 0;
    line-height: 150%
}

section .content pre.Default {
    margin-top: 20px;
    margin-bottom: 20px;
    white-space: pre-wrap
}

    section .content pre.Default:first-child {
        margin-top: 0
    }

    section .content pre.Default:last-child {
        margin-bottom: 0
    }

section .content ul {
    margin: 15px 0;
    padding-left: 8px;
    list-style-type: none
}

    section .content ul > li {
        margin: 10px 0;
        margin-left: 20px
    }

        section .content ul > li:first-child {
            margin-top: 0
        }

        section .content ul > li:last-child {
            margin-bottom: 0
        }

        section .content ul > li:before {
            content: "•";
            color: #ff7200;
            font-size: 20px;
            line-height: .75em;
            margin-right: .6em;
            font-weight: bold;
            display: inline-block;
            margin-left: -1em;
            position: absolute
        }

        section .content ul > li.Titled {
            color: #9c9c9c
        }

            section .content ul > li.Titled > span:first-child {
                display: block;
                color: #505050;
                margin-bottom: 2px
            }

        section .content ul > li.Splitter {
            padding-top: 10px;
            padding-bottom: 8px;
            font-style: italic;
            color: #9c9c9c
        }

            section .content ul > li.Splitter:before {
                display: none
            }

        section .content ul > li ul,
        section .content ul > li ol {
            padding-left: 14px
        }

            section .content ul > li ul:first-child,
            section .content ul > li ol:first-child {
                padding-top: 10px
            }

section .content ol {
    margin: 15px 0;
    padding-left: 8px
}

    section .content ol > li {
        margin: 10px 0;
        margin-left: 15px
    }

        section .content ol > li:first-child {
            margin-top: 0
        }

        section .content ol > li:last-child {
            margin-bottom: 0
        }

        section .content ol > li ul,
        section .content ol > li ol {
            padding-left: 20px
        }

            section .content ol > li ul:first-child,
            section .content ol > li ol:first-child {
                padding-top: 10px
            }

section .content > ul > li,
section .content > ol > li {
    max-width: 90%
}

section .content .NativeVideo {
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    cursor: pointer
}

    section .content .NativeVideo:first-child {
        margin-top: 0
    }

    section .content .NativeVideo:last-child {
        margin-bottom: 0
    }

    section .content .NativeVideo:before,
    section .content .NativeVideo:after {
        content: "";
        display: table;
        width: 0
    }

    section .content .NativeVideo:after {
        clear: both
    }

    section .content .NativeVideo > span {
        float: left;
        font-size: 0;
        display: block
    }

        section .content .NativeVideo > span > video {
            max-width: 100%;
            height: auto;
            background-image: none;
            -webkit-background-size: contain;
            background-size: contain;
            background-repeat: no-repeat;
            background-color: #eee;
            background-position: 50% 50%
        }

        section .content .NativeVideo > span:before,
        section .content .NativeVideo > span:after {
            -webkit-transition: opacity linear .2s;
            -o-transition: opacity linear .2s;
            transition: opacity linear .2s;
            opacity: 0
        }

    section .content .NativeVideo:not(.Playing) > span:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: .5;
        z-index: 1
    }

    section .content .NativeVideo:not(.Playing) > span:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url('/Content/Core/VideoPlayIcon.svg?w=90&h=90');
        background-repeat: no-repeat;
        background-position: 50% 50%;
        -webkit-background-size: 90px 90px;
        background-size: 90px 90px;
        opacity: 1;
        z-index: 2
    }

section .content div.sys-h-align-left,
section .content span.sys-h-align-left {
    text-align: left
}

@media(min-width:480px) {
    html section .content div.sys-h-align-left-xs,
    html section .content span.sys-h-align-left-xs {
        text-align: left
    }
}

@media(min-width:600px) {
    html section .content div.sys-h-align-left-xsm,
    html section .content span.sys-h-align-left-xsm {
        text-align: left
    }
}

@media(min-width:768px) {
    html section .content div.sys-h-align-left-sm,
    html section .content span.sys-h-align-left-sm {
        text-align: left
    }
}

@media(min-width:992px) {
    html section .content div.sys-h-align-left-md,
    html section .content span.sys-h-align-left-md {
        text-align: left
    }
}

@media(min-width:1200px) {
    html section .content div.sys-h-align-left-lg,
    html section .content span.sys-h-align-left-lg {
        text-align: left
    }
}

section .content div.sys-h-align-right,
section .content span.sys-h-align-right {
    text-align: right
}

@media(min-width:480px) {
    html section .content div.sys-h-align-right-xs,
    html section .content span.sys-h-align-right-xs {
        text-align: right
    }
}

@media(min-width:600px) {
    html section .content div.sys-h-align-right-xsm,
    html section .content span.sys-h-align-right-xsm {
        text-align: right
    }
}

@media(min-width:768px) {
    html section .content div.sys-h-align-right-sm,
    html section .content span.sys-h-align-right-sm {
        text-align: right
    }
}

@media(min-width:992px) {
    html section .content div.sys-h-align-right-md,
    html section .content span.sys-h-align-right-md {
        text-align: right
    }
}

@media(min-width:1200px) {
    html section .content div.sys-h-align-right-lg,
    html section .content span.sys-h-align-right-lg {
        text-align: right
    }
}

section .content div.sys-h-align-center,
section .content span.sys-h-align-center,
section .content div.sys-h-align-center-xs,
section .content span.sys-h-align-center-xs,
section .content div.sys-h-align-center-xsm,
section .content span.sys-h-align-center-xsm,
section .content div.sys-h-align-center-sm,
section .content span.sys-h-align-center-sm,
section .content div.sys-h-align-center-md,
section .content span.sys-h-align-center-md,
section .content div.sys-h-align-center-lg,
section .content span.sys-h-align-center-lg {
    text-align: center
}

section .content h1.sys-h-align-left,
section .content h2.sys-h-align-left,
section .content h3.sys-h-align-left,
section .content p.sys-h-align-left,
section .content a.sys-h-align-left {
    text-align: left
}

@media(min-width:480px) {
    html section .content h1.sys-h-align-left-xs,
    html section .content h2.sys-h-align-left-xs,
    html section .content h3.sys-h-align-left-xs,
    html section .content p.sys-h-align-left-xs,
    html section .content a.sys-h-align-left-xs {
        text-align: left
    }
}

@media(min-width:600px) {
    html section .content h1.sys-h-align-left-xsm,
    html section .content h2.sys-h-align-left-xsm,
    html section .content h3.sys-h-align-left-xsm,
    html section .content p.sys-h-align-left-xsm,
    html section .content a.sys-h-align-left-xsm {
        text-align: left
    }
}

@media(min-width:768px) {
    html section .content h1.sys-h-align-left-sm,
    html section .content h2.sys-h-align-left-sm,
    html section .content h3.sys-h-align-left-sm,
    html section .content p.sys-h-align-left-sm,
    html section .content a.sys-h-align-left-sm {
        text-align: left
    }
}

@media(min-width:992px) {
    html section .content h1.sys-h-align-left-md,
    html section .content h2.sys-h-align-left-md,
    html section .content h3.sys-h-align-left-md,
    html section .content p.sys-h-align-left-md,
    html section .content a.sys-h-align-left-md {
        text-align: left
    }
}

@media(min-width:1200px) {
    html section .content h1.sys-h-align-left-lg,
    html section .content h2.sys-h-align-left-lg,
    html section .content h3.sys-h-align-left-lg,
    html section .content p.sys-h-align-left-lg,
    html section .content a.sys-h-align-left-lg {
        text-align: left
    }
}

section .content h1.sys-h-align-right,
section .content h2.sys-h-align-right,
section .content h3.sys-h-align-right,
section .content p.sys-h-align-right,
section .content a.sys-h-align-right {
    text-align: right
}

@media(min-width:480px) {
    html section .content h1.sys-h-align-right-xs,
    html section .content h2.sys-h-align-right-xs,
    html section .content h3.sys-h-align-right-xs,
    html section .content p.sys-h-align-right-xs,
    html section .content a.sys-h-align-right-xs {
        text-align: right
    }
}

@media(min-width:600px) {
    html section .content h1.sys-h-align-right-xsm,
    html section .content h2.sys-h-align-right-xsm,
    html section .content h3.sys-h-align-right-xsm,
    html section .content p.sys-h-align-right-xsm,
    html section .content a.sys-h-align-right-xsm {
        text-align: right
    }
}

@media(min-width:768px) {
    html section .content h1.sys-h-align-right-sm,
    html section .content h2.sys-h-align-right-sm,
    html section .content h3.sys-h-align-right-sm,
    html section .content p.sys-h-align-right-sm,
    html section .content a.sys-h-align-right-sm {
        text-align: right
    }
}

@media(min-width:992px) {
    html section .content h1.sys-h-align-right-md,
    html section .content h2.sys-h-align-right-md,
    html section .content h3.sys-h-align-right-md,
    html section .content p.sys-h-align-right-md,
    html section .content a.sys-h-align-right-md {
        text-align: right
    }
}

@media(min-width:1200px) {
    html section .content h1.sys-h-align-right-lg,
    html section .content h2.sys-h-align-right-lg,
    html section .content h3.sys-h-align-right-lg,
    html section .content p.sys-h-align-right-lg,
    html section .content a.sys-h-align-right-lg {
        text-align: rightsys-h-align-center
    }
}

section .content h1.sys-h-align-center,
section .content h2.sys-h-align-center,
section .content h3.sys-h-align-center,
section .content p.sys-h-align-center,
section .content a.sys-h-align-center,
section .content h1.sys-h-align-center-xs,
section .content h2.sys-h-align-center-xs,
section .content h3.sys-h-align-center-xs,
section .content p.sys-h-align-center-xs,
section .content a.sys-h-align-center-xs,
section .content h1.sys-h-align-center-xsm,
section .content h2.sys-h-align-center-xsm,
section .content h3.sys-h-align-center-xsm,
section .content p.sys-h-align-center-xsm,
section .content a.sys-h-align-center-xsm,
section .content h1.sys-h-align-center-sm,
section .content h2.sys-h-align-center-sm,
section .content h3.sys-h-align-center-sm,
section .content p.sys-h-align-center-sm,
section .content a.sys-h-align-center-sm,
section .content h1.sys-h-align-center-md,
section .content h2.sys-h-align-center-md,
section .content h3.sys-h-align-center-md,
section .content p.sys-h-align-center-md,
section .content a.sys-h-align-center-md,
section .content h1.sys-h-align-center-lg,
section .content h2.sys-h-align-center-lg,
section .content h3.sys-h-align-center-lg,
section .content p.sys-h-align-center-lg,
section .content a.sys-h-align-center-lg {
    max-width: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto
}



.align-row {
    background-color: black;
    opacity:0.75;
}